html{
    scroll-behavior: smooth;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body{
	margin: 0;
	padding: 0;
	overflow-x: hidden;
    font-family: "Poppins", sans-serif;
}
a, 
input, 
select, 
textarea, 
p, ul, li {
	margin: 0;	 
	padding: 0;
    text-decoration: none;
}
a, a:hover{
    text-decoration: none;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
}
.common-btn {
    border-radius: 7px;
    background: #28A8E1;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    padding: 20px 40px;
    display: inline-block;
    transition: all ease-in-out 0.3s;
}
.common-btn:hover{
    background:#3A3A3A;
    color: #fff;
}
.py-100{
    padding-top: 100px;
    padding-bottom: 100px;
}
.pb-100{
    padding-bottom: 100px;
}
.skyblue-color{
    color: #28A8E1;
}
/*-------------- navbar---------------------*/
 
header .navbar-nav .nav-item .nav-link {
    color: #3A3A3A;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    padding: 0;
}
header .navbar-nav .nav-item.active .nav-link {
    color: #28A8E1;
 
}
header .navbar-nav .nav-item .nav-link:hover {
    color: #28A8E1;
    
}
 
 .right-call .call-detail p:first-child a {
    font-size: 22px;
    font-weight: 600;
    color: #3A3A3A;
    line-height: normal;
}
.right-call .call-detail p:last-child a {
    font-size: 13px;
    line-height: normal;
    color: #4C4C4C;
    font-weight: 400;
}
.right-call .call-detail p a{
    font-weight: 700;
}
.right-call {
    display: flex;
    align-items: center;
    gap: 15px;
}
.right-call .call-icon {
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #E4F6FE;
}
.right-call .call-icon i {
    color: #28A8E1;
}
header .navbar {
    padding: 26px 0;
}
.nav-btn a {
    color: #fff;
    background: #000;
    font-size: 18px;
    font-weight: 500;
    width: 100%;
}
.nav-btn a:hover {
    color: #fff;

}
 ul.navbar-nav {
    gap: 20px;
}
.offcanvas-header .close-btn {
    border: 0;
    background: transparent;
    top: 15px;
    position: absolute;
    right: 15px;
    color: #ffffff;
    background: #28A8E1;
    padding: 5px 10px;
}
header .navbar .navbar-brand {
    margin: 0;
}
.navbar-brand img {
    width: 120px;
}
/*=========================== Banner-section css Start=============================*/
 .main-banner {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    width: 100%;
    height: 730px;
    position: relative;
    display: flex;
    align-items: center;
}
.banner-right {
    position: absolute;
    bottom: 0;
    right: 4%;
    transform: translateX(-50%);
}
.banner-content h6 {
    color: #ED1B24;
    font-size: 16px;
    line-height: normal;
    font-weight: 400;
    margin-bottom: 12px;
}
.banner-content h1 {
    font-size: 47px;
    line-height: normal;
    font-weight: 600;
    color: #3A3A3A;
    padding-right: 100px;
    margin-bottom: 40px;
}
/*=========================== Banner-section css End=============================*/

/*=========================== About-section css start=============================*/
.main-about {
    background: #EDEEF1;
}
.about-right {
    text-align: center;
    position: relative;
}
.about-content h6 {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 10px;
    font-weight: 500;
}
.about-content h2 {
    color: #3A3A3A;
    font-size: 40px;
    line-height: normal;
    font-weight: 600;
    padding-right: 50px;
    margin-bottom: 15px;
}
.about-content p {
    margin-top: 15px;
}
.about-content h5 {
    font-size: 18px;
    line-height: 30px;
    color: #444444;
    font-weight: 500;
     font-family: "Inter", sans-serif;
}
.about-content p {
    margin-top: 15px;
    color: #444444;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
}
.about-content .about-list {
    margin-top: 15px;
    list-style: none;
}
.about-content .about-list {
    margin-top: 15px;
    list-style: none;
    
}
.about-content .about-list li {
    margin-top: 10px;
    list-style: none;
    color: #3A3A3A;
    font-size: 20px;
    line-height: normal;
    font-weight: 500;
    padding-left: 33px;
    position: relative;
}
.about-content .about-list li:after {
    content: "";
    width: 30px;
    height: 30px;
    background: url("../images/check-img.png");
    top: 50%;
    left: -7px;
    position: absolute;
    display: inline-block;
    z-index: 9;
    background-repeat: no-repeat;
    background-position: center center;
    transform: translateY(-50%);
}

.about-exeperince {
    background: #ED1B24;
    border-radius: 20px;
    width: 220px;
    height: 220px;
    padding: 95px 25px 32px;
    position: absolute;
    bottom: 30px;
}
.about-exeperince img {
    position: absolute;
    top: 25px;
    right: 32px;
}
.about-exeperince h2 {
    text-align: start;
    font-size: 70px;
    color: #fff;
    font-weight: 600;
    font-family: 'Inter';
     margin-bottom: 0;
}
.about-exeperince h2 .plus {
    font-size: 64px;
    color: #E5CE0C;
    font-weight: 600;
   
}
.about-exeperince p {
    font-family: "Outfit", sans-serif;
    text-transform: uppercase;
    text-align: left;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
}
/*=========================== About-section css End=============================*/

/*=========================== Services-section css Start=============================*/
.main-services {
    background: #F5F7FA;
    position: relative;
        z-index: 1;
}
.services-heading h2 {
    font-size: 40px;
    line-height: normal;
    font-weight: 600;
    color: #3A3A3A;
    margin-bottom: 16px;
}
.services-heading p {
    color: #444444;
    font-size: 16px;
    line-height: normal;
    font-weight: 400;
}
 
.service-inner .services-box {
    background: #fff;
    border-radius: 20px;
    padding: 45px 19px 60px;
    text-align: center;
}
.service-inner .services-box {
    background: #fff;
    border-radius: 20px;
    padding: 45px 26px 60px;
}
.service-inner .services-box img {
    /* background: #29A8E1; */
    padding: 20px;
    border-radius: 10px;
}
.service-inner .services-box h4 {
    margin-top: 40px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: normal;
    font-weight: 600;
    color: #3A3A3A;
}
 .secrvice-vector {
    position: absolute;
    bottom: 0;
    left: 20%;
    transform: translatex(-50%);
}
.service-inner .col-md-4 {
    margin-bottom: 22px;
}
.services-heading {
    padding-top: 145px;
}
.main-services:after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 150px;
    top: -115px;
    left: 0;
    z-index: -1;
    background: #edeef1;
    transform-origin: left top;
    -webkit-transform: skew(-30deg, 0deg);
    transform: skew(0deg, 3deg);
}

/*=========================== Services-section css End=============================*/

/*=========================== Gallery css Start=============================*/
 .gallery-heading h2 {
    font-size: 40px;
    line-height: normal;
    font-weight: 600;
    color: #3A3A3A;
    margin-bottom: 0; 
}
.gallery-heading p {
    font-size: 16px;
    line-height: normal;
    font-weight: 400;
    color: #444444;
    max-width: 450px;
}
.gallery-heading {
    display: flex;
    align-items: start;
    justify-content: space-between;
    margin-bottom: 50px;
}

.gallery-image {
    position: relative;
}
.gallery-image img {
    position: relative;
}
.gallery-image .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000082;
    display: none;
    z-index: 1;
}
.gallery-image .plus-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #EBCE11;
    font-size: 50px;

}
.gallery-image a:hover .overlay{
    display: block;
     
}
/*=========================== Gallery css End=============================*/



/*=========================== How it work css start=============================*/
.how-it-work-sec {
    background: #E4F6FE;
}

h2 {
    font-size: 40px;
    line-height: normal;
    font-weight: 600;
    color: #3A3A3A;
    margin-bottom: 0;
}
 p {
    font-size: 16px;
    line-height: normal;
    font-weight: 400;
    color: #444444;
}
.how-it-work-heading p {
    max-width: 512px;
    margin: 0 auto;
    margin-top: 15px;
}
.inner-it-work {
    position: relative;
    padding-top: 50px;
    z-index: 1;
}
.work-vector {
    position: absolute;
    top: 100px;
    left: 53%;
    width: 100%;
    transform: translateX(-50%);
    z-index: -1;
}
.work-num span {
    width: 70px;
    height: 70px;
    display: inline-block;
    background: #D9D9D9;
    border-radius: 100px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    color: #3A3A3A;
    font-weight: 600;
    line-height: normal;
}
.work-num {
    margin: 40px 0 20px;
}
.work-box h4 {
    font-size: 20px;
    line-height: normal;
    color: #3A3A3A;
    font-weight: 600;
    margin-bottom: 15px;
}
.work-box p {
    padding: 0 30px;
}
/*=========================== How it work css End=============================*/

/*=========================== FAQ css Start=============================*/
.FAQ {
    
    position: relative;
    background: #EFEFEF;
}
 

.faq-inner {
    padding-bottom: 50px;
}

.FAQ .accordion {
    width: 100%;
    margin: 0 auto;
    border-radius: 5px;
}

.FAQ .accordion-item {
    background-color: #fff;
    border: none;
    margin-bottom: 30px;
}

.FAQ .accordion-button:not(.collapsed) {
    background-color: #27a8e1;
    box-shadow: none;
    font-weight: 500;
    font-size: 20px;

    text-transform: capitalize;
    color: #FFFFFF;
}

.FAQ .accordion-button {
    font-weight: 500;
    font-size: 22px;
    line-height: 40px;
    text-transform: capitalize;
    color: #000000;
}

.FAQ .accordion-button:not(.collapsed)::after {
    transform: none;
    position: relative;
    content: "-";
    font-size: 40px;
    background-image: none;
}

.FAQ .accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
    position: relative;
    content: "+";
    font-size: 26px;
    background-image: none;
    top: -12px;
}

.FAQ .accordion-body {
    padding: 1rem 1.25rem;
    background: #FBFBFB;
}
/*=========================== FAQ css End=============================*/

/*=========================== Form css Start=============================*/
.main-form {
    position: relative;
    width: 100%;
    /* height: 765px; */
    background-repeat: no-repeat !important;
    background-size: cover !important;
    display: inline-block;
    background-position: center center !important;
    z-index: 1;
}
.main-form:after {
    content: '';
    position: absolute;
    width: 55%;
    height: 100%;
    display: inline-block;
    background: #00000073;
    top: 0;
    left: 0;
    z-index: -1;
}
.form-heading h2 {
    color: #fff;
}
.form-heading {
    margin-bottom: 15px;
}
.inner-form label.form-label {
    margin-bottom: 8px;
    font-size: 13px;
    line-height: normal;
    color: #fff;
    font-weight: 500;
}
.inner-form input {
    height: 40px;
    border-radius: 4px;
}
.inner-form .submit-btn {
    margin-bottom: 0;
    margin-top: 25px;
}
/*=========================== Form css End=============================*/


/*=========================== Footer css Start=============================*/
.footer-logo img{
    width: 130px;
}
.main-footer {
    background: #EFEFEF;
    padding-top: 115px;
}
.contact-footer .call-icon {
    background: #fff;
}
.contact-footer {
    display: flex;
    align-items: center;
    padding-top: 100px;
}

.contact-footer .right-call {
    margin-right: 78px;
}
.main-footer .container hr {
    margin: 30px 0 0px;
    background-color: #00000082;
}
.footer-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-top p {
    color: #3A3A3A;
}
.footer-left h2 {
    font-size: 60px;
    font-weight: 500;
}
.footer-left h2 span {
    font-weight: 300;
 }
 .contact-footer .right-call .call-detail p:first-child a {
    font-size: 20px;
}
.footer-bootom {
    text-align: center;
    padding: 20px 0;
     
    border-top: 1px solid #00000036;
}
.main-footer .col-md-4 {
    border-left: 1px solid #00000036
}
.footer-left {
    padding-bottom: 115px;
    padding-top: 80px;
}
.footer-link {
    padding-top: 115px;
    padding-left: 50px;
}
.footer-link h3 {
    font-size: 22px;
    line-height: normal;
    font-weight: 600;
    color: #3A3A3A;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.all-link {
    display: flex;
}
.all-link ul {
    list-style: none;
}
.all-link ul:last-child {
    padding-left: 100px;
}
.all-link ul li {
    padding-bottom: 20px;
}
.all-link ul li a {
    font-size: 16px;
    line-height: normal;
    font-weight: 500;
    color: #3A3A3A;
}
.footer-social{
    padding-top:24px;
}
.footer-social a {
    width: 53px;
    height: 53px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
}
.footer-social a:first-child {
    background: #28A8E1;
}
.footer-social a:last-child {
    background: #E5CE0C;
    margin-left: 15px;
}
/*=========================== Footer css End=============================*/


  