
.main-div {
    padding: 50px 0px;
    background: #f8fdf9;
    /*position: relative;*/
    margin: 0;
}
/*.main-div:before {
    content: "";
    background: url(../images/service-top.jpg) no-repeat center top;
    position: absolute;
    width: 100%;
    height: 280px;
    top:0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-size: contain;
}
.main-div:after {
    content: "";
    background: url(../images/service-bottom.jpg) no-repeat center top;
    position: absolute;
    width: 100%;
    height: 255px;
    bottom:0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-size: contain;
}*/
.data {
    margin: 0px;
    padding: 20px 15px;
    background: #fff;
    box-shadow: 5px 10px 5px #b6b6b6;
    height: 405px;
    border: 2px solid #167ac6;
    /* border-radius: 15px; */
}

    .data a.btn {
        margin-top: 5px;
    }

.hightmax {
    height: 530px;
}

.heading1 {
    color: #000;
    font-size: 22px;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

.populor {
    padding: 15px;
    background: #eff8ff;
    box-shadow: 5px 10px 5px #b6b6b6;
}

.heading {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    margin: 0;
    position: relative;
    background: #004494;
    padding: 15px 0 15px 30px;
}

    .heading:before {
        content: "";
        position: absolute;
        border: 0;
        width: 4px;
        height: 15px;
        background: #fff;
        z-index: 1;
        left: 15px;
        top: 20px;
    }

.data a {
    font-size: 16px;
    color: #00adef;
    font-weight: 500;
}

.data p {
    font-size: 16px;
    color: #666;
    text-align: justify;
    padding-top: 5px;
}

.data h6 {
    font-size: 16px;
}

.box {
    margin: 0px;
    padding: 0px;
    width: 60px;
    text-align: center;
    float: left;
}

    .box h6 {
        font-size: 25px;
        color: #fff;
        padding: 3px;
        background: #004494;
        font-weight: bold;
        margin: 0;
    }

        .box h6 span {
            font-size: 13px;
            color: #fff;
            padding: 0px;
            display: block;
            font-weight: normal;
        }

    .box p {
        font-size: 13px;
        color: #000;
        padding: 0px;
        background: #ffd800;
        text-align: center;
    }

.clr-fix {
    clear: both;
}

hr {
    margin-top: 15px;
    margin-bottom: 15px;
    border-top: 1px solid #eee;
}

.box1 {
    float: left;
    padding-left: 10px;
}

    .box1 h6 {
        font-size: 13px;
        color: #666;
        padding: 0px;
        margin-bottom: 5px;
    }

    .box1 a {
        font-size: 17px;
        color: #00adef;
        padding: 0px;
        margin: 0;
        font-weight: 500;
    }

.faq-sec {
    margin: 0;
    padding: 50px 0;
}

    .faq-sec p {
        text-align: justify;
        margin: 15px 0;
    }

    .faq-sec h6 {
        font-size: 16px;
        color: #686767;
        font-weight: 500;
        margin: 0;
        padding: 15px 0 0;
    }

.newsLetter p {
    margin-bottom: 15px;
    padding: 0;
    margin-top: 5px;
    font-size: 16px;
}

.newsss {
    background: #fafafa;
    padding: 70px 15px;
    margin: 20px 0 0 15px;
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
    overflow: hidden;
}

.item.active img {
    transition: transform 5000ms linear 0s;
    /* This should be based on your carousel setting. For bs, it should be 5second*/
    /*transform: scale(1.05, 1.05);*/
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        left: 0;
        opacity: 0;
        z-index: 1;
    }

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

.carousel-control.left {
    background: none;
}

.carousel-control.right {
    background: none;
}

.carousel-control {
    top: 40%;
    font-size: 40px;
}
/*
WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
now override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

        .carousel-fade .carousel-inner > .item.next.left,
        .carousel-fade .carousel-inner > .item.prev.right,
        .carousel-fade .carousel-inner > .item.active {
            opacity: 1;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
}


.silder-tst {
    margin: 0;
    padding: 0;
    text-align: center;
}

    .silder-tst h6 {
        margin: 0 0 20px;
        padding: 0;
        font-size: 15px;
        color: #fff;
        text-transform: uppercase;
    }

    .silder-tst h2 {
        margin: 0 0 30px;
        padding: 0;
        font-size: 35px;
        color: #fff;
        font-weight: 600;
    }

.about-sec {
    padding: 50px 0;
}

.about-tst {
    margin-top: 50px;
    padding: 0;
}

    .about-tst h6 {
        margin: 0;
        padding: 0 0 0 10px;
        font-size: 18px;
        color: #004494;
        font-weight: bold;
        text-transform: uppercase;
        border-left: 4px solid #01286d;
    }

    .about-tst h2 {
        padding: 15px 0;
        font-size: 25px;
        margin: 0;
    }

    .about-tst p {
        margin-bottom: 20px;
        font-size: 15px;
        text-align: justify;
    }

.twitter-tst {
    height: 400px;
    overflow-x: hidden;
    overflow-y: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.raduis {
    margin-top: 30px;
}

.about-tst button {
    font-size: 13px;
    padding: 5px 10px;
}

.footer-tst ul li a:hover {
    color: #d9d8d8;
    transition: 0.1s;
}

@media only screen and (max-width:1169px) {
    .about-tst {
        margin: 0;
    }

    .silder-tst h2 {
        font-size: 20px;
    }

    .silder-tst h6 {
        font-size: 12px;
    }

    .faq-sec {
        padding: 30px 0;
    }

    .main-div {
        padding: 30px 0;
    }

    .about-sec {
        padding: 30px 0;
    }

    .footer-tst h4 {
        margin-bottom: 15px;
        font-size: 20px;
    }

    .footer-tst {
        margin-bottom: 25px;
    }

    .bg-light p {
        opacity: 9;
        padding: 5px 0;
    }

    .bg-light a {
        color: #bcbcbc;
    }
}

@media only screen and (max-width:969px) {
    .about-tst h2 {
        font-size: 22px;
    }

    .data {
        margin-bottom: 30px;
    }

    .raduis {
        margin-top: 0px;
    }

    .newsss {
        background: #fafafa;
        padding: 10px;
        margin: 0;
    }

        .newsss h4 {
            padding: 10px 0;
            font-size: 20px;
        }

    .newsss {
        margin-top: 20px !important;
        background: #eff8ff;
        padding: 30px 15px !important;
    }

    .populor {
        background: #eee;
    }

    .stellarnav.dark li a:hover {
        color: #ffffff;
        background: transparent;
    }

    .stellarnav .call-btn-mobile, .stellarnav .close-menu, .stellarnav .location-btn-mobile, .stellarnav .menu-toggle {
        padding: 15px;
    }

    .stellarnav.mobile.dark ul {
        background: #004494;
        margin: 0;
    }

    .stellarnav.mobile > ul > li > a.dd-toggle {
        background: #003574;
    }
}

@media only screen and (max-width:769px) {
    .about-tst {
        margin-top: 30px;
    }

    .carousel-caption {
        bottom: 5%;
    }

    .data {
        height: auto;
    }

    .silder-tst button {
        padding: 5px 10px;
        font-size: 10px;
    }

    .carousel-indicators {
        display: none;
    }

    .heading1 {
        color: #222;
    }

    .newsLetter p {
        margin-bottom: 5px;
        padding: 0;
    }

    .newsss h4 {
        margin: 0;
        padding: 0;
    }

    .heading {
        text-transform: uppercase;
        font-size: 18px;
    }
}

@media only screen and (max-width:1000px) {
    .stellarnav.dark.mobile {
        float: right;
        width: 100%;
    }
}

@media only screen and (max-width:576px) {
    .silder-tst h2 {
        font-size: 15px;
        margin: 0px 0 10px;
        line-height: 1.3;
    }

    .silder-tst h6 {
        margin: 0px 0 10px;
    }

    .carousel-caption {
        bottom: 0;
    }

    .about-img {
        display: none;
    }

    .about-tst {
        margin: 0;
    }

    .stellarnav .menu-toggle span.bars {
        position: absolute;
        right: 5px;
        top: 30px;
    }

    .stellarnav.dark .menu-toggle span.bars span {
        background: #fff;
    }

    .stellarnav.dark li a {
        color: #fff;
    }

    .stellarnav.dark li .active {
        color: #fff;
    }

    #main-slider .slider-content {
        bottom: 20px;
    }
}

.navbar {
    min-height: auto;
    border: none;
    z-index: 1;
}

/*slider*/
#main-slider {
    position: relative;
}

    #main-slider:after {
        left: 0;
        top: 0;
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background: rgba(0,0,0, .6);
        z-index: 1;
    }

#banner .slider-content {
    position: absolute;
    bottom: 30%;
    left: 0;
    right: 0;
    z-index: 999;
}

    #banner .slider-content h1 {
        font-size: 55px;
        font-weight: bold;
        color: #fff;
        margin-bottom: 20px;
    }

    #banner .slider-content .pra {
        font-size: 30px;
        color: #fff;
        margin-bottom: 40px;
    }

.scrolling-down {
    border: 2px solid #fff;
    border-radius: 50px;
    box-sizing: border-box;
    height: 50px;
    left: 50%;
    position: absolute;
    /*bottom:0px;*/
    width: 30px;
    z-index: 5;
}

#banner {
    background: url(../assets/images/home-banner2.jpg) no-repeat;
    background-size: cover;
    position: relative;
    height: 100vh;
    width: 100%;
    display: table;
    overflow: hidden;
}

    #banner .banner-video {
        height: 100vh;
        position: absolute;
        left: 0px;
        top: 0px;
        z-index: 10;
        width: 100%;
        object-fit: cover;
    }

    #banner:after {
        content: "";
        position: absolute;
        left: 0px;
        top: 0px;
        height: 100%;
        width: 100%;
        background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .9) 100%);
        radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .9) 100%):;
        display: block;
        z-index: 12;
    }

.scrolling-down:before {
    animation: 2s ease 0s normal none infinite running scrolling;
    background-color: #fff;
    border-radius: 100%;
    box-sizing: border-box;
    content: "";
    height: 6px;
    left: 50%;
    margin-left: -3px;
    position: absolute;
    top: 10px;
    width: 6px;
}

@keyframes scrolling {
    0% {
        transform: translate(0, 0);
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    80% {
        transform: translate(0, 20px);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.logo img {
    margin-top: 5px;
}

.nnnn {
    position: absolute;
    top: 0;
    width: 100%;
}


.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.site-footer {
    vertical-align: middle;
}

.site-footer-logo img {
    height: 54px;
}

.site-footer-title {
    height: 54px;
    font-weight: 700;
    font-size: 2.2rem;
    padding-left: 10px;
}

    .site-footer-title a {
        color: #000;
        line-height: 0.5rem;
    }

@media (max-width:538px) {
    .site-footer-title {
        margin-top: -5px;
    }
}

@media (min-width:538px) {
    .site-footer-title {
        padding-top: 8px;
    }
}

.destop {
    display: none;
}

@media screen and (min-width:992px) and (max-width:1200px) {
    .data {
        height: 445px;
    }
}

.btn {
    font-size: 18px;
}

.input-group-btn .btn {
    font-size: 13px;
}

.img-mission {
    width: 450px;
    float: right;
}

    .img-mission img {
        padding: 0px 10px;
    }

@media screen and (max-width:992px) {
    .img-mission {
        width: 100%;
        float: right;
    }

        .img-mission img {
            padding: 10px;
        }
}


.row-center {
    display: flex !important;
}

    .row-center .col-md-5 {
        flex: 1 1 auto;
        align-self: center;
    }

