*,
html {
  outline: none !important;
}
body {
  background-color: #fff;
  color: #555;
  font-size: 14px;
  line-height: normal;
  font-family: "Manrope", Helvetica, Arial, sans-serif;
  overflow: hidden;
}
body .body-wrapper {
  overflow: hidden;
  position: relative;
}
body a {
  color: #00235a;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
body a:hover {
  color: #ff5e15;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
body a:focus {
  text-decoration: none;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  margin: 0 0 10px;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
}
body input,
body textarea,
body button {
  outline: medium none !important;
  border: 1px solid #ddd;
  margin-bottom: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding: 0px 5px;
}
body img {
  display: block;
  max-width: 100%;
  height: auto;
}
body ul {
  padding-left: 0;
}
body ul,
body ol {
  margin-left: 20px;
}
body ol {
  padding-left: 10px;
}
body.boxed-layout {
  max-width: 1800px;
  margin: 0 auto;
  overflow-x: hidden;
  box-shadow: 0 0 8px #000;
}
body.boxed-layout .body-wrapper {
  max-width: 1800px;
  margin: 0 auto;
  box-shadow: 0 0 8px #000;
}
body.boxed-layout .elementor-section-full_width,
body.boxed-layout .elementor-section-boxed {
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  left: 0 !important;
  right: 0 !important;
}
body.boxed-layout .container #contents {
  padding: 0;
  overflow: hidden;
}
body .fa,
body .fas {
  font-weight: normal;
}
body.rtl ul {
  padding-right: 0;
}
body.rtl ul,
body.rtl ol {
  margin-left: 0;
}
body.rtl ol {
  padding-left: 0;
}
.clearfix:after {
  height: 0;
  clear: both;
  content: " ";
  font-size: 0;
  min-height: 0;
  display: block;
  visibility: hidden;
}
.float {
  float: none !important;
}
table {
  margin-bottom: 20px;
}
.thumbnail {
  max-width: 100%;
}
.size-full {
  width: 100%;
  height: auto;
  margin: 0 0 30px 0;
}
.alignleft {
  float: left;
  margin: 0 15px 30px 0;
}
.rtl .alignleft {
  float: right;
  margin: 0 0 30px 15px;
}
.aligncenter {
  display: block;
  margin: 0 auto 30px auto;
  clear: both;
}
.alignright {
  float: right;
  margin: 0 0 30px 15px;
}
.rtl .alignright {
  float: left;
  margin: 0 15px 30px 0;
}
.alignnone {
  float: none;
  clear: both;
  display: block;
  margin: 0 0 30px 0;
}
.alignnone,
.alignwide {
  margin-bottom: 30px;
}
p .size-full {
  width: auto;
  height: auto;
  margin: 5px 0 30px 0;
}
p .alignleft {
  float: left;
  margin: 5px 15px 30px 0;
}
.rtl p .alignleft {
  float: right;
  margin: 5px 0 30px 15px;
}
p .aligncenter {
  display: block;
  margin: 5px auto 30px auto;
}
p .alignright {
  float: right;
  margin: 5px 0 30px 15px;
  clear: both;
}
.rtl p .alignright {
  float: left;
  margin: 5px 15px 30px 0;
}
p .alignnone {
  float: none;
  display: block;
  margin: 5px 0 30px 0;
}
figure .size-full {
  margin: 0;
}
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
ul.menu,
.dropdown ul {
  list-style: none;
  margin: 0;
}
.fa:before {
  font-family: FontAwesome;
}
.loading {
  position: relative;
  z-index: 2;
  height: 300px;
  overflow: hidden;
}
.loading:before {
  background: url(../assets/img/loading.gif) no-repeat center center #fff;
  background-size: 32px 32px;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 99;
  display: block;
}
.rtl .loading:before {
  left: 0 !important;
  right: 0 !important;
}
.loading.clearfix {
  overflow: hidden;
}
.loading.add_to_cart_button:before {
  background: url(../assets/img/loading.gif) no-repeat center center #fff;
}
ul.breadcrumb {
  margin: 0 0 20px;
}
input.input-text:focus,
select:focus,
textarea:focus {
  background-color: #fafafa;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: transparent;
}
.wpb_map_wraper iframe {
  pointer-events: none;
}
.quote-border {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-color: #f4f4f4;
  padding: 20px;
  margin-bottom: 10px;
  font-style: italic;
  border: 1px solid #ddd;
}
.rtl .title-style1 {
  direction: rtl;
}
.title-style1 .block-title {
  margin-bottom: 35px;
  max-width: 480px;
  position: relative;
}
.title-style1 .block-title:before {
  content: "";
  width: 20px;
  height: 3px;
  background: #ff5e15;
  position: absolute;
  top: -12px;
  left: -20px;
}
.rtl .title-style1 .block-title:before {
  left: auto;
  right: -20px;
}
.title-style1 .block-title:after {
  content: "";
  height: 20px;
  width: 3px;
  background: #ff5e15;
  position: absolute;
  top: -12px;
  left: -20px;
}
.rtl .title-style1 .block-title:after {
  left: auto;
  right: -20px;
}
.title-style1 .block-title p {
  color: #999;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
}
.title-style1 .block-title h3 {
  font-size: 36px;
  font-weight: bold;
  color: #00235a;
  position: relative;
  padding-bottom: 31px;
  line-height: 42px;
  letter-spacing: -0.02em;
}
.title-style1 .block-title h3:before {
  content: "";
  width: 100px;
  height: 5px;
  background: #ff5e15;
  position: absolute;
  bottom: 0;
  left: 0;
}
.rtl .title-style1 .block-title h3:before {
  left: auto;
  right: 0;
}
.title-style1 .more a {
  font-size: 12px;
  color: #fff;
  background: #ff5e15;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  height: 45px;
  line-height: 45px;
  padding: 0 31px;
  letter-spacing: 1px;
  margin-top: 70px;
}
.title-style1 .more a:hover {
  background: #00235a;
}
.button-style1 .res-button {
  display: inline-block;
  position: absolute;
  bottom: 15%;
  cursor: pointer;
  z-index: 3;
  text-align: center;
}
.button-style1 .res-button.slick-next {
  right: 50px;
}
.rtl .button-style1 .res-button.slick-next {
  left: 50px;
  right: auto;
}
.button-style1 .res-button.slick-next:before {
  content: "";
  background: url(../assets/img/readmore-arrow3.svg) no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  width: 25px;
  height: 25px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rtl .button-style1 .res-button.slick-next:before {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.button-style1 .res-button.slick-prev {
  right: 0;
}
.rtl .button-style1 .res-button.slick-prev {
  left: 0;
  right: auto;
}
.button-style1 .res-button.slick-prev:before {
  content: "";
  background: url(../assets/img/readmore-arrow3.svg) no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  width: 25px;
  height: 25px;
}
.rtl .button-style1 .res-button.slick-prev:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.button-style1 .res-button:hover:before {
  background: url(../assets/img/readmore-arrow.svg) no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.button-style2 .res-button {
  width: 30px;
  line-height: 50px;
  height: 50px;
  display: inline-block;
  position: absolute;
  top: 50%;
  box-shadow: 0px 1px 4px #ccc;
  margin-top: -25px;
  cursor: pointer;
  z-index: 3;
  background: #fff;
  font-size: 0;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}
.button-style2 .res-button.slick-prev {
  left: -45px;
}
.button-style2 .res-button.slick-prev:before {
  content: "\f104";
  font-family: FontAwesome;
  font-size: 18px;
  color: #222;
  display: inline-block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.button-style2 .res-button.slick-next {
  right: -45px;
}
.button-style2 .res-button.slick-next:before {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 18px;
  color: #222;
  display: inline-block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.button-style2 .res-button:hover {
  background: #ff5e15;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.button-style2 .res-button:hover:before {
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.kontruk_social {
  text-align: center;
  line-height: 19px;
}
.kontruk_social .main-social {
  margin: 0 auto;
  list-style-type: none;
}
.kontruk_social .main-social li {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
}
.kontruk_social .main-social li a {
  color: #999999;
  font-size: 16px;
}
.kontruk_social .main-social li a:hover {
  color: #ff5e15;
}
.mc4wp-form.mc4wp-form-success .mc4wp-alert.mc4wp-success {
  color: green;
  margin: 15px 0;
}
.kontruk-socials ul {
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 60px;
}
.kontruk-socials ul > li {
  display: inline-block;
}
.kontruk-socials ul > li > a {
  font-size: 22px;
  color: #fff;
  margin-right: 30px;
}
.kontruk-socials ul > li > a:hover {
  color: #faa600;
}
.topsearch-entry:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  background: rgba(0,0,0,0.6);
  z-index: 9;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.topsearch-entry .button-search-pro.loading:before {
  background-image: url(../assets/img/loading.gif);
  background-color: #2d2d2d;
  background-size: 20px 20px;
}
.topsearch-entry .input-group-btn {
  position: static;
}
.topsearch-entry .input-group {
  display: block;
}
.topsearch-entry .search-append {
  position: absolute;
  top: 105%;
  right: 0;
  left: 0;
  padding: 0;
  min-width: 300px;
  text-align: start;
  border: none;
}
.rtl .topsearch-entry .search-append .autocomplete-suggestion > a img {
  margin-right: 0;
  margin-left: 10px;
}
.topsearch-entry .search-append .autocomplete-suggestions {
  box-shadow: 0 0 0 1px #ccc;
  background: #fff;
  border-radius: 3px;
}
.topsearch-entry .search-append .autocomplete-suggestion {
  clear: both;
  padding: 0 10px;
  margin-bottom: 15px;
}
.topsearch-entry .search-append .autocomplete-suggestion:first-child {
  padding-top: 15px;
}
.topsearch-entry .search-append .autocomplete-suggestion:last-child {
  padding-bottom: 15px;
}
.topsearch-entry .search-append .autocomplete-suggestion.no-result {
  padding: 10px;
}
.topsearch-entry .search-append .autocomplete-suggestion > a {
  padding: 0 10px;
  display: block;
  overflow: hidden;
}
.topsearch-entry .search-append .autocomplete-suggestion > a img {
  margin-right: 10px;
  border: 1px solid #ccc;
}
.topsearch-entry .search-append .autocomplete-suggestion .media-body > span {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
}
.topsearch-entry .search-append .autocomplete-suggestion .media-body > span strong {
  color: #ff5e15;
}
.topsearch-entry .search-append .autocomplete-suggestion .media-body .search-meta > div,
.topsearch-entry .search-append .autocomplete-suggestion .media-body .search-meta > p {
  display: inline-block;
  vertical-align: top;
}
.topsearch-entry .search-append .autocomplete-suggestion .media-body .search-meta .sku {
  margin-right: 20px;
}
.topsearch-entry .search-append .autocomplete-suggestion .media-body .search-meta .sku > span {
  font-weight: bold;
}
.topsearch-entry .search-append .autocomplete-suggestion .media-body .price {
  color: #ff5e15;
  font-weight: bold;
  font-size: 14px;
}
.topsearch-entry .search-append .autocomplete-suggestion .media-body .price span.price-label {
  color: #666;
}
.topsearch-entry .search-append .autocomplete-suggestion .media-body .price ins {
  text-decoration: none;
}
.topsearch-entry .search-append .autocomplete-suggestion .media-body .price del {
  color: #999;
}
.home .kontruk_breadcrumbs,
.home-style1 .kontruk_breadcrumbs,
.home-style2 .kontruk_breadcrumbs,
.home-style3 .kontruk_breadcrumbs {
  display: none;
}
.home.admin-bar .header-menubar .content-menubar,
.home-style1.admin-bar .header-menubar .content-menubar,
.home-style2.admin-bar .header-menubar .content-menubar,
.home-style3.admin-bar .header-menubar .content-menubar {
  top: 32px;
}
#widget_indexdm,
#indexdm_img,
#cpanel-form a.cpanel-control {
  display: none !important;
}
.block-popup-login {
  margin-top: 170px;
  width: 600px;
  padding: 0px 20px 0px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.block-popup-login form.login,
.block-popup-login form.register {
  border: 0px;
  padding: 0px;
  margin: 0;
  text-align: start;
  border-radius: 0px;
}
.block-popup-login form.login.loading,
.block-popup-login form.register.loading {
  height: auto;
}
.block-popup-login form.login.loading:before,
.block-popup-login form.register.loading:before {
  opacity: 0.7;
}
.block-popup-login .tt_popup_login {
  height: 42px;
  background-color: #ff5e15;
  margin: 0 -20px;
  padding: 0 10px;
}
.block-popup-login .tt_popup_login strong {
  line-height: 42px;
  display: inline-block;
  padding-left: 55px;
  text-transform: uppercase;
  font-size: 15px;
  color: #fff;
  background-image: url(../assets/img/bg_general.png);
  background-repeat: no-repeat;
  background-position: -20px -700px;
  position: relative;
  padding-right: 10px;
  background-color: #ff5e15;
}
.rtl .block-popup-login .tt_popup_login strong {
  background-position: right -20px top -700px;
  padding-left: 10px;
  padding-right: 55px;
}
.block-popup-login .block-content {
  padding-top: 30px;
  padding-bottom: 20px;
  font-weight: normal;
  overflow: hidden;
}
.block-popup-login .block-content .col-reg {
  width: 50%;
  float: left;
  min-height: 188px;
}
.rtl .block-popup-login .block-content .col-reg {
  float: right;
}
.block-popup-login .block-content .col-reg.registered-account {
  padding-right: 30px;
  border-right: 1px solid #d0d0d0;
}
.rtl .block-popup-login .block-content .col-reg.registered-account {
  border-left: 1px solid #d0d0d0;
  border-right: 0;
  padding-left: 30px;
}
.block-popup-login .block-content .col-reg.registered-account .submit-login {
  position: relative;
  float: left;
  margin-top: 10px;
}
.rtl .block-popup-login .block-content .col-reg.registered-account .submit-login {
  float: right;
}
.block-popup-login .block-content .col-reg.registered-account .submit-login .btn-submit-login {
  background-color: #ff5e15;
  padding: 0 25px 0px 48px;
  height: 42px;
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
  text-transform: uppercase;
  color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.rtl .block-popup-login .block-content .col-reg.registered-account .submit-login .btn-submit-login {
  padding: 0 48px 0px 25px;
}
.block-popup-login .block-content .col-reg.registered-account .submit-login .btn-submit-login:hover {
  background-color: #e14600;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.block-popup-login .block-content .col-reg.registered-account .submit-login:before {
  background: url(../assets/img/bg_general.png) no-repeat -20px -1593px;
  content: '';
  display: block;
  width: 15px;
  height: 18px;
  position: absolute;
  top: 10px;
  left: 20px;
  z-index: 5;
}
.rtl .block-popup-login .block-content .col-reg.registered-account .submit-login:before {
  right: 20px;
  left: auto;
}
.block-popup-login .block-content .col-reg.login-customer {
  padding-left: 30px;
  color: #003fa1;
}
.rtl .block-popup-login .block-content .col-reg.login-customer {
  padding-right: 30px;
  padding-left: 0;
}
.block-popup-login .block-content .col-reg.login-customer h2 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 0;
}
.block-popup-login .block-content .list-log {
  list-style: none;
  margin: 0;
}
.block-popup-login .block-content .list-log li {
  padding: 2px 0px 2px 14px;
  font-style: italic;
  position: relative;
  border-left: none;
  line-height: 22px;
}
.rtl .block-popup-login .block-content .list-log li {
  padding: 2px 14px 2px 0;
}
.rtl .block-popup-login .block-content .list-log li:before {
  right: 0;
  left: auto;
}
.block-popup-login .block-content .list-log li:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #666666;
  position: absolute;
  left: 0px;
  top: 10px;
}
.block-popup-login .block-content .btn-reg-popup {
  height: 42px;
  line-height: 42px;
  padding: 0px 35px;
  text-transform: uppercase;
  display: inline-block;
  font-size: 12px;
  margin-top: 15px;
  color: #fff;
  font-weight: bold;
  background-color: #ff5e15;
}
.block-popup-login .block-content .btn-reg-popup:hover {
  background-color: #e14600;
}
.block-popup-login .email-input {
  position: relative;
}
.block-popup-login .email-input:before {
  background: url(../assets/img/bg_general.png) no-repeat -20px -160px #ababab;
  content: "";
  display: inline-block;
  width: 43px;
  height: 40px;
  position: absolute;
  top: 0px;
  left: 0px;
  right: auto;
}
.rtl .block-popup-login .email-input:before {
  right: 0;
  left: auto;
}
.block-popup-login .pass-input {
  position: relative;
}
.block-popup-login .pass-input:before {
  background: url(../assets/img/bg_general.png) no-repeat -20px -100px #ababab;
  content: "";
  display: inline-block;
  width: 43px;
  height: 40px;
  position: absolute;
  top: 0px;
  left: 0px;
  right: auto;
}
.rtl .block-popup-login .pass-input:before {
  right: 0;
  left: auto;
}
.block-popup-login .input-text {
  border: none;
  margin-bottom: 14px;
  width: 100%;
  padding: 0 5px 0px 52px;
  height: 40px !important;
  font-size: 108.33%;
  border: 1px solid #d1d1d1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.rtl .block-popup-login .input-text {
  padding: 0 52px 0px 5px;
}
.block-popup-login .ft-link-p a {
  color: #003fa1;
  padding: 0;
  border: 0;
}
.block-popup-login .ft-link-p a:hover {
  color: #ff5e15;
}
.block-popup-login #login_message {
  clear: both;
  color: #049e06;
}
.block-popup-login #login_message >a {
  font-weight: bold;
}
.block-popup-login #login_message.error {
  color: #ec0122;
}
.block-popup-login .login-line {
  text-align: center;
  position: relative;
  margin: 0 0 20px 0;
}
.block-popup-login .login-line:before {
  content: '';
  position: absolute;
  top: 10px;
  height: 1px;
  left: 0;
  width: 100%;
  background: #ccc;
}
.block-popup-login .login-line > span {
  font-weight: bold;
  display: inline-block;
  padding: 0 10px;
  background: #fff;
  position: relative;
}
.block-popup-login .social-networks {
  text-align: center;
}
.close-login {
  display: inline-block;
  background: url(../assets/img/bg_general.png) no-repeat;
  background-position: -24px -2208px;
  width: 26px;
  height: 26px;
  overflow: hidden;
  text-indent: -9999px;
  right: 7px;
  left: auto;
  top: 7px;
  position: absolute;
  opacity: 1;
}
.close-login:hover {
  opacity: 0.7;
}
.rtl .close-login {
  left: 7px;
  right: auto;
}
.top-login ul {
  list-style: none;
  margin: 0;
  border: 1px #ddd solid;
  padding: 11px 20px 11px 30px;
  border-radius: 4px;
  margin-left: 50px;
  position: relative;
}
.rtl .top-login ul {
  margin-right: 50px;
  margin-left: 0;
  padding: 11px 30px 11px 20px;
}
.top-login ul:before {
  content: "";
  width: 35px;
  height: 35px;
  position: absolute;
  top: 12px;
  left: -18px;
  border: 1px #ddd solid;
  border-radius: 50%;
  background: url(../assets/img/user.svg) center no-repeat #fff;
  background-size: 19px;
}
.rtl .top-login ul:before {
  left: auto;
  right: -18px;
}
.top-login ul li {
  color: #00235a;
}
.top-login ul li span {
  font-size: 12px;
  display: block;
  color: #00235a;
  margin-bottom: 5px;
}
.top-login ul li a {
  font-weight: bold;
}
#lang_sel a,
#lang_sel a:visited {
  border: none;
  padding: 0;
}
#lang_sel a.lang_sel_sel:after {
  content: "\f107";
  font-size: 12px;
  font-family: FontAwesome;
  display: inline-block;
  margin-left: 4px;
  vertical-align: top;
  line-height: 18px;
}
.rtl #lang_sel a.lang_sel_sel:after {
  margin-right: 4px;
  margin-left: 0;
}
#lang_sel img.iclflag {
  margin-top: -1px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.rtl #lang_sel img.iclflag {
  margin: 0 0 0 5px;
}
#lang_sel > ul.nav {
  display: inline-block;
  margin: 0;
  list-style: none;
}
#lang_sel > ul.nav > li {
  position: relative;
  padding: 10px 0 11px 0;
}
#lang_sel > ul.nav > li > a {
  background-color: transparent;
  font-size: 14px;
  text-transform: uppercase;
}
#lang_sel > ul.nav > li > a img {
  display: none;
}
#lang_sel > ul.nav > li > ul {
  border: 1px #ddd solid;
  right: 0;
  top: 55px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 999;
  position: absolute;
  background: #fff;
  width: 125px;
  padding: 10px;
  visibility: hidden;
  opacity: 0;
  margin: 0;
}
.rtl #lang_sel > ul.nav > li > ul {
  left: 0;
  right: auto;
}
#lang_sel > ul.nav > li > ul li {
  background: #f6f6f6;
  list-style: none;
  border: 1px #f6f6f6 solid;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
#lang_sel > ul.nav > li > ul li.active,
#lang_sel > ul.nav > li > ul li:hover {
  border-color: #00235a;
  background: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
#lang_sel > ul.nav > li > ul li a {
  color: #00235a;
  display: block;
  height: auto;
  padding: 0 10px;
  line-height: 28px;
  height: 28px;
}
#lang_sel > ul.nav > li > ul li a .iclflag {
  margin-right: 6px;
}
.rtl #lang_sel > ul.nav > li > ul li a .iclflag {
  margin-left: 6px;
  margin-right: 0;
}
#lang_sel > ul.nav > li > ul li:last-child {
  margin-bottom: 0;
}
#lang_sel > ul.nav > li > ul:before {
  content: "";
  display: inline-block;
  background: transparent;
  height: 3px;
  width: 100%;
  position: absolute;
  top: -3px;
  right: 0;
}
#lang_sel > ul.nav > li:hover > ul {
  top: 39px;
  z-index: 999;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.top-form.top-search {
  padding: 20px 20px 10px 30px;
  position: relative;
}
.top-form.top-search:before {
  content: "";
  width: 1px;
  height: 30px;
  background: rgba(255,255,255,0.2);
  position: absolute;
  top: 24px;
  left: 0;
}
.rtl .top-form.top-search:before {
  left: auto;
  right: 0;
}
.top-form.top-search .icon-search {
  cursor: pointer;
}
.top-form.top-search .icon-search i.fa {
  font-weight: normal;
  font-size: 20px;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.top-form.top-search .icon-search i.fa:before {
  content: "\ea08";
  font-family: Nucleo;
}
.top-form.top-search .icon-search i.fa:hover {
  color: #ff5e15;
}
.top-form.top-search .topsearch-entry {
  display: none;
  position: absolute;
  top: 80px;
  right: 10px;
  z-index: 2;
}
.rtl .top-form.top-search .topsearch-entry {
  right: auto;
  left: 10px;
}
.top-form.top-search .topsearch-entry .searchform {
  width: 300px;
  border: 1px #ededed solid;
  overflow: hidden;
}
.top-form.top-search .topsearch-entry .searchform input {
  width: 80%;
  height: 40px;
  line-height: 40px;
  float: left;
  border-radius: 0;
  border: none;
  margin-bottom: 0;
  padding: 0 15px;
}
.rtl .top-form.top-search .topsearch-entry .searchform input {
  float: right;
}
.top-form.top-search .topsearch-entry .searchform button {
  width: 20%;
  height: 40px;
  line-height: 40px;
  float: left;
  border-radius: 0;
  border: none;
  font-size: 16px;
  margin-bottom: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.top-form.top-search .topsearch-entry .searchform button:hover {
  color: #ff5e15;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.rtl .top-form.top-search .topsearch-entry .searchform button {
  float: right;
}
.header-style1 .container {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  padding: 0;
  min-height: 80px;
}
.header-style1 .boxed-left {
  background: #ff5e15;
  align-items: center;
  justify-content: center;
  display: flex;
}
.header-style1 .kontruk-logo a img {
  max-width: 240px;
  width: 100%;
  image-rendering: -webkit-optimize-contrast;
}
.header-style1 .boxed-right {
  background: #00235A;
}
.header-style1 .boxed-right .header-top {
  background: #fff;
  padding: 0 15px;
}
.header-style1 .boxed-right .header-mid {
  position: relative;
}
.header-style1 .boxed-right .header-mid:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100px;
  border-bottom: 80px solid #00235A;
  border-left: 85px solid transparent;
}
.rtl .header-style1 .boxed-right .header-mid:before {
  left: auto;
  right: -100px;
  border-right: 85px solid transparent;
  border-left: none;
}
.header-style1 .nav-pills >li > a {
  color: #fff;
  position: relative;
}
.header-style1 .nav-pills >li > a:before {
  content: "";
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 0;
  width: 0;
  background: #ff5e15;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.rtl .header-style1 .nav-pills >li > a:before {
  left: auto;
  right: 50%;
}
.header-style1 .nav-pills >li > a:hover {
  color: #ff5e15;
}
.header-style1 .nav-pills >li > a:hover:before {
  width: 100%;
  left: 0;
}
.rtl .header-style1 .nav-pills >li > a:hover:before {
  left: auto;
  right: 0;
}
.header-style1 .nav-pills >li.active > a {
  color: #ff5e15;
}
.header-style1 .nav-pills >li.active > a:before {
  width: 100%;
  left: 0;
}
.rtl .header-style1 .nav-pills >li.active > a:before {
  left: auto;
  right: 0;
}
@media (min-width: 1800px) {
  .header-style1 .boxed-left {
    width: 23%;
  }
  .header-style1 .boxed-right {
    width: 77%;
  }
  .header-style1 .boxed-right .header-top {
    padding-right: 125px;
  }
  .header-style1 .boxed-right .header-mid {
    padding-right: 110px;
  }
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .header-style1 .phone-mail .item-mail {
    display: none;
  }
  .header-style1 .nav-pills >li {
    padding-right: 40px;
  }
  .rtl .header-style1 .nav-pills >li {
    padding-right: 0;
    padding-left: 40px;
  }
}
@media (max-width: 1320px) {
  .header-style1 .boxed-right .header-mid:before {
    display: none;
  }
}
@media (max-width: 1199px) {
  .header-style1 .container {
    min-height: auto;
  }
  .header-style1 .kontruk-logo {
    padding: 15px;
  }
  .header-style1 .phone-mail {
    display: none;
  }
  .header-style1 .nav-pills >li {
    padding-right: 30px;
  }
  .rtl .header-style1 .nav-pills >li {
    padding-right: 0;
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .header-style1 .header-mid #main-menu .primary-menu .resmenu-container .navbar-toggle {
    margin-top: 16px;
    margin-bottom: 15px;
  }
  .header-style1 .more-quote {
    padding-top: 10px;
  }
  .header-style1 .top-form.top-search {
    padding-top: 13px;
  }
  .header-style1 .top-form.top-search:before {
    display: none;
  }
  .header-style1 .top-form.top-search .topsearch-entry {
    top: 65px;
  }
}
@media (max-width: 767px) {
  .header-style1 .header-top {
    display: none;
  }
  .header-style1 .more-quote {
    display: none;
  }
  .header-style1 .top-form.top-search {
    padding-right: 0;
    padding-left: 0;
  }
}
body.resmenu-open:before {
  content: '';
  background: rgba(0,0,0,0.7);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 9999;
  width: 100%;
}
.primary-menu .navbar-inverse {
  background-color: transparent;
  border-color: #fff;
}
.elementor-sticky--active {
  z-index: 90 !important;
}
.nav-pills {
  display: inline-block;
  margin-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}
.nav-pills.nav-css >li {
  float: none;
  display: inline-block;
  padding-right: 45px;
}
.rtl .nav-pills.nav-css >li {
  padding-right: 0;
  padding-left: 45px;
}
.nav-pills.nav-css >li > a {
  padding: 30px 0;
}
.nav-pills.nav-css >li.dropdown > a span.menu-img {
  position: absolute;
  right: 5px;
  top: 0;
}
.nav-pills.nav-css >li.dropdown > .dropdown-menu > li.dropdown-submenu >a:before {
  content: "\f105";
  font-family: fontawesome;
  position: absolute;
  top: 13px;
  right: 0;
}
.rtl .nav-pills.nav-css >li.dropdown > .dropdown-menu > li.dropdown-submenu >a:before {
  content: "\f104";
  right: auto;
  left: 0;
}
.nav-pills.nav-css >li.dropdown .dropdown-menu {
  box-shadow: none;
  border: 1px solid #eaeaea;
  padding: 0;
  min-width: 200px;
}
.nav-pills.nav-css >li.dropdown .dropdown-menu li {
  width: 100%;
  padding: 0 20px;
}
.nav-pills.nav-css >li.dropdown .dropdown-menu li >a {
  padding: 13px 0;
  color: #00235a;
  font-size: 13px;
  text-transform: capitalize;
  border-bottom: 1px solid #eaeaea;
}
.nav-pills.nav-css >li.dropdown .dropdown-menu li >a:hover {
  color: #ff5e15;
}
.nav-pills.nav-css >li.dropdown .dropdown-menu li.active > a {
  color: #ff5e15;
}
.nav-pills.nav-css >li.dropdown .dropdown-menu li:last-child > a {
  border: 0;
}
.nav-pills.nav-css >li.dropdown .dropdown-menu li.dropdown-submenu {
  position: relative;
}
.nav-pills.nav-css >li.dropdown .dropdown-menu li.dropdown-submenu .dropdown-menu {
  top: -1px;
  left: 100%;
}
.rtl .nav-pills.nav-css >li.dropdown .dropdown-menu li.dropdown-submenu .dropdown-menu {
  left: auto;
  right: 100%;
}
.nav-pills.nav-css >li.dropdown .dropdown-menu li.dropdown-submenu .dropdown-menu > a {
  border-bottom: 1px solid #eaeaea;
}
.nav-pills.nav-css >li.dropdown .dropdown-menu li.dropdown-submenu:hover > a,
.nav-pills.nav-css >li.dropdown .dropdown-menu li.dropdown-submenu:focus > a {
  color: #ff5e15;
}
.nav-pills.nav-css >li:hover .dropdown-menu {
  top: 100%;
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.nav-pills >li {
  float: none;
  display: inline-block;
  padding-right: 45px;
}
.rtl .nav-pills >li {
  padding-right: 0;
  padding-left: 45px;
}
.nav-pills >li > a {
  text-transform: uppercase;
  background-color: transparent;
  position: relative;
  padding: 30px 0;
  font-weight: 600;
  display: block;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 20px;
  border-radius: 0;
  color: #00235a;
}
.nav-pills >li > a:hover,
.nav-pills >li > a:focus {
  background-color: transparent;
  color: #ff5e15;
}
.nav-pills >li.active > a {
  color: #ff5e15;
}
.nav-pills >li.dropdown > a {
  position: relative;
}
.nav-pills >li.dropdown .dropdown-menu {
  text-align: start;
  visibility: hidden;
  padding: 15px 0;
  border: none;
  min-width: 200px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.nav-pills >li.dropdown .dropdown-menu li {
  width: 100%;
}
.nav-pills >li.dropdown .dropdown-menu li >a {
  position: relative;
  text-transform: capitalize;
  display: block;
  padding: 12px 25px;
  color: #7d7d7d;
}
.nav-pills >li.dropdown .dropdown-menu li >a:hover {
  color: #ff5e15;
}
.nav-pills >li.dropdown .dropdown-menu li.dropdown-submenu {
  position: relative;
}
.nav-pills >li.dropdown .dropdown-menu li.dropdown-submenu .dropdown-menu {
  position: absolute;
  top: -16px;
  left: 110%;
  visibility: hidden;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.rtl .nav-pills >li.dropdown .dropdown-menu li.dropdown-submenu .dropdown-menu {
  left: auto;
  right: 110%;
}
.nav-pills >li.dropdown .dropdown-menu >.dropdown-submenu:hover >.dropdown-menu {
  left: 100%;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.rtl .nav-pills >li.dropdown .dropdown-menu >.dropdown-submenu:hover >.dropdown-menu {
  left: auto;
  right: 100%;
}
.nav-pills >li.dropdown:hover:before {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.nav-pills >li.dropdown > .dropdown-menu.visible {
  visibility: visible;
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
}
.nav-pills >li.active {
  position: relative;
}
.nav-pills >li.active >a,
.nav-pills >li.active >a:hover,
.nav-pills >li.active >a:focus {
  background-color: transparent;
  color: #ff5e15;
}
.nav-pills >li:hover .dropdown-menu {
  top: 100%;
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.nav-pills >li:hover .dropdown-menu .dropdown-submenu:hover >a {
  color: #ff5e15;
}
.nav-pills .dropdown-menu li.active >a,
.nav-pills .dropdown-menu li:hover >a {
  color: #ff5e15;
  background-color: transparent;
}
.nav-pills.nav-mega .menu-img {
  position: absolute;
  right: 5px;
  top: 0;
}
.nav-pills.nav-mega .kontruk-mega-menu .wpb_raw_html {
  margin-bottom: 0;
}
.nav-pills.nav-mega .kontruk-mega-menu.kontruk-menu-img > a span.menu-img {
  position: absolute;
  right: 5px;
  top: -7px;
}
.nav-pills.nav-mega .kontruk-mega-menu .dropdown-menu {
  padding: 30px 15px 15px;
  width: 100%;
  box-shadow: 0px 0px 5px #999;
}
.nav-pills.nav-mega .kontruk-mega-menu .dropdown-menu li.active >a,
.nav-pills.nav-mega .kontruk-mega-menu .dropdown-menu li:hover >a {
  background-color: transparent;
}
.nav-pills.nav-mega .kontruk-mega-menu .dropdown-menu li .dropdown-sub > li.active >a,
.nav-pills.nav-mega .kontruk-mega-menu .dropdown-menu li .dropdown-sub > li:hover >a {
  background-color: transparent;
  color: #ff5e15;
}
.nav-pills.nav-mega .kontruk-mega-menu .dropdown-menu >li {
  float: left;
  padding: 0 15px;
}
.nav-pills.nav-mega .kontruk-mega-menu .dropdown-menu >li.image-full {
  width: 100% !important;
  padding-top: 0;
}
.nav-pills.nav-mega .kontruk-mega-menu .dropdown-menu >li.image-full >a {
  border-bottom: 0;
  font-size: 14px;
  text-transform: uppercase;
  padding: 7px 20px;
}
.nav-pills.nav-mega .kontruk-mega-menu .dropdown-menu >li.image-full >a .menu-title {
  display: none;
}
.nav-pills.nav-mega .kontruk-mega-menu .dropdown-menu >li.image-full img {
  width: 100%;
}
.nav-pills.nav-mega .kontruk-mega-menu .dropdown-menu >li .item-bottom {
  display: none;
}
.rtl .nav-pills.nav-mega .kontruk-mega-menu .dropdown-menu >li {
  float: right;
}
.nav-pills.nav-mega .kontruk-mega-menu .dropdown-menu .dropdown-submenu >a,
.nav-pills.nav-mega .kontruk-mega-menu .dropdown-menu .dropdown-submenu >.have-title {
  text-transform: uppercase;
  font-weight: normal;
  padding: 0;
  display: block;
  color: #00235a;
  font-size: 14px;
  font-weight: 700;
}
.nav-pills.nav-mega .kontruk-mega-menu .dropdown-menu .dropdown-submenu >a .menu-title,
.nav-pills.nav-mega .kontruk-mega-menu .dropdown-menu .dropdown-submenu >.have-title .menu-title {
  display: block;
  margin-bottom: 5px;
}
.nav-pills.nav-mega .kontruk-mega-menu .dropdown-menu .dropdown-submenu .dropdown-sub a {
  padding: 9px 0;
  text-transform: capitalize;
  font-size: 13px;
  color: #7d7d7d;
}
.nav-pills.nav-mega .kontruk-mega-menu .dropdown-menu .dropdown-submenu .dropdown-sub a:hover {
  color: #ff5e15;
}
.nav-pills.nav-mega .kontruk-mega-menu .dropdown-menu .dropdown-submenu .dropdown-sub >li .menu-img {
  float: left;
  width: 25px;
  margin-right: 15px;
}
.rtl .nav-pills.nav-mega .kontruk-mega-menu .dropdown-menu .dropdown-submenu .dropdown-sub >li .menu-img {
  float: right;
  margin-right: 0;
  margin-left: 15px;
}
.nav-pills.nav-mega .kontruk-mega-menu .dropdown-menu.column-1 {
  min-width: 1170px;
  padding: 30px 0 15px;
}
.nav-pills.nav-mega .kontruk-mega-menu .dropdown-menu.column-1 >li {
  width: 100%;
}
.nav-pills.nav-mega .kontruk-mega-menu .dropdown-menu.column-2 {
  min-width: 380px;
}
.nav-pills.nav-mega .kontruk-mega-menu .dropdown-menu.column-2 >li {
  width: 50%;
}
.nav-pills.nav-mega .kontruk-mega-menu .dropdown-menu.column-3 {
  min-width: 720px;
}
.nav-pills.nav-mega .kontruk-mega-menu .dropdown-menu.column-3 >li {
  width: 33.33%;
}
.nav-pills.nav-mega .kontruk-mega-menu .dropdown-menu.column-4 {
  min-width: 875px;
}
.nav-pills.nav-mega .kontruk-mega-menu .dropdown-menu.column-4 >li {
  width: 25%;
}
.nav-pills.nav-mega .kontruk-mega-menu .dropdown-menu.column-5 {
  min-width: 1170px;
  padding-bottom: 20px;
}
.nav-pills.nav-mega .kontruk-mega-menu .dropdown-menu.column-5 >li {
  width: 20%;
}
.nav-pills.nav-mega .kontruk-mega-menu .dropdown-menu .kontruk-menu-img >a {
  padding: 15px 0 0 0;
}
.nav-pills.nav-mega .kontruk-mega-menu .dropdown-menu .kontruk-menu-img >a:before {
  display: none;
}
.nav-pills.nav-mega .kontruk-mega-menu .dropdown-menu .kontruk-menu-img >a:hover {
  color: #ff5e15;
}
.nav-pills.nav-mega .kontruk-mega-menu .dropdown-menu .kontruk-menu-img:hover img {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.nav-pills.nav-mega .kontruk-mega-menu .dropdown-menu .menu-shortcode >a {
  display: none;
}
.nav-pills.nav-mega .kontruk-mega-menu.style-mega .dropdown-menu.column-1 {
  min-width: 800px;
  padding: 30px 10px;
}
.nav-pills.nav-mega .kontruk-mega-menu.style-mega .dropdown-menu.column-1 >li {
  width: 100%;
}
.nav-pills.nav-mega .kontruk-mega-menu.style-mega .dropdown-menu.column-1 >li h3 {
  color: #00235a;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.nav-pills.nav-mega .kontruk-mega-menu.style-mega .dropdown-menu.column-1 >li ul li a {
  padding: 9px 0;
  font-size: 14px;
}
.nav-pills.nav-mega .kontruk-mega-menu.style-mega .dropdown-menu.column-1 >li .wpb_single_image {
  margin-bottom: 0;
}
.nav-pills.nav-mega .kontruk-mega-menu.custom-image-col5 .dropdown-menu.column-5 >li {
  width: 18%;
}
.nav-pills.nav-mega .kontruk-mega-menu.custom-image-col5 .dropdown-menu.column-5 >li.kontruk-menu-img {
  width: 28%;
}
.nav-pills.nav-mega .kontruk-mega-menu.custom-mega-product .dropdown-menu {
  padding: 0;
}
.nav-pills.nav-mega .kontruk-mega-menu.custom-mega-product .dropdown-menu >li {
  padding: 0;
}
.nav-pills.nav-mega .kontruk-mega-menu:hover .dropdown-menu .listing-tab-shortcode .tabbable.tabs .tab-content {
  visibility: visible;
}
.nav-pills.nav-mega .kontruk-mega-menu.mega-shop .dropdown-menu.column-4 >li {
  width: 33.32%;
  margin-bottom: 20px;
}
.nav-pills.nav-mega .kontruk-mega-menu.mega-shop .dropdown-menu.column-4 >li:nth-child(4) {
  clear: both;
}
.nav-pills.nav-mega .kontruk-mega-menu.mega-shop .dropdown-menu.column-4 >li.menu-image {
  width: 66%;
  padding-top: 5px;
}
.nav-pills.nav-mega .kontruk-mega-menu.mega-shop .dropdown-menu.column-4 >li.menu-image >a {
  padding-top: 0;
}
.nav-pills.nav-mega .kontruk-mega-menu.mega-shop .dropdown-menu.column-4 >li.menu-image .menu-img {
  position: relative;
}
.nav-pills.nav-mega .kontruk-mega-menu.mega-blog .dropdown-menu.column-4 {
  width: 1000px;
}
.nav-pills.nav-mega .kontruk-mega-menu.mega-blog .dropdown-menu.column-4 >li {
  width: 23%;
}
.nav-pills.nav-mega .kontruk-mega-menu.mega-blog .dropdown-menu.column-4 >li .container {
  padding: 0;
}
.nav-pills.nav-mega .kontruk-mega-menu.mega-blog .dropdown-menu.column-4 >li:last-child {
  width: 31%;
}
.nav-pills.nav-mega .kontruk-mega-menu.mega-blog .dropdown-menu.column-4 >li:last-child .have-title {
  margin-bottom: 20px;
  display: block;
}
.nav-pills.nav-mega .kontruk-mega-menu.mega-blog .dropdown-menu.column-4 >li:last-child >a {
  padding: 0 0 20px 0;
}
.nav-pills.nav-mega .kontruk-mega-menu.mega-blog .dropdown-menu.column-4 >li:last-child .menu-title {
  color: #00235a;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.nav-pills.nav-mega .kontruk-menu-custom > .dropdown-menu > li.active > a {
  color: #ff5e15;
}
.nav-pills.nav-mega .kontruk-menu-custom ul {
  box-shadow: 0px 0px 5px #999;
}
.nav-pills.nav-mega .kontruk-menu-custom ul .menu-img {
  display: none;
}
.nav-pills.nav-mega .kontruk-menu-custom ul > li > a {
  font-size: 13px;
}
.nav-pills.nav-mega .kontruk-menu-custom ul li >.have-title {
  position: relative;
  display: block;
  padding: 10px 25px;
}
.nav-pills.nav-mega .kontruk-menu-custom ul li >.have-title:before {
  content: "\f111";
  font-family: fontawesome;
  font-size: 6px;
  display: inline-block;
  vertical-align: middle;
  padding-right: 8px;
}
.rtl .nav-pills.nav-mega .kontruk-menu-custom ul li >.have-title:before {
  padding-right: 0;
  padding-left: 8px;
}
.nav-pills.nav-mega .kontruk-menu-custom ul .dropdown-submenu >ul {
  position: absolute;
  background-color: #fff;
  left: 110%;
  top: 0;
  padding: 15px 0;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  min-width: 180px;
}
.rtl .nav-pills.nav-mega .kontruk-menu-custom ul .dropdown-submenu >ul {
  left: auto;
  right: 110%;
}
.nav-pills.nav-mega .kontruk-menu-custom ul .dropdown-submenu >ul >li {
  position: relative;
}
.nav-pills.nav-mega .kontruk-menu-custom ul .dropdown-submenu >ul >li ul {
  padding: 15px 0;
  position: absolute;
  background-color: #fff;
  left: 110%;
  top: 0;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.rtl .nav-pills.nav-mega .kontruk-menu-custom ul .dropdown-submenu >ul >li ul {
  left: auto;
  right: 110%;
}
.nav-pills.nav-mega .kontruk-menu-custom ul .dropdown-submenu >ul >li ul >li:hover >ul {
  left: 100%;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.rtl .nav-pills.nav-mega .kontruk-menu-custom ul .dropdown-submenu >ul >li ul >li:hover >ul {
  left: auto;
  right: 100%;
}
.nav-pills.nav-mega .kontruk-menu-custom ul .dropdown-submenu >ul >li:hover >ul {
  left: 100%;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.rtl .nav-pills.nav-mega .kontruk-menu-custom ul .dropdown-submenu >ul >li:hover >ul {
  left: auto;
  right: 100%;
}
.nav-pills.nav-mega .kontruk-menu-custom ul .dropdown-submenu:hover >ul {
  left: 100%;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.rtl .nav-pills.nav-mega .kontruk-menu-custom ul .dropdown-submenu:hover >ul {
  left: auto;
  right: 100%;
}
.nav-pills.nav-mega .kontruk-mega-menu.custom-image-col4 .dropdown-menu.column-4 >li.kontruk-menu-img {
  width: 22%;
}
.nav-pills.nav-mega .kontruk-mega-menu.custom-image-col4 .dropdown-menu.column-4 >li.custom-slider-col4 {
  width: 31%;
  margin-left: 1.3%;
  border-left: 1px #e6e6e6 solid;
}
.rtl .nav-pills.nav-mega .kontruk-mega-menu.custom-image-col4 .dropdown-menu.column-4 >li.custom-slider-col4 {
  border-right: 1px #e6e6e6 solid;
  border-left: 0;
  margin-right: 1.3%;
  margin-left: 0;
}
.nav-pills.nav-mega .kontruk-mega-menu.custom-image-col4 .dropdown-menu.column-4 >li.custom-slider-col4 .order-title {
  display: none;
}
.mega-left-title {
  height: 42px;
  line-height: 41px;
  overflow: hidden;
  color: #fff;
}
.mega-left-title span {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  padding-left: 25px;
}
.rtl .mega-left-title span {
  padding-left: 0;
  padding-right: 25px;
}
.mega-left-title span:before {
  content: "";
  width: 15px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 6px;
  left: 0;
}
.rtl .mega-left-title span:before {
  left: auto;
  right: 0;
}
.mega-left-title span:after {
  content: "";
  width: 10px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 12px;
  left: 0;
}
.rtl .mega-left-title span:after {
  left: auto;
  right: 0;
}
.mega-left-title:after {
  content: '\f0d7';
  font-family: fontawesome;
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  line-height: 42px;
}
.rtl .mega-left-title:after {
  margin-right: 10px;
  margin-left: 0;
}
.vertical_megamenu-header .wpb_content_element {
  margin: 0;
}
.vertical_megamenu-header:hover .wrapper_vertical_menu {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
}
.header-elementor1 .vertical_megamenu-header:hover .wrapper_vertical_menu {
  z-index: 991;
}
.wrapper_vertical_menu {
  position: absolute;
  min-width: 270px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
  z-index: 9;
  visibility: hidden;
}
.wrapper_vertical_menu .dropdown-sub {
  margin: 0;
}
.wrapper_vertical_menu .vertical-megamenu {
  position: relative;
  margin: 0;
  box-shadow: 0px 2px 6px #ddd;
  background-color: #fff;
  border-top: 0;
  z-index: 9;
}
.wrapper_vertical_menu .vertical-megamenu > li {
  padding: 0 15px;
  background: none;
  border: 0;
  position: relative;
  z-index: 1;
  border-left: 2px transparent solid;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li {
  border-left: none;
  border-right: 2px transparent solid;
}
.wrapper_vertical_menu .vertical-megamenu > li.showMore:before {
  display: none;
}
.wrapper_vertical_menu .vertical-megamenu > li.showMore a {
  padding-left: 47px;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li.showMore a {
  padding-left: 0;
  padding-right: 47px;
}
.wrapper_vertical_menu .vertical-megamenu > li.showMore a.open-more-cat:before {
  content: "\f196";
  font-family: FontAwesome;
  position: absolute;
  top: 8px;
  left: 9px;
  font-size: 14px;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li.showMore a.open-more-cat:before {
  left: auto;
  right: 9px;
}
.wrapper_vertical_menu .vertical-megamenu > li.showMore a.close-more-cat:before {
  content: "\f147";
  font-family: FontAwesome;
  position: absolute;
  top: 7px;
  left: 9px;
  font-size: 12px;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li.showMore a.close-more-cat:before {
  left: auto;
  right: 9px;
}
.wrapper_vertical_menu .vertical-megamenu > li > a {
  font-size: 14px;
  padding: 6.5px 0px;
  line-height: 30px;
  color: #00235a;
}
.wrapper_vertical_menu .vertical-megamenu > li > a > span.menu-img {
  display: inline-block;
  vertical-align: middle;
  min-width: 24px;
  margin-right: 15px;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li > a > span.menu-img {
  margin-right: 0;
  margin-left: 20px;
}
.wrapper_vertical_menu .vertical-megamenu > li > a:hover {
  color: #ff5e15;
  background-color: transparent;
}
.wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu {
  position: absolute;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  visibility: hidden;
  display: inherit;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(0,60px);
  -moz-transform: translate(0,60px);
  -o-transform: translate(0,60px);
  -ms-transform: translate(0,60px);
  transform: translate(0,60px);
  left: 100%;
  top: 0;
  border-radius: 0;
  min-width: 230px;
  padding: 0;
  border: 0;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu {
  left: auto;
  right: 100%;
}
.wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu > li {
  position: relative;
  line-height: 32px;
}
.wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu > li > a {
  position: relative;
  padding: 7.5px 20px;
  color: #00235a;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  text-transform: capitalize;
}
.wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu > li .dropdown-menu {
  position: absolute;
  left: 100%;
  margin: 0;
  top: 0;
  background: #fff;
  display: none;
  min-width: 230px;
  padding: 0;
  border-radius: 0;
  border: 0;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu > li .dropdown-menu {
  left: auto;
  right: 100%;
}
.wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu > li .dropdown-menu > li {
  position: relative;
  line-height: 32px;
}
.wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu > li .dropdown-menu > li > a {
  position: relative;
  padding: 10px 20px;
  color: #00235a;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  text-transform: capitalize;
}
.wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu > li .dropdown-menu > li > a:hover {
  background-color: #fff;
}
.wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu > li .dropdown-menu > li:hover > a {
  background-color: #f7f7f7;
  color: #ff5e15;
}
.wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu > li .dropdown-menu > li:hover > a:before {
  background-color: #ff5e15;
}
.wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu > li .dropdown-menu > li:hover > .dropdown-menu {
  display: block;
}
.wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu > li:hover > a {
  color: #ff5e15;
}
.wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu > li:hover > a:before {
  background-color: #ff5e15;
}
.wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu > li:hover > .dropdown-menu {
  display: block;
}
.wrapper_vertical_menu .vertical-megamenu > li.dropdown > a:hover:after {
  color: #ff5e15;
}
.wrapper_vertical_menu .vertical-megamenu > li.dropdown > a:after {
  content: '\f105';
  font-family: fontawesome;
  font-size: 14px;
  color: #7d7d7d;
  position: absolute;
  right: 0px;
  top: 8px;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li.dropdown > a:after {
  left: 0px;
  right: auto;
  content: '\f104';
}
.wrapper_vertical_menu .vertical-megamenu > li:hover {
  background-color: #ffeae1;
  border-left: 2px #ff5e15 solid;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li:hover {
  border-left: none;
  border-right: 2px #ff5e15 solid;
}
.wrapper_vertical_menu .vertical-megamenu > li:hover .dropdown-menu {
  display: block;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0px,0px);
  -moz-transform: translate(0px,0px);
  -o-transform: translate(0px,0px);
  -ms-transform: translate(0px,0px);
  transform: translate(0px,0px);
}
.wrapper_vertical_menu .vertical-megamenu > li:hover > a {
  color: #ff5e15;
  text-decoration: underline;
}
.wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu.visible {
  display: block;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0px,0px);
  -moz-transform: translate(0px,0px);
  -o-transform: translate(0px,0px);
  -ms-transform: translate(0px,0px);
  transform: translate(0px,0px);
}
.wrapper_vertical_menu .vertical-megamenu > li.kontruk-menu-custom ul {
  min-width: 180px;
  padding: 20px 0;
  border: 1px solid #eee;
  box-shadow: 2px 3px 5px #999;
  border-radius: 0;
  box-shadow: none;
}
.wrapper_vertical_menu .vertical-megamenu > li.kontruk-menu-custom ul > li {
  line-height: 32px;
  padding: 0 30px;
}
.wrapper_vertical_menu .vertical-megamenu > li.kontruk-menu-custom ul > li a {
  color: #777;
  font-size: 14px;
  position: relative;
  background-color: #fff;
}
.wrapper_vertical_menu .vertical-megamenu > li.kontruk-menu-custom ul > li .dropdown-sub {
  min-width: 180px;
  padding: 20px 0;
  border: 1px solid #bbb;
  border-radius: 5px;
  box-shadow: none;
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  background-color: #fff;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li.kontruk-menu-custom ul > li .dropdown-sub {
  left: auto;
  right: 100%;
}
.wrapper_vertical_menu .vertical-megamenu > li.kontruk-menu-custom ul > li .dropdown-sub > li {
  padding: 0 30px;
  line-height: normal;
}
.wrapper_vertical_menu .vertical-megamenu > li.kontruk-menu-custom ul > li .dropdown-sub > li a {
  padding: 6px 10px;
  font-size: 14px;
  line-height: 20px;
  position: relative;
  background-color: #fff;
  padding-left: 15px;
  text-transform: capitalize;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li.kontruk-menu-custom ul > li .dropdown-sub > li a {
  padding-left: 0;
  padding-right: 15px;
}
.wrapper_vertical_menu .vertical-megamenu > li.kontruk-menu-custom ul > li .dropdown-sub > li:hover >  a {
  background: #fff;
  color: #ff5e15;
}
.wrapper_vertical_menu .vertical-megamenu > li.kontruk-menu-custom ul > li .dropdown-sub > li:hover >  a:before {
  background-color: #ff5e15;
}
.wrapper_vertical_menu .vertical-megamenu > li.kontruk-menu-custom ul > li:hover > .dropdown-sub {
  display: block;
}
.wrapper_vertical_menu .vertical-megamenu > li.kontruk-menu-custom ul > li.active > a,
.wrapper_vertical_menu .vertical-megamenu > li.kontruk-menu-custom ul > li:hover > a {
  color: #ff5e15;
}
.wrapper_vertical_menu .vertical-megamenu > li.kontruk-menu-custom ul > li.active > a:before,
.wrapper_vertical_menu .vertical-megamenu > li.kontruk-menu-custom ul > li:hover > a:before {
  background-color: #ff5e15;
}
.wrapper_vertical_menu .vertical-megamenu > li.kontruk-mega-menu > li {
  position: static;
}
.wrapper_vertical_menu .vertical-megamenu > li.kontruk-mega-menu > .column-1.dropdown-menu .kontruk-menu-img {
  clear: none;
  position: absolute;
  max-width: 260px !important;
  width: 260px !important;
  top: 0;
  right: 0;
  padding: 0;
}
.wrapper_vertical_menu .vertical-megamenu > li.kontruk-mega-menu > .column-1.dropdown-menu .kontruk-menu-img > a {
  padding: 0;
}
.wrapper_vertical_menu .vertical-megamenu > li.kontruk-mega-menu > .column-1.dropdown-menu .kontruk-menu-img > a:before {
  width: 0;
  margin: 0;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li.kontruk-mega-menu > .column-1.dropdown-menu .kontruk-menu-img {
  right: auto;
  left: 0;
}
.wrapper_vertical_menu .vertical-megamenu > li.kontruk-mega-menu > .column-2 {
  min-width: 600px;
}
.wrapper_vertical_menu .vertical-megamenu > li.kontruk-mega-menu > .column-2 > li {
  width: 160px;
}
.wrapper_vertical_menu .vertical-megamenu > li.kontruk-mega-menu > .column-2 > li:nth-child(2n+1) {
  clear: both;
}
.wrapper_vertical_menu .vertical-megamenu > li.kontruk-mega-menu > .column-2 .column-2 {
  clear: both;
  width: 100%;
  background-color: #ddd;
  height: 60px;
  line-height: 60px;
  padding: 0 30px;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li.kontruk-mega-menu > .column-2 .column-2 {
  padding: 0 30px;
}
.wrapper_vertical_menu .vertical-megamenu > li.kontruk-mega-menu > .column-2 .column-2 .tag-menu ul {
  margin: 0;
}
.wrapper_vertical_menu .vertical-megamenu > li.kontruk-mega-menu > .column-2 .column-2 .tag-menu ul > li {
  display: inline-block;
}
.wrapper_vertical_menu .vertical-megamenu > li.kontruk-mega-menu > .column-2 .column-2 .tag-menu ul > li span {
  font-size: 13px;
  color: #666;
}
.wrapper_vertical_menu .vertical-megamenu > li.kontruk-mega-menu > .column-2 .column-2 .tag-menu ul > li:first-child span {
  font-weight: bold;
  color: #00235a;
}
.wrapper_vertical_menu .vertical-megamenu > li.kontruk-mega-menu.menu-smartphone > .column-3 .kontruk-menu-img {
  width: 100%;
  padding: 0 15px 5px;
}
.wrapper_vertical_menu .vertical-megamenu > li.kontruk-mega-menu > .column-3 {
  min-width: 650px;
}
.wrapper_vertical_menu .vertical-megamenu > li.kontruk-mega-menu > .column-3 .kontruk-menu-img {
  padding: 0 15px 5px;
}
.wrapper_vertical_menu .vertical-megamenu > li.kontruk-mega-menu > .column-3 .kontruk-menu-img > a {
  padding: 0;
  border: none;
}
.wrapper_vertical_menu .vertical-megamenu > li.kontruk-mega-menu > .column-3 .kontruk-menu-img > a .have-title .menu-title {
  padding-bottom: 10px;
  display: block;
  border-bottom: 1px #eee solid;
  margin-bottom: 10px;
}
.wrapper_vertical_menu .vertical-megamenu > li.kontruk-mega-menu > .column-3 .kontruk-menu-img > a img {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.wrapper_vertical_menu .vertical-megamenu > li.kontruk-mega-menu > .column-3 .kontruk-menu-img > a img:hover {
  opacity: 0.85;
}
.wrapper_vertical_menu .vertical-megamenu > li.kontruk-mega-menu > .column-3 > li:nth-child(3n+1) {
  clear: both;
}
.wrapper_vertical_menu .vertical-megamenu > li.kontruk-mega-menu > .column-4 {
  min-width: 885px;
}
.wrapper_vertical_menu .vertical-megamenu > li.kontruk-mega-menu > .column-4 > li img {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.wrapper_vertical_menu .vertical-megamenu > li.kontruk-mega-menu > .column-4 > li img:hover {
  opacity: 0.85;
}
.wrapper_vertical_menu .vertical-megamenu > li.kontruk-mega-menu > .column-4 > li > .dropdown-menu {
  padding: 5px 15px 18px;
}
.wrapper_vertical_menu .vertical-megamenu > li.kontruk-mega-menu > .column-4 > li.kontruk-menu-img > a  .menu-title {
  margin-top: 24px;
  display: inline-block;
}
.wrapper_vertical_menu .vertical-megamenu > li.kontruk-mega-menu > .column-4 > li:nth-child(4n+1) {
  clear: both;
}
.wrapper_vertical_menu .vertical-megamenu > li.kontruk-mega-menu > .column-5 {
  min-width: 900px;
}
.wrapper_vertical_menu .vertical-megamenu > li.kontruk-mega-menu > .column-5 > li:nth-child(5n+1) {
  clear: both;
}
.wrapper_vertical_menu .vertical-megamenu > li.kontruk-mega-menu > .dropdown-menu {
  border: 0;
  border-radius: 0;
  box-shadow: 2px 3px 5px #999;
  margin: 0;
  padding: 0 15px;
}
.wrapper_vertical_menu .vertical-megamenu > li.kontruk-mega-menu > .dropdown-menu > li {
  width: 205px;
  padding: 25px 15px 10px;
  float: left;
  line-height: unset;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li.kontruk-mega-menu > .dropdown-menu > li {
  float: right;
}
.wrapper_vertical_menu .vertical-megamenu > li.kontruk-mega-menu > .dropdown-menu > li:last-child {
  border: 0;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li.kontruk-mega-menu > .dropdown-menu > li:last-child {
  border: 0;
}
.wrapper_vertical_menu .vertical-megamenu > li.kontruk-mega-menu > .dropdown-menu > li:hover > a {
  background-color: #fff;
}
.wrapper_vertical_menu .vertical-megamenu > li.kontruk-mega-menu > .dropdown-menu > li.dropdown-submenu > a {
  margin-bottom: 5px;
  padding: 0 0 10px;
  font-size: 14px;
  color: #00235a;
  text-transform: uppercase;
  font-weight: normal;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li.kontruk-mega-menu > .dropdown-menu > li {
  float: right;
}
.wrapper_vertical_menu .vertical-megamenu > li.kontruk-mega-menu > .dropdown-menu > li > a,
.wrapper_vertical_menu .vertical-megamenu > li.kontruk-mega-menu > .dropdown-menu > li > span {
  display: block;
  font-size: 14px;
  margin-bottom: 15px;
}
.wrapper_vertical_menu .vertical-megamenu > li.kontruk-mega-menu > .dropdown-menu > li > a:after,
.wrapper_vertical_menu .vertical-megamenu > li.kontruk-mega-menu > .dropdown-menu > li > span:after {
  display: none;
}
.wrapper_vertical_menu .vertical-megamenu > li.kontruk-mega-menu > .dropdown-menu > li .dropdown-sub > li:last-child > a {
  border: 0;
}
.wrapper_vertical_menu .vertical-megamenu > li.kontruk-mega-menu > .dropdown-menu > li .dropdown-sub > li > a {
  padding: 0;
  line-height: 38px;
  display: block;
  font-size: 14px;
  color: #666;
  text-transform: capitalize;
  position: relative;
}
.wrapper_vertical_menu .vertical-megamenu > li.kontruk-mega-menu > .dropdown-menu > li .dropdown-sub > li.kontruk-menu-img > a {
  padding-left: 30px;
}
.wrapper_vertical_menu .vertical-megamenu > li.kontruk-mega-menu > .dropdown-menu > li .dropdown-sub > li.kontruk-menu-img > a span.menu-img {
  position: absolute;
  left: 0;
  top: 14px;
  display: inline-block;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li.kontruk-mega-menu > .dropdown-menu > li .dropdown-sub > li.kontruk-menu-img > a span.menu-img {
  right: 0;
  left: auto;
}
.wrapper_vertical_menu .vertical-megamenu > li.kontruk-mega-menu > .dropdown-menu > li .dropdown-sub > li.kontruk-menu-img > a .menu-title {
  padding: 0;
  margin: 0;
}
.wrapper_vertical_menu .vertical-megamenu > li.kontruk-mega-menu > .dropdown-menu > li .dropdown-sub > li.active a,
.wrapper_vertical_menu .vertical-megamenu > li.kontruk-mega-menu > .dropdown-menu > li .dropdown-sub > li:hover a {
  color: #ff5e15;
}
.wrapper_vertical_menu .vertical-megamenu > li.kontruk-mega-menu > .dropdown-menu > li.col-1 {
  min-width: 160px;
}
.wrapper_vertical_menu .vertical-megamenu > li.kontruk-mega-menu > .dropdown-menu > li.col-2 {
  min-width: 360px;
}
.wrapper_vertical_menu .vertical-megamenu > li.kontruk-mega-menu > .dropdown-menu > li.col-3 {
  min-width: 540px;
}
.wrapper_vertical_menu .vertical-megamenu > li.kontruk-mega-menu > .dropdown-menu > li.col-4 {
  min-width: 720px;
}
.wrapper_vertical_menu .vertical-megamenu > li.kontruk-mega-menu > .dropdown-menu > li.col-5 {
  min-width: 900px;
}
.wrapper_vertical_menu .vertical-megamenu > li.kontruk-mega-menu > .dropdown-menu > li.col-6 {
  min-width: 900px;
}
.wrapper_vertical_menu .vertical-megamenu > li.kontruk-mega-menu > .dropdown-menu > li.col3-img-right {
  padding: 30px 10px 25px 10px;
}
.wrapper_vertical_menu .vertical-megamenu > li.kontruk-menu-icon > a span.fa {
  margin: 0 7px 0 0;
  display: inline-block;
  width: 20px;
  text-align: center;
}
.wrapper_vertical_menu .vertical-megamenu > li.kontruk-menu-img > a span.menu-img {
  display: inline-block;
  vertical-align: middle;
  min-width: 20px;
  margin-right: 15px;
}
.wrapper_vertical_menu .vertical-megamenu > li.kontruk-menu-img > a span.menu-img img {
  margin: 0 auto;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li.kontruk-menu-img > a span.menu-img {
  margin-right: 0;
  margin-left: 15px;
}
.wrapper_vertical_menu .vertical-megamenu > li.kontruk-mega-menu.shiclo  > .dropdown-menu > li {
  width: 285px !important;
}
.mega-menu .wrap-content {
  overflow: hidden;
}
.mega-menu .wrap-content .item {
  float: left;
  width: 20%;
  padding: 0 15px;
}
.mega-menu .wrap-content .item .item-image img {
  margin-bottom: 10px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.mega-menu .wrap-content .item .item-image:hover img {
  opacity: 0.9;
}
.mega-menu .wrap-content .item .item-content h3 {
  font-size: 14px;
  color: #00235a;
  font-weight: 700 !important;
  text-transform: uppercase;
  padding: 15px 0;
  border-bottom: 1px solid #eaeaea;
}
.mega-menu .wrap-content .item .item-content ul > li > a {
  padding: 9px 0;
  font-size: 13px;
  color: #7d7d7d;
}
.mega-menu .wrap-content .item .item-content ul > li > a:hover {
  color: #ff5e15;
}
.resmenu-container .navbar-toggle {
  display: none;
  float: left;
  background-color: transparent;
  border-color: transparent;
}
.rtl .resmenu-container .navbar-toggle {
  float: right;
}
.resmenu-container .navbar-toggle .icon-bar {
  background-color: #fff;
  height: 3px;
}
.resmenu-container .navbar-toggle:hover,
.resmenu-container .navbar-toggle:focus {
  background-color: transparent;
}
.resmenu-container .navbar-toggle:hover .icon-bar,
.resmenu-container .navbar-toggle:focus .icon-bar {
  background-color: #ff5e15;
}
.resmenu-container .menu-responsive-wrapper {
  position: absolute;
  top: 55px;
  padding: 0;
  min-width: 300px;
  background: #003fa1;
  z-index: 999;
}
.resmenu-container .menu-responsive-wrapper ul {
  list-style-type: none;
  margin: 0;
}
.resmenu-container .menu-responsive-wrapper ul .dropdown-resmenu {
  display: none;
}
.resmenu-container .menu-responsive-wrapper ul .dropdown-resmenu > li > a {
  padding-left: 25px;
}
.resmenu-container .menu-responsive-wrapper ul > li {
  position: relative;
  -webkit-box-shadow: 0 1px 0 0 #555;
  -moz-box-shadow: 0 1px 0 0 #555;
  -o-box-shadow: 0 1px 0 0 #555;
  -ms-box-shadow: 0 1px 0 0 #555;
  box-shadow: 0 1px 0 0 #555;
}
.resmenu-container .menu-responsive-wrapper ul > li > a {
  color: #fff;
  padding: 10px 20px;
  display: block;
  -webkit-box-shadow: 0 1px 0 0 #555;
  -moz-box-shadow: 0 1px 0 0 #555;
  -o-box-shadow: 0 1px 0 0 #555;
  -ms-box-shadow: 0 1px 0 0 #555;
  box-shadow: 0 1px 0 0 #555;
}
.resmenu-container .menu-responsive-wrapper ul > li .show-dropdown {
  display: block;
  width: 40px;
  position: absolute;
  right: 0;
  top: 0;
  height: 39px;
  background: #111;
  cursor: pointer;
  text-align: right;
  line-height: 39px;
  font-size: 20px;
}
.resmenu-container .menu-responsive-wrapper ul > li .show-dropdown:after {
  content: "+";
  font-family: FontAwesome;
}
.resmenu-container .menu-responsive-wrapper ul > li .show-dropdown.show:after {
  content: "–";
}
.resmenu-container .menu-responsive-wrapper ul > li .show-dropdown:hover {
  color: #fff;
  background: #ff5e15;
}
.rtl .resmenu-container .menu-responsive-wrapper ul > li .show-dropdown {
  right: auto;
  left: 0;
  text-align: left;
}
.resmenu-container .menu-responsive-wrapper ul > li:hover > a,
.resmenu-container .menu-responsive-wrapper ul > li.active > a {
  background: #eee;
  color: #ff5e15;
}
.resmenu-container .menu-responsive-wrapper ul > li:hover > .show-dropdown,
.resmenu-container .menu-responsive-wrapper ul > li.active > .show-dropdown {
  background: #ff5e15;
  color: #fff;
}
.resmenu-container .menu-responsive-wrapper ul > li.has-img > a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.resmenu-container .menu-responsive-wrapper ul > li.has-img > a span.menu-img {
  display: block;
  max-width: 40px;
  margin-right: 10px;
}
.resmenu-container.resmenu-container-sidebar {
  font-size: 14px;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper {
  min-width: 320px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  -webkit-transform: translate(-350px,0);
  -moz-transform: translate(-350px,0);
  -o-transform: translate(-350px,0);
  -ms-transform: translate(-350px,0);
  transform: translate(-350px,0);
  z-index: 9999;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper.open {
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -o-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0);
}
.admin-bar .resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper {
  top: 46px;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner {
  background: #fff;
  position: relative;
  height: 100%;
  overflow-x: auto;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner ul {
  list-style-type: none;
  margin: 0;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner ul > li {
  position: relative;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner ul > li > a {
  color: #333;
  padding: 12px 0;
  display: block;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid #eee;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner ul > li .show-dropdown {
  display: block;
  width: 40px;
  position: absolute;
  right: 0;
  top: 0;
  height: 39px;
  cursor: pointer;
  text-align: center;
  line-height: 39px;
  font-size: 18px;
  color: #333;
  background: none;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner ul > li .show-dropdown:after {
  content: "\f105";
  font-family: FontAwesome;
}
.rtl .resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner ul > li .show-dropdown:after {
  content: "\f104";
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner ul > li .show-dropdown.show:after {
  content: "\f107";
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner ul > li .show-dropdown:hover {
  color: #ff5e15;
  background: none;
}
.rtl .resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner ul > li .show-dropdown {
  right: auto;
  left: 0;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner ul > li:hover > a,
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner ul > li.active > a {
  color: #ff5e15;
  background: none;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner ul > li:hover > .show-dropdown,
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner ul > li.active > .show-dropdown {
  color: #ff5e15;
  background: none;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner ul > li > ul > li > a {
  padding-left: 10px;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner ul > li > ul > li > ul > li> a {
  padding-left: 20px;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner ul > li.has-img > a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner ul > li.has-img > a span.menu-img {
  display: none;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .nav-tabs > li {
  width: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .nav-tabs > li >a {
  display: block;
  padding: 10px 15px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  border: 0;
  text-transform: uppercase;
  background: #fafafa;
  color: #999;
  margin: 0;
  border-bottom: 1px solid #e4e4e4;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .nav-tabs > li >a:before {
  content: '\f036';
  font-family: FontAwesome;
  margin-right: 10px;
}
.rtl .resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .nav-tabs > li >a:before {
  margin-right: 0;
  margin-left: 10px;
  display: inline-block;
  vertical-align: top;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .nav-tabs > li >a.tab-vertical {
  border-left: 1px solid #e4e4e4;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .nav-tabs > li >a.tab-vertical:before {
  content: '\f009';
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .nav-tabs > li.active > a {
  color: #333;
  background: none;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .tab-content {
  padding: 0 15px;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .resmenu-top {
  display: none;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-close {
  position: absolute;
  top: 0px;
  right: -25px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  background: #000;
  width: 25px;
  height: 25px;
  text-align: center;
  z-index: 999;
  line-height: 25px;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-close:after {
  content: "x";
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-close:hover {
  background: #ff5e15;
}
@media (max-width: 991px) {
  #main-menu .primary-menu .resmenu-container .navbar-toggle {
    display: inline-block;
    vertical-align: top;
    z-index: 1;
    margin: 3px 0;
    padding: 7px;
    border: 1px #fff solid;
  }
  #main-menu .primary-menu .nav-pills {
    display: none;
  }
  .resmenu-container-sidebar .revo_top {
    padding: 0;
  }
  .resmenu-container-sidebar .revo_top .top-form.top-search {
    min-width: auto;
    box-shadow: 0 0 0 1px #e4e4e4;
    -webkit-box-shadow: 0 0 0 1px #e4e4e4;
    border-radius: 0;
    margin: 0;
    width: 100%;
  }
  .resmenu-container-sidebar .revo_top .top-form.top-search .cat-wrapper {
    display: none;
  }
  .resmenu-container-sidebar .revo_top .top-form.top-search input {
    padding: 0 60px 0 10px;
    border-radius: 4px;
    height: 40px;
    line-height: 40px;
  }
  .rtl .resmenu-container-sidebar .revo_top .top-form.top-search input {
    border-radius: 4px;
    padding: 0 10px 0 60px;
  }
  .resmenu-container-sidebar .revo_top .top-form.top-search button.form-button {
    background: none;
    font-size: 16px;
    border-radius: 0 4px 4px 0;
    height: 40px;
    line-height: 40px;
    width: 60px;
  }
  .resmenu-container-sidebar .revo_top .top-form.top-search button.form-button:before {
    color: #999;
  }
  .rtl .resmenu-container-sidebar .revo_top .top-form.top-search button.form-button {
    border-radius: 4px 0 0 4px;
  }
  .rtl .resmenu-container-sidebar .revo_top .top-form.top-search .topsearch-entry {
    padding-right: 0;
  }
  .resmenu-container-sidebar .topsearch-entry .search-append {
    left: 0;
  }
}
.elementor-page.page .container {
  max-width: 100%;
  padding: 0;
}
.elementor-page.page .kontruk_breadcrumbs .container {
  max-width: 1200px;
  padding: 0 15px;
}
.elementor-page.page.my-account .container {
  max-width: 1380px;
}
body.resmenu-open:before {
  content: '';
  background: rgba(0,0,0,0.7);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 9999;
  width: 100%;
}
[data-elementor-type*="header"] .elementor-container .top-left1 .elementor-element-populated,
[data-elementor-type*="header"] .elementor-container .top-right1 .elementor-element-populated {
  padding: 0 15px !important;
}
.top-left1 >.elementor-element-populated {
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
.top-left1 >.elementor-element-populated >div {
  flex-direction: row;
  align-items: baseline;
  justify-content: flex-start;
  width: auto;
}
.top-right1 >.elementor-element-populated {
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.top-right1 >.elementor-element-populated >div {
  flex-direction: row;
  align-items: baseline;
  justify-content: flex-end;
  width: auto;
}
.header-elementor1 .top-left1 >.elementor-element-populated >div,
.header-elementor1 .top-right1 >.elementor-element-populated >div {
  margin-bottom: 0;
}
.header-elementor1 .logos a img {
  max-width: 240px;
  margin-bottom: 0;
  image-rendering: -webkit-optimize-contrast;
}
.header-elementor1 .header-mid:before {
  content: "";
  position: absolute;
  top: 0;
  left: -85px;
  border-bottom: 80px solid #00235A;
  border-left: 85px solid transparent;
}
.rtl .header-elementor1 .header-mid:before {
  left: auto;
  right: -85px;
  border-right: 85px solid transparent;
  border-left: none;
}
.header-elementor1 .header-mid .box-search {
  position: relative;
}
.header-elementor1 .header-mid .box-search:before {
  content: "";
  width: 1px;
  height: 30px;
  background: rgba(255,255,255,0.2);
  position: absolute;
  top: 24px;
  left: 0;
}
.rtl .header-elementor1 .header-mid .box-search:before {
  left: auto;
  right: 0;
}
.header-elementor1 .nav-pills >li > a {
  color: #fff;
  position: relative;
}
.header-elementor1 .nav-pills >li > a:before {
  content: "";
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 0;
  width: 0;
  background: #ff5e15;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.rtl .header-elementor1 .nav-pills >li > a:before {
  left: auto;
  right: 50%;
}
.header-elementor1 .nav-pills >li > a:hover {
  color: #ff5e15;
}
.header-elementor1 .nav-pills >li > a:hover:before {
  width: 100%;
  left: 0;
}
.rtl .header-elementor1 .nav-pills >li > a:hover:before {
  left: auto;
  right: 0;
}
.header-elementor1 .nav-pills >li.active > a {
  color: #ff5e15;
}
.header-elementor1 .nav-pills >li.active > a:before {
  width: 100%;
  left: 0;
}
.rtl .header-elementor1 .nav-pills >li.active > a:before {
  left: auto;
  right: 0;
}
.free {
  font-size: 13px;
  color: #00235a;
  padding-top: 10px;
}
.more-quote {
  padding-top: 17px;
}
.more-quote a {
  color: #fff;
  background: #ff5e15;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  padding: 0 30px;
  text-transform: uppercase;
  clip-path: polygon(10% 0%,100% 0%,100% 0%,100% 100%,80% 100%,0% 100%,0% 0%,0% 30%);
}
.more-quote a:hover {
  color: #fff;
  background: #e14600;
}
.box-search {
  padding: 20px 20px 10px 30px;
}
.rtl .box-search {
  padding: 20px 30px 10px 20px;
}
.box-search .elementor-search-form i.fas {
  font-weight: normal;
  font-size: 36px;
}
.box-search .elementor-search-form i.fas:before {
  content: "\ea08";
  font-family: Nucleo;
}
.box-search .elementor-search-form i.fas:hover {
  color: #ff5e15;
}
.phone-mail {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  padding-top: 20px;
}
.phone-mail .item {
  padding: 0 38px 0 45px;
  position: relative;
}
.rtl .phone-mail .item {
  padding: 0 45px 0 38px;
}
.phone-mail .item:before {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../assets/img/default/phone.svg) no-repeat center center;
  background-size: 30px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.rtl .phone-mail .item:before {
  left: auto;
  right: 0;
}
.phone-mail .item span {
  font-size: 13px;
  display: block;
  color: rgba(255,255,255,0.6);
  margin-bottom: 2px;
}
.phone-mail .item a {
  font-size: 16px;
  display: block;
  color: #fff;
  font-weight: 600;
}
.phone-mail .item a:hover {
  color: #ff5e15;
}
.phone-mail .item.item-mail:before {
  background: url(../assets/img/default/chat.svg) no-repeat center center;
  background-size: 30px;
}
@media (min-width: 1880px) {
  .header-elementor1 .header-top,
  .header-elementor1 .header-mid {
    padding-right: 110px;
  }
}
@media (min-width: 1320px) and (max-width: 1880px) {
  .header-elementor1 .phone-mail .item-mail {
    display: none;
  }
  .header-elementor1 .header-mid .top-left1 {
    width: 52% !important;
  }
  .header-elementor1 .header-mid .top-right1 {
    width: 48% !important;
  }
  .header-elementor1 .nav-pills >li {
    padding-right: 40px;
  }
  .rtl .header-elementor1 .nav-pills >li {
    padding-right: 0;
    padding-left: 40px;
  }
}
@media (max-width: 1320px) {
  .header-elementor1 .phone-mail {
    display: none;
  }
  .header-elementor1 .header-mid:before {
    display: none;
  }
  .header-elementor1 .header-mid .top-left1 {
    width: 65% !important;
  }
  .header-elementor1 .header-mid .top-right1 {
    width: 35% !important;
  }
  .header-elementor1 .nav-pills >li {
    padding-right: 30px;
  }
  .rtl .header-elementor1 .nav-pills >li {
    padding-right: 0;
    padding-left: 30px;
  }
}
@media (min-width: 950px) and (max-width: 1030px) {
  .more-quote a {
    display: none;
  }
}
@media (max-width: 991px) {
  .header-elementor1 .header-mid .top-left1 {
    width: 30% !important;
  }
  .header-elementor1 .header-mid .top-right1 {
    width: 70% !important;
  }
  .header-elementor1 .header-mid #main-menu .primary-menu .resmenu-container .navbar-toggle {
    margin-top: 16px;
  }
  .header-elementor1 .more-quote {
    padding-top: 10px;
  }
  .header-elementor1 .box-search {
    padding-top: 13px;
  }
  .header-elementor1 .box-search:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-elementor1 .header-top {
    display: none;
  }
  .header-elementor1 .more-quote {
    display: none;
  }
  .header-elementor1 .box-search {
    padding-right: 0;
    padding-left: 0;
  }
}
.header-elementor2 .top-left1 >.elementor-element-populated >div,
.header-elementor2 .top-right1 >.elementor-element-populated >div {
  margin-bottom: 0;
}
.header-elementor2 .top-logo >.elementor-element-populated {
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
.header-elementor2 .top-logo >.elementor-element-populated >div {
  flex-direction: row;
  align-items: baseline;
  justify-content: flex-start;
  width: auto;
}
.header-elementor2 .free {
  color: #fff;
}
.header-elementor2 #lang_sel > ul.nav > li > a {
  color: #fff;
}
.header-elementor2 #lang_sel > ul.nav > li > a:after {
  color: #fff;
}
.header-elementor2 .nav-pills >li > a {
  color: #fff;
  position: relative;
  padding: 33px 0;
}
.header-elementor2 .nav-pills >li > a:before {
  content: "";
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 0;
  width: 0;
  background: #ff5e15;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.rtl .header-elementor2 .nav-pills >li > a:before {
  left: auto;
  right: 50%;
}
.header-elementor2 .nav-pills >li > a:hover {
  color: #ff5e15;
}
.header-elementor2 .nav-pills >li > a:hover:before {
  width: 100%;
  left: 0;
}
.rtl .header-elementor2 .nav-pills >li > a:hover:before {
  left: auto;
  right: 0;
}
.header-elementor2 .nav-pills >li.active > a {
  color: #ff5e15;
}
.header-elementor2 .nav-pills >li.active > a:before {
  width: 100%;
  left: 0;
}
.rtl .header-elementor2 .nav-pills >li.active > a:before {
  left: auto;
  right: 0;
}
.header-elementor2 .more-quote a {
  clip-path: polygon(0% 0%,100% 0%,100% 0%,100% 100%,80% 100%,0% 100%,0% 0%,0% 0%);
}
.header-elementor2 .box-search {
  position: relative;
}
.header-elementor2 .box-search:before {
  content: "";
  width: 1px;
  height: 30px;
  background: rgba(255,255,255,0.2);
  position: absolute;
  top: 24px;
  left: 0;
}
.rtl .header-elementor2 .box-search:before {
  left: auto;
  right: 0;
}
.header-elementor2.elementor-sticky--effects {
  padding-top: 10px !important;
}
.header-elementor2.elementor-sticky--effects .nav-pills >li > a:before {
  display: none;
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .header-elementor2 .phone-mail .item-mail {
    display: none;
  }
  .header-elementor2 .nav-pills >li {
    padding-right: 40px;
  }
  .rtl .header-elementor2 .nav-pills >li {
    padding-right: 0;
    padding-left: 40px;
  }
}
@media (max-width: 1199px) {
  .header-elementor2.header-mid .top-logo {
    width: 20% !important;
  }
  .header-elementor2.header-mid .top-left1 {
    width: 51% !important;
  }
  .header-elementor2.header-mid .top-right1 {
    width: 29% !important;
  }
  .header-elementor2 .phone-mail {
    display: none;
  }
  .header-elementor2 .nav-pills >li {
    padding-right: 30px;
  }
  .rtl .header-elementor2 .nav-pills >li {
    padding-right: 0;
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .header-elementor2.header-mid .top-logo {
    width: 24% !important;
  }
  .header-elementor2.header-mid .top-left1 {
    width: 26% !important;
  }
  .header-elementor2.header-mid .top-right1 {
    width: 50% !important;
  }
  .header-elementor2 #main-menu .primary-menu .resmenu-container .navbar-toggle {
    margin-top: 23px;
  }
  .header-elementor2 .box-search:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-elementor2.header-mid .top-logo {
    width: 100% !important;
  }
  .header-elementor2.header-mid .top-logo >.elementor-element-populated {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .header-elementor2.header-mid .top-left1 {
    width: 30% !important;
  }
  .header-elementor2.header-mid .top-right1 {
    width: 70% !important;
  }
  .header-elementor2 .more-quote {
    display: none;
  }
  .header-elementor2 .box-search {
    padding: 0;
  }
  .rtl .header-elementor2 .box-search {
    padding: 0;
  }
  .header-elementor2 #main-menu .primary-menu .resmenu-container .navbar-toggle {
    margin-top: 5px;
  }
}
.header-elementor3 .top-left1 >.elementor-element-populated >div,
.header-elementor3 .top-right1 >.elementor-element-populated >div {
  margin-bottom: 0;
}
.header-elementor3 .top-logo {
  padding-top: 10px;
}
.header-elementor3 .top-logo >.elementor-element-populated {
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
.header-elementor3 .top-logo >.elementor-element-populated >div {
  flex-direction: row;
  align-items: baseline;
  justify-content: flex-start;
  width: auto;
}
.header-elementor3 .nav-pills >li > a {
  color: #00235a;
  position: relative;
  padding: 45px 0;
}
.header-elementor3 .nav-pills >li > a:before {
  content: "";
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 0;
  width: 0;
  background: #00235a;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.rtl .header-elementor3 .nav-pills >li > a:before {
  left: auto;
  right: 50%;
}
.header-elementor3 .nav-pills >li > a:hover {
  color: #00235a;
}
.header-elementor3 .nav-pills >li > a:hover:before {
  width: 100%;
  left: 0;
}
.rtl .header-elementor3 .nav-pills >li > a:hover:before {
  left: auto;
  right: 0;
}
.header-elementor3 .nav-pills >li.active > a {
  color: #00235a;
}
.header-elementor3 .nav-pills >li.active > a:before {
  width: 100%;
  left: 0;
}
.rtl .header-elementor3 .nav-pills >li.active > a:before {
  left: auto;
  right: 0;
}
.header-elementor3 .phone-mail {
  padding-top: 30px;
}
.header-elementor3 .phone-mail .item span {
  color: #000;
  opacity: 0.6;
}
.header-elementor3 .phone-mail .item a {
  color: #00235a;
}
.header-elementor3 .phone-mail .item a:hover {
  color: #ff5e15;
}
.header-elementor3 .box-search {
  padding-top: 30px;
}
.header-elementor3 .box-search .elementor-search-form i.fas {
  background: transparent;
  color: #000;
}
.header-elementor3 .more-quote {
  padding-top: 27px;
}
.header-elementor3 .more-quote a {
  clip-path: polygon(0% 0%,100% 0%,100% 0%,100% 100%,80% 100%,0% 100%,0% 0%,0% 0%);
  background: #00235a;
}
.header-elementor3 .more-quote a:hover {
  background: #ff5e15;
}
.header-elementor3.elementor-sticky--effects {
  box-shadow: 0 1px 2px #eee;
}
.icon-sidebar {
  margin-left: 25px;
}
.rtl .icon-sidebar {
  margin-left: 0;
  margin-right: 25px;
}
.icon-sidebar i {
  font-size: 0;
  width: 20px;
  height: 38px;
  display: inline-block;
  vertical-align: top;
  background: url('../assets/img/icon-bar.png') no-repeat center center #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.icon-sidebar:hover i {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.header-sibar {
  max-width: 380px;
  background-color: #fff;
  padding: 0px;
  position: fixed;
  top: 0;
  right: 0;
  left: auto;
  z-index: 1000;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateX(380px);
  -moz-transform: translateX(380px);
  -o-transform: translateX(380px);
  -ms-transform: translateX(380px);
  transform: translateX(380px);
}
.rtl .header-sibar {
  right: auto;
  left: 0;
  -webkit-transform: translateX(-380px);
  -moz-transform: translateX(-380px);
  -o-transform: translateX(-380px);
  -ms-transform: translateX(-380px);
  transform: translateX(-380px);
}
.header-sibar.open {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  visibility: visible;
  opacity: 1;
}
.header-sibar .close-sidebar {
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  z-index: 9;
  position: fixed;
  top: 25px;
  right: 15px;
  font-size: 0;
}
.header-sibar .close-sidebar:before {
  content: "\ea17";
  font-size: 24px;
  font-family: "Nucleo";
}
.rtl .header-sibar .close-sidebar {
  left: 15px;
  right: auto;
}
.header-sibar .elementor-section >.elementor-container >.elementor-element >.elementor-element-populated {
  padding: 0 !important;
}
.header-sibar .contact-sidebar .wrap-content {
  margin: 100px 30px 0;
}
.header-sibar .contact-sidebar .wrap-content h5 {
  font-size: 16px;
  color: #00235a;
  text-transform: capitalize;
}
.header-sibar .contact-sidebar .wrap-content ul {
  margin: 0;
  list-style: none;
}
.header-sibar .contact-sidebar .wrap-content ul > li {
  font-size: 13px;
  color: #555;
  display: block;
  padding: 8px 0;
}
.header-sibar .contact-sidebar .wrap-content ul > li a {
  color: #555;
}
.header-sibar .contact-sidebar .wrap-content ul > li a:hover {
  color: #ff5e15;
}
.header-sibar .contact-sidebar .wrap-content ul > li i {
  float: left;
  margin-right: 10px;
}
.rtl .header-sibar .contact-sidebar .wrap-content ul > li i {
  float: right;
  margin-left: 10px;
  margin-right: 0;
}
.header-sibar .elementor-widget-wp-widget-search .searchform {
  height: 50px;
  background-color: #f5f5f5;
  position: relative;
  margin: 22px 30px 20px;
}
.header-sibar .elementor-widget-wp-widget-search .searchform input[type="text"] {
  height: 50px;
  background-color: #f5f5f5;
  border: 0;
  border-radius: 0;
  width: 100%;
  padding: 0 20px;
  font-size: 13px;
}
.header-sibar .elementor-widget-wp-widget-search .searchform input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  border: 0;
  border-radius: 0;
  width: 50px;
  font-size: 0;
  background: url('../assets/img/readmore-arrow.svg') no-repeat center center transparent;
  background-size: 20px;
}
.header-sibar .elementor-widget-wp-widget-search .searchform input[type="submit"]:hover {
  opacity: 0.85;
}
.rtl .header-sibar .elementor-widget-wp-widget-search .searchform input[type="submit"] {
  left: 0;
  right: auto;
  transform: rotate(180deg);
}
body.elementor-editor-active .header-sibar {
  position: relative;
  right: auto;
  top: auto;
  z-index: 9;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .header-elementor3 .phone-mail .item-mail {
    display: none;
  }
  .header-elementor3 .nav-pills >li {
    padding-right: 40px;
  }
  .rtl .header-elementor3 .nav-pills >li {
    padding-right: 0;
    padding-left: 40px;
  }
  .header-elementor3.header-sibar .contact-sidebar ul {
    display: none;
  }
  .header-elementor3.header-sibar .elementor-widget-wp-widget-search .searchform {
    margin-top: 0;
  }
}
@media (max-width: 1199px) {
  .header-elementor3.header-mid .top-logo {
    width: 20% !important;
  }
  .header-elementor3.header-mid .top-left1 {
    width: 51% !important;
  }
  .header-elementor3.header-mid .top-right1 {
    width: 29% !important;
  }
  .header-elementor3 .phone-mail {
    display: none;
  }
  .header-elementor3 .nav-pills >li {
    padding-right: 30px;
  }
  .rtl .header-elementor3 .nav-pills >li {
    padding-right: 0;
    padding-left: 30px;
  }
  .header-elementor3.header-sibar .contact-sidebar ul {
    display: none;
  }
  .header-elementor3.header-sibar .elementor-widget-wp-widget-search .searchform {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .header-elementor3 {
    padding-top: 0 !important;
  }
  .header-elementor3.header-sibar {
    display: none;
  }
  .header-elementor3.header-mid .top-logo {
    width: 24% !important;
    padding-top: 0;
  }
  .header-elementor3.header-mid .top-left1 {
    width: 26% !important;
  }
  .header-elementor3.header-mid .top-right1 {
    width: 50% !important;
  }
  .header-elementor3 #main-menu .primary-menu .resmenu-container .navbar-toggle {
    margin-top: 23px;
    border: 1px #00235a solid;
  }
  .header-elementor3 .resmenu-container .navbar-toggle .icon-bar {
    background: #00235a;
  }
  .header-elementor3 .more-quote {
    padding-top: 17px;
  }
  .header-elementor3 .box-search {
    padding-top: 20px;
  }
  .header-elementor3 .box-search:before {
    display: none;
  }
  .header-elementor3 .icon-sidebar {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-elementor3.header-mid .top-logo {
    width: 100% !important;
  }
  .header-elementor3.header-mid .top-logo >.elementor-element-populated {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .header-elementor3.header-mid .top-left1 {
    width: 30% !important;
  }
  .header-elementor3.header-mid .top-right1 {
    width: 70% !important;
  }
  .header-elementor3 .more-quote {
    display: none;
  }
  .header-elementor3 .box-search {
    padding: 0;
  }
  .rtl .header-elementor3 .box-search {
    padding: 0;
  }
  .header-elementor3 #main-menu .primary-menu .resmenu-container .navbar-toggle {
    margin-top: 5px;
  }
}
rs-module-wrap .sl-more {
  clip-path: polygon(8% 0%,100% 0%,100% 0%,100% 100%,80% 100%,0% 100%,0% 0%,0% 30%);
}
.button-more {
  clip-path: polygon(3% 0%,100% 0%,100% 0%,100% 100%,80% 100%,0% 100%,0% 0%,0% 30%);
}
.rtl .button-more .elementor-button-icon {
  margin-left: 0;
  margin-right: 10px;
}
.button-more .elementor-button-icon svg {
  width: 16px;
  display: inline-block;
  vertical-align: top;
  margin-top: 17px;
}
.rtl .button-more .elementor-button-icon svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.box-year >.elementor-container {
  clip-path: polygon(4% 0%,100% 0%,100% 0%,100% 100%,80% 100%,0% 100%,0% 0%,0% 9%);
  margin-top: -100px;
  z-index: 2;
}
.col-left1 >.elementor-widget-wrap {
  padding: 94px 56px 60px 56px !important;
}
.col-right1 >.elementor-widget-wrap {
  padding: 92px 59px 96px 0px !important;
}
.rtl .col-right1 >.elementor-widget-wrap {
  padding: 92px 0px 96px 59px !important;
}
.number-stroke {
  text-shadow: -4px -4px 0 white;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
}
.box-image1 .elementor-image-box-wrapper {
  position: relative;
}
.box-image1 .elementor-image-box-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 60%;
  z-index: 1;
  background: -webkit-linear-gradient(left top,#00235a,transparent);
  background: -o-linear-gradient(bottom right,#00235a,transparent);
  background: -moz-linear-gradient(bottom right,#00235a,transparent);
  background: linear-gradient(to top,#00235a,transparent);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.box-image1 .elementor-image-box-wrapper .elementor-image-box-content {
  position: absolute;
  bottom: 25px;
  left: 30px;
  width: 175px;
  z-index: 2;
}
.rtl .box-image1 .elementor-image-box-wrapper .elementor-image-box-content {
  left: auto;
  right: 30px;
  text-align: right;
}
.box-image1 .elementor-image-box-wrapper .elementor-image-box-content p a {
  color: #ff5e15;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 600;
}
.box-image1 .elementor-image-box-wrapper .elementor-image-box-content p a:after {
  content: "";
  background: url(../assets/img/default/readmore-arrow.svg) no-repeat center center;
  margin-left: 10px;
  margin-top: -2px;
  display: inline-block;
  vertical-align: middle;
  background-size: 14px;
  height: 16px;
  width: 16px;
}
.rtl .box-image1 .elementor-image-box-wrapper .elementor-image-box-content p a:after {
  margin-right: 10px;
  margin-left: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.box-image1 .elementor-image-box-wrapper:hover:before {
  height: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.our-process h2 {
  -webkit-text-stroke: 0.5px #fff;
  -webkit-text-fill-color: transparent;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.our-process h3 {
  max-width: 185px;
  margin-bottom: 16px;
}
.our-process:hover h2 {
  -webkit-text-stroke: 0.5px #ff5e15;
  -webkit-text-fill-color: #ff5e15;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.our-process:hover h3 a {
  color: #ff5e15;
}
.rtl .our-process .elementor-icon-box-wrapper {
  text-align: right !important;
}
.box-gallery1 {
  clip-path: polygon(4% 0%,100% 0%,100% 0%,100% 100%,80% 100%,0% 100%,0% 0%,0% 28%);
  margin-top: -80px;
}
.box-gallery1 .elementor-widget-wrap {
  padding: 42px 50px !important;
}
.box-gallery1 .elementor-widget-wrap .swiper-slide-inner img {
  margin: 0 auto;
}
.box-gallery1 .elementor-widget-wrap .swiper-slide-inner img:hover {
  animation-name: elementor-animation-wobble-horizontal;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
.feedback2 {
  font-weight: bold;
  color: #00235a;
  padding-left: 34.2%;
}
.rtl .feedback2 {
  padding-left: 0;
  padding-right: 34.2%;
}
.feedback2 a {
  color: #ff5e15;
  text-decoration: underline;
}
.feedback2 a:hover {
  color: #00235a;
}
.gotque .elementor-icon-box-description {
  line-height: 56px !important;
  max-width: 315px;
}
.rtl .gotque .elementor-icon-box-wrapper {
  text-align: right !important;
}
.expert-left .expert1 {
  padding-left: 50px;
}
.rtl .expert-left .expert1 {
  padding-left: 0;
  padding-right: 50px;
}
.expert-left .elementor-image-box-img {
  width: 30px !important;
}
.rtl .expert-left .elementor-image-box-img {
  margin-right: 0 !important;
  margin-left: 15px !important;
}
.expert-left .elementor-image-box-img a {
  width: 30px;
  display: block;
  margin-top: -3px;
}
.expert-left .elementor-image-box-content p {
  max-width: 230px;
}
.expert-left .elementor-image-box-title a:hover {
  color: #ff5e15;
}
.rtl .expert-left .elementor-image-box-wrapper {
  text-align: right;
}
.expert-right .expert1 {
  padding-left: 220px;
}
.rtl .expert-right .expert1 {
  padding-left: 0;
  padding-right: 220px;
}
.expert-right .expert2 {
  padding-left: 270px;
}
.rtl .expert-right .expert2 {
  padding-left: 0;
  padding-right: 270px;
}
.expert-right .elementor-image-box-img {
  width: 30px !important;
}
.rtl .expert-right .elementor-image-box-img {
  margin-right: 0 !important;
  margin-left: 15px !important;
}
.expert-right .elementor-image-box-img a {
  width: 30px;
  display: block;
  margin-top: -3px;
}
.expert-right .elementor-image-box-content p {
  max-width: 230px;
}
.expert-right .elementor-image-box-title a:hover {
  color: #ff5e15;
}
.rtl .expert-right .elementor-image-box-wrapper {
  text-align: right;
}
.project-slider {
  margin-bottom: 45px;
}
.project-slider .block-title {
  max-width: 1170px;
  margin: 0 auto 25px auto;
}
.project-slider .block-title .box-title {
  width: 50%;
  padding-right: 50px;
}
.rtl .project-slider .block-title .box-title {
  padding-right: 0;
  padding-left: 50px;
}
.project-slider .block-title .box-title .tit {
  color: #ff5e15;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 25px;
  font-weight: 700;
}
.project-slider .block-title .box-title h3 {
  font-size: 42px;
  color: #00235a;
  margin-bottom: 21px;
  font-weight: 600;
  line-height: 56px;
  letter-spacing: -0.02em;
}
.project-slider .block-title .des {
  width: 50%;
  font-size: 18px;
  color: #999;
  margin-bottom: 30px;
  padding-left: 115px;
  padding-top: 53px;
  line-height: 30px;
}
.rtl .project-slider .block-title .des {
  padding-left: 0;
  padding-right: 115px;
}
.project-slider .block-title .des a {
  color: #ff5e15;
  border-bottom: 1px #ff5e15 solid;
}
.project-slider .block-title .des a:hover {
  color: #00235a;
  border-bottom: 1px #00235a solid;
}
.project-slider .slider {
  margin: 0 -15px;
}
.project-slider .slider .item {
  padding: 0 15px;
}
.project-slider .slider .item .item-img a img {
  width: 100%;
}
.project-slider .slider .item .item-content {
  position: relative;
}
.project-slider .slider .item .item-content:before {
  position: absolute;
  content: '';
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 60%;
  z-index: 1;
  background: -webkit-linear-gradient(left top,#00235a,transparent);
  background: -o-linear-gradient(bottom right,#00235a,transparent);
  background: -moz-linear-gradient(bottom right,#00235a,transparent);
  background: linear-gradient(to top,#00235a,transparent);
  opacity: 0.6;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.project-slider .slider .item .item-content .entry-content {
  position: absolute;
  bottom: 36px;
  left: 40px;
  right: 40px;
  z-index: 2;
}
.project-slider .slider .item .item-content .entry-content h4 {
  font-size: 32px;
  line-height: 40px;
  width: 190px;
  margin-bottom: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.project-slider .slider .item .item-content .entry-content h4 a {
  color: #fff;
}
.project-slider .slider .item .item-content .entry-content h4 a:hover {
  color: #ff5e15;
}
.project-slider .slider .item .item-content .entry-content .description {
  font-size: 13px;
  color: #fff;
  margin-bottom: 15px;
  line-height: 22px;
  height: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.project-slider .slider .item .item-content .entry-content .entry-meta {
  margin: 0 -15px;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.project-slider .slider .item .item-content .entry-content .entry-meta p {
  font-size: 11px !important;
  text-transform: uppercase;
  font-weight: bold;
  color: #ff5e15;
  letter-spacing: 1px;
  margin-bottom: 2px;
}
.project-slider .slider .item .item-content .entry-content .entry-meta span {
  color: #fff;
  font-size: 14px;
}
.project-slider .slider .item .item-content .entry-content .readmore a {
  color: #fff;
  text-transform: capitalize;
}
.project-slider .slider .item .item-content:hover:before {
  height: 180%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.project-slider .slider .item .item-content:hover .entry-content h4 {
  margin-bottom: 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.project-slider .slider .item .item-content:hover .entry-content .description,
.project-slider .slider .item .item-content:hover .entry-content .entry-meta {
  height: auto;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.project-slider .slider .item .item-content:hover .entry-content .entry-meta {
  padding-bottom: 147px;
}
.project-slider .slider .item .item-content:hover .entry-content .readmore a {
  color: #ff5e15;
}
.project-slider .slider .item .item-content:hover .entry-content .readmore a:after {
  content: "";
  background: url(../assets/img/default/readmore-arrow.svg) no-repeat center center;
  margin-left: 10px;
  margin-top: -2px;
  display: inline-block;
  vertical-align: middle;
  background-size: 14px;
  height: 16px;
  width: 16px;
}
.rtl .project-slider .slider .item .item-content:hover .entry-content .readmore a:after {
  margin-right: 10px;
  margin-left: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.project-slider .res-button {
  width: 30px;
  line-height: 50px;
  height: 50px;
  display: inline-block;
  position: absolute;
  top: 50%;
  box-shadow: 0px 1px 4px #ccc;
  margin-top: -25px;
  cursor: pointer;
  z-index: 3;
  background: #fff;
  font-size: 0;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}
.project-slider .res-button.slick-prev {
  left: -45px;
}
.project-slider .res-button.slick-prev:before {
  content: "\f104";
  font-family: FontAwesome;
  font-size: 18px;
  color: #222;
  display: inline-block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.project-slider .res-button.slick-next {
  right: -45px;
}
.project-slider .res-button.slick-next:before {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 18px;
  color: #222;
  display: inline-block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.project-slider .res-button:hover {
  background: #ff5e15;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.project-slider .res-button:hover:before {
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.project-slider .res-button {
  top: 60%;
}
.project-slider:hover .res-button {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .project-slider .slider .item .item-content:hover .entry-content .entry-meta {
    padding-bottom: 40px;
  }
  .project-slider .res-button.slick-prev {
    left: 0;
  }
  .project-slider .res-button.slick-next {
    right: 0;
  }
}
@media (max-width: 1199px) {
  .box-year >.elementor-container {
    margin-top: 0px;
  }
  .project-slider .slider .item .item-content:hover .entry-content .entry-meta {
    padding-bottom: 40px;
  }
  .project-slider .res-button.slick-prev {
    left: 0;
  }
  .project-slider .res-button.slick-next {
    right: 0;
  }
  .expert-right .expert1 {
    padding-left: 160px;
  }
  .rtl .expert-right .expert1 {
    padding-left: 0;
    padding-right: 160px;
  }
  .expert-right .expert2 {
    padding-left: 210px;
  }
  .rtl .expert-right .expert2 {
    padding-left: 0;
    padding-right: 210px;
  }
}
@media (max-width: 991px) {
  .col-left1 {
    width: 40% !important;
  }
  .col-left1 >.elementor-widget-wrap {
    padding: 50px !important;
  }
  .col-right1 {
    width: 60% !important;
  }
  .col-right1 >.elementor-widget-wrap {
    padding: 50px 45px 60px 0px !important;
  }
  .rtl .col-right1 >.elementor-widget-wrap {
    padding: 50px 0 60px 45px !important;
  }
  .col-right1 .box-image1 {
    margin-bottom: 70px;
  }
  .box-image1 .elementor-image-box-wrapper .elementor-image-box-content {
    bottom: 15px;
    left: 20px;
  }
  .rtl .box-image1 .elementor-image-box-wrapper .elementor-image-box-content {
    left: auto;
    right: 20px;
  }
  .our-process h3 a {
    font-size: 18px !important;
  }
  .feedback2 {
    padding-left: 0;
  }
  .rtl .feedback2 {
    padding-right: 0;
  }
  .project-slider .block-title .des {
    padding-left: 50px;
  }
  .rtl .project-slider .block-title .des {
    padding-left: 0;
    padding-right: 50px;
  }
  .elementor-9517 .elementor-element.elementor-element-893c702 > .elementor-element-populated {
    margin-bottom: 40px;
  }
  .res-about >.elementor-widget-wrap {
    background: #f5f5f5 !important;
    margin-top: 0 !important;
    padding-top: 50px !important;
  }
  .box-res1 {
    width: 100% !important;
  }
  .box-res2 {
    background: none !important;
  }
  .box-res2 >.elementor-container >.elementor-column {
    width: 100% !important;
  }
  .expert-left .expert1 {
    padding-left: 0;
  }
  .rtl .expert-left .expert1 {
    padding-right: 0;
  }
  .expert-right .expert1,
  .expert-right .expert2 {
    padding-left: 0;
  }
  .rtl .expert-right .expert1,
  .rtl .expert-right .expert2 {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .revo-style2 rs-module-wrap .zeus.tparrows {
    min-width: 30px !important;
    min-height: 30px !important;
    width: 30px !important;
    height: 30px !important;
  }
  .revo-style2 rs-module-wrap .zeus.tparrows:before {
    line-height: 30px !important;
    font-size: 14px !important;
  }
  .box-year >.elementor-container {
    clip-path: polygon(0 0%,100% 0%,100% 0%,100% 100%,80% 100%,0% 100%,0% 0%,0% 0%);
  }
  .box-year >.elementor-container >.elementor-column {
    width: 100% !important;
  }
  .col-left1 >.elementor-widget-wrap {
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-bottom: 0 !important;
  }
  .rtl .col-left1 >.elementor-widget-wrap {
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-bottom: 0 !important;
  }
  .col-right1 >.elementor-widget-wrap {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .rtl .col-right1 >.elementor-widget-wrap {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .col-right1 .box-image1 {
    margin-bottom: 20px;
  }
  .project-slider .slider .item .item-content .entry-content h4 {
    font-size: 26px;
    line-height: 34px;
  }
  .project-slider .slider .item .item-content:hover .entry-content .entry-meta {
    padding-bottom: 10px;
  }
  .project-slider .slider .item .item-content:hover .entry-content .description {
    display: none;
  }
  .elementor-5645 .elementor-element.elementor-element-67a2cb0 {
    margin-bottom: 30px;
  }
  .copyright {
    margin-bottom: 30px;
  }
  .box-image1 .elementor-image-box-img img {
    width: 100%;
  }
  .expert-left .elementor-widget-image-box .elementor-image-box-wrapper,
  .expert-right .elementor-widget-image-box .elementor-image-box-wrapper {
    text-align: left;
    display: flex;
  }
  .rtl .expert-left .elementor-widget-image-box .elementor-image-box-wrapper,
  .rtl .expert-right .elementor-widget-image-box .elementor-image-box-wrapper {
    text-align: right;
  }
  .expert-left .elementor-widget-image-box .elementor-image-box-wrapper .elementor-image-box-img,
  .expert-right .elementor-widget-image-box .elementor-image-box-wrapper .elementor-image-box-img {
    margin-right: 15px !important;
  }
  .rtl .expert-left .elementor-widget-image-box .elementor-image-box-wrapper .elementor-image-box-img,
  .rtl .expert-right .elementor-widget-image-box .elementor-image-box-wrapper .elementor-image-box-img {
    margin-right: 0 !important;
    margin-left: 15px !important;
  }
  .our-process h3 {
    max-width: inherit;
  }
  .project-slider .block-title .box-title {
    width: 100%;
    padding-right: 0;
  }
  .rtl .project-slider .block-title .box-title {
    padding-left: 0;
  }
  .project-slider .block-title .des {
    width: 100%;
    padding-left: 0;
    padding-top: 0;
  }
  .rtl .project-slider .block-title .des {
    padding-right: 0;
  }
  .project-slider .res-button {
    top: 69%;
  }
}
.revo-style1 rs-module-wrap .custom.tparrows {
  background: #00235a !important;
  width: 60px !important;
  height: 60px !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.revo-style1 rs-module-wrap .custom.tparrows:before {
  line-height: 60px !important;
}
.revo-style1 rs-module-wrap .custom.tparrows:hover {
  background: #ff5e15 !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.home-style2 .responsive-post-style4 .title-style1 .block-title {
  margin-bottom: 42px;
}
.home-style2 .responsive-post-style4 .slider .item .img_over {
  clip-path: polygon(0% 0%,100% 0%,100% 0%,100% 100%,100% 100%,0% 100%,0% 0%,0% 0%);
}
.home-style2 .responsive-post-style4 .slider .item .img_over img {
  margin-bottom: 24px;
}
.home-style2 .responsive-post-style4 .slider .item .entry-content .entry-meta {
  margin-bottom: 16px;
}
.home-style2 .responsive-post-style4 .slider .item .entry-content h4 {
  line-height: 28px;
  margin-bottom: 12px;
}
.home-style2 .responsive-post-style4 .slider .item .entry-content .description {
  line-height: 28px;
  margin-bottom: 18px;
  font-size: 16px;
}
.joinour {
  text-align: center;
  color: #99a7bd;
}
.joinour a {
  color: #fff;
  text-decoration: underline;
}
.title-elmentor1 {
  position: relative;
}
.title-elmentor1:before {
  content: "";
  width: 20px;
  height: 3px;
  background: #ff5e15;
  position: absolute;
  top: -12px;
  left: -20px;
}
.rtl .title-elmentor1:before {
  left: auto;
  right: -20px;
}
.title-elmentor1:after {
  content: "";
  height: 20px;
  width: 3px;
  background: #ff5e15;
  position: absolute;
  top: -12px;
  left: -20px;
}
.rtl .title-elmentor1:after {
  left: auto;
  right: -20px;
}
.rtl .list-text1 .elementor-icon-list-text {
  padding-left: 0;
  padding-right: 12px;
}
.title-elmentor2 {
  max-width: 600px;
}
.title-elmentor2 h3 {
  position: relative;
  padding-bottom: 31px;
  margin-bottom: 40px;
}
.title-elmentor2 h3:before {
  content: "";
  width: 100px;
  height: 5px;
  background: #ff5e15;
  position: absolute;
  bottom: 0;
  left: 0;
}
.rtl .title-elmentor2 h3:before {
  left: auto;
  right: 0;
}
.rtl .title-elmentor2 .elementor-icon-box-wrapper {
  text-align: right !important;
}
.box-video .eicon-play {
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #ff5e15;
  cursor: pointer;
  animation: pulse 2s infinite;
  position: relative;
  font-size: 0;
  opacity: 1;
}
.box-video .eicon-play:before {
  content: '';
  background: url(../assets/img/right-arrow.svg) no-repeat center center #ff5e15;
  animation: pulse2 2.5s infinite;
  background-size: 16px;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255,94,21,0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(255,94,21,0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255,94,21,0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255,94,21,0.4);
    box-shadow: 0 0 0 0 rgba(255,94,21,0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(255,94,21,0);
    box-shadow: 0 0 0 30px rgba(255,94,21,0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255,94,21,0);
    box-shadow: 0 0 0 0 rgba(255,94,21,0);
  }
}
@-webkit-keyframes pulse2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255,94,21,0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(255,94,21,0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255,94,21,0);
  }
}
@keyframes pulse2 {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255,94,21,0.4);
    box-shadow: 0 0 0 0 rgba(255,94,21,0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(255,94,21,0);
    box-shadow: 0 0 0 40px rgba(255,94,21,0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255,94,21,0);
    box-shadow: 0 0 0 0 rgba(255,94,21,0);
  }
}
.rtl .block-promotion .elementor-image-box-wrapper {
  text-align: right !important;
}
.rtl .block-promotion .elementor-image-box-wrapper .elementor-image-box-img {
  margin-right: 0 !important;
  margin-left: 15px !important;
}
.about-company a:first-child {
  font-size: 12px;
  color: #fff;
  background: #ff5e15;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  height: 45px;
  line-height: 45px;
  padding: 0 38px;
  margin-right: 14px;
  letter-spacing: 1px;
}
.rtl .about-company a:first-child {
  margin-right: 0;
  margin-left: 14px;
}
.about-company a:first-child:hover {
  background: #00235a;
}
.about-company a:last-child {
  font-size: 14px;
  color: #ff5e15;
  font-weight: bold;
  padding-top: 12px;
  display: inline-block;
  vertical-align: top;
}
.about-company a:last-child:before {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../assets/img/phone.svg) no-repeat center center #ff5e15;
  background-size: 16px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
  margin: -10px 10px 0 10px;
  animation: pulse 3000ms linear infinite;
}
.about-company a:last-child:hover {
  color: #00235a;
}
.project-slider2 {
  margin-bottom: 77px;
}
.project-slider2 .title-style1 {
  margin-bottom: 7px;
}
.project-slider2 .title-style1 .block-title h3 {
  color: #fff;
}
.project-slider2 .title-style1 .more a:hover {
  background: #e14600;
}
.project-slider2 .resp-slider-container {
  position: relative;
}
.project-slider2 .resp-slider-container:before {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -50%;
  background: #00235a;
  z-index: 2;
}
.rtl .project-slider2 .resp-slider-container:before {
  left: auto;
  right: -50%;
}
.project-slider2 .slider {
  margin: 0 -15px;
}
.project-slider2 .slider .slick-list {
  overflow: inherit;
}
.project-slider2 .slider .item {
  padding: 0 15px;
}
.project-slider2 .slider .item .item-content {
  margin-bottom: 50px;
}
.project-slider2 .slider .item .item-content .item-img {
  margin-bottom: 28px;
  overflow: hidden;
}
.project-slider2 .slider .item .item-content .item-img a img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.project-slider2 .slider .item .item-content .entry-content {
  padding: 0 130px 0 30px;
  position: relative;
}
.rtl .project-slider2 .slider .item .item-content .entry-content {
  padding: 0 30px 0 130px;
}
.project-slider2 .slider .item .item-content .entry-content h4 {
  font-size: 22px;
  text-transform: capitalize;
  margin-bottom: 8px;
}
.project-slider2 .slider .item .item-content .entry-content h4 a {
  color: #fff;
}
.project-slider2 .slider .item .item-content .entry-content h4 a:hover {
  color: #ff5e15;
}
.project-slider2 .slider .item .item-content .entry-content .description {
  font-size: 13px;
  line-height: 23px;
  margin-bottom: 17px;
  color: #99a7bd;
}
.project-slider2 .slider .item .item-content .entry-content .entry-meta {
  margin: 0 -15px;
}
.project-slider2 .slider .item .item-content .entry-content .entry-meta p {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  color: #ff5e15;
  letter-spacing: 1px;
  margin-bottom: 2px;
}
.project-slider2 .slider .item .item-content .entry-content .entry-meta span {
  color: #fff;
}
.project-slider2 .slider .item .item-content .entry-content .readmore {
  position: absolute;
  top: 0;
  right: 30px;
}
.rtl .project-slider2 .slider .item .item-content .entry-content .readmore {
  right: auto;
  left: 30px;
}
.project-slider2 .slider .item .item-content .entry-content .readmore a {
  display: inline-block;
  vertical-align: top;
  background: rgba(255,255,255,0.1);
  color: #fff;
  font-size: 24px;
  width: 50px;
  height: 50px;
  line-height: 48px;
  text-align: center;
}
.project-slider2 .slider .item .item-content .entry-content .readmore a:hover {
  background: #fff;
  color: #00235a;
}
.rtl .project-slider2 .slider .item .item-content .entry-content .readmore a {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.project-slider2 .slider .item .item-content:hover .item-img a img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.about-achievements ul {
  list-style: none;
  margin: 0;
}
.about-achievements ul li {
  float: left;
  color: #fff;
  padding: 0 65px;
  margin-right: 60px;
  position: relative;
}
.rtl .about-achievements ul li {
  float: right;
  margin-right: 0;
  margin-left: 60px;
}
.about-achievements ul li h3 {
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 2px;
}
.about-achievements ul li h4 {
  font-size: 15px;
  text-transform: uppercase;
}
.about-achievements ul li:before {
  content: "";
  width: 50px;
  height: 50px;
  background: url(../assets/img/rating.svg) no-repeat center center #ff5e15;
  background-size: 24px;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
}
.rtl .about-achievements ul li:before {
  left: auto;
  right: 0;
}
.about-achievements ul li:last-child:before {
  background: url(../assets/img/management.svg) no-repeat center center #ff5e15;
  background-size: 24px;
}
.box-left1 {
  margin-top: -100px;
}
.faq.title-style1 .block-title {
  margin-bottom: 0;
}
@media (min-width: 1600px) {
  .box-left1 >.elementor-widget-wrap {
    padding: 95px 135px 95px 141px !important;
  }
  .box-right1 >.elementor-widget-wrap {
    padding: 102px 56px 79px 56px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .box-left1 >.elementor-widget-wrap {
    padding: 20px 30px !important;
  }
  .box-right1 >.elementor-widget-wrap {
    padding: 30px !important;
  }
}
@media (max-width: 1199px) {
  .revo-style1 rs-module-wrap .custom.tparrows {
    background: #00235a !important;
    width: 30px !important;
    height: 30px !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }
  .revo-style1 rs-module-wrap .custom.tparrows:before {
    line-height: 30px !important;
  }
  .revo-style1 rs-module-wrap .tp-rightarrow {
    transform: translate(30px,-30px) !important;
  }
}
@media (max-width: 991px) {
  .about-achievements ul li {
    margin-right: 15px;
  }
  .rtl .about-achievements ul li {
    margin-right: 0;
    margin-left: 15px;
  }
  .project-slider2 {
    margin-bottom: 0;
  }
  .title-elmentor1:before,
  .title-elmentor1:after {
    display: none;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .block-promotion .elementor-image-box-img {
    display: none;
  }
}
@media (max-width: 767px) {
  .about-company a:first-child {
    padding: 0 15px;
  }
  .project-slider2 .resp-slider-container:before {
    display: none;
  }
  .project-slider2 .slider .slick-list {
    overflow: hidden;
  }
  .project-slider2 .slider .item .item-content .entry-content {
    padding: 0 70px 0 0;
  }
  .rtl .project-slider2 .slider .item .item-content .entry-content {
    padding: 0 0 0 70px;
  }
  .project-slider2 .slider .item .item-content .entry-content .readmore {
    right: 0;
  }
  .rtl .project-slider2 .slider .item .item-content .entry-content .readmore {
    right: auto;
    left: 0;
  }
  .about-achievements ul li {
    float: none;
    margin: 0 0 15px 0;
  }
  .rtl .about-achievements ul li {
    float: none;
    margin: 0 0 15px 0;
  }
  .block-promotion .elementor-image-box-img a img {
    margin: 0 auto;
  }
}
@media (max-width: 320px) {
  .about-company a:last-child {
    display: none;
  }
}
.sl-more2:before {
  content: "";
  width: 110%;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 0;
  left: -5%;
  right: -5%;
}
.sl-more2:after {
  content: "";
  width: 110%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: -5%;
  right: -5%;
}
.sl-more2 span {
  position: relative;
  display: block;
  padding: 0 58px;
}
.sl-more2 span:before {
  content: "";
  height: 130%;
  width: 1px;
  background: #fff;
  position: absolute;
  top: -15%;
  bottom: -15%;
  left: 0;
}
.sl-more2 span:after {
  content: "";
  height: 130%;
  width: 1px;
  background: #fff;
  position: absolute;
  top: -15%;
  bottom: -15%;
  right: 0;
}
.number-stroke2 {
  text-shadow: -4px -4px 0 black;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
}
.number-stroke2:before {
  content: "";
  width: 40px;
  height: 1px;
  background: #00235a;
  position: absolute;
  top: -12px;
  left: -40px;
}
.rtl .number-stroke2:before {
  left: auto;
  right: -40px;
}
.number-stroke2:after {
  content: "";
  height: 40px;
  width: 1px;
  background: #00235a;
  position: absolute;
  top: -22px;
  left: -30px;
}
.rtl .number-stroke2:after {
  left: auto;
  right: -30px;
}
.box-passion .elementor-icon-box-title {
  margin-bottom: 14px;
  margin-top: 5px;
}
.rtl .box-passion .elementor-widget-container .elementor-icon-box-wrapper {
  text-align: right;
}
.service-slider3 {
  margin-bottom: 130px;
}
.service-slider3 .block-title {
  position: relative;
  margin-bottom: 47px;
}
.service-slider3 .block-title h3 {
  font-size: 45px;
  color: #00235a;
  font-weight: 600;
  max-width: 400px;
  line-height: 55px;
  letter-spacing: -2px;
}
.service-slider3 .block-title h4 {
  font-size: 150px;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 120px;
  letter-spacing: 3px;
  z-index: -1;
  text-shadow: -1px -1px 0 #ededed, 1px -1px 0 #ededed, -1px 1px 0 #ededed, 1px 1px 0 #ededed;
}
.rtl .service-slider3 .block-title h4 {
  left: auto;
  right: 0;
}
.service-slider3 .resp-slider-container .slider {
  margin: 0 -15px;
}
.service-slider3 .resp-slider-container .slider .item {
  padding: 0 15px;
}
.service-slider3 .resp-slider-container .slider .item .item-img {
  margin-bottom: 36px;
  position: relative;
  overflow: hidden;
}
.service-slider3 .resp-slider-container .slider .item .item-img .readmore {
  position: absolute;
  bottom: 0;
  right: 0;
}
.rtl .service-slider3 .resp-slider-container .slider .item .item-img .readmore {
  right: auto;
  left: 0;
}
.service-slider3 .resp-slider-container .slider .item .item-img .readmore a {
  display: inline-block;
  vertical-align: top;
  height: 40px;
  line-height: 40px;
  padding: 0 28px;
  font-size: 11px;
  background: #fff;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 600;
}
.service-slider3 .resp-slider-container .slider .item .item-img img {
  width: 100%;
}
.service-slider3 .resp-slider-container .slider .item .item-content h4 {
  font-size: 26px;
}
.service-slider3 .resp-slider-container .slider .item .item-content .description {
  font-size: 16px;
  color: #555;
  line-height: 28px;
}
.service-slider3 .resp-slider-container .slider .item:hover .item-img img {
  animation-name: elementor-animation-wobble-horizontal;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
.service-slider3 .resp-slider-container .slider .item:hover .readmore a {
  color: #ff5e15;
}
.service-slider3 .resp-slider-container .slider .slick-list {
  margin-bottom: 46px;
}
.service-slider3 .resp-slider-container .slick-dots {
  margin: 0;
  text-align: center;
}
.rtl .service-slider3 .resp-slider-container .slick-dots {
  direction: rtl;
}
.service-slider3 .resp-slider-container .slick-dots li {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  border-bottom: 1px #ddd solid;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.service-slider3 .resp-slider-container .slick-dots li button {
  border: none;
  background: transparent;
  padding: 0 20px;
  color: #bbb;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.service-slider3 .resp-slider-container .slick-dots li:before {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  bottom: -1px;
  left: 0;
  right: 0;
  background: #00235a;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.service-slider3 .resp-slider-container .slick-dots li.slick-active,
.service-slider3 .resp-slider-container .slick-dots li:hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.service-slider3 .resp-slider-container .slick-dots li.slick-active button,
.service-slider3 .resp-slider-container .slick-dots li:hover button {
  color: #00235a;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.service-slider3 .resp-slider-container .slick-dots li.slick-active:before,
.service-slider3 .resp-slider-container .slick-dots li:hover:before {
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.project-slider3 {
  margin-bottom: 100px;
}
.project-slider3 .block-title {
  max-width: 1290px;
  margin: 0 auto 48px auto;
  position: relative;
  z-index: 2;
}
.project-slider3 .block-title h3 {
  font-size: 45px;
  color: #00235a;
  max-width: 630px;
  font-weight: 600;
  line-height: 54px;
  letter-spacing: -2px;
}
.project-slider3 .block-title h4 {
  font-size: 150px;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 120px;
  letter-spacing: 3px;
  z-index: -1;
  text-shadow: -1px -1px 0 #ededed, 1px -1px 0 #ededed, -1px 1px 0 #ededed, 1px 1px 0 #ededed;
}
.rtl .project-slider3 .block-title h4 {
  left: auto;
  right: 0;
}
.project-slider3 .slider-responsive {
  display: flex;
  margin: 0 -5px;
}
.project-slider3 .slider-responsive .item .item-content {
  width: 50%;
  float: left;
  padding: 0 5px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
.project-slider3 .slider-responsive .item .item-content:first-child {
  width: 100%;
}
.project-slider3 .slider-responsive .item .item-content .item-img {
  overflow: hidden;
}
.project-slider3 .slider-responsive .item .item-content .item-img a img {
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.project-slider3 .slider-responsive .item .item-content:hover .item-img a img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.project-slider3 .slider-responsive .item .item-content .entry-content {
  position: absolute;
  bottom: 0;
  left: 5px;
  right: 5px;
  padding: 30px;
  background: #f5f5f5;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -o-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.project-slider3 .slider-responsive .item .item-content .entry-content .entry-meta {
  margin: 0 -15px;
  max-width: 500px;
}
.project-slider3 .slider-responsive .item .item-content .entry-content .entry-meta p {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  color: #00235a;
  letter-spacing: 1px;
  margin-bottom: 2px;
}
.project-slider3 .slider-responsive .item .item-content .entry-content .entry-meta span {
  color: #999;
}
.project-slider3 .slider-responsive .item .item-content:hover .entry-content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.project-slider3 .slider-responsive .item:last-child .item-content {
  width: 50%;
}
.project-slider3 .slider-responsive .item:last-child .item-content:last-child {
  width: 100%;
}
.box-meet .elementor-icon-box-title {
  margin-bottom: 40px;
}
.box-meet:before {
  content: "";
  width: 40px;
  height: 1px;
  background: #00235a;
  position: absolute;
  top: -22px;
  left: -40px;
}
.rtl .box-meet:before {
  left: auto;
  right: -40px;
}
.box-meet:after {
  content: "";
  height: 40px;
  width: 1px;
  background: #00235a;
  position: absolute;
  top: -32px;
  left: -30px;
}
.rtl .box-meet:after {
  left: auto;
  right: -30px;
}
.rtl .box-meet .elementor-widget-container .elementor-icon-box-wrapper {
  text-align: right;
}
.box-award .elementor-icon-box-title {
  margin-bottom: 16px;
}
.rtl .box-award .elementor-widget-container .elementor-icon-box-wrapper {
  text-align: right;
}
.sw-ourteam-slider3 {
  margin-bottom: 102px;
}
.sw-ourteam-slider3 .block-title {
  text-align: center;
  position: relative;
  margin-bottom: 50px;
}
.sw-ourteam-slider3 .block-title h3 {
  font-size: 45px;
  color: #00235a;
  font-weight: 600;
  letter-spacing: -1px;
}
.sw-ourteam-slider3 .block-title h4 {
  font-size: 150px;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  line-height: 120px;
  letter-spacing: 3px;
  z-index: -1;
  text-shadow: -1px -1px 0 #ededed, 1px -1px 0 #ededed, -1px 1px 0 #ededed, 1px 1px 0 #ededed;
}
.sw-ourteam-slider3 .slick-slider .slick-list {
  margin: 0 -15px;
}
.sw-ourteam-slider3 .slick-slider .item {
  padding: 0 15px;
}
.sw-ourteam-slider3 .slick-slider .item .item-wrap {
  position: relative;
  margin-bottom: 60px;
}
.sw-ourteam-slider3 .slick-slider .item .item-wrap:last-child {
  margin-bottom: 0;
}
.sw-ourteam-slider3 .slick-slider .item .item-wrap .item-img {
  overflow: hidden;
}
.sw-ourteam-slider3 .slick-slider .item .item-wrap .item-img img {
  margin: auto;
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.sw-ourteam-slider3 .slick-slider .item .item-wrap .item-content {
  padding: 25px 20px 0 25px;
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 68%;
  background: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.rtl .sw-ourteam-slider3 .slick-slider .item .item-wrap .item-content {
  left: auto;
  right: 0;
  padding: 25px 25px 0 20px;
}
.sw-ourteam-slider3 .slick-slider .item .item-wrap .item-content h3 {
  font-size: 20px;
  color: #00235a;
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-bottom: 7px;
}
.sw-ourteam-slider3 .slick-slider .item .item-wrap .item-content .team-info {
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #555;
  font-size: 11px;
  letter-spacing: 2px;
}
.sw-ourteam-slider3 .slick-slider .item .item-wrap .item-content .social {
  list-style: none;
  margin: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.sw-ourteam-slider3 .slick-slider .item .item-wrap .item-content .social li {
  display: inline-block;
  vertical-align: top;
  padding: 0 15px 0 0;
}
.rtl .sw-ourteam-slider3 .slick-slider .item .item-wrap .item-content .social li {
  padding: 0 0 0 15px;
}
.sw-ourteam-slider3 .slick-slider .item .item-wrap:hover .item-img img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.sw-ourteam-slider3 .slick-slider .item .item-wrap:hover .item-content {
  bottom: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.sw-ourteam-slider3 .slick-slider .item .item-wrap:hover .item-content .social {
  opacity: 1;
  visibility: visible;
  height: auto;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.testimonial-slider4 {
  margin-bottom: 100px;
}
.testimonial-slider4 .block-title {
  text-align: center;
  position: relative;
  margin-bottom: 50px;
}
.testimonial-slider4 .block-title h3 {
  font-size: 45px;
  color: #00235a;
  font-weight: 600;
  letter-spacing: -1px;
}
.testimonial-slider4 .block-title h4 {
  font-size: 150px;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  line-height: 120px;
  letter-spacing: 3px;
  z-index: -1;
  text-shadow: -1px -1px 0 #ededed, 1px -1px 0 #ededed, -1px 1px 0 #ededed, 1px 1px 0 #ededed;
}
.testimonial-slider4 .slider {
  margin: 0 -15px;
}
.testimonial-slider4 .slider .item .item-inner {
  border: 1px #ededed solid;
  padding: 32px 50px 38px 50px;
  background: #fff;
}
.testimonial-slider4 .slider .item .tit {
  font-size: 24px;
  color: #00235a;
  font-weight: 600;
  margin-bottom: 10px;
}
.testimonial-slider4 .slider .item .client-comment {
  font-size: 16px;
  color: #555;
  margin-bottom: 25px;
  line-height: 27px;
}
.testimonial-slider4 .slider .item .client-content .item-img {
  width: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
}
.rtl .testimonial-slider4 .slider .item .client-content .item-img {
  margin-right: 0;
  margin-left: 15px;
}
.testimonial-slider4 .slider .item .client-content .au_name {
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  padding-top: 5px;
  letter-spacing: 1px;
  font-weight: 700;
}
.testimonial-slider4 .slider .item .client-content .au_info {
  font-size: 12px;
  color: #099 9;
}
.design-bar {
  margin-bottom: 45px !important;
}
.design-bar .elementor-title {
  margin-bottom: 14px;
  display: block;
}
.rtl .design-bar .elementor-title {
  text-align: right;
}
.design-bar .elementor-progress-wrapper {
  overflow: inherit !important;
}
.design-bar .elementor-progress-wrapper .elementor-progress-percentage {
  position: absolute;
  top: -20px;
  right: 0;
  padding: 0;
}
.rtl .design-bar .elementor-progress-wrapper .elementor-progress-percentage {
  right: auto;
  left: 0;
}
.responsive-post-style5 {
  margin-bottom: 98px;
}
.responsive-post-style5 .block-title {
  text-align: center;
  position: relative;
  margin-bottom: 52px;
}
.responsive-post-style5 .block-title h3 {
  font-size: 45px;
  color: #00235a;
  font-weight: 600;
  letter-spacing: -1px;
}
.responsive-post-style5 .block-title h4 {
  font-size: 150px;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  line-height: 120px;
  letter-spacing: 3px;
  z-index: -1;
  text-shadow: -1px -1px 0 #ededed, 1px -1px 0 #ededed, -1px 1px 0 #ededed, 1px 1px 0 #ededed;
}
.responsive-post-style5 .slider {
  margin: 0 -15px;
}
.responsive-post-style5 .slider .item .img_over {
  position: relative;
  overflow: hidden;
  margin-bottom: 23px;
}
.responsive-post-style5 .slider .item .img_over .readmore {
  position: absolute;
  bottom: 0;
  right: 0;
}
.rtl .responsive-post-style5 .slider .item .img_over .readmore {
  right: auto;
  left: 0;
}
.responsive-post-style5 .slider .item .img_over .readmore a {
  display: inline-block;
  vertical-align: top;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  font-size: 11px;
  background: #fff;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 600;
}
.responsive-post-style5 .slider .item .img_over img {
  width: 100%;
}
.responsive-post-style5 .slider .item .entry-content .entry-meta {
  font-size: 14px;
  margin-bottom: 13px;
}
.responsive-post-style5 .slider .item .entry-content .entry-meta .entry-date {
  display: inline-block;
  vertical-align: top;
}
.responsive-post-style5 .slider .item .entry-content .entry-meta .entry-date a {
  color: #999;
}
.responsive-post-style5 .slider .item .entry-content .entry-meta .entry-cat {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
}
.responsive-post-style5 .slider .item .entry-content h4 {
  font-size: 26px;
  line-height: 32px;
}
.responsive-post-style5 .slider .item:hover .img_over img {
  animation-name: elementor-animation-wobble-horizontal;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
.responsive-post-style5 .slider .item:hover .readmore a {
  color: #ff5e15;
}
.box-video2 .eicon-play {
  display: block;
  margin-top: 100px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  cursor: pointer;
  animation: pulse3 2s infinite;
  position: relative;
  font-size: 0;
  opacity: 1;
  border: 1px #fff solid;
}
.box-video2 .eicon-play:before {
  content: '';
  background: url(../assets/img/play-button.svg) no-repeat center center;
  animation: pulse4 2.5s infinite;
  background-size: 18px;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@-webkit-keyframes pulse3 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255,255,255,0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(255,255,255,0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255,255,255,0);
  }
}
@keyframes pulse3 {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255,255,255,0.4);
    box-shadow: 0 0 0 0 rgba(255,255,255,0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(255,255,255,0);
    box-shadow: 0 0 0 30px rgba(255,255,255,0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255,255,255,0);
    box-shadow: 0 0 0 0 rgba(255,255,255,0);
  }
}
@-webkit-keyframes pulse4 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255,255,255,0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(255,255,255,0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255,255,255,0);
  }
}
@keyframes pulse4 {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255,255,255,0.4);
    box-shadow: 0 0 0 0 rgba(255,255,255,0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(255,255,255,0);
    box-shadow: 0 0 0 40px rgba(255,255,255,0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255,255,255,0);
    box-shadow: 0 0 0 0 rgba(255,255,255,0);
  }
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .sl-text1 {
    transform: translate(0px,-20px) !important;
  }
  .sl-text1,
  .sl-more2 span {
    font-size: 12px !important;
    line-height: 40px !important;
  }
  .number-stroke2:before,
  .box-meet:before {
    left: -20px;
  }
  .rtl .number-stroke2:before,
  .rtl .box-meet:before {
    left: auto;
    right: -20px;
  }
  .number-stroke2:after,
  .box-meet:after {
    left: -10px;
  }
  .rtl .number-stroke2:after,
  .rtl .box-meet:after {
    left: auto;
    right: -10px;
  }
  .elementor-11907 .elementor-element.elementor-element-6109f0c:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap,
  .elementor-11907 .elementor-element.elementor-element-6109f0c > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-size: 120% !important;
  }
}
@media (max-width: 1199px) {
  .sl-more2 span {
    font-size: 12px !important;
    line-height: 40px !important;
  }
  .number-stroke2:before,
  .number-stroke2:after,
  .box-meet:before,
  .box-meet:after {
    display: none;
  }
  .project-slider3 .slider-responsive .item .item-content .entry-content {
    padding: 15px;
  }
  .project-slider3 .slider-responsive .item .item-content .entry-content .entry-meta {
    display: none;
  }
}
@media (max-width: 767px) {
  .sl-title1 {
    line-height: 22px !important;
  }
  .sl-more2 span {
    font-size: 11px !important;
    line-height: 30px !important;
  }
  .service-slider3 .block-title h3,
  .project-slider3 .block-title h3,
  .sw-ourteam-slider3 .block-title h3,
  .testimonial-slider4 .block-title h3,
  .responsive-post-style5 .block-title h3 {
    font-size: 40px;
    line-height: 50px;
  }
  .service-slider3 .block-title h4,
  .project-slider3 .block-title h4,
  .sw-ourteam-slider3 .block-title h4,
  .testimonial-slider4 .block-title h4,
  .responsive-post-style5 .block-title h4 {
    font-size: 76px;
  }
  .service-slider3 {
    margin-bottom: 60px;
  }
  .project-slider3 {
    margin-bottom: 40px;
  }
  .project-slider3 .slider-responsive {
    display: block;
  }
  .project-slider3 .slider-responsive .item {
    width: 100%;
  }
  .sw-ourteam-slider3,
  .testimonial-slider4,
  .responsive-post-style5 {
    margin-bottom: 50px;
  }
  .box-video2 .eicon-play {
    width: 60px;
    height: 60px;
    margin-top: 80px;
  }
}
#cpanel-form {
  position: fixed;
  right: -300px;
  top: 40%;
  width: 300px;
  float: right;
  z-index: 10;
  text-align: left;
  direction: ltr;
  display: none;
}
#cpanel-form .cpanel-inner {
  background: none repeat scroll 0 0 #e5e5e5;
  border-color: #f3f3f3;
  color: #555;
  font-size: 11px;
  padding: 8px;
  position: relative;
  z-index: 999;
}
#cpanel-form .cpanel-title {
  background: #666;
  box-shadow: 0 1px 1px rgba(0,0,0,0.2) inset;
  color: #fff;
  float: left;
  font-size: 14px;
  font-weight: bold;
  padding: 3px 10px 0;
  width: 282px;
}
#cpanel-form .cpanel-title h4 {
  float: left;
  margin-top: 5px;
  font-size: 16px;
  text-transform: uppercase;
}
#cpanel-form .cpanel-title h4 i {
  color: #dfdfdf;
}
#cpanel-form .cpannel-button .btn {
  background: #a1a1a1;
  border-radius: 0px;
  margin-left: 10px;
  margin-bottom: 15px;
  margin-top: 15px;
  font-size: 14px;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-image: -webkit-gradient(linear,left 0%,left 100%,from(#a1a1a1),to(#969696));
  background-image: -webkit-linear-gradient(top,#a1a1a1,0%,#969696,100%);
  background-image: -moz-linear-gradient(top,#a1a1a1 0%,#969696 100%);
  background-image: linear-gradient(to bottom,#a1a1a1 0%,#969696 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa1a1a1', endColorstr='#ff969696', GradientType=0);
  border-color: #969696 #969696 #707070;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
}
#cpanel-form .cpannel-button .btn:hover {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-image: -webkit-gradient(linear,left 0%,left 100%,from(#969696),to(#a1a1a1));
  background-image: -webkit-linear-gradient(top,#969696,0%,#a1a1a1,100%);
  background-image: -moz-linear-gradient(top,#969696 0%,#a1a1a1 100%);
  background-image: linear-gradient(to bottom,#969696 0%,#a1a1a1 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff969696', endColorstr='#ffa1a1a1', GradientType=0);
  border-color: #a1a1a1 #a1a1a1 #7b7b7b;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
}
#cpanel-form img {
  display: inline-block;
}
#cpanel-form .panel,
#cpanel-form .panel-default {
  border: 1px solid #bcbcbc;
  margin-bottom: 5px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
#cpanel-form .panel .panel-heading,
#cpanel-form .panel-default .panel-heading {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-image: -webkit-gradient(linear,left 0%,left 100%,from(#fff),to(#f6f6f6));
  background-image: -webkit-linear-gradient(top,#fff,0%,#f6f6f6,100%);
  background-image: -moz-linear-gradient(top,#fff 0%,#f6f6f6 100%);
  background-image: linear-gradient(to bottom,#fff 0%,#f6f6f6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff6f6f6', GradientType=0);
  border-color: #f6f6f6 #f6f6f6 #d0d0d0;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  clear: both;
  padding: 0 !important;
  text-shadow: none;
}
#cpanel-form .panel .panel-heading .accordion-toggle,
#cpanel-form .panel-default .panel-heading .accordion-toggle {
  color: #909090;
  font-size: 12px;
  position: relative;
  display: block;
  padding: 8px 15px;
}
#cpanel-form .panel .panel-heading .accordion-toggle img,
#cpanel-form .panel-default .panel-heading .accordion-toggle img {
  margin-right: 10px;
  opacity: 0.2;
  width: 20px;
  display: inline-block;
}
#cpanel-form .panel .panel-heading .accordion-toggle:after,
#cpanel-form .panel-default .panel-heading .accordion-toggle:after {
  content: '\F078';
  font-family: 'FontAwesome';
  position: absolute;
  right: 10px;
}
#cpanel-form .panel .panel-heading i,
#cpanel-form .panel-default .panel-heading i {
  color: #909090;
}
#cpanel-form .panel .panel-collapse,
#cpanel-form .panel-default .panel-collapse {
  max-height: 190px;
  overflow-y: auto;
}
#cpanel-form .panel .panel-collapse .accordion-inner,
#cpanel-form .panel-default .panel-collapse .accordion-inner {
  border-top: 1px solid #E5E5E5;
  padding: 9px 15px;
}
#cpanel-form .panel .control-group,
#cpanel-form .panel-default .control-group {
  margin-bottom: 10px;
}
#cpanel-form a.cpanel-control {
  background-color: #707070;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border: 1px solid #fff;
  border-radius: 5px 0 0 5px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.4);
  height: 40px;
  left: -40px;
  line-height: 36px;
  padding: 0 0 5px 10px;
  position: absolute;
  width: 40px;
  z-index: 10;
  top: 20%;
}
#cpanel-form a.cpanel-control:before {
  content: "\f0a5";
  color: #fff;
  display: inline;
  font-family: "FontAwesome";
  font-size: 20px;
}
#cpanel-form a.cpanel-control.active:before {
  content: "\f0a4";
  font-family: "FontAwesome";
  font-size: 20px;
}
#cpanel-form label {
  float: left;
  width: 50%;
  padding: 5px 0;
  text-align: left;
  font-size: 12px;
  font-weight: 500;
}
#cpanel-form label.kontruk-radio-img-selected {
  box-shadow: 0 0 0 2px #ad2323 inset;
}
#cpanel-form .controls {
  margin-left: 0;
}
#cpanel-form .controls label {
  float: left;
  width: auto;
  padding: 2px;
}
#cpanel-form .controls select {
  font-size: 12px;
}
#cpanel-form .kontruk-radio-img input[type="radio"],
#cpanel-form .kontruk-radio-img span {
  display: none;
}
#cpanel-form .kontruk-radio-img img {
  width: 33px;
  cursor: pointer;
}
.lt-ie9 #cpanel-form .kontruk-radio-img img {
  width: auto;
}
#cpanel-form input,
#cpanel-form textarea,
#cpanel-form .uneditable-input {
  width: 206px;
  border: 1px solid #ddd;
  background: #fff;
}
#cpanel-form select {
  background-color: #FFFFFF;
  border: 1px solid #ddd;
  width: 220px;
}
#cpanel-form select,
#cpanel-form input {
  height: 20px;
  line-height: 30px;
  padding: 4px 6px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
#cpanel-form select,
#cpanel-form input {
  border-radius: 0px;
  height: 30px;
}
#cpanel-form fieldset {
  width: 100%;
}
#cpanel-form input[type="checkbox"] {
  width: 20px;
  height: 20px;
}
.sidebar {
  margin-bottom: 20px;
}
.widget {
  margin-bottom: 31px;
  padding-bottom: 50px;
  border-bottom: 2px #f3f3f3 solid;
}
.widget:last-child {
  border-bottom: none;
}
.service .widget {
  border-bottom: none;
  padding-bottom: 0;
}
.widget .dropdown-menu >li >a {
  white-space: normal;
}
.widget .widget-inner .block-title-widget h2 {
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 2px;
  color: #00235a;
  font-size: 18px;
  font-weight: 600;
}
.widget .widget-inner select {
  max-width: 100%;
  padding: 7px;
  border-color: #ddd;
}
.widget .widget-inner ul {
  list-style: none;
  margin: 0;
}
.widget .widget-inner ul > li {
  padding: 9px 0;
}
.widget .widget-inner ul > li > a {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  position: relative;
}
.widget .widget-inner ul > li > a:before {
  content: "";
  width: 3px;
  height: 16px;
  position: absolute;
  top: 2px;
  left: 0;
  background: #ff5e15;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.rtl .widget .widget-inner ul > li > a:before {
  left: auto;
  right: 0;
}
.widget .widget-inner ul > li > a:hover {
  padding-left: 15px;
}
.rtl .widget .widget-inner ul > li > a:hover {
  padding-left: 0;
  padding-right: 15px;
}
.widget .widget-inner ul > li > a:hover:before {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.widget .widget-inner ul > li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.widget .widget-inner ul > li.current-cat a {
  color: #ff5e15;
}
.widget .widget-inner ul > li ul.children {
  margin-left: 15px;
  margin-top: 8px;
  padding: 0 15px;
}
.widget.widget_search {
  margin-bottom: 27px;
  padding-bottom: 29px;
}
.widget.widget_search .widget-inner .block-title-widget h2 {
  margin-bottom: 20px;
}
.widget.widget_search .searchform .screen-reader-text {
  display: none;
}
.widget.widget_search .searchform > div {
  position: relative;
  border: 1px #ededed solid;
  overflow: hidden;
}
.widget.widget_search .searchform > div input[type="text"] {
  width: 82%;
  height: 45px;
  line-height: 45px;
  float: left;
  border-radius: 0;
  border: none;
  margin-bottom: 0;
  font-size: 13px;
  text-indent: 10px;
}
.rtl .widget.widget_search .searchform > div input[type="text"] {
  float: right;
}
.widget.widget_search .searchform > div input::-webkit-input-placeholder {
  color: #c2c2c2;
}
.widget.widget_search .searchform > div input::-moz-placeholder {
  color: #c2c2c2;
}
.widget.widget_search .searchform > div input:-ms-input-placeholder {
  color: #c2c2c2;
}
.widget.widget_search .searchform > div input[type="submit"] {
  width: 18%;
  height: 45px;
  line-height: 45px;
  float: right;
  border-radius: 0;
  border: none;
  margin-bottom: 0;
  font-size: 0;
  background: url(../assets/img/icon-searh-m.png) no-repeat center center #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.rtl .widget.widget_search .searchform > div input[type="submit"] {
  float: left;
}
.widget.widget_search .searchform > div input[type="submit"]:hover {
  background: url(../assets/img/icon-searh-m1.png) no-repeat center center #ff5e15;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.widget.widget_calendar {
  margin-bottom: 35px;
}
.widget.widget_calendar .calendar_wrap {
  width: 100%;
  margin-top: 10px;
}
.widget.widget_calendar .calendar_wrap #wp-calendar {
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
}
.widget.widget_calendar .calendar_wrap #wp-calendar caption {
  font-weight: 500;
}
.widget.widget_calendar .calendar_wrap #wp-calendar tbody tr td,
.widget.widget_calendar .calendar_wrap #wp-calendar tr th {
  padding: 8px;
  text-align: center;
  border: 1px solid #ddd;
}
.widget.widget_calendar .calendar_wrap #wp-calendar tbody tr td > a,
.widget.widget_calendar .calendar_wrap #wp-calendar tr th > a {
  font-weight: bold;
}
.widget.widget_calendar .calendar_wrap #wp-calendar #today {
  font-weight: bold;
  color: #ff5e15;
}
.widget.widget_calendar .calendar_wrap .wp-calendar-nav {
  padding-top: 10px;
}
.widget.widget_archive .screen-reader-text,
.widget.widget_categories .screen-reader-text {
  display: none;
}
.widget.widget_archive select,
.widget.widget_categories select {
  margin: 20px 0 9px 0;
  width: 100%;
  height: 41px;
  line-height: 41px;
  border-radius: 0;
}
.widget.widget_categories .widget-inner ul > li.current-cat a {
  padding-left: 15px;
}
.rtl .widget.widget_categories .widget-inner ul > li.current-cat a {
  padding-left: 0;
  padding-right: 15px;
}
.widget.widget_categories .widget-inner ul > li.current-cat a:before {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.widget.widget_archive ul li {
  position: relative;
}
.widget.widget_archive ul li:before {
  content: "\f073";
  font-family: fontawesome;
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
  font-size: 12px;
  margin-top: 4px;
}
.rtl .widget.widget_archive ul li:before {
  margin-right: 0;
  margin-left: 8px;
}
.widget.widget_archive ul li a:before {
  display: none;
}
.widget.widget_text .textwidget p {
  line-height: 24px;
}
.widget.widget_rss .block-title-widget h2 {
  overflow: hidden;
}
.widget.widget_rss .block-title-widget h2 a {
  color: #00235a;
}
.widget.widget_rss .block-title-widget h2 span {
  float: left;
}
.rtl .widget.widget_rss .block-title-widget h2 span {
  float: right;
}
.widget.widget_rss .block-title-widget h2:before {
  content: '';
}
.widget.widget_rss .block-title-widget h2 img {
  display: inline-block;
  margin-right: 10px;
}
.rtl .widget.widget_rss .block-title-widget h2 img {
  margin-right: 0;
  margin-left: 10px;
}
.widget.widget_rss .widget-inner > ul li {
  line-height: 24px;
}
.widget.widget_rss .widget-inner > ul li a {
  padding: 0;
}
.widget.widget_rss .widget-inner > ul li a:hover {
  padding-left: 0;
}
.rtl .widget.widget_rss .widget-inner > ul li a:hover {
  padding-right: 0;
}
.widget.widget_rss .widget-inner > ul li a:hover:before {
  display: none;
}
.widget.widget_rss .widget-inner > ul li a.rsswidget {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}
.widget.widget_rss .widget-inner > ul li .rss-date {
  display: block;
  color: #999;
  font-size: 13px;
  margin-bottom: 10px;
}
.widget.widget_recent_comments .widget-inner ul#recentcomments > li {
  line-height: 22px;
}
.widget.widget_recent_comments .widget-inner ul#recentcomments > li a {
  display: initial;
  vertical-align: inherit;
}
.widget.widget_recent_comments .widget-inner ul#recentcomments > li a:hover {
  padding-left: 0;
}
.rtl .widget.widget_recent_comments .widget-inner ul#recentcomments > li a:hover {
  padding-right: 0;
}
.widget.widget_recent_comments .widget-inner ul#recentcomments > li a:hover:before {
  display: none;
}
.widget.widget_recent_comments .widget-inner ul#recentcomments > li .comment-author-link {
  font-weight: bold;
}
.widget.widget_tag_cloud .tagcloud {
  margin: 0 !important;
  padding: 10px 0 0 0;
}
.widget.widget_tag_cloud .tagcloud a {
  display: inline-block;
  font-size: 14px !important;
  font-weight: 600;
  text-transform: capitalize;
  border: 1px solid #ddd;
  padding: 6px 9px;
  margin: 5px 2px;
}
.widget.widget_tag_cloud .tagcloud a:hover {
  border: 1px solid #ff5e15;
  background-color: #ff5e15;
  color: #fff;
}
.widget.widget_nav_menu .widget-inner ul.menu {
  border: 0;
}
.widget.widget_nav_menu .widget-inner ul.menu > li {
  padding: 0;
  position: relative;
}
.widget.widget_nav_menu .widget-inner ul.menu > li > a {
  display: block;
  padding: 10px 0;
}
.widget.widget_nav_menu .widget-inner ul.menu > li > a:before {
  display: none;
}
.widget.widget_nav_menu .widget-inner ul.menu > li:hover > a {
  color: #ff5e15;
}
.widget.widget_nav_menu .widget-inner ul.menu > li:hover > ul.dropdown-menu {
  display: block;
}
.widget.widget_nav_menu .widget-inner ul.menu > li ul.dropdown-menu {
  position: static;
  display: block;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  background: none;
  padding: 0;
  float: none;
  padding-left: 15px;
  min-width: auto;
}
.widget.widget_nav_menu .widget-inner ul.menu > li ul.dropdown-menu > li {
  padding: 0;
  position: relative;
}
.widget.widget_nav_menu .widget-inner ul.menu > li ul.dropdown-menu > li.active > a {
  background-color: transparent;
  color: #ff5e15;
}
.widget.widget_nav_menu .widget-inner ul.menu > li ul.dropdown-menu > li > a {
  display: block;
  padding: 10px 0;
  color: #00235a;
}
.widget.widget_nav_menu .widget-inner ul.menu > li ul.dropdown-menu > li > a:before {
  display: none;
}
.widget.widget_nav_menu .widget-inner ul.menu > li ul.dropdown-menu > li > a:hover,
.widget.widget_nav_menu .widget-inner ul.menu > li ul.dropdown-menu > li > a:focus {
  background: none;
  color: #ff5e15;
}
.widget.widget_nav_menu .widget-inner ul.menu > li ul.dropdown-menu > li.menu- {
  display: none;
}
.widget.widget_media_image {
  border: none;
  padding: 0;
}
.widget.widget_rating_filter ul li a {
  font-size: 0;
  color: #c2c2c2;
}
.widget.widget_rating_filter ul li a span {
  font-size: 14px;
}
.widget.sw_brand_filter ul li a {
  position: relative;
}
.widget.sw_brand_filter ul li a:before {
  content: "\f00c";
  font-family: fontawesome;
  font-weight: normal;
  border: 1px #eee solid;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  color: #00235a;
  background: #fff;
  border: 1px #ededed solid;
  font-size: 0;
  margin-right: 8px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.rtl .widget.sw_brand_filter ul li a:before {
  margin-right: 0;
  margin-left: 8px;
}
.widget.sw_brand_filter ul li.active a,
.widget.sw_brand_filter ul li:hover a {
  background: transparent;
  color: #00235a;
}
.widget.sw_brand_filter ul li.active a:before,
.widget.sw_brand_filter ul li:hover a:before {
  font-size: 12px;
  border: 1px #00235a solid;
  color: #00235a;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.banner-question {
  background: url(../assets/img/banner-left.jpg) no-repeat center center;
  padding: 39px 30px;
  background-size: cover;
}
.banner-question h3 {
  font-size: 20px;
  color: #fff;
  border-left: 3px #fff solid;
  padding-left: 15px;
  margin-bottom: 30px;
  letter-spacing: -1px;
}
.rtl .banner-question h3 {
  padding-left: 0;
  padding-right: 15px;
  border-right: 3px #fff solid;
  border-left: none;
}
.banner-question p {
  font-size: 16px;
  color: #fff;
  padding-right: 10px;
  margin-bottom: 32px;
  line-height: 28px !important;
}
.rtl .banner-question p {
  padding-right: 0;
  padding-left: 10px;
}
.banner-question .read-more {
  text-align: center;
  margin-bottom: 0;
}
.banner-question .read-more a {
  font-size: 14px;
  font-weight: bold;
  color: #00235a;
  display: inline-block;
  vertical-align: top;
  height: 50px;
  line-height: 50px;
  background: #fff;
  padding: 0 30px;
}
.banner-question .read-more a:after {
  content: "";
  background: url(../assets/img/readmore-arrow.svg) no-repeat center center;
  margin-left: 10px;
  margin-top: -2px;
  display: inline-block;
  vertical-align: middle;
  background-size: 14px;
  height: 16px;
  width: 16px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.rtl .banner-question .read-more a:after {
  margin-right: 10px;
  margin-left: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.banner-question .read-more a:hover {
  color: #ff5e15;
}
.banner-question .read-more a:hover:after {
  background: url(../assets/img/default/readmore-arrow.svg) no-repeat center center;
  background-size: 14px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.newsletter-email h3 {
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 2px;
  color: #00235a;
  font-size: 18px;
  font-weight: 600;
}
.newsletter-email .des {
  line-height: 26px;
  margin-bottom: 11px;
}
.newsletter-email .form-newsletter .mc4wp-form-fields {
  overflow: hidden;
  border: 1px #ededed solid;
}
.newsletter-email .form-newsletter input[type="email"] {
  border: none;
  color: #999;
  height: 45px;
  padding: 0 15px;
  border-radius: 0;
  font-size: 13px;
  width: 80%;
  float: left;
  margin-bottom: 0;
}
.rtl .newsletter-email .form-newsletter input[type="email"] {
  float: right;
}
.newsletter-email .form-newsletter input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.newsletter-email .form-newsletter input::-moz-placeholder {
  color: #bbbbbb;
}
.newsletter-email .form-newsletter input:-ms-input-placeholder {
  color: #bbbbbb;
}
.newsletter-email .form-newsletter button[type="submit"] {
  border: none;
  font-size: 0;
  width: 20%;
  float: left;
  color: #ff5e15;
  height: 45px;
  line-height: 45px;
  margin-bottom: 0;
  border-radius: 0;
  padding: 0;
  text-align: center;
  background: transparent;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.rtl .newsletter-email .form-newsletter button[type="submit"] {
  float: right;
}
.newsletter-email .form-newsletter button[type="submit"]:before {
  font-size: 14px;
}
.newsletter-email .form-newsletter button[type="submit"]:hover {
  color: #00235a;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.newsletter-email .form-newsletter .mc4wp-success {
  color: #00235a;
}
.socials-widget {
  margin-bottom: 40px;
}
.socials-widget h3 {
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 2px;
  color: #00235a;
  font-size: 18px;
  font-weight: 600;
}
.socials-widget ul li {
  float: left;
  margin-right: 17px;
}
.rtl .socials-widget ul li {
  float: right;
  margin-right: 0;
  margin-left: 17px;
}
.socials-widget ul li a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: 1px #ededed solid;
  text-align: center;
  font-size: 20px !important;
}
.socials-widget ul li a:before {
  display: none;
}
.socials-widget ul li a:hover {
  padding: 0 !important;
  border: 1px #ff5e15 solid;
}
.socials-widget ul li a span {
  width: 45px;
  height: 45px;
  line-height: 45px;
  display: block;
}
.header .widget,
.footer .widget {
  margin-bottom: 20px;
  padding-bottom: 50px;
  padding-top: 30px;
  border-bottom: 2px #f3f3f3 solid;
  max-width: 270px;
}
.header .widget:last-child,
.footer .widget:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.header .header-right .widget,
.footer .header-right .widget {
  color: #fff;
}
.header .header-right .widget a,
.footer .header-right .widget a {
  color: #fff !important;
}
.header .header-right .widget .block-title-widget h2,
.footer .header-right .widget .block-title-widget h2 {
  color: #fff;
}
.wpcf7 .wp-input {
  margin: 0 -15px;
}
.wpcf7 .wp-input .wpcf7-form-control-wrap {
  width: 33.333%;
  float: left;
  padding: 0 15px;
}
.wpcf7 .wp-input .wpcf7-form-control-wrap input {
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.wpcf7 .wp-input .wpcf7-form-control-wrap input::-webkit-input-placeholder {
  color: #555;
}
.wpcf7 .wp-input .wpcf7-form-control-wrap input::-moz-placeholder {
  color: #555;
}
.wpcf7 .wp-input .wpcf7-form-control-wrap input:-ms-input-placeholder {
  color: #555;
}
.wpcf7 .wp-input .wpcf7-form-control-wrap .wpcf7-text {
  height: 40px;
  border: 1px solid #ddd;
  font-size: 13px;
  color: #555;
  padding: 10px 20px;
  margin-bottom: 20px;
}
.wpcf7 textarea {
  padding: 10px 20px;
  height: 40px;
  border: 1px solid #ddd;
  width: 100%;
  min-height: 150px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.wpcf7 textarea::-webkit-input-placeholder {
  color: #555;
}
.wpcf7 textarea::-moz-placeholder {
  color: #555;
}
.wpcf7 textarea:-ms-input-placeholder {
  color: #555;
}
.wpcf7.your-message {
  float: none;
  clear: both;
}
.wpcf7 .wpcf7-submit {
  margin-top: 10px;
  color: #fff;
  line-height: 40px;
  font-size: 14px;
  text-transform: uppercase;
  border: 0;
  background-color: #00235a;
  padding: 0 30px;
  -webkit-border-radius: 42px;
  -moz-border-radius: 42px;
  -o-border-radius: 42px;
  -ms-border-radius: 42px;
  border-radius: 42px;
}
.rtl .wpcf7 .wpcf7-submit {
  float: right;
}
.wpcf7 .wpcf7-submit:hover {
  background-color: #ff5e15;
}
.wpcf7 p {
  position: relative;
}
.wpcf7 p .ajax-loader {
  position: absolute;
  top: 10px;
  right: 0;
}
.wpcf7 .wpcf7-response-output {
  color: #fff;
  margin: 0 !important;
}
.contact-add {
  border-bottom: 1px #ededed solid;
  padding: 2px 30px 26px 30px;
}
.contact-add h3 {
  font-size: 40px;
  color: #00235a;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  margin-bottom: 2px;
}
.contact-add .des {
  font-size: 12px;
  margin-bottom: 25px;
  padding-bottom: 23px;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.contact-add .des:before {
  content: "";
  width: 50px;
  height: 3px;
  background: #ff5e15;
  position: absolute;
  bottom: 0;
  left: 0;
}
.rtl .contact-add .des:before {
  left: auto;
  right: 0;
}
.contact-add ul {
  list-style: none;
  margin: 0;
}
.contact-add ul li {
  overflow: hidden;
  margin-bottom: 16px;
}
.contact-add ul li label {
  font-size: 15px;
  color: #00235a;
  float: left;
  width: 50%;
}
.rtl .contact-add ul li label {
  float: right;
}
.contact-add ul li span {
  font-size: 15px;
  color: #00235a;
  display: block;
  overflow: hidden;
  line-height: 26px;
}
.contact-add ul li a {
  font-size: 15px;
  color: #56b0e3;
  display: block;
  overflow: hidden;
}
.contact-add ul li a:hover {
  color: #ff5e15;
}
.hiring {
  text-align: center;
  padding: 8px 0;
}
.hiring label {
  font-size: 12px;
  background: #ff5e15;
  color: #fff;
  padding: 5px 15px;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 1px;
  margin-right: 5px;
}
.rtl .hiring label {
  margin-right: 0;
  margin-left: 5px;
}
.hiring span {
  color: #00235a;
}
.hiring a {
  color: #ff5e15;
  border-bottom: 1px #ff5e15 solid;
}
.hiring a:hover {
  color: #00235a;
  border-bottom: 1px #00235a solid;
}
.about-count .elementor-counter .elementor-counter-number-prefix {
  display: none;
}
.about-count .elementor-counter .elementor-counter-title {
  text-align: start;
}
.about-count2 .elementor-counter {
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-count2 .elementor-counter .elementor-counter-number-prefix {
  display: none;
}
.about-count2 .elementor-counter .elementor-counter-title {
  padding: 0 15px;
  text-align: start;
  max-width: 100px;
}
.rtl .about-his .elementor-button-icon {
  margin-left: 0 !important;
  margin-right: 40px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.box-bar {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.rtl .box-bar {
  direction: ltr;
}
.box-bar .elementor-widget-progress {
  margin-bottom: 60px;
}
.box-bar .elementor-widget-progress .elementor-title {
  padding-left: 30px;
  margin-bottom: 10px;
  display: block;
}
.box-bar .elementor-widget-progress .elementor-progress-bar .elementor-progress-percentage {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  left: 100%;
  color: #00235a;
}
.more-quote2 a {
  clip-path: polygon(10% 0%,100% 0%,100% 0%,100% 100%,80% 100%,0% 100%,0% 0%,0% 30%);
}
.about-togle {
  padding-left: 60px;
}
.rtl .about-togle {
  padding-left: 0;
  padding-right: 60px;
}
.about-togle .elementor-accordion .elementor-accordion-item {
  border: none;
  border-bottom: 1px #ddd solid;
}
.about-togle .elementor-accordion .elementor-accordion-item .elementor-accordion-icon {
  padding-top: 3px;
  margin-top: 3px;
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.about-togle .elementor-accordion .elementor-accordion-item p {
  font-size: 14px !important;
}
.about-togle .elementor-accordion .elementor-tab-title {
  padding: 15px 0;
  display: flex;
}
.about-togle .elementor-accordion .elementor-tab-title .elementor-accordion-title {
  padding: 0 5px;
}
.about-togle .elementor-accordion .elementor-tab-title:hover .elementor-accordion-icon {
  color: #ff5e15;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  animation-name: spin;
  animation-duration: 3000ms;
  animation-iteration-count: 1;
}
.about-togle .elementor-accordion .elementor-tab-title:hover .elementor-accordion-title {
  color: #ff5e15;
}
.about-togle2 {
  min-height: 382px;
}
.about-togle2 .elementor-accordion .elementor-accordion-item {
  border: none;
  border-bottom: 1px #ddd solid;
}
.about-togle2 .elementor-accordion .elementor-accordion-item .elementor-accordion-icon {
  padding-top: 3px;
  margin-top: 3px;
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.about-togle2 .elementor-accordion .elementor-accordion-item p {
  font-size: 14px !important;
}
.about-togle2 .elementor-accordion .elementor-tab-title {
  padding: 15px 0;
  display: flex;
}
.about-togle2 .elementor-accordion .elementor-tab-title .elementor-accordion-title {
  padding: 0 5px;
}
.about-togle2 .elementor-accordion .elementor-tab-title:hover .elementor-accordion-icon {
  color: #ff5e15;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  animation-name: spin;
  animation-duration: 3000ms;
  animation-iteration-count: 1;
}
.about-togle2 .elementor-accordion .elementor-tab-title:hover .elementor-accordion-title {
  color: #ff5e15;
}
.box-timeline {
  margin-top: -148px;
  position: relative;
  margin-left: 130px;
  margin-bottom: 47px;
}
.rtl .box-timeline {
  margin-left: 0;
  margin-right: 130px;
  direction: ltr;
}
.box-timeline:before {
  content: "";
  height: 1px;
  width: 120%;
  background: rgba(255,255,255,0.3);
  position: absolute;
  top: 66px;
  left: -20%;
  right: 0;
}
.rtl .box-timeline:before {
  left: auto;
  right: -20%;
}
.box-timeline .swiper-slide {
  padding: 98px 0 0 0;
  position: relative;
}
.rtl .box-timeline .swiper-slide .elementor-testimonial {
  text-align: right;
}
.box-timeline .swiper-slide .elementor-testimonial:before {
  content: "";
  width: 13px;
  height: 13px;
  border: 2px #fff solid;
  border-radius: 50%;
  position: absolute;
  top: 60px;
  left: 15px;
  background: #00235a;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.rtl .box-timeline .swiper-slide .elementor-testimonial:before {
  left: auto;
  right: 15px;
}
.box-timeline .swiper-slide .elementor-testimonial:after {
  content: "";
  height: 32px;
  width: 1px;
  background: rgba(255,255,255,0.3);
  position: absolute;
  top: 66px;
  left: 21px;
  z-index: -1;
}
.rtl .box-timeline .swiper-slide .elementor-testimonial:after {
  left: auto;
  right: 21px;
}
.box-timeline .swiper-slide .elementor-testimonial__content .elementor-testimonial__text {
  font-style: inherit;
  line-height: 25px;
}
.box-timeline .swiper-slide .elementor-testimonial__content .elementor-testimonial__title {
  position: absolute;
  top: 0;
  left: 0;
}
.rtl .box-timeline .swiper-slide .elementor-testimonial__content .elementor-testimonial__title {
  left: auto;
  right: 0;
}
.box-timeline .swiper-slide .elementor-testimonial__footer {
  margin-bottom: 16px;
}
.rtl .box-timeline .swiper-slide .elementor-testimonial__footer {
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.box-timeline .swiper-slide .elementor-testimonial__footer img {
  width: 100%;
  height: auto;
}
.box-timeline .swiper-slide:hover .elementor-testimonial:before {
  background: #ff5e15;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.sp-partnes .swiper-slide-image {
  margin: 0 auto;
}
.single-project .elementor-lightbox.dialog-widget {
  display: none !important;
}
.elementor-page.project-full-width-v1 .kontruk_breadcrumbs .container,
.elementor-page.project-full-width-v2 .kontruk_breadcrumbs .container,
.elementor-page.contact-us .kontruk_breadcrumbs .container {
  max-width: 1680px;
}
.single.main .project .gallery-project {
  position: relative;
  margin-bottom: 16px;
}
.rtl .single.main .project .gallery-project {
  direction: ltr;
}
.single.main .project .gallery-project .res-button {
  width: 40px;
  line-height: 60px;
  height: 60px;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -40px;
  z-index: 3;
  background: #fff;
  font-size: 24px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.single.main .project .gallery-project .res-button.slick-prev {
  left: 15px;
}
.single.main .project .gallery-project .res-button.slick-prev:before {
  content: "\f104";
  font-family: FontAwesome;
  color: #222;
  display: inline-block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.single.main .project .gallery-project .res-button.slick-next {
  right: 15px;
}
.single.main .project .gallery-project .res-button.slick-next:before {
  content: "\f105";
  font-family: FontAwesome;
  color: #222;
  display: inline-block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.single.main .project .gallery-project .res-button:hover {
  background: #ff5e15;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.single.main .project .gallery-project .res-button:hover:before {
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.single.main .project .entry-top {
  margin-bottom: 50px;
}
.single.main .project .entry-top .entry-single-title {
  font-size: 40px;
  text-transform: capitalize;
  color: #00235a;
  font-weight: 600;
  margin-bottom: 25px;
}
.single.main .project .entry-top .entry-content-single {
  line-height: 1.8;
}
.single.main .project .entry-top .entry-content-single p {
  font-size: 16px;
  color: #555;
  margin-bottom: 35px;
}
.single.main .project .entry-top .social-share {
  padding-top: 32px;
  padding-bottom: 16px;
}
.single.main .project .entry-top .social-share .item-social {
  display: inline-block;
  vertical-align: top;
}
.single.main .project .entry-top .social-share a {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 0 0;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  color: #ff5e15;
  border: 1px #ff5e15 solid;
  font-size: 16px;
}
.rtl .single.main .project .entry-top .social-share a {
  margin: 0 0 0 10px;
}
.single.main .project .entry-top .social-share a:hover {
  background-color: #ff5e15;
  color: #fff;
}
.single.main .project .entry-top .social-share a i {
  line-height: 39px;
}
.single.main .project .entry-top .entry-meta h3 {
  font-size: 24px;
  text-transform: capitalize;
  color: #00235a;
  font-weight: 600;
  margin-bottom: 35px;
  padding-top: 15px;
}
.single.main .project .entry-top .entry-meta .meta-item {
  margin-bottom: 22px;
}
.single.main .project .entry-top .entry-meta .meta-item p {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  color: #ff5e15;
  letter-spacing: 1px;
  margin-bottom: 2px;
}
.single.main .project .entry-top .entry-meta .meta-item span {
  color: #00235a;
}
.single.main .project .box-masonry .gallery-project {
  margin-bottom: 30px;
}
.single.main .project .box-masonry .gallery-project .slider-responsive {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
}
.single.main .project .box-masonry .gallery-project .slider-responsive .item-gallery:first-child {
  grid-row: 1 / 3;
  grid-column: 2 / 4;
}
.single.main .project .box-masonry .gallery-project .slider-responsive .item-gallery img {
  margin-bottom: 0;
}
.single.main .service {
  margin-bottom: 50px;
}
.single.main .service .entry-sidebar .widget {
  margin-bottom: 50px;
}
.single.main .service .entry-sidebar .widget.widget_media_image img {
  margin-bottom: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.single.main .service .entry-sidebar .widget.widget_media_image img:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.single.main .service .entry-content {
  margin-bottom: 30px;
}
.single.main .service .entry-content h1,
.single.main .service .entry-content h2,
.single.main .service .entry-content h3,
.single.main .service .entry-content h4,
.single.main .service .entry-content h5,
.single.main .service .entry-content h6 {
  color: #00235a;
  font-weight: bold;
  margin-bottom: 25px;
}
.single.main .service .entry-content h2 {
  font-size: 32px;
}
.single.main .service .entry-content .tit {
  font-size: 24px;
  color: #00235a;
  font-weight: 700;
  line-height: 35px;
  margin-bottom: 44px;
  letter-spacing: -0.02em;
}
.single.main .service .entry-content .list-img {
  display: flex;
  margin: 0 -15px;
}
.single.main .service .entry-content .list-img img {
  padding: 0 15px;
  width: 50%;
}
.single.main .service .entry-content p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 40px;
}
.single.main .service .entry-content .list-sus {
  border-bottom: 1px #ededed solid;
  margin-bottom: 40px;
}
.single.main .service .entry-content .list-sus .item {
  width: 50%;
  float: left;
  padding: 0 15px;
}
.single.main .service .entry-content .list-ob {
  list-style: none;
  margin: 0;
}
.single.main .service .entry-content .list-ob li {
  font-size: 16px;
  color: #00235a;
  width: 50%;
  float: left;
  padding: 8px 30px;
  font-weight: 600;
  position: relative;
}
.single.main .service .entry-content .list-ob li:before {
  content: "\f00c";
  font-family: fontawesome;
  color: #ff5e15;
  position: absolute;
  top: 12px;
  left: 0;
  font-size: 14px;
}
.rtl .single.main .service .entry-content .list-ob li:before {
  left: auto;
  right: 0;
}
.single-project-relate {
  overflow: hidden;
  position: relative;
  background: #fff;
  padding-top: 30px;
  padding-bottom: 50px;
}
.single-project-relate .item-project {
  margin-bottom: 50px;
  padding: 0 15px;
}
.single-project-relate h3 {
  font-size: 40px;
  text-transform: capitalize;
  color: #00235a;
  font-weight: 600;
  margin-bottom: 42px;
  padding: 0 15px;
  letter-spacing: -0.02em;
}
.single-project-relate .item-relate-img {
  margin-bottom: 28px;
  overflow: hidden;
}
.single-project-relate .item-relate-img a img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
}
.single-project-relate .item-relate-img:hover a img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.single-project-relate .item-relate-content h4 {
  font-size: 22px;
  text-transform: capitalize;
  margin-bottom: 8px;
}
.single-project-relate .item-relate-content .entry-summary {
  font-size: 13px;
  line-height: 23px;
  margin-bottom: 20px;
}
.single-project-relate .item-relate-content .entry-meta {
  margin: 0 -15px;
}
.single-project-relate .item-relate-content .entry-meta p {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  color: #ff5e15;
  letter-spacing: 1px;
  margin-bottom: 2px;
}
.single-project-relate .item-relate-content .entry-meta span {
  color: #00235a;
}
.single-project-relate .res-button {
  width: 30px;
  line-height: 50px;
  height: 50px;
  display: inline-block;
  position: absolute;
  top: 50%;
  box-shadow: 0px 1px 4px #ccc;
  margin-top: -25px;
  cursor: pointer;
  z-index: 3;
  background: #fff;
  font-size: 0;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}
.single-project-relate .res-button.slick-prev {
  left: -45px;
}
.single-project-relate .res-button.slick-prev:before {
  content: "\f104";
  font-family: FontAwesome;
  font-size: 18px;
  color: #222;
  display: inline-block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.single-project-relate .res-button.slick-next {
  right: -45px;
}
.single-project-relate .res-button.slick-next:before {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 18px;
  color: #222;
  display: inline-block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.single-project-relate .res-button:hover {
  background: #ff5e15;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.single-project-relate .res-button:hover:before {
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.single-project-relate .res-button {
  top: 41%;
}
.single-project-relate:hover .res-button {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.single-project-relate:hover .res-button.slick-prev {
  left: 15px;
}
.single-project-relate:hover .res-button.slick-next {
  right: 15px;
}
.project-portfolio {
  padding-bottom: 80px;
  margin-bottom: 80px;
  border-bottom: 1px #ededed solid;
}
.project-portfolio .portfolio-tab {
  margin-bottom: 60px;
}
.project-portfolio .portfolio-tab ul {
  list-style: none;
  margin: 0;
  border-bottom: 1px #ededed solid;
  padding-bottom: 5px;
}
.project-portfolio .portfolio-tab ul li {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  padding: 10px 0;
  color: #999;
  position: relative;
  margin-right: 22px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.rtl .project-portfolio .portfolio-tab ul li {
  margin-right: 0;
  margin-left: 22px;
}
.project-portfolio .portfolio-tab ul li:before {
  content: "";
  width: 0;
  height: 4px;
  background: #ff5e15;
  position: absolute;
  bottom: -6px;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.rtl .project-portfolio .portfolio-tab ul li:before {
  left: auto;
  right: 50%;
}
.project-portfolio .portfolio-tab ul li.selected {
  color: #00235a;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.project-portfolio .portfolio-tab ul li.selected:before {
  margin-left: -12px;
  width: 20px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.rtl .project-portfolio .portfolio-tab ul li.selected:before {
  margin-left: 0;
  margin-right: -12px;
}
.project-portfolio .portfolio-tab ul li:hover {
  color: #00235a;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.project-portfolio .portfolio-tab ul li.selected:first-child {
  border-right: 1px #ededed solid;
  padding-right: 24px;
}
.rtl .project-portfolio .portfolio-tab ul li.selected:first-child {
  border-right: none;
  border-left: 1px #ededed solid;
  padding-right: 0;
  padding-left: 24px;
}
.project-portfolio .portfolio-tab ul li.selected:first-child:before {
  margin-left: -20px;
  width: 20px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.rtl .project-portfolio .portfolio-tab ul li.selected:first-child:before {
  margin-left: 0;
  margin-right: -20px;
}
.project-portfolio .portfolio-tab ul li:first-child {
  border-right: 1px #ededed solid;
  padding-right: 24px;
}
.rtl .project-portfolio .portfolio-tab ul li:first-child {
  border-right: none;
  border-left: 1px #ededed solid;
  padding-right: 0;
  padding-left: 24px;
}
.project-portfolio .portfolio-tab .button-collapse {
  display: none;
}
.project-portfolio .portfolio-container ul {
  list-style: none;
  margin: 0 -15px;
}
.project-portfolio .portfolio-container ul li .item-content {
  margin-bottom: 50px;
}
.project-portfolio .portfolio-container ul li .item-content .item-img {
  margin-bottom: 28px;
  overflow: hidden;
}
.project-portfolio .portfolio-container ul li .item-content .item-img a img {
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.project-portfolio .portfolio-container ul li .item-content .entry-content h4 {
  font-size: 22px;
  text-transform: capitalize;
  margin-bottom: 8px;
}
.project-portfolio .portfolio-container ul li .item-content .entry-content .description {
  font-size: 13px;
  line-height: 23px;
  margin-bottom: 17px;
}
.project-portfolio .portfolio-container ul li .item-content .entry-content .entry-meta {
  margin: 0 -15px;
}
.project-portfolio .portfolio-container ul li .item-content .entry-content .entry-meta p {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  color: #ff5e15;
  letter-spacing: 1px;
  margin-bottom: 2px;
}
.project-portfolio .portfolio-container ul li .item-content .entry-content .entry-meta span {
  color: #00235a;
}
.project-portfolio .portfolio-container ul li .item-content:hover .item-img a img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.project-portfolio .pagination-ajax {
  text-align: center;
}
.project-portfolio .pagination-ajax .button-ajax {
  border: none;
  background: transparent;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  color: #00235a;
}
.project-portfolio .pagination-ajax .button-ajax:before {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../assets/img/circles-loader.svg) no-repeat center center;
  background-size: 30px;
  display: inline-block;
  vertical-align: top;
  animation-name: spin;
  animation-duration: 3000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.project-portfolio .pagination-ajax .button-ajax:after {
  display: inline-block;
  vertical-align: top;
  margin: 3px 10px;
  content: attr(data-title);
}
.project-portfolio .pagination-ajax .button-ajax.loaded:before {
  display: none;
}
.project-portfolio .pagination-ajax .button-ajax.loaded:after {
  content: attr(data-loaded);
}
.project-portfolio.style2 .portfolio-container ul li .item-content {
  margin-bottom: 55px;
}
.project-portfolio.style2 .portfolio-container ul li .item-content .entry-content {
  padding: 0 130px 0 30px;
  position: relative;
}
.rtl .project-portfolio.style2 .portfolio-container ul li .item-content .entry-content {
  padding: 0 30px 0 130px;
}
.project-portfolio.style2 .portfolio-container ul li .item-content .entry-content .readmore {
  position: absolute;
  top: 0;
  right: 30px;
}
.rtl .project-portfolio.style2 .portfolio-container ul li .item-content .entry-content .readmore {
  right: auto;
  left: 30px;
}
.project-portfolio.style2 .portfolio-container ul li .item-content .entry-content .readmore a {
  display: inline-block;
  vertical-align: top;
  background: #00235a;
  color: #fff;
  font-size: 24px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.project-portfolio.style2 .portfolio-container ul li .item-content .entry-content .readmore a:hover {
  background: #ff5e15;
}
.rtl .project-portfolio.style2 .portfolio-container ul li .item-content .entry-content .readmore a {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.project-portfolio.style3 .portfolio-container ul {
  margin: 0 -30px;
}
.project-portfolio.style3 .portfolio-container ul li {
  padding: 0 30px;
  margin-bottom: 59px;
}
.project-portfolio.style3 .portfolio-container ul li .item-content {
  position: relative;
}
.project-portfolio.style3 .portfolio-container ul li .item-content .entry-content {
  position: absolute;
  bottom: -50px;
  left: 50px;
  right: 31%;
  background: #fff;
  padding: 35px 90px 35px 30px;
  box-shadow: 0px 0 8px rgba(0,0,0,0.1);
}
.rtl .project-portfolio.style3 .portfolio-container ul li .item-content .entry-content {
  padding: 35px 30px 35px 90px;
  left: 31%;
  right: 50px;
}
.project-portfolio.style3 .portfolio-container ul li .item-content .entry-content .readmore {
  position: absolute;
  top: 40px;
  right: 0;
}
.rtl .project-portfolio.style3 .portfolio-container ul li .item-content .entry-content .readmore {
  right: auto;
  left: 0;
}
.project-portfolio.style3 .portfolio-container ul li .item-content .entry-content .readmore a {
  display: inline-block;
  vertical-align: top;
  background: #00235a;
  color: #fff;
  font-size: 24px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.project-portfolio.style3 .portfolio-container ul li .item-content .entry-content .readmore a:hover {
  background: #ff5e15;
}
.rtl .project-portfolio.style3 .portfolio-container ul li .item-content .entry-content .readmore a {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.service-slider .title-style1 .block-title {
  margin-bottom: 41px;
}
.service-slider .slider {
  margin: 0 -15px;
}
.service-slider .slider .item {
  padding: 0 15px;
}
.service-slider .slider .item .item-inner {
  margin-bottom: 50px;
}
.service-slider .slider .item .item-inner .item-img {
  position: relative;
  border: 1px #ededed solid;
  border-bottom: 4px #ff5e15 solid;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.service-slider .slider .item .item-inner .item-img:before {
  content: "";
  display: block;
  width: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.service-slider .slider .item .item-inner .item-img .tops img {
  width: 100%;
}
.service-slider .slider .item .item-inner .item-img h4 {
  font-size: 26px;
  text-transform: uppercase;
  position: absolute;
  top: 32px;
  left: 30px;
  right: 30px;
  font-weight: 300;
  line-height: 36px;
}
.service-slider .slider .item .item-inner .item-img .readmore {
  font-size: 12px;
  text-transform: uppercase;
  position: absolute;
  bottom: 25px;
  left: 30px;
  right: 30px;
  letter-spacing: 1px;
}
.service-slider .slider .item .item-inner .item-img .item-gallery {
  position: absolute;
  right: 25px;
  bottom: 30px;
}
.rtl .service-slider .slider .item .item-inner .item-img .item-gallery {
  right: auto;
  left: 25;
}
.service-slider .slider .item .item-inner .item-img .item-gallery img {
  width: 70px;
  margin-bottom: 0;
  -webkit-filter: brightness(0) sepia(0);
  filter: brightness(0) sepia(0);
}
.service-slider .slider .item .item-inner .item-img:hover {
  border-color: #ff5e15;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.service-slider .slider .item .item-inner .item-img:hover:before {
  background: #ff5e15;
  opacity: 0.9;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.service-slider .slider .item .item-inner .item-img:hover a {
  color: #fff;
}
.service-slider .slider .item .item-inner .item-img:hover .item-gallery img {
  -webkit-filter: brightness(1) sepia(0);
  filter: brightness(1) sepia(0);
}
.service-slider .slider .item .item-inner:last-child {
  margin-bottom: 20px;
}
.service-slider.style2 .block-title {
  width: 34.2%;
  float: left;
  padding-right: 20px;
}
.rtl .service-slider.style2 .block-title {
  float: right;
  padding-right: 0;
  padding-left: 20px;
}
.service-slider.style2 .block-title .tit {
  color: #ff5e15;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 22px;
  font-weight: 700;
}
.service-slider.style2 .block-title h3 {
  font-size: 42px;
  color: #00235a;
  font-weight: 600;
  line-height: 56px;
  margin-bottom: 38px;
  letter-spacing: -0.02em;
}
.service-slider.style2 .block-title .des {
  font-size: 18px;
  color: #999;
  margin-bottom: 52px;
  line-height: 30px;
}
.service-slider.style2 .block-title .more a {
  color: #fff;
  background: #ff5e15;
  height: 50px;
  line-height: 50px;
  font-size: 13px;
  letter-spacing: 1px;
  display: inline-block;
  vertical-align: top;
  padding: 0 39px;
  text-transform: uppercase;
  font-weight: 600;
  clip-path: polygon(10% 0%,100% 0%,100% 0%,100% 100%,80% 100%,0% 100%,0% 0%,0% 30%);
}
.service-slider.style2 .block-title .more a:hover {
  background: #00235a;
}
.service-slider.style2 .resp-slider-container {
  width: 65.8%;
  float: left;
}
.rtl .service-slider.style2 .resp-slider-container {
  float: right;
}
.service-slider2 .slider-responsive {
  padding: 37px 28px 33px 28px;
  border: 2px #ededed solid;
}
.service-slider2 .slider-responsive .box-title h3 {
  border-left: 3px #ff5e15 solid;
  color: #00235a;
  padding: 0 15px;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}
.rtl .service-slider2 .slider-responsive .box-title h3 {
  border-left: none;
  border-right: 3px #ff5e15 solid;
}
.service-slider2 .slider-responsive .item {
  border-bottom: 1px #ededed solid;
}
.service-slider2 .slider-responsive .item .item-title {
  padding: 19px 0;
}
.service-slider2 .slider-responsive .item .item-title a {
  color: #555;
  font-size: 16px;
  display: block;
  position: relative;
}
.service-slider2 .slider-responsive .item .item-title a:before {
  content: "";
  position: absolute;
  top: 3px;
  right: 0;
  background: url('../assets/img/readmore-arrow2.svg') no-repeat center center;
  background-size: 16px;
  height: 16px;
  width: 18px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.rtl .service-slider2 .slider-responsive .item .item-title a:before {
  right: auto;
  left: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.service-slider2 .slider-responsive .item .item-title a:hover {
  color: #ff5e15;
}
.service-slider2 .slider-responsive .item .item-title a:hover:before {
  background: url(../assets/img/default/readmore-arrow.svg) no-repeat center center;
  background-size: 16px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.service-slider2 .slider-responsive .item:first-child .item-title {
  padding-top: 0;
}
.service-slider2 .slider-responsive .item:last-child {
  border-bottom: none;
}
.service-slider2 .slider-responsive .item:last-child .item-title {
  padding-bottom: 0;
}
.feedback {
  padding: 8px 0;
}
.feedback label {
  background: #ff5e15;
  color: #fff;
  padding: 5px 15px;
  text-transform: uppercase;
  margin-right: 5px;
  vertical-align: top;
}
.rtl .feedback label {
  margin-right: 0;
  margin-left: 5px;
}
.feedback p {
  color: #00235a;
  display: inline-block;
  vertical-align: top;
  font-size: 13px !important;
  padding-top: 3px;
}
.feedback a {
  color: #ff5e15;
  border-bottom: 1px #ff5e15 solid;
}
.feedback a:hover {
  color: #00235a;
  border-bottom: 1px #00235a solid;
}
.sevice-ques {
  background: #ff5e15;
  padding: 39px 30px 30px 30px;
}
.sevice-ques h3 {
  font-size: 20px;
  color: #fff;
  border-left: 3px #fff solid;
  padding: 0 15px;
  margin-bottom: 30px;
}
.rtl .sevice-ques h3 {
  border-left: none;
  border-right: 3px #fff solid;
}
.sevice-ques .des {
  font-size: 16px;
  color: #fff;
  line-height: 28px;
  margin-bottom: 33px;
}
.sevice-ques h4 {
  text-align: center;
}
.sevice-ques h4 a {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  height: 50px;
  line-height: 50px;
  padding: 0 36px;
  background: #fff;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.sevice-ques h4 a:after {
  content: "";
  background: url('../assets/img/readmore-arrow.svg') no-repeat center center;
  margin-left: 10px;
  margin-top: -2px;
  display: inline-block;
  vertical-align: middle;
  background-size: 14px;
  height: 16px;
  width: 16px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.rtl .sevice-ques h4 a:after {
  margin-right: 10px;
  margin-left: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sevice-ques h4 a:hover:after {
  background: url(../assets/img/default/readmore-arrow.svg) no-repeat center center;
  background-size: 14px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .project-portfolio.style2 .portfolio-container ul li .item-content .entry-content {
    padding-right: 100px;
  }
  .rtl .project-portfolio.style2 .portfolio-container ul li .item-content .entry-content {
    padding-right: 30px;
    padding-left: 100px;
  }
}
@media (min-width: 1200px) {
  .single.main .project .box-masonry .gallery-project {
    width: 70%;
    margin-bottom: 50px;
  }
  .single.main .project .box-masonry .entry-top {
    width: 30%;
  }
  .single.main .service .entry-content {
    padding-left: 45px;
  }
  .rtl .single.main .service .entry-content {
    padding-left: 15px;
    padding-right: 45px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .project-portfolio .portfolio-container ul li {
    width: 33.332%;
  }
  .project-portfolio.style3 .portfolio-container ul li {
    width: 50%;
  }
}
@media (max-width: 1199px) {
  .project-portfolio.style2 .portfolio-container ul li .item-content .entry-content {
    padding-right: 75px;
    padding-left: 0;
  }
  .rtl .project-portfolio.style2 .portfolio-container ul li .item-content .entry-content {
    padding-right: 0px;
    padding-left: 75px;
  }
  .project-portfolio.style2 .portfolio-container ul li .item-content .entry-content .readmore {
    right: 0;
  }
  .rtl .project-portfolio.style2 .portfolio-container ul li .item-content .entry-content .readmore {
    right: auto;
    left: 0;
  }
  .project-portfolio.style3 .portfolio-container ul li {
    margin-bottom: 0px;
  }
  .project-portfolio.style3 .portfolio-container ul li .item-content .item-img {
    margin-bottom: 0;
  }
  .project-portfolio.style3 .portfolio-container ul li .item-content .entry-content {
    position: sticky;
    padding: 35px 70px 35px 30px;
  }
  .rtl .project-portfolio.style3 .portfolio-container ul li .item-content .entry-content {
    padding: 35px 30px 35px 70px;
  }
}
@media (max-width: 991px) {
  .project-portfolio .portfolio-container ul li {
    width: 50%;
  }
  .service-slider2 .slider-responsive {
    padding: 0;
    border: none;
  }
  .service-slider2 .slider-responsive .item .item-title a {
    padding-right: 18px;
  }
  .rtl .service-slider2 .slider-responsive .item .item-title a {
    padding-right: 0;
    padding-left: 18px;
  }
  .service-slider.style2 .block-title {
    width: 100%;
    float: none;
    padding-right: 0;
    margin-bottom: 30px;
  }
  .rtl .service-slider.style2 .block-title {
    padding-left: 0;
  }
  .service-slider.style2 .resp-slider-container {
    width: 100%;
    float: none;
  }
}
@media (max-width: 767px) {
  .project-portfolio .portfolio-tab {
    margin-bottom: 30px;
  }
  .project-portfolio .portfolio-tab ul {
    height: 0;
    overflow: hidden;
    border-bottom: none;
    position: absolute;
    top: 38px;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 2;
  }
  .project-portfolio .portfolio-tab ul li {
    width: 100%;
    margin-right: 0;
  }
  .rtl .project-portfolio .portfolio-tab ul li {
    margin-left: 0;
  }
  .project-portfolio .portfolio-tab ul li.selected {
    border-right: none;
  }
  .project-portfolio .portfolio-tab ul li.selected:before {
    display: none;
  }
  .project-portfolio .portfolio-tab .button-collapse {
    display: block;
    background: #00235a;
    border-radius: 3px;
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    height: 30px;
    width: 30px;
    line-height: 30px;
  }
  .rtl .project-portfolio .portfolio-tab .button-collapse {
    left: 0;
    right: auto;
  }
  .project-portfolio .portfolio-tab .button-collapse.collapsed:before {
    content: '\f0c9';
  }
  .project-portfolio .portfolio-tab .button-collapse:before {
    content: '\f00d';
    font-family: FontAwesome;
    font-size: 16px;
    color: #fff;
    height: 30px;
    width: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
  }
  .project-portfolio .portfolio-container ul li {
    width: 100%;
  }
  .project-portfolio .portfolio-container ul li .item-content .entry-content .entry-meta .meta-item {
    margin-bottom: 10px;
  }
  .service-slider .slider .item .item-inner .item-img h4 {
    font-size: 20px;
    line-height: 30px;
  }
  .service-slider .slider .item .item-inner .item-img .item-gallery {
    width: 70px;
  }
  .single.main .project .box-masonry .gallery-project .slider-responsive {
    grid-gap: 15px;
  }
  .single.main .project .entry-top .entry-single-title {
    font-size: 24px;
    line-height: 34px;
  }
  .single.main .service .entry-content .list-ob li {
    width: 100%;
  }
}
.category-contents {
  margin-bottom: 40px;
}
.category-contents .project-content ul.page-numbers,
.category-contents .service-content ul.page-numbers {
  margin: 0;
  list-style: none;
  vertical-align: top;
  background-color: #fff;
  border: 0;
  text-align: center;
  clear: both;
  margin-bottom: 50px;
}
.category-contents .project-content ul.page-numbers >li,
.category-contents .service-content ul.page-numbers >li {
  display: inline-block;
  vertical-align: top;
}
.category-contents .project-content ul.page-numbers >li .page-numbers,
.category-contents .service-content ul.page-numbers >li .page-numbers {
  width: 18px;
  height: 35px;
  line-height: 34px;
  border-bottom: 2px transparent solid;
  display: block;
  padding: 0;
  color: #999;
  margin: 0 8px;
}
.category-contents .project-content ul.page-numbers >li .page-numbers.current,
.category-contents .project-content ul.page-numbers >li .page-numbers:hover,
.category-contents .service-content ul.page-numbers >li .page-numbers.current,
.category-contents .service-content ul.page-numbers >li .page-numbers:hover {
  color: #ff5e15;
  font-weight: bold;
  border-bottom: 2px #ff5e15 solid;
}
.category-contents .project-content ul.page-numbers >li .page-numbers.prev,
.category-contents .project-content ul.page-numbers >li .page-numbers.next,
.category-contents .service-content ul.page-numbers >li .page-numbers.prev,
.category-contents .service-content ul.page-numbers >li .page-numbers.next {
  font-size: 0;
}
.category-contents .project-content ul.page-numbers >li .page-numbers.prev:before,
.category-contents .project-content ul.page-numbers >li .page-numbers.next:before,
.category-contents .service-content ul.page-numbers >li .page-numbers.prev:before,
.category-contents .service-content ul.page-numbers >li .page-numbers.next:before {
  font-family: fontawesome;
  font-size: 16px;
}
.category-contents .project-content ul.page-numbers >li .page-numbers.prev,
.category-contents .service-content ul.page-numbers >li .page-numbers.prev {
  border: 1px #ddd solid;
  border-radius: 50%;
  width: 35px;
  height: 35px;
}
.category-contents .project-content ul.page-numbers >li .page-numbers.prev:before,
.category-contents .service-content ul.page-numbers >li .page-numbers.prev:before {
  content: "\f104";
}
.rtl .category-contents .project-content ul.page-numbers >li .page-numbers.prev:before,
.rtl .category-contents .service-content ul.page-numbers >li .page-numbers.prev:before {
  content: "\f105";
}
.category-contents .project-content ul.page-numbers >li .page-numbers.next,
.category-contents .service-content ul.page-numbers >li .page-numbers.next {
  border: 1px #ddd solid;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  line-height: 33px;
}
.category-contents .project-content ul.page-numbers >li .page-numbers.next:before,
.category-contents .service-content ul.page-numbers >li .page-numbers.next:before {
  content: "\f105";
}
.rtl .category-contents .project-content ul.page-numbers >li .page-numbers.next:before,
.rtl .category-contents .service-content ul.page-numbers >li .page-numbers.next:before {
  content: "\f104";
}
.category-contents .blog-content .post,
.category-contents .blog-content .team,
.category-contents .blog-content .project,
.category-contents .blog-content .service {
  margin-bottom: 50px;
}
.category-contents .blog-content .post.format-audio .entry-thumb,
.category-contents .blog-content .team.format-audio .entry-thumb,
.category-contents .blog-content .project.format-audio .entry-thumb,
.category-contents .blog-content .service.format-audio .entry-thumb {
  width: 100%;
}
.category-contents .blog-content .post.sticky .entry .entry-content,
.category-contents .blog-content .post.tag-sticky-2 .entry .entry-content,
.category-contents .blog-content .team.sticky .entry .entry-content,
.category-contents .blog-content .team.tag-sticky-2 .entry .entry-content,
.category-contents .blog-content .project.sticky .entry .entry-content,
.category-contents .blog-content .project.tag-sticky-2 .entry .entry-content,
.category-contents .blog-content .service.sticky .entry .entry-content,
.category-contents .blog-content .service.tag-sticky-2 .entry .entry-content {
  background: #f2f2f2;
  padding: 50px;
}
.category-contents .blog-content .post.sticky .entry .entry-content .content-top,
.category-contents .blog-content .post.tag-sticky-2 .entry .entry-content .content-top,
.category-contents .blog-content .team.sticky .entry .entry-content .content-top,
.category-contents .blog-content .team.tag-sticky-2 .entry .entry-content .content-top,
.category-contents .blog-content .project.sticky .entry .entry-content .content-top,
.category-contents .blog-content .project.tag-sticky-2 .entry .entry-content .content-top,
.category-contents .blog-content .service.sticky .entry .entry-content .content-top,
.category-contents .blog-content .service.tag-sticky-2 .entry .entry-content .content-top {
  padding-top: 0;
}
.category-contents .blog-content .post.sticky .entry .entry-content .content-top .entry-summary ul li,
.category-contents .blog-content .post.tag-sticky-2 .entry .entry-content .content-top .entry-summary ul li,
.category-contents .blog-content .team.sticky .entry .entry-content .content-top .entry-summary ul li,
.category-contents .blog-content .team.tag-sticky-2 .entry .entry-content .content-top .entry-summary ul li,
.category-contents .blog-content .project.sticky .entry .entry-content .content-top .entry-summary ul li,
.category-contents .blog-content .project.tag-sticky-2 .entry .entry-content .content-top .entry-summary ul li,
.category-contents .blog-content .service.sticky .entry .entry-content .content-top .entry-summary ul li,
.category-contents .blog-content .service.tag-sticky-2 .entry .entry-content .content-top .entry-summary ul li {
  margin-bottom: 10px;
}
.category-contents .blog-content .post.tag-image .entry-thumb,
.category-contents .blog-content .team.tag-image .entry-thumb,
.category-contents .blog-content .project.tag-image .entry-thumb,
.category-contents .blog-content .service.tag-image .entry-thumb {
  display: none !important;
}
.category-contents .blog-content .post.tag-gallery .entry-thumb:before,
.category-contents .blog-content .team.tag-gallery .entry-thumb:before,
.category-contents .blog-content .project.tag-gallery .entry-thumb:before,
.category-contents .blog-content .service.tag-gallery .entry-thumb:before {
  display: none;
}
.category-contents .blog-content .post .entry,
.category-contents .blog-content .team .entry,
.category-contents .blog-content .project .entry,
.category-contents .blog-content .service .entry {
  background-color: #fff;
}
.category-contents .blog-content .post .entry .entry-thumb,
.category-contents .blog-content .team .entry .entry-thumb,
.category-contents .blog-content .project .entry .entry-thumb,
.category-contents .blog-content .service .entry .entry-thumb {
  position: relative;
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}
.category-contents .blog-content .post .entry .entry-thumb img,
.category-contents .blog-content .team .entry .entry-thumb img,
.category-contents .blog-content .project .entry .entry-thumb img,
.category-contents .blog-content .service .entry .entry-thumb img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.category-contents .blog-content .post .entry .entry-thumb:hover img,
.category-contents .blog-content .team .entry .entry-thumb:hover img,
.category-contents .blog-content .project .entry .entry-thumb:hover img,
.category-contents .blog-content .service .entry .entry-thumb:hover img {
  opacity: 0.85;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.category-contents .blog-content .post .entry .entry-content,
.category-contents .blog-content .team .entry .entry-content,
.category-contents .blog-content .project .entry .entry-content,
.category-contents .blog-content .service .entry .entry-content {
  padding: 0;
}
.category-contents .blog-content .post .entry .entry-content .content-top,
.category-contents .blog-content .team .entry .entry-content .content-top,
.category-contents .blog-content .project .entry .entry-content .content-top,
.category-contents .blog-content .service .entry .entry-content .content-top {
  padding: 20px 0 0 0;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-summary,
.category-contents .blog-content .team .entry .entry-content .content-top .entry-summary,
.category-contents .blog-content .project .entry .entry-content .content-top .entry-summary,
.category-contents .blog-content .service .entry .entry-content .content-top .entry-summary {
  line-height: 1.7;
  font-size: 16px;
  margin-bottom: 27px;
  color: #555;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-cate,
.category-contents .blog-content .team .entry .entry-content .content-top .entry-cate,
.category-contents .blog-content .project .entry .entry-content .content-top .entry-cate,
.category-contents .blog-content .service .entry .entry-content .content-top .entry-cate {
  margin-bottom: 6px;
  word-wrap: break-word;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-cate a,
.category-contents .blog-content .team .entry .entry-content .content-top .entry-cate a,
.category-contents .blog-content .project .entry .entry-content .content-top .entry-cate a,
.category-contents .blog-content .service .entry .entry-content .content-top .entry-cate a {
  font-size: 13px;
  padding: 0 5px;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-cate a:first-child,
.category-contents .blog-content .team .entry .entry-content .content-top .entry-cate a:first-child,
.category-contents .blog-content .project .entry .entry-content .content-top .entry-cate a:first-child,
.category-contents .blog-content .service .entry .entry-content .content-top .entry-cate a:first-child {
  padding-left: 0;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-title,
.category-contents .blog-content .team .entry .entry-content .content-top .entry-title,
.category-contents .blog-content .project .entry .entry-content .content-top .entry-title,
.category-contents .blog-content .service .entry .entry-content .content-top .entry-title {
  word-wrap: break-word;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-title h4,
.category-contents .blog-content .team .entry .entry-content .content-top .entry-title h4,
.category-contents .blog-content .project .entry .entry-content .content-top .entry-title h4,
.category-contents .blog-content .service .entry .entry-content .content-top .entry-title h4 {
  line-height: 30px;
  font-size: 22px;
  font-weight: 600;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-meta,
.category-contents .blog-content .team .entry .entry-content .content-top .entry-meta,
.category-contents .blog-content .project .entry .entry-content .content-top .entry-meta,
.category-contents .blog-content .service .entry .entry-content .content-top .entry-meta {
  color: #888;
  margin-bottom: 20px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  padding-left: 40px;
}
.rtl .category-contents .blog-content .post .entry .entry-content .content-top .entry-meta,
.rtl .category-contents .blog-content .team .entry .entry-content .content-top .entry-meta,
.rtl .category-contents .blog-content .project .entry .entry-content .content-top .entry-meta,
.rtl .category-contents .blog-content .service .entry .entry-content .content-top .entry-meta {
  padding-left: 0;
  padding-right: 40px;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-meta:before,
.category-contents .blog-content .team .entry .entry-content .content-top .entry-meta:before,
.category-contents .blog-content .project .entry .entry-content .content-top .entry-meta:before,
.category-contents .blog-content .service .entry .entry-content .content-top .entry-meta:before {
  content: "";
  width: 30px;
  height: 1px;
  background: #888;
  position: absolute;
  top: 8px;
  left: 0;
}
.rtl .category-contents .blog-content .post .entry .entry-content .content-top .entry-meta:before,
.rtl .category-contents .blog-content .team .entry .entry-content .content-top .entry-meta:before,
.rtl .category-contents .blog-content .project .entry .entry-content .content-top .entry-meta:before,
.rtl .category-contents .blog-content .service .entry .entry-content .content-top .entry-meta:before {
  left: auto;
  right: 0;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-meta a,
.category-contents .blog-content .team .entry .entry-content .content-top .entry-meta a,
.category-contents .blog-content .project .entry .entry-content .content-top .entry-meta a,
.category-contents .blog-content .service .entry .entry-content .content-top .entry-meta a {
  color: #888;
  display: inline-block;
  vertical-align: top;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-meta a:hover,
.category-contents .blog-content .team .entry .entry-content .content-top .entry-meta a:hover,
.category-contents .blog-content .project .entry .entry-content .content-top .entry-meta a:hover,
.category-contents .blog-content .service .entry .entry-content .content-top .entry-meta a:hover {
  color: #ff5e15;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-meta span,
.category-contents .blog-content .team .entry .entry-content .content-top .entry-meta span,
.category-contents .blog-content .project .entry .entry-content .content-top .entry-meta span,
.category-contents .blog-content .service .entry .entry-content .content-top .entry-meta span {
  margin-right: 20px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-meta span:before,
.category-contents .blog-content .team .entry .entry-content .content-top .entry-meta span:before,
.category-contents .blog-content .project .entry .entry-content .content-top .entry-meta span:before,
.category-contents .blog-content .service .entry .entry-content .content-top .entry-meta span:before {
  content: ".";
  position: absolute;
  right: -13px;
  top: -3px;
}
.rtl .category-contents .blog-content .post .entry .entry-content .content-top .entry-meta span:before,
.rtl .category-contents .blog-content .team .entry .entry-content .content-top .entry-meta span:before,
.rtl .category-contents .blog-content .project .entry .entry-content .content-top .entry-meta span:before,
.rtl .category-contents .blog-content .service .entry .entry-content .content-top .entry-meta span:before {
  right: auto;
  left: -13px;
}
.rtl .category-contents .blog-content .post .entry .entry-content .content-top .entry-meta span,
.rtl .category-contents .blog-content .team .entry .entry-content .content-top .entry-meta span,
.rtl .category-contents .blog-content .project .entry .entry-content .content-top .entry-meta span,
.rtl .category-contents .blog-content .service .entry .entry-content .content-top .entry-meta span {
  margin-left: 20px;
  margin-right: 0;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-meta span:last-child:before,
.category-contents .blog-content .team .entry .entry-content .content-top .entry-meta span:last-child:before,
.category-contents .blog-content .project .entry .entry-content .content-top .entry-meta span:last-child:before,
.category-contents .blog-content .service .entry .entry-content .content-top .entry-meta span:last-child:before {
  display: none;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-author,
.category-contents .blog-content .team .entry .entry-content .content-top .entry-author,
.category-contents .blog-content .project .entry .entry-content .content-top .entry-author,
.category-contents .blog-content .service .entry .entry-content .content-top .entry-author {
  text-transform: uppercase;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-meta-tag,
.category-contents .blog-content .team .entry .entry-content .content-top .entry-meta-tag,
.category-contents .blog-content .project .entry .entry-content .content-top .entry-meta-tag,
.category-contents .blog-content .service .entry .entry-content .content-top .entry-meta-tag {
  color: #999;
  text-transform: uppercase;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-meta-tag .fa,
.category-contents .blog-content .team .entry .entry-content .content-top .entry-meta-tag .fa,
.category-contents .blog-content .project .entry .entry-content .content-top .entry-meta-tag .fa,
.category-contents .blog-content .service .entry .entry-content .content-top .entry-meta-tag .fa {
  margin-right: 5px;
}
.rtl .category-contents .blog-content .post .entry .entry-content .content-top .entry-meta-tag .fa,
.rtl .category-contents .blog-content .team .entry .entry-content .content-top .entry-meta-tag .fa,
.rtl .category-contents .blog-content .project .entry .entry-content .content-top .entry-meta-tag .fa,
.rtl .category-contents .blog-content .service .entry .entry-content .content-top .entry-meta-tag .fa {
  margin-right: 0;
  margin-left: 5px;
}
.category-contents .blog-content .post .entry .entry-content .readmore >a,
.category-contents .blog-content .team .entry .entry-content .readmore >a,
.category-contents .blog-content .project .entry .entry-content .readmore >a,
.category-contents .blog-content .service .entry .entry-content .readmore >a {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  font-size: 13px;
  border-bottom: 1px #00235a solid;
  font-weight: bold;
  padding-bottom: 3px;
}
.category-contents .blog-content .post .entry .entry-content .readmore >a:hover,
.category-contents .blog-content .team .entry .entry-content .readmore >a:hover,
.category-contents .blog-content .project .entry .entry-content .readmore >a:hover,
.category-contents .blog-content .service .entry .entry-content .readmore >a:hover {
  border-color: #ff5e15;
}
.category-contents .blog-content.blog-content-grid .post.format-quote .entry,
.category-contents .blog-content.blog-content-grid .team.format-quote .entry,
.category-contents .blog-content.blog-content-grid .project.format-quote .entry,
.category-contents .blog-content.blog-content-grid .service.format-quote .entry {
  border: 1px #00235a solid;
  padding: 50px 30px;
}
.category-contents .blog-content.blog-content-grid .post.format-quote .entry .entry-content .content-top,
.category-contents .blog-content.blog-content-grid .team.format-quote .entry .entry-content .content-top,
.category-contents .blog-content.blog-content-grid .project.format-quote .entry .entry-content .content-top,
.category-contents .blog-content.blog-content-grid .service.format-quote .entry .entry-content .content-top {
  padding-top: 0;
}
.category-contents .blog-content.blog-content-grid .post.format-quote .entry .entry-content .content-top .entry-title,
.category-contents .blog-content.blog-content-grid .team.format-quote .entry .entry-content .content-top .entry-title,
.category-contents .blog-content.blog-content-grid .project.format-quote .entry .entry-content .content-top .entry-title,
.category-contents .blog-content.blog-content-grid .service.format-quote .entry .entry-content .content-top .entry-title {
  padding-top: 80px;
  position: relative;
  text-align: center;
}
.category-contents .blog-content.blog-content-grid .post.format-quote .entry .entry-content .content-top .entry-title:before,
.category-contents .blog-content.blog-content-grid .team.format-quote .entry .entry-content .content-top .entry-title:before,
.category-contents .blog-content.blog-content-grid .project.format-quote .entry .entry-content .content-top .entry-title:before,
.category-contents .blog-content.blog-content-grid .service.format-quote .entry .entry-content .content-top .entry-title:before {
  content: "";
  width: 56px;
  height: 50px;
  display: block;
  background: url('../assets/img/quote.svg') no-repeat center center;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -28px;
}
.category-contents .blog-content.blog-content-grid .post.format-quote .entry .entry-content .entry-meta,
.category-contents .blog-content.blog-content-grid .post.format-quote .entry .entry-content .entry-summary,
.category-contents .blog-content.blog-content-grid .post.format-quote .entry .entry-content .entry-cate,
.category-contents .blog-content.blog-content-grid .post.format-quote .entry .entry-content .readmore,
.category-contents .blog-content.blog-content-grid .team.format-quote .entry .entry-content .entry-meta,
.category-contents .blog-content.blog-content-grid .team.format-quote .entry .entry-content .entry-summary,
.category-contents .blog-content.blog-content-grid .team.format-quote .entry .entry-content .entry-cate,
.category-contents .blog-content.blog-content-grid .team.format-quote .entry .entry-content .readmore,
.category-contents .blog-content.blog-content-grid .project.format-quote .entry .entry-content .entry-meta,
.category-contents .blog-content.blog-content-grid .project.format-quote .entry .entry-content .entry-summary,
.category-contents .blog-content.blog-content-grid .project.format-quote .entry .entry-content .entry-cate,
.category-contents .blog-content.blog-content-grid .project.format-quote .entry .entry-content .readmore,
.category-contents .blog-content.blog-content-grid .service.format-quote .entry .entry-content .entry-meta,
.category-contents .blog-content.blog-content-grid .service.format-quote .entry .entry-content .entry-summary,
.category-contents .blog-content.blog-content-grid .service.format-quote .entry .entry-content .entry-cate,
.category-contents .blog-content.blog-content-grid .service.format-quote .entry .entry-content .readmore {
  display: none;
}
.category-contents .blog-content.blog-content-grid .post.format-link .entry,
.category-contents .blog-content.blog-content-grid .team.format-link .entry,
.category-contents .blog-content.blog-content-grid .project.format-link .entry,
.category-contents .blog-content.blog-content-grid .service.format-link .entry {
  border: 1px #00235a solid;
  padding: 50px 30px;
}
.category-contents .blog-content.blog-content-grid .post.format-link .entry .entry-content .content-top,
.category-contents .blog-content.blog-content-grid .team.format-link .entry .entry-content .content-top,
.category-contents .blog-content.blog-content-grid .project.format-link .entry .entry-content .content-top,
.category-contents .blog-content.blog-content-grid .service.format-link .entry .entry-content .content-top {
  padding-top: 0;
}
.category-contents .blog-content.blog-content-grid .post.format-link .entry .entry-content .content-top .entry-title,
.category-contents .blog-content.blog-content-grid .team.format-link .entry .entry-content .content-top .entry-title,
.category-contents .blog-content.blog-content-grid .project.format-link .entry .entry-content .content-top .entry-title,
.category-contents .blog-content.blog-content-grid .service.format-link .entry .entry-content .content-top .entry-title {
  padding-top: 80px;
  position: relative;
  text-align: center;
}
.category-contents .blog-content.blog-content-grid .post.format-link .entry .entry-content .content-top .entry-title:before,
.category-contents .blog-content.blog-content-grid .team.format-link .entry .entry-content .content-top .entry-title:before,
.category-contents .blog-content.blog-content-grid .project.format-link .entry .entry-content .content-top .entry-title:before,
.category-contents .blog-content.blog-content-grid .service.format-link .entry .entry-content .content-top .entry-title:before {
  content: "";
  width: 40px;
  height: 40px;
  display: block;
  background: url('../assets/img/link.svg') no-repeat center center;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
}
.category-contents .blog-content.blog-content-grid .post.format-link .entry .entry-content .entry-meta,
.category-contents .blog-content.blog-content-grid .post.format-link .entry .entry-content .entry-summary,
.category-contents .blog-content.blog-content-grid .post.format-link .entry .entry-content .entry-cate,
.category-contents .blog-content.blog-content-grid .post.format-link .entry .entry-content .readmore,
.category-contents .blog-content.blog-content-grid .team.format-link .entry .entry-content .entry-meta,
.category-contents .blog-content.blog-content-grid .team.format-link .entry .entry-content .entry-summary,
.category-contents .blog-content.blog-content-grid .team.format-link .entry .entry-content .entry-cate,
.category-contents .blog-content.blog-content-grid .team.format-link .entry .entry-content .readmore,
.category-contents .blog-content.blog-content-grid .project.format-link .entry .entry-content .entry-meta,
.category-contents .blog-content.blog-content-grid .project.format-link .entry .entry-content .entry-summary,
.category-contents .blog-content.blog-content-grid .project.format-link .entry .entry-content .entry-cate,
.category-contents .blog-content.blog-content-grid .project.format-link .entry .entry-content .readmore,
.category-contents .blog-content.blog-content-grid .service.format-link .entry .entry-content .entry-meta,
.category-contents .blog-content.blog-content-grid .service.format-link .entry .entry-content .entry-summary,
.category-contents .blog-content.blog-content-grid .service.format-link .entry .entry-content .entry-cate,
.category-contents .blog-content.blog-content-grid .service.format-link .entry .entry-content .readmore {
  display: none;
}
.category-contents .blog-content.blog-content-grid .post .video-wrapper,
.category-contents .blog-content.blog-content-grid .team .video-wrapper,
.category-contents .blog-content.blog-content-grid .project .video-wrapper,
.category-contents .blog-content.blog-content-grid .service .video-wrapper {
  padding-top: 0;
}
.category-contents .blog-content.blog-content-grid .post .entry .entry-content .content-top,
.category-contents .blog-content.blog-content-grid .team .entry .entry-content .content-top,
.category-contents .blog-content.blog-content-grid .project .entry .entry-content .content-top,
.category-contents .blog-content.blog-content-grid .service .entry .entry-content .content-top {
  padding-top: 14px;
}
.category-contents .blog-content.blog-content-grid .post .entry .entry-content .content-top .entry-title h4,
.category-contents .blog-content.blog-content-grid .team .entry .entry-content .content-top .entry-title h4,
.category-contents .blog-content.blog-content-grid .project .entry .entry-content .content-top .entry-title h4,
.category-contents .blog-content.blog-content-grid .service .entry .entry-content .content-top .entry-title h4 {
  margin-bottom: 8px;
}
.category-contents .blog-content.blog-content-list .post .size-full,
.category-contents .blog-content.blog-content-list .team .size-full,
.category-contents .blog-content.blog-content-list .project .size-full,
.category-contents .blog-content.blog-content-list .service .size-full {
  margin-bottom: 0;
}
.category-contents .blog-content.blog-content-list .post .entry .entry-content .content-top .entry-summary h1,
.category-contents .blog-content.blog-content-list .post .entry .entry-content .content-top .entry-summary h2,
.category-contents .blog-content.blog-content-list .post .entry .entry-content .content-top .entry-summary h3,
.category-contents .blog-content.blog-content-list .post .entry .entry-content .content-top .entry-summary h4,
.category-contents .blog-content.blog-content-list .post .entry .entry-content .content-top .entry-summary h5,
.category-contents .blog-content.blog-content-list .post .entry .entry-content .content-top .entry-summary h6,
.category-contents .blog-content.blog-content-list .team .entry .entry-content .content-top .entry-summary h1,
.category-contents .blog-content.blog-content-list .team .entry .entry-content .content-top .entry-summary h2,
.category-contents .blog-content.blog-content-list .team .entry .entry-content .content-top .entry-summary h3,
.category-contents .blog-content.blog-content-list .team .entry .entry-content .content-top .entry-summary h4,
.category-contents .blog-content.blog-content-list .team .entry .entry-content .content-top .entry-summary h5,
.category-contents .blog-content.blog-content-list .team .entry .entry-content .content-top .entry-summary h6,
.category-contents .blog-content.blog-content-list .project .entry .entry-content .content-top .entry-summary h1,
.category-contents .blog-content.blog-content-list .project .entry .entry-content .content-top .entry-summary h2,
.category-contents .blog-content.blog-content-list .project .entry .entry-content .content-top .entry-summary h3,
.category-contents .blog-content.blog-content-list .project .entry .entry-content .content-top .entry-summary h4,
.category-contents .blog-content.blog-content-list .project .entry .entry-content .content-top .entry-summary h5,
.category-contents .blog-content.blog-content-list .project .entry .entry-content .content-top .entry-summary h6,
.category-contents .blog-content.blog-content-list .service .entry .entry-content .content-top .entry-summary h1,
.category-contents .blog-content.blog-content-list .service .entry .entry-content .content-top .entry-summary h2,
.category-contents .blog-content.blog-content-list .service .entry .entry-content .content-top .entry-summary h3,
.category-contents .blog-content.blog-content-list .service .entry .entry-content .content-top .entry-summary h4,
.category-contents .blog-content.blog-content-list .service .entry .entry-content .content-top .entry-summary h5,
.category-contents .blog-content.blog-content-list .service .entry .entry-content .content-top .entry-summary h6 {
  color: #00235a;
  font-weight: 600;
  padding-top: 20px;
}
.category-contents .blog-content.blog-content-list .post .entry .entry-content .content-top .entry-summary p,
.category-contents .blog-content.blog-content-list .team .entry .entry-content .content-top .entry-summary p,
.category-contents .blog-content.blog-content-list .project .entry .entry-content .content-top .entry-summary p,
.category-contents .blog-content.blog-content-list .service .entry .entry-content .content-top .entry-summary p {
  margin-bottom: 25px;
}
.category-contents .blog-content.blog-content-list .post .entry .entry-content .content-top .entry-summary video,
.category-contents .blog-content.blog-content-list .team .entry .entry-content .content-top .entry-summary video,
.category-contents .blog-content.blog-content-list .project .entry .entry-content .content-top .entry-summary video,
.category-contents .blog-content.blog-content-list .service .entry .entry-content .content-top .entry-summary video {
  max-width: 100%;
}
.category-contents .blog-content.blog-content-list .post .entry .entry-content .content-top .entry-summary .wp-block-gallery,
.category-contents .blog-content.blog-content-list .team .entry .entry-content .content-top .entry-summary .wp-block-gallery,
.category-contents .blog-content.blog-content-list .project .entry .entry-content .content-top .entry-summary .wp-block-gallery,
.category-contents .blog-content.blog-content-list .service .entry .entry-content .content-top .entry-summary .wp-block-gallery {
  list-style: none;
}
.category-contents .blog-content.blog-content-list .post .entry .entry-content .content-top .entry-summary ul li span,
.category-contents .blog-content.blog-content-list .post .entry .entry-content .content-top .entry-summary ul li em,
.category-contents .blog-content.blog-content-list .post .entry .entry-content .content-top .entry-summary ul li strong,
.category-contents .blog-content.blog-content-list .post .entry .entry-content .content-top .entry-summary ol li span,
.category-contents .blog-content.blog-content-list .post .entry .entry-content .content-top .entry-summary ol li em,
.category-contents .blog-content.blog-content-list .post .entry .entry-content .content-top .entry-summary ol li strong,
.category-contents .blog-content.blog-content-list .team .entry .entry-content .content-top .entry-summary ul li span,
.category-contents .blog-content.blog-content-list .team .entry .entry-content .content-top .entry-summary ul li em,
.category-contents .blog-content.blog-content-list .team .entry .entry-content .content-top .entry-summary ul li strong,
.category-contents .blog-content.blog-content-list .team .entry .entry-content .content-top .entry-summary ol li span,
.category-contents .blog-content.blog-content-list .team .entry .entry-content .content-top .entry-summary ol li em,
.category-contents .blog-content.blog-content-list .team .entry .entry-content .content-top .entry-summary ol li strong,
.category-contents .blog-content.blog-content-list .project .entry .entry-content .content-top .entry-summary ul li span,
.category-contents .blog-content.blog-content-list .project .entry .entry-content .content-top .entry-summary ul li em,
.category-contents .blog-content.blog-content-list .project .entry .entry-content .content-top .entry-summary ul li strong,
.category-contents .blog-content.blog-content-list .project .entry .entry-content .content-top .entry-summary ol li span,
.category-contents .blog-content.blog-content-list .project .entry .entry-content .content-top .entry-summary ol li em,
.category-contents .blog-content.blog-content-list .project .entry .entry-content .content-top .entry-summary ol li strong,
.category-contents .blog-content.blog-content-list .service .entry .entry-content .content-top .entry-summary ul li span,
.category-contents .blog-content.blog-content-list .service .entry .entry-content .content-top .entry-summary ul li em,
.category-contents .blog-content.blog-content-list .service .entry .entry-content .content-top .entry-summary ul li strong,
.category-contents .blog-content.blog-content-list .service .entry .entry-content .content-top .entry-summary ol li span,
.category-contents .blog-content.blog-content-list .service .entry .entry-content .content-top .entry-summary ol li em,
.category-contents .blog-content.blog-content-list .service .entry .entry-content .content-top .entry-summary ol li strong {
  font-size: 14px !important;
}
.category-contents .blog-content.blog-content-list .post .video-wrapper,
.category-contents .blog-content.blog-content-list .team .video-wrapper,
.category-contents .blog-content.blog-content-list .project .video-wrapper,
.category-contents .blog-content.blog-content-list .service .video-wrapper {
  padding: 0;
}
.category-contents .blog-content.blog-content-list .post.no-thumb .entry .entry-thumb:before,
.category-contents .blog-content.blog-content-list .team.no-thumb .entry .entry-thumb:before,
.category-contents .blog-content.blog-content-list .project.no-thumb .entry .entry-thumb:before,
.category-contents .blog-content.blog-content-list .service.no-thumb .entry .entry-thumb:before {
  display: none;
}
.category-contents .blog-content.blog-content-list2 .post .entry .entry-thumb,
.category-contents .blog-content.blog-content-list2 .team .entry .entry-thumb,
.category-contents .blog-content.blog-content-list2 .project .entry .entry-thumb,
.category-contents .blog-content.blog-content-list2 .service .entry .entry-thumb {
  width: 400px;
  float: left;
  margin-right: 30px;
}
.rtl .category-contents .blog-content.blog-content-list2 .post .entry .entry-thumb,
.rtl .category-contents .blog-content.blog-content-list2 .team .entry .entry-thumb,
.rtl .category-contents .blog-content.blog-content-list2 .project .entry .entry-thumb,
.rtl .category-contents .blog-content.blog-content-list2 .service .entry .entry-thumb {
  float: right;
  margin-right: 0;
  margin-left: 30px;
}
.category-contents .blog-content.blog-content-list2 .post .entry .entry-thumb a img,
.category-contents .blog-content.blog-content-list2 .team .entry .entry-thumb a img,
.category-contents .blog-content.blog-content-list2 .project .entry .entry-thumb a img,
.category-contents .blog-content.blog-content-list2 .service .entry .entry-thumb a img {
  margin-bottom: 0;
}
.category-contents .blog-content.blog-content-list2 .post .entry .entry-content,
.category-contents .blog-content.blog-content-list2 .team .entry .entry-content,
.category-contents .blog-content.blog-content-list2 .project .entry .entry-content,
.category-contents .blog-content.blog-content-list2 .service .entry .entry-content {
  overflow: hidden;
}
.category-contents .blog-content.blog-content-list2 .post .entry .entry-content .content-top,
.category-contents .blog-content.blog-content-list2 .team .entry .entry-content .content-top,
.category-contents .blog-content.blog-content-list2 .project .entry .entry-content .content-top,
.category-contents .blog-content.blog-content-list2 .service .entry .entry-content .content-top {
  padding-top: 0;
}
.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary {
  font-size: 15px;
}
.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary h1,
.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary h2,
.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary h3,
.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary h4,
.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary h5,
.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary h6 {
  color: #00235a;
  font-weight: 600;
}
.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary h2,
.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary h3,
.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary h4,
.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary h5,
.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary h6 {
  padding-top: 20px;
}
.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary blockquote {
  padding: 10px 30px;
}
.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary blockquote:before,
.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary blockquote:after {
  font-size: 18px;
  color: #ddd;
}
.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary code {
  white-space: normal;
}
.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary ol {
  padding-left: 0;
}
.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary cite {
  font-style: italic;
}
.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary table thead th,
.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary table thead td {
  border: 1px #ddd solid;
}
.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary table td,
.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary table th {
  border: 1px #ddd solid;
}
.category-contents .pagination {
  margin-bottom: 40px;
}
.category-contents .entry-summary .alignleft.wp-block-gallery .blocks-gallery-grid {
  padding-right: 20px;
}
.pagination {
  margin: 0;
  clear: both;
  width: 100%;
  padding-top: 20px;
}
.pagination ul {
  margin: 0;
  list-style: none;
  vertical-align: top;
  background-color: #fff;
  border: 0;
  text-align: center;
}
.pagination ul >li {
  display: inline-block;
  vertical-align: top;
}
.pagination ul >li .page-numbers {
  width: 18px;
  height: 35px;
  line-height: 34px;
  border-bottom: 2px transparent solid;
  display: block;
  padding: 0;
  color: #999;
  margin: 0 8px;
}
.pagination ul >li .page-numbers.current,
.pagination ul >li .page-numbers:hover {
  color: #ff5e15;
  font-weight: bold;
  border-bottom: 2px #ff5e15 solid;
}
.pagination ul >li .page-numbers.prev,
.pagination ul >li .page-numbers.next {
  font-size: 0;
}
.pagination ul >li .page-numbers.prev:before,
.pagination ul >li .page-numbers.next:before {
  font-family: fontawesome;
  font-size: 16px;
}
.pagination ul >li .page-numbers.prev {
  border: 1px #ddd solid;
  border-radius: 50%;
  width: 35px;
  height: 35px;
}
.pagination ul >li .page-numbers.prev:before {
  content: "\f104";
}
.rtl .pagination ul >li .page-numbers.prev:before {
  content: "\f105";
}
.pagination ul >li .page-numbers.next {
  border: 1px #ddd solid;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  line-height: 33px;
}
.pagination ul >li .page-numbers.next:before {
  content: "\f105";
}
.rtl .pagination ul >li .page-numbers.next:before {
  content: "\f104";
}
.format-audio .entry .wp-entry-thumb iframe {
  vertical-align: top;
  margin: 0;
}
blockquote {
  border-color: #ff5e15;
  color: #00235a;
  border-style: solid;
  border-width: 0 0 0 3px;
  position: relative;
  padding: 5px 0 5px 30px !important;
  font-style: italic;
}
.rtl blockquote {
  border-color: #ff5e15;
  border-width: 0 3px 0 0;
  padding: 5px 30px 5px 0 !important;
  font-style: italic;
}
blockquote:before,
blockquote:after {
  display: none;
}
blockquote p {
  font-size: 18px;
  line-height: 30px;
  position: relative;
  font-weight: 600;
}
blockquote p:last-child {
  margin-bottom: 0 !important;
}
blockquote.is-style-large p {
  font-weight: 600;
  color: #00235a;
}
blockquote.has-light-gray-color {
  padding-left: 5px !important;
  border: none;
}
blockquote.has-light-gray-color p {
  font-weight: 600;
  color: #00235a;
  text-decoration: none;
  font-style: normal;
}
blockquote.has-very-dark-gray-color {
  padding-left: 5px !important;
  border: none;
  text-align: center !important;
}
blockquote.has-very-dark-gray-color p {
  font-weight: 600;
  color: #00235a;
  text-decoration: none;
  font-style: normal;
}
.wp-block-pullquote {
  position: relative;
}
.wp-block-pullquote:before {
  content: "”";
  display: block;
  font-size: 6.2rem;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  height: 4.4rem;
  width: 4.4rem;
  background: #ebebeb;
  border-radius: 50%;
  margin: 0px auto 1.5rem;
}
.wp-block-audio {
  margin-bottom: 25px;
}
.format-gallery .carousel.gallery-slider .carousel-control {
  display: inline-block;
  width: 32px !important;
  height: 32px !important;
  line-height: 32px;
  border-radius: 50%;
  position: absolute;
  z-index: 9;
  cursor: pointer;
  font-size: 0;
  top: 50%;
  margin-top: -16px;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  text-shadow: none;
  background-image: none;
}
.format-gallery .carousel.gallery-slider .carousel-control.left {
  left: 15px;
}
.format-gallery .carousel.gallery-slider .carousel-control.left:before {
  content: '\f0d9';
  font-family: 'FontAwesome';
  font-size: 16px;
  color: #999;
}
.format-gallery .carousel.gallery-slider .carousel-control.left:hover:before {
  color: #ff5e15;
}
.format-gallery .carousel.gallery-slider .carousel-control.right {
  right: 15px;
}
.format-gallery .carousel.gallery-slider .carousel-control.right:before {
  content: '\f0da';
  font-family: 'FontAwesome';
  font-size: 16px;
  color: #999;
}
.format-gallery .carousel.gallery-slider .carousel-control.right:hover:before {
  color: #ff5e15;
}
.format-gallery .carousel.gallery-slider .carousel-inner .item img {
  margin: 0;
}
.format-gallery .carousel.gallery-slider:hover .carousel-control {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.format-gallery .gallery .thumbnail:hover {
  background-color: #ff5e15;
  border-color: #ff5e15;
}
.wp-block-image {
  margin-bottom: 40px !important;
}
.wp-block-button {
  margin-bottom: 25px;
}
.wp-block-cover {
  margin-bottom: 25px;
}
.wp-block-cover .wp-block-cover-text {
  color: #fff !important;
  max-width: 100%;
}
.wp-block-gallery.is-cropped.alignfull {
  margin-bottom: 30px;
}
.wp-block-gallery.is-cropped.alignfull .blocks-gallery-caption {
  margin: 0 auto;
}
.wp-block-archives,
.wp-block-categories {
  margin-bottom: 20px;
}
.wp-block-calendar table caption {
  background: #dcd7ca;
  color: #00235a;
  font-weight: 500;
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
  margin-bottom: 10px;
}
.wp-block-search {
  margin-bottom: 20px;
}
.wp-block-search input {
  border-radius: 0;
}
@media (min-width: 1200px) {
  .wp-block-cover.has-background-dim.aligncenter,
  .wp-block-cover.has-background-dim-60.has-background-dim {
    width: 70%;
    margin-left: 0;
  }
}
.single.main .post .entry-wrap,
.single.main .team .entry-wrap,
.single.main .attachment .entry-wrap,
.single.main .testimonial .entry-wrap {
  background-color: #fff;
  position: relative;
}
.single.main .post .entry-wrap .entry-thumb,
.single.main .team .entry-wrap .entry-thumb,
.single.main .attachment .entry-wrap .entry-thumb,
.single.main .testimonial .entry-wrap .entry-thumb {
  position: relative;
  margin-bottom: 44px;
}
.single.main .post .entry-wrap .entry-thumb img,
.single.main .team .entry-wrap .entry-thumb img,
.single.main .attachment .entry-wrap .entry-thumb img,
.single.main .testimonial .entry-wrap .entry-thumb img {
  width: auto;
  margin: 0px;
}
.single.main .post .entry-wrap .entry-cate,
.single.main .team .entry-wrap .entry-cate,
.single.main .attachment .entry-wrap .entry-cate,
.single.main .testimonial .entry-wrap .entry-cate {
  margin-bottom: 6px;
  word-wrap: break-word;
}
.single.main .post .entry-wrap .entry-cate a,
.single.main .team .entry-wrap .entry-cate a,
.single.main .attachment .entry-wrap .entry-cate a,
.single.main .testimonial .entry-wrap .entry-cate a {
  font-size: 13px;
  padding: 0 5px;
}
.single.main .post .entry-wrap .entry-cate a:first-child,
.single.main .team .entry-wrap .entry-cate a:first-child,
.single.main .attachment .entry-wrap .entry-cate a:first-child,
.single.main .testimonial .entry-wrap .entry-cate a:first-child {
  padding-left: 0;
}
.single.main .post .entry-wrap .entry-title,
.single.main .team .entry-wrap .entry-title,
.single.main .attachment .entry-wrap .entry-title,
.single.main .testimonial .entry-wrap .entry-title {
  color: #00235a;
  font-size: 40px;
  font-weight: 600;
  line-height: 52px;
  letter-spacing: -0.02em;
  word-wrap: break-word;
}
.single.main .post .entry-wrap .entry-meta,
.single.main .team .entry-wrap .entry-meta,
.single.main .attachment .entry-wrap .entry-meta,
.single.main .testimonial .entry-wrap .entry-meta {
  color: #888;
  margin-bottom: 40px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.single.main .post .entry-wrap .entry-meta a,
.single.main .team .entry-wrap .entry-meta a,
.single.main .attachment .entry-wrap .entry-meta a,
.single.main .testimonial .entry-wrap .entry-meta a {
  color: #888;
  display: inline-block;
  vertical-align: top;
  padding-top: 11px;
}
.single.main .post .entry-wrap .entry-meta a:hover,
.single.main .team .entry-wrap .entry-meta a:hover,
.single.main .attachment .entry-wrap .entry-meta a:hover,
.single.main .testimonial .entry-wrap .entry-meta a:hover {
  color: #ff5e15;
}
.single.main .post .entry-wrap .entry-meta span,
.single.main .team .entry-wrap .entry-meta span,
.single.main .attachment .entry-wrap .entry-meta span,
.single.main .testimonial .entry-wrap .entry-meta span {
  margin-right: 20px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.single.main .post .entry-wrap .entry-meta span:before,
.single.main .team .entry-wrap .entry-meta span:before,
.single.main .attachment .entry-wrap .entry-meta span:before,
.single.main .testimonial .entry-wrap .entry-meta span:before {
  content: ".";
  position: absolute;
  right: -13px;
  top: 8px;
}
.rtl .single.main .post .entry-wrap .entry-meta span:before,
.rtl .single.main .team .entry-wrap .entry-meta span:before,
.rtl .single.main .attachment .entry-wrap .entry-meta span:before,
.rtl .single.main .testimonial .entry-wrap .entry-meta span:before {
  right: auto;
  left: -13px;
}
.rtl .single.main .post .entry-wrap .entry-meta span,
.rtl .single.main .team .entry-wrap .entry-meta span,
.rtl .single.main .attachment .entry-wrap .entry-meta span,
.rtl .single.main .testimonial .entry-wrap .entry-meta span {
  margin-left: 20px;
  margin-right: 0;
}
.single.main .post .entry-wrap .entry-meta span:last-child:before,
.single.main .team .entry-wrap .entry-meta span:last-child:before,
.single.main .attachment .entry-wrap .entry-meta span:last-child:before,
.single.main .testimonial .entry-wrap .entry-meta span:last-child:before {
  display: none;
}
.single.main .post .entry-wrap .entry-meta .entry-date img,
.single.main .team .entry-wrap .entry-meta .entry-date img,
.single.main .attachment .entry-wrap .entry-meta .entry-date img,
.single.main .testimonial .entry-wrap .entry-meta .entry-date img {
  border-radius: 50%;
  margin-right: 15px;
}
.rtl .single.main .post .entry-wrap .entry-meta .entry-date img,
.rtl .single.main .team .entry-wrap .entry-meta .entry-date img,
.rtl .single.main .attachment .entry-wrap .entry-meta .entry-date img,
.rtl .single.main .testimonial .entry-wrap .entry-meta .entry-date img {
  margin-right: 0;
  margin-left: 15px;
}
.single.main .post .entry-wrap .entry-author,
.single.main .team .entry-wrap .entry-author,
.single.main .attachment .entry-wrap .entry-author,
.single.main .testimonial .entry-wrap .entry-author {
  text-transform: uppercase;
}
.single.main .post .entry-wrap .entry-content .entry-summary,
.single.main .team .entry-wrap .entry-content .entry-summary,
.single.main .attachment .entry-wrap .entry-content .entry-summary,
.single.main .testimonial .entry-wrap .entry-content .entry-summary {
  line-height: 1.8;
  font-size: 16px;
  padding-bottom: 60px;
}
.single.main .post .entry-wrap .entry-content .entry-summary .elementor h2,
.single.main .post .entry-wrap .entry-content .entry-summary .elementor h3,
.single.main .post .entry-wrap .entry-content .entry-summary .elementor h4,
.single.main .post .entry-wrap .entry-content .entry-summary .elementor h5,
.single.main .post .entry-wrap .entry-content .entry-summary .elementor h6,
.single.main .team .entry-wrap .entry-content .entry-summary .elementor h2,
.single.main .team .entry-wrap .entry-content .entry-summary .elementor h3,
.single.main .team .entry-wrap .entry-content .entry-summary .elementor h4,
.single.main .team .entry-wrap .entry-content .entry-summary .elementor h5,
.single.main .team .entry-wrap .entry-content .entry-summary .elementor h6,
.single.main .attachment .entry-wrap .entry-content .entry-summary .elementor h2,
.single.main .attachment .entry-wrap .entry-content .entry-summary .elementor h3,
.single.main .attachment .entry-wrap .entry-content .entry-summary .elementor h4,
.single.main .attachment .entry-wrap .entry-content .entry-summary .elementor h5,
.single.main .attachment .entry-wrap .entry-content .entry-summary .elementor h6,
.single.main .testimonial .entry-wrap .entry-content .entry-summary .elementor h2,
.single.main .testimonial .entry-wrap .entry-content .entry-summary .elementor h3,
.single.main .testimonial .entry-wrap .entry-content .entry-summary .elementor h4,
.single.main .testimonial .entry-wrap .entry-content .entry-summary .elementor h5,
.single.main .testimonial .entry-wrap .entry-content .entry-summary .elementor h6 {
  color: #00235a;
}
.single.main .post .entry-wrap .entry-content .entry-summary .blog-quote,
.single.main .team .entry-wrap .entry-content .entry-summary .blog-quote,
.single.main .attachment .entry-wrap .entry-content .entry-summary .blog-quote,
.single.main .testimonial .entry-wrap .entry-content .entry-summary .blog-quote {
  font-size: 18px;
  position: relative;
  color: #00235a;
  line-height: 30px;
  padding-left: 35px;
  margin-bottom: 30px;
  font-weight: 600;
}
.rtl .single.main .post .entry-wrap .entry-content .entry-summary .blog-quote,
.rtl .single.main .team .entry-wrap .entry-content .entry-summary .blog-quote,
.rtl .single.main .attachment .entry-wrap .entry-content .entry-summary .blog-quote,
.rtl .single.main .testimonial .entry-wrap .entry-content .entry-summary .blog-quote {
  padding-left: 0;
  padding-right: 35px;
}
.single.main .post .entry-wrap .entry-content .entry-summary .blog-quote:before,
.single.main .team .entry-wrap .entry-content .entry-summary .blog-quote:before,
.single.main .attachment .entry-wrap .entry-content .entry-summary .blog-quote:before,
.single.main .testimonial .entry-wrap .entry-content .entry-summary .blog-quote:before {
  content: "";
  width: 4px;
  height: 100%;
  top: 0;
  left: 0;
  background: #ff5e15;
  position: absolute;
}
.rtl .single.main .post .entry-wrap .entry-content .entry-summary .blog-quote:before,
.rtl .single.main .team .entry-wrap .entry-content .entry-summary .blog-quote:before,
.rtl .single.main .attachment .entry-wrap .entry-content .entry-summary .blog-quote:before,
.rtl .single.main .testimonial .entry-wrap .entry-content .entry-summary .blog-quote:before {
  left: auto;
  right: 0;
}
.single.main .post .entry-wrap .entry-content .entry-summary .blog-quote:after,
.single.main .team .entry-wrap .entry-content .entry-summary .blog-quote:after,
.single.main .attachment .entry-wrap .entry-content .entry-summary .blog-quote:after,
.single.main .testimonial .entry-wrap .entry-content .entry-summary .blog-quote:after {
  content: "";
  width: 60px;
  height: 60px;
  display: block;
  background: url('../assets/img/quote3.svg') no-repeat center center;
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 1;
  visibility: visible;
}
.rtl .single.main .post .entry-wrap .entry-content .entry-summary .blog-quote:after,
.rtl .single.main .team .entry-wrap .entry-content .entry-summary .blog-quote:after,
.rtl .single.main .attachment .entry-wrap .entry-content .entry-summary .blog-quote:after,
.rtl .single.main .testimonial .entry-wrap .entry-content .entry-summary .blog-quote:after {
  right: auto;
  left: 0;
  transform: scaleX(-1);
}
.single.main .post .entry-wrap .entry-content .entry-summary .blog-quote p,
.single.main .team .entry-wrap .entry-content .entry-summary .blog-quote p,
.single.main .attachment .entry-wrap .entry-content .entry-summary .blog-quote p,
.single.main .testimonial .entry-wrap .entry-content .entry-summary .blog-quote p {
  margin-bottom: 20px;
}
.single.main .post .entry-wrap .entry-content .entry-summary .blog-quote .name,
.single.main .team .entry-wrap .entry-content .entry-summary .blog-quote .name,
.single.main .attachment .entry-wrap .entry-content .entry-summary .blog-quote .name,
.single.main .testimonial .entry-wrap .entry-content .entry-summary .blog-quote .name {
  font-size: 16px;
  font-weight: normal;
  padding-top: 20px;
}
.single.main .post .entry-wrap .entry-content .entry-summary .blog-box2,
.single.main .team .entry-wrap .entry-content .entry-summary .blog-box2,
.single.main .attachment .entry-wrap .entry-content .entry-summary .blog-box2,
.single.main .testimonial .entry-wrap .entry-content .entry-summary .blog-box2 {
  margin: 0 -15px;
}
.single.main .post .entry-wrap .entry-content .entry-summary .blog-box2 img,
.single.main .team .entry-wrap .entry-content .entry-summary .blog-box2 img,
.single.main .attachment .entry-wrap .entry-content .entry-summary .blog-box2 img,
.single.main .testimonial .entry-wrap .entry-content .entry-summary .blog-box2 img {
  width: 33.332%;
  float: left;
  padding: 0 15px;
  clear: none;
}
.rtl .single.main .post .entry-wrap .entry-content .entry-summary .blog-box2 img,
.rtl .single.main .team .entry-wrap .entry-content .entry-summary .blog-box2 img,
.rtl .single.main .attachment .entry-wrap .entry-content .entry-summary .blog-box2 img,
.rtl .single.main .testimonial .entry-wrap .entry-content .entry-summary .blog-box2 img {
  float: right;
}
.single.main .post .entry-wrap .entry-content .entry-summary ul li span,
.single.main .post .entry-wrap .entry-content .entry-summary ul li em,
.single.main .post .entry-wrap .entry-content .entry-summary ul li strong,
.single.main .post .entry-wrap .entry-content .entry-summary ol li span,
.single.main .post .entry-wrap .entry-content .entry-summary ol li em,
.single.main .post .entry-wrap .entry-content .entry-summary ol li strong,
.single.main .team .entry-wrap .entry-content .entry-summary ul li span,
.single.main .team .entry-wrap .entry-content .entry-summary ul li em,
.single.main .team .entry-wrap .entry-content .entry-summary ul li strong,
.single.main .team .entry-wrap .entry-content .entry-summary ol li span,
.single.main .team .entry-wrap .entry-content .entry-summary ol li em,
.single.main .team .entry-wrap .entry-content .entry-summary ol li strong,
.single.main .attachment .entry-wrap .entry-content .entry-summary ul li span,
.single.main .attachment .entry-wrap .entry-content .entry-summary ul li em,
.single.main .attachment .entry-wrap .entry-content .entry-summary ul li strong,
.single.main .attachment .entry-wrap .entry-content .entry-summary ol li span,
.single.main .attachment .entry-wrap .entry-content .entry-summary ol li em,
.single.main .attachment .entry-wrap .entry-content .entry-summary ol li strong,
.single.main .testimonial .entry-wrap .entry-content .entry-summary ul li span,
.single.main .testimonial .entry-wrap .entry-content .entry-summary ul li em,
.single.main .testimonial .entry-wrap .entry-content .entry-summary ul li strong,
.single.main .testimonial .entry-wrap .entry-content .entry-summary ol li span,
.single.main .testimonial .entry-wrap .entry-content .entry-summary ol li em,
.single.main .testimonial .entry-wrap .entry-content .entry-summary ol li strong {
  font-size: 14px !important;
}
.single.main .post .entry-wrap .entry-content .entry-summary h2,
.single.main .post .entry-wrap .entry-content .entry-summary h3,
.single.main .post .entry-wrap .entry-content .entry-summary h4,
.single.main .post .entry-wrap .entry-content .entry-summary h5,
.single.main .post .entry-wrap .entry-content .entry-summary h6,
.single.main .team .entry-wrap .entry-content .entry-summary h2,
.single.main .team .entry-wrap .entry-content .entry-summary h3,
.single.main .team .entry-wrap .entry-content .entry-summary h4,
.single.main .team .entry-wrap .entry-content .entry-summary h5,
.single.main .team .entry-wrap .entry-content .entry-summary h6,
.single.main .attachment .entry-wrap .entry-content .entry-summary h2,
.single.main .attachment .entry-wrap .entry-content .entry-summary h3,
.single.main .attachment .entry-wrap .entry-content .entry-summary h4,
.single.main .attachment .entry-wrap .entry-content .entry-summary h5,
.single.main .attachment .entry-wrap .entry-content .entry-summary h6,
.single.main .testimonial .entry-wrap .entry-content .entry-summary h2,
.single.main .testimonial .entry-wrap .entry-content .entry-summary h3,
.single.main .testimonial .entry-wrap .entry-content .entry-summary h4,
.single.main .testimonial .entry-wrap .entry-content .entry-summary h5,
.single.main .testimonial .entry-wrap .entry-content .entry-summary h6 {
  margin-bottom: 30px;
}
.single.main .post .entry-wrap .entry-content .entry-summary .elementor-text-editor,
.single.main .team .entry-wrap .entry-content .entry-summary .elementor-text-editor,
.single.main .attachment .entry-wrap .entry-content .entry-summary .elementor-text-editor,
.single.main .testimonial .entry-wrap .entry-content .entry-summary .elementor-text-editor {
  color: #333;
}
.single.main .post .entry-wrap .entry-content .entry-summary p,
.single.main .team .entry-wrap .entry-content .entry-summary p,
.single.main .attachment .entry-wrap .entry-content .entry-summary p,
.single.main .testimonial .entry-wrap .entry-content .entry-summary p {
  margin-bottom: 30px;
}
.single.main .post .entry-wrap .entry-content .entry-summary p .alignnone,
.single.main .team .entry-wrap .entry-content .entry-summary p .alignnone,
.single.main .attachment .entry-wrap .entry-content .entry-summary p .alignnone,
.single.main .testimonial .entry-wrap .entry-content .entry-summary p .alignnone {
  float: none;
  display: block;
  clear: none;
  margin: 20px 0 30px 0;
}
.rtl .single.main .post .entry-wrap .entry-content .entry-summary p .alignnone,
.rtl .single.main .team .entry-wrap .entry-content .entry-summary p .alignnone,
.rtl .single.main .attachment .entry-wrap .entry-content .entry-summary p .alignnone,
.rtl .single.main .testimonial .entry-wrap .entry-content .entry-summary p .alignnone {
  float: right;
}
.single.main .post .entry-wrap .entry-content .entry-summary p .alignnone.image-single,
.single.main .team .entry-wrap .entry-content .entry-summary p .alignnone.image-single,
.single.main .attachment .entry-wrap .entry-content .entry-summary p .alignnone.image-single,
.single.main .testimonial .entry-wrap .entry-content .entry-summary p .alignnone.image-single {
  margin-left: 30px;
}
.single.main .post .entry-wrap .entry-content .entry-summary .page-links,
.single.main .team .entry-wrap .entry-content .entry-summary .page-links,
.single.main .attachment .entry-wrap .entry-content .entry-summary .page-links,
.single.main .testimonial .entry-wrap .entry-content .entry-summary .page-links {
  overflow: hidden;
  padding: 0;
}
.single.main .post .entry-wrap .entry-content .entry-summary .page-links .page-links-title,
.single.main .team .entry-wrap .entry-content .entry-summary .page-links .page-links-title,
.single.main .attachment .entry-wrap .entry-content .entry-summary .page-links .page-links-title,
.single.main .testimonial .entry-wrap .entry-content .entry-summary .page-links .page-links-title {
  border: none;
  width: auto;
  height: auto;
  line-height: 32px;
  border-radius: 0;
  float: left;
  background: none;
  color: #555;
}
.single.main .post .entry-wrap .entry-content .entry-summary .page-links .page-links-title:hover,
.single.main .team .entry-wrap .entry-content .entry-summary .page-links .page-links-title:hover,
.single.main .attachment .entry-wrap .entry-content .entry-summary .page-links .page-links-title:hover,
.single.main .testimonial .entry-wrap .entry-content .entry-summary .page-links .page-links-title:hover {
  background: none;
  color: #555;
}
.single.main .post .entry-wrap .entry-content .entry-summary .page-links span,
.single.main .post .entry-wrap .entry-content .entry-summary .page-links a,
.single.main .team .entry-wrap .entry-content .entry-summary .page-links span,
.single.main .team .entry-wrap .entry-content .entry-summary .page-links a,
.single.main .attachment .entry-wrap .entry-content .entry-summary .page-links span,
.single.main .attachment .entry-wrap .entry-content .entry-summary .page-links a,
.single.main .testimonial .entry-wrap .entry-content .entry-summary .page-links span,
.single.main .testimonial .entry-wrap .entry-content .entry-summary .page-links a {
  display: block;
  width: 32px;
  line-height: 30px;
  height: 32px;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  float: left;
  background: #eee;
  margin: 0 8px 0 0;
}
.rtl .single.main .post .entry-wrap .entry-content .entry-summary .page-links span,
.rtl .single.main .post .entry-wrap .entry-content .entry-summary .page-links a,
.rtl .single.main .team .entry-wrap .entry-content .entry-summary .page-links span,
.rtl .single.main .team .entry-wrap .entry-content .entry-summary .page-links a,
.rtl .single.main .attachment .entry-wrap .entry-content .entry-summary .page-links span,
.rtl .single.main .attachment .entry-wrap .entry-content .entry-summary .page-links a,
.rtl .single.main .testimonial .entry-wrap .entry-content .entry-summary .page-links span,
.rtl .single.main .testimonial .entry-wrap .entry-content .entry-summary .page-links a {
  margin: 0 0 0 8px;
}
.single.main .post .entry-wrap .entry-content .entry-summary .page-links span:hover,
.single.main .post .entry-wrap .entry-content .entry-summary .page-links a:hover,
.single.main .team .entry-wrap .entry-content .entry-summary .page-links span:hover,
.single.main .team .entry-wrap .entry-content .entry-summary .page-links a:hover,
.single.main .attachment .entry-wrap .entry-content .entry-summary .page-links span:hover,
.single.main .attachment .entry-wrap .entry-content .entry-summary .page-links a:hover,
.single.main .testimonial .entry-wrap .entry-content .entry-summary .page-links span:hover,
.single.main .testimonial .entry-wrap .entry-content .entry-summary .page-links a:hover {
  background: #ff5e15;
  color: #fff;
}
.single.main .post .entry-wrap .entry-content .entry-summary .page-links span,
.single.main .team .entry-wrap .entry-content .entry-summary .page-links span,
.single.main .attachment .entry-wrap .entry-content .entry-summary .page-links span,
.single.main .testimonial .entry-wrap .entry-content .entry-summary .page-links span {
  background: #ff5e15;
  color: #fff;
}
.single.main .post .entry-wrap .entry-content .entry-summary .page-links a span,
.single.main .team .entry-wrap .entry-content .entry-summary .page-links a span,
.single.main .attachment .entry-wrap .entry-content .entry-summary .page-links a span,
.single.main .testimonial .entry-wrap .entry-content .entry-summary .page-links a span {
  border: none;
  margin: 0;
  background: none;
  color: #00235a;
}
.single.main .post .entry-wrap .entry-content .single-content-bottom,
.single.main .team .entry-wrap .entry-content .single-content-bottom,
.single.main .attachment .entry-wrap .entry-content .single-content-bottom,
.single.main .testimonial .entry-wrap .entry-content .single-content-bottom {
  clear: both;
  padding-bottom: 21px;
}
.single.main .post .entry-wrap .entry-content .single-content-bottom .entry-tag,
.single.main .team .entry-wrap .entry-content .single-content-bottom .entry-tag,
.single.main .attachment .entry-wrap .entry-content .single-content-bottom .entry-tag,
.single.main .testimonial .entry-wrap .entry-content .single-content-bottom .entry-tag {
  padding-top: 5px;
}
.single.main .post .entry-wrap .entry-content .single-content-bottom .entry-tag a,
.single.main .team .entry-wrap .entry-content .single-content-bottom .entry-tag a,
.single.main .attachment .entry-wrap .entry-content .single-content-bottom .entry-tag a,
.single.main .testimonial .entry-wrap .entry-content .single-content-bottom .entry-tag a {
  display: inline-block;
  vertical-align: top;
  text-transform: capitalize;
  color: #555;
  background: #f5f5f5;
  padding: 4px 10px;
  font-size: 13px;
  border-radius: 2px;
  font-weight: 500;
  margin-right: 3px;
  margin-bottom: 10px;
}
.rtl .single.main .post .entry-wrap .entry-content .single-content-bottom .entry-tag a,
.rtl .single.main .team .entry-wrap .entry-content .single-content-bottom .entry-tag a,
.rtl .single.main .attachment .entry-wrap .entry-content .single-content-bottom .entry-tag a,
.rtl .single.main .testimonial .entry-wrap .entry-content .single-content-bottom .entry-tag a {
  margin-right: 0;
  margin-left: 3px;
}
.single.main .post .entry-wrap .entry-content .single-content-bottom .entry-tag a:hover,
.single.main .team .entry-wrap .entry-content .single-content-bottom .entry-tag a:hover,
.single.main .attachment .entry-wrap .entry-content .single-content-bottom .entry-tag a:hover,
.single.main .testimonial .entry-wrap .entry-content .single-content-bottom .entry-tag a:hover {
  background: #ff5e15;
  color: #fff;
}
.single.main .post .entry-wrap .entry-content .social-share,
.single.main .team .entry-wrap .entry-content .social-share,
.single.main .attachment .entry-wrap .entry-content .social-share,
.single.main .testimonial .entry-wrap .entry-content .social-share {
  float: right;
}
.rtl .single.main .post .entry-wrap .entry-content .social-share,
.rtl .single.main .team .entry-wrap .entry-content .social-share,
.rtl .single.main .attachment .entry-wrap .entry-content .social-share,
.rtl .single.main .testimonial .entry-wrap .entry-content .social-share {
  float: left;
}
.single.main .post .entry-wrap .entry-content .social-share .wrap-content,
.single.main .team .entry-wrap .entry-content .social-share .wrap-content,
.single.main .attachment .entry-wrap .entry-content .social-share .wrap-content,
.single.main .testimonial .entry-wrap .entry-content .social-share .wrap-content {
  float: left;
}
.rtl .single.main .post .entry-wrap .entry-content .social-share .wrap-content,
.rtl .single.main .team .entry-wrap .entry-content .social-share .wrap-content,
.rtl .single.main .attachment .entry-wrap .entry-content .social-share .wrap-content,
.rtl .single.main .testimonial .entry-wrap .entry-content .social-share .wrap-content {
  float: right;
}
.single.main .post .entry-wrap .entry-content .social-share .item-social,
.single.main .team .entry-wrap .entry-content .social-share .item-social,
.single.main .attachment .entry-wrap .entry-content .social-share .item-social,
.single.main .testimonial .entry-wrap .entry-content .social-share .item-social {
  display: inline-block;
  vertical-align: top;
}
.single.main .post .entry-wrap .entry-content .social-share .item-social:nth-child(2) a,
.single.main .team .entry-wrap .entry-content .social-share .item-social:nth-child(2) a,
.single.main .attachment .entry-wrap .entry-content .social-share .item-social:nth-child(2) a,
.single.main .testimonial .entry-wrap .entry-content .social-share .item-social:nth-child(2) a {
  background: #1da1f2;
}
.single.main .post .entry-wrap .entry-content .social-share .item-social:nth-child(2) a:hover,
.single.main .team .entry-wrap .entry-content .social-share .item-social:nth-child(2) a:hover,
.single.main .attachment .entry-wrap .entry-content .social-share .item-social:nth-child(2) a:hover,
.single.main .testimonial .entry-wrap .entry-content .social-share .item-social:nth-child(2) a:hover {
  background-color: #ff5e15;
}
.single.main .post .entry-wrap .entry-content .social-share .item-social:last-child a,
.single.main .team .entry-wrap .entry-content .social-share .item-social:last-child a,
.single.main .attachment .entry-wrap .entry-content .social-share .item-social:last-child a,
.single.main .testimonial .entry-wrap .entry-content .social-share .item-social:last-child a {
  background: #e70628;
}
.single.main .post .entry-wrap .entry-content .social-share .item-social:last-child a:hover,
.single.main .team .entry-wrap .entry-content .social-share .item-social:last-child a:hover,
.single.main .attachment .entry-wrap .entry-content .social-share .item-social:last-child a:hover,
.single.main .testimonial .entry-wrap .entry-content .social-share .item-social:last-child a:hover {
  background-color: #ff5e15;
}
.single.main .post .entry-wrap .entry-content .social-share a,
.single.main .team .entry-wrap .entry-content .social-share a,
.single.main .attachment .entry-wrap .entry-content .social-share a,
.single.main .testimonial .entry-wrap .entry-content .social-share a {
  display: inline-block;
  vertical-align: top;
  margin: 0 2px;
  width: 32px;
  height: 32px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  background: #345cad;
  font-size: 15px;
}
.single.main .post .entry-wrap .entry-content .social-share a:hover,
.single.main .team .entry-wrap .entry-content .social-share a:hover,
.single.main .attachment .entry-wrap .entry-content .social-share a:hover,
.single.main .testimonial .entry-wrap .entry-content .social-share a:hover {
  background-color: #ff5e15;
}
.single.main .post .entry-wrap .entry-content .social-share a i,
.single.main .team .entry-wrap .entry-content .social-share a i,
.single.main .attachment .entry-wrap .entry-content .social-share a i,
.single.main .testimonial .entry-wrap .entry-content .social-share a i {
  line-height: 33px;
}
.single.main .post #authorDetails,
.single.main .team #authorDetails,
.single.main .attachment #authorDetails,
.single.main .testimonial #authorDetails {
  margin: 10px 0 31px 0;
}
.single.main .post #authorDetails .authorDetail,
.single.main .team #authorDetails .authorDetail,
.single.main .attachment #authorDetails .authorDetail,
.single.main .testimonial #authorDetails .authorDetail {
  background-color: #f5f5f5;
  padding: 30px;
}
.single.main .post #authorDetails .authorDetail .avatar,
.single.main .team #authorDetails .authorDetail .avatar,
.single.main .attachment #authorDetails .authorDetail .avatar,
.single.main .testimonial #authorDetails .authorDetail .avatar {
  overflow: hidden;
  float: left;
}
.rtl .single.main .post #authorDetails .authorDetail .avatar,
.rtl .single.main .team #authorDetails .authorDetail .avatar,
.rtl .single.main .attachment #authorDetails .authorDetail .avatar,
.rtl .single.main .testimonial #authorDetails .authorDetail .avatar {
  float: right;
}
.single.main .post #authorDetails .authorDetail .avatar img,
.single.main .team #authorDetails .authorDetail .avatar img,
.single.main .attachment #authorDetails .authorDetail .avatar img,
.single.main .testimonial #authorDetails .authorDetail .avatar img {
  margin: 0;
  border-radius: 50%;
}
.single.main .post #authorDetails .authorDetail .infomation,
.single.main .team #authorDetails .authorDetail .infomation,
.single.main .attachment #authorDetails .authorDetail .infomation,
.single.main .testimonial #authorDetails .authorDetail .infomation {
  overflow: hidden;
  padding: 18px 20px 0 20px;
  line-height: 22px;
}
.single.main .post #authorDetails .authorDetail .infomation .name-author,
.single.main .team #authorDetails .authorDetail .infomation .name-author,
.single.main .attachment #authorDetails .authorDetail .infomation .name-author,
.single.main .testimonial #authorDetails .authorDetail .infomation .name-author {
  text-transform: uppercase;
  color: #00235a;
  font-size: 18px;
  font-weight: 600;
}
.single.main .post #authorDetails .authorDetail .infomation p,
.single.main .team #authorDetails .authorDetail .infomation p,
.single.main .attachment #authorDetails .authorDetail .infomation p,
.single.main .testimonial #authorDetails .authorDetail .infomation p {
  line-height: 28px;
  font-size: 16px;
}
.single.main .post #comments .alert,
.single.main .team #comments .alert,
.single.main .attachment #comments .alert,
.single.main .testimonial #comments .alert {
  background: #dbedf7;
  border: 1px #c0e8f1 solid;
}
.single.main .post #comments .alert .close,
.single.main .team #comments .alert .close,
.single.main .attachment #comments .alert .close,
.single.main .testimonial #comments .alert .close {
  margin-top: -2px;
}
.single.main .post #comments .alert p,
.single.main .team #comments .alert p,
.single.main .attachment #comments .alert p,
.single.main .testimonial #comments .alert p {
  color: #3b708f;
}
.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary {
  font-size: 14px;
}
.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary h1,
.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary h2,
.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary h3,
.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary h4,
.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary h5,
.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary h6 {
  color: #00235a;
  font-weight: 600;
}
.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary h2,
.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary h3,
.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary h4,
.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary h5,
.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary h6 {
  padding-top: 20px;
}
.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary ol {
  padding-left: 0;
}
.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary code {
  white-space: normal;
}
.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary blockquote {
  padding: 10px 30px;
}
.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary blockquote:before,
.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary blockquote:after {
  font-size: 24px;
  color: #ddd;
}
.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary cite {
  font-style: italic;
}
.single.main .tag-pingbacks-2 ol {
  padding-left: 30px;
}
.rtl .single.main .tag-pingbacks-2 ol {
  padding-left: 0;
  padding-right: 30px;
}
.single.main .post-password-required form.post-password-form label input {
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.single.main .post-password-required form.post-password-form input[type="submit"] {
  display: block;
  text-transform: uppercase;
  font-weight: 500;
}
.single.main .post-password-required form.post-password-form input[type="submit"]:hover {
  background: #ff5e15;
  border-color: #ff5e15;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.post-navigation {
  overflow: hidden;
  margin-bottom: 33px;
}
.post-navigation h2 {
  display: none;
}
.post-navigation .nav-links {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 0 -10px;
}
.post-navigation .nav-links .nav-previous {
  -webkit-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
  border-right: 1px #ededed solid;
  padding: 0 10px;
}
.rtl .post-navigation .nav-links .nav-previous {
  border-right: none;
  border-left: 1px #ededed solid;
}
.post-navigation .nav-links .nav-previous .previous-post {
  display: block;
  font-size: 11px;
  color: #555;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.post-navigation .nav-links .nav-previous .previous-post:before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  background: url('../assets/img/undo.svg') no-repeat center center;
  background-size: 12px;
  transform: scaleY(-1);
}
.rtl .post-navigation .nav-links .nav-previous .previous-post:before {
  margin-right: 0;
  margin-left: 10px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.post-navigation .nav-links .nav-previous .post-title {
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  word-wrap: break-word;
}
.post-navigation .nav-links .nav-next {
  -webkit-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
  text-align: end;
  padding: 0 10px;
}
.post-navigation .nav-links .nav-next .next-post {
  display: block;
  font-size: 11px;
  color: #555;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.post-navigation .nav-links .nav-next .next-post:after {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  background: url('../assets/img/undo.svg') no-repeat center center;
  background-size: 12px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rtl .post-navigation .nav-links .nav-next .next-post:after {
  margin-left: 0;
  margin-right: 10px;
  transform: scaleY(-1);
}
.post-navigation .nav-links .nav-next .post-title {
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  word-wrap: break-word;
}
#comments {
  margin-top: 60px;
  margin-bottom: 50px;
  overflow: hidden;
}
#comments .title {
  text-transform: capitalize;
  margin-bottom: 35px;
  font-size: 24px;
  color: #00235a;
  font-weight: 600;
}
#comments .title small {
  display: inline-block;
  vertical-align: top;
  color: #00235a;
  font-weight: bold;
  font-size: 20px;
  margin-top: 3px;
}
#comments .commentlist {
  position: relative;
  border: 1px #ededed solid;
  padding: 30px 30px 0 30px;
}
.postid-1149 #comments .commentlist {
  border: none;
  padding: 0;
}
#comments .commentlist .entry-summary {
  position: relative;
  margin-bottom: -20px;
}
#comments .commentlist .entry-summary:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  letter-spacing: 0;
  right: 0;
}
#comments .commentlist .entry-summary >.children {
  margin-bottom: 0;
}
#comments .comment .author {
  margin: 0;
  overflow: hidden;
  margin-right: 18px;
}
.rtl #comments .comment .author {
  margin-right: 0;
  margin-left: 18px;
}
#comments .comment .author img {
  margin: 0;
  border-radius: 50%;
}
#comments .comment .media-body {
  margin-bottom: 36px;
  background-color: #fff;
  border-bottom: 1px #ededed solid;
  padding-bottom: 25px;
}
#comments .comment .media-body .media .media-heading {
  overflow: hidden;
  margin-bottom: 10px;
  padding-top: 10px;
}
#comments .comment .media-body .media .media-heading .author-name {
  color: #00235a;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 5px;
}
#comments .comment .media-body .media .media-heading .time {
  color: #999;
  font-size: 12px;
  line-height: 22px;
  text-transform: capitalize;
}
#comments .comment .media-body .media .media-heading .time a {
  color: #999;
}
#comments .comment .media-body .media .media-heading .time a:hover {
  color: #ff5e15;
}
#comments .comment .media-body .media .media-content {
  font-size: 16px;
}
#comments .comment .media-body .media .media-content h1,
#comments .comment .media-body .media .media-content h2,
#comments .comment .media-body .media .media-content h3,
#comments .comment .media-body .media .media-content h4,
#comments .comment .media-body .media .media-content h5,
#comments .comment .media-body .media .media-content h6 {
  color: #00235a;
  font-weight: 600;
}
#comments .comment .media-body .media .media-content h2,
#comments .comment .media-body .media .media-content h3,
#comments .comment .media-body .media .media-content h4,
#comments .comment .media-body .media .media-content h5,
#comments .comment .media-body .media .media-content h6 {
  padding-top: 20px;
}
#comments .comment .media-body .media .media-content blockquote {
  padding: 10px 30px;
}
#comments .comment .media-body .media .media-content blockquote:before,
#comments .comment .media-body .media .media-content blockquote:after {
  font-size: 24px;
  color: #ddd;
}
#comments .comment .media-body .media .media-content cite {
  font-style: italic;
}
#comments .comment .media-body .media .media-content table thead th,
#comments .comment .media-body .media .media-content table thead td {
  border: 1px #ddd solid;
}
#comments .comment .media-body .media .media-content table td,
#comments .comment .media-body .media .media-content table th {
  border: 1px #ddd solid;
}
#comments .comment .media-body .media .media-content p {
  line-height: 29px;
}
#comments .comment .media-body .media .media-content ul li,
#comments .comment .media-body .media .media-content ol li {
  line-height: 29px;
}
#comments .comment .media-body .media .reply {
  line-height: 21px;
}
#comments .comment .media-body .media .reply a {
  font-size: 10px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#comments .comment .media-body .media .reply a:hover {
  color: #ff5e15;
}
#comments .comment .media-body .media .reply a:before {
  content: "";
  width: 20px;
  height: 22px;
  display: inline-block;
  vertical-align: top;
  background: url('../assets/img/reply.svg') no-repeat center center;
  background-size: 14px;
}
.rtl #comments .comment .media-body .media .reply a:before {
  transform: scaleX(-1);
}
#comments .comment.parent .comment {
  margin-left: 90px;
  margin-right: 0;
}
.rtl #comments .comment.parent .comment {
  margin-right: 90px;
  margin-left: 0;
}
#comments .alert {
  background: transparent;
  border: 1px #ddd solid;
  border-radius: 0;
}
#comments .alert p {
  color: #00235a;
}
#comments .pingback,
#comments .trackback {
  border: 1px #ededed solid;
  padding: 15px 15px 5px 15px;
  margin-bottom: 30px;
}
#comments .pingback .media-heading,
#comments .trackback .media-heading {
  overflow: hidden;
}
#comments .pingback .media-heading .time,
#comments .trackback .media-heading .time {
  display: none;
}
#comments .pingback .media-content,
#comments .trackback .media-content {
  padding: 0 30px;
}
#comments .pingback p,
#comments .trackback p {
  line-height: 26px;
}
#comments .pingback:nth-child(4),
#comments .trackback:nth-child(4) {
  margin-bottom: 40px;
}
#respond {
  margin-bottom: 80px;
  margin-top: 60px;
}
#respond .title {
  text-transform: capitalize;
  margin-bottom: 17px;
  font-size: 24px;
  color: #00235a;
  font-weight: 600;
}
#respond .comment-form p {
  font-size: 14px;
  margin-bottom: 28px;
  color: #555;
}
#respond .comment-form label {
  color: #00235a;
}
#respond .comment-form .cmm-box-top {
  margin: 0 -15px 10px;
}
#respond .comment-form .cmm-box-top .control-group {
  width: 33.333%;
  padding: 0 15px;
}
#respond .comment-form .cmm-box-top input {
  width: 100%;
  border: 1px #ededed solid;
  height: 40px;
  font-size: 14px;
  text-indent: 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
#respond .comment-form .cmm-box-top input:focus {
  background-color: #fff;
}
#respond .comment-form .cmm-box-top input::-webkit-input-placeholder {
  color: #cccccc;
}
#respond .comment-form .cmm-box-top input::-moz-placeholder {
  color: #cccccc;
}
#respond .comment-form .cmm-box-top input:-ms-input-placeholder {
  color: #cccccc;
}
#respond .comment-form .comment-form-cookies-consent input {
  margin: 4px 4px 0 0;
}
.rtl #respond .comment-form .comment-form-cookies-consent input {
  margin: 4px 0 0 4px;
}
#respond .comment-form .comment-form-cookies-consent label {
  font-weight: normal;
}
#respond .comment-form .cmm-box-bottom textarea,
#respond .comment-form .comment-form-comment textarea {
  width: 100%;
  font-size: 14px;
  border: 1px #ededed solid;
  padding: 10px 20px;
  min-height: 200px;
  margin-bottom: 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
#respond .comment-form .cmm-box-bottom textarea::-webkit-input-placeholder,
#respond .comment-form .comment-form-comment textarea::-webkit-input-placeholder {
  color: #cccccc;
}
#respond .comment-form .cmm-box-bottom textarea::-moz-placeholder,
#respond .comment-form .comment-form-comment textarea::-moz-placeholder {
  color: #cccccc;
}
#respond .comment-form .cmm-box-bottom textarea:-ms-input-placeholder,
#respond .comment-form .comment-form-comment textarea:-ms-input-placeholder {
  color: #cccccc;
}
#respond .comment-form #submit {
  margin-top: 10px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  border-radius: 0;
  display: block;
  border: none;
  height: 50px;
  line-height: 50px;
  padding: 0 35px;
  background: #00235a;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
#respond .comment-form #submit:hover {
  background: #ff5e15;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
#respond .comment-form .comment-form-comment label {
  display: none;
}
.sidebar-related-post .sidebar-relate-content {
  padding: 30px 20px 0;
}
.sidebar-related-post .sidebar-relate-content .item {
  margin-bottom: 30px;
}
.sidebar-related-post .sidebar-relate-content .item .item-inner .img_over {
  position: relative;
  margin-bottom: 10px;
}
.sidebar-related-post .sidebar-relate-content .item .item-inner .img_over:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url('../assets/img/icon-plus.png') no-repeat center center;
  background-color: rgba(0,0,0,0.5);
  pointer-events: none;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.sidebar-related-post .sidebar-relate-content .item .item-inner .img_over .entry-meta {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 10px 15px;
  background-color: rgba(255,95,20,0.8);
}
.rtl .sidebar-related-post .sidebar-relate-content .item .item-inner .img_over .entry-meta {
  left: auto;
  right: 10px;
}
.sidebar-related-post .sidebar-relate-content .item .item-inner .img_over .entry-meta .post_day {
  font-size: 22px;
  font-weight: bold;
  display: block;
  color: #fff;
  margin-bottom: 5px;
}
.sidebar-related-post .sidebar-relate-content .item .item-inner .img_over .entry-meta .post_my {
  display: block;
  color: #fff;
  font-size: 14px;
}
.sidebar-related-post .sidebar-relate-content .item .item-inner .entry-content .entry-title h4 {
  margin-bottom: 13px;
}
.sidebar-related-post .sidebar-relate-content .item .item-inner .entry-content .entry-meta-content {
  color: #999999;
}
.sidebar-related-post .sidebar-relate-content .item .item-inner:hover .img_over:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}
.page .entry-content .entry-summary .page-links {
  line-height: 30px;
}
.page .entry-content .entry-summary .page-links span,
.page .entry-content .entry-summary .page-links a {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  line-height: 28px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  background: #f5f5f5;
  margin: 0 0 0 5px;
}
.rtl .page .entry-content .entry-summary .page-links span,
.rtl .page .entry-content .entry-summary .page-links a {
  margin: 0 5px 0 0;
}
.page .entry-content .entry-summary .page-links span:hover,
.page .entry-content .entry-summary .page-links a:hover {
  background: #ff5e15;
  color: #fff;
}
.page .entry-content .entry-summary .page-links span {
  background: #ff5e15;
  color: #fff;
}
.page .entry-content .entry-summary .page-links a span {
  border: none;
  margin: 0;
  background: none;
  color: #00235a;
}
.wrapper_404 {
  width: 100%;
  height: auto;
  text-align: center;
}
.wrapper_404 .content_404 {
  overflow: hidden;
  width: 100%;
  padding: 110px 0 80px 0;
}
.wrapper_404 .content_404 .erro-image img {
  margin: 0 auto 25px auto;
}
.wrapper_404 .content_404 .block-top {
  margin-bottom: 48px;
}
.wrapper_404 .content_404 .block-top h2 {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 16px;
  color: #ff5e15;
}
.wrapper_404 .content_404 .block-top p {
  font-size: 18px;
  color: #222;
}
.wrapper_404 .content_404 .block-bottom a {
  font-size: 14px;
  color: #fff;
  background: #ff5e15;
  height: 50px;
  line-height: 50px;
  padding: 0 35px;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.wrapper_404 .content_404 .block-bottom a:hover {
  background: #00235a;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
@font-face {
  font-family: 'Nucleo';
  src: url('../fonts/Nucleo.eot');
  src: url('../fonts/Nucleo.eot') format('embedded-opentype'), url('../fonts/Nucleo.woff2') format('woff2'), url('../fonts/Nucleo.woff') format('woff'), url('../fonts/Nucleo.ttf') format('truetype'), url('../fonts/Nucleo.svg#Nucleo') format('svg');
}
.icon {
  display: inline-block;
  font: normal normal normal 1em/1 'Nucleo';
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-sm {
  font-size: 0.8em;
}
.icon-lg {
  font-size: 1.2em;
}
.icon-16 {
  font-size: 16px;
}
.icon-32 {
  font-size: 32px;
}
.icon-bg-square,
.icon-bg-circle {
  padding: 0.35em;
  background-color: #eee;
}
.icon-bg-circle {
  border-radius: 50%;
}
.icon-ul {
  padding-left: 0;
  list-style-type: none;
}
.icon-ul > li {
  display: flex;
  align-items: flex-start;
  line-height: 1.4;
}
.icon-ul > li > .icon {
  margin-right: 0.4em;
  line-height: inherit;
}
.icon-is-spinning {
  -webkit-animation: icon-spin 2s infinite linear;
  -moz-animation: icon-spin 2s infinite linear;
  animation: icon-spin 2s infinite linear;
}
@-webkit-keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes icon-spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.icon-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.icon-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.icon-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.icon-flip-y {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1,1);
  -moz-transform: scale(-1,1);
  -ms-transform: scale(-1,1);
  -o-transform: scale(-1,1);
  transform: scale(-1,1);
}
.icon-flip-x {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1,-1);
  -moz-transform: scale(1,-1);
  -ms-transform: scale(1,-1);
  -o-transform: scale(1,-1);
  transform: scale(1,-1);
}
.icon-segmentation::before {
  content: "\ea02";
}
.icon-tail-triangle-left::before {
  content: "\ea04";
}
.icon-tail-triangle-right::before {
  content: "\ea05";
}
.icon-tail-triangle-up::before {
  content: "\ea06";
}
.icon-tail-triangle-down::before {
  content: "\ea07";
}
.icon-zoom-2::before {
  content: "\ea08";
}
.icon-bag-16::before {
  content: "\ea09";
}
.icon-heart-2::before {
  content: "\ea0a";
}
.icon-single-02::before {
  content: "\ea0b";
}
.icon-replay::before {
  content: "\ea0c";
}
.icon-currency-exchange::before {
  content: "\ea0d";
}
.icon-delivery-fast::before {
  content: "\ea0e";
}
.icon-cut::before {
  content: "\ea0f";
}
.icon-chat-46::before {
  content: "\ea10";
}
.icon-lock::before {
  content: "\ea11";
}
.icon-palette::before {
  content: "\ea12";
}
.icon-eye-17::before {
  content: "\ea13";
}
.icon-small-down::before {
  content: "\ea14";
}
.icon-bullet-list-69::before {
  content: "\ea15";
}
.icon-grid-45::before {
  content: "\ea16";
}
.icon-small-remove::before {
  content: "\ea17";
}
.icon-small-left::before {
  content: "\ea18";
}
.icon-small-right::before {
  content: "\ea19";
}
.icon-small-up::before {
  content: "\ea1a";
}
.icon-shape-star::before {
  content: "\ea1b";
}
.icon-bag-20::before {
  content: "\ea1c";
}
.icon-bag-add-21::before {
  content: "\ea1d";
}
.icon-basket::before {
  content: "\ea1e";
}
.icon-cart-simple::before {
  content: "\ea1f";
}
.icon-check-circle-07::before {
  content: "\ea20";
}
.icon-phone-call::before {
  content: "\ea21";
}
.icon-crosshair::before {
  content: "\ea22";
}
.icon-gold::before {
  content: "\ea23";
}
.icon-parking-sensors::before {
  content: "\ea24";
}
.icon-position-pin::before {
  content: "\ea25";
}
.icon-dots-05::before {
  content: "\ea26";
}
.icon-bars-2::before {
  content: "\ea27";
}
.icon-logo-fb-simple::before {
  content: "\ea28";
}
.icon-logo-youtube::before {
  content: "\ea29";
}
.icon-logo-instagram::before {
  content: "\ea2a";
}
.icon-logo-pinterest::before {
  content: "\ea2b";
}
.icon-logo-twitter::before {
  content: "\ea2c";
}
.icon-simple-add::before {
  content: "\ea2d";
}
.icon-simple-delete::before {
  content: "\ea2e";
}
.icon-trash-simple::before {
  content: "\ea2f";
}
.icon-logo-google-plus::before {
  content: "\ea30";
}
.icon-logo-linkedin::before {
  content: "\ea31";
}
.icon-heart-2-2::before {
  content: "\ea32";
}
.icon-eye-ban-18::before {
  content: "\ea33";
}
.icon-bag-remove-22::before {
  content: "\ea34";
}
.icon-image-add::before {
  content: "\ea35";
}
.icon-bag-20-3::before {
  content: "\ea37";
}
.icon-tail-triangle-left-2::before {
  content: "\ea38";
}
.icon-tail-triangle-right-2::before {
  content: "\ea39";
}
.quote-border {
  background-color: #f4f4f4;
  padding: 20px;
  margin-bottom: 10px;
  font-style: italic;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
iframe {
  border: none;
  margin-bottom: 10px;
  max-width: 100%;
}
.slick-slide {
  padding: 0 15px;
}
.vc_wp_search .widget_search .searchform .screen-reader-text {
  display: none;
}
.vc_wp_search .widget_search .searchform input[type="submit"] {
  text-indent: -9999px;
  display: block;
  border: 0;
  width: 34px !important;
  height: 34px;
  background: url('../assets/img/search-icon.png') no-repeat scroll center center #666 !important;
}
.vc_wp_search .widget_search .searchform input[type="submit"]:hover {
  background: url('../assets/img/search-icon.png') no-repeat scroll center center #ff5e15 !important;
}
.vc_wp_search .widget_search .searchform input[type="text"] {
  border: 1px solid #ddd;
}
.wpb_single_image .vc_single_image-wrapper img:hover {
  opacity: .75;
  filter: alpha(opacity=75);
}
#wp-calendar {
  width: 100%;
}
#wp-calendar caption {
  padding: 10px 0;
}
#wp-calendar tr th {
  text-align: center;
}
#wp-calendar tr td {
  padding: 10px 0;
}
div.star,
div.stars {
  background: url("../assets/img/star.png") repeat-x scroll 0 0 rgba(0,0,0,0);
  height: 18px;
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 90px;
  display: inline-block;
  vertical-align: top;
}
div.star span,
div.stars span {
  background: url("../assets/img/star-active.png") repeat scroll 0 0 rgba(0,0,0,0);
  float: left;
  left: 0;
  overflow: hidden;
  padding-top: 18px;
  position: absolute;
  top: 0;
}
div.star .rating-hidden,
div.stars .rating-hidden {
  display: none;
}
.testimonial-slider {
  margin-bottom: 47px;
}
.testimonial-slider .resp-slider-container .slider .slick-list {
  padding-top: 70px;
  padding-bottom: 20px;
}
.testimonial-slider .resp-slider-container .slider .item {
  padding: 0 45px 50px 45px;
  text-align: center;
  position: relative;
}
.testimonial-slider .resp-slider-container .slider .item:after {
  content: "";
  clip-path: polygon(7% 0%,100% 0%,100% 0%,100% 100%,80% 100%,0% 100%,0% 0%,0% 15%);
  border: 2px #ededed solid;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.testimonial-slider .resp-slider-container .slider .item:before {
  content: "";
  width: 60px;
  height: 2px;
  background: #ededed;
  position: absolute;
  top: 23px;
  left: -13px;
  -webkit-transform: rotate(130deg);
  -ms-transform: rotate(130deg);
  -moz-transform: rotate(130deg);
  -o-transform: rotate(130deg);
  transform: rotate(130deg);
}
.testimonial-slider .resp-slider-container .slider .item .item-img {
  margin-bottom: 20px;
  margin-top: -50px;
}
.testimonial-slider .resp-slider-container .slider .item .item-img img {
  border-radius: 50%;
  border: 4px #ff5e15 solid;
  margin: 0 auto;
}
.testimonial-slider .resp-slider-container .slider .item .reviews-content {
  margin-bottom: 20px;
}
.testimonial-slider .resp-slider-container .slider .item .client-comment {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 28px;
}
.testimonial-slider .resp-slider-container .slider .item h3 {
  font-size: 18px;
  color: #00235a;
  font-weight: 600;
}
.testimonial-slider .resp-slider-container .slider .item .quote {
  font-size: 0;
}
.testimonial-slider .resp-slider-container .slider .item .quote:before {
  content: "";
  width: 100px;
  height: 60px;
  display: block;
  background: url(../assets/img/quote2.svg) no-repeat center center #fff;
  background-size: 50px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -50px;
}
.testimonial-slider .resp-slider-container .slider .slick-dots {
  display: none;
}
.testimonial-slider .res-button {
  display: none;
}
.testimonial-slider2 .block-title {
  width: 43%;
  float: left;
  padding-right: 15px;
}
.rtl .testimonial-slider2 .block-title {
  padding-right: 0;
  padding-left: 15px;
  float: right;
}
.testimonial-slider2 .block-title p {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 22px;
  font-weight: 600;
  font-size: 14px !important;
}
.testimonial-slider2 .block-title h3 {
  font-size: 42px;
  color: #fff;
  margin-bottom: 30px;
  font-weight: 600;
  line-height: 56px;
}
.testimonial-slider2 .resp-slider-container {
  width: 57%;
  float: left;
  padding-top: 48px;
}
.rtl .testimonial-slider2 .resp-slider-container {
  float: right;
}
.testimonial-slider2 .resp-slider-container:before {
  content: "";
  width: 30px;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 16%;
  right: 23px;
  opacity: 0.5;
  -webkit-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  -o-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.rtl .testimonial-slider2 .resp-slider-container:before {
  right: auto;
  left: 23px;
}
.testimonial-slider2 .resp-slider-container:after {
  content: "";
  width: 160px;
  height: 115px;
  display: block;
  opacity: 0.1;
  background: url(../assets/img/quote2.svg) no-repeat center center;
  background-size: 160px;
  position: absolute;
  top: 0;
  right: 90px;
}
.rtl .testimonial-slider2 .resp-slider-container:after {
  right: auto;
  left: 90px;
  transform: scaleX(-1);
}
.testimonial-slider2 .resp-slider-container .slider .item .client-comment {
  font-size: 24px;
  color: #fff;
  line-height: 44px;
  margin-bottom: 36px;
}
.testimonial-slider2 .resp-slider-container .slider .item .client-content .item-img {
  float: left;
  width: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 30px;
}
.rtl .testimonial-slider2 .resp-slider-container .slider .item .client-content .item-img {
  float: right;
  margin-left: 30px;
  margin-right: 0;
}
.testimonial-slider2 .resp-slider-container .slider .item .client-content .au_name {
  font-size: 20px;
  color: #fff;
  text-transform: capitalize;
  font-weight: 600;
  padding-top: 14px;
  margin-bottom: 3px;
}
.testimonial-slider2 .resp-slider-container .slider .item .client-content .au_info {
  color: #fff;
  opacity: 0.5;
  text-transform: capitalize;
  font-weight: normal;
}
.testimonial-slider2 .res-button {
  display: inline-block;
  position: absolute;
  bottom: 15%;
  cursor: pointer;
  z-index: 3;
  text-align: center;
}
.testimonial-slider2 .res-button.slick-next {
  right: 50px;
}
.rtl .testimonial-slider2 .res-button.slick-next {
  left: 50px;
  right: auto;
}
.testimonial-slider2 .res-button.slick-next:before {
  content: "";
  background: url(../assets/img/readmore-arrow3.svg) no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  width: 25px;
  height: 25px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rtl .testimonial-slider2 .res-button.slick-next:before {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.testimonial-slider2 .res-button.slick-prev {
  right: 0;
}
.rtl .testimonial-slider2 .res-button.slick-prev {
  left: 0;
  right: auto;
}
.testimonial-slider2 .res-button.slick-prev:before {
  content: "";
  background: url(../assets/img/readmore-arrow3.svg) no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  width: 25px;
  height: 25px;
}
.rtl .testimonial-slider2 .res-button.slick-prev:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.testimonial-slider2 .res-button:hover:before {
  background: url(../assets/img/readmore-arrow.svg) no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.testimonial-slider2 .res-button {
  opacity: 0.5;
  bottom: 11%;
}
.testimonial-slider3 {
  position: relative;
}
.testimonial-slider3:before {
  content: "";
  width: 220px;
  height: 150px;
  display: block;
  opacity: 0.15;
  background: url(../assets/img/quote2.svg) no-repeat center center;
  background-size: 220px;
  position: absolute;
  top: 0;
  right: -30px;
}
.rtl .testimonial-slider3:before {
  right: auto;
  left: -30px;
  transform: scaleX(-1);
}
.testimonial-slider3 .block-title {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #00235a;
  font-weight: bold;
  margin-bottom: 20px;
}
.testimonial-slider3 .resp-slider-container:before {
  content: "";
  width: 30px;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 19%;
  right: 23px;
  -webkit-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  -o-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.rtl .testimonial-slider3 .resp-slider-container:before {
  right: auto;
  left: 23px;
}
.testimonial-slider3 .resp-slider-container .slider .item .client-comment {
  font-size: 30px;
  color: #fff;
  line-height: 47px;
  margin-bottom: 38px;
}
.testimonial-slider3 .resp-slider-container .slider .item .client-content .item-img {
  float: left;
  width: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 30px;
}
.rtl .testimonial-slider3 .resp-slider-container .slider .item .client-content .item-img {
  float: right;
  margin-left: 30px;
  margin-right: 0;
}
.testimonial-slider3 .resp-slider-container .slider .item .client-content .au_name {
  font-size: 20px;
  color: #fff;
  text-transform: capitalize;
  font-weight: 600;
  padding-top: 14px;
  margin-bottom: 3px;
}
.testimonial-slider3 .resp-slider-container .slider .item .client-content .au_info {
  color: #fff;
  text-transform: capitalize;
  font-weight: normal;
}
.testimonial-slider3 .res-button {
  display: inline-block;
  position: absolute;
  bottom: 15%;
  cursor: pointer;
  z-index: 3;
  text-align: center;
}
.testimonial-slider3 .res-button.slick-next {
  right: 50px;
}
.rtl .testimonial-slider3 .res-button.slick-next {
  left: 50px;
  right: auto;
}
.testimonial-slider3 .res-button.slick-next:before {
  content: "";
  background: url(../assets/img/readmore-arrow3.svg) no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  width: 25px;
  height: 25px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rtl .testimonial-slider3 .res-button.slick-next:before {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.testimonial-slider3 .res-button.slick-prev {
  right: 0;
}
.rtl .testimonial-slider3 .res-button.slick-prev {
  left: 0;
  right: auto;
}
.testimonial-slider3 .res-button.slick-prev:before {
  content: "";
  background: url(../assets/img/readmore-arrow3.svg) no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  width: 25px;
  height: 25px;
}
.rtl .testimonial-slider3 .res-button.slick-prev:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.testimonial-slider3 .res-button:hover:before {
  background: url(../assets/img/readmore-arrow.svg) no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.sw-ourteam-slider {
  margin-bottom: 50px;
}
.sw-ourteam-slider .block-title {
  text-align: center;
  margin-bottom: 47px;
}
.sw-ourteam-slider .block-title p {
  color: #ff5e15;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 14px !important;
}
.sw-ourteam-slider .block-title h3 {
  font-size: 42px;
  color: #00235a;
  margin-bottom: 30px;
  font-weight: 600;
  max-width: 540px;
  margin: 0 auto;
  line-height: 56px;
  letter-spacing: -0.02em;
}
.sw-ourteam-slider .slick-slider .slick-list {
  margin: 0 -15px;
}
.sw-ourteam-slider .slick-slider .item {
  padding: 0 15px;
  text-align: center;
}
.sw-ourteam-slider .slick-slider .item .item-wrap {
  position: relative;
  margin-bottom: 60px;
}
.sw-ourteam-slider .slick-slider .item .item-wrap:last-child {
  margin-bottom: 0;
}
.sw-ourteam-slider .slick-slider .item .item-wrap .item-img {
  overflow: hidden;
}
.sw-ourteam-slider .slick-slider .item .item-wrap .item-img img {
  margin: auto;
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.sw-ourteam-slider .slick-slider .item .item-wrap .item-content {
  padding: 23px 15px 11px 15px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background: #fff;
  clip-path: polygon(6% 0%,100% 0%,100% 0%,100% 100%,100% 100%,0% 100%,0% 0%,0% 25%);
}
.sw-ourteam-slider .slick-slider .item .item-wrap .item-content h3 {
  font-size: 20px;
  color: #00235a;
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-bottom: 7px;
}
.sw-ourteam-slider .slick-slider .item .item-wrap .item-content .team-info {
  text-transform: capitalize;
  margin-bottom: 10px;
  color: #ff5e15;
}
.sw-ourteam-slider .slick-slider .item .item-wrap .item-content .social {
  list-style: none;
  margin: 0;
  text-align: center;
  height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.sw-ourteam-slider .slick-slider .item .item-wrap .item-content .social li {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px 5px 10px;
}
.sw-ourteam-slider .slick-slider .item .item-wrap:hover .item-img img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.sw-ourteam-slider .slick-slider .item .item-wrap:hover .item-content .social {
  opacity: 1;
  visibility: visible;
  height: auto;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.sw-ourteam-slider2 {
  margin-bottom: 82px;
}
.sw-ourteam-slider2 .title-style1 .block-title {
  margin-bottom: 42px;
}
.sw-ourteam-slider2 .slick-slider .slick-list {
  margin: 0 -15px;
}
.sw-ourteam-slider2 .slick-slider .item {
  padding: 0 15px;
  text-align: center;
}
.sw-ourteam-slider2 .slick-slider .item .item-wrap {
  position: relative;
  margin-bottom: 60px;
}
.sw-ourteam-slider2 .slick-slider .item .item-wrap:last-child {
  margin-bottom: 0;
}
.sw-ourteam-slider2 .slick-slider .item .item-wrap .item-img {
  overflow: hidden;
}
.sw-ourteam-slider2 .slick-slider .item .item-wrap .item-img img {
  margin: auto;
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.sw-ourteam-slider2 .slick-slider .item .item-wrap .item-content {
  padding: 23px 15px 11px 15px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background: #fff;
  clip-path: polygon(6% 0%,100% 0%,100% 0%,100% 100%,100% 100%,0% 100%,0% 0%,0% 25%);
}
.sw-ourteam-slider2 .slick-slider .item .item-wrap .item-content h3 {
  font-size: 20px;
  color: #00235a;
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-bottom: 7px;
}
.sw-ourteam-slider2 .slick-slider .item .item-wrap .item-content .team-info {
  text-transform: capitalize;
  margin-bottom: 10px;
  color: #ff5e15;
}
.sw-ourteam-slider2 .slick-slider .item .item-wrap .item-content .social {
  list-style: none;
  margin: 0;
  text-align: center;
  height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.sw-ourteam-slider2 .slick-slider .item .item-wrap .item-content .social li {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px 5px 10px;
}
.sw-ourteam-slider2 .slick-slider .item .item-wrap:hover .item-img img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.sw-ourteam-slider2 .slick-slider .item .item-wrap:hover .item-content .social {
  opacity: 1;
  visibility: visible;
  height: auto;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
html {
  overflow-x: hidden;
}
.text-box {
  position: relative;
}
.text-box .text-box1 {
  position: absolute;
  top: 26%;
  left: 7%;
}
.text-box .text-box1 h3 {
  font-size: 22px;
  color: #fff;
  line-height: 26px;
  margin-bottom: 18px;
}
.text-box .text-box1 a {
  color: #fff;
  background: #232f3e;
  font-size: 12px;
  padding: 8px 20px;
}
.text-box .text-box1 a:hover {
  background: #ff5e15;
}
.wp-comingsoon {
  background: url('../assets/img/bg-comingsoon.jpg') no-repeat center center;
  text-align: center;
}
.wp-comingsoon .title-comingsoon {
  margin-bottom: 40px;
  margin-top: 330px;
}
.wp-comingsoon .title-comingsoon h1 {
  color: #fff;
  font-size: 32px;
  font-weight: 700 !important;
  text-transform: uppercase;
}
.wp-comingsoon .title-comingsoon .des-comingsoon {
  font-size: 13px;
  color: #e0e0e0;
  width: 60%;
  line-height: 24px;
  margin: 25px auto 0;
  text-align: center;
}
.wp-comingsoon .countdown-shortcode {
  margin-bottom: 280px;
}
.wp-comingsoon .social-comingsoon .menu-social {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  text-align: center;
  list-style-type: none;
}
.wp-comingsoon .social-comingsoon .menu-social li {
  float: left;
  margin: 0 5px;
}
.wp-comingsoon .social-comingsoon .menu-social li a {
  display: inline-block;
  vertical-align: top;
  color: #818180;
  font-size: 14px;
  width: 46px;
  height: 46px;
  line-height: 46px;
  overflow: hidden;
  background-color: rgba(255,255,255,0.1);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.wp-comingsoon .social-comingsoon .menu-social li a:hover {
  background-color: #ff5e15;
  color: #fff;
}
.wp-comingsoon .footer-comingsoon {
  padding: 17px 0;
  line-height: 20px;
  background-color: rgba(0,0,0,0.7);
  color: #fff;
}
.wp-comingsoon .footer-comingsoon a {
  color: #ff5e15;
}
.wp-comingsoon .footer-comingsoon a:hover {
  color: #e14600;
}
.comming-soon {
  text-align: center;
}
.comming-soon .ClassyCountdown-wrapper {
  display: inline-block;
  overflow: hidden;
}
.comming-soon .ClassyCountdown-wrapper > div {
  display: inline-block;
  position: relative;
  width: 120px;
  margin: 10px 15px;
  float: left;
}
.rtl .comming-soon .ClassyCountdown-wrapper > div {
  float: right;
}
.comming-soon .ClassyCountdown-wrapper .ClassyCountdown-value >div {
  position: absolute;
  font-size: 34px !important;
  font-weight: bold;
  font-weight: 700;
  color: #fff;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 100px;
}
.comming-soon .ClassyCountdown-wrapper .ClassyCountdown-value >span {
  font-size: 14px !important;
  font-weight: 700;
  color: #fff !important;
  display: inline-block;
  top: -45px;
  position: relative;
  text-transform: uppercase;
}
@-moz-document url-prefix() {
  .comming-soon .ClassyCountdown-wrapper .ClassyCountdown-value > span {
    margin-top: -50px;
    top: auto;
  }
}
.listing-title h1 {
  font-size: 60px;
  color: #00235a;
  font-weight: 600;
  letter-spacing: -0.02em;
  max-width: 630px;
}
.kontruk_breadcrumbs {
  margin-bottom: 80px;
  background: #f5f5f5;
  padding: 60px 0 40px 0;
  background-size: cover !important;
  background-position: top center !important;
}
.contact-us .kontruk_breadcrumbs {
  margin-bottom: 0;
}
.kontruk_breadcrumbs .breadcrumbs .breadcrumb {
  margin: 0;
  padding: 0 0 110px 0;
  background: transparent;
}
.kontruk_breadcrumbs .breadcrumbs .breadcrumb > li {
  color: #000;
  text-transform: capitalize;
  font-weight: 400;
}
.kontruk_breadcrumbs .breadcrumbs .breadcrumb > li:last-child span.go-page {
  display: none;
}
.kontruk_breadcrumbs .breadcrumbs .breadcrumb > li + li:before {
  content: '';
  padding: 0;
}
.kontruk_breadcrumbs .breadcrumbs .breadcrumb > li > .go-page:before {
  content: '\f105';
  font-family: 'FontAwesome';
  padding: 0 15px;
}
.rtl .kontruk_breadcrumbs .breadcrumbs .breadcrumb > li > .go-page {
  float: left;
}
.rtl .kontruk_breadcrumbs .breadcrumbs .breadcrumb > li > .go-page:before {
  content: '\f104';
}
.kontruk_breadcrumbs .breadcrumbs .breadcrumb > li > a {
  color: #00235a;
  opacity: 0.6;
}
.kontruk_breadcrumbs .breadcrumbs .breadcrumb > li > a:hover {
  color: #ff5e15;
  opacity: 1;
}
.kontruk_breadcrumbs .breadcrumbs .breadcrumb > li.active {
  color: #00235a;
}
.listing-tab-shortcode {
  background-color: #fff;
}
.listing-tab-shortcode .tabbable.tabs #myTabs.nav.nav-tabs {
  max-width: 240px;
  background-color: #fff;
  float: left;
  width: 100%;
  margin: 0;
  border: 0;
  padding: 50px 30px 30px;
}
.rtl .listing-tab-shortcode .tabbable.tabs #myTabs.nav.nav-tabs {
  float: right;
}
.listing-tab-shortcode .tabbable.tabs #myTabs.nav.nav-tabs .title-cat {
  font-size: 14px;
  text-transform: uppercase;
  color: #111;
  margin-bottom: 10px;
}
.listing-tab-shortcode .tabbable.tabs #myTabs.nav.nav-tabs >li {
  width: 100%;
  float: none;
}
.listing-tab-shortcode .tabbable.tabs #myTabs.nav.nav-tabs >li a {
  border: 0;
  font-weight: normal;
  font-family: 'Roboto' !important;
  text-transform: capitalize;
  color: #777777;
  padding: 10px 0;
  cursor: pointer;
}
.listing-tab-shortcode .tabbable.tabs #myTabs.nav.nav-tabs >li a:hover {
  color: #ff5e15;
}
.listing-tab-shortcode .tabbable.tabs #myTabs.nav.nav-tabs >li.active,
.listing-tab-shortcode .tabbable.tabs #myTabs.nav.nav-tabs >li:hover,
.listing-tab-shortcode .tabbable.tabs #myTabs.nav.nav-tabs >li:focus {
  background-color: transparent;
}
.listing-tab-shortcode .tabbable.tabs #myTabs.nav.nav-tabs >li.active >a,
.listing-tab-shortcode .tabbable.tabs #myTabs.nav.nav-tabs >li:hover >a,
.listing-tab-shortcode .tabbable.tabs #myTabs.nav.nav-tabs >li:focus >a {
  border: 0;
  background-color: transparent;
}
.listing-tab-shortcode .tabbable.tabs .tab-content {
  overflow: hidden;
  padding: 50px 30px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #f3f3f3;
  visibility: hidden;
}
.listing-tab-shortcode .tabbable.tabs .tab-content .tab-pane {
  margin: 0 -15px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.listing-tab-shortcode .tabbable.tabs .tab-content .tab-pane .item {
  width: 33.333%;
  float: left;
  padding: 0 15px;
}
.listing-tab-shortcode .tabbable.tabs .tab-content .tab-pane .item .item-wrap {
  border: 1px solid #ddd;
}
.listing-tab-shortcode .tabbable.tabs .tab-content .tab-pane.active {
  opacity: 1;
  filter: alpha(opacity=100);
}
.home.blog .header-style1 {
  margin-bottom: 80px;
}
.home.blog .body-wrapper-inner >.container,
.page .body-wrapper-inner >.container,
.search .body-wrapper-inner >.container {
  min-height: 70vh;
}
.search.search-results .page.type-page .entry-content .entry-meta i {
  margin-right: 5px;
}
.search.search-results .page.type-page .entry-content .bl_read_more a {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  font-size: 13px;
  border-bottom: 1px #00235a solid;
  font-weight: bold;
  padding-bottom: 3px;
}
.search.search-results .page.type-page .entry-content .bl_read_more a:hover {
  border-bottom: 1px #ff5e15 solid;
}
.search .blog-content .pagination {
  margin-bottom: 40px;
}
.search.rtl .listing-title h1 small {
  float: right;
}
.search .listing-title h1 small {
  position: relative;
  color: #ff5e15;
}
.search .listing-title h1 small:before {
  content: '"';
  display: inline-block;
  margin: 0 5px;
}
.search .listing-title h1 small:after {
  content: '"';
  display: inline-block;
  margin: 0 5px;
}
.search .pag-search  > .pagination {
  margin-bottom: 60px;
  z-index: 2;
  position: relative;
}
.search .no-result {
  margin-bottom: 80px;
}
.search .no-result p {
  font-size: 14px;
  margin-bottom: 15px;
}
.search .no-result form {
  max-width: 100%;
  min-height: 40px;
  position: relative;
}
.search .no-result form label {
  display: none;
}
.search .no-result form input[type="text"],
.search .no-result form input[type="password"] {
  border-radius: 0;
  padding: 15px 85px 15px 20px;
  width: 100%;
}
.search .no-result form input[type="submit"] {
  background: #ff5e15;
  border: 1px solid #ff5e15;
  border-radius: 0;
  color: #fff;
  padding: 15px;
  position: absolute;
  right: 0;
  top: 0;
  text-transform: uppercase;
}
.search .no-result form input[type="submit"]:hover {
  background: #e14600;
  border-color: #e14600;
}
.search.rtl .no-result form input[type="text"] {
  padding: 15px 20px 15px 85px;
}
.search.rtl .no-result form input[type="submit"] {
  right: auto;
  left: 0;
}
.content-search {
  margin-bottom: 50px;
}
.content-search >.post,
.content-search .page,
.content-search .testimonial,
.content-search .team,
.content-search .project,
.content-search .service {
  background-color: #fff;
  margin-bottom: 40px;
  padding: 0 0 40px 0;
  border-bottom: 1px #ddd solid;
}
.content-search >.post .entry-thumb,
.content-search .page .entry-thumb,
.content-search .testimonial .entry-thumb,
.content-search .team .entry-thumb,
.content-search .project .entry-thumb,
.content-search .service .entry-thumb {
  padding-right: 30px;
}
.rtl .content-search >.post .entry-thumb,
.rtl .content-search .page .entry-thumb,
.rtl .content-search .testimonial .entry-thumb,
.rtl .content-search .team .entry-thumb,
.rtl .content-search .project .entry-thumb,
.rtl .content-search .service .entry-thumb {
  padding-left: 30px;
  padding-right: 0;
}
.content-search >.post .entry-content,
.content-search .page .entry-content,
.content-search .testimonial .entry-content,
.content-search .team .entry-content,
.content-search .project .entry-content,
.content-search .service .entry-content {
  overflow: hidden;
}
.content-search >.post .entry-content .title-blog h3,
.content-search .page .entry-content .title-blog h3,
.content-search .testimonial .entry-content .title-blog h3,
.content-search .team .entry-content .title-blog h3,
.content-search .project .entry-content .title-blog h3,
.content-search .service .entry-content .title-blog h3 {
  font-size: 20px;
  margin-bottom: 15px;
  line-height: 26px;
}
.content-search >.post .entry-content .title-blog h3 a,
.content-search .page .entry-content .title-blog h3 a,
.content-search .testimonial .entry-content .title-blog h3 a,
.content-search .team .entry-content .title-blog h3 a,
.content-search .project .entry-content .title-blog h3 a,
.content-search .service .entry-content .title-blog h3 a {
  text-transform: capitalize;
  color: #00235a;
  font-weight: bold;
  line-height: normal;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.content-search >.post .entry-content .title-blog h3 a:hover,
.content-search .page .entry-content .title-blog h3 a:hover,
.content-search .testimonial .entry-content .title-blog h3 a:hover,
.content-search .team .entry-content .title-blog h3 a:hover,
.content-search .project .entry-content .title-blog h3 a:hover,
.content-search .service .entry-content .title-blog h3 a:hover {
  color: #ff5e15;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.content-search >.post .entry-content .entry-meta,
.content-search .page .entry-content .entry-meta,
.content-search .testimonial .entry-content .entry-meta,
.content-search .team .entry-content .entry-meta,
.content-search .project .entry-content .entry-meta,
.content-search .service .entry-content .entry-meta {
  color: #999;
  margin-bottom: 12px;
  font-size: 13px;
  letter-spacing: 1.5px;
}
.content-search >.post .entry-content .entry-meta a,
.content-search .page .entry-content .entry-meta a,
.content-search .testimonial .entry-content .entry-meta a,
.content-search .team .entry-content .entry-meta a,
.content-search .project .entry-content .entry-meta a,
.content-search .service .entry-content .entry-meta a {
  color: #999;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
}
.content-search >.post .entry-content .entry-meta a:hover,
.content-search .page .entry-content .entry-meta a:hover,
.content-search .testimonial .entry-content .entry-meta a:hover,
.content-search .team .entry-content .entry-meta a:hover,
.content-search .project .entry-content .entry-meta a:hover,
.content-search .service .entry-content .entry-meta a:hover {
  color: #ff5e15;
}
.content-search >.post .entry-content .entry-meta span,
.content-search .page .entry-content .entry-meta span,
.content-search .testimonial .entry-content .entry-meta span,
.content-search .team .entry-content .entry-meta span,
.content-search .project .entry-content .entry-meta span,
.content-search .service .entry-content .entry-meta span {
  margin-right: 20px;
  display: inline-block;
  position: relative;
}
.content-search >.post .entry-content .entry-meta span:before,
.content-search .page .entry-content .entry-meta span:before,
.content-search .testimonial .entry-content .entry-meta span:before,
.content-search .team .entry-content .entry-meta span:before,
.content-search .project .entry-content .entry-meta span:before,
.content-search .service .entry-content .entry-meta span:before {
  content: "";
  position: absolute;
  right: -11px;
  top: 3px;
  width: 1px;
  height: 10px;
  background: #999;
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  transform: rotate(20deg);
}
.rtl .content-search >.post .entry-content .entry-meta span:before,
.rtl .content-search .page .entry-content .entry-meta span:before,
.rtl .content-search .testimonial .entry-content .entry-meta span:before,
.rtl .content-search .team .entry-content .entry-meta span:before,
.rtl .content-search .project .entry-content .entry-meta span:before,
.rtl .content-search .service .entry-content .entry-meta span:before {
  right: auto;
  left: -11px;
}
.rtl .content-search >.post .entry-content .entry-meta span,
.rtl .content-search .page .entry-content .entry-meta span,
.rtl .content-search .testimonial .entry-content .entry-meta span,
.rtl .content-search .team .entry-content .entry-meta span,
.rtl .content-search .project .entry-content .entry-meta span,
.rtl .content-search .service .entry-content .entry-meta span {
  margin-left: 20px;
  margin-right: 0;
}
.content-search >.post .entry-content .entry-meta span:last-child:before,
.content-search .page .entry-content .entry-meta span:last-child:before,
.content-search .testimonial .entry-content .entry-meta span:last-child:before,
.content-search .team .entry-content .entry-meta span:last-child:before,
.content-search .project .entry-content .entry-meta span:last-child:before,
.content-search .service .entry-content .entry-meta span:last-child:before {
  display: none;
}
.content-search >.post .entry-content .entry-author,
.content-search .page .entry-content .entry-author,
.content-search .testimonial .entry-content .entry-author,
.content-search .team .entry-content .entry-author,
.content-search .project .entry-content .entry-author,
.content-search .service .entry-content .entry-author {
  text-transform: uppercase;
}
.content-search >.post .entry-content .entry-author a,
.content-search .page .entry-content .entry-author a,
.content-search .testimonial .entry-content .entry-author a,
.content-search .team .entry-content .entry-author a,
.content-search .project .entry-content .entry-author a,
.content-search .service .entry-content .entry-author a {
  color: #ff5e15;
}
.content-search >.post .entry-content .entry-meta-tag,
.content-search .page .entry-content .entry-meta-tag,
.content-search .testimonial .entry-content .entry-meta-tag,
.content-search .team .entry-content .entry-meta-tag,
.content-search .project .entry-content .entry-meta-tag,
.content-search .service .entry-content .entry-meta-tag {
  color: #999;
  text-transform: uppercase;
}
.content-search >.post .entry-content .entry-meta-tag .fa,
.content-search .page .entry-content .entry-meta-tag .fa,
.content-search .testimonial .entry-content .entry-meta-tag .fa,
.content-search .team .entry-content .entry-meta-tag .fa,
.content-search .project .entry-content .entry-meta-tag .fa,
.content-search .service .entry-content .entry-meta-tag .fa {
  margin-right: 5px;
}
.rtl .content-search >.post .entry-content .entry-meta-tag .fa,
.rtl .content-search .page .entry-content .entry-meta-tag .fa,
.rtl .content-search .testimonial .entry-content .entry-meta-tag .fa,
.rtl .content-search .team .entry-content .entry-meta-tag .fa,
.rtl .content-search .project .entry-content .entry-meta-tag .fa,
.rtl .content-search .service .entry-content .entry-meta-tag .fa {
  margin-right: 0;
  margin-left: 5px;
}
.content-search >.post .entry-content .entry-meta-tag a,
.content-search .page .entry-content .entry-meta-tag a,
.content-search .testimonial .entry-content .entry-meta-tag a,
.content-search .team .entry-content .entry-meta-tag a,
.content-search .project .entry-content .entry-meta-tag a,
.content-search .service .entry-content .entry-meta-tag a {
  color: #999;
}
.content-search >.post .entry-content .entry-meta-tag a:hover,
.content-search .page .entry-content .entry-meta-tag a:hover,
.content-search .testimonial .entry-content .entry-meta-tag a:hover,
.content-search .team .entry-content .entry-meta-tag a:hover,
.content-search .project .entry-content .entry-meta-tag a:hover,
.content-search .service .entry-content .entry-meta-tag a:hover {
  color: #ff5e15;
}
.content-search >.post .entry-content .entry-description,
.content-search .page .entry-content .entry-description,
.content-search .testimonial .entry-content .entry-description,
.content-search .team .entry-content .entry-description,
.content-search .project .entry-content .entry-description,
.content-search .service .entry-content .entry-description {
  line-height: 1.7;
  font-size: 16px;
  margin-bottom: 18px;
}
.content-search >.post .entry-content .bl_read_more a,
.content-search .page .entry-content .bl_read_more a,
.content-search .testimonial .entry-content .bl_read_more a,
.content-search .team .entry-content .bl_read_more a,
.content-search .project .entry-content .bl_read_more a,
.content-search .service .entry-content .bl_read_more a {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  font-size: 13px;
  border-bottom: 1px #00235a solid;
  font-weight: bold;
  padding-bottom: 3px;
}
.content-search >.post .entry-content .bl_read_more a:hover,
.content-search .page .entry-content .bl_read_more a:hover,
.content-search .testimonial .entry-content .bl_read_more a:hover,
.content-search .team .entry-content .bl_read_more a:hover,
.content-search .project .entry-content .bl_read_more a:hover,
.content-search .service .entry-content .bl_read_more a:hover {
  border-bottom: 1px #ff5e15 solid;
}
.home.blog .category-header .entry-title {
  font-weight: 700;
  font-size: 28px;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.image-hover:hover .wrap-content h3 {
  color: #ff5e15;
}
.elementor-image img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.elementor-image img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.banner-single {
  overflow: hidden;
}
.banner-single .vc_figure {
  width: 100%;
}
.banner-single .vc_figure a {
  width: 100%;
}
.banner-single .vc_figure a img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
}
.banner-single .vc_figure a img:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -o-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.loader1 {
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1111;
  overflow-x: hidden;
  background: #fff;
}
.loader-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #ff5e15;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #ff5e15;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}
#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #ff5e15;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
_:-ms-fullscreen,
:root .revo_top .top-form.top-search select::-ms-expand {
  display: none;
}
.resp-tab .tab-pane {
  display: block;
  height: 0;
  overflow: hidden;
}
.resp-tab .tab-pane.active {
  height: auto;
  overflow: visible;
}
.responsive-post-slider {
  position: relative;
  background: #fff;
}
.responsive-post-slider .box-title h3 {
  font-size: 16px;
  color: #00235a;
  font-weight: 700;
  padding: 14px 15px;
  margin-bottom: 0;
  border-bottom: 1px #ededed solid;
  text-transform: uppercase;
}
.responsive-post-slider .resp-slider-container .slider .item {
  padding: 15px;
}
.responsive-post-slider .resp-slider-container .slider .item .item-detail .img_over {
  position: relative;
  margin-bottom: 15px;
}
.responsive-post-slider .resp-slider-container .slider .item .item-detail .img_over a {
  display: block;
  overflow: hidden;
}
.responsive-post-slider .resp-slider-container .slider .item .item-detail .img_over a img {
  width: 100%;
  margin-bottom: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.responsive-post-slider .resp-slider-container .slider .item .item-detail .img_over a:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content h4 {
  font-size: 16px;
  text-transform: capitalize;
  margin-bottom: 7px;
  font-weight: 600;
  line-height: 22px;
}
.responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content h4 a {
  color: #00235a;
}
.responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content h4 a:hover {
  color: #ff5e15;
}
.responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content .description1 {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
  line-height: 22px;
}
.responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content .entry-date {
  font-size: 12px;
  color: #00235a;
  text-transform: capitalize;
  display: inline-block;
  vertical-align: top;
}
.responsive-post-style1 .box-title h3 {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 27px;
  font-weight: 600;
  color: #00235a;
  letter-spacing: 2px;
}
.responsive-post-style1 .slider-container .item {
  margin-bottom: 30px;
}
.responsive-post-style1 .slider-container .item .img_over a {
  display: block;
  margin-right: 15px;
  overflow: hidden;
}
.rtl .responsive-post-style1 .slider-container .item .img_over a {
  margin-right: 0;
  margin-left: 15px;
}
.responsive-post-style1 .slider-container .item .img_over a img {
  width: 80px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.responsive-post-style1 .slider-container .item .entry-content {
  overflow: hidden;
}
.responsive-post-style1 .slider-container .item .entry-content h4 {
  font-size: 16px;
  line-height: 22px;
}
.responsive-post-style1 .slider-container .item .entry-content h4 a {
  font-weight: 600;
  letter-spacing: -0.02em;
}
.responsive-post-style1 .slider-container .item .entry-content .entry-date a {
  font-size: 11px;
  color: #555;
  font-weight: bold;
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.responsive-post-style1 .slider-container .item:last-child {
  margin-bottom: 0;
}
.responsive-post-style1 .slider-container .item:hover a img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.responsive-post-style2 {
  margin-bottom: 20px;
}
.responsive-post-style2 .box-title h3 {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 600;
  color: #00235a;
  letter-spacing: 2px;
}
.responsive-post-style2 .slider-container .item {
  margin-bottom: 15px;
}
.main-menu .responsive-post-style2 .slider-container .item {
  margin-bottom: 12px;
}
.responsive-post-style2 .slider-container .item .img_over a {
  display: block;
}
.responsive-post-style2 .slider-container .item .img_over a img {
  width: 70px;
  margin-right: 15px;
}
.rtl .responsive-post-style2 .slider-container .item .img_over a img {
  margin-right: 0;
  margin-left: 15px;
}
.responsive-post-style2 .slider-container .item .entry-content {
  overflow: hidden;
  padding-top: 5px;
}
.responsive-post-style2 .slider-container .item .entry-content h4 {
  margin-bottom: 5px;
}
.responsive-post-style2 .slider-container .item .entry-content h4 a {
  font-size: 16px;
  color: #00235a;
  font-weight: 600;
}
.responsive-post-style2 .slider-container .item .entry-content h4 a:hover {
  color: #ff5e15;
}
.responsive-post-style2 .slider-container .item .entry-content .entry-date a {
  font-size: 11px;
  color: #999;
  font-weight: bold;
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.responsive-post-style2 .slider-container .item:last-child {
  margin-bottom: 0;
}
.responsive-post-style3 .box-title {
  margin-bottom: 46px;
}
.responsive-post-style3 .box-title p {
  color: #ff5e15;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 24px;
  font-weight: bold;
  font-size: 14px !important;
}
.responsive-post-style3 .box-title h3 {
  font-size: 42px;
  color: #00235a;
  margin-bottom: 30px;
  font-weight: 600;
  line-height: 56px;
}
.responsive-post-style3 .slider-container .item {
  margin-bottom: 40px;
}
.responsive-post-style3 .slider-container .item .img_over a {
  display: block;
  margin-right: 15px;
  overflow: hidden;
}
.rtl .responsive-post-style3 .slider-container .item .img_over a {
  margin-right: 0;
  margin-left: 15px;
}
.responsive-post-style3 .slider-container .item .img_over a img {
  width: 80px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.responsive-post-style3 .slider-container .item .entry-content {
  overflow: hidden;
}
.responsive-post-style3 .slider-container .item .entry-content h4 {
  font-size: 18px;
  line-height: 24px;
  max-width: 250px;
  margin-bottom: 15px;
}
.responsive-post-style3 .slider-container .item .entry-content h4 a {
  font-weight: 600;
}
.responsive-post-style3 .slider-container .item .entry-content .entry-date a {
  font-size: 11px;
  color: #555;
  font-weight: bold;
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.responsive-post-style3 .slider-container .item .entry-content .entry-date a:before {
  content: "";
  background: url(../assets/img/default/calendar.svg) no-repeat center center;
  margin-right: 6px;
  display: inline-block;
  vertical-align: top;
  background-size: 12px;
  height: 15px;
  width: 15px;
}
.rtl .responsive-post-style3 .slider-container .item .entry-content .entry-date a:before {
  margin-right: 0;
  margin-left: 6px;
}
.responsive-post-style3 .slider-container .item:hover a img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.responsive-post-style4 {
  margin-bottom: 80px;
}
.responsive-post-style4 .slider {
  margin: 0 -15px;
}
.responsive-post-style4 .slider .item {
  padding: 0 15px;
}
.responsive-post-style4 .slider .item .img_over {
  clip-path: polygon(4% 0%,100% 0%,100% 0%,100% 100%,100% 100%,0% 100%,0% 0%,0% 7%);
}
.responsive-post-style4 .slider .item .img_over img {
  margin-bottom: 34px;
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.responsive-post-style4 .slider .item .img_over:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.responsive-post-style4 .slider .item .entry-content .entry-meta {
  margin-bottom: 19px;
  letter-spacing: 1px;
}
.responsive-post-style4 .slider .item .entry-content .entry-meta .entry-date {
  display: inline-block;
  vertical-align: top;
}
.responsive-post-style4 .slider .item .entry-content .entry-meta .entry-date a {
  font-size: 11px;
  color: #555;
  font-weight: bold;
  display: block;
  text-transform: uppercase;
}
.responsive-post-style4 .slider .item .entry-content .entry-meta .entry-date a:before {
  content: "";
  background: url(../assets/img/default/calendar.svg) no-repeat center center;
  margin-right: 6px;
  display: inline-block;
  vertical-align: top;
  background-size: 12px;
  height: 14px;
  width: 15px;
}
.rtl .responsive-post-style4 .slider .item .entry-content .entry-meta .entry-date a:before {
  margin-right: 0;
  margin-left: 6px;
}
.responsive-post-style4 .slider .item .entry-content .entry-meta .entry-author {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
}
.responsive-post-style4 .slider .item .entry-content .entry-meta .entry-author a {
  font-size: 11px;
  color: #ff5e15;
  font-weight: bold;
  display: block;
  text-transform: uppercase;
}
.responsive-post-style4 .slider .item .entry-content .entry-meta .entry-author a:before {
  content: "";
  background: url(../assets/img/default/user.svg) no-repeat center center;
  margin-right: 6px;
  display: inline-block;
  vertical-align: top;
  background-size: 12px;
  height: 14px;
  width: 15px;
}
.rtl .responsive-post-style4 .slider .item .entry-content .entry-meta .entry-author a:before {
  margin-right: 0;
  margin-left: 6px;
}
.responsive-post-style4 .slider .item .entry-content h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}
.responsive-post-style4 .slider .item .entry-content .description {
  font-size: 18px;
  color: #999;
  margin-bottom: 25px;
  line-height: 30px;
}
.responsive-post-style4 .slider .item .entry-content .readmore a {
  color: #ff5e15;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}
.responsive-post-style4 .slider .item .entry-content .readmore a:after {
  content: "";
  background: url(../assets/img/default/readmore-arrow.svg) no-repeat center center;
  margin-left: 10px;
  margin-top: -3px;
  display: inline-block;
  vertical-align: middle;
  background-size: 16px;
  height: 16px;
  width: 16px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.rtl .responsive-post-style4 .slider .item .entry-content .readmore a:after {
  margin-right: 10px;
  margin-left: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.responsive-post-style4 .slider .item .entry-content .readmore a:hover {
  color: #00235a;
}
.responsive-post-style4 .slider .item .entry-content .readmore a:hover:after {
  background: url(../assets/img/readmore-arrow.svg) center center no-repeat;
  background-size: 16px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.sw-quickview-bottom .quickview-content .quickview-inner::-webkit-scrollbar {
  width: 5px;
}
.sw-quickview-bottom .quickview-content .quickview-inner::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.sw-quickview-bottom .quickview-content .quickview-inner::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(0,0,0,0.4);
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
.sw-quickview-bottom .quickview-content .quickview-inner::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(0,0,0,0.4);
}
.sw-quickview-bottom {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
  background: rgba(0,0,0,0.5);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sw-quickview-bottom.show {
  visibility: visible;
  opacity: 1;
}
.sw-quickview-bottom.show .quickview-content .quickview-close {
  visibility: visible;
}
.sw-quickview-bottom.loading {
  height: 100%;
}
.sw-quickview-bottom.loading:before {
  background-color: transparent;
  background-image: url(../assets/img/loading2.gif);
  background-size: 32px 32px;
}
.sw-quickview-bottom.loading .quickview-content .quickview-inner {
  padding: 0;
}
.sw-quickview-bottom.loading .quickview-content .quickview-close {
  visibility: hidden;
}
.sw-quickview-bottom .quickview-content {
  background: #fff;
  width: 600px;
  float: right;
  margin-top: 0 !important;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.rtl .sw-quickview-bottom .quickview-content {
  right: auto;
  left: 0;
}
.logged-in .sw-quickview-bottom .quickview-content {
  margin-top: 32px !important;
}
.sw-quickview-bottom .quickview-content .quickview-close {
  position: absolute;
  width: 28px;
  height: 28px;
  background: #ff5e15;
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  left: -28px;
  top: 0;
}
.rtl .sw-quickview-bottom .quickview-content .quickview-close {
  left: auto;
  right: -28px;
}
.sw-quickview-bottom .quickview-content .quickview-inner {
  padding: 15px;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 100% !important;
}
.post-format-gallery .gallery {
  padding: 0;
  overflow: hidden;
}
.rtl .post-format-gallery .gallery {
  margin-right: 0 !important;
}
.post-format-gallery .gallery li {
  margin-left: 1%;
  margin-right: 0;
  margin-bottom: 20px;
  text-align: center;
  float: left;
  list-style: none;
}
.rtl .post-format-gallery .gallery li {
  float: right;
  margin: 0 1% 20px 0;
}
.post-format-gallery .gallery .thumbnail {
  display: block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background: #FFF;
  padding: 5px;
  border: none;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
}
.post-format-gallery .gallery .thumbnail:after {
  position: absolute;
  border-color: transparent #FFFFFF #FFFFFF transparent;
  border-style: solid;
  border-width: 45px;
  content: "";
  opacity: 0;
  filter: alpha(opacity=0);
  right: -45px;
  bottom: 0;
  transition: all 0.3s ease 0.2s;
  z-index: 4;
}
.post-format-gallery .gallery .thumbnail:before {
  content: "\f0a9";
  font-family: FontAwesome;
  position: absolute;
  bottom: 20px;
  right: 0;
  color: #FFF;
  font-size: 20px;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.2s ease 0.3s;
  transform: rotate(0deg);
  z-index: 5;
}
.post-format-gallery .gallery .thumbnail:hover {
  background: #ff5e15;
  border-color: #ddd;
}
.post-format-gallery .gallery .thumbnail:hover:after {
  bottom: 0;
  right: 0;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.post-format-gallery .gallery .thumbnail:hover:before {
  right: 20px;
  opacity: 1;
  filter: alpha(opacity=100);
  transform: rotate(360deg);
}
.post-format-gallery .gallery img {
  width: 100%;
}
.post-format-gallery .gallery .caption {
  overflow: hidden;
  padding-top: 12px;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.post-format-gallery .gallery .caption h4 {
  font-size: 14px;
}
.gallery {
  padding: 0;
  overflow: hidden;
}
.rtl .gallery {
  margin-right: 0 !important;
}
.gallery li {
  margin-left: 1%;
  margin-right: 0;
  margin-bottom: 20px;
  text-align: center;
  float: left;
  list-style: none;
}
.rtl .gallery li {
  float: right;
  margin: 0 1% 20px 0;
}
.gallery .thumbnail {
  display: block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background: #FFF;
  padding: 5px;
  border: none;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
}
.gallery .caption {
  overflow: hidden;
  padding-top: 12px;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gallery .caption h4 {
  font-size: 14px;
}
.wp-block-button__link {
  border-radius: 25px;
  text-transform: uppercase;
}
.wp-block-button__link:hover {
  text-decoration: underline;
}
.wp-block-button.is-style-outline .wp-block-button__link,
.wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0px;
}
.entry-summary table {
  margin-bottom: 30px;
}
.entry-summary table th,
.entry-summary table td {
  border: 1px solid #ddd;
  padding: 10px;
}
.entry-summary table th > a,
.entry-summary table td > a {
  color: #ff5e15;
}
.entry-summary dl dd {
  margin-bottom: 20px;
}
.entry-summary form input[type="text"],
.entry-summary form input[type="password"],
.entry-summary form input[type="date"] {
  border-radius: 0;
  padding: 5px 10px;
}
.entry-summary form input[type="submit"],
.entry-summary form button[type="submit"] {
  background: #333 none repeat scroll 0 0;
  border: 1px solid #444444;
  border-radius: 0;
  color: #fff;
  padding: 5px 15px;
  vertical-align: top;
}
.entry-summary form input[type="submit"]:hover,
.entry-summary form button[type="submit"]:hover {
  background: #000;
}
.entry-summary .page-links {
  clear: both;
}
.page .main-page .page >.entry-content .entry-summary p {
  line-height: 1.8;
}
.home.page .main-page .page >.entry-content .entry-summary p {
  line-height: 1.8;
}
.page-id-1725 .main-page .page >.entry-content .entry-summary {
  line-height: 1.8;
}
.page-id-1725 .main-page .page >.entry-content .entry-summary p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px;
}
.page-id-1725 .main-page .page >.entry-content .entry-summary h2 {
  margin-bottom: 30px;
  color: #00235a;
}
.page-id-1725 .main-page .page >.entry-content .entry-summary ol {
  margin-left: 15px;
}
.page-markup-and-formatting .entry-content .entry-summary,
.parent-pageid-1725 .entry-content .entry-summary,
.page-id-1809 .entry-content .entry-summary,
.postid-1178 .entry-content .entry-summary {
  line-height: 1.8;
  font-size: 16px;
}
.page-markup-and-formatting .entry-content .entry-summary h1,
.page-markup-and-formatting .entry-content .entry-summary h2,
.page-markup-and-formatting .entry-content .entry-summary h3,
.page-markup-and-formatting .entry-content .entry-summary h4,
.page-markup-and-formatting .entry-content .entry-summary h5,
.page-markup-and-formatting .entry-content .entry-summary h6,
.parent-pageid-1725 .entry-content .entry-summary h1,
.parent-pageid-1725 .entry-content .entry-summary h2,
.parent-pageid-1725 .entry-content .entry-summary h3,
.parent-pageid-1725 .entry-content .entry-summary h4,
.parent-pageid-1725 .entry-content .entry-summary h5,
.parent-pageid-1725 .entry-content .entry-summary h6,
.page-id-1809 .entry-content .entry-summary h1,
.page-id-1809 .entry-content .entry-summary h2,
.page-id-1809 .entry-content .entry-summary h3,
.page-id-1809 .entry-content .entry-summary h4,
.page-id-1809 .entry-content .entry-summary h5,
.page-id-1809 .entry-content .entry-summary h6,
.postid-1178 .entry-content .entry-summary h1,
.postid-1178 .entry-content .entry-summary h2,
.postid-1178 .entry-content .entry-summary h3,
.postid-1178 .entry-content .entry-summary h4,
.postid-1178 .entry-content .entry-summary h5,
.postid-1178 .entry-content .entry-summary h6 {
  color: #00235a;
  font-weight: 600;
}
.page-markup-and-formatting .entry-content .entry-summary h2,
.page-markup-and-formatting .entry-content .entry-summary h3,
.page-markup-and-formatting .entry-content .entry-summary h4,
.page-markup-and-formatting .entry-content .entry-summary h5,
.page-markup-and-formatting .entry-content .entry-summary h6,
.parent-pageid-1725 .entry-content .entry-summary h2,
.parent-pageid-1725 .entry-content .entry-summary h3,
.parent-pageid-1725 .entry-content .entry-summary h4,
.parent-pageid-1725 .entry-content .entry-summary h5,
.parent-pageid-1725 .entry-content .entry-summary h6,
.page-id-1809 .entry-content .entry-summary h2,
.page-id-1809 .entry-content .entry-summary h3,
.page-id-1809 .entry-content .entry-summary h4,
.page-id-1809 .entry-content .entry-summary h5,
.page-id-1809 .entry-content .entry-summary h6,
.postid-1178 .entry-content .entry-summary h2,
.postid-1178 .entry-content .entry-summary h3,
.postid-1178 .entry-content .entry-summary h4,
.postid-1178 .entry-content .entry-summary h5,
.postid-1178 .entry-content .entry-summary h6 {
  padding-top: 20px;
}
.page-markup-and-formatting .entry-content .entry-summary blockquote,
.parent-pageid-1725 .entry-content .entry-summary blockquote,
.page-id-1809 .entry-content .entry-summary blockquote,
.postid-1178 .entry-content .entry-summary blockquote {
  padding: 10px 30px;
}
.page-markup-and-formatting .entry-content .entry-summary blockquote:before,
.page-markup-and-formatting .entry-content .entry-summary blockquote:after,
.parent-pageid-1725 .entry-content .entry-summary blockquote:before,
.parent-pageid-1725 .entry-content .entry-summary blockquote:after,
.page-id-1809 .entry-content .entry-summary blockquote:before,
.page-id-1809 .entry-content .entry-summary blockquote:after,
.postid-1178 .entry-content .entry-summary blockquote:before,
.postid-1178 .entry-content .entry-summary blockquote:after {
  font-size: 18px;
  color: #ddd;
}
.page-markup-and-formatting .entry-content .entry-summary code,
.parent-pageid-1725 .entry-content .entry-summary code,
.page-id-1809 .entry-content .entry-summary code,
.postid-1178 .entry-content .entry-summary code {
  white-space: normal;
}
.page-markup-and-formatting .entry-content .entry-summary ol,
.parent-pageid-1725 .entry-content .entry-summary ol,
.page-id-1809 .entry-content .entry-summary ol,
.postid-1178 .entry-content .entry-summary ol {
  padding-left: 0;
}
.page-markup-and-formatting .entry-content .entry-summary cite,
.parent-pageid-1725 .entry-content .entry-summary cite,
.page-id-1809 .entry-content .entry-summary cite,
.postid-1178 .entry-content .entry-summary cite {
  font-style: italic;
}
.page-markup-and-formatting .entry-content .entry-summary ul li,
.page-markup-and-formatting .entry-content .entry-summary ol li,
.parent-pageid-1725 .entry-content .entry-summary ul li,
.parent-pageid-1725 .entry-content .entry-summary ol li,
.page-id-1809 .entry-content .entry-summary ul li,
.page-id-1809 .entry-content .entry-summary ol li,
.postid-1178 .entry-content .entry-summary ul li,
.postid-1178 .entry-content .entry-summary ol li {
  line-height: 28px;
}
.entry-summary table thead th,
.entry-summary table thead td {
  border: 1px #ddd solid;
}
.entry-summary table td,
.entry-summary table th {
  border: 1px #ddd solid;
}
.footer {
  margin-top: 44px;
}
.footer .footer-copyright {
  background: #fff;
  padding: 0 0 30px 0;
}
.footer .footer-copyright .copyright-text {
  text-align: center;
}
.footer .footer-copyright .copyright-text p {
  font-size: 14px;
  margin: 0;
  color: #00235a;
}
.footer .footer-copyright .copyright-text p a {
  color: #ff5e15;
}
.contact-foot {
  margin-bottom: 27px;
}
.contact-foot h3 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ff5e15;
  margin-bottom: 32px;
}
.contact-foot .item {
  margin-bottom: 10px;
  font-size: 16px;
  color: #fff;
}
.contact-foot .item label {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  color: #999;
  font-weight: normal;
}
.contact-foot .item span,
.contact-foot .item a {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  color: #fff;
}
.socials-footer h3 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ff5e15;
  margin-bottom: 37px;
}
.socials-footer ul {
  margin: 0;
}
.socials-footer ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 6px;
  margin-bottom: 6px;
}
.rtl .socials-footer ul li {
  margin-right: 0;
  margin-left: 6px;
}
.socials-footer ul li a {
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  color: #fff;
  background-color: rgba(255,255,255,0.1);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.socials-footer ul li a .fa::before {
  line-height: 40px;
  font-weight: normal;
}
.socials-footer ul li a:hover {
  background: #ff5e15;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.socials-footer.style2 ul li a {
  background: transparent;
  text-align: left;
  width: 20px;
}
.rtl .socials-footer.style2 ul li a {
  text-align: right;
}
.socials-footer.style2 ul li a:hover {
  color: #ff5e15;
}
.nav-menu1 {
  margin-bottom: 30px;
}
.nav-menu1 h5 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ff5e15;
  margin-bottom: 25px;
}
.nav-menu1 ul.menu li {
  width: 50%;
  float: left;
  margin-bottom: 8px;
}
.rtl .nav-menu1 ul.menu li {
  float: right;
}
.nav-menu1 ul.menu li a {
  font-size: 16px;
  color: #999;
  display: block;
  padding: 6px 0;
}
.nav-menu1 ul.menu li a:hover {
  color: #ff5e15;
}
.newsletter-footer h3 {
  font-size: 26px;
  color: #ff5e15;
  line-height: 24px;
  text-transform: capitalize;
  margin-bottom: 16px;
}
.newsletter-footer >p {
  line-height: 23px;
  color: #fff;
  margin-bottom: 29px;
}
.newsletter-footer .form-newsletter {
  margin-bottom: 10px;
}
.newsletter-footer .form-newsletter .mc4wp-form-fields {
  overflow: hidden;
}
.newsletter-footer .form-newsletter p {
  margin-bottom: 15px;
}
.newsletter-footer .form-newsletter input {
  border: none;
  color: #fff;
  width: 100%;
  height: 45px;
  padding: 0 15px;
  border-radius: 0;
  margin: 0;
  background: rgba(255,255,255,0.1);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.rtl .newsletter-footer .form-newsletter input {
  text-align: right;
}
.newsletter-footer .form-newsletter input:focus,
.newsletter-footer .form-newsletter input:hover {
  background: #fff;
  color: #00235a;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.newsletter-footer .form-newsletter input:focus::-webkit-input-placeholder,
.newsletter-footer .form-newsletter input:hover::-webkit-input-placeholder {
  color: #00235a;
}
.newsletter-footer .form-newsletter input:focus::-moz-placeholder,
.newsletter-footer .form-newsletter input:hover::-moz-placeholder {
  color: #00235a;
}
.newsletter-footer .form-newsletter input:focus:-ms-input-placeholder,
.newsletter-footer .form-newsletter input:hover:-ms-input-placeholder {
  color: #00235a;
}
.newsletter-footer .form-newsletter input::-webkit-input-placeholder {
  color: #fff;
}
.newsletter-footer .form-newsletter input::-moz-placeholder {
  color: #fff;
}
.newsletter-footer .form-newsletter input:-ms-input-placeholder {
  color: #fff;
}
.newsletter-footer .form-newsletter textarea {
  border: none;
  color: #fff;
  width: 100%;
  padding: 15px;
  border-radius: 0;
  margin: 0;
  background: rgba(255,255,255,0.1);
  min-height: 90px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.rtl .newsletter-footer .form-newsletter textarea {
  text-align: right;
}
.newsletter-footer .form-newsletter textarea:focus,
.newsletter-footer .form-newsletter textarea:hover {
  background: #fff;
  color: #00235a;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.newsletter-footer .form-newsletter textarea:focus::-webkit-input-placeholder,
.newsletter-footer .form-newsletter textarea:hover::-webkit-input-placeholder {
  color: #00235a;
}
.newsletter-footer .form-newsletter textarea:focus::-moz-placeholder,
.newsletter-footer .form-newsletter textarea:hover::-moz-placeholder {
  color: #00235a;
}
.newsletter-footer .form-newsletter textarea:focus:-ms-input-placeholder,
.newsletter-footer .form-newsletter textarea:hover:-ms-input-placeholder {
  color: #00235a;
}
.newsletter-footer .form-newsletter textarea::-webkit-input-placeholder {
  color: #fff;
}
.newsletter-footer .form-newsletter textarea::-moz-placeholder {
  color: #fff;
}
.newsletter-footer .form-newsletter textarea:-ms-input-placeholder {
  color: #fff;
}
.newsletter-footer .form-newsletter input[type="submit"] {
  border: none;
  width: 100%;
  background: #ff5e15;
  height: 45px;
  line-height: 45px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 0;
  padding: 0;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.newsletter-footer .form-newsletter input[type="submit"]:hover {
  background: #e14600;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.newsletter-footer .form-newsletter .mc4wp-success {
  color: #ff5e15;
}
.newsletter-footer2 {
  color: #999;
}
.newsletter-footer2 p {
  line-height: 22px;
  margin-bottom: 0;
}
.newsletter-footer2 .form-newsletter {
  margin-bottom: 18px;
}
.newsletter-footer2 .form-newsletter .mc4wp-form-fields {
  overflow: hidden;
  border-bottom: 1px #fff solid;
}
.newsletter-footer2 .form-newsletter input[type="email"] {
  color: #fff;
  border: none;
  text-align: left;
  width: 85%;
  float: left;
  background: transparent;
  margin-bottom: 0;
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 14px;
}
.rtl .newsletter-footer2 .form-newsletter input[type="email"] {
  text-align: right;
  float: right;
}
.newsletter-footer2 .form-newsletter input::-webkit-input-placeholder {
  color: #fff;
}
.newsletter-footer2 .form-newsletter input::-moz-placeholder {
  color: #fff;
}
.newsletter-footer2 .form-newsletter input:-ms-input-placeholder {
  color: #fff;
}
.newsletter-footer2 .form-newsletter button[type="submit"] {
  border: none;
  font-size: 0;
  width: 15%;
  float: left;
  background: transparent;
  margin-bottom: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.rtl .newsletter-footer2 .form-newsletter button[type="submit"] {
  float: right;
}
.newsletter-footer2 .form-newsletter button[type="submit"]:before {
  content: "";
  background: url(../assets/img/readmore-arrow3.svg) no-repeat center right;
  display: block;
  background-size: 16px;
  height: 22px;
}
.rtl .newsletter-footer2 .form-newsletter button[type="submit"]:before {
  background-size: 16px;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.newsletter-footer2 .form-newsletter .mc4wp-success {
  color: #00235a;
}
.copyright {
  color: #f5f5f5;
  z-index: 2;
  position: relative;
  line-height: 23px;
}
.copyright a {
  color: #ff5e15;
}
.copyright address {
  text-align: center;
}
.copyright.style2 {
  color: #00235a;
  text-align: center;
}
.footer-style1 {
  position: relative;
}
.footer-style1:before {
  content: "";
  background: #002052;
  width: 42%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 58%;
}
.rtl .footer-style1:before {
  left: auto;
  right: 58%;
}
.footer-style1:after {
  content: "";
  background: #002052;
  width: 54%;
  height: 85px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.rtl .footer-style1:after {
  left: auto;
  right: 0;
}
.footer-style2 .contact-foot h3,
.footer-style2 .nav-menu1 h5 {
  color: #fff;
}
#kontruk-totop {
  box-shadow: 0 0 1px 1px #ddd;
  bottom: 80px;
  right: 27px;
  background: #fff;
  text-align: center;
  position: fixed;
  height: 40px;
  width: 40px;
  line-height: 40px;
  z-index: 9;
  color: #00235a;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
#kontruk-totop:before {
  content: '\f197';
  font-family: fontawesome;
  font-size: 14px;
}
#kontruk-totop:hover {
  background: #ff5e15;
  color: #fff;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.rtl #kontruk-totop {
  right: auto;
  left: 15px;
}
