.wrapper { display: flex; align-items: center; }
.footer-wrapper { display: flex; }

.sticky-scroll { flex: 3; text-align: center;  }
.contact-info, .social-icon { flex: 1;  }
.contact-info { text-align: right;  }
.social-link__block { text-align: center; }
.inner-column { text-align: center; }
.location-address, .quick-links, .contact-us { display: flex; flex: 1; }
.categories { display: flex; flex: 2; }
.quick-links { flex-direction: row; }

.feature-row:nth-child(even) .content-column .inner-column .sec-title { max-width: 100%; }

section#member { padding: 50px 0px; }

.ot-heading {
  font-family: "Inter", sans-serif;
}
.ot-heading > span {
  position: relative;
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fe8423;
  margin-bottom: 10px;
}
.ot-heading > span.is_highlight {
  background: rgba(254, 132, 35, 0.1);
  padding: 2px 10px;
  border: 1px solid #fe8423;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.ot-heading > span.is_line {
  padding-left: 60px;
}
.ot-heading > span.is_line:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 50%;
  width: 45px;
  height: 1px;
  background: #fe8423;
}
.ot-heading .main-head {
  margin-bottom: 0;
}

/* .icon-box .icon-main { display: inline-block; color: #fe8423; width: 90px; height: 90px; line-height: 90px; text-align: center; margin-bottom: 17px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }
.icon-box-2 .icon-main { float: left; width: 75px; height: 75px; line-height: 75px; background: none; transition: all 0.3s linear; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -o-transition: all 0.3s linear; -ms-transition: all 0.3s linear; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.icon-box .icon-main svg { vertical-align: middle; width: 40px; fill: #fe8423; transition: all 0.3s linear; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -o-transition: all 0.3s linear; -ms-transition: all 0.3s linear; }
.icon-box-2 .icon-main svg { width: 45px; }
.icon-box-2 .content-box { margin-left: 95px; }
.icon-left .contact-iconb .content-box { margin-left: 76px; }
.contact-iconb .icon-main { background: #FFF3E9; width: 60px; height: 60px; font-size: 27px; line-height: 60px; border-radius: 50% 50% 50% 50%; }
.contact-iconb .icon-main svg { width: 27px; } */

.icon-box {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.icon-box .icon-main {
  display: inline-block;
  color: #fe8423;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  margin-bottom: 17px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.icon-box .icon-main i {
  line-height: 90px;
  font-size: 40px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.icon-box .icon-main svg {
  vertical-align: middle;
  width: 40px;
  fill: #fe8423;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.icon-box .title-box {
  font-size: 20px;
  margin-bottom: 15px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.icon-box .title-box a {
  color: #1b1d21;
}
.icon-box p:last-child {
  margin-bottom: 0;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.icon-box .link-details {
  margin-top: 18px;
}

/* icon box 1*/
.icon-box-1 {
  position: relative;
  padding: 48px 35px 40px;
  box-shadow: 8px 8px 30px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 8px 8px 30px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 8px 8px 30px 0 rgba(0, 0, 0, 0.12);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.icon-box-1 .icon-main {
  background: rgba(254, 132, 35, 0.1);
}

.hover-dark-yes .icon-box-1:hover {
  background: #262832;
}
.hover-dark-yes .icon-box-1:hover .icon-main {
  background: rgba(255, 255, 255, 0.1);
}
.hover-dark-yes .icon-box-1:hover .title-box,
.hover-dark-yes .icon-box-1:hover .title-box a {
  color: #fff;
}
.hover-dark-yes .icon-box-1:hover p {
  color: #ccc;
}
.hover-dark-yes .icon-box-1:hover:after {
  opacity: 0;
}

.with-border-yes .icon-main {
  position: relative;
  margin-top: 15px;
}
.with-border-yes .icon-main .circle-animate {
  position: absolute;
  width: 119px;
  height: 119px;
  left: -15px;
  top: -15px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-animation: circle_animation 2s infinite linear;
  -moz-animation: circle_animation 2s infinite linear;
  -o-animation: circle_animation 2s infinite linear;
  animation: circle_animation 2s infinite linear;
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.with-border-yes .icon-main .circle-animate:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #1b1d21;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: -6px;
  margin-top: -6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.with-border-yes .content-box {
  margin-top: 15px;
}
.with-border-yes.pos-dot-2 .icon-main .circle-animate {
  -webkit-animation: circle_animation_2 2s infinite linear;
  -moz-animation: circle_animation_2 2s infinite linear;
  -o-animation: circle_animation_2 2s infinite linear;
  animation: circle_animation_2 2s infinite linear;
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}
.with-border-yes.pos-dot-3 .icon-main .circle-animate {
  -webkit-animation: circle_animation_3 2s infinite linear;
  -moz-animation: circle_animation_3 2s infinite linear;
  -o-animation: circle_animation_3 2s infinite linear;
  animation: circle_animation_3 2s infinite linear;
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}
.with-border-yes.pos-dot-4 .icon-main .circle-animate {
  -webkit-animation: circle_animation_4 2s infinite linear;
  -moz-animation: circle_animation_4 2s infinite linear;
  -o-animation: circle_animation_4 2s infinite linear;
  animation: circle_animation_4 2s infinite linear;
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}
.with-border-yes .icon-box-1:hover .icon-main .circle-animate {
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}

/* style 1 icon box 2*/
.icon-box-2 .icon-main {
  float: left;
  width: 75px;
  height: 75px;
  line-height: 75px;
  background: none;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.icon-box-2 .icon-main i {
  line-height: 75px;
  font-size: 45px;
}
.icon-box-2 .icon-main svg {
  width: 45px;
}
.icon-box-2 .content-box {
  margin-left: 95px;
}
.icon-box-2 .title-box {
  padding-top: 11px;
  margin-bottom: 12px;
}
.icon-box-2:hover .icon-main {
  box-shadow: 6px 6px 13px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 6px 6px 13px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 6px 6px 13px 0 rgba(0, 0, 0, 0.15);
}

.icon-right {
  text-align: right;
}
.icon-right .icon-main {
  float: right;
}
.icon-right .content-box {
  margin-left: 0;
  margin-right: 95px;
}

.bline-yes:after {
  position: absolute;
  content: "";
  width: 70px;
  height: 3px;
  bottom: -2px;
  left: 50%;
  margin-left: -35px;
  background: #fe8423;
  -webkit-border-radius: 1.5px;
  -moz-border-radius: 1.5px;
  border-radius: 1.5px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.bline-yes .icon-box-2 .content-box {
  position: relative;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.bline-yes .icon-box-2 .content-box:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 0;
  background: #fe8423;
  height: 1px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.bline-yes .icon-box-2:hover .content-box:after {
  left: 0;
  right: auto;
  width: 100%;
}

/* style 1 icon box 2*/
.box-s2 .icon-box-2 {
  position: relative;
  padding-left: 35px;
}
.box-s2 .icon-box-2 .icon-main {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  box-shadow: 6px 6px 13px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 6px 6px 13px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 6px 6px 13px 0 rgba(0, 0, 0, 0.15);
}
.box-s2 .icon-box-2 .content-box {
  margin: 0;
  padding: 35px 35px 35px 70px;
  background: #f5f5f5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.box-s2 .icon-box-2:hover .content-box {
  background: #fff;
  box-shadow: 8px 8px 30px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 8px 8px 30px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 8px 8px 30px 0 rgba(0, 0, 0, 0.12);
}
.box-s2.icon-right .icon-box-2 {
  padding-left: 0;
  padding-right: 35px;
}
.box-s2.icon-right .icon-main {
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: #fe8423;
  color: #fff;
  left: auto;
  right: 0;
}
.box-s2.icon-right .icon-main i {
  line-height: 70px;
  font-size: 40px;
}
.box-s2.icon-right .icon-main svg {
  fill: #fff;
}
.box-s2.icon-right .content-box {
  padding: 35px 70px 35px 35px;
}



.page-header-contact { background-image: url(images/background/pheader-contacts.jpg); }
.contact-iconb .icon-main { background: #FFF3E9; width: 60px; height: 60px; font-size: 27px; line-height: 60px; border-radius: 50% 50% 50% 50%; }
.contact-iconb .icon-main svg { width: 27px; }
.icon-left .contact-iconb .content-box { margin-left: 76px; }
.contact-iconb.icon-box .title-box { padding-top: 6px; margin-bottom: 1px; font-size: 16px; font-weight: bold; }
.icon-box-2 .contact-icon-phone svg { width: 22px; }
.icon-box-2 .contact-icon-mail svg { width: 24px; }
section { position: relative; }
.contact-form { margin-top: -245px; margin-bottom: 0; z-index: 1; }
.wpcf7-form input { width: 100%; }
.main-contact-form { padding: 60px 60px 60px 60px; background-color: #FFF; border-radius: 5px 5px 5px 5px; box-shadow: 0 0 30px 0 rgb(0 0 0 / 12%); }
.contact-map { margin-top: -60px; z-index: -1; position: relative; }
.map { height: 520px; }
.map iframe { width: 100%; height: 520px; filter: brightness(100%) contrast(100%) saturate(0%) blur(0) hue-rotate(0deg); }

svg { position: relative; width: 1em; height: 1em; }
.icon-box svg { height: inherit; }



[class^="iconly-"], [class*="iconly-"] { line-height:unset; }

.space-30 { width: 100%; height: 30px; }
.space-20 { width: 100%; height: 20px; }
.space-10 { width: 100%; height: 10px; }
.space-2 { width: 100%; height: 2px; }

@media (min-width: 1400px) { 
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl { max-width: 1440px; } 
}

@media (max-width: 1366px) {
   .wrapper { align-items: center; }
}

@media (max-width: 1200px){
  .feature-row:nth-child(even) .content-column .inner-column .sec-title { max-width: 100% !important; }
}

@media (max-width: 1024px) {
  .top-info__block.address, .location-address { display: none; }
  .contact-info, .social-icon { display: flex; justify-content: center;  }
}

@media (max-width: 991px) {
  .sticky-scroll, .categories { display: none;  }
  .main-menu {  max-width: 300px; }
  .main-menu > ul > li > a { text-align: left !important; padding: 0px 20px !important; margin: 5px 0; }
  .main-menu > ul > li > ul > li > a { text-align: left !important; padding: 5px 20px !important; color: sienna; }
  #header_menu { padding: 25px 15px; position: relative; display: block; }

  .feature-row .image-column .inner-column {  margin-right: 0px; }
  .feature-row:nth-child(even) .image-column .inner-column { margin-left: 0px; }
  .feature-row:nth-child(even) .content-column .inner-column { padding: 61px 10px 70px 60px; }
  .feature-row .content-column .inner-column { margin-top: -50px; }
}

@media (max-width: 480px) {
  .cmn-toggle-switch { top:unset; position: relative; }

  section#about { padding: 50px 0px; }
  section#about .sub-title { margin-top: 30px; }
  
  .feature-row .content-column .inner-column { padding: 61px 10px 70px 10px; }
  .feature-row:nth-child(even) .content-column .inner-column { padding: 61px 10px 70px 10px; }
  .feature-row:nth-child(2n) .content-column .inner-column .sec-title { max-width: 100%; }
  .feature-row:nth-child(even) .content-column .inner-column .sec-title { max-width: 100%; }
  .feature-row .content-column .inner-column .sec-title .text { padding: 0px 10px 0px 10px; }

  .testimonial-column .inner-column .testimonial-slide .info-box .text { text-align: justify; }
  .auther-info { text-align: left; }
}