﻿body, html {
    height: 100%
}

:root {
    --blue: #03284a;
    --red: #cd9a5f;
    --grey: #434242;
}

.tbc1, .tbc1h:hover {
    background-color: var(--blue)
}

.tbc2, .tbc2h:hover {
    background-color: var(--red)
}

.tbc3, .tbc3h:hover {
    background-color: var(--grey)
}
.tbc6, .tbc6h:hover {
    background-color: rgba(3,40,74,0.8)
}
.ttc1, .ttc1h:hover {
    color: var(--blue) !important
}

.ttc2, .ttc2h:hover {
    color: var(--red) !important
}

.ttc3, .ttc3h:hover {
    color: var(--grey) !important
}

.tbdc1, .tbdc1h:hover {
    border-color: var(--blue)
}

.tbdc2, .tbdc2h:hover {
    color: var(--red) !important
}

.br-custom {
    border: 5px solid var(--blue)
}

.bgi1 {
    background-image: url(/src/img/home/homebanner2.jpg?v=4);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed
}

.bgi2 {
    background-image: url(/src/img/home/homebanner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed
}

.bgi3 {
    background-image: url(/src/img/home/leadership.jpg?v=1);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.bgi4 {
    background-image: url(/src/img/basic/back.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.bgi5 {
    background-image: url(/src/img/home/itinner.jpg?v=1);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}
.hr2 {
    min-width: 170px;
    margin: 15px 0 0 0;
}

    .hr2::after {
        content: '';
        display: block;
        width: 60px;
        height: 3px;
        background: #cd9a5f;
    }
.bar.bar-big {
    margin: 10px auto;
    position: relative
}

    .bar.bar-big::before {
        display: block;
        content: "";
        position: absolute;
        width: 52px;
        height: 4px;
        left: 0;
        border: 4px solid transparent;
        border-bottom: 0;
        border-top-color: var(--blue);
        top: auto
    }

.blt1 {
    position: relative;
    padding-left: 20px
}

    .blt1::before {
        content: '';
        position: absolute;
        width: 6px;
        height: 6px;
        top: 13px;
        left: 0;
        background-color: #4d4d4f;
        border-radius: 50%
    }

a.play-btn {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: var(--blue);
    color: #fff;
    border-radius: 50%;
    line-height: 50px;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center
}

    a.play-btn:hover {
        background: #fff;
        color: var(--blue)
    }

.ripple {
    position: relative;
    text-decoration: none;
    color: #fff;
    width: 50px;
    height: 50px;
    background-color: #fff;
    margin: 0 auto;
    border-radius: 50%;
    -webkit-animation: ripple 1s linear infinite;
    animation: ripple 1s linear infinite
}

.video-area-red {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%)
}

.ripple-red a.play-btn {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: #fff;
    color: var(--blue);
    border-radius: 50%;
    line-height: 50px;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center
}

    .ripple-red a.play-btn:hover {
        background: var(--blue);
        color: #fff
    }

.ripple-red {
    position: relative;
    text-decoration: none;
    color: #fff;
    width: 50px;
    height: 50px;
    background-color: #fff;
    margin: 0 auto;
    border-radius: 50%;
    -webkit-animation: ripple-red 1s linear infinite;
    animation: ripple-red 1s linear infinite
}

@-webkit-keyframes ripple {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255,.3),0 0 0 10px rgba(255,255,255,.3),0 0 0 20px rgba(255,255,255,.3);
        box-shadow: 0 0 0 0 rgba(255,255,255,.3),0 0 0 10px rgba(255,255,255,.3),0 0 0 20px rgba(255,255,255,.3)
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255,255,255,.3),0 0 0 20px rgba(255,255,255,.3),0 0 0 30px rgba(255,255,255,0);
        box-shadow: 0 0 0 10px rgba(255,255,255,.3),0 0 0 20px rgba(255,255,255,.3),0 0 0 30px rgba(255,255,255,0)
    }
}

@keyframes ripple {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255,.3),0 0 0 10px rgba(255,255,255,.3),0 0 0 20px rgba(255,255,255,.3);
        box-shadow: 0 0 0 0 rgba(255,255,255,.3),0 0 0 10px rgba(255,255,255,.3),0 0 0 20px rgba(255,255,255,.3)
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255,255,255,.3),0 0 0 20px rgba(255,255,255,.3),0 0 0 30px rgba(255,255,255,0);
        box-shadow: 0 0 0 10px rgba(255,255,255,.3),0 0 0 20px rgba(255,255,255,.3),0 0 0 30px rgba(255,255,255,0)
    }
}

@-webkit-keyframes ripple-red {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(241,42,2,.3),0 0 0 10px rgba(241,42,2,.3),0 0 0 20px rgba(241,42,2,.3);
        box-shadow: 0 0 0 0 rgba(241,42,2,.3),0 0 0 10px rgba(241,42,2,.3),0 0 0 20px rgba(241,42,2,.3)
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(241,42,2,.3),0 0 0 20px rgba(241,42,2,.3),0 0 0 30px rgba(241,42,2,0);
        box-shadow: 0 0 0 10px rgba(241,42,2,.3),0 0 0 20px rgba(241,42,2,.3),0 0 0 30px rgba(2241,42,2,0)
    }
}

@keyframes ripple-red {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(241,42,2,.3),0 0 0 10px rgba(241,42,2,.3),0 0 0 20px rgba(241,42,2,.3);
        box-shadow: 0 0 0 0 rgba(241,42,2,.3),0 0 0 10px rgba(241,42,2,.3),0 0 0 20px rgba(241,42,2,.3)
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(241,42,2,.3),0 0 0 20px rgba(241,42,2,.3),0 0 0 30px rgba(241,42,2,0);
        box-shadow: 0 0 0 10px rgba(241,42,2,.3),0 0 0 20px rgba(241,42,2,.3),0 0 0 30px rgba(2241,42,2,0)
    }
}

.header {
    height: auto
}

.tmenu {
    z-index: 999;
    background: 0 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0
}

.headcolor {
    background: #fff
}

.logo img {
    width: 100%
}

.logo-m {
    display: block;
    padding-right: 20%
}

    .logo-m img {
        width: 100px;
        margin: 0 auto
    }

.freeze {
    position: absolute;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,.175)
}

    .freeze .fhide {
        display: none !important
    }

.logo-dark {
    display: none
}

.freeze .logo {
    display: none
}

.freeze .logo-dark {
    display: block !important
}

.freeze .logo-dark {
    display: block;
    width: 170px;
    position: relative;
    z-index: 999;
    margin: 15px 0 15px 0
}

.icon1 a {
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    margin-left: 8px
}

    .icon1 a i {
        color: #fff;
        line-height: 22px;
        font-size: 14px
    }

    .icon1 a:hover i {
        color: var(--blue)
    }

#menu {
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100%;
    background-color: #fff;
    padding-top: 60px;
    transition: .5s;
    z-index: 99999999
}

#menu-toggle {
    position: fixed;
    top: 25px;
    right: 40px;
    font-size: 24px;
    cursor: pointer;
    z-index: 2;
    color: var(--blue)
}

.active #menu-toggle {
    display: none
}

#close-btn {
    position: absolute;
    top: 30px;
    right: 40px;
    font-size: 24px;
    cursor: pointer
}

    #close-btn:hover {
        color: red
    }

.categories-items {
    position: relative;
    transition: all .3s ease
}

    .categories-items .images-part a img {
        border-radius: 4px 4px 0 0
    }

    .categories-items .image-content {
        border-radius: 0 0 4px 4px;
        box-shadow: 0 0 8px 0 rgba(0,0,0,.18);
        padding: 50px 20px 30px 20px;
        background-color: #fff;
        position: relative
    }

        .categories-items .image-content .effect-icon {
            background: var(--blue);
            border-radius: 50%;
            width: 80px;
            height: 80px;
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            left: 0;
            top: -44px;
            text-align: center;
            right: 0;
            margin: 0 auto;
            box-shadow: 0 0 50px #eee
        }

            .categories-items .image-content .effect-icon i {
                color: var(--red);
                font-size: 35px
            }

        .categories-items .image-content .title {
            font-size: 22px;
            line-height: 30px;
            font-weight: 700;
            color: #101010;
            margin-bottom: 17px
        }

            .categories-items .image-content .title a {
                color: #101010
            }

        .categories-items .image-content .description p {
            font-weight: 400;
            color: #505050;
            font-size: 15px
        }

        .categories-items .image-content .button-bottom .button-effect {
            position: absolute;
            left: 50%;
            bottom: -14px;
            transform: translateX(-50%);
            transition: all .8s ease;
            width: 100%;
            text-align: center;
            visibility: hidden;
            opacity: 0
        }

            .categories-items .image-content .button-bottom .button-effect a {
                text-transform: uppercase;
                color: #fff;
                padding: 13px 35px 13px 35px;
                background-color: var(--red);
                border-radius: 30px 30px 30px 30px
            }

    .categories-items:hover .image-content .title a {
        color: var(--red)
    }

    .categories-items:hover {
        transform: translateY(-10px)
    }

        .categories-items:hover .image-content .button-bottom .button-effect {
            opacity: 1;
            visibility: visible
        }

    .categories-items .image-content .button-bottom .button-effect a:hover {
        color: #fff;
        background: var(--blue)
    }

.video-section {
    background: url(/src/img/home/video1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 300px 0 300px
}

    .video-section .media-icon {
        display: block;
        position: relative;
        z-index: 1
    }

.media-icon .popup-videos i:before {
    font-size: 30px;
    line-height: 70px
}

.media-icon .popup-videos {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #273c66;
    background: var(--red);
    width: 70px;
    height: 70px;
    border-radius: 100%;
    text-align: center
}

    .media-icon .popup-videos:before {
        content: "";
        position: absolute;
        z-index: 0;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        display: block;
        width: 120px;
        height: 120px;
        border-radius: 50%;
        animation: pulse-border 1.5s ease-out infinite;
        transition: all .3s ease;
        z-index: -1
    }

    .media-icon .popup-videos i {
        margin-left: 5px
    }

.media-icon.yellow-color .popup-videos:hover:before {
    background: var(--blue)
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

@-webkit-keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

@-webkit-keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

.partition-bg-wrap {
    background: 0 0 !important;
    position: relative;
    padding: 100px 0
}

    .partition-bg-wrap:after {
        background: url('/src/img/home/home1.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        content: '';
        width: 50%;
        height: 100%;
        bottom: 0;
        z-index: -1
    }

    .partition-bg-wrap:before {
        position: absolute;
        content: '';
        width: 50%;
        height: 100%;
        bottom: 0;
        z-index: -1;
        background: var(--blue);
        background-size: cover;
        background-repeat: no-repeat;
        right: 0
    }

.margin-left {
    margin-left: 50%
}

.news:hover .news-title {
    color: var(--red) !important
}

.ellipse-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4
}

.date-part {
    background: var(--blue);
    min-width: 100px;
    text-align: center;
    padding: 11px 0 22px;
    border-radius: 3px;
    margin-right: 25px;
    transition: all .5s ease
}

    .date-part .month {
        margin-bottom: 10px;
        display: block;
        color: #fff
    }

    .date-part .date {
        font-size: 50px;
        color: var(--red);
        font-weight: 700;
        line-height: 25px
    }

.topcurve {
    padding-bottom: 100px;
    position: relative;
    clip-path: ellipse(60% 100% at 50% 0%);
    background-color: #ffffff;
}

label {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .5px;
    line-height: 20px;
    margin-left: 5px;
    color: #222
}

.heading-title {
    font-size: 20px;
    color: var(--red);
    font-weight: 700;
    letter-spacing: .5px;
    line-height: 26px
}

.heading {
    margin-top: 15px;
    color: var(--red);
    font-size: 38px;
    font-weight: 700;
    letter-spacing: .5px;
    line-height: 46px
}

.heading3 {
    margin-top: 5px;
    color: var(--red);
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .5px;
    line-height: 32px
}

.desc {
    text-align: left;
    margin-top: 15px;
    color: var(--red);
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: .5px
}

    .desc p {
        margin-top: 10px
    }

.profile {
    position: relative;
    height: auto;
    background-color: #03284a;
    padding: 0;
    overflow: hidden
}

    .profile::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 9;
        background-color: rgba(0,0,0,.4)
    }

    .profile img {
        width: 100%;
        height: auto
    }

    .profile .container {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        justify-content: center;
        z-index: 10
    }

    .profile h1 {
        align-self: center;
        color: #fff;
        font-size: 30px;
        line-height: 30px;
        text-align: center;
        text-shadow: 0 4px 4px #000;
        text-transform: uppercase
    }

.desc1 p {
    font-size: 16px;
    line-height: 28px;
    color: #000;
    letter-spacing: .05em;
    padding-bottom: 10px
}

.desc1 a {
    color: #007bff
}

.desc1 ol, .desc1 ul {
    margin-bottom: 5px
}

.desc1 li {
    position: relative;
    padding-left: 20px;
    font-size: 16px;
    line-height: 30px;
    color: #111
}

.desc1 ul li::before {
    content: "";
    position: absolute;
    top: 11px;
    width: 6px;
    height: 6px;
    left: 0;
    display: inline-block;
    background-color: #007bff;
    border-radius: 50%
}

.desc1 ul li ul li {
    padding-left: 20px
}

    .desc1 ul li ul li::before {
        content: "";
        position: absolute;
        top: 11px;
        width: 6px;
        height: 6px;
        left: 0;
        display: inline-block;
        background-color: #007bff;
        border-radius: 50%
    }

.desc1 strong {
    font-weight: 700;
    color: #000
}

.desc1 em {
    color: #007bff !important;
    font-style: normal !important;
    font-weight: 700 !important
}

.desc1 h1, .desc1 h2, .desc1 h3, .desc1 h4, .desc1 h5, .desc1 h6 {
    color: #002e6e;
    padding: 10px 0 !important
}

.desc1 h4 {
    font-size: 22px !important
}

.desc1 h5 {
    font-size: 18px !important
}

.process img {
    border: 10px solid #fff;
    border-radius: 50%
}

.process .by1x1 {
    overflow: visible;
    text-align: center;
    border: 4px solid transparent;
    border-radius: 50%;
    display: inline-block;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    position: relative;
    box-shadow: 0 0 9px 0 rgba(24,35,51,.09)
}

.process:hover .by1x1 {
    border-color: var(--blue)
}

.work_progress-number {
    position: absolute;
    left: -20px;
    top: 50.5%;
    margin: auto;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

    .work_progress-number span {
        background: var(--blue);
        display: inline-block;
        height: 50px;
        width: 50px;
        text-align: center;
        line-height: 50px;
        color: #fff;
        border-radius: 50%;
        font-size: 16px;
        position: relative;
        z-index: 1
    }

        .work_progress-number span::before {
            position: absolute;
            left: -5px;
            top: -5px;
            width: 60px;
            height: 60px;
            background: var(--blue);
            opacity: .6;
            content: "";
            margin: auto;
            border-radius: 100%;
            z-index: -1
        }

        .work_progress-number span::after {
            position: absolute;
            left: -15px;
            top: -15px;
            width: 80px;
            height: 80px;
            background: var(--blue);
            opacity: .4;
            content: "";
            margin: auto;
            border-radius: 100%;
            z-index: -1
        }

.process:hover .work_progress-number {
    top: 40%
}

.testi-star i.active {
    color: #ff3c00;
    font-size: 19px;
    margin: 0 1px
}

.testi-star i {
    color: #ddd
}

.breadcrumb a {
    color: #fff
}

    .breadcrumb a:first-child {
        text-decoration: underline
    }

    .breadcrumb a:hover {
        text-decoration: underline;
        color: #03284a
    }

.blog-wrapper .heading {
    margin-top: 10px;
    color: var(--red);
    font-size: 22px;
    text-align: center;
    font-weight: 700;
    letter-spacing: .3px;
    line-height: 28px;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 350px
}

.blog-wrapper .blog-date {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 120px;
    background: #03284a;
    color: var(--red);
    z-index: 99;
    text-align: center;
    padding: 5px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .5px;
    line-height: 26px
}

.blog-wrapper .desc {
    margin-top: 10px;
    color: var(--red);
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: .5px
}

.blog-wrapper .link {
    margin-top: 10px
}

    .blog-wrapper .link a {
        color: var(--red);
        font-size: 13px;
        text-transform: uppercase;
        font-weight: 700;
        line-height: 26px;
        letter-spacing: .5px
    }

        .blog-wrapper .link a:hover {
            text-decoration: underline !important;
            color: var(--red)
        }

/*why-choose-us*/
.choose-us .heading {
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    position: relative
}

.choose-us .sub-heading {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 48px;
    color: #fff;
    margin-top: 5px;
    margin-bottom: 0
}

    .choose-us .sub-heading span {
        color: #8cc63f
    }

.choose-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-top: 30px
}

.choose-item-icon i {
    width: 60px;
    height: 60px;
    border: 2px solid #fff;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8cc63f;
    font-size: 35px
}

.choose-item-info h3 {
    color: #fff;
    margin-bottom: 10px;
    font-size: 22px
}

.choose-item-info p {
    color: #fff
}

.choose-img {
    background-image: url(/src/img/home/inventory.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 1028px;
    margin-right: -200px
}

.button {
    cursor: pointer;
    position: relative;
    padding: 0 20px;
    font-size: 10px;
    line-height: 32px;
    color: #fff;
    background-color: var(--red);
    font-weight: 700;
    transition: all .3s cubic-bezier(.23, 1, .32, 1);
    overflow: hidden;
    text-transform: uppercase
}

    .button a {
        color: #fff
    }

    .button:hover a {
        color: #fff
    }

    .button::before {
        content: '';
        position: absolute;
        inset: 0;
        margin: auto;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        transform: scale(0);
        z-index: -1;
        background-color: var(--blue);
        transition: all 1s cubic-bezier(.23, 1, .32, 1)
    }

    .button:hover::before {
        transform: scale(5);
        transition: all 2s cubic-bezier(.23, 1, .32, 1)
    }

    .button:hover {
        transform: scale(1.1);
        box-shadow: 0 0 20px rgba(193,163,98,.4)
    }

    .button:active {
        transform: scale(1)
    }

.action2 {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    text-transform: uppercase;
    background-color: var(--blue)
}

    .action2 span {
        display: block;
        width: 100%;
        line-height: 30px;
        letter-spacing: 1px;
        color: #fff;
        padding: 5px;
        transition: color 1s;
        text-align: center;
        font-size: 13px;
        font-weight: 400;
        position: relative;
        z-index: 1
    }

    .action2:hover {
        outline: 1px solid var(--blue)
    }

    .action2::before {
        display: block;
        content: '';
        position: absolute;
        top: 0;
        left: -35px;
        width: 0;
        height: 100%;
        background-color: var(--red);
        transform: skewX(35deg);
        z-index: 1;
        transition: width 1s
    }

    .action2:hover::before {
        width: 140%;
        transform: skewX(35deg);
        transition: width 1s
    }

.menubtn3 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border-radius: 10px;
    background-color: var(--red);
    width: 80%;
    max-width: 215px;
    position: relative
}

    .menubtn3 span {
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        line-height: 26px;
        letter-spacing: .5px;
        position: relative;
        z-index: 2
    }

    .menubtn3:hover {
        background: var(--grey);
        -webkit-transition: all .6s;
        -moz-transition: all .6s;
        -o-transition: all .6s;
        transition: all .6s
    }

        .menubtn3:hover span {
            color: #fff
        }

.menubtn4 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 30px;
    background-color: var(--red);
    width: 80%;
    max-width: 200px;
    position: relative;
    border-radius: 5px
}

    .menubtn4 span {
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        line-height: 26px;
        letter-spacing: .5px;
        position: relative;
        z-index: 2
    }

    .menubtn4:hover {
        background: var(--grey);
        -webkit-transition: all .6s;
        -moz-transition: all .6s;
        -o-transition: all .6s;
        transition: all .6s
    }

        .menubtn4:hover span {
            color: #fff;
        }

.footer-nav li {
    display: inline;
    padding: 15px
}

    .footer-nav li a {
        color: #fff
    }

        .footer-nav li a:hover {
            color: var(--blue)
        }

.icon1f a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    margin-left: 10px;
    background-color: #cd9a5f
}

    .icon1f a i {
        color: #fff;
        line-height: 30px;
        font-size: 15px
    }

    .icon1f a:hover {
        background-color: #03284a
    }

        .icon1f a:hover i {
            color: #fff
        }

.icon-txt {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: .5px;
    color: #ccc
}

.card1 {
    position: relative;
    display: block;
    background-color: #fff;
    border-radius: 20px;
}

    .card1 div, .card1 h2 {
        position: relative;
        z-index: 1;
    }

    .card1::before {
        position: absolute;
        content: '';
        top: 100%;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 0;
        background-color: #cd9a5f;
        border-radius: 20px;
    }

    .card1:hover::before {
        top: 0;
    }

    .card1:hover div, .card1:hover i, .card1:hover h2 {
        color: #fff !important;
    }

.card7 {
    position: relative;
    display: table
}

    .card7 img {
        z-index: 9;
        position: relative
    }

    .card7::after {
        display: none;
        content: '';
        position: absolute;
        left: -50px;
        bottom: -50px;
        right: 50px;
        top: -50px;
        border: 30px solid #03284a;
        z-index: 8
    }

    .card7:hover::after {
        left: -30px;
        bottom: -30px;
        right: -30px;
        top: -30px
    }

.blt3 a {
    position: relative;
    text-decoration: none
}

    .blt3 a::before {
        content: '';
        position: absolute;
        width: 5px;
        height: 5px;
        top: 9px;
        left: 0;
        background-color: #cd9a5f;
        opacity: 0
    }

    .blt3 a:hover {
        padding-left: 14px;
        color: #cd9a5f
    }

        .blt3 a:hover::before {
            opacity: 1
        }

.coursetable1 {
    width: 100%;
    max-width: 100%
}

    .coursetable1 tr {
        border: solid 1px #ddd;
        line-height: 40px
    }

    .coursetable1 td {
        font-size: 18px;
        font-weight: 400;
        padding: 8px;
        color: #000;
        border: solid 1px #ddd;
        text-align: left
    }

    .coursetable1 tr > th {
        font-size: 20px;
        font-weight: 600;
        color: #fff;
        background-color: #002e6e;
        line-height: 40px;
        padding: 8px;
        text-align: left;
        border: solid 1px #fff
    }

    .coursetable1 tr:nth-child(odd) {
        background-color: #f9f9f9
    }

    .coursetable1 tr:nth-child(2n) {
        background-color: #fff
    }

.coursetable2 {
    border-collapse: collapse;
    width: 100%;
    max-width: 100%
}

    .coursetable2 tr {
        border-bottom: solid 1px #ddd;
        line-height: 28px
    }

    .coursetable2 td {
        border: solid 1px #ddd;
        font-size: 16px;
        font-weight: 400;
        padding: 8px !important;
        color: #111;
        line-height: 28px
    }

    .coursetable2 tr > th {
        font-size: 20px;
        font-weight: 600;
        background-color: #007ac2;
        line-height: 28px;
        padding: 8px;
        color: #fff;
        border: 1px solid #fff;
        text-align: center
    }

    .coursetable2 tr:nth-child(odd) {
        background-color: #f9f9f9
    }

    .coursetable2 tr:nth-child(2n) {
        background-color: #fff
    }

    .coursetable2 a {
        display: inline-block;
        color: #fff;
        font-size: 14px;
        text-align: center;
        text-decoration: none;
        line-height: 30px;
        background: #007ac2;
        padding: 0 20px;
        margin: 0;
        border-radius: 5px
    }

        .coursetable2 a:hover {
            background-color: #ffc400;
            color: #fff
        }

.coursetable3 {
    width: 100%;
    max-width: 100%
}

    .coursetable3 tr {
        border-bottom: solid 1px #ddd;
        line-height: 28px
    }

    .coursetable3 td {
        font-size: 16px;
        font-weight: 400;
        padding: 8px !important;
        color: #111;
        line-height: 28px
    }

    .coursetable3 tr > th {
        font-size: 20px;
        font-weight: 600;
        background-color: #007ac2;
        line-height: 28px;
        padding: 8px;
        color: #fff;
        border: 1px solid #fff;
        text-align: center
    }

    .coursetable3 tr:nth-child(odd) {
        background-color: #f9f9f9
    }

    .coursetable3 tr:nth-child(2n) {
        background-color: #fff
    }

    .coursetable3 a {
        display: inline-block;
        color: #fff;
        font-size: 14px;
        text-align: center;
        text-decoration: none;
        line-height: 30px;
        background: #03284a;
        padding: 0 20px;
        margin: 0;
        border-radius: 5px
    }

        .coursetable3 a:hover {
            background-color: #000;
            color: #fff
        }

.about-left::before {
    content: "";
    position: absolute;
    width: 250px;
    height: 250px;
    left: 0;
    top: 0;
    border-radius: 10px 0 0 0;
    background: #03284a;
    clip-path: polygon(0 0,0 100%,100% 0);
    z-index: -1
}

.about-shape {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1
}

.heading {
    font-weight: 600;
    font-size: 18px;
    color: #03284a;
    position: relative;
    line-height: 28px
}

.sub-heading {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 48px;
    color: #03284a;
    margin-bottom: 0;
    line-height: 50px
}

    .sub-heading span {
        color: #cd9a5f
    }

.choose-us .sub-heading {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 48px;
    color: #fff;
    margin-top: 5px;
    margin-bottom: 0
}

    .choose-us .sub-heading span {
        color: #cd9a5f
    }

.about-list-wrapper {
    position: relative;
    display: block;
    margin-top: 32px;
    margin-bottom: 40px
}

.about-list li {
    position: relative;
    display: flex;
    align-items: center
}

    .about-list li .icon {
        position: relative;
        display: flex;
        align-items: center
    }

        .about-list li .icon span {
            font-size: 20px;
            color: #03284a
        }

    .about-list li .text {
        margin-left: 16px
    }

.form-group1 {
    margin-bottom: 10px;
    width: 100%;
    display: table
}

    .form-group1 input {
        width: 90%;
        height: 40px;
        background-color: #fff;
        color: #000;
        box-shadow: none;
        text-shadow: none;
        border: none;
        border: 1px solid #fff;
        border-left: 3px solid #fff;
        font-weight: 400;
        font-size: 14px;
        padding: 0 10px;
        outline: 0
    }

        .form-group1 input:hover {
            padding-left: 15px
        }

    .form-group1:last-child {
        margin-bottom: 0
    }

    .form-group1 input::placeholder {
        color: #ccc;
        opacity: 1
    }

    .form-group1 input:-ms-input-placeholder {
        color: #ccc
    }

    .form-group1 input::-ms-input-placeholder {
        color: #ccc
    }

.action1 {
    cursor: pointer;
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #cd9a5f
}

    .action1 span {
        display: block;
        width: 100%;
        line-height: 30px;
        letter-spacing: 1px;
        color: #fff;
        padding: 5px;
        transition: color 1s;
        text-align: center;
        font-size: 13px;
        font-weight: 400;
        position: relative;
        z-index: 1
    }

    .action1::before {
        display: block;
        content: '';
        position: absolute;
        top: 0;
        left: -35px;
        width: 0;
        height: 100%;
        background-color: #000;
        transform: skewX(35deg);
        z-index: 1;
        transition: width 1s
    }

    .action1:hover::before {
        width: 140%;
        transition: width 1s
    }

@media (min-width:768px) {
    .logo {
        display: block;
        width: 170px;
        position: relative;
        z-index: 999
    }

        .logo img {
            width: 100%;
            margin: 15px 0 15px 0
        }

    .freeze {
        position: fixed
    }

    .profile h1 {
        font-size: 36px;
        line-height: 48px
    }

    .transform {
        transform: translateY(-40%)
    }

    .card7::after {
        display: block
    }

    .icon1f a {
        width: 44px;
        height: 44px;
        line-height: 44px
    }

        .icon1f a i {
            line-height: 44px;
            font-size: 26px
        }
    .transformx {
        transform: translateX(-10%)
    }
}

@media (min-width:992px) {
    .headcolor {
        background: var(--blue);
        position: relative;
        z-index: 999
    }
}

@media(max-width:576px) {
    .coursetable2 td {
        font-size: 12px;
        padding: 2px !important
    }

    .desc1 p {
        font-size: 12px;
        line-height: 28px;
        color: #000;
        letter-spacing: .05em;
        padding-bottom: 10px
    }

    .desc1 li {
        font-size: 12px
    }
}
