.fin-item.open .fin-title, .font-blue-clr, .read-btn:hover, a:hover, h1, h2, h3, h4, h5, h6 {
    color: var(--font-blue)
}

.clear, .fin-item, .img-box, .popUp-open {
    overflow: hidden
}

#wrapper, .section-ttl, .topbar {
    position: relative
}

.home-slider {
    display: block;
    height: 810px
}

.clear {
    clear: both;
    display: block;
    font-size: 0px;
    height: 0;
    line-height: 0;
    width: 100%
}

::selection {
    background: #2f3390;
    color: #fff;
    text-shadow: none
}

::-moz-selection {
    background: #2f3390;
    color: #fff;
    text-shadow: none
}

::-webkit-selection {
    background: #2f3390;
    color: #fff;
    text-shadow: none
}

:active, :focus {
    outline: 0 !important
}

@font-face {
    font-family: GothamHTF-Bold;
    src: url('../fonts/GothamHTF-Bold.otf');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: GothamHTF-Book;
    src: url('../fonts/GothamHTF-Book.ttf');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

body, html {
    scroll-behavior: smooth
}

body {
    line-height: 1.5;
    color: var(--gray);
    font-family: GothamHTF-Book,sans-serif;
    font-size: 15px
}

a {
    text-decoration: none !important;
    color: var(--link-clr)
}

h1, h2, h3, h4, h5, h6 {
    font-family: GothamHTF-Bold
}


.sm-slider-ttl, h3 {
    font-size: 24px
}

:root {
    --blue: #001489;
    --font-blue: #001489;
    --lightgray: #f2f2f2;
    --green: #79c300;
    --link-clr: #393939;
    --gray: #818286;
    --px-80: 80px;
    --px-50: 50px;
    --px-30: 30px
}

.blue-clr, .blue-icon .fa, .footer-nav li:hover a {
    color: var(--blue)
}

.blue-bgclr {
    background-color: var(--blue)
}

.grayLight-bg {
    background-color: var(--lightgray)
}

.py-80 {
    padding-top: var(--px-80);
    padding-bottom: var(--px-80)
}

.mb-80 {
    margin-bottom: var(--px-80)
}

.py-50 {
    padding-top: var(--px-50);
    padding-bottom: var(--px-50)
}

.mb-30 {
    margin-bottom: var(--px-30)
}

.mt-30 {
    margin-top: var(--px-30)
}

@media (min-width:576px) {
    .aos-animate[data-aos] {
        transition-delay: .2s
    }

    [data-aos='fade-start'] {
        transform: translateX(-150px);
        transition: 1s;
        opacity: 0
    }

    [data-aos='fade-end'] {
        transform: translateX(150px);
        transition: 1s;
        opacity: 0
    }

    [data-aos*="fade-up"] {
        transform: translateY(150px);
        transition: 1s;
        opacity: 0
    }

    [data-aos='fade-in'] {
        transition: 1s;
        opacity: 0
    }

    .aos-animate[data-aos*='fade'] {
        transform: inherit;
        opacity: 1
    }

    .aos-animate[data-aos]:nth-child(2), .fadeInBottom:nth-child(2) {
        transition-delay: 500ms;
    }

    .aos-animate[data-aos]:nth-child(3), .fadeInBottom:nth-child(3) {
        transition-delay: 700ms;
    }

    .aos-animate[data-aos]:nth-child(4), .fadeInBottom:nth-child(4) {
        transition-delay: 800ms;
    }

    .aos-animate[data-aos]:nth-child(5), .fadeInBottom:nth-child(5) {
        transition-delay: 1000ms;
    }

    .aos-animate[data-aos]:nth-child(6), .fadeInBottom:nth-child(6) {
        transition-delay: 1200ms;
    }

    .aos-animate[data-aos]:nth-child(7) {
        transition-delay: 1400ms;
    }

    .aos-animate[data-aos]:nth-child(8) {
        transition-delay: 1600ms;
    }
}

/*.fadeInBottom {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeIn,fadeInBottom;
    animation-delay: .2s;
    transition: 1s;
}*/

.locationMap, .mb-50, section.filter-container {
    margin-bottom: 50px
}

.careerTable, .mt-50 {
    margin-top: 50px
}

.img-box img, .transition-5s, .transition-5s > * {
    -webkit-transition: .5s;
    transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

#wrapper {
    max-width: 100%;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.1)
}

@media (min-width:1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1170px
    }
}

.gramco-btn, .gramco-btn:focus, .gramco-btn:visited, input.gramco-btn, input.gramco-btn:focus, input.gramco-btn:visited {
    font-weight: 600;
    color: #fff;
    text-align: center;
    display: inline-block;
    min-width: 200px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 16px 20px;
    background-color: var(--green);
    text-transform: capitalize;
    border: 1px solid var(--green);
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: .5s;
    transition: .5s
}

    .gramco-btn:hover, input.gramco-btn:hover {
        color: var(--green);
        background: #fff
    }

.section-ttl {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: var(--px-50);
    font-family: GothamHTF-Bold
}

.home-slider-content, .sub-ttl {
    font-family: GothamHTF-Book
}

.section-ttl:after {
    content: '';
    width: 80px;
    height: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: var(--green);
    display: block;
    margin-top: 20px
}

.img-box:hover img {
    transform: scale(1.1)
}

@media screen and (max-width:992px) {
    .section-ttl {
        font-size: 30px
    }

    :root {
        --px-80: 50px
    }
}

@media screen and (max-width:768px) {
    .section-ttl {
        font-size: 24px
    }
}

.topbar {
    z-index: 200;
    line-height: 30px;
    padding-top: 10px;
    padding-bottom: 10px
}

.topbar-content {
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-content: center
}

    .box-item:hover .fa, .footer-nav li a, .topbar-content a {
        color: #fff
    }

        .topbar-content a:hover {
            color: #98999b
        }

#header {
    -o-transition: height .4s,opacity .3s;
    -moz-transition: height .4s,opacity .3s;
    -ms-transition: height .4s,opacity .3s;
    position: absolute;
    z-index: 200;
    width: 100%;
    font-size: 14px
}

.stretched #wrapper {
    width: 100%;
    max-width: 100%
}

.top-header {
    padding: 10px 0
}

    .top-header .container {
        display: flex;
        justify-content: space-between;
        align-items: center
    }

#logo img {
    width: 67px;
    height: auto
}

.addtoany_list, .box-item, .topRight-header {
    display: flex
}

    .topRight-header .footer-social a {
        background: 0 0;
        margin: 0
    }

    .topRight-header address {
        margin-bottom: 0;
        margin-right: 20px
    }

    .topRight-header .contact {
        margin-bottom: 0
    }

.footer-social a:hover {
    background: rgb(51 51 51 / 80%)
}

@media only screen and (min-width:1200px) {
    #primary-menu {
        display: flex;
        background-color: rgba(255,255,255,.5);
        padding-right: 30px
    }

        #primary-menu ul {
            list-style: none;
            margin: 0;
            display: flex;
            padding: 0
        }

            #primary-menu ul > li > a {
                display: block;
                padding: 21px;
                color: #fff;
                text-transform: uppercase;
                -webkit-transition: margin .4s,padding .4s;
                -o-transition: margin .4s,padding .4s;
                transition: margin .4s,padding .4s;
                background: url(../images/menu-seperate.png) no-repeat;
                position: relative;
                background-position-x: right;
                background-position-y: center
            }

            #primary-menu ul > li.active > a, #primary-menu ul > li:hover > a {
                color: var(--blue)
            }

    .menu-btn {
        padding: 10px 0;
        margin-left: auto
    }

        .menu-btn > button, .menu-btn > button:focus, .menu-btn > button:visited {
            padding: 10px 20px;
            width: auto;
            min-width: 150px
        }

    #primary-menu ul > li, #primary-menu ul > li.submenu {
        position: relative
    }

        #primary-menu ul > li.active:before, #primary-menu ul > li:hover:before {
            position: absolute;
            top: 0;
            content: "";
            width: 40%;
            height: 5px;
            background: var(--blue);
            left: calc(50% - 20%)
        }

        #primary-menu ul > li > ul > li:hover:before, .mob-logo-menu {
            display: none
        }

        #primary-menu ul > li li {
            border-bottom: 1px solid #9e9e9e
        }

    #primary-menu ul li.submenu > ul {
        display: block
    }

    #primary-menu ul > li.submenu ul {
        background: var(--gray);
        border-top: 2px solid var(--blue);
        box-shadow: 0 13px 42px 11px rgba(0,0,0,.05);
        width: 240px;
        position: absolute;
        display: none !important;
        margin: 0;
        padding: 0
    }

        #primary-menu ul > li.submenu ul li > a {
            padding: 10px 20px;
            font-size: 16px;
            font-weight: 300;
            border: 0;
            line-height: 1.2;
            -webkit-transition: .2s ease-in-out;
            -o-transition: .2s ease-in-out;
            transition: .2s ease-in-out;
            text-transform: none
        }

    #primary-menu ul > li.submenu:hover ul {
        display: block !important;
        -webkit-animation-duration: 1s;
        animation-duration: .4s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        animation-name: fadeIn,fadeInBottom
    }

    #primary-menu ul > li.submenu ul li:hover > a {
        background-color: #f9f9f9;
        padding-left: 18px;
        color: var(--blue)
    }

    .sticky-header .bottom-header {
        background: Var(--blue);
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 300
    }

    .sticky-header #primary-menu {
        background: 0 0
    }

        .sticky-header #primary-menu ul > li.active > a, .sticky-header #primary-menu ul > li:hover > a {
            color: #98999b
        }

    .sticky-header .menu-btn > button {
        color: var(--green);
        background: #fff
    }

        .sticky-header .menu-btn > button:hover {
            color: #fff;
            background: var(--green)
        }
}

@media only screen and (max-width:1199px) {
    .mobile-menu, .mobile-overlay {
        position: fixed;
        top: 0;
        bottom: 0
    }

    .mobile-menue-open {
        overflow: hidden
    }

    .mob-logo-menu {
        text-align: center;
        display: block;
        margin-bottom: 30px
    }

    #primary-menu-trigger {
        cursor: pointer;
        position: relative;
        display: flex;
        flex-direction: column;
        width: 40px;
        height: 30px;
        justify-content: space-between;
        padding: 4px
    }

    .hamburger-icon {
        background: #fff;
        height: 2px;
        display: inline-block;
        margin-bottom: 1px;
        right: 0
    }

    .mobile-overlay {
        background: rgb(0 0 0 / 30%);
        right: 0;
        left: 0;
        opacity: 0;
        visibility: hidden;
        z-index: 10
    }

    .mobile-menue-style .mobile-overlay {
        opacity: 1;
        visibility: visible
    }

    .mobile-menu {
        background: #fff;
        right: -400px;
        padding-top: 60px;
        width: 400px;
        overflow-y: scroll;
        transition: .5s;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
        z-index: 11;
        max-width:100%;
    }

        .mobile-menu.openMenu {
            right: 0
        }

        .mobile-menu ul {
            list-style: none;
            padding: 0
        }

            .mobile-menu ul li a {
                border-top: 1px solid #efefef;
                padding: 20px 0 15px;
                display: block;
                font-size: 16px
            }

            .mobile-menu ul li:first-child a {
                border-top: 0
            }

            .mobile-menu ul li:last-child a {
                border-bottom: 1px solid #efefef
            }

            .mobile-menu ul li {
                padding: 0 30px
            }

    li.submenu ul {
        display: none
    }

    .menu-btn {
        text-align: center;
        padding: 10px 30px
    }

    .mobile-menu ul li.submenu {
        padding-right: 30px;
        position: relative
    }

        .mobile-menu ul li.submenu:before {
            width: 30px;
            height: 30px;
            position: absolute;
            right: 30px;
            bottom: 15px;
            background: #333;
            cursor: pointer
        }

    .mobile-menu .toggle-menu-children {
        position: absolute;
        right: 30px;
        top: 20px;
        margin-top: 10px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 16px;
        height: 16px;
        display: flex;
        cursor: pointer;
        padding: 10px;
        align-content: center;
        justify-content: center
    }

    .close-mobile-panel:after, .close-mobile-panel:before {
        width: 2px;
        height: 100%;
        position: absolute;
        left: 14px;
        top: 0;
        background-color: #393939
    }

    .mobile-menu .toggle-menu-children:after, .mobile-menu .toggle-menu-children:before {
        content: '';
        position: absolute;
        background-color: #252525
    }

    .mobile-menu .toggle-menu-children:before {
        width: 1px;
        height: 90%;
        left: calc(50% - 0px);
        top: 8%;
        -webkit-transition: .5s;
        transition: .5s
    }

    .mobile-menu li.open .toggle-menu-children:before {
        height: 0
    }

    .mobile-menu .toggle-menu-children:after {
        height: 1px;
        width: 90%;
        top: calc(50% - 0px);
        left: 5%;
        -webkit-transition: .5s;
        transition: .5s
    }

    .mobile-menu ul > li.active > a {
        color: var(--blue)
    }

    .mobile-menu ul > li.active > .toggle-menu-children:after {
        background-color: var(--blue)
    }

    .mobile-menu ul > li > ul > li {
        padding: 0 0 0 15px
    }

        .mobile-menu ul > li > ul > li a {
            padding: 10px;
            border-top: 0;
            font-size: 14px;
            font-weight: 600
        }

            .mobile-menu ul > li > ul > li a:hover {
                background: #efefef
            }

    .close-mobile-panel {
        width: 30px;
        height: 30px;
        display: block;
        position: absolute;
        margin-bottom: 25px;
        top: 12px;
        right: 12px
    }

        .close-mobile-panel:before {
            content: "";
            right: 0;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg)
        }

        .close-mobile-panel:after {
            content: '';
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg)
        }

    li.menu-item.current-menu-item a {
        cursor: default;
        pointer-events: none;
        color: var(--font-blue)
    }

    li.menu-item a {
        display: inline-block;
        transition: .3s
    }

    li.menu-item:not(.current-menu-item) a:hover {
        transform: translateX(6px)
    }
}

#top-search {
    margin-top: 36px
}

a#top-search-trigger {
    padding: 10px 5px
}

#top-search form input {
    box-shadow: none;
    border: 0;
    outline: 0 !important;
    font-size: 32px;
    height: calc(100% - 1px);
    color: #333;
    font-weight: 700;
    margin-top: 0 !important;
    letter-spacing: 2px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    padding: 10px 80px 10px 40px
}

@media (max-width:1199px) {
    .sticky-header .top-header {
        background: var(--blue);
        position: fixed;
        top: 0;
        left: 0;
        right: 0
    }

    .topRight-header > .socials, .topRight-header > address {
        display: none
    }
}

.home-slider-item {
    min-height: 810px;
    height: 810px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.home-slider-content {
    height: 100%;
    width: 100%;
    position: absolute;
    display: flex;
    align-items: flex-end;
    color: #fff;
    bottom: 194px
}

.featureImg:before, .overlay {
    bottom: 0;
    top: 0;
    position: absolute
}

.slider-ttl {
    color: #fff;
    font-size: 90px;
    font-family: GothamHTF-Bold
}

.slider-btn {
    margin-top: 40px
}

.owl-item.active .ttl-top {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeIn,fadeInTop;
    animation-delay: .2s
}

.owl-item.active .slider-ttl, .owl-item.active .ttl-bottom {
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both
}

.owl-item.active .slider-ttl {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeIn,fadeInLeft;
    animation-delay: .3s
}

.owl-item.active .ttl-bottom {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeIn,fadeInRight;
    animation-delay: .4s
}

.owl-item.active .slider-btn {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeIn,fadeInBottom;
    animation-delay: .5s
}

.slider-btn > button {
    margin-right: 15px;
    font-size: 16px
}

.transparent-btn {
    background: 0 0;
    border: 2px solid #ffff
}

.home-slider .owl-nav .owl-next, .home-slider .owl-nav .owl-prev {
    top: 43%;
    background: rgba(0,0,0,.5) !important;
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 1000;
    border-radius: 0;
    opacity: 0;
    display: block;
    cursor: pointer
}

.home-slider .owl-nav .owl-prev {
    left: 15px;
    -webkit-transition: .4s ease-out;
    transition: .4s ease-out
}

    .home-slider .owl-nav .owl-next span, .home-slider .owl-nav .owl-prev span {
        font-size: 1.6875rem;
        color: #fff
    }

    .home-slider .owl-nav .owl-next:focus, .home-slider .owl-nav .owl-prev:focus {
        outline: 0
    }

    .home-slider .owl-nav .owl-next:hover, .home-slider .owl-nav .owl-prev:hover {
        background: #000 !important
    }

.home-slider .owl-nav .owl-next {
    right: 15px;
    -webkit-transition: .4s ease-out;
    transition: .4s ease-out
}

.home-slider .home-slider:hover .owl-prev {
    left: 0;
    opacity: 1
}

.home-slider .home-slider:hover .owl-next {
    right: 0;
    opacity: 1
}

@media only screen and (min-width:1200px) {
    .home-slider .owl-nav .owl-prev {
        left: 30px
    }

    .home-slider .owl-nav .owl-next {
        right: 30px
    }

    .home-slider:hover .owl-prev {
        left: 50px;
        opacity: 1
    }

    .home-slider:hover .owl-next {
        right: 50px;
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeInTop {
    0% {
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%)
    }

    100% {
        transform: initial;
        -webkit-transform: initial;
        -moz-transform: initial;
        -ms-transform: initial;
        -o-transform: initial
    }
}

@keyframes fadeInLeft {
    0% {
        transform: translateX(-150px);
        -webkit-transform: translateX(-150px);
        -moz-transform: translateX(-150px);
        -ms-transform: translateX(-150px);
        -o-transform: translateX(-150px)
    }

    100% {
        transform: initial;
        -webkit-transform: initial;
        -moz-transform: initial;
        -ms-transform: initial;
        -o-transform: initial
    }
}

@keyframes fadeInRight {
    0% {
        transform: translateX(150px);
        -webkit-transform: translateX(150px);
        -moz-transform: translateX(150px);
        -ms-transform: translateX(150px);
        -o-transform: translateX(150px)
    }

    100% {
        transform: initial;
        -webkit-transform: initial;
        -moz-transform: initial;
        -ms-transform: initial;
        -o-transform: initial
    }
}

@keyframes fadeInBottom {
    0% {
        transform: translateY(40px);
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px)
    }

    100% {
        transform: initial;
        -webkit-transform: initial;
        -moz-transform: initial;
        -ms-transform: initial;
        -o-transform: initial
    }
}

.card-icon, .contact.phone i {
    font-size: 22px
}

.home-cards {
    padding-top: 50px;
    padding-bottom: 50px
}

.home-card-col {
    margin-bottom: 30px;
    margin-top: 30px
}

.card-thumbnail {
    position: relative;
    overflow: hidden
}

    .card-thumbnail a {
        display: flex;
        align-items: center;
        justify-content: center
    }

.card-icon {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    opacity: 0;
    z-index: 10;
    -webkit-transition: .5s;
    transition: .5s
}

.footer-nav, .footer-nav li, .footer-ttl h3, .pageBanner, .quote, .quote-content {
    position: relative
}

.card-thumbnail img {
    aspect-ratio: 1.85;
    -webkit-transition: .5s;
    transition: .5s;
    width: 100% !important;
    height: auto
}

.products .card-thumbnail img {
    aspect-ratio: 2.26;
    -webkit-transition: .5s;
    transition: .5s;
    width: 100% !important;
    height: auto
}

.home-card-item:hover .card-thumbnail img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.card-summary {
    padding-top: 20px;
    text-align: center
}

    .card-summary h4 {
        color: #393939;
        font-size: 20px;
        font-weight: 600;
        font-family: GothamHTF-Bold
    }

.card-desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden
}

.read-btn {
    background: 0 0;
    border: 0;
    font-family: Verdana,sans-serif;
    -webkit-appearance: auto;
    color: var(--link-clr)
}

.fin-title, .footer-ttl h3, .pageBannerContent h1 {
    font-family: GothamHTF-Bold
}

.read-btn i {
    margin-left: 10px
}

.read-btn:hover > i {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
    opacity: 1;
    color: #001489
}

.home-card-item .card-thumbnail a:before, .post-box .post-img a:before, .team-member .team-img a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s;
    z-index: 9
}

.home-card-item:hover .card-thumbnail a:before, .post-box:hover a:before, .team-member:hover a:before {
    opacity: .7
}

.home-card-item:hover .card-thumbnail .card-icon, .post-box:hover .card-icon, .team-member:hover .card-icon {
    opacity: 1
}

.Subscribe-block {
    margin: 60px 0;
    padding: 60px 0;
    background-color: #f9f9f9
}

    .Subscribe-block .heading-block span {
        color: var(--blue-color)
    }

#subscribe-form .divcenter {
    max-width: 600px;
    margin-bottom: 0
}

.form-control.error, .sm-form-control.error {
    border-color: #e42c3e
}

.featureImg, .quote {
    background-attachment: fixed
}

.quote {
    background-position: 50% 50%
}

.quote-content .row {
    align-items: center;
    justify-content: space-between;
    margin: 0
}

.quote-content h2 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0
}

footer {
    background-color: var(--gray);
    color: #fff;
    border-top: 5px solid rgba(0,0,0,.2)
}

.footer-ttl {
    padding-bottom: 25px
}

    .footer-ttl h3 {
        font-size: 26px;
        font-weight: 600;
        margin: 0;
        color: #fff;
        text-transform: capitalize
    }

    .footer-ttl:after {
        content: '';
        width: 50px;
        height: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background-color: #fff !important;
        display: inline-block
    }

.footer-nav {
    list-style: none;
    padding: 0;
    border-left: 1px solid #fff
}

    .footer-nav li {
        padding: 5px 0 5px 23px;
        border: 0
    }

        .footer-nav li:before {
            content: '';
            width: 15px;
            height: 1px;
            background-color: #fff;
            position: absolute;
            left: 0;
            top: 15px;
            -webkit-transition: .5s;
            transition: .5s
        }

        .footer-nav li:hover {
            padding-left: 30px
        }

            .footer-nav li:hover:before {
                background-color: var(--blue);
                width: 20px
            }

.contact {
    margin-bottom: 20px
}

    .contact a {
        color: #fff;
        display: flex;
        align-items: center
    }

        .contact a:hover {
            color: var(--blue);
            display: flex
        }

    .contact i {
        font-size: 30px;
        margin-right: 10px
    }

.history-slider.owl-carousel .owl-nav button, .profile .owl-nav div {
    font-size: 27px;
    height: 45px;
    line-height: 42px;
    text-align: center;
    overflow: hidden
}

.footer-bottom {
    padding: 15px 0;
    background-color: var(--blue);
    color: #fff;
    font-size: 14px;
    line-height: 1.8
}

.footer-social {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

    .footer-social a {
        padding: 10px;
        background: var(--gray);
        border-radius: 50%;
        font-size: 14px;
        width: 40px;
        height: 40px;
        text-align: center;
        vertical-align: middle;
        display: inline-block;
        margin: 0 5px
    }

    .footer-social i, .footer-social span {
        font-size: 20px;
        color: #fff
    }

.copyright {
    padding-top: 8px
}

@media only screen and (max-width:991px) {
    .slider-ttl {
        font-size: 67px
    }

    .copyright, .footer-logo, .home-slider-item {
        text-align: center
    }

    .quote-content h2 {
        font-size: 20px;
        color: #fff;
        font-weight: 600;
        margin-bottom: 30px;
        text-align: center
    }

    .footer-social, .quote-content .row {
        justify-content: center
    }

    .footer-logo {
        margin-bottom: 15px
    }

        .footer-logo img {
            width: 120px;
            height: auto
        }

    .footer-top {
        padding-bottom: 25px
    }
}

.aside-nav, .career-section, .contact-aside, .contact-country-details, .contact-country-map, .details-Bnr, .gramco-table, .post-box, .side-ttl, .team-member {
    margin-bottom: 30px
}

.pageBannerContent {
    padding-top: 290px;
    padding-bottom: 10px;
    position: relative;
    color: #fff
}

.featureImg {
    background-position: 50% 26px
}

    .featureImg:before {
        content: '';
        left: 0;
        right: 0;
        background-color: rgba(0,0,0,.4)
    }

.pageBannerContent h1 {
    color: #fff;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    padding-bottom: 110px;
    line-height: 1.2;
    text-align: center
}

.side-ttl, .team-member h4 {
    font-size: 20px;
    font-weight: 500
}

.overlay {
    right: 0;
    left: 0;
    z-index: 0;
    background: rgba(0,0,0,.75)
}

.section-ttl.mid-size {
    font-size: 26px;
    margin-bottom: 20px
}

.team-member {
    text-align: center
}

.post-img a, .team-img a {
    position: relative;
    overflow: hidden;
    display: inline-block
}

.post-img img, .team-img img {
    width: 100%;
    height: auto
}

.team-member h4 {
    margin-bottom: 3px;
    margin-top: 0;
    text-align: center
}

.name a:hover {
    color: #001489
}

.center-ttl, .team-info {
    text-align: center
}

.profile {
    position: relative;
    padding-top: 80px
}

    .profile .owl-nav div {
        position: absolute;
        top: 40%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: .5s;
        transition: .5s;
        width: 45px;
        border: 1px solid #efefef;
        -webkit-border-radius: 3px;
        border-radius: 5px;
        background-color: #fff
    }

    .profile .owl-nav .owl-next {
        right: -75px
    }

    .profile .owl-nav .owl-prev {
        left: -75px
    }
.job b {
    color: #000;
}
}
.owl-nav div i {
    position: relative;
    top: -4px;
    z-index: 10;
    font-size: 14px
}

.history-slider .owl-nav button:hover, .owl-nav div:hover {
    background-color: var(--blue);
    border-color: var(--blue);
    color: #fff
}

@media only screen and (max-width:1310px) {
    .profile .owl-nav div {
        top: 75px
    }

    .profile .owl-nav .owl-next {
        right: 0
    }

    .profile .owl-nav .owl-prev {
        left: auto;
        right: 55px
    }
}

.careerForm input:not([type=submit]), .contact-country-form input:not([type=submit]), .contact-country-form select, .gpa-form input:not([type=submit]), .gpa-form select {
    margin-bottom: 10px;
    -webkit-transition: border .5s;
    transition: border .5s;
    color: #848484;
    border: 1px solid #efefef;
    padding: 0 20px;
    -webkit-border-radius: 0;
    border-radius: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 50px;
    line-height: 50px;
    max-width: 100%;
    caret-color: var(--blue)
}

.contact-country-form textarea {
    margin-bottom: 10px;
    -webkit-transition: border .5s;
    transition: border .5s;
    color: #848484;
    border: 1px solid #efefef;
    padding: 10px 20px;
    -webkit-border-radius: 0;
    border-radius: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

    .contact-country-form input:focus, .contact-country-form select:focus, .contact-country-form textarea:focus {
        border: 1px solid #7ac31f;
        box-shadow: 0 0 4px 4px rgb(122 195 31 / 25%)
    }

.aside-nav {
    background: #f2f2f2;
    border: 1px solid #efefef;
    padding: 20px 30px
}

.side-ttl {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px
}

.aside-menu {
    list-style: none;
    padding: 0
}

    .aside-menu li.menu-item {
        padding: 8px 0;
        position: relative;
        -webkit-transition: .5s;
        transition: .5s
    }

    .aside-menu li a i {
        padding-right: 15px
    }

.contact-aside {
    border: 1px solid #efefef;
    padding: 20px 30px
}

.contact-side-btn .gramco-btn, .locationMap iframe, .news-img img {
    width: 100%
}

.gramco-table {
    border: 1px solid #cacaca
}

    .gramco-table th {
        background: var(--blue);
        color: #ffff;
        text-align: center
    }

    .gramco-table td, .gramco-table th {
        padding: .5rem
    }

.tab-content-container .nav-tabs li {
    margin-right: 5px
}

.tab-content-container .nav-link {
    background: var(--blue);
    color: #fff;
    padding-top: .7rem;
    padding-bottom: .7rem
}

.tab-content-container .tab-content {
    background: #fff;
    padding: 20px 15px 10px;
    box-shadow: 0 0 8px 2px rgb(51 51 51 / 25%);
    border-radius: 0 0 4px 4px;
    border: 1px solid #dee2e6;
    border-top: 0
}

@media only screen and (max-width:767px) {
    .slider-ttl {
        font-size: 52px
    }

    .sm-slider-ttl {
        font-size: 20px
    }

    .gramco-btn {
        min-width: 150px;
        margin-bottom: 20px
    }

    .footer-logo {
        text-align: center;
        margin-bottom: 15px
    }

        .footer-logo img {
            width: 120px;
            height: auto
        }

    .footer-top {
        padding-bottom: 25px
    }

    .footer-ttl {
        padding-bottom: 15px;
        padding-top: 20px
    }

    .profile .owl-nav .owl-prev {
        right: auto
    }

    .tab-content-container .nav-tabs li .nav-link {
        width: 100%
    }

    .tab-content-container li.nav-item {
        margin: 0 0 3px
    }

    .tab-content-container .tab-content {
        margin-top: 3px
    }
}

.filter-container {
    padding-top: 20px;
}

.filter-box {
    padding: 40px 22px 30px;
    border: 1px solid #ced4da;
    position: relative
}

.news-content, .post-box {
    border: 1px solid #efefef
}

.block-ttl {
    background: #fff;
    padding-left: 14px;
    padding-right: 15px;
    position: absolute;
    left: 10px;
    margin-top: -66px
}

.post-box {
    height: calc(100% - 30px)
}

.post-img {
    height: 223px
}

    .post-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center
    }

    .post-img a {
        display: inline-block;
        height: 100%
    }

.post-info {
    padding: 20px 25px;
    height: calc(100% - 223px);
    display: flex;
    flex-direction: column
}

h2.post-title {
    font-size: 22px;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

p.post-abstract {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.news-slider-content p.post-abstract {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.fin-title, .moreNewsItem h5 {
    font-size: 18px
}

.post-footer {
    padding-top: 20px;
    border-top: 1px solid #efefef;
    margin-top: auto
}

.news-content {
    margin-bottom: 50px
}

.news-body {
    padding: 20px 30px
}

.newsThumbnail {
    padding-top: 143px;
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat
}

.moreNewsItem {
    border-bottom: 1px solid #efefef;
    padding-bottom: 20px;
    margin-bottom: 20px
}

    .moreNewsItem:last-child {
        border-bottom: 0
    }

    .moreNewsItem .newsThumbnail {
        aspect-ratio: 1/0.6;
        max-width: 100%;
        padding-top: 0;
        width: 100%;
        object-fit: cover;
    }

@media (min-width:992px) (max-width:1200px) {
    .moreNewsItem .newsThumbnail {
        margin-bottom: 15px
    }
}

.news-content .post-meta {
    padding: 30px 30px 0
}

.contact-block {
    padding: 30px;
    height: 100%
}

.contact-social {
    list-style: none;
    padding: 30px 0 0;
    margin-top: 20px;
    border-top: 1px solid #e5e5e5;
    text-align: center
}

    .contact-social li {
        padding-right: 15px;
        text-align: center;
        display: inline-block
    }

        .contact-social li a {
            font-size: 18px;
            display: block;
            width: 40px;
            height: 40px;
            line-height: 38px;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            border: 2px solid #e5e5e5;
            -webkit-transition: .5s;
            transition: .5s;
            color: #848484
        }

        .contact-social li:hover a {
            color: #fff;
            background-color: #001489;
            border-color: #001489
        }

.fin-content, .fin-title {
    border-bottom: 1px solid #efefef
}

.contactForm {
    padding: 50px 0;
    text-align: center
}

    .contactForm p {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 50px
    }

    .center-ttl:after, .contactForm .section-ttl:after {
        margin-left: auto;
        margin-right: auto
    }

.acc-extend {
    display: none
}

.fin-title {
    display: block;
    padding: 17px 42px 17px 0;
    cursor: pointer;
    position: relative;
    animation: 100s linear infinite bg-anim;
    font-weight: 700;
    letter-spacing: 1px
}

.fin-content {
    padding: 15px 25px
}

.fin-acc {
    padding: 0 20px;
    border: 1px solid #efefef
}

.fa-arrow-up, .fin-arrow {
    position: absolute !important;
    top: calc(50% - 13px);
    right: 0;
    display: block;
    transform: rotate(180deg);
    transition: .3s;
    padding: 0;
    border: 1px solid;
    border-radius: 50%;
    font-size: 13px;
    width: 27px;
    height: 27px;
    display: flex;
    margin: auto;
    justify-content: center;
    justify-items: center;
    align-items: center
}

.popUp, .popUp-overlay {
    position: fixed;
    right: 0;
    opacity: 0;
    visibility: hidden;
    bottom: 0;
    left: 0
}

.apply-share, .info, .text {
    display: flex
}

.fin-item.open .fin-arrow, .open .fa-arrow-up {
    transform: inherit
}

.fin-item.open {
    pointer-events: none
}

.box-icon {
    text-align: center;
    background-color: #f2f2f2;
    width: 70px;
    min-width: 70px;
    height: 70px;
    line-height: 70px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: .5s;
    transition: .5s;
    margin-right: 15px
}

    .box-icon .fa {
        font-size: 32px;
        padding-top: 20px;
        color: var(--green)
    }

.box-item:hover .box-icon {
    background-color: var(--green);
}

.blue-icon .fa {
    color: var(--blue)
}

.box-item:hover .blue-icon {
    background-color: var(--green)
}

    .box-item:hover .blue-icon .fa {
        color: fff;
    }

.box-title {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 9px;
    font-weight: 500;
    -webkit-transition: .5s;
    transition: .5s;
    color: var(--link-clr)
}

.popUp-overlay {
    background: rgb(0 0 0 / 70%);
    top: 0;
    z-index: 202
}

    .popUp-overlay.open {
        opacity: 1;
        visibility: visible;
        transition: .5s
    }

.popUp {
    top: 0;
    transition: .5s;
    z-index: 201;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

    .open .popUp-content, .popUp.open {
        opacity: 1;
        visibility: visible;
        transform: inherit;
        -webkit-transform: inherit;
        -moz-transform: inherit;
        -ms-transform: inherit;
        -o-transform: inherit
    }

    .popUp .container {
        height: 100%;
        display: flex
    }

.popUp-container {
    margin: auto;
    position: relative
}

.popUp-content {
    background: #fff;
    padding: 30px;
    border-radius: 5px;
    position: relative;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20%);
    transition: .5s;
    -webkit-transform: translateY(-20%);
    -moz-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    -o-transform: translateY(-20%);
    z-index: 203
}

.close {
    position: absolute;
    top: 10px;
    right: 20px;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    color: #aaa;
    float: right;
    font-size: 36px;
    font-weight: 700;
    padding: 10px;
    z-index: 10
}

.history-group {
    position: relative;
    margin-left: 5px;
    border-left: 1px solid #e0e0e0
}

    .history-group:after, .history-group:before {
        content: '';
        width: 7px;
        height: 7px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-color: #e0e0e0;
        position: absolute;
        left: -4px
    }

    .history-group:before {
        top: 0
    }

    .history-group:after {
        bottom: 0
    }

.history-item {
    padding-top: 30px;
    padding-bottom: 30px;
    /* overflow: hidden; */
}

    .history-item .date {
        font-weight: 500;
        float: left;
        padding-left: 25px;
        padding-bottom: 10px;
        position: relative;
        border-bottom: 1px solid #e0e0e0
    }

        .history-item .date:before {
            content: '';
            width: 9px;
            height: 9px;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            border: 2px solid #fff;
            background-color: #001489;
            position: absolute;
            left: -5px;
            bottom: -5px
        }

.history-content {
    margin-left: 135px;
    overflow: hidden;
}

    .history-content .title {
        font-size: 20px;
        margin-top: 0;
        margin-bottom: 17px;
        font-family: GothamHTF-Book;
        font-weight: 700
    }

.history-slider.owl-carousel .owl-nav button {
    position: absolute;
    top: -88px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .5s;
    transition: .5s;
    width: 45px;
    border: 1px solid #efefef;
    -webkit-border-radius: 3px;
    border-radius: 5px;
    background-color: #fff
}

.history-slider .owl-nav span {
    position: relative;
    top: -4px;
    z-index: 10;
    font-size: 30px
}

.history-slider .owl-nav .owl-prev {
    left: auto;
    right: 55px
}

.history-slider .owl-nav .owl-next {
    right: 0
}

    .history-slider .owl-nav .owl-next.disabled, .history-slider .owl-nav .owl-prev.disabled {
        opacity: .6
    }

        .history-slider .owl-nav .owl-next.disabled:hover, .history-slider .owl-nav .owl-prev.disabled:hover {
            background: #fff;
            border-color: #fff;
            color: var(--gray);
            cursor: default
        }

.history-slider .owl-dots {
    margin-top: 30px;
    text-align: center
}

.owl-dots .owl-dot span {
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #001489;
    -webkit-transition: .5s;
    transition: .5s
}

.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
    background-color: #001489;
    border-color: #001489
}

.video-history {
    padding-top: 56.25%;
    position: relative;
    width: 100%
}

    .video-history iframe {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%
    }

.about_vacantion {
    background: var(--blue);
    color: #fff;
    box-shadow: 0 0 10px rgb(51 51 51 / 100%);
    margin-bottom: 30px
}

.info {
    padding: 15px 20px
}

.icon {
    margin-right: 15px
}

.text {
    flex-direction: column
}

.note {
    padding: 20px 40px !important;
    background-color: #f2f2f2;
    margin-bottom: 30px
}

    .note p {
        margin: 0
    }

.box-icon.blue-icon {
    background: #fff;
}

@media (min-width:992px) {
    .card-summary {
        text-align: left;
        margin-left: 20px;
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 15px;
        padding-bottom: 20px;
        margin-top: -20px;
        background: #fff;
        position: relative;
        z-index: 10;
        transition: 0.3s;
    }

    .card-desc {
        -webkit-line-clamp: 2
    }

    .about_vacantion {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .info {
        justify-content: center
    }
}

.home-card-item:hover .card-summary {
    background: #eee;
    padding-right: 20px;
    margin-left: 0;
}

.home-card-item {
    transition: 0.3s;
}

    .home-card-item:hover {
        /* transform:translateY(-10px);*/
    }

.apply-share {
    justify-content: space-between;
    padding-top: 30px;
    border-top: 1px solid #eee
}

.addtoany_list a {
    border: 0;
    box-shadow: none;
    display: inline-block;
    font-size: 16px;
    padding: 0 4px;
    vertical-align: middle
}

.addtoany_list svg {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border: none;
    display: block;
    left: 0;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    top: 0;
    height: auto;
    width: 150px;
    fill: red
}

.career-ttl {
    margin-bottom: 25px;
    color: #333;
    font-family: GothamHTF-Book;
    font-weight: 600;
    font-size: 22px
}

.careerForm .attachFile {
    border: 0 !important;
    height: auto !important;
    line-height: inherit !important
}

#apply-now {
    padding-top: 100px;
}

.footer-link {
    color: #98999b;
    color: #fff;
}

    .footer-link:hover {
        /* color: #fff; */
        color: #98999b;
    }

.error, #SubscriptionExists {
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 700;
    color: var(--danger);
    /* color: #fff; */
    padding: 15px;
    background: #ffffffba;
    box-shadow: 0 0 6px #33333361;
    transition: 0.3s;
    /*    opacity: 0;*/
    /*visibility: hidden;*/
}

#SubscriptionSuccess {
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 700;
    color: var(--green);
    /* color: #fff; */
    padding: 15px;
    background: #fff;
    box-shadow: 0 0 6px #33333361;
    transition: 0.3s;
    /*opacity: 0;*/
    /*visibility: hidden;*/
}



.input-group-lg {
    display: flex;
}

.subscribe-Btn {
    margin-left: 15px;
}

    .subscribe-Btn .gramco-btn {
        padding-top: 12px;
        padding-bottom: 12px;
    }

@media (max-width:767px) {
    .input-group-lg {
        flex-direction: column;
    }

    #subscribe-form .input-group-lg {
        flex-direction: column;
    }

    .input-group-lg input {
        width: 100%;
        /* margin-bottom: 30px; */
    }

    .subscribe-Btn {
        margin-top: 30px;
    }
}

/*** Latest News ***/
.news-slider {
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    transition: 0.3s;
}

    .news-slider:hover {
        box-shadow: 0 0 10px rgb(0 0 0 / 50%);
    }

.newsHome-imgBox {
    overflow: hidden;
}

.news-slider-item:hover .newsHome-img {
    transform: scale(1.1);
}

.newsHome-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    width: 100%;
    height: 100%;
    position: relative;
    transition: 0.3s;
}

.news-slider-content {
    background: #fff;
    padding: 40px 25px;
    height: 270px;
}

.newsHome-img:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgb(0 0 0 / 70%), transparent 50%);
}

.post-meta {
    font-weight: bold;
}

.moreNewsBtn {
    position: absolute;
    right: 25px;
    bottom: 25px;
    z-index: 10;
}

.news-home-container {
    position: relative;
}

.moreNewsBtn span {
    color: var(--blue);
}

.moreNewsBtn svg {
    width: 18px;
    margin-left: 8px;
    fill: var(--blue);
}

.moreNewsBtn:hover span {
    color: var(--green);
}

.moreNewsBtn:hover svg {
    width: 18px;
    margin-left: 8px;
    fill: var(--green);
}



div#customNewsNav {
    display: flex;
    position: absolute;
    bottom: 10px;
    z-index: 10;
    right: 60%;
    right: 52%;
    font-size: 18px;
}



#customNewsNav .owl-prev > span,
#customNewsNav .owl-next > span {
    color: #fff;
}

#customNewsNav .owl-prev:hover > span,
#customNewsNav .owl-next:hover > span {
    color: var(--green);
}

#customNewsNav .owl-prev,
#customNewsNav .owl-next {
    background: transparent;
    -webkit-appearance: none;
    border: 0;
}

.slider-counter > span {
    color: var(--green);
    /* text-shadow: 0 0 #fff; */
    font-weight: 700;
}

@media (max-width:1199px) {
    div#customNewsNav {
        right: 52%;
    }
}

@media (max-width:991px) {
    .newsHome-img {
        padding-top: 300px;
        max-height: 300px;
    }

    div#customNewsNav {
        right: 15px;
        top: 267px;
        bottom: auto;
    }

    .news-slider-content {
        padding: 30px 25px;
    }
}

.latestNews {
    overflow: hidden;
}


.history-item:nth-child(odd) .history-content /*,
.choose .col-lg-6:nth-child(odd) .box-item */ {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeIn,fadeInRight;
    animation-delay: .3s
}

.history-item:nth-child(even) .history-content /*,
.choose .col-lg-6:nth-child(even) .box-item */ {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeIn,fadeInLeft;
    animation-delay: .4s
}

/*
.history-item:nth-child(odd) .history-content,
.choose .col-lg-6:nth-child(odd) .box-item {
    animation-delay: .3s;
}

.history-item:nth-child(odd) .history-content {
    animation-delay: .4s;
}
.box-item {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeIn;
    animation-delay: .3s;
}
.choose .col-lg-6:nth-child(odd) .box-item {
    animation-delay: .3s;
}
.choose .col-lg-6:nth-child(even) .box-item {
    animation-delay: .4s;
}*/

.owl-carousel {
    display: block;
}

    .owl-carousel .slide-owl-wrap:not(:first-child) {
        display: none;
    }

    .owl-carousel img {
        width: 100%;
    }


input[type="checkbox"] {
    height: auto !important;
    margin-right: 10px;
    margin-top: 10px;
}

.footer-social img {
    margin-top: -5px;
}

footer .footer-social img {
    margin-top: -10px;
}