*,
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 .elementor-section-full_width.header-sibar.open,
body.boxed-layout .elementor-section-boxed.header-sibar.open {
  max-width: 380px;
  right: 0 !important;
  left: auto !important;
}
.rtl body.boxed-layout .elementor-section-full_width.header-sibar.open,
.rtl body.boxed-layout .elementor-section-boxed.header-sibar.open {
  left: 0 !important;
  right: auto !important;
}
body.boxed-layout .container #contents {
  padding: 0;
}
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;
}
.title-style2 .block-title {
  text-align: center;
  margin-bottom: 35px;
}
.title-style2 .block-title h3 {
  font-size: 45px;
  color: #00235a;
  padding-top: 40px;
  margin-bottom: 30px;
  font-weight: 600;
  max-width: 540px;
  margin: 0 auto;
  line-height: 54px;
  position: relative;
}
.title-style2 .block-title h3:before {
  content: "";
  width: 100px;
  height: 32px;
  background: url(../assets/img/line.png) no-repeat center center;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -50px;
}
.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;
}
.onsale,
.sale-off,
.sw-outstock,
.sw-newlabel {
  display: none;
}
.item-price {
  font-size: 14px;
  color: #00235a;
  overflow: hidden;
  font-weight: 600;
}
.item-price del {
  text-decoration: line-through;
  order: 2;
  color: #6d6e71;
  font-size: 14px;
  font-weight: 400;
}
.item-price ins {
  color: #00235a;
  margin: 0;
  text-decoration: none;
  margin-bottom: 3px;
}
.home .kontruk_breadcrumbs,
.elementor-page.faqs .kontruk_breadcrumbs,
.home-style1 .kontruk_breadcrumbs,
.home-style2 .kontruk_breadcrumbs,
.home-style3 .kontruk_breadcrumbs,
.home-style4 .kontruk_breadcrumbs,
.home-style5 .kontruk_breadcrumbs,
.home-style6 .kontruk_breadcrumbs {
  display: none;
}
.home.admin-bar .header-menubar .content-menubar,
.elementor-page.faqs.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,
.home-style4.admin-bar .header-menubar .content-menubar,
.home-style5.admin-bar .header-menubar .content-menubar,
.home-style6.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: #242424;
}
.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: #242424;
  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;
  margin-left: 35px;
  position: relative;
}
.rtl .top-login ul {
  margin-right: 35px;
  margin-left: 0;
}
.top-login ul li {
  font-size: 0;
}
.top-login ul li a:before {
  content: "";
  width: 32px;
  height: 32px;
  display: block;
  background: url(../assets/img/user.svg) center center no-repeat;
  background-size: 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 .top-login ul li a:before {
  left: auto;
  right: -18px;
}
.top-login ul li a:hover:before {
  background: url(../assets/img/default/user.svg) no-repeat center center;
  background-size: 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;
}
.top-login ul li a.register {
  display: none;
}
.top-login .div-logined ul li a.register {
  display: block;
}
#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;
}
.currency_w {
  margin: 0 7px;
}
.currency_w > li {
  position: relative;
  list-style: none;
  padding: 11px 0;
}
.currency_w > li > a {
  display: block;
  font-size: 12px;
}
.currency_w > li > a:after {
  content: "\f107";
  font-size: 12px;
  font-family: FontAwesome;
  display: inline-block;
  margin-left: 4px;
  line-height: 16px;
  vertical-align: top;
}
.rtl .currency_w > li > a:after {
  margin-right: 4px;
  margin-left: 0;
}
.currency_w > li .currency_switcher {
  border: 1px #ddd solid;
  right: 0px;
  position: absolute;
  background: none repeat scroll 0 0 #fff;
  width: 75px;
  padding: 10px;
  z-index: 991;
  visibility: hidden;
  opacity: 0;
  margin: 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;
}
.rtl .currency_w > li .currency_switcher {
  left: 0;
  right: auto;
}
.currency_w > li .currency_switcher li {
  width: 100%;
  margin: 0 0 5px 0;
  list-style: none;
}
.currency_w > li .currency_switcher li:hover a {
  background: #fff;
  border-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;
}
.currency_w > li .currency_switcher li a {
  background: none;
  padding: 0 10px;
  border: 1px #f6f6f6 solid;
  border-radius: 0px;
  line-height: 28px;
  height: 28px;
  color: #00235a;
  background: #f6f6f6;
  display: block;
}
.currency_w > li .currency_switcher li a.active {
  background: #fff;
  border-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;
}
.currency_w > li .currency_switcher li:last-child {
  margin-bottom: 0;
}
.currency_w > li .currency_switcher:before {
  content: "";
  display: block;
  background: transparent;
  height: 3px;
  position: absolute;
  top: -3px;
  width: 100%;
}
.currency_w > li:hover .currency_switcher {
  top: 39px;
  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;
}
.revo_top .top-form.top-search {
  display: inline-block;
  position: relative;
  width: 580px;
  z-index: 7;
  margin-top: 5px;
}
.revo_top .top-form.top-search form {
  margin: 0;
  position: relative;
  z-index: 10;
}
.revo_top .top-form.top-search .content-search {
  margin-bottom: 0;
}
.revo_top .top-form.top-search .content-search input {
  padding-left: 150px;
  padding-right: 65px;
}
.rtl .revo_top .top-form.top-search .content-search input {
  padding-left: 65px;
  padding-right: 150px;
}
.revo_top .top-form.top-search .cat-wrapper {
  position: absolute;
  height: 44px;
  top: 0;
  left: 0px;
  right: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  overflow: hidden;
  color: #000;
}
.rtl .revo_top .top-form.top-search .cat-wrapper {
  right: 0;
  left: auto;
}
.revo_top .top-form.top-search .cat-wrapper:before {
  content: '\f0d7';
  font-family: FontAwesome;
  color: #000;
  font-size: 14px;
  position: absolute;
  top: 15px;
  right: 20px;
  pointer-events: none;
}
.rtl .revo_top .top-form.top-search .cat-wrapper:before {
  right: auto;
  left: 20px;
}
.revo_top .top-form.top-search .cat-wrapper:after {
  content: "";
  width: 1px;
  height: 22px;
  background: #ededed;
  position: absolute;
  top: 11px;
  right: 0;
}
.rtl .revo_top .top-form.top-search .cat-wrapper:after {
  right: auto;
  left: 0;
}
.revo_top .top-form.top-search .cat-wrapper .label-search {
  display: block;
  font-size: 13px;
  margin-bottom: 0;
  color: #000;
}
.revo_top .top-form.top-search .cat-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0 !important;
  padding: 0px 10px 0;
  height: 44px;
  width: 130px;
  color: #000;
}
.revo_top .top-form.top-search .cat-wrapper select:focus {
  outline: none;
  background-color: #fff;
}
.revo_top .top-form.top-search input {
  width: 100%;
  font-size: 13px;
  height: 44px;
  border: none;
  line-height: 44px;
  margin-bottom: 0;
  padding: 0 60px 0 15px;
  border-radius: 0;
}
.rtl .revo_top .top-form.top-search input {
  padding: 0 15px 0 60px;
}
.revo_top .top-form.top-search button.form-button {
  height: 44px;
  line-height: 44px;
  width: 56px;
  margin: 0;
  border: 0;
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  font-size: 16px;
  color: #000;
  border-radius: 0;
  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 .revo_top .top-form.top-search button.form-button {
  right: auto;
  left: 0;
}
.revo_top .top-form.top-search button.form-button:before {
  content: "\ea08";
  font-family: Nucleo;
}
.revo_top .top-form.top-search button.form-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;
}
.revo_top .top-form.top-search button.form-button.loading:before {
  font-size: 0;
}
.revo_top .top-form.top-search.non-category input {
  padding: 0;
}
.rtl .revo_top .top-form.top-search.non-category input {
  padding-right: 0;
}
.top-form {
  position: relative;
  float: right;
}
.top-form:hover .wrapp-minicart {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
  transition: opacity 0.35s ease, transform 0.35s ease;
}
.top-form.top-form-minicart {
  cursor: pointer;
  position: relative;
  padding: 8px 7px 11px 30px;
  margin-left: 48px;
}
.rtl .top-form.top-form-minicart {
  margin-right: 48px;
  margin-left: 0;
  padding: 8px 30px 11px 7px;
}
.top-form.top-form-minicart:before {
  content: "";
  width: 35px;
  height: 35px;
  position: absolute;
  top: 9px;
  left: -18px;
  background: url(../assets/img/shopping-cart3.svg) center no-repeat;
  background-size: 24px;
}
.rtl .top-form.top-form-minicart:before {
  left: auto;
  right: -18px;
}
.top-form.top-form-minicart .top-minicart-icon .cart-contents {
  color: #ff5e15;
}
.top-form.top-form-minicart .top-minicart-icon .cart-contents .my-cart {
  font-size: 12px;
  display: block;
  margin-bottom: 2px;
  color: #fff;
}
.top-form.top-form-minicart .top-minicart-icon .cart-contents .price {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: bold;
}
.top-form.top-form-minicart .top-minicart-icon .cart-contents .minicart-numbers {
  color: #fff;
  background: #ff5e15;
  width: 14px;
  height: 14px;
  line-height: 13px;
  display: block;
  position: absolute;
  bottom: 14px;
  left: 3px;
  z-index: 2;
  font-size: 10px;
  text-align: center;
  border-radius: 50%;
}
.rtl .top-form.top-form-minicart .top-minicart-icon .cart-contents .minicart-numbers {
  left: auto;
  right: 3px;
}
.top-form .wrapp-minicart {
  visibility: hidden;
  opacity: 0;
  transform: translateY(50px);
  transition: transform .3s ease;
  background: none repeat scroll 0 0 #fff;
  position: absolute;
  right: 0;
  left: auto;
  top: 59px;
  width: 318px;
  z-index: 99999;
  box-shadow: 0px 3px 5px 2px rgba(0,0,0,0.255);
}
.top-form .wrapp-minicart:before {
  content: "";
  display: block;
  background: transparent;
  height: 25px;
  position: absolute;
  top: -25px;
  width: 100%;
}
.rtl .top-form .wrapp-minicart {
  left: 0;
  right: auto;
}
.box-bottom .top-form .wrapp-minicart {
  visibility: visible;
  opacity: 1;
  position: initial;
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -o-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0);
  border-radius: 0;
  box-shadow: none;
  padding: 0 20px 30px;
}
.top-form .wrapp-minicart .minicart-padding .number-item {
  padding: 25px 15px 0;
  font-size: 13px;
  color: #7d7d7d;
}
.rtl .top-form .wrapp-minicart .minicart-padding .number-item {
  text-align: right;
}
.top-form .wrapp-minicart .minicart-padding .number-item .item {
  color: #ff5e15;
}
.top-form .wrapp-minicart .minicart-padding ul.minicart-content {
  background: #fff;
  max-height: 345px;
  overflow: auto;
  padding: 0px 15px;
  margin-left: 0;
}
.top-form .wrapp-minicart .minicart-padding ul.minicart-content li {
  list-style: none;
  position: relative;
  padding: 25px 0 30px 0;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}
.top-form .wrapp-minicart .minicart-padding ul.minicart-content li .product-image {
  display: inline-block;
  width: 100px;
  background: #fff;
  border: 1px #ddd;
  float: left;
  margin-right: 20px;
  position: relative;
}
.rtl .top-form .wrapp-minicart .minicart-padding ul.minicart-content li .product-image {
  float: right;
  margin-left: 20px;
  margin-right: 0;
}
.top-form .wrapp-minicart .minicart-padding ul.minicart-content li .product-image:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.top-form .wrapp-minicart .minicart-padding ul.minicart-content li .product-action {
  position: absolute;
  top: 19px;
  right: 0;
}
.rtl .top-form .wrapp-minicart .minicart-padding ul.minicart-content li .product-action {
  left: 0;
  right: auto;
}
.top-form .wrapp-minicart .minicart-padding ul.minicart-content li .product-action a.btn-remove {
  display: block;
  margin: 7px 0;
}
.top-form .wrapp-minicart .minicart-padding ul.minicart-content li .product-action .btn-edit {
  display: block;
  margin: 7px 0;
}
.top-form .wrapp-minicart .minicart-padding ul.minicart-content li .detail-item {
  overflow: hidden;
}
.top-form .wrapp-minicart .minicart-padding ul.minicart-content li .detail-item .product-details h4 {
  margin: 0 0 10px 0;
  padding-right: 20px;
}
.rtl .top-form .wrapp-minicart .minicart-padding ul.minicart-content li .detail-item .product-details h4 {
  padding-left: 20px;
  padding-right: 0;
  text-align: right;
}
.top-form .wrapp-minicart .minicart-padding ul.minicart-content li .detail-item .product-details h4 a {
  font-weight: 600;
  font-size: 14px;
  color: #00235a;
  text-transform: capitalize;
  line-height: 22px;
}
.top-form .wrapp-minicart .minicart-padding ul.minicart-content li .detail-item .product-details h4 a:hover {
  color: #ff5e15;
}
.top-form .wrapp-minicart .minicart-padding ul.minicart-content li .detail-item .product-details .product-price {
  float: left;
}
.rtl .top-form .wrapp-minicart .minicart-padding ul.minicart-content li .detail-item .product-details .product-price {
  float: right;
  direction: ltr;
}
.top-form .wrapp-minicart .minicart-padding ul.minicart-content li .detail-item .product-details .product-price .price {
  display: inline-block;
  vertical-align: top;
}
.top-form .wrapp-minicart .minicart-padding ul.minicart-content li .detail-item .product-details .product-price .price span.amount {
  font-weight: 700;
  font-size: 14px;
  color: #00235a;
  padding: 0px;
  display: inline-block;
}
.top-form .wrapp-minicart .minicart-padding ul.minicart-content li .detail-item .product-details .product-price .qty {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  color: #808080;
  font-size: 14px;
  padding-right: 20px;
  position: relative;
}
.top-form .wrapp-minicart .minicart-padding ul.minicart-content li .detail-item .product-details .product-price .qty:before {
  content: 'x';
  position: absolute;
  top: 0;
  right: 6px;
}
.top-form .wrapp-minicart .cart-checkout {
  line-height: normal;
}
.top-form .wrapp-minicart .cart-checkout .price-total {
  line-height: 41px;
  padding: 0 20px;
}
.top-form .wrapp-minicart .cart-checkout .price-total .label-price-total {
  font-weight: 700;
  font-size: 12px;
  color: #00235a;
  text-transform: uppercase;
}
.rtl .top-form .wrapp-minicart .cart-checkout .price-total .label-price-total {
  float: right;
}
.top-form .wrapp-minicart .cart-checkout .price-total .price-total-w {
  float: right;
}
.rtl .top-form .wrapp-minicart .cart-checkout .price-total .price-total-w {
  float: left;
}
.top-form .wrapp-minicart .cart-checkout .price-total .price-total-w span.price span.amount {
  font-weight: 500;
  font-size: 20px;
  color: #ff5e15;
}
.top-form .wrapp-minicart .cart-checkout .cart-links {
  padding: 15px 20px 40px;
  overflow: hidden;
  width: 100%;
}
.top-form .wrapp-minicart .cart-checkout .cart-links .cart-link {
  text-align: left;
}
.rtl .top-form .wrapp-minicart .cart-checkout .cart-links .cart-link {
  text-align: right;
}
.top-form .wrapp-minicart .cart-checkout .cart-links .checkout-link {
  text-align: right;
}
.rtl .top-form .wrapp-minicart .cart-checkout .cart-links .checkout-link {
  text-align: left;
}
.top-form .wrapp-minicart .cart-checkout .cart-links .cart-link,
.top-form .wrapp-minicart .cart-checkout .cart-links .checkout-link {
  float: left;
  width: 50%;
}
.rtl .top-form .wrapp-minicart .cart-checkout .cart-links .cart-link,
.rtl .top-form .wrapp-minicart .cart-checkout .cart-links .checkout-link {
  float: right;
}
.top-form .wrapp-minicart .cart-checkout .cart-links .cart-link a,
.top-form .wrapp-minicart .cart-checkout .cart-links .checkout-link a {
  font-weight: 700;
  border-radius: 4px;
  font-size: 12px;
  color: #00235a;
  line-height: 43px;
  height: 45px;
  border: 1px solid #ddd;
  padding: 0 25px;
  background: #fff;
  display: inline-block;
  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;
}
.top-form .wrapp-minicart .cart-checkout .cart-links .cart-link:hover a,
.top-form .wrapp-minicart .cart-checkout .cart-links .checkout-link:hover a {
  border: 1px solid #ff5e15;
  color: #fff;
  background-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;
}
.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: 30px;
  }
  .rtl .header-style1 .nav-pills >li {
    padding-right: 0;
    padding-left: 30px;
  }
}
@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 >li:last-child {
  padding-right: 0;
}
.rtl .nav-pills >li:last-child {
  padding-left: 0;
}
.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: 410px;
}
.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: 44px;
  line-height: 43px;
  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: 24px;
  line-height: 44px;
  font-size: 12px;
}
.rtl .mega-left-title:after {
  margin-right: 24px;
  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;
  float: none;
  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 > 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: 50%;
  -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 {
  padding: 10px;
  background: #fafafa;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  z-index: 99;
}
.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 .widget {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .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 {
  padding-right: 35px;
}
.rtl .header-elementor1 .nav-pills >li {
  padding-right: 0;
  padding-left: 35px;
}
.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;
}
.header-elementor1 .nav-pills >li:last-child {
  padding-right: 0;
}
.rtl .header-elementor1 .nav-pills >li:last-child {
  padding-left: 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: 30px;
  }
  .rtl .header-elementor1 .nav-pills >li {
    padding-right: 0;
    padding-left: 30px;
  }
}
@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: 30px;
  }
  .rtl .header-elementor2 .nav-pills >li {
    padding-right: 0;
    padding-left: 30px;
  }
}
@media (max-width: 1199px) {
  .header-elementor2.header-mid .top-logo {
    width: 20% !important;
  }
  .header-elementor2.header-mid .top-left1 {
    width: 53% !important;
  }
  .header-elementor2.header-mid .top-right1 {
    width: 27% !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 {
  padding-right: 35px;
}
.rtl .header-elementor3 .nav-pills >li {
  padding-right: 0;
  padding-left: 35px;
}
.header-elementor3 .nav-pills >li > a {
  color: #00235a;
  position: relative;
  padding: 45px 0;
  font-weight: 700;
}
.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;
}
.header-elementor3.elementor-sticky--effects .nav-pills >li > a:before {
  display: none;
}
.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: 30px;
  }
  .rtl .header-elementor3 .nav-pills >li {
    padding-right: 0;
    padding-left: 30px;
  }
  .header-elementor3.header-sibar .contact-sidebar,
  .header-elementor3.header-sibar .searchform {
    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: 53% !important;
  }
  .header-elementor3.header-mid .top-right1 {
    width: 27% !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;
  }
}
.header-elementor3.header-elementor4 .nav-pills >li > a {
  padding: 37px 0;
}
.header-elementor3.header-elementor4 .nav-pills >li > a:before {
  background: #ff5e15;
}
.header-elementor3.header-elementor4 .top-logo {
  padding-top: 0;
}
.header-elementor3.header-elementor4.elementor-sticky--effects {
  background: #fff;
  padding-top: 0 !important;
}
@media (max-width: 991px) {
  .header-elementor3.header-elementor4 .top-logo .elementor-widget-container {
    margin-top: 0 !important;
  }
}
.header-elementor5 .top-left1 >.elementor-element-populated >div,
.header-elementor5 .top-right1 >.elementor-element-populated >div {
  margin-bottom: 0;
}
.header-elementor5 .menu-center .elementor-element-populated {
  padding: 0 15px !important;
}
.header-elementor5 .free {
  color: #fff;
  font-size: 12px;
}
.header-elementor5 .free a {
  color: #fff;
}
.header-elementor5 .free a i {
  padding: 0 3px;
}
.rtl .header-elementor5 .free a i:before {
  content: "\f104";
}
.header-elementor5 .free a:hover {
  color: #ff5e15;
}
.header-elementor5 .order {
  position: relative;
  margin-top: 2px;
}
.header-elementor5 .order:before {
  content: "";
  width: 1px;
  height: 12px;
  background: rgba(255,255,255,0.2);
  position: absolute;
  top: 12px;
  right: 0;
}
.rtl .header-elementor5 .order:before {
  right: auto;
  left: 0;
}
.header-elementor5 .order a {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font-size: 12px;
  text-transform: capitalize;
  margin: 10px 18px 10px 0;
}
.rtl .header-elementor5 .order a {
  margin: 10px 0 10px 18px;
}
.header-elementor5 .order a:hover {
  color: #ff5e15;
}
.header-elementor5 #lang_sel a.lang_sel_sel:after {
  line-height: 16px;
}
.header-elementor5 #lang_sel > ul.nav {
  margin: 0 15px;
}
.header-elementor5 #lang_sel > ul.nav > li {
  padding: 12px 0 8px 0;
}
.header-elementor5 #lang_sel > ul.nav > li > a {
  color: #fff;
  font-size: 12px;
}
.header-elementor5 #lang_sel > ul.nav > li > a:after {
  color: #fff;
}
.header-elementor5 .currency_w > li {
  padding: 12px 0 9px 0;
}
.header-elementor5 .currency_w > li > a {
  color: #fff;
  font-size: 12px;
}
.header-elementor5 .currency_w > li > a:after {
  color: #fff;
}
.header-elementor5 .nav-pills >li.dropdown > a {
  position: relative;
  padding: 12px 12px 12px 0;
}
.rtl .header-elementor5 .nav-pills >li.dropdown > a {
  padding: 12px 0 12px 12px;
}
.header-elementor5 .nav-pills >li.dropdown > a:after {
  content: '\f0d7';
  font-family: FontAwesome;
  position: absolute;
  right: 0px;
  font-size: 12px;
}
.rtl .header-elementor5 .nav-pills >li.dropdown > a:after {
  left: 0px;
  right: auto;
}
.header-elementor5 .nav-pills >li > a {
  color: #fff;
  position: relative;
  padding: 12px 0;
  text-transform: capitalize;
  font-weight: 500;
  letter-spacing: 0px;
}
.rtl .header-elementor5 .nav-pills >li > a {
  padding: 12px 0 12px 12px;
}
.header-elementor5 .nav-pills >li > a:before {
  content: "";
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 0;
  width: 0;
  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 .header-elementor5 .nav-pills >li > a:before {
  left: auto;
  right: 50%;
}
.header-elementor5 .nav-pills >li > a:hover:before {
  width: 100%;
  left: 0;
}
.rtl .header-elementor5 .nav-pills >li > a:hover:before {
  left: auto;
  right: 0;
}
.header-elementor5 .nav-pills >li.active > a {
  color: #fff;
}
.header-elementor5 .nav-pills >li.active > a:before {
  width: 100%;
  left: 0;
}
.rtl .header-elementor5 .nav-pills >li.active > a:before {
  left: auto;
  right: 0;
}
.header-elementor5 .mega-left-title {
  background: rgba(0,0,0,0.1);
  padding: 0 25px;
}
.header-elementor5 .wrapper_vertical_menu .vertical-megamenu {
  max-width: 217px;
}
.header-elementor5.header-mid .wishlist {
  position: relative;
  font-size: 0;
  margin-left: 35px;
  display: block;
  margin-top: 14px;
}
.rtl .header-elementor5.header-mid .wishlist {
  margin-left: 0;
  margin-right: 35px;
}
.header-elementor5.header-mid .wishlist:before {
  content: "\f08a";
  font-family: Fontawesome;
  display: block;
  color: #fff;
  font-size: 24px;
  -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-elementor5.header-mid .wishlist:hover:before {
  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;
}
.header-elementor5.header-mid .top-login {
  margin-top: 10px;
  border-left: 1px #fff solid;
}
.rtl .header-elementor5.header-mid .top-login {
  border-left: none;
  border-right: 1px #fff solid;
}
.header-elementor5.header-mid .phone-mail {
  padding-top: 5px;
  margin-left: 50px;
}
.rtl .header-elementor5.header-mid .phone-mail {
  margin-left: 0;
  margin-right: 50px;
}
.header-elementor5.header-mid .phone-mail .item:before {
  background: url(../assets/img/phone.svg) no-repeat center center;
  background-size: 22px;
}
.header-elementor5.header-mid .phone-mail .item span {
  color: #fff;
}
.header-elementor5.header-mid .phone-mail .item a {
  color: #ff5e15;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .header-elementor5 .revo_top .top-form.top-search {
    width: 517px;
  }
}
@media (max-width: 1199px) {
  .header-elementor5.header-mid .phone-mail {
    display: none;
  }
  .header-elementor5.header-mid .top-login {
    border: none;
  }
  .rtl .header-elementor5.header-mid .top-login {
    border: none;
  }
  .header-elementor5 .revo_top .top-form.top-search {
    width: 450px;
  }
  .header-elementor5 .mega-left-title {
    padding: 0 6px;
  }
}
@media (max-width: 991px) {
  .header-elementor5 {
    padding: 6px 0;
  }
  .header-elementor5.header-bottom .top-left1 {
    display: none;
  }
  .header-elementor5.header-bottom .menu-center {
    width: 30%;
  }
  .header-elementor5.header-bottom .top-right1 {
    width: 70%;
  }
  .header-elementor5.header-mid .top-left1 {
    width: 26%;
  }
  .header-elementor5.header-mid .top-right1 {
    width: 74%;
  }
  .header-elementor5.header-mid .top-right1 .revo_top {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-elementor5 .free,
  .header-elementor5 .order {
    display: none;
  }
  .header-elementor5.header-mid .top-left1,
  .header-elementor5.header-mid .top-right1 {
    width: 100%;
  }
  .header-elementor5.header-mid .top-left1 >.elementor-element-populated,
  .header-elementor5.header-mid .top-right1 >.elementor-element-populated {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .header-elementor5 .top-login ul {
    margin-left: 0;
  }
  .rtl .header-elementor5 .top-login ul {
    margin-right: 0;
  }
}
.header-elementor6 .top-left1 >.elementor-element-populated >div,
.header-elementor6 .top-right1 >.elementor-element-populated >div {
  margin-bottom: 0;
}
.header-elementor6 .top-logo img {
  -webkit-filter: brightness(0) sepia(0);
  filter: brightness(0) sepia(0);
}
.header-elementor6 .top-logo >.elementor-element-populated {
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
.header-elementor6 .top-logo >.elementor-element-populated >div {
  flex-direction: row;
  align-items: baseline;
  justify-content: flex-start;
  width: auto;
}
.header-elementor6 .nav-pills >li.dropdown > a {
  position: relative;
  padding: 30px 15px 30px 0;
}
.rtl .header-elementor6 .nav-pills >li.dropdown > a {
  padding: 30px 0 30px 15px;
}
.header-elementor6 .nav-pills >li.dropdown > a:after {
  content: '\f0d7';
  font-family: FontAwesome;
  position: absolute;
  right: 0px;
  font-size: 12px;
}
.rtl .header-elementor6 .nav-pills >li.dropdown > a:after {
  left: 0px;
  right: auto;
}
.header-elementor6 .nav-pills >li > a {
  position: relative;
  padding: 30px 0;
  font-weight: 500;
  letter-spacing: 0px;
  font-size: 11px;
}
.rtl .header-elementor6 .nav-pills >li > a {
  padding: 30px 0;
}
.header-elementor6 .a-visit {
  margin-top: 19px;
  margin-left: 30px;
}
.rtl .header-elementor6 .a-visit {
  margin-left: 0;
  margin-right: 30px;
}
.header-elementor6.elementor-sticky--effects {
  background: #fff;
  box-shadow: 0 1px 2px #eee;
}
@media (max-width: 991px) {
  .header-elementor6 .main-menu {
    margin-top: 19px;
  }
  .header-elementor6 .a-visit {
    margin-top: 16px;
  }
}
@media (max-width: 767px) {
  .header-elementor6 .top-logo {
    width: 100%;
  }
  .header-elementor6 .top-logo >.elementor-element-populated {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .header-elementor6 .top-right1 {
    width: 100%;
    margin-bottom: 15px;
  }
  .header-elementor6 .top-right1 >.elementor-element-populated {
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  .header-elementor6 .a-visit {
    margin-top: 0;
  }
  .header-elementor6 .main-menu {
    margin-top: 1px;
  }
  .policy-text1 .elementor-icon-box-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
  }
  .policy-text1 .elementor-icon-box-wrapper .elementor-icon-box-icon {
    margin-top: 6px;
    margin-right: 12px !important;
  }
  .rtl .policy-text1 .elementor-icon-box-wrapper .elementor-icon-box-icon {
    margin-right: 0 !important;
    margin-left: 12px !important;
  }
}
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;
  }
}
.home-style4 .revo-style3 {
  margin-top: -134px !important;
  z-index: 1;
}
.home-style4 .header-elementor4 {
  margin-top: 30px;
  z-index: 2;
}
body.elementor-editor-active .revo-style3 {
  margin-top: 0px !important;
  z-index: 10;
}
.revo-style3 .rs-addon-beforeafter-after,
.revo-style3 .rs-addon-beforeafter-before {
  z-index: 2;
}
.revo-style3 .sl-text2 {
  text-shadow: 0px 0px 15px rgba(0,0,0,0.1);
}
.fin-text .elementor-icon-box-description {
  max-width: 330px;
}
.number-style .elementor-heading-title {
  display: inline-block;
  vertical-align: top;
  height: 70px;
  line-height: 66px;
  background: #ff5e15;
  min-width: 70px;
  text-align: center;
}
.count-style1 .elementor-counter .elementor-counter-number-wrapper {
  margin-bottom: 6px;
}
.rtl .count-style1 .elementor-counter .elementor-counter-number-suffix {
  text-align: right;
}
.swbaie-wrap-before-after-image .twentytwenty-left-arrow,
.swbaie-wrap-before-after-image .twentytwenty-right-arrow,
.swbaie-wrap-before-after-image .twentytwenty-up-arrow,
.swbaie-wrap-before-after-image .twentytwenty-down-arrow {
  border: 12px inset transparent;
}
.swbaie-wrap-before-after-image .twentytwenty-left-arrow {
  margin-left: -35px;
  border-right: 12px solid white;
  animation-name: elementor-animation-pulse;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.swbaie-wrap-before-after-image .twentytwenty-right-arrow {
  margin-right: -35px;
  border-left: 12px solid white;
  animation-name: elementor-animation-pulse;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.number-style2 .elementor-counter .elementor-counter-number-wrapper {
  margin-bottom: 20px;
}
.number-style2 .elementor-counter .elementor-counter-number-prefix {
  display: none;
}
.number-style2 .elementor-counter .elementor-counter-number-suffix {
  font-size: 60px;
  padding-top: 15px;
}
.rtl .number-style2 .elementor-counter .elementor-counter-number-suffix {
  text-align: right;
}
.number-style2 .elementor-counter .elementor-counter-title {
  text-align: start;
  position: relative;
  padding-bottom: 50px;
}
.number-style2 .elementor-counter .elementor-counter-title:before {
  content: "";
  width: 100px;
  height: 32px;
  background: url(../assets/img/line.png) no-repeat center center;
  position: absolute;
  bottom: 0;
  left: 0;
}
.rtl .number-style2 .elementor-counter .elementor-counter-title:before {
  left: auto;
  right: 0;
}
.box-image2 .elementor-image-box-content .elementor-image-box-title {
  padding-top: 10px;
}
.rtl .box-image2 .elementor-image-box-img {
  margin-right: 0 !important;
  margin-left: 20px !important;
}
.rtl .box-image2 .elementor-image-box-content {
  text-align: right;
}
.service-slider4 {
  margin-bottom: 100px;
}
.service-slider4 .block-title {
  text-align: center;
  margin-bottom: 35px;
}
.service-slider4 .block-title h3 {
  font-size: 45px;
  color: #00235a;
  padding-top: 40px;
  margin-bottom: 30px;
  font-weight: 600;
  max-width: 540px;
  margin: 0 auto;
  line-height: 54px;
  position: relative;
}
.service-slider4 .block-title h3:before {
  content: "";
  width: 100px;
  height: 32px;
  background: url(../assets/img/line.png) no-repeat center center;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -50px;
}
.service-slider4 .resp-slider-container {
  margin-bottom: 60px;
}
.service-slider4 .resp-slider-container .slider {
  margin: 0 -15px;
}
.service-slider4 .resp-slider-container .slider .item .item-img {
  margin-bottom: 26px;
  position: relative;
  overflow: hidden;
}
.service-slider4 .resp-slider-container .slider .item .item-img 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;
}
.service-slider4 .resp-slider-container .slider .item .item-img .item-gallery {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #ff5e15;
}
.rtl .service-slider4 .resp-slider-container .slider .item .item-img .item-gallery {
  left: auto;
  right: 0;
}
.service-slider4 .resp-slider-container .slider .item .item-img .item-gallery img {
  padding: 15px;
  width: 60px;
}
.service-slider4 .resp-slider-container .slider .item .item-content h4 {
  font-size: 20px;
  margin-bottom: 12px;
}
.service-slider4 .resp-slider-container .slider .item .item-content .description {
  font-size: 16px;
  color: #555;
  line-height: 28px;
  margin-bottom: 29px;
}
.service-slider4 .resp-slider-container .slider .item .item-content .readmore a {
  display: inline-block;
  vertical-align: top;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 600;
  position: relative;
  padding-bottom: 8px;
}
.service-slider4 .resp-slider-container .slider .item .item-content .readmore a:before {
  content: "";
  width: 30px;
  height: 1px;
  background: #00235a;
  position: absolute;
  bottom: 0;
  left: 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 .service-slider4 .resp-slider-container .slider .item .item-content .readmore a:before {
  left: auto;
  right: 0;
}
.service-slider4 .resp-slider-container .slider .item .item-inner {
  margin-bottom: 50px;
}
.service-slider4 .resp-slider-container .slider .item .item-inner: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;
}
.service-slider4 .resp-slider-container .slider .item .item-inner:hover .readmore a:before {
  width: 100%;
  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;
}
.service-slider4 .resp-slider-container .slider .item .item-inner:last-child {
  margin-bottom: 0;
}
.service-slider4 .view-all {
  text-align: center;
}
.service-slider4 .view-all a {
  display: inline-block;
  vertical-align: top;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  background: #ff5e15;
  padding: 0 40px;
  letter-spacing: 1px;
}
.service-slider4 .view-all a:hover {
  color: #fff;
  background: #00235a;
}
.sw-ourteam-slider4 {
  margin-bottom: 61px;
}
.sw-ourteam-slider4 .block-title {
  text-align: center;
  margin-bottom: 35px;
}
.sw-ourteam-slider4 .block-title h3 {
  font-size: 45px;
  color: #00235a;
  padding-top: 40px;
  margin-bottom: 30px;
  font-weight: 600;
  max-width: 540px;
  margin: 0 auto;
  line-height: 54px;
  position: relative;
}
.sw-ourteam-slider4 .block-title h3:before {
  content: "";
  width: 100px;
  height: 32px;
  background: url(../assets/img/line.png) no-repeat center center;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -50px;
}
.sw-ourteam-slider4 .slick-slider .slick-list {
  margin: 0 -15px;
}
.sw-ourteam-slider4 .slick-slider .item {
  text-align: center;
}
.sw-ourteam-slider4 .slick-slider .item .item-wrap {
  position: relative;
  margin-bottom: 60px;
}
.sw-ourteam-slider4 .slick-slider .item .item-wrap:last-child {
  margin-bottom: 0;
}
.sw-ourteam-slider4 .slick-slider .item .item-wrap .item-img {
  overflow: hidden;
  margin-bottom: 28px;
}
.sw-ourteam-slider4 .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-slider4 .slick-slider .item .item-wrap .item-content h3 {
  font-size: 24px;
  color: #00235a;
  text-transform: capitalize;
  font-weight: 500;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}
.sw-ourteam-slider4 .slick-slider .item .item-wrap .item-content .team-info {
  font-size: 14px;
  text-transform: capitalize;
  margin-bottom: 10px;
  color: #555;
}
.sw-ourteam-slider4 .slick-slider .item .item-wrap:hover {
  box-shadow: none;
}
.sw-ourteam-slider4 .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;
}
.price-tab {
  position: relative;
}
.price-tab .elementor-price-table .elementor-price-table__header {
  text-align: left;
}
.rtl .price-tab .elementor-price-table .elementor-price-table__header {
  text-align: right;
}
.price-tab .elementor-price-table .elementor-price-table__price {
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
.rtl .price-tab .elementor-price-table .elementor-price-table__features-list {
  text-align: right;
}
.price-tab .elementor-price-table .elementor-price-table__footer {
  text-align: left;
}
.rtl .price-tab .elementor-price-table .elementor-price-table__footer {
  text-align: right;
}
.price-tab .elementor-price-table .elementor-price-table__footer .elementor-price-table__button {
  position: relative;
}
.price-tab .elementor-price-table .elementor-price-table__footer .elementor-price-table__button: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: 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 .price-tab .elementor-price-table .elementor-price-table__footer .elementor-price-table__button: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);
}
.price-tab .elementor-price-table .elementor-price-table__footer .elementor-price-table__button:hover:after {
  background: url(../assets/img/readmore-arrow3.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;
}
.price-tab .elementor-price-table ul li {
  margin-bottom: 20px;
}
.price-tab .elementor-price-table ul li svg {
  height: 12px;
  width: 12px;
}
.rtl .price-tab .elementor-price-table ul li svg {
  margin-left: 10px;
  margin-right: 0;
}
.price-tab .elementor-price-table ul li:last-child {
  margin-bottom: 0;
}
.price-tab .elementor-price-table__ribbon .elementor-price-table__ribbon-inner {
  padding-top: 55px;
  padding-bottom: 5px;
}
.price-tab.style1:before {
  content: "";
  width: 65px;
  height: 16px;
  background: #ff5e15;
  position: absolute;
  top: 23px;
  left: 23px;
}
.rtl .price-tab.style1:before {
  left: auto;
  right: 23px;
}
.price-tab.style1:after {
  content: "";
  width: 16px;
  height: 65px;
  background: #ff5e15;
  position: absolute;
  top: 23px;
  left: 23px;
}
.rtl .price-tab.style1:after {
  left: auto;
  right: 23px;
}
.price-tab.style2:before {
  content: "";
  width: 65px;
  height: 16px;
  background: #ff5e15;
  position: absolute;
  bottom: 23px;
  right: 23px;
}
.rtl .price-tab.style2:before {
  right: auto;
  left: 23px;
}
.price-tab.style2:after {
  content: "";
  width: 16px;
  height: 65px;
  background: #ff5e15;
  position: absolute;
  bottom: 23px;
  right: 23px;
}
.rtl .price-tab.style2:after {
  right: auto;
  left: 23px;
}
.price-tab2 .elementor-container {
  border: 1px #ededed solid;
}
.price-tab2 .elementor-container .elementor-column {
  border-right: 1px #ededed solid;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.price-tab2 .elementor-container .elementor-column:last-child {
  border-right: none;
}
.price-tab2 .elementor-container .elementor-column: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;
}
.price-tab2 .elementor-price-table {
  padding: 30px;
  background: #fff;
}
.price-tab2 .elementor-price-table .elementor-price-table__header h3 {
  background: #ff5e15;
  display: inline-block;
  vertical-align: top;
  border-radius: 4px;
  padding: 3px 8px;
}
.price-tab2 .elementor-price-table .elementor-price-table__header span {
  clear: both;
  display: block;
}
.price-tab2 .elementor-price-table .elementor-price-table__price {
  border-bottom: 1px #ededed solid;
}
.price-tab2 .elementor-price-table .elementor-price-table__price .elementor-price-table__currency {
  font-weight: normal;
}
.price-tab2 .elementor-price-table ul li {
  margin-bottom: 18px;
}
.price-tab2 .elementor-price-table ul li i {
  font-size: 14px;
  margin-right: 6px;
}
.rtl .price-tab2 .elementor-price-table ul li i {
  margin-right: 0;
  margin-left: 6px;
}
.price-tab2 .elementor-price-table .elementor-price-table__footer a {
  width: 100%;
}
.rtl .price-tab2 .price-style1 .elementor-price-table ul {
  text-align: right;
}
.price-tab2 .price-style1 .elementor-price-table ul li:first-child {
  font-size: 14px !important;
  opacity: 0.7;
  font-weight: 400 !important;
}
.price-tab2 .price-style1.actives .elementor-price-table {
  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;
}
.price-tab2 .price-style1.actives .elementor-price-table .elementor-price-table__header span,
.price-tab2 .price-style1.actives .elementor-price-table .elementor-price-table__price span,
.price-tab2 .price-style1.actives .elementor-price-table ul li span {
  color: #fff !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;
}
.price-tab2 .price-style1.actives .elementor-price-table ul li i {
  color: #fff !important;
  opacity: 0.7;
}
.price-tab2 .price-style1.actives .elementor-price-table .elementor-price-table__footer a {
  background: #ff5e15 !important;
  color: #fff !important;
  border: 1px #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;
}
.responsive-post-style6 {
  margin-bottom: 110px;
}
.responsive-post-style6 .block-title {
  margin-bottom: 33px;
}
.responsive-post-style6 .block-title h3 {
  font-size: 45px;
  color: #00235a;
  padding-top: 40px;
  margin-bottom: 30px;
  font-weight: 600;
  line-height: 56px;
  position: relative;
}
.responsive-post-style6 .block-title h3:before {
  content: "";
  width: 100px;
  height: 32px;
  background: url(../assets/img/line.png) no-repeat center center;
  position: absolute;
  top: 0;
  left: 0;
}
.rtl .responsive-post-style6 .block-title h3:before {
  left: auto;
  right: 0;
}
.responsive-post-style6 .slider {
  margin: 0 -15px;
}
.responsive-post-style6 .slider .item .img_over {
  position: relative;
  overflow: hidden;
  margin-bottom: 19px;
}
.responsive-post-style6 .slider .item .img_over .readmore {
  position: absolute;
  bottom: 0;
  right: 0;
}
.rtl .responsive-post-style6 .slider .item .img_over .readmore {
  right: auto;
  left: 0;
}
.responsive-post-style6 .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-style6 .slider .item .img_over img {
  width: 100%;
}
.responsive-post-style6 .slider .item .entry-content .entry-meta {
  font-size: 14px;
  margin-bottom: 13px;
}
.responsive-post-style6 .slider .item .entry-content .entry-meta .entry-date {
  display: inline-block;
  vertical-align: top;
}
.responsive-post-style6 .slider .item .entry-content .entry-meta .entry-date a {
  color: #999;
}
.responsive-post-style6 .slider .item .entry-content .entry-meta .entry-cat {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
}
.responsive-post-style6 .slider .item .entry-content h4 {
  font-size: 26px;
  line-height: 32px;
  font-family: "Manrope", Helvetica, Arial, sans-serif !important;
  font-weight: 700;
}
.responsive-post-style6 .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-style6 .slider .item:hover .readmore a {
  color: #ff5e15;
}
.testi-tab {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.testi-tab .nav-tabs {
  width: 20%;
  margin-left: -20px;
  border-bottom: none;
}
.rtl .testi-tab .nav-tabs {
  margin-left: 0;
  margin-right: -20px;
}
.testi-tab .nav-tabs >li {
  margin-bottom: 30px;
  float: none;
}
.testi-tab .nav-tabs >li a {
  background: transparent;
  padding: 0;
  border: none !important;
}
.testi-tab .nav-tabs >li a img {
  border-radius: 50%;
  border: 4px transparent solid;
  overflow: hidden;
  padding: 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;
}
.testi-tab .nav-tabs >li:nth-child(2),
.testi-tab .nav-tabs >li:nth-child(3) {
  padding-left: 50px;
}
.rtl .testi-tab .nav-tabs >li:nth-child(2),
.rtl .testi-tab .nav-tabs >li:nth-child(3) {
  padding-left: 0;
  padding-right: 50px;
}
.testi-tab .nav-tabs >li:hover>a,
.testi-tab .nav-tabs >li.active>a,
.testi-tab .nav-tabs >li.active>a:hover,
.testi-tab .nav-tabs >li.active>a:focus {
  background: transparent;
  border: none !important;
  padding: 0;
}
.testi-tab .nav-tabs >li:hover>a img,
.testi-tab .nav-tabs >li.active>a img,
.testi-tab .nav-tabs >li.active>a:hover img,
.testi-tab .nav-tabs >li.active>a:focus img {
  border: 4px #ff5e15 solid;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.testi-tab .tab-content {
  width: 80%;
  -webkit-order: -1;
  -ms-order: -1;
  order: -1;
}
.testi-tab .tab-content .tab-pane {
  height: 530px;
  padding: 140px 60px 50px 60px;
  background: #ff5e15;
  border-radius: 50%;
  color: #00235a;
  text-align: center;
  position: relative;
}
.testi-tab .tab-content .tab-pane:before {
  position: absolute;
  top: 17%;
  left: -45px;
  content: "";
  border-top: 35px solid transparent;
  border-right: 120px solid #ff5e15;
  border-bottom: 90px solid transparent;
}
.rtl .testi-tab .tab-content .tab-pane:before {
  left: auto;
  right: -45px;
  border-left: 120px solid #ff5e15;
  border-right: none;
}
.testi-tab .tab-content .comment {
  font-size: 26px;
  line-height: 46px;
  font-weight: 700;
  margin-bottom: 41px;
  position: relative;
}
.testi-tab .tab-content .comment:before {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  top: -60px;
  left: 50%;
  margin-left: -25px;
  background: url(../assets/img/straight-quotes.svg) center no-repeat transparent;
  background-size: 45px;
}
.testi-tab .tab-content .name {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 800;
  position: relative;
}
.testi-tab .tab-content .name:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -16px;
  left: 50%;
  margin-left: -30px;
  width: 60px;
  height: 11px;
  background: url(../assets/img/star3.png) repeat scroll 0 0 transparent;
}
.project-slider4 {
  position: relative;
}
.project-slider4 .block-title {
  text-align: center;
  margin-bottom: 35px;
}
.project-slider4 .block-title h3 {
  font-size: 45px;
  color: #00235a;
  padding-top: 40px;
  margin-bottom: 30px;
  font-weight: 600;
  max-width: 540px;
  margin: 0 auto;
  line-height: 54px;
  position: relative;
}
.project-slider4 .block-title h3:before {
  content: "";
  width: 100px;
  height: 32px;
  background: url(../assets/img/line.png) no-repeat center center;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -50px;
}
.project-slider4 .block-title h3 {
  text-transform: capitalize;
}
.project-slider4 .slider {
  margin: 0 -15px;
}
.project-slider4 .slider .slick-list {
  overflow: inherit;
}
.project-slider4 .slider .item .item-content {
  margin-bottom: 20px;
  position: relative;
}
.project-slider4 .slider .item .item-content .item-img {
  margin-bottom: 28px;
  overflow: hidden;
  opacity: 0.5;
  -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-slider4 .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-slider4 .slider .item .item-content .entry-content {
  padding: 35px 40px;
  position: absolute;
  bottom: 35px;
  left: 35px;
  max-width: 530px;
  background: #fff;
  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-slider4 .slider .item .item-content .entry-content {
  left: auto;
  right: 35px;
}
.project-slider4 .slider .item .item-content .entry-content h4 {
  font-size: 26px;
  text-transform: capitalize;
  margin-bottom: 8px;
}
.project-slider4 .slider .item .item-content .entry-content .description {
  font-size: 13px;
  line-height: 23px;
  margin-bottom: 17px;
  color: #777;
  padding-right: 100px;
}
.rtl .project-slider4 .slider .item .item-content .entry-content .description {
  padding-right: 0;
  padding-left: 100px;
}
.project-slider4 .slider .item .item-content .entry-content .entry-meta {
  margin: 0 -15px;
}
.project-slider4 .slider .item .item-content .entry-content .entry-meta p {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: normal;
  color: #ff5e15;
  letter-spacing: 1px;
  margin-bottom: 3px;
}
.project-slider4 .slider .item .item-content .entry-content .entry-meta span {
  font-size: 14px;
  color: #333;
}
.project-slider4 .slider .item .item-content .entry-content .readmore {
  position: absolute;
  bottom: 0;
  right: 0;
}
.rtl .project-slider4 .slider .item .item-content .entry-content .readmore {
  right: auto;
  left: 0;
}
.project-slider4 .slider .item .item-content .entry-content .readmore a {
  display: inline-block;
  vertical-align: top;
  background: #ff5e15;
  color: #00235a;
  font-size: 24px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: 500;
}
.project-slider4 .slider .item .item-content .entry-content .readmore a:hover {
  background: #00235a;
  color: #fff;
}
.project-slider4 .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;
}
.project-slider4 .slider .item.slick-active .item-content .item-img,
.project-slider4 .slider .item.slick-active .item-content .entry-content {
  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;
}
.project-slider4 .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-slider4 .res-button.slick-prev {
  left: -45px;
}
.project-slider4 .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-slider4 .res-button.slick-next {
  right: -45px;
}
.project-slider4 .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-slider4 .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-slider4 .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-slider4 .res-button {
  width: 40px;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  top: 55%;
  box-shadow: none;
}
.project-slider4 .res-button:before {
  font-size: 22px !important;
}
.project-slider4: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;
}
.project-slider4:hover .res-button:before {
  color: #00235a;
}
.project-slider4:hover .res-button.slick-prev {
  left: 0;
}
.project-slider4:hover .res-button.slick-next {
  right: 0;
}
@media (max-width: 1199px) {
  .price-tab .elementor-price-table .elementor-price-table__price,
  .price-tab .elementor-price-table ul {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .price-tab .elementor-price-table .elementor-price-table__footer {
    padding-left: 44px !important;
    padding-right: 44px !important;
  }
  .price-tab .elementor-price-table .elementor-price-table__price {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .testi-tab .tab-content .comment {
    font-size: 24px;
    line-height: 40px;
  }
  .testi-tab .nav-tabs >li:nth-child(2),
  .testi-tab .nav-tabs >li:nth-child(3) {
    padding-left: 30px;
  }
  .rtl .testi-tab .nav-tabs >li:nth-child(2),
  .rtl .testi-tab .nav-tabs >li:nth-child(3) {
    padding-left: 0;
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .price-tab2 .elementor-container .elementor-column {
    width: 50% !important;
    border-bottom: 1px #ededed solid;
  }
  .price-style2 .elementor-price-table .elementor-price-table__price >span {
    display: block;
    width: 100%;
  }
  .testi-tab .tab-content .tab-pane:before {
    display: none;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .price-style2 .elementor-price-table .elementor-price-table__features-list {
    padding-bottom: 287px !important;
  }
  .box-scroll .elementor-container {
    overflow-y: hidden;
    white-space: nowrap;
    display: block;
  }
  .box-scroll .elementor-container .elementor-column {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    width: 350px;
  }
}
@media (max-width: 767px) {
  .home-style4 .revo-style3 {
    margin-top: 0 !important;
  }
  .revo-style3 .sl-text2 {
    font-size: 40px !important;
    letter-spacing: 3px !important;
  }
  .price-tab2 .elementor-container .elementor-column {
    width: 100% !important;
    border-bottom: 1px #ededed solid;
  }
  .price-tab2 .elementor-price-table .elementor-price-table__features-list {
    padding-bottom: 15px !important;
  }
  .service-slider4 .block-title h3,
  .sw-ourteam-slider4 .block-title h3,
  .project-slider4 .block-title h3,
  .responsive-post-style6 .block-title h3 {
    font-size: 32px;
    line-height: 40px;
  }
  .service-slider4,
  .sw-ourteam-slider4,
  .responsive-post-style6 {
    margin-bottom: 50px;
  }
  .project-slider4 .slider .item .item-content .entry-content {
    padding: 15px;
    position: static;
    max-width: 100%;
  }
  .project-slider4 .slider .item .item-content .entry-content .description,
  .project-slider4 .slider .item .item-content .entry-content .readmore {
    display: none;
  }
  .testi-tab {
    display: block;
  }
  .testi-tab .tab-content {
    width: 100%;
  }
  .testi-tab .tab-content .tab-pane {
    border-radius: 10px;
    padding: 100px 30px 60px 30px;
    height: auto;
  }
  .rtl .testi-tab .tab-content .tab-pane {
    padding: 100px 30px 60px 30px;
  }
  .testi-tab .tab-content .comment {
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 20px;
  }
  .testi-tab .tab-content .name {
    font-size: 16px;
  }
  .testi-tab .nav-tabs {
    width: 100%;
    margin-left: 0;
  }
  .rtl .testi-tab .nav-tabs {
    margin-right: 0;
  }
  .testi-tab .nav-tabs li {
    display: inline-block;
    vertical-align: top;
  }
  .testi-tab .nav-tabs li:nth-child(2),
  .testi-tab .nav-tabs li:nth-child(3) {
    padding-left: 0;
  }
  .rtl .testi-tab .nav-tabs li:nth-child(2),
  .rtl .testi-tab .nav-tabs li:nth-child(3) {
    padding-right: 0;
  }
  .testi-tab .nav-tabs li a img {
    width: 60px;
  }
}
.home-style5 h1,
.home-style5 h2,
.home-style5 h3,
.home-style5 h4,
.home-style5 h5,
.home-style5 h6 {
  font-family: "Inter", Helvetica, Arial, sans-serif !important;
}
.revo-style3 rs-module-wrap .tparrows.custom {
  width: 35px !important;
  height: 50px !important;
  background: #fff !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-style3 rs-module-wrap .tparrows.custom:before {
  line-height: 50px !important;
  color: #00235a !important;
  font-weight: bold;
  -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-style3 rs-module-wrap .tparrows.custom: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;
}
.revo-style3 rs-module-wrap .tparrows.custom:hover:before {
  color: #fff !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-style3 rs-module-wrap .tp-bullet {
  background: #fff;
  width: 35px;
  height: 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;
}
.revo-style3 rs-module-wrap .tp-bullet.selected,
.revo-style3 rs-module-wrap .tp-bullet:hover {
  background: #ff5e15;
  height: 3px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: -1px;
}
.sw-woo-tab-style {
  position: relative;
  margin-bottom: 29px;
}
.sw-woo-tab-style .nav-tabs-select {
  margin-bottom: 19px;
}
.sw-woo-tab-style .nav-tabs-select .button-collapse {
  display: none;
}
.sw-woo-tab-style .nav-tabs-select .nav-tabs {
  margin: 0;
  border-bottom: 1px #ededed solid;
  text-align: center;
}
.sw-woo-tab-style .nav-tabs-select .nav-tabs li {
  display: inline-block;
  vertical-align: top;
  float: none;
  padding: 0 20px;
  position: relative;
}
.sw-woo-tab-style .nav-tabs-select .nav-tabs li a {
  font-size: 18px;
  text-transform: capitalize;
  border: none;
  display: inline-block;
  color: #333;
  vertical-align: top;
  padding: 15px 0;
  margin: 0;
  background: transparent;
  font-weight: normal;
}
.sw-woo-tab-style .nav-tabs-select .nav-tabs li a:hover:before {
  width: 100%;
  left: 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-woo-tab-style .nav-tabs-select .nav-tabs li a:before {
  content: "";
  width: 0;
  height: 2px;
  background: #ff5e15;
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 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-woo-tab-style .nav-tabs-select .nav-tabs li.active a {
  font-weight: bold;
}
.sw-woo-tab-style .nav-tabs-select .nav-tabs li.active a:before {
  width: 100%;
  left: 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-woo-tab-style .nav-tabs-select .nav-tabs li.active a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -6px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ff5e15;
}
.sw-woo-tab-style .tab-content {
  position: relative;
}
.sw-woo-tab-style .tab-content .resp-slider-container .slider {
  margin: 0 -1px;
}
.sw-woo-tab-style .tab-content .resp-slider-container .slider .item {
  padding: 0;
}
.sw-woo-tab-style .tab-content .resp-slider-container .slider .item .item-wrap2 {
  padding: 0 13px;
  position: relative;
}
.sw-woo-tab-style .tab-content .resp-slider-container .slider .item .item-wrap2:before {
  content: "";
  width: 1px;
  height: 92%;
  background: #ededed;
  position: absolute;
  top: 0;
  right: 0;
}
.sw-woo-tab-style .tab-content .resp-slider-container .slider .item:last-child .item-wrap2:before {
  display: none;
}
.sw-woo-tab-style .tab-content .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;
}
.sw-woo-tab-style .tab-content .res-button.slick-prev {
  left: -45px;
}
.sw-woo-tab-style .tab-content .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;
}
.sw-woo-tab-style .tab-content .res-button.slick-next {
  right: -45px;
}
.sw-woo-tab-style .tab-content .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;
}
.sw-woo-tab-style .tab-content .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;
}
.sw-woo-tab-style .tab-content .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;
}
.sw-woo-tab-style .tab-content .res-button {
  top: 41%;
  width: 34px;
}
.sw-woo-tab-style .tab-content:hover .res-button {
  opacity: 1;
  visibility: visible;
  box-shadow: none;
  font-weight: bold;
  background: #f5f5f5;
  -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-woo-tab-style .tab-content:hover .res-button.slick-prev {
  left: 0;
}
.sw-woo-tab-style .tab-content:hover .res-button.slick-next {
  right: 0;
}
.sw-woo-tab-style .tab-content:hover .res-button:hover {
  background: #ff5e15;
}
.box-countdown1 > .elementor-widget-wrap {
  padding-left: 365px !important;
  padding-right: 52px !important;
  padding-top: 46px !important;
}
.rtl .box-countdown1 > .elementor-widget-wrap {
  padding-left: 50px !important;
  padding-right: 360px !important;
}
.countdown-slider {
  position: relative;
}
.countdown-slider .slider {
  margin: -5px;
}
.countdown-slider .slider .item {
  padding: 0 5px;
}
.countdown-slider .slider .item .item-wrap2 {
  padding: 0 8px;
  background: #fff;
}
.countdown-slider .slider .item .item-wrap2 .item-detail .item-content {
  padding-bottom: 5px;
}
.countdown-slider .slider .item .item-wrap2 .item-detail .item-content .item-price {
  margin-bottom: 13px;
}
.countdown-slider .slider .item .item-wrap2 .item-detail .item-content .item-cart {
  bottom: 66px;
}
.countdown-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;
}
.countdown-slider .res-button.slick-prev {
  left: -45px;
}
.countdown-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;
}
.countdown-slider .res-button.slick-next {
  right: -45px;
}
.countdown-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;
}
.countdown-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;
}
.countdown-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;
}
.countdown-slider .res-button {
  top: 41%;
  width: 34px;
}
.countdown-slider:hover .res-button {
  opacity: 1;
  visibility: visible;
  box-shadow: none;
  font-weight: bold;
  background: #f5f5f5;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.countdown-slider:hover .res-button.slick-prev {
  left: 0;
}
.countdown-slider:hover .res-button.slick-next {
  right: 0;
}
.countdown-slider:hover .res-button:hover {
  background: #ff5e15;
}
.sw-woo-tab-style1 {
  position: relative;
  margin-bottom: 29px;
}
.sw-woo-tab-style1 .nav-tabs-select {
  border-bottom: 1px #ededed solid;
  padding-bottom: 15px;
  position: relative;
}
.sw-woo-tab-style1 .nav-tabs-select:before {
  content: "";
  width: 120px;
  height: 2px;
  background: #ff5e15;
  position: absolute;
  bottom: 0;
  left: 0;
}
.rtl .sw-woo-tab-style1 .nav-tabs-select:before {
  left: auto;
  right: 0;
}
.sw-woo-tab-style1 .nav-tabs-select .button-collapse {
  display: none;
}
.sw-woo-tab-style1 .nav-tabs-select .block-title h3 {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: bold;
}
.sw-woo-tab-style1 .nav-tabs-select .block-title h3 a {
  color: #333;
}
.sw-woo-tab-style1 .nav-tabs-select .block-title h3 a:hover {
  color: #ff5e15;
}
.sw-woo-tab-style1 .nav-tabs-select .nav-tabs {
  border-bottom: none;
  margin-top: -2px;
}
.sw-woo-tab-style1 .nav-tabs-select .nav-tabs li a {
  font-size: 14px;
  color: #333;
  padding: 6px 15px;
  border-radius: 15px;
  border: none;
}
.sw-woo-tab-style1 .nav-tabs-select .nav-tabs li a:hover {
  color: #ff5e15;
  background: transparent;
}
.sw-woo-tab-style1 .nav-tabs-select .nav-tabs >li.active>a,
.sw-woo-tab-style1 .nav-tabs-select .nav-tabs >li.active>a:hover,
.sw-woo-tab-style1 .nav-tabs-select .nav-tabs >li.active>a:focus {
  border: none;
  background: #ff5e15;
  color: #fff;
}
.sw-woo-tab-style1 .category-slider-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.sw-woo-tab-style1 .category-slider-content .child-top {
  width: 16%;
  padding-top: 25px;
  padding-right: 15px;
}
.rtl .sw-woo-tab-style1 .category-slider-content .child-top {
  padding-right: 0;
  padding-left: 15px;
}
.sw-woo-tab-style1 .category-slider-content .child-top ul {
  margin: 0;
}
.sw-woo-tab-style1 .category-slider-content .child-top ul li {
  border-bottom: 1px #ededed solid;
}
.sw-woo-tab-style1 .category-slider-content .child-top ul li a {
  display: block;
  padding: 11px 0;
  font-size: 14px;
  color: #333;
}
.sw-woo-tab-style1 .category-slider-content .child-top ul li a:hover {
  color: #ff5e15;
}
.sw-woo-tab-style1 .category-slider-content .child-top ul li:last-child {
  border-bottom: none;
}
.sw-woo-tab-style1 .category-slider-content .banner-category {
  width: 25.8%;
}
.sw-woo-tab-style1 .category-slider-content .banner-category .item a {
  display: block;
  overflow: hidden;
}
.sw-woo-tab-style1 .category-slider-content .banner-category .item 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;
  margin-bottom: 0;
}
.sw-woo-tab-style1 .category-slider-content .banner-category .item 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;
}
.sw-woo-tab-style1 .category-slider-content .tab-content {
  width: 58.2%;
  padding-top: 10px;
}
.sw-woo-tab-style1 .category-slider-content .tab-content .slider {
  padding: 0 5px;
}
.sw-woo-tab-style1 .category-slider-content .tab-content .slider .slick-list {
  overflow: inherit;
}
.sw-woo-tab-style1 .category-slider-content .tab-content .slider .item {
  padding: 0;
}
.sw-woo-tab-style1 .category-slider-content .tab-content .slider .item .item-wrap2 {
  padding: 0 10px;
  margin-bottom: 5px;
  position: relative;
}
.sw-woo-tab-style1 .category-slider-content .tab-content .slider .item .item-wrap2:before {
  content: "";
  width: 1px;
  height: 92%;
  background: #ededed;
  position: absolute;
  top: 0;
  right: 0;
}
.sw-woo-tab-style1 .category-slider-content .tab-content .slider .item:last-child .item-wrap2:before {
  display: none;
}
.box-offer .elementor-image-box-content {
  padding-top: 5px;
}
.rtl .box-offer .elementor-position-left .elementor-image-box-img {
  margin-right: 0;
  margin-left: 10px;
}
.sales-first .elementor-image-box-wrapper {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.sales-first .elementor-image-box-img {
  margin-top: 5px !important;
}
.rtl .sales-first .elementor-image-box-img {
  margin-right: 0 !important;
  margin-left: 9px !important;
}
.sales-first .elementor-image-box-content {
  width: auto;
}
.sales-first .elementor-image-box-description span {
  font-size: 13px;
  margin: 0 30px;
  border: 1px dashed #ff5e15;
  text-transform: uppercase;
  padding: 3px 15px;
}
.sales-first .elementor-image-box-description i {
  color: #555;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
}
@media (min-width: 1200px) {
  .box-complete {
    position: relative;
  }
  .box-complete:before {
    content: "";
    height: 82%;
    width: 1px;
    background: #444;
    position: absolute;
    top: 15px;
    right: 20px;
  }
  .rtl .box-complete:before {
    right: auto;
    left: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .sw-woo-tab-style1 .category-slider-content .child-top {
    width: 15%;
  }
  .sw-woo-tab-style1 .category-slider-content .banner-category {
    width: 26.5%;
  }
  .sw-woo-tab-style1 .category-slider-content .tab-content {
    width: 58.5%;
  }
}
@media (max-width: 1199px) {
  .sw-woo-tab-style1 .category-slider-content .child-top {
    display: none;
  }
  .sw-woo-tab-style1 .category-slider-content .banner-category {
    width: 38%;
  }
  .sw-woo-tab-style1 .category-slider-content .tab-content {
    width: 62%;
  }
  .sw-woo-tab-style1 .category-slider-content .tab-content .slider {
    overflow: hidden;
  }
  .box-countdown1 > .elementor-widget-wrap {
    padding: 40px 30px 0px 30px !important;
    background: #ff5e15 !important;
  }
  .rtl .box-countdown1 > .elementor-widget-wrap {
    padding: 40px 30px 0px 30px !important;
  }
  .all-for1 >.elementor-widget-wrap {
    padding: 15px 12px !important;
  }
}
@media (max-width: 991px) {
  .sw-woo-tab-style1 .category-slider-content .child-top,
  .sw-woo-tab-style1 .category-slider-content .banner-category {
    display: none;
  }
  .sw-woo-tab-style1 .category-slider-content .tab-content {
    width: 100%;
  }
  .box-offer .elementor-widget-heading  >.elementor-widget-container {
    margin-top: 10px !important;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .box-offer .elementor-image-box-img {
    display: none;
  }
}
@media (max-width: 767px) {
  .sw-woo-tab-style .tab-pane .responsive-slider .slider .item .item-wrap2,
  .sw-woo-tab-style1 .tab-pane .responsive-slider .slider .item .item-wrap2 {
    border-right: none;
  }
  .rtl .sw-woo-tab-style .tab-pane .responsive-slider .slider .item .item-wrap2,
  .rtl .sw-woo-tab-style1 .tab-pane .responsive-slider .slider .item .item-wrap2 {
    border-left: none;
  }
  .sw-woo-tab-style .nav-tabs-select,
  .sw-woo-tab-style1 .nav-tabs-select {
    display: block;
    height: 40px;
    width: 100%;
  }
  .sw-woo-tab-style .nav-tabs-select .button-collapse,
  .sw-woo-tab-style1 .nav-tabs-select .button-collapse {
    position: absolute;
    top: 0;
    z-index: 99;
    display: block;
    background: #222;
    border-radius: 3px;
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    right: 0;
    text-align: center;
    width: 30px;
  }
  .sw-woo-tab-style .nav-tabs-select .button-collapse:hover,
  .sw-woo-tab-style1 .nav-tabs-select .button-collapse:hover {
    background: #ff5e15;
  }
  .rtl .sw-woo-tab-style .nav-tabs-select .button-collapse,
  .rtl .sw-woo-tab-style1 .nav-tabs-select .button-collapse {
    right: auto;
    left: 0;
  }
  .sw-woo-tab-style .nav-tabs-select .button-collapse:before,
  .sw-woo-tab-style1 .nav-tabs-select .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;
  }
  .sw-woo-tab-style .nav-tabs-select .button-collapse.collapsed:before,
  .sw-woo-tab-style1 .nav-tabs-select .button-collapse.collapsed:before {
    content: '\f0c9';
  }
  .sw-woo-tab-style .nav-tabs-select ul.nav-tabs,
  .sw-woo-tab-style1 .nav-tabs-select ul.nav-tabs {
    padding: 0;
    border: 0;
    height: 0;
    margin: 0;
    overflow: hidden;
    text-align: right;
    position: absolute;
    top: 40px;
    z-index: 99;
    left: 0px;
    border: none !important;
    background: #fff;
    width: 100%;
  }
  .rtl .sw-woo-tab-style .nav-tabs-select ul.nav-tabs,
  .rtl .sw-woo-tab-style1 .nav-tabs-select ul.nav-tabs {
    left: auto;
    right: 0;
    text-align: left;
  }
  .sw-woo-tab-style .nav-tabs-select ul.nav-tabs li,
  .sw-woo-tab-style1 .nav-tabs-select ul.nav-tabs li {
    list-style: none;
    line-height: 40px;
    float: none !important;
    width: 100%;
    padding: 0;
    border-radius: 0;
    border: 0;
    background-color: #fff;
  }
  .sw-woo-tab-style .nav-tabs-select ul.nav-tabs li:before,
  .sw-woo-tab-style1 .nav-tabs-select ul.nav-tabs li:before {
    display: none;
  }
  .sw-woo-tab-style .nav-tabs-select ul.nav-tabs li:first-child > a,
  .sw-woo-tab-style1 .nav-tabs-select ul.nav-tabs li:first-child > a {
    border-top: 0;
  }
  .sw-woo-tab-style .nav-tabs-select ul.nav-tabs li a,
  .sw-woo-tab-style1 .nav-tabs-select ul.nav-tabs li a {
    display: block;
    padding: 5px 0;
    border-radius: 0;
    margin: 0;
    background: transparent !important;
  }
  .sw-woo-tab-style .nav-tabs-select ul.nav-tabs li a:after,
  .sw-woo-tab-style1 .nav-tabs-select ul.nav-tabs li a:after {
    display: none;
  }
  .sw-woo-tab-style .nav-tabs-select ul.nav-tabs li.active > a,
  .sw-woo-tab-style .nav-tabs-select ul.nav-tabs li:hover > a,
  .sw-woo-tab-style1 .nav-tabs-select ul.nav-tabs li.active > a,
  .sw-woo-tab-style1 .nav-tabs-select ul.nav-tabs li:hover > a {
    color: #ff5e15 !important;
  }
  .sw-woo-tab-style .nav-tabs-select ul.nav-tabs li.active > a:before,
  .sw-woo-tab-style .nav-tabs-select ul.nav-tabs li:hover > a:before,
  .sw-woo-tab-style1 .nav-tabs-select ul.nav-tabs li.active > a:before,
  .sw-woo-tab-style1 .nav-tabs-select ul.nav-tabs li:hover > a:before {
    opacity: 0 !important;
  }
  .sw-woo-tab-style .res-button,
  .sw-woo-tab-style1 .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;
  }
  .sw-woo-tab-style .res-button.slick-prev,
  .sw-woo-tab-style1 .res-button.slick-prev {
    left: -45px;
  }
  .sw-woo-tab-style .res-button.slick-prev:before,
  .sw-woo-tab-style1 .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;
  }
  .sw-woo-tab-style .res-button.slick-next,
  .sw-woo-tab-style1 .res-button.slick-next {
    right: -45px;
  }
  .sw-woo-tab-style .res-button.slick-next:before,
  .sw-woo-tab-style1 .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;
  }
  .sw-woo-tab-style .res-button:hover,
  .sw-woo-tab-style1 .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;
  }
  .sw-woo-tab-style .res-button:hover:before,
  .sw-woo-tab-style1 .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;
  }
  .sw-woo-tab-style .res-button,
  .sw-woo-tab-style1 .res-button {
    top: 53%;
    width: 34px;
  }
  .sw-woo-tab-style:hover .res-button,
  .sw-woo-tab-style1:hover .res-button {
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    font-weight: bold;
    background: #f5f5f5;
    -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-woo-tab-style:hover .res-button.slick-prev,
  .sw-woo-tab-style1:hover .res-button.slick-prev {
    left: 0;
  }
  .sw-woo-tab-style:hover .res-button.slick-next,
  .sw-woo-tab-style1:hover .res-button.slick-next {
    right: 0;
  }
  .sw-woo-tab-style:hover .res-button:hover,
  .sw-woo-tab-style1:hover .res-button:hover {
    background: #ff5e15;
  }
}
.home-style6 h1,
.home-style6 h2,
.home-style6 h3,
.home-style6 h4,
.home-style6 h5,
.home-style6 h6 {
  font-family: "Oswald", Helvetica, Arial, sans-serif !important;
}
.home-style6 .revo-style4 {
  margin-top: -102px !important;
}
.home-style6 .header-elementor6 {
  padding-top: 20px;
  z-index: 9;
  -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-style6 .header-elementor6 .nav-pills >li > a,
.home-style6 .header-elementor6 .a-visit a span {
  color: #fff;
}
.home-style6 .header-elementor6 .a-visit a:hover span {
  color: #00235a;
}
.home-style6 .header-elementor6 .top-logo img {
  -webkit-filter: brightness(1) sepia(0);
  filter: brightness(1) sepia(0);
}
.home-style6 .header-elementor6.elementor-sticky--effects {
  background: #0A172B;
  box-shadow: none;
  padding-top: 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;
}
.revo-style4 rs-module-wrap .tp-bullets .tp-bullet {
  background: transparent !important;
}
.revo-style4 rs-module-wrap .tp-bullets .tp-bullet .tp-bullet-title {
  display: none;
}
.revo-style4 rs-module-wrap .tp-bullets .tp-bullet:before {
  font-size: 20px;
  color: #fff;
}
.revo-style4 rs-module-wrap .tp-bullets .tp-bullet:after {
  content: "";
  width: 40px;
  height: 2px;
  background: #fff;
  display: block;
  position: absolute;
  top: 11px;
  left: 30px;
}
.revo-style4 rs-module-wrap .tp-bullets .tp-bullet:first-child:before {
  content: "1";
  display: inline-block;
  vertical-align: top;
}
.revo-style4 rs-module-wrap .tp-bullets .tp-bullet:nth-child(2):before {
  content: "2";
  display: inline-block;
  vertical-align: top;
}
.revo-style4 rs-module-wrap .tp-bullets .tp-bullet:nth-child(3):before {
  content: "3";
  display: inline-block;
  vertical-align: top;
}
.revo-style4 rs-module-wrap .tp-bullets .tp-bullet.selected:before,
.revo-style4 rs-module-wrap .tp-bullets .tp-bullet:hover:before {
  font-weight: 600;
}
.revo-style4 rs-module-wrap .tp-bullets .tp-bullet:last-child:after {
  display: none;
}
.phone-pos {
  position: fixed;
  bottom: 80px;
  left: 85px;
  z-index: 9;
  text-align: left;
  width: auto !important;
}
.phone-pos a:hover {
  animation-name: elementor-animation-buzz-out;
  animation-duration: .75s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}
.revo-video1 rs-module-wrap .gyges {
  margin-top: -35px;
}
.revo-video1 rs-module-wrap .gyges .tp-thumb-img-wrap {
  padding: 2px !important;
}
.revo-video1 rs-module-wrap .gyges .tp-thumb-img-wrap .tp-thumb-image {
  box-shadow: none !important;
}
.box-title2 span {
  position: relative;
}
.box-title2 span:before {
  content: "";
  width: 150px;
  height: 10px;
  background: #ff5e15;
  position: absolute;
  bottom: 8px;
  left: 0;
  z-index: -1;
}
.box-title3 h3 {
  position: relative;
  z-index: 2;
}
.box-title3 h3:before {
  content: "";
  width: 200px;
  height: 10px;
  background: #ff5e15;
  position: absolute;
  bottom: 4px;
  left: 50%;
  margin-left: -100px;
  z-index: -1;
}
.project-infomation {
  margin: 0;
}
.project-infomation li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  padding: 12px 15px;
}
.project-infomation li span {
  font-size: 14px;
  color: #777;
}
.project-infomation li label {
  font-size: 14px;
  color: #000;
  font-weight: 500;
  margin-bottom: 0;
}
.project-infomation li:nth-child(2n+1) {
  background: #fafafa;
}
.box-image3 .elementor-image-box-content {
  padding-left: 50px;
}
.rtl .box-image3 .elementor-image-box-content {
  padding-left: 0;
  padding-right: 50px;
}
.box-image3 .elementor-image-box-content .elementor-image-box-title {
  position: relative;
}
.box-image3 .elementor-image-box-content .elementor-image-box-title:before {
  content: "";
  width: 30px;
  height: 2px;
  background: #00235a;
  position: absolute;
  top: 12px;
  left: -50px;
}
.rtl .box-image3 .elementor-image-box-content .elementor-image-box-title:before {
  left: auto;
  right: -50px;
}
.box-building p {
  line-height: 30px !important;
}
.policy-text1 h3 {
  display: none;
}
.policy-text1 .elementor-icon-box-description label {
  color: #eb2b17;
  font-weight: 600;
}
.rtl .policy-text1 .elementor-icon-box-description {
  text-align: right;
}
.rtl .policy-text1 .elementor-icon-box-icon {
  margin-right: 0 !important;
  margin-left: 12px;
}
.policy-text1.v2 .elementor-icon-box-icon {
  padding-top: 4px;
}
.policy-text1.v2 .elementor-icon-box-description {
  line-height: 20px !important;
}
.policy-text1.v3 .elementor-icon-box-icon {
  padding-top: 2px;
}
.policy-text1.v3 label {
  margin-bottom: 0;
}
.down-price .elementor-button-icon svg {
  width: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
}
.rtl .down-price .elementor-button-icon {
  margin-right: 0 !important;
  margin-left: 8px !important;
}
.sw-instargram .sb_instagram_header {
  display: none;
}
.sw-instargram .sbi_item .sbi_photo_wrap a:before {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 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;
}
.sw-instargram .sbi_item .sbi_photo_wrap a:after {
  content: "";
  width: 24px;
  height: 26px;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -12px;
  margin-top: -13px;
  background: url('../assets/img/search.svg') no-repeat center center;
  background-size: 22px;
  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-instargram .sbi_item .sbi_photo_wrap a:hover:before {
  opacity: 0.8;
  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;
}
.sw-instargram .sbi_item .sbi_photo_wrap a:hover:after {
  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;
}
body.elementor-editor-active .header-elementor6 {
  background: #000;
}
body.elementor-editor-active .sb_instagram_header {
  display: block;
}
body.elementor-editor-active .revo-style4 {
  margin-top: 0px !important;
}
.box-welcome {
  padding-right: 20px;
}
.rtl .box-welcome {
  padding-right: 0;
  padding-left: 20px;
}
.form-plan .elementor-form-fields-wrapper .elementor-column:first-child {
  margin-bottom: 10px;
}
.form-plan .elementor-form-fields-wrapper .elementor-column:nth-child(2),
.form-plan .elementor-form-fields-wrapper .elementor-column:nth-child(4) {
  width: 49%;
  margin-right: 2%;
  float: left;
}
.rtl .form-plan .elementor-form-fields-wrapper .elementor-column:nth-child(2),
.rtl .form-plan .elementor-form-fields-wrapper .elementor-column:nth-child(4) {
  margin-right: 0;
  margin-left: 2%;
  float: right;
}
.form-plan .elementor-form-fields-wrapper .elementor-column:nth-child(3),
.form-plan .elementor-form-fields-wrapper .elementor-column:nth-child(5) {
  width: 49%;
  float: left;
}
.form-plan .elementor-form-fields-wrapper .elementor-column:nth-child(6) {
  clear: both;
}
.form-plan .elementor-form-fields-wrapper .elementor-column input[type="date"] {
  color: #999 !important;
}
.form-plan .elementor-form-fields-wrapper .elementor-column .elementor-select-wrapper:before {
  color: #000 !important;
}
.apartment-portfolio .block-title {
  margin-bottom: 32px;
}
.apartment-portfolio .block-title h3 {
  font-size: 40px;
  color: #00235a;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
}
.apartment-portfolio .block-title h3:before {
  content: "";
  width: 200px;
  height: 10px;
  background: #ff5e15;
  position: absolute;
  bottom: -2px;
  left: 50%;
  margin-left: -100px;
  z-index: -1;
}
.rtl .apartment-portfolio .block-title h3:before {
  left: auto;
  right: 50%;
  margin-left: 0;
  margin-right: -100px;
}
.apartment-portfolio .apartment-tab {
  margin-bottom: 47px;
}
.apartment-portfolio .apartment-tab button {
  display: none;
}
.apartment-portfolio .apartment-tab ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  text-align: center;
  margin: 0;
  list-style: none;
  border-bottom: 1px #ddd solid;
}
.apartment-portfolio .apartment-tab ul li {
  padding: 22px 0px;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #00235a;
  width: 20%;
  position: relative;
}
.apartment-portfolio .apartment-tab ul li:before {
  content: "";
  width: 0;
  height: 3px;
  background: #ff5e15;
  left: 50%;
  position: absolute;
  bottom: 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;
}
.apartment-portfolio .apartment-tab ul li:hover {
  cursor: pointer;
}
.apartment-portfolio .apartment-tab ul li.selected,
.apartment-portfolio .apartment-tab ul li:hover {
  position: relative;
}
.apartment-portfolio .apartment-tab ul li.selected:before,
.apartment-portfolio .apartment-tab ul li:hover:before {
  width: 100%;
  left: 0;
  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;
}
.apartment-portfolio .apartment-container {
  overflow: hidden;
}
.apartment-portfolio .apartment-container ul li {
  list-style: none;
}
.apartment-portfolio .apartment-container .plans-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 0 -15px;
}
.apartment-portfolio .apartment-container .plans-content .entry-content {
  width: 39%;
  padding: 0 15px;
}
.apartment-portfolio .apartment-container .plans-content .entry-content .titles {
  font-size: 24px;
  margin-bottom: 9px;
  color: #00235a;
  font-weight: normal;
}
.apartment-portfolio .apartment-container .plans-content .entry-content .description {
  font-size: 14px;
  line-height: 25px;
  color: #00235a;
}
.apartment-portfolio .apartment-container .plans-content .entry-content .description {
  margin-bottom: 20px;
}
.apartment-portfolio .apartment-container .plans-content .entry-content .entry-meta {
  margin-bottom: 25px;
}
.apartment-portfolio .apartment-container .plans-content .entry-content .entry-meta .meta-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px #ededed solid;
  padding: 11px 0;
}
.apartment-portfolio .apartment-container .plans-content .entry-content .entry-meta .meta-item label {
  font-size: 14px;
  color: #777;
  font-weight: normal;
  margin-bottom: 0;
}
.apartment-portfolio .apartment-container .plans-content .entry-content .entry-meta .meta-item span {
  font-size: 14px;
  color: #00235a;
  font-weight: 600;
}
.apartment-portfolio .apartment-container .plans-content .entry-content .entry-meta .meta-item:nth-child(5),
.apartment-portfolio .apartment-container .plans-content .entry-content .entry-meta .meta-item:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}
.apartment-portfolio .apartment-container .plans-content .entry-content .a-visit {
  border: 2px #ff5e15 solid;
  font-size: 12px;
  color: #00235a;
  text-transform: uppercase;
  text-align: center;
  height: 45px;
  line-height: 43px;
  padding: 0 15px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.apartment-portfolio .apartment-container .plans-content .entry-content .a-visit:hover {
  cursor: pointer;
  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;
}
.apartment-portfolio .apartment-container .plans-content .item-img {
  width: 61%;
  padding: 0 15px;
}
.single-apartment .apartment {
  margin-bottom: 100px;
}
.single-apartment .apartment .entry-top {
  text-align: center;
  padding-top: 80px;
}
.single-apartment .apartment .entry-top h2 {
  font-size: 50px;
  color: #00235a;
  text-transform: uppercase;
}
.single-apartment .apartment .entry-top .entry-content-single {
  max-width: 750px;
  margin: 0 auto 80px auto;
}
.single-apartment .apartment .entry-top .entry-content-single p {
  font-size: 14px;
  color: #555;
  line-height: 24px;
}
.single-apartment .apartment .gallery-apartment {
  margin-bottom: 50px;
}
.single-apartment .apartment .entry-bottom {
  background: #fafafa;
  padding: 30px;
}
.single-apartment .apartment .entry-bottom .entry-meta {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
}
.single-apartment .apartment .entry-bottom .entry-meta .meta-item {
  color: #00235a;
}
.single-apartment .apartment .entry-bottom .entry-meta .meta-item h3 {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.single-apartment .apartment .entry-bottom .entry-meta .meta-item span {
  font-size: 18px;
}
.first-apartment {
  visibility: hidden;
  height: 0;
}
@media (min-width: 1200px) {
  .project-infomation {
    padding-left: 40px;
  }
  .rtl .project-infomation {
    padding-left: 0;
    padding-right: 40px;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .header-elementor6 >.elementor-container {
    max-width: 1170px !important;
  }
  .phone-pos {
    display: none;
  }
  .revo-style4 rs-module-wrap .tp-bullets {
    transform: translate(-186px,-50px) !important;
  }
}
@media (max-width: 1199px) {
  .home-style6 .header-elementor6 {
    padding-top: 0;
    background: #000;
  }
  .home-style6 .revo-style4 {
    margin-top: 0 !important;
  }
  .revo-style4 rs-module-wrap .tp-bullets.ares {
    display: none;
  }
  .phone-pos {
    display: none;
  }
}
@media (max-width: 991px) {
  .apartment-portfolio .apartment-container .plans-content {
    display: block;
  }
  .apartment-portfolio .apartment-container .plans-content .entry-content,
  .apartment-portfolio .apartment-container .plans-content .item-img {
    width: 100%;
  }
  .sl-more3 {
    font-size: 10px !important;
    line-height: 30px !important;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .box-image3 .elementor-image-box-content {
    padding: 0 10px;
  }
  .rtl .box-image3 .elementor-image-box-content {
    padding: 0 10px;
  }
  .box-image3 .elementor-image-box-content h3:before {
    display: none;
  }
  .box-avai {
    padding-left: 210px;
  }
}
@media (max-width: 767px) {
  .single-apartment .apartment .entry-bottom .entry-meta {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .single-apartment .apartment .entry-bottom .entry-meta .meta-item {
    margin-bottom: 30px;
  }
  .single-apartment .apartment .entry-bottom .entry-meta .meta-item:last-child {
    margin-bottom: 0;
  }
  .apartment-portfolio .apartment-tab {
    margin-bottom: 30px;
    position: relative;
  }
  .apartment-portfolio .apartment-tab ul {
    height: 0;
    overflow: hidden;
    border-bottom: none;
    position: absolute;
    top: 38px;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 2;
    display: block;
  }
  .apartment-portfolio .apartment-tab ul li {
    width: 100%;
    padding: 10px 0;
  }
  .apartment-portfolio .apartment-tab ul li:before {
    height: 1px;
  }
  .apartment-portfolio .apartment-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 .apartment-portfolio .apartment-tab .button-collapse {
    left: 0;
    right: auto;
  }
  .apartment-portfolio .apartment-tab .button-collapse.collapsed:before {
    content: '\f0c9';
  }
  .apartment-portfolio .apartment-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;
  }
}
.elementor-element .elementor-widget-shortcode:empty {
  margin: 0;
}
.elementor-element.product_detail .content_product_detail .item-meta {
  margin-top: 0;
}
.elementor-element.product_detail .content_product_detail .cart .quantity .plus {
  background-position: top 14px center;
}
.elementor-element.product_detail .content_product_detail .cart .quantity .minus {
  background-position: top 14px center;
}
.elementor-element.product_detail .content_product_detail .product-countdown .countdown-row .countdown-section {
  padding: 6px 0;
  margin-right: 10px;
}
.rtl .elementor-element.product_detail .content_product_detail .product-countdown .countdown-row .countdown-section {
  margin-right: 0;
  margin-left: 10px;
}
.elementor-element.product_detail .content_product_detail .product-countdown .countdown-row .countdown-section .countdown-amount {
  width: 55px;
}
.box-shortcode-e {
  position: static;
}
.woocommerce .product-image-e span.onsale {
  display: none;
}
.woocommerce div.product.elementor .quantity+.button {
  margin-left: 0;
}
.woocommerce.rtl div.product.elementor .quantity+.button {
  margin-right: 0;
  margin-left: 5px;
}
.elementor-woo-meta--view-stacked .product_meta .posted_in.detail-container {
  margin-bottom: 10px;
}
.elementor-woo-meta--view-stacked .product_meta .detail-label {
  font-weight: 500;
}
.blog-list-elementor .elementor-post__title a:hover {
  color: #ff5e15 !important;
}
.blog-list-elementor .elementor-post__text {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
}
.blog-list-elementor .elementor-post__text .more-link {
  display: none;
}
.elementor-pagination .page-numbers {
  background: #f5f5f5;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
  -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-pagination .page-numbers:hover,
.elementor-pagination .page-numbers.current {
  background: #ff5e15;
  color: #fff !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;
}
.elementor-pagination .page-numbers.prev {
  display: none;
}
.elementor-pagination .page-numbers.next {
  font-size: 0;
}
.elementor-pagination .page-numbers.next:before {
  content: "\f105";
  font-family: fontawesome;
  font-size: 16px;
}
.rtl .elementor-pagination .page-numbers.next:before {
  content: "\f104";
}
.single-post-template .content h2,
.single-post-template .content h3,
.single-post-template .content h4,
.single-post-template .content h5,
.single-post-template .content h6 {
  color: #00235a;
  margin-bottom: 25px;
}
.single-post-template .content h2 strong,
.single-post-template .content h3 strong,
.single-post-template .content h4 strong,
.single-post-template .content h5 strong,
.single-post-template .content h6 strong {
  font-weight: 500;
}
.single-post-template .content .blog-box1 {
  margin-bottom: 10px;
}
.single-post-template .content .blog-box1 img {
  width: 530px;
  float: left;
  margin-right: 30px;
}
.rtl .single-post-template .content .blog-box1 img {
  float: right;
  margin-left: 30px;
  margin-right: 0;
}
.single-post-template .content .blog-box1 .info {
  overflow: hidden;
}
.single-post-template .content .blog-quote {
  font-size: 20px;
  position: relative;
  color: #ff5e15;
  line-height: 30px;
  padding-left: 35px;
  margin-bottom: 30px;
  font-style: italic;
}
.rtl .single-post-template .content .blog-quote {
  padding-left: 0;
  padding-right: 35px;
}
.single-post-template .content .blog-quote:before {
  content: "";
  width: 4px;
  height: 82%;
  top: 10%;
  left: 0;
  background: #ff5e15;
  position: absolute;
}
.rtl .single-post-template .content .blog-quote:before {
  left: auto;
  right: 0;
}
.single-post-template .content .blog-box2 {
  margin: 0 -15px;
}
.single-post-template .content .blog-box2 img {
  width: 50%;
  float: left;
  padding: 0 15px;
  clear: none;
}
.rtl .single-post-template .content .blog-box2 img {
  float: right;
}
.single-post-template .content ul li span,
.single-post-template .content ul li em,
.single-post-template .content ul li strong,
.single-post-template .content ol li span,
.single-post-template .content ol li em,
.single-post-template .content ol li strong {
  font-size: 14px !important;
}
.single-post-template .content h2,
.single-post-template .content h3,
.single-post-template .content h4,
.single-post-template .content h5,
.single-post-template .content h6 {
  margin-bottom: 25px;
}
.single-post-template .content .elementor-text-editor {
  color: #333;
}
.single-post-template .content p {
  margin-bottom: 25px;
}
.single-post-template .content p .alignnone {
  float: none;
  display: block;
  clear: none;
  margin: 20px 0 30px 0;
}
.rtl .single-post-template .content p .alignnone {
  float: right;
}
.single-post-template .content p .alignnone.image-single {
  margin-left: 30px;
}
.single-post-template .elementor-widget-post-comments .commentlist {
  margin: 0;
  padding: 0;
}
.single-post-template .elementor-widget-post-comments .commentlist li {
  list-style: none;
  clear: both;
}
.single-post-template .elementor-widget-post-comments .commentlist li .children {
  margin-left: 90px;
}
.rtl .single-post-template .elementor-widget-post-comments .commentlist li .children {
  margin-left: 0;
  margin-right: 90px;
}
.single-post-template .elementor-widget-post-comments .commentlist li .comment-body .comment-author {
  margin-bottom: 5px;
}
.single-post-template .elementor-widget-post-comments .commentlist li .comment-body .comment-author img {
  width: 70px;
  height: 70px;
  margin-right: 15px;
  border-radius: 50%;
}
.rtl .single-post-template .elementor-widget-post-comments .commentlist li .comment-body .comment-author img {
  margin-right: 0;
  margin-left: 15px;
}
.single-post-template .elementor-widget-post-comments .commentlist li .comment-body .comment-author a {
  font-size: 16px;
}
.single-post-template .elementor-widget-post-comments .commentlist li .comment-body .comment-author .says {
  display: none;
}
.single-post-template .elementor-widget-post-comments .commentlist li .comment-body .comment-meta {
  margin-bottom: 5px;
}
.single-post-template .elementor-widget-post-comments .commentlist li .comment-body .comment-meta a {
  font-size: 12px;
  color: #b3b3b3;
}
.single-post-template .elementor-widget-post-comments .commentlist li .comment-body p {
  font-size: 16px;
  color: #333;
  line-height: 27px;
  overflow: hidden;
}
.single-post-template .elementor-widget-post-comments .commentlist li .comment-body .reply {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: right;
}
.rtl .single-post-template .elementor-widget-post-comments .commentlist li .comment-body .reply {
  text-align: left;
}
.single-post-template .elementor-widget-post-comments .commentlist li .comment-body .reply a {
  color: #999;
}
.single-post-template .elementor-widget-post-comments .commentlist li .comment-body .reply a:hover {
  color: #ff5e15;
}
.above-product-widget-e {
  border: 1px #ededed solid;
  padding: 30px 15px;
  margin-bottom: 40px;
}
.above-product-widget-e .widget {
  width: 20%;
  float: left;
  padding: 0 15px;
  border-bottom: none;
  margin-bottom: 0;
}
.rtl .above-product-widget-e .widget {
  float: right;
}
.above-product-widget-e .widget .block-title-widget h2 {
  font-size: 14px;
  text-transform: uppercase;
  color: #00235a;
  font-weight: 600;
}
.above-product-widget-e .widget ul {
  list-style: none;
  margin: 0;
}
.above-product-widget-e .widget ul > li {
  padding: 7px 0;
}
.above-product-widget-e .widget ul > li > a {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #888;
  text-transform: capitalize;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.above-product-widget-e .widget ul > li > a: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;
}
.above-product-widget-e .widget ul > li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.above-product-widget-e .widget ul > li ul.children {
  margin-left: 15px;
  margin-top: 8px;
  padding: 0 15px;
}
.above-product-widget-e .widget.widget_product_tag_cloud .tagcloud {
  margin: 0 !important;
  padding: 2px 15px 0 0px;
}
.rtl .above-product-widget-e .widget.widget_product_tag_cloud .tagcloud {
  padding: 2px 0 15px 0;
}
.above-product-widget-e .widget.widget_product_tag_cloud .tagcloud a {
  display: inline-block;
  color: #666;
  font-size: 14px !important;
  padding: 10px;
  text-transform: capitalize;
  background: #f5f5f5;
  padding: 7px 10px;
  border-radius: 4px;
  margin: 5px 2px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.above-product-widget-e .widget.widget_product_tag_cloud .tagcloud a:hover {
  background-color: #ff5e15;
  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;
}
.above-product-widget-e .widget.woocommerce-widget-layered-nav .widget-inner ul {
  padding: 5px 0 0 0;
}
.above-product-widget-e .widget.woocommerce-widget-layered-nav .widget-inner ul > li {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 5px 0;
  padding: 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 .above-product-widget-e .widget.woocommerce-widget-layered-nav .widget-inner ul > li {
  margin: 0 0 5px 5px;
}
.above-product-widget-e .widget.woocommerce-widget-layered-nav .widget-inner ul > li a {
  min-width: 20px;
  height: 20px;
  line-height: 18px;
  text-align: center;
}
.above-product-widget-e .widget.woocommerce-widget-layered-nav .widget-inner ul > li:hover,
.above-product-widget-e .widget.woocommerce-widget-layered-nav .widget-inner ul > li.chosen {
  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;
}
.above-product-widget-e .widget.woocommerce-widget-layered-nav .widget-inner ul > li:hover a,
.above-product-widget-e .widget.woocommerce-widget-layered-nav .widget-inner ul > li.chosen a {
  background: #ff5e15;
  color: #fff;
}
.above-product-widget-e .widget.woocommerce-widget-layered-nav .widget-inner ul > li span.count {
  display: none;
}
.above-product-widget-e .widget.woocommerce-widget-layered-nav .widget-inner ul > li.chosen a:before {
  display: none;
}
.above-product-widget-e .widget.woocommerce-widget-layered-nav .widget-inner ul.woocommerce-widget-layered-nav-list-pa_size > li {
  border: 1px #ededed solid;
  border-radius: 4px;
}
.above-product-widget-e .widget.woocommerce-widget-layered-nav .widget-inner ul.woocommerce-widget-layered-nav-list-pa_size > li.chosen,
.above-product-widget-e .widget.woocommerce-widget-layered-nav .widget-inner ul.woocommerce-widget-layered-nav-list-pa_size > li:hover {
  border-color: #ff5e15;
}
.above-product-widget-e .widget.woocommerce-widget-layered-nav .widget-inner ul.woocommerce-widget-layered-nav-list-pa_color > li {
  padding: 3px;
  border: 1px #ededed solid;
  border-radius: 50%;
}
.above-product-widget-e .widget.woocommerce-widget-layered-nav .widget-inner ul.woocommerce-widget-layered-nav-list-pa_color > li:before {
  display: none;
}
.above-product-widget-e .widget.woocommerce-widget-layered-nav .widget-inner ul.woocommerce-widget-layered-nav-list-pa_color > li a {
  border-radius: 50%;
}
.above-product-widget-e .widget.woocommerce-widget-layered-nav .widget-inner ul.woocommerce-widget-layered-nav-list-pa_color > li a .variation-color {
  display: block;
  height: 20px;
  border-radius: 50%;
}
.above-product-widget-e .widget.woocommerce-widget-layered-nav .widget-inner ul.woocommerce-widget-layered-nav-list-pa_color > li a .name-color {
  display: none;
}
.above-product-widget-e .widget.woocommerce-widget-layered-nav .widget-inner ul.woocommerce-widget-layered-nav-list-pa_color > li.chosen,
.above-product-widget-e .widget.woocommerce-widget-layered-nav .widget-inner ul.woocommerce-widget-layered-nav-list-pa_color > li:hover {
  border: 1px #ff5e15 solid;
}
.above-product-widget-e .widget.sw_brand_filter ul li a {
  position: relative;
}
.above-product-widget-e .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 .above-product-widget-e .widget.sw_brand_filter ul li a:before {
  margin-right: 0;
  margin-left: 8px;
}
.above-product-widget-e .widget.sw_brand_filter ul li.active a,
.above-product-widget-e .widget.sw_brand_filter ul li:hover a {
  background: transparent;
  color: #00235a;
}
.above-product-widget-e .widget.sw_brand_filter ul li.active a:before,
.above-product-widget-e .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;
}
.above-product-widget-e .widget.widget_tag_cloud .tagcloud {
  margin: 0 !important;
  padding: 5px 0 0 0;
}
.above-product-widget-e .widget.widget_tag_cloud .tagcloud a {
  display: inline-block;
  color: #666;
  font-size: 14px !important;
  padding: 10px;
  text-transform: capitalize;
  border: 1px solid #ddd;
  padding: 6px 9px;
  margin: 5px 2px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.above-product-widget-e .widget.widget_tag_cloud .tagcloud a:hover {
  border: 1px solid #ff5e15;
  background-color: #ff5e15;
  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;
}
@media (max-width: 1199px) {
  .single-post-template .sidebar,
  .blog-list-elementor .sidebar {
    order: 1;
  }
  .single-post-template .content .blog-box1 .info {
    overflow: inherit;
  }
}
@media (max-width: 991px) {
  .elementor.product .content-product {
    order: 1;
  }
  .elementor.product .sidebar1 {
    order: 2;
  }
  .elementor.product .product_detail .slider_img_productd,
  .elementor.product .product_detail .content_product_detail {
    width: 100%;
  }
  .blog-list-elementor .elementor-post__title {
    line-height: 30px !important;
  }
  .blog-list-elementor .elementor-post__title a {
    font-size: 24px !important;
  }
  .blog-list-elementor .elementor-post__text {
    font-size: 14px;
  }
  .single-post-template .elementor-widget-post-comments .commentlist li .children {
    margin-left: 10px;
  }
  .rtl .single-post-template .elementor-widget-post-comments .commentlist li .children {
    margin-left: 0;
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .box-content-archive >.elementor-container {
    display: flex;
    flex-wrap: wrap;
  }
  .box-content-archive .sidebar {
    order: 1;
  }
  .single-product .content-product >.elementor-element-populated {
    padding: 0 5px;
  }
  .elementor.product .product_detail .content_product_detail .reviews-content {
    margin-top: 0;
  }
}
#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_product_search {
  padding-bottom: 30px;
}
.widget.widget_product_search form {
  position: relative;
  border: 1px #ededed solid;
  overflow: hidden;
}
.widget.widget_product_search form input[type="search"] {
  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_product_search form input[type="search"] {
  float: right;
}
.widget.widget_product_search form input::-webkit-input-placeholder {
  color: #c2c2c2;
}
.widget.widget_product_search form input::-moz-placeholder {
  color: #c2c2c2;
}
.widget.widget_product_search form input:-ms-input-placeholder {
  color: #c2c2c2;
}
.widget.widget_product_search form button[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_product_search form button[type="submit"] {
  float: left;
}
.widget.widget_product_search form button[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_product_tag_cloud .tagcloud {
  margin: 0 !important;
  padding: 2px 15px 0 0px;
}
.rtl .widget.widget_product_tag_cloud .tagcloud {
  padding: 2px 0 15px 0;
}
.widget.widget_product_tag_cloud .tagcloud a {
  display: inline-block;
  color: #666;
  font-size: 14px !important;
  padding: 10px;
  text-transform: capitalize;
  background: #f5f5f5;
  padding: 7px 10px;
  border-radius: 4px;
  margin: 5px 2px;
  -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_product_tag_cloud .tagcloud a:hover {
  background-color: #ff5e15;
  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;
}
.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;
}
.above-product-widget {
  border: 1px #ededed solid;
  padding: 30px 15px;
  margin-bottom: 40px;
  display: none;
}
.above-product-widget .widget {
  width: 20%;
  float: left;
  padding: 0 15px;
  border: none;
  margin-bottom: 0;
}
.rtl .above-product-widget .widget {
  float: right;
}
.above-product-widget .widget .block-title-widget h2 {
  font-size: 14px;
  text-transform: uppercase;
  color: #00235a;
  font-weight: 600;
}
.above-product-widget .widget ul {
  list-style: none;
  margin: 0;
}
.above-product-widget .widget ul > li {
  padding: 7px 0;
}
.above-product-widget .widget ul > li > a {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #888;
  text-transform: capitalize;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.above-product-widget .widget ul > li > a: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;
}
.above-product-widget .widget ul > li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.above-product-widget .widget ul > li ul.children {
  margin-left: 15px;
  margin-top: 8px;
  padding: 0 15px;
}
.above-product-widget .widget.widget_product_tag_cloud .tagcloud {
  margin: 0 !important;
  padding: 2px 15px 0 0px;
}
.rtl .above-product-widget .widget.widget_product_tag_cloud .tagcloud {
  padding: 2px 0 15px 0;
}
.above-product-widget .widget.widget_product_tag_cloud .tagcloud a {
  display: inline-block;
  color: #666;
  font-size: 14px !important;
  padding: 10px;
  text-transform: capitalize;
  background: #f5f5f5;
  padding: 7px 10px;
  border-radius: 4px;
  margin: 5px 2px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.above-product-widget .widget.widget_product_tag_cloud .tagcloud a:hover {
  background-color: #ff5e15;
  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;
}
.above-product-widget .widget.woocommerce-widget-layered-nav .widget-inner ul {
  padding: 5px 0 0 0;
}
.above-product-widget .widget.woocommerce-widget-layered-nav .widget-inner ul > li {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 5px 0;
  padding: 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 .above-product-widget .widget.woocommerce-widget-layered-nav .widget-inner ul > li {
  margin: 0 0 5px 5px;
}
.above-product-widget .widget.woocommerce-widget-layered-nav .widget-inner ul > li a {
  min-width: 20px;
  height: 20px;
  line-height: 18px;
  text-align: center;
}
.above-product-widget .widget.woocommerce-widget-layered-nav .widget-inner ul > li:hover,
.above-product-widget .widget.woocommerce-widget-layered-nav .widget-inner ul > li.chosen {
  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;
}
.above-product-widget .widget.woocommerce-widget-layered-nav .widget-inner ul > li:hover a,
.above-product-widget .widget.woocommerce-widget-layered-nav .widget-inner ul > li.chosen a {
  background: #ff5e15;
  color: #fff;
}
.above-product-widget .widget.woocommerce-widget-layered-nav .widget-inner ul > li span.count {
  display: none;
}
.above-product-widget .widget.woocommerce-widget-layered-nav .widget-inner ul > li.chosen a:before {
  display: none;
}
.above-product-widget .widget.woocommerce-widget-layered-nav .widget-inner ul.woocommerce-widget-layered-nav-list-pa_size > li {
  border: 1px #ededed solid;
  border-radius: 4px;
}
.above-product-widget .widget.woocommerce-widget-layered-nav .widget-inner ul.woocommerce-widget-layered-nav-list-pa_size > li a {
  min-width: 25px;
  height: 25px;
  line-height: 24px;
}
.above-product-widget .widget.woocommerce-widget-layered-nav .widget-inner ul.woocommerce-widget-layered-nav-list-pa_size > li a:hover {
  padding-left: 0;
}
.rtl .above-product-widget .widget.woocommerce-widget-layered-nav .widget-inner ul.woocommerce-widget-layered-nav-list-pa_size > li a:hover {
  padding-right: 0;
}
.above-product-widget .widget.woocommerce-widget-layered-nav .widget-inner ul.woocommerce-widget-layered-nav-list-pa_size > li a:hover:before {
  display: none;
}
.above-product-widget .widget.woocommerce-widget-layered-nav .widget-inner ul.woocommerce-widget-layered-nav-list-pa_size > li.chosen,
.above-product-widget .widget.woocommerce-widget-layered-nav .widget-inner ul.woocommerce-widget-layered-nav-list-pa_size > li:hover {
  border-color: #ff5e15;
}
.above-product-widget .widget.woocommerce-widget-layered-nav .widget-inner ul.woocommerce-widget-layered-nav-list-pa_color > li {
  padding: 3px;
  border: 1px #ededed solid;
  border-radius: 50%;
}
.above-product-widget .widget.woocommerce-widget-layered-nav .widget-inner ul.woocommerce-widget-layered-nav-list-pa_color > li:before {
  display: none;
}
.above-product-widget .widget.woocommerce-widget-layered-nav .widget-inner ul.woocommerce-widget-layered-nav-list-pa_color > li a {
  border-radius: 50%;
}
.above-product-widget .widget.woocommerce-widget-layered-nav .widget-inner ul.woocommerce-widget-layered-nav-list-pa_color > li a .variation-color {
  display: block;
  height: 20px;
  border-radius: 50%;
}
.above-product-widget .widget.woocommerce-widget-layered-nav .widget-inner ul.woocommerce-widget-layered-nav-list-pa_color > li a .name-color {
  display: none;
}
.above-product-widget .widget.woocommerce-widget-layered-nav .widget-inner ul.woocommerce-widget-layered-nav-list-pa_color > li a:hover {
  padding-left: 0;
}
.rtl .above-product-widget .widget.woocommerce-widget-layered-nav .widget-inner ul.woocommerce-widget-layered-nav-list-pa_color > li a:hover {
  padding-right: 0;
}
.above-product-widget .widget.woocommerce-widget-layered-nav .widget-inner ul.woocommerce-widget-layered-nav-list-pa_color > li a:hover:before {
  display: none;
}
.above-product-widget .widget.woocommerce-widget-layered-nav .widget-inner ul.woocommerce-widget-layered-nav-list-pa_color > li.chosen,
.above-product-widget .widget.woocommerce-widget-layered-nav .widget-inner ul.woocommerce-widget-layered-nav-list-pa_color > li:hover {
  border: 1px #ff5e15 solid;
}
.above-product-widget .widget.sw_brand_filter ul li a {
  position: relative;
}
.above-product-widget .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 .above-product-widget .widget.sw_brand_filter ul li a:before {
  margin-right: 0;
  margin-left: 8px;
}
.above-product-widget .widget.sw_brand_filter ul li.active a,
.above-product-widget .widget.sw_brand_filter ul li:hover a {
  background: transparent;
  color: #00235a;
}
.above-product-widget .widget.sw_brand_filter ul li.active a:before,
.above-product-widget .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;
}
.above-product-widget .widget.widget_tag_cloud .tagcloud {
  margin: 0 !important;
  padding: 5px 0 0 0;
}
.above-product-widget .widget.widget_tag_cloud .tagcloud a {
  display: inline-block;
  color: #666;
  font-size: 14px !important;
  padding: 10px;
  text-transform: capitalize;
  border: 1px solid #ddd;
  padding: 6px 9px;
  margin: 5px 2px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.above-product-widget .widget.widget_tag_cloud .tagcloud a:hover {
  border: 1px solid #ff5e15;
  background-color: #ff5e15;
  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;
}
.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 .elementor-accordion-icon i:before {
  font-family: 'FontAwesome';
}
.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;
}
.rtl .about-togle2 .elementor-tab-content {
  text-align: right;
}
.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;
}
.sp-partnes .swiper-slide-image:hover {
  animation-name: elementor-animation-wobble-horizontal;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
.about-contact2 .item {
  border-bottom: 1px #ededed solid;
  display: flex;
  padding: 16px 0;
}
.about-contact2 .item label {
  font-size: 16px;
  color: #ff5e15;
  width: 150px;
}
.about-contact2 .item .info {
  font-size: 16px;
  color: #555;
}
.about-contact2 .item .info a {
  color: #555;
}
.about-contact2 .item .info a:hover {
  color: #ff5e15;
}
.about-contact2 .item .info.social a {
  margin-right: 15px;
}
.rtl .about-contact2 .item .info.social a {
  margin-right: 0;
  margin-left: 15px;
}
.about-contact2 .item:last-child {
  border-bottom: none;
}
.skill-left {
  max-width: 450px;
}
.skill-right {
  max-width: 530px;
}
.faq-search .elementor-search-form {
  box-shadow: 0px 8px 30px 0px rgba(0,0,0,0.08);
  border-radius: 60px;
}
.faq-search .elementor-search-form__submit {
  border: none !important;
}
.faq-search .elementor-search-form__submit i:before {
  background: #ff5e15 !important;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  display: block;
  content: "\ea08";
  font-family: Nucleo;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.faq-search .elementor-search-form__submit:hover i:before {
  background: #00235a !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;
}
.how-can h2 span {
  position: relative;
  z-index: 2;
}
.how-can h2 span:before {
  content: "";
  width: 274px;
  height: 8px;
  background: #ff5e15;
  position: absolute;
  bottom: 17px;
  right: 0;
  z-index: -1;
}
.rtl .how-can h2 span:before {
  right: auto;
  left: 0;
}
.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;
}
.category-contents .blog-content .service .entry .entry-thumb {
  max-height: 222px;
  overflow: hidden;
}
.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: 120px 0;
}
.wrapper_404 .content_404 .erro-image img {
  margin: 0 auto 75px auto;
}
.wrapper_404 .content_404 .block-top {
  margin-bottom: 35px;
}
.wrapper_404 .content_404 .block-top h2 {
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 16px;
  color: #00235a;
}
.wrapper_404 .content_404 .block-bottom a {
  font-size: 13px;
  color: #fff;
  background: #ff5e15;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  letter-spacing: 2px;
  font-weight: 600;
  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;
  clip-path: polygon(9% 0%,100% 0%,100% 0%,100% 100%,80% 100%,0% 100%,0% 0%,0% 30%);
}
.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;
}
.testimonial-slider div.star,
.testimonial-slider 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;
}
.testimonial-slider div.star span,
.testimonial-slider 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;
}
.testimonial-slider div.star .rating-hidden,
.testimonial-slider 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 {
  padding: 0;
}
.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;
}
.page-ourteam .sw-ourteam-slider .slick-slider .item .item-wrap {
  margin-bottom: 30px;
}
.page-ourteam .sw-ourteam-slider .slick-slider .item .item-wrap .item-content {
  bottom: 30px;
  left: 30px;
  right: 30px;
}
.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 h2 {
  font-size: 60px;
  color: #00235a;
  font-weight: 600;
  letter-spacing: -0.02em;
  max-width: 630px;
}
.kontruk_breadcrumbs {
  margin-bottom: 85px;
  background: #f5f5f5;
  padding: 55px 0 50px 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 .products-wrapper .products-loop.grid {
  clear: both;
}
.search.rtl .listing-title h2 small {
  float: right;
}
.search .listing-title h2 small {
  position: relative;
  color: #ff5e15;
}
.search .listing-title h2 small:before {
  content: '"';
  display: inline-block;
  margin: 0 5px;
}
.search .listing-title h2 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;
}
.item .item-wrap {
  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;
}
.item .item-wrap .item-detail {
  position: relative;
  overflow: hidden;
}
.item .item-wrap .item-detail .products-thumb,
.item .item-wrap .item-detail .item-img {
  width: 100%;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.item .item-wrap .item-detail .products-thumb > a,
.item .item-wrap .item-detail .item-img > a {
  display: block;
  vertical-align: top;
  overflow: hidden;
}
.item .item-wrap .item-detail .products-thumb > a img,
.item .item-wrap .item-detail .item-img > a img {
  width: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.item .item-wrap .item-detail .products-thumb .product-thumb-hover,
.item .item-wrap .item-detail .item-img .product-thumb-hover {
  display: block;
}
.item .item-wrap .item-detail .item-content {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 15px 0px;
  position: relative;
}
.rtl .item .item-wrap .item-detail .item-content {
  text-align: right;
}
.item .item-wrap .item-detail .item-content h4 {
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
  clear: both;
}
.item .item-wrap .item-detail .item-content .sw-variation-wrapper {
  display: none;
}
.item .item-wrap .item-detail .item-content .categories-name {
  width: 65%;
  float: left;
  margin-bottom: 10px;
}
.rtl .item .item-wrap .item-detail .item-content .categories-name {
  float: right;
}
.item .item-wrap .item-detail .item-content .categories-name a {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 500;
}
.item .item-wrap .item-detail .item-content .reviews-content {
  line-height: 10px;
  position: relative;
  display: block;
  width: 35%;
  padding-bottom: 10px;
  padding-top: 5px;
  float: left;
  text-align: right;
}
.rtl .item .item-wrap .item-detail .item-content .reviews-content {
  float: right;
  text-align: left;
}
.item .item-wrap .item-detail .item-content .item-price {
  display: inline-block;
  vertical-align: top;
  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 .item .item-wrap .item-detail .item-content .item-price {
  float: right;
}
.item .item-wrap .item-detail .item-content .item-bottom {
  position: absolute;
  bottom: 8px;
  left: 2px;
  right: 2px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-transform: translateY(60px);
  -moz-transform: translateY(60px);
  -o-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
  transition: all 0.5s;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 3;
}
.item .item-wrap .item-detail .item-content .item-bottom .clear {
  display: none;
}
.item .item-wrap .item-detail .item-content .item-bottom .product_type_bundle,
.item .item-wrap .item-detail .item-content .item-bottom .button.add_to_cart_button,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_external,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped,
.item .item-wrap .item-detail .item-content .item-bottom a.product_type_simple,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_variable {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  height: 34px;
  line-height: 34px;
  width: 34px;
  font-size: 0px;
  color: #fff;
  margin: 0 8px 0 0;
  display: inline-block;
  text-transform: capitalize;
  background-color: #fff;
  font-weight: normal;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0px 2px 8px rgba(0,0,0,0.08);
  -moz-box-shadow: 0px 2px 8px rgba(0,0,0,0.08);
  -o-box-shadow: 0px 2px 8px rgba(0,0,0,0.08);
  -ms-box-shadow: 0px 2px 8px rgba(0,0,0,0.08);
  box-shadow: 0px 2px 8px rgba(0,0,0,0.08);
}
.rtl .item .item-wrap .item-detail .item-content .item-bottom .product_type_bundle,
.rtl .item .item-wrap .item-detail .item-content .item-bottom .button.add_to_cart_button,
.rtl .item .item-wrap .item-detail .item-content .item-bottom .product_type_external,
.rtl .item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped,
.rtl .item .item-wrap .item-detail .item-content .item-bottom a.product_type_simple,
.rtl .item .item-wrap .item-detail .item-content .item-bottom .product_type_variable {
  margin: 0 0 0 10px;
}
.item .item-wrap .item-detail .item-content .item-bottom .product_type_bundle:hover,
.item .item-wrap .item-detail .item-content .item-bottom .button.add_to_cart_button:hover,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_external:hover,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped:hover,
.item .item-wrap .item-detail .item-content .item-bottom a.product_type_simple:hover,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_variable:hover {
  background: #000000;
}
.item .item-wrap .item-detail .item-content .item-bottom .product_type_bundle:hover:before,
.item .item-wrap .item-detail .item-content .item-bottom .button.add_to_cart_button:hover:before,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_external:hover:before,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped:hover:before,
.item .item-wrap .item-detail .item-content .item-bottom a.product_type_simple:hover:before,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_variable:hover:before {
  height: 34px;
  line-height: 34px;
  width: 34px;
  content: "";
  display: inline-block;
  vertical-align: top;
  background: url(../assets/img/shopping-cart2.svg) center center no-repeat;
  background-size: 16px;
}
.item .item-wrap .item-detail .item-content .item-bottom .product_type_bundle.loading,
.item .item-wrap .item-detail .item-content .item-bottom .button.add_to_cart_button.loading,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_external.loading,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped.loading,
.item .item-wrap .item-detail .item-content .item-bottom a.product_type_simple.loading,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_variable.loading {
  background-color: #00235a;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.item .item-wrap .item-detail .item-content .item-bottom .product_type_bundle.loading:before,
.item .item-wrap .item-detail .item-content .item-bottom .button.add_to_cart_button.loading:before,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_external.loading:before,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped.loading:before,
.item .item-wrap .item-detail .item-content .item-bottom a.product_type_simple.loading:before,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_variable.loading:before {
  height: 34px;
  line-height: 34px;
  width: 34px;
  text-align: center;
  left: 0;
  margin: 0;
  background-color: #00235a;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: url(../assets/img/loading.gif) center center no-repeat;
  background-size: 16px;
}
.rtl .item .item-wrap .item-detail .item-content .item-bottom .product_type_bundle.loading:before,
.rtl .item .item-wrap .item-detail .item-content .item-bottom .button.add_to_cart_button.loading:before,
.rtl .item .item-wrap .item-detail .item-content .item-bottom .product_type_external.loading:before,
.rtl .item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped.loading:before,
.rtl .item .item-wrap .item-detail .item-content .item-bottom a.product_type_simple.loading:before,
.rtl .item .item-wrap .item-detail .item-content .item-bottom .product_type_variable.loading:before {
  margin: 0;
}
.item .item-wrap .item-detail .item-content .item-bottom .product_type_bundle:before,
.item .item-wrap .item-detail .item-content .item-bottom .button.add_to_cart_button:before,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_external:before,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped:before,
.item .item-wrap .item-detail .item-content .item-bottom a.product_type_simple:before,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_variable:before {
  height: 34px;
  line-height: 34px;
  width: 34px;
  content: "";
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  background: url(../assets/img/shopping-cart.svg) center center no-repeat;
  background-size: 16px;
}
.item .item-wrap .item-detail .item-content .item-bottom .product_type_bundle.added,
.item .item-wrap .item-detail .item-content .item-bottom .button.add_to_cart_button.added,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_external.added,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped.added,
.item .item-wrap .item-detail .item-content .item-bottom a.product_type_simple.added,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_variable.added {
  background-color: #00235a;
  border-radius: 50%;
}
.item .item-wrap .item-detail .item-content .item-bottom .product_type_bundle.added:before,
.item .item-wrap .item-detail .item-content .item-bottom .button.add_to_cart_button.added:before,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_external.added:before,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped.added:before,
.item .item-wrap .item-detail .item-content .item-bottom a.product_type_simple.added:before,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_variable.added:before {
  height: 34px;
  line-height: 34px;
  width: 34px;
  background: url(../assets/img/shopping-cart2.svg) center center no-repeat;
  background-size: 16px;
}
.item .item-wrap .item-detail .item-content .item-bottom .added_to_cart.wc-forward {
  font-size: 0;
}
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist {
  margin: 0 8px 0 0;
}
.rtl .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist {
  margin: 0 0 0 8px;
}
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist.exists .yith-wcwl-wishlistaddedbrowse a {
  background-color: #00235a;
}
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist.exists .yith-wcwl-wishlistaddedbrowse a:before {
  background: url(../assets/img/heart2.svg) center center no-repeat;
  background-size: 16px;
}
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
  position: relative;
}
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
  content: "";
  display: inline-block;
}
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show {
  display: inline-block !important;
  vertical-align: top;
}
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .feedback,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback {
  display: none;
}
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .ajax-loading,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .ajax-loading,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .ajax-loading {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .yith-wcwl-icon,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .yith-wcwl-icon,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .yith-wcwl-icon {
  margin: 0;
}
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.item .item-wrap .item-detail .item-content .item-bottom a.compare {
  text-align: center;
  color: #fff;
  width: 34px;
  height: 34px;
  line-height: 34px;
  padding: 0;
  display: block;
  vertical-align: top;
  position: relative;
  font-size: 0;
  max-width: 34px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  margin: 0;
  float: none;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-box-shadow: 0px 2px 8px rgba(0,0,0,0.08);
  -moz-box-shadow: 0px 2px 8px rgba(0,0,0,0.08);
  -o-box-shadow: 0px 2px 8px rgba(0,0,0,0.08);
  -ms-box-shadow: 0px 2px 8px rgba(0,0,0,0.08);
  box-shadow: 0px 2px 8px rgba(0,0,0,0.08);
}
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
.item .item-wrap .item-detail .item-content .item-bottom a.compare:before {
  width: 34px;
  height: 34px;
  line-height: 34px;
  background: url(../assets/img/heart.svg) center center no-repeat;
  background-size: 16px;
}
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,
.item .item-wrap .item-detail .item-content .item-bottom a.compare:hover {
  background-color: #000000;
}
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover:before,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover:before,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover:before,
.item .item-wrap .item-detail .item-content .item-bottom a.compare:hover:before {
  width: 34px;
  height: 34px;
  line-height: 34px;
  background: url(../assets/img/heart2.svg) center center no-repeat;
  background-size: 16px;
}
.item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_external,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_variable,
.item .item-wrap .item-detail .item-content .item-bottom a.compare,
.item .item-wrap .item-detail .item-content .item-bottom .group.fancybox {
  display: block;
  vertical-align: top;
  font-weight: normal;
  min-width: 34px;
  float: left;
}
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-wishlistaddedbrowse.show a,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-wishlistaddedbrowse a,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-wishlistexistsbrowse.show a,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-wishlistexistsbrowse a {
  background: #00235a !important;
}
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-wishlistaddedbrowse.show a:before,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-wishlistaddedbrowse a:before,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-wishlistexistsbrowse.show a:before,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-wishlistexistsbrowse a:before {
  background: url(../assets/img/heart2.svg) center center no-repeat !important;
  background-size: 16px !important;
}
.item .item-wrap .item-detail .item-content .item-bottom a.fancybox {
  text-align: center;
  color: #fff;
  width: 34px;
  height: 34px;
  line-height: 34px;
  padding: 0;
  margin: 0 10px 0 0;
  display: block;
  vertical-align: top;
  overflow: hidden;
  position: relative;
  font-size: 0;
  max-width: 34px;
  background-color: #fff;
  float: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -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;
  -webkit-box-shadow: 0px 2px 8px rgba(0,0,0,0.08);
  -moz-box-shadow: 0px 2px 8px rgba(0,0,0,0.08);
  -o-box-shadow: 0px 2px 8px rgba(0,0,0,0.08);
  -ms-box-shadow: 0px 2px 8px rgba(0,0,0,0.08);
  box-shadow: 0px 2px 8px rgba(0,0,0,0.08);
}
.rtl .item .item-wrap .item-detail .item-content .item-bottom a.fancybox {
  margin: 0 0 0 10px;
}
.item .item-wrap .item-detail .item-content .item-bottom a.fancybox:before {
  width: 34px;
  height: 34px;
  line-height: 34px;
  display: inline-block;
  content: '';
  background: url(../assets/img/show.svg) center center no-repeat;
  background-size: 16px;
}
.item .item-wrap .item-detail .item-content .item-bottom a.fancybox:hover {
  background-color: #000;
}
.item .item-wrap .item-detail .item-content .item-bottom a.fancybox:hover:before {
  width: 34px;
  height: 34px;
  line-height: 34px;
  display: inline-block;
  content: '';
  background: url(../assets/img/show2.svg) center center no-repeat;
  background-size: 16px;
}
.item .item-wrap .item-detail .item-content .item-bottom .wcfmmp_sold_by_container {
  display: none;
}
.item .item-wrap .item-detail .count-down {
  text-align: center;
  padding: 11px 15px 0 15px;
}
.item .item-wrap .item-detail .count-down .item-border {
  border: 1px #ff5e15 solid;
  border-radius: 4px;
  padding-bottom: 6px;
}
.item .item-wrap .item-detail .count-down label {
  font-size: 14px;
  color: #000;
  font-weight: normal;
  background: #fff;
  display: inline-block;
  vertical-align: top;
  margin-top: -9px;
  padding: 0 14px;
}
.item .item-wrap .item-detail .count-down .product-countdown .countdown-section {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
  position: relative;
}
.item .item-wrap .item-detail .count-down .product-countdown .countdown-section:before {
  content: ":";
  font-family: fontawesome;
  font-size: 24px;
  position: absolute;
  top: -1px;
  right: -5px;
  color: #ff5e15;
}
.rtl .item .item-wrap .item-detail .count-down .product-countdown .countdown-section:before {
  right: auto;
  left: -5px;
}
.item .item-wrap .item-detail .count-down .product-countdown .countdown-section .countdown-amount {
  display: block;
  font-size: 24px;
  font-weight: 500;
  color: #ff5e15;
  line-height: 16px;
}
.item .item-wrap .item-detail .count-down .product-countdown .countdown-section .countdown-period {
  font-size: 11px;
  text-transform: uppercase;
  color: #ff5e15;
}
.item .item-wrap .item-detail .count-down .product-countdown .countdown-section:last-child:before {
  display: none;
}
.item .item-wrap:hover {
  -webkit-box-shadow: 0px 2px 7px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 2px 7px rgba(0,0,0,0.15);
  -o-box-shadow: 0px 2px 7px rgba(0,0,0,0.15);
  -ms-box-shadow: 0px 2px 7px rgba(0,0,0,0.15);
  box-shadow: 0px 2px 7px rgba(0,0,0,0.15);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.item .item-wrap:hover .item-detail .products-thumb > a img,
.item .item-wrap:hover .item-detail .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.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.item .item-wrap:hover .item-detail .item-content .item-price {
  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;
}
.item .item-wrap:hover .item-detail .item-bottom {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -o-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
  visibility: visible;
}
.item .item-wrap:hover .item-detail .item-bottom .button,
.item .item-wrap:hover .item-detail .item-bottom .add_to_cart_button,
.item .item-wrap:hover .item-detail .item-bottom .product_type_external,
.item .item-wrap:hover .item-detail .item-bottom .product_type_grouped,
.item .item-wrap:hover .item-detail .item-bottom .product_type_variable,
.item .item-wrap:hover .item-detail .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.item .item-wrap:hover .item-detail .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.item .item-wrap:hover .item-detail .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.item .item-wrap:hover .item-detail .item-bottom a.compare,
.item .item-wrap:hover .item-detail .item-bottom .group.fancybox {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.item .item-wrap2 {
  margin-bottom: 10px;
}
.item .item-wrap2 .item-detail .item-img {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.item .item-wrap2 .item-detail .item-img >a {
  display: block;
  position: relative;
  overflow: hidden;
  max-width: 100%;
}
.item .item-wrap2 .item-detail .item-img >a img {
  margin: 0 auto;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.item .item-wrap2 .item-detail .item-img .item-button {
  position: absolute;
  font-size: 15px;
  top: 6px;
  text-align: right;
  right: 0px;
  z-index: 2;
  width: 45px;
}
.rtl .item .item-wrap2 .item-detail .item-img .item-button {
  text-align: left;
  right: auto;
  left: 0;
}
.item .item-wrap2 .item-detail .item-img .item-button .clear {
  display: none;
}
.item .item-wrap2 .item-detail .item-img .item-button .yith-wcwl-add-to-wishlist {
  margin: 5px 5px 10px 5px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.item .item-wrap2 .item-detail .item-img .item-button .yith-wcwl-add-to-wishlist.exists .yith-wcwl-wishlistaddedbrowse a {
  background-color: #ff5e15;
}
.item .item-wrap2 .item-detail .item-img .item-button .yith-wcwl-add-to-wishlist.exists .yith-wcwl-wishlistaddedbrowse a:before {
  background: url(../assets/img/heart2.svg) center center no-repeat;
  background-size: 16px;
}
.item .item-wrap2 .item-detail .item-img .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button,
.item .item-wrap2 .item-detail .item-img .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.item .item-wrap2 .item-detail .item-img .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
  position: relative;
}
.item .item-wrap2 .item-detail .item-img .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.item .item-wrap2 .item-detail .item-img .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.item .item-wrap2 .item-detail .item-img .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
  content: "";
  display: inline-block;
}
.item .item-wrap2 .item-detail .item-img .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show,
.item .item-wrap2 .item-detail .item-img .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show,
.item .item-wrap2 .item-detail .item-img .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show {
  display: inline-block !important;
  vertical-align: top;
}
.item .item-wrap2 .item-detail .item-img .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .feedback,
.item .item-wrap2 .item-detail .item-img .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback,
.item .item-wrap2 .item-detail .item-img .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback {
  display: none;
}
.item .item-wrap2 .item-detail .item-img .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .ajax-loading,
.item .item-wrap2 .item-detail .item-img .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .ajax-loading,
.item .item-wrap2 .item-detail .item-img .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .ajax-loading {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.item .item-wrap2 .item-detail .item-img .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .yith-wcwl-icon,
.item .item-wrap2 .item-detail .item-img .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .yith-wcwl-icon,
.item .item-wrap2 .item-detail .item-img .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .yith-wcwl-icon {
  margin: 0;
}
.item .item-wrap2 .item-detail .item-img .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.item .item-wrap2 .item-detail .item-img .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.item .item-wrap2 .item-detail .item-img .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.item .item-wrap2 .item-detail .item-img .item-button a.compare {
  text-align: center;
  color: #fff;
  width: 34px;
  height: 34px;
  line-height: 34px;
  padding: 0;
  display: block;
  vertical-align: top;
  position: relative;
  font-size: 0;
  max-width: 34px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  margin: 0;
  float: none;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.item .item-wrap2 .item-detail .item-img .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.item .item-wrap2 .item-detail .item-img .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.item .item-wrap2 .item-detail .item-img .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
.item .item-wrap2 .item-detail .item-img .item-button a.compare:before {
  width: 34px;
  height: 34px;
  line-height: 34px;
  background: url(../assets/img/heart.svg) center center no-repeat;
  background-size: 16px;
}
.item .item-wrap2 .item-detail .item-img .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,
.item .item-wrap2 .item-detail .item-img .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,
.item .item-wrap2 .item-detail .item-img .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,
.item .item-wrap2 .item-detail .item-img .item-button a.compare:hover {
  background-color: #ff5e15;
}
.item .item-wrap2 .item-detail .item-img .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover:before,
.item .item-wrap2 .item-detail .item-img .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover:before,
.item .item-wrap2 .item-detail .item-img .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover:before,
.item .item-wrap2 .item-detail .item-img .item-button a.compare:hover:before {
  width: 34px;
  height: 34px;
  line-height: 34px;
  background: url(../assets/img/heart2.svg) center center no-repeat;
  background-size: 16px;
}
.item .item-wrap2 .item-detail .item-img .item-button .add_to_cart_button,
.item .item-wrap2 .item-detail .item-img .item-button .product_type_external,
.item .item-wrap2 .item-detail .item-img .item-button .product_type_grouped,
.item .item-wrap2 .item-detail .item-img .item-button .yith-wcwl-add-to-wishlist,
.item .item-wrap2 .item-detail .item-img .item-button .product_type_variable,
.item .item-wrap2 .item-detail .item-img .item-button a.compare,
.item .item-wrap2 .item-detail .item-img .item-button .group.fancybox {
  display: block;
  vertical-align: top;
  font-weight: normal;
  min-width: 34px;
  float: left;
}
.rtl .item .item-wrap2 .item-detail .item-img .item-button .add_to_cart_button,
.rtl .item .item-wrap2 .item-detail .item-img .item-button .product_type_external,
.rtl .item .item-wrap2 .item-detail .item-img .item-button .product_type_grouped,
.rtl .item .item-wrap2 .item-detail .item-img .item-button .yith-wcwl-add-to-wishlist,
.rtl .item .item-wrap2 .item-detail .item-img .item-button .product_type_variable,
.rtl .item .item-wrap2 .item-detail .item-img .item-button a.compare,
.rtl .item .item-wrap2 .item-detail .item-img .item-button .group.fancybox {
  float: right;
}
.item .item-wrap2 .item-detail .item-img .item-button .yith-wcwl-wishlistaddedbrowse.show a,
.item .item-wrap2 .item-detail .item-img .item-button .yith-wcwl-wishlistaddedbrowse a,
.item .item-wrap2 .item-detail .item-img .item-button .yith-wcwl-wishlistexistsbrowse.show a,
.item .item-wrap2 .item-detail .item-img .item-button .yith-wcwl-wishlistexistsbrowse a {
  background: #ff5e15 !important;
}
.item .item-wrap2 .item-detail .item-img .item-button .yith-wcwl-wishlistaddedbrowse.show a:before,
.item .item-wrap2 .item-detail .item-img .item-button .yith-wcwl-wishlistaddedbrowse a:before,
.item .item-wrap2 .item-detail .item-img .item-button .yith-wcwl-wishlistexistsbrowse.show a:before,
.item .item-wrap2 .item-detail .item-img .item-button .yith-wcwl-wishlistexistsbrowse a:before {
  background: url(../assets/img/heart2.svg) center center no-repeat !important;
  background-size: 16px !important;
}
.item .item-wrap2 .item-detail .item-img .item-button a.sw-quickview {
  text-align: center;
  color: #fff;
  width: 34px;
  height: 34px;
  line-height: 34px;
  padding: 0;
  margin: 5px;
  display: block;
  vertical-align: top;
  overflow: hidden;
  position: relative;
  font-size: 0;
  max-width: 34px;
  background-color: #fff;
  float: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.item .item-wrap2 .item-detail .item-img .item-button a.sw-quickview:before {
  width: 34px;
  height: 34px;
  line-height: 34px;
  display: inline-block;
  content: '';
  background: url(../assets/img/show.svg) center center no-repeat;
  background-size: 16px;
}
.item .item-wrap2 .item-detail .item-img .item-button a.sw-quickview:hover {
  background-color: #ff5e15;
}
.item .item-wrap2 .item-detail .item-img .item-button a.sw-quickview:hover:before {
  width: 34px;
  height: 34px;
  line-height: 34px;
  display: inline-block;
  content: '';
  background: url(../assets/img/show2.svg) center center no-repeat;
  background-size: 16px;
}
.item .item-wrap2 .item-detail .item-img .sale-off {
  position: absolute;
  z-index: 1;
  top: 15px;
  left: 5px;
  font-size: 11px;
  font-weight: bold;
  background: #ff5e15;
  color: #fff;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  height: 24px;
  line-height: 23px;
  padding: 0 15px;
}
.rtl .item .item-wrap2 .item-detail .item-img .sale-off {
  left: auto;
  right: 5px;
}
.item .item-wrap2 .item-detail .item-img .sale-off:before {
  content: "";
  border-left: 10px solid transparent;
  border-right: 0px solid transparent;
  border-top: 6px solid #ae3600;
  display: inline-block;
  vertical-align: bottom;
  position: absolute;
  bottom: -6px;
  left: 0;
}
.item .item-wrap2 .item-detail .item-content {
  padding: 13px 8px 20px 8px;
  position: relative;
  background: #fff;
}
.item .item-wrap2 .item-detail .item-content .categories-name a {
  font-size: 12px;
  color: #768b9e;
  margin-bottom: 9px;
  display: block;
}
.item .item-wrap2 .item-detail .item-content .categories-name a:hover {
  color: #ff5e15;
}
.item .item-wrap2 .item-detail .item-content h4 {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
  font-weight: bold;
  min-height: 40px;
}
.item .item-wrap2 .item-detail .item-content h4 a {
  color: #0062bd;
}
.item .item-wrap2 .item-detail .item-content .item-price {
  font-size: 18px;
  display: inline-block;
  vertical-align: top;
  color: #333;
  font-weight: normal;
}
.item .item-wrap2 .item-detail .item-content .item-price ins {
  color: #ff5e15;
  font-weight: bold;
}
.item .item-wrap2 .item-detail .item-content .item-price > span {
  min-height: 41px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.item .item-wrap2 .item-detail .item-content .item-price > span del {
  font-size: 12px;
  color: #777;
  -webkit-order: 0;
  -ms-order: 0;
  order: 0;
}
.item .item-wrap2 .item-detail .item-content .item-cart {
  position: absolute;
  right: 8px;
  bottom: 6px;
}
.rtl .item .item-wrap2 .item-detail .item-content .item-cart {
  right: auto;
  left: 8px;
}
.item .item-wrap2 .item-detail .item-content .button,
.item .item-wrap2 .item-detail .item-content .add_to_cart_button,
.item .item-wrap2 .item-detail .item-content .product_type_external,
.item .item-wrap2 .item-detail .item-content .product_type_grouped,
.item .item-wrap2 .item-detail .item-content .product_type_variable {
  font-size: 0;
}
.item .item-wrap2 .item-detail .item-content .button:before,
.item .item-wrap2 .item-detail .item-content .add_to_cart_button:before,
.item .item-wrap2 .item-detail .item-content .product_type_external:before,
.item .item-wrap2 .item-detail .item-content .product_type_grouped:before,
.item .item-wrap2 .item-detail .item-content .product_type_variable:before {
  height: 36px;
  line-height: 36px;
  width: 36px;
  content: "";
  display: block;
  border-radius: 50%;
  background: url(../assets/img/shopping-cart.svg) center center no-repeat #fff;
  background-size: 16px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
  transition: all 0.6s;
}
.item .item-wrap2 .item-detail .item-content .button.loading,
.item .item-wrap2 .item-detail .item-content .add_to_cart_button.loading,
.item .item-wrap2 .item-detail .item-content .product_type_external.loading,
.item .item-wrap2 .item-detail .item-content .product_type_grouped.loading,
.item .item-wrap2 .item-detail .item-content .product_type_variable.loading {
  border-radius: 50%;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.item .item-wrap2 .item-detail .item-content .button.loading:before,
.item .item-wrap2 .item-detail .item-content .add_to_cart_button.loading:before,
.item .item-wrap2 .item-detail .item-content .product_type_external.loading:before,
.item .item-wrap2 .item-detail .item-content .product_type_grouped.loading:before,
.item .item-wrap2 .item-detail .item-content .product_type_variable.loading:before {
  background: url(../assets/img/loading.gif) no-repeat center center #ff5e15 !important;
  background-size: 16px !important;
  position: static;
  border-radius: 50%;
}
.item .item-wrap2 .item-detail .item-content .button.added:after,
.item .item-wrap2 .item-detail .item-content .add_to_cart_button.added:after,
.item .item-wrap2 .item-detail .item-content .product_type_external.added:after,
.item .item-wrap2 .item-detail .item-content .product_type_grouped.added:after,
.item .item-wrap2 .item-detail .item-content .product_type_variable.added:after {
  font-family: WooCommerce;
  position: absolute;
  top: 2px;
  right: 0;
  background: #25f749;
  border-radius: 50%;
  content: "\e017";
  font-size: 7px;
  padding: 3px;
  color: #000;
}
.rtl .item .item-wrap2 .item-detail .item-content .button.added:after,
.rtl .item .item-wrap2 .item-detail .item-content .add_to_cart_button.added:after,
.rtl .item .item-wrap2 .item-detail .item-content .product_type_external.added:after,
.rtl .item .item-wrap2 .item-detail .item-content .product_type_grouped.added:after,
.rtl .item .item-wrap2 .item-detail .item-content .product_type_variable.added:after {
  right: auto;
  left: 0;
}
.item .item-wrap2 .item-detail .item-content .product-countdown {
  margin-bottom: 13px;
}
.item .item-wrap2 .item-detail .item-content .product-countdown .countdown-row {
  margin: 0 -3px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.item .item-wrap2 .item-detail .item-content .product-countdown .countdown-section {
  display: inline-block;
  vertical-align: top;
  padding: 8px 5px;
  position: relative;
  background: #ff5e15;
  margin: 0 3px;
  text-align: center;
  width: 25%;
}
.item .item-wrap2 .item-detail .item-content .product-countdown .countdown-section .countdown-amount {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 16px;
}
.item .item-wrap2 .item-detail .item-content .product-countdown .countdown-section .countdown-period {
  font-size: 9px;
  text-transform: uppercase;
  color: #fff;
}
.item .item-wrap2:hover {
  -webkit-box-shadow: 0px 2px 10px rgba(0,0,0,0.08);
  -moz-box-shadow: 0px 2px 10px rgba(0,0,0,0.08);
  -o-box-shadow: 0px 2px 10px rgba(0,0,0,0.08);
  -ms-box-shadow: 0px 2px 10px rgba(0,0,0,0.08);
  box-shadow: 0px 2px 10px rgba(0,0,0,0.08);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.item .item-wrap2:hover .item-detail .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.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.item .item-wrap2:hover .item-detail .item-img .item-button .yith-wcwl-add-to-wishlist {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.item .item-wrap2:hover .item-detail .item-img .item-button .yith-wcwl-add-to-wishlist.exists .yith-wcwl-wishlistexistsbrowse a {
  background: #ff5e15;
}
.item .item-wrap2:hover .item-detail .item-img .item-button .yith-wcwl-add-to-wishlist.exists .yith-wcwl-wishlistexistsbrowse a:before {
  color: #fff;
}
.item .item-wrap2:hover .item-detail .item-img .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a {
  background: #ffffff;
}
.item .item-wrap2:hover .item-detail .item-img .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover {
  background-color: #ff5e15;
}
.item .item-wrap2:hover .item-detail .item-img .item-button .sw-quickview {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.item .item-wrap2:hover .item-detail .item-content h4 a {
  color: #ff5e15;
}
.item .item-wrap2:hover .item-detail .item-content .button:before,
.item .item-wrap2:hover .item-detail .item-content .add_to_cart_button:before,
.item .item-wrap2:hover .item-detail .item-content .product_type_external:before,
.item .item-wrap2:hover .item-detail .item-content .product_type_grouped:before,
.item .item-wrap2:hover .item-detail .item-content .product_type_variable:before {
  background: url(../assets/img/shopping-cart2.svg) center center no-repeat #ff5e15;
  background-size: 16px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
  transition: all 0.6s;
}
.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;
}
.woocommerce-page .content .site-main >.widget_sp_image {
  margin-bottom: 0;
}
.archives .sw-recent-viewed-slider {
  padding-top: 80px;
}
.woocommerce-page .sw-recent-viewed-slider .block-title a {
  display: none;
}
.woocommerce-checkout .shop_table.order_details tr td .wc-item-meta {
  display: none;
}
.woocommerce.rtl .woocommerce .cart-collaterals .cart_totals,
.woocommerce-page.rtl .woocommerce .cart-collaterals .cart_totals {
  text-align: right;
}
.woocommerce.rtl.woocommerce-cart form table.shop_table.shop_table_responsive tbody tr.cart_item td .variation dd.variation-SoldBy,
.woocommerce-page.rtl.woocommerce-cart form table.shop_table.shop_table_responsive tbody tr.cart_item td .variation dd.variation-SoldBy {
  margin-top: 0px;
  margin-right: 3px;
}
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce-page .woocommerce-message,
.woocommerce-page .woocommerce-error,
.woocommerce-page .woocommerce-info {
  border-top-color: #ff5e15;
  line-height: 25px;
}
.woocommerce .woocommerce-message:before,
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce-page .woocommerce-message:before,
.woocommerce-page .woocommerce-error:before,
.woocommerce-page .woocommerce-info:before {
  color: #ff5e15;
}
.woocommerce .woocommerce-message .button,
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button {
  font-weight: 500;
  padding: 7px 10px;
  background: #ff5e15;
  color: #fff;
}
.woocommerce .woocommerce-message .button:hover,
.woocommerce .woocommerce-error .button:hover,
.woocommerce .woocommerce-info .button:hover,
.woocommerce-page .woocommerce-message .button:hover,
.woocommerce-page .woocommerce-error .button:hover,
.woocommerce-page .woocommerce-info .button:hover {
  background: #ae3600;
  color: #fff;
}
.woocommerce .woocommerce-info:before,
.woocommerce-page .woocommerce-info:before {
  top: 1em;
}
.woocommerce.checkout .woocommerce-info:before,
.woocommerce-page.checkout .woocommerce-info:before {
  top: 11px;
}
.woocommerce input.input-text,
.woocommerce-page input.input-text {
  height: 35px;
  background-color: #eee;
  border: 1px solid #ddd;
  text-indent: 10px;
}
.woocommerce.woocommerce-checkout #payment div.form-row,
.woocommerce-page.woocommerce-checkout #payment div.form-row {
  margin-bottom: 60px;
}
.woocommerce.woocommerce-checkout #payment div.form-row .checkbox,
.woocommerce-page.woocommerce-checkout #payment div.form-row .checkbox {
  padding-left: 0;
}
.woocommerce.woocommerce-checkout #payment div.form-row .input-checkbox,
.woocommerce-page.woocommerce-checkout #payment div.form-row .input-checkbox {
  margin: 5px 0 0 0;
  float: none;
  display: inline-block;
  vertical-align: top;
}
.woocommerce.woocommerce-checkout .woocommerce-form-login .form-row label,
.woocommerce-page.woocommerce-checkout .woocommerce-form-login .form-row label {
  margin-top: 4px;
}
.woocommerce.woocommerce-checkout .woocommerce-form-login .form-row label input,
.woocommerce-page.woocommerce-checkout .woocommerce-form-login .form-row label input {
  margin: 7px 3px 0 3px;
}
.woocommerce.woocommerce-checkout .woocommerce-form-login .form-row button.button:hover,
.woocommerce-page.woocommerce-checkout .woocommerce-form-login .form-row button.button:hover {
  color: #fff;
  background: #ff5e15;
  border-color: #ff5e15;
}
.woocommerce.woocommerce-checkout.rtl .woocommerce-info,
.woocommerce-page.woocommerce-checkout.rtl .woocommerce-info {
  padding: 10px 45px 12px 45px;
}
.woocommerce.woocommerce-checkout.rtl .woocommerce-form-login .form-row button.button,
.woocommerce-page.woocommerce-checkout.rtl .woocommerce-form-login .form-row button.button {
  margin-right: 0;
  margin-left: 15px;
}
.woocommerce.woocommerce-checkout.rtl .woocommerce-form-login .form-row label input,
.woocommerce-page.woocommerce-checkout.rtl .woocommerce-form-login .form-row label input {
  float: right;
}
.woocommerce .woocommerce-form-login .form-row button.button,
.woocommerce-page .woocommerce-form-login .form-row button.button {
  height: 35px;
  margin-bottom: 15px;
}
.woocommerce #customer_login h2,
.woocommerce-page #customer_login h2 {
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  margin-bottom: 20px;
  font-size: 24px;
  text-transform: uppercase;
}
.woocommerce #customer_login form.login,
.woocommerce #customer_login form.register,
.woocommerce-page #customer_login form.login,
.woocommerce-page #customer_login form.register {
  border: 0;
  padding: 0;
}
.woocommerce #customer_login form.login .form-row .input-text,
.woocommerce #customer_login form.register .form-row .input-text,
.woocommerce-page #customer_login form.login .form-row .input-text,
.woocommerce-page #customer_login form.register .form-row .input-text {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background: #eee;
  border: 0;
}
.woocommerce #customer_login form.login .form-row .input-text#password,
.woocommerce #customer_login form.register .form-row .input-text#password,
.woocommerce-page #customer_login form.login .form-row .input-text#password,
.woocommerce-page #customer_login form.register .form-row .input-text#password {
  width: 100%;
}
.woocommerce #customer_login form.login .form-row .button,
.woocommerce #customer_login form.register .form-row .button,
.woocommerce-page #customer_login form.login .form-row .button,
.woocommerce-page #customer_login form.register .form-row .button {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  height: 35px;
  font-weight: normal;
  line-height: 35px;
  padding: 0 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;
}
.woocommerce #customer_login form.login .form-row .button:hover,
.woocommerce #customer_login form.register .form-row .button:hover,
.woocommerce-page #customer_login form.login .form-row .button:hover,
.woocommerce-page #customer_login form.register .form-row .button:hover {
  background: #e14600;
  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;
}
.woocommerce #customer_login form.register >p label,
.woocommerce-page #customer_login form.register >p label {
  font-weight: normal;
  padding: 0 3px;
}
.woocommerce #customer_login form.register >p label .input-checkbox,
.woocommerce-page #customer_login form.register >p label .input-checkbox {
  display: inline-block;
  vertical-align: top;
  margin-top: 6px;
}
.woocommerce #customer_login form.register >p.form-row label,
.woocommerce-page #customer_login form.register >p.form-row label {
  padding: 0;
}
.woocommerce form.lost_reset_password .form-row,
.woocommerce-page form.lost_reset_password .form-row {
  width: 300px;
  max-width: 100%;
}
.woocommerce form.lost_reset_password .form-row .input-text,
.woocommerce-page form.lost_reset_password .form-row .input-text {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background: #eee;
  border: 0;
}
.woocommerce form.lost_reset_password .form-row input.button,
.woocommerce-page form.lost_reset_password .form-row input.button {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  margin-bottom: 10px;
  margin-top: 0;
}
.woocommerce form.lost_reset_password .form-row input.button:hover,
.woocommerce-page form.lost_reset_password .form-row input.button:hover {
  background: #e14600;
  color: #fff;
}
.woocommerce .woocommerce form .form-row label,
.woocommerce-page .woocommerce form .form-row label {
  font-weight: normal;
}
.woocommerce .woocommerce-checkout table.shop_table th,
.woocommerce .woocommerce-checkout table.shop_table td,
.woocommerce-page .woocommerce-checkout table.shop_table th,
.woocommerce-page .woocommerce-checkout table.shop_table td {
  border: 0;
}
.woocommerce .woocommerce-checkout table.shop_table th,
.woocommerce-page .woocommerce-checkout table.shop_table th {
  color: #222;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}
.woocommerce .woocommerce-checkout table.shop_table tr .variation,
.woocommerce-page .woocommerce-checkout table.shop_table tr .variation {
  display: none;
}
.woocommerce .woocommerce-checkout .col-1 h3,
.woocommerce .woocommerce-checkout .col-2 h3,
.woocommerce-page .woocommerce-checkout .col-1 h3,
.woocommerce-page .woocommerce-checkout .col-2 h3 {
  color: #222;
}
.woocommerce .woocommerce-checkout .woocommerce-checkout-payment label,
.woocommerce-page .woocommerce-checkout .woocommerce-checkout-payment label {
  color: #222;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}
.woocommerce .woocommerce .checkout #order_review table.shop_table td,
.woocommerce .woocommerce .checkout #order_review table.shop_table tfoot th,
.woocommerce .woocommerce-page .checkout #order_review table.shop_table td,
.woocommerce .woocommerce-page .checkout #order_review table.shop_table tfoot th,
.woocommerce-page .woocommerce .checkout #order_review table.shop_table td,
.woocommerce-page .woocommerce .checkout #order_review table.shop_table tfoot th,
.woocommerce-page .woocommerce-page .checkout #order_review table.shop_table td,
.woocommerce-page .woocommerce-page .checkout #order_review table.shop_table tfoot th {
  border-top: 1px solid #fff;
  padding: 10px 15px;
  border-right: 0;
}
.woocommerce .entry-summary form.register input[type="submit"],
.woocommerce-page .entry-summary form.register input[type="submit"] {
  text-transform: uppercase;
  height: 35px;
  line-height: 35px;
  padding: 0 15px;
}
.woocommerce .entry-content form.login,
.woocommerce-page .entry-content form.login {
  border: 0;
  padding: 0;
}
.woocommerce .entry-content form.login .form-row-first,
.woocommerce .entry-content form.login .form-row-last,
.woocommerce-page .entry-content form.login .form-row-first,
.woocommerce-page .entry-content form.login .form-row-last {
  float: left;
  width: 48.5%;
  padding: 0;
  margin-bottom: 15px;
}
.woocommerce .entry-content form.login .form-row-first .input-text,
.woocommerce .entry-content form.login .form-row-last .input-text,
.woocommerce-page .entry-content form.login .form-row-first .input-text,
.woocommerce-page .entry-content form.login .form-row-last .input-text {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background: #eee;
  border: 0;
}
.woocommerce .entry-content form.login .form-row-last,
.woocommerce-page .entry-content form.login .form-row-last {
  margin-left: 3%;
}
.woocommerce .entry-content form.login .form-row label.inline,
.woocommerce-page .entry-content form.login .form-row label.inline {
  clear: both;
  display: block;
  line-height: normal;
  vertical-align: top;
}
.woocommerce .entry-content form.login .form-row input.button,
.woocommerce-page .entry-content form.login .form-row input.button {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  height: 35px;
  line-height: 35px;
  padding: 0 15px;
}
.woocommerce .entry-content form.login .form-row input.button:hover,
.woocommerce-page .entry-content form.login .form-row input.button:hover {
  background: #e14600;
  color: #fff;
}
.woocommerce .entry-content form.login .lost_password a,
.woocommerce-page .entry-content form.login .lost_password a {
  color: #ff5e15;
}
.woocommerce .entry-content form.login .lost_password a:hover,
.woocommerce-page .entry-content form.login .lost_password a:hover {
  color: #c83e00;
}
.woocommerce .entry-content .checkout_coupon,
.woocommerce-page .entry-content .checkout_coupon {
  padding: 0;
  border: 0;
}
.woocommerce .entry-content .checkout_coupon .form-row,
.woocommerce-page .entry-content .checkout_coupon .form-row {
  width: 180px;
  float: left;
  padding: 0;
}
.woocommerce .entry-content .checkout_coupon .form-row.form-row-last,
.woocommerce-page .entry-content .checkout_coupon .form-row.form-row-last {
  text-align: center;
}
.woocommerce .entry-content .checkout_coupon .form-row .input-text,
.woocommerce-page .entry-content .checkout_coupon .form-row .input-text {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background: #eee;
  border: 0;
}
.woocommerce .entry-content .checkout_coupon .form-row .button,
.woocommerce-page .entry-content .checkout_coupon .form-row .button {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  height: 35px;
  text-transform: uppercase;
}
.woocommerce .entry-content .checkout_coupon .form-row .button:hover,
.woocommerce-page .entry-content .checkout_coupon .form-row .button:hover {
  background: #e14600;
  color: #fff;
}
.woocommerce .checkout .col2-set .col-1,
.woocommerce .checkout .col2-set .col-2,
.woocommerce-page .checkout .col2-set .col-1,
.woocommerce-page .checkout .col2-set .col-2 {
  float: left;
  width: 50%;
}
.woocommerce .checkout .col2-set .col-1 h3,
.woocommerce .checkout .col2-set .col-2 h3,
.woocommerce-page .checkout .col2-set .col-1 h3,
.woocommerce-page .checkout .col2-set .col-2 h3 {
  border-bottom: 1px solid #eee;
  padding-bottom: 11px;
  margin-bottom: 20px;
  font-weight: normal;
}
.woocommerce .checkout .col2-set .col-1 .chosen-container-single .chosen-single,
.woocommerce .checkout .col2-set .col-2 .chosen-container-single .chosen-single,
.woocommerce-page .checkout .col2-set .col-1 .chosen-container-single .chosen-single,
.woocommerce-page .checkout .col2-set .col-2 .chosen-container-single .chosen-single {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.woocommerce .checkout .col2-set .col-1 input,
.woocommerce .checkout .col2-set .col-1 textarea,
.woocommerce .checkout .col2-set .col-2 input,
.woocommerce .checkout .col2-set .col-2 textarea,
.woocommerce-page .checkout .col2-set .col-1 input,
.woocommerce-page .checkout .col2-set .col-1 textarea,
.woocommerce-page .checkout .col2-set .col-2 input,
.woocommerce-page .checkout .col2-set .col-2 textarea {
  background: #eee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: 0;
}
.woocommerce .checkout .col2-set .col-1 textarea,
.woocommerce .checkout .col2-set .col-2 textarea,
.woocommerce-page .checkout .col2-set .col-1 textarea,
.woocommerce-page .checkout .col2-set .col-2 textarea {
  padding: 10px;
  min-height: 80px;
}
.woocommerce .checkout .col2-set .col-1 .woocommerce-billing-fields,
.woocommerce-page .checkout .col2-set .col-1 .woocommerce-billing-fields {
  padding-right: 15px;
  margin-bottom: 15px;
}
.woocommerce .checkout .col2-set .col-1 .woocommerce-account-fields,
.woocommerce-page .checkout .col2-set .col-1 .woocommerce-account-fields {
  margin-bottom: 30px;
}
.woocommerce .checkout .col2-set .col-1 .woocommerce-account-fields .input-checkbox,
.woocommerce-page .checkout .col2-set .col-1 .woocommerce-account-fields .input-checkbox {
  margin-top: 7px;
}
.woocommerce .checkout .col2-set .col-2 .woocommerce-shipping-fields h3#ship-to-different-address,
.woocommerce-page .checkout .col2-set .col-2 .woocommerce-shipping-fields h3#ship-to-different-address {
  padding: 0 0 10px;
  width: 100%;
}
.woocommerce .checkout .col2-set .col-2 .woocommerce-shipping-fields h3#ship-to-different-address > label,
.woocommerce-page .checkout .col2-set .col-2 .woocommerce-shipping-fields h3#ship-to-different-address > label {
  padding: 0;
  margin: 0;
  font-weight: normal;
  vertical-align: top;
  display: inline-block;
}
.woocommerce .checkout .col2-set .col-2 .woocommerce-shipping-fields h3#ship-to-different-address > label input,
.woocommerce-page .checkout .col2-set .col-2 .woocommerce-shipping-fields h3#ship-to-different-address > label input {
  float: none;
  margin: 4px 4px 0 0px;
}
.woocommerce .checkout .col2-set .col-2 .woocommerce-shipping-fields h3#ship-to-different-address > input,
.woocommerce-page .checkout .col2-set .col-2 .woocommerce-shipping-fields h3#ship-to-different-address > input {
  display: inline-block;
  vertical-align: top;
  margin: 6px 5px 0;
}
.woocommerce .checkout #order_review table.shop_table,
.woocommerce-page .checkout #order_review table.shop_table {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: 0;
}
.woocommerce .checkout #order_review table.shop_table td,
.woocommerce .checkout #order_review table.shop_table tfoot th,
.woocommerce-page .checkout #order_review table.shop_table td,
.woocommerce-page .checkout #order_review table.shop_table tfoot th {
  border-top: 1px solid #fff;
  padding: 10px 15px;
}
.woocommerce .checkout #order_review table.shop_table tr,
.woocommerce-page .checkout #order_review table.shop_table tr {
  background: #eee;
}
.woocommerce .checkout #order_review table.shop_table tr:hover,
.woocommerce-page .checkout #order_review table.shop_table tr:hover {
  background: #d5d5d5;
  cursor: pointer;
}
.woocommerce .checkout #payment,
.woocommerce-page .checkout #payment {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.woocommerce .checkout #payment .terms,
.woocommerce-page .checkout #payment .terms {
  float: none;
}
.woocommerce .checkout #payment .terms .input-checkbox,
.woocommerce-page .checkout #payment .terms .input-checkbox {
  margin-top: 6px;
}
.woocommerce .checkout #payment #place_order,
.woocommerce-page .checkout #payment #place_order {
  width: auto;
  border: 0;
  padding: 10px 20px;
  background: #ff5e15;
  color: #fff;
  text-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  text-transform: uppercase;
}
.woocommerce .checkout #payment #place_order:hover,
.woocommerce-page .checkout #payment #place_order:hover {
  background: #c83e00;
}
.woocommerce form table.shop_table.shop_table_responsive,
.woocommerce-page form table.shop_table.shop_table_responsive {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: 0;
  margin-bottom: 50px;
  border: 1px solid #ddd;
}
.woocommerce form table.shop_table.shop_table_responsive th.product-thumbnail,
.woocommerce form table.shop_table.shop_table_responsive tr td.product-thumbnail,
.woocommerce-page form table.shop_table.shop_table_responsive th.product-thumbnail,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.product-thumbnail {
  display: table-cell;
}
.woocommerce form table.shop_table.shop_table_responsive thead,
.woocommerce-page form table.shop_table.shop_table_responsive thead {
  display: table-row-group;
}
.woocommerce form table.shop_table.shop_table_responsive thead tr,
.woocommerce-page form table.shop_table.shop_table_responsive thead tr {
  display: table-row;
}
.woocommerce form table.shop_table.shop_table_responsive thead tr th,
.woocommerce-page form table.shop_table.shop_table_responsive thead tr th {
  border-bottom: 1px solid #ddd;
  border-top: 0;
  border-left: 0;
  color: #222;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}
.woocommerce form table.shop_table.shop_table_responsive thead tr th.product-subtotal,
.woocommerce-page form table.shop_table.shop_table_responsive thead tr th.product-subtotal {
  border-right: 0;
}
.woocommerce form table.shop_table.shop_table_responsive tbody tr,
.woocommerce-page form table.shop_table.shop_table_responsive tbody tr {
  display: table-row;
}
.woocommerce form table.shop_table.shop_table_responsive tbody tr td,
.woocommerce-page form table.shop_table.shop_table_responsive tbody tr td {
  border-top: 1px solid #ddd;
  display: table-cell;
  text-align: left !important;
}
.woocommerce form table.shop_table.shop_table_responsive tbody tr td:before,
.woocommerce-page form table.shop_table.shop_table_responsive tbody tr td:before {
  display: none;
}
.woocommerce form table.shop_table.shop_table_responsive tbody tr.cart_item td,
.woocommerce-page form table.shop_table.shop_table_responsive tbody tr.cart_item td {
  border: 0;
}
.woocommerce form table.shop_table.shop_table_responsive tbody tr.cart_item td .variation .variation-SoldBy,
.woocommerce-page form table.shop_table.shop_table_responsive tbody tr.cart_item td .variation .variation-SoldBy {
  margin-top: 3px;
}
.woocommerce form table.shop_table.shop_table_responsive tr,
.woocommerce-page form table.shop_table.shop_table_responsive tr {
  border: 0;
}
.woocommerce form table.shop_table.shop_table_responsive tr td,
.woocommerce-page form table.shop_table.shop_table_responsive tr td {
  border: 0;
}
.woocommerce form table.shop_table.shop_table_responsive tr td.product-thumbnail img,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.product-thumbnail img {
  width: 70px;
}
.woocommerce form table.shop_table.shop_table_responsive tr td.product-remove,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.product-remove {
  font-size: 24px;
}
.woocommerce form table.shop_table.shop_table_responsive tr td.product-quantity .quantity,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.product-quantity .quantity {
  border: 1px solid #ddd;
  overflow: visible;
  display: inline-block;
}
.woocommerce form table.shop_table.shop_table_responsive tr td.product-quantity .quantity input.qty,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.product-quantity .quantity input.qty {
  height: 30px;
  min-height: initial;
  border: 0;
  float: left;
  text-indent: inherit;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.woocommerce form table.shop_table.shop_table_responsive tr td.product-quantity .quantity input[type=number],
.woocommerce-page form table.shop_table.shop_table_responsive tr td.product-quantity .quantity input[type=number] {
  -moz-appearance: textfield;
}
.woocommerce form table.shop_table.shop_table_responsive tr td.product-quantity .quantity input::-webkit-outer-spin-button,
.woocommerce form table.shop_table.shop_table_responsive tr td.product-quantity .quantity input::-webkit-inner-spin-button,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.product-quantity .quantity input::-webkit-outer-spin-button,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.product-quantity .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce form table.shop_table.shop_table_responsive tr td.product-quantity .quantity .minus,
.woocommerce form table.shop_table.shop_table_responsive tr td.product-quantity .quantity .plus,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.product-quantity .quantity .minus,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.product-quantity .quantity .plus {
  float: left;
  position: static;
  background: #ccc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  height: auto;
  height: 30px;
  width: 25px;
  border: 0;
  font-size: 18px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  font-weight: normal;
  display: block !important;
}
.woocommerce form table.shop_table.shop_table_responsive tr td.product-quantity .quantity .minus:hover,
.woocommerce form table.shop_table.shop_table_responsive tr td.product-quantity .quantity .plus:hover,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.product-quantity .quantity .minus:hover,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.product-quantity .quantity .plus:hover {
  background: #ff5e15;
  color: #fff;
}
.woocommerce form table.shop_table.shop_table_responsive tr td.actions,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.actions {
  padding: 15px 10px;
}
.woocommerce form table.shop_table.shop_table_responsive tr td.actions .coupon,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.actions .coupon {
  float: left;
  padding: 0;
}
.rtl .woocommerce form table.shop_table.shop_table_responsive tr td.actions .coupon,
.rtl .woocommerce-page form table.shop_table.shop_table_responsive tr td.actions .coupon {
  float: right;
}
.woocommerce form table.shop_table.shop_table_responsive tr td.actions .coupon .input-text,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.actions .coupon .input-text {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  margin: 0;
}
.woocommerce form table.shop_table.shop_table_responsive tr td.actions .coupon input.input-text,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.actions .coupon input.input-text {
  height: 31px;
  border-radius: 3px;
  padding: 5px 10px;
  width: 200px;
}
.rtl .woocommerce form table.shop_table.shop_table_responsive tr td.actions .coupon input.input-text,
.rtl .woocommerce-page form table.shop_table.shop_table_responsive tr td.actions .coupon input.input-text {
  float: right;
}
.woocommerce form table.shop_table.shop_table_responsive tr td.actions .button,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.actions .button {
  background: #ff5e15 !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  font-weight: normal;
  color: #fff;
  margin: 0 5px;
  border-color: #ff5e15;
  vertical-align: top;
  width: auto;
  padding: 7px 15px;
  height: 31px;
  border-radius: 3px;
  text-transform: uppercase;
}
.woocommerce form table.shop_table.shop_table_responsive tr td.actions .button:hover,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.actions .button:hover {
  background: #e14600 !important;
  color: #fff;
}
.woocommerce form table.shop_table.shop_table_responsive tr td.actions .box-chekout .button,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.actions .box-chekout .button {
  background: #ccc;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  font-weight: normal;
}
.woocommerce form table.shop_table.shop_table_responsive tr td.actions .box-chekout .button:hover,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.actions .box-chekout .button:hover {
  background: #ff5e15;
  color: #fff;
  border-color: #ff5e15;
}
.woocommerce form table.shop_table.shop_table_responsive tr td.actions .box-chekout .checkout-button.button,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.actions .box-chekout .checkout-button.button {
  background: #ff5e15;
  color: #fff;
  border-color: #ff5e15;
}
.woocommerce form table.shop_table.shop_table_responsive tr td.actions .box-chekout .checkout-button.button:hover,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.actions .box-chekout .checkout-button.button:hover {
  background: #e14600;
}
.woocommerce form table.shop_table.shop_table_responsive tr:nth-child(2n) td,
.woocommerce-page form table.shop_table.shop_table_responsive tr:nth-child(2n) td {
  background-color: rgba(0,0,0,0.025);
}
.woocommerce > .cart-collaterals,
.woocommerce-page > .cart-collaterals {
  margin-bottom: 10px;
}
.woocommerce > .cart-collaterals .products-wrapper,
.woocommerce-page > .cart-collaterals .products-wrapper {
  padding: 0;
}
.woocommerce > .cart-collaterals .cart_totals,
.woocommerce-page > .cart-collaterals .cart_totals {
  width: 50%;
  margin-bottom: 45px;
  float: left;
}
.rtl .woocommerce > .cart-collaterals .cart_totals,
.rtl .woocommerce-page > .cart-collaterals .cart_totals {
  float: right;
  text-align: right;
}
.woocommerce > .cart-collaterals .cart_totals h2,
.woocommerce-page > .cart-collaterals .cart_totals h2 {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 24px;
}
.woocommerce > .cart-collaterals .cart_totals table,
.woocommerce-page > .cart-collaterals .cart_totals table {
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: 1px solid #eee;
}
.woocommerce > .cart-collaterals .cart_totals table tr,
.woocommerce-page > .cart-collaterals .cart_totals table tr {
  border: 0;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  color: #222;
}
.woocommerce > .cart-collaterals .cart_totals table tr th,
.woocommerce > .cart-collaterals .cart_totals table tr td,
.woocommerce-page > .cart-collaterals .cart_totals table tr th,
.woocommerce-page > .cart-collaterals .cart_totals table tr td {
  border: 0;
  padding: 10px;
}
.woocommerce > .cart-collaterals .cart_totals table tr td,
.woocommerce-page > .cart-collaterals .cart_totals table tr td {
  text-align: right;
}
.woocommerce > .cart-collaterals .cart_totals table tr.order-total th,
.woocommerce > .cart-collaterals .cart_totals table tr.order-total td,
.woocommerce-page > .cart-collaterals .cart_totals table tr.order-total th,
.woocommerce-page > .cart-collaterals .cart_totals table tr.order-total td {
  border-top: 1px solid #eee;
}
.woocommerce > .cart-collaterals .cart_totals table tr.order-total th .amount,
.woocommerce > .cart-collaterals .cart_totals table tr.order-total td .amount,
.woocommerce-page > .cart-collaterals .cart_totals table tr.order-total th .amount,
.woocommerce-page > .cart-collaterals .cart_totals table tr.order-total td .amount {
  font-size: 18px;
  font-weight: normal;
  color: #ff5e15;
}
.woocommerce > .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button,
.woocommerce-page > .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
  background: #ff5e15;
  text-transform: uppercase;
  display: inline-block;
  text-shadow: none;
  font-weight: normal;
  font-size: 14px;
  padding: 9px 15px;
  height: 32px;
}
.woocommerce > .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button:hover,
.woocommerce-page > .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button:hover {
  background: #e14600;
}
.woocommerce > .cart-collaterals .shipping_calculator,
.woocommerce-page > .cart-collaterals .shipping_calculator {
  float: left;
  margin-left: 2%;
  width: 48%;
}
.woocommerce > .cart-collaterals .shipping_calculator h2,
.woocommerce-page > .cart-collaterals .shipping_calculator h2 {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.woocommerce > .cart-collaterals .shipping_calculator h2 a:after,
.woocommerce-page > .cart-collaterals .shipping_calculator h2 a:after {
  content: "";
}
.woocommerce > .cart-collaterals .shipping_calculator .shipping-calculator-form .form-row,
.woocommerce-page > .cart-collaterals .shipping_calculator .shipping-calculator-form .form-row {
  padding: 5px 0;
}
.woocommerce > .cart-collaterals .shipping_calculator .shipping-calculator-form .form-row .input-text,
.woocommerce-page > .cart-collaterals .shipping_calculator .shipping-calculator-form .form-row .input-text {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.woocommerce > .cart-collaterals .shipping_calculator .shipping-calculator-form .button,
.woocommerce-page > .cart-collaterals .shipping_calculator .shipping-calculator-form .button {
  background: #ff5e15;
  color: #fff;
  border-color: #ff5e15;
  width: auto;
  display: inline-block;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  font-weight: normal;
}
.woocommerce > .cart-collaterals .shipping_calculator .shipping-calculator-form .button:hover,
.woocommerce-page > .cart-collaterals .shipping_calculator .shipping-calculator-form .button:hover {
  background: #e14600;
}
.woocommerce #content .woocommerce-message,
.woocommerce #content .woocommerce-error,
.woocommerce #content .woocommerce-info,
.woocommerce #contents .woocommerce-message,
.woocommerce #contents .woocommerce-error,
.woocommerce #contents .woocommerce-info,
.woocommerce-page #content .woocommerce-message,
.woocommerce-page #content .woocommerce-error,
.woocommerce-page #content .woocommerce-info,
.woocommerce-page #contents .woocommerce-message,
.woocommerce-page #contents .woocommerce-error,
.woocommerce-page #contents .woocommerce-info {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border-top-color: #ff5e15;
  background: #eee;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}
.woocommerce #content .woocommerce-message .wc-forward,
.woocommerce #content .woocommerce-error .wc-forward,
.woocommerce #content .woocommerce-info .wc-forward,
.woocommerce #contents .woocommerce-message .wc-forward,
.woocommerce #contents .woocommerce-error .wc-forward,
.woocommerce #contents .woocommerce-info .wc-forward,
.woocommerce-page #content .woocommerce-message .wc-forward,
.woocommerce-page #content .woocommerce-error .wc-forward,
.woocommerce-page #content .woocommerce-info .wc-forward,
.woocommerce-page #contents .woocommerce-message .wc-forward,
.woocommerce-page #contents .woocommerce-error .wc-forward,
.woocommerce-page #contents .woocommerce-info .wc-forward {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  border: 0;
  font-weight: normal;
  background: #ff5e15;
  color: #fff;
}
.woocommerce #content .woocommerce-message .wc-forward:hover,
.woocommerce #content .woocommerce-error .wc-forward:hover,
.woocommerce #content .woocommerce-info .wc-forward:hover,
.woocommerce #contents .woocommerce-message .wc-forward:hover,
.woocommerce #contents .woocommerce-error .wc-forward:hover,
.woocommerce #contents .woocommerce-info .wc-forward:hover,
.woocommerce-page #content .woocommerce-message .wc-forward:hover,
.woocommerce-page #content .woocommerce-error .wc-forward:hover,
.woocommerce-page #content .woocommerce-info .wc-forward:hover,
.woocommerce-page #contents .woocommerce-message .wc-forward:hover,
.woocommerce-page #contents .woocommerce-error .wc-forward:hover,
.woocommerce-page #contents .woocommerce-info .wc-forward:hover {
  opacity: 0.7;
}
.woocommerce #reviews #review_form_wrapper h3,
.woocommerce-page #reviews #review_form_wrapper h3 {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 18px;
  text-transform: uppercase;
}
.woocommerce #reviews #review_form_wrapper .comment-form input,
.woocommerce #reviews #review_form_wrapper .comment-form textarea,
.woocommerce-page #reviews #review_form_wrapper .comment-form input,
.woocommerce-page #reviews #review_form_wrapper .comment-form textarea {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding: 7px 10px;
  width: 60%;
}
.woocommerce #reviews #review_form_wrapper .comment-form textarea,
.woocommerce-page #reviews #review_form_wrapper .comment-form textarea {
  width: 100%;
}
.woocommerce #reviews #review_form_wrapper .comment-form input#submit,
.woocommerce-page #reviews #review_form_wrapper .comment-form input#submit {
  width: auto;
  color: #fff;
  height: 42px;
  line-height: 42px;
  padding: 0 10px;
}
.woocommerce #reviews #review_form_wrapper .comment-form input#submit:hover,
.woocommerce-page #reviews #review_form_wrapper .comment-form input#submit:hover {
  color: #fff;
}
.woocommerce #reviews #review_form_wrapper .comment-form .comment-form-author,
.woocommerce #reviews #review_form_wrapper .comment-form .comment-form-email,
.woocommerce-page #reviews #review_form_wrapper .comment-form .comment-form-author,
.woocommerce-page #reviews #review_form_wrapper .comment-form .comment-form-email {
  width: 50%;
  float: left;
}
.woocommerce #reviews #review_form_wrapper .comment-form .comment-form-author label,
.woocommerce #reviews #review_form_wrapper .comment-form .comment-form-email label,
.woocommerce-page #reviews #review_form_wrapper .comment-form .comment-form-author label,
.woocommerce-page #reviews #review_form_wrapper .comment-form .comment-form-email label {
  display: block;
}
.woocommerce #reviews #review_form_wrapper .comment-form .comment-form-author input,
.woocommerce #reviews #review_form_wrapper .comment-form .comment-form-email input,
.woocommerce-page #reviews #review_form_wrapper .comment-form .comment-form-author input,
.woocommerce-page #reviews #review_form_wrapper .comment-form .comment-form-email input {
  width: 100%;
}
.woocommerce #reviews #review_form_wrapper .comment-form .comment-form-author,
.woocommerce-page #reviews #review_form_wrapper .comment-form .comment-form-author {
  padding-right: 15px;
}
.woocommerce table.my_account_orders,
.woocommerce-page table.my_account_orders {
  font-size: 1em;
}
.woocommerce table.my_account_orders tr th,
.woocommerce-page table.my_account_orders tr th {
  background: #ccc;
}
.woocommerce table.my_account_orders tr td.order-actions .button,
.woocommerce-page table.my_account_orders tr td.order-actions .button {
  background: #333;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  color: #fff;
  text-shadow: none;
  font-weight: normal;
  border: 0;
}
.woocommerce table.my_account_orders tr td.order-actions .button:hover,
.woocommerce-page table.my_account_orders tr td.order-actions .button:hover {
  background: #ff5e15;
}
.woocommerce .entry-content .col2-set .address,
.woocommerce-page .entry-content .col2-set .address {
  padding-left: 15px;
  padding-right: 15px;
}
.page.my-account .woocommerce-MyAccount-content fieldset legend {
  padding: 10px 0;
  font-weight: 600;
}
.page.my-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account .woocommerce-Button {
  padding: 10px 15px;
}
.page.my-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account .woocommerce-Button:hover {
  background: #ff5e15;
  color: #fff;
  border-color: transparent;
}
.page.my-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account p {
  padding: 3px 0;
}
.page.my-account .woocommerce-MyAccount-content .woocommerce-address-fields p {
  padding: 3px 0;
}
.page.my-account .woocommerce-MyAccount-content .woocommerce-address-fields .button {
  padding: 10px 15px;
}
.page.my-account .woocommerce-MyAccount-content .woocommerce-address-fields .button:hover {
  background: #ff5e15;
  color: #fff;
  border-color: transparent;
}
.page.my-account .select2-container .select2-selection--single {
  margin-bottom: 0;
}
.woocommerce table.wishlist_table thead th {
  border-color: #ddd;
  color: #222;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}
.woocommerce form table.wishlist_table,
.woocommerce-page form table.wishlist_table {
  border-collapse: collapse;
}
.woocommerce form table.wishlist_table th.product-thumbnail,
.woocommerce-page form table.wishlist_table th.product-thumbnail {
  border: 0;
}
.woocommerce form table.wishlist_table tfoot,
.woocommerce-page form table.wishlist_table tfoot {
  border-top: 1px solid #ddd;
}
.woocommerce form table.wishlist_table tr td,
.woocommerce-page form table.wishlist_table tr td {
  text-align: start;
  padding: 10px 12px;
}
.woocommerce form table.wishlist_table tr td.product-price del,
.woocommerce-page form table.wishlist_table tr td.product-price del {
  margin-right: 10px;
}
.woocommerce form table.wishlist_table tr td.product-price del span,
.woocommerce-page form table.wishlist_table tr td.product-price del span {
  font-size: 16px;
}
.woocommerce form table.wishlist_table tr td.product-price ins,
.woocommerce-page form table.wishlist_table tr td.product-price ins {
  color: #fe2424;
  text-decoration: none;
  font-weight: 600;
}
.woocommerce form table.wishlist_table tr td.product-price ins span,
.woocommerce-page form table.wishlist_table tr td.product-price ins span {
  font-size: 18px;
}
.woocommerce form table.wishlist_table tr td.product-price >span.amount,
.woocommerce-page form table.wishlist_table tr td.product-price >span.amount {
  color: #fe2424;
  font-size: 18px;
  font-weight: 600;
}
.woocommerce form table.wishlist_table tr td.product-add-to-cart,
.woocommerce-page form table.wishlist_table tr td.product-add-to-cart {
  vertical-align: top;
}
.woocommerce form table.wishlist_table tr td.product-add-to-cart .add_to_cart,
.woocommerce-page form table.wishlist_table tr td.product-add-to-cart .add_to_cart {
  display: inline-block !important;
  padding: 0;
}
.woocommerce form table.wishlist_table tr td.product-add-to-cart .add_to_cart.loading,
.woocommerce-page form table.wishlist_table tr td.product-add-to-cart .add_to_cart.loading {
  height: 43px;
  position: relative;
}
.woocommerce form table.wishlist_table tr td.product-add-to-cart .add_to_cart.loading:before,
.woocommerce-page form table.wishlist_table tr td.product-add-to-cart .add_to_cart.loading:before {
  border-radius: 16px;
  background-color: #ff5e15;
}
.woocommerce form table.wishlist_table tr td.product-add-to-cart .add_to_cart.loading:after,
.woocommerce-page form table.wishlist_table tr td.product-add-to-cart .add_to_cart.loading:after {
  content: '';
}
.woocommerce form table.wishlist_table tr td.product-add-to-cart a.button,
.woocommerce-page form table.wishlist_table tr td.product-add-to-cart a.button {
  background: #999;
  border: 0;
  text-transform: capitalize;
  text-shadow: none;
  color: #fff;
  position: static;
  padding: 12px 20px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -o-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  margin: 13px 0 !important;
}
.woocommerce form table.wishlist_table tr td.product-add-to-cart a.button:hover,
.woocommerce-page form table.wishlist_table tr td.product-add-to-cart a.button:hover {
  background: #ff5e15;
}
.woocommerce form table.wishlist_table tr td.product-add-to-cart .remove_from_wishlist.button,
.woocommerce-page form table.wishlist_table tr td.product-add-to-cart .remove_from_wishlist.button {
  display: none !important;
}
.woocommerce form table.wishlist_table tr td.product-add-to-cart .dateadded,
.woocommerce-page form table.wishlist_table tr td.product-add-to-cart .dateadded {
  margin-bottom: 5px;
}
.woocommerce form table.wishlist_table tr td.product-remove a.remove,
.woocommerce-page form table.wishlist_table tr td.product-remove a.remove {
  font-size: 1em;
  margin: 0 auto;
}
.woocommerce form table.wishlist_table tbody tr,
.woocommerce-page form table.wishlist_table tbody tr {
  border-top: 1px solid #fff;
}
.woocommerce form table.wishlist_table tbody tr:hover,
.woocommerce-page form table.wishlist_table tbody tr:hover {
  cursor: pointer;
  background: #f2f2f2;
}
.woocommerce form table.wishlist_table tbody tr:hover td,
.woocommerce-page form table.wishlist_table tbody tr:hover td {
  background: #f2f2f2;
}
.woocommerce tbody tr td,
.woocommerce thead tr th,
.woocommerce-page tbody tr td,
.woocommerce-page thead tr th {
  font-size: 14px;
}
.woocommerce article header .entry-title,
.woocommerce-page article header .entry-title {
  font-size: 24px;
  color: #ff5e15;
}
.woocommerce article .wishlist-title,
.woocommerce-page article .wishlist-title {
  display: none;
}
.woocommerce .return-to-shop .button.wc-backward,
.woocommerce-page .return-to-shop .button.wc-backward {
  background-color: #ff5e15;
  color: #fff;
  margin-bottom: 30px;
}
.woocommerce .return-to-shop .button.wc-backward:hover,
.woocommerce-page .return-to-shop .button.wc-backward:hover {
  background-color: #fe2424;
}
.woocommerce a.remove {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.woocommerce #respond input#submit,
.woocommerce input.button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background-color: #003fa1;
  color: #fff;
  font-weight: 500;
  border: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.woocommerce #respond input#submit:hover,
.woocommerce input.button:hover {
  background-color: #ff5e15;
  color: #fff;
}
.woocommerce td.product-name dl.variation dd,
.woocommerce td.product-name dl.variation dt {
  margin-bottom: 0.25em;
}
.woocommerce div.product p.cart {
  float: left;
}
div.star,
div.stars {
  background: url("../assets/img/star2.png") repeat-x scroll 0 0 rgba(0,0,0,0);
  height: 11px;
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 60px;
  display: inline-block;
  vertical-align: top;
}
div.star span,
div.stars span {
  background: url("../assets/img/star-active2.png") repeat scroll 0 0 rgba(0,0,0,0);
  float: left;
  left: 0;
  overflow: hidden;
  padding-top: 1.5em;
  position: absolute;
  top: 0;
}
div.star .rating-hidden,
div.stars .rating-hidden {
  display: none;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #ededed;
  border: 0;
  height: 2px;
  margin-left: 0;
  margin-right: 0;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #ff5e15;
  height: 2px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #ff5e15;
  border: 0;
  width: 10px;
  height: 10px;
  top: -4px;
  margin: 0;
}
.woocommerce .widget_price_filter .ui-slider {
  margin-bottom: 20px;
  margin-top: 20px;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
  background-color: transparent;
  color: #ff5e15;
  opacity: 1;
  filter: alpha(opacity=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;
  text-transform: uppercase;
  border-radius: 0;
  font-size: 12px;
  font-weight: 600;
  border: 0;
  position: relative;
  padding: 9px 0;
  margin: 0;
  float: right;
}
.woocommerce .widget_price_filter .price_slider_amount .button:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #ff5e15;
  position: absolute;
  bottom: 5px;
  left: 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;
}
.woocommerce .widget_price_filter .price_slider_amount .button: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;
}
.woocommerce .widget_price_filter .price_slider_amount .button:hover:before {
  background-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;
}
.price_slider_wrapper {
  padding-right: 10px;
}
.price_slider_wrapper .price_slider_amount #min_price,
.price_slider_wrapper .price_slider_amount #max_price {
  display: inline-block !important;
  width: 35%;
  text-indent: 10px;
  height: 34px;
  margin-bottom: 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  font-size: 14px;
  font-weight: 500;
  color: #00235a;
}
.price_slider_wrapper .price_slider_amount #min_price {
  float: left;
  margin-right: 2%;
}
.rtl .price_slider_wrapper .price_slider_amount #min_price {
  float: right;
  margin-right: 0;
  margin-left: 2%;
}
.price_slider_wrapper .price_slider_amount #max_price {
  float: left;
}
.rtl .price_slider_wrapper .price_slider_amount #max_price {
  float: right;
}
.price_slider_wrapper .price_label {
  float: right;
  display: none !important;
}
.rtl.woocommerce .widget_price_filter .price_slider_amount .button {
  float: left;
}
.woocommerce .widget_price_filter .ui-slider-horizontal {
  height: 4px;
}
.woocommerce button.button.alt.disabled {
  padding: 0 10px;
}
.sidebar .widget.widget_layered_nav .widget-inner ul {
  padding: 10px 0 0 0;
}
.sidebar .widget.widget_layered_nav .widget-inner ul > li {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 5px 0;
  padding: 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 .sidebar .widget.widget_layered_nav .widget-inner ul > li {
  margin: 0 0 5px 5px;
}
.sidebar .widget.widget_layered_nav .widget-inner ul > li a {
  min-width: 20px;
  height: 20px;
  line-height: 18px;
  text-align: center;
}
.sidebar .widget.widget_layered_nav .widget-inner ul > li:hover,
.sidebar .widget.widget_layered_nav .widget-inner ul > li.chosen {
  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;
}
.sidebar .widget.widget_layered_nav .widget-inner ul > li:hover a,
.sidebar .widget.widget_layered_nav .widget-inner ul > li.chosen a {
  background: #ff5e15;
  color: #fff;
}
.sidebar .widget.widget_layered_nav .widget-inner ul > li span.count {
  display: none;
}
.sidebar .widget.widget_layered_nav .widget-inner ul > li.chosen a:before {
  display: none;
}
.sidebar .widget.widget_layered_nav .widget-inner ul.woocommerce-widget-layered-nav-list-pa_size > li {
  border: 1px #ededed solid;
  border-radius: 4px;
  margin: 0 8px 8px 0;
}
.rtl .sidebar .widget.widget_layered_nav .widget-inner ul.woocommerce-widget-layered-nav-list-pa_size > li {
  margin: 0 0 8px 8px;
}
.sidebar .widget.widget_layered_nav .widget-inner ul.woocommerce-widget-layered-nav-list-pa_size > li a {
  min-width: 25px;
  height: 25px;
  line-height: 24px;
}
.sidebar .widget.widget_layered_nav .widget-inner ul.woocommerce-widget-layered-nav-list-pa_size > li a:hover {
  padding-left: 0;
}
.rtl .sidebar .widget.widget_layered_nav .widget-inner ul.woocommerce-widget-layered-nav-list-pa_size > li a:hover {
  padding-right: 0;
}
.sidebar .widget.widget_layered_nav .widget-inner ul.woocommerce-widget-layered-nav-list-pa_size > li a:hover:before {
  display: none;
}
.sidebar .widget.widget_layered_nav .widget-inner ul.woocommerce-widget-layered-nav-list-pa_size > li.chosen,
.sidebar .widget.widget_layered_nav .widget-inner ul.woocommerce-widget-layered-nav-list-pa_size > li:hover {
  border-color: #ff5e15;
}
.sidebar .widget.widget_layered_nav .widget-inner ul.woocommerce-widget-layered-nav-list-pa_color > li {
  padding: 3px;
  border: 1px #ededed solid;
  border-radius: 50%;
}
.sidebar .widget.widget_layered_nav .widget-inner ul.woocommerce-widget-layered-nav-list-pa_color > li a {
  border-radius: 50%;
}
.sidebar .widget.widget_layered_nav .widget-inner ul.woocommerce-widget-layered-nav-list-pa_color > li a .variation-color {
  display: block;
  height: 20px;
  border-radius: 50%;
}
.sidebar .widget.widget_layered_nav .widget-inner ul.woocommerce-widget-layered-nav-list-pa_color > li a .name-color {
  display: none;
}
.sidebar .widget.widget_layered_nav .widget-inner ul.woocommerce-widget-layered-nav-list-pa_color > li a:hover {
  padding-left: 0;
}
.rtl .sidebar .widget.widget_layered_nav .widget-inner ul.woocommerce-widget-layered-nav-list-pa_color > li a:hover {
  padding-right: 0;
}
.sidebar .widget.widget_layered_nav .widget-inner ul.woocommerce-widget-layered-nav-list-pa_color > li a:hover:before {
  display: none;
}
.sidebar .widget.widget_layered_nav .widget-inner ul.woocommerce-widget-layered-nav-list-pa_color > li.chosen,
.sidebar .widget.widget_layered_nav .widget-inner ul.woocommerce-widget-layered-nav-list-pa_color > li:hover {
  border: 1px #ff5e15 solid;
}
.sidebar .widget.widget_product_categories .product-categories li span {
  float: right;
  color: #999;
}
.rtl .sidebar .widget.widget_product_categories .product-categories li span {
  float: left;
}
.woocommerce-account #contents .page .entry-title {
  margin-bottom: 30px;
}
.woocommerce-account .entry-summary > .woocommerce {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.woocommerce-account .entry-summary > .woocommerce .woocommerce-MyAccount-content {
  order: 1;
}
.woocommerce-account h2 {
  font-size: 18px;
}
.woocommerce-account h3 {
  font-size: 16px;
}
.woocommerce-account #contents {
  background: #fff;
  margin-bottom: 30px;
  padding-top: 30px;
}
.woocommerce-account #contents header {
  display: block;
}
.woocommerce-account #contents header h2 {
  font-size: 24px;
  margin-bottom: 20px;
}
.woocommerce-account #contents header h3 {
  font-size: 20px;
}
.woocommerce-account #contents header .edit {
  display: block;
  font-weight: bold;
  color: #ff5e15;
  margin-bottom: 10px;
}
.woocommerce-account #contents .entry-content nav.woocommerce-MyAccount-navigation {
  width: 20%;
  padding-right: 30px;
  margin-bottom: 10px;
}
.woocommerce-account #contents .entry-content nav.woocommerce-MyAccount-navigation > ul {
  list-style: none;
  margin: 0;
  border: 1px solid #ddd;
}
.woocommerce-account #contents .entry-content nav.woocommerce-MyAccount-navigation > ul > li > a {
  display: block;
  min-width: 180px;
  padding: 10px 20px;
  border-bottom: 1px solid #ddd;
}
.woocommerce-account #contents .entry-content nav.woocommerce-MyAccount-navigation > ul > li:last-child > a {
  border: 0;
}
.woocommerce-account #contents .entry-content nav.woocommerce-MyAccount-navigation > ul > li.is-active >a {
  color: #ff5e15;
}
.woocommerce-account #contents .entry-content .woocommerce-MyAccount-content {
  margin-bottom: 30px;
  width: 80%;
}
.woocommerce-account #contents .entry-content .woocommerce-MyAccount-content table.my_account_orders {
  border: 1px solid #ddd;
  border-radius: 0;
}
.woocommerce-account #contents .entry-content .woocommerce-MyAccount-content table.my_account_orders tr.order {
  border-bottom: 1px solid #ddd;
}
.woocommerce-account #contents .entry-content .woocommerce-MyAccount-content table.my_account_orders tr.order:last-child {
  border: 0;
}
.woocommerce-account #contents .entry-content .woocommerce-MyAccount-content table.my_account_orders tr.order td {
  text-align: start !important;
  padding: 5px 15px;
}
.woocommerce-account #contents .entry-content .woocommerce-MyAccount-content table.my_account_orders tr.order td.order-number,
.woocommerce-account #contents .entry-content .woocommerce-MyAccount-content table.my_account_orders tr.order td.order-status {
  width: 15%;
}
.woocommerce-account #contents .entry-content .woocommerce-MyAccount-content table.my_account_orders tr.order td.order-date {
  width: 20%;
}
.woocommerce-account #contents .entry-content .woocommerce-MyAccount-content table.my_account_orders tr.order td.order-total {
  width: 40%;
}
.rtl.woocommerce-account #contents .entry-content nav.woocommerce-MyAccount-navigation {
  padding-left: 30px;
  padding-right: 0;
}
.rtl.woocommerce .checkout .col2-set .col-2 .woocommerce-shipping-fields h3#ship-to-different-address > label input,
.rtl.woocommerce-page .checkout .col2-set .col-2 .woocommerce-shipping-fields h3#ship-to-different-address > label input {
  margin: 4px -10px 0 4px;
}
.rtl.woocommerce .checkout .col2-set .col-1 .woocommerce-account-fields .input-checkbox,
.rtl.woocommerce-page .checkout .col2-set .col-1 .woocommerce-account-fields .input-checkbox {
  float: right;
  margin: 7px 0 0 8px;
}
.rtl.woocommerce-account .woocommerce-account .button,
.rtl.woocommerce-account .woocommerce-info .button {
  float: left;
}
.rtl.woocommerce-checkout .woocommerce .woocommerce-customer-details address {
  text-align: right;
}
.rtl.woocommerce-checkout .woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,
.rtl.woocommerce-checkout .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
  padding-left: 0;
  padding-right: 1.5em;
}
.rtl.woocommerce-checkout .woocommerce .woocommerce-customer-details .woocommerce-customer-details--email:before,
.rtl.woocommerce-checkout .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone:before {
  margin-left: 0;
  margin-right: -1.5em;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
  margin-bottom: 20px;
}
.woocommerce-wishlist #contents .page .entry-title {
  margin-bottom: 40px;
}
.woocommerce-wishlist .wishlist-title h2 {
  font-size: 24px;
  padding: 0;
  margin-bottom: 20px;
}
.woocommerce-wishlist .woocommerce table.shop_table {
  margin-bottom: 40px;
}
.woocommerce-checkout h3 {
  font-size: 18px;
  color: #00235a;
  font-weight: normal;
}
.woocommerce-checkout h3#order_review_heading {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.woocommerce-checkout .select2-container--default .select2-selection--single {
  border-radius: 0;
  height: 35px;
  background: #eee;
  border: none;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 35px;
  padding-left: 20px;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-top: 0;
}
.woocommerce-checkout .woocommerce-info {
  padding: 10px 45px 12px 45px;
}
.single-product #comments .woocommerce-noreviews {
  padding: 0;
}
.woocommerce-noreviews {
  padding: 0 15px;
}
.fb_iframe_widget iframe {
  max-width: initial;
  z-index: 1;
}
.woocommerce-cart #contents .page h2,
.woocommerce-wishlist #contents .page h2,
.woocommerce-account #contents .page h2,
.woocommerce-checkout #contents .page h2 {
  margin-bottom: 25px;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-size: 24px;
  color: #222;
}
.woocommerce-cart  #contents .page h2 {
  border-bottom: 1px solid #eee;
}
.woocommerce-checkout .customer_details tr {
  clear: both;
}
.woocommerce-checkout .customer_details tr td:before {
  display: none;
}
.woocommerce-checkout .customer_details tr th {
  border-top: 0 !important;
  display: block !important;
}
#tab-description ul {
  margin-right: 20px !important;
  margin-left: 20px !important;
}
.rtl th {
  text-align: right;
}
.rtl .close-login {
  right: auto;
  left: 10px;
}
.rtl .block-popup-login .email-input:before,
.rtl .block-popup-login .pass-input:before {
  left: auto;
  right: 0px;
}
.rtl .block-popup-login .tt_popup_login strong {
  padding-left: 10px;
  padding-right: 70px;
  float: right;
}
.rtl .block-popup-login .tt_popup_login strong:before {
  right: auto;
  left: -20px;
  border-right: 0px;
  border-left: 20px solid transparent;
}
.rtl .block-popup-login .block-content .col-reg {
  float: right;
  text-align: right;
}
.rtl .block-popup-login .block-content .col-reg.registered-account {
  padding-right: 0px;
  padding-left: 30px;
  border-right: 0;
  border-left: 1px solid #d0d0d0;
}
.rtl .block-popup-login .block-content .col-reg.login-customer {
  padding-left: 0px;
  padding-right: 30px;
  color: #003fa1;
}
.rtl .block-popup-login .block-content .col-reg.login-customer ul.list-log li {
  border-right: 0 !important;
  float: right !important;
  padding: 2px 14px 2px 0px;
}
.rtl .block-popup-login .block-content .col-reg.login-customer ul.list-log li:before {
  left: auto;
  right: 0px;
}
.rtl .block-popup-login .input-text {
  padding: 0 52px 0px 5px;
}
.rtl .woocommerce table.shop_table {
  text-align: right;
}
.rtl.woocommerce #content table.cart td.actions,
.rtl.woocommerce table.cart td.actions,
.rtl.woocommerce-page #content table.cart td.actions,
.rtl.woocommerce-page table.cart td.actions {
  text-align: right;
}
.rtl.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
  float: left;
}
.rtl.woocommerce-checkout #payment ul.payment_methods li input {
  margin: 0 0 0 1em;
}
.rtl.woocommerce-checkout #payment ul.payment_methods li {
  text-align: right;
}
.rtl.woocommerce div.product form.cart .variations td.label {
  padding-left: 1em;
  padding-right: 0;
}
.rtl.woocommerce-cart table.cart td,
.rtl.woocommerce-cart table.cart th {
  text-align: right;
}
.rtl.woocommerce form table.shop_table tr td.actions .coupon,
.rtl.woocommerce-page form table.shop_table tr td.actions .coupon {
  float: right;
}
.rtl.woocommerce form .form-row label,
.rtl.woocommerce-page form .form-row label {
  text-align: right;
}
.rtl .login .form-row .button,
.rtl .register .form-row .button {
  float: right;
}
.rtl .login .lost_password {
  text-align: right;
}
.rtl.woocommerce #reviews #comments ol.commentlist li img.avatar {
  left: auto;
  right: 0;
}
.rtl.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin: 0 50px 0 0;
}
.rtl.woocommerce .star-rating {
  float: left;
}
.rtl.woocommerce p.stars a {
  margin-right: 0;
  margin-left: 1em;
}
.rtl.woocommerce .woocommerce-error .button,
.rtl.woocommerce .woocommerce-info .button,
.rtl.woocommerce .woocommerce-message .button {
  float: left;
}
.rtl.woocommerce .checkout .col2-set .col-1,
.rtl.woocommerce .checkout .col2-set .col-2,
.rtl.woocommerce-page .checkout .col2-set .col-1,
.rtl.woocommerce-page .checkout .col2-set .col-2 {
  float: right;
}
.rtl.woocommerce .checkout .col2-set .col-1 .woocommerce-billing-fields,
.rtl.woocommerce-page .checkout .col2-set .col-1 .woocommerce-billing-fields {
  padding-right: 0;
  padding-left: 15px;
}
.rtl.woocommerce .checkout .col2-set .col-2 .woocommerce-shipping-fields,
.rtl.woocommerce-page .checkout .col2-set .col-2 .woocommerce-shipping-fields {
  padding-left: 0;
  padding-right: 15px;
}
.rtl.woocommerce form table.shop_table tr td,
.rtl.woocommerce-page form table.shop_table tr td,
.rtl .woocommerce table.shop_table th,
.rtl.woocommerce-checkout #payment ul.payment_methods li,
.rtl .woocommerce form.checkout_coupon,
.rtl .woocommerce form.login,
.rtl .woocommerce form.register {
  text-align: right;
}
.rtl.woocommerce .entry-content form.login .form-row-first,
.rtl.woocommerce .entry-content form.login .form-row-last,
.rtl.woocommerce-page .entry-content form.login .form-row-first,
.rtl.woocommerce-page .entry-content form.login .form-row-last {
  float: right;
}
.rtl.woocommerce .entry-content form.login .form-row-last,
.rtl.woocommerce-page .entry-content form.login .form-row-last {
  margin-left: 0;
  margin-right: 3%;
}
.rtl.woocommerce table.shop_attributes th {
  text-align: right;
  width: 100px;
}
.rtl.woocommerce .entry-content .checkout_coupon .form-row,
.rtl.woocommerce-page .entry-content .checkout_coupon .form-row {
  float: right;
}
.rtl.woocommerce div.product p.cart {
  float: right;
}
.rtl .social-share-item {
  float: right;
}
.rtl.woocommerce table.my_account_orders tr td.order-actions,
.rtl.woocommerce-page table.my_account_orders tr td.order-actions {
  text-align: right;
}
.rtl.woocommerce-page table.shop_table_responsive tr td,
.rtl.woocommerce table.shop_table_responsive tr td {
  text-align: left !important;
}
.rtl.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
.rtl.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
  text-align: left !important;
}
.rtl.woocommerce table.shop_table_responsive tr td:before,
.rtl.woocommerce-page table.shop_table_responsive tr td:before {
  float: right;
}
.rtl .woocommerce ul#shipping_method li {
  padding: .25em 22px .25em 0;
}
.rtl.woocommerce-checkout .customer_details tr th {
  float: right;
}
.rtl .woocommerce .order_details li {
  float: right;
  border-right: 0;
  border-left: 1px dashed #d3ced2;
  margin-right: 0;
  margin-left: 2em;
  padding-right: 0;
  padding-left: 2em;
}
.rtl .woocommerce td.product-name dl.variation dd {
  float: right;
}
.rtl .woocommerce td.product-name dl.variation dt {
  float: right;
  clear: right;
}
.rtl.woocommerce form table.wishlist_table tr td.product-price del,
.rtl.woocommerce-page form table.wishlist_table tr td.product-price del {
  margin-left: 10px;
  margin-right: 0;
}
.rtl .woocommerce-checkout #payment div.payment_box:before {
  left: auto;
  right: 0;
  margin: -1em 2em 0px 2em;
}
.rtl.woocommerce-account .addresses .title h3 {
  float: right;
}
.rtl.woocommerce-account .addresses .title .edit,
.rtl.woocommerce-account ul.digital-downloads li .count {
  float: left;
}
.rtl.woocommerce #reviews #review_form_wrapper .comment-form .comment-form-author,
.rtl.woocommerce #reviews #review_form_wrapper .comment-form .comment-form-email,
.rtl.woocommerce-page #reviews #review_form_wrapper .comment-form .comment-form-author,
.rtl.woocommerce-page #reviews #review_form_wrapper .comment-form .comment-form-email {
  float: right;
}
.rtl.woocommerce #reviews #review_form_wrapper .comment-form .comment-form-author,
.rtl.woocommerce-page #reviews #review_form_wrapper .comment-form .comment-form-author {
  padding-right: 0;
  padding-left: 15px;
}
@media (max-width: 767px) {
  .woocommerce > .cart-collaterals .cart_total .cart_totals,
  .woocommerce-page > .cart-collaterals .cart_total .cart_totals {
    width: 100%;
  }
  .woocommerce-cart .woocommerce > form {
    overflow: auto;
    margin-bottom: 20px;
  }
  .woocommerce form table.shop_table.shop_table_responsive,
  .woocommerce-page form table.shop_table.shop_table_responsive {
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
    margin: 0;
  }
  .woocommerce form table.shop_table.shop_table_responsive thead,
  .woocommerce-page form table.shop_table.shop_table_responsive thead {
    display: none;
  }
  .woocommerce form table.shop_table.shop_table_responsive tbody,
  .woocommerce-page form table.shop_table.shop_table_responsive tbody {
    display: block;
  }
  .woocommerce form table.shop_table.shop_table_responsive tbody tr,
  .woocommerce-page form table.shop_table.shop_table_responsive tbody tr {
    display: block;
  }
  .woocommerce form table.shop_table.shop_table_responsive tbody tr td,
  .woocommerce-page form table.shop_table.shop_table_responsive tbody tr td {
    display: block;
  }
  .woocommerce form table.shop_table.shop_table_responsive tbody tr td:before,
  .woocommerce-page form table.shop_table.shop_table_responsive tbody tr td:before {
    display: block;
    margin-right: 15px;
    min-width: 80px;
  }
  .woocommerce form table.shop_table.shop_table_responsive tbody tr td.product-remove:before,
  .woocommerce form table.shop_table.shop_table_responsive tbody tr td.product-thumbnail:before,
  .woocommerce form table.shop_table.shop_table_responsive tbody tr td.actions:before,
  .woocommerce-page form table.shop_table.shop_table_responsive tbody tr td.product-remove:before,
  .woocommerce-page form table.shop_table.shop_table_responsive tbody tr td.product-thumbnail:before,
  .woocommerce-page form table.shop_table.shop_table_responsive tbody tr td.actions:before {
    display: none;
  }
  .woocommerce-cart form table.shop_table.shop_table_responsive tbody tr td.product-thumbnail {
    background: #fff;
  }
  .woocommerce-cart .woocommerce table.shop_table {
    max-width: inherit;
  }
  .woocommerce .checkout .col2-set .col-1,
  .woocommerce .checkout .col2-set .col-2,
  .woocommerce-page .checkout .col2-set .col-1,
  .woocommerce-page .checkout .col2-set .col-2 {
    width: 100%;
  }
  .woocommerce .checkout .col2-set .col-1 .woocommerce-billing-fields,
  .woocommerce-page .checkout .col2-set .col-1 .woocommerce-billing-fields,
  .woocommerce .checkout .col2-set .col-2 .woocommerce-shipping-fields,
  .woocommerce-page .checkout .col2-set .col-2 .woocommerce-shipping-fields {
    padding: 0;
  }
  .woocommerce-wishlist.woocommerce form table.shop_table,
  .woocommerce-wishlist.woocommerce-page form table.shop_table {
    width: 100%;
    display: block;
    overflow: auto;
  }
  .rtl.woocommerce .checkout .col2-set .col-1 .woocommerce-billing-fields,
  .rtl.woocommerce-page .checkout .col2-set .col-1 .woocommerce-billing-fields,
  .rtl.woocommerce .checkout .col2-set .col-2 .woocommerce-shipping-fields,
  .rtl.woocommerce-page .checkout .col2-set .col-2 .woocommerce-shipping-fields {
    padding: 0;
  }
  .block-popup-login .block-content .col-reg {
    width: 100%;
  }
  .block-popup-login .block-content .col-reg.registered-account {
    padding-right: 0;
    border-right: 0;
    margin-bottom: 15px;
  }
  .block-popup-login .block-content .col-reg.login-customer {
    padding-left: 0;
  }
  .block-popup-login {
    width: 300px;
    margin-top: 100px;
  }
  .block-popup-login .tt_popup_login strong {
    font-size: 14px;
  }
  .woocommerce > .cart-collaterals .cart_total .cart_totals table tbody,
  .woocommerce-page > .cart-collaterals .cart_total .cart_totals table tbody {
    display: block;
    width: 100%;
  }
  .woocommerce #reviews #review_form_wrapper .comment-form .comment-form-author,
  .woocommerce #reviews #review_form_wrapper .comment-form .comment-form-email,
  .woocommerce-page #reviews #review_form_wrapper .comment-form .comment-form-author,
  .woocommerce-page #reviews #review_form_wrapper .comment-form .comment-form-email {
    width: 100%;
  }
  .woocommerce #reviews #review_form_wrapper .comment-form .comment-form-author,
  .woocommerce-page #reviews #review_form_wrapper .comment-form .comment-form-author {
    padding-right: 0;
  }
  .rtl .block-popup-login .block-content .col-reg.registered-account {
    padding-left: 0;
    border-left: 0;
  }
  .rtl .woocommerce form table.shop_table.shop_table_responsive tbody tr td:before,
  .rtl.woocommerce-page form table.shop_table.shop_table_responsive tbody tr td:before {
    float: right;
    margin-right: 0;
    margin-left: 15px;
  }
  .rtl.woocommerce #reviews #review_form_wrapper .comment-form .comment-form-author,
  .rtl.woocommerce-page #reviews #review_form_wrapper .comment-form .comment-form-author {
    padding: 0;
  }
}
.woocommerce-page table.cart td.actions .button {
  width: auto;
}
@media (max-width: 640px) {
  .woocommerce .entry-content .checkout_coupon .form-row,
  .woocommerce-page .entry-content .checkout_coupon .form-row {
    width: 100%;
  }
  .woocommerce .entry-content .checkout_coupon .form-row.form-row-last,
  .woocommerce-page .entry-content .checkout_coupon .form-row.form-row-last {
    text-align: left;
  }
  .rtl.woocommerce .entry-content .checkout_coupon .form-row.form-row-last,
  .rtl.woocommerce-page .entry-content .checkout_coupon .form-row.form-row-last {
    text-align: right;
  }
}
@media (max-width: 480px) {
  .entry-content-asset > iframe {
    height: 220px;
  }
  .woocommerce > .cart-collaterals .cart_totals,
  .woocommerce-page > .cart-collaterals .cart_totals {
    width: 100%;
  }
  .woocommerce form table.shop_table.shop_table_responsive tr td.actions .coupon input.input-text,
  .woocommerce-page form table.shop_table.shop_table_responsive tr td.actions .coupon input.input-text {
    width: 134px;
  }
  .woocommerce form table.shop_table.shop_table_responsive tr td.actions .coupon,
  .woocommerce-page form table.shop_table.shop_table_responsive tr td.actions .coupon {
    margin-bottom: 10px;
  }
  .woocommerce form table.shop_table.shop_table_responsive tr td.actions > input.button,
  .woocommerce-page form table.shop_table.shop_table_responsive tr td.actions > input.button {
    margin: 0 !important;
  }
  .products-wrapper .products-nav .catalog-ordering .orderby-order-container .order,
  .products-wrapper .products-nav .catalog-ordering .orderby-order-container .product-number {
    display: none;
  }
}
@media (max-width: 360px) {
  .woocommerce .woocommerce-checkout #payment ul.payment_methods li img,
  .woocommerce-page .woocommerce-checkout #payment ul.payment_methods li img {
    display: none;
  }
  .woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    line-height: 25px;
    padding: 0 20px;
  }
  .woocommerce form table.shop_table.shop_table_responsive tr td.actions .coupon,
  .woocommerce-page form table.shop_table.shop_table_responsive tr td.actions .coupon {
    margin-bottom: 10px;
  }
  .woocommerce form table.shop_table.shop_table_responsive tr td.actions > input.button,
  .woocommerce-page form table.shop_table.shop_table_responsive tr td.actions > input.button {
    margin: 0 !important;
  }
  .woocommerce form table.shop_table.shop_table_responsive tr td.actions .coupon input.input-text,
  .woocommerce-page form table.shop_table.shop_table_responsive tr td.actions .coupon input.input-text {
    width: 122px;
  }
}
.woocommerce-page.wishlist form table.shop_table tr td.product-thumbnail {
  position: relative;
  margin-top: -1px;
}
.woocommerce div.product form.cart .group_table td {
  padding: 0;
  height: 70px;
  vertical-align: middle;
}
.woocommerce div.product form.cart .group_table td:first-child {
  width: auto;
}
.woocommerce div.product form.cart .group_table td .quantity {
  width: 100px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
  width: 100%;
  display: block;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  bottom: 20px;
  top: auto;
  font-size: 0;
  right: auto;
  left: 20px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background: #fff;
  text-align: center;
  line-height: 40px;
  box-shadow: 0 0 0 2px #ddd;
  text-indent: 0;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger img {
  display: none !important;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before {
  display: none;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after {
  content: '\f047';
  font-family: Fontawesome !important;
  font-size: 18px;
  display: inline-block;
  position: static;
  line-height: 40px;
  background: none;
  width: 40px;
  vertical-align: top;
  height: 100%;
}
label.screen-reader-text {
  display: none;
}
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
  width: 100%;
  float: none;
}
.woocommerce .sidebar.fixed .widget_product_categories {
  margin-top: 30px;
}
.sw-custom-variation input[type="radio"] {
  display: none;
}
.sw-custom-variation .sw-radio-variation {
  margin: 0 2px;
  position: relative;
  display: inline-block;
}
.sw-custom-variation .sw-radio-variation span {
  display: block;
  height: 100%;
  line-height: 30px;
  min-width: 30px;
  text-align: center;
  min-height: 30px;
  cursor: pointer;
  margin: 0 2px;
  font-size: 12px;
  position: relative;
}
.sw-custom-variation .sw-radio-variation span.variation-color,
.sw-custom-variation .sw-radio-variation span.variation-image {
  text-indent: -9999px;
  margin: 1px;
}
.sw-custom-variation .sw-radio-variation span.variation-image {
  background-size: 100% 100%;
}
.sw-custom-variation .sw-radio-variation span:after {
  content: '';
  position: absolute;
  left: -2px;
  right: -2px;
  top: -2px;
  bottom: -2px;
  display: block;
  border: 1px solid #ddd;
}
.sw-custom-variation .sw-radio-variation.selected span {
  background-color: #ff5e15;
  color: #fff;
}
.sw-custom-variation .sw-radio-variation.selected span:after {
  border-color: #ff5e15;
}
.sw-custom-variation .sw-radio-variation.disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .7;
  filter: alpha(opacity=70);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.sw-custom-variation .sw-radio-variation.disabled span:before {
  content: '';
  position: absolute;
  width: 1px;
  background: #ff5e15;
  height: 44px;
  transform: rotate(45deg);
  top: -7px;
  right: 15px;
  opacity: 1;
}
.sw-custom-variation .sw-radio-variation .variation-tooltip {
  position: absolute;
  bottom: 110%;
  z-index: 9999;
  display: none;
  background: #fff;
  border: 1px solid #ddd;
}
.sw-custom-variation .sw-radio-variation:hover .variation-tooltip {
  display: block;
}
.item-content .sw-custom-variation {
  margin: 15px 0 5px;
}
.item-content .sw-custom-variation .sw-radio-variation {
  margin-bottom: 10px;
}
.item-content .sw-custom-variation .sw-radio-variation span.variation-color {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  min-width: initial;
  min-height: initial;
  width: 18px;
  height: 18px;
}
.item-content .sw-custom-variation .sw-radio-variation span.variation-color:after {
  display: none;
}
.item-content .sw-custom-variation .sw-radio-variation span.variation-image {
  min-width: 40px;
  min-height: 40px;
}
.item-content .sw-custom-variation:last-child {
  margin-bottom: 0;
}
.woocommerce-variation.single_variation > p {
  color: #e20000;
}
.yith-wcwl-form .wishlist-title-container .wishlist-title-with-form {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.yith-wcwl-form .wishlist-title-container .wishlist-title-with-form h2 {
  margin: 0 !important;
  padding: 0 !important;
}
.yith-wcwl-form .wishlist-title-container .wishlist-title-with-form .show-title-form {
  padding: 0 10px;
  background: none;
  color: #ff5e15;
  font-size: 0;
}
.yith-wcwl-form .wishlist-title-container .wishlist-title-with-form .show-title-form i {
  font-size: 14px;
}
.yith-wcwl-form .wishlist-title-container .hidden-title-form {
  width: 100%;
}
.yith-wcwl-form .wishlist-title-container .hidden-title-form input {
  width: 80%;
  float: left;
  padding: 7px 10px;
}
.yith-wcwl-form .wishlist-title-container .hidden-title-form .edit-title-buttons {
  overflow: hidden;
  padding: 5px 10px;
}
.yith-wcwl-form .cart.wishlist_table {
  clear: both;
}
.yith-wcwl-form .cart.wishlist_table tr > td a.remove {
  font-size: 30px !important;
  line-height: 26px;
}
.yith-wcwl-form .cart.wishlist_table tr > td.product-add-to-cart {
  vertical-align: middle;
}
.yith-wcwl-form .cart.wishlist_table tr > td.product-add-to-cart a.add_to_cart_button {
  background: #ff5e15;
  color: #fff;
  padding: 7px 15px;
  border-radius: 3px;
}
.yith-wcwl-form .yith_wcwl_wishlist_footer {
  margin-bottom: 40px;
}
.yith-wcwl-form .yith_wcwl_wishlist_footer .yith-wcwl-share {
  display: flex;
  align-items: center;
}
.yith-wcwl-form .yith_wcwl_wishlist_footer .yith-wcwl-share .yith-wcwl-share-title {
  margin: 0;
}
.yith-wcwl-form .yith_wcwl_wishlist_footer .yith-wcwl-share ul {
  list-style: none;
  margin: 0;
  display: flex;
}
.yith-wcwl-form .yith_wcwl_wishlist_footer .yith-wcwl-share ul > li.share-button {
  display: inline-block;
  padding: 0 3px;
}
.yith-wcwl-form .yith_wcwl_wishlist_footer .yith-wcwl-share ul > li.share-button > a {
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
  font-size: 18px;
}
.yith-wcwl-form .yith_wcwl_wishlist_footer .yith-wcwl-share ul > li.share-button > a:hover {
  border-color: #ff5e15;
}
.widget_sp_image {
  margin-bottom: 40px;
}
.widget_sp_image:hover img {
  opacity: 0.85;
}
.widget_sp_image img {
  width: 100%;
}
h1.page-title {
  font-weight: 700 !important;
  color: #00235a;
  text-transform: uppercase;
  font-size: 18px;
  margin: 0;
}
.woocommerce-page .term-description {
  display: none;
}
.products-wrapper .woocommerce-result-count {
  color: #00235a;
  margin: 12px 0 0 0;
  font-weight: 500;
}
.rtl .products-wrapper .woocommerce-result-count {
  float: right;
}
.products-wrapper .woocommerce-ordering {
  border-radius: 20px;
  border: 1px #ededed solid;
  margin-right: 30px;
  padding: 8px 15px;
}
.rtl .products-wrapper .woocommerce-ordering {
  float: left;
  margin-left: 30px;
  margin-right: 0;
}
.products-wrapper .woocommerce-ordering select {
  border: none;
  background: #fff;
  color: #00235a;
  font-weight: 500;
}
.products-wrapper .products-nav {
  text-align: center;
  z-index: 8;
  position: relative;
  display: block;
  width: 100%;
  vertical-align: top;
  margin-bottom: 20px;
}
.products-wrapper .products-nav .view-top {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #dddddd;
}
.products-wrapper .products-nav .view-mode-wrap .view-mode >a {
  position: relative;
  width: 30px;
  height: 35px;
  float: left;
  border: 0;
  overflow: hidden;
}
.rtl .products-wrapper .products-nav .view-mode-wrap .view-mode >a {
  float: right;
}
.products-wrapper .products-nav .view-mode-wrap .view-mode >a:before {
  position: absolute;
  font-family: Nucleo;
  text-align: center;
  width: 30px;
  height: 35px;
  line-height: 36px;
  background-color: transparent;
  color: #999;
  left: 0;
  font-weight: normal;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.products-wrapper .products-nav .view-mode-wrap .view-mode >a.active:before,
.products-wrapper .products-nav .view-mode-wrap .view-mode >a:hover:before {
  color: #ff5e15;
}
.products-wrapper .products-nav .view-mode-wrap .view-mode >a.grid-view:before {
  content: "\ea16";
  font-size: 18px;
}
.products-wrapper .products-nav .view-mode-wrap .view-mode >a.list-view:before {
  content: "\ea15";
  font-size: 20px;
}
.products-wrapper .products-nav .view-mode-wrap .view-mode >a >span {
  font-size: 0;
  display: none;
}
.products-wrapper .products-nav .catalog-ordering ul {
  list-style: none;
}
.products-wrapper .products-nav .catalog-ordering .orderby-order-container {
  border-radius: 20px;
  border: 1px #ededed solid;
  margin-right: 30px;
}
.rtl .products-wrapper .products-nav .catalog-ordering .orderby-order-container {
  margin-right: 0;
  margin-left: 30px;
}
.products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown {
  border-radius: 20px;
}
.products-wrapper .products-nav .catalog-ordering .show-product {
  line-height: 32px;
  margin-right: 10px;
  color: #00235a;
}
.rtl .products-wrapper .products-nav .catalog-ordering .show-product {
  margin-right: 0;
  margin-left: 10px;
}
.products-wrapper .products-nav .catalog-ordering .orderby {
  min-width: 160px;
}
.products-wrapper .products-nav .catalog-ordering .order {
  margin: 0;
  display: none;
}
.products-wrapper .products-nav .catalog-ordering .order > li.desc {
  padding: 7px 10px 4px;
  border: 1px solid #ddd;
  border-left: 0;
}
.rtl .products-wrapper .products-nav .catalog-ordering .order > li.desc {
  border-right: 0;
  border-left: 1px solid #ddd;
}
.products-wrapper .products-nav .catalog-ordering .order > li.desc a {
  display: inline-block;
  height: 20px;
  width: 20px;
  background: url(../assets/img/bg_general.png) no-repeat -18px -1623px;
}
.products-wrapper .products-nav .catalog-ordering .order > li.asc {
  padding: 7px 10px 4px;
  border: 1px solid #ddd;
  border-left: 0;
}
.rtl .products-wrapper .products-nav .catalog-ordering .order > li.asc {
  border-right: 0;
  border-left: 1px solid #ddd;
}
.products-wrapper .products-nav .catalog-ordering .order > li.asc a {
  display: inline-block;
  height: 20px;
  width: 20px;
  background: url(../assets/img/bg_general.png) no-repeat -18px -1638px;
}
.products-wrapper .products-nav .catalog-ordering .sort-count {
  min-width: 65px;
}
.products-wrapper .products-nav .catalog-ordering .order-dropdown {
  margin: 0;
  background-color: #fff;
  list-style-type: none;
  text-align: left;
}
.rtl .products-wrapper .products-nav .catalog-ordering .order-dropdown {
  text-align: right;
}
.products-wrapper .products-nav .catalog-ordering .order-dropdown >li {
  position: relative;
  z-index: 4;
  cursor: pointer;
}
.products-wrapper .products-nav .catalog-ordering .order-dropdown >li .current-li {
  line-height: 32px;
  display: block;
}
.products-wrapper .products-nav .catalog-ordering .order-dropdown >li .current-li a {
  display: block;
  color: #00235a;
  text-indent: 15px;
  position: relative;
}
.products-wrapper .products-nav .catalog-ordering .order-dropdown >li .current-li a:after {
  font-family: fontawesome;
  content: "\f0d7";
  font-size: 14px;
  width: 35px;
  line-height: 32px;
  text-align: center;
  position: absolute;
  right: 0px;
  top: 0px;
  text-indent: initial;
}
.rtl .products-wrapper .products-nav .catalog-ordering .order-dropdown >li .current-li a:after {
  right: auto;
  left: 0;
}
.products-wrapper .products-nav .catalog-ordering .order-dropdown >li >ul {
  position: absolute;
  background-color: #f5f5f5;
  margin-left: 0;
  left: 0;
  top: 100%;
  width: 100%;
  list-style-type: none;
  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);
  -ms-transform-origin: left top;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.products-wrapper .products-nav .catalog-ordering .order-dropdown >li >ul >li {
  line-height: 32px;
  text-indent: 10px;
}
.products-wrapper .products-nav .catalog-ordering .order-dropdown >li >ul >li a {
  display: block;
}
.products-wrapper .products-nav .catalog-ordering .order-dropdown >li:hover >ul {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  display: block !important;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.products-wrapper .woocommerce-pagination {
  padding: 30px 0 60px 0;
}
.products-wrapper .woocommerce-pagination .page-numbers {
  margin: 0;
  vertical-align: top;
  background-color: #fff;
  border: 0;
}
.products-wrapper .woocommerce-pagination .page-numbers >li {
  float: left;
  border: none;
  margin-right: 8px;
}
.rtl .products-wrapper .woocommerce-pagination .page-numbers >li {
  float: right;
  margin-right: 0;
  margin-left: 8px;
}
.products-wrapper .woocommerce-pagination .page-numbers >li:last-child {
  margin-right: 0;
  margin-left: 0;
}
.products-wrapper .woocommerce-pagination .page-numbers >li .page-numbers {
  width: 40px;
  height: 40px;
  line-height: 39px;
  display: block;
  padding: 0;
  color: #00235a;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.products-wrapper .woocommerce-pagination .page-numbers >li .page-numbers.current,
.products-wrapper .woocommerce-pagination .page-numbers >li .page-numbers:hover {
  background-color: #ff5e15;
  color: #fff;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.products-wrapper .woocommerce-pagination .page-numbers >li .page-numbers.prev,
.products-wrapper .woocommerce-pagination .page-numbers >li .page-numbers.next {
  font-size: 0;
}
.products-wrapper .woocommerce-pagination .page-numbers >li .page-numbers.prev:before,
.products-wrapper .woocommerce-pagination .page-numbers >li .page-numbers.next:before {
  font-family: fontawesome;
  font-size: 16px;
}
.products-wrapper .woocommerce-pagination .page-numbers >li .page-numbers.prev:before {
  content: "\f104";
}
.rtl .products-wrapper .woocommerce-pagination .page-numbers >li .page-numbers.prev:before {
  content: "\f105";
}
.products-wrapper .woocommerce-pagination .page-numbers >li .page-numbers.next:before {
  content: "\f105";
}
.rtl .products-wrapper .woocommerce-pagination .page-numbers >li .page-numbers.next:before {
  content: "\f104";
}
.products-wrapper .products-loop {
  list-style-type: none;
  margin-bottom: 0;
}
.products-wrapper .products-loop >li {
  margin-bottom: 10px;
}
.products-wrapper .products-loop >li.product-category a img {
  margin-bottom: 10px;
}
.products-wrapper .products-loop >li.product-category h2.woocommerce-loop-category__title {
  font-size: 14px;
  color: #666;
  margin-bottom: 0;
  text-align: center;
  font-weight: 500;
}
.products-wrapper .products-loop >li.product-category h2.woocommerce-loop-category__title mark {
  background: none;
  color: #666;
}
.products-wrapper .products-loop >li.product-category:hover h2.woocommerce-loop-category__title {
  color: #ff5e15;
}
.products-wrapper .products-loop >li.product-category:hover h2.woocommerce-loop-category__title mark {
  color: #ff5e15;
}
.products-wrapper .products-loop.grid {
  position: relative;
}
.products-wrapper .products-loop.grid:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  z-index: 2;
}
.products-wrapper .products-loop.grid >li {
  display: inline-block;
  vertical-align: top;
  float: none;
  margin-right: -3px;
}
.products-wrapper .products-loop.grid >li .item-wrap {
  background: transparent;
}
.products-wrapper .products-loop.grid >li .item-wrap .item-detail .sw-variation-wrapper .sw-custom-variation {
  padding: 10px 0 1px 0;
}
.products-wrapper .products-loop.grid >li .item-wrap .item-detail .item-content {
  padding-bottom: 25px;
}
.products-wrapper .products-loop.grid >li .item-wrap .item-detail .item-content .item-description {
  display: none;
}
.products-wrapper .products-loop.grid >li .item-wrap .item-detail .item-content .countdown-row {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.products-wrapper .products-loop.grid >li .item-wrap .item-detail .item-content .item-price {
  min-height: 39px;
}
.products-wrapper .products-loop.grid >li .item-wrap:hover {
  box-shadow: none;
}
.products-wrapper .products-loop.grid >li .item-wrap:hover .item-detail {
  z-index: 9;
}
.products-wrapper .products-loop.grid >li .item-wrap:hover .item-detail .item-content {
  z-index: 9;
  background: #fff;
}
.products-wrapper .products-loop.grid >li .item-wrap:hover .item-detail .item-bottom {
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}
.products-wrapper .products-loop.grid >li.product-type-variable .item-price del {
  float: none;
}
.products-wrapper .products-loop.grid >li.product-type-variable .item-price ins {
  float: none;
}
.products-wrapper .products-loop.list .item {
  width: 100%;
  margin-bottom: 20px;
}
.products-wrapper .products-loop.list .item:last-child .item-wrap {
  border-bottom: none;
}
.products-wrapper .products-loop.list .item .item-wrap {
  text-align: left;
  border-bottom: 1px #ededed solid;
  padding-bottom: 20px;
}
.rtl .products-wrapper .products-loop.list .item .item-wrap {
  text-align: right;
}
.products-wrapper .products-loop.list .item .item-wrap:hover {
  box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
}
.products-wrapper .products-loop.list .item .item-wrap:hover .item-price {
  opacity: 1;
  visibility: visible;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail:before {
  display: none;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .sw-variation-wrapper .sw-custom-variation {
  padding: 10px 0 1px 0;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .products-thumb {
  width: 250px;
  padding: 15px;
  max-width: 100%;
  float: left;
  margin-bottom: 0;
  overflow: hidden;
  margin-right: 36px;
}
.rtl .products-wrapper .products-loop.list .item .item-wrap .item-detail .products-thumb {
  float: right;
  margin-left: 36px;
  margin-right: 0;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content {
  overflow: hidden;
  width: auto;
  display: block;
  padding: 25px 0 0 0;
  text-align: left;
}
.rtl .products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content {
  text-align: right;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content h4 {
  max-width: none;
  font-size: 16px;
  font-weight: 600;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .reviews-content,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .categories-name {
  display: none;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-description {
  clear: both;
  font-size: 14px;
  margin-bottom: 11px;
  line-height: 25px;
  color: #555;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-price {
  margin-bottom: 22px;
  min-height: 39px;
}
.rtl .products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-price {
  float: none;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom {
  padding-left: 2px;
  opacity: 1;
  visibility: visible;
  position: static;
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
}
.rtl .products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom {
  position: static;
  padding-left: 0;
  padding-right: 4px;
}
.products-loop .product-category a {
  text-align: center;
  display: block;
  background-color: #fff;
}
.products-loop .product-category a img {
  margin: 0 auto;
}
.products-loop .product-category a h3 {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 0;
  padding: 12px 0;
  background-color: #eeeeee;
  color: #003fa1;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.products-loop .product-category a h3 .count {
  display: none;
}
.products-loop .product-category a:hover h3 {
  background-color: #ff5e15;
  color: #fff;
}
.woocommerce .product-countdown {
  padding: 10px 0;
  text-align: center;
}
.woocommerce .product-countdown .countdown-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
.rtl .woocommerce .product-countdown .countdown-row {
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.woocommerce .product-countdown .countdown-row .countdown-section {
  padding: 0 6px 0 0;
}
.rtl .woocommerce .product-countdown .countdown-row .countdown-section {
  padding: 0 0 0 6px;
}
.woocommerce .product-countdown .countdown-row .countdown-section .countdown-amount {
  width: 40px;
  height: 40px;
  background: #e9e9e9;
  border-radius: 3px;
  line-height: 40px;
  text-align: center;
  display: block;
  font-weight: 600;
  color: #444;
  font-size: 14px;
  margin-bottom: 5px;
}
.woocommerce .product-countdown .countdown-row .countdown-section .countdown-period {
  text-transform: uppercase;
  font-size: 10px;
}
.woocommerce.single-product .product-countdown {
  padding: 3px 0 22px;
}
.woocommerce.single-product .product-countdown .countdown-row {
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
.rtl .woocommerce.single-product .product-countdown .countdown-row {
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.woocommerce.single-product .product-countdown .countdown-row .countdown-section {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  padding: 6px 0;
}
.woocommerce.single-product .product-countdown .countdown-row .countdown-section:before {
  content: ":";
  right: -7px;
  top: 18px;
  position: absolute;
  font-size: 18px;
  color: #00235a;
}
.woocommerce.single-product .product-countdown .countdown-row .countdown-section:last-child:before {
  display: none;
}
.woocommerce.single-product .product-countdown .countdown-row .countdown-section .countdown-amount {
  display: block;
  width: 55px;
  text-align: center;
  line-height: 45px;
  height: 45px;
  padding: 0 5px;
  font-size: 24px;
  font-weight: 500;
  color: #00235a;
  background: transparent;
  margin-bottom: 5px;
  background: #f5f5f5;
  border-radius: 4px;
}
.woocommerce.single-product .product-countdown .countdown-row .countdown-section .countdown-period {
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  display: block;
  font-weight: 500;
  color: #00235a;
}
.rtl.woocommerce.single-product .product-countdown .countdown-row .countdown-section {
  margin-right: 0;
  margin-left: 10px;
}
.rtl.woocommerce.single-product .product-countdown .countdown-row .countdown-section:before {
  right: auto;
  left: -7px;
}
.active-layout .view-mode-wrap {
  display: none;
}
.active-layout .catalog-ordering,
.active-layout .woocommerce-ordering {
  float: left !important;
}
.rtl .active-layout .catalog-ordering,
.rtl .active-layout .woocommerce-ordering {
  float: right !important;
}
.pagination-ajax {
  text-align: center;
}
.pagination-ajax .button-ajax {
  display: inline-block;
  border: 1px #ddd solid;
  text-align: center;
  border-radius: 50px;
  width: 100px;
  height: 100px;
  font-size: 12px;
  color: #000;
  text-transform: uppercase;
  margin: 20px auto 60px;
  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;
  font-weight: 700;
}
.pagination-ajax .button-ajax:hover {
  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;
  color: #ff5e15;
  border: 1px solid #ff5e15;
}
.pagination-ajax .button-ajax:before {
  content: attr(data-title);
}
.pagination-ajax .button-ajax.loading {
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  border-top: 1px solid #ff5e15;
}
.pagination-ajax .button-ajax.loading:before {
  content: "";
  background: none;
}
.pagination-ajax .button-ajax.loaded:before {
  content: attr(data-loaded);
}
.shop-categories-above .sw-category-slider {
  border: 1px #ededed solid;
  border-width: 1px 0;
  padding: 0 50px;
}
.shop-categories-above .sw-category-slider .resp-slider-container {
  position: relative;
}
.shop-categories-above .sw-category-slider .resp-slider-container .slider .item {
  padding: 30px 15px;
  position: relative;
}
.shop-categories-above .sw-category-slider .resp-slider-container .slider .item:before {
  content: "";
  width: 0px;
  height: 2px;
  background: #ff5e15;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.shop-categories-above .sw-category-slider .resp-slider-container .slider .item .item-image {
  margin-bottom: 10px;
}
.shop-categories-above .sw-category-slider .resp-slider-container .slider .item .item-image a img {
  width: 100px;
  margin: 0 auto;
  border: 1px transparent solid;
}
.shop-categories-above .sw-category-slider .resp-slider-container .slider .item h3 {
  max-width: inherit;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.1rem;
}
.shop-categories-above .sw-category-slider .resp-slider-container .slider .item:hover:before {
  width: 100px;
  margin-left: -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;
}
.shop-categories-above .sw-category-slider .resp-slider-container .slider .item:hover .item-image a img {
  border: 1px #ff5e15 solid;
}
.shop-categories-above .sw-category-slider .res-button {
  display: inline-block;
  position: absolute;
  bottom: 15%;
  cursor: pointer;
  z-index: 3;
  text-align: center;
}
.shop-categories-above .sw-category-slider .res-button.slick-next {
  right: 50px;
}
.rtl .shop-categories-above .sw-category-slider .res-button.slick-next {
  left: 50px;
  right: auto;
}
.shop-categories-above .sw-category-slider .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 .shop-categories-above .sw-category-slider .res-button.slick-next:before {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.shop-categories-above .sw-category-slider .res-button.slick-prev {
  right: 0;
}
.rtl .shop-categories-above .sw-category-slider .res-button.slick-prev {
  left: 0;
  right: auto;
}
.shop-categories-above .sw-category-slider .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 .shop-categories-above .sw-category-slider .res-button.slick-prev:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.shop-categories-above .sw-category-slider .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;
}
.shop-categories-above .sw-category-slider .res-button {
  opacity: 0;
  visibility: hidden;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px #ededed solid;
  border-radius: 50%;
}
.shop-categories-above .sw-category-slider .res-button:before {
  width: 38px !important;
  height: 40px !important;
}
.shop-categories-above .sw-category-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;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  font-size: 22px;
  color: #fe2424;
  font-weight: 500;
}
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
  margin: 0 10px;
  opacity: 1;
}
.woocommerce div.product p.price del .amount,
.woocommerce div.product span.price del .amount {
  text-decoration: line-through;
  font-weight: 500;
  font-size: 18px;
  color: #aaa;
}
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
  color: #fe2424;
  text-decoration: none;
  opacity: 1;
  font-weight: 500;
}
.price ins {
  float: left;
}
.rtl .price ins {
  float: right;
}
.woocommerce div.product form.cart .variations select {
  margin: 0;
}
.rtl.woocommerce div.product form.cart .button {
  float: right;
}
.rtl.single-product-style2.woocommerce div.product form.cart div.quantity {
  float: none;
}
.product_detail.variation-select .content_product_detail .cart.variations_form .variations .sw-radio-variation {
  width: 64px !important;
  height: 30px !important;
  border-radius: 0;
  padding: 0;
}
.product_detail.variation-select .content_product_detail .cart.variations_form .variations .sw-radio-variation.disabled span:before {
  width: 0;
  height: 0;
  border: 0;
}
.product_detail.variation-select .content_product_detail .cart.variations_form .variations .sw-radio-variation.selected,
.product_detail.variation-select .content_product_detail .cart.variations_form .variations .sw-radio-variation:hover {
  background-color: transparent;
}
.product_detail.variation-select .content_product_detail .cart.variations_form .variations .sw-radio-variation.selected span,
.product_detail.variation-select .content_product_detail .cart.variations_form .variations .sw-radio-variation:hover span {
  border: 1px solid #ff5e15;
  background-color: transparent;
  color: #ff5e15;
}
.product_detail.variation-select .content_product_detail .cart.variations_form .variations .sw-radio-variation.selected span:before,
.product_detail.variation-select .content_product_detail .cart.variations_form .variations .sw-radio-variation:hover span:before {
  opacity: 1;
}
.product_detail.variation-select .content_product_detail .cart.variations_form .variations .sw-radio-variation span {
  font-size: 14px;
  color: #999;
  border-radius: 0;
  font-weight: 400;
  border: 1px solid #ddd;
}
.product_detail.variation-select .content_product_detail .cart.variations_form .variations .sw-radio-variation span.variation-color {
  background-color: transparent !important;
  height: auto;
  width: auto;
  border-radius: 0;
  text-indent: 0;
  font-weight: 400;
}
.product_detail.variation-select .content_product_detail .cart.variations_form .variations .sw-radio-variation span:after {
  border: 0;
  border-radius: 0;
}
.product_detail.variation-select .content_product_detail .cart.variations_form .variations .sw-radio-variation span:before {
  content: '';
  width: 0;
  height: 0;
  bottom: 0px;
  right: -1px;
  top: auto;
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 10px solid #ff3c20;
  opacity: 0;
}
.product_detail .categories-name a {
  font-size: 20px;
  color: #999;
}
.product_detail .categories-name a:hover {
  color: #ff5e15;
}
.product_detail .onsale {
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  color: #fff;
  background-color: #ff5c00;
  text-transform: capitalize;
  font-weight: 600;
  position: absolute;
  top: 15px;
  right: 15px;
  height: 15px;
  text-align: center;
  border-radius: 50%;
  z-index: 9;
}
.product_detail .slider_img_productd {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive {
  margin-bottom: 10px;
  overflow: hidden;
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive .slick-list .slick-track .item-img-slider .images {
  margin-bottom: 0;
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive .slick-list .slick-track .slick-slide {
  padding: 0;
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive .featured-video-button {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  height: 40px;
  width: 40px;
  font-size: 18px;
  border: 0;
  margin-bottom: 0;
  -webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  -o-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  -ms-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive .featured-video-button:hover {
  color: #fff;
  background: #ff5e15;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail {
  padding: 0;
  display: none;
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail:hover .slick-prev,
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail:hover .slick-next {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-list {
  margin: 0 -5px;
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-list .slick-track .item-thumbnail-product .thumbnail-wrapper {
  border: 1px solid transparent;
  margin: 0 5px;
  cursor: pointer;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-list .slick-track .item-thumbnail-product:hover .thumbnail-wrapper {
  border-color: #ff5e15;
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-list .slick-track .item-thumbnail-product.slick-current .thumbnail-wrapper {
  border-color: #ff5e15;
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-prev,
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-next {
  position: absolute;
  font-size: 0;
  padding: 0;
  z-index: 3;
  display: inline-block;
  height: 28px;
  width: 28px;
  line-height: 24px;
  border-radius: 50%;
  border: 2px solid #ddd;
  background-color: #fff;
  color: #ddd;
  margin: auto;
  top: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  text-align: center;
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-prev:before,
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-next:before {
  font-family: Fontawesome;
  font-size: 14px;
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-prev:hover,
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-next:hover {
  border: 2px solid #ff5e15;
  color: #ff5e15;
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-prev {
  left: -14px;
  -webkit-transform: translateX(-30px);
  -moz-transform: translateX(-30px);
  -o-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  transform: translateX(-30px);
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-prev:before {
  content: "\f0d9";
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-next {
  right: -14px;
  -webkit-transform: translateX(30px);
  -moz-transform: translateX(30px);
  -o-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-next:before {
  content: "\f0da";
}
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-left,
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-right {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-left .slick-slider.product-responsive-thumbnail,
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-right .slick-slider.product-responsive-thumbnail {
  width: 15%;
  min-width: 100px;
}
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-left .slick-slider.product-responsive-thumbnail .item-thumbnail-product,
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-right .slick-slider.product-responsive-thumbnail .item-thumbnail-product {
  padding: 4px 0;
}
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-left .slick-slider.product-responsive-thumbnail .slick-next,
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-left .slick-slider.product-responsive-thumbnail .slick-prev,
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-right .slick-slider.product-responsive-thumbnail .slick-next,
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-right .slick-slider.product-responsive-thumbnail .slick-prev {
  top: -7px;
  margin-top: 0;
  margin-left: -10px;
  left: 50%;
  right: auto;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-left .slick-slider.product-responsive-thumbnail .slick-prev,
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-right .slick-slider.product-responsive-thumbnail .slick-prev {
  top: auto;
  bottom: -7px;
}
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-left .product-responsive,
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-right .product-responsive {
  width: 80%;
}
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-left .product-responsive {
  order: 1;
  margin: 0 0 0 15px;
}
.rtl .product_detail .slider_img_productd .product-images .product-images-container.thumbnail-left .product-responsive {
  margin: 0 15px 0 0;
}
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-right .product-responsive {
  margin: 0 15px 0 0;
}
.rtl .product_detail .slider_img_productd .product-images .product-images-container.thumbnail-right .product-responsive {
  margin: 0 0 0 15px;
}
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-top {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-top .product-responsive {
  order: 1;
  width: 100%;
  margin-bottom: 0;
}
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-top .slick-slider.product-responsive-thumbnail {
  width: 100%;
  margin-bottom: 15px;
}
.product_detail .content_product_detail {
  position: relative;
}
.product_detail .content_product_detail .product_title {
  font-size: 40px;
  font-weight: 600;
  color: #00235a;
  margin-bottom: 15px;
  text-transform: capitalize;
  line-height: 50px;
}
.product_detail .content_product_detail ul {
  margin: 0;
}
.product_detail .content_product_detail .wc-soldby-start {
  display: none;
}
.product_detail .content_product_detail .social-share {
  display: inline-block;
  position: absolute;
  right: 0px;
  top: -2px;
  max-width: 40px;
  z-index: 9;
}
.rtl .product_detail .content_product_detail .social-share {
  left: 0px;
  right: auto;
}
.product_detail .content_product_detail .social-share.open .item-social {
  opacity: 1;
  height: auto;
  visibility: visible;
}
.product_detail .content_product_detail .social-share.open .title-share:after {
  width: 11px;
  background-size: cover;
  background: url('../assets/img/close.svg') no-repeat center center;
}
.product_detail .content_product_detail .social-share.open .title-share:hover:after {
  background-size: cover;
  background: url('../assets/img/close-hover.svg') no-repeat center center;
}
.product-type-variable .product_detail .content_product_detail .social-share {
  margin-bottom: 20px;
}
.product_detail .content_product_detail .social-share .title-share {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 0;
  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;
  -webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  -o-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  -ms-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}
.product_detail .content_product_detail .social-share .title-share:hover {
  background-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;
}
.product_detail .content_product_detail .social-share .title-share:hover:after {
  background-size: cover;
  background: url('../assets/img/export-hover.svg') no-repeat center center;
}
.product_detail .content_product_detail .social-share .title-share:after {
  content: '';
  display: inline-block;
  position: static;
  line-height: 40px;
  background: none;
  width: 14px;
  height: 14px;
  vertical-align: top;
  height: 100%;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  background-size: cover;
  background: url('../assets/img/export.svg') no-repeat center center;
  border-radius: 0;
}
.product_detail .content_product_detail .social-share .wrap-content {
  position: absolute;
  bottom: 45px;
}
.product_detail .content_product_detail .social-share .item-social {
  float: left;
  opacity: 0;
  height: 0;
  visibility: hidden;
  max-width: 40px;
}
.rtl .product_detail .content_product_detail .social-share .item-social {
  float: right;
}
.product_detail .content_product_detail .social-share .item-social a {
  display: inline-block;
  vertical-align: top;
  margin: 5px 0;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  color: #00235a;
  font-size: 14px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 0 15px rgba(0,0,0,0.1);
  -o-box-shadow: 0 0 15px rgba(0,0,0,0.1);
  -ms-box-shadow: 0 0 15px rgba(0,0,0,0.1);
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
.product_detail .content_product_detail .social-share .item-social a:hover {
  background-color: #ff5e15;
  color: #fff;
}
.product_detail .content_product_detail .social-share .item-social a i {
  line-height: 40px;
}
.product_detail .content_product_detail .product_meta .quick {
  font-size: 22px;
  font-weight: 700;
  color: #00235a;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.product_detail .content_product_detail .sku_wrapper {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 1px;
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 400;
  color: #555;
  text-transform: uppercase;
  position: relative;
}
.product_detail .content_product_detail .sku_wrapper .sku {
  color: #555;
  font-weight: 400;
  padding: 0 0 0 3px;
}
.rtl .product_detail .content_product_detail .sku_wrapper .sku {
  padding: 0 3px 0 0;
}
.product_detail .content_product_detail .reviews-content {
  margin-bottom: 10px;
  margin-top: 30px;
}
.product_detail .content_product_detail .reviews-content .star {
  margin-top: 4px;
}
.product_detail .content_product_detail .reviews-content .review-number {
  font-size: 12px;
  color: #777;
  margin: 0 15px;
}
.product_detail .content_product_detail .reviews-content .woocommerce-review-link,
.product_detail .content_product_detail .reviews-content .woocommerce-write-review {
  display: inline-block;
  font-size: 12px;
  color: #00235a;
  text-decoration: underline;
}
.product_detail .content_product_detail .reviews-content .woocommerce-review-link:hover,
.product_detail .content_product_detail .reviews-content .woocommerce-write-review:hover {
  color: #ff5e15;
}
.product_detail .content_product_detail .price-content {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.product_detail .content_product_detail .single-price {
  clear: both;
  margin-bottom: 23px;
}
.product_detail .content_product_detail .our-price {
  margin: 0 0 10px;
  text-transform: capitalize;
  font-size: 12px;
  color: #6d6e71;
  display: block;
  margin: 0 0 3px;
}
.product_detail .content_product_detail .price {
  font-size: 22px !important;
  font-weight: 600 !important;
  margin-bottom: 0;
  color: #00235a !important;
}
.product_detail .content_product_detail .price ins {
  float: left;
  margin-left: 0 !important;
  font-size: 22px;
  font-weight: 600;
  color: #00235a !important;
}
.rtl .product_detail .content_product_detail .price ins {
  float: right;
  margin-right: 0 !important;
  margin-left: 10px !important;
}
.product_detail .content_product_detail .price del {
  line-height: 30px;
  opacity: 1;
  font-size: 14px;
  color: #999;
  vertical-align: middle;
}
.product_detail .content_product_detail .price del .amount {
  font-size: 16px !important;
  color: #999 !important;
}
.product_detail .content_product_detail .item-brand {
  float: left;
  font-size: 13px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0 30px 15px 0;
  position: relative;
}
.rtl .product_detail .content_product_detail .item-brand {
  float: right;
  margin: 0 0 20px 30px;
}
.product_detail .content_product_detail .item-brand > span {
  color: #00235a;
  text-transform: capitalize;
}
.product_detail .content_product_detail .item-brand > a {
  display: block;
  padding: 0 5px;
  color: #2482d9;
  text-transform: capitalize;
}
.product_detail .content_product_detail .item-brand > a:hover {
  color: #ff5e15;
}
.product_detail .content_product_detail .item-brand > a img {
  max-width: 80px;
}
.product_detail .content_product_detail .item-meta {
  margin-bottom: 20px;
}
.product_detail .content_product_detail .item-meta .posted_in,
.product_detail .content_product_detail .item-meta .tagged_as {
  font-size: 14px;
  color: #555;
  text-transform: uppercase;
  display: block;
  margin: 0 0 10px;
  letter-spacing: 1px;
}
.product_detail .content_product_detail .item-meta .posted_in a,
.product_detail .content_product_detail .item-meta .tagged_as a {
  color: #555;
}
.product_detail .content_product_detail .item-meta .posted_in a:hover,
.product_detail .content_product_detail .item-meta .tagged_as a:hover {
  color: #ff5e15;
}
.product_detail .content_product_detail .product-countdown {
  padding: 0 0 30px 0;
}
.product_detail .content_product_detail .product-countdown .countdown-row .countdown-section {
  border: 1px #eee solid;
  border-radius: 4px;
}
.product_detail .content_product_detail .product-countdown .countdown-row .countdown-section:before {
  display: none;
}
.product_detail .content_product_detail .product-countdown .countdown-row .countdown-section .countdown-amount {
  background: transparent;
  font-size: 18px;
  line-height: 24px;
  height: 24px;
  margin-bottom: 0;
}
.product_detail .content_product_detail .product-countdown .countdown-row .countdown-section .countdown-period {
  color: #999;
  font-size: 12px;
  font-weight: normal;
}
.product_detail .content_product_detail .product-info {
  display: block;
  overflow: hidden;
  padding: 0px 15px;
  background: #fafafa;
  margin: 30px 0 15px 0;
  height: 44px;
  line-height: 44px;
  display: none;
}
.product_detail .content_product_detail .product-info .shipping-text {
  position: relative;
  font-size: 14px;
  color: #777;
  display: inline-block;
  vertical-align: top;
}
.product_detail .content_product_detail .product-info span {
  display: inline-block;
  vertical-align: top;
  text-transform: capitalize;
  color: #6ca40c;
  font-weight: 600;
}
.product_detail .content_product_detail .product-info span i {
  margin-right: 5px;
  font-size: 15px;
}
.rtl .product_detail .content_product_detail .product-info span i {
  margin-left: 5px;
  margin-right: 0;
}
.product_detail .content_product_detail .description,
.product_detail .content_product_detail .woocommerce-product-details__short-description {
  line-height: 24px;
  margin-bottom: 40px;
  font-size: 16px;
  color: #555;
}
.product_detail .content_product_detail .description ul,
.product_detail .content_product_detail .woocommerce-product-details__short-description ul {
  margin: 0;
}
.product_detail .content_product_detail .cart {
  margin-bottom: 30px !important;
}
.product_detail .content_product_detail .cart .qty {
  font-size: 11px;
  color: #888;
  text-transform: uppercase;
  position: relative;
  margin-bottom: -12px;
}
.product_detail .content_product_detail .cart .quantity {
  position: relative;
  border: 0;
  border-bottom: 1px solid #eee;
  height: 46px;
  width: 91.5px;
  padding-top: 10px;
  margin: 0 15px 19px 0 !important;
}
.rtl .product_detail .content_product_detail .cart .quantity {
  float: right;
  margin: 0 0 19px 15px !important;
}
.product_detail .content_product_detail .cart .quantity input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -0-appearance: none;
  background-color: #fff;
  width: 28px;
  height: 38px;
  padding: 0;
}
.product_detail .content_product_detail .cart .quantity input[type=number] {
  -moz-appearance: textfield;
}
.product_detail .content_product_detail .cart .quantity input::-webkit-outer-spin-button,
.product_detail .content_product_detail .cart .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product_detail .content_product_detail .cart .quantity .input-text {
  height: 38px !important;
}
.product_detail .content_product_detail .cart .quantity .minus,
.product_detail .content_product_detail .cart .quantity .plus {
  font-size: 0;
  color: #898989;
}
.product_detail .content_product_detail .cart .quantity .minus:hover,
.product_detail .content_product_detail .cart .quantity .plus:hover {
  opacity: 0.5;
}
.product_detail .content_product_detail .cart .quantity .minus {
  background: url(../assets/img/icon-minus.png) no-repeat top 8px center;
}
.product_detail .content_product_detail .cart .quantity .plus {
  background: url(../assets/img/icon-plus.png) no-repeat top 8px center;
}
.product_detail .content_product_detail .cart .quantity input {
  margin-bottom: 0;
  border: 0;
  text-align: center;
  text-indent: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.product_detail .content_product_detail .cart .quantity input.qty {
  padding: 0;
  font-size: 16px;
  color: #323232;
  font-weight: 600;
  background-color: transparent;
}
.product_detail .content_product_detail .cart.grouped_form {
  margin-bottom: 40px;
  width: 100%;
}
.product_detail .content_product_detail .cart.grouped_form .label {
  display: table-cell;
}
.product_detail .content_product_detail .cart.grouped_form .addcart-wrapper {
  margin-top: 0px;
}
.product_detail .content_product_detail .cart.grouped_form .addcart-wrapper .qty {
  display: none;
}
.product_detail .content_product_detail .cart.grouped_form .group_table {
  border: 0;
}
.product_detail .content_product_detail .cart.grouped_form tbody tr {
  border-bottom: none;
}
.product_detail .content_product_detail .cart.grouped_form tbody tr td.woocommerce-grouped-product-list-item__quantity > .qty {
  display: none;
}
.product_detail .content_product_detail .cart.grouped_form tbody tr td.woocommerce-grouped-product-list-item__quantity .quantity {
  padding-top: 0;
  height: 38px;
  border: 1px solid #ededed;
  border-radius: 18px;
  margin: 5px 0 15px 0 !important;
}
.product_detail .content_product_detail .cart.grouped_form tbody tr td.woocommerce-grouped-product-list-item__quantity .quantity input {
  height: 36px !important;
}
.product_detail .content_product_detail .cart.grouped_form tbody tr td.woocommerce-grouped-product-list-item__label label a {
  font-size: 14px;
  color: #00235a;
  font-weight: 400;
  text-transform: capitalize;
}
.product_detail .content_product_detail .cart.grouped_form tbody tr td.woocommerce-grouped-product-list-item__label label a:hover {
  color: #ff5e15;
}
.product_detail .content_product_detail .cart.grouped_form tbody tr td.woocommerce-grouped-product-list-item__price .stock {
  display: none;
}
.product_detail .content_product_detail .cart.grouped_form tbody tr td.woocommerce-grouped-product-list-item__price span.amount {
  font-size: 14px;
  color: #ff5e15;
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
}
.product_detail .content_product_detail .cart.grouped_form tbody tr td.woocommerce-grouped-product-list-item__price ins {
  text-decoration: none;
  display: block;
  margin: 5px 0;
}
.product_detail .content_product_detail .cart.grouped_form tbody tr td.woocommerce-grouped-product-list-item__price ins span.amount {
  font-size: 14px;
  color: #ff5e15;
  font-weight: 700;
}
.product_detail .content_product_detail .cart.grouped_form tbody tr td.woocommerce-grouped-product-list-item__price del {
  display: block;
}
.product_detail .content_product_detail .cart.grouped_form tbody tr td.woocommerce-grouped-product-list-item__price del span.amount {
  font-size: 13px;
  color: #999;
  font-weight: 400;
}
.product_detail .content_product_detail .cart.grouped_form tbody tr td.woocommerce-grouped-product-list-item__price .stock {
  clear: both;
}
.product_detail .content_product_detail .cart.grouped_form tbody tr td .quantity {
  margin-top: 0;
}
.product_detail .content_product_detail .cart.grouped_form tbody tr td .quantity .minus {
  bottom: 0;
}
.product_detail .content_product_detail .cart.grouped_form tbody tr td .quantity:before {
  display: none;
}
.product_detail .content_product_detail .cart.grouped_form tbody tr td.label {
  white-space: normal;
}
.product_detail .content_product_detail .cart.grouped_form .price {
  font-size: 20px;
  color: #cccccc;
  font-weight: 700;
}
.product_detail .content_product_detail .cart.grouped_form .price span >.amount,
.product_detail .content_product_detail .cart.grouped_form .price del {
  text-decoration: line-through;
  font-weight: normal;
  font-size: 20px;
}
.product_detail .content_product_detail .cart.grouped_form .price ins {
  font-size: 24px;
  color: #ff5e15;
  text-decoration: none;
  opacity: 1;
  margin: 0 10px;
}
.product_detail .content_product_detail .cart.variations_form .variations td.label label {
  color: #888;
  font-size: 12px;
  letter-spacing: 0.1rem;
}
.product_detail .content_product_detail .cart.variations_form .variations .sw-radio-variation {
  margin: -6px 3px 8px;
  border-radius: 50%;
  padding: 3px;
  border: 0;
  float: left;
  width: auto !important;
  height: auto !important;
}
.rtl .product_detail .content_product_detail .cart.variations_form .variations .sw-radio-variation {
  float: right;
}
.product_detail .content_product_detail .cart.variations_form .variations .sw-radio-variation:first-child {
  margin-left: -3px;
}
.rtl .product_detail .content_product_detail .cart.variations_form .variations .sw-radio-variation:first-child {
  margin-right: -3px;
  margin-left: 0;
}
.product_detail .content_product_detail .cart.variations_form .variations .sw-radio-variation.selected span,
.product_detail .content_product_detail .cart.variations_form .variations .sw-radio-variation:hover span {
  border: 1px solid #ff5e15;
  background-color: #ff5e15;
  color: #fff;
}
.product_detail .content_product_detail .cart.variations_form .variations .sw-radio-variation.selected .variation-image,
.product_detail .content_product_detail .cart.variations_form .variations .sw-radio-variation:hover .variation-image {
  border: 1px solid #ff5e15;
  background-color: transparent;
  -webkit-box-shadow: 3px 3px 4px rgba(0,0,0,0.2);
  -moz-box-shadow: 3px 3px 4px rgba(0,0,0,0.2);
  -o-box-shadow: 3px 3px 4px rgba(0,0,0,0.2);
  -ms-box-shadow: 3px 3px 4px rgba(0,0,0,0.2);
  box-shadow: 3px 3px 4px rgba(0,0,0,0.2);
}
.product_detail .content_product_detail .cart.variations_form .variations .sw-radio-variation.disabled span:before {
  top: -1px;
  right: 15px;
  height: 32px;
}
.product_detail .content_product_detail .cart.variations_form .variations .sw-radio-variation.disabled span.variation-color:before {
  top: 0px;
  right: 7px;
  height: 13px;
}
.product_detail .content_product_detail .cart.variations_form .variations .sw-radio-variation > span {
  border-radius: 50%;
  border: 1px solid #ededed;
  min-width: 34px;
  min-height: 34px;
  line-height: 32px;
}
.product_detail .content_product_detail .cart.variations_form .variations .sw-radio-variation > span:after {
  border-radius: 50%;
  border: 0;
}
.product_detail .content_product_detail .cart.variations_form .variations .sw-radio-variation span.variation-color {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  min-width: initial;
  min-height: initial;
  width: 16px;
  height: 16px;
}
.product_detail .content_product_detail .cart.variations_form .variations .sw-radio-variation span.variation-color:after {
  display: none;
}
.product_detail .content_product_detail .cart.variations_form .variations .sw-radio-variation span.variation-image {
  min-width: 60px;
  min-height: 60px;
}
.product_detail .content_product_detail .cart.variations_form .variations .sw-radio-variation span.variation-image {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  width: 60px;
  height: 60px;
  border: 1px solid #ededed;
}
.product_detail .content_product_detail .cart.variations_form .variations .sw-radio-variation span.variation-image:before,
.product_detail .content_product_detail .cart.variations_form .variations .sw-radio-variation span.variation-image:after {
  opacity: 0 !important;
}
.product_detail .content_product_detail .cart.variations_form .single_variation_wrap .disabled:before {
  background: none;
}
.product_detail .content_product_detail .cart .clear {
  display: none;
}
.product_detail .content_product_detail .item-bottom .clear {
  clear: none;
}
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist {
  margin: 0 0 0 10px;
  float: left;
}
.rtl .product_detail .content_product_detail .yith-wcwl-add-to-wishlist {
  float: right;
  margin: 0 10px 0 0;
}
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-add-button,
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
  position: relative;
  height: 46px;
}
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
  font-size: 14px;
  content: "\f08a";
}
.rtl .product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.rtl .product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.rtl .product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
  display: inline-block;
  vertical-align: middle;
}
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show,
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show,
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show {
  display: inline-block !important;
  vertical-align: top;
}
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .feedback,
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback,
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback {
  display: none;
}
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .ajax-loading,
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .ajax-loading,
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .ajax-loading {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show a,
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show a {
  background-color: #ff5e15;
  color: #fff;
}
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
  border: 0;
  font-size: 0;
  color: #00235a;
  margin: 0;
  height: 46px;
  line-height: 46px;
  width: 40px;
  font-weight: normal;
  text-transform: uppercase;
  background-color: transparent;
}
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
  font-size: 20px;
  height: 46px;
  line-height: 46px;
  width: 40px;
  text-align: center;
  display: block;
  font-family: "fontawesome";
}
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover {
  background: none;
  color: #ff5e15;
}
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover:before,
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover:before,
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover:before {
  color: #ff5e15;
}
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
  color: #ff5e15;
}
.product_detail .content_product_detail .single_add_to_wishlist .yith-wcwl-icon {
  display: none;
}
.product_detail .content_product_detail .add_to_cart_button,
.product_detail .content_product_detail .product_type_external,
.product_detail .content_product_detail .product_type_grouped,
.product_detail .content_product_detail .single_add_to_cart_button,
.product_detail .content_product_detail .wc-variation-is-unavailable {
  height: 46px;
  line-height: 44px;
  text-transform: uppercase;
  background-color: #ff5e15 !important;
  color: #fff !important;
  font-size: 14px;
  letter-spacing: 2px;
  padding: 0 50px;
  font-weight: 700;
  border-radius: 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;
}
.product_detail .content_product_detail .add_to_cart_button:hover,
.product_detail .content_product_detail .product_type_external:hover,
.product_detail .content_product_detail .product_type_grouped:hover,
.product_detail .content_product_detail .single_add_to_cart_button:hover,
.product_detail .content_product_detail .wc-variation-is-unavailable:hover {
  background-color: #00235a !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;
}
.product_detail .content_product_detail .single-buynow.sticky-detail-buton .item-bottom {
  margin: 0 !important;
}
.product_detail .content_product_detail .single-buynow .button-buynow {
  display: none;
}
.product_detail .content_product_detail .single-buynow .item-bottom {
  margin: 0 0 0 10px;
  float: left;
}
.rtl .product_detail .content_product_detail .single-buynow .item-bottom {
  float: right;
  margin: 0 10px 0 0;
}
.product_detail .content_product_detail .single-buynow .item-bottom:after {
  height: 0;
  clear: both;
  content: " ";
  font-size: 0;
  min-height: 0;
  display: block;
  visibility: hidden;
}
.product_detail .content_product_detail .single-buynow .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.product_detail .content_product_detail .single-buynow .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.product_detail .content_product_detail .single-buynow .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
  border: 0;
  font-size: 0;
  color: #00235a;
  margin: 0;
  height: 46px;
  line-height: 46px;
  width: 40px;
  font-weight: normal;
  text-transform: uppercase;
  background-color: transparent;
}
.product_detail .content_product_detail .single-buynow .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.product_detail .content_product_detail .single-buynow .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.product_detail .content_product_detail .single-buynow .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
  font-size: 20px;
  height: 46px;
  line-height: 46px;
  width: 40px;
  text-align: center;
  display: block;
}
.product_detail .content_product_detail .single-buynow .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,
.product_detail .content_product_detail .single-buynow .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,
.product_detail .content_product_detail .single-buynow .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover {
  background: none;
  color: #ff5e15;
}
.product_detail .content_product_detail .single-buynow .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover:before,
.product_detail .content_product_detail .single-buynow .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover:before,
.product_detail .content_product_detail .single-buynow .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover:before {
  color: #ff5e15;
}
.product_detail .content_product_detail .single-buynow .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.product_detail .content_product_detail .single-buynow .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
  color: #ff5e15;
}
.product_detail .content_product_detail .single-buynow .item-bottom .single_add_to_wishlist .yith-wcwl-icon {
  display: none;
}
.sop-img {
  margin: 0 -15px;
}
.sop-img img {
  margin-bottom: 15px;
}
.single-product >.product {
  padding-bottom: 30px;
}
.single-product >.tabs,
.single-product .tabs-elementor {
  margin-bottom: 44px;
}
.single-product >.tabs .tabbable .nav.nav-tabs,
.single-product .tabs-elementor .tabbable .nav.nav-tabs {
  margin: 0;
  background-color: transparent;
  border-bottom: none;
}
.single-product >.tabs .tabbable .nav.nav-tabs li,
.single-product .tabs-elementor .tabbable .nav.nav-tabs li {
  border: 0;
  position: relative;
  margin: 0 40px 0 0;
}
.rtl .single-product >.tabs .tabbable .nav.nav-tabs li,
.rtl .single-product .tabs-elementor .tabbable .nav.nav-tabs li {
  float: right;
  margin: 0 0 0 40px;
}
.single-product >.tabs .tabbable .nav.nav-tabs li a,
.single-product .tabs-elementor .tabbable .nav.nav-tabs li a {
  border: 0;
  padding: 0;
  text-transform: capitalize;
  font-size: 22px;
  display: inline-block;
  vertical-align: top;
  height: 45px;
  line-height: 45px;
  color: #999;
  font-weight: 700;
  border-radius: 0;
  margin: 0;
}
.rtl .single-product >.tabs .tabbable .nav.nav-tabs li a,
.rtl .single-product .tabs-elementor .tabbable .nav.nav-tabs li a {
  direction: ltr;
}
.single-product >.tabs .tabbable .nav.nav-tabs li.active a,
.single-product >.tabs .tabbable .nav.nav-tabs li:hover a,
.single-product .tabs-elementor .tabbable .nav.nav-tabs li.active a,
.single-product .tabs-elementor .tabbable .nav.nav-tabs li:hover a {
  background: transparent;
  color: #00235a;
}
.single-product >.tabs .tabbable .nav.nav-tabs li:last-child,
.single-product .tabs-elementor .tabbable .nav.nav-tabs li:last-child {
  margin-right: 0;
}
.rtl .single-product >.tabs .tabbable .nav.nav-tabs li:last-child,
.rtl .single-product .tabs-elementor .tabbable .nav.nav-tabs li:last-child {
  margin-left: 0;
}
.single-product >.tabs .tabbable .nav.nav-tabs li.product_tag_tab,
.single-product .tabs-elementor .tabbable .nav.nav-tabs li.product_tag_tab {
  display: none;
}
.single-product >.tabs .tabbable .tab-content #tab-description p,
.single-product .tabs-elementor .tabbable .tab-content #tab-description p {
  margin-bottom: 25px;
}
.single-product >.tabs .tabbable .tab-content .tab-pane,
.single-product .tabs-elementor .tabbable .tab-content .tab-pane {
  padding: 25px 0;
  line-height: 30px;
  overflow: hidden;
  font-size: 16px;
  color: #555;
}
.single-product >.tabs .tabbable .tab-content .tab-pane h2,
.single-product .tabs-elementor .tabbable .tab-content .tab-pane h2 {
  font-size: 18px;
  color: #00235a;
  text-transform: uppercase;
  margin-bottom: 30px;
  display: none;
}
.single-product >.tabs .tabbable .tab-content .tab-pane h2 span,
.single-product .tabs-elementor .tabbable .tab-content .tab-pane h2 span {
  color: #ff5e15;
}
.single-product >.tabs .tabbable .tab-content .tab-pane #comments,
.single-product .tabs-elementor .tabbable .tab-content .tab-pane #comments {
  margin: 0;
}
.single-product >.tabs .tabbable .tab-content .tab-pane #comments .woocommerce-noreviews,
.single-product .tabs-elementor .tabbable .tab-content .tab-pane #comments .woocommerce-noreviews {
  padding: 0;
  font-size: 16px;
  font-weight: 500;
}
.single-product >.tabs .tabbable .tab-content .tab-pane #comments .commentlist,
.single-product .tabs-elementor .tabbable .tab-content .tab-pane #comments .commentlist {
  padding: 0;
  border: none;
}
.single-product >.tabs .tabbable .tab-content .tab-pane #comments .commentlist li,
.single-product .tabs-elementor .tabbable .tab-content .tab-pane #comments .commentlist li {
  border: 1px #ddd solid !important;
  padding: 25px 20px 15px 25px !important;
  margin-bottom: 30px !important;
}
.single-product >.tabs .tabbable .tab-content .tab-pane #comments .commentlist li img.avatar,
.single-product .tabs-elementor .tabbable .tab-content .tab-pane #comments .commentlist li img.avatar {
  width: 54px !important;
  border-radius: 50%;
}
.single-product >.tabs .tabbable .tab-content .tab-pane #comments .commentlist li .comment_container,
.single-product .tabs-elementor .tabbable .tab-content .tab-pane #comments .commentlist li .comment_container {
  position: relative;
}
.single-product >.tabs .tabbable .tab-content .tab-pane #comments .comment-text,
.single-product .tabs-elementor .tabbable .tab-content .tab-pane #comments .comment-text {
  border: none !important;
  padding-top: 0 !important;
}
.single-product >.tabs .tabbable .tab-content .tab-pane #comments .comment-text p.meta,
.single-product .tabs-elementor .tabbable .tab-content .tab-pane #comments .comment-text p.meta {
  margin-bottom: 5px !important;
  font-size: 14px !important;
  color: #00235a !important;
  text-transform: capitalize;
}
.single-product >.tabs .tabbable .tab-content .tab-pane #comments .comment-text p.meta .woocommerce-review__published-date,
.single-product >.tabs .tabbable .tab-content .tab-pane #comments .comment-text p.meta .woocommerce-review__dash,
.single-product .tabs-elementor .tabbable .tab-content .tab-pane #comments .comment-text p.meta .woocommerce-review__published-date,
.single-product .tabs-elementor .tabbable .tab-content .tab-pane #comments .comment-text p.meta .woocommerce-review__dash {
  font-size: 12px;
  color: #999;
}
.single-product >.tabs .tabbable .tab-content .tab-pane #comments .comment-text .description p,
.single-product .tabs-elementor .tabbable .tab-content .tab-pane #comments .comment-text .description p {
  font-size: 14px;
}
.single-product >.tabs .tabbable .tab-content .tab-pane .comment-form p,
.single-product .tabs-elementor .tabbable .tab-content .tab-pane .comment-form p {
  margin-bottom: 10px !important;
}
.single-product >.tabs .tabbable .tab-content .tab-pane .comment-form p.comment-form-comment,
.single-product .tabs-elementor .tabbable .tab-content .tab-pane .comment-form p.comment-form-comment {
  margin-bottom: 20px !important;
}
.single-product >.tabs .tabbable .tab-content .tab-pane #reply-title,
.single-product .tabs-elementor .tabbable .tab-content .tab-pane #reply-title {
  font-size: 16px !important;
  font-weight: 500;
  margin-bottom: 15px;
  display: block;
}
.single-product >.tabs .tabbable .tab-content .tab-pane #review_form label,
.single-product .tabs-elementor .tabbable .tab-content .tab-pane #review_form label {
  text-transform: capitalize;
  font-weight: normal;
  font-size: 14px;
}
.single-product >.tabs .tabbable .tab-content .tab-pane #review_form label .required,
.single-product .tabs-elementor .tabbable .tab-content .tab-pane #review_form label .required {
  color: red;
}
.single-product >.tabs .tabbable .tab-content .tab-pane p .alignnone,
.single-product .tabs-elementor .tabbable .tab-content .tab-pane p .alignnone {
  float: left;
  clear: none;
  margin: 0 0 30px;
}
.rtl .single-product >.tabs .tabbable .tab-content .tab-pane p .alignnone,
.rtl .single-product .tabs-elementor .tabbable .tab-content .tab-pane p .alignnone {
  float: right;
}
.single-product >.tabs .tabbable .tab-content .tab-pane p .alignnone.image-content,
.single-product .tabs-elementor .tabbable .tab-content .tab-pane p .alignnone.image-content {
  margin-left: 30px;
}
.single-product >.tabs .tabbable .tab-content .tab-pane #reviews,
.single-product .tabs-elementor .tabbable .tab-content .tab-pane #reviews {
  color: #333;
}
.single-product >.tabs .tabbable .tab-content .tab-pane #reviews .form-submit .submit,
.single-product .tabs-elementor .tabbable .tab-content .tab-pane #reviews .form-submit .submit {
  padding: 0 30px !important;
  font-size: 14px !important;
  background-color: #00235a !important;
}
.single-product >.tabs .tabbable .tab-content .tab-pane #reviews .form-submit .submit:hover,
.single-product .tabs-elementor .tabbable .tab-content .tab-pane #reviews .form-submit .submit:hover {
  background-color: #ff5e15 !important;
}
.single-product >.tabs .tabbable .tab-content .tab-pane#tab-description h2,
.single-product .tabs-elementor .tabbable .tab-content .tab-pane#tab-description h2 {
  display: none;
}
.woocommerce #review_form label,
.woocommerce #commentform label {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.variations {
  margin-bottom: 10px;
}
.variations tr {
  margin-bottom: 15px;
  border-bottom: 0;
  height: 50px;
  vertical-align: middle;
}
.variations tr:first-child td.label {
  padding-top: 0;
}
.variations tr td.label {
  display: block;
  line-height: 30px;
  text-align: left;
  padding: .5em 1em .3em;
}
.rtl .variations tr td.label {
  text-align: right;
}
.variations tr td.label label {
  color: #00235a;
  font-weight: normal !important;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0;
  font-size: 14px;
}
.variations tr td.value {
  padding: 0;
  display: block;
}
.variations tr td.value select {
  width: 200px !important;
  width: 100%;
  text-indent: 10px;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  border: 1px solid #ddd;
  margin: 0;
  text-transform: uppercase;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  color: #525252;
  font-size: 12px;
}
.variations tr td.value select option {
  text-transform: uppercase;
}
.variations tr td.value select:focus {
  outline-offset: 0;
  outline: -webkit-focus-ring-color auto 0;
}
.variations tr td.value select::-ms-expand {
  display: none;
}
.variations tr .reset_variations {
  margin: 0 0 10px 0;
  font-size: 11px !important;
  text-align: center;
  color: #ff5e15;
  display: block !important;
  text-align: left;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
}
.rtl .variations tr .reset_variations {
  text-align: right;
  margin-right: 10px;
  margin-left: 0;
}
.variations tr .reset_variations:before {
  font-family: FontAwesome;
  content: '\f00d';
  margin-right: 8px;
}
.single_variation {
  margin-bottom: 15px;
}
.sw_related_upsell_widget .product-ur .tabbable.tabs {
  text-align: left;
}
.sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs {
  display: block;
  vertical-align: top;
  margin: 0 0 10px;
  border: none;
  background-color: transparent;
  text-align: center;
}
.sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li {
  position: relative;
  padding: 0;
  border: 0;
  float: none;
  display: inline-block;
  vertical-align: top;
}
.sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li:first-child > a {
  padding-left: 0;
}
.rtl .sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li:first-child > a {
  padding-right: 0;
  padding-left: 20px;
}
.sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li:first-child > a:after {
  content: '';
  position: absolute;
  bottom: -5px;
  width: 100px;
  height: 2px;
  background-color: #ff5e15;
  left: 50%;
  margin-left: -50px;
}
.rtl .sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li:first-child > a:after {
  right: 50%;
  left: auto;
  margin-right: -50px;
  margin-left: 0;
}
.sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li:last-child > a:before {
  height: 0;
  width: 0;
}
.sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li.active,
.sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li:hover {
  border: 0;
  background-color: transparent;
}
.sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li > a {
  margin: 0;
  border: 0;
  display: inline-block;
  padding: 12px 20px;
  background-color: transparent;
  font-size: 30px;
  color: #00235a;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
}
.sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li > a:before {
  content: '';
  width: 1px;
  height: 16px;
  background-color: #ddd;
  position: absolute;
  top: 16px;
  right: 0;
}
.rtl .sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li > a:before {
  left: 0;
  right: auto;
}
.sw_related_upsell_widget .product-ur .tabbable.tabs .tab-content .tab-pane {
  display: block;
  height: 0;
  overflow: hidden;
}
.sw_related_upsell_widget .product-ur .tabbable.tabs .tab-content .tab-pane .responsive-slider {
  -webkit-transform: translate(0,80px);
  -moz-transform: translate(0,80px);
  -o-transform: translate(0,80px);
  -ms-transform: translate(0,80px);
  transform: translate(0,80px);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.sw_related_upsell_widget .product-ur .tabbable.tabs .tab-content .tab-pane.active {
  height: auto;
  overflow: visible;
}
.sw_related_upsell_widget .product-ur .tabbable.tabs .tab-content .tab-pane.active .responsive-slider {
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -o-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0);
}
.sw_related_upsell_widget .sw-woo-container-slider {
  margin-bottom: 60px;
}
.sw_related_upsell_widget .sw-woo-container-slider .slider {
  border: 0;
  margin: 0 -15px;
}
.sw_related_upsell_widget .sw-woo-container-slider .slider .item {
  padding: 0 15px;
  margin: 10px 0;
}
.related-products {
  overflow: hidden;
}
.related-products .box-slider-title h2 {
  font-size: 40px;
  text-transform: capitalize;
  font-weight: 600;
  color: #00235a;
  position: relative;
  margin-bottom: 30px;
}
.related-products .resp-slider-container {
  position: relative;
}
.related-products .resp-slider-container .item .item-wrap:hover {
  box-shadow: none;
}
.pswp__zoom-wrap {
  text-align: center;
}
.pswp__zoom-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.pswp__zoom-wrap .popup-video {
  line-height: 0;
  width: 100%;
  max-width: 900px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.item-video > a {
  display: block;
}
.item-video > a:before {
  content: '';
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: none;
  z-index: 6;
  display: block;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  bottom: 20px;
  top: auto;
  font-size: 0;
  left: auto;
  right: 20px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background: #fff;
  text-align: center;
  line-height: 40px;
  text-indent: 0;
  -webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  -o-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  -ms-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:hover {
  background-color: #ff5e15;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:hover:after {
  background-size: cover;
  background: url('../assets/img/zoom-in-hover.svg') no-repeat center center;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger img {
  display: none !important;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before {
  content: '';
  display: none;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after {
  content: '';
  display: inline-block;
  position: static;
  line-height: 40px;
  background: none;
  width: 15px;
  height: 15px;
  vertical-align: top;
  height: 100%;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  background-size: cover;
  background: url('../assets/img/zoom-in.svg') no-repeat center center;
  border-radius: 50%;
}
.single-product-style1.woocommerce div.product form.cart .variations tr {
  display: inline-block;
  width: 48%;
  padding-right: 4%;
  vertical-align: top;
}
.single-product-style1.woocommerce div.product form.cart .variations tr:last-child {
  padding: 0;
}
.single-product-style1.woocommerce div.product div.images.woocommerce-product-gallery {
  margin: -5px -5px 30px -5px;
  overflow: hidden;
}
.single-product-style1.woocommerce div.product div.images.woocommerce-product-gallery .style-gall {
  width: 50%;
  float: left;
  padding: 5px;
  position: relative;
}
.single-product-style1.woocommerce div.product div.images.woocommerce-product-gallery .style-gall .featured-video-button {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  border-radius: 50%;
  padding: 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;
  width: 56px;
  height: 56px;
  line-height: 52px;
  background: rgba(0,0,0,0.6);
  color: rgba(255,255,255,0.6);
  margin-top: -28px;
  margin-left: -28px;
  -webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  -o-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  -ms-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}
.single-product-style1.woocommerce div.product div.images.woocommerce-product-gallery .style-gall .featured-video-button:before {
  content: "\f04b";
  font-family: fontawesome;
  font-size: 20px;
}
.single-product-style1.woocommerce div.product div.images.woocommerce-product-gallery .style-gall .featured-video-button:hover {
  background: #ff5e15;
  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-product-style1.woocommerce div.product div.images.woocommerce-product-gallery .style-gall a {
  display: block;
  border: 1px #ddd solid;
  position: relative;
}
.single-product-style1.woocommerce div.product div.images.woocommerce-product-gallery .style-gall a:before {
  content: "\f00e";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #ccc;
  color: #fff;
  font-family: fontawesome;
  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-product-style1.woocommerce div.product div.images.woocommerce-product-gallery .style-gall a:hover: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;
}
.single-product-style1 .woocommerce-product-gallery__image {
  opacity: 1 !important;
}
.single-product-style1 .single-product >.tabs {
  padding-top: 30px;
}
.single-product-style1 .single-product >.tabs .tabbable .nav.nav-tabs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  border: 0;
  background: #f5f5f5;
  border-radius: 4px;
  padding: 15px 0;
}
.single-product-style1 .single-product >.tabs .tabbable .nav.nav-tabs > li > a {
  border-radius: 20px;
  border: 1px solid #ddd;
  background: none;
  margin: 0 5px;
  color: #999;
  background: #fff;
  height: auto;
  line-height: normal;
  padding: 7px 20px;
}
.single-product-style1 .single-product >.tabs .tabbable .nav.nav-tabs > li.active > a,
.single-product-style1 .single-product >.tabs .tabbable .nav.nav-tabs > li:hover > a {
  background: #eee;
  border-color: #333;
  color: #333;
}
.single-product-style2.woocommerce div.product div.images.woocommerce-product-gallery {
  margin: -5px -5px 60px -5px;
  overflow: hidden;
}
.single-product-style2.woocommerce div.product div.images.woocommerce-product-gallery .style-gall {
  width: 25%;
  float: left;
  padding: 5px;
  position: relative;
}
.single-product-style2.woocommerce div.product div.images.woocommerce-product-gallery .style-gall .featured-video-button {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  border-radius: 50%;
  border: 2px #ccc solid;
  padding: 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;
  width: 56px;
  height: 56px;
  line-height: 52px;
  background: rgba(0,0,0,0.6);
  color: rgba(255,255,255,0.6);
  margin-top: -28px;
  margin-left: -28px;
}
.single-product-style2.woocommerce div.product div.images.woocommerce-product-gallery .style-gall .featured-video-button:before {
  content: "\f04b";
  font-family: fontawesome;
  font-size: 20px;
}
.single-product-style2.woocommerce div.product div.images.woocommerce-product-gallery .style-gall .featured-video-button:hover {
  background: #ff5e15;
  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-product-style2.woocommerce div.product div.images.woocommerce-product-gallery .style-gall a {
  display: block;
  border: 1px #ddd solid;
  position: relative;
}
.single-product-style2.woocommerce div.product div.images.woocommerce-product-gallery .style-gall a:before {
  content: "\f00e";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #ccc;
  color: #fff;
  font-family: fontawesome;
  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-product-style2.woocommerce div.product div.images.woocommerce-product-gallery .style-gall a:hover: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;
}
.single-product-style2.woocommerce div.product p.price ins,
.single-product-style2.woocommerce div.product span.price ins {
  float: none;
}
.single-product-style2.woocommerce div.product .wc-soldby-start {
  text-align: center;
}
.single-product-style2.woocommerce div.product .product-countdown .countdown-row,
.single-product-style2.woocommerce div.product .item-brand {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.single-product-style2.woocommerce div.product form.cart .button,
.single-product-style2.woocommerce div.product form.cart div.quantity,
.single-product-style2.woocommerce div.product form.cart .item-bottom {
  display: inline-block;
  vertical-align: top;
  float: none;
}
.single-product-style2.woocommerce div.product form.cart .addcart-wrapper >.qty {
  display: none;
}
.single-product-style2.woocommerce div.product .item-bottom .yith-wcwl-add-to-wishlist,
.single-product-style2.woocommerce div.product .item-bottom .compare {
  margin-top: 12px;
}
.single-product-style2 .content_product_detail {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 60px auto;
}
.single-product-style2 .single-product {
  margin-bottom: 30px;
}
.single-product-style2 .single-product .tabs {
  border: 0;
  margin-bottom: 30px;
}
.single-product-style2 .single-product .tabs .single-accordion .panel {
  box-shadow: none;
  border: 0;
}
.single-product-style2 .single-product .tabs .single-accordion .panel +.panel {
  margin-top: 1px;
}
.single-product-style2 .single-product .tabs .single-accordion .panel .panel-heading {
  border: 0;
  padding: 0;
}
.single-product-style2 .single-product .tabs .single-accordion .panel .panel-heading h4 {
  margin: 0;
}
.single-product-style2 .single-product .tabs .single-accordion .panel .panel-heading h4 > a {
  font-weight: normal;
  text-transform: uppercase;
  color: #ff5e15;
  font-size: 16px;
  display: block;
  padding: 12px 15px;
  background: #eee;
  border-radius: 3px;
  position: relative;
}
.single-product-style2 .single-product .tabs .single-accordion .panel .panel-heading h4 > a:after {
  content: '';
  position: absolute;
  right: 0;
  border-left: 1px solid #e1e1e1;
  top: 7px;
  bottom: 7px;
  padding: 0 30px;
  background: url(../assets/img/icon-accordion.png) no-repeat center -34px;
}
.single-product-style2 .single-product .tabs .single-accordion .panel .panel-heading h4 > a.collapsed {
  color: #111;
}
.single-product-style2 .single-product .tabs .single-accordion .panel .panel-heading h4 > a.collapsed:after {
  background-position: center -4px;
}
.single-product-style2 .single-product .tabs .single-accordion .panel .content-body {
  padding: 15px 0;
  line-height: 22px;
  overflow-x: hidden;
}
.single-product-style2 .single-product .tabs .single-accordion .panel .content-body > h2,
.single-product-style2 .single-product .tabs .single-accordion .panel .content-body #comments > h2 {
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 15px;
  color: #333;
}
.single-product-style2 .single-product .tabs .single-accordion .panel .content-body #comments {
  margin: 0;
}
.single-product-style2 .single-product .tabs .single-accordion .panel .content-body .row {
  margin: 0;
}
.single-product-style3 .single-product >.tabs .tabbable .nav.nav-tabs {
  border: none;
  text-align: center;
}
.single-product-style3 .single-product >.tabs .tabbable .nav.nav-tabs li {
  float: none;
  display: inline-block;
  vertical-align: top;
}
.single-product-style3 .single-product >.tabs .tabbable .nav.nav-tabs li a {
  color: #999;
}
.single-product-style3 .single-product >.tabs .tabbable .nav.nav-tabs li.active a,
.single-product-style3 .single-product >.tabs .tabbable .nav.nav-tabs li:hover a {
  border-color: #00235a;
  color: #00235a;
}
.single-product-style3 .sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs {
  border: none;
  text-align: center;
}
.single-product-style3 .sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li {
  float: none;
  display: inline-block;
  vertical-align: top;
}
.single-product-style3 .sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li a {
  color: #999;
  font-size: 24px;
}
.single-product-style3 .sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li a:after {
  display: none;
}
.single-product-style3 .sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li.active a,
.single-product-style3 .sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li:hover a {
  color: #00235a;
}
.single-product-style3 .sw-recent-viewed-slider .block-title h3 {
  float: none;
  text-align: center;
}
.rtl.single-product-style2 .single-product .tabs .single-accordion .panel .panel-heading h4 > a:after {
  right: auto;
  left: 0;
  border-left: none;
  border-right: 1px solid #e1e1e1;
}
.single-product.product-thumbnail-right .slider_img_productd .span.onsale,
.single-product.product-thumbnail-right .slider_img_productd .onsale,
.single-product.product-thumbnail-right .slider_img_productd .sale-off {
  left: 10px;
  right: auto;
}
.single-product.product-thumbnail-right .slider_img_productd .has-newicon span.onsale,
.single-product.product-thumbnail-right .slider_img_productd .has-newicon .onsale,
.single-product.product-thumbnail-right .slider_img_productd .sale-off.has-newicon {
  top: 55px;
}
.single-product.product-thumbnail-left .slider_img_productd .has-newicon span.onsale,
.single-product.product-thumbnail-left .slider_img_productd .has-newicon .onsale,
.single-product.product-thumbnail-left .slider_img_productd .sale-off.has-newicon {
  top: 55px;
}
.single-product.product-thumbnail-left .slider_img_productd .sale-off {
  left: 127px;
}
.single-product.product-thumbnail-left .slider_img_productd .sw-newlabel {
  left: auto;
  right: 10px;
}
.rtl.single-product.product-thumbnail-left .slider_img_productd .sale-off {
  right: 127px;
  left: auto;
}
.rtl.single-product.product-thumbnail-left .slider_img_productd .sw-newlabel {
  right: auto;
  left: 10px;
}
.swpb-bundled-products-container {
  margin-bottom: 20px;
  display: block;
  overflow: hidden;
}
.swpb-bundled-products-container h4 {
  font-size: 16px;
  color: #00235a;
  font-weight: 500;
  margin: 0 0 30px;
}
.swpb-bundled-products-container .swpb-bundled-product {
  margin-bottom: 10px;
  float: left;
  padding-right: 40px;
  position: relative;
}
.rtl .swpb-bundled-products-container .swpb-bundled-product {
  float: right;
  padding-right: 0;
  padding-left: 40px;
}
.swpb-bundled-products-container .swpb-bundled-product:before {
  content: '+';
  font-size: 24px;
  color: #7f7f7f;
  position: absolute;
  right: 20px;
  top: 18px;
}
.rtl .swpb-bundled-products-container .swpb-bundled-product:before {
  right: auto;
  left: 18px;
}
.swpb-bundled-products-container .swpb-bundled-product:last-child:before {
  content: '';
}
.swpb-bundled-products-container .swpb-bundled-product .swpb-thumbnail {
  margin-right: 8px;
  width: 65px;
}
.rtl .swpb-bundled-products-container .swpb-bundled-product .swpb-thumbnail {
  margin-right: 0;
  margin-left: 8px;
}
.swpb-bundled-products-container .swpb-bundled-product .swpb-info {
  overflow: hidden;
  display: none;
}
.swpb-bundled-products-container .swpb-bundled-product .swpb-info .category {
  display: none;
}
.swpb-bundled-products-container .swpb-bundled-product .swpb-info .category a {
  font-size: 13px;
}
.swpb-bundled-products-container .swpb-bundled-product .swpb-info h3 {
  margin-bottom: 3px;
}
.swpb-bundled-products-container .swpb-bundled-product .swpb-info h3 a {
  font-size: 14px;
  text-transform: capitalize;
  color: #00235a;
}
.swpb-bundled-products-container .swpb-bundled-product .swpb-info h3 a:hover {
  color: #ff5e15;
}
.swpb-bundled-products-container .swpb-bundled-product .swpb-info .category {
  margin: 0 0 10px;
}
.swpb-bundled-products-container .swpb-bundled-product .swpb-info .price {
  color: #ff5e15;
  font-weight: 700;
  margin: 0 0 5px;
  font-size: 18px !important;
}
.swpb-bundled-products-container .swpb-bundled-product .swpb-info .price del {
  font-size: 14px;
  color: #999;
  font-weight: 400;
  line-height: 22px;
}
.swpb-bundled-products-container .swpb-bundled-product .swpb-info .price ins {
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
  margin-right: 10px;
}
.swpb-bundled-products-container .swpb-bundled-product .swpb-info .swpb-bundled-product-stock {
  font-size: 12px;
  text-transform: capitalize;
  color: #6ca40c;
  font-weight: 600;
}
.products-wrapper .top-fill {
  margin-bottom: 30px;
}
.products-wrapper .top-fill .button-filter {
  width: 10%;
  float: left;
  font-size: 12px;
  text-transform: uppercase;
  padding-right: 10px;
}
.rtl .products-wrapper .top-fill .button-filter {
  float: right;
  padding-right: 0;
  padding-left: 10px;
}
.products-wrapper .top-fill .button-filter span {
  background: #fff;
  display: inline-block;
  vertical-align: top;
  height: 41px;
  line-height: 41px;
  padding: 0 15px;
  font-weight: 600;
  color: #00235a;
  cursor: pointer;
  border-radius: 2px;
  border: 1px #ededed solid;
  letter-spacing: 2px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.products-wrapper .top-fill .button-filter span i {
  display: inline-block;
  vertical-align: middle;
  margin: -5px 5px 0 0;
  font-size: 14px;
}
.rtl .products-wrapper .top-fill .button-filter span i {
  margin: -5px 0 0 5px;
}
.products-wrapper .top-fill .button-filter span: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;
}
.products-wrapper .top-fill .products-nav {
  width: 90%;
  float: left;
  margin-bottom: 0;
}
.rtl .products-wrapper .top-fill .products-nav {
  float: right;
}
.products-wrapper .top-fill.closex {
  margin-bottom: 10px;
}
.products-wrapper .top-fill.closex .button-filter span i {
  font-size: 14px;
}
.products-wrapper .top-fill.closex .button-filter span i:before {
  content: "\f00d";
}
.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;
}
.product-video .sw-quickview-bottom .quickview-content {
  width: 1000px;
  margin: 200px auto !important;
  position: relative;
  float: none;
}
.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;
}
.sw-quickview-bottom .quickview-content .quickview-inner .product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive {
  border: none;
}
.sw-quickview-bottom .quickview-content .quickview-inner .product_detail .content_product_detail .cart .quantity input.qty {
  width: 26px;
}
.sw-quickview-bottom .quickview-content .quickview-inner .product_detail .content_product_detail .cart .quantity .qv-minus {
  background: url(../assets/img/icon-minus.png) no-repeat top 8px center;
  font-size: 0;
}
.sw-quickview-bottom .quickview-content .quickview-inner .product_detail .content_product_detail .cart .quantity .qv-plus {
  background: url(../assets/img/icon-plus.png) no-repeat top 8px center;
  font-size: 0;
}
.quickview-container.woocommerce {
  padding-top: 15px;
}
.quickview-container.woocommerce .slider_img_productd span.onsale {
  display: none;
}
.quickview-container.woocommerce .product_detail .content_product_detail {
  padding-bottom: 15px;
}
.quickview-container.woocommerce .product_detail .content_product_detail .social-share,
.quickview-container.woocommerce .product_detail .content_product_detail .cart .addcart-wrapper >.qty {
  display: none;
}
@media (max-width: 1199px) {
  .product-video .sw-quickview-bottom .quickview-content {
    width: 700px;
  }
}
@media (max-width: 767px) {
  .product-video .sw-quickview-bottom .quickview-content {
    width: auto;
  }
}
.wp-block-woocommerce-cart .wc-block-cart .wc-block-cart__main .wc-block-cart-items thead tr th {
  color: #000;
  font-size: 18px;
}
.wp-block-woocommerce-cart .wc-block-cart .wc-block-cart__main .wc-block-cart-items tbody tr td {
  vertical-align: middle;
}
.wp-block-woocommerce-cart .wc-block-cart .wc-block-cart__main .wc-block-cart-items tbody tr td.wc-block-cart-item__image img {
  border: 1px solid #ddd;
}
.wp-block-woocommerce-cart .wc-block-cart .wc-block-cart__main .wc-block-cart-items tbody tr td.wc-block-cart-item__product .wc-block-components-product-name {
  font-size: 16px;
  color: #000;
  text-transform: capitalize;
  font-weight: 700;
}
.wp-block-woocommerce-cart .wc-block-cart .wc-block-cart__main .wc-block-cart-items tbody tr td.wc-block-cart-item__product .wc-block-components-product-name:hover {
  color: var(--color);
}
.wp-block-woocommerce-cart .wc-block-cart .wc-block-cart__main .wc-block-cart-items tbody tr td.wc-block-cart-item__product .wc-block-cart-item__prices .wc-block-components-product-price {
  font-size: 18px;
  color: var(--color);
  display: flex;
  flex-direction: row-reverse;
  justify-content: start;
}
.wp-block-woocommerce-cart .wc-block-cart .wc-block-cart__main .wc-block-cart-items tbody tr td.wc-block-cart-item__product .wc-block-cart-item__prices .wc-block-components-product-price .wc-block-components-product-price__regular {
  font-size: 18px;
  color: #aaa;
}
.wp-block-woocommerce-cart .wc-block-cart .wc-block-cart__main .wc-block-cart-items tbody tr td.wc-block-cart-item__product .wc-block-cart-item__prices .wc-block-components-product-price .is-discounted {
  font-size: 18px;
  color: var(--color);
  float: left;
  margin-right: 10px;
  margin-left: 0;
}
.wp-block-woocommerce-cart .wc-block-cart .wc-block-cart__main .wc-block-cart-items tbody tr td.wc-block-cart-item__product .wc-block-components-product-badge {
  border-radius: 0;
  border: 1px solid var(--color);
  color: var(--color);
  font-weight: 400;
  font-size: 14px;
}
.wp-block-woocommerce-cart .wc-block-cart .wc-block-cart__main .wc-block-cart-items tbody tr td.wc-block-cart-item__product .wc-block-components-product-metadata .wc-block-components-product-metadata__description {
  font-size: 14px;
  color: #222;
}
.wp-block-woocommerce-cart .wc-block-cart .wc-block-cart__main .wc-block-cart-items tbody tr td.wc-block-cart-item__product .wc-block-cart-item__quantity {
  position: relative;
}
.wp-block-woocommerce-cart .wc-block-cart .wc-block-cart__main .wc-block-cart-items tbody tr td.wc-block-cart-item__product .wc-block-cart-item__quantity .wc-block-components-quantity-selector:after {
  border: 1px solid #ddd;
  border-radius: 0;
}
.wp-block-woocommerce-cart .wc-block-cart .wc-block-cart__main .wc-block-cart-items tbody tr td.wc-block-cart-item__product .wc-block-cart-item__quantity .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input {
  padding: 12px 0;
  color: #000;
  opacity: 1;
}
.wp-block-woocommerce-cart .wc-block-cart .wc-block-cart__main .wc-block-cart-items tbody tr td.wc-block-cart-item__product .wc-block-cart-item__quantity .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
  font-size: 20px;
}
.wp-block-woocommerce-cart .wc-block-cart .wc-block-cart__main .wc-block-cart-items tbody tr td.wc-block-cart-item__product .wc-block-cart-item__quantity .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus {
  box-shadow: none;
}
.wp-block-woocommerce-cart .wc-block-cart .wc-block-cart__main .wc-block-cart-items tbody tr td.wc-block-cart-item__product .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
  font-size: 14px;
  color: var(--color);
  text-decoration: none;
}
.wp-block-woocommerce-cart .wc-block-cart .wc-block-cart__main .wc-block-cart-items tbody tr td.wc-block-cart-item__product .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover {
  text-decoration: underline;
}
.wp-block-woocommerce-cart .wc-block-cart .wc-block-cart__main .wc-block-cart-items tbody tr td.wc-block-cart-item__total .wc-block-components-product-price {
  font-size: 24px;
  font-weight: 500;
  color: var(--color);
}
.wp-block-woocommerce-cart .wc-block-cart .wc-block-cart__main .wc-block-cart-items tbody tr td.wc-block-cart-item__total .wc-block-components-product-badge {
  border-radius: 0;
  border: 1px solid var(--color);
  color: var(--color);
  height: 32px;
  line-height: 30px;
  font-size: 16px;
  font-weight: 400;
  margin-top: 20px;
}
.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title {
  font-size: 18px;
  color: #000;
}
.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-coupon-form-block .wc-block-components-totals-coupon .wc-block-components-totals-coupon-link {
  font-size: 14px;
  text-transform: uppercase;
  color: var(--color);
}
.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-coupon-form-block .wc-block-components-totals-coupon {
  padding: 0;
}
.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-coupon-form-block .wc-block-components-totals-coupon__form .wc-block-components-text-input input {
  height: 39px;
}
.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-coupon-form-block .wc-block-components-totals-coupon__form .components-button {
  background-color: var(--color);
  border-color: var(--color);
  text-transform: uppercase;
}
.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-subtotal-block .wc-block-components-totals-item {
  padding: 0;
}
.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-subtotal-block .wc-block-components-totals-item .wc-block-components-totals-item__label {
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
}
.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-subtotal-block .wc-block-components-totals-item .wc-block-formatted-money-amount {
  font-size: 24px;
  color: var(--color);
  font-weight: 500;
}
.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-wrapper .wc-block-components-totals-item {
  padding: 0;
}
.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-wrapper .wc-block-components-totals-item .wc-block-components-totals-item__label {
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
}
.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-wrapper .wc-block-components-totals-item .wc-block-formatted-money-amount {
  font-size: 24px;
  color: var(--color);
  font-weight: 500;
}
.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-cart__submit .components-button {
  background-color: var(--color);
  color: #fff;
  text-transform: uppercase;
}
.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-cart__submit .components-button:hover {
  opacity: 0.85;
}
.wp-block-woocommerce-checkout .wc-block-checkout__main .wc-block-checkout__form .wc-block-checkout__contact-fields .wc-block-components-checkout-step__container .wc-block-components-checkout-step__description {
  font-size: 14px;
}
.wp-block-woocommerce-checkout .wc-block-checkout__main .wc-block-checkout__form .wc-block-checkout__contact-fields .wc-block-components-address-form .wc-block-components-address-form__email input {
  border: 1px solid #ddd;
}
.wp-block-woocommerce-checkout .wc-block-checkout__main .wc-block-checkout__form .wc-block-checkout__contact-fields .wc-block-components-address-form .wc-block-components-address-form__email input:focus {
  box-shadow: 0 0 0 1px #ddd;
}
.wp-block-woocommerce-checkout .wc-block-checkout__main .wc-block-checkout__form .wc-block-checkout__billing-fields .wc-block-components-checkout-step__description {
  font-size: 14px;
}
.wp-block-woocommerce-checkout .wc-block-checkout__main .wc-block-checkout__form .wc-block-components-address-address-wrapper .wc-block-components-text-input input {
  border: 1px solid #ddd;
}
.wp-block-woocommerce-checkout .wc-block-checkout__main .wc-block-checkout__form .wc-block-components-address-address-wrapper .wc-block-components-text-input input:focus {
  box-shadow: 0 0 0 1px #ddd;
}
.wp-block-woocommerce-checkout .wc-block-checkout__main .wc-block-checkout__form .wc-block-components-address-address-wrapper .wc-block-components-validation-error {
  font-size: 12px;
}
.wp-block-woocommerce-checkout .wc-block-checkout__main .wc-block-checkout__form .wc-block-components-address-form__country .components-form-token-field__input,
.wp-block-woocommerce-checkout .wc-block-checkout__main .wc-block-checkout__form .wc-block-components-combobox .components-combobox-control__input {
  border: 1px solid #ddd;
}
.wp-block-woocommerce-checkout .wc-block-checkout__main .wc-block-checkout__form .wc-block-components-address-form__country .components-form-token-field__input:focus,
.wp-block-woocommerce-checkout .wc-block-checkout__main .wc-block-checkout__form .wc-block-components-combobox .components-combobox-control__input:focus {
  box-shadow: 0 0 0 1px #ddd;
}
.wp-block-woocommerce-checkout .wc-block-checkout__main .wc-block-checkout__form .wc-block-checkout__order-notes .wc-block-components-checkbox__label {
  color: #000;
  font-size: 14px;
}
.wp-block-woocommerce-checkout .wc-block-checkout__main .wc-block-checkout__form .wc-block-checkout__terms {
  color: #000;
}
.wp-block-woocommerce-checkout .wc-block-checkout__main .wc-block-checkout__form .wc-block-checkout__actions .wc-block-checkout__actions_row .wc-block-components-checkout-return-to-cart-button {
  color: var(--color);
  font-size: 16px;
}
.wp-block-woocommerce-checkout .wc-block-checkout__main .wc-block-checkout__form .wc-block-checkout__actions .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
  border: 0;
  background-color: var(--color);
  color: #fff;
  text-transform: uppercase;
  border-radius: 0;
}
.wp-block-woocommerce-checkout .wc-block-checkout__main .wc-block-checkout__form .wc-block-checkout__actions .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:hover {
  opacity: 0.85;
}
.wp-block-woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-order-summary {
  padding: 0;
}
.wp-block-woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-order-summary .wc-block-components-panel__button {
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
}
.wp-block-woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-order-summary .wc-block-components-order-summary__content .wc-block-components-order-summary-item {
  border-top: 1px solid #ddd;
}
.wp-block-woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-order-summary .wc-block-components-order-summary__content .wc-block-components-order-summary-item:first-child {
  padding-top: 20px;
}
.wp-block-woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-order-summary .wc-block-components-order-summary__content .wc-block-components-order-summary-item .wc-block-components-order-summary-item__image .wc-block-components-order-summary-item__quantity {
  border-color: var(--color);
}
.wp-block-woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-order-summary .wc-block-components-order-summary__content .wc-block-components-order-summary-item .wc-block-components-product-name {
  font-size: 16px;
  color: #000;
  text-transform: capitalize;
}
.wp-block-woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-order-summary .wc-block-components-order-summary__content .wc-block-components-order-summary-item .wc-block-components-product-price {
  font-size: 18px;
  color: var(--color);
}
.wp-block-woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-order-summary .wc-block-components-order-summary__content .wc-block-components-order-summary-item .wc-block-components-product-price .wc-block-components-product-price__regular {
  font-size: 16px;
  color: #aaa;
}
.wp-block-woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-order-summary .wc-block-components-order-summary__content .wc-block-components-order-summary-item .wc-block-components-product-metadata .wc-block-components-product-metadata__description {
  font-size: 12px;
  color: #000;
}
.wp-block-woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-coupon-form-block .wc-block-components-totals-coupon-link {
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
}
.wp-block-woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-coupon-form-block .wc-block-components-text-input input {
  height: 39px;
}
.wp-block-woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-coupon-form-block .components-button {
  background-color: var(--color);
  border-color: var(--color);
  color: #fff;
}
.wp-block-woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-subtotal-block .wc-block-components-totals-item .wc-block-components-totals-item__label,
.wp-block-woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-totals-item .wc-block-components-totals-item__label {
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
  font-weight: 400;
}
.wp-block-woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-subtotal-block .wc-block-formatted-money-amount,
.wp-block-woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-subtotal-block .wc-block-formatted-money-amount,
.wp-block-woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper .wc-block-formatted-money-amount,
.wp-block-woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper .wc-block-formatted-money-amount {
  font-size: 18px;
  color: var(--color);
  font-weight: 500;
}
.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;
}
.contact-foot2 {
  margin-bottom: 20px;
}
.contact-foot2 h3 {
  font-size: 18px;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 20px;
}
.contact-foot2 .item1 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 10px;
}
.contact-foot2 .item1 a {
  color: #fff;
}
.contact-foot2 .item2 {
  font-size: 14px;
  color: #ccc;
  margin-bottom: 10px;
}
.contact-foot2 .item2 a {
  color: #ff5e15;
  display: block;
  padding-top: 10px;
}
.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;
}
.nav-menu2 {
  margin-bottom: 30px;
}
.nav-menu2 h5 {
  font-size: 18px;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 20px;
  font-weight: normal;
}
.nav-menu2 ul.menu li a {
  font-size: 14px;
  color: #ccc;
  display: block;
  padding: 6px 0;
}
.nav-menu2 ul.menu li a:hover {
  color: #ff5e15;
}
.nav-menu3 ul li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}
.nav-menu3 ul 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-footer.style2 h3 {
  font-size: 14px;
  margin-bottom: 24px;
  letter-spacing: 2px;
}
.newsletter-footer.style2 .form-newsletter p input,
.newsletter-footer.style2 .form-newsletter p textarea {
  border: 1px #ff5e15 solid;
  background: transparent;
}
.newsletter-footer.style2 .form-newsletter p input:hover,
.newsletter-footer.style2 .form-newsletter p textarea:hover {
  background: #fff;
}
.newsletter-footer.style2 .form-newsletter p input::-webkit-input-placeholder {
  color: #999;
}
.newsletter-footer.style2 .form-newsletter p input::-moz-placeholder {
  color: #999;
}
.newsletter-footer.style2 .form-newsletter p input:-ms-input-placeholder {
  color: #999;
}
.newsletter-footer.style2 .form-newsletter p textarea::-webkit-input-placeholder {
  color: #999;
}
.newsletter-footer.style2 .form-newsletter p textarea::-moz-placeholder {
  color: #999;
}
.newsletter-footer.style2 .form-newsletter p textarea:-ms-input-placeholder {
  color: #999;
}
.newsletter-footer.style2 .form-newsletter .cf-name {
  width: 48%;
  margin-right: 4%;
  float: left;
}
.rtl .newsletter-footer.style2 .form-newsletter .cf-name {
  float: right;
  margin-right: 0;
  margin-left: 4%;
}
.newsletter-footer.style2 .form-newsletter .cf-mail {
  width: 48%;
  float: left;
}
.rtl .newsletter-footer.style2 .form-newsletter .cf-mail {
  float: right;
}
.newsletter-footer.style2 .form-newsletter .cf-sub {
  clear: both;
}
.newsletter-footer.style2 .form-newsletter input[type="submit"] {
  color: #00235a;
  background: #fff;
  font-size: 14px;
}
.newsletter-footer.style2 .form-newsletter input[type="submit"]:hover {
  background: #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;
}
.newsletter-footer3 {
  max-width: 300px;
}
.newsletter-footer3 h3 {
  font-size: 26px;
  color: #fff;
  line-height: 32px;
  font-weight: normal;
  margin-bottom: 30px;
}
.newsletter-footer3 .form-newsletter {
  margin-bottom: 18px;
}
.newsletter-footer3 .form-newsletter .mc4wp-form-fields {
  overflow: hidden;
}
.newsletter-footer3 .form-newsletter input[type="email"] {
  color: #fff;
  border: none;
  text-align: left;
  width: 85%;
  float: left;
  background: #2d2d2d;
  margin-bottom: 0;
  padding: 0 15px;
  margin: 0;
  font-size: 14px;
  height: 47px;
  line-height: 47px;
}
.rtl .newsletter-footer3 .form-newsletter input[type="email"] {
  text-align: right;
  float: right;
}
.newsletter-footer3 .form-newsletter input::-webkit-input-placeholder {
  color: #fff;
}
.newsletter-footer3 .form-newsletter input::-moz-placeholder {
  color: #fff;
}
.newsletter-footer3 .form-newsletter input:-ms-input-placeholder {
  color: #fff;
}
.newsletter-footer3 .form-newsletter button[type="submit"] {
  border: none;
  font-size: 0;
  width: 15%;
  float: left;
  background: #2d2d2d;
  margin-bottom: 0;
  height: 47px;
  line-height: 47px;
  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;
}
.rtl .newsletter-footer3 .form-newsletter button[type="submit"] {
  float: right;
}
.newsletter-footer3 .form-newsletter button[type="submit"]:before {
  content: "\f1d8";
  font-family: "fontawesome";
  display: block;
  font-size: 14px;
  color: #fff;
}
.newsletter-footer3 .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;
}
.copyright.style3 {
  text-align: center;
}
.copyright.style4 {
  text-align: center;
  font-size: 12px;
}
.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;
}
.footer-style3 .newsletter-footer2 {
  max-width: 270px;
}
.footer-style5 .contact-foot h3 {
  letter-spacing: 2px;
  margin-bottom: 38px;
}
.footer-style5 .contact-foot .item {
  margin-bottom: 15px;
  font-size: 14px;
}
.footer-style5 .contact-foot .item span,
.footer-style5 .contact-foot .item a,
.footer-style5 .contact-foot .item label {
  font-size: 14px;
}
.footer-style5 .nav-menu1 h5 {
  letter-spacing: 2px;
  margin-bottom: 30px;
}
.footer-style5 .nav-menu1 ul.menu li a {
  font-size: 14px;
}
.footer-style5 .socials-footer h3 {
  letter-spacing: 2px;
}
.footer-services >.elementor-container {
  padding: 10px 65px;
  background: #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;
}
