@charset "UTF-8";

html,
body {
  font-family: "Lato", sans-serif;
  color: #202020;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  color: #3bb6d5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
  line-height: 1.1;
  text-transform: capitalize;
  font-weight: 400;
  color: #1b1b1b;
  margin: 0;
  padding: 0;
}

a:focus {
  color: #3bb6d5;
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: unset;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

section {
  padding: 80px 0;
}

@media screen and (max-width: 992px) {
  section {
    padding: 60px 0;
  }
}

@media screen and (max-width: 772px) {
  section {
    padding: 40px 0;
  }
}

@media screen and (max-width: 400px) {
  section {
    padding: 30px 0;
  }
}

.const_section_heading {
  float: left;
  width: 100%;
  padding-bottom: 55px;
  text-align: center;
}

.const_section_heading h2 {
  font-size: 40px;
  font-weight: 600;
  position: relative;
  text-transform: capitalize;
  padding-bottom: 20px;
}

.const_section_heading h2:after {
  content: "";
  position: absolute;
  bottom: -7px;
  width: 200px;
  height: 8px;
  background: var(--details);
  left: 0;
  right: 0;
  margin: 0px auto;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.form-control {
  box-shadow: none;
}

.form-control:focus {
  box-shadow: none;
}

textarea.form-control {
  height: auto;
  resize: none;
}

button:focus,
input:focus,
textarea:focus {
  outline: 0;
}

.icon_svg {
  fill: #3bb6d5;
}

.doc_icon_svg {
  fill: #ff4a57;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.doc2_icon_svg {
  fill: #00aaef;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.const_header {
  float: left;
  width: 100%;
  position: relative;
  z-index: 1;
}

.const_logo_wrapper {
  float: left;
  position: relative;
  padding-top: 27px;
  padding-left: 15px;
  z-index: 1;
}

.res_logo_wrapper {
  float: left;
  display: none;
  padding-top: 27px;
  padding-left: 15px;
}

.const_top_shape_wrapper {
  position: absolute;
  top: -65px;
  left: -62px;
  z-index: 1;
}

.shape_top_const_header {
  position: absolute;
  left: 0;
  top: -100px;
  z-index: -1;
}

.const_banner_wrapper {
  width: 100%;
  padding-top: 100px;
}

.const_banner_wrapper img {
  height: 100%;
  object-fit: contain;
}

.const_banner_shape_wrapper {
  position: absolute;
  top: -14%;
  right: -163px;
}

.const_banner_cntnt h1 {
  color: #202020;
  margin-bottom: 20px;
  text-transform: capitalize;
  font-size: 54px;
  line-height: 70px;
  font-weight: 600;
  animation-delay: 1s;
}

#cookPopup{display:none;justify-content:space-between;flex-direction:column;align-items:center;gap:1rem;position:fixed;bottom:15px;left:50%;width:900px;max-width:90%;transform:translateX(-50%);padding:25px;background-color:white;border-radius:4px;box-shadow:2px 3px 10px rgba(0,0,0,0.4);z-index:9999}
    #cookPopup p{margin:0;text-align:left}
    .cookPopup_btn{padding:7px 15px;cursor:pointer;border:0;background:#46BCD9;border-radius:4px;font-weight:800;color:#fff}
    .cookPopup_btn:hover{background:#000;}
		#cookPopup a {
			color: #46BCD9;
		}
    @media(min-width:576px){
        #cookPopup.show{display:flex;align-items:center}}
    @media(max-width:575px){
        #cookPopup.show{display:block;text-align:left}.cookPopup_btn{margin:10px 0 0 0}}
    .cookPopup_title{font-size:16px;font-weight:700}
    .cookPopup_desc{font-size:16px}.show{display:flex !important}

.const_banner_cntnt p {
  font-family: "Poppins";
  color: #202020;
  font-size: 18px;
  line-height: 30px;
  animation-delay: 1.6s;
}

.const_services_wrapper {
  float: left;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 50px;
}

.const_service_image {
  text-align: center;
}

.totli {
  padding: 10px;
  text-align: center;
  border: 1px solid #c5c5c5ff;
  margin: 15px 5px;
}

.totli h3 {
  margin-bottom: 15px;
}



.header {
  position: sticky;
  top: 0;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.logo img {
  height: 50px;
  display: block;
}

.nav-menu {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
}

.nav-menu li {
  margin-left: 20px;
}

.nav-menu a {
  text-decoration: none;
  color: #333;
  font-family: Arial, sans-serif;
  font-size: 16px;
  padding: 10px;
  transition: color 0.3s;
}

.nav-menu a:hover {
  color: #007bff;
}

@media (max-width: 999px) {

  .logo {
    margin-bottom: 10px;
  }

  .nav-menu {
    width: 100%;
    justify-content: space-between;
  }

  .nav-menu li {
    margin: 0;
    flex: 1;
    text-align: center;
  }

  .nav-menu a {
    display: block;
    padding: 10px 0;
    margin: 0 15px;
  }
}

.const_service_box_wrapper {
  padding: 35px;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.const_service_box_wrapper:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.const_service_box_wrapper h1 a {
  font-size: 26px;
  text-transform: capitalize;
  font-weight: 500;
  padding: 15px 0;
  display: block;
}

.const_service_box_wrapper h1 a:hover {
  color: #ff6666;
}

.const_service_shape {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.const_service_shape svg {
  width: 100%;
}

.const_service_box_wrapper img {
  margin-bottom: 5px;
}

.const_counter_section {
  float: left;
  width: 100%;
  background: var(--details);
  padding-bottom: 100px;
  padding-top: 100px;
  position: relative;
}

.const_counter_section .const_section_heading h2 {
  color: #fff;
}

.const_counter_section .const_section_heading h2:after {
  background: rgba(255, 239, 239, 0.3);
}

.const_counter_section .const_section_heading h3 {
  color: #c0ccdf;
}

.const_counter_box {
  float: left;
  width: 33.33333333%;
  background: #fff;
  padding: 60px 40px 60px 40px;
}

.const_c_box1,
.const_c_box2 {
  border-right: 4px solid #ff6666;
}

.const_counter_icon {
  float: left;
  padding-right: 15px;
}

.const_counter_text {
  float: left;
  text-align: left;
  padding-left: 10px;
}

.const_counter_section i:before {
  float: left;
  margin-left: 0;
  padding-right: 5px;
  color: #ff6666;
  font-size: 60px;
  line-height: 56px;
}

.const_counter_section .const_count-description {
  font-family: "Lato";
  font-size: 28px;
  font-weight: 900;
  color: #1c2f4d;
}

.const_counter_section h4 a {
  font-family: "Lato";
  color: #5f6e86;
  display: block;
  font-size: 18px;
  padding-top: 6px;
}

.const_ab_section {
  width: 100%;
}

.about_second_wrapper {
  float: left;
  width: 100%;
}

.const_about_content_wrapper {
  float: left;
  width: 100%;
  padding-bottom: 50px;
}

.const_about_image_wrapper {
  float: left;
  width: 100%;
}

.const_about_image_wrapper img {
  position: relative;
  z-index: 1;
}

.const_about_image_wrapper svg {
  position: absolute;
  right: 10px;
  bottom: 0;
  width: 520px;
}

.const_about_content_wrapper h2 {
  text-align: left;
}

.const_about_content_wrapper .const_section_heading {
  padding-bottom: 25px;
}

.const_about_content_wrapper .const_section_heading h2:after {
  content: "";
  position: absolute;
  bottom: -7px;
  width: 200px;
  height: 8px;
  background: var(--details);
  left: 0;
  right: 0;
  margin: 0;
}

.const_about_content_wrapper p {
  color: #202020;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 20px;
}

.const_about_content_wrapper li {
  font-size: 18px;
  margin-bottom: 18px;
  font-family: "Lato";
}

.const_about_content_wrapper li a {
  color: #111;
  text-transform: capitalize;
}

.const_about_content_wrapper li i {
  font-size: 14px;
  margin-right: 10px;
  color: var(--details);
}

.const_about_content_wrapper li a:hover {
  color: #ff6666;
}

.const_about_content_wrapper a {
  margin-top: 10px;
}

.const_test_section {
  width: 100%;
}

.const_test_section .const_section_heading h2 {
  color: #111;
}

.const_test_section .const_section_heading h2:after {
  background: var(--details);
}

.const_test_section .const_section_heading h3 {
  color: #c0ccdf;
}

.const_testimonial_slider_wrapper {
  float: left;
  width: 100%;
}

.const_testimonial_wrapper {
  float: left;
  width: 100%;
  position: relative;
  padding-left: 45px;
}

.const_quote_icon_wrapper {
  position: absolute;
  bottom: 0;
  right: 30px;
}

.const_quote_icon_wrapper i:before {
  position: absolute;
  left: 25px;
  top: 24px;
  margin-left: 0;
  font-size: 30px;
  color: #fff;
}

.const_testimonial_wrapper .const_testimonial_img_wrapper {
  left: 0;
  margin-bottom: -94px;
  position: absolute;
  bottom: 55%;
}

.testi_container {
  overflow: hidden;
}

.const_testimonial_slider_wrapper .owl-carousel .owl-stage-outer {
  overflow: visible;
}

.const_testimonial_wrapper .quote-icon {
  position: absolute;
}

.const_testimonial_wrapper i:before {
  color: #ffffff;
  font-size: 30px;
  margin-left: 0px;
}

.const_testimonial_wrapper .const_testimonial_text_wrapper {
  background: #fff;
  padding: 40px 20px 40px 40px;
}

.const_testimonial_wrapper .const_testimonial_text_wrapper p {
  width: 335px;
}

.const_testimonial_wrapper .const_author {
  padding-top: 20px;
}

.const_testimonial_wrapper .const_author h2 {
  color: var(--details);
  font-size: 22px;
  font-weight: 500;
}

.const_testimonial_wrapper .const_author h3 {
  color: #797979;
  font-family: "Lato";
  font-size: 16px;
  padding-top: 10px;
}

.const_testimonial_slider_wrapper .owl-theme .owl-nav {
  display: none;
}

.const_testimonial_slider_wrapper .owl-dots .owl-dot {
  display: inline-block;
  margin: 60px 0px 0;
}

.const_testimonial_slider_wrapper .owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  display: block;
  margin: 5px 7px;
  background: #d6d6d6;
  border-radius: 30px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.const_testimonial_slider_wrapper .owl-theme .owl-dots .owl-dot.active span,
.const_testimonial_slider_wrapper .owl-theme .owl-dots .owl-dot:hover span {
  background: var(--details);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.const_pricing_section {
  float: left;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}

.const_pricing_section .const_pricing-table-default {
  float: left;
  width: 100%;
  position: relative;
  padding: 60px 0 50px 0;
  border: 1px solid #cfcfcf;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.const_pricing_section .const_pricing-table-default:hover {
  background: var(--details);
  border-color: var(--details);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.const_pricing_section .const_pricing-table-default:hover h3,
.const_pricing_section .const_pricing-table-default:hover h2,
.const_pricing_section .const_pricing-table-default:hover .price,
.const_pricing_section .const_pricing-table-default:hover .const_pricing-list li {
  color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.const_pricing_section .const_pricing-table-default:hover .icon_svg {
  fill: #1d4076;
}

.const_pricing_section .const_pricing-table-default h3 {
  font-size: 16px;
  font-weight: 600;
  color: var(--details);
  letter-spacing: 4px;
  margin-bottom: 10px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.const_pricing_section .const_pricing-table-default h2 {
  font-size: 34px;
  font-weight: 500;
  padding-bottom: 40px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.const_pricing_section .const_pricing-table-default .price {
  display: block;
  color: #111;
  font-weight: 700;
  font-size: 30px;
  padding-top: 40px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.const_pricing_section .const_pricing-list li {
  padding-bottom: 10px;
  font-family: "Lato";
  font-size: 20px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.const_pricing_section .const_pricing-list li:last-child {
  padding-bottom: 0px;
}

.const_pricing_section .const_btn_style {
  margin-top: 40px;
}

.const_faq_wrapper img {
  max-height: 530px;
  object-fit: contain;
}

.const_accordian_text_wraper h2,
.const_location_wrapper h2 {
  padding-bottom: 30px;
  font-size: 40px;
  font-weight: 600;
  position: relative;
  text-transform: capitalize;
}

.const_accordian_text_wraper p {
  padding-bottom: 30px;
}

.const_location_wrapper .abt_heading_wrapper h1 {
  font-size: 30px;
  color: #111111;
  font-weight: 600;
  position: relative;
  margin-bottom: 30px;
  text-transform: capitalize;
}