@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Utility
# Cards
# Common
# Form
# Navigations
# Animations
# Mobile Nav
# Page Header
--------------------------------------------------------------*/
:root {
    --color1: #1058C1;
    --color2: #96541E;
}

:root {
    --theme-text: #636363;
    --theme-text-rgb: 99, 99, 99;
    --theme-text-dark: #92918F;
    --theme-text-dark-rgb: 146, 145, 143;
    --theme-text-gray: #89868d;
    --theme-text-gray-rgb: 137, 134, 141;
    --theme-border-radius:10px;
    --theme-btn-radius:10px;
    --theme-font: "Plus Jakarta Sans", sans-serif;
    --theme-heading-font: "Plus Jakarta Sans", sans-serif;
    --theme-letter-space: 0.1em;
  --theme-letter-space-xl: 0.2em;
  --theme-base-rgb: 254, 87, 79;
  --theme-gray: #F5F1EF;
  --theme-gray-rgb: 245, 241, 239;
  --theme-white: #fff;
  --theme-white-rgb: 255, 255, 255;
  --theme-black: #000000;
  --theme-black-rgb: 0, 0, 0;
  --theme-black2-rgb: 34, 34, 34;
  --theme-black3: #333333;
  --theme-black3-rgb: 51, 51, 51;
  --theme-border-color: #DDDDDD;
  --theme-border-color-rgb: 221, 221, 221;
}
.g-recaptcha {
    display: none !important;
}
.spinner {
    display: inline-block;
    margin-right: 8px;
}
.spinner .fa-spinner {
    font-size: 20px;
    margin: 0;
}
.google-map-rating {
    position: fixed;
    bottom: 40px;
    left: 40px;
    background: #ffff;
    padding: 15px;
    border-radius: 6px;
    border: 1px solid #cdcdcd;
    z-index: 991;
}
.google-map-rating  span:after {
    position: absolute;
    right: 0;
    bottom: -15px;
    content: "";
    display: inline-block;
    width: 23px;
    height: 16px;
    margin-left: 8px;
    background-image: url(/images/review-quot.png);
    background-repeat: no-repeat;
    vertical-align: middle;
    left: 0;
}
.google-map-rating p img {
    width: 70px;
}

.google-map-rating p {
    margin-bottom: 0;
    text-align: center;
}

.google-map-rating  {
    /*position: relative;*/
    color: #000;
}

.google-map-rating  span {
    align-items: center;
    display: flex;
}

.google-map-rating  span img {
    margin: 0px 5px 5px;
}

.call-number {
  font-weight: 700;
  line-height: 20px;
  text-align: left;
  padding-left: 20px;
  padding-top: 22px;
  border-top: 1px solid;
  display: grid;
}

.mobile-icon {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 150px;
  right: 20px ;
  background-color: #6be24a;
  color: #fff;
  border-radius: 50px;
  border: 4px solid #fff;
  text-align: center;
  font-size: 40px;
  box-shadow: 2px 2px 3px #999;
  z-index: 999 !important;
  line-height: 33px !important;
  display: flex;
  align-items:center;
  justify-content:center;
}
.mobile-icon i {
  font-size: 22px;
}
.mobile-icon i.fa-phone{
    transform:rotate(90deg);
}
.call-number a {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin-top: 10px;
}
.mobile-top {
  display: flex;
  justify-content: end;
}
@media(max-width:767px){
    .mobile-icon .number:after {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid var(--color1);
    right: -10px;
    top: 40%;
  }
  .mobile-icon .number a i {
    width: 30px;
    height: 30px;
    background-color: #6be24a;
    color: #fff;
    border-radius: 50px;
    border: 2px solid #fff;
    text-align: center;
    font-size: 16px;
    box-shadow: 2px 2px 3px #999;
    margin-right: 10px;
    line-height: 28px;
  }
  .mobile-icon .number.show {
    width: max-content;
    visibility: visible;
    opacity: 1;
    /* transition: 0.5s; */
  }
  .mobile-icon .number {
    position: absolute;
    background: var(--color1);
    width: 0;
    padding: 3px 10px;
    border-radius: var(--btn-radius);
    top: -26px;
    right: 77px;
    visibility: hidden;
    opacity: 0;
    /* transition: 0.5s; */
    border-radius:var(-theme-border-radius);
  }
  .mobile-icon .number.show a {
    opacity: 1;
    visibility: visible;
    transition: 0.5s;
  }
  .mobile-icon .number a {
    display: block;
    text-align: left;
    font-size: 14px;
    line-height: 40px;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    padding: 4px 0;
    color: #fff;
  }
  
    .google-map-rating {
        max-width: 140px;
        padding: 5px;
        bottom:85px;
    }
    .google-map-rating p img {
        width: 50px;
    }
    .google-map-rating p {
        font-size:12px;
    }
    .google-map-rating span img {
        width: 50%;
    }
    .google-map-rating span{
        font-size:12px;
    }
    
    
}
.service-sidebar__single .brochures {
    background: #bbcad924;
    padding: 20px;
    border-radius:var(--theme-border-radius);
}
.service-sidebar__single .brochures .content-text .title {
font-size: 28px;
line-height: 38px;
font-weight: 700;
color: #032e42;
margin-bottom: 18px;
}
.service-sidebar__single .brochures .content-text .desc-part {
color: #333333;
margin: 0 0 30px;
}
.service-sidebar__single .brochures .btn-wrapper {
position: relative;
text-align: center;
font-weight: 400;
display: flex;
}
.service-sidebar__single .brochures .btn-wrapper .dual-btn {
font-size: 16px;
font-weight: 600;
padding: 18px 35px 18px 35px;
border-radius: var(--theme-border-radius) 0 0 var(--theme-border-radius);
background-color: var(--color1);
color: #ffffff;
margin: 0 -4px;
flex:1;
}
.service-sidebar__single .brochures .btn-wrapper .dual-btn-connector {
position: absolute;
z-index: 9;
overflow: hidden;
width: 30px;
height: 30px;
border-radius: 100%;
background-color: #fff;
box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3);
color: #27374c;
text-transform: uppercase;
font-size: 12px;
line-height: 30px;
left: 48%;
top: 18px;
}
.service-sidebar__single .brochures .btn-wrapper .rselement-dual-btn {
font-size: 16px;
font-weight: 600;
padding: 18px 35px 18px 35px;
border-radius: 0px var(--theme-border-radius) var(--theme-border-radius) 0px;
background-color: var(--color2);
color: #ffffff;
}

.rofiex-owl__carousel--basic-nav.owl-carousel .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 50px;
}
.rofiex-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot:hover span, .rofiex-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot.active span {
  background-color: var(--color2);
}

.rofiex-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot span {
  width: 6px;
  height: 6px;
  display: block;
  border-radius: 50%;
  background-color: #DDDDDD;
  border: none;
  position: relative;
  margin: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.rofiex-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot span::after {
  width: 22px;
  height: 22px;
  position: absolute;
  content: "";
  left: -8px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  border: 1px solid var(--color2);
  transform: scale(0);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.rofiex-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot:hover span::after, .rofiex-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot.active span::after {
  transform: scale(1);
}
/*--------------------------------------------------------------
# Utility
--------------------------------------------------------------*/
.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-120 {
  margin-top: 120px;
}

.mt--60 {
  margin-top: -60px;
}

.mt--120 {
  margin-top: -120px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb--60 {
  margin-bottom: -60px;
}

.mb--120 {
  margin-bottom: -120px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-142 {
  padding-top: 142px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-30 {
  padding-left: 30px;
}

.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-30 {
  padding-right: 30px;
}

.social {
  position: relative;
  border-top: 1px solid var(--theme-border-color);
}
.social__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .social__list {
    flex-direction: column;
  }
}
.social__list li {
  position: relative;
}
@media (max-width: 767px) {
  .social__list li {
    width: 100%;
  }
}
.social__list li a {
  font-size: 32px;
  color: var(--theme-black);
  text-transform: uppercase;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 50px 0;
}
section.cta-one.our_new_sec {
      overflow:hidden;
}
@media (max-width: 1199px) {
  .social__list li a {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .social__list li a {
    font-size: 24px;
    gap: 10px;
    padding: 40px 0;
  }
  
}
@media (max-width: 767px) {
  .social__list li a {
    justify-content: center;
  }
}
.social__list li a i {
  color: var(--theme-text);
  position: relative;
  top: 4px;
  transition: all 0.3s ease;
}
.social__list li a:hover {
  color: var(--color1);
}
.social__list li a:hover i {
  color: var(--color1);
  animation: bounceIn 1s linear;
  animation-duration: 1s;
}
.social__list li + li {
  position: relative;
}
.social__list li + li::before {
  position: absolute;
  left: -36%;
  top: 0;
  width: 1px;
  height: 100%;
  content: "";
  background-color: var(--theme-border-color);
}
@media (max-width: 1199px) {
  .social__list li + li::before {
    left: -20%;
  }
}
@media (max-width: 991px) {
  .social__list li + li::before {
    left: -15%;
  }
}
@media (max-width: 767px) {
  .social__list li + li::before {
    width: 100%;
    height: 1px;
    left: 0;
  }
}

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
body {
  font-family: var(--theme-font);
  color: var(--theme-text);
  font-size: 16px;
  line-height: 1.625;
  font-weight: 400;
  background-color:rgba(var(--theme-gray-rgb), .8);
}

body.locked {
  overflow: hidden;
}

a {
  color: var(--color1);
  transition: all 400ms ease;
}

a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--theme-heading-font, "Montserrat", sans-serif);
  color: var(--theme-black);
}
@media (max-width: 575px) {
  h1 br,
  h2 br,
  h3 br,
  h4 br,
  h5 br,
  h6 br {
    display: none;
  }
}

@media (max-width: 575px) {
  p br {
    display: none;
  }
}

::placeholder {
  color: inherit;
  opacity: 1;
}

.background-base {
  background-color: var(--color1);
}

.background-gray {
  background-color: var(--theme-gray);
}

.background-black {
  background-color: var(--theme-black);
}

.background-black-2 {
  background-color: var(--color2);
}

.rofiex-text-dark {
  color: var(--theme-text-dark);
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  /*overflow: hidden;*/
}

.container-fluid,
.container {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.row {
  --bs-gutter-x: 30px;
}

.gutter-y-10 {
  --bs-gutter-y: 10px;
}

.gutter-y-15 {
  --bs-gutter-y: 15px;
}

.gutter-y-20 {
  --bs-gutter-y: 20px;
}

.gutter-y-30 {
  --bs-gutter-y: 30px;
}

.gutter-y-60 {
  --bs-gutter-y: 60px;
}

.rofiex-btn {
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  background-color: var(--color1);
  color: var(--theme-white);
  font-size: 14px;
  font-weight: 500;
  border-radius: var(--theme-border-radius);
  padding: 12px 26px;
  transition: 0.4s ease-in-out;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  overflow: hidden;
  text-align: center;
}
.rofiex-btn i {
  font-size: 12px;
  margin-left: 9px;
  color: inherit;
  display: inline-block;
  transition: all 0.2s ease;
}
.rofiex-btn::after {
  content: "";
  background-color: var(--color2);
  position: absolute;
  bottom: -17px;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "";
  width: 27px;
  height: 27px;
  border-radius: 50%;
  z-index: -1;
  transition: all 0.5s ease;
}
@media(min-width:992px){
    .rofiex-btn {
        padding: 14px 32px;
        font-size: 16px;
        font-weight: 600;
    }
}
.rofiex-btn:hover {
  color: var(--theme-white);
}
.rofiex-btn:hover i {
  transform: rotate(45deg);
}
.rofiex-btn:hover:after {
  width: 100%;
  height: calc(100% + 30px);
  border-radius: var(--theme-border-radius);
}

.tabs-box .tabs-content .tab:not(.active-tab) {
  display: none;
}



.tns-outer .tns-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.tns-outer .tns-controls button {
  width: 45px;
  height: 45px;
  border: 2px solid #f4f4f4;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--theme-text);
  border-radius: 50%;
  margin-left: 5px;
  margin-right: 5px;
}

.block-title {
  margin-top: -8px;
  margin-bottom: 50px;
}
.block-title__decor {
  width: 21px;
  height: 14px;
  background-image: url(../images/shapes/leaf-1-1.html);
  background-repeat: no-repeat;
  background-position: top center;
  display: inline-block;
  line-height: 1;
  margin-bottom: -5px;
  position: relative;
  top: -7px;
}
.block-title p {
  margin: 0;
  color: var(--theme-text);
  font-size: 16px;
  line-height: 1;
  margin-bottom: 7px;
}
@media (min-width: 768px) {
  .block-title p {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .block-title p {
    font-size: 20px;
  }
}
.block-title h3 {
  margin: 0;
  font-size: 35px;
  color: var(--theme-black);
}
@media (min-width: 768px) {
  .block-title h3 {
    font-size: 42px;
  }
}
@media (min-width: 992px) {
  .block-title h3 {
    font-size: 50px;
  }
}

.ul-list-one {
  margin-bottom: 0;
}
.ul-list-one li {
  position: relative;
  padding-left: 45px;
  font-size: 16px;
  font-weight: 500;
  color: var(--theme-black);
}
@media (min-width: 481px) {
  .ul-list-one li {
    font-size: 20px;
  }
}
.ul-list-one li::before {
  content: "\e907";
  color: var(--color1);
  font-size: 26px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-family: "azino-icon";
}
video{
    max-width:100%;
    border-radius:var(--theme-border-radius);
}

/* scroll to top */
.scroll-top {
  position: fixed;
  right: 100px;
  bottom: 80px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  border-radius: 50%;
  background-color: var(--color1);
  z-index: 99;
  opacity: 0;
  padding: 6px;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  border:1px solid #fff;
}
@media(max-width:767px){
    .scroll-top {
        right: 20px;
        bottom: 75px;
    }
}
.scroll-top--active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.scroll-top::after {
  position: absolute;
  content: "\e94c";
  font-family: "icomoon" !important;
  text-align: center;
  line-height: 50px;
  font-size: 15px;
  transform: rotate(-90deg);
  color: #fff;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  display: block;
  z-index: 99;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.scroll-top__circle path {
  stroke: #fff;
  stroke-width: 4;
  fill: none;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.sec-title {
  position: relative;
  line-height: 1;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .sec-title {
    padding-bottom: 50px;
    margin-top: -2px;
  }
}
.sec-title__tagline {
  margin: 0;
  color: var(--color2);
  text-transform: uppercase;
  font-family: var(--theme-font);
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  line-height: 1em;
  margin-bottom: 14px;
}

.video-one .sec-title__tagline{
      color:#fff;
}  
@media (min-width: 768px) {
  .sec-title__tagline {
    font-size: 16px;
  }
  .video-one .sec-title__tagline {
      font-size:20px;
      
  }
}

.sec-title__title {
  margin: 0;
  font-size: 28px;
  line-height: 40px;
  font-weight: 700;
  margin: 0;
}
@media (min-width: 768px) {
  .sec-title__title {
    font-size: 35px;
    line-height: 46px;
  }
  .video-one .sec-title__title {
      font-size: 46px;
      line-height:normal;
  }
  
}
@media(max-width:767px){
    .video-one .sec-title__title {
        font-size: 32px;
    }
}
.sec-title__title--white {
  color: var(--theme-white);
}



/*--------------------------------------------------------------
# Cards
--------------------------------------------------------------*/
.video-one {
  position: relative;
  display:flex;
  align-items:center;
  padding-bottom:0;
}
section.video-one video {
    border-radius: 0;
}
.video-one__bg video {
  width: 100%;
  height: 100%;
  object-fit:cover;
  display:flex;
}

@media (min-width:992px) {
    .video-one {
        min-height:650px;
        padding: 120px 0;
    }
    .video-one__bg::after {
        position: absolute;
        width: 100%;
          height: 100%;
          left: 0;
          top: 0;
          /*background-image: linear-gradient(90deg, rgb(39, 37, 42) 6%, rgba(39, 37, 42, 0) 100%);*/
          /*background-color:#0008;*/
          content: "";
    }
    .video-one__bg video {
        position: absolute;
        top: 0;
        left: 0;
    }
    .video-one__content__text {
        font-size:18px;
    }
    .video-one__content {
        height:100%;
    }
}

@media (max-width: 991px) {
  .video-one {
    flex-direction:column;
    
  }
  .video-one .sec-title__title--white,
  .video-one .video-one__content__text{
      /*color:var(--theme-black);*/
  }
  .video-one .sec-title__title--white{
      font-size:28px;
  }
  .video-one__content {
    padding:40px 10px 0;   
  }
  .video-one__bg video {
      min-height:350px;
  }
}

.video-one__content {
  position: relative;
  padding: 30px;
    background-color: #0006;
    border-radius: var(--theme-border-radius);
}
.video-one__content .sec-title {
  padding-bottom: 25px;
}
.sidebar__single.home_bform{
    background-color:#0006;
    padding:30px;
}
@media (max-width: 991px) {
  .video-one__content .sec-title-two__title br {
    display: none;
  }
  .sidebar__single.home_bform {
    margin-top:30px;
    padding:20px;
    margin-bottom:30px;
  }
  .video-one__content {
      padding:20px;
  }
  .sec-title__tagline{
      margin-bottom:10px;
      line-height:normal;
  }
  .video-one__content .sec-title{
      padding-bottom:15px;
  }
  
  .home_bform .sidebar__search input[type=search], .home_bform .sidebar__search input[type=text], .home_bform .sidebar__search input[type=email], .home_bform .sidebar__search textarea{
      height:40px !important;
  }
  
}

.video-one__content__text {
  color: var(--theme-white);
  font-weight: 400;
  line-height: 30px;
  margin: 0 0 36px;
}
@media (max-width: 991px) {
  .video-one__content__text br {
    display: none;
  }
}
.video-one__content .rofiex-btn::after {
  background-color: var(--theme-white);
}
.video-one__content .rofiex-btn:hover {
  color: var(--color1);
}

/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/
.form-one__group {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px 12px;
  margin: 0;
}
@media (min-width: 576px) {
  .form-one__group {
    grid-template-columns: repeat(2, 1fr);
  }
}
.form-one__control {
  border: none;
  width: auto;
  height: auto;
  border-radius: 0;
  padding: 0;
  position: relative;
}
.form-one__control label,
.sidebar-content label{
  display: block;
  font-size: 14px;
  margin:  8px 0;
  font-weight: 500;
}
.form-one__control label.error,
.sidebar-content label.error{
    color:red;
    display:none !important;
}
.form-one__control input.error,
.form-one__control textarea.error,
.sidebar-content input.error,
.sidebar-content textarea.error{
    border-color:red !important;
}
.form-one__control__icon {
  position: absolute;
  bottom: 17px;
  right: 20px;
  font-size: 16px;
}
.form-one__control--full {
  grid-column-start: 1;
  grid-column-end: -1;
}


.form-one input[type=text],
.form-one input[type=tel],
.form-one input[type=email],
.form-one textarea {
  display: block;
  width: 100%;
  height: 50px;
  background-color: var(--theme-gray);
  color: var(--theme-text);
  font-size: 16px;
  font-weight: 400;
  /*border: none;*/
  outline: none;
  padding-left: 15px;
  padding-right: 15px;
}
.form-one textarea {
  height: 135px;
  padding-top: 15px;
}
.offer-section .form-one input,
.offer-section .form-one textarea{
    background-color:#fff;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.main-footer {
  position: relative;
  counter-reset: count;
  margin-top: 76px;
  padding: 74px 0 0;
}
.main-footer--two {
    margin-top: 0;
    padding-top: 70px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
@media (max-width: 1199px) {
  .main-footer--two {
    padding-top: 70px;
  }
}
.main-footer--two .main-footer__bottom {
  margin-top: 50px;
}
@media (max-width: 1199px) {
  .main-footer--two .main-footer__bottom {
    margin-top: 40px;
  }
}


.main-footer .container {
  position: relative;
}
.main-footer__bottom {
  position: absolute;
  bottom: 0;
  text-align: center;
  z-index: 2;
  position: relative;
  padding: 9px 0;
  background-color: var(--color1);
  clip-path: polygon(3% 0%, 97% 0%, 100% 100%, 0% 100%);
  margin-top: 28px;
}
.main-footer__copyright {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: var(--theme-white);
  padding:0 1rem;
}
.main-footer__copyright a{
    color:#fff;
    
}
.main-footer__copyright a:hover{
    text-decoration:underline;
}
.main-footer__shape-1 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.main-footer__shape-2 {
  position: absolute;
  right: 0;
  bottom: 0;
  animation: zumpBottom 2s linear infinite;
}
@media (max-width: 1200px) {
  .main-footer__shape-2 {
    display: none;
  }
}

.footer-widget {
    margin-bottom: 40px;
    z-index: 9;
    position: relative;
}

.footer-widget__title {
  font-size: 24px;
  font-weight: 600;
  color: var(--theme-white);
  text-transform: capitalize;
  margin: 0 0 20px;
}

@media (max-width: 1028px) {
  .footer-widget__title--ml-18 {
    margin-left: 0px;
  }
}
.footer-widget__info {
  margin-top: -10px;
  margin-bottom: -13px;
}
.footer-widget__info li {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  color: var(--theme-white);
  font-weight: 400;
  line-height: 30px;
}
.footer-widget__links li {
  margin-bottom: 10px;
}

@media (max-width: 1028px) {
  .footer-widget__links {
    list-style: none;
  }
}
.footer-widget__links li {
  font-size: 16px;
  color: var(--theme-white);
    list-style: none;
}
.footer-widget__links li a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.footer-widget__links li a:hover {
  background-size: 100% 1px;
}
.footer-widget__links li a:hover {
  color: #fff;
}

.footer-widget--post__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.footer-widget--post__title a:hover {
  background-size: 100% 1px;
}
.footer-widget--post__title a:hover {
  color: var(--color1);
}
.footer-widget__text {
  font-size: 16px;
  color: var(--theme-white);
  line-height: 26px;
  margin: 0 0 31px;
  
}


.footer-widget .list-styled {
    padding-left: 2px;
}
.footer-widget__links li i {
    color: #fff;
    font-size: 20px;
    vertical-align:middle;
}
ul.list-styled.footer-widget__links.ftr_gt_touch li i {
    font-size: 26px;
}
ul.list-styled.footer-widget__links.ftr_gt_touch li {
    margin-bottom: 15px;
}
ul.list-styled.footer-widget__links.ftr_gt_touch li a i {
    font-size: 24px;
}
ul.list-styled.footer-widget__links.ftr_gt_touch li a address i {
    margin-right: 28px;
}

ul.list-styled.footer-widget__links.ftr_gt_touch li a address {
    margin-bottom: 0 !important;
    margin-left: 5px;
}
section.cta-one.our_new_sec {
    padding: 0;
}
section.faq-one.our_new_sec {
    padding: 0;
    background-color:#0001;
}

section.our_new_sec {
    padding: 40px 0;
}
@media(min-width:992px){
    section.our_new_sec {
        padding: 70px 0;
    }   
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact-one {
  position: relative;
  background-color:#fff;
}
.contact-one__bg {
  /*position: absolute;
  right: 0;
  top: 0;
  height: 400px;
  width: 100%;
  background-color: var(--theme-white);*/
}
@media (max-width: 767px) {
  .contact-one {
    padding: 80px 0;
  }
}
.contact-one__image {
  position: relative;
  
}

.contact-one__image img {
  width: 100%;
  height: auto;
}
.contact-one__info {
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
    border: 1px solid var(--theme-border-color);
    border-radius: var(--theme-border-radius);
    height: 100%;
}
@media(min-width:1200px){
    .contact-one__image,
    .contact-one__info{
        max-width: 545px;
    }
}
@media (max-width: 575px) {
  .contact-one__info {
    /*grid-template-columns: repeat(1, 1fr);*/
  }
}
.contact-one__info__item {
  position: relative;
  z-index: 2;
  padding: 37px 15px 37px 87px;
  display: flex;
    flex-direction: column;
    justify-content: center;
}
.contact-one__info__item:not(:last-child){
    border-bottom: 1px solid var(--theme-border-color);
}
.contact-one__info__item:nth-child(1) {
  /*border-right: 2px solid var(--theme-border-color);*/
  /*border-bottom: 2px solid var(--theme-border-color);*/
}
@media (max-width: 575px) {
  .contact-one__info__item:nth-child(1) {
    /*border-right: none;*/
  }
}
.contact-one__info__item:nth-child(2) {
  /*border-bottom: 2px solid var(--theme-border-color);*/
}
.contact-one__info__item:nth-child(3) {
  /*border-right: 2px solid var(--theme-border-color);*/
}
@media (max-width: 575px) {
  .contact-one__info__item:nth-child(3) {
    /*border-right: none;
    border-bottom: 2px solid var(--theme-border-color);*/
  }
}
.contact-one__info__item::after {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 18px);
  height: calc(100% - 18px);
  content: "";
  background-color: var(--color1);
  opacity: 0;
  transform: scale(0.8);
  transition: all 400ms ease;
  z-index: -1;
  border-radius: var(--theme-border-radius);
}
.contact-one__info__item:hover::after {
  opacity: 1;
  transform: scale(1);
}
.contact-one__info__item:hover .contact-one__info__icon,
.contact-one__info__item:hover .contact-one__info__title,
.contact-one__info__item:hover .contact-one__info__text {
  color: var(--theme-white);
}
.contact-one__info__icon {
  font-size: 39px;
  line-height: 39px;
  color: var(--theme-black);
  transition: all 300ms ease;
  position: absolute;
  left: 29px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.contact-one__info__title {
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 1px;
  color:#000;
  transition: all 300ms ease;
}
.contact-one__info__text {
  font-size: 16px;
  font-weight: 500;
  color: var(--theme-black3, #333333);
  margin: 0;
  transition: all 100ms ease;
}
.contact-one__info__text a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.contact-one__info__text a:hover {
  background-size: 100% 1px;
}
.contact-one__form {
  padding: 45px 30px 35px;
  position: relative;
  z-index: 1;
  background-color: var(--theme-white);
  border-radius: var(--theme-border-radius);
  /*filter: drop-shadow(0px 4px 12.5px rgba(0, 0, 0, 0.06));*/
  border:1px solid var(--theme-border-color);
  overflow: hidden;
}
.contact-one__form form{
    animation-name:none;
}
@media(min-width:1200px){
    .contact-one__form {
        width:500px;
        margin-left:auto;
        
    }
}
@media (max-width: 1199px) {
  .contact-one__form {
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .contact-one__form {
    padding: 65px 15px 45px;
  }
}
.contact-one__form::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100px;
  background-color: var(--color1);
  content: "";
  clip-path: polygon(0% 0%, 100% 0, 100% 100%, 50% 25%, 0% 100%);
  background-image: linear-gradient(to right, var(--color1) 50%, var(--color2) 50%);
  z-index: -1;
}
.contact-one__form__title {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 11px;
}
.contact-one__form__text {
  margin-bottom: 20px;
  text-align: center;
}
.contact-one__form.form-one .bootstrap-select > .dropdown-toggle, .contact-one__form.form-one input[type=text], .contact-one__form.form-one input[type=tel], .contact-one__form.form-one input[type=email], .contact-one__form.form-one textarea {
  height: 50px;
  background-color: transparent;
  border: 1px solid var(--theme-border-color);
  border-radius: var(--theme-border-radius);
  
}
.contact-one__form.form-one textarea{
    height:auto;
    min-height:150px;
}
.contact-one__form .form-one__group {
  gap: 30px;
}
.contact-one__form .rofiex-btn {
  width: 100%;
  border-radius: var(--theme-btn-radius);
}

.contact-two {
  position: relative;
  padding: 0 0;
}
.contact-two__bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 70%;
  height: 100%;
  background-color: var(--theme-gray);
}
@media (max-width: 991px) {
  .contact-two__bg {
    width: 100%;
  }
}
.contact-two__image {
  position: relative;
}
.contact-two__image img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .contact-two__image img {
    min-height: 344px;
    object-fit: cover;
  }
}
.contact-two__form {
  position: relative;
  padding: 65px 0;
}
@media (min-width: 1200px) {
  .contact-two__form {
    padding-left: 10px;
  }
}
@media (min-width: 576px) {
  .contact-two__form .form-one__group {
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
  }
}
.contact-two .form-one .bootstrap-select > .dropdown-toggle,
.contact-two .form-one input[type=text],
.contact-two .form-one input[type=tel],
.contact-two .form-one input[type=email],
.contact-two .form-one textarea {
  background-color: var(--theme-white);
  height: 50px;
  padding-left: 20px;
  font-weight: 500;
}
.contact-two .form-one__control__icon {
  bottom: 12px;
  font-size: 14px;
}
.contact-two .form-one .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
}
.contact-two .rofiex-btn {
  width: 100%;
  border-radius: 0;
}



/*--------------------------------------------------------------
# Navigations
--------------------------------------------------------------*/
.main-header {
  background-color: var(--theme-white);
  position: relative;
  width: 100%;
  z-index: 9;
  padding: 0 100px;
}
@media (max-width: 1800px) {
  .main-header {
    padding: 0 30px;
  }
}
@media (max-width: 1300px) {
  .main-header {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .main-header {
    padding-left: 0;
  }
}

.main-header__inner {
  position: relative;
  padding-left: 31%;
}
@media (max-width: 1800px) {
  .main-header__inner {
    padding-left: 27%;
  }
}
@media (max-width: 1300px) {
  .main-header__inner {
    padding-left: 31%;
  }
}
@media (max-width: 1199px) {
  .main-header__inner {
    padding-left: 370px;
  }
}
@media (max-width: 767px) {
  .main-header__inner {
    padding-left: 280px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.main-header__logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 20%;
  height: 101%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color1);
  clip-path: polygon(0 0, 100% 0, 88% 100%, 12% 100%);
  
}
@media (max-width: 1800px) {
  .main-header__logo {
    width: 24%;
  }
}
@media (max-width: 1300px) {
  .main-header__logo {
    width: 330px;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
  }
}
@media (max-width: 767px) {
  .main-header__logo {
    width: 250px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
  .main-header__logo img {
    max-width: 200px;
  }
}
.main-header__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .main-header__bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.main-header__btn {
  margin-left: 40px;
}
@media (max-width: 1500px) {
  .main-header__btn {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .main-header__btn {
    display: none;
  }
}
.main-header__btn.rofiex-btn:hover i {
  transform: none;
}
.main-header__right {
  display: flex;
  align-items: center;
}
.main-header__call {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-left: 20px;
}
@media (max-width: 1450px) {
  .main-header__call {
    display: none;
  }
}
.main-header__call__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  font-size: 18px;
  color: var(--theme-white);
  background-color: var(--color1);
}
.main-header__call__text {
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  color: var(--color2);
  text-transform: uppercase;
  margin: 0;
}
.main-header__call__text a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.main-header__call__text a:hover {
  background-size: 100% 1px;
}
.main-header__call__text a:hover {
  color: var(--color1);
}



.sticky-header--cloned {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  top: 0;
  background-color: var(--theme-white);
  transform: translateY(-100%);
  box-shadow: 0px 3px 18px rgba(var(--theme-black-rgb, 0, 0, 0), 0.07);
  transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  visibility: hidden;
  transition: transform 500ms ease, visibility 500ms ease;
}
.sticky-header--cloned.active {
  transform: translateY(0%);
  visibility: visible;
}
.sticky-header--cloned::after,
.sticky-header--cloned .main-header__topbar {
  display: none;
}

.mobile-nav__btn {
  width: 24px;
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  cursor: pointer;
  z-index: 3;
}
@media (max-width: 1199px) {
  .mobile-nav__btn {
    margin-left: -50px;
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .mobile-nav__btn {
    margin-left: -40px;
    margin-right: 10px;
  }
}
@media (min-width: 1200px) {
  .mobile-nav__btn {
    display: none;
  }
}
.mobile-nav__btn span {
  width: 100%;
  height: 2px;
  background-color: var(--theme-black);
}
.mobile-nav__btn span:nth-child(2) {
  margin-top: 4px;
  margin-bottom: 4px;
}

.main-menu {
  /* after third level no menu */
}
.main-menu .main-menu__list,
.main-menu .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  align-items: center;
  display: none;
}
@media (min-width: 1200px) {
  .main-menu .main-menu__list,
  .main-menu .main-menu__list ul {
    display: flex;
  }
}
.main-menu .main-menu__list > li {
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;
}
.main-menu .main-menu__list > li.dropdown > a {
  position: relative;
}

.main-menu .main-menu__list > li + li {
  margin-left: 42px;
}
@media (max-width: 1590px) {
  .main-menu .main-menu__list > li + li {
    margin-left: 30px;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .main-menu .main-menu__list > li + li {
    margin-left: 24px;
  }
}
.main-menu .main-menu__list > li > a {
  font-size: 20px;
  display: flex;
  align-items: center;
  color: var(--theme-black3, #333333);
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
  transition: all 500ms ease;
}
.main-menu .main-menu__list > li.current > a,
.main-menu .main-menu__list > li:hover > a {
  color: var(--color1);
  text-shadow: 0 0 0.5px currentColor;
}
.main-menu .main-menu__list li ul {
  position: absolute;
  top: 100%;
  left: -25px;
  min-width: 270px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  transform-origin: top center;
  transform: scaleY(0) translateZ(100px);
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  z-index: 99;
  background-color: var(--theme-white);
  box-shadow: 0px 10px 60px 0px RGBA(var(--theme-white-rgb, 255, 255, 255), 0.07);
  padding: 15px 20px 11px;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}
.main-menu .main-menu__list li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1) translateZ(0px);
}
.main-menu .main-menu__list > .megamenu {
  position: static;
}
.main-menu .main-menu__list > .megamenu > ul {
  top: 100% !important;
  left: -130px !important;
  right: 0 !important;
  background-color: transparent;
  box-shadow: none;
  padding: 0;
}
.main-menu .main-menu__list li ul li {
  flex: 1 1 100%;
  width: 100%;
  position: relative;
}
.main-menu .main-menu__list li ul li > a {
  font-size: 15px;
  line-height: 26px;
  color: var(--theme-text);
  font-weight: 500;
  display: flex;
  text-transform: capitalize;
  padding: 8px 20px;
  transition: 400ms;
  margin-bottom: 4px;
}
.main-menu .main-menu__list li ul li > a::after {
  position: absolute;
  right: 20px;
  top: 8px;
  border-radius: 0;
  font-size: 6px;
  font-weight: 700;
  font-family: "Font Awesome 5 Free";
  content: "\f111";
  color: var(--color1);
  visibility: hidden;
  opacity: 0;
  transition: all 500ms ease;
  transform: scale(0);
}
.main-menu .main-menu__list li ul li.current > a,
.main-menu .main-menu__list li ul li:hover > a {
  background-color: var(--theme-gray);
  color: var(--color1);
}
.main-menu .main-menu__list li ul li.current > a::after,
.main-menu .main-menu__list li ul li:hover > a::after {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.main-menu .main-menu__list li ul li > ul {
  top: 0;
  left: calc(100% + 20px);
}
.main-menu .main-menu__list li ul li > ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}
.main-menu .main-menu__list li ul li > ul ul {
  display: none;
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .main-menu__list li:nth-last-child(1) ul li > ul,
  .main-menu__list li:nth-last-child(2) ul li > ul {
    left: auto;
    right: calc(100% + 20px);
  }
}
/*--------------------------------------------------------------
# Megamenu Popup
--------------------------------------------------------------*/
.mobile-nav__container .main-menu__list > .megamenu.megamenu-clickable > ul,
.main-menu .main-menu__list > .megamenu.megamenu-clickable > ul,
.stricky-header .main-menu__list > .megamenu.megamenu-clickable > ul {
  position: fixed;
  top: 0 !important;
  left: 0 !important;
  width: 100vw;
  height: 100vh;
  visibility: visible;
  overflow-y: scroll;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  transition: transform 0.7s ease, opacity 0.7s ease, visibility 0.7s ease;
  z-index: 999999;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: scroll;
  padding: 0;
  background-color: var(--theme-white);
  display: block !important;
  margin: 0;
}

.main-menu__list > li.megamenu-clickable > ul::-webkit-scrollbar {
  display: none;
}

.mobile-nav__container .main-menu__list > .megamenu.megamenu-clickable > ul.megamenu-clickable--active,
.main-menu .main-menu__list > .megamenu.megamenu-clickable > ul.megamenu-clickable--active,
.stricky-header .main-menu__list > .megamenu.megamenu-clickable > ul.megamenu-clickable--active {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
  visibility: visible;
  transition: transform 0.7s ease, opacity 0.7s ease, visibility 0.7s ease;
}

body.megamenu-popup-active {
  overflow: hidden;
}

body.megamenu-popup-active .stricky-header {
  bottom: 0;
}

body.megamenu-popup-active .mobile-nav__content {
  overflow: unset;
}

.mobile-nav__content .demo-one .container {
  padding-left: 15px;
  padding-right: 15px;
}

.megamenu-popup {
  position: relative;
}
.megamenu-popup .megamenu-clickable--close {
  position: absolute;
  top: 18px;
  right: 20px;
  display: block;
  color: var(--theme-black);
}
@media (min-width: 1300px) {
  .megamenu-popup .megamenu-clickable--close {
    top: 38px;
    right: 40px;
  }
}
.megamenu-popup .megamenu-clickable--close:hover {
  color: var(--color1);
}
.megamenu-popup .megamenu-clickable--close span {
  width: 24px;
  height: 24px;
  display: block;
  position: relative;
  color: currentColor;
  transition: all 500ms ease;
}
.megamenu-popup .megamenu-clickable--close span::before, .megamenu-popup .megamenu-clickable--close span::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: currentColor;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.megamenu-popup .megamenu-clickable--close span::after {
  transform: translate(-50%, -50%) rotate(45deg);
}




/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials-one {
  position: relative;
  z-index: 1;
  padding: 120px 0;
}
.py120 {
    padding: 40px 0;      
}
.our-service-one-ul {
    display: grid;
    grid-template-columns: auto;
    gap: 20px;
    list-style:none;
    margin-bottom:30px;
    padding-left:0;
}
.our-service-one-ul li{
    background-color:#fff;
    box-shadow:0 0 10px 0 #0001;
    display:flex;
    align-items:center;
    border-radius:var(--theme-border-radius);
    overflow:hidden;
}
.our-service-one-ul li span img {
    transition: all 500ms ease;
    transform: scale(1);
}
.our-service-one-ul li:hover span img {
    transform: scale(0.9);
}
.our-service-one-ul li span {
    background-color: var(--color1);
    display: inline-block;
    padding: 6px;
    margin-right:8px;
}
.our-service-one-ul li:hover span{
    background-color:var(--color2)
}
.our-service-one-ul li:hover a{
    color:var(--color2);
}
.our-service-one-ul li a{
    
    font-weight:500;
    display: inline-block;
    vertical-align: middle;
    padding:8px;
    padding-left:0;
}
.our-service-one-ul li span img{
    width:50px
}
@media(min-width:992px){
    .py120 {
        padding: 120px 0;      
    }
    .our-service-one-ul {
        grid-template-columns: auto auto auto;
    }
    .our-service-one-ul li a {
        font-size:18px;
    }
}
@media (max-width: 767px) {
  .testimonials-one {
    padding: 80px 0;
  }
}
.testimonials-one .container {
  max-width: 1730px;
}
.testimonials-one .col-xl-3 {
  width: 25%;
}
@media (max-width: 1499px) {
  .testimonials-one .col-xl-3 {
    width: 33.33333333%;
  }
}
@media (max-width: 1199px) {
  .testimonials-one .col-xl-3 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .testimonials-one .col-xl-3 {
    width: 100%;
  }
}

.testimonials-card {
  transition: all 500ms ease;
  background-color: var(--theme-gray);
  border-radius: var(--theme-border-radius);
  padding: 55px 30px 46px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .testimonials-card {
    padding: 36px 25px 35px;
  }
}
.testimonials-card:hover {
     background-color: var(--color2);
}
.testimonials-card:hover .testimonials-card__name,
.testimonials-card:hover .testimonials-card__designation,
.testimonials-card:hover .testimonials-card__content {
  color: var(--theme-white);
}
.testimonials-card:hover .testimonials-card__image {
  border-color: var(--theme-white);
}
.testimonials-card:hover .testimonials-card__shape {
  visibility: hidden;
  opacity: 0;
}
.testimonials-card:hover .testimonials-card__shape-hover {
  visibility: visible;
  opacity: 1;
}
.testimonials-card__shape {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto;
  transition: all 400ms ease;
}
.testimonials-card__shape-hover {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto;
  transition: all 400ms ease;
  visibility: hidden;
  opacity: 0;
}
.testimonials-card__image {
  width: 88px;
  height: 88px;
  position: absolute;
  border: 5px solid var(--color1);
  border-radius: 0 0 50px 50px;
  overflow: hidden;
  border-top: none;
  z-index: 1;
  right: 50px;
  top: 0;
  transition: all 300ms ease;
}
@media (max-width: 400px) {
  .testimonials-card__image {
    right: 25px;
  }
}
.testimonials-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonials-card__name {
  margin: 0;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 11px;
  transition: all 300ms ease;
  color:#000;
}
.testimonials-card__designation {
  display: block;
  margin: 0 0 23px;
  line-height: 1;
  transition: all 300ms ease;
}
.testimonials-card__content {
  margin: 0 0 26px;
  /*font-style: italic;*/
  
  transition: all 300ms ease;
}
.testimonials-card__rating {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  transition: all 300ms ease;
  color: #f6b62b;
  font-size: 22px;
  letter-spacing: 11px;
}

@media(min-width:992px){
    .testimonials-card__name {
        font-size: 22px;
    }
    .testimonials-card__content {
        font-size:20px;
    }
}
/*--------------------------------------------------------------
# CTA
--------------------------------------------------------------*/
.cta-one {
  position: relative;
}
.cta-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.cta-one__bg::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  /*background-image: linear-gradient(90deg, rgba(var(--theme-base-rgb, 254, 87, 79), 1) 0%, rgba(var(--theme-base-rgb, 254, 87, 79), 0.6) 100%);*/
  background-color:var(--color1);
  opacity:.8;
}
.cta-one__content {
  position: relative;
  z-index: 1;
  padding: 40px 0;
}
@media(min-width:992px){
    .cta-one .row{
        align-items:center;
    }
}


.cta-one__content .sec-title {
  padding-bottom: 30px;
}
.cta-one__content .sec-title__tagline {
  color: var(--theme-white);
}
.cta-one__content .sec-title__title {
  color: var(--theme-white);
}
.cta-one__content .rofiex-btn {
  background-color: transparent;
  color: var(--theme-white);
  border: 1px solid var(--theme-white);
}
.cta-one__content .rofiex-btn::after {
  background-color: var(--theme-white);
}
.cta-one__content .rofiex-btn:hover {
  color: var(--color1);
}
.cta-one__image {
  position: relative;
  z-index: 1;
  text-align: right;
  padding: 0 100px 0 0;
}
@media (max-width: 991px) {
  .cta-one__image {
    text-align: center;
    padding: 0 0 0;
  }
}
.cta-one__image__bg {
  position: absolute;
  z-index: -1;
  right: -200px;
  top: 0;
  width: 730px;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 991px) {
  .cta-one__image__bg {
    display: none;
  }
}
.cta-one__image img {
  max-width: none;
  height: auto;
  animation: movebounce2 3s linear 0s infinite;
}
@media (max-width: 767px) {
  .cta-one__image img {
    max-width: 100%;
  }
}
.cta-one--service-details {
  position: relative;
}
@media (max-width: 991px) {
  .cta-one--service-details {
    padding-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .cta-one--service-details {
    padding-bottom: 50px;
  }
}
.cta-one--service-details .cta-one__bg::after {
  background: rgba(var(--theme-black-rgb, 0, 0, 0), 0.7);
}
.cta-one--service-details .cta-one__content .rofiex-btn {
  border: none;
  background-color: var(--color1);
}

.cta-two {
  position: relative;
  background-color: var(--color2);
  padding: 78px 0;
  overflow: hidden;
}
.cta-two__shape {
  position: absolute;
  right: 0;
  top: 0;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 100%;
  animation: movebounce2 3s linear 0s infinite;
}
@media (max-width: 1199px) {
  .cta-two__shape {
    display: none;
  }
}
.cta-two__bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 16.1%;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
}
@media (max-width: 1600px) {
  .cta-two__bg {
    display: none;
  }
}
.cta-two__content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
}
@media (max-width: 991px) {
  .cta-two__content {
    flex-direction: column;
    gap: 30px;
  }
}
.cta-two__content__title {
  color: var(--theme-white);
  font-size: 40px;
  line-height: 55px;
  font-weight: 700;
  margin: 0;
}
@media (max-width: 1199px) {
  .cta-two__content__title {
    font-size: 28px;
    line-height: normal;
  }
}
.cta-two__content__info{
    padding: 26px 40px 26px;
}
@media (max-width: 991px) {
  .cta-two__content__title {
    text-align: center;
  }
  .cta-two__content__info {
      padding:20px;
  }
}
.cta-two__content__info {
  position: relative;
  display: flex;
  align-items: center;
  background-color: var(--theme-white);
  border-radius: var(--theme-border-radius);
  gap: 20px;
}
.cta-two__content__info i {
  font-size: 39px;
  line-height: 39px;
  color: var(--theme-black);
  flex-shrink: 0;
  display: inline-block;
  transition: all 500ms ease;
  transform: scale(1);
}
.cta-two__content__info:hover i {
  transform: scale(0.9);
}
.cta-two__content__info__title {
  margin: 0 0 5px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
.cta-two__content__info__text {
  margin: 0;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
}
.cta-two__content__info__text a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95% / 0px 1px no-repeat;
    transition: all 500ms ease;
    font-size: 24px;
    color: var(--color2);
    font-weight: 600;
}
.cta-two__content__info__text a:hover {
  background-size: 100% 1px;
  color: var(--color1);
}

.tab-section {
  position: relative;
  /*border-top: 1px solid var(--theme-border-color);*/
  
}

.tab-section__btns {
  position: relative;
  margin: 0 0 40px;
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  background-color:rgba(var(--theme-gray-rgb), .8);
  border-radius:var(--theme-border-radius);
}
.tab-section__btns li {
  display: inline-block;
  /*width: 100%;*/
  flex:1;
  position: relative;
  text-align: center;
  font-family: var(--theme-heading-font);
  font-size: 22px;
  color: var(--theme-black);
  font-weight: 700;
  text-transform: uppercase;
  padding: 30px 20px;
  cursor: pointer;
  transition: all 500ms ease;
}

@media(min-width:992px){
    .tab-section__btns li:not(:last-child) {
        margin-right:20px;
    }
    .tab-section__btns {
        margin: 0 0 50px;
    }
    
    .tabs-box .row{
        align-items:center;
    }
}
@media (max-width: 767px) {
    .tab-section__btns {
        margin: 0 0 40px;
    }
  .tab-section__btns {
    /*flex-direction: column;*/
    /*gap: 12px;*/
  }
  .tab-section__btns li {
      font-size: 12px;
      padding: 10px;
      flex:1;
      text-transform: capitalize;
      font-weight:500;
  }
  .cta-two__content__info__text a{
      font-size:18px;
  }
  
}

.tab-section__btns li:hover, .tab-section__btns li.active-btn {
  background-color: var(--color2);
  /*box-shadow: 0px 10px 32px 0px rgba(0, 0, 0, 0.07);*/
  color:#fff;
  border-radius:var(--theme-border-radius);
}
.tab-section__btns li:hover::after, .tab-section__btns li.active-btn::after {
  visibility: visible;
  opacity: 1;
  bottom: -44px;
}
@media (max-width: 767px) {
  .tab-section__btns li:hover::after, .tab-section__btns li.active-btn::after {
    bottom: -24px;
  }
}
.tab-section__image {
  position: relative;
}
.tab-section__image img {
  max-width: 100%;
  height: auto;
  border-radius:var(--theme-border-radius);
}
.tab-section__content {
  position: relative;
}
.tab-section__content__list li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 18px;
  line-height: 29px;
  font-weight: 600;
  color: var(--theme-black);
  text-transform: capitalize;
  font-family: var(--theme-heading-font);
}
@media (max-width: 991px) {
  .tab-section__content {
    margin-top: 0;
  }
  .tab-section__content__list li{
      
      font-size: 16px;
      font-weight: 500;
  }
  .tab-section__content__list__icon{
      margin-bottom:10px;
  }
  .tab-section__content__list {
      margin-bottom:20px !important;
  }
}
.tab-section__content__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  margin: 0 0 13px;
}
.tab-section__content__text {
  font-weight: 500;
  line-height: 30px;
  margin: 0 0 30px;
}
.tab-section__content__list {
  margin: 0 0 45px;
  padding: 0;
  list-style: none;
}

.tab-section__content__list li:hover .tab-section__content__list__icon {
  background-color: var(--color2);
}
.tab-section__content__list li:hover .tab-section__content__list__icon img {
  transform: rotateY(180deg);
}
.tab-section__content__list li + li {
  border-top: 1px solid var(--theme-border-color);
  margin-top: 20px;
  padding-top: 20px;
}
.tab-section__content__list__icon {
  width: 72px;
  height: 72px;
  background-color: var(--color1);
  flex-shrink: 0;
  border-radius: var(--theme-border-radius);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: var(--theme-white);
  transition: all 0.4s ease;
}
.tab-section__content__list__icon img {
  display: inline-block;
  top: -5px;
  transition: all 0.5s ease;
}



/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar__single,
.service-details__content{
  position: relative;
  /*background-color: var(--theme-gray);*/
  background-color:#bbcad924;
  padding: 20px;
  border-radius:var(--theme-border-radius);
}

.service-details__content img{
  border-radius:var(--theme-border-radius);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar__single {
    padding: 30px 20px;
  }
}
.sidebar__single + .sidebar__single {
  margin-top: 30px;
}
.sidebar__title {
  margin: 0;
  margin-top: -4px;
  margin-bottom: 1.25rem;
  padding-bottom: 8px;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
  position: relative;
  display: inline-block;
}
.sidebar__title::after {
  content: "";
  width: 50%;
  height: 3px;
  background-color: var(--color1);
  position: absolute;
  bottom: 0;
  left: 0;
}

.home_bform .sidebar__title::after {
 background-color:#fff;   
}
.sidebar__search {
  position: relative;
}
.sidebar__search input[type=search],
.sidebar__search input[type=text],
.sidebar__search input[type=email],
.sidebar__search textarea{
  outline: none;
  width: 100%;
  height: 44px;
  background-color: var(--theme-white);
  font-size: 16px;
  color: var(--theme-text);
  /*border: none;*/
  padding-left: 20px;
  padding-right: 20px;
  transition: all 400ms ease;
  border-radius:var(--theme-border-radius);
}
.home_bform .sidebar__search input[type=search],
.home_bform .sidebar__search input[type=text],
.home_bform .sidebar__search input[type=email],
.home_bform .sidebar__search textarea {
    height:44px;
}
.sidebar__search textarea {
    height:auto;
    min-height:100px;
}
.sidebar__search input[type=search]:focus,
.sidebar__search input[type=text]:focus,
.sidebar__search input[type=email]:focus,
.sidebar__search textarea:focus{
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
}
.sidebar__search button[type=submit] {
  border: none;
  outline: none;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  padding: 0;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  width: auto;
  font-size: 20px;
  color: var(--color1);
  transition: all 400ms ease;
}
.sidebar__search button[type=submit]:hover {
  color: var(--theme-black);
}
.sidebar__posts {
  margin-bottom: 0;
}
.sidebar__posts__item {
  display: flex;
  align-items: center;
}
.sidebar__posts__item:not(:last-of-type) {
  margin-bottom: 30px;
}
.sidebar__posts__image {
  flex-shrink: 0;
  margin-right: 20px;
}
.sidebar__posts__title {
  margin: 0;
  text-transform: capitalize;
  color: var(--theme-black);
  font-size: 17px;
  font-weight: bold;
  line-height: 22px;
}
.sidebar__posts__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.sidebar__posts__title a:hover {
  background-size: 100% 1px;
}
.sidebar__posts__title a:hover {
  color: var(--color1);
}
.sidebar__posts__meta {
  line-height: 1em;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  color: var(--theme-text);
  transition: all 500ms ease;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 13px;
}
.sidebar__posts__meta i {
  color: var(--theme-black);
}
.sidebar__categories {
  margin-bottom: -5px;
  margin-top: -10px;
}
.sidebar__categories li {
  font-size: 17px;
  font-weight: 400;
  color: var(--theme-text);
  padding: 0;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  padding-left: 26px;
  transition: all 500ms ease;
  position: relative;
}
.sidebar__categories li::before {
  content: "\e934";
  font-family: "icomoon" !important;
  font-weight: 400;
  transition: all 500ms ease;
  font-size: 15px;
  color: currentColor;
  position: absolute;
  left: 0;
}
.sidebar__categories li a {
  color: inherit;
  transition: all 500ms ease;
}
.sidebar__categories li:hover {
  color: var(--color1);
}
.sidebar__categories li + li {
  margin-top: 10px;
}
.sidebar__tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
}
.sidebar__tags a {
  background-color: var(--theme-white);
  text-transform: capitalize;
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: var(--theme-text);
  transition: all 500ms ease;
  display: inline-flex;
  padding: 1px 20px;
  border: 1px solid var(--theme-border-color);
}
.sidebar__tags a:hover {
  color: var(--theme-white);
  background-color: var(--color1);
  border-color: var(--color1);
}
.sidebar__comments {
  margin-top: -2px;
  margin-bottom: -2px;
}
.sidebar__comments__item {
  display: flex;
  align-items: center;
}
.sidebar__comments__item:not(:last-of-type) {
  margin-bottom: 32px;
}
.sidebar__comments__icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color1);
  font-size: 20px;
  color: var(--theme-white);
  margin-right: 20px;
  border-radius: 50%;
  transition: all 500ms ease;
}
.sidebar__comments__item:hover .sidebar__comments__icon {
  background-color: var(--theme-black);
  color: var(--theme-white);
}
.sidebar__comments__title {
  margin: 0;
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--theme-text);
}
.sidebar__comments__title a {
  color: inherit;
  transition: all 500ms ease;
}
.sidebar__comments__title a:hover {
  color: var(--theme-black);
}

.service-sidebar {
  position: relative;
}

.service-sidebar__single + .service-sidebar__single {
  margin-top: 30px;
}
.service-sidebar__nav {
  margin: 0;
  padding: 30px;
  background-color: var(--theme-gray);
  border-radius:var(--theme-border-radius);
}
.service-sidebar__nav li {
  position: relative;
}
.service-sidebar__nav li a {
  font-family: var(--theme-heading-font, "Montserrat", sans-serif);
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  color: var(--theme-black);
  display: block;
  margin: 0;
  padding: 16px 20px;
  padding-left: 20px;
  background-color: var(--theme-white);
  border-radius: var(--theme-border-radius);
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-left: 65px;
}
.service-sidebar__nav li a::after {
  content: "\e934";
  font-family: "icomoon" !important;
  transition: all 500ms ease;
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 12px;
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color1);
  color: var(--theme-white);
}
.service-sidebar__nav li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: var(--theme-black);
  z-index: -1;
  transform: scale(0, 1);
  perspective: 400px;
  visibility: hidden;
  transition: transform 500ms ease-in-out, visibility 500ms ease-in-out;
  transform-origin: bottom center;
}
.service-sidebar__nav li.current a, .service-sidebar__nav li:hover a {
  color: var(--theme-white);
}
.service-sidebar__nav li.current a::after, .service-sidebar__nav li:hover a::after {
  background-color: var(--theme-white);
  color: var(--color1);
  transform: rotate(-45deg);
}
.service-sidebar__nav li.current a::before, .service-sidebar__nav li:hover a::before {
  transform: scale(1, 1);
  visibility: visible;
  transform-origin: left;
}
.service-sidebar__nav li + li {
  margin-top: 16px;
}
.service-sidebar__contact {
  padding: 147px 25px 144px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  border-radius:var(--theme-border-radius);
}
.service-sidebar__contact::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(var(--theme-black-rgb, 0, 0, 0), 0.7);
  border-radius:var(--theme-border-radius);
}
.service-sidebar__contact__left-triangle {
  position: absolute;
  z-index: 1;
  left: 20px;
  top: 20px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 41px 47px 0 0;
  border-color: var(--color1) transparent transparent transparent;
  transform: rotate(0deg);
}
.service-sidebar__contact__right-triangle {
  position: absolute;
  z-index: 1;
  right: 20px;
  bottom: 20px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 0 41px 47px;
  border-color: transparent transparent var(--color1) transparent;
  transform: rotate(0deg);
}
.service-sidebar__contact__icon {
  position: relative;
  z-index: 1;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  width: 72px;
  height: 72px;
  background-color: var(--theme-white);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 500ms ease;
  margin-bottom: 36px;
}
.service-sidebar__contact__icon i {
  color: var(--color1);
  font-size: 36px;
  transition: color 500ms ease, transform 500ms ease;
  transform: scale(1);
}
.service-sidebar__contact:hover .service-sidebar__contact__icon {
  background-color: var(--color1);
}
.service-sidebar__contact:hover .service-sidebar__contact__icon i {
  transform: scale(0.9);
  color: var(--theme-white);
}
.service-sidebar__contact__number {
  position: relative;
  z-index: 1;
  color: var(--theme-white);
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  letter-spacing: -0.9px;
  margin-bottom: 0;
}
.service-sidebar__contact__number span {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: -0.48px;
  font-weight: 600;
  display: block;
  line-height: 1;
  margin-bottom: 9px;
}
.service-sidebar__contact__number a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.service-sidebar__contact__number a:hover {
  background-size: 100% 1px;
}
.service-sidebar__contact__number a:hover {
  color: var(--color1);
}

/*--------------------------------------------------------------
# Sidebar Popup
--------------------------------------------------------------*/
.sidebar-one {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  transform: translateX(100%);
  transform-origin: right center;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}
.sidebar-one.active {
  opacity: 1;
  transform: translateX(0%);
  visibility: visible;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}
.sidebar-one.active .sidebar-one__content {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}
.sidebar-one__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--theme-black3, #333333);
  opacity: 0.5;
  cursor: url(../images/close.png), auto;
}
.sidebar-one__close {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 16px;
  color: var(--theme-white);
  transition: all 0.4s ease;
  cursor: pointer;
}
.sidebar-one__close:hover {
  color: var(--color1);
}
.sidebar-one__content {
  width: 350px;
  background-color: var(--color2);
  z-index: 10;
  position: relative;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  padding-top: 40px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  scrollbar-width: none;
}
.sidebar-one__text {
  color: var(--theme-gray);
  font-weight: 500;
  margin: 35px 0 30px;
}
.sidebar-one__title {
  color: var(--theme-white);
  font-weight: 700;
  font-size: 20px;
  margin: 0 0 18px;
}
.sidebar-one__info {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar-one__info li {
  position: relative;
  padding: 0 0 0 28px;
  margin-bottom: 10px;
  color: var(--theme-gray);
}
.sidebar-one__info li span {
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 15px;
  color: var(--color1);
  line-height: inherit;
}
.sidebar-one__info li a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
  color: inherit;
}
.sidebar-one__info li a:hover {
  background-size: 100% 1px;
}
.sidebar-one__info li a:hover {
  color: var(--color1);
}
.sidebar-one__social {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 25px 0 40px;
}
.sidebar-one__social a {
  width: 37px;
  height: 37px;
  background-color: RGBA(var(--theme-white-rgb, 255, 255, 255), 0.08);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: var(--theme-white);
}
.sidebar-one__social a i {
  position: relative;
  z-index: 2;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.sidebar-one__social a:hover {
  background-color: var(--color1);
  color: var(--theme-white);
}
.sidebar-one__social a:hover i {
  animation: iconTranslateY 0.4s forwards;
}




/*--------------------------------------------------------------
# error 404
--------------------------------------------------------------*/
.error-404 {
  position: relative;
  padding: 120px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .error-404 {
    padding: 80px 0;
  }
}
.error-404__image {
  position: relative;
  margin-bottom: 13px;
}
.error-404__image img {
  max-width: 100%;
  height: auto;
  animation: movebounce2 3s linear 0s infinite;
}
.error-404__title {
  font-size: 150px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
  position: relative;
}
.error-404__sub-title {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 12px;
}
@media (max-width: 450px) {
  .error-404__sub-title {
    font-size: 28px;
  }
}
.error-404__text {
  font-weight: 500;
  margin-bottom: 27px;
}
.error-404 .rofiex-btn {
  padding: 14px 38px;
}
.error-404 .rofiex-btn:hover i {
  transform: none;
}

/*--------------------------------------------------------------
# Faq
--------------------------------------------------------------*/
.faq-one {
  position: relative;
  background-color: var(--theme-gray);
}
.faq-one__shape {
  position: absolute;
  right: 3%;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 139px;
  height: 100%;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto;
}
@media (max-width: 1599px) {
  .faq-one__shape {
    display: none;
  }
}
.faq-one__image {
  text-align: left;
  position: relative;
  z-index: 1;
  display: inline-block;
}
.faq-one__image img {
  min-height: 750px;
  object-fit: cover;
  max-width: 100%;
  
}
@media (max-width: 767px) {
  .faq-one__image img {
    min-height: 500px;
    width: 100%;
  }
}

.faq-one__content {
  position: relative;
  padding: 70px 0;
}
@media (max-width: 767px) {
  .faq-one__content {
    padding: 40px 0;
  }
}

.faq-one__content__text {
  font-weight: 500;
  margin: 0 0 31px;
}
.faq-one__accordion {
  position: relative;
}
.faq-one__accordion .accrodion {
  margin: 10px 0 0;
  position: relative;
  background-color: var(--theme-white);
border-radius: var(--theme-border-radius);
}
.faq-one__accordion .accrodion-title {
  padding: 21px 20px 20px;
  cursor: pointer;
}
.faq-one__accordion .accrodion-title h3,
.faq-one__accordion .accrodion-title h4{
  /*text-transform: uppercase;*/
  font-weight: 500;
  color: var(--theme-black);
  font-size:16px;
  margin: 0;
  transition: all 500ms ease;
  display: flex;
    justify-content: space-between;
}
.faq-one__accordion .accrodion-title__icon {
  display: inline-block;
 padding-left: 20px;
}
.faq-one__accordion .accrodion-title__icon::after {
  display: inline-block;
  font-family: "icomoon" !important;
  font-size: 16px;
  content: "\e94a";
  font-weight: normal;
  transition: all 500ms ease;
  line-height:normal;
}
.faq-one__accordion .active .accrodion-title h3,
.faq-one__accordion .active .accrodion-title h4{
  color: var(--color1);
}
.faq-one__accordion .active .accrodion-title__icon::after {
  color: var(--color1);
  transform: rotate(90deg);
}
.faq-one__accordion .accrodion-content .inner {
  padding: 12px 20px 20px;
  margin-top: -2px;
  border-top: 1px solid var(--theme-border-color);
}
.faq-one__accordion .accrodion-content p {
  margin: 0;
  font-size:15px;
}
.faq-one--page {
  padding: 110px 0 120px;
}
@media (max-width: 767px) {
  .faq-one--page {
    padding: 70px 0 80px;
  }
  .faq-one__accordion .accrodion-title__icon::after {
      font-size: 14px;
  }
}
.faq-one--two {
  position: relative;
  background-color: transparent;
  padding: 120px 0;
}
@media (max-width: 767px) {
  .faq-one--two {
    padding: 80px 0;
  }
}
.faq-one--two .contact-one__form {
  padding: 90px 40px 77px;
}
@media (max-width: 1199px) {
  .faq-one--two .contact-one__form {
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .faq-one--two .contact-one__form {
    padding: 90px 20px 50px;
  }
}
.faq-one--two .contact-one__form .rofiex-btn {
  height: 60px;
}
.faq-one--two .faq-one__content {
  padding: 0;
}
@media (min-width: 1200px) {
  .faq-one--two .faq-one__content {
    margin-left: 15px;
  }
}
.faq-one--two .faq-one__accordion .accrodion {
  border: 1px solid var(--theme-border-color);
  border-radius: 5px;
}

.faq-page-search {
  position: relative;
  padding-top: 105px;
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .faq-page-search {
    padding-top: 70px;
    padding-bottom: 80px;
  }
}
.faq-page-search__inner {
  max-width: 750px;
  position: relative;
  margin: 0 auto;
  text-align: center;
}
.faq-page-search__title {
  text-transform: capitalize;
  margin: 0;
  font-weight: bold;
  color: var(--theme-black);
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .faq-page-search__title {
    font-size: 40px;
    line-height: 52px;
    margin-bottom: 40px;
  }
  .faq-one__accordion .accrodion-title h3 {
      font-size: 20px;
  }
  
  .faq-one__accordion .accrodion-content p {
      font-size:16px;
  }
}
.faq-page-search__form {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}
.faq-page-search__form input[type=text] {
  border: 1px solid var(--theme-border-color);
  outline: none;
  display: block;
  background-color: transparent;
  color: var(--theme-text);
  font-size: 14px;
  width: 100%;
  padding-left: 22px;
  height: 55px;
}
.faq-page-search__form__btn {
  border: none;
  outline: none;
  background-color: transparent;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  font-size: 18px;
  color: var(--color1);
}
.faq-page-search__form__btn:hover {
  color: var(--theme-black);
}



/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
@keyframes bubbleMover {
  0% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0);
  }
  30% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
    transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  50% {
    -webkit-transform: translateY(50px) translateX(100px) rotate(45deg);
    transform: translateY(50px) translateX(100px) rotate(45deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  80% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
    transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}
@keyframes cloudMove {
  0% {
    background-position: 1920px 100%;
  }
  100% {
    background-position: 0 100%;
  }
}
@keyframes startIconOne {
  0% {
    transform: scale(1) rotate(0);
  }
  100% {
    transform: scale(0.5) rotate(45deg);
  }
}
@keyframes iconTranslateX {
  49% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-webkit-keyframes widths {
  0% {
    width: 0%;
  }
  50% {
    width: 97%;
    left: 0;
  }
  100% {
    width: 0;
  }
}
@keyframes widths {
  0% {
    width: 0%;
  }
  50% {
    width: 97%;
    left: 0;
  }
  100% {
    width: 0;
  }
}
@keyframes shapeMover {
  0%, 100% {
    transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
  }
  50% {
    transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
  }
}
@keyframes banner3Shake {
  0% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg);
  }
  30% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  60% {
    -webkit-transform: rotate3d(1, 0, 0, 0deg);
    transform: rotate3d(1, 0, 0, 0deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg);
  }
}
@keyframes squareMover {
  0%, 100% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
  20%, 60% {
    -webkit-transform: translate(20px, 40px) rotate(180deg);
    transform: translate(20px, 40px) rotate(180deg);
  }
  30%, 80% {
    -webkit-transform: translate(40px, 60px) rotate(0deg);
    transform: translate(40px, 60px) rotate(0deg);
  }
}
@keyframes treeMove {
  0%, 100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
  25%, 75% {
    -webkit-transform: rotate(5deg) translateX(15px);
    transform: rotate(5deg) translateX(15px);
  }
  50% {
    -webkit-transform: rotate(10deg) translateX(30px);
    transform: rotate(10deg) translateX(30px);
  }
}
@keyframes treeMove2 {
  0%, 100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
  25%, 75% {
    -webkit-transform: rotate(-10deg) translateX(0);
    transform: rotate(-10deg) translateX(0);
  }
  50% {
    -webkit-transform: rotate(10deg) translateX(0);
    transform: rotate(10deg) translateX(0);
  }
}
@keyframes treeMove3 {
  0%, 100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
  25%, 75% {
    -webkit-transform: rotate(-10deg) translateX(0);
    transform: rotate(-3deg) translateX(0);
  }
  50% {
    -webkit-transform: rotate(3deg) translateX(0);
    transform: rotate(3deg) translateX(0);
  }
}
@keyframes leafMove {
  0%, 100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
  25%, 75% {
    transform: rotate(-2deg) translateX(5px);
  }
  50% {
    transform: rotate(-4deg) translateX(10px);
  }
}
@keyframes messageMove {
  0%, 100% {
    transform: translateX(0);
  }
  25%, 75% {
    transform: translateX(5px);
  }
  50% {
    transform: translateX(10px);
  }
}
@keyframes textRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes flowerRotate {
  0%, 100% {
    transform: rotate(0deg);
  }
  25%, 75% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(10deg);
  }
}
@keyframes zump {
  0%, 100% {
    transform: translateY(0);
  }
  25%, 75% {
    transform: translateY(5px);
  }
  50% {
    transform: translateY(-5px);
  }
}
@-webkit-keyframes ripple {
  70% {
    box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
  }
}
@keyframes ripple {
  70% {
    box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
  }
}
@keyframes videoZoom {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: 1;
    border-width: 2px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}
@keyframes zumpX {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-30px);
  }
}
@keyframes zumpY {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-30px);
  }
}
@keyframes zumpXtwo {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(30px);
  }
}
@keyframes zoom-hover {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 120%;
    height: 120%;
    opacity: 0;
  }
}
@keyframes zoomsIn {
  100%, 0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
}
@keyframes shrinkAnim {
  0%, 100% {
    transform: rotate(0deg);
    transform-origin: 0 50%;
  }
  10% {
    transform: rotate(2deg);
  }
  20%, 40%, 60% {
    transform: rotate(-4deg);
  }
  30%, 50%, 70% {
    transform: rotate(4deg);
  }
  80% {
    transform: rotate(-2deg);
  }
  90% {
    transform: rotate(2deg);
  }
}
@keyframes shrinkAnim2 {
  0%, 100% {
    transform: rotate(0deg);
    transform-origin: 100% 50%;
  }
  10% {
    transform: rotate(2deg);
  }
  20%, 40%, 60% {
    transform: rotate(-4deg);
  }
  30%, 50%, 70% {
    transform: rotate(4deg);
  }
  80% {
    transform: rotate(-2deg);
  }
  90% {
    transform: rotate(2deg);
  }
}
@keyframes rollInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes vibrant {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translate(-2px, 2px);
  }
  40% {
    transform: translate(-2px, -2px);
  }
  60% {
    transform: translate(2px, 2px);
  }
  80% {
    transform: translate(2px, -2px);
  }
  100% {
    transform: translate(0);
  }
}
@keyframes blinkAnim {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@keyframes movebounce2 {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-15px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes movebounce3 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes shapeMove {
  0%, 100% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(10px);
  }
}
@keyframes rotated {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp;
}

@keyframes iconTranslateY {
  49% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes zumpXtwo {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(5px);
  }
}
@keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes shadows {
  0% {
    box-shadow: 0 0 0 0 rgba(var(--theme-white-rgb, 255, 255, 255), 0.2), 0 0 0 30px rgba(var(--theme-white-rgb, 255, 255, 255), 0.2), 0 0 0 50px rgba(var(--theme-white-rgb, 255, 255, 255), 0.2);
  }
  100% {
    box-shadow: 0 0 0 30px rgba(var(--theme-white-rgb, 255, 255, 255), 0.2), 0 0 0 50px rgba(var(--theme-white-rgb, 255, 255, 255), 0.2), 0 0 0 70px rgba(var(--theme-white-rgb, 255, 255, 255), 0);
  }
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@keyframes wobble-horizontal-on-hover {
  16.65% {
    transform: translateX(8px);
  }
  33.3% {
    transform: translateX(-6px);
  }
  49.95% {
    transform: translateX(4px);
  }
  66.6% {
    transform: translateX(-2px);
  }
  83.25% {
    transform: translateX(1px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes float-bob-y-2 {
  0% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(10px) translateX(10px) rotate(5deg);
    transform: translateY(10px) translateX(10px) rotate(5deg);
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
}
@keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  transform: translateX(-100%);
  transform-origin: left center;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  visibility: hidden;
  position: fixed;
}
.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}
.mobile-nav__wrapper .home-showcase .row [class*=col-] {
  flex: 0 0 100%;
}
.mobile-nav__wrapper .home-showcase {
  margin-bottom: -1px;
  margin-top: 0;
  border-bottom: 1px solid RGBA(var(--theme-white-rgb, 255, 255, 255), 0.1);
}
.mobile-nav__wrapper .home-showcase__inner {
  padding: 15px 0px;
  background-color: transparent;
  box-shadow: none;
}
.mobile-nav__wrapper .home-showcase__title {
  color: var(--theme-white);
}

.mobile-nav__wrapper.expanded {
  opacity: 1;
  transform: translateX(0%);
  visibility: visible;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
}
.mobile-nav__wrapper.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
}

.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--theme-black);
  opacity: 0.3;
  cursor: url(../images/close.png), auto;
}

.mobile-nav__content {
  width: 300px;
  background-color: var(--color2);
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
}
.mobile-nav__content .main-menu__nav {
  display: block;
  padding: 0;
}

.mobile-nav__content .logo-box {
  margin-bottom: 40px;
  display: flex;
}

.mobile-nav__close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  color: var(--theme-white);
  cursor: pointer;
}
.mobile-nav__close:hover {
  color: var(--color1);
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mobile-nav__content .main-menu__list ul {
  display: none;
  border-top: 1px solid RGBA(var(--theme-white-rgb, 255, 255, 255), 0.1);
}

.mobile-nav__content .main-menu__list ul li > a {
  padding-left: 1em;
}

.mobile-nav__content .main-menu__list li:not(:last-child) {
  border-bottom: 1px solid RGBA(var(--theme-white-rgb, 255, 255, 255), 0.1);
}

.mobile-nav__content .main-menu__list li > a {
  display: flex;
  justify-content: space-between;
  line-height: 30px;
  color: var(--theme-white);
  font-size: 12px;
  font-family: var(--theme-font, "Mulish", sans-serif);
  text-transform: uppercase;
  font-weight: 500;
  height: 46px;
  letter-spacing: var(--theme-letter-space, 0.1em);
  align-items: center;
  transition: 500ms;
}

.mobile-nav__content .main-menu__list li a.expanded {
  color: var(--color1);
}

.mobile-nav__content .main-menu__list li a button {
  display:none;
}



.mobile-nav__social {
  display: flex;
  align-items: center;
}
.mobile-nav__social a {
  font-size: 16px;
  color: var(--theme-white);
  transition: 500ms;
}
.mobile-nav__social a + a {
  margin-left: 20px;
}
.mobile-nav__social a:hover {
  color: var(--color1);
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
.mobile-nav__contact li {
  color: var(--theme-white);
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
}
.mobile-nav__contact li + li {
  margin-top: 15px;
}
.mobile-nav__contact li a {
  color: inherit;
  transition: 500ms;
}
.mobile-nav__contact li a:hover {
  color: var(--color1);
}
.mobile-nav__contact li > i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--color1);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 12px;
  margin-right: 10px;
  color: var(--theme-white);
}

.mobile-nav__container .main-menu__logo,
.mobile-nav__container .main-menu__right {
  display: none;
}


/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
  background-color: var(--theme-black);
  position: relative;
  display:flex;
  align-items:center;
  min-height:500px;
  padding-top:70px;
  padding-bottom:70px;
}
.page-header.mx-height {
    min-height:350px;
}
@media (max-width: 991px) {
  .page-header {
     min-height:200px;
    padding-top:40px;
    padding-bottom:40px;
  }
  .page-header.mx-height {
    min-height:150px;
    }
}
.page-header__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url(../images/backgrounds/page-header-bg-1-1.webp);
}
.page-header__bg::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #00000080;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto;
}
.page-header__shape {
  position: absolute;
  left: 30px;
  bottom: 30px;
  width: 288px;
  height: 230px;
  opacity: .4;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url(/images/banner_icon.png);
  animation: treeMove 6s linear 0s infinite;
}
@media(max-width:991px){
    .page-header__bg::after{
        background-position: center;
    }
}
@media (max-width: 1490px) {
  .page-header__shape {
    display: none;
  }
}
.page-header .container {
  position: relative;
  z-index: 1;
}
.page-header__title {
  margin: 0 0 16px;
  font-size: 28px;
  color: var(--theme-white);
  font-weight: 700;
  letter-spacing: 0;
}
.desk-vid {
  margin-bottom:24px;
}
@media (min-width: 768px) {
  .page-header__title {
    font-size: 50px;
  }
  
}
.page-header--details {
  position: relative;
}
.page-header--details .rofiex-breadcrumb li span {
  color: var(--theme-white);
}
.site__brd {
    background-color: var(--color2);
    padding: 5px 0;
}
.rofiex-breadcrumb {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
}
.rofiex-breadcrumb li {
  /* font-size: 18px; */
  /* line-height: 20px; */
  color: var(--color1);
  text-transform: capitalize;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .rofiex-breadcrumb li {
    font-size: 17px;
  }
  
}
.rofiex-breadcrumb li:not(:last-of-type)::after {
  content: "\00BB";
  /* position: relative; */
  font-weight: normal;
  /* top: 1px; */
  margin-left: 8px;
  margin-right: 8px;
  color: var(--theme-white);
}
.rofiex-breadcrumb li a {
  color: var(--theme-white);
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.rofiex-breadcrumb li a:hover {
  background-size: 100% 1px;
}
.rofiex-breadcrumb li a:hover {
  color: #fff;
}



/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/


.about-two {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 767px) {
  .about-two {
    padding: 80px 0;
  }
}
.about-two__image {
  position: relative;
}
@media(max-width:1199.99px){
    .about-two__image img {
        display:block;
        margin:0 auto;
    }
}
@media (min-width: 1200px) {
  .about-two__image {
    max-width: 570px;
  }
  .about-two.our_new_sec .row {
      align-items:center;
  }
}
.about-two__image img {
  max-width: 100%;
  height: auto;
}
.about-two__experiance {
  position: absolute;
  left: 0;
  right: 0;
  top: 100px;
  bottom: 0;
  margin: auto;
  width: 190px;
  height: 190px;
  background-color: var(--theme-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 0 0 0;
}
@media (max-width: 767px) {
  .about-two__experiance {
    top: auto;
    bottom: 70px;
  }
}
.about-two__experiance::after {
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  content: "";
  border: 1px dashed var(--color1);
  border-radius: 50%;
  left: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  animation: textRotate 15s linear 0s forwards infinite alternate;
}
.about-two__experiance__text {
  font-size: 20px;
  font-weight: 500;
  color: var(--color1);
  line-height: 25px;
  text-transform: capitalize;
  margin: 2px 0 0;
}
.about-two__experiance__text br {
  display: block;
}
.about-two__experiance__years {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--theme-heading-font, "Montserrat", sans-serif);
  font-size: 50px;
  font-weight: 700;
  color: var(--color1);
  line-height: 1;
  gap: 8px;
}
.about-two__content {
  position: relative;
  padding: 0;
}
@media (max-width: 1199px) {
  .about-two__content {
    margin: 0 0 45px;
  }
}
.about-two__content .sec-title {
  padding-bottom: 20px;
}
.about-two__content__text {
  font-weight: 500;
  margin: 0 0 35px;
}
@media (min-width: 1200px) {
  .about-two__content__text {
    padding-right: 50px;
  }
}
.about-two__content__box {
  position: relative;
  padding: 0 0 0 100px;
  min-height: 78px;
}
.about-two__content__box__icon {
  width: 78px;
  height: 78px;
  border-radius: var(--theme-border-radius);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--theme-white);
  font-size: 42px;
  background-color: var(--color1);
  position: absolute;
  left: 0;
  top: 0;
}
.about-two__content__box__icon i {
  display: inline-block;
  transition: all 500ms ease;
}
.about-two__content__box:hover .about-two__content__box__icon i {
  transform: rotateY(180deg);
}
.about-two__content__box__title {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 700;
  margin: 0 0 5px;
}
.about-two__content__box__text {
  font-weight: 500;
  margin: 0;
}
@media (min-width: 1200px) {
  .about-two__content__box__text {
    padding-right: 50px;
  }
}
.about-two__content__box-border {
  margin-top: 25px;
  border-top: 1px solid var(--theme-border-color);
  
}
.about-two__content__info-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 45px;
}
@media (max-width: 767px) {
  .about-two__content__info-wrapper {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
  }
  .about-two__content__box__icon {
      top:10px;
  }
  
}
.about-two__content__info {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
}
.about-two__content__info__icon {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  font-size: 20px;
  color: var(--color1);
  background-color: transparent;
  border: 1px solid var(--color1);
  transition: all 400ms ease;
}
.about-two__content__info:hover .about-two__content__info__icon {
  background-color: var(--color1);
  color: var(--theme-white);
}
.about-two__content__info__title {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  /*text-transform: uppercase;*/
}
.about-two__content__info__number {
  font-size: 24px;
  font-weight: 600;
  color: var(--color1);
  margin: 0;
}
.about-two__content__info__number a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.about-two__content__info__number a:hover {
  background-size: 100% 1px;
}
.about-two__content__info__number a:hover {
  color: var(--theme-black);
}


.about-three__content .sec-title {
  padding-bottom: 20px;
}
.about-three__content__text {
  font-weight: 500;
  margin: 0 0 26px;
}
.about-three__content__box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--rofiex-border-color, #DDDDDD);
  border-bottom: 1px solid var(--rofiex-border-color, #DDDDDD);
  padding: 30px 0;
  margin: 0 0 23px;
}
@media (max-width: 767px) {
  .about-three__content__box {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.about-three__content__box__item {
  display: flex;
  align-items: center;
  gap: 16px;
}
.about-three__content__box__item__icon {
  font-size: 45px;
  line-height: 45px;
  color: var(--color1);
  flex-shrink: 0;
  transform: scale(1);
  transition: 500ms ease;
}
.about-three__content__box__item:hover .about-three__content__box__item__icon {
  transform: scale(0.95);
}

.about-three__content__box__item__title {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 0;
}
.about-three__content__box__item__text {
  font-weight: 500;
  margin: 0;
}
.about-three__content__box__item + .about-three__content__box__item {
  position: relative;
}
.about-three__content__box__item + .about-three__content__box__item::after {
  position: absolute;
  left: -25px;
  top: 0;
  height: 51px;
  width: 2px;
  content: "";
  background-color: var(--color1);
}
.about-three__content__list {
  margin: 0 0 39px;
  padding: 0;
}
.about-three__content__list li {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 17px;
  line-height: 30px;
  font-weight: 500;
  /*color: var(--color2);*/
  margin: 0 0 8px;
}
.about-three__content__list li i {
  line-height: 1;
  position: relative;
  top: 1px;
  display: inline-block;
  color: var(--color1);
  transition: all 0.6s ease;
}
.about-three__content__list li:hover i {
  transform: rotateY(180deg);
}

/*--------------------------------------------------------------
# Service details
--------------------------------------------------------------*/
.service-details {
  position: relative;
  padding: 70px 0;
}
@media (max-width: 767px) {
  .service-details {
    padding: 40px 0;
  }
}
.service-details__thumbnail {
  margin-bottom: 24px;
}
.service-details__thumbnail img {
  width: 100%;
}
 h2.service-details__title{
    font-size:28px
}
h3.service-details__title{
    font-size:24px
}
h4.service-details__title{
    font-size:20px
}

@media(min-width:992px){
    h2.service-details__title{
        font-size:40px
    }
    h3.service-details__title{
        font-size:32px
    }
    h4.service-details__title{
        font-size:26px
    }   
}
.service-details__title,
.inner_content h2,
.inner_content h3{
  margin: 0;
  /*text-transform: capitalize;
  font-size: 30px;*/
  font-weight: bold;
  margin-bottom: 16px;
}
 .inner_content h3 {
     font-weight:600;
 }
.service-details__title-two {
  margin: 0;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 16px;
}
.service-details__text,
.inner_content p{
  margin: 0 0 18px;
}
.service-details__quote {
  background-color: #fff;
  border-left: 6px solid var(--color1);
  padding: 21px 25px 22px;
  font-size: 20px;
  line-height: 35px;
  font-weight: 500;
  color: var(--theme-black);
  margin: 30px 0 28px;
  border-radius:var(--theme-border-radius);
}
.service-details__list {
  margin: 0;
  padding: 0;
}
.service-details__list li {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--theme-black);
}
.service-details__list li + li {
  margin-top: 8px;
}
.service-details__list li > i {
  color: var(--color1);
}
.service-details .mb {
  margin-top: -21px;
  margin-bottom: 32px;
}
.service-details__video {
  position: relative;
  margin-top: 6px;
}
.service-details__video img {
  width: 100%;
  height: auto;
}
.service-details__video .video-popup {
  width: 47px;
  height: 47px;
  transition: all 500ms ease;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1;
}
.service-details__video .video-popup i {
  background-color: var(--theme-white);
  border-radius: 50%;
  z-index: 2;
  width: 47px;
  height: 47px;
  transition: all 500ms ease;
  font-size: 14px;
  color: var(--color1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-details__video .video-popup .ripple {
  content: "";
  border: 1px solid var(--theme-white);
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: calc(100% + 25px);
  height: calc(100% + 25px);
  border-radius: 50%;
  animation: videoZoom 3s linear infinite;
  animation-delay: 0s;
  animation-delay: 0.55s;
}
.service-details__video .video-popup .ripple::after {
  content: "";
  border: 1px solid var(--theme-white);
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: calc(100% + 50px);
  height: calc(100% + 50px);
  border-radius: 50%;
  animation: videoZoom 1.5s linear infinite;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.service-details__video .video-popup:hover i {
  color: var(--theme-white);
  background-color: var(--color1);
}
.service-details .faq-one__accordion {
  margin: 53px 0 0;
}
.service-details .faq-one__accordion .accrodion {
  border-radius: var(--theme-border-radius);
  filter: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.05));
  background-color: var(--theme-white);
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio-one {
  position: relative;
  
}


.portfolio-one--page {
  padding: 120px 0;
}
@media (max-width: 767px) {
  .portfolio-one--page {
    padding: 80px 0;
  }
}
.portfolio-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 708px;
}
.portfolio-one__bg::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #fff;
}
.portfolio-one__carousel {
  position: relative;
  padding: 0 35px;
}
@media (max-width: 991px) {
  .portfolio-one__carousel {
    padding: 0 25px;
  }
}
.portfolio-one__item {
  position: relative;
  overflow: hidden;
  counter-increment: count;
  border-radius:var(--theme-border-radius);
}
.portfolio-one__item::after {
  background: linear-gradient(90deg, rgba(var(--theme-white-rgb, 255, 255, 255), 0.05) 0px, rgba(var(--theme-white-rgb, 255, 255, 255), 0.05) 77%, rgba(var(--theme-white-rgb, 255, 255, 255), 0.25) 92%, rgba(var(--theme-white-rgb, 255, 255, 255), 0));
  content: "";
  height: 200%;
  left: -210%;
  opacity: 0;
  position: absolute;
  top: -50%;
  transition: all 0.7s ease 0s;
  width: 200%;
}

.portfolio-one__item img {
  height: auto;
  transition: all 400ms ease;
}

.portfolio-one__item__content {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  background-color: rgba(var(--theme-black2-rgb, 34, 34, 34), 0.8);
  padding: 20px;
  transform: scale(1, 0);
  transition: transform 500ms ease;
  transform-origin: bottom center;
  overflow: hidden;
  border-radius:var(--theme-border-radius);
}
.portfolio-one__item__content__inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 33px 20px 30px;
}

@media(min-width:1200px){
    .portfolio-one__item__content__inner {
        padding: 33px 30px 30px;
    }
    .portfolio-one__item img {
        width:auto !important;   
    }
}

@media (min-width: 1200px) and (max-width: 1350px) {
  .portfolio-one__item__content {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
}
@media (max-width: 991px) {
  .portfolio-one__item__content {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
}
@media (max-width: 450px) {
  .portfolio-one__item__content {
    padding: 10px;
  }
  .portfolio-one__item img {
        width:auto !important;   
    }
}

@media (max-width: 450px) {
  .portfolio-one__item__content__inner {
    padding: 23px 30px 20px;
  }
}
.portfolio-one__item__content__item {
  position: absolute;
  background-color: #fff;
}
.portfolio-one__item__content__item:nth-child(1) {
  top: -1px;
  left: 0;
  width: 100%;
  height: 6px;
  animation: 2s animateTop linear infinite;
}
.portfolio-one__item__content__item:nth-child(2) {
  top: 0;
  right: 0;
  height: 100%;
  width: 6px;
  animation: 2s animateRight linear -1s infinite;
}
.portfolio-one__item__content__item:nth-child(3) {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  animation: 2s animateBottom linear infinite;
}
.portfolio-one__item__content__item:nth-child(4) {
  top: 0;
  left: 0;
  height: 100%;
  width: 6px;
  animation: 2s animateLeft linear -1s infinite;
}

.portfolio-one__item:hover .portfolio-one__item__content {
  transform-origin: top center;
  transform: scale(1, 1);
}    
.portfolio-one__item:hover::after {
  left: -30%;
  opacity: 1;
  top: -20%;
  transition-duration: 0.7s, 0.7s, 0.15s;
  transition-property: left, top, opacity;
  transition-timing-function: linear;
}


.portfolio-one__item__title {
  margin: 0 0 12px;
  position: relative;
  z-index: 2;
  font-weight: 700;
  color: var(--theme-white);
  text-transform: capitalize;
  font-size: 22px;
  line-height: 30px;
}
.portfolio-one__item__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.portfolio-one__item__title a:hover {
  background-size: 100% 1px;
}
.portfolio-one__item__title a:hover {
  color: #fff;
}
.portfolio-one__item__text {
  position: relative;
  z-index: 2;
  color: var(--theme-white);
  font-weight: 500;
  margin: 0 0 15px;
}

.portfolio-one__item__rm {
  position: relative;
  z-index: 2;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  font-family: var(--theme-heading-font, "Montserrat", sans-serif);
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.portfolio-one__item__rm span {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
  display: inline-block;
}
.portfolio-one__item__rm:hover {
  color: var(--theme-white);
}
.portfolio-one__item__rm:hover span {
  background-size: 100% 1px;
}
.portfolio-one__item__rm i {
  font-size: 20px;
}


.main-footer__shape {
  position: absolute;
  z-index: 1;
  right: -10px;
  bottom: 0;
  animation: movebounce2 3s linear 0s infinite;
}
.main-footer__shape::after {
  position: absolute;
  right: -90px;
  top: 100px;
  width: 206px;
  height: 110px;
  content: "";
  background-color: var(--color1);
  z-index: -1;
  transform: rotate(-40deg);
}
.main-footer__shape img {
  max-width: 100%;
  height: auto;
}
footer.main-footer.main-footer--two:after {
    content: '';
    position: absolute;
    background: #000;
    top: 0;
    bottom: 0;
    width: 100%;
    opacity: 0.8;
}
ul.ul3 {
    column-count: 2;
    padding-left:0;
}
@media(min-width:992px){
    ul.ul3 {
        column-count: 4;
    }
}
ul.ul3 li {
    position: relative;
    
    margin-bottom: 10px;
    list-style:none;
}
ul.ul3 li::before {
    content: "\e921";
    font-family: 'icomoon' !important;
    font-size: 18px;
    font-weight: 600;
    color: var(--color2);
    display:inline-block;
    margin-right:8px
    
}
.sidebar-search-box img, .sidebar-search-box iframe {
    border-radius: var(--theme-border-radius);
}
@media (max-width: 1600px) {
  .main-footer__shape {
    display: none;
  }
}

