    @font-face {
        font-family: 'Poppins';
        src: url('../fonts/PoppinsRegular.eot');
        src: url('../fonts/PoppinsRegular.eot?#iefix') format('embedded-opentype'), url('../fonts/PoppinsRegular.svg#PoppinsRegular') format('svg'), url('../fonts/PoppinsRegular.ttf') format('truetype'), url('../fonts/PoppinsRegular.woff') format('woff'), url('../fonts/PoppinsRegular.woff2') format('woff2');
        font-weight: 400;
        font-style: normal;
    }
    
    @font-face {
        font-family: 'Poppins';
        src: url('../fonts/PoppinsMedium.eot');
        src: url('../fonts/PoppinsMedium.eot?#iefix') format('embedded-opentype'), url('../fonts/PoppinsMedium.svg#PoppinsMedium') format('svg'), url('../fonts/PoppinsMedium.ttf') format('truetype'), url('../fonts/PoppinsMedium.woff') format('woff'), url('../fonts/PoppinsMedium.woff2') format('woff2');
        font-weight: 500;
        font-style: normal;
    }
    
    @font-face {
        font-family: 'Poppins';
        src: url('../fonts/PoppinsSemiBold.eot');
        src: url('../fonts/PoppinsSemiBold.eot') format('embedded-opentype'), url('../fonts/PoppinsSemiBold.woff2') format('woff2'), url('../fonts/PoppinsSemiBold.woff') format('woff'), url('../fonts/PoppinsSemiBold.ttf') format('truetype'), url('../fonts/PoppinsSemiBold.svg#PoppinsSemiBold') format('svg');
        font-weight: 600;
        font-style: normal;
    }
    
    @font-face {
        font-family: 'Poppins';
        src: url('../fonts/PoppinsBold.eot');
        src: url('../fonts/PoppinsBold.eot?#iefix') format('embedded-opentype'), url('../fonts/PoppinsBold.svg#PoppinsBold') format('svg'), url('../fonts/PoppinsBold.ttf') format('truetype'), url('../fonts/PoppinsBold.woff') format('woff'), url('../fonts/PoppinsBold.woff2') format('woff2');
        font-weight: 700;
        font-style: normal;
    }
    
    * {
        font-family: 'Poppins', sans-serif !important;
    }
    
    ul {
        padding: 0;
        list-style-type: none;
    }
    
    a {
        text-decoration: none;
    }
    
    p {
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        color: #252525;
    }
    
    button {
        border: none;
    }
    
    table {
        width: 100%;
        border-collapse: collapse;
    }
    
    .modal-content {
        width: 100%;
        border: none;
        box-shadow: 0px 18px 45px #7773aa1a;
        border-radius: 10px;
    }
    
     ::selection {
        background: #00ADEF;
        color: #fff;
    }
    
    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }
    
    input[type=number] {
        -moz-appearance: textfield;
    }
    
    @media (max-width: 575px) {
        .col-xs-12 {
            flex: 0 0 auto;
            width: 100%;
        }
        .px-xs-0 {
            padding: 0;
        }
    }
    
    section:not(.banner-section) {
        padding: 40px 0;
        margin: 40px 0;
    }
    /*******Scroll**************/
    
    .box-scroll {
        scrollbar-color: #00ADEF #80808030;
        scrollbar-width: thin !important;
    }
    
    .box-scroll::-webkit-scrollbar {
        width: 4px;
        height: 4px;
    }
    
    .box-scroll::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px #bbb;
        border-radius: 10px;
    }
    
    .box-scroll::-webkit-scrollbar-thumb {
        background: #00ADEF;
        border-radius: 10px;
    }
    
    .box-scroll::-webkit-scrollbar-thumb:hover {
        background: #00ADEF;
    }
    
    .box-scroll::-webkit-scrollbar-button {
        height: auto;
    }
    /***button-animation***/
    
    .btn-slide {
        height: 50px;
        padding: 5px 15px;
        border-radius: 5px;
        overflow: hidden;
        position: relative;
        color: #fff;
        font-weight: 500;
        border: none;
        transition: 0.3s linear;
    }
    
    .btn-slide::before {
        content: "";
        display: block;
        background: #00AEEF;
        position: absolute;
        width: 200%;
        height: 500%;
        border-radius: 100%;
        transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
        transform: translate(-110%, -110%) translateZ(0);
        z-index: -1;
    }
    
    .btn-slide span {
        position: relative;
        z-index: 1;
        transition: 0.3s;
    }
    
    .btn-slide:hover span {
        color: #fff;
        transition: 0.3s;
    }
    
    .btn-slide:hover {
        color: transparent;
    }
    
    .btn-slide:hover::before {
        transform: translate(-45%, -34%) translateZ(0);
    }
    
    .btn-outline {
        border: 1px solid #00AEEF;
        color: #00AEEF;
        border-radius: 5px;
        font-size: 13px;
        font-weight: 400;
        display: inline-block;
        padding: 12px 40px;
    }
    
    .micro-subhead {
        color: #00AEEF;
        font-size: 17px;
        font-weight: 600;
        letter-spacing: 2px;
		width: 100%;
		display: block;
		line-height: 24px;
    }
    
    .micro-head {
        font-weight: 800;
        font-size: 40px;
        line-height: 53px;
        color: #0A0A0A;
        text-transform: capitalize;
    }
    
    .micro-head span {
        color: #00AEEF;
    }
    
    .micro-info {
        color: #3A3A3A;
        font-size: 12px;
        font-weight: 500;
    }
	
	#g-recaptcha, #g-recaptcha-1 {
		transform: scale(0.65);
		-webkit-transform: scale(0.60);
		transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
	}
	/*-----------------------Success Popup Design----------------------*/

#success-message .modal-content {
    float           : left;
    width           : 100%;
    border-radius   : 20px;
    background-color: #fff;
    border          : none;
    box-shadow      : 0 5px 15px rgb(191 182 182 / 30%);
}

#success-message .modal-content .modal-header {
    padding: 15px 15px 8px 15px;
    border : none !important;
}

#success-message .success-popup {
    text-align: center;
}

#success-message .modal-content .modal-header h4.modal-title {
    color      : #333333c7;
    font-size  : 23px;
    text-align : center;
    font-weight: 700 !important;
}

#success-message .modal-content .modal-body {
    padding   : 0px 15px 30px 15px;
    text-align: center;
}

#success-message .modal-content .modal-body p {
    font-size  : 14px;
    line-height: 24px;
    text-align : center;
    padding    : 0px 50px;
    font-weight: 500;
    color      : #000000;
}

#success-message .success-popup img {
    width: 100%;
}

#success-message .modal-dialog {
    margin-top: 150px
}

@media screen and (max-width:991px) {

    #success-message .modal-dialog {
        width: 100%;
    }


}
    
    .fadeInDown {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: fadeInDown;
        animation-name: fadeInDown;
    }
    
    .fadeInUp {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: fadeInUp;
        animation-name: fadeInUp;
    }
    
    .zoomIn {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: zoomIn;
        animation-name: zoomIn;
    }
    
    @keyframes fadeInDown {
        from {
            opacity: 0;
            -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
        }
        to {
            opacity: 1;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
    }
    
    @-webkit-keyframes fadeInDown {
        from {
            opacity: 0;
            -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
        }
        to {
            opacity: 1;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
    }
    
    @-webkit-keyframes fadeInUp {
        from {
            opacity: 0;
            -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
        }
        to {
            opacity: 1;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
    }
    
    @keyframes fadeInUp {
        from {
            opacity: 0;
            -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
        }
        to {
            opacity: 1;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
    }
    
    @-webkit-keyframes zoomIn {
        from {
            opacity: 0;
            -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
        }
        50% {
            opacity: 1;
        }
    }
    
    @keyframes zoomIn {
        from {
            opacity: 0;
            -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
        }
        50% {
            opacity: 1;
        }
    }
    /********Contact*******/
    
    .contact-full {
        background: url(../images/contact-bg.png) no-repeat;
        background-size: cover;
        padding: 15px;
    }
    
    .contact-left {
        padding: 10px 20px;
        align-items: flex-start;
    }
    
    .contact-left .contact-head {
        width: 100%;
        font-size: 50px;
        color: #fff;
        font-weight: 600;
        line-height: 46px;
        padding: 15px 0px 0px 30px;
    }
    
    .contact-social li img {
        filter: invert(1) brightness(500%);
        width: 86%;
        height: auto;
    }
    
    .contact-bottom .contact-head {
        font-size: 15px;
        color: #fff;
        font-weight: 300;
        line-height: normal;
    }
    
    .contact-full .contact {
        background: #fff;
        padding: 30px;
        border-radius: 5px 0px 0px 5px;
    }
    
    .contact .form-input :is(.form-control,
    .form-select) {
        padding: 5px 0;
        border: none;
        border-radius: 0;
        border-bottom: 1px solid #C6C7C8;
        font-size: 11px;
    }
    
    .contact .form-input :is(.form-control,
    .form-select):focus {
        box-shadow: none;
    }
    
    .contact .form-input .form-label {
        color: #000;
        font-size: 13px;
        font-weight: 500;
    }
    
    .contact .form-input .form-label span {
        color: #ff0000;
    }
    
    .contact .form-input :is(.form-control,
    .form-select)::placeholder {
        color: #C6C7C8;
    }
    
    .contact .btn-send {
        border-radius: 5px;
        background: #00AEEF;
        color: #fff;
        padding: 11px 27px !important;
        font-size: 14px;
        font-weight: 400;
        height: auto;
    }
    
    .contact .btn-send:hover {
        background-color: #000;
    }
    
    .love-help {
        font-size: 46px !important;
        line-height: 60px !important;
    }
    
    .contact-head.telephone-no a {
        color: #fff;
        font-weight: 200;
    }
    
    .contact-head.telephone-no {
        padding: 0px 0px 0px 25px;
    }
    
    .contact-form-right {
        padding-right: 60px;
    }
    
    .call-us {
        font-size: 17px !important;
        color: #00AEEF !important;
    }
    /*****Testimonials********/
    
    .testimonial {
        text-align: center;
        padding: 60px 30px 26px 30px;
        position: relative;
    }
    
    .testimonial::after {
        content: '';
        position: absolute;
        background: url(../images/home/testimonial-bg.png) no-repeat;
        background-size: 85% 66%;
        background-position: top;
        width: 70%;
        height: 100%;
        top: 121px;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .testimonial>span {
        width: 100px;
        height: 100px;
        display: block;
        margin: 0 auto 10px;
        overflow: hidden;
        border-radius: 50%;
    }
    
    .testimonial>span img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .testi-head {
        color: #000;
        font-size: 18px;
        font-weight: 600;
        margin: 0 0 10px;
    }
    
    .testi-subhead,
    .testi-info {
        color: #3A3A3A;
        font-size: 14px;
        font-weight: 500;
    }
    
    .testi-info {
        width: 55%;
        margin: 0 auto;
        font-size: 14px;
        line-height: 27px;
        position: relative;
        margin-top: 40px;
    }
    
    .testi-info::before,
    .testi-info::after {
        content: '';
        position: absolute;
        width: 68px;
        height: 52px;
    }
    
    .testi-info::before {
        background: url(../images/icons/quotes.png) no-repeat;
        background-size: 92% 91%;
        left: -75px;
        top: -33px;
    }
    
    .testi-info::after {
        background: url(../images/icons/quotes1.png) no-repeat;
        background-size: 92% 91%;
        bottom: -25px;
        right: -75px;
    }
    
    .testimonial-section .owl-nav {
        width: 100%;
        display: flex;
        justify-content: space-around;
        position: absolute;
        top: 43%;
        margin: 0;
        gap: 50%;
    }
    
    .testimonial-section .owl-nav button {
        width: 40px;
        height: 40px;
        border-radius: 50% !important;
        background: #F1FBFF !important;
    }
    
    .testimonial-section .owl-nav button:active {
        background: #00AEEF !important;
    }
    
    .testimonial-section .owl-nav button:active img {
        filter: invert(1) brightness(50);
    }
	
	
    /**********Responsive*****************/
    
    @media only screen and (max-width: 1199px) {
        .contact-form-right {
            padding-right: 13px;
        }
        .contact-full .contact {
            padding: 20px 20px 15px 20px;
        }
    }
    
    @media only screen and (max-width: 991px) {
        .testimonial::after {
            display: none;
        }
        .love-help {
            font-size: 36px !important;
            line-height: 50px !important;
        }
        .contact-left .contact-head {
            font-size: 23px !important;
            line-height: 29px !important;
            padding-left: 0;
        }
        .contact-bottom .contact-social {
            margin-left: 0 !important;
        }
    }
    
    @media only screen and (max-width: 767px) {
        .micro-subhead {
            font-size: 16px;
        }
        .micro-head {
            font-size: 24px;
            line-height: 29px;
        }
        .contact-left {
            padding: 0;
        }
        .contact-bottom .contact-head {
            font-size: 16px;
            line-height: normal;
        }
        .contact-full .contact {
            margin: 20px 0px 0px 0px !important;
        }
		footer .ps-5{
			padding-left: 0.8rem !important;
		}
        .testi-info {
            width: 100%;
        }
        .testi-info::before {
            background-size: 63% 57%;
            left: -28px;
            top: -21px;
        }
        .testi-info::after {
            background-size: 63% 57%;
            bottom: -25px;
            right: -54px;
        }
        .b_head {
            font-size: 25px !important;
            line-height: normal !important;
        }
        .testimonial-section .owl-nav {
            justify-content: space-between;
            margin-top: 10px;
        }
    }