@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

body {
    font-family: 'Poppins', sans-serif;
    padding: 0;
    margin: 0;
    background-color: #fff;
    font-size: 14px;
    font-weight: 300;
    color: #474747;
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.counter {
    animation-duration: 1s;
    animation-delay: 0s;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}


.navbar {
    padding: 0px;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-weight: 300;
    font-size: 15px;
}

.navbar .navbar-brand img {
    width: 40%;
}

.navbar-light .navbar-brand {
    width: 19%;
}

.navbar-nav .nav-item {
    position: relative;
}

.navbar-nav .nav-item::after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #17d0cf;
    width: 0%;
    content: "";
    height: 2px;
    transition: all 0.5s;
}

.navbar-nav .nav-item:hover::after {
    width: 50%;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #17d0cf;
}

.mob-logo img {
    width: 100%;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0;
    background-color: #141414fa;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    text-align: center;
}

.counter {
    animation-duration: 1s;
    animation-delay: 0s;
}


.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.sidenav .closebtn svg {
    width: 30px;
    height: 30px;
}

.sidenav .navbar-nav .nav-item a {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    padding: 8px 0px 8px 0px;
}

.sidenav .navbar-nav .nav-item a:hover {
    color: #17d0cf;
}

.sidenav .navbar-nav .nav-item:hover::after {
    width: 100%;
}

.nav-btun {
    padding: 0px;
}

.sidenav .navbar-nav {
    text-align: left;
    padding: 0px 20px;
}

.dropdown-menu-dark {
    color: #dee2e6;
    background-color: #08466f;
    border-color: rgba(0, 0, 0, .15);
    padding: 5px 15px;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

header {
    background-color: #0e6eab;
}

.banner_section {
    padding: 0px 0px 250px 0px;
    background: url(../images/sd-1.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}

.banner_section img {
    width: 100%;
}

h1 {
    font-size: 64px;
    font-weight: 800;
    color: #fff;
    margin-top: 100px;
}


.banner_section h6 {
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    margin-top: 20px;
}

.border-btn {
    margin-top: 30px;
    padding: 20px 50px;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background: #ffac00;
    border: 3px solid #ffac00;
    border-radius: 40px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}

.border-btn:hover {
    background: #0c629b;
    color: #fff;
}

.about_section {
    padding: 80px 0px 130px 0px;
}

.abt_txt {
    padding-top: 130px;
}

h2 {
    font-size: 50px;
    font-weight: 800;
    line-height: 50px;
    color: #004a83;
    margin-bottom: 50px;
}

h2 span {
    font-weight: 200;
}

.about_section img {
    width: 80%;
}

.about_bg {
    background: #eef4fa;
    padding: 50px;
    border-radius: 20px;
}

.service_section {
    padding: 0px 0px 150px 0px;
}

.service_section h2 {
    margin-bottom: 70px;
}

.service_div {
    text-align: center;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    padding: 50px 20px;
    border-radius: 20px;
    border: 2px solid #fff;
}

.service_div img {
    width: 25%;
    margin-bottom: 20px;
}

.service_div h5 {
    margin-top: 15px;
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 20px;
}

.service_div:hover {
    border: 2px solid #004a83;
}

.round_more {
    background: #ffac00;
    border: 1px solid #ffac00;
    width: 40px;
    height: 40px;
    border-radius: 30px;
}

.round_more:hover {
    background: #0c629b;
}

.round_more svg {
    position: relative;
    left: -2px;
}

.numcount_section {
    background: url(../images/fq-1.jpg) no-repeat;
    padding: 100px 0px;
    background-size: 100%;
}

.numcount_section img {
    width: 30%;
}

.count_div h3 {
    font-size: 60px;
    font-weight: 800;
    color: #fff;
}

.count_div p {
    color: #fff;
    font-size: 20px;
}

.Events_section {
    padding: 150px 0px 50px 0px;
}

.Events_section h2 {
    margin-bottom: 70px;
}

.event-slide {
    margin-right: 10px;
}

.event-slide img {
    width: 100%;
}

.slick-prev {
    width: 50px !important;
    height: 50px !important;
    z-index: 1 !important;
    border-radius: 50px;
    left: -50px !important;
    background: #ffac00 !important;
    border: 2px solid #ffac00 !important;
}

.slick-prev:hover {
    background: #004a83 !important;
}

.slick-next {
    background: #ffac00 !important;
    border: 2px solid #ffac00 !important;
    width: 50px !important;
    height: 50px !important;
    z-index: 1 !important;
    border-radius: 50px;
    right: -40px !important;
}

.slick-next:hover {
    background: #004a83 !important;
}

.slick-dots {
    display: none !important;
}

.slick-prev:before {
    font-family: none !important;
    font-size: 30px !important;
    opacity: 1 !important;
    color: white !important;
}

.slick-next:before {
    font-family: none !important;
    font-size: 30px !important;
    opacity: 1 !important;
    color: white !important;
}

.clients_section {
    padding: 100px 0px 150px 0px;
}

.clients_section h2 {
    margin-bottom: 70px;
}

.logo_boxs {
    width: 100%;
    border: 1px solid #e7e7e7;
    text-align: center;
    height: 85px;
    margin: 15px 0px;
}

.logo_boxs img {
    width: 70%;
    margin-top: 5px;
    -webkit-filter: grayscale(1) !important;
    filter: grayscale(1) !important;
}

.logo_boxs img:hover {
    -webkit-filter: grayscale(0) !important;
    filter: grayscale(0) !important;
}

footer {
    /* background: #3b70a0; */
    padding: 100px 0px;
    color: #fff;
    background: url(../images/cf-1.png) no-repeat;
    background-size: cover;
}

footer ul li {
    list-style: none;
}

.contact_icons {
    height: 60px;
    width: 60px;
    border: 5px solid;
    line-height: 47px;
    border: 4px solid transparent;
    -webkit-border-image: -webkit-linear-gradient(21deg, #10abff, #1beabd);
    -o-border-image: -o-linear-gradient(21deg, #10abff, #1beabd);
    border-image: linear-gradient(69deg, #10abff, #1beabd);
    border-image-slice: 1;
    text-align: center;
    margin-bottom: 20px;
}

.social_btn {
    border: 4px solid transparent;
    -webkit-border-image: -webkit-linear-gradient(21deg, #10abff, #1beabd);
    -o-border-image: -o-linear-gradient(21deg, #10abff, #1beabd);
    border-image: linear-gradient(69deg, #10abff, #1beabd);
    border-image-slice: 1;
    text-align: center;
    color: #fff;
    margin: 0px 5px;
    padding: 12px;
}

.social_btn:hover {
    color: #fff;
}

footer a:hover {
    color: #ffac00;
}

footer h6 {
    font-weight: 300;
    line-height: 25px;
}

.contact_num {
    margin-top: 5px;
}

.mail_id {
    color: #fff;
    text-decoration: none;
    position: relative;
    top: 20px;
}

.contact_input {
    height: 60px;
    font-size: 13px;
}

footer h4 {
    font-size: 30px;
    font-weight: 300;
}

.wtsp-btn {
    background: #1cb411;
    width: 65px;
    height: 65px;
    border-radius: 65px;
    padding: 17px 18px;
    border: none;
    cursor: pointer;
    position: fixed;
    bottom: 60px;
    right: 28px;
    z-index: 9;
    box-shadow: -1px 2px 12px 0px #00000063;
    color: #fff;
}

.wtsp-btn:hover {
    color: #fff;
}

.Gallery_section {
    padding: 100px 0px;
}

.gallery_div {
    margin: 15px 0px;
}

.gallery_div img {
    width: 100%;
    border-radius: 15px;
}

/*@media (min-width: 1200px) and (max-width: 1440px) {}
@media (min-width: 1201px) and (max-width: 1366px) {
} */
@media (min-width: 1024px) and (max-width: 1199px) {
    .navbar .navbar-brand img {
        width: 50%;
    }

    .navbar-light .navbar-brand {
        width: 19%;
    }

    h1 {
        font-size: 46px;
    }

    .abt_txt {
        padding-top: 50px;
    }

    .service_div h5 {
        font-size: 23px;
    }

    .about_bg p {
        text-align: justify;
    }

    .slick-prev {
        left: 20px !important;
    }

    .slick-next {
        right: 31px !important;
    }

    .count_div h3 {
        font-size: 50px;
    }

    .logo_boxs img {
        margin-top: 16px;
    }

    .copyright_text {
        margin-bottom: 0px;
        margin-top: 15px;
    }

    footer {
        background-position: center;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .mob-logo img {
        width: 20%;
    }

    header {
        padding: 10px 0px;
    }

    .bi-list {
        margin-top: 17px;
    }

    h1 {
        margin-top: 60px;
        font-size: 50px;
    }

    .banner_section h6 {
        font-size: 16px;
    }

    .banner_section {
        padding: 0px 0px 100px 0px;
        background: #0e6eab;
    }

    h2 {
        font-size: 40px;
    }

    .about_bg p {
        text-align: justify;
    }

    .slick-prev {
        left: 20px !important;
        background: #ffac0078 !important;
    }

    .slick-next {
        right: 31px !important;
        background: #ffac0078 !important;
    }

    .service_div {
        margin: 15px 0px;
        border: 2px solid #004a83;
    }

    .about_section img {
        width: 100%;
    }

    .about_section {
        padding: 80px 0px 100px 0px;
    }


    .abt_txt {
        padding-top: 0px;
    }

    .count_div p {
        font-size: 15px;
    }

    .count_div h3 {
        font-size: 40px;
    }

    .logo_boxs img {
        width: 60%;
        margin-top: 10px;
    }

    .copyright_text {
        margin-bottom: 0px;
        margin-top: 15px;
    }

    footer h4 {
        margin-top: 30px;
    }

    .sidenav .closebtn {
        right: 28px;
    }

    .sidenav .navbar-nav {
        padding: 0px 50px;
    }

    .Gallery_section {
        padding: 80px 0px;
    }
}

@media (min-width: 577px) and (max-width: 767px) {
    .mob-logo img {
        width: 25%;
    }

    header {
        padding: 10px 0px;
    }

    .bi-list {
        margin-top: 17px;
    }

    h1 {
        margin-top: 60px;
        font-size: 40px;
    }

    .banner_section h6 {
        font-size: 16px;
    }

    .abt_txt {
        padding-top: 0px;
    }

    .about_section {
        padding: 80px 0px;
    }

    .about_section img {
        width: 100%;
        margin-top: 40px;
    }

    h2 {
        font-size: 40px;
    }

    .service_div h5 {
        font-size: 25px;
    }

    .about_bg p {
        text-align: justify;
    }

    .slick-prev {
        left: 20px !important;
        background: #ffac0078 !important;
    }

    .slick-next {
        right: 31px !important;
        background: #ffac0078 !important;
    }

    .service_div {
        margin: 15px 0px;
        border: 2px solid #004a83;
    }

    .count_div p {
        font-size: 15px;
    }

    .count_div h3 {
        font-size: 40px;
    }

    .logo_boxs img {
        width: 50%;
        margin-top: 10px;
    }

    .banner_section {
        padding: 0px 0px 100px 0px;
        background: #0e6eab;
    }


    .copyright_text {
        margin-bottom: 0px;
        margin-top: 40px;
    }

    .numcount_section img {
        width: 20%;
    }

    .count_div {
        margin-bottom: 30px;
    }

    .numcount_section {
        background-size: cover;
        padding: 100px 0px 70px 0px;
    }

    footer h4 {
        margin-top: 30px;
    }

    .connect_socialmedia {
        text-align: center !important;
    }

    .sidenav .closebtn {
        right: 38px;
    }

    .sidenav .navbar-nav {
        padding: 0px 50px;
    }

    .Gallery_section {
        padding: 80px 0px;
    }
}

@media (max-width: 576px) {
    .mob-logo img {
        width: 40%;
    }

    header {
        padding: 10px 0px;
    }

    .bi-list {
        margin-top: 15px;
    }

    h1 {
        margin-top: 60px;
        font-size: 30px;
    }

    h2 {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .abt_txt {
        padding-top: 0px;
    }

    .abt_txt p {
        text-align: justify;
    }

    .about_section img {
        width: 100%;
        margin-top: 30px;
    }

    .banner_section {
        padding: 0px 0px 60px 0px;
        background-size: 100%;
        background-color: #0e6eab;
        background-position: bottom;
    }

    .about_section {
        padding: 60px 0px;
    }

    .service_section h2 {
        margin-bottom: 20px;
    }

    .banner_section h6 {
        font-size: 14px;
    }

    .about_bg {
        padding: 50px 15px;
    }

    .service_div h5 {
        font-size: 20px;
    }

    .service_section {
        padding: 0px 0px 60px 0px;
    }

    .Events_section {
        padding: 60px 0px 0px 0px;
    }

    .Events_section h2 {
        margin-bottom: 30px;
    }

    .about_bg p {
        text-align: justify;
    }

    .clients_section {
        padding: 60px 0px 80px 0px;
    }

    .clients_section h2 {
        margin-bottom: 20px;
    }

    .slick-prev {
        left: 20px !important;
        background: #ffac0078 !important;
    }

    .slick-next {
        right: 31px !important;
        background: #ffac0078 !important;
    }

    .slick-prev:before {
        font-size: 36px !important;
    }

    .slick-next:before {
        font-size: 36px !important;
    }

    .service_div {
        margin: 15px 0px;
        border: 2px solid #004a83;
    }

    .count_div p {
        font-size: 15px;
    }

    .count_div h3 {
        font-size: 40px;
    }

    .logo_boxs img {
        width: 100%;
        margin-top: 10px;
    }

    .copyright_text {
        margin-bottom: 0px;
        margin-top: 40px;
    }

    .numcount_section img {
        width: 20%;
    }

    .count_div {
        margin-bottom: 30px;
    }

    .numcount_section {
        background-size: cover;
        padding: 100px 0px 70px 0px;
    }

    footer {
        background-color: #0c629b;
        padding: 60px 0px;
        background-size: 100%;
        background-position: bottom;
    }

    footer h4 {
        margin-top: 30px;
        font-size: 20px;
    }

    .conect_txt {
        margin: 40px 0px;
    }

    footer h6 {
        margin-bottom: 30px;
    }

    .mail_id {
        top: 0px;
    }

    .connect_socialmedia {
        text-align: center !important;
    }

    .sidenav .closebtn {
        right: 4px;
    }

    .dropdown-menu-dark {
        width: 100%;
    }

    .Gallery_section {
        padding: 50px 0px;
    }
}