@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

html,
body {
    overflow-x: hidden;
}

h1 {
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

h2 {
    font-size: 25px;
    font-weight: 800;
    letter-spacing: 0.5px;
}

h3 {
    font-size: 21px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

h4 {
    font-size: 21px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

h5 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

h6 {
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

p {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 1.4;
    color: #000;
}

li {
    list-style: none;
    letter-spacing: 0.5px;
}

a {
    font-size: 14px;
    text-decoration: none;
    color: #000;
    letter-spacing: 0.5px;
}

.text-center {
    text-align: center;
}

.heading {
    padding-bottom: 40px;
}

img {
    width: 100%;
    display: block;
}

iframe {
    width: 100%;
    display: block;
}

.flex-row {
    display: flex;
    flex-wrap: wrap;
}

.all-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.all-end {
    display: flex;
    justify-content: end;
}

.space-between {
    justify-content: space-between;
}

.section {
    padding: 50px 0;
}

.container {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.container1 {
    width: 100%;
    margin: 0 auto;
    padding: 0 50px;
}

.container2 {
    width: 100%;
    margin: 0 auto;
    padding: 0 100px;
}


/* loader */
#loader {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000000e1;
    z-index: 1000;
    transition: all 0.7s ease-in;
    z-index: 99999999999;
}

/* whatsapp css here */
.whatsapp_desktop {
    position: relative;
}

.whatsapp_desktop span i {
    position: fixed;
    bottom: 100px;
    right: 10px;
    z-index: 11;
    font-size: 42px;
    color: rgb(0, 255, 34);
}

/* whatsapp */
.whatsapp_mobile {
    display: none;
    position: relative;
}

.whatsapp_mobile span i {
    position: fixed;
    bottom: 15px;
    right: 10px;
    font-size: 37px;
    z-index: 11;
    color: rgb(0, 255, 34);
}

/* scroll up css here */
.scroll_up {
    position: fixed;
    bottom: 50px;
    right: 10px;
    z-index: 99;
}

.scroll_up span i {
    width: 39px;
    height: 39px;
    background: #17649B;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    font-size: 19px;
}

.slick-dots li button:before {
    font-size: 15px !important;
    color: #004374 !important;
    margin-top: 20px !important;
}

.team-section .team_slider .slick-dots li button:before {
    font-size: 15px !important;
    color: #fff !important;
    margin-top: 20px !important;
}


.btn {
    background: #17649B;
    border: 1px solid #17649B;
    color: #fff;
    padding: 7px 25px;
    font-size: 13px;
    letter-spacing: 0.5px;
    transition: all 0.5s ease-in-out;
    box-shadow: 4px 4px 0px 0px #424242;
}

.btn:hover {
    border: 1px solid #fff;
    background: #fff;
    color: #000;
}

.btn1 {
    padding: 10px 30px;
    border-radius: 1px;
    font-size: 13px;
    letter-spacing: 0.5px;
    background: #17649B;
    border: 1px solid #17649B;
    color: #fff;
    transition: all 0.5s ease-in-out;
    line-height: 4;
}

.btn1:hover {
    border: 1px solid #fff;
    background: #fff;
    color: #000;
}

.btn2 {
    padding: 10px 30px;
    border: 1px solid #fff;
    background: #fff;
    color: #000;
    border-radius: 1px;
    font-size: 13px;
    letter-spacing: 0.5px;
    transition: all 0.5s ease-in-out;
    line-height: 4;
}

.btn2:hover {
    background: #17649B;
    border: 1px solid #17649B;
    color: #fff;
}

.btn3 {
    padding: 10px 30px;
    border: 1px solid #17649B;
    background: #17649B;
    color: #fff;
    border-radius: 1px;
    font-size: 13px;
    letter-spacing: 0.5px;
    transition: all 0.5s ease-in-out;
    line-height: 5;
}

.btn3:hover {
    background: #17649B;
    border: 1px solid #17649B;
    background: #fff;
    color: #000;
}

.btn4 {
    padding: 10px 30px;
    border: 1px solid #17649B;
    background: #17649B;
    color: #fff;
    border-radius: 1px;
    font-size: 13px;
    letter-spacing: 0.5px;
    transition: all 0.5s ease-in-out;
    line-height: 5;
}

.btn4:hover {
    background: #17649B;
    border: 1px solid #fff;
    background: #fff;
    color: #000;
}

.btn5 {
    padding: 10px 30px;
    background: #fff;
    color: #000;
    border-radius: 1px;
    font-size: 13px;
    letter-spacing: 0.5px;
    transition: all 0.5s ease-in-out;
    line-height: 5;
}

.btn5:hover {
    background: #000;
    color: #fff;
}

.btn6 {
    padding: 10px 30px;
    background: #17649B;
    color: #fff;
    border-radius: 1px;
    font-size: 13px;
    letter-spacing: 0.5px;
    transition: all 0.5s ease-in-out;
    line-height: 5;
}

.btn6:hover {
    background: #fff;
    color: #000;
}

.btn8 {
    padding: 10px 30px;
    background: #17649B;
    color: #fff;
    border-radius: 1px;
    font-size: 13px;
    letter-spacing: 0.5px;
    transition: all 0.5s ease-in-out;
    line-height: 5;
}

.btn8:hover {
    background: #669E43;
    color: #000;
}

#submit2 {
    font-size: 13px;
    padding: 13px 40px;
    background: #17649B;
    border-radius: 3px;
    border: 1px solid #17649B;
    color: #fff;
    letter-spacing: 0.5px;
    outline: none;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    margin-top: 15px;
    box-shadow: 4px 4px 0px 0px #00000030;
    transition: all .5s ease-out;
}

#submit2:hover {
    background: #669E43;
    border: 1px solid #669E43;
}






/* media query for tablet screen */
@media screen and (max-width: 1024px) {

    html,
    body {
        overflow-x: hidden;
    }


    h1 {
        font-size: 32px !important;
    }

    h2 {
        font-size: 21px !important;
    }

    h3 {
        font-size: 18px !important;
    }

    h4 {
        font-size: 16px !important;
    }

    h5 {
        font-size: 14px !important;
    }

    h6 {
        font-size: 12px !important;
    }

    p {
        font-size: 12px !important;
    }

    li {
        font-size: 11px !important;
    }

    a {
        font-size: 12px !important;
    }

    .section {
        padding: 15px 0 !important;
    }

    .container {
        padding: 0 20px !important;
    }

    .container1 {
        padding: 0 50px !important;
    }

    .container2 {
        padding: 0 150px !important;
    }
}





/* media query for tablet screen */
@media screen and (max-width: 767px) {

    html,
    body {
        overflow-x: hidden;
    }


    h1 {
        font-size: 27px !important;
    }

    h2 {
        font-size: 17px !important;
    }

    h3 {
        font-size: 15px !important;
    }

    h4 {
        font-size: 14px !important;
    }

    h5 {
        font-size: 12px !important;
    }

    h6 {
        font-size: 12px !important;
    }

    p {
        font-size: 12px !important;
    }

    li {
        font-size: 11px !important;
    }

    a {
        font-size: 12px !important;
    }

    .section {
        padding: 10px 0 !important;
    }

    .container {
        padding: 0 10px !important;
    }

    .container1 {
        padding: 0 10px !important;
    }

    .container2 {
        padding: 0 10px !important;
    }

    .heading {
        padding-bottom: 10px !important;
    }

    .btn1 {
        padding: 8px 20px !important;
        line-height: 3;
    }

    .btn2 {
        padding: 8px 20px !important;
        line-height: 3;
    }

    .btn5 {
        padding: 7px 15px;
    }

    .btn6 {
        font-size: 10px !important;
        padding: 10px !important;
        line-height: 4;
    }

    .btn3 {
        padding: 10px;
        display: block;
        line-height: 0;
        text-align: center;
    }

    .btn5 {
        line-height: 3.5 !important;
    }

    .btn6 {
        padding: 8px !important;
        line-height: 4;
    }

    #submit2 {
        padding: 10px 30px !important;
    }

    header .open {
        position: relative;
    }

    header .open .btn {
        width: 150px;
        padding: 8px;
        position: absolute;
        top: -51px;
        right: -202px;
        display: none;
    }

    /* whatsapp css */
    .whatsapp_desktop {
        display: none;
    }

    .whatsapp_mobile {
        display: block !important;
    }

    .slick-dots {
        bottom: -10px !important;
    }

    .whatsapp_mobile span i {
        bottom: 48px !important;
        right: 5px !important;
        font-size: 41px !important;
    }

    .scroll_up {
        bottom: 3px !important;
        right: 5px !important;
    }

}