body {
	width: 100%;
	margin: 0px;
	font-family: "Outfit", sans-serif;

}

a {
	text-decoration: none;
	color: inherit
}

* {
	outline: none;
	box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px;
	padding: 0px;
	font-family: "Outfit", sans-serif;
  	font-weight: 500;
}

h4 {
	font-size: 18px;
	font-weight: 400;
	text-align: left;
	padding-bottom: 10px;
}

h2 {
	font-size: 38px;
	text-align: center;
	color: #232323;
	padding-bottom: 5px;
	font-weight: 500;
	line-height: 43px;
}

h3 {
	color: #232323;
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 15px;
}

h1 {
	font-size: 45px;
	line-height: 50px;
	color: #232323;
	margin-bottom: 10px;
}

p {
	padding: 0px;
	margin: 0px;
	font-size: 15px;
	line-height: 23px;
	color: #333;
	font-family: "Outfit", sans-serif;

}

li {
	font-family: "Outfit", sans-serif;
}

.big-btn-fnt{
	font-size: 18px !important;
}

.flex-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 10px;
}
.align-center{
	align-items: center;
}
.text-center{
	text-align: center;
}

.flex-start {
	justify-content: flex-start;
	column-gap: 30px;
}

.bg-dark {
	background-color: #2bbdd4 !important;
}

.bg-dark h2{
	color: #fdcf08;
}

.bg-gray {
	background-color: #EAEAE9;
}

.p0 {
	padding-top: 0 !important;
}

.m-35 {
	margin-top: 35px;
	margin-bottom: 30px;
}

.mt10 {
	margin-top: 10px;
}

.mt30 {
	margin-top: 30px;
}

.mt25 {
	margin-top: 25px;
}

.mt5 {
	margin-top: 5px;
}

.mt20 {
	margin-top: 20px;
}

.mb20 {
	margin-bottom: 20px;
}

.mt15 {
	margin-top: 15px;
}

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

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

.btn-center{
	margin: 0 auto;
    text-align: center;
}

.subheading {
	width: 60%;
	margin: 0px auto;
	font-size: 14px;
	text-align: center;
	line-height: 21px;
}

.text-white {
	color: #fff;
}

.clearfix {
	clear: both
}

.text-left {
	text-align: left;
}

.container {
	width: 100%;
	max-width: 1200px;
	/* padding: 0 25px; */
	margin: 0 auto;
}

.loader {
	display: none;
}

.err {
	border: 1px solid #f00 !important;
}
.contactform p.captcha-error {
    display: none;
    color: red !important;
    text-align: left;
}

/* header */
.header {
    padding: 8px 0;
    width: 100%;
    z-index: 999;
    top: 0;
    position: fixed;
    transition: 300ms ease-in-out;
    /* background-color: #ffffff; */
  }
  .header.sticky {
    -webkit-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.2);
    background: white;
  }
  .header.sticky .logo{
    filter: invert(0);
    /* width: 130px; */
    width: 90px;
  }
  .header.sticky .nav ul li a{
    color: #111111;
    font-weight: 500;
  }
  .header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header .logo {
    float: left;
    line-height: 0px;
    width: 150px;
    color: #181818;
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    display: flex;
    align-items: center;
    filter: invert(1);
    transition: 300ms ease-in-out;
  }
  .header .logo .img1 {
    width: 30%;
  }
  .header .logo .img2 {
    width: 100%;
    margin: 0 auto;
  }
  .header .nav {
    float: right;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: 55%;
    margin-top: 7px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: flex;
    justify-content: center;
  }
  .header .nav ul {
    margin: 0px;
    padding-left: 0;
  }
  .header .nav ul li {
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin: 0px 5px;
  }
  .header .nav ul li:after {
    content: "";
    background-color: white;
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -10px;
    left: 0px;
    opacity: 0;
    right: 0px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .header.sticky .nav ul li:after{
    background-color: #111111;
  }
  .header .nav ul li:hover:after {
    opacity: 1;
  }
  .header .nav ul li a {
    display: block;
    font-size: 16px;
    font-weight: 400;
    padding: 10px;
    font-weight: 500;
    /* color: #111111; */
    color: #ffffff;
    transition: 300ms ease-in-out;
  }
  .header .right-nav {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
  }
  .header .rightside {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    float: right;
    /* background-color: #4E6EAB; */
    /* border-radius: 30px; */
    /* border: 1px solid #4E6EAB; */
    /* border: 1px solid #181818; */
    color: #4E6EAB;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 300ms ease-in-out;
  }
  .header .border-rightside {
    /* border: 1px solid #abbe26; */
    border: 1px solid #ffffff;
    background: #4E6EAB;
    color: #fff;
    border-radius: 7px;
    font-size: 17px;
    display: inline-block;
    font-weight: 600;
    transition: 300ms ease-in-out;
  }
  .header.sticky .border-rightside{
    border: 1px solid #4E6EAB;
  }
  .header .border-rightside:hover {
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
  }
  .header .border-rightside a{
    padding: 10px 22px;
    box-sizing: border-box;
    width: fit-content;
    font-size: 17px;
    display: block;
    font-weight: 600;
  }
  .header .rightside img {
    width: 120px;
    padding-left: 20px;
    margin-top: -12px;
  }
  .header .rightside .picon {
    /* background-image: url("../images/call.svg"); */
    /* background-repeat: no-repeat; */
    /* background-position: 16px 11px; */
    /* padding: 7px 20px 7px 47px; */
    /* background-size: 17px; */
    /* float: left; */
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 22px;
    display: block;
    font-weight: 600;
    padding-top: 2px;
  }
  .header .rightside .micon {
    background-image: url("../images/mail-form-header.svg");
    background-repeat: no-repeat;
    background-position: 10px;
    padding-left: 30px;
    background-size: 20px;
    float: left;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 17px;
  }
  .header .rightside:hover {
    color: #000;
    /* background-color: #000;
    border: 1px solid #000; */
  }

  /* banner */

  .banner {
    position: relative;
    overflow: hidden;
    background-image: linear-gradient(0deg, #05131d40, #000000a8), url(../images/banner.jpg);
    background-repeat: no-repeat;
    background-position: 50% 72%;
    /* background-position: right; */
    background-size: cover;
    padding: 60px 0 120px 0;
    margin-top: 100px;
    /* background-color: #d3f2e9; */
  }
  
  .banner .container {
    display: flex;
    flex-wrap: wrap;
    column-gap: 4%;
    justify-content: center;
  }
  .banner .halfleft{
    width: 100%;
    box-sizing: border-box;
  }
  .banner .halfleft .innerWrap{
    padding-top: 40px;
    width: 56%;
  }
  .banner .halfright{
    width: 34%;
    border-radius: 30px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    row-gap: 23px;
    position: relative;
  }
  
  .banner .halfright img{
    object-fit: cover;
    border-radius: 30px;
    display: block;
    position: absolute;
    left: calc(50% - 15px);
  }
  .banner .halfright img.first-img{
    width: 80%;
    max-height: 420px;
    top: 0;
    right: 0;
  }
  .banner .halfright img.second-img{
    width: 62%;
    max-height: 380px;
    left: 0;
    bottom: 0;
  }
  
  .banner .banner-highlights {
    font-size: 22px;
    font-weight: 500;
    line-height: 28px !important;
  }
  .banner .innerWrap .information-wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 36px;
  }
  .banner .innerWrap .information-wrapper .content-wraps {
    width: 32%;
  }
  .banner .innerWrap .information-wrapper .content-wraps img {
    display: block;
    width: fit-content;
    height: 23px;
    margin: 0 auto;
  }
  .banner .innerWrap .information-wrapper .content-wraps p {
    text-align: center;
    font-size: 16px;
  }
  .banner .mainbanner::after {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    content: "";
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .banner .formwrp .d-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
  }
  .banner .formwrp .d-flex .formgroup {
    width: 48%;
  }
  /* .banner_box{
      background: #181818; 
      padding: 20px; 
      border-radius: 10px;
  } */
  .banner_box .banner_p {
    text-align: center;
    margin-bottom: 15px;
    margin-top: 0;
    color: #fff;
    font-weight: 500;
    font-size: 30px;
  }

  .banner .banner-logo {
    background: white;
    padding: 10px;
    width: fit-content;
    margin: 0 0 15px 0;
  }
  
  .banner .banner-logo img {
    width: 175px;
  }

  .f-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .f-flex .white-box {
    background: #fff;
    width: 29%;
    border-radius: 10px;
    border: 2px solid #cfe1c2;
    padding: 10px;
    margin-bottom: 10px;
    /* box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08); */
  }
  .f-flex .white-box:hover {
    border: 2px solid #181818;
  }
  
  .f-flex .white-box h4 {
    font-size: 20px;
    margin-bottom: 0;
    padding-bottom: 0;
    color: #181818;
    font-weight: 500;
  }
  .f-flex .white-box p {
    font-size: 15px;
    text-align: center;
    line-height: 21px;
    font-weight: 400;
    color: #333 !important;
  }
  .f-flex .white-box .icon {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .f-flex .white-box .icon img {
    width: 40%;
  }
  .formwrp2 {
    padding: 2%;
    border-radius: 5px;
    background-color: #006abf;
    width: 96%;
    text-align: center;
  }
  .formwrp2 h2 {
    color: #fff;
  }
  .main-form2 {
    position: relative;
    display: flex;
    align-items: center;
  }
  .main-form2 .formgroup {
    padding: 1%;
    width: 31.2%;
    float: left;
  }
  .main-form2 .formgroup input,
  .main-form2 .formgroup textarea,
  .main-form2 .formgroup select {
    font-size: 14px;
    padding: 13px 0;
    outline: none;
    width: 100%;
    border: 0px;
    border-bottom: 1px solid #f1f1f1;
    background-color: transparent;
    -webkit-transition: border-color 0.15s;
    -o-transition: border-color 0.15s;
    transition: border-color 0.15s;
    font-weight: normal;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
  }
  .halfleft .innerWrap ul {
    list-style: none;
    padding: 0 0 0 16px;
  }
  .halfleft .innerWrap ul li {
    color: white;
    position: relative;
    margin-bottom: 10px;
  }
  .halfleft .innerWrap ul li::before {
    content: "";
    /* background-image: url(); */
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
  }
  .messg {
    width: 64.8% !important;
  }
  .main-form2 .submitbtn input {
    font-size: 18px;
    background-color: #fff;
    color: #181818;
    border-radius: 15px;
    border: 0px;
    padding: 15px 30px;
    cursor: pointer;
    width: 100%;
    font-weight: 500;
    -webkit-appearance: none;
  }
  .main-form2 .submitbtn {
    margin: 0px 5px;
    display: block;
    width: 19%;
  }
  .main-form2 .formgroup select option {
    color: #333;
  }
  .formgroupboxwrp {
    width: 78%;
    margin-right: 2%;
  }
  .formwrp {
    background-color: #fff;
    width: 100%;
    /* width: 580px; */
    border-radius: 20px;
    padding-bottom: 20px;
    border: 1px solid #ddd;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
  }

  
.formwrp p {
    color: #333 !important;
    font-size: 15px !important;
    margin-bottom: 0px !important;
    text-align: center;
    margin-top: 0px;
    /* padding: 0 14px; */
  }
  
  .formwrp p a {
    color: #006abf;
    font-weight: 600;
  }
  
  .formwrp h2 {
    font-weight: 600;
    color: #1c1c1c;
    text-align: left;
    padding: 20px 25px 10px;
    font-size: 26px;
    line-height: 29px;
  }
  .formwrp h2 span {
    /* font-weight: 600; */
    background: #abbe26;
    padding: 0 6px;
    border-radius: 4px;
  }
  
  .formwrp form {
    padding: 10px 25px 10px 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 10px;
  }
  
  .locationzz {
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 30px;
    padding: 15px 25px;
    color: #333;
    width: fit-content;
    align-items: center;
    display: flex;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 400;
  }
  
  .locationzz img {
    margin-right: 5px;
  }
  
  .halfleft {
    width: 58%;
    margin-right: 0%;
    padding-right: 40px;
    box-sizing: border-box;
    position: relative;
  }
  
  .halfleft p {
    margin: 5px auto;
    color: #333;
    font-size: 18px;
    line-height: 24px;
  }
  
  .banner .halfleft .main-form {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  .banner .formgroup {
    padding: 0px 0 0px 0;
    border: 1px solid #ebebeb;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 7px;
  }
  .banner-form .formgroup.halffield{
    width: 20%;
  }
  
  select.placeholder-shown {
    color: #acacac;
  }
  select.placeholder-hidden {
    color: #333;
  }
  
  .banner-form .formgroup ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #acacac;
    opacity: 1;
    /* Firefox */
  }
  
  .banner-form .formgroup :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #acacac;
  }
  
  .banner-form .formgroup ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #acacac;
  }
  
  .banner-form .formgroup label {
    font-size: 14px;
    display: block;
    padding: 10px 0 6px 0;
    margin-bottom: 0px;
    font-weight: 500;
  }
  
  .banner-form .formgroup label span {
    color: #f00;
  }
  
  .banner-form .formgroup.textaea {
    width: 98%;
  }
  
  .banner-form .formgroup input,
  .banner-form .formgroup select,
  .banner-form .formgroup textarea {
    font-size: 14px;
    /* text-indent: 0.8rem; */
    padding: 10px 14px;
    outline: none;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ebebeb;
    border-radius: 7px;
    -webkit-transition: border-color 0.15s;
    -o-transition: border-color 0.15s;
    transition: border-color 0.15s;
    font-weight: normal;
    -webkit-box-sizing: border-box;
    font-family: "Outfit", sans-serif;
    box-sizing: border-box;
    display: block;
  }
  
  .banner-form .formgroup input option,
  .banner-form .formgroup select option,
  .banner-form .formgroup textarea option {
    color: #333;
  }
  
  .banner-form .submitbtn input {
    box-sizing: border-box;
    width: fit-content;
    font-size: 17px;
    font-weight: 600;
    background-color: #4E6EAB;
    color: #fff;
    border: 0px;
    border-radius: 7px;
    padding: 10px 22px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: 300ms ease-in-out;
  }
  
  .formwrp p.form-buttom-text {
    margin-top: 15px;
    color: white;
  }
  
  .banner-form .submitbtn input:hover {
    background-color: #000;
    color: #fff;
  }
  
  .banner-form .main-form .submitbtn {
    display: flex;
    flex-direction: column;
    margin: auto 0 0 0;
  }
  
  .halfleft h1 {
    font-size: 36px;
    color: #ffb55a;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .halfleft .innerWrap p {
    color: #fff;
    line-height: 24px;
  }
  .halfleft .innerWrap h3{
    color: white;
    font-weight: 300;
    font-size: 17px;
    line-height: 22px;
    width: 80%;
  }
  .halfleft .innerWrap p .highlight {
    background: #ffc403;
    padding: 0 6px;
    color: #181818;
    font-weight: 600;
  }
  .halfleft .cta-holder {
    margin-top: 20px;
  }
  .halfleft .cta-holder .btn-anim {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 15px 30px 15px 30px;
    border-radius: 3px;
    color: #fff;
    font-size: 22px;
    font-weight: 100;
    /* float: left; */
    /* top: 80px; */
    /* background-color: #181818; */
    background-color: #abbe26;
    position: relative;
    transition: 300ms ease-in-out;
    overflow: hidden;
  }
  .btn-anim p:nth-child(1) {
    font-weight: 500;
    line-height: 1.5;
  }
  .btn-anim p:nth-child(2) {
    font-size: 14px;
  }
  .halfleft .cta-holder .btn-anim:hover {
    /* background-color: #113157; */
    background-color: #374b01;
  }
  .bannerlisting {
    /*	display: flex;
      flex-wrap: wrap;*/
    margin: 20px 0 0 0;
    padding: 0px;
    list-style: none;
  }
  
  .bannerlisting li {
    /*	display: flex;
      flex-wrap: wrap;*/
    /*	width: 50%;*/
    margin-bottom: 20px;
    align-items: center;
    color: #333;
    font-size: 20px;
  }
  
  .bannerlisting li i {
    padding-right: 10px;
  }
  
  .bannerlisting li img {
    width: 50px;
    margin-right: 10px;
  }

  .banner .hero-review {
    border-color: hsla(0, 0%, 100%, .6);
    border-top-width: 1px;
    display: flex;
    flex-direction: row;
    min-height: 82px;
    padding-top: 15px;
    color: #fff;
    border-top: 1px solid hsla(0, 0%, 100%, .6);
}

.banner .hero-review .customer-wrap {
    align-items: center;
    display: flex
;
    flex-direction: row;
    gap: 14px;
}

.banner .hero-review .customer-wrap .customer-images {
    display: flex
;
}
.banner .hero-review .customer-wrap .customer-images img:first-child {
    margin-left: 0;
    z-index: 3;
}

.banner .hero-review .customer-wrap .customer-images img {
    border-radius: 9999px;
    height: 55px;
    margin-left: -20px;
    width: 55px;
    z-index: 2;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding: 3px;
}
.banner .banner-wrap.wysiwyg img {
    margin-bottom: 0;
}

.wysiwyg img {
    height: revert-layer;
    margin-bottom: 1rem;
}
.banner .hero-review .customer-wrap .customer-images img:last-child {
    z-index: 1;
}
.banner .hero-review .customer-wrap .customer-data {
    display: flex
;
    flex-direction: column;
}

.banner .hero-review .hero-review-heading {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 2rem;
}

.banner .hero-review .hero-review-text {
    font-size: .75rem;
    font-weight: 500;
    line-height: 1rem;
    line-height: 18px;
}

.banner .hero-review .rating-wrap {
    border-left: 1px solid hsla(0, 0%, 100%, .6);
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 15px;
    padding-left: 15px;
}

.banner .hero-review .hero-review-heading {
    font-size: 22px;
    font-weight: 700;
    line-height: 2rem;
}
.banner .hero-review .rating-wrap .hero-rating {
    align-items: flex-end;
    display: flex;
    flex-direction: row;
    gap: 10px;
}
.banner .hero-review .rating-wrap .rating {
    gap: 0;
}
.rating {
    display: flex;
}

.banner .hero-review .hero-review-text {
    font-size: 13px;
    font-weight: 500;
    line-height: 1rem;
    line-height: 18px;
}
.banner .hero-review .rating-wrap .rating .star {
    font-size: 22px;
}
.rating .star.full {
    color: #f5c200;
    font-size: 24px;
}
.rating .star {
    display: inline-block;
    font-size: 1rem;
    line-height: 1.5rem;
    position: relative;
    --tw-text-opacity: 1;
    color: rgb(209 213 219 / var(--tw-text-opacity));
}


/* banner-form */

.banner-form .container{
    margin-top: -60px;
    position: relative;
}

.banner-form .formgroup textarea{
    height: 39px;
    resize: none;
    overflow: hidden;
}

/* service section1 */
.section1 .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    margin-top: 60px;
}

.section1 .section1-img{
    width: 50%;
    text-align: center;

}

.section1 .section1-img img{
    width: 100%;
    border-radius: 20px;
}
.section1 .section1-content{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
}

.section1 .section1-content h2{
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #c92d30;
    text-align: left;
}
.section1 .section1-content p{
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 16px;
    color: #333;
    text-align: left;
}
.section1 .section1-content ul{
    list-style: none;
    padding: 0;
}
.section1 .section1-content ul li{
    color: #333;
    position: relative;
    margin-bottom: 10px;
    font-size: 16px;
}

.card-container {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    /* display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); */
    gap: 20px;
    /* max-width: 900px; */
    margin: auto;
  }
  
  .card {
    border: 1px solid #e0e0e0;
    padding: 20px;
    border-radius: 16px;
    transition: box-shadow 0.3s ease;
    width: calc(50% - 10px);
    min-height: 140px;
  }
  
  .card:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  }
  
  .card-number {
    font-size: 20px;
    color: #c92d30;
    font-weight: 500;
    margin-bottom: 10px;
  }
  
  .card-text {
    font-size: 16px;
    color: #333;
    font-weight: 500;
  }


  /* service section2 */
.section2 .container{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 30px;
    margin-top: 60px;
}

.section2 .section1-img{
    width: 50%;
    text-align: center;

}

.section2 .section2-img img{
    /* width: 100%; */
    border-radius: 20px;
}
.section2 .section2-content{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
}

.section2 .section2-content h2{
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #c92d30;
    text-align: left;
}
.section2 .section2-content p{
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 30px;
    color: #333;
    text-align: left;
}
.section2 .section2-content ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.section2 .section2-content ul li{
    color: #333;
    position: relative;
    margin-bottom: 15px;
    font-size: 16px;
}

.section2-img {
    position: relative;
    width: fit-content;
    margin: 60px auto 0;
  }
  
  .section2-img .img1 {
    width: 350px; /* adjust size as needed */
    height: auto;
    position: relative;
    z-index: 1;
  }
  
  .section2-img .img2 {
    width: 250px; /* match size to img1 or adjust */
    height: auto;
    position: absolute;
    top: -120px;   /* move upward */
    right: -60px;   /* move to the right */
    z-index: 2;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  }
  
  .section2-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 15px;
    position: relative;
  }
  
  .section2-list li::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    background-image: url('../images/checkmark.svg');
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 4px;
  }

  .section2-list.dark-back li::before{
    background-image: url('../images/checkmark-white.svg');
  }


  /* service section3 */

  .section3 {
    display: flex;
    width: 100%;
    min-height: 400px;
    position: relative;
    background-color: #4E6EAB;
  }
  
  .section3-img {
    flex: 1;
    max-width: 800px;
    width: 50%;
    position: absolute;
    left: 0;
    height: 100%;
    overflow: hidden;
  }
  
  .section3-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
        
  }

  .section3 .container{
    display: flex;
        align-items: center;
        height: 100%;
        background-color: #4E6EAB;
        color: #fff;
        justify-content: flex-end;
  }

  .section3-content-wrapper {
    flex: 1;
    display: flex;
    align-items: center;
    background-color: #4E6EAB; /* dark background */
    color: #fff;

  }
  
  .section3-content {
    /* max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
    width: 100%; */
    width: 45%;
    padding: 70px 0;
  }
  
  .section3-content h2 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #fff;
    text-align: left;
  }
  
  .section3-content p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
    color: #eee;
    text-align: left;
  }
  
  .section3-btn {
    padding: 10px 22px;
    box-sizing: border-box;
    width: fit-content;
    font-size: 17px;
    display: block;
    font-weight: 600;
    background-color: #fff;
    color: #4E6EAB;
    border-radius: 7px;
    font-size: 17px;
    display: inline-block;
    font-weight: 600;
    transition: 300ms ease-in-out;
  }

  .section3-btn:hover {
    background-color: #000;
    color: #fff;
  }
  .section3-content ul{
    margin: 0 0 40px 0;
    padding: 0;
  }
  

/* CTA */
.cta-section{
  margin-top: 60px;
  margin-bottom: 60px;
}
.cta-section .container{
  display: flex;
  justify-content: space-between;
  align-items: center;
  row-gap: 20px;
  background-color: #4E6EAB;
  padding: 30px 50px;
  border-radius: 20px;
}

.cta-section .cta-image{
  width: 22%;
}

.cta-section .cta-image img{
  width: 100%;
  max-width: 300px;

}
.cta-section .cta-content{
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  color: #fff;
}

.cta-section .cta-content h2{
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
  text-align: left;
}

.cta-btns{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  row-gap: 20px;
}

.cta-phone{
  font-size: 24px;
  font-weight: 600;
}
.cta-phone:hover{
  color: #000;
}

.cta-btn{
padding: 10px 22px;
box-sizing: border-box;
width: fit-content;
font-size: 17px;
display: block;
font-weight: 600;
background: #000;
color: #fff;
border-radius: 7px;
font-size: 18px;
display: inline-block;
font-weight: 600;
transition: 300ms ease-in-out;
}

.cta-btn:hover{
  background-color: #fff;
  color: #000;
}
.cta-call-wrap{
  text-align: left;
  padding-right: 16px;
}
.cta-phone-wrap{
  padding: 6px 0 6px 16px;
  border-left: 2px solid rgba(255, 255, 255, 0.796);
}

/* why choose us */

.why-choose-us {
    padding: 60px 0;
  }
  
  .why-choose-us h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    /* margin-bottom: 5px; */
    color: #c92d30;
    
  }
  
  .why-choose-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
    justify-content: space-between;
  }
  
  .why-choose-left {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    flex: 1;
    min-width: 500px;
  }
  
  .why-box {
    display: flex;
    align-items: flex-start;
    gap: 20px;
  }
  
  .why-box .icon {
    width: 80px;
    height: 80px;
    background-color: #4E6EAB;
    position: relative;
    /* clip-path: polygon(
      50% 0%, 93% 25%, 93% 75%, 50% 100%, 7% 75%, 7% 25%
    ); */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
  }
  
  .why-box .icon img {
    width: 80px;
    height: 60px;
    object-fit: contain;
    filter: brightness(0) invert(1); /* makes SVG white */
  }
  
  .why-box .content h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    color: #222;
  }
  
  .why-box .content p {
    font-size: 16px;
    color: #333;
    line-height: 1.5;
  }
  
  .why-choose-right {
    width: 34%;
    display: flex;
    justify-content: center;
    min-width: 300px;
  }
  
  .why-choose-right img {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
  }

  
  /* industries section */

  .industries-we-serve {
    background-color: #4E6EAB;
    padding: 60px 20px;
    color: #fff;
    text-align: center;
  }
  
  .section-title {
    text-align: center;
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    /* margin-bottom: 5px; */
    color: #fff;
  }
  
  .industries-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 2%;
  }
  
  .industry-card {
    position: relative;
    width: 18.4%;
    /* cursor: pointer; */
    transition: transform 0.3s;
  }
  
  .industry-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 20px;
    display: block;
    transition: transform 0.3s ease;
  }
  
  .industry-card:hover img {
    transform: scale(1.05);
  }
  
  .industry-overlay {
    /* position: absolute;
    bottom: 0;
    left: 0;
    right: 0; */
    padding: 12px 5px 0 5px;
    /* background: linear-gradient(to top, #0f0f0f, transparent); */
    color: #fff;
    text-align: left;
  }
  
  .industry-overlay h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-align: center;
  }
  

  /* Services Section */
.services {
    padding: 60px 20px;
    position: relative;
  }
  
  /* Heading and Nav */
  .services-header-wrapper {
    /* display: flex;
    justify-content: space-between;
    align-items: center; */
    margin-bottom: 30px;
  }
  
  .services-header h2 {
        font-size: 32px;
        line-height: 40px;
        font-weight: 700;
        /* margin-bottom: 15px; */
        color: #c92d30;
  }
  
  /* Arrow Navigation */
  .services-nav {
    display: flex;
    gap: 10px;
  }
  
  /* Hover effect */
  .services-nav button:hover {
    transform: scale(1.1);
  }
  
  .services-nav button {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    font-size: 1.2rem;
    color: white;
    cursor: pointer;
    transition: transform 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #c92d30;
    border: 1px solid #c92d30;
    margin-left: 0.5rem;
  }
  
  .services-nav button:hover {
    background-color: #4E6EAB;
    color: #fff;
    border-color: #4E6EAB;
  }
  
  /* Card Design */
  .service-wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 2%;
    row-gap: 24px;
  }
  
  .service-card {
    width: 23.5%;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
  }
  
  .service-card img {
    width: 100%;
    display: block;
    height: auto;
    object-fit: cover;
  }
  
  /* Floating Info Box */
  .service-info {
    position: absolute;
    bottom: 16px;
    left: 16px;
    right: 16px;
    background: #fff;
    padding: 12px 16px;
    border-radius: 13px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    z-index: 2;
    min-height: 70px;
    /* display: flex;
    align-items: center; */
  }
  
  .service-info h3 {
    font-size: 18px;
    margin: 0;
    color: #000;
    font-weight: 600;
  }
  
  .service-info p {
    margin: 6px 0 0;
    font-size: 16px;
    color: #333;
    line-height: 1.4;
  }
  
  /* Owl Dots Pagination */
  .owl-dots {
    text-align: center;
    margin-top: 20px;
    
  }
  
  .owl-dot {
    width: 12px;
    height: 12px;
    margin: 0 6px;
    border-radius: 50%;
    background: #ccc;
    display: inline-block;
    transition: 0.3s ease;
  }
  
  .owl-carousel button.owl-dot.active span {
    background: #c92d30 !important;
  }
  .owl-carousel button.owl-dot span {
    background: #4E6EAB !important;
  }
  

  /* testimonial section */
.testimonial-section {
    padding: 60px 20px 100px 20px;
    background: #f5f6f8;
  }
  
  .heading {
    text-align: center;
  }
  
  .heading h2 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    color: #c92d30;
  }
  
  .testimonial-section .tag {
    color: #4E6EAB;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
  }
  
  .testimonial-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin-top: 30px;
  }
  
  .review-summary {
    background: #4E6EAB;
    border-radius: 20px;
    overflow: hidden;
    color: #fff;
    text-align: center;
  }
  
  .review-summary img {
    width: 100%;
  }
  
  .review-info {
    padding: 20px;
  }
  
  .review-info p {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
  }
  .review-info .customer-rating{
    border-bottom: 1px solid rgba(255, 255, 255, 0.458);
    padding-bottom: 10px;
  }

  .review-info .rating-level{
    font-size: 24px;
    font-weight: 600;
  }
  .review-info .rating-group{
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 8px;
  }
  .review-info .rating-group p{
    text-align: left;
    margin-top: 6px;
  }
  .review-info .rating-group .row p{
    line-height: 10px;
    font-size: 14px;
    margin-top: 0;
  }
  .review-info .rating-group .row .stars{
    color: #f5c200;
  }
  
  .avatars {
    padding: 0 10px;
  }
  
  .avatars img {
    width: 50px;
    height: 50px;
    margin-left: -18px;
    border-radius: 50%;
    border: 2px solid #fff;
    position: relative;
  }
  .avatars img:first-child{
    margin: 0;
    z-index: 3;
  }
  .avatars img:nth-child(2){
    z-index: 2;
  }
  .avatars img:nth-child(3){
    z-index: 1;
  }
  
  .testimonial-carousel {
    max-width: 600px;
    /* overflow: hidden; */
    scroll-behavior: smooth; /* Smooth scrolling */
  }

  .testimonial-carousel .owl-nav{
    position: relative;
    overflow: visible;
    margin-top: 4px !important;
  }
  
  .testimonial-carousel .owl-nav button{
    position: absolute;
    z-index: 2;
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #c92d30 !important;
    color: white !important;
  }
  .testimonial-carousel .owl-nav button.owl-prev::before{
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    font-size: 10px;
    color: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

  }
  .testimonial-carousel .owl-nav button.owl-next::before{
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    font-size: 10px;
    color: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .testimonial-carousel .owl-nav button.owl-prev{
    left: 40%;
  }
  .testimonial-carousel .owl-nav button.owl-next{
    right: 40%;
  }
  .testimonial-carousel .owl-nav button span{
    font-size: 30px;
    line-height: 20px;
    display: none;
  }
  

  .testimonial-card {
    background: #fff;
    border-radius: 20px !important;
    padding: 30px;
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
    transition: all 0.3s ease;
  }
  
  .testimonial-card .stars {
    color: #f0642f;
    font-size: 12px;
    text-align: left;
  }
  
  .testimonial-card .quote {
    margin: 0 0 16px 0;
    font-style: italic;
    text-align: center;
    font-size: 16px;
  }
  
  .author {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 16px;
  }
  
  .author-img {
    width: 40px;
  }
  
  .author img {
    width: 100%;
    border-radius: 50%;
  }
  
  .author h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    color: #000;
    padding: 0;
  }
  
  .testimonial-nav {
    display: flex;
    justify-content: center;
    gap: 20px;
    width: 100%;
  }
  
  .testimonial-nav button {
    border-radius: 50%;
    padding: 13px 15px;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    width: 50px;
  }
  
  .custom-prev-testimonial {
    background: #4E6EAB;
    color: #fff;
  }
  
  .custom-next-testimonial {
    background: #000;
    color: #fff;
  }
  
  /* Custom navigation for smooth scrolling */
  .owl-carousel .owl-item {
    transition: transform 0.5s ease-in-out;
  }
  
  /* .testimonial-section{
    display: none;
  } */
  

  /* footer */

  .footer {
    background-color: #4E6EAB;
    padding: 50px 0 50px;
  }

  .footer .footer-form-wrapper{
    background: white;
    border-radius: 20px;
    padding: 20px;
    box-sizing: border-box;
  }
  .footer .formgroup{
    margin-bottom: 16px;
  }

  .footer .formgroup label{
    display: block;
    padding: 0 0 4px 0;
  }
  .footer .formgroup label span{
    color: #f00;
  }

  .footer .footer-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 50px 0 0 0;
    row-gap: 20px;
}

.footer .footer-wrapper .left-content {
    width: 45%;
    padding: 0 30px 0 0;
}

.footer .footer-wrapper .left-content h2 {
    
    text-align: center;
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 40px;
    font-weight: 600;
}
.formgroup {
    padding: 0;
    width: 100%;
    border-radius: 7px;
}
.formgroup input, .formgroup select, .formgroup textarea {
    -webkit-appearance: none;
    font-size: 14px;
    /* text-indent: 0.8rem; */
    padding: 12px 0 12px 8px;
    outline: none;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ebebeb;
    -webkit-transition: border-color 0.15s;
    -o-transition: border-color 0.15s;
    transition: border-color 0.15s;
    font-weight: normal;
    -webkit-box-sizing: border-box;
    font-family: "Open Sans", sans-serif;
    box-sizing: border-box;
    border-radius: 10px;
}

.footer .submitbtn input {
    /* width: 100%; */
}

.footer .submitbtn input {
    padding: 10px 22px;
    box-sizing: border-box;
    width: fit-content;
    font-size: 17px;
    display: block;
    font-weight: 600;
    margin: 20px auto 0 auto;
    border-radius: 7px;
    background-color: #4E6EAB;
    border: 1px solid #4E6EAB;
    color: #ffffff;
    transition: all 0.3s ease;
    padding: 12px 26px;
    font-size: 18px;
    /* box-shadow: 0 10px 30px -10px #56070a; */
    cursor: pointer;
}

.footer .submitbtn input:hover{
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
}


.footer .footer-wrapper .right-form {
    width: 50%;
    position: relative;
}

.footer .footer-wrapper .right-form .contact-details{
  margin-bottom: 20px;
}

.footer .footer-wrapper .right-form iframe {
    width: 100%;
    height: 284px;
    /* padding: 20px 40px 0 0; */
    border-radius: 20px;
    display: block;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

.footer .footer-wrapper .right-form::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
    height: 210px;
    background: var(--secondary);
    z-index: 0;
}
.footer-contact-info {
    margin: 0 0 16px 0;
    position: relative;
    background: white;
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.05);
    padding: 20px;
    border-radius: 20px;
    width: 100%;
}

.footer-contact-info .infos {
    display: flex;
    column-gap: 18px;
    margin-bottom: 16px;
    /* width: 27%; */
}
.footer-contact-info .infos:last-child{
  margin-bottom: 0;
}

.footer-contact-info .infos i {
    font-size: 30px;
    color: #4E6EAB;;
}

.footer-contact-info .infos .details .tag {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    align-items: center;
}

.footer-contact-info .infos .details a {
    margin-top: 4px;
    font-size: 14px;
    font-weight: 500;
    color: var(--fontLight);
    opacity: 0.8;
    word-break: break-all;
}

/* FAQs */
.faq-section {
    display: flex;
    justify-content: space-between;
    padding: 60px 100px;
  }

  .faq-heading {
    max-width: 40%;
  }

  .faq-heading h2 {
    font-size: 44px;
    font-weight: bold;
    margin: 0;
  }

  .faq-heading p {
    font-weight: bold;
    color: #666;
  }

  .faq-container {
    max-width: 55%;
    width: 100%;
  }

  .faq {
    border-top: 1px solid #eee;
    padding: 20px 0;
    cursor: pointer;
  }

  .faq:last-child {
    border-bottom: 1px solid #eee;
  }

  .faq-question {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    font-size: 20px;
  }

  .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    color: #666;
    font-size: 16px;
    line-height: 1.6;
  }

  .faq.active .faq-answer {
    max-height: 200px;
    margin-top: 10px;
  }

  .faq-icon {
    transition: transform 0.3s ease;
  }

  .faq.active .faq-icon {
    transform: rotate(180deg);
  }

/* Footer Ends */

/* Copyright Starts */


/* Copyright */
.copyrights-design {
	padding: 15px 0 15px;
	background-color: #c92d30;
	/* border-top: 1px solid #fff; */
}

.copyrights-design .wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
  /* row-gap: 20px; */

}

.copyrights-design .copyright-left {
	width: 50%;
}

.copyright-left p {
	/* width: fit-content; */
	display: block;
	color: #fff;
	font-size: 14px;
}

.separator {
	margin: 0px 10px;
	color: #fff;
}

.copyright-right {
	text-align: right;
	width: 30%;
}

.copyright-right p {
	font-size: 14px;
	color: #fff;
}

.map {
  margin-bottom: -5px;
}

.thank-you-page-content{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: calc(100vh - 91px);
}

  
  /* Responsive */

@media (max-width: 1024px) {
  .container{
    padding: 0 30px;
  }  
  .banner .hero-review .rating-wrap {
        margin-left: 1.5rem;
        padding-left: 1.5rem;
    }
    .banner .hero-review .customer-wrap .customer-images img {
        height: 57px;
        width: 57px;
    }
    .banner .hero-review .hero-review-text {
        font-size: .875rem;
        font-weight: 400;
        line-height: 1.25rem;
    }
    .banner .hero-review .hero-review-heading {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .service-card{
      width: 32%;
    }
}

@media (max-width: 768px) {
  .container{
    padding: 0 25px;
  }
  .why-choose-wrapper {
    flex-direction: column;
  }

  .why-choose-left {
    grid-template-columns: 1fr 1fr;
  }

  .thank-you-page-content {
    text-align: center;
    height: calc(100vh - 114px);
    font-size: 32px;
    line-height: 40px;
  }

  .header .nav{
    display: none;
  }
  .banner .halfleft .innerWrap{
    width: 100%;
  }
  .banner-form .formgroup.halffield,
  .banner-form .main-form .submitbtn{
    width: 48%;
  }
  .section1 .container,
  .section2 .container{
    flex-wrap: wrap;
  }
  .section1 .section1-img{
    width: 100%;
    height: 430px;
    order: 2;
  }
  .section1 .section1-content{
    width: 100%;
    order: 1;
  }
  .section1 .section1-img img{
    height: 100%;
    object-fit: cover;
  }
  .section2 .section2-content{
    width: 100%;
  }
  .section2-img{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 2%;
    margin-top: 0;
  }
  .section2-img .img1,
  .section2-img .img2{
    width: 48%;
    position: unset;
  }
  .service-wrapper{
    column-gap: 3%;
  }
  .service-card{
    width: 48%;
  }
  .services{
    padding: 60px 0;
  }
  .cta-call-wrap{
    padding: 0;
  }
  .cta-phone-wrap{
    padding: 10px 0;
    border: 0;
  }
  .why-choose-right{
    width: 100%;
  }
  .industries-flex{
    row-gap: 20px;
  }
  .industry-card{
    width: 32%;
  }
  .review-summary{
    width: 82%;
  }
  .footer .footer-wrapper .left-content{
    width: 100%;
    padding: 0;
  }
  .footer .footer-wrapper .right-form{
    width: 100%;
  }
  .copyrights-design .copyright-left,
  .copyrights-design .copyright-right{
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width:560px) {
  .header .container{
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 14px;
    /* padding: 20px 0; */
  }
  .header .right-nav{
    justify-content: center;
    width: 100%;
  }
  .header .rightside .picon{
    font-size: 20px;
  }
  .thank-you-page-content {
    text-align: center;
    height: calc(100vh - 137px);
    font-size: 30px;
    line-height: 36px;
  }
  .banner .halfleft{
    padding: 0;
  }
  .banner-form .formgroup.halffield, 
  .banner-form .main-form .submitbtn{
    width: 100%;
  }
  .banner-form .main-form .submitbtn{
    margin-top: 20px;
  }
  .cta-section .container{
    flex-wrap: wrap;
    padding: 30px 24px;
  }
  .cta-section .cta-image{
    width: 100%;
  }
  .cta-section .cta-image img{
    width: 60%;
    margin: 0 auto;
    display: block;
  }
  .cta-section .cta-content{
    width: 100%;
  }
  .cta-section .cta-content h2{
    text-align: center;
  }
  .cta-btns{
    align-items: center;
    width: 100%;
  }
  .section3{
    flex-wrap: wrap;
  }
  .section3-img{
    flex: unset;
    width: 100%;
    height: 360px;
    position: unset;
  }
  .section3-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .section3-content{
    width: 100%;
  }
  .why-choose-left{
    width: 100%;
    min-width: unset;
  }
  .industries-we-serve{
    padding: 60px 0px;
  }
  .industries-flex{
    column-gap: 3%;
  }
  .industry-card{
    width: 48%;
  }
  .services-header-wrapper .services-header{
    width: 100%;
  }
  .services-nav{
    display: none;
  }
  .service-card{
    width: 100%;
  }
  .services{
    padding: 60px 0;
  }
  .testimonial-carousel .owl-nav button.owl-next{
    right: 34%;
  }
  .testimonial-carousel .owl-nav button.owl-prev{
    left: 34%;
  }
}