
body{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Syne';
    src: url('../fonts/Syne-Bold.woff2') format('woff2'),
        url('../fonts/Syne-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}





a{
    text-decoration: none;
}
ul{
    padding: 0px;
    margin: 0px;
}
li{
    list-style: none;
}
.bg-yellow{
    background-color: #FFCC05;
}
.text-yellow{
    color: #FFCC05;
}
.padding-70{
    padding: 70px 0px;
}
button.site-btn {
    background: #3377CD;
    color: #fff;
    border: 0px;
    padding: 10px;
    min-width: 150px;
    border-radius: 30px;
    font-family: 'Poppins';
    text-transform: capitalize;
}
button.site-btn a {
    color: #fff;
}

p{
    margin-bottom: 0px;
    font-family: 'Poppins';
}


/**start-topbar**/
.top-social {
    text-align: right;
}

.top-social ul li {
    display: inline-block;
    margin-left: 5px;
    width: 35px;
    background: #fff;
    height: 35px;
    text-align: center;
    line-height: 34px;
    border-radius: 5px;
}
.top-social ul li a {
    color: #3377CD;
    font-size: 18px;
}
.top-header {
    background: #000;
    padding: 10px 0px;
}
.top-cal a{
    color: #fff;
}
.top-cal label i{
    color: #fff;
}
.top-cal label {
    margin-right: 10px;
}
.top-cal label i {
    margin-right: 2px;
}

/**end-topbar**/


/**start-navbar**/
.navbar-light .navbar-nav .nav-link {
    color: #222222;
    text-transform: capitalize;
    font-family: 'Poppins';
    margin: 0px 5px;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link{
    color: #285FA5;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
    color: #285FA5;
}
.header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    box-shadow: 0px 0px 10px 1px #ccc;
    z-index: 1050;
}
a.navbar-brand img {
    max-width: 75px;
}

/**end-navbar**/


/**start-banner**/
section.hom-bnr {
    background-image: url(../images/bnr.jpg);
    width: 100%;
    min-height: 780px;
    background-position: center right;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}
.bnr-txt h2 {
    font-family: 'Syne';
    text-transform: uppercase;
    font-size: 42px;
}
.bnr-txt {
    color: #fff;
}
a.discover {
    color: #fff;
    border: 2px #fff solid;
    display: inline-block;
    padding: 10px;
    min-width: 170px;
    text-align: center;
    border-radius: 30px;
    font-family: 'Poppins';
    margin-top: 25px;
    transition: 0.5s;
}
a.discover:hover{
    background-color: #fff;
    color: #000;
}

.local-box {
    background: #0784b0;
    color: #fff;
    text-align: center;
    padding: 17px;
    border-radius: 10px;
    max-width: 180px;
    text-transform: capitalize;
    margin: 40px 0px;
}
.local-box i {
    font-size: 22px;
    margin-bottom: 8px;
    background: #fff;
    color: #0784b0;
    border-radius: 50%;
    text-align: center;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
}

/**end-banner**/

/**start-expert-sec**/
section.expert-sec {
    background: #FBFBFF;
}
.expert-txt h2 {
    font-family: 'Syne';
    text-transform: uppercase;
    font-size: 35px;
    position: relative;
    margin-bottom: 20px;
}
.expert-txt {
    padding-left: 30px;
}
.expert-txt p{
    margin: 15px 0px;
}
.expert-txt label {
    color: #5FB672;
    font-weight: 500;
}

/**end-expert-sec**/

.sec-had h2{
        font-family: 'Syne';
        text-transform: capitalize;
        font-size: 42px;
        position: relative;
        margin-bottom: 30px;
}
.sec-had p {
    width: 100%;
    max-width: 800px;
    margin: auto;
}
.sec-had h2:after {
    content: "";
    width: 84px;
    height: 4px;
    background: #8EBE59;
    position: absolute;
    left: 50%;
    bottom: -8px;
    transform: translate(-50%, -50%);
}


/**service-sec**/
section.service {
    background: #fafafa;
}
.serv-box {
    background: #222222;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 25px;
    transition: 0.4s;
    box-shadow: 1px 1px 8px -3px #ccc;
    min-height: 172px;
}
.serv-box label.icon {
    background: #fff;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 95px;
    border-radius: 50%;
    transition: 0.4s;
}
.serv-txt {
    padding-left: 25px;
    width: 65%;
}
.serv-box:hover {
    background: #fff;
    color: #222222;
}
.serv-box:hover label.icon{
    background: #222222;
    color: #fff;
}
.serv-txt h4 {
    font-size: 22px;
    text-transform: capitalize;
    font-family: 'Poppins';
    font-weight: 600;
}
/**end-sec**/

/**start-step-sec**/
.step-sec{
    background-image: url("../images/shape.png");
    width:100%;
    min-height: 600px;
}
.for-step {
    background: #222222;
    color: #fff;
    padding: 50px;
}
.man-step{
    background-color: #fafafa;
}
.step-sec {
    background-image: url(../images/shape.png);
    width: 100%;
    min-height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
}
.sec-had h2 span {
    color: #3377CD;
}
.left-step h2 {
    font-family: 'Syne';
    font-size: 37px;
    position: relative;
    margin-bottom: 30px;
}
.left-step h2 span{
    color: #3377CD;
}
.left-step {
    border-right: 1px #BABABA solid;
    padding-right: 40px;
}
.cot-box {
    background: #FCF5EF;
    color: #222222;
    padding: 25px 10px;
    text-align: center;
    border-radius: 8px;
    margin-bottom: 16px;
    min-height: 142px;
}

.for-step .left-step .cot-box i {
    color: #3377CD;
    font-size: 34px;
    margin-bottom: 10px;
}
.for-step .left-step .cot-box h5 {
    margin-bottom: 0px;
    font-family: 'Poppins';
}
.for-step .left-step .cot-box.trd {
    background: #FDFDF1;
}
.for-step .left-step .cot-box.scd {
    background: #EFF7FC;
}
.for-step .left-step .cot-box.for {
    background: #F1F2FD;
}
.for-step .left-step .col-md-6 {
    padding: 0px 8px;
}
.check-box h4 {
    font-size: 22px;
    font-family: 'Poppins';
}
.check-box p {
    padding-left: 28px;
}
.check-box {
    margin: 25px 0px;
}
.right-step {
    padding-left: 12px;
}
.cot-box.fst {
    margin-top: 25px;
}
.text-green{
    color:#8EBE59;
}

/**end-step-sec**/


/**start-benefit-sec**/

.benefit-sec .testimonial{
    background: #fff;
    text-align: center;
    margin: 0 10px;
}
.benefit-sec .testimonial .description{
    padding: 0px;
    margin-bottom: 30px;
    border:0px;
    font-size: 15px;
    position: relative;
    border-bottom: 10px #3377CD solid;
}
.benefit-sec .testimonial .description:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #00000061;
    position: absolute;
    left: 0;
    top: 0;
}
.benefit-sec .testimonial .description img {
    width: 100%;
}
.benefit-sec .owl-theme .owl-controls{
    margin-top: 0px;
}
.benefit-sec .owl-theme .owl-controls .owl-page span{
    width: 15px;
    height: 15px;
    border-radius: 0;
    background: #8EBE59;
    opacity: 0.8;
    transition: all 0.3s ease 0s;
    border-radius: 10px;
}
.benefit-sec .owl-theme .owl-controls .owl-page.active span{
    width: 40px;
    background: #2660a4;
}

/**end-benefit-sec**/

/**start-connect-sec**/
section.conect-sec {
    background-image: url(../images/repair.jpg);
    color: #fff;
    min-height: 500px;
    align-items: center;
    display: flex;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}
section.conect-sec h3 {
    font-family: 'Syne';
    text-transform: capitalize;
    font-size: 38px;
    position: relative;
}
section.conect-sec label {
    margin-right: 20px;
    font-family: 'Poppins';
}
section.conect-sec label i{
    margin-right: 5px;
}
section.conect-sec .stay {
    background: #5FB672;
    margin-top: 30px;
    padding: 25px;
    border-radius: 25px;
}
section.conect-sec .stay h5 {
    font-family: 'Poppins';
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
}
section.conect-sec img.stay-pic {
    position: absolute;
    top: -50px;
    right: 3%;
    max-width: 550px;
}
/**end-connect-sec**/

/**our-client-sec**/
section.our-client-sec {
    background: #FBFBFF;
}
section.our-client-sec .description {
    background: #fff;
    padding: 40px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
section.our-client-sec .description .client-disc {
    padding-left: 40px;
    width: 75%;
}
section.our-client-sec .description .client-disc h3{
    font-size: 28px;
    font-weight: 600;
}
section.our-client-sec .owl-page.active span {
    background: #3377CD !important;
    opacity: 1;
}
section.our-client-sec .owl-page span{
    width:15px !important;
    height: 15px !important;
    opacity: 1 !important;
    background-color: #EDEDED !important;
 }
 section.our-client-sec .description .client-disc label {
    font-size: 12px;
    margin-top: 14px;
    font-family: 'Poppins';
}

/**our-client-sec**/

/**start-footer**/
footer {
    background: #222222;
    color: #fff;
}
footer .fst-col img.frt-logo {
    border-radius: 5px;
    margin-bottom: 15px;
    max-width: 100px;
    background: #fff;
}
footer .fst-col .top-social {
    text-align: left;
    margin-top: 8px;
}
footer h3 {
    font-family: 'Syne';
    font-size: 24px;
    text-transform: capitalize;
    margin-bottom: 20px;
}
footer .scd-col ul li{
    margin-bottom: 8px;
}
footer .scd-col ul li a {
    color: #fff;
    font-family: 'Poppins';
    text-transform: capitalize;
}
footer .scd-col ul li:hover a{
    color: #3377CD;
}
footer .scd-col {
    padding-left: 20px;
}
footer .scd-col ul li a i {
    font-size: 14px;
    margin-right: 3px;
}
footer .trd-col ul li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}
footer .trd-col ul li i{
    font-size: 20px;
}
.copyright {
    background: #F9F9FA;
    text-align: center;
    padding: 12px 0px;
}

/**end-footer**/

h5.modal-title {
    color: #3377CD;
    font-size: 22px;
    font-family: 'Syne';
}
.join-form .field label {
    display: block;
    font-family: 'Poppins';
    margin-bottom: 3px;
}
.join-form .field {
    margin-bottom: 12px;
}
.join-form .field input {
    width: 100%;
    padding: 8px;
    border: 1px solid #cccbcb;
}
.join-form .field textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid #cccbcb;
}

section.worenty-sec {
    background: #fafafa;
}
.warn-box {
    background: #fff;
    padding: 30px;
    margin-top: 20px;
    min-height: 170px;
    border-radius: 25px 0px 25px 0px;
    box-shadow: 0px 0px 12px -5px #ccc;
}

button.payment {
    border: 0px;
    padding: 10px;
    background: #fff;
    border-radius: 5px;
}
button.payment img {
    width: 100%;
    max-width: 250px;
}
.pay-scan img {
    width: 100%;
}


