/********** Template CSS **********/
:root {
    --primary:#1c9aea;
    --secondary: #1E60AA;
    --white:#fff;
    --black:#1a1a1ad4;
}

.fw-medium {
    font-weight: 600 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}
.heading {
    text-align: center;
    margin-bottom: 25px;
    font-size: 36px;
    color: var(--primary);
}

/*** Spinner ***/
#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;
}


/*** Button ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

a.btn.btn-secondary.py-md-3.px-md-5.animated.slideInRight {
    background: var(--primary);
    border: none;
    color:#fff;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}
.btn-square, .btn-sm-square, .btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 6px;
}
.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.contactus form input[type="submit"] {
    background: #1c9aea;
    color: white;
    border: none;
    padding: 9px 20px;
}

/*** Navbar ***/
.mainbar {
    padding: 6px 0;
    background: #1c9aea1f;
}
.navbar ul li a {
    color: var(--white) !important;
    position: relative;
    padding: 10px 20px;
    border-radius: 6px;
    margin-right: 15px;
    transition:.5s;
}
.mainbar p, .mainbar a {
    color: #1e60aa;
}
.navbar {
    position: relative;
}
.navbar a.btn.btn-primary {
    display: flex;
    align-items: center;
    border: none;
    color: #fff;
    padding: 15px 30px;
    position: relative;
    background: none;
    font-weight: 500;
    letter-spacing: .5px;
}
.navbar a.btn.btn-primary:before {
    transition: .5s;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: var(--primary);
    left: 0;
    bottom: 0;
    transform: skewX(-30deg);
    z-index: -1;
    border-left: 1px solid #ffffff52;
}
.navbar i {
    color: #fff;
    font-size: 25px;
    cursor: pointer;
    display: none;
}

.navbar ul li a:hover:before {
    width: 100%;
}
.navbar ul li a{
  background: linear-gradient(160deg, #28a9e0, #000000c4);
}
.navbar ul li a:hover {
    background: linear-gradient(160deg, #000000c4, #28a9e0);
    transition:.5s;
}

.navlinks ul li:nth-child(5) a {
    margin-right: 0;
}

@media (max-width: 991.98px) {
    .nav-bar {
        padding: 0;
    }

    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        margin-top: 1rem;
        padding-top: 1rem;
        border-top: 1px solid #EEEEEE;
    }
     .navlinks {
        position: fixed;
        width: 200px;
        height: 100vh;
        background-color: var(--primary);
        color: #f5f5f5;
        text-align: left;
        top: 0;
        right: -220px;
        z-index: 2;
        transition: 1s;
    }
    
    .navbar a.btn.btn-primary {
    display: none;
    }
   
   .navbar i.fas.fa-bars {
    height: 40px;
    width: 40px;
    background: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 70px;
    top: 30px;
    font-size: 21px;
    border-radius: 6px;
   }
  .navbar i.fas.fa-times {
    height: 35px;
    width: 35px;
    background: var(--white);
    color: var(--primary);
    align-items: center;
    justify-content: center;
    display: flex;
    border-radius: 50%;
    font-size: 18px;
    margin: 5px 5px 25px;
    }
  #NavLinks ul li a {
    background: unset;
    font-size: 15px;
    padding: 0 !important;
    margin-left: 5px;
}
  .navlinks ul {
    display: block !important;
    margin-top: 15px;
    }
  #NavLinks ul li {
    margin: 10px 15px;
  }
  .msnvsn .row {
    row-gap: 15px;
  }
    .navbar i  {
        color: #fff;
        font-size: 25px;
        cursor: pointer;
        display: block;
    }
    .contactus .col-md-6 {
    width: 100%;
}
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

/*** Header ***/
.header-carousel .container,
.page-header .container {
    position: relative;
    padding: 45px 0 45px 35px;
}
@media (max-width:667px){
    .aboutus {
    padding: 0 !important;
}
.msnvsn {
    padding: 40px 0;
}

}
@media (max-width:414px){
   .aboutus h1 {
    font-size: 22px !important;
    line-height:35px !important;
} 
.display-3 {
    font-size: 24px !important;
}
.contactus .container-xxl.py-5 {
    padding-top: 0 !important;
}
.contactus .p-5 {
    padding: 18px !important;
}
}
@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }
    
    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item h5,
    .header-carousel .owl-carousel-item p {
        font-size: 14px !important;
        font-weight: 400 !important;
    }

    .header-carousel .owl-carousel-item h1 {
        font-size: 30px;
        font-weight: 600;
    }
    .navbar i.fas.fa-bars {
    right: 30px;
}
}


@media (max-width: 568px) {
.header-carousel .container, .page-header .container {
    padding: 35px 0 35px 10px;
    border: none;
}
.header-carousel .container::before, .header-carousel .container::after, .page-header .container::before, .page-header .container::after {
    display:none;
}
.header-carousel .container, .page-header .container {
    padding: 10px;
    border: none;
}
}




.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url(../img/bredcrumb.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}

/* Contact Us */

.contactus iframe {
    width: 100%;
    height: 300px;
}

/*** Facts ***/

.fact {
    background: linear-gradient(rgb(0 0 0 / 74%), rgb(0 0 0 / 66%)), url(../img/bg-banner.jpg) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 70px 0;
}
.factitem {
    border: solid 1px #dddddd29;
    padding: 20px;
    border-radius: 8px;
}
.fact .factitem i {
    height: 80px;
    width: 80px;
    background: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 50%;
    font-size: 30px;
    color: #fff;
    margin-bottom: 15px;
}
.fact .col-md-6.col-lg-3.text-center.wow.fadeIn p {
    font-size: 18px;
}

/*** Service ***/
.services {
    padding: 60px 0;
    background: #1e60aa12;
}
.aboutservices {
    border-radius: 6px;
    overflow: hidden;
}
.service-info {
    background: var(--white);
    padding: 20px 12px;
}
.service-info {
    background: #fff;
    padding: 20px 12px;
}
.service-info h3{
    font-size: 21px;
    letter-spacing:.5px;
    color: var(--secondary);
}
.aboutservices {
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 0 10px 0px rgba(0,0,0,0.1);
    border: 1px solid #1e60aa12;
    transition: all .5s;
}
.aboutservices figure {
    position: relative;
    overflow: hidden;
}
.aboutservices:hover figure img{
    transform: scale(1.1);
    transition: all .5s;
}
.aboutservices figure:before {
    background: #ffffff80 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    transition: all .7s ease 0s;
    right: 0;
    top: 0;
    z-index: 1;
}
.aboutservices figure:after {
    background: #ffffff80 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    transition: all .7s ease 0s;
    right: 0;
    top: 0;
    z-index: 1;
}
.aboutservices:hover figure:before{
    left: 50%;
    opacity: 1;
    right: 50%;
}
.aboutservices:hover figure:after{
    bottom: 50%;
    opacity: 1;
    top: 50%;
}
.aboutservices img {
    height: 260px;
    object-fit: cover;
    transition: all .5s;
}
.services .row {
    row-gap: 15px;
}
/* about us page  */
.aboutus{
    padding: 60px 0;
}
.aboutus h1 {
    font-size: 30px;
    line-height: 40px;
    color: var(--primary);
}
.aboutus p {
    line-height: 30px;
    margin-bottom: 0;
}
.position-relative.h-100.wow.fadeInUp {
    height: 450px !important;
}
p.fw-medium.text-primary {
    display: block;
    background: #1e60aa1c;
    padding: 10px;
    border-radius: 4px;
    width: 70%;
}

/* mission vission  */

.msnvsn {
    margin-top: 50px;
    border-top: solid 1px #1e60aa36;
    padding-top: 50px;
}
.aboutmsnvsn {
    text-align: center;
    background: #1e60aa0f;
    padding: 25px;
    height: 100%;
    border-radius: 6px;
    border: 2px dotted var(--secondary);
}
.aboutmsnvsn p {
    line-height: 26px;
}
.msnvsncnt h3 {
    color: var(--primary);
}
.aboutmsnvsn figure {
    height: 100px;
    width: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #1e60aa1f;
    border-radius: 50px;
    border: solid 2px var(--primary);
}

.bootstrap-datetimepicker-widget.bottom {
    top: auto !important;
}

.bootstrap-datetimepicker-widget .table * {
    border-bottom-width: 0px;
}

.bootstrap-datetimepicker-widget .table th {
    font-weight: 500;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    padding: 10px;
    border-radius: 2px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background: var(--primary);
}

.bootstrap-datetimepicker-widget table td.today::before {
    border-bottom-color: var(--primary);
}

/*** Testimonial ***/

.testimonials {
    padding: 45px 0;
    background: #1e60aa0f;
}
.testimonials h1 {
    color: var(--primary);
}
.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item.center .testimonial-text * {
    position: relative;
    transition: .5s;
}
.testimonial-item.text-center h5{
    color: var(--primary);
}
.testimonial-carousel .owl-item.center .testimonial-text {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: #FFFFFF !important;
}
.testimonial-item.text-center {
    margin: 0 10px;
}
.testimonial-text.text-center.p-4.mb-4 {
    background: #fff;
    border: 1px solid #1e60aa21;
    border-radius: 6px;
}
.testimonial-carousel .owl-item.center .testimonial-text::after {
    border-color: var(--primary) transparent transparent transparent;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 350px;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
    z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
    width: 300px;
    opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    font-size: 30px;
    color: var(--primary);
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}


/*** Footer ***/

.container-fluid.bg-dark.text-light.footer.wow.fadeIn {
    padding: 60px 0 0;
}
.footer p a {
    color: white;
    transition:all ease-in-out .5s;
}
.footer p a:hover {
    color: #1c9aea;
}
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
    font-size: 14px;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 9px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 20px 0 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}
#whatsappbtn {
    cursor: pointer;
    position: fixed;
    bottom: 35px;
    left: 30px;
    z-index: 99999999;
    padding-top: 9px;
    background: #4fcc5d;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    text-align: center;
    color: var(--white);
    box-shadow: 0 6px 9px rgb(0 0 0 / 5%), 0 4px 5px rgb(0 0 0 / 5%);
}
#whatsappbtn:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 50%;
    background: #4fcc5d;
    box-shadow: 0 0 10px #4fcc5d;
    animation: whtsbtn 2s linear infinite forwards;
}
#whatsappbtn img {
    width: 30px;
    margin-top: 4px;
}

/* Custom CSS */

.navbar img {
    width: 82px;
}
.button i {
    display: inline-flex;
    font-size: 18px;
    padding-right: 10px;
}