.aboutUsSlider .single-aboutUsSlider {
    height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: both;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        /* Starting opacity */
    }

    to {
        opacity: 1;
        /* Ending opacity */
    }
}

.aboutUsSlider .single-aboutUsSlider .text {
    margin-top: 120px;
}

.aboutUsSlider.index2 .single-aboutUsSlider .text {
    margin-top: 150px;
}

.aboutUsSlider .single-aboutUsSlider h1 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    line-height: 42px;
}

.aboutUsSlider .single-aboutUsSlider h1 span {
    color: #9dceff;
}

.aboutUsSlider .single-aboutUsSlider p {
    color: #ffffff;
    margin-top: 27px;
    font-weight: 400;
}

.aboutUsSlider .single-aboutUsSlider .button {
    margin-top: 30px;
}

.aboutUsSlider .single-aboutUsSlider .btn {
    color: #fff;
    background: #1a76d1;
    font-weight: 500;
    display: inline-block;
    margin: 0;
    margin-right: 10px;
}

.aboutUsSlider .single-aboutUsSlider .btn:last-child {
    margin: 0;
}

.aboutUsSlider .single-aboutUsSlider .btn.primary {
    background: #2C2D3F;
    color: #fff;
}

.aboutUsSlider .single-aboutUsSlider .btn.primary:before {
    background: #1A76D1;
}

.aboutUsSlider .owl-carousel .owl-nav {
    margin: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -25px;
}

.aboutUsSlider .owl-carousel .owl-nav div {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    background: #1A76D1;
    color: #fff;
    font-size: 26px;
    position: absolute;
    margin: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding: 0;
    border-radius: 50%;
}

.aboutUsSlider .owl-carousel .owl-nav div:hover {
    background: #2C2D3F;
    color: #fff;
}

.aboutUsSlider .owl-carousel .owl-controls .owl-nav .owl-prev {
    left: 20px;
}

.aboutUsSlider .owl-carousel .owl-controls .owl-nav .owl-next {
    right: 20px;
}



/*widgets*/

.about-widget {
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: both;
    background: transparent;
}

.about-widget .single-widget {
    background-color: #1A76D1;
    height: 250px;
    width: 250px;
    margin-bottom: 30px;
    padding: 40px;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
    border-radius: 8px;
}

.about-widget .single-widget .title {
    position: relative;
    font-size: 14px;
    margin-bottom: 30px;
    display: block;
    color: white;
    padding-left: 12px;
}

.mission-vision {
    margin-top: 50px;
    margin-bottom: 50px;
}

/*********/
/* Left to Right Slider */
.aboutUsSlider2 .single-aboutUsSlider2 {
    height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    animation-name: fadeIn;
    animation-duration: 2s;
    animation-fill-mode: both;

}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.aboutUsSlider2 .single-aboutUsSlider2 .text {
    margin-top: 120px;
}

.aboutUsSlider2.index2 .single-aboutUsSlider2 .text {
    margin-top: 150px;
}

.aboutUsSlider2 .single-aboutUsSlider2 h1 {
    color: #000000;
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    line-height: 42px;
}

.aboutUsSlider2 .single-aboutUsSlider2 h1 span {
    color: #186ABC;
}

.aboutUsSlider2 .single-aboutUsSlider2 p {
    color: #000000;
    margin-top: 27px;
    font-weight: 400;
}


/******/

/*widgets*/

.about-widget2 {
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: both;
    background: transparent;
}

.about-widget2 .single-about-widget2 {
    height: 250px;
    width: 250px;
    margin-bottom: 30px;
    padding: 40px;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 0px 15px rgba(27, 105, 168, 0.562);
    border-radius: 8px;
}

.about-widget2 .single-about-widget2 .title {
    position: relative;
    font-size: 14px;
    margin-bottom: 30px;
    display: block;
    color: rgb(0, 0, 0);
    padding-left: 12px;
}
