﻿@media (min-width: 1200px) {
    .new-carousel {
        margin-left: 50px;
        margin-right: 50px;
    }
}

#sync1 .item {
    background: #FFF;
    height: 500px;
    margin: 0px;
    color: #FFF;
    text-align: center;
}

#sync2 .item {
    background: #fff;
    padding: 16px 0px;
    margin: 0px;
    color: #FFF;
    cursor: pointer;
    border-bottom: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    border-top: 1px solid #e2e2e2;
}

    #sync2 .item h1 {
        font-size: 22px;
    }

#sync2 .current .item {
    height: 245px;
    background: #093B73;
}

#sync2 .owl-stage {
    width: 100% !important;
}

#sync2 .owl-item {
    width: 100% !important;
}

.owl-theme .owl-nav [class*='owl-'] {
    transition: all .3s ease;
}

    .owl-theme .owl-nav [class*='owl-'].disabled:hover {
        background-color: #D6D6D6;
    }

#sync1.owl-theme {
    position: relative;
}

    #sync1.owl-theme .owl-next, #sync1.owl-theme .owl-prev {
        width: 22px;
        height: 40px;
        margin-top: -20px;
        position: absolute;
        top: 50%;
    }

    #sync1.owl-theme .owl-prev {
        left: 10px;
    }

    #sync1.owl-theme .owl-next {
        right: 10px;
    }

.animated {
    -webkit-animation-duration: 1000 ms;
    animation-duration: 1000 ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
/* .owl-animated-out - only for current item */
/* This is very important class. Use z-index if you want move Out item above In item */
.owl-animated-out {
    z-index: 1
}
/* .owl-animated-in - only for upcoming item
/* This is very important class. Use z-index if you want move In item above Out item */
.owl-animated-in {
    z-index: 0
}
/* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */
.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.carousel-wrap {
    margin: 35px auto;
    padding: 0 3%;
    width: 100%;
    position: relative;
}

/* fix blank or flashing items on carousel */
#dep-section .item {
    border-top: 3px solid #cadbe8;
    padding: 5px 20px 5px 10px;
    position: relative !important;
    z-index: 100 !important;
    -webkit-backface-visibility: hidden !important;
    margin: 0px 10px;
}

    #dep-section .item h2 {
        font-size: 22px;
        color: #012042;
        white-space: normal;
        display: -webkit-box;
        line-height: 1;
    }
/* end fix */
#dep-section .owl-nav > button {
    margin-top: -26px !important;
    position: absolute !important;
    top: 50% !important;
    color: #175ca9 !important;
    font-size: 40px;
}

#dep-section .owl-nav i {
    font-size: 52px !important;
}

#dep-section .owl-nav .owl-prev {
    left: -50px !important;
}

#dep-section .owl-nav .owl-next {
    right: -50px !important;
}

.news-paragraph {
    overflow: hidden;
    /*        white-space: nowrap;*/
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    padding-left: 10px;
    padding-right: 15px;
    font-size: 19px;
}

@media only screen and (min-width: 641px) and (max-width:991px) {
    .new-carousel {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media only screen and (max-width: 640px) {
    .new-carousel {
        margin-left: 0px;
        margin-right: 0px;
    }

    #sync1 .item {
        height: 230px;
    }

    #sync2 .item h1 {
        font-size: 16px;
    }

    .news-span {
        font-size: 14px
    }

    .news-paragraph {
        font-size: 16px;
        line-height: 1.5
    }

    #sync2 .current .item {
        height: 230px;
    }

    .carousel-wrap {
        width: 70%;
        padding: 0 0;
    }

    #dep-section .owl-nav > button {
        margin-top: 0px !important;
        font-size: 30px;
        top: 25% !important;
    }
}

.btn-outline-main {
    color: white;
    border: solid 3px white;
    border-radius: 20px;
    width: 20ch;
    font-size: 15px
}

    .btn-outline-main:hover {
        box-shadow: 0px 0px 15px 3px rgb(217 217 217);
    }

.btn-outline-title i {
    color: #093B73;
    border: solid 3px #093B73;
    border-radius: 50%;
    font-size: 22px;
    margin: 7px;
    padding: 0px 3px !important;
}




#social-media iframe {
    height: 250px !important;
}

.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
    color: #093B73;
    font-weight: bold;
}

.ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item:hover {
    background: #093B73;
    color: #fff;
}

.search-input:focus {
    border-bottom: 1px solid #093B73;
    box-shadow: 0 1px 0 0 #093B73;
}
