body {

    font-family: 'Manjari', sans-serif;
    font-weight: normal;
    font-size: 15px;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
}

.headerContainer .carousel {
    height: 100vh;
}

.headerContainer .carousel-item img {
    height: 100vh;
    object-fit: fill;
}

.pageContainer .carousel {
    height: 400px;
}

.pageContainer carousel-item img {
    height: 400px;
    object-fit: fill;
}

.headerContainer .carousel-caption h1 {
    margin: 0;
    color: #fff;
    /*text-shadow: 0px 0px 10px #000;*/
    font-size: 50px;
    font-weight: bold;
    text-transform: initial;
}

.headerContainer .carousel-caption h5 {
    margin-top: 2%;
    /*text-shadow: 0px 0px 5px #000;*/
    font-size: 22px;
    text-transform: initial;
    font-weight: normal;
    color: #fff;
}

.headerContainer #carouselExampleSlidesOnly .carousel-caption {
    color: #fff;
    text-align: center;
    max-width: 100%;
    top: 60%;
    transform: translateY(-50%);
    bottom: initial;
}

/*--------------------NAvBar--------------------------------------*/
.custom-toggler.navbar-toggler {
    border-color: rgb(255, 102, 203);
}

.navbar-trans {
    background: transparent;
}

.addNavBarBackground {
    background-color: #fff !important;
    color: black;
}

.addNavBarBackgroundMobile {
    background-color: #fff !important;
    color: black;
}

.navbar-nav .nav-item {
    line-height: 15px;
    padding: 15px 15px;
}

.navbar .navbar-nav .nav-item .nav-link {
    line-height: 0;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    padding-left: 0;
    padding-right: 0;
}

.navbar .navbar-nav .nav-item .nav-link:hover,
.navbar-nav .nav-item.active .nav-link {
    border-bottom: 2px solid #fff;
}

.addNavBarBackground .navbar-nav .nav-item .nav-link {
    color: #000;
}
.addNavBarBackgroundMobile .navbar-nav .nav-item .nav-link {
    color: #000;
}
.addNavBarBackground .navbar-nav .nav-item .nav-link:hover,
.addNavBarBackground .nav-item.active .nav-link {
    border-bottom: 2px solid #000;
}
.addNavBarBackgroundMobile .navbar-nav .nav-item .nav-link:hover,
.addNavBarBackgroundMobile .nav-item.active .nav-link {
    border-bottom: 2px solid #000;
}


.navbar-brand {
    font-size: 32px;
    font-weight: bold;
    padding: 15px 0px;

}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none;
    color: #1D89FC;
}

.productContainer .heading,
.initiativeContainer .heading,
.contactContainer .heading,
.productContainer .heading {
    font-size: 25px;
    font-weight: bold;
}

.logoContainer {
    margin-top: 5%;
}

.logoContainer img {
    /*width: 110px;
    height: 95px;*/
    padding: 40px;
    transition: transform .5s;
}

.logoContainer li a {
    text-decoration: none;
}

.logoContainer li p {
    text-align: center;
    color: #333;
    margin-top: 10px;
    padding-right: 5px;
    font-weight: 600;

}

.logoContainer li:hover img {
    transform: scale(1.5);

}

.bx-wrapper {
    width: 100%;
    box-shadow: none;
    margin-bottom: 30px;
}

.pager {
    float: right;
    padding-right: 45px;
}

.pager i {
    font-size: 30px;
}

.overlay::after {
    background: rgba(45, 51, 57, .95) none repeat scroll 0 0;
    content: "";
    height: 450px;
    left: 0;
    top: 0;
    opacity: 0.7;
    position: absolute;
    width: 100%;
}

.overlay .initiativeContent {
    height: 350px;
    position: relative;
    color: #fff;
    margin-top: -350px;
    padding-left: 50px;
    z-index: 999;
    text-align: center;
}

.overlay .initiativeContent h3 {
    line-height: 54px;
    text-transform: uppercase;
    font-size: 52px;
    font-weight: bold;
}

.overlay .initiativeContent h5 {
    margin-top: 5%;
    margin-bottom: 5%;
    font-size: 28px;
}

.overlay .initiativeContent a {
    text-decoration: none;
    color: #fff;
}

/*-------------------------Contact----------------------------*/

.contact-title {
    margin: 0 0 45px 0;
    position: relative;
}

.contact-title:before {
    background: #242c42;
    height: 1px;
    width: 64px;
    position: absolute;
    bottom: -10px;
    left: 0;
    content: '';
}

.contact-title h3 {
    font-size: 25px;
    color: #242c42;
    margin: 0;
    text-transform: uppercase;
    line-height: 1.1;
    font-family: 'Roboto', sans-serif;
}

.contact-title p {
    margin: 0;
}

.contact-address .cnt-details i {
    color: #1D89FC !important;
    font-size: 24px;
    margin: 0 5px 0 0;
    width: 24px;
    vertical-align: middle;
}

.contact-address .cnt-details p {
    font-weight: 400;
    line-height: 20px;
}

.contact-address .cnt-details a {
    color: rgba(9, 9, 19, 0.65);
}

.contact-address .cnt-details .address {
    border-top: solid 1px #d3d5d9;
    margin: 0 0 0 0;
    padding: 20px 0 0 0;
    display: inline-block;
    width: 100%;
}

.contact-address .googlemap {
    margin: 20px 20px 0 0;
}

.contact-address .googlemap {
    width: 100%;
    height: 160px;
    filter: grayscale(100%);
    z-index: -1;
    border: solid 1px #ccc;
}

.contact-form .form-control {
    border-radius: 0;
    box-shadow: none;
    border: solid 1px #707070;
}

.contact-form input.form-control {
    height: 42px;
}


/*----------------Contact End--------------------------*/


/*---------------Footer Start-------------------------------*/
.footer {

    background: url('../assets/footer.png') no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.footer_title {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.footer ul {
    padding-left: 0;
}

.footer ul li {
    list-style: none;
    color: #fff;
    font-size: 16px;
}

.footer ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
}

.footer ul li i {
    color: #1D89FC;
    font-size: 12px;
    margin-right: 10px;
}

.footer ul li span {
    padding-left: 20px;
}

.socialContainer li {
    display: inline-block;
}

.socialContainer li:first-child a {
    background: #1372cf;
}

.socialContainer li:nth-child(2) a {
    background: #16baff;
}

.socialContainer li:nth-child(3) a {
    background: #007BB6;
}

.socialContainer li {
    margin-right: 10px;
}

.socialContainer li a {
    color: #fff;
    display: block;
    width: 33px;
    height: 33px;
    line-height: 34px;
    border-radius: 3px;
    text-align: center;
    font-size: 18px;

}

.socialContainer li a i {
    color: #fff;
    font-size: 18px;
    padding-left: 7px;
    padding-top: 7px;
}

.copyRighthContainer p {
    text-align: center;
    color: #fff;
    line-height: 0;
    padding: 10px 0px;
    margin-top: 15px;
    font-size: 16px;
}

/*---------------Footer End---------------------------------*/
/*---------------Page Start---------------------------------*/
.productContainer p {
    text-align: justify;
    font-size: 17px;
}

/*---------------Page End---------------------------------*/





.scroll-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 60px;
    height: 60px;
    color: #FFA50C;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 54px;
    text-align: center;
    z-index: 2000;
    cursor: pointer;
    border-radius: 50%;
    background: none;
    display: none;
    border: 2px solid #FFA50C;
    /*border: 2px rgba(135, 194, 235, 0.15) solid;*/
    box-shadow: 0px 5px 29px 0px rgba(0, 0, 0, 0.19);
    outline: none;
    transition: all .3s ease-in-out;
}

.scroll-top:hover {
    color: #ffffff;
    background: #FFA50C;
}

@media (max-width: 991px) {

    /* .navbar-trans {
        background-color: #fff !important;
        opacity: 0.9;
    }

    .navbar .navbar-nav .nav-item .nav-link {
        color: #000;
        text-align: center;
    }*/
    .headerContainer .carousel {
        height: 60vh;
    }

    .headerContainer .carousel-item img {
        height: 60vh;
        object-fit: fill;
    }

    .headerContainer #carouselExampleSlidesOnly .carousel-caption {
        top: 55%;
    }

    .headerContainer .carousel-caption h1 {
        font-size: 18px;
    }

    .headerContainer .carousel-caption h5 {
        font-size: 16px;
    }

    .pageContainer .carousel,
    .headerContainer .carousel {
        height: 100%;
    }

    .footer {
        text-align: center;
    }

    .contact-title h3 {
        margin-top: 10%;
    }

}
