
:root {
  --color1: #e3651d;
  --color2: #183d3d;
	--theme-border-radius:8px;
	--big-radius:20px;
    --title-color: #27477d;
    --title-color2: #000000;
    --body-color: #888c92;
    --body-color2: #555555;
    --secondary-color: #cdf8ff;
    --smoke-color: #f3f6f7;
    --light-color: #afafaf;
    --black-color: #000000;
    --dark-color: #060d0f;
    --white-color: #ffffff;
    --yellow-color: #fec624;
    --success-color: #28a745;
    --error-color: #dc3545;
    --border-color: rgba(0, 0, 0, 0.10);
    --title-font: "Montserrat", sans-serif;
    --body-font:"Montserrat", sans-serif;
    --subtitle-font: "Dancing Script", cursive;
    --icon-font: "Font Awesome 5 Pro";
    --flaticon: "Flaticon";
    --ripple-ani-duration: 5s
    
}

.cursor-pointer{
    cursor:pointer;
}
body.home-five.modal-open,
.modal-open .modal{
    padding-right: 0 !important;
}

.c_b_2 {
    background: linear-gradient(to bottom, var(--color1) 50%, var(--color1) 50%);
}
.call-box {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    background: var(--color1);
    z-index: 20;
    padding: 10px 20px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    box-shadow: 0 -11px 13px -9px #0000001a;
}
.mobile-icon {
    font-size: 32px;
    color: #fff !important;
    border-radius: 50px;
    width: 60px;
    height: 60px;
    background-color: var(--color2);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    flex:0 0 60px;
}
.call-number span a {
    font-size: 24px;
    font-weight: 700;
    color:#fff;
    line-height: normal;
}
.call-number span:not(span.mobile-icon) {
    color: #fff;
    font-size: 14px;
}
span.mobile-icon {
    font-size: 20px;
    width: 45px;
    height: 45px;
    flex: 0 0 45px;
}
 .call-number span a:hover {
    color:#fff;
    text-decoration:underline;
}
.sidebar-search-box {
    min-height:250px;
}
@media(min-width:992px){
    .call-number span:not(span.mobile-icon) {
        font-size:24px;
    }
    .c_b_2 {
        background: linear-gradient(to right, var(--color1) 50%, var(--color2) 50%);
    }
    .sidebar-search-box {
        height: 88%;
    }
}


/*--------------------------------------------------------------
# Contact Bar
--------------------------------------------------------------*/
span.pro_american {
    font-size: 16px;
}
.help_line.me-2.me-lg-3 {
    color: #fff;
}
i.fas.fa-info-circle.cursor-pointer.me-1 {
    cursor: pointer !important;
}
.modal_header .btn-close {
    position: absolute;
    right: 24px;
    top: 24px;
    width: 20px;
    height: 20px;
    background-color: #fff !important;
    border-radius: 50%;
    border: none;
    color: #000!important;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") 50%/1em auto no-repeat;
    background-size: 12px;
    z-index:11;
}
.modal-title img {
    width: 100%;
    border-radius: var(--theme-border-radius);
}
.modal-title.info_img {
    
    margin-bottom: 15px;
}
.disclaimer p {
    text-align: left;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
}
footer.footer-wrapper.footer-layout3 a {
    text-decoration: none;
    font-weight: 500;
}
img.testimonial-google-logo {
    width: 150px ;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
    color: #fff;
    text-decoration: none;
}

.contact-bar {
    position: relative;
    display: block;;
    z-index: 1;
    
}
 .page-content-box.new-content-estimate {
    margin: 20px 0;
    /*display: flex;*/
    flex-direction: column;
    border-left: 5px solid var(--color2);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background: #fff;
    padding: 16px;
    color: #fff;
    border-radius: var(--theme-border-radius);
}
@media(min-width:992px){
    .page-content-box.new-content-estimate {
        padding: 25px;
    }
}

.page-content-box.new-content-estimate h3 {
    font-weight: bold;
    margin-bottom: 2px;
}
.page-content-box.new-content-estimate p {
    font-size: 16px;
}

.list-sec .list-sec-title {
    font-size: 22px !important;
    font-weight: 600 !important;
    margin: 0 0 7px !important;
}

/*process section css*/


.process-section{
    padding:70px 0;
}

.step-wrapper {
  position: relative;
  margin: 15px 5px 15px 0px;
}

/* Blue curved background */
.step-bg {
    position: absolute;
    top: -15px;
    right: 0px;
    bottom: -15px;
    width: 65%;
     background: var(--color1); 
    border-radius: 0 var(--big-radius) var(--big-radius) 0;
    z-index: 0;
}

/* Arrow shape - pointing LEFT */
.step-bg::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;  /* move arrow outside on left side */
  transform: translateY(-50%);
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid var(--color1);  /* left arrow */
}


/* Dotted outline half border */
.step-wrapper::before {
  content: "";
  position: absolute;
  top: -15px;
  bottom: -15px;
  left: 0px;
  right: 0;
  border:2px dashed var(--color1);
  border-radius: var(--big-radius);
  z-index: 0;
}

/* White card */
.step-card {
  background: #fff;
  border-radius: var(--big-radius);
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  position: relative;
  padding: 20px 15px;
  text-align: center;
  z-index: 1; /* above bg, below number circle */
}
/* Number Circle */
.step-number {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  border: 2px dashed var(--color1);
  margin: 0 auto 1rem;
  font-weight: bold;
  color: var(--color1);
  background: #fff;
  position: relative;
  z-index: 2;
}

.step-title {
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 10px;
  font-size:18px;
}

.step-desc {
    text-align: center;
    font-size: 16px;
    color: #000;
    font-family:'Inter', sans-serif;
     /*margin-bottom: 20px;*/
}

.step-icon {
  font-size: 30px;
  color: #0d6efd;
}
    
/*    .owl-carousel .owl-stage-outer {*/
/*    overflow: hidden !important; */
/*    padding-left: 15px; */
/*    padding-right: 15px; */
/*}*/

.owl-carousel {
    padding: 0px 20px !important;
}
.contact-bar__text a,
.services-top-heading .col-lg-8 >p a,
.services-top-heading .col-lg-8 >p a:hover,
.contact-bar__text a:hover {
    color:#fff;
}
.services-top-heading .col-lg-8 >p a:hover,
.contact-bar__text a:hover{
    text-decoration:underline;
}

.owl-carousel .item {
    padding: 0 10px; /* optional: space between cards */
}

.owl-carousel.owl-theme.d-flex.process-section-c .item {
    margin-right: 0px;
}

.owl-carousel.owl-theme.d-flex.process-section-c .item:last-child  {
    margin-right: 0px;
}
.owl-carousel .item {
    display: flex;          /* allow stretching child */
    align-items: stretch;   /* make child full height */
    padding: 0 10px;
    flex:1;
}

.step-wrapper {
    padding:0 15px;
    display: flex;          /* allow step-card to stretch */
    flex-direction: column;
    flex: 1;                /* take full height of parent item */
    margin: 15px 5px 15px 0px;
}

.step-card {
    flex: 1;                /* make all cards equal height */
    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* keep content at top */
}
/*.owl-item .item:first-child {*/
/*    margin-left: 10px;*/
/*}*/


.process-section-c .item:last-child .step-bg::after {
    display: none;
}
#brandSlider2 .item .step-bg::after {
    display: block;
}
#brandSlider2 .owl-item:last-child .step-bg::after {
    display: none;
}
#brandSlider2 .owl-stage {
  display: flex !important;
  align-items: stretch;
}
 
#brandSlider2 .owl-item {
  display: flex;
}
 
#brandSlider2 .item {
  flex: 1;
  display: flex;
  flex-direction: column;
}
/*#brandSlider2 .item{*/
/*    min-height:380px !important;*/
/*}*/

@media (max-width: 768px) {
    
    section.section-cards {
    padding: 40px 0px;
}

 

  /* turn off flex on mobile */
  .process-section .d-flex {
    display: block !important;
  }

  /* custom class for process-section content */
  .process-section-c {
    display: block !important;
  }

  /* force owl-carousel full width on mobile */
  .owl-carousel {
    display: block !important;
    width: 100% !important;
    z-index: 1;
  }
  .process-section-c {
    display: block !important;
}

.owl-carousel.owl-theme.d-flex.process-section-c .item {
    margin-right: 0px;
}
.seal-img {
    display:none;
}
/*diffrent random responsive*/

.btn-group {
    justify-content: start !important;
}
.btn-group {
    gap: 15px !important;
}
a.scrollToTop.scroll-bottom.style2.show {
    display: none;
}

a.rts-btn.text-center.text-white.w-25 {
    width: 100% !important;
}
.cta-btn-get {
    display: flex;
    justify-content: start !important;
}
.thumbnail .seal-img {
    position: absolute !important;
    bottom: 25px !important;
    right: 15px !important;
    width: 165px !important;
}
.rts-solution-left-area-left {
    padding-right: 0 !important;
}
.rts-problem-solution-area .row {
    display: flex;
    flex-direction: column-reverse;
  }

}
.solution-content-inner-one ul li p {
    margin-bottom: 5px;
}
.solution-content-inner-one ul li {
     padding-bottom: 0px !important; 
}
@media (max-width: 576px) {
    
    input, textarea, select {
  font-size: 16px !important;
}

    
    .owl-carousel {
    padding: 0px 15px !important;
}

    .step-bg::after{
        display:none;
    }
    section.process-section {
    padding: 35px 0 40px;
}


    .call-btn .box-link a {
    font-size: 16px !important;
}
.call-btn {
    gap: 10px !important;
}
.play-btn>i {
    width: 50px !important;
    height: 50px !important;
    line-height: 50px !important;
    font-size: 1em !important;
}


.solution-content-inner-one .cta-btn-solution .call-btn .call-info a {
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    color: var(--color2);
    margin-top: 8px;
    display: block;
    transition: 0.3s;
}
.solution-content-inner-one .cta-btn-solution .call-btn .call-info span {
    display: block;
    text-align: left;
    color: #74787C;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
}
.solution-content-inner-one .cta-btn-solution .call-btn .icon i {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    background: var(--color1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    transform: rotate(-60deg);
    font-family: 'Font Awesome 5 Pro';
}

.solution-content-inner-one .cta-btn-solution .call-btn .icon {
    height: 50px;
    width: 50px;
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    margin-left: 0px;
    border: 1px solid #EDD9D9;
}
.solution-content-inner-one .cta-btn-solution {
    display: flex;
    align-items: start !important;
    margin-top: 20px;
}
.footer-layout3 .widget-area {
    padding: 40px 0 30px !important;
}
.main-services-sec h2 {
    color: #fff;
    text-align: center;
}
.main-services-sec {
    padding: 40px 0 !important;
}
.h2, h2 {
    line-height: 30px !important;
}
}

/*process ends*/
.thumbnail {
    position: relative;
}
.thumbnail .seal-img {
    z-index:10;
    position: absolute;
    bottom: 80px;
    right: -105px;
    width: 250px;
    display: block;
}

/*content bottom cta*/
.btn-group {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
}
.call-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    text-align: left;
}
.call-btn .play-btn {
    --icon-size: 48px;
}

.play-btn>i {
    display: inline-block;
    width: var(--icon-size, 56px);
    height: var(--icon-size, 56px);
    line-height: var(--icon-size, 56px);
    text-align: center;
    background-color: var( --color1);
    color: var(--white-color);
    font-size: var(--icon-font-size, 1.4em);
    border-radius: 50%;
    z-index: 1;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.play-btn>i.fa-phone{
    transform:rotate(90deg);
}
.media-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.call-btn .box-label {
    color: var( --color1);
    font-weight: 500;
    margin-bottom: 0;
}
.call-btn .box-link {
    margin-bottom: 0;
}
.call-btn .box-link a {
    margin-bottom: 0;
    color: var(--color2);
    text-transform: none;
    font-weight: 700;
    font-size: 20px;
    color: var(--color2);
    text-transform: none;
    font-weight: 700;
    font-family: var(--title-font);
    word-break: break-word;
    white-space: normal;
}

/*content bottom cta ends*/

/*validation css*/
.required.error {
    padding-right: calc(1.5em + .75em);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: 97% 50%;
    background-size: 18px;
    border-radius:0 var(--theme-border-radius) var(--theme-border-radius) 0 !important;
}
.required.valid {
    padding-right: calc(1.5em + .75em) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: 97% 50% !important;
    background-size: 18px !important;
    border-radius:0 var(--theme-border-radius) var(--theme-border-radius) 0 !important;
}
input#name {
    background-position: 98.5%;
}

/*slider css starts*/
 .services-section{
        padding: 70px 0;
        background-color: var(--color2);
    }
    .service-card {
      background: #fff;
      border-radius: var(--theme-border-radius);
      overflow: hidden;
      box-shadow: 0 4px 15px rgba(0,0,0,0.08);
      transition: all 0.3s ease;
      text-align: center;
      padding-bottom: 20px;
    }
    

    /* Image wrapper to prevent overflow */
    .service-card .img-wrapper {
      overflow: hidden;
    }
    .service-card img {
      width: 100%;
      object-fit: cover;
      transition: transform 0.6s ease;
    }
    .service-card:hover img {
      /*transform: scale(1.05);*/
    }

    .service-card h3 {
        padding:5px 15px;
      font-size: 18px;
      margin: 15px 0 10px;
      font-weight: 700;
      /*color: #333;*/
    }
    .service-card h3 a {
      text-decoration: none;
      color: inherit;
      transition: color 0.3s ease;
    }
    .service-card h3 a:hover {
      color: var(--color1);
    }

    .service-card p {
      font-size: 14px;
      color: #666;
      padding: 0 15px;
      min-height: 50px;
    }
    .service-card a.read-more {
      display: inline-block;
      margin-top: 10px;
      padding: 8px 20px;
      font-size: 14px;
      font-weight: 500;
      border-radius: 30px;
      background: #007bff;
      color: #fff;
      text-decoration: none;
      transition: 0.3s;
    }
    .service-card a.read-more:hover {
      background: #0056b3;
    }

    /* Owl Carousel nav buttons */
    .owl-nav {
      text-align: center;
      margin-top: 20px;
    }
    .owl-nav button {
      background: transparent !important;
      border: 2px solid #fff !important;
      color: #var(--color1) !important;
      border-radius: 50%;
      width: 45px;
      height: 45px;
      min-width: 50px;
      min-height: 50px;
      font-size: 18px !important;
      margin: 0 5px;
      transition: all 0.3s ease;
    }
    .owl-nav button:hover {
      background: var(--color1) !important;
      color: #fff !important;
    }
    button.owl-prev {
    border-radius: 50% !important;
}
button.owl-next {
    border-radius: 50% !important;
}
section.services-section .owl-carousel {
    padding: 0px !important;
}
.service-card .img-wrapper img {
    border-radius: 0;
}
section.services-section .service-heading {
    text-align: center;
    margin-bottom:25px;
}
section.services-section .service-heading h2 {
    color: #fff;
}
section.services-section .service-heading p {
    color: #fff;
}
#service-slider span.fas,
#service-slider span.fas{
    color: #fff;
}
button.owl-prev:hover span {
    color: #fff;
}
button.owl-next:hover span {
    color: #fff;
}
.service-logo {
    position: absolute;
    top: 10px;
    background: #fff9;
    padding: 0 10px;
    border-radius: var(--theme-border-radisu);
    
}
.service-card .service-logo {
    width: 60% !important;
    border-radius: 0 var(--theme-border-radius) var(--theme-border-radius) 0px !important;
}

@media (max-width: 768px) {
    
 section.services-top {
    background: #dfdfdf;
    padding: 40px 0 !important;
}
section.section-cards {
    padding: 40px 0px !important;
}
    .contact-bar__left,
    .contact-bar__right{
    width: 100% !important;
}
    section.services-section {
        padding:40px 0px;
    }
}




/*slider css ends*/

.why-choose-one__count-box {
    position: absolute;
    background-color: var(--color2);
    text-align: center;
    padding: 20px 20px 20px;
    border-radius: var(--theme-border-radius);
    left: 30px;
    bottom: 0px;
    width: 186px;
}
.why-choose-one__count-box .counter {
    color: #fff;
    font-size: 36px;
    font-weight: 600;
}
.why-choose-one__content-box {
    position: relative;
    display: block;
    margin-top: 0px;
}
.icon_counter {
    display: flex;
    justify-content: center;
}
.icon_counter p {
    font-size: 34px;
    font-weight: bold;
    color: #fff;
    margin: 0;
}
.why-choose-one__letter {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    font-family: var(--endreox-font) !important;
    line-height: 42px !important;
    position: relative;
    top: -3px;
    padding-left: 3px;
}
.why-choose-one__count-text {
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    font-weight: 600;
}

.solution-content-inner-one ul li {
    padding-bottom: 10px;
}
section.process-section p {
    text-align: center;
}
    

.contact-bar__inne {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: var(--color2);;
    padding-top: 40px;
    padding-bottom: 40px;
    z-index: 1;
    flex-direction:column;
}

.contact-bar__inne:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100000px;
    right: -100000px;
    content: "";
    background-color: var(--color2);
    z-index: -1;
}

.contact-bar__left {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.contact-bar__left-icon {
    position: relative;
    display: block;
}

.contact-bar__left-icon span {
    position: relative;
    display: inline-block;
    font-size: 65px;
    color: var(--color1);
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.contact-bar__left:hover .contact-bar__left-icon span {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.contact-bar__left-content {
    margin-left:0;
    position: relative;
    top: 0;
}
.contact-bar:not(.cb_homne) .contact-bar__left-content {
    margin-left:30px;
}
.contact-bar__title {
    font-size: 29px;
    color: #fff;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
}

.contact-bar__text {
    font-size: 17px;
    color: #fff;
}

.contact-bar__right {
    position: relative;
}

.contact-bar__call {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact-bar__call-icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 75px;
    width: 75px;
    flex:0 0 75px;
    border: 2px dashed var(--color1);
    border-radius: 50%;
    transition: all 500ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.contact-bar__call-icon span {
    font-size: 40px;
    color: var(--color1);
}
.contact-bar__right:hover .contact-bar__call-icon {
    /*-webkit-transform: scale(0.9);*/
    /*transform: scale(0.9);*/
}

.contact-bar__call-icon img {
    width: auto;
}

.contact-bar__call-content {
    margin-left: 30px;
}

.contact-bar__call-number {
    font-size: 29px;
    font-weight: 700;
    margin-bottom: 2px;
    line-height: normal;
    
    /*border: 2px solid #fff;*/
    /*padding: 10px 15px ;*/
    /*border-radius: var(--theme-border-radius);*/
}

.contact-bar__call-number a {
    color: #fff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.contact-bar__call-number a:hover {
    color: var(--color1);
}

.contact-bar__call-time {
    font-size: 20px;
    color: #fff;
    margin-bottom:0;
}



.home-five {
    --theme-color:  var(--color1);
    --title-color: #000000;
    --body-color: #000000
}
section.home_banner {
    min-height: 450px;
    display: flex;
    position: relative;
    background-position: center;
    align-items:center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 2;
}
.g-recaptcha {
    display: none;
}
section.home_banner:before,
section.other_banner:before{
    content: '';
    position: absolute;
    background: #000;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0.1;
}
section.other_banner:before{
    opacity: 0.6;
}
.other_banner .container{
    position:relative;
}
.other_banner h1,
.other_banner p{
    color: #fff;
}
.other_banner h1{
    line-height:normal;
}
section.home_banner h1 {
    
    position: relative; 
    color: var(--color2);
    line-height:normal;
}
.sticky-active {
    /*border-bottom: 1px solid var(--color1);*/
}
.sticky-active.active {
    position: fixed;
    top: 0;
    width: 100%;
    border-bottom-color: #ffffffab;
}
section.home_banner p {
    color: #000;
    position: sticky;
    font-size: 16px;
    font-weight: 500;
}
.banner_ul li {
    font-weight:500;
    color: #000;
}
.boxed_wrapper {
    overflow: hidden;
}
.footer-widget__links-points-box ul li a {
    color: #fff;
}
.footer-widget__links-points-box ul li a:hover {
    color: #fff;
    text-decoration: underline;
}


.single-sidebar h3 {
    /*margin-bottom: 20px;*/
    font-size: 24px;
}
.blog-single-area .sidebar-wrapper .single-sidebar:not(:last-child){
    margin-bottom:30px;
}
.single-sidebar .sidebar-search-box {
    background: #dfdfdf;
    padding: 20px;
}
.sidebar-search-box .wikibox img{
    width:100%;
}
.single-sidebar {
    background: #dfdfdf;
    padding: 0px;
    border-radius: var(--theme-border-radius);
    border: 1px solid #dfdfdf;
    height: 100%;
}
.single-sidebar .title h3 {
    margin-bottom:0px;
    padding: 10px 20px;
    background: var(--color1);
    color: #fff;
    border-radius: var(--theme-border-radius) var(--theme-border-radius) 0 0;
}
.sidebar-wrapper .single-sidebar {
    background: transparent;
}
.sidebar-wrapper .single-sidebar .sidebar-search-box {
    background: transparent;
}
.sidebar-wrapper .single-sidebar .sidebar-form {
    padding: 20px;
}
.form-control {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 1.42857143;
    background-image: none;
    /*box-shadow: inset 0 1px 1px rgba(0,0,0,.075);*/
    /*transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;*/
}
.error{
    color: red;
}
label.error{
    display:none !important;
}
input.error,
textarea.error{
    border-color:red !important;
}
.wiki-p h3 {
    display: none;
}

html,
body {
    scroll-behavior: auto !important;
}

body {
    font-family:"Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: var(--body-color);
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased
}

iframe {
    border: none;
    width: 100%
}

.slick-slide:focus,
button:focus,
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
    outline: none
}

input:focus {
    outline: none;
    box-shadow: none
}

img:not([draggable]),
embed,
object,
video {
    max-width: 100%;
    height: auto;
        border-radius: var(--theme-border-radius);
}

ul {
    list-style-type: disc
}

ol {
    list-style-type: decimal
}

table {
    margin: 0 0 1.5em;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0
}

th {
    font-weight: 500
}

td,
th {
    border-top: 1px solid var(--border-color);
    padding: 9px
}

a {
    color: var(--color1);
    text-decoration: none;
    outline: 0;
    transition: all ease .4s
}

a:hover {
    color: var(--title-color)
}


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

button {
    transition: all ease .4s
}

img {
    border: none;
    max-width: 100%
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a,
span a {
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit
}

p {
    margin: 0 0 15px 0;
    color: var(--body-color);
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
    font-family: var(--title-font);
    color: var(--title-color);
    text-transform: none;
    font-weight: 700;
    line-height: 1.5;
}

.h1,
h1 {
    font-size: 48px
}

.h2,
h2 {
    font-size: 34px
}

.h3,
h3 {
    font-size: 26px
}

.h4,
h4 {
    font-size: 24px
}

.h5,
h5 {
    font-size: 18px
}

.h6,
h6 {
    font-size: 16px
}

.gx-2px {
    --bs-gutter-x: 2px
}

.form-control {
    height: 50px;
    padding: 0 20px;
    border: 1px solid #dfdfdf;
    color: var(--body-color);
    background-color: var(--white-color);
    border-radius: var(--theme-border-radius);
    font-weight: 500
}

.form-control:focus {
    outline: 0;
    box-shadow: none;
    background-color: var(--white-color);
    border-color: #e3e3e3
}

.form-control::-moz-placeholder {
    color: var(--body-color);
    text-transform: capitalize
}

.form-control::-moz-placeholder {
    color: var(--body-color);
    text-transform: capitalize
}

.form-control::placeholder {
    color: var(--body-color);
    text-transform: capitalize
}


.form-control.shadow {
    box-shadow: 0px 10px 38px 2px rgba(0, 0, 0, .05) !important
}

input.form-control::-webkit-outer-spin-button,
input.form-control::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input.form-control[type=number] {
    -moz-appearance: textfield
}

textarea.form-control {
    padding-top: 20px;
}

label {
    margin-bottom: .6em;
    text-transform: capitalize;
   margin-top: .6em;
   margin-left: 0.5em;
    display: block;
}

.form-group {
    margin-bottom: 12px;
    position: relative
}

@media(min-width:992px){
    .form-group {
        margin-bottom: var(--bs-gutter-x);
    }
    .below-services-inner a.rts-btn{
        margin:0 auto;
    }
    .banner-content,
    .home_contact{
       height:100%;
    }
    .contact-bar__right {
        display:flex;
        justify-content:flex-end;
    }
    .contact-bar__text{
        margin-bottom:0;
    }
}

.form-group>i {
    position: absolute;
    right: 30px;
    top: 20px;
    font-size: 18px;
    color: var(--color1)
}

.row.no-gutters>.form-group {
    margin-bottom: 0
}

.arrow-wrap .slick-arrow {
    opacity: 0;
    visibility: hidden
}

.arrow-wrap:hover .slick-arrow {
    opacity: 1;
    visibility: visible
}

.vs-menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .6);
    z-index: 999999;
    width: 0;
    height: 100%;
    transition: all ease .8s
}

.vs-menu-wrapper .mobile-logo {
    padding-bottom: 25px;
    padding-top: 40px;
    display: inline-block
}

.vs-menu-wrapper .vs-menu-toggle {
    border: none;
    font-size: 22px;
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 0;
    line-height: 1;
    width: 33px;
    height: 33px;
    line-height: 33px;
    font-size: 18px;
    z-index: 1;
    color: var(--white-color);
    background-color: var(--color1);
    border-radius: 50%
}

.vs-menu-wrapper .vs-menu-toggle:hover {
    background-color: var(--title-color);
    color: var(--white-color)
}

.vs-menu-wrapper .vs-menu-area {
    width: 100%;
    max-width: 600px;
    background-color: #fff;
    border-right: 3px solid var(--color1);
    height: 100%;
    position: relative;
    left: -1000px;
    opacity: 0;
    visibility: hidden;
    transition: all ease 1s;
    z-index: 1
}

.vs-menu-wrapper .vs-menu-area:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    max-height: 122px;
    background-color: var(--color1);
    opacity: .1;
    z-index: -1
}

.vs-menu-wrapper.vs-body-visible {
    opacity: 1;
    visibility: visible;
    width: 100%;
    transition: all ease .8s
}

.vs-menu-wrapper.vs-body-visible .vs-menu-area {
    left: 0;
    opacity: 1;
    visibility: visible;
    transition: all ease 1s
}

.vs-mobile-menu {
    overflow-y: scroll;
    max-height: 58vh;
    padding-bottom: 40px;
    margin-top: 33px;
    text-align: left
}

.vs-mobile-menu ul {
    margin: 0;
    padding: 0 0
}

.vs-mobile-menu ul li {
    border-bottom: 1px solid #fdedf1;
    list-style-type: none
}

.vs-mobile-menu ul li li:first-child {
    border-top: 1px solid #fdedf1
}

.vs-mobile-menu ul li a {
    display: block;
    position: relative;
    padding: 12px 0;
    line-height: 1;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--title-color)
}

.vs-mobile-menu ul li a:before {
    content: "";
    font-family: var(--icon-font);
    position: relative;
    left: 0;
    top: 0;
    margin-right: 10px;
    display: inline-block
}

.vs-mobile-menu ul li ul li {
    padding-left: 20px
}

.vs-mobile-menu ul li ul li:last-child {
    border-bottom: none
}

.vs-mobile-menu>ul {
    padding: 0 40px
}

.vs-mobile-menu>ul>li:last-child {
    border-bottom: none
}
.text-holder p img{
    border-radius:var(--theme-border-radius);
}
.vs-menu-toggle {
    /*width: 50px;*/
    /*height: 50px;*/
    padding: 5px 12px;
    font-size: 28px;
    border: none;
    background-color: var(--color1);
    color: var(--white-color);
    display: inline-block;
    border-radius: 50%;
    line-height:normal;
}

.scrollToTop {
    position: fixed;
    right: 60px;
    bottom: 500px;
    opacity: 0;
    visibility: hidden;
    transition: all ease .4s;
    z-index: 96
}

.scrollToTop.show {
    bottom: 60px;
    opacity: 1;
    visibility: visible
}

.scroll-bottom {
    display: inline-block
}
.scroll-bottom i {
    width: 60px;
    height: 60px;
    background-color: var(--color1);
    color: var(--white-color);
    line-height: 55px;
    text-align: center;
    right: 11px;
    bottom: 80px;
    font-size: 1.5em;
    box-shadow: 0 -5px 50px 0 rgba(0, 0, 0, .1);
    transition: all ease .4s;
    position: fixed;
    right: 10px;
    z-index: 99;
    border: 1px solid #fff;
    border-radius:var(--theme-border-radius);
}

.scroll-bottom:hover i {
    background-color: var(--white-color);
    color: var(--color1);
    border: 1px solid #000;
}

.scroll-bottom.show {
    bottom: 0
}

.sec-bottom-btn {
    margin-top: 40px;
    text-align: center;
    margin-bottom: 30px
}

.sec-title {
    color: var(--title-color2);
    margin: 0 0 10px 0
}

.sec-title .inner-text {
    text-decoration: underline;
   color: var(--color1)
}

.sec-subtitle5,
.sec-subtitle4,
.sec-subtitle3 {
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .12em;
    display: block;
    margin-bottom: 2px
}

.sec-subtitle4 {
    position: relative;
    margin-bottom: 7px;
    margin-top: -0.4em;
    color:#000 !important;
}

.sec-subtitle4.text-white:before {
    background-color: currentColor
}

.sec-line {
    width: 75px;
    height: 3px;
    background-color: var(--color1);
    margin-bottom: 10px;
    display: inline-block
}

.sub-plus {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: var(--white-color);
    font-size: 18px;
    color: #e4e4e4;
    display: inline-block;
    border-radius: 50%;
    transition: all ease .4s
}
.slick-arrow {
    --arrow-horizontal: -130px;
    width: 60px;
    height: 60px;
    background-color: var(--white-color);
    color: var(--color1);
    text-align: center;
    z-index: 4;
    border-radius: 50%;
}
.slick-slide img {
    display: inline-block;
}
.slick-arrow:hover {
    background-color: var(--color1);
    color: var(--white-color)
}
.media-body {
    flex: 1
}

.font-flaticon {
    font-family: var(--flaticon)
}

.font-icon {
    font-family: var(--icon-font)
}

.font-title {
    font-family: var(--title-font)
}

.font-body {
    font-family: var(--body-font)
}

.font-subtitle {
    font-family: var(--subtitle-font)
}

.fw-light {
    font-weight: 300
}

.fw-normal {
    font-weight: 400
}

.fw-medium {
    font-weight: 500
}

.fw-semibold {
    font-weight: 600
}

.fw-bold {
    font-weight: 700
}

.fw-extrabold {
    font-weight: 800
}

.fs-md {
    font-size: 18px
}

.fs-xs {
    font-size: 14px
}

.fs-20 {
    font-size: 20px
}

.fs-12 {
    font-size: 12px
}


.bg-theme {
    background-color: var(--color1) !important
}

.bg-smoke {
    background-color: var(--smoke-color) !important
}

.bg-secondary {
    background-color: var(--secondary-color) !important
}

.bg-white {
    background-color: var(--white-color) !important
}

.bg-black {
    background-color: var(--black-color) !important
}

.bg-title {
    background-color: var(--title-color) !important
}

.bg-light2 {
    background-color: #f5f7ff
}

[data-bg-src] {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.bg-fluid {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center
}

.bg-auto {
    background-size: auto auto
}

.bg-top-right {
    background-position: top right;
    background-size: auto
}

.bg-fixed {
    background-attachment: fixed
}

.bg-box1 {
    shape-size: 545px
}

.text-theme {
    color: var(--color1) !important
}

.text-title {
    color: var(--title-color) !important
}

.text-body {
    color: var(--body-color) !important
}

.text-light {
    color: var(--light-color) !important
}

.text-white {
    color: var(--white-color) !important
}

.text-yellow {
    color: var(--yellow-color) !important
}

.text-success {
    color: var(--success-color) !important
}

.text-error {
    color: var(--error-color) !important
}

.text-inherit {
    color: inherit
}

.text-inherit:hover {
    color: var(--color1)
}

.text-reset:hover {
    color: var(--color1) !important
}

.text-white-light {
    color: rgba(255, 255, 255, .8)
}

[data-overlay] {
    position: relative
}

[data-overlay] [class^=col-],
[data-overlay] [class*=col-] {
    z-index: 1
}

[data-overlay]:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1
}

[data-overlay=theme]:before {
    background-color: var(--color1)
}

[data-overlay=theme3]:before {
    background-color: var(--color1)
}

[data-overlay=title]:before {
    background-color: var(--title-color)
}

[data-overlay=white]:before {
    background-color: var(--white-color)
}

[data-overlay=dark]:before {
    background-color: var(--dark-color)
}

[data-opacity="1"]:before {
    opacity: 0.1
}

[data-opacity="2"]:before {
    opacity: 0.2
}

[data-opacity="3"]:before {
    opacity: 0.3
}

[data-opacity="4"]:before {
    opacity: 0.4
}

[data-opacity="5"]:before {
    opacity: 0.5
}

[data-opacity="6"]:before {
    opacity: 0.6
}

[data-opacity="7"]:before {
    opacity: 0.7
}

[data-opacity="8"]:before {
    opacity: 0.8
}

[data-opacity="9"]:before {
    opacity: 0.9
}

[data-opacity="10"]:before {
    opacity: 1
}



.widget {
    padding: 40px;
    margin-bottom: 30px;
    background-color: var(--smoke-color);
    border-radius: var(--theme-border-radius);
}

.widget_title {
    font-size: 22px;
    line-height: 1em;
    margin-bottom: 20px;
    margin-top: -0.07em
}



.footer-widget {
    margin-bottom: 0;
}

.footer-widget,
.footer-widget .widget {
    padding: 0;
    border: none;
    padding-bottom: 0;
    background-color: rgba(0, 0, 0, 0)
}
.footer-widget .widget_title {
    position: relative;
    border-left: none;
    font-family: var(--title-font);
    padding-left: 0;
    font-size: 24px;
    margin-top: -0.1em;
    margin-bottom: 32px;
    padding-bottom: 20px;
    color: #fff;
    line-height: 35px;
}

.widget.footer-widget address a {
    padding: 0;
}

.footer-widget .widget_title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 4px;
    background-color: #fff;
    border-radius: var(--theme-border-radius);
}


.footer-media2 {
    display: flex;
    align-items: center;
}
.footer-media2 .media-body a {
    color: #fff;
    font-weight: 700;
}
.footer-media2:not(:last-child){
    margin-bottom: 15px;
}
.footer-media2:first-of-type {
    padding-top: 5px
}

.footer-media2 .media-icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: rgba(255, 255, 255, .2);
    border-radius: 50%;
    color: var(--white-color);
    font-size: 24px;
    margin-right: 12px
}

.footer-media2 .media-label {
    color: var(--white-color);
    font-size: 16px
}
.footer-media2 address{
    color: #fff !important;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
}
.footer-media2 .media-text {
    color: var(--white-color);
    font-weight: 700;
    margin: 0
}
footer.footer-wrapper.footer-layout3 .copyright-wrap p a{
    font-weight:600;
}
.footer-media2 .media-text a {
    color: inherit
}
.footer-media2 .media-text a:hover {
    text-decoration: underline
}
.header-wrapper {
    position: relative;
    z-index: 41
}

.main-menu a:hover {
    color: #fff;
    text-decoration:underline;
}

.main-menu>ul>li {
    margin: 0 15px
}

.main-menu>ul>li>a .has-new-lable {
    position: relative
}

.main-menu ul {
    margin: 0;
    padding: 0
}

.main-menu ul li {
    list-style-type: none;
    display: inline-block;
    position: relative
}

.main-menu ul li:last-child {
    margin-right: 0
}

.main-menu ul li:first-child {
    margin-left: 0
}


.menu-style4 ul.sub-menu li a:before {
    box-shadow: inset 0px 2px 4px 0px rgba(242, 0, 0, .4)
}

.menu-style4>ul>li {
    margin: 0
}

.menu-style4>ul>li>a {
    padding: 27px 25px;
    font-weight: 500;
    color: var(--white-color);
    position: relative;
    font-size: 18px;
    display:block;
    cursor: pointer;
}

.menu-style4>ul>li>a:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    background-color: #fff;
    height: 16px;
    width: 1px;
    margin: -8px 0 0 0
}

.menu-style4>ul>li:first-child>a {
    padding-left: 0
}

.menu-style4>ul>li:last-child>a {
    padding-right: 0
}

.menu-style4>ul>li:last-child>a::before {
    display: none
}

	/* ---------- Header Top Bar ---------- */
.header-top-bar {
  background-color: var(--color2); /* Dark background */
  color: #fff;
  font-size: 14px;
  padding: 5px 0;
}

.top-bar-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-bar-left .top-item {
  display: flex;
  align-items: center;
  color: #fff;
}
.top-bar-left .top-item i {
    margin-top: 0px;
    font-size: 25px;
    margin-right: 8px;
}
.top-bar-left .top-left-location {
    font-size: 14px;
}
.top-bar-left .top-item span{
    font-size:16px;
}


.top-bar-left .top-item a {
    font-size:16px;
  color: #fff;
  text-decoration: none;
}

.top-bar-left .top-item a:hover {
  text-decoration: underline;
}

/* ---------- Social Icons ---------- */
.top-bar-right {
  color: #fff;
}

.follow-text {
    font-size:16px;
  font-weight: 500;
}

.social-icons a {
  color: #fff;
  margin-left: 25px;
  transition: color 0.3s ease;
}

.social-icons i {
    font-size: 16px;
}

/* ---------- Responsive ---------- */
@media (max-width: 768px) {
  .header-top-bar{
	display: none;
  }
}

/* new testimonial section */
 .testi_slider .slick-list {
        margin: 0 -5px;
    }

    .googe_rating{
        background: #dfdfdf;
    }

    .googe_rating .review-card {
        background: #fff;
        padding: 20px 20px 25px;
        text-align: left;
        position: relative;
        user-select: none;
        border-radius: var(--theme-border-radius);
        /* min-height: 375px; */
    }

    .site_testi .review-header {
    font-family: 'Inter', sans-serif;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
}

    .site_testi .rev_top {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .googe_rating .slick-slide:nth-child(even) .avatar {
        background: var(--color1);
    }
    .googe_rating .slick-slide:nth-child(odd) .avatar {
    background: var(--color2);
}
/*.googe_rating .slick-slide:nth-child(3) .avatar {*/
/*    background: #F44336;*/
/*}*/
/*.googe_rating .slick-slide:nth-child(4) .avatar {*/
/*    background: #3F51B5;*/
/*}*/


.googe_rating .review-header .avatar {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    user-select: none;
    background: var(--primary);
}

    .googe_rating .review-header .avatar {
        flex-shrink: 0;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        color: #fff;
        font-weight: 700;
        font-size: 18px;
        line-height: 40px;
        text-align: center;
        user-select: none;
        background: var(--primary);
    }

    .site_testi .avatar {
        position: relative;
        width: 56px;
        height: 56px;
        border-radius: 50%;
        overflow: hidden;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        transition: transform 0.3s ease;
    }



    .site_testi .avatar::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 50%;
        box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.3);
    }

    .review-text {
    font-size: 16px;
    color: #000;
    /* line-height: 1.7; */
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    margin-bottom: 0;
    background-color: transparent;
    padding: 10px;
}

/* for the equal height */
    /* ---------- Equal Height Testimonial Cards ---------- */
.testi_slider {
  display: flex !important;
  align-items: stretch; /* ensures equal height */
}

.testi_slider .slick-track {
  display: flex !important;
  align-items: stretch;
}

.testi_slider .slick-slide {
  height: auto !important;
  display: flex !important;
  align-items: stretch;
}

.review-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

    /* new testimonial ends */


.header-list1 ul {
    margin: 0 0 0 0
}

.header-list1 li {
    display: inline-block;
    margin-right: 40px
}

.header-list1 li:last-child {
    margin-right: 0
}

.header-list1 a {
    color: var(--title-color);
    font-weight: 600;
    display: block
}
.header-list1 address {
    color: var(--title-color)!important;
    font-weight: 600!important;
    display: block !important;
}

.header-list1 a i {
    color: #000;
    font-size: 28px;
    vertical-align: middle;
    margin: -2px 10px 0 0;
    transition: all ease .4s
}
.header-list1 address i {
    color: #000;
    font-size: 28px;
    vertical-align: middle;
    margin: -2px 10px 0 0;
    transition: all ease .4s
}
.header-list1 address:hover,
.header-list1 a:hover,
.header-list1 a:hover i {
    color: var(--color1)
}

.header-layout5 .vs-menu-toggle {
    background-color: var(--white-color);
    color: var(--color1);
    border-radius: var(--theme-border-radius);
    margin: 15px 0
}

.header-layout5 .menu-area {
    position: relative;
    z-index: 31;
     background-color: var(--color1);
     box-shadow: 0 0 20px 0 #0002;
}


section.about-us {
    padding: 70px 0;
}
section.our-services-sec {
    padding: 70px 0;
    background: #f6f6f6;
}

.footer-widget__links-list li:not(:last-child) {
        padding-bottom: 10px;
}

.footer-layout3 {
    margin-top: 0
}

.footer-layout3 .widget_title {
    margin-bottom: 35px
}

.footer-layout3 .widget-column {
    padding: 40px 30px 40px 40px;
    border-left: 1px solid #fff ;
}

.footer-layout3 .widget-column:last-child {
    background-color: var(--color1);
    border-left: none;
    position: relative;
    /*margin-top: -15px;*/
    /*height: 520px;*/
}

.footer-layout3 .widget-column:last-child:before {
    /*content: "";*/
    position: absolute;
    left: -25px;
    top: -1px;
    border-bottom: 8px solid var(--color1);
    border-top:9px solid rgba(0, 0, 0, 0);
    border-right: 13px solid var(--color1);
    border-left: 13px solid rgba(0, 0, 0, 0);
    z-index: 1;
    display: inline-block;
    opacity: 0.8;
}

.footer-layout3 .copyright-wrap {
    background-color: var(--color2);
    padding: 8px 0;
    border-top: 1px solid #fff;
}
footer.footer-wrapper.footer-layout3 {
    background-color: var(--color2);
    padding: 0 15px;
}
.footer-layout3 .copyright-wrap a{
    color:#fff !important;
    text-decoration:underline;
}
.footer-layout3 .copyright-wrap a:hover {
    color: var(--white-color);
    text-decoration: underline;
}


a.scroll-to-target[data-target="#contactUs"] {
    color: #fff;
}
a.scroll-to-target[data-target="#contactUs"]:hover {
    color: #fff;
    text-decoration: underline;
}
textarea.form-control {
    min-height: 100px !important;
}
.flex-row-reverse {
    margin-top: 30px;
}

.booking-form1 .form-control {
    height: 64px;
    border: 1px solid #b7b7b7;
    background-color: var(--white-color);
    background-image: none;
    box-shadow: 10px 17px 24px 0px rgba(0, 0, 0, .03);
    border-radius: var(--theme-border-radius);
}

.booking-form1 .form-control~i {
    top: 13px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    padding-left: 20px;
    border-left: 1px solid #b7b7b7;
    color: #777;
    font-size: 24px;
    padding-right: 3px
}
.social-bars p {
    color: #fff;
}
.form-contact {
       padding: 70px 50px; 
}
.testi-wrap1 {
    position: relative;
   padding: 70px 0;
   background-color:var(--color2);
}

.space-md, .space-md-bottom {
    padding: 70px 0;
}

.testi-style1 {
   text-align: center;
   margin-bottom: 20px;
   position: relative;
}
.testi-body {
    
    background-color: var(--color1);
    border-radius: var(--theme-border-radius);
    padding: 30px;
    position:relative;
    margin-bottom: 16px;
}
.testi-body:before {
    content: "";
    position: absolute;
    left: 55px;
    bottom: -10px;
    width: 40px;
    height: 10px;
    border-top: 11px solid var(--color1);
    border-left: 22.5px solid transparent;
    border-right: 22.5px solid transparent;
}
.testi-style1 .testi-name {
    color: var(--white-color);
    font-size: 24px;
    font-weight: 500;
    margin: 0;
    max-width:150px;
}
.testi_stars {
    text-align:left;
}
.testi_stars .fas{
    font-size: 22px;
    color: #ffc85c;
}
.all-services-list .services_all {
   grid-template-columns: repeat(1,1fr);
}
@media(min-width:768px){
    .testi-body {
        padding: 40px;
        display:flex;
    }
    .testi-body:before {
        left: 85px;
    }
    .testi-style1 .testi-name {
        max-width:200px;
    }
    .testi_stars {
        padding-left: 16px;
    }
    .all-services-list .services_all {
        grid-template-columns: repeat(2,1fr);
    }
}
.copyright-wrap p {
    margin-top:15px;
}

@media(min-width:992px){
    .all-services-list .services_all {
       grid-template-columns: repeat(3,1fr);
    }
    .testi-body {
        padding: 50px;
    }  
    .testi-style1 .testi-name {
        max-width:250px;
    }
    .testi-body:before {
        left: 95px;
        max-width:250px;
    }
    .contact-bar__inne {
        padding-top: 70px;
        padding-bottom: 70px;
        flex-direction:row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    section.home_banner h1 {
        font-size:36px;
    }
    .copyright-wrap p {
        /*margin-bottom: 0px !important;*/
    }
    section.home_banner {
        min-height:550px;
        height:500px;
    }
    
}
@media(max-width:1200px) and (min-width:992px){
    .menu-style4>ul>li>a {
        font-size:16px;
    }
}
@media(min-width:1200px){
    .all-services-list .services_all {
       grid-template-columns: repeat(4,1fr);
    }
    section.home_banner {
        min-height:650px;
    }
    section.home_banner h1 {
        font-size:38px;
    }
    .banner_ul li{
        list-style:none;
        color:#000;
        margin-bottom:10px;
        position: relative;
        padding-left: 30px;
    }
    .banner_ul li::before{
        font-size:20px;
    }
    .banner_ul{
        margin-bottom:24px;
        padding-left:0;
    }
    
}
@media(min-width:1400px){
    section.home_banner h1 {
        font-size:48px;
    }
}
.testi-style1 .testi-icon {
    width: 120px;
    height: 120px;
    flex:0 0 120px;
    line-height: 120px;
    background-color: var(--color2);
    color: var(--white-color);
    margin: 0 auto;
    position: relative;
    z-index: 1;
    border-radius: 50%;
    margin: 0 auto;
    outline: 1px solid var(--white-color);
    outline-offset: -10px
}

.testi-style1 .testi-icon .sub-plus {
    top: 15px;
    right: 3px;
    color: var(--color1)
}

.testi-style1 .testi-text {
    color: #e3e3e3;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
    padding-left: 16px;
    text-align: left;
}


div#testi-arrows {
    position: absolute;
    right: 0;
    bottom: -4px;
}

.testi-arrows .slick-arrow {
    opacity: 1;
    visibility: visible;
    box-shadow: 10px 17.321px 24px 0px rgba(0, 0, 0, .03);
    border: 1px solid #fff;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transform: none;
    margin: 0;
    font-size: 20px;
    line-height: 38px
}
.testi-arrows .slick-arrow {
    width:40px;
    height:40px;
}

.testi-arrows .slick-arrow:not(:last-child) {
    margin-right: 10px
}

.content-text-area-sec a:hover {
    color: #fff !important;
    text-decoration: underline;
}


section.top-sec {
    padding: 70px 0;
    background: #f6f6f6;
}

.social-bars-title {
    color: var(--white-color);
    text-align: center;
    margin-bottom: 40px
}

.widget.footer-widget address a {
    color: #fff !important;
}

.space-top.space-md-bottom {
   
    background: #F4F4F4F4;
}

.contact-form-area {
    
    padding-bottom: 16px;
}
section.breadcrumb-area.cnct.conttct-us h1 {
    
    display: flex;
    align-items: center;
    color: #fff;
}
section.error-page-area {
    padding: 70px 0;
}
input.btn-one {
    display: flex;
    margin: 0 auto;
     padding: 14px 50px;
    background: var(--color1);
    color: #fff;
    border: 1px solid var(--color1);
    border-radius: 16px;
}
.contact-form-area .contact-form-wraper .contact-form .rts-btn{
        display: flex;
    margin: auto;
}
section.breadcrumb-area.cnct.conttct-us {
    height: 300px;
    background-position: center;
    display: flex;
    min-height:300px;
    align-items: center;
}
section.breadcrumb-area h1 {
    color: #fff;
    position: sticky;
}
section.error-page-area h4 {
    font-size: 42px;
    font-weight: 800;
    padding-bottom: 10px;
}

.btns-box span {
    background: var(--color2);
    color: #fff;
    padding: 10px 40px;
    border: 1px solid var(--color2);
    border-radius: var(--theme-border-radius);
    display:inline-block;
}
.btns-box span:hover {
    /* border: 1px solid var(--color1); */
    /* background: var(--color1); */
}
section.error-page-area p {
    color: #000;
    font-size: 18px;
}
input.btn-one:hover {
    background: var(--color2);
    border: 1px solid var(--color2);
}
section#clients-section2 {
    padding: 70px 0;
}
section#clients-section2 h4 {
    
    
    font-size: 30px;
    text-align: center;
   
}
section#clients-section2 h3 {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    background: var(--color2);
    color: #fff;
     padding: 10px 0;
}
section#clients-section2 ul li a {
    color: #000;
    font-size: 18px;
}
section#clients-section2 ul li a:hover {
    color: var(--color1);
}

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

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

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

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

.px-25 {
    padding-right: 25px;
    padding-left: 25px
}

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

.px-35 {
    padding-right: 35px;
    padding-left: 35px
}

.px-40 {
    padding-right: 40px;
    padding-left: 40px
}

.px-45 {
    padding-right: 45px;
    padding-left: 45px
}

.px-50 {
    padding-right: 50px;
    padding-left: 50px
}

.py-5 {
    padding-top: 5px;
    padding-bottom: 5px
}

.py-10 {
    padding-top: 10px;
    padding-bottom: 10px
}

.py-15 {
    padding-top: 15px;
    padding-bottom: 15px
}

.py-20 {
    padding-top: 20px;
    padding-bottom: 20px
}

.py-25 {
    padding-top: 25px;
    padding-bottom: 25px
}

.py-30 {
    padding-top: 30px;
    padding-bottom: 30px
}

.py-35 {
    padding-top: 35px;
    padding-bottom: 35px
}

.py-40 {
    padding-top: 40px;
    padding-bottom: 40px
}

.py-45 {
    padding-top: 45px;
    padding-bottom: 45px
}

.py-50 {
    padding-top: 50px;
    padding-bottom: 50px
}

.pt-5 {
    padding-top: 5px
}

.pt-10 {
    padding-top: 10px
}

.pt-15 {
    padding-top: 15px
}

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

.pt-25 {
    padding-top: 25px
}

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

.pt-35 {
    padding-top: 35px
}

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

.pt-45 {
    padding-top: 45px
}

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

.pb-5 {
    padding-bottom: 5px
}

.pb-10 {
    padding-bottom: 10px
}

.pb-15 {
    padding-bottom: 15px
}

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

.pb-25 {
    padding-bottom: 25px
}

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

.pb-35 {
    padding-bottom: 35px
}

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

.pb-45 {
    padding-bottom: 45px
}

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

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

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

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

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

.pl-25 {
    padding-left: 25px
}

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

.pl-35 {
    padding-left: 35px
}

.pl-40 {
    padding-left: 40px
}

.pl-45 {
    padding-left: 45px
}

.pl-50 {
    padding-left: 50px
}

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

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

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

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

.pr-25 {
    padding-right: 25px
}

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

.pr-35 {
    padding-right: 35px
}

.pr-40 {
    padding-right: 40px
}

.pr-45 {
    padding-right: 45px
}

.pr-50 {
    padding-right: 50px
}

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

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

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

.pb-70 {
    padding-bottom: 70px
}

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


.mx-5 {
    margin-right: 5px;
    margin-left: 5px
}

.mx-10 {
    margin-right: 10px;
    margin-left: 10px
}

.mx-15 {
    margin-right: 15px;
    margin-left: 15px
}

.mx-20 {
    margin-right: 20px;
    margin-left: 20px
}

.mx-25 {
    margin-right: 25px;
    margin-left: 25px
}

.mx-30 {
    margin-right: 30px;
    margin-left: 30px
}

.mx-35 {
    margin-right: 35px;
    margin-left: 35px
}

.mx-40 {
    margin-right: 40px;
    margin-left: 40px
}

.mx-45 {
    margin-right: 45px;
    margin-left: 45px
}

.mx-50 {
    margin-right: 50px;
    margin-left: 50px
}

.my-5 {
    margin-top: 5px;
    margin-bottom: 5px
}

.my-10 {
    margin-top: 10px;
    margin-bottom: 10px
}

.my-15 {
    margin-top: 15px;
    margin-bottom: 15px
}

.my-20 {
    margin-top: 20px;
    margin-bottom: 20px
}

.my-25 {
    margin-top: 25px;
    margin-bottom: 25px
}

.my-30 {
    margin-top: 30px;
    margin-bottom: 30px
}

.my-35 {
    margin-top: 35px;
    margin-bottom: 35px
}

.my-40 {
    margin-top: 40px;
    margin-bottom: 40px
}

.my-45 {
    margin-top: 45px;
    margin-bottom: 45px
}

.my-50 {
    margin-top: 50px;
    margin-bottom: 50px
}

.mt-5 {
    margin-top: 5px
}

.mt-10 {
    margin-top: 10px
}

.mt-15 {
    margin-top: 15px
}

.mt-20 {
    margin-top: 20px
}

.mt-25 {
    margin-top: 25px
}

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

.mt-35 {
    margin-top: 35px
}

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

.mt-45 {
    margin-top: 45px
}

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

.mb-5 {
    margin-bottom: 5px
}

.mb-10 {
    margin-bottom: 10px
}

.mb-15 {
    margin-bottom: 15px
}

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

.mb-25 {
    margin-bottom: 25px
}

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

.mb-35 {
    margin-bottom: 35px
}

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

.mb-45 {
    margin-bottom: 45px
}

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

.ml-5 {
    margin-left: 5px
}

.ml-10 {
    margin-left: 10px
}

.ml-15 {
    margin-left: 15px
}

.ml-20 {
    margin-left: 20px
}

.ml-25 {
    margin-left: 25px
}

.ml-30 {
    margin-left: 30px
}

.ml-35 {
    margin-left: 35px
}

.ml-40 {
    margin-left: 40px
}

.ml-45 {
    margin-left: 45px
}

.ml-50 {
    margin-left: 50px
}

.mr-5 {
    margin-right: 5px
}

.mr-10 {
    margin-right: 10px
}

.mr-15 {
    margin-right: 15px
}

.mr-20 {
    margin-right: 20px
}

.mr-25 {
    margin-right: 25px
}

.mr-30 {
    margin-right: 30px
}

.mr-35 {
    margin-right: 35px
}

.mr-40 {
    margin-right: 40px
}

.mr-45 {
    margin-right: 45px
}

.mr-50 {
    margin-right: 50px
}

.mt-n1 {
    margin-top: -0.25rem
}

.mt-n2 {
    margin-top: -0.5rem
}

.mt-n3 {
    margin-top: -1rem
}

.mt-n4 {
    margin-top: -1.5rem
}

.mt-n5 {
    margin-top: -3rem
}

.mb-6 {
    margin-bottom: 6px
}

.mr-135 {
    margin-right: 135px
}

.mt-70 {
    margin-top: 70px
}

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

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

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

.space,
.space-top {
    padding-top: 70px
}

.space,
.space-bottom {
    padding-bottom: 70px
}

.space-md,
.space-md-top {
    padding-top: 70px
}

.space-md,
.space-md-bottom {
    padding-bottom: 70px
}

ul.ul3 {
    column-count: 4;
}
.btm-cities {
    padding: 70px 0;
}
.btm-cities .text-center h4 {
    font-size: 32px;
    font-weight: 700;
    padding-bottom: 16px;
}
.col-auto.updated-col {
    width: 70%;
}

.col-auto.updated-col ul {
    display: flex;
    justify-content: space-around;
    align-items:center;
}
 address {
    margin-bottom: 0px !important;
}


section.breadcrumb-area {
    height: 500px;
    display: flex;
    position: relative;
    margin-top: -42px;
    background-repeat: no-repeat;
    background-position: center;
    align-items: center;
    background-size:cover;
    
}
.inner-content.clearfix.text-center h1 {
    display: flex;
}
.inner-content.clearfix.text-center p {
    display: flex;
    color: #fff;
    font-size: 26px;
}
.bread-crum a {
    color: #fff;
}
.bread-crum {
    color: #fff;
    display: flex;
    align-items: center;
}
.bread-crum i {
    margin: 0 7px;
}

.text-holder h2 {
    font-size: 34px;
}
.text-holder p {
    font-size: 18px;
    color: #000;
}
.text-holder li {
    font-size:18px;
}
.text-holder li:not(:last-child){
    margin-bottom:10px;
}
.text-holder h4 {
    font-size: 26px;
}


section.space {
    padding: 70px 0;
}

footer.footer-wrapper.footer-layout3 .row {
    display: flex;
}
.copyright-wrap img {
    width: 80%;
    height: auto;
}

div#city_section ul li {
    line-height: 30px;
   
}
div#city_section ul {
    column-count: 4;
}

.header-top .row {
    display: flex;
    align-items: center;
}

.widget.footer-widget p {
    color: #fff !important;
}
ul.ul3 li a {
    color: #000;
    font-size: 18px;
    line-height: 30px;
}

ul.ul3 li a:hover {
    color: var(--color1);
}

.contact-form-area h2 {
    font-size: 32px;
    font-weight: 600;
}

div#city_section h3 {
    margin-bottom: 16px;
}


service-circle__lines .line {
    display:none;
}


section.vs-blog-wrapper.space-top.space-md-bottom {
    padding: 60px 0;
}

.widget.footer-widget address a:hover {
    text-decoration: underline;
}

.row.flex-row-reverse p {

    text-align: center;
}

.contact-form-area {
    padding: 70px 0;
}
.contact-form-area h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 35px;
}
section.cnct-us-map .container-fluid {
    padding: 0;
}

.contact-form-wraper {
    margin: 20px;
    background-color: #f4f4f4;
    padding: 20px;
    border-radius:var(--theme-border-radius);
   
}
section.breadcrumb-area.cnct.conttct-us:before {
    content: '';
    position: absolute;
    background: #0e0e0e;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0.3;
}
section.space-bottom .about-text {
    text-align: left;
}

.rc-anchor-logo-portrait {
    margin: 0px 0 0 0px !important;
}

.slick-active h3 {
    color: #000 !important;
}

.slick-current h3 {
    color: #000 !important;
}

.rts-service-area-one .nav-link[aria-selected=true] .btn-main-wrapper-service-one .icon {
  /*background: #fff;*/
}
.rts-service-area-one .nav-link[aria-selected=true] .btn-main-wrapper-service-one .icon img{
    filter: invert(1);
}
.rts-service-area-one .nav-link[aria-selected=true] .btn-main-wrapper-service-one .info-main .title {
  color: #fff;
}

div#services {
    background: #fff;
}
.btn-main-wrapper-service-one .info-main p {
    margin-bottom:0px !important;
}

.title-area-left p.pre {
    
    font-family: var(--font-primary);
}
.title-area-left .title,
.title-area-left > h2{
    font-weight: 700;
    /*font-size: 40px;*/
    color: #1F1F25;
    margin-bottom:24px;
}

.rts-service-area-one .nav-link {
    border: 1px solid #EFEFEF;
    padding: 25px;
    
    border-radius: var(--theme-border-radius);
    background-color: transparent !important;
    cursor: pointer;
}
.rts-service-area-one .nav-link:not(:last-child){
    margin-bottom: 20px;
}
.rts-service-area-one .nav-link[aria-selected=true] {
    background-color: var(--color2) !important;
}
.btn-main-wrapper-service-one {
    display: flex;
    align-items: center;
}
.btn-main-wrapper-service-one .icon{
    flex: 0 0 60px;
}
.btn-main-wrapper-service-one .info-main {
    margin-left: 20px;
}
.rts-service-area-one .nav-link[aria-selected=true] .btn-main-wrapper-service-one .info-main .title {
    color: #fff;
}
.btn-main-wrapper-service-one .info-main .title {
    font-weight: 600;
    font-size: 22px;
    
    color: #1F1F25;
    margin-bottom: 5px;
}
.nav-link[aria-selected=true] .btn-main-wrapper-service-one .info-main p{
  color:#fff !important;  
}
.rts-service-area-one .nav-link[aria-selected=true] .btn-main-wrapper-service-one .info-main p {
    font-weight: 400;
    font-size: 16px;
    color: #74787C;
}

.rts-service-area-one a.rts-btn {
    display: block;
    max-width: inherit;
    text-align: center;
}
.rts-service-area-one a.rts-btn::before {
  border-radius: var(--theme-border-radius);
}
p,span,button,a{
      font-family:'Inter', sans-serif;
}
.rts-btn {
    background: var(--color1);
    color: #fff;
    padding: 12px 40px;
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    vertical-align: middle;
    /*transform: perspective(1px) translateZ(0);*/
    position: relative;
    /*transition-property: color;*/
    /*transition-duration: 0.3s;*/
    /*min-width: max-content;*/
    text-align:center;
    border-radius: var(--theme-border-radius);
    border: 1px solid #fff;
    display:inline-block;
}
.rts-problem-solution-area .solution-content-inner-one .rts-btn {
    padding: 14px 40px ;
}
.main-container-form .rts-btn {
    padding: 14px 40px;
}
.rts-btn:active{
    background-color:var(--color1) !important;
    border-color: var(--color1);
}
.rts-service-area-one a.rts-btn::before {
    border-radius: var(--theme-border-radius) !important;
}
.rts-btn::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /*transform-origin: 50%;*/
    /*transition-property: transform;*/
    /*transition-duration: 0.3s;*/
    /*transition-timing-function: ease-out;*/
    border-radius: var(--theme-border-radius);
}
.service-one-tab-conetnt .thumbnail img {
    /*width: 100%;*/
    border-radius: var(--theme-border-radius) var(--theme-border-radius) 0 0;
}
.service-one-tab-conetnt .disc {
    padding: 27px 35px;
    background: #F6F6F6;
    border-radius:0 0 var(--theme-border-radius) var(--theme-border-radius);
}
.rts-btn:hover {
    background:var(--color2);
    color: #fff;
    border: 1px solid #fff;
}
.rts-btn:hover::before {
    background: var(--color1);
    transform: scaleX(0);
}
.choose-us-content {
    display: flex;
    flex-direction: column;
    padding: 10px;

}
.choose-us-content h2 {
    font-weight: 700;
    margin-bottom: 24px;
}
.choose-us-content p {
    color: #414141;
}
.choose-us-content .op {
    display:none !important;
}
.left-side-choose {
    display: flex;
    padding: 10px 0;
}
.choose-us-content h4,
.choose-us-content .subtitle
{
    color: var(--color1);
    margin-bottom: 10px;
}

.choose-us .col-lg-5 {
   align-items: center;
    display: flex;
    justify-content: center; 
}
.choose-right-img img {
    border-radius:var(--theme-border-radius);
}
.icon-choose {
    margin-right: 15px;
}

.primary-single-item {
    position: relative;
    border-radius: var(--theme-border-radius);
    box-shadow: 0 0 5px 0 rgba(0,0,0,.27);
    text-align: center;
    border: 1px solid #fff;
    width:100%;
}
.front-primary-content {
    height: 100%;
    text-align: center;
    transform: rotateY(0deg);
    transform-style: preserve-3d;
    z-index: 2;
    background: var(--color1);
    padding: 75px 35px;
    position: relative;
    transition: 1s;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.front-primary-content .front-img {
    margin-bottom: 1rem;
}
.front-primary-content .front-img img {
    width: 50px;
    height: auto;
    margin:0 auto;
}
.primary-single-item h2 {
    font-size: 25px;
    margin: 0;
    min-height: 60px;
}
.front-primary-links {
    background: var(--color2);
    position: absolute;
    overflow: hidden;
    padding: 30px;
    width: 100%;
    top: 0;
    height: 100%;
    z-index: 1;
    text-align: center;
    transform: rotateY(180deg);
    transform-style: preserve-3d;
    align-items: center;
    display: grid;
    transition: 1s;
   
}
.front-primary h2 {
    color: #fff !important;
}
.primary-single-item h3 {
    font-size: 20px;
    margin: 0;
    min-height: 30px;
    color: #fff;
}
.front-primary p {
    color: #fff !important;
    margin-bottom: 0;
}
.services-content a {
    width: fit-content;
}
.services-content h4,
.services-content .subtitle{
    margin-bottom: 10px;
    color:#fff;
}
.services-content p {
   
    color:#fff;
}
.services-content span {
    font-weight: 900;
    color: #fff;
}
.services-content {
    padding: 0 50px 0 50px;
    display: flex;
    flex-direction: column;
    margin: auto;
}
.services-content h2 {
    margin-bottom: 15px;
    color: #fff;
}

.primary-single-item:hover .front-primary-content {
    transform: rotateY(180deg);
    transition: 0.5s;
    z-index: 1;
}
.primary-single-item:hover .front-primary-links {
    transform: rotateY(0deg);
    z-index: 2;
    transition: 0.5s;
}

.services-sec .col-md-4 {
    padding:0px !important;
    display:flex;
}
.services-sec .col-lg-6 {
    padding-right: 0;
    /* position: relative; */
}
.field-item {
    width: 100%;
}

section.services-sec:before {
    position: absolute;
    content: "";
    width: 50%;
    height: 100%;
    background: #0007;
}
.below-header-content {
    display: flex;
    background: var(--color2);
    min-height: 150px;
    padding: 20px;
    border-right: 1px solid var(--color1);
    border-top: 1px solid var(--color1);
    align-items:center;
}
.below-header-sec .col-lg-2 {
    padding:0 !important;
}
.below-header-content h4 {
    color:#fff;
}
.below-header-content img {
     filter: invert(1);
}

.content-list-sec {
    /*background: var(--color1);
    padding: 0 50px;
    margin-left: 10px;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.content-block .content-text-area-sec:before {
    /*content: '';
    position: absolute;
    background: var(--color2);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
     opacity: 0.5; */
}
.content-text-area-sec {
    /*position: relative;
    text-align:center;
    align-items: center;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    
    
}
section.content-block .col-lg-6 {
    /*padding: 0 0px 0 !important;*/
}
.rts-section-gap .rts-single-working-process .content .title  {
    font-weight: 700;
    color:#000;
    margin-bottom:8px;
    font-size:18px;
    
}
h2{
    line-height:normal;
}
.content-list-sec h4,
.content-list-sec .h4,
.content-text-area-sec p{
    color:#fff;
    font-size:22px !important;
    line-height:normal;
}
.services_page_faq .site_accordion {
    gap:12px;
    display:grid;
}
.gallery_section .col a {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    background-color:#fff;
    padding:5px;
}

.gallery_section .col a:hover  {
    box-shadow: 0 0 20px 0 #0003;
}

.fancybox-thumbs__list {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.fancybox-thumbs__list a {
    border-radius:var(--theme-border-radius);
}
.fancybox-thumbs__list a:before {
    border: 4px solid var(--color1) !important;
}
.fancybox-is-open .fancybox-thumbs__list {
  opacity: 1;
}
/*fancy box transition css*/
/* Default hidden */
.fancybox-thumbs.fancybox-thumbs-y {
    transform: translateX(240px);
    opacity: 0;
    transition: transform 0.45s ease, opacity 0s ease;
}

/* Animate in */
.fancybox-thumbs.thumbs-animate {
    transform: translateX(0);
    opacity: 1;
}

/* Initial hidden state (off-screen to the right) */
.fancybox-inner {
    opacity: 0;
    transform: translateX(60px);
    transition: transform 0.45s ease, opacity 0.35s ease;
}

/* Animate in */
.fancybox-inner.inner-animate {
    opacity: 1;
    transform: translateX(0);
}


.content-text-area-sec a {
    font-size:20px;
}

@media(max-width:991.98px) and (min-width:768px) {
    .rts-problem-solution-area .pl--90 {
        padding: 15px  !important;
    }
}
@media(max-width:767.98px) {
    .rts-problem-solution-area .pl--90 {
        padding: 0 15px 15px  !important;
    }
}
@media(max-width:991.98px) {
    .content-list-sec {
        padding-bottom:20px;
    }    
    .content-text-area-sec,
    .content-list-sec{
        padding-top:20px;
    }
    .content-text-area-sec-video {
        padding:0 !important;
    }
    
}
.new-working-process {
    padding:40px 0;
}
.py-70 {
    padding-top: 40px;
    padding-bottom: 40px
}
@media(min-width:992px){
    .new-working-process {
        padding:70px 0;
    }
    .py-70 {
        padding-top: 70px;
        padding-bottom: 70px
    }
    .content-text-area-sec,
    .content-list-sec{
        min-height:200px;
    }
    .content-list-sec .h4,
    .content-text-area-sec p{
        font-size:29px;
    }
    .choose-us-content .subtitle {
        font-size:24px;
    }
    .services_page_faq .site_accordion{
        
        grid-template-columns: repeat(1, 1fr);
    }
    .widget.footer-widget p {
        margin-bottom:0;
    }
    .content-text-area-sec a {
        font-size:26px;
    }
}
.content-list-sec p{
    color:#fff;
}
.content-text-area-sec p {
    color: #fff;
    position: relative;
    font-family:var(--title-font);
    margin-bottom:8px;
}
.content-text-area-sec p strong{
    font-weight:700;
}
.content-text-area-sec a{
    font-weight: 700;
    color:#fff;
     position: relative;
}

.vs-blog-wrapper {
    background:#f6f6f6;
}

section.bottom-block {
    padding: 70px 0 !important;
}
#service-slider .owl-nav {
 margin-top:30px;   
}
.rts-section-gap .title-area-center {
    text-align: center;
}
.rts-section-gap .title-area-center p.pre {
    color: var(--color1);
    letter-spacing: 0.04em;
    font-weight: 600;
    margin-bottom:10px;
    text-transform: uppercase;
}
.rts-section-gap .title-area-center p.pre span {
    padding: 3px 7px;
    background: var(--color1);
    border-radius: var(--theme-border-radius);
    color: #fff;
}
.rts-section-gap .title-area-center .title {
    font-weight: 700;
    /*font-size: 48px;*/
    /*color: var(--color2);*/
    margin-bottom: 30px;
}
.site_accordion .accordion-item {
    width: 100%;
}
.services_page_faq .site_accordion .accordion-item {
    margin-bottom:0;
}
.solution-content-inner-one .site_accordion .accordion-item {
    margin-bottom:0;
}
.solution-content-inner-one .site_accordion {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
}
.site_accordion .accordion-item .accordion-header {
    position: relative;
}

.site_accordion .accordion-item .accordion-header .title {
    cursor: pointer;
    position: relative;
    background: #ebebeb;
    margin: 0;
    padding: 20px 20px 20px 20px;
    font-size: 18px;
    font-weight:600;
    display: flex;
    justify-content: space-between;
}
.form-title.pb-1{
    font-size:30px;
}
.accordion-body {
    padding: 0px 20px 20px 20px;
}
.site_accordion .accordion-item .accordion-header .title {
	border-radius: var(--theme-border-radius);
}
.site_accordion .accordion-item .accordion-header.active .title {
	border-radius: var(--theme-border-radius) var(--theme-border-radius) 0 0;
}
.site_accordion .accordion-item .accordion-header span {
    height: 30px;
    width: 30px;
    color: #ffffff;
    background: var(--color1);
    font-size: 13px;
    border-radius: 50px;
    font-family: Font Awesome\ 5 Pro;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 30px;
    margin-left: 20px;
}
.site_accordion .accordion-item .accordion-header.active span:before {
    content: "\f068";
    
}
.site_accordion .accordion-item .accordion-body {
	display: none;
}
.site_accordion .accordion-item .accordion-body p:last-child{
    margin-bottom:0;
}
.Faq_Answer.accordion-body{
    border-radius: 0 0 var(--theme-border-radius) var(--theme-border-radius);
    background-color: #ebebeb;
}
.rts-section-gap .rts-single-working-process {
    position: relative;
    /*min-height: 360px;*/
    height:100%;
    padding: 1rem;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius:var(--theme-border-radius);
}
.rts-section-gap .rts-single-working-process .icon {
    width: 100px;
    height: 100px;
    background: #f9f9f9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    transition: 0.3s;
}
.rts-section-gap .rts-single-working-process .content h5 {
        font-size: 20px;
        color: #000;
        font-weight: 700;
        padding-bottom: 6px;
}
.rts-section-gap .rts-single-working-process .icon img{
    max-width:60px;
}
.rts-section-gap .rts-single-working-process .icon img {
   
    transition: 0.3s;
}
.rts-single-working-process:hover .icon img {
   filter:invert(1);
}
.rts-single-working-process:hover .icon {
    background: var(--color1);
}
.rts-section-gap .rts-single-working-process .content p.disc {
    font-weight: 400;
    font-size: 16px;
    margin-bottom:0;
}
.rts-section-gap .rts-single-working-process .content .step_number {
    position: absolute;
    bottom: -15px;
    left:0;
    right:0;
    margin:0 auto;
    width: 55px;
    height: 55px;
    background: var(--color1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.rts-section-gap .rts-single-working-process .content .step_number span {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
}

.rts-section-gap .rts-single-working-process::after {
    position: absolute;
    content: "";
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    background: #00000052;
    filter: blur(120px);
    border-radius: 50%;
    z-index: -1;
    opacity: 0.35;
}
.bg-cta-two {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.cta-two-main-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.title-area-left {
    text-align: left;
}
.title-area-left p.pre {
    color: var(--color1);
    letter-spacing: 0.04em;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 10px;
}
.title-area-left p.pre span {
    padding: 3px 7px;
    background: var(--color1);
    border-radius: var(--theme-border-radius);
    color: #fff;
    line-height: 30px;
}
.cta-two-main-wrapper .title-area-left .title {
    color: #fff;
    margin-bottom: 0;
        font-weight: 700;
    font-size: 48px;
    
}
.cta-two-main-wrapper .cta-button-area {
    display: flex;
    align-items: center;
    gap: 15px;
}
.rts-btn.btn-border {
    font-size:18px;
    background: transparent !important;
    border: 2px solid #FFFFFF;
    color: #ffff;
    
}
@media(min-width:992px) and (max-width:1300px) {
    .rts-btn.btn-border {
        padding: 12px 10px;
        
    }
    .help_line.me-2.me-lg-3{
        font-size:14px;
    }
}
.rts-btn.btn-border:hover {
    background: var(--color2) !important;
    color: #fff !important;
}
.rts-btn.btn-border:hover::before {
    background: var(--color1) !important;
    transform: scaleX(0) !important;
}
.rts-problem-solution-area {
    position: relative;
    background: #F7F7F7;
}
.rts-solution-left-area-left {
    position: relative;
    padding-right: 20px;
}
.rts-solution-left-area-left .small-image {
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    right: -50%;
}
.rts-solution-left-area-left .small-image img {
    border-radius: var(--theme-border-radius);
    max-width: 170px;
}
.solution-content-inner-one p.disc {
    margin-bottom: 10px;
}
.solution-content-inner-one .solution-main-wrapper {
    display: flex;
    /* align-items: center; */
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 20px;
}
.solution-content-inner-one .solution-main-wrapper .single-solution {
    flex-basis: 48%;
    background: #FFFFFF;
    box-shadow: 0px 13px 25px 4px rgba(0, 0, 0, 0.03);
    padding: 18px 13px;
    display: flex;
    align-items: center;
    transition: 0.3s;
    border-radius: var(--theme-border-radius);
}
.solution-content-inner-one .solution-main-wrapper .single-solution i {
    font-weight: 900;
    font-size: 20px;
    line-height: 20px;
    color: var(--color1);
    margin-right: 15px;
    transition: 0.3s;
    font-family: 'Font Awesome 5 Pro';
    font-style:normal;
}
 .fa-circle-check:before {
    content: "\f058";
}
.solution-content-inner-one .solution-main-wrapper .single-solution p {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    transition: 0.3s;
    color: var(--color2);
        margin-bottom: 0 !important;
}
.solution-content-inner-one .cta-btn-solution {
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.solution-content-inner-one .cta-btn-solution .call-btn {
    display: flex;
    align-items: center;
}
.title-area-left .title span {
    color: var(--color1);
}
.solution-content-inner-one .cta-btn-solution .call-btn .icon {
    height: 70px;
    width: 70px;
    
    /*background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);*/
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    /*margin-left: 10px;
    border: 1px solid #EDD9D9;*/
}
.solution-content-inner-one .cta-btn-solution .call-btn .icon i {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background: var(--color1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
    transform: rotate(-60deg);
        font-family: 'Font Awesome 5 Pro';
}
.solution-content-inner-one .solution-main-wrapper .single-solution:hover i {
    color: var(--color1);
}
.solution-content-inner-one .solution-main-wrapper .single-solution:hover i:before {
    color: #fff;
}

.solution-content-inner-one .solution-main-wrapper .single-solution:hover {
    transform: translateY(-5px);
    background: var(--color1);
   
}
.solution-content-inner-one .solution-main-wrapper .single-solution:hover p {
    color: #fff;
}
.solution-content-inner-one .cta-btn-solution .call-btn .call-info a:hover {
    color: var(--color1) !important;
    text-decoration: underline;
}
.fa-phone-volume:before {
    content: "\f2a0";
}
.solution-content-inner-one .cta-btn-solution .call-btn .call-info {
    margin-left: 0px;
}
.solution-content-inner-one .cta-btn-solution .call-btn .call-info span {
    display: block;
    color: #74787C;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
}
.solution-content-inner-one .cta-btn-solution .call-btn .call-info a {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: var(--color2);
    margin-top: 4px;
    display: block;
    transition: 0.3s;
}


.list_title h2 {
    color: #fff;
}
.list_title p {
    color: #fff;
    margin-bottom: 15px;
}
section#our-door-services {
    padding: 60px 0;
    background-color: var(--color2);
}
.list_title {
    margin-bottom: 5px;
    text-align: center;
}
ul.services_all {
    column-count: 3;
}
section.banner-bottom-service {
    /* z-index: 999999; */
    position: relative;
    background-color:#fff;
}
.banner-bottom-service .col-lg-4 {
    
    display: flex;
}
.banner-bottom-service .bottom-box-serive {
    padding: 20px 10px;
    transition: all 0.5s ease;
    background-color:#dfdfdf;
    border-radius:var(--theme-border-radius);
}
.banner-bottom-service .bottom-box-serive:hover{
transform: translateY(-4px); 
transition: all 0.5s ease;
}

.banner-bottom-service .bottom__box__img {
    height: fit-content !important;
    border-radius: 78px;
    margin-right: 10px;
    transition: all 0.5s ease;
    background:#fff !important;
    max-width:90px;
}
@media(max-width:991.98px){
    .banner-bottom-service .bottom__box__img {
        width: 25%;
    }
    section.home_banner.video-banner {
        min-height:300px;
    }
    section.home_banner.video-banner{
        background-image:none !important;
    }
    .btn-group {
        margin-bottom:15px;
    }
}
.banner-bottom-service .bottom__box__img img {
    max-width: 100%;
    padding: 15px;
}

.banner-bottom-service .bottom__text .title {
    font-size: 18px;
    line-height: 28px !important;
    margin-bottom: 5px;
    font-weight:700;
    color:#000;
}


.banner-bottom-service .bottom__text p {
   font-size: 15px;
    margin-bottom: 0 !important;
}

.bottom-box-serive:hover .bottom__box__img {
    
    box-shadow: 0 10px 30px 0 rgba(0,0,0,.1);
    transform: scale(1);
    transition: all 0.5s ease;
}

.testi-wrap1 .slick-current h3{
    color:#fff !important;
}


.testi-wrap1 .slick-active h3{
    color:#fff !important;
}
section.services-sec {
    background-color: #eee;
    position: relative;
}
section.inner-pages {
    min-height: 350px;
    display: flex;
    position: relative;
    background-position: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media(min-width:992px){
    section.inner-pages {
        min-height: 500px;
    }
}
.services-top-heading {
    /*text-align: center;*/
    background: var(--color1);
    padding: 25px;
}
.services-top-heading p
 {
    color: #fff;
}


.services-top-heading h2 {
    margin: 0 !important;
    color:#fff;
}
.main-services-sec {
    padding: 40px 0;
}
.main-services-sec::before{
    position:absolute;
    left:0;
    right:0;
    content:'';
    background-color:#0003;
}


.main-services-sec h2 {
    color: #fff;
    text-align: center;
    margin-bottom: 4px;
}
.main-services-sec p {
    color: #fff;
    text-align: center;
    margin-bottom: 40px !important;
    width: 75%;
    margin-left: auto;
    margin-right:auto;
}
.main-services-sec span {
    background: var(--color1);
    color: #fff;
    padding: 5px 16px;
    border-radius: var(--theme-border-radius);
}
.cta-section {
    background-color: var(--color1);
    color: #fff;
    text-align: center;
    padding: 40px 20px;
    border-radius: var(--theme-border-radius);
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    margin: 20px 0;
}
.cta-section ~ h2{
    /*margin-bottom:30px;*/
}

.cta-section h2 {
    font-size: 28px;
    margin-bottom: 20px;
}

.cta-section p {
    font-size: 16px;
    margin-bottom: 20px;
}

.cta-section *,
.cta-section p,
.cta-section .rts-btn{
    color:#fff !important;
}
.cta-section .rts-btn{
    display:inline-block;
    text-decoration:none;
}
@media(min-width:992px){
    .cta-btn-get {
        display: flex;
        justify-content: end;
    }
    .solution-content-inner-one .site_accordion {
        grid-template-columns: repeat(1, 1fr);
    }
    .services-top-heading .col-lg-8 >p {
        margin-bottom:0;
    }
    .rts-solution-left-area-left {
        padding-right:50px;
    }
    .main-services-sec {
        padding: 70px 0;
    }
    
    .main-services-sec h3 {
        margin-bottom: 10px;
    }
    .cta-two-main-wrapper .title-area-left .title {
        max-width:90%;
    }
    .main-services-sec h2 {
        font-size:36px;
    }
    .banner-bottom-service .bottom__text {
        width: 80%;
    }
    .contact-bar__right {
        width:40%;
    }
    .contact-bar__left { 
        width: 70%;
    }
}
.all-services-list .services_all li a {
    color: #000000;
    padding: 20px;
    display: flex;
    font-size: 16px;
    line-height: 1.2em;
    /*margin: auto;*/
    align-items: center;
    justify-content: center;
    height: 100%;
}

.all-services-list .services_all li {
    position:relative;
   list-style:none;
    text-align: left;
    background: #ffffffab;
    border-radius: var(--theme-border-radius);
    display:flex;
}

.all-services-list .services_all {
    display: grid;
    gap: 1rem;
    padding-left:0;
    margin-bottom:0;
}
.all-services-list .services_all li img {
    filter: invert(100%) brightness(1000%) contrast(1000%);
    padding: 5px 7px;
    min-width:48px;
    min-height:48px;
}
.all-services-list .services_all li:before {
    width: 62px;
    height: 100%;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: var(--color1);
    z-index: 0;
    border-radius: var(
    --theme-border-radius) 0 0 var(--theme-border-radius);
}

.below-services-inner {
    background: var(--color1);
    padding: 40px 20px;
    margin-top: -113px;
    position: relative;
    border-radius: var(--theme-border-radius);
    display: flex;
    justify-content: center;
    align-items: center;
}

  .below-services-inner h3 {
    font-weight: 900;
    font-size: 36px;
    color: #fff;
}
 .below-services-inner p {
    font-weight: 500;
    font-size: 22px;
    color: #fff;
}
@media(min-width:992px){
    .below-services-inner {
        padding: 40px;
    }
    .all-services-list .services_all li a {
        padding: 10px;
        margin:0;
    }
}
.text-center.load-more.call-to-action {
    margin: 50px 0;
}
.cta-two-main-wrapper .title-area-left p.pre {
    color:#fff !important;
}
.all-services-list .services_all li:hover {
    background: #ffffff;
}
.all-services-list .services_all li:hover a{
    text-decoration:underline;
}
.header-top .header-list1 .list-unstyled li span {
    padding: 0 10px;
    color: #000;
    font-weight: 600;
}
.banner-content {
    position: relative;
    /*top: -50px;*/
    /*background-color:#0007;*/
    padding:0px;
    /*border-radius:var(--theme-border-radius);*/
    /*min-height:391px;*/
}

.banner-content a.rts-btn {
    padding:14px 40px;
    display: inline-block;
    text-align: center;
    min-width: 100px;
}
.below-services-inner a.rts-btn {
    display: block;
    text-align: center;
    width: 100px;
}
.banner_ul{
    list-style:none;
}
.banner_ul li::before {
    font-family: Font Awesome\ 5 Pro;
    content: "\f058";
    font-weight: 400;
    display: inline-block;
    margin-right: 8px;
    color: var(--color1);
    position: absolute;
    left: 0;
}
.header-links ul {
    padding: 0;
    list-style: none;
}

/*shift layer css*/
/*.shift-layer {*/
/*  position: relative;*/
/*  display: block;*/
/*  width: 100%;*/
/*  background-color: #e0e0e0; */
/*  overflow: hidden;*/
/*  --real-padding: 56.25%; */
/*}*/

/*.shift-layer::before {*/
/*  content: "";*/
/*  display: block;*/
/*  width: 100%;*/
/*  padding-top: var(--real-padding);*/
/*  background-color: #e0e0e0;*/
/*}*/

/*.shift-layer img {*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  object-fit: cover;*/
/*  opacity: 0;*/
/*  transition: opacity 0.5s ease-in-out;*/
/*}*/

.main-content-image {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #f7f7f7;
    aspect-ratio: 1 / 1;
    border-radius:var(--theme-border-radius);
}
.main-content-image.img-error {
    background: #ebebeb;
}

.main-content-image .shimmer-layer {
    position: absolute;
    inset: 0;
    z-index: 1; /* ✅ behind image */
    background: linear-gradient(100deg, #f0f0f0 20%, #e0e0e0 50%, #f0f0f0 80%);
    background-size: 100% 100%;
    animation: shimmer 1.5s infinite linear;
    pointer-events: none;
}

@keyframes shimmer {
  0% { background-position: -200% 0; }
  100% { background-position: 200% 0; }
}
.blog-single-area:not(.main-content-area) {
    background-color:#f7f7f7;
}

.main-content-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 10; 
}
.gallery .main-content-image img,
.gallery .main-content-image{
    aspect-ratio: 416 / 227;
}

.error-content .ttm-big-icon i {
    font-size: 150px;
    color: var(--color1);
    margin-bottom: 35px;
}
.header-links .rating-header .rating-img-seals img {
    min-width: 115px;
    min-height: 30px;
}
.header-links .rating-header .rating-img-stars img {
    min-width: 103px;
    min-height: 20px;
}
.section-cards .under-banner-card .image-sec-div {
    min-width: 50px;
    min-height: 50px;
}
.service-card .main-content-image {
    border-radius: 0;
}
section.services-section .owl-carousel .item {
    display: block;
}
.service-card .service-logo {
    z-index: 11;
}
.service-card .main-content-image img {
    aspect-ratio: 412 / 253;
}
.copyright-wrap img {
    min-width: 200px;
    min-height: 64px;
}
.banner-content .main-content-image {
    aspect-ratio: 351/234 ;
}
.hero_image_service img {
    aspect-ratio: 351/234;
}
.mobile_header .header-logo img{
    min-width:250px;
    min-height:80px;
}
.boxed_wrapper .mobile-logo img{
     min-width:250px;
    min-height:80px;
}
.googe_rating .our_top_head img:first-child{
    min-width:103px;
    min-height:20px;
}
.googe_rating .our_top_head .testimonial-google-logo{
    min-width:150px;
    min-height:60px;
}
.sidebar-wrapper .sidebar-ratings img:first-child {
     min-width: 115px;
    min-height: 30px;
}
.sidebar-wrapper .sidebar-ratings img:last-child {
     min-width: 103px;
    min-height: 20px;
}
.main-content-area .blog-posts .main-content-image {
    aspect-ratio: 860/400;
}

section.home_banner .banner-cta p {
    color: #fff;
    
}
.home_banner video {
    width: 100%;
    display: block;
    min-height: 300px;
    object-fit: cover;
    object-position: center;
    position: absolute;
    left: 0;
    right: 0;
    z-index:-1;
    top:0;
    border-radius:0;
}

/* why us seal*/

.thumbnail {
    position: relative;
}
.why-choose-img .thumbnail::before {
    border-radius:var(--theme-border-radius);
    content: "";
    position: absolute;
    inset: 0;
   
    transparent :20%;

    /*background: linear-gradient(to top, #055160 0%, rgba(0, 0, 0, 0) 60%);*/
    z-index: 1;
}
.why-choose-img img {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 0;
}
.why-choose-img .tabs-seal {
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    width: 90%;
    margin: 0 auto;
    z-index: 2;
}
/* why us seal ends */

section.services-top {
    background: #dfdfdf;
    padding: 70px 0;
}
.service-top {
    background: #fff;
    padding: 15px;
    text-align: center;
    border-radius: var(--theme-border-radius);
}
.service-top .img {
    margin-bottom: 10px;
}
.service-top h3 {
    margin: 0;
}
.service-top h3 a {
    color: var(--color2);
}
.service-top .img img, .service-top .img {
    aspect-ratio: 600 / 400;
}
/*new cards csss*/
 /* cards  css starts here */
        .section-cards .under-banner-card {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    padding: 25px 20px;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
}
section.section-cards {
    padding: 70px 0px;
}
.section-cards .under-banner-card .image-sec-div {
    margin-bottom: 15px;
}
.image-sec-div {
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-cards .under-banner-card h3 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
}
.section-cards .under-banner-card p {
    font-size: 16px;
    color: #555;
    margin: 0;
}
.section-cards .under-banner-card:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}
.section-cards .main-heading .main-title{
    margin-bottom: 30px;
}

/* new-process starts */


.process-card {
    position: relative;
    height: 100%;
    z-index: 2;
}

.process-card .box-number {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    width: 58px;
    height: 52px;
    line-height: 52px;
    background-color: #fff;
    text-align: center;
    -webkit-clip-path: path("M57.3334 22.0161C58.7743 24.4931 58.7743 27.545 57.3334 30.022L46.8665 48.0161C45.4256 50.4931 42.7628 52.019 39.881 52.019H18.9471C16.0654 52.019 13.4025 50.4931 11.9617 48.0161L1.49471 30.022C0.0538433 27.545 0.0538471 24.4931 1.49471 22.0161L11.9617 4.022C13.4025 1.54496 16.0654 0.0190428 18.9471 0.019043L39.881 0.0190439C42.7628 0.019044 45.4256 1.54496 46.8665 4.02201L57.3334 22.0161Z");
    clip-path: path("M57.3334 22.0161C58.7743 24.4931 58.7743 27.545 57.3334 30.022L46.8665 48.0161C45.4256 50.4931 42.7628 52.019 39.881 52.019H18.9471C16.0654 52.019 13.4025 50.4931 11.9617 48.0161L1.49471 30.022C0.0538433 27.545 0.0538471 24.4931 1.49471 22.0161L11.9617 4.022C13.4025 1.54496 16.0654 0.0190428 18.9471 0.019043L39.881 0.0190439C42.7628 0.019044 45.4256 1.54496 46.8665 4.02201L57.3334 22.0161Z");
    position: absolute;
    left: 0;
    top: calc(50% - 26px);
    z-index: 3;
    -webkit-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
}

.process-card .box-number:before {
    content: '';
    position: absolute;
    inset: 4px 6px 5px 6px;
    background-color: var(--color1);
    -webkit-clip-path: path("M45.0593 17.9739C46.4854 20.4453 46.4854 23.4902 45.0593 25.9617L37.551 38.9739C36.1249 41.4453 33.4894 42.9678 30.6373 42.9678L15.6206 42.9678C12.7684 42.9678 10.1329 41.4453 8.70681 38.9739L1.19847 25.9617C-0.227614 23.4902 -0.227614 20.4453 1.19847 17.9739L8.70681 4.96168C10.1329 2.49024 12.7684 0.967773 15.6206 0.967773L30.6373 0.967774C33.4894 0.967774 36.1249 2.49024 37.551 4.96168L45.0593 17.9739Z");
    clip-path: path("M45.0593 17.9739C46.4854 20.4453 46.4854 23.4902 45.0593 25.9617L37.551 38.9739C36.1249 41.4453 33.4894 42.9678 30.6373 42.9678L15.6206 42.9678C12.7684 42.9678 10.1329 41.4453 8.70681 38.9739L1.19847 25.9617C-0.227614 23.4902 -0.227614 20.4453 1.19847 17.9739L8.70681 4.96168C10.1329 2.49024 12.7684 0.967773 15.6206 0.967773L30.6373 0.967774C33.4894 0.967774 36.1249 2.49024 37.551 4.96168L45.0593 17.9739Z");
    z-index: -1;
}

.process-card .box-content {
    -webkit-mask-image: url('data:image/svg+xml,<svg width="306" height="140" viewBox="0 0 306 140" preserveAspectRatio="none" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.8832 11.9691C-1.16438 6.63586 2.68656 0 8.82914 0H264.765C271.027 0 276.714 3.65286 279.317 9.34784L304.003 63.3478C305.934 67.5724 305.934 72.4276 304.003 76.6522L279.317 130.652C276.714 136.347 271.027 140 264.765 140H8.82913C2.68655 140 -1.16438 133.364 1.88319 128.031L35.0437 70L1.8832 11.9691Z" fill="white"/></svg>');
    mask-image: url('data:image/svg+xml,<svg width="306" height="140" viewBox="0 0 306 140" preserveAspectRatio="none" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.8832 11.9691C-1.16438 6.63586 2.68656 0 8.82914 0H264.765C271.027 0 276.714 3.65286 279.317 9.34784L304.003 63.3478C305.934 67.5724 305.934 72.4276 304.003 76.6522L279.317 130.652C276.714 136.347 271.027 140 264.765 140H8.82913C2.68655 140 -1.16438 133.364 1.88319 128.031L35.0437 70L1.8832 11.9691Z" fill="white"/></svg>');
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    padding: 24px 24px 24px 72px;
    position: relative;
    z-index: 2;
    height: 100%;
    background-color: #dfdfdf;
}

.process-card .box-title {
    margin-bottom: 5px;
    font-size:22px;
    font-weight:600;
}

.process-card .box-text {
    font-size: 16px;
    text-align: left;
}

.process-card .box-text {
    margin-bottom: -0.4em;
}
/* !END: Process CSS */

.contact-bar__left {
    align-items:center;
}
.contact-bar__call a.rts-btn::before {
    background: var(--color1);
}


  /* ---------- Left Info Section ---------- */
  .main-container-form {
      background:#dfdfdf;
  }
  
  .contact-info {
    background-color: var(--color2);
    color: #fff;
    border-radius: 10px 0 0 10px;
    padding: 40px;
  }

  .contact-info .info-title {
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 18px;
  }

  .contact-info .info-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
  }

  .contact-info .icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid #fff;
    border-radius: 6px;
    font-size: 18px;
    color: var(--color1);
    flex-shrink: 0;
  }

  /* ✅ Link colors */
  .contact-info .info-item a {
    color: #fff !important;
    text-decoration: none;
    transition: color 0.3s ease;
  }

  .contact-info .info-item a:hover {
    color: var(--color1) !important;
  }

  .contact-info .info-note {
    font-size: 18px;
    line-height: 1.6;
    margin-top: 25px;
    color: #fff;
  }

  /* ---------- Right Form Section ---------- */
  .form-section {
    background-color: #fff;
    border-radius: 0 10px 10px 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    padding: 40px;
  }

  .form-section h3 {
    font-weight: 600;
    margin-bottom: 25px;
  }

  /* Input groups */
  .input-group-text {
    background-color: #dfdfdf;
    border: 1px solid #dfdfdf;
    border-right: none;
    color: var(--color1);
    font-size: 16px;
    padding: 0 14px;
  }

  .form-control {
    border-left: none;
  }

  .input-group:focus-within .input-group-text {
    background-color: var(--color1);
    color: #fff;
    border-color: var(--color1);
  }

  .form-control:focus {
    box-shadow: none !important;
    outline: none !important;
    border-color: #dee2e6 !important;
  }

  /* ---------- Responsive ---------- */
  @media (max-width: 992px) {
      .widget.footer-widget .footer-media2 p {
    margin-bottom: 0px;
}
    .contact-info {
      border-radius: var(--theme-border-radius) var(--theme-border-radius) 0 0;
    }
    .form-section {
      border-radius: 0 0 var(--theme-border-radius) var(--theme-border-radius);
    }
    
  }



@media(min-width:768px){
    .home_banner video {
        min-height: 400px;
    }
}
@media(min-width:992px){
    .home_banner video {
        min-height: 650px;
    }
    /*header new style*/
    .header-logo {
        /*background-color: var(--color2);*/
        display: inline-block;
        /*border: 1px solid var(--color2);*/
        /*margin-top:-1px;
        padding: 0 10px;*/
    }
    /*new banner bottom cta*/
    .banner-cta {
        background: var(--color1);
        position: sticky;
        border-radius: 30px var(--theme-border-radius) 0 0;
        /*margin-top: 30px;*/
        padding: 20px;
        align-items: center;
        display: flex;
        justify-content: space-between;
    }
    section.home_banner .banner-cta p{
        margin-bottom:0;
        font-size:22px;
    }
    section.video-banner .container .banner_wrapper {
        flex: 1;
        display:flex;
        align-items:center;
    }
    section.video-banner .container {
        height:650px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    
    section.home_banner p,
    .banner_ul li{
        font-size:16px;
    }
}
.below-banner-video video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}
.services-sec > .row > .col-lg-6 > img {
    width: 100%;
    height: 100%;
    display: block;
    /* object-fit: cover; */
    /* object-position: center; */
}

section.services-sec .services-content {
    top: 0;
    position: absolute;
    z-index: 9;
    left: 0;
    justify-content: center;
    width: 50%;
    height: 100%;
}
.sidebar-content button {
    background: var(--color1);
    border: var(--color1);
}
.sidebar-content button:hover {
    background: var(--color2);
    border: var(--color2);
}

.brd a:hover {
    text-decoration: underline;
}
.rating_review span {
    color:#fff;
}
.certificates-area {
	position: relative;
	display: block;
	background: #ffffff;
	padding: 40px 0;
}
.certificates-area .ul3 li::before {
    font-family: Font Awesome\ 5 Pro;
    content: "\f058";
    font-weight: 400;
    display: inline-block;
    top:2px;
    margin-right: 8px;
    color: var(--color1);
    position: absolute;
    left: 0;
}
.certificates-area .ul3 li {
    padding-left: 25px;
    list-style: none;
    position: relative;
}
section.choose-us{
    background-color:#f1f2f3;
}
section.service_single_area.section_padding,
section.choose-us,
.rts-section-gap,
.rts-call-to-action-two,
.rts-problem-solution-area,
section.blog-single-area,
section.banner-bottom-service{
    padding: 40px 0;
}

@media(min-width:992px){
    section.choose-us,
    .certificates-area,
    section.service_single_area.section_padding,
    .rts-section-gap,
    .rts-call-to-action-two,
    .rts-problem-solution-area,
    section.blog-single-area,
    section.banner-bottom-service{
        padding: 70px 0;
    }
}
.single-certificates-box {
    position: relative;
    display: block;
    z-index: 1;
    
}

.single-certificates-box .pattern-bg {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #f5f5f5;
	border: 1px solid #a39b8780;
	z-index: -1;
	border-radius:var(--theme-border-radius);
}

.single-certificates-box .pattern-bg:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: var(--color1);
	transform: perspective(400px) scaleX(0);
	transform-origin: center;
	transition: all 300ms linear;
	transition-delay: 0.1s;
	border-radius:var(--theme-border-radius);
}
.single-certificates-box .pattern-bg:hover{
    border: 1px solid var(--color1);
}
.single-certificates-box:hover .pattern-bg:before {
	transform: perspective(400px) scaleX(1);
	
}

.single-certificates-box .img-box {
	position: relative;
	display: block;
	padding: 5px;
}

.single-certificates-box .img-box .inner {
	position: relative;
	display: block;
	overflow: hidden;
}

.single-certificates-box .img-box .inner:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	background: rgba(0, 0, 0, 0.7);
	transition-delay: 0.1s;
	transition-timing-function: ease-in-out;
	transition-duration: 0.7s;
	transition-property: all;
	opacity: 0;
	z-index: 5;
}

.single-certificates-box:hover .img-box .inner:before {
	opacity: 1;
}

.single-certificates-box .img-box img {
	width: 100%;
}

.single-certificates-box .text-holder a{
	position: relative;
	text-align: center;
	padding-top: 16px;
	padding-bottom: 16px;
	display:block;
}
.home_contact{
    background-color:#0007;
    border-radius:var(--theme-border-radius);
    overflow:hidden;
}
.home_contact .sec-title{
    padding:15px 20px 0;
}
.home_contact .sec-title h2{
    font-size:20px;
    margin-bottom:0;
    color:#fff;
    position:relative;
}
.services_contact .sec-title h2 {
    font-size:24px;
    color:#fff;
}
.home_contact .contact-form{
    padding:20px;
    padding-top:8px;
}
.home_contact .contact-form .form-group{
    padding:0;
    margin-bottom:12px;
}

.home_contact .contact-form .form-group input{
    height: 40px;
    border-radius: var(--theme-border-radius);
    font-size: 14px;
    padding: 0 14px;
    color:#fff;
    background-color:transparent;
}

.home_contact .contact-form .form-group input::placeholder,
.home_contact .contact-form .form-group textarea::placeholder{
    color:#fff;
}

.home_contact .contact-form .form-group .error{
    font-size:16px;
    margin-bottom:0;
}

.home_contact .contact-form .form-group textarea{
    min-height: 100px;
    font-size: 14px;
    padding: 8px 12px;
    color:#fff;
    border-radius:var(--theme-border-radius);
    background-color:transparent;
}

.home_contact .btn-style-one{
    padding-top:10px;
    padding-bottom:10px;
}
.services_contact .btn-style-one {
    padding-top:11px;
    padding-bottom:11px;
}
.home_contact .btn-style-one span{
    font-size:14px;
}
.single-certificates-box .text-holder h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0 !important;
}
@media(max-width:991.98px){
    .single-certificates-box .text-holder h3 {
        font-size: 16px !important;
    }
    .banner-content {
        text-align:center;
    }
    section.home_banner p{
        margin-bottom:0;
    }
    section.home_banner h1 {
        margin-bottom:10px;
    }
    section.home_banner p {
        margin-bottom:15px;
    }
    .banner_ul {
        text-align:left;
        padding-left:24px;
    }
}
.single-certificates-box .text-holder h3 a {
	color: #000;
	transition: all 200ms linear;
	transition-delay: 0.1s;
}

.single-certificates-box:hover .text-holder h3 a {
	color: #ffffff;
}

.certificates-carousel_1.owl-carousel.owl-dot-style1 .owl-dots {
	display: none;
}

.certificates-carousel_1.owl-carousel .owl-stage-outer {
	overflow: visible;
}

.certificates-carousel_1.owl-carousel .owl-stage-outer .owl-item {
	opacity: 0;
	transition: all 300ms ease 100ms;
}

.certificates-carousel_1.owl-carousel .owl-stage-outer .owl-item.active {
	opacity: 1;
}
section.certificates-area h2 {
    margin-bottom: 30px;
}
section.certificates-area h6,
.certificates-area .subtitle{
    color: var(--color1);
    margin-bottom:10px;
}
.form-btn .rts-btn {
    border:1px solid #ffffff12;
}
.field-item.even .front-primary-content {
    background: var(--color2);
}
.field-item.even .front-primary-links {
    background: var(--color1);
}

.updated__sec .animated {
    animation-fill-mode: none;
}

.single-blog-style2 .text-holder a {
    color:var(--color2);
}


.single-blog-style2 .text-holder a:hover {
    color:var(--color2);
    text-decoration:underline;
}
.below-banner-video {
    position: relative;
    width: 100%;
    height: 250px;
}
.content-text-area-sec-video{
  /*position: absolute;*/
  padding: 0 20px;
}
@media(min-width:992px){
    .content-text-area-sec-video {
        padding: 0 50px;
        line-height: 40px;
        margin-bottom: 20px;
    }
}
.content-block{
    position: relative;
}
.content-block video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    min-height: 270px;
    max-height: 270px;
}
@media only screen and (max-width: 1600px) {
    .container-fluid.px-0:not(.default) {
        padding-left: 15px !important;
        padding-right: 15px !important
    }

    .container-fluid.px-0:not(.default) .row {
        margin-left: 0 !important;
        margin-right: 0 !important
    }
     .d-none-xxxl {
        display: none !important
    }

    .vs-container {
        max-width: 100%
    }
}

@media(min-width: 1600px) {
    .custom-container {
        max-width: 1620px
    }

    .container-style1 {
        max-width: 1400px
    }

    .vs-container {
        max-width: 1565px;
        margin-left: 0;
        margin-right: auto
    }
     .vs-container {
        margin-left: auto
    }
      .home-four .container-style2,
    .home-five .container-style2,
    .container-style2 {
        margin-left: auto;
        margin-right: 0;
        padding-right: 0;
        overflow: hidden;
        max-width: calc(1586px + var(--bs-gutter-x))
    }
}

@media(max-width: 1500px) {

    .header-layout5 .menu-area {
        margin-bottom: 0
    }

    .header-layout5 .header-shape1 {
        max-width: 100%
    }

    .header-layout5 .header-shape1:before {
        -webkit-clip-path: none;
        clip-path: none
    }

    .header-layout5 .header-shape1:after {
        display: none
    }

    .header-note .note-text {
        padding: 13.2px 0 13.2px 100px
    }
      .slick-arrow {
        --arrow-horizontal: -20px
    }
    
    .member-details-img {
        position: relative
    }

    .member-details-img:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 35%;
        background-image: linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 84%);
        opacity: .6
    }
}

@media(min-width: 1399px) {
    .gx-20 {
        --bs-gutter-x: 20px
    }

    .gx-30 {
        --bs-gutter-x: 30px
    }

    .gx-40 {
        --bs-gutter-x: 40px
    }

    .gx-60 {
        --bs-gutter-x: 60px
    }
    
}

@media(max-width: 1399px) {
    

    .testi-style1:before {
        display: none
    }

    .testi-wrap1 {
        padding: 70px 0
    }

    .testi-wrap1 .testi-shape2 {
        -webkit-clip-path: none;
        clip-path: none
    }
       
     .header-btn {
        padding-left: 30px
    }

    .header-btn:before {
        display: none
    }

    .header-btn .vs-btn {
        margin-left: 0
    }

    .header2-btn .vs-btn {
        margin-left: 25px
    }
      .bg-box-shape2 {
        background-size: cover;
        background-position: right top
    }


       .slick-arrow {
        --arrow-horizontal: 40px
    }
    
}

@media only screen and (min-width: 1300px) {

    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        --bs-gutter-x: .75rem;
        max-width: calc(1220px + var(--bs-gutter-x)*2)
    }

    .home-five .container-xxl,
    .home-five .container-xl,
    .home-five .container-lg,
    .home-five .container-md,
    .home-five .container-sm,
    .home-five .container,
    .home-four .container-xxl,
    .home-four .container-xl,
    .home-four .container-lg,
    .home-four .container-md,
    .home-four .container-sm,
    .home-four .container {
        --bs-gutter-x: .75rem;
        max-width: calc(1295px + var(--bs-gutter-x)*2)
    }
}

@media(max-width: 1199px) {
     .vs-hero-wrapper .ls-v6 .ls-bottom-nav-wrapper {
        display: none
    }

    .vs-hero-wrapper a.ls-gui-element.ls-nav-prev,
    .vs-hero-wrapper a.ls-gui-element.ls-nav-next {
        display: none
    }

    .ls-layer .vs-btn,
    .ls-btn .vs-btn {
        padding: 14px 30px 14px 30px;
        font-size: 14px;
        margin-left: 0
    }

    .ls-layer .vs-btn:before,
    .ls-btn .vs-btn:before {
        display: none
    }

    .ls-layer .vs-btn i,
    .ls-btn .vs-btn i {
        display: none
    }
    .blog-card .blog-content {
        padding: 24px 30px 22px 30px
    }

    .blog-card .blog-date {
        right: 20px;
        top: 20px
    }

    
     .popup-search-box form {
        max-width: 600px
    }
    

    .testi-nav1 .testi-avater {
        width: 80px;
        height: 80px
    }

    .testi-style1 .testi-icon {
        width: 100px;
        height: 100px;
        line-height: 100px;
        margin: 0 0 10px 0;
    }

    .testi-style1 .testi-icon .sub-plus {
        top: 0;
        right: 0;
        width: 30px;
        height: 30px;
        font-size: 14px;
        line-height: 32px
    }

    .testi-style1 .testi-text {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .testi-style1 .testi-name {
        font-size: 22px;
        font-weight: 500;
        margin: 0
    }

    
     .form-wrap3 {
        padding: 40px 40px 40px 40px
    }


    .booking-form1 {
       
        max-width: 100%;
        text-align: center
    }

    .booking-form1 .form-title {
        margin-left: auto;
        margin-right: auto;
        max-width: 400px
    }

    .about-img2 .img-2 {
        right: 0;
        max-width: 100%;
        width: 100%;
        margin: 30px 0 0 0
    }

     .main-menu a {
        font-size: 14px
    }
    .breadcumb-wrapper {
        padding-top: 100px
    }

    .breadcumb-title {
        font-size: 48px
    }

    .breadcumb-menu {
        padding: 25px 60px
    }

    .breadcumb-menu-wrap {
        margin-top: 60px;
        margin-bottom: -38.25px
    }

    .breadcumb-wrapper {
        margin-bottom: 39px
    }
    .menu-style1>ul>li>a {
        padding: 39px 0
    }

    .menu-style3>ul>li {
        margin: 0 20px
    }

    .menu-style3>ul>li>a {
        color: var(--title-color)
    }

    .infobox-style1 {
        padding: 25px 25px 25px 25px;
        margin-bottom: 0
    }

    .header-layout4 .menu-top {
        border-bottom: 1px solid var(--color1)
    }

    .header-layout4 .menu-area .main-menu {
        position: relative
    }

    .header-help {
        margin-left: 0;
        padding-left: 40px;
        padding: 6px 0 6px 25px
    }

    .header-help__title {
        display: none
    }

    .header-list1 li {
        margin-right: 25px
    }

    .header-list1 a {
        font-size: 14px
    }

    .header-list1 a i {
        font-size: 20px
    }
    .footer-layout2 .widget-column {
        padding-left: 40px;
        padding-right: 40px
    }

    .footer-layout2 .copyright-wrap {
        padding: 30px 0
    }

    .footer-layout2 .footer-shape1 {
        max-width: 430px;
        max-height: 290px
    }

    .footer-layout2 .widget-area {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .footer-layout3 .widget-column {
        padding: 60px 20px 10px 0;
        border-left: none
    }

    .footer-layout3 .widget-column:last-child {
        padding-left: 20px
    }
    
    .text-center.text-xl-start .title-divider:before,
    .text-center.text-xl-start .title-divider:after {
        left: 50%;
        margin-left: -45px
    }

    .text-center.text-xl-start .title-divider:after {
        margin-left: 40px
    }

    
        .solution-content-inner-one .solution-main-wrapper {
    display: none !important;
}
    
    .h1,
    h1 {
        font-size: 42px
    }

    .h2,
    h2 {
        font-size: 32px
    }

    .h3,
    h3 {
        font-size: 26px
    }

    .h4,
    h4 {
        font-size: 22px
    }
    
    
}

@media (min-width: 992px) and (max-width: 1299px) {
    .footer-layout3 .widget-column:last-child:before {
    content: unset;
}
.footer-layout3 .widget-column:last-child {
     margin-top: 0px; 
}
.front-primary-links {
    padding: 30px 10px;
}
.rts-section-gap .rts-single-working-process .icon {
    margin-bottom: 5px !important;
}
.rts-section-gap .rts-single-working-process .content h5 {
    padding-bottom: 0px !important;
}
.rts-section-gap .rts-single-working-process {
    padding: 10px 15px !important;
}


}

@media(min-width: 991px){
    
    section.video-banner .container {
        /*top: 15%;
        position: absolute;
        z-index: 9;
        left: 20%;*/
    }
    a.scroll-to-target[data-target="#contactUs"] {
        display: none;
    }
    

}

@media(max-width: 992px) {
     .banner-content {
    position: relative;
    top: 0 !important;
}
    .content-block .row {
        flex-direction: column-reverse;
    }

      .ls-container .ls-hide-md {
        display: none !important
    }
    ul.ul3 {
    column-count: 3;
}
    
    
    blockquote {
        font-size: 20px;
        line-height: 34px;
        padding: 30px 40px 30px 40px
    }

    blockquote cite {
        font-size: 16px;
        margin-top: 20px
    }

    blockquote:before {
        right: 20px;
        bottom: 20px;
        font-size: 4rem
    }

    .blog-author {
        padding: 30px 30px
    }

    .blog-style2 .blog-content {
        padding: 25px 30px 30px 25px
    }
     .team-layout2 {
        padding-top: 80px !important
    }
     
    .cta-two-main-wrapper .title-area-left .title {
    font-size: 23px !important;
}

    .testi-nav1 {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto
    }

    .testi-wrap1 {
        padding: 70px 0
    }
   ul.services_all {
    column-count: 2 !important;
    padding-left: 0px !important;
}

    .middle-box-layout1 {
        margin-bottom: 80px !important
    }



     .footer-social a {
        width: 45px;
        height: 45px;
        line-height: 45px
    }

    .footer-layout1 .widget-area {
        padding-top: 60px;
        padding-bottom: 5px
    }

    .copyright p {
        font-size: 14px
    }
    .footer-layout2 .widget-column {
        padding-left: 0;
        padding-right: 0;
        border: none
    }

    .footer-layout2 .footer-text {
        max-width: 70%;
        margin-bottom: 20px
    }

    .footer-layout2 .footer-logo {
        margin: 0 0 20px 0
    }

    .footer-layout2 .footer-widget .widget_title,
    .footer-layout2 .footer-widget.widget_nav_menu .widget_title {
        margin-bottom: 22px
    }

    .footer-layout3 .widget-column {
        padding: 0 0 0 0
    }

    .footer-layout3 .widget-column:last-child {
        border-radius: var(--theme-border-radius);
        padding: 30px
    }

    .footer-layout3 .widget-column:last-child:before {
        display: none
    }

    .footer-layout3 .widget_title {
        margin-bottom: 20px
    }

    .footer-layout3 .widget-area {
        padding: 30px 0;
    }
    .header-help {
        border-left: none;
        padding: 0
    }

    .header-social2 {
        margin-left: 0
    }

    .header-social2 a {
        width: 45px;
        height: 55px;
        line-height: 55px
    }

    .header-layout5 .header-list1 {
        display: none
    }
     .breadcumb-menu-wrap {
        margin-left: auto;
        margin-right: auto;
        left: 15px
    }

    .breadcumb-title {
        font-size: 36px
    }

    .breadcumb-wrapper {
        padding-top: 88px;
        text-align: center
    }

    .breadcumb-menu-wrap {
        margin-top: 80px
    }
     .play-btn.style4 {
        --icon-size: 90px;
        --icon-font-size: 22px
    }
      .section-title {
        margin-bottom: 35px
    }

    

    .sec-bottom-btn {
        margin-top: 20px
    }

    .sec-subtitle4 {
        letter-spacing: 0
    }

    .sec-subtitle5 {
        letter-spacing: 0;
        font-size: 14px;
        margin-bottom: 5px
    }
     

    
 .contact-map.mt-70 {
        margin-top: 10px
    }
    
       
    .rts-section-gap  .col-lg-3:not(:last-child) {
        margin-bottom: 40px !important;
    }
    .pl--90 {
        padding-left: 30px !important;
        padding-top: 60px !important;
    }
    
    .space,
    .space-top {
        padding-top: 80px
    }

    .space,
    .space-bottom {
        padding-bottom: 70px
    }

    .space-md,
    .space-md-top {
        padding-top: 70px
    }

    .space-md,
    .space-md-bottom {
        padding-bottom: 70px
    }
    .header-top .row {
    text-align: center;
    align-items: center;
}
    

section.services-sec:before {
    width: 100% !important;
}
section.services-sec .services-content {
    top: 0;
    width: 100% !important;
}
.copyright-wrap img {
    display: none !important;
}
.footer-layout3 .widget-column:last-child {
    margin-top: 0 !important;
    height: unset !important;
}
section.video-banner .container {
  /*  left: 5% !important;
  position:absolute;*/
  padding-top:30px;
  padding-bottom:30px;
}
    .h1,
    h1 {
        font-size: 36px
    }

    .h2,
    h2 {
        font-size: 28px
    }

    .h3,
    h3 {
        font-size: 24px
    }

    .h4,
    h4 {
        font-size: 20px
    }
    section.space .row {
    flex-direction: column-reverse;
}

     .slide-nav1 {
        margin-top: 10px
    }

    .slide-nav1 .slick-dots .slick-active button {
        width: 35px;
        background-color: var(--color1)
    }
    
     .no-pl-md {
        padding-left: 0
    }

    .pt-lg-30 {
        padding-top: 0
    }
}

@media (max-width: 992px) and (min-width: 768px) {
    section.services-sec .services-content{
        height:50%;
    }
    section.inner-pages {
    min-height: 300px !important;
}
      .service-circle {
        width: 700px;
        height: 700px
    }

    .service-circle__center {
        width: 375px;
        height: 375px
    }

       .main-services-sec p {
    width: 80% !important;
}
    
    .services-top-heading h2 {
        font-size: 28px !important;
    }
}

@media (min-width: 768px){
    
 
    .field-item {
        display: flex;
    }
}
.sidebar-search-box-rating {
    display: flex;
    background: #f7f7f7;
    text-align: center;
    justify-content: center;
    margin-top: 0;
    padding: 10px 0;
    border-radius:var(--theme-border-radius);
}
.rating_logo img {
    vertical-align: sub;
    padding: 0 6px;
}
.img_rated_logo img {
    padding-right: 10px;
}
footer.footer-wrapper.footer-layout3 {
    margin-bottom: 65px;
}
@media(max-width: 767px) {
    .content-text-area-sec p {
        margin-bottom:4px;
    }
    .content-list-sec p {
        margin-bottom:0;
    }
    .solution-content-inner-one .cta-btn-solution {
        margin-bottom:12px;
    }
    .why-choose-one__count-box {
        position: absolute;
        background-color: var(--color1);
        text-align: center;
        padding: 15px 10px 0px;
        border-radius: var(--theme-border-radius);
        left: 10px;
        bottom: 10px;
        width: 120px;
    }
    .step-wrapper {
        /*margin-top:22px;
        margin-bottom:22px;*/
    }
    .all-services-list .services_all li a {
    padding: 0 12px 0 12px;
    font-size: 14px;
}
    .single-certificates-box .text-holder a{
        padding-top:12px;
        padding-bottom:12px;
    }
    .why-choose-one__content-box {
        position: relative;
        display: block;
        margin-top: 5px;
    }
    .icon_counter p {
        font-size: 28px;
        font-weight: bold;
        color: #fff;
        margin: 0;
    }
    .why-choose-one__count-text {
        font-size: 16px;
        line-height: 20px;
        color: #fff;
        font-weight: 600;
    }
    .header-layout5 .vs-menu-toggle{
        margin:8px 0;
    }
    .solution-content-inner-one .cta-btn-solution .call-btn .icon {
        height: 40px;
        width: 40px;
        background-color: var(--color1)!important;
        background:transparent;
    }
    .solution-content-inner-one .cta-btn-solution .call-btn .icon i{
        font-size:18px;
        height: 50px;
        width: 50px;
        background-color:transparent !important;
    }
    .solution-content-inner-one .cta-btn-solution .call-btn .call-info a{
            margin-top: 5px;
            font-size: 18px;
    }
    .home_contact{
        background-color:var(--color1)
    }
    .banner-content {
        padding:10px;
    }
    .home_contact .rts-btn {
        background-color:var(--color2)
    }
    .rts-btn {
        padding-left:20px;
        padding-right:20px;
    }
    .banner-bottom-service .bottom-box-serive {
        text-align:center;
        align-items:center;
    }
    .testi-style1 .testi-text {
        padding-left:0;
    }
    .services-sec .col-lg-6{
        position:relative;
    }
    .rts-btn {
        min-width:auto;
    }
    .site_accordion .accordion-item .accordion-header span {
        top: 28px;
    }
    .below-banner-video {
        height: 130px;
    }
    .rts-section-gap .rts-single-working-process{
        /*min-height:450px;*/
        padding: 20px 20px 25px;
    }
    .service_single_area .col-md-6:not(:last-child)  {
        margin-bottom:30px;
    }
    .site_accordion .accordion-item .accordion-header .title {
        font-size:16px !important;
    }
section.breadcrumb-area.cnct.conttct-us {
    height: 150px;
}
    .sidebar-search-box-rating {
    display: block;
   
}
    .btn_banner {
    margin-top: 20px;
    position:relative;
}
    .cta-two-main-wrapper .cta-button-area {
        width: 100%;
    }
    .cta-two-main-wrapper .rts-btn {
        flex: 1;
        text-align: center;
    }
    section.services-sec .services-content {
    /* position: relative; */
}
    .services-sec > .row > .col-lg-6 > img {
    width: 100%;
    min-height: 300px;
    
    /* display: block; */
     object-fit: cover; 
    /* object-position: center; */
    /* position:absolute; */
    /* z-index:0; */
}
        .services-content:before{content:"";position:absolute;bottom:0;right:0;left:0;top:0;background:#000;opacity:0.5;z-index:-4;/* height: 100%; *//* width: 100%; */}
    .banner-bottom-service .bottom__text p{
        margin:0;
    }
    .mbl-reverse {
    display: flex;
    flex-direction: column-reverse;
}


    
    .ls-container .ls-hide-sm {
        display: none !important
    }

    .ls-btn .vs-btn {
        padding: 10px 20px 10px 30px
    }

    .ls-layer .vs-btn,
    .ls-btn .vs-btn {
        padding: 12px 23px 12px 23px;
        font-size: 12px;
        margin-left: 0
    }


    

    

    .service-circle__item {
        display: none;
        background-color: var(--color1);
        padding: 30px 20px 20px 20px;
        border-radius: var(--theme-border-radius);
        text-align: center
    }

    .service-circle__item:not(.active) {
        opacity: 0
    }

    .service-circle__item.active {
        display: block;
        transition: opacity .15s linear
    }

    .service-circle__title {
        color: var(--white-color)
    }

    .service-circle__title a {
        color: inherit
    }

    .service-circle__title a:hover {
        text-decoration: underline
    }

    .service-circle__text {
        color: var(--white-color)
    }

    .services-content a {
    margin-bottom: 0px !important;
}
.services-content p {
    display:none;
}
.below-services-inner p {
    font-size: 16px;
}
    .form-contact {
       padding: 40px 0; 
    }
.services-content {
    padding: 70px 50px !important;
   
}
ul.ul3 {
    column-count: 2;
}
    

    
    .service-circle__lines {
    display: none;
}

    .booking-form1 select,
    .booking-form1 input {
        padding-left: 25px
    }
.booking-form1 .form-title {
   font-size:26px !important;
}
    .booking-form1 .form-title {
        max-width: 100%
    }
  .blog-style2 , .vs-blog{
      margin-bottom:0px !important;
  }
  section.vs-blog-wrapper.space-top.space-md-bottom{
      background:#fff;
  }


.single-certificates-box:hover h3 {
    color:#fff !important;
}
   .content-text-area-sec {
    /*align-items: center !important;
    text-align: center;*/
   
}
.content-list-sec {
      /*padding: 40px 20px  !important;*/
}

.rts-service-area-one a.rts-btn {
    margin-bottom: 20px;
}
    
ul.services_all {
    column-count: 1 !important;
    padding-left: 0px !important;
}
    

    
        .service-circle {
        position: relative;
        width: 800px;
        height: 800px;
        margin-left: auto;
        margin-right: auto;
        overflow: hidden;
        border-radius: 50%
    }

    .service-circle__center {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 10;
        border-radius: 50%;
        width: 425px;
        height: 425px;
        border-radius: 50%;
        background-color: var(--color1)
    }

    .service-circle__item {
        position: absolute;
        left: 0;
        top: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
        width: 100%;
        border-radius: 50%;
        padding: 20px 20px;
        text-align: center;
        transition: all ease .4s;
        opacity: 0;
        visibility: hidden
    }
    .service-circle__item.active {
        opacity: 1;
        visibility: visible
    }

    .service-circle__title {
        color: var(--white-color);
        max-width: 260px;
        position: relative;
        padding-bottom: 20px
    }

    .service-circle__title a {
        color: inherit
    }

    .service-circle__title a:hover {
        text-decoration: underline
    }

    .service-circle__title:after,
    .service-circle__title:before {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 220px;
        margin: 0 0 0 -110px;
        height: 1px;
        background-color: var(--white-color);
        border-radius: var(--theme-border-radius);
        opacity: .7
    }

    .service-circle__title:after {
        height: 3px;
        width: 40px;
        margin: 0 0 -1px -20px;
        opacity: 1
    }

    .service-circle__text {
        color: var(--white-color);
        margin: 0 0 3px 0;
        max-width: 260px
    }

    .service-circle__lines .line {
        background-color: #f5f7ff;
        width: 20px;
        height: 900px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(-30deg);
        z-index: 2
    }

    .service-circle__lines .line:nth-child(2) {
        transform: translate(-50%, -50%) rotate(30deg)
    }

    .service-circle__lines .line:nth-child(3) {
        transform: translate(-50%, -50%) rotate(90deg)
    }

    
    
    .vs-list li,
    .about-list li {
        padding-left: 30px
    }

    .vs-list li:before,
    .about-list li:before {
        width: 20px;
        height: 20px;
        line-height: 20px;
        top: 3px;
        font-size: 12px
    }

    .about-call-text.h4 {
        font-size: 16px
    }

    .breadcumb-menu-wrap {
        --icon-size: 30px;
        --shape-size: 40px
    }

    .breadcumb-menu-wrap>i:before {
        font-size: 14px
    }

    
     .header-layout4 .menu-top,
    .header-layout4 .header-top {
        padding: 15px 0
    }

    .header-top-links {
        text-align: center
    }

    .header-top-links li:not(:last-child) {
        padding-right: 0;
        margin-right: 17px;
        border-right: none
    }

    .header-link2 {
        padding: 10px 13px;
        font-size: 10px
    }

    .header-layout5 .header-link1 {
        display: none
    }
    .breadcumb-title {
        font-size: 30px
    }

    .breadcumb-menu {
        padding: 25px 30px;
        border-radius: 20px
    }

    .breadcumb-menu li,
    .breadcumb-menu a,
    .breadcumb-menu span {
        font-size: 16px
    }

    .breadcumb-menu-wrap {
        left: 7.5px
    }
    .footer-layout2 .text2 {
        margin: 0 0 15px 0
    }

    .footer1-logo:before {
        display: none
    }
       .scroll-btn {
        width: 40px;
        height: 40px;
        line-height: 40px;
        right: 15px;
        bottom: 50px
    }

    .scroll-btn.show {
        bottom: 15px
    }
       .play-btn>i {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 1.2em
    }

    .scrollToTop {
        right: 20px
    }

    .scrollToTop.show {
        bottom: 20px
    }

    .scroll-bottom {
        right: 15px
    }

    .scroll-bottom i {
        width: 35px;
        height: 35px;
        line-height: 35px
    }

    .scroll-bottom.show {
        bottom: 15px
    }
    

    tfoot.checkout-ordertable th {
        display: none
    }
    
    .rts-section-gap .title-area-center .title {
        /*font-size: 30px !important;*/
    }
    
    
    ul.ul3 {
        font-size: 16px;
    }
    section.services-sec .services-content {
        top:0% !important;
        width: 100% !important;
    }
    .h1,
    h1 {
        font-size: 30px !important;
    }

    .h2,
    h2 {
        font-size: 26px !important;
    }

    .h3,
    h3 {
        font-size: 24px !important;
    }
    
    footer.footer-wrapper.footer-layout3 {
        background-color: var(--color2);
        padding: 0 15px;
        margin-bottom: 80px;
    }
    
    section.vs-blog-wrapper.space-top.space-md-bottom {
        padding: 40px 0;
    }
    
     .no-pt-sm {
        padding-top: 0
    }
  
        .main-services-sec p {
    width: 100%;
}
 
    .services-top-heading h2 {
        font-size: 28px !important;
    }
.main-services-sec p {
    display: none !important;
}

  .bg-cta-two {
    background-position: left;
}
.cta-two-main-wrapper {
   
    align-items: baseline;
    
}
.header-logo {
    width: 100%;
    min-width: 90px;
}
.header-top .col.col-sm-auto {
    width: 100% !important;
    min-width:fit-content;
}
section.error-page-area h4 {
    font-size: 24px;
}

.title {
    font-size: 22px;
}
section.space {
    padding-top: 20px;
}
.header-top .row {
    text-align: center;
    align-items: center;
}
.footer-layout3 .widget-column:last-child {
     padding: 25px;
    margin-top: 0;
    height: 370px;
    margin-bottom: 30px;
    border-radius: var(--theme-border-radius);
}
.title-area-left .title {
    font-size: 26px !important;
    line-height: 35px !important;
    margin-bottom: 15px;
}
.rts-problem-solution-area .solution-content-inner-one .rts-btn {
    padding: 11px 13px;
}
.services-top-heading {
    padding: 15px;
}
.services-top-heading h2 {
    font-size: 26px !important;
    margin-bottom: 10px !important;
}
.services-top-heading p {
    margin-bottom: 15px !important;
}
.services-top-heading {
    padding: 30px 0 !important;
}
section.banner-bottom-service h2 {
    line-height: 35px !important;
    margin-bottom: 15px !important;
}
section.services-section h2 {
    line-height: 35px !important;
}
#service-slider .owl-nav {
     margin-top: 10px; 
}
section.process-section h2 {
    line-height: 35px !important;
}
.main-container-form {
    padding-right: 15px !important;
    padding-left: 15px !important;
}
.form-section {
    padding: 20px;
}
.contact-info {
    padding: 20px;
}
.form-section h3 {
    font-weight: 600;
    margin-bottom: 15px;
}
.solution-content-inner-one h2 {
    line-height: 35px !important;
}
.site_accordion .accordion-item .accordion-header .title,
.site_accordion .accordion-item .accordion-body{
    padding: 10px;
}
.solution-content-inner-one .site_accordion {
    gap: 10px;
}
.main-services-sec h2 {
    line-height: 35px !important;
    margin-bottom:20px;
}
.all-services-list .services_all li a {
    margin: 0;
}
.review-text {
    line-height: 1.7;
    font-family: 'Inter', sans-serif !important;
}
.googe_rating h2{
    line-height:35px !important;
}

.footer-widget .widget_title {
    margin-top: 0;
    margin-bottom: 15px;
    padding-bottom: 10px;
    line-height: 35px;
}
.sidebar-search-box iframe {
    height: 350px !important;
}
.sidebar-search-box {
    height: auto !important;
}
#brandSlider2 .item {
    margin-right: 5px;
}
.contact-form-area h2 {
    font-size: 26px;
    line-height: 35px;
}
.contact-form-area {
    padding: 40px 0;
}
.text-holder h2 {
    line-height: 35px !important;
}
.service-card h3 {
    padding:10px 8px !important;
    font-size:16px !important;
    margin: 0px 0 0px !important;
}

    .contact-bar__call {
        margin-top: 0;
    }
.contact-bar__call-number {
    font-size: 28px;
}
.contact-bar__left-icon span {
    font-size: 50px;
}
.contact-bar__call-icon {
    height: 60px;
    width: 60px;
    flex:0 0 60px;
}
.contact-bar__call-icon span {
    font-size: 30px;
}
.solution-content-inner-one .cta-btn-solution .call-btn .icon{
        /*display: none !important;*/
}
.cta-two-main-wrapper {
    justify-content: center !important;
    flex-direction: column;
}
.cta-two-main-wrapper .title-area-left .title {
    font-size: 28px !important;
    margin-bottom: 30px !important;
   
}
.cta-two-main-wrapper .cta-button-area {
    align-items: normal;
}
    .rts-section-gap  .col-lg-3:not(:last-child) {
        margin-bottom: 40px !important;
    }

.solution-content-inner-one .solution-main-wrapper {
    justify-content: center !important;
}
.solution-content-inner-one .cta-btn-solution .call-btn .icon {
   
    border: none !important;
}
    section.home_banner {
        min-height: 300px !important;
    }
    section.home_banner h1{
        display: flex;
        font-size:28px !important;
        
    }
    .media-icon .icon {
    max-width: 20px;
}
    
    .banner-content .header-links ul {
    text-align: center;
}
ul.banner_ul li {
    margin-bottom: 8px;
}
section.space , section.vs-blog-wrapper.space-top.space-md-bottom{
    padding: 40px 0 !important;
}
.space-md, .space-md-bottom {
    padding-bottom: 40px;
    background: #ebe7e7;
}
.media-icon {
    width: 30px;
    margin-right: 5px;
}
section.error-page-area p {
    
        padding-bottom: 10px;
}
section.error-page-area {
    padding: 40px 0;
}

ul.ul3 {
    column-count: 2;
}
.flex-row-reverse{
    margin-top:0px !important;
}

}

@media only screen and (max-width: 575px) {
    .contact-bar__left,
    .contact-bar__call,
    .banner-bottom-service .bottom-box-serive,
    .left-side-choose{
        flex-direction:column;
    }
    .banner-bottom-service .bottom__box__img,
    .left-side-choose .icon-choose{
        margin-bottom:10px;
    }
    .left-side-choose .icon-choose {
        margin-right:0;
    }
    .left-side-choose .icon-choose img{
        max-width:50px;
    }
    .contact-bar__inne {
    text-align: center;
}
    .contact-bar__call{
        -webkit-box-align: flex-start;
        -ms-flex-align: flex-start;
        align-items: center;
    }
    .contact-bar__left-content,
    .contact-bar__call-content{
        margin-left:0;
        margin-top:20px;
    }
    .cb_homne .contact-bar__left-content {
        margin-top:0;
    }
    .all-services-list .services_all {
        gap:10px;
    }
      .share-links-title {
        display: block;
        margin-bottom: 8px
    }

    .blog-style2 .blog-content {
        padding: 20px 30px 30px 20px
    }
    
    
     .h1,
    h1 {
        font-size: 24px
    }

    .h2,
    h2 {
        font-size: 22px
    } 
    
    section.video-banner .container {
    left: 0% !important;
}
    
    
    .form-control {
        padding-right: 30px;
        padding-left: 15px
    }
    
    section.services-sec .services-content {
    top:0% !important;
  
}
.front-primary-links {
    padding: 20px 50px;
}
.front-primary-content {
    padding: 50px 20px;
}
    .services-content p {
    display: none !important;
}
    .content-list-sec h4 {
    font-size: 28px !important;
}

.content-text-area-sec p {
    /*font-size: 22px !important;*/
}
.content-lists li {
    column-count: 1 !important; 
    margin-right: 30px !important;
}

.services-content {
    padding: 12px 20px !important;
}
.below-header-content {
    justify-content: center;
}
.footer-layout3 {
     margin-top: 0 !important; 
}
}

@media(max-width: 506px) {
    .banner-content {
    float: left !important;
    padding: 0px;
}
.banner-content ul {
    text-align:left;
}
    section.home_banner p {
    /*display: none;*/
    }
  .footer-widget__links-points-box ul {
    margin-bottom: 33px;
}  
    
   .social-bars-title {
      margin-bottom: 20px;
}
section.testi-wrap1.arrow-wrap {
    padding: 40px 0;
}
    

section.vs-blog-wrapper.space-top.space-md-bottom {
    padding: 70px 0;
}
.space-md, .space-md-bottom {
    padding-bottom: 40px;
}

section.space {
    padding-top: 20px;
}  
}

.wiki_new_class img {
    width: 100%;
}

.sidebar-wrapper .sidebar-search-box iframe {
    height: revert-layer;
}
.sidebar-search-box iframe {
    /*height: 100%;*/
}

@media(max-width: 424px) {
    .solution-content-inner-one .cta-btn-solution .call-btn {
        text-align: center;
    }
    .solution-content-inner-one .cta-btn-solution .call-btn .call-info {
        margin-left: 0px;
    }
    
    .banner-content a.rts-btn {
        display: none !important;
    }
    .content-lists {
        column-count: 1 !important;
    }
  
    .banner-content {
    float: left !important;
}
    .solution-content-inner-one .cta-btn-solution{
        /*flex-direction: column;*/
    gap: 5px;
    }
    
    section#clients-section2 h4 {
        font-size: 20px;
    }
    section.space-top img {
    display: none;
}
    
   div#city_section h3 {
    margin-bottom: 14px;
} 

    
    section.space {
    padding-top: 20px;
}
 
 section.home_banner p {
    /*display: none;*/
}
    
div#city_section ul {
    column-count: 2;
    
}
.contact-form-area h2 {
    font-size: 22px;
}
section.breadcrumb-area.cnct.conttct-us {
    height: 250px;
    
}

.testi-wrap1 {
    padding: 40px 0;
}

.text-holder h2 {
    font-size: 22px;
}
.text-holder p {
    font-size: 16px;
}

.h3, h3 {
    font-size: 20px !important;
}
.social-bars-title {
    margin-bottom: 16px;
}

div#city_section ul li a {
    font-size: 16px;
}
.footer-layout3 .widget-column:last-child {
    height: 350px;
    margin: 20px 0;
}
section.inner-pages {
    padding:30px 0;
}
section#clients-section2 h4 {
    font-size: 22px;
}
section#clients-section2 h3 {
    
    font-size: 22px;
}
.row.align-items-center.justify-content-between {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
}
.vs-menu-toggle {
    /*width: 36px;*/
    /*height: 36px;*/
}
.header-logo {
    width: 100%;
    min-width:80px;
}
.header-top .row {
    text-align: center;
    align-items: center;
}

.space, .space-bottom {
    padding-bottom: 40px;
}
.space, .space-top {
    padding-top: 40px;

.space-md, .space-md-bottom {
    padding-bottom: 40px;
}

.space-md, .space-md-bottom {
    padding: 40px 0;
}


.grecaptcha-badge {
    display: none !important;

}

}
@media(max-width: 400px) {

    .vs-mobile-menu>ul {
        padding: 0 20px
    }
}

@media(max-width: 320px) {
 
 .banner-content {
    float: left !important;
}   
 .rts-btn {
    padding: 12px 20px;
} 
section.breadcrumb-area.cnct.conttct-us {
    height: 200px;
}
section#clients-section2 h4 {
    font-size: 20px;
}
section#clients-section2 h3 {
    font-size: 18px;
}
section.space {
    padding-top: 20px;
}
}
.single-certificates-box:hover h3 {
    color:#fff !important;
}


@media(max-width:450px) {
     .help_line {
        font-size:15px;
    }
    .menu-area .rts-btn.btn-border {
        padding: 8px 10px;
        font-size: 14px;
    }
    
}
@media(max-width:374px) {
     .help_line {
        font-size:11px;
    }
    .menu-area .rts-btn.btn-border {
        padding: 8px 6px;
        font-size: 12px;
    }
}

/* BODY scrollbar */
body::-webkit-scrollbar {
    width: 5px;
}

/* Track */
body::-webkit-scrollbar-track {
    background: transparent;
}

/* Thumb */
body::-webkit-scrollbar-thumb {
    background-color: #999;
    border-radius: 10px;
}

/* Hover */
body::-webkit-scrollbar-thumb:hover {
    background-color: #666;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

/* Scrollbar width */
.modal-open .modal::-webkit-scrollbar {
    width: 5px;
}

/* Scrollbar track */
.modal-open .modal::-webkit-scrollbar-track {
    background: transparent;
}

/* Scrollbar thumb */
.modal-open .modal::-webkit-scrollbar-thumb {
    background-color: #999;
    border-radius: 10px;
}

/* Hover effect */
.modal-open .modal::-webkit-scrollbar-thumb:hover {
    background-color: #666;
}
.modal-dialog-scrollable .modal-body
 {
     overflow-y: hidden !important; 
}

.modal-dialog-scrollable {
        height: auto!important;
    }
        .modal-dialog-centered {
        min-height: auto!important;
    }
