@import "https://fonts.googleapis.com/css2?family=Work+Sans:wght@100;200;300;400;500;600;700;800;900&amp;display=swap";

body {
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-family: work sans,sans-serif
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.4
}

h1 {
    font-size: 50px
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 20px
}

a {
    color: #1a1a1a;
    -webkit-transition: .5s;
    transition: .5s;
    text-decoration: none;
    outline: 0 !important
}

    a:hover {
        color: #ffbc13;
        text-decoration: none
    }

:focus {
    outline: 0 !important
}

.d-table {
    width: 100%;
    height: 100%
}

.d-table-cell {
    vertical-align: middle
}

img {
    max-width: 100%;
    height: auto
}

p {
    color: #2c2c2c;
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.6
}

    p:last-child {
        margin-bottom: 0
    }

.ptb-100 {
    padding-top: 80px;
    padding-bottom: 60px;
}

.pt-100 {
    padding-top: 80px;
    padding-bottom: 80px !important;
}

.pb-100 {
    padding-bottom: 100px
}

.ptb-70 {
    padding-top: 70px;
    padding-bottom: 70px
}

.pt-70 {
    padding-top: 70px
}

.pb-70 {
    padding-bottom: 50px;
}

.no-wrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.color-primary {
    color: #ffbc13 !important
}

.color-secondary {
    color: #001e4c !important
}

.color-dark {
    color: #1a1a1a
}

.bg-primary {
    background-color: #ffffff !important;
}

.bg-secondary {
    background-color: #fff9e9 !important
}

.bg-fff3cf {
    background-color: #fff3cf !important
}

.form-group {
    margin-bottom: 20px
}

.section-title {
    max-width: 720px;
    text-align: left;
    margin-right: auto;
    margin-bottom: 60px;
    position: relative;
    z-index: 5
}

    .section-title::before {
        position: absolute;
        content: '';
        left: -60px;
        top: 0;
        width: 40%;
        height: 100%;
        background: #ffbc13;
        z-index: -1
    }

    .section-title h2 {
        font-size: 35px;
        line-height: 1.3;
        margin: 0;
        padding: 30px 0;
        color: #fff;
    }

    .section-title p {
        max-width: 600px;
        font-size: 17px;
        font-weight: 600;
        margin-left: auto;
        margin-right: auto;
        margin-top: 12px
    }

    .section-title span {
        color: #ffbc13
    }

    .section-title .learn-more-btn {
        margin-top: 20px
    }

    .section-title.style-two {
        text-align: center;
        margin-right: auto;
        margin-left: auto
    }

        .section-title.style-two::before {
            display: none
        }

        .section-title.style-two h2 {
            padding: unset;
            margin-top: -10px
        }

.primary-btn {
    position: relative;
    overflow: hidden;
    text-align: center;
    display: inline-block;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 0;
    border: none;
    padding: 10px 30px;
    z-index: 1;
    color: #ffffff;
    background-color: #183d66;
    font-size: 14px;
    font-weight: 600;
    font-family: work sans,sans-serif;
    line-height: 1.8;
    text-transform: capitalize;
    padding: 8px 30px;
}

    .primary-btn::before, .primary-btn::after {
        content: '';
        position: absolute;
        width: calc(50% + 4px);
        height: 0;
        background-color: #1a1a1a;
        z-index: -1;
        -webkit-transition: .5s;
        transition: .5s
    }

    .primary-btn::before {
        bottom: 0;
        left: 0
    }

    .primary-btn::after {
        top: 0;
        right: 0
    }

    .primary-btn:hover {
        color: #ffbc13
    }

        .primary-btn:hover::before, .primary-btn:hover::after {
            height: 120%
        }

.cta-btn {
    line-height: .8
}

.btn-text-only {
    background: 0 0
}

.social-link a {
    display: inline-block;
    line-height: 0;
    text-align: center;
    background: #ffbc13;
    color: #1a1a1a;
    padding: 10px 12px;
    font-size: 16px;
    margin-right: 8px
}

    .social-link a:hover {
        background: #1a1a1a;
        color: #ffbc13
    }

    .social-link a:last-child {
        margin-right: 0
    }

.form-control {
    height: 58px;
    color: #1a1a1a;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
    border: none;
    background-color: #fff;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 0;
    padding: 1px 0 0 15px;
    font-size: 16px
}

    .form-control::-webkit-input-placeholder {
        color: #a5a5a5;
        -webkit-transition: .5s;
        transition: .5s
    }

    .form-control:-ms-input-placeholder {
        color: #a5a5a5;
        -webkit-transition: .5s;
        transition: .5s
    }

    .form-control::-ms-input-placeholder {
        color: #a5a5a5;
        -webkit-transition: .5s;
        transition: .5s
    }

    .form-control::placeholder {
        color: #a5a5a5;
        -webkit-transition: .5s;
        transition: .5s
    }

    .form-control:focus {
        border-color: #ffbc13
    }

textarea.form-control {
    height: auto;
    padding-top: 15px
}

.header-area {
    position: absolute;
    background-color: transparent;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 999
}

    .header-area .top-header-area {
        padding: 6px 0 6px;
        /* background: #1a1a1a; */
        /* background: -webkit-gradient(linear, left top, right top, color-stop(30%, #000000), color-stop(30%, rgba(26, 26, 26, 0.496236))); */
        background: linear-gradient(90deg, #ffffff 30%, rgb(255 255 255) 30%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1a1a1a",endColorstr="#1a1a1a",GradientType=1)
    }

        .header-area .top-header-area .navbar-brand {
            padding: 0;
            margin: 0
        }

        .header-area .top-header-area .contact-info {
            position: relative
        }

            .header-area .top-header-area .contact-info i {
                position: absolute;
                top: 0;
                left: 0;
                width: 45px;
                height: 45px;
                line-height: 45px;
                color: #183d66;
                text-align: center;
                font-size: 30px;
                display: inline-block
            }

            .header-area .top-header-area .contact-info .contact-info-content {
                margin-left: 55px;
                display: inline-block
            }

                .header-area .top-header-area .contact-info .contact-info-content p {
                    text-transform: capitalize;
                    color: #7e2e2d;
                    line-height: 1.4;
                    margin: 0;
                    font-weight: 500;
                }

                .header-area .top-header-area .contact-info .contact-info-content a {
                    font-size: 14px;
                    color: #0c0b0b;
                }

    .header-area.header-two, .header-area.header-three {
        position: absolute;
        background-color: transparent;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        z-index: 999
    }

        .header-area.header-two .top-header-area, .header-area.header-three .top-header-area {
            padding: 16px 0;
            background: #ffbc13
        }

            .header-area.header-two .top-header-area .social-link a, .header-area.header-three .top-header-area .social-link a {
                padding: 0;
                margin-right: 14px;
                background: 0 0
            }

                .header-area.header-two .top-header-area .social-link a:hover, .header-area.header-three .top-header-area .social-link a:hover {
                    color: #fff
                }

            .header-area.header-two .top-header-area .contact-info .contact-info-content, .header-area.header-three .top-header-area .contact-info .contact-info-content {
                margin-left: unset
            }

                .header-area.header-two .top-header-area .contact-info .contact-info-content p, .header-area.header-three .top-header-area .contact-info .contact-info-content p {
                    margin-right: 8px;
                    display: inline-block;
                    color: #fff
                }

                .header-area.header-two .top-header-area .contact-info .contact-info-content a, .header-area.header-three .top-header-area .contact-info .contact-info-content a {
                    font-size: 14px;
                    color: #1a1a1a
                }

        .header-area.header-two .constik-nav, .header-area.header-three .constik-nav {
            padding: 16px 0;
            margin-top: 0;
            margin-top: unset;
            background: rgba(0,30,76,.78)
        }

            .header-area.header-two .constik-nav .navbar, .header-area.header-three .constik-nav .navbar {
                background: 0 0;
                border: transparent
            }

                .header-area.header-two .constik-nav .navbar ul, .header-area.header-three .constik-nav .navbar ul {
                    margin-left: auto
                }

                .header-area.header-two .constik-nav .navbar .nav-item a, .header-area.header-three .constik-nav .navbar .nav-item a {
                    color: #fff
                }

                .header-area.header-two .constik-nav .navbar .nav-item .toggle::after, .header-area.header-three .constik-nav .navbar .nav-item .toggle::after {
                    color: #fff
                }

                .header-area.header-two .constik-nav .navbar .side-option .item a:not(.primary-btn), .header-area.header-three .constik-nav .navbar .side-option .item a:not(.primary-btn) {
                    color: #fff
                }

                .header-area.header-two .constik-nav .navbar .side-option .item .menu-item:hover a, .header-area.header-three .constik-nav .navbar .side-option .item .menu-item:hover a {
                    color: #ffbc13
                }

                .header-area.header-two .constik-nav .navbar .side-option .item .menu-item a, .header-area.header-three .constik-nav .navbar .side-option .item .menu-item a {
                    color: #1a1a1a
                }

                .header-area.header-two .constik-nav .navbar .side-option .item:last-child, .header-area.header-three .constik-nav .navbar .side-option .item:last-child {
                    margin-right: 0
                }

    .header-area.header-three {
        position: unset
    }

        .header-area.header-three .constik-nav {
            background: #fff
        }

            .header-area.header-three .constik-nav .navbar .nav-item a {
                color: #1a1a1a
            }

            .header-area.header-three .constik-nav .navbar .nav-item .toggle::after {
                color: #1a1a1a
            }

            .header-area.header-three .constik-nav .navbar .side-option .item a:not(.primary-btn) {
                color: #1a1a1a
            }

            .header-area.header-three .constik-nav .navbar .side-option .item .menu-link {
                color: #1a1a1a
            }

            .header-area.header-three .constik-nav .navbar .side-option .item:last-child {
                margin-right: 0
            }

.constik-responsive-nav {
    display: none
}

.navbar-light .navbar-brand .logo2 {
    display: none
}

.constik-nav {
    margin-top: 0px;
}

    .constik-nav .navbar {
        position: inherit;
        padding-left: 20px;
        padding-right: 10px;
        padding-top: 0px;
        padding-bottom: 0;
        border-top: 1px solid #0000000a;
        border-bottom: 4px solid #ff943a;
        background: #fff;
        width: 100%;
        border-radius: 0px 0px 30px 30px;
    }

        .constik-nav .navbar ul {
            padding-left: 0;
            list-style-type: none;
            margin-bottom: 0
        }

        .constik-nav .navbar .navbar-nav .nav-item {
            position: relative;
            margin-left: 15px;
            margin-right: 15px
        }

            .constik-nav .navbar .navbar-nav .nav-item a {
                color: #1a1a1a;
                font-size: 14px;
                font-weight: 600;
                padding-left: 15px;
                padding-right: 15px;
                padding-top: 20px;
                padding-bottom: 20px
            }

                .constik-nav .navbar .navbar-nav .nav-item a:hover {
                    color: #ffbc13
                }

                .constik-nav .navbar .navbar-nav .nav-item a::before {
                    font-family: 'font awesome 5 free';
                    font-weight: 600;
                    font-size: 22px;
                    position: absolute;
                    content: '\f0de';
                    left: 50%;
                    bottom: 0;
                    -webkit-transform: translate(-50%,15px);
                    transform: translate(-50%,15px);
                    opacity: 0
                }

                .constik-nav .navbar .navbar-nav .nav-item a.active {
                    color: #ff943a;
                }

                    .constik-nav .navbar .navbar-nav .nav-item a.active::before {
                        opacity: 1
                    }

            .constik-nav .navbar .navbar-nav .nav-item .toggle::after {
                content: "\e900";
                font-family: flaticon;
                font-size: 8px;
                vertical-align: middle;
                margin-left: 5px;
                display: inline-block;
                color: #1a1a1a;
                -webkit-transition: .5s;
                transition: .5s
            }

            .constik-nav .navbar .navbar-nav .nav-item .dropdown-menu {
                border: none;
                top: 66px;
                left: 0;
                z-index: 99;
                opacity: 0;
                width: 250px;
                display: block;
                border-radius: 0;
                padding: 10px 0;
                position: absolute;
                visibility: hidden;
                background: #fff;
                -webkit-transition: .5s;
                transition: .5s;
                -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
                box-shadow: 0 0 15px 0 rgba(0,0,0,.1)
            }

                .constik-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item {
                    position: relative;
                    padding-left: 16px;
                    margin-left: 0;
                    margin-right: 0
                }

                    .constik-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link {
                        color: #1a1a1a
                    }

                        .constik-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link:hover {
                            color: #ffbc13
                        }

                            .constik-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link:hover::before {
                                opacity: 0
                            }

                            .constik-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link:hover.toggle::after {
                                -webkit-transform: rotateZ(90deg);
                                transform: rotateZ(90deg)
                            }

                    .constik-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item a.active {
                        color: #ffbc13
                    }

                        .constik-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item a.active::before {
                            opacity: 0
                        }

                .constik-nav .navbar .navbar-nav .nav-item .dropdown-menu .toggle::after {
                    content: "\e900";
                    position: absolute;
                    top: 10px;
                    right: 16px;
                    font-family: flaticon;
                    font-size: 10px;
                    color: #1a1a1a;
                    -webkit-transition: .5s;
                    transition: .5s
                }

                .constik-nav .navbar .navbar-nav .nav-item .dropdown-menu a {
                    font-size: 15px;
                    font-weight: 500;
                    text-transform: capitalize;
                    padding-top: 8px;
                    padding-bottom: 8px;
                    margin: 0;
                    display: block
                }

            .constik-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
                opacity: 1;
                visibility: visible;
                margin-top: 0
            }

                .constik-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu .toggle::after {
                    -webkit-transform: none;
                    transform: none
                }

            .constik-nav .navbar .navbar-nav .nav-item:hover .toggle::after {
                -webkit-transform: rotateZ(90deg);
                transform: rotateZ(90deg)
            }

        .constik-nav .navbar .side-option {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }

            .constik-nav .navbar .side-option .item {
                position: relative;
                margin-left: 15px;
                margin-right: 15px
            }

                .constik-nav .navbar .side-option .item .language a {
                    color: #1a1a1a;
                    font-size: 16px;
                    font-weight: 600
                }

                    .constik-nav .navbar .side-option .item .language a i {
                        vertical-align: 3px
                    }

                    .constik-nav .navbar .side-option .item .language a img {
                        width: 16px;
                        height: 16px;
                        max-width: 16px;
                        border-radius: 50%;
                        margin-top: -2px
                    }

                .constik-nav .navbar .side-option .item .language .menu {
                    border: none;
                    top: 46px;
                    left: -15px;
                    z-index: 99;
                    display: none;
                    border-radius: 0;
                    min-width: 130px;
                    padding: 10px 5px;
                    position: absolute;
                    background: #fff;
                    -webkit-transition: .5s;
                    transition: .5s;
                    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
                    box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
                    -webkit-animation: fadeIn .3s linear 1;
                    animation: fadeIn .3s linear 1
                }

                    .constik-nav .navbar .side-option .item .language .menu .menu-item {
                        padding: 5px
                    }

                        .constik-nav .navbar .side-option .item .language .menu .menu-item .menu-link {
                            font-size: 15px;
                            font-weight: 500;
                            color: #1a1a1a
                        }

                            .constik-nav .navbar .side-option .item .language .menu .menu-item .menu-link:hover {
                                color: #ffbc13
                            }

                    .constik-nav .navbar .side-option .item .language .menu img {
                        margin-top: 0;
                        border-radius: 50%;
                        margin-right: 5px;
                        margin-top: -1.5px
                    }

                .constik-nav .navbar .side-option .item .search i {
                    vertical-align: middle
                }

.language a {
    color: #1a1a1a;
    font-size: 16px;
    font-weight: 600
}

    .language a i {
        vertical-align: 3px
    }

.language .menu {
    border: none;
    top: 46px;
    left: -15px;
    z-index: 99;
    display: none;
    border-radius: 0;
    min-width: 100px;
    padding: 10px 5px;
    position: absolute;
    background: #fff;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
    -webkit-animation: fadeIn .3s linear 1;
    animation: fadeIn .3s linear 1
}

    .language .menu .menu-item {
        padding: 5px
    }

        .language .menu .menu-item .menu-link {
            font-size: 15px;
            font-weight: 500;
            color: #1a1a1a
        }

            .language .menu .menu-item .menu-link:hover {
                color: #ffbc13
            }

    .language .menu img {
        width: 16px;
        height: 16px;
        max-width: 16px;
        border-radius: 50%;
        margin-right: 5px
    }

.search {
    position: relative;
    -webkit-transition: .5s;
    transition: .5s
}

.search-box {
    position: relative;
    width: auto;
    max-width: 400px;
    background: #fff;
    padding: 16px 10px;
    -webkit-box-shadow: 0 10px 15px rgba(51,47,59,.1);
    box-shadow: 0 10px 15px rgba(51,47,59,.1);
    margin: 0 auto
}

    .search-box .search-form {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

        .search-box .search-form .search-input {
            display: block;
            width: 100%;
            line-height: initial;
            border: 1px solid #eee;
            color: #1a1a1a;
            outline: 0;
            padding: 6px 12px;
            -webkit-transition: .5s;
            transition: .5s
        }

            .search-box .search-form .search-input:focus {
                border-color: #ffbc13
            }

    .search-box .mfp-close {
        width: unset;
        height: unset;
        top: -50px;
        opacity: 1;
        padding: 0 0 18px 10px;
        color: #fff
    }

.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: scale(.8);
    transform: scale(.8)
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
    -webkit-transform: scale(.8);
    transform: scale(.8);
    opacity: 0
}

.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0
}

.main-navbar-area.stickyadd {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-animation: slideInDown 1s 1;
    animation: slideInDown 1s 1
}

    .main-navbar-area.stickyadd .constik-nav {
        margin-top: 0
    }

        .main-navbar-area.stickyadd .constik-nav .navbar-brand {
            display: block
        }

.header-area.header-two .main-navbar-area.stickyadd .constik-nav {
    padding: 5px 0;
    background: #001e4c
}

.header-area.header-three .main-navbar-area.stickyadd .constik-nav {
    padding: 5px 0;
    -webkit-box-shadow: 0 0 25px 0 rgba(0,0,0,.08);
    box-shadow: 0 0 25px 0 rgba(0,0,0,.08)
}

.constik-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    top: 0;
    opacity: 0;
    left: -250px;
    margin-top: 15px;
    visibility: hidden
}

    .constik-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
        color: #1a1a1a
    }

        .constik-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover {
            color: #ffbc13
        }

        .constik-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus {
            color: #ffbc13
        }

        .constik-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
            color: #ffbc13
        }

    .constik-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
        top: 0;
        opacity: 0;
        left: 250px;
        visibility: hidden
    }

        .constik-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
            color: #1a1a1a
        }

            .constik-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover {
                color: #ffbc13
            }

            .constik-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus {
                color: #ffbc13
            }

            .constik-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
                color: #ffbc13
            }

        .constik-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
            top: 0;
            opacity: 0;
            left: 250px;
            visibility: hidden
        }

            .constik-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
                color: #1a1a1a
            }

                .constik-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover {
                    color: #ffbc13
                }

                .constik-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus {
                    color: #ffbc13
                }

                .constik-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
                    color: #ffbc13
                }

            .constik-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
                top: 0;
                opacity: 0;
                left: 250px;
                visibility: hidden
            }

                .constik-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
                    color: #1a1a1a
                }

                    .constik-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover {
                        color: #ffbc13
                    }

                    .constik-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus {
                        color: #ffbc13
                    }

                    .constik-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
                        color: #ffbc13
                    }

                .constik-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
                    top: 0;
                    opacity: 0;
                    left: 250px;
                    visibility: hidden
                }

                    .constik-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
                        color: #1a1a1a
                    }

                        .constik-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover {
                            color: #ffbc13
                        }

                        .constik-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus {
                            color: #ffbc13
                        }

                        .constik-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
                            color: #ffbc13
                        }

                    .constik-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
                        top: 0;
                        opacity: 0;
                        left: 250px;
                        visibility: hidden
                    }

                        .constik-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
                            color: #1a1a1a
                        }

                            .constik-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover {
                                color: #ffbc13
                            }

                            .constik-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus {
                                color: #ffbc13
                            }

                            .constik-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
                                color: #ffbc13
                            }

                    .constik-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
                        opacity: 1;
                        visibility: visible
                    }

                    .constik-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
                        color: #ffbc13
                    }

                .constik-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
                    opacity: 1;
                    visibility: visible
                }

                .constik-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
                    color: #ffbc13
                }

            .constik-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
                opacity: 1;
                visibility: visible
            }

            .constik-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
                color: #ffbc13
            }

        .constik-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
            opacity: 1;
            visibility: visible
        }

        .constik-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
            color: #ffbc13
        }

    .constik-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
        opacity: 1;
        visibility: visible
    }

    .constik-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
        color: #ffbc13
    }

.constik-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0
}

.constik-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
    color: #ffbc13
}

.constik-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0
}

@media only screen and (max-width: 1199px) {
    .header-area .top-header-area {
        background: rgba(26,26,26,.69);
        padding: 20px 0
    }

        .header-area .top-header-area .navbar-brand {
            display: none
        }

        .header-area .top-header-area .contact-info .contact-info-content {
            margin-left: 10px
        }

        .header-area .top-header-area .contact-info i {
            position: unset;
            width: unset;
            height: unset;
            vertical-align: 3px
        }

    .header-area.header-two, .header-area.header-three {
        position: unset
    }

        .header-area.header-two .top-header-area .contact-info, .header-area.header-three .top-header-area .contact-info {
            text-align: center
        }

            .header-area.header-two .top-header-area .contact-info .contact-info-content, .header-area.header-three .top-header-area .contact-info .contact-info-content {
                margin-left: unset
            }

                .header-area.header-two .top-header-area .contact-info .contact-info-content p, .header-area.header-three .top-header-area .contact-info .contact-info-content p {
                    margin-right: unset
                }

                .header-area.header-two .top-header-area .contact-info .contact-info-content p, .header-area.header-two .top-header-area .contact-info .contact-info-content a, .header-area.header-three .top-header-area .contact-info .contact-info-content p, .header-area.header-three .top-header-area .contact-info .contact-info-content a {
                    display: block
                }

    .main-navbar-area {
        position: relative
    }

    .constik-responsive-menu .logo .logo2 {
        display: none;
    }

    .constik-responsive-nav {
        display: block;
        background: #fff;
        border: 0px solid #ffbc13;
        padding-top: 8px;
        padding-bottom: 8px;
    }

        .constik-responsive-nav .constik-responsive-menu {
            position: relative
        }

            .constik-responsive-nav .constik-responsive-menu.mean-container .mean-nav .navbar-nav {
                height: 300px;
                overflow-y: scroll
            }

            .constik-responsive-nav .constik-responsive-menu.mean-container .mean-nav ul {
                font-size: 15px
            }

                .constik-responsive-nav .constik-responsive-menu.mean-container .mean-nav ul li a.active {
                    color: #ffbc13
                }

                .constik-responsive-nav .constik-responsive-menu.mean-container .mean-nav ul li li a {
                    font-size: 14.5px
                }

            .constik-responsive-nav .constik-responsive-menu.mean-container .mean-nav .navbar-brand {
                display: none
            }

            .constik-responsive-nav .constik-responsive-menu.mean-container .mean-nav .side-option {
                display: none
            }

            .constik-responsive-nav .constik-responsive-menu.mean-container .navbar-nav {
                overflow-y: scroll;
                -webkit-box-shadow: 0 7px 13px 0 rgba(0,0,0,.1);
                box-shadow: 0 7px 13px 0 rgba(0,0,0,.1)
            }

        .constik-responsive-nav .logo {
            position: relative;
            width: 20%;
            z-index: 999
        }

        .constik-responsive-nav .mean-container a.meanmenu-reveal {
            padding-top: 20px;
            color: #1a1a1a
        }

            .constik-responsive-nav .mean-container a.meanmenu-reveal span {
                background: #1a1a1a
            }

    .constik-nav {
        display: none
    }

    .side-option-responsive {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: absolute;
        top: 50%;
        right: 45px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 999
    }

        .side-option-responsive .item {
            position: relative;
            margin-right: 14px
        }

            .side-option-responsive .item .language a {
                color: #1a1a1a;
                font-size: 16px;
                font-weight: 600
            }

                .side-option-responsive .item .language a i {
                    vertical-align: 2px
                }

            .side-option-responsive .item .language .menu {
                margin: 0;
                padding: 0;
                padding: 5px 0 5px 5px;
                border: none;
                top: 30px;
                left: -15px;
                z-index: 99;
                width: 120px;
                display: none;
                border-radius: 0;
                position: absolute;
                background: #fff;
                -webkit-transition: .5s;
                transition: .5s;
                -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
                box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
                list-style-type: none
            }

                .side-option-responsive .item .language .menu .menu-item {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center
                }

                    .side-option-responsive .item .language .menu .menu-item .menu-link {
                        font-size: 15px;
                        font-weight: 500
                    }

            .side-option-responsive .item .search i {
                vertical-align: middle
            }
}

.home-banner-area {
    padding-top: 83px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-image: url(../img/banner/banner-bg-1.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

    .home-banner-area::before {
        content: '';
        position: absolute;
        z-index: -1;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(26,26,26,.496236)
    }

.banner-content {
    padding-top: 200px;
    padding-bottom: 200px
}

    .banner-content h1 {
        font-size: 60px;
        color: #fff;
        margin-bottom: 20px;
        margin-top: -15px;
        line-height: 1.2
    }

        .banner-content h1 span {
            color: #ffbc13
        }

    .banner-content p {
        font-size: 18px;
        color: #fff;
        margin-bottom: 35px
    }

    .banner-content .social-link a {
        display: inline-block;
        color: #ffbc13;
        margin-right: 4px;
        background: #fff9e9;
        border-radius: 50%;
        font-size: 12px;
        padding: 0;
        width: 26px;
        height: 26px;
        line-height: 26px;
        border: 1px solid #fff9e9
    }

        .banner-content .social-link a:last-child {
            margin-right: 0
        }

        .banner-content .social-link a:hover {
            color: #ffbc13;
            background: 0 0;
            border: 1px solid #ffbc13
        }

    .banner-content .cta-btn {
        margin-bottom: 40px
    }

.banner-img img {
    max-width: 576px
}

.banner-two {
    padding-top: 152px;
    background-image: url(../img/banner/banner-bg-2.jpg)
}

    .banner-two::before {
        content: '';
        position: absolute;
        z-index: -1;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,30,76,.62)
    }

    .banner-two .banner-content {
        text-align: center
    }

        .banner-two .banner-content .cta-btn {
            margin-bottom: 0
        }

.banner-three {
    background: unset;
    background: #fff;
    padding: unset
}

    .banner-three.home-banner-area::before {
        background: unset;
        background: 0 0
    }

    .banner-three .banner-content .cta-btn {
        margin: unset
    }

    .banner-three .banner-slider .owl-item::before {
        content: '';
        position: absolute;
        z-index: -1;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,30,76,.62)
    }

    .banner-three .banner-slider .owl-item:nth-child(1) {
        background: url(../img/banner/banner-slider-1.jpg) no-repeat center;
        background-size: cover
    }

    .banner-three .banner-slider .owl-item:nth-child(2) {
        background: url(../img/banner/banner-slider-2.jpg) no-repeat center;
        background-size: cover
    }

    .banner-three .banner-slider .owl-item:nth-child(3) {
        background: url(../img/banner/banner-slider-3.jpg) no-repeat center;
        background-size: cover
    }

    .banner-three .owl-item.active h1 {
        -webkit-animation: fadeInDown 2s both 1;
        animation: fadeInDown 2s both 1
    }

    .banner-three .owl-item.active p {
        -webkit-animation: fadeIn 2s both 1;
        animation: fadeIn 2s both 1
    }

    .banner-three .owl-item.active .cta-btn {
        -webkit-animation: fadeInUp 2s both 1;
        animation: fadeInUp 2s both 1
    }

    .banner-three .owl-carousel .owl-dots {
        text-align: center;
        position: absolute;
        left: 50%;
        bottom: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

        .banner-three .owl-carousel .owl-dots .owl-dot {
            display: inline-block;
            width: 6px;
            height: 24px;
            margin: 5px;
            border-radius: 30px;
            background: #fff;
            -webkit-transition: .5s;
            transition: .5s
        }

            .banner-three .owl-carousel .owl-dots .owl-dot.active {
                height: 45px;
                background: #ffbc13
            }

.about-section .about-content {
    margin-bottom: 30px
}

    .about-section .about-content h2 {
        margin-bottom: 18px;
        line-height: 1.3
    }

        .about-section .about-content h2 span {
            color: #833332;
        }

    .about-section .about-content p {
        line-height: 27px;
        margin-bottom: 10px;
        text-align: justify;
        word-spacing: -0.1px;
    }

    .about-section .about-content .about-item-list {
        margin-bottom: 30px
    }

        .about-section .about-content .about-item-list ul {
            padding: 0;
            margin: 0;
            list-style-type: none
        }

            .about-section .about-content .about-item-list ul li {
                display: block;
                font-weight: 500;
                margin-bottom: 6px;
                padding-left: 25px;
                position: relative;
                line-height: 1.8;
                color: #2c2c2c
            }

                .about-section .about-content .about-item-list ul li:last-child {
                    margin-bottom: 0
                }

                .about-section .about-content .about-item-list ul li i {
                    margin-left: -25px;
                    margin-right: 5px;
                    color: #ffbc13;
                    vertical-align: -2px
                }

.about-section .about-image {
    margin-bottom: 30px
}

.about-section .left, .about-section .right {
    position: relative
}

    .about-section .left::before, .about-section .right::before {
        position: absolute;
        content: '';
        width: 0;
        height: 0;
        bottom: -15px
    }

    .about-section .left::before {
        right: -15px;
        border-bottom: 150px solid rgba(255,188,19,.8);
        border-left: 150px solid transparent
    }

.about-section .right {
    margin-top: -15px
}

    .about-section .right::before {
        left: -15px;
        border-bottom: 135px solid rgba(255,188,19,.8);
    }

.about-section .about-fact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 35px 30px;
    margin-bottom: 30px;
    background: url(../img/about/about-fact-bg.jpg) no-repeat center;
    background-size: cover;
    z-index: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .about-section .about-fact::after {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(26,26,26,.8);
        z-index: -1
    }

    .about-section .about-fact i {
        width: 60px;
        height: 60px;
        line-height: 57px;
        background: #fff;
        text-align: center;
        display: inline-block
    }

        .about-section .about-fact i img {
            width: 32px
        }

    .about-section .about-fact .content {
        padding-left: 16px
    }

        .about-section .about-fact .content h4 {
            color: #ffbc13;
            margin-bottom: 0
        }

        .about-section .about-fact .content span {
            color: #fff
        }

.about-section .about-img-content {
    position: relative;
    overflow: hidden
}

    .about-section .about-img-content .overlay-content {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        margin-top: -15px;
        padding: 25px 30px;
        border: 4px solid #ffbc13;
        background: rgba(0,30,76,.9);
        z-index: 1
    }

        .about-section .about-img-content .overlay-content h3 {
            line-height: 1.2;
            color: #ffbc13
        }

        .about-section .about-img-content .overlay-content span {
            color: #fff
        }

.about-section.about-style-two .about-img-content {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px
}

    .about-section.about-style-two .about-img-content .about-image {
        margin-bottom: 15px
    }

        .about-section.about-style-two .about-img-content .about-image img {
            max-width: unset
        }

    .about-section.about-style-two .about-img-content .about-fact {
        display: block;
        overflow: hidden;
        margin-bottom: 0;
        background: #001e4c;
        max-width: calc(100% - 55px);
        padding: 20px 0
    }

        .about-section.about-style-two .about-img-content .about-fact::before {
            position: absolute;
            content: '';
            right: 0;
            top: 0;
            border-top: 90px solid #ffbc13;
            border-left: 60px solid transparent
        }

        .about-section.about-style-two .about-img-content .about-fact::after {
            position: absolute;
            content: '';
            left: 0;
            top: 0;
            width: unset;
            height: unset;
            background: unset;
            border-bottom: 90px solid #ffbc13;
            border-right: 60px solid transparent
        }

        .about-section.about-style-two .about-img-content .about-fact .content {
            padding-left: 16px;
            text-align: center
        }

            .about-section.about-style-two .about-img-content .about-fact .content h4 {
                color: #ffbc13;
                margin-top: -5px;
                margin-bottom: 0
            }

            .about-section.about-style-two .about-img-content .about-fact .content span {
                color: #fff
            }

    .about-section.about-style-two .about-img-content .overlay-img {
        position: absolute;
        bottom: 35px;
        right: 0;
        height: calc(100% - 135px)
    }

.about-section.about-style-three .about-img-content {
    margin-bottom: 30px
}

    .about-section.about-style-three .about-img-content [class*=col-]:first-child {
        padding-right: 5px
    }

    .about-section.about-style-three .about-img-content [class*=col-]:last-child {
        padding-left: 5px
    }

    .about-section.about-style-three .about-img-content .about-image {
        margin-bottom: 10px
    }

.strong-service-section {
    background: url(../img/service-bg-1.jpg) no-repeat center;
    background-size: 100% 100%;
    position: relative;
    overflow: hidden;
    z-index: 1
}

    .strong-service-section::after {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(26,26,26,.7);
        z-index: -1
    }

    .strong-service-section .service-content {
        margin-bottom: 30px;
        padding: 43px 0;
        position: relative;
        z-index: 1
    }

        .strong-service-section .service-content::after {
            position: absolute;
            content: '';
            left: -60px;
            top: 0;
            width: 40%;
            height: 100%;
            /* background: #ffbc13; */
            z-index: -1
        }

        .strong-service-section .service-content h2 {
            color: #fff;
            line-height: 1.3;
            margin-top: -10px;
            margin-bottom: 15px
        }

        .strong-service-section .service-content p {
            color: #fff;
            margin-bottom: 30px
        }

        .strong-service-section .service-content .primary-btn {
            background: #183d66;
        }

    .strong-service-section .custom-owl-nav {
        position: absolute;
        bottom: 0;
        right: 0
    }

.strong-service-slider .slider-item {
    padding: 18px 18px;
    border: 2px solid rgba(255,255,255,.3);
    max-width: 350px;
    background: rgb(255 255 255);
    -webkit-transition: .5s;
    transition: .5s
}

    .strong-service-slider .slider-item > i {
        line-height: 56px;
        margin-bottom: 18px;
        text-align: center;
        display: block
    }

        .strong-service-slider .slider-item > i img {
            display: inline-block;
            width: 100%;
        }

    .strong-service-slider .slider-item h3 {
        margin-bottom: 10px
    }

        .strong-service-slider .slider-item h3 a {
            color: #000;
        }

            .strong-service-slider .slider-item h3 a:hover {
                color: #ffbc13
            }

    .strong-service-slider .slider-item p {
        margin-bottom: 20px;
        color: #000000;
    }

    .strong-service-slider .slider-item .read-more-btn {
        color: #000;
    }

        .strong-service-slider .slider-item .read-more-btn i {
            vertical-align: -2px;
            color: #ffbc13;
        }

        .strong-service-slider .slider-item .read-more-btn:hover {
            color: #ffbc13
        }

.strong-service-slider .owl-nav {
    position: absolute;
    left: -10%;
    bottom: 0
}

.strong-service-slider .slider-item:hover {
    border: 2px solid rgba(255,255,255,.8)
}

.best-service-section {
    background: url(../img/bg-map-1.png) no-repeat center;
    background-size: cover
}

    .best-service-section .section-title h2 {
        margin-top: -10px
    }

    .best-service-section .service-item-single {
        position: relative;
        padding: 50px 30px;
        margin-bottom: 30px;
        border: 2px solid #001e4c;
        overflow: hidden;
        background: 0 0;
        -webkit-transition: .5s;
        transition: .5s
    }

        .best-service-section .service-item-single::before {
            position: absolute;
            content: '';
            top: -50px;
            right: -50px;
            border-top: 100px solid #ffbc13;
            border-left: 100px solid transparent;
            -webkit-transition: .5s;
            transition: .5s
        }

        .best-service-section .service-item-single > i {
            width: 60px;
            height: 60px;
            line-height: 57px;
            margin-bottom: 18px;
            background: #ffbc13;
            text-align: center;
            display: block
        }

            .best-service-section .service-item-single > i img {
                display: inline-block;
                max-width: 32px
            }

        .best-service-section .service-item-single h3 {
            margin-bottom: 5px
        }

            .best-service-section .service-item-single h3 a {
                color: #001e4c
            }

        .best-service-section .service-item-single p {
            margin-bottom: 20px;
            color: #1a1a1a
        }

        .best-service-section .service-item-single .read-more-btn {
            color: #1a1a1a
        }

            .best-service-section .service-item-single .read-more-btn i {
                vertical-align: -2px;
                color: #ffbc13
            }

        .best-service-section .service-item-single:hover {
            background: #001e4c
        }

            .best-service-section .service-item-single:hover::before {
                top: 15px;
                right: 15px
            }

            .best-service-section .service-item-single:hover > i {
                background: #fff
            }

            .best-service-section .service-item-single:hover h3 a {
                color: #fff
            }

                .best-service-section .service-item-single:hover h3 a:hover {
                    color: #ffbc13
                }

            .best-service-section .service-item-single:hover p {
                color: #d2d2d2
            }

            .best-service-section .service-item-single:hover .read-more-btn {
                color: #fff
            }

                .best-service-section .service-item-single:hover .read-more-btn:hover {
                    color: #ffbc13
                }

    .best-service-section.service-two .service-item-single {
        background: #fffdf8;
        text-align: center
    }

        .best-service-section.service-two .service-item-single:hover {
            background: #001e4c
        }

        .best-service-section.service-two .service-item-single > i {
            margin-left: auto;
            margin-right: auto
        }

.about-services-section {
    position: relative;
    z-index: 1;
    background: url(../img/service-bg-1.jpg) no-repeat center;
    background-size: cover
}

    .about-services-section::after {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,30,76,.7);
        z-index: -1
    }

    .about-services-section .service-item-single {
        position: relative;
        padding: 50px 30px;
        margin-bottom: 30px;
        -webkit-transition: .5s;
        transition: .5s;
        text-align: center;
        background: #fff;
        z-index: 1
    }

        .about-services-section .service-item-single::before {
            position: absolute;
            content: '';
            top: 0;
            right: 0;
            width: 100%;
            height: 100%;
            opacity: .09;
            background: url(../img/service-bg-shape.png) no-repeat center;
            z-index: -1
        }

        .about-services-section .service-item-single > i {
            width: 60px;
            height: 60px;
            line-height: 57px;
            margin-bottom: 15px;
            background: #ffbc13;
            display: block;
            margin-left: auto;
            margin-right: auto
        }

            .about-services-section .service-item-single > i img {
                display: inline-block;
                max-width: 32px
            }

        .about-services-section .service-item-single h3 {
            margin-bottom: 10px
        }

            .about-services-section .service-item-single h3 a {
                color: #001e4c
            }

        .about-services-section .service-item-single p {
            color: #1a1a1a
        }

.our-works-section {
    position: relative;
    overflow: hidden;
    z-index: 1
}

    .our-works-section::after {
        position: absolute;
        content: '';
        right: 0;
        top: 0;
        width: 40%;
        height: 40%;
        background: #183d66;
        z-index: -1
    }

    .our-works-section .works-content h2 {
        margin-bottom: 25px;
        line-height: 1.3
    }

        .our-works-section .works-content h2 span {
            color: #833332;
        }

    .our-works-section .works-content p {
        margin-bottom: 20px
    }

    .our-works-section .works-content .works-item .works-item-single {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        padding: 35px 60px;
        margin-bottom: 15px;
        background: url(../img/item-bg-2.jpg) no-repeat center;
        background-size: cover;
        max-width: calc(100% - 60px);
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

        .our-works-section .works-content .works-item .works-item-single:first-child {
            background: url(../img/item-bg-1.jpg) no-repeat center;
            background-size: cover
        }

        .our-works-section .works-content .works-item .works-item-single:last-child {
            background: url(../img/item-bg-3.jpg) no-repeat center;
            background-size: cover
        }

        .our-works-section .works-content .works-item .works-item-single::after {
            position: absolute;
            content: '';
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: rgba(26,26,26,.8)
        }

        .our-works-section .works-content .works-item .works-item-single::before {
            position: absolute;
            content: '';
            left: 50%;
            bottom: -30px;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            border-left: 20px solid transparent;
            border-right: 20px solid transparent;
            border-top: 30px solid #ff943a;
            z-index: 1
        }

        .our-works-section .works-content .works-item .works-item-single i {
            width: 60px;
            height: 60px;
            line-height: 57px;
            background: #fff;
            text-align: center;
            display: inline-block;
            z-index: 1
        }

            .our-works-section .works-content .works-item .works-item-single i img {
                width: 32px
            }

        .our-works-section .works-content .works-item .works-item-single .content {
            padding-left: 16px;
            z-index: 1
        }

            .our-works-section .works-content .works-item .works-item-single .content h4 {
                color: #fff;
                margin-bottom: 0
            }

        .our-works-section .works-content .works-item .works-item-single:last-child {
            margin-bottom: 0
        }

            .our-works-section .works-content .works-item .works-item-single:last-child::before {
                display: none
            }

    .our-works-section .works-image {
        height: calc(100% - 15px);
        background: url(../img/video-img-1.jpg) no-repeat center;
        background-size: cover;
        position: relative;
        z-index: 1
    }

        .our-works-section .works-image::after {
            position: absolute;
            content: '';
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: rgba(26,26,26,.5);
            z-index: -2
        }

        .our-works-section .works-image::before {
            position: absolute;
            content: '';
            width: 0;
            height: 0;
            bottom: -15px;
            left: -15px;
            border-bottom: 170px solid rgb(0 150 136 / 58%);
            border-right: 170px solid transparent;
            z-index: -1
        }

        .our-works-section .works-image img {
            opacity: 0
        }

        .our-works-section .works-image .video-btn {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            width: 90px;
            height: 90px;
            background-color: #ffbc13;
            border-radius: 50%;
            position: absolute;
            z-index: 1;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%)
        }

            .our-works-section .works-image .video-btn i {
                color: #fff
            }

            .our-works-section .works-image .video-btn::after, .our-works-section .works-image .video-btn::before {
                z-index: -1;
                content: "";
                position: absolute;
                left: 0;
                right: 0;
                top: 0;
                width: 100%;
                height: 100%;
                -webkit-animation: ripple 3s linear infinite;
                animation: ripple 3s linear infinite;
                opacity: 0;
                border-radius: 50%;
                background: #ffbc13
            }

            .our-works-section .works-image .video-btn::before {
                -webkit-animation-delay: 1s;
                animation-delay: 1s
            }

.finished-projects-section {
    position: relative;
    z-index: 1
}

    .finished-projects-section .bg-image {
        overflow: hidden
    }

        .finished-projects-section .bg-image img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 413px;
            z-index: -1;
            -o-object-fit: cover;
            object-fit: cover
        }

        .finished-projects-section .bg-image::after {
            position: absolute;
            content: '';
            left: 0;
            top: -1px;
            width: 100%;
            height: 415px;
            background: rgb(0 0 0 / 0%);
            z-index: -1
        }

    .finished-projects-section .finished-projects-slider {
        margin-bottom: 40px
    }

        .finished-projects-section .finished-projects-slider .slider-item {
            overflow: hidden
        }

            .finished-projects-section .finished-projects-slider .slider-item .overlay-content {
                position: absolute;
                overflow: hidden;
                width: calc(100% - 30px);
                height: calc(100% - 30px);
                top: 15px;
                left: 15px;
                opacity: 0;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                text-transform: capitalize;
                -webkit-transition: .5s;
                transition: .5s;
                background: rgba(26,26,26,.7)
            }

                .finished-projects-section .finished-projects-slider .slider-item .overlay-content::before {
                    position: absolute;
                    content: '';
                    top: -50px;
                    right: -50px;
                    border-top: 100px solid rgba(255,188,19,.8);
                    border-left: 100px solid transparent;
                    -webkit-transition: .5s;
                    transition: .5s
                }

                .finished-projects-section .finished-projects-slider .slider-item .overlay-content h3 a {
                    color: #fff
                }

                    .finished-projects-section .finished-projects-slider .slider-item .overlay-content h3 a:hover {
                        color: #ffbc13
                    }

            .finished-projects-section .finished-projects-slider .slider-item .image img {
                -webkit-transition: .5s;
                transition: .5s
            }

            .finished-projects-section .finished-projects-slider .slider-item:hover img {
                -webkit-transform: scale(1.1);
                transform: scale(1.1)
            }

            .finished-projects-section .finished-projects-slider .slider-item:hover .overlay-content {
                opacity: 1
            }

                .finished-projects-section .finished-projects-slider .slider-item:hover .overlay-content::before {
                    top: 10px;
                    right: 10px
                }

        .finished-projects-section .finished-projects-slider .owl-nav {
            position: absolute;
            right: 0;
            top: -60px;
            margin-top: -40px
        }

    .finished-projects-section.style-two .bg-image::after {
        background: rgba(0,30,76,.78)
    }

    .finished-projects-section.style-two .section-title h2 {
        color: #fff
    }

    .finished-projects-section.style-two .slider-item .overlay-content {
        background: rgba(0,30,76,.7)
    }

        .finished-projects-section.style-two .slider-item .overlay-content::after {
            position: absolute;
            content: '';
            bottom: -50px;
            left: -50px;
            border-bottom: 100px solid #ffbc13;
            border-right: 100px solid transparent;
            -webkit-transition: .5s;
            transition: .5s
        }

    .finished-projects-section.style-two .slider-item:hover .overlay-content::after {
        bottom: 10px;
        left: 10px
    }

.projects-section .projects-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px
}

    .projects-section .projects-item .overlay-content {
        position: absolute;
        overflow: hidden;
        width: calc(100% - 30px);
        height: calc(100% - 30px);
        top: 15px;
        left: 15px;
        opacity: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-transform: capitalize;
        text-align: center;
        -webkit-transition: .5s;
        transition: .5s;
        background: rgba(0,30,76,.7)
    }

        .projects-section .projects-item .overlay-content::after {
            position: absolute;
            content: '';
            bottom: -50px;
            left: -50px;
            border-bottom: 100px solid #ffbc13;
            border-right: 100px solid transparent;
            -webkit-transition: .5s;
            transition: .5s
        }

        .projects-section .projects-item .overlay-content::before {
            position: absolute;
            content: '';
            top: -50px;
            right: -50px;
            border-top: 100px solid rgba(255,188,19,.8);
            border-left: 100px solid transparent;
            -webkit-transition: .5s;
            transition: .5s
        }

        .projects-section .projects-item .overlay-content h3 a {
            color: #fff
        }

            .projects-section .projects-item .overlay-content h3 a:hover {
                color: #ffbc13
            }

        .projects-section .projects-item .overlay-content p {
            color: #d2d2d2
        }

    .projects-section .projects-item .image img {
        -webkit-transition: .5s;
        transition: .5s
    }

    .projects-section .projects-item:hover img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    .projects-section .projects-item:hover .overlay-content {
        opacity: 1
    }

        .projects-section .projects-item:hover .overlay-content::before {
            top: 10px;
            right: 10px
        }

        .projects-section .projects-item:hover .overlay-content::after {
            bottom: 10px;
            left: 10px
        }

.team-section, .team-section.team-two {
    position: relative;
    overflow: hidden;
    z-index: 1
}

    .team-section .team-content {
        margin-bottom: 30px;
        padding: 98px 0;
        position: relative;
        z-index: 1
    }

        .team-section .team-content::after {
            position: absolute;
            content: '';
            left: -60px;
            top: 0;
            width: 40%;
            height: 100%;
            background: #ffbc13;
            z-index: -1
        }

        .team-section .team-content h2 {
            line-height: 1.3;
            margin-top: -10px;
            margin-bottom: 15px
        }

        .team-section .team-content p {
            margin-bottom: 30px
        }

        .team-section .team-content .primary-btn {
            color: #fff;
            background: #1a1a1a
        }

            .team-section .team-content .primary-btn:hover {
                color: #1a1a1a
            }

                .team-section .team-content .primary-btn:hover::before, .team-section .team-content .primary-btn:hover::after {
                    background: #fff;
                    height: 100%
                }

.team-slider .slider-item {
    overflow: hidden;
    max-width: 350px
}

    .team-slider .slider-item .image {
        margin: 0 10px;
        overflow: hidden
    }

        .team-slider .slider-item .image img {
            -webkit-transition: .5s;
            transition: .5s
        }

    .team-slider .slider-item .content {
        position: relative;
        overflow: hidden;
        padding: 16px;
        text-align: center;
        background: #1a1a1a
    }

        .team-slider .slider-item .content h3 {
            margin-bottom: 0
        }

            .team-slider .slider-item .content h3 a {
                color: #fff
            }

                .team-slider .slider-item .content h3 a:hover {
                    color: #ffbc13
                }

        .team-slider .slider-item .content span {
            color: #d2d2d2
        }

    .team-slider .slider-item .overlay-content {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        opacity: 0;
        padding: 25px;
        -webkit-transition: .5s;
        transition: .5s
    }

        .team-slider .slider-item .overlay-content::before {
            position: absolute;
            content: '';
            top: -100px;
            right: 0;
            border-top: 100px solid rgba(255,188,19,.8);
            border-left: 100px solid transparent;
            -webkit-transition: .5s;
            transition: .5s
        }

        .team-slider .slider-item .overlay-content .social-link {
            display: inline-block
        }

            .team-slider .slider-item .overlay-content .social-link a {
                display: block;
                line-height: 0;
                text-align: center;
                background: #1a1a1a;
                color: #ffbc13;
                padding: 12px;
                font-size: 12px;
                margin-bottom: 8px;
                margin-right: unset;
                -webkit-transform: rotateY(90deg);
                transform: rotateY(90deg)
            }

                .team-slider .slider-item .overlay-content .social-link a:hover {
                    background: #ffbc13;
                    color: #1a1a1a
                }

    .team-slider .slider-item:hover .image img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    .team-slider .slider-item:hover .overlay-content {
        opacity: 1
    }

        .team-slider .slider-item:hover .overlay-content::before {
            top: -10px
        }

        .team-slider .slider-item:hover .overlay-content a {
            -webkit-transform: rotateY(0);
            transform: rotateY(0)
        }

.team-slider .owl-nav {
    position: absolute;
    left: -10%;
    bottom: 0
}

.team-two.team-section {
    background: unset
}

    .team-two.team-section .content {
        text-align: center;
        background: #001e4c
    }

    .team-two.team-section .overlay-content {
        height: 70%;
        left: 30px;
        top: 30px;
        width: calc(100% - 60px);
        background: rgba(255,255,255,.8);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

        .team-two.team-section .overlay-content::before {
            content: unset
        }

        .team-two.team-section .overlay-content .social-link a {
            margin: unset;
            margin-right: 8px;
            display: inline-block;
            background: #001e4c
        }

    .team-two.team-section .cta-btn .primary-btn {
        color: #fff;
        background: #001e4c
    }

        .team-two.team-section .cta-btn .primary-btn::before, .team-two.team-section .cta-btn .primary-btn::after {
            background-color: #ffbc13
        }

        .team-two.team-section .cta-btn .primary-btn:hover {
            color: #fff
        }

.team-members-section .team-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px
}

    .team-members-section .team-item .image {
        margin: 10px 10px 0;
        overflow: hidden
    }

        .team-members-section .team-item .image img {
            -webkit-transition: .5s;
            transition: .5s
        }

    .team-members-section .team-item .content {
        position: relative;
        overflow: hidden;
        padding: 16px;
        text-align: center;
        background: #001e4c
    }

        .team-members-section .team-item .content::before {
            position: absolute;
            content: '';
            right: 0;
            top: 0;
            border-bottom: 100px solid #ffbc13;
            border-left: 100px solid transparent
        }

        .team-members-section .team-item .content::after {
            position: absolute;
            content: '';
            left: 0;
            top: 0;
            border-top: 100px solid #ffbc13;
            border-right: 100px solid transparent
        }

        .team-members-section .team-item .content h3 a {
            color: #fff
        }

            .team-members-section .team-item .content h3 a:hover {
                color: #ffbc13
            }

        .team-members-section .team-item .content span {
            color: #d2d2d2
        }

    .team-members-section .team-item .overlay-content {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        opacity: 0;
        padding: 25px;
        -webkit-transition: .5s;
        transition: .5s
    }

        .team-members-section .team-item .overlay-content::before {
            position: absolute;
            content: '';
            top: -100px;
            right: 0;
            border-top: 100px solid rgba(255,188,19,.8);
            border-left: 100px solid transparent;
            -webkit-transition: .5s;
            transition: .5s
        }

        .team-members-section .team-item .overlay-content .social-link {
            display: inline-block
        }

            .team-members-section .team-item .overlay-content .social-link a {
                display: block;
                line-height: 0;
                text-align: center;
                background: #001e4c;
                color: #ffbc13;
                padding: 12px;
                font-size: 12px;
                margin-bottom: 8px;
                margin-right: unset;
                -webkit-transform: rotateY(90deg);
                transform: rotateY(90deg)
            }

                .team-members-section .team-item .overlay-content .social-link a:hover {
                    background: #ffbc13;
                    color: #1a1a1a
                }

    .team-members-section .team-item:hover .image img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    .team-members-section .team-item:hover .overlay-content {
        opacity: 1
    }

        .team-members-section .team-item:hover .overlay-content::before {
            top: -10px
        }

        .team-members-section .team-item:hover .overlay-content a {
            -webkit-transform: rotateY(0);
            transform: rotateY(0)
        }

.testimonial-section {
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: url(../img/testimonial-bg.jpg) no-repeat top
}

    .testimonial-section::after {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        max-height: 413px;
        background: rgba(26,26,26,.7);
        z-index: -1
    }

    .testimonial-section .testimonial-image {
        position: absolute;
        width: 100%;
        padding-right: 30px
    }

        .testimonial-section .testimonial-image img {
            width: 100%;
            height: unset
        }

    .testimonial-section .team-content h2 {
        margin-bottom: 25px;
        color: #fff
    }

    .testimonial-section .testimonial-slider {
        background: #fff3cf
    }

        .testimonial-section .testimonial-slider .slider-item {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            display: -ms-block;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            text-align: center;
            padding: 50px 70px
        }

            .testimonial-section .testimonial-slider .slider-item i {
                font-size: 50px
            }

            .testimonial-section .testimonial-slider .slider-item p {
                font-size: 25px;
                color: #1a1a1a;
                font-weight: 600;
                margin-top: 20px;
                margin-bottom: 20px;
                line-height: 1.6
            }

            .testimonial-section .testimonial-slider .slider-item .client-img {
                position: relative;
                margin-bottom: 20px
            }

                .testimonial-section .testimonial-slider .slider-item .client-img::after {
                    position: absolute;
                    content: '';
                    right: -5px;
                    bottom: -5px;
                    border-bottom: 40px solid #ffbc13;
                    border-left: 40px solid transparent;
                    z-index: -1
                }

            .testimonial-section .testimonial-slider .slider-item .client-info h6 {
                margin: 0;
                font-size: 18px
            }

        .testimonial-section .testimonial-slider .owl-nav {
            position: absolute;
            right: -15%;
            top: 30%
        }

    .testimonial-section.testimonial-two::after, .testimonial-section.testimonial-three::after {
        background: rgba(0,30,76,.7)
    }

    .testimonial-section.testimonial-two .testimonial-slider::before, .testimonial-section.testimonial-three .testimonial-slider::before {
        position: absolute;
        content: '';
        bottom: 10px;
        right: 10px;
        border-bottom: 100px solid #ffbc13;
        border-left: 100px solid transparent;
        -webkit-transition: .5s;
        transition: .5s;
        z-index: 1
    }

    .testimonial-section.testimonial-two .testimonial-slider::after, .testimonial-section.testimonial-three .testimonial-slider::after {
        position: absolute;
        content: '';
        top: 10px;
        left: 10px;
        border-top: 100px solid #ffbc13;
        border-right: 100px solid transparent;
        -webkit-transition: .5s;
        transition: .5s;
        z-index: 1
    }

    .testimonial-section.testimonial-two .section-title h2, .testimonial-section.testimonial-three .section-title h2 {
        color: #fff
    }

    .testimonial-section.testimonial-two .owl-nav, .testimonial-section.testimonial-three .owl-nav {
        position: unset;
        right: unset;
        top: unset
    }

        .testimonial-section.testimonial-two .owl-nav button, .testimonial-section.testimonial-three .owl-nav button {
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            position: absolute
        }

        .testimonial-section.testimonial-two .owl-nav .owl-prev, .testimonial-section.testimonial-three .owl-nav .owl-prev {
            left: -50px
        }

        .testimonial-section.testimonial-two .owl-nav .owl-next, .testimonial-section.testimonial-three .owl-nav .owl-next {
            right: -50px
        }

    .testimonial-section.testimonial-three {
        background: #fffdf8;
        background: unset
    }

        .testimonial-section.testimonial-three .section-title h2 {
            margin-top: -10px
        }

        .testimonial-section.testimonial-three::after {
            content: none;
            content: unset
        }

.blog-section .owl-nav, .blog-grid .owl-nav {
    position: absolute;
    right: 0;
    top: -60px;
    margin-top: -40px
}

.blog-item-single {
    margin-bottom: 30px;
    background: #fff
}

    .blog-item-single .blog-item-img {
        overflow: hidden;
        position: relative;
        margin-bottom: 20px
    }

        .blog-item-single .blog-item-img .overlay-content {
            position: absolute;
            overflow: hidden;
            width: calc(100% - 20px);
            height: calc(100% - 20px);
            top: 10px;
            left: 10px;
            opacity: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            text-transform: capitalize;
            -webkit-transition: .5s;
            transition: .5s;
            background: rgba(26,26,26,.7)
        }

            .blog-item-single .blog-item-img .overlay-content::before {
                position: absolute;
                content: '';
                top: -50px;
                right: -50px;
                border-top: 100px solid rgba(255,188,19,.8);
                border-left: 100px solid transparent;
                -webkit-transition: .5s;
                transition: .5s
            }

            .blog-item-single .blog-item-img .overlay-content::after {
                position: absolute;
                content: '';
                bottom: -50px;
                left: -50px;
                border-bottom: 100px solid rgba(255,188,19,.8);
                border-right: 100px solid transparent;
                -webkit-transition: .5s;
                transition: .5s
            }

            .blog-item-single .blog-item-img .overlay-content a {
                font-size: 32px;
                color: #fff
            }

                .blog-item-single .blog-item-img .overlay-content a:hover {
                    color: #ffbc13
                }

        .blog-item-single .blog-item-img .image img {
            -webkit-transition: .5s;
            transition: .5s
        }

        .blog-item-single .blog-item-img:hover .overlay-content {
            opacity: 1
        }

            .blog-item-single .blog-item-img:hover .overlay-content::before {
                top: 10px;
                right: 10px
            }

            .blog-item-single .blog-item-img:hover .overlay-content::after {
                bottom: 10px;
                left: 10px
            }

        .blog-item-single .blog-item-img .tag {
            position: absolute;
            top: 10px;
            left: 10px;
            padding: 6px 6px 8px;
            text-align: center;
            background: #1a1a1a
        }

            .blog-item-single .blog-item-img .tag span {
                font-size: 18px;
                font-weight: 500;
                display: block
            }

                .blog-item-single .blog-item-img .tag span:first-child {
                    border-bottom: 2px solid #2c2c2c;
                    color: #fff
                }

                .blog-item-single .blog-item-img .tag span:last-child {
                    color: #ffbc13
                }

    .blog-item-single .blog-item-content {
        padding: 0 15px 20px
    }

    .blog-item-single .read-more-btn {
        font-weight: 600
    }

        .blog-item-single .read-more-btn i {
            vertical-align: -2px;
            color: #ffbc13
        }

.blog-grid .blog-item-img .overlay-content {
    background: rgba(0,30,76,.7)
}

.partner-area .partner-slider .slider-item, .partner-two .partner-slider .slider-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .partner-area .partner-slider .slider-item img, .partner-two .partner-slider .slider-item img {
        cursor: pointer;
        width: auto;
        -webkit-transition: .5s;
        transition: .5s
    }

        .partner-area .partner-slider .slider-item img:last-child, .partner-two .partner-slider .slider-item img:last-child {
            position: absolute;
            top: 0;
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            opacity: 0
        }

    .partner-area .partner-slider .slider-item:hover img:first-child, .partner-two .partner-slider .slider-item:hover img:first-child {
        opacity: 0
    }

    .partner-area .partner-slider .slider-item:hover img:last-child, .partner-two .partner-slider .slider-item:hover img:last-child {
        opacity: 1
    }

.partner-two {
    padding: 15px 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: url(../img/service-bg-1.jpg) no-repeat center;
    background-size: cover
}

    .partner-two::after {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: .9;
        background: #fff9e9;
        z-index: -1
    }

    .partner-two .partner-slider .slider-item {
        -webkit-transition: .5s;
        transition: .5s;
        padding: 40px 20px
    }

        .partner-two .partner-slider .slider-item:hover {
            background: #001e4c
        }

        .partner-two .partner-slider .slider-item img:last-child {
            top: 50%;
            -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%)
        }

.newsletter-section, .newsletter-section.newsletter-three {
    position: relative;
    background: url(../img/newsletter-bg-1.jpg);
    background-size: 100%;
    background-position: center;
    z-index: 1
}

    .newsletter-section::after, .newsletter-section.newsletter-three::after {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(26,26,26,.5);
        z-index: -1
    }

    .newsletter-section::before, .newsletter-section.newsletter-three::before {
        position: absolute;
        content: '';
        right: 0;
        top: 0;
        width: 50%;
        height: 100%;
        z-index: -1
    }

    .newsletter-section .newsletter-content {
        padding-left: 30px;
        text-align: center;
    }

        .newsletter-section .newsletter-content h2 {
            color: #fff;
            line-height: 1.3;
            margin-top: -10px;
            margin-bottom: 15px
        }

        .newsletter-section .newsletter-content p {
            color: #d2d2d2;
            margin-bottom: 30px
        }

        .newsletter-section .newsletter-content .newsletter-form .form-control {
            color: #d2d2d2;
            height: auto;
            background: 0 0;
            border-radius: 0;
            border: 1px solid #ffbc13
        }

.validation-danger, .validation-success {
    position: relative;
    padding: 10px;
    width: 50%;
    margin-top: 15px;
    text-align: center
}

.validation-danger {
    color: #fff;
    background: var(--danger)
}

    .validation-danger::after {
        position: absolute;
        content: '';
        top: -15px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-bottom: 30px solid var(--danger)
    }

.validation-success {
    color: #fff;
    background: var(--success)
}

.help-block ul li {
    position: relative;
    padding: 5px;
    width: 50%;
    margin-top: 8px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background: var(--danger)
}

    .help-block ul li::after {
        position: absolute;
        content: '';
        top: -8px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 16px solid var(--danger)
    }

#msgSubmit {
    font-size: 20px;
    margin-top: 8px
}

.newsletter-section.newsletter-two {
    background: unset
}

    .newsletter-section.newsletter-two::before {
        content: unset
    }

    .newsletter-section.newsletter-two::after {
        content: unset
    }

    .newsletter-section.newsletter-two .content-container {
        position: relative;
        z-index: 1;
        background: url(../img/newsletter-bg-2.jpg) no-repeat center;
        position: relative;
        background-size: cover
    }

        .newsletter-section.newsletter-two .content-container::after {
            position: absolute;
            content: '';
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            z-index: -1;
            background: -webkit-gradient(linear,left top,right top,from(rgba(26,26,26,0.9)),to(rgba(26,26,26,0.3)));
            background: linear-gradient(to right,rgba(26,26,26,0.9) 0%,rgba(26,26,26,0.3) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e61a1a1a',endColorstr='#4d1a1a1a',GradientType=1 )
        }

    .newsletter-section.newsletter-two .newsletter-content h2 {
        margin-bottom: 20px
    }

.newsletter-three.newsletter-section {
    background: url(../img/newsletter-bg-1.jpg) no-repeat center;
    background-size: cover;
    background-position: top
}

    .newsletter-three.newsletter-section::after {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: -webkit-gradient(linear,left top,right top,from(rgba(0,30,76,0.9)),to(rgba(0,30,76,0.3)));
        background: linear-gradient(to right,rgba(0,30,76,0.9) 0%,rgba(0,30,76,0.3) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6001e4c',endColorstr='#4d001e4c',GradientType=1 );
        z-index: -1
    }

    .newsletter-three.newsletter-section::before {
        content: unset
    }

    .newsletter-three.newsletter-section .newsletter-content h2 {
        margin-bottom: 20px
    }

    .newsletter-three.newsletter-section .newsletter-content {
        padding-left: 0
    }

.instrument-section {
    position: relative;
    overflow: hidden
}

    .instrument-section .instrument-content {
        max-width: 420px;
        margin-bottom: 30px;
        padding-right: 15px
    }

        .instrument-section .instrument-content h2 {
            margin-bottom: 25px;
            line-height: 1.3
        }

            .instrument-section .instrument-content h2 span {
                color: #ffbc13
            }

        .instrument-section .instrument-content p {
            margin-bottom: 20px
        }

            .instrument-section .instrument-content p:last-child {
                margin-bottom: 0
            }

    .instrument-section .video-content {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-height: 100%;
        margin-bottom: 30px
    }

        .instrument-section .video-content .video-btn {
            position: relative;
            display: block;
            text-align: center;
            width: 90px;
            height: 90px;
            line-height: 90px;
            background-color: #ffbc13;
            border-radius: 50%;
            z-index: 1;
            margin-left: auto;
            margin-right: auto
        }

            .instrument-section .video-content .video-btn i {
                color: #fff
            }

            .instrument-section .video-content .video-btn::after, .instrument-section .video-content .video-btn::before {
                z-index: -1;
                content: "";
                position: absolute;
                left: 0;
                right: 0;
                top: 0;
                width: 100%;
                height: 100%;
                -webkit-animation: ripple 2s infinite;
                animation: ripple 2s infinite;
                opacity: 0;
                border-radius: 50%;
                background: #ffbc13
            }

            .instrument-section .video-content .video-btn::after {
                -webkit-animation-delay: .4s;
                animation-delay: .4s
            }

            .instrument-section .video-content .video-btn::before {
                -webkit-animation-delay: .9s;
                animation-delay: .9s
            }

        .instrument-section .video-content .video-image {
            position: absolute;
            width: 100%
        }

            .instrument-section .video-content .video-image::after {
                position: absolute;
                content: '';
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                background: rgba(26,26,26,.5)
            }

            .instrument-section .video-content .video-image img {
                width: 100%;
                max-width: unset
            }

    .instrument-section .instrument-slider .slider-item {
        overflow: hidden
    }

        .instrument-section .instrument-slider .slider-item .overlay-content {
            position: absolute;
            overflow: hidden;
            width: calc(100% - 30px);
            height: calc(100% - 30px);
            top: 15px;
            left: 15px;
            opacity: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            text-align: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            text-transform: capitalize;
            -webkit-transition: .5s;
            transition: .5s;
            background: rgba(0,30,76,.7)
        }

            .instrument-section .instrument-slider .slider-item .overlay-content::before {
                position: absolute;
                content: '';
                top: -50px;
                right: -50px;
                border-top: 100px solid #ffbc13;
                border-left: 100px solid transparent;
                -webkit-transition: .5s;
                transition: .5s
            }

            .instrument-section .instrument-slider .slider-item .overlay-content::after {
                position: absolute;
                content: '';
                bottom: -50px;
                left: -50px;
                border-bottom: 100px solid #ffbc13;
                border-right: 100px solid transparent;
                -webkit-transition: .5s;
                transition: .5s
            }

            .instrument-section .instrument-slider .slider-item .overlay-content h3 a {
                color: #fff
            }

                .instrument-section .instrument-slider .slider-item .overlay-content h3 a:hover {
                    color: #ffbc13
                }

        .instrument-section .instrument-slider .slider-item .image img {
            -webkit-transition: .5s;
            transition: .5s
        }

        .instrument-section .instrument-slider .slider-item:hover img {
            -webkit-transform: scale(1.1);
            transform: scale(1.1)
        }

        .instrument-section .instrument-slider .slider-item:hover .overlay-content {
            opacity: 1
        }

            .instrument-section .instrument-slider .slider-item:hover .overlay-content::before {
                top: 10px;
                right: 10px
            }

            .instrument-section .instrument-slider .slider-item:hover .overlay-content::after {
                bottom: 10px;
                left: 10px
            }

    .instrument-section .instrument-slider .owl-nav {
        margin-top: 30px;
        text-align: center
    }

.map-section {
    overflow: hidden
}

    .map-section .map-content {
        position: relative
    }

        .map-section .map-content .map-pin {
            position: absolute;
            cursor: pointer;
            width: 52px;
            -webkit-transition: .5s;
            transition: .5s
        }

            .map-section .map-content .map-pin .pin-content {
                position: absolute;
                top: -50px;
                right: -170px;
                padding: 16px;
                border-radius: 5px;
                opacity: 0;
                visibility: hidden;
                color: #fff;
                background: #da4a54;
                -webkit-transform: rotateY(90deg);
                transform: rotateY(90deg);
                -webkit-transition: .5s;
                transition: .5s;
                z-index: 1
            }

            .map-section .map-content .map-pin:hover {
                width: 62px
            }

                .map-section .map-content .map-pin:hover .pin-content {
                    opacity: 1;
                    visibility: visible;
                    -webkit-transform: unset;
                    transform: unset
                }

        .map-section .map-content .active .pin-content {
            opacity: 1;
            visibility: visible;
            -webkit-transform: unset;
            transform: unset
        }

        .map-section .map-content .pin-1 {
            left: 20%
        }

        .map-section .map-content .pin-2 {
            right: 20%
        }

        .map-section .map-content .pin-3 {
            top: 35%
        }

        .map-section .map-content .pin-4 {
            top: 30%;
            left: 50%
        }

        .map-section .map-content .pin-5 {
            bottom: 0;
            left: 30%
        }

        .map-section .map-content .pin-6 {
            right: 0;
            bottom: 0
        }

            .map-section .map-content .pin-6 .pin-content {
                left: -170px;
                right: unset
            }

.amazing-projects-section {
    position: relative;
    overflow: hidden
}

    .amazing-projects-section .projects-content {
        margin-bottom: 30px;
        padding: 83px 0;
        position: relative;
        z-index: 1
    }

        .amazing-projects-section .projects-content::after {
            position: absolute;
            content: '';
            left: -60px;
            top: 0;
            width: 40%;
            height: 100%;
            background: #ffbc13;
            z-index: -1
        }

        .amazing-projects-section .projects-content h2 {
            color: #001e4c;
            line-height: 1.3;
            margin-top: -10px;
            margin-bottom: 15px
        }

        .amazing-projects-section .projects-content p {
            margin-bottom: 30px
        }

        .amazing-projects-section .projects-content .primary-btn {
            color: #fff;
            background: #001e4c
        }

.amazing-projects-slider {
    margin-bottom: 30px
}

    .amazing-projects-slider .slider-item {
        overflow: hidden
    }

        .amazing-projects-slider .slider-item .overlay-content {
            position: absolute;
            overflow: hidden;
            width: calc(100% - 30px);
            height: calc(100% - 30px);
            top: 15px;
            left: 15px;
            opacity: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            text-transform: capitalize;
            -webkit-transition: .5s;
            transition: .5s;
            background: rgba(26,26,26,.7)
        }

            .amazing-projects-slider .slider-item .overlay-content::before {
                position: absolute;
                content: '';
                top: -50px;
                right: -50px;
                border-top: 100px solid rgba(255,188,19,.8);
                border-left: 100px solid transparent;
                -webkit-transition: .5s;
                transition: .5s
            }

            .amazing-projects-slider .slider-item .overlay-content h3 a {
                color: #fff
            }

                .amazing-projects-slider .slider-item .overlay-content h3 a:hover {
                    color: #ffbc13
                }

        .amazing-projects-slider .slider-item .image img {
            -webkit-transition: .5s;
            transition: .5s
        }

        .amazing-projects-slider .slider-item:hover img {
            -webkit-transform: scale(1.1);
            transform: scale(1.1)
        }

        .amazing-projects-slider .slider-item:hover .overlay-content {
            opacity: 1
        }

            .amazing-projects-slider .slider-item:hover .overlay-content::before {
                top: 10px;
                right: 10px
            }

    .amazing-projects-slider .owl-nav {
        position: absolute;
        left: -10%;
        bottom: 0
    }

.renovate-section, .build-section {
    position: relative;
    z-index: 1
}

    .renovate-section::after, .build-section::after {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 40%;
        height: 60%;
        background: #ffbc13;
        z-index: -1
    }

    .renovate-section .content, .build-section .content {
        margin-bottom: 30px
    }

        .renovate-section .content h2, .build-section .content h2 {
            margin-bottom: 25px;
            margin-top: -10px;
            line-height: 1.3
        }

            .renovate-section .content h2 span, .build-section .content h2 span {
                color: #ffbc13
            }

        .renovate-section .content p:nth-child(3), .build-section .content p:nth-child(3) {
            margin-bottom: 25px
        }

        .renovate-section .content p:nth-child(5), .build-section .content p:nth-child(5) {
            margin-bottom: 30px
        }

        .renovate-section .content .item-list, .build-section .content .item-list {
            margin-bottom: 25px
        }

            .renovate-section .content .item-list ul, .build-section .content .item-list ul {
                padding: 0;
                margin: 0;
                list-style-type: none
            }

                .renovate-section .content .item-list ul li, .build-section .content .item-list ul li {
                    display: block;
                    font-weight: 500;
                    margin-bottom: 6px;
                    padding-left: 25px;
                    position: relative;
                    line-height: 1.8;
                    color: #1a1a1a
                }

                    .renovate-section .content .item-list ul li:last-child, .build-section .content .item-list ul li:last-child {
                        margin-bottom: 0
                    }

                    .renovate-section .content .item-list ul li i, .build-section .content .item-list ul li i {
                        margin-left: -25px;
                        margin-right: 5px;
                        color: #ffbc13;
                        vertical-align: -2px
                    }

        .renovate-section .content .cta-btn .primary-btn, .build-section .content .cta-btn .primary-btn {
            color: #fff;
            background: #001e4c
        }

            .renovate-section .content .cta-btn .primary-btn::before, .build-section .content .cta-btn .primary-btn::before, .renovate-section .content .cta-btn .primary-btn::after, .build-section .content .cta-btn .primary-btn::after {
                background-color: #ffbc13
            }

            .renovate-section .content .cta-btn .primary-btn:hover, .build-section .content .cta-btn .primary-btn:hover {
                color: #fff
            }

    .renovate-section .image-content, .build-section .image-content {
        margin-bottom: 30px;
        position: relative
    }

        .renovate-section .image-content::before, .build-section .image-content::before {
            position: absolute;
            content: '';
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
            border-left: 20px solid transparent;
            border-right: 20px solid transparent;
            border-top: 30px solid #001e4c;
            z-index: 1
        }

    .build-section::after {
        position: absolute;
        content: '';
        left: none !important;
        left: unset;
        right: 0 !important;
        top: 0;
        width: 40%;
        height: 60%;
        background: #ffbc13;
        z-index: -1
    }

.quote-section {
    position: relative;
    z-index: 1;
    background: url(../img/testimonial-bg.jpg) no-repeat top
}

    .quote-section::after {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        max-height: 413px;
        background: rgba(0,30,76,.7);
        z-index: -1
    }

    .quote-section .contact-form {
        position: relative;
        padding: 45px;
        background: #fff3cf;
        margin-bottom: 30px
    }

        .quote-section .contact-form::after {
            position: absolute;
            content: '';
            top: 10px;
            left: 10px;
            border-top: 100px solid #ffbc13;
            border-right: 100px solid transparent;
            -webkit-transition: .5s;
            transition: .5s;
            z-index: 1
        }

        .quote-section .contact-form h2 {
            text-align: center;
            margin-bottom: 25px;
            margin-top: -10px;
            line-height: 1.3
        }

            .quote-section .contact-form h2 span {
                color: #ffbc13
            }

        .quote-section .contact-form .primary-btn {
            width: 100%
        }

        .quote-section .contact-form .nice-select {
            float: unset;
            line-height: 58px;
            color: #a5a5a5;
            text-transform: capitalize;
            padding-top: 0;
            padding-bottom: 0
        }

            .quote-section .contact-form .nice-select .list {
                background-color: #fff;
                -webkit-box-shadow: 0 0 29px 0 rgba(102,102,102,.1);
                box-shadow: 0 0 29px 0 rgba(102,102,102,.1);
                border-radius: 0;
                margin-top: -1px;
                width: 100%;
                padding-top: 10px;
                padding-bottom: 10px
            }

                .quote-section .contact-form .nice-select .list .option {
                    -webkit-transition: .6s;
                    transition: .6s;
                    color: #a5a5a5;
                    font-size: 14px;
                    line-height: 25px;
                    padding-top: 10px;
                    padding-bottom: 10px;
                    padding-left: 20px;
                    padding-right: 10px
                }

                    .quote-section .contact-form .nice-select .list .option.selected {
                        background-color: transparent;
                        font-weight: 500;
                        color: #2c2c2c
                    }

            .quote-section .contact-form .nice-select::after {
                border: none;
                -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
                border-left: 7px solid transparent;
                border-right: 7px solid transparent;
                border-top: 8px solid #ffbc13
            }

        .quote-section .contact-form .open:after {
            border-top: none;
            border-bottom: 8px solid #ffbc13
        }

    .quote-section .image {
        margin-bottom: 30px
    }

.form-check {
    padding-left: 0
}

.faq-section {
    background-color: #dcd7ca !important;
    background: url(../img/faq-bg.png) no-repeat center;
    background-size: cover
}

    .faq-section .panel-group {
        margin-bottom: 15px
    }

        .faq-section .panel-group .panel {
            border-radius: 0;
            margin-bottom: 15px;
            overflow: hidden
        }

            .faq-section .panel-group .panel .panel-heading {
                padding: 0;
                background: #fff;
                position: relative
            }

        .faq-section .panel-group .panel-title {
            margin: 0
        }

            .faq-section .panel-group .panel-title a {
                display: block;
                padding: 25px 20px;
                font-size: 16px;
                font-weight: 600;
                color: #1a1a1a
            }

                .faq-section .panel-group .panel-title a:before {
                    content: "";
                    position: absolute;
                    top: 50%;
                    right: 20px;
                    border-top: none;
                    border-bottom: 8px solid #ffbc13;
                    border-left: 7px solid transparent;
                    border-right: 7px solid transparent;
                    -webkit-transform: translateY(-50%);
                    transform: translateY(-50%)
                }

                .faq-section .panel-group .panel-title a.collapsed:before {
                    content: "";
                    position: absolute;
                    top: 50%;
                    right: 20px;
                    border-bottom: none;
                    border-left: 7px solid transparent;
                    border-right: 7px solid transparent;
                    border-top: 8px solid #ffbc13;
                    -webkit-transform: translateY(-50%);
                    transform: translateY(-50%)
                }

                .faq-section .panel-group .panel-title a.collapsed::after {
                    content: "";
                    position: absolute;
                    top: 5px;
                    height: calc(100% - 10px);
                    left: 6px;
                    width: 2px;
                    background: #ffbc13
                }

        .faq-section .panel-group .panel-body {
            padding: 25px 20px;
            border: 0;
            background: #fff;
            position: relative;
            margin-top: 2px
        }

            .faq-section .panel-group .panel-body::after {
                content: "";
                position: absolute;
                top: 5px;
                height: calc(100% - 10px);
                left: 6px;
                width: 2px;
                background: #ffbc13
            }

            .faq-section .panel-group .panel-body p {
                color: #1a1a1a;
                margin: 0
            }

.count-section {
    position: relative;
    overflow: hidden;
    background: url(../img/count-bg.png) no-repeat center;
    background-size: cover
}

    .count-section:after {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #fff9e9;
        z-index: -1
    }

    .count-section .content {
        position: relative;
        overflow: hidden;
        padding: 80px 20px;
        text-align: center;
        z-index: 1;
        margin-bottom: 30px
    }

        .count-section .content:after {
            position: absolute;
            content: '';
            left: 10px;
            top: 10px;
            border-top: 100px solid #ffbc13;
            border-right: 100px solid transparent
        }

        .count-section .content::before {
            position: absolute;
            content: '';
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,30,76,.9);
            z-index: -1
        }

        .count-section .content h2 {
            line-height: 1.3;
            margin: 0;
            margin-top: -5px;
            color: #ffbc13
        }

            .count-section .content h2 span {
                color: #ffbc13
            }

        .count-section .content span {
            color: #fff
        }

    .count-section [class*=col-]:nth-child(1) .content {
        background: url(../img/item-bg-1.jpg) no-repeat center;
        background-size: cover
    }

    .count-section [class*=col-]:nth-child(2) .content {
        background: url(../img/item-bg-2.jpg) no-repeat center;
        background-size: cover
    }

    .count-section [class*=col-]:nth-child(3) .content {
        background: url(../img/item-bg-3.jpg) no-repeat center;
        background-size: cover
    }

    .count-section [class*=col-]:nth-child(4) .content {
        background: url(../img/project-bg-1.jpg) no-repeat center;
        background-size: cover
    }

.blog-details-area {
    overflow: hidden
}

    .blog-details-area .blog-details-desc {
        padding-left: 40px;
        margin-bottom: 30px
    }

        .blog-details-area .blog-details-desc .image {
            margin-bottom: 25px
        }

        .blog-details-area .blog-details-desc .content {
            margin-bottom: 25px
        }

            .blog-details-area .blog-details-desc .content h2 {
                font-size: 40px;
                line-height: 1.3;
                margin-top: -5px;
                color: #001e4c;
                margin-bottom: 20px;
                text-transform: capitalize
            }

            .blog-details-area .blog-details-desc .content p {
                color: #2c2c2c
            }

        .blog-details-area .blog-details-desc .post-meta {
            padding: 0;
            margin: 0;
            margin-bottom: 25px
        }

            .blog-details-area .blog-details-desc .post-meta li {
                color: #001e4c;
                display: inline-block;
                font-weight: 500;
                font-size: 14px;
                margin-right: 10px;
                padding: 8px 10px;
                background: #ffbc13
            }

                .blog-details-area .blog-details-desc .post-meta li:last-child {
                    margin-right: 0
                }

                .blog-details-area .blog-details-desc .post-meta li:hover a {
                    color: #fff
                }

        .blog-details-area .blog-details-desc .blog-details-slider {
            margin-bottom: 25px;
            position: relative
        }

            .blog-details-area .blog-details-desc .blog-details-slider .owl-nav {
                position: absolute;
                right: 20px;
                bottom: 20px
            }

        .blog-details-area .blog-details-desc .article-share {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            margin-bottom: 25px
        }

            .blog-details-area .blog-details-desc .article-share span {
                color: #1a1a1a;
                text-transform: capitalize;
                margin-right: 5px;
                font-weight: 600
            }

        .blog-details-area .blog-details-desc .social-link a {
            font-size: 14px;
            padding: 8px 12px;
            margin-right: 5px
        }

            .blog-details-area .blog-details-desc .social-link a:last-child {
                margin-right: 0
            }

        .blog-details-area .blog-details-desc hr {
            margin-top: 0;
            margin-bottom: 25px
        }

        .blog-details-area .blog-details-desc .comment-reply #commentForm .form-control {
            background: #fff9e9;
            border: 1px solid #ffbc13
        }

        .blog-details-area .blog-details-desc .comment-reply #commentForm .primary-btn {
            width: 100%;
            color: #fff;
            background: #001e4c
        }

            .blog-details-area .blog-details-desc .comment-reply #commentForm .primary-btn::before, .blog-details-area .blog-details-desc .comment-reply #commentForm .primary-btn::after {
                background-color: #ffbc13
            }

            .blog-details-area .blog-details-desc .comment-reply #commentForm .primary-btn:hover {
                color: #fff
            }

        .blog-details-area .blog-details-desc .comments-area {
            margin-bottom: 25px
        }

            .blog-details-area .blog-details-desc .comments-area .comment-list {
                padding: 0;
                margin: 0;
                list-style-type: none
            }

                .blog-details-area .blog-details-desc .comments-area .comment-list .comment {
                    margin-bottom: 15px
                }

                    .blog-details-area .blog-details-desc .comments-area .comment-list .comment:last-child {
                        margin-bottom: 0
                    }

            .blog-details-area .blog-details-desc .comments-area .comment-body {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: start;
                -ms-flex-align: start;
                align-items: flex-start;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                -ms-flex-direction: row;
                flex-direction: row;
                background: #fff9e9;
                padding: 20px 15px
            }

                .blog-details-area .blog-details-desc .comments-area .comment-body .comment-author {
                    overflow: hidden
                }

                    .blog-details-area .blog-details-desc .comments-area .comment-body .comment-author .avatar {
                        width: 90px
                    }

                .blog-details-area .blog-details-desc .comments-area .comment-body .comment-content {
                    padding-left: 16px
                }

                    .blog-details-area .blog-details-desc .comments-area .comment-body .comment-content .comment-metadata .name {
                        color: #2c2c2c;
                        font-size: 16px;
                        font-weight: 700;
                        margin: 0
                    }

                    .blog-details-area .blog-details-desc .comments-area .comment-body .comment-content .comment-metadata .time {
                        color: #2c2c2c;
                        font-size: 12px
                    }

                    .blog-details-area .blog-details-desc .comments-area .comment-body .comment-content .comment-metadata .reply {
                        float: right;
                        margin-top: -20px
                    }

                        .blog-details-area .blog-details-desc .comments-area .comment-body .comment-content .comment-metadata .reply .primary-btn {
                            padding: 0 20px;
                            color: #fff
                        }

                    .blog-details-area .blog-details-desc .comments-area .comment-body .comment-content p {
                        margin-top: 5px;
                        font-size: 15px
                    }

    .blog-details-area .tags a {
        display: inline-block;
        text-align: center;
        background: #fff9e9;
        color: #1a1a1a;
        border: 1px solid #ffbc13;
        padding: 8px 12px;
        font-size: 14px;
        margin-right: 5px
    }

        .blog-details-area .tags a:hover {
            color: #1a1a1a
        }

        .blog-details-area .tags a:last-child {
            margin-right: 0
        }

    .blog-details-area .widget-area {
        margin-bottom: 30px
    }

        .blog-details-area .widget-area .widget {
            margin-bottom: 25px
        }

        .blog-details-area .widget-area .widget-gallery {
            margin-bottom: 10px
        }

        .blog-details-area .widget-area .gallery-item img {
            margin-bottom: 20px
        }

        .blog-details-area .widget-area .widget-search .search-form {
            position: relative;
            background-color: #fff
        }

            .blog-details-area .widget-area .widget-search .search-form .search-field {
                color: #2c2c2c;
                display: block;
                width: 100%;
                height: 68px;
                padding: 0 0 0 15px;
                border: none;
                font-weight: 600;
                -webkit-transition: .5s;
                transition: .5s;
                background: #fff9e9;
                border: 1px solid #ffbc13;
                -webkit-box-shadow: 0 0 20px -2px rgba(106,99,119,.1);
                box-shadow: 0 0 20px -2px rgba(106,99,119,.1)
            }

            .blog-details-area .widget-area .widget-search .search-form button {
                border: none;
                color: #001e4c;
                position: absolute;
                right: 20px;
                top: 50%;
                font-size: 18px;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
                -webkit-transition: .5s;
                transition: .5s
            }

        .blog-details-area .widget-area .widget-article .article-item {
            margin-bottom: 16px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row
        }

            .blog-details-area .widget-area .widget-article .article-item .info {
                padding-left: 16px
            }

            .blog-details-area .widget-area .widget-article .article-item .title {
                margin-top: 5px;
                font-size: 18px
            }

            .blog-details-area .widget-area .widget-article .article-item:last-child {
                margin-bottom: 0
            }

        .blog-details-area .widget-area .widget-categories .category-list {
            padding: 0;
            margin: 0;
            list-style-type: none
        }

            .blog-details-area .widget-area .widget-categories .category-list li {
                position: relative;
                padding: 12px 14px;
                background: #fff9e9;
                margin-bottom: 16px
            }

                .blog-details-area .widget-area .widget-categories .category-list li:last-child {
                    margin-bottom: 0
                }

                .blog-details-area .widget-area .widget-categories .category-list li a {
                    font-weight: 600;
                    text-transform: capitalize;
                    color: #001e4c
                }

                .blog-details-area .widget-area .widget-categories .category-list li i {
                    vertical-align: middle;
                    margin-right: 8px;
                    color: #ffbc13
                }

        .blog-details-area .widget-area .tags a {
            margin-bottom: 10px
        }

        .blog-details-area .widget-area .contact-form {
            position: relative;
            padding: 25px;
            background: #fff3cf
        }

            .blog-details-area .widget-area .contact-form .primary-btn {
                width: 100%;
                color: #fff;
                background: #001e4c
            }

                .blog-details-area .widget-area .contact-form .primary-btn::before, .blog-details-area .widget-area .contact-form .primary-btn::after {
                    background-color: #ffbc13
                }

                .blog-details-area .widget-area .contact-form .primary-btn:hover {
                    color: #fff
                }

    .blog-details-area h3.sub-title {
        line-height: 1;
        margin-bottom: 20px;
        text-transform: capitalize;
        color: #001e4c
    }

.page-title-area {
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin-top: 125px;
}

    .page-title-area::before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: "";
        background: -webkit-gradient(linear,left top,right top,from(rgba(0,30,76,0.9)),to(rgba(0,30,76,0.3)));
        background: linear-gradient(to right,rgba(0,30,76,0.9) 0%,rgba(0,30,76,0.3) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6001e4c',endColorstr='#4d001e4c',GradientType=1 );
        z-index: -1
    }

    .page-title-area .bg-image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -2;
        -o-object-fit: cover;
        object-fit: cover
    }

    .page-title-area .page-title-content {
        text-transform: capitalize
    }

        .page-title-area .page-title-content h1 {
            color: #fff;
            margin-bottom: 20px;
            margin-top: -10px;
            line-height: 1.2
        }

        .page-title-area .page-title-content ul {
            padding: 0;
            margin: 0
        }

            .page-title-area .page-title-content ul li {
                margin-right: 10px;
                padding-left: 15px;
                display: inline-block
            }

                .page-title-area .page-title-content ul li:first-child {
                    padding-left: 0
                }

                .page-title-area .page-title-content ul li i {
                    font-size: 14px;
                    margin-left: -20px;
                    margin-right: 10px;
                    color: #ffbc13;
                    vertical-align: -1px
                }

                .page-title-area .page-title-content ul li a {
                    color: #fff
                }

                    .page-title-area .page-title-content ul li a:hover {
                        color: #ffbc13
                    }

.authentication-section .authentication-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
    overflow: hidden
}

    .authentication-section .authentication-tabs .tab-item {
        color: #1a1a1a;
        font-weight: 500;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 15px 60px;
        border-bottom: 2px solid #d2d2d2;
        cursor: pointer
    }

        .authentication-section .authentication-tabs .tab-item.active {
            color: #ffbc13;
            border-bottom: 2px solid #ffbc13
        }

.authentication-section .authentication-tabs-content .tab-panel {
    display: none
}

    .authentication-section .authentication-tabs-content .tab-panel.active {
        display: block;
        -webkit-animation: flipInY 1s 1 linear;
        animation: flipInY 1s 1 linear
    }

.authentication-section .authentication-form {
    background: #fff;
    -webkit-box-shadow: 0 2px 48px 0 rgba(0,0,0,.08);
    box-shadow: 0 2px 48px 0 rgba(0,0,0,.08);
    padding: 40px;
    border-radius: 5px;
    max-width: 600px;
    margin: auto
}

    .authentication-section .authentication-form .checkbox label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 20px;
        font-weight: 500;
        font-size: 14px;
        display: inline-block;
        margin-bottom: 0;
        color: #1a1a1a
    }

        .authentication-section .authentication-form .checkbox label a {
            color: #ffbc13
        }

    .authentication-section .authentication-form .checkbox [type=checkbox]:checked, .authentication-section .authentication-form .checkbox [type=checkbox]:not(:checked) {
        display: none
    }

        .authentication-section .authentication-form .checkbox [type=checkbox]:checked + label:after, .authentication-section .authentication-form .checkbox [type=checkbox]:not(:checked) + label:after {
            content: '';
            width: 8px;
            height: 8px;
            background: #ffbc13;
            position: absolute;
            top: 5.5px;
            left: 6px;
            -webkit-transition: .5s;
            transition: .5s
        }

        .authentication-section .authentication-form .checkbox [type=checkbox]:checked + label::before, .authentication-section .authentication-form .checkbox [type=checkbox]:not(:checked) + label::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 19px;
            height: 19px;
            border: 1px solid #fff3cf;
            background: #fff3cf;
            -webkit-transition: .5s;
            transition: .5s
        }

        .authentication-section .authentication-form .checkbox [type=checkbox]:checked + label::before {
            border: 1px solid #ffbc13;
            background: unset
        }

        .authentication-section .authentication-form .checkbox [type=checkbox]:not(:checked) + label:after {
            display: none
        }

    .authentication-section .authentication-form .link {
        text-align: right
    }

        .authentication-section .authentication-form .link a {
            display: inline-block;
            font-weight: 500;
            font-size: 14px;
            line-height: 1.3
        }

.authentication-section .content {
    margin-bottom: 30px;
    text-align: center
}

    .authentication-section .content .logo {
        margin-bottom: 20px
    }

    .authentication-section .content h3 {
        font-size: 30px;
        margin-top: -7px;
        margin-bottom: 0;
        color: #001e4c
    }

.authentication-section .form-group {
    margin-bottom: 25px
}

.authentication-section .form-control {
    background: #fff9e9;
    border: 1px solid #ffbc13
}

.authentication-section .cta-btn {
    margin-top: 25px
}

    .authentication-section .cta-btn .primary-btn {
        padding: 14.5px 30px;
        width: 100%
    }

.authentication-form {
    background: #fff;
    -webkit-box-shadow: 0 2px 48px 0 rgba(0,0,0,.08);
    box-shadow: 0 2px 48px 0 rgba(0,0,0,.08);
    padding: 40px;
    border-radius: 5px;
    max-width: 600px;
    margin: auto
}

    .authentication-form .checkbox label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 20px;
        font-weight: 500;
        font-size: 14px;
        display: inline-block;
        margin-bottom: 0;
        color: #1a1a1a
    }

        .authentication-form .checkbox label a {
            color: #ffbc13
        }

    .authentication-form .checkbox [type=checkbox]:checked, .authentication-form .checkbox [type=checkbox]:not(:checked) {
        display: none
    }

        .authentication-form .checkbox [type=checkbox]:checked + label:after, .authentication-form .checkbox [type=checkbox]:not(:checked) + label:after {
            content: '';
            width: 8px;
            height: 8px;
            background: #ffbc13;
            position: absolute;
            top: 5.5px;
            left: 6px;
            -webkit-transition: .5s;
            transition: .5s
        }

        .authentication-form .checkbox [type=checkbox]:checked + label::before, .authentication-form .checkbox [type=checkbox]:not(:checked) + label::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 19px;
            height: 19px;
            border: 1px solid #fff3cf;
            background: #fff3cf;
            -webkit-transition: .5s;
            transition: .5s
        }

        .authentication-form .checkbox [type=checkbox]:checked + label::before {
            border: 1px solid #ffbc13;
            background: unset
        }

        .authentication-form .checkbox [type=checkbox]:not(:checked) + label:after {
            display: none
        }

    .authentication-form .link {
        text-align: right
    }

        .authentication-form .link a {
            display: inline-block;
            font-weight: 500;
            font-size: 14px;
            line-height: 1.3
        }

    .authentication-form .content {
        margin-bottom: 30px;
        text-align: center
    }

        .authentication-form .content .logo {
            margin-bottom: 20px
        }

        .authentication-form .content h3 {
            font-size: 30px;
            margin-top: -7px;
            margin-bottom: 0;
            color: #001e4c
        }

    .authentication-form .form-group {
        margin-bottom: 25px
    }

    .authentication-form .form-control {
        background: #fff9e9;
        border: 1px solid #ffbc13
    }

    .authentication-form .cta-btn {
        margin-top: 25px
    }

        .authentication-form .cta-btn .primary-btn {
            padding: 14.5px 30px;
            width: 100%
        }

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
    color: #fff;
    right: 0;
    text-align: center;
    padding: unset;
    width: 100%;
    height: 40px;
    width: 40px;
    opacity: 1;
    background: #ffbc13
}

.mfp-iframe-holder .mfp-close {
    top: -60px
}

.member-details-section .image {
    height: 100%;
    background: url(../img/team/team-img-3.jpg) no-repeat center;
    background-size: cover
}

@media screen and (min-width: 767px) {
    .member-details-section .image img {
        opacity: 0
    }
}

@media screen and (max-width: 767px) {
    .member-details-section .image {
        background: unset
    }
}

.member-details-section .content {
    position: relative;
    padding: 40px 30px;
    background: #fff9e9
}

    .member-details-section .content::after {
        position: absolute;
        content: '';
        top: 10px;
        right: 10px;
        border-top: 100px solid #ffbc13;
        border-left: 100px solid transparent;
        -webkit-transition: .5s;
        transition: .5s;
        z-index: 1
    }

    .member-details-section .content .member-info h3 {
        font-size: 30px;
        line-height: 1;
        text-transform: capitalize;
        color: #001e4c
    }

    .member-details-section .content .member-info span {
        display: inline-block;
        color: #001e4c;
        margin-bottom: 10px
    }

    .member-details-section .content .member-list {
        margin: 15px 0
    }

        .member-details-section .content .member-list .list-content {
            margin-bottom: 10px
        }

            .member-details-section .content .member-list .list-content i {
                margin-right: 8px;
                color: #ffbc13;
                vertical-align: middle
            }

            .member-details-section .content .member-list .list-content .title {
                color: #001e4c;
                font-weight: 600
            }

            .member-details-section .content .member-list .list-content .info {
                margin-left: auto
            }

.bio-area .section-title {
    margin-bottom: 0
}

    .bio-area .section-title h2 {
        padding-left: 60px
    }

    .bio-area .section-title::before {
        left: 0
    }

.service-details-area, .terms-area, .privacy-area {
    padding-bottom: 60px
}

    .service-details-area .image, .terms-area .image, .privacy-area .image {
        margin-bottom: 40px
    }

    .service-details-area .project-info, .terms-area .project-info, .privacy-area .project-info {
        position: relative;
        padding: 30px 25px;
        background: #ffbc13;
        text-align: center;
        margin-bottom: 40px
    }

        .service-details-area .project-info h3, .terms-area .project-info h3, .privacy-area .project-info h3 {
            line-height: 1;
            margin-bottom: 15px;
            text-transform: capitalize;
            color: #fff
        }

        .service-details-area .project-info p, .terms-area .project-info p, .privacy-area .project-info p {
            color: #fff;
            line-height: 1.5
        }

            .service-details-area .project-info p:last-child, .terms-area .project-info p:last-child, .privacy-area .project-info p:last-child {
                margin-bottom: 20px
            }

        .service-details-area .project-info .info-list, .terms-area .project-info .info-list, .privacy-area .project-info .info-list {
            padding: 0;
            margin: 0;
            list-style-type: none;
            text-align: left
        }

            .service-details-area .project-info .info-list li, .terms-area .project-info .info-list li, .privacy-area .project-info .info-list li {
                position: relative;
                padding: 12px 14px;
                background: #fff9e9;
                margin-bottom: 16px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex
            }

                .service-details-area .project-info .info-list li i, .terms-area .project-info .info-list li i, .privacy-area .project-info .info-list li i {
                    vertical-align: -2px;
                    margin-right: 8px;
                    color: #001e4c
                }

                .service-details-area .project-info .info-list li a, .terms-area .project-info .info-list li a, .privacy-area .project-info .info-list li a {
                    font-weight: 600;
                    text-transform: capitalize;
                    color: #001e4c;
                    display: inline-block;
                    -webkit-box-flex: 0;
                    -ms-flex: 0 0 50%;
                    flex: 0 0 50%;
                    max-width: 50%
                }

                .service-details-area .project-info .info-list li span, .terms-area .project-info .info-list li span, .privacy-area .project-info .info-list li span {
                    display: inline-block;
                    -webkit-box-flex: 0;
                    -ms-flex: 0 0 50%;
                    flex: 0 0 50%;
                    max-width: 50%
                }

                .service-details-area .project-info .info-list li:last-child, .terms-area .project-info .info-list li:last-child, .privacy-area .project-info .info-list li:last-child {
                    margin-bottom: 0
                }

    .service-details-area .content, .terms-area .content, .privacy-area .content {
        margin-bottom: 40px
    }

        .service-details-area .content h2.title, .terms-area .content h2.title, .privacy-area .content h2.title {
            font-size: 45px;
            line-height: 1.3;
            margin-top: -10px;
            color: #001e4c;
            margin-bottom: 20px;
            text-transform: capitalize
        }

            .service-details-area .content h2.title span, .terms-area .content h2.title span, .privacy-area .content h2.title span {
                color: #ffbc13
            }

        .service-details-area .content p, .terms-area .content p, .privacy-area .content p {
            color: #2c2c2c
        }

    .service-details-area .projects-area .content, .terms-area .projects-area .content, .privacy-area .projects-area .content {
        margin-bottom: 40px
    }

        .service-details-area .projects-area .content h2, .terms-area .projects-area .content h2, .privacy-area .projects-area .content h2 {
            margin-bottom: 25px;
            line-height: 1.3;
            margin-top: -10px;
            color: #001e4c
        }

    .service-details-area .projects-area .item-list ul, .terms-area .projects-area .item-list ul, .privacy-area .projects-area .item-list ul {
        padding: 0;
        margin: 0;
        list-style-type: none
    }

        .service-details-area .projects-area .item-list ul li, .terms-area .projects-area .item-list ul li, .privacy-area .projects-area .item-list ul li {
            display: block;
            font-weight: 500;
            margin-bottom: 6px;
            padding-left: 25px;
            position: relative;
            line-height: 1.8;
            color: #2c2c2c
        }

            .service-details-area .projects-area .item-list ul li i, .terms-area .projects-area .item-list ul li i, .privacy-area .projects-area .item-list ul li i {
                margin-left: -25px;
                margin-right: 5px;
                color: #ffbc13;
                vertical-align: -2px
            }

    .service-details-area .service-details-desc, .terms-area .service-details-desc, .privacy-area .service-details-desc {
        padding-left: 40px;
        margin-bottom: 30px
    }

        .service-details-area .service-details-desc .image, .terms-area .service-details-desc .image, .privacy-area .service-details-desc .image {
            margin-bottom: 25px
        }

        .service-details-area .service-details-desc .content, .terms-area .service-details-desc .content, .privacy-area .service-details-desc .content {
            margin-bottom: 25px
        }

            .service-details-area .service-details-desc .content h2, .terms-area .service-details-desc .content h2, .privacy-area .service-details-desc .content h2 {
                font-size: 40px;
                line-height: 1.3;
                margin-top: -5px;
                color: #001e4c;
                margin-bottom: 20px;
                text-transform: capitalize
            }

                .service-details-area .service-details-desc .content h2 span, .terms-area .service-details-desc .content h2 span, .privacy-area .service-details-desc .content h2 span {
                    color: #ffbc13
                }

            .service-details-area .service-details-desc .content p, .terms-area .service-details-desc .content p, .privacy-area .service-details-desc .content p {
                color: #2c2c2c
            }

        .service-details-area .service-details-desc .services-area .content h2, .terms-area .service-details-desc .services-area .content h2, .privacy-area .service-details-desc .services-area .content h2 {
            margin-bottom: 25px;
            line-height: 1.3;
            color: #001e4c
        }

        .service-details-area .service-details-desc .services-area .item-list, .terms-area .service-details-desc .services-area .item-list, .privacy-area .service-details-desc .services-area .item-list {
            margin-bottom: 25px
        }

            .service-details-area .service-details-desc .services-area .item-list ul, .terms-area .service-details-desc .services-area .item-list ul, .privacy-area .service-details-desc .services-area .item-list ul {
                padding: 0;
                margin: 0;
                list-style-type: none
            }

                .service-details-area .service-details-desc .services-area .item-list ul li, .terms-area .service-details-desc .services-area .item-list ul li, .privacy-area .service-details-desc .services-area .item-list ul li {
                    display: block;
                    font-weight: 500;
                    margin-bottom: 6px;
                    padding-left: 25px;
                    position: relative;
                    line-height: 1.8;
                    color: #2c2c2c
                }

                    .service-details-area .service-details-desc .services-area .item-list ul li i, .terms-area .service-details-desc .services-area .item-list ul li i, .privacy-area .service-details-desc .services-area .item-list ul li i {
                        margin-left: -25px;
                        margin-right: 5px;
                        color: #ffbc13;
                        vertical-align: -2px
                    }

                    .service-details-area .service-details-desc .services-area .item-list ul li:last-child, .terms-area .service-details-desc .services-area .item-list ul li:last-child, .privacy-area .service-details-desc .services-area .item-list ul li:last-child {
                        margin-bottom: 0
                    }

        .service-details-area .service-details-desc .service-details-slider, .terms-area .service-details-desc .service-details-slider, .privacy-area .service-details-desc .service-details-slider {
            margin-bottom: 25px;
            position: relative
        }

            .service-details-area .service-details-desc .service-details-slider .owl-nav, .terms-area .service-details-desc .service-details-slider .owl-nav, .privacy-area .service-details-desc .service-details-slider .owl-nav {
                position: absolute;
                right: 20px;
                bottom: 20px
            }

    .service-details-area .widget-area, .terms-area .widget-area, .privacy-area .widget-area {
        margin-bottom: 30px
    }

        .service-details-area .widget-area .widget, .terms-area .widget-area .widget, .privacy-area .widget-area .widget {
            margin-bottom: 25px
        }

        .service-details-area .widget-area .nav-list, .terms-area .widget-area .nav-list, .privacy-area .widget-area .nav-list {
            padding: 0;
            margin: 0;
            list-style-type: none
        }

            .service-details-area .widget-area .nav-list li, .terms-area .widget-area .nav-list li, .privacy-area .widget-area .nav-list li {
                position: relative;
                padding: 14px 16px;
                background: #fff9e9;
                margin-bottom: 15px
            }

                .service-details-area .widget-area .nav-list li:last-child, .terms-area .widget-area .nav-list li:last-child, .privacy-area .widget-area .nav-list li:last-child {
                    margin-bottom: 0
                }

                .service-details-area .widget-area .nav-list li a, .terms-area .widget-area .nav-list li a, .privacy-area .widget-area .nav-list li a {
                    font-weight: 600;
                    text-transform: capitalize;
                    color: #001e4c
                }

                .service-details-area .widget-area .nav-list li i, .terms-area .widget-area .nav-list li i, .privacy-area .widget-area .nav-list li i {
                    float: right;
                    margin-right: 8px;
                    margin-top: 4px;
                    color: #001e4c;
                    -webkit-transform: rotateZ(-180deg);
                    transform: rotateZ(-180deg)
                }

                .service-details-area .widget-area .nav-list li::after, .terms-area .widget-area .nav-list li::after, .privacy-area .widget-area .nav-list li::after {
                    content: "";
                    position: absolute;
                    top: 5px;
                    height: calc(100% - 10px);
                    left: 6px;
                    width: 2px;
                    background: #ffbc13
                }

                .service-details-area .widget-area .nav-list li.active, .terms-area .widget-area .nav-list li.active, .privacy-area .widget-area .nav-list li.active {
                    background: #ffbc13
                }

                    .service-details-area .widget-area .nav-list li.active::after, .terms-area .widget-area .nav-list li.active::after, .privacy-area .widget-area .nav-list li.active::after {
                        background: #fff
                    }

                    .service-details-area .widget-area .nav-list li.active i, .terms-area .widget-area .nav-list li.active i, .privacy-area .widget-area .nav-list li.active i {
                        -webkit-transform: unset;
                        transform: unset;
                        color: #fff
                    }

                    .service-details-area .widget-area .nav-list li.active a, .terms-area .widget-area .nav-list li.active a, .privacy-area .widget-area .nav-list li.active a {
                        color: #fff
                    }

        .service-details-area .widget-area .contact-form, .terms-area .widget-area .contact-form, .privacy-area .widget-area .contact-form {
            position: relative;
            padding: 25px;
            background: #fff3cf
        }

            .service-details-area .widget-area .contact-form .primary-btn, .terms-area .widget-area .contact-form .primary-btn, .privacy-area .widget-area .contact-form .primary-btn {
                width: 100%;
                color: #fff;
                background: #001e4c
            }

                .service-details-area .widget-area .contact-form .primary-btn::before, .terms-area .widget-area .contact-form .primary-btn::before, .privacy-area .widget-area .contact-form .primary-btn::before, .service-details-area .widget-area .contact-form .primary-btn::after, .terms-area .widget-area .contact-form .primary-btn::after, .privacy-area .widget-area .contact-form .primary-btn::after {
                    background-color: #ffbc13
                }

                .service-details-area .widget-area .contact-form .primary-btn:hover, .terms-area .widget-area .contact-form .primary-btn:hover, .privacy-area .widget-area .contact-form .primary-btn:hover {
                    color: #fff
                }

        .service-details-area .widget-area .download-item .download-item-single, .terms-area .widget-area .download-item .download-item-single, .privacy-area .widget-area .download-item .download-item-single {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            position: relative;
            padding: 25px 60px;
            margin-bottom: 25px;
            background: url(../img/item-bg-2.jpg) no-repeat center;
            background-size: cover;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center
        }

            .service-details-area .widget-area .download-item .download-item-single:first-child, .terms-area .widget-area .download-item .download-item-single:first-child, .privacy-area .widget-area .download-item .download-item-single:first-child {
                background: url(../img/item-bg-1.jpg) no-repeat center;
                background-size: cover
            }

            .service-details-area .widget-area .download-item .download-item-single:last-child, .terms-area .widget-area .download-item .download-item-single:last-child, .privacy-area .widget-area .download-item .download-item-single:last-child {
                background: url(../img/item-bg-3.jpg) no-repeat center;
                background-size: cover
            }

            .service-details-area .widget-area .download-item .download-item-single::after, .terms-area .widget-area .download-item .download-item-single::after, .privacy-area .widget-area .download-item .download-item-single::after {
                position: absolute;
                content: "";
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                background: rgba(0,30,76,.8)
            }

            .service-details-area .widget-area .download-item .download-item-single i, .terms-area .widget-area .download-item .download-item-single i, .privacy-area .widget-area .download-item .download-item-single i {
                width: 60px;
                height: 60px;
                line-height: 57px;
                background: #fff;
                text-align: center;
                display: inline-block;
                z-index: 1;
                font-size: 28px
            }

            .service-details-area .widget-area .download-item .download-item-single .item-content, .terms-area .widget-area .download-item .download-item-single .item-content, .privacy-area .widget-area .download-item .download-item-single .item-content {
                padding-left: 16px;
                z-index: 1
            }

                .service-details-area .widget-area .download-item .download-item-single .item-content h4, .terms-area .widget-area .download-item .download-item-single .item-content h4, .privacy-area .widget-area .download-item .download-item-single .item-content h4 {
                    color: #fff;
                    margin-top: -5px;
                    margin-bottom: 0
                }

    .service-details-area h3.sub-title, .terms-area h3.sub-title, .privacy-area h3.sub-title {
        line-height: 1;
        margin-bottom: 20px;
        text-transform: capitalize;
        color: #001e4c
    }

    .terms-area .details-desc, .privacy-area .details-desc {
        padding-left: 40px;
        margin-bottom: 30px
    }

        .terms-area .details-desc .content, .privacy-area .details-desc .content {
            margin-bottom: 25px
        }

            .terms-area .details-desc .content h2, .privacy-area .details-desc .content h2 {
                font-size: 30px;
                line-height: 1.3;
                margin-top: -5px;
                color: #001e4c;
                margin-bottom: 15px;
                text-transform: capitalize
            }

                .terms-area .details-desc .content h2 span, .privacy-area .details-desc .content h2 span {
                    color: #ffbc13
                }

            .terms-area .details-desc .content p, .privacy-area .details-desc .content p {
                color: #2c2c2c
            }

        .terms-area .details-desc .service-details-slider, .privacy-area .details-desc .service-details-slider {
            margin-bottom: 25px;
            position: relative
        }

            .terms-area .details-desc .service-details-slider .owl-nav, .privacy-area .details-desc .service-details-slider .owl-nav {
                position: absolute;
                right: 20px;
                bottom: 20px
            }

        .terms-area .details-desc .content:last-child, .privacy-area .details-desc .content:last-child {
            margin-bottom: 0
        }

.error-area {
    height: 100vh;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: url(../img/banner/banner-bg-2.jpg);
    position: relative;
    overflow: hidden
}

    .error-area::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,30,76,.62)
    }

    .error-area .error-box {
        background: #fff;
        -webkit-box-shadow: 0 2px 48px 0 rgba(0,0,0,.08);
        box-shadow: 0 2px 48px 0 rgba(0,0,0,.08);
        padding: 40px 20px 53px;
        border-radius: 5px;
        max-width: 760px;
        margin: auto;
        position: relative
    }

        .error-area .error-box::after {
            position: absolute;
            content: '';
            top: 10px;
            left: 10px;
            border-top: 100px solid #ffbc13;
            border-right: 100px solid transparent;
            -webkit-transition: .5s;
            transition: .5s
        }

        .error-area .error-box .cta-btn {
            text-align: center
        }

            .error-area .error-box .cta-btn .primary-btn {
                padding: 15px 30px
            }

        .error-area .error-box .content {
            margin-bottom: 30px;
            text-align: center
        }

            .error-area .error-box .content .logo {
                margin-bottom: 20px
            }

            .error-area .error-box .content h3 {
                font-size: 70px;
                margin-top: -7px;
                line-height: 1.3;
                margin-bottom: 0;
                color: #001e4c
            }

.pricing-section .pricing-item-single {
    position: relative;
    background: #fff9e9;
    border: 2px solid #ffbc13;
    margin-bottom: 30px
}

    .pricing-section .pricing-item-single .pricing-item-content {
        position: relative;
        text-align: center;
        text-transform: capitalize;
        background: url(../img/item-bg-2.jpg) no-repeat center;
        background-size: cover;
        z-index: 1
    }

        .pricing-section .pricing-item-single .pricing-item-content::before {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            content: "";
            background: rgba(0,30,76,.8);
            z-index: -1
        }

        .pricing-section .pricing-item-single .pricing-item-content .content-text {
            padding: 35px 0
        }

            .pricing-section .pricing-item-single .pricing-item-content .content-text h2 {
                color: #ffbc13;
                margin-bottom: 0
            }

            .pricing-section .pricing-item-single .pricing-item-content .content-text p {
                color: #ffbc13;
                font-size: 14px
            }

            .pricing-section .pricing-item-single .pricing-item-content .content-text span.label {
                position: absolute;
                display: block;
                left: 10px;
                top: 10px;
                padding: 5px;
                font-weight: 500;
                text-align: left;
                color: #001e4c
            }

                .pricing-section .pricing-item-single .pricing-item-content .content-text span.label::after {
                    position: absolute;
                    content: '';
                    top: 0;
                    left: 0;
                    border-top: 120px solid #ffbc13;
                    border-right: 120px solid transparent;
                    -webkit-transition: .5s;
                    transition: .5s;
                    z-index: -1
                }

    .pricing-section .pricing-item-single .pricing-item-list {
        text-align: center;
        padding: 25px 20px
    }

        .pricing-section .pricing-item-single .pricing-item-list ul {
            list-style-type: none;
            margin: 0;
            margin-bottom: 25px;
            text-align: left;
            padding: 0 20px
        }

            .pricing-section .pricing-item-single .pricing-item-list ul li {
                margin-bottom: 14px;
                font-size: 15px;
                color: #1a1a1a;
                font-weight: 500
            }

                .pricing-section .pricing-item-single .pricing-item-list ul li i {
                    font-size: 12px;
                    font-weight: 400;
                    margin-right: 10px;
                    color: #ffbc13
                }

                .pricing-section .pricing-item-single .pricing-item-list ul li:last-child {
                    margin-bottom: 0
                }

            .pricing-section .pricing-item-single .pricing-item-list ul .disabled {
                opacity: .6
            }

    .pricing-section .pricing-item-single .cta-btn .primary-btn {
        width: 100%;
        color: #fff;
        background: #001e4c
    }

        .pricing-section .pricing-item-single .cta-btn .primary-btn::before, .pricing-section .pricing-item-single .cta-btn .primary-btn::after {
            background-color: #ffbc13
        }

        .pricing-section .pricing-item-single .cta-btn .primary-btn:hover {
            color: #fff
        }

    .pricing-section .pricing-item-single.active .pricing-item-content::before {
        background: rgba(255,188,19,.8)
    }

    .pricing-section .pricing-item-single.active .pricing-item-content .content-text {
        padding: 50px 0
    }

        .pricing-section .pricing-item-single.active .pricing-item-content .content-text h2 {
            color: #fff
        }

        .pricing-section .pricing-item-single.active .pricing-item-content .content-text p {
            color: #fff
        }

        .pricing-section .pricing-item-single.active .pricing-item-content .content-text span.label::after {
            border-top: 120px solid #fff
        }

    .pricing-section .pricing-item-single.active .cta-btn .primary-btn {
        width: 100%;
        color: #1a1a1a;
        background: #ffbc13
    }

        .pricing-section .pricing-item-single.active .cta-btn .primary-btn::before, .pricing-section .pricing-item-single.active .cta-btn .primary-btn::after {
            background-color: #ffbc13
        }

        .pricing-section .pricing-item-single.active .cta-btn .primary-btn:hover {
            color: #fff
        }

            .pricing-section .pricing-item-single.active .cta-btn .primary-btn:hover::before, .pricing-section .pricing-item-single.active .cta-btn .primary-btn:hover::after {
                background-color: #001e4c
            }

.pricing-section .mt-30 {
    margin-top: 30px
}

.cost-section .content-inner {
    padding-left: 60px;
    padding-right: 60px
}

.cost-section .section-title h2 {
    margin-top: -10px
}

.cost-section .cost-form .form-group {
    margin-bottom: 20px
}

    .cost-section .cost-form .form-group label {
        font-weight: 500;
        color: #001e4c;
        margin-right: 8px
    }

    .cost-section .cost-form .form-group .range-slider {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        width: 100%;
        background: #ffbc13;
        outline: none;
        height: 5px;
        border-radius: 30px
    }

        .cost-section .cost-form .form-group .range-slider::-webkit-slider-thumb {
            -webkit-appearance: none;
            appearance: none;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            border: 2px solid #fff;
            background: #ffbc13;
            cursor: pointer
        }

        .cost-section .cost-form .form-group .range-slider::-moz-range-thumb {
            position: relative;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            border: 2px solid #fff;
            background: #ffbc13;
            cursor: pointer
        }

    .cost-section .cost-form .form-group .slider-value {
        position: absolute;
        top: -20px;
        font-weight: 500;
        color: #001e4c
    }

    .cost-section .cost-form .form-group .input-btn {
        display: inline-block;
        text-align: center;
        background: #fff9e9;
        color: #1a1a1a;
        border: 1px solid #ffbc13;
        padding: 8px 12px;
        font-size: 14px;
        margin-right: 5px
    }

        .cost-section .cost-form .form-group .input-btn.active {
            background: #ffbc13
        }

    .cost-section .cost-form .form-group .plus-minus-input {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        .cost-section .cost-form .form-group .plus-minus-input .input-group-field {
            background: #fff9e9;
            color: #1a1a1a;
            border: 1px solid #ffbc13;
            padding: 8px 12px;
            width: 50px;
            text-align: center
        }

            .cost-section .cost-form .form-group .plus-minus-input .input-group-field::-webkit-inner-spin-button, .cost-section .cost-form .form-group .plus-minus-input .input-group-field ::-webkit-outer-spin-button {
                -webkit-appearance: none;
                appearance: none
            }

        .cost-section .cost-form .form-group .plus-minus-input .input-btn {
            margin: 0 8px;
            background: #ffbc13
        }

    .cost-section .cost-form .form-group .form-control {
        height: unset
    }

    .cost-section .cost-form .form-group .nice-select {
        float: unset;
        background: #fff9e9;
        color: #1a1a1a;
        border: 1px solid #ffbc13;
        padding-left: 10px;
        padding-right: 20px;
        margin-right: 8px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }

        .cost-section .cost-form .form-group .nice-select .list {
            background: #fff9e9;
            color: #1a1a1a;
            border: 1px solid #ffbc13;
            padding: 8px 12px;
            font-size: 14px;
            border-radius: 0
        }

            .cost-section .cost-form .form-group .nice-select .list .option {
                -webkit-transition: .6s;
                transition: .6s;
                color: #a5a5a5;
                font-size: 14px;
                line-height: 25px;
                padding-top: 10px;
                padding-bottom: 10px;
                padding-left: 0;
                padding-right: 10px
            }

                .cost-section .cost-form .form-group .nice-select .list .option.selected {
                    background-color: transparent;
                    font-weight: 500;
                    color: #2c2c2c
                }

        .cost-section .cost-form .form-group .nice-select::after {
            right: 5px;
            border: none;
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-top: 6px solid #ffbc13
        }

    .cost-section .cost-form .form-group .open:after {
        border-top: none;
        border-bottom: 6px solid #ffbc13
    }

.cost-section .cost-form .cta-btn {
    margin-top: 30px
}

    .cost-section .cost-form .cta-btn .submit-btn {
        width: 100%;
        text-align: center;
        display: inline-block;
        -webkit-transition: .5s;
        transition: .5s;
        border-radius: 0;
        border: none;
        padding: 15px 30px;
        z-index: 1;
        color: #1a1a1a;
        background-color: #ffbc13;
        font-size: 30px;
        font-weight: 600;
        font-family: work sans,sans-serif;
        line-height: 1.8;
        text-transform: capitalize
    }

        .cost-section .cost-form .cta-btn .submit-btn span {
            color: #fff;
            font-size: 16px;
            vertical-align: middle;
            margin-right: 10px
        }

.comingsoon-section {
    position: relative;
    height: 100vh;
    background: #a8aaf1;
    background: url(../img/bg-map-1.png) no-repeat center;
    background-size: cover;
    display: -ms-grid;
    display: grid;
    place-items: center
}

    .comingsoon-section .comingsoon-box {
        position: relative;
        max-width: 760px;
        margin: 0 auto;
        padding: 45px 40px 35px;
        background-color: #fff;
        -webkit-box-shadow: 0 2px 48px 0 rgba(0,0,0,.08);
        box-shadow: 0 2px 48px 0 rgba(0,0,0,.08);
        position: relative
    }

        .comingsoon-section .comingsoon-box::after {
            position: absolute;
            content: '';
            top: -15px;
            left: -15px;
            border-top: 100px solid #ffbc13;
            border-right: 100px solid transparent;
            -webkit-transition: .5s;
            transition: .5s;
            z-index: -1
        }

        .comingsoon-section .comingsoon-box::before {
            position: absolute;
            content: '';
            right: -15px;
            bottom: -15px;
            border-bottom: 100px solid #ffbc13;
            border-left: 100px solid transparent;
            -webkit-transition: .5s;
            transition: .5s;
            z-index: -1
        }

        .comingsoon-section .comingsoon-box .logo img {
            margin: 0 auto 20px;
            display: block
        }

        .comingsoon-section .comingsoon-box .title-box {
            text-transform: capitalize;
            position: relative;
            text-align: center
        }

            .comingsoon-section .comingsoon-box .title-box h2 {
                color: #001e4c
            }

            .comingsoon-section .comingsoon-box .title-box .text {
                position: relative;
                margin-top: 12px
            }

        .comingsoon-section .comingsoon-box .newsletter-form {
            margin-bottom: 30px
        }

            .comingsoon-section .comingsoon-box .newsletter-form .input-group {
                background: #fff;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-shadow: 0 0 20px rgba(106,99,119,.1);
                box-shadow: 0 0 20px rgba(106,99,119,.1);
                border: none;
                width: 100%;
                margin-left: auto;
                margin-right: auto;
                border: 1px solid #ffbc13
            }

        .comingsoon-section .comingsoon-box .cta-btn {
            text-align: center
        }

            .comingsoon-section .comingsoon-box .cta-btn .primary-btn {
                padding: 15px 30px
            }

        .comingsoon-section .comingsoon-box #timer {
            padding: 30px 0
        }

            .comingsoon-section .comingsoon-box #timer div {
                color: #ffbc13;
                width: 100px;
                height: 105px;
                border-radius: 5px;
                font-size: 40px;
                font-weight: 800;
                margin-left: 10px;
                margin-right: 10px
            }

                .comingsoon-section .comingsoon-box #timer div span {
                    display: block;
                    margin-top: -2px;
                    font-size: 17px;
                    font-weight: 600;
                    color: #001e4c
                }

.contact-area .contact-info {
    margin-bottom: 30px
}

    .contact-area .contact-info .info-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        padding: 50px 16px;
        margin-bottom: 20px;
        background: url(../img/item-bg-2.jpg) no-repeat center;
        background-size: cover;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        z-index: 1
    }

        .contact-area .contact-info .info-item:first-child {
            background: url(../img/item-bg-1.jpg) no-repeat center;
            background-size: cover
        }

        .contact-area .contact-info .info-item:last-child {
            background: url(../img/item-bg-3.jpg) no-repeat center;
            background-size: cover
        }

        .contact-area .contact-info .info-item::after {
            position: absolute;
            content: "";
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,30,76,.8);
            z-index: -1;
            -webkit-transition: .5s;
            transition: .5s
        }

        .contact-area .contact-info .info-item i {
            color: #fff;
            text-align: center;
            font-size: 40px;
            display: inline-block;
            margin-top: -2px
        }

        .contact-area .contact-info .info-item .info-content {
            position: relative;
            padding-left: 20px;
            display: inline-block
        }

            .contact-area .contact-info .info-item .info-content p {
                text-transform: capitalize;
                color: #ffbc13;
                line-height: 1.4;
                margin: 0
            }

            .contact-area .contact-info .info-item .info-content a {
                font-weight: 500;
                font-size: 20px;
                color: #fff
            }

        .contact-area .contact-info .info-item:hover::after {
            background: rgba(255,188,19,.9)
        }

        .contact-area .contact-info .info-item:hover i {
            color: #001e4c
        }

        .contact-area .contact-info .info-item:hover .info-content p {
            color: #fff
        }

        .contact-area .contact-info .info-item:hover .info-content a {
            color: #001e4c
        }

    .contact-area .contact-info:last-child {
        margin-bottom: 0
    }

.contact-area .contact-form {
    background: #fff3cf;
    padding: 40px;
    margin-bottom: 30px
}

    .contact-area .contact-form .content {
        margin-bottom: 30px;
        text-align: left
    }

        .contact-area .contact-form .content h3 {
            font-size: 30px;
            margin-top: -7px;
            margin-bottom: 0;
            color: #001e4c
        }

    .contact-area .contact-form .form-group {
        margin-bottom: 25px
    }

    .contact-area .contact-form .form-control {
        width: 100%;
        background: #fff;
        border: none
    }

    .contact-area .contact-form .cta-btn {
        margin-top: 25px
    }

        .contact-area .contact-form .cta-btn .primary-btn {
            width: 100%;
            padding: 14.5px 30px;
            color: #fff;
            background: #001e4c
        }

            .contact-area .contact-form .cta-btn .primary-btn::before, .contact-area .contact-form .cta-btn .primary-btn::after {
                background-color: #ffbc13
            }

            .contact-area .contact-form .cta-btn .primary-btn:hover {
                color: #fff
            }

    .contact-area .contact-form .checkbox label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 20px;
        font-weight: 500;
        font-size: 14px;
        display: inline-block;
        margin-bottom: 0;
        color: #1a1a1a
    }

        .contact-area .contact-form .checkbox label a {
            color: #ffbc13
        }

    .contact-area .contact-form .checkbox [type=checkbox]:checked, .contact-area .contact-form .checkbox [type=checkbox]:not(:checked) {
        display: none
    }

        .contact-area .contact-form .checkbox [type=checkbox]:checked + label:after, .contact-area .contact-form .checkbox [type=checkbox]:not(:checked) + label:after {
            content: '';
            width: 8px;
            height: 8px;
            background: #ffbc13;
            position: absolute;
            top: 5.5px;
            left: 6px;
            -webkit-transition: .5s;
            transition: .5s
        }

        .contact-area .contact-form .checkbox [type=checkbox]:checked + label::before, .contact-area .contact-form .checkbox [type=checkbox]:not(:checked) + label::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 19px;
            height: 19px;
            border: 1px solid #fff;
            background: #fff;
            -webkit-transition: .5s;
            transition: .5s
        }

        .contact-area .contact-form .checkbox [type=checkbox]:checked + label::before {
            border: 1px solid #ffbc13;
            background: unset
        }

        .contact-area .contact-form .checkbox [type=checkbox]:not(:checked) + label:after {
            display: none
        }

.contact-area .contact-map {
    overflow: hidden;
    padding-bottom: 50%;
    position: relative;
    height: 0;
    border: none;
    margin: 30px 0
}

    .contact-area .contact-map iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
        border: 0
    }

.pagination {
    display: block;
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto
}

    .pagination .page-numbers {
        width: 40px;
        height: 40px;
        background-color: #fff;
        -webkit-box-shadow: 0 0 30px -2px rgba(44,44,44,.1);
        box-shadow: 0 0 30px -2px rgba(44,44,44,.1);
        color: #1a1a1a;
        text-align: center;
        display: inline-block;
        border-radius: 0;
        line-height: 42px;
        position: relative;
        margin-left: 3px;
        margin-right: 3px;
        font-weight: 500;
        font-size: 18px
    }

        .pagination .page-numbers:hover {
            color: #fff;
            background-color: #ffbc13
        }

        .pagination .page-numbers i {
            position: relative;
            top: 1.5px
        }

        .pagination .page-numbers.current {
            color: #fff;
            background-color: #ffbc13
        }

.go-top {
    position: fixed;
    top: 50%;
    right: 3%;
    opacity: 0;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    background: #ffbc13;
    padding: 10px 20px;
    z-index: 100;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out
}

    .go-top.active {
        top: 95%;
        -webkit-transform: translateY(-95%);
        transform: translateY(-95%);
        opacity: 1;
        visibility: visible
    }

.preloader-main {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99999;
    background: #fff;
    display: -ms-grid;
    display: grid;
    display: -ms-none;
    place-items: center
}

    .preloader-main .loader {
        width: 175px;
        height: 80px;
        position: relative
    }

        .preloader-main .loader::before {
            content: "";
            left: 60px;
            bottom: 18px;
            position: absolute;
            width: 36px;
            height: 36px;
            border-radius: 50%;
            background-color: #ffbc13;
            background-image: radial-gradient(circle 8px at 18px 18px,#ffffff 100%,transparent 0),radial-gradient(circle 4px at 18px 0px,#ffffff 100%,transparent 0),radial-gradient(circle 4px at 0px 18px,#ffffff 100%,transparent 0),radial-gradient(circle 4px at 36px 18px,#ffffff 100%,transparent 0),radial-gradient(circle 4px at 18px 36px,#ffffff 100%,transparent 0),radial-gradient(circle 4px at 30px 5px,#ffffff 100%,transparent 0),radial-gradient(circle 4px at 30px 5px,#ffffff 100%,transparent 0),radial-gradient(circle 4px at 30px 30px,#ffffff 100%,transparent 0),radial-gradient(circle 4px at 5px 30px,#ffffff 100%,transparent 0),radial-gradient(circle 4px at 5px 5px,#ffffff 100%,transparent 0);
            background-repeat: no-repeat;
            -webkit-animation: rotationBack 3s linear infinite;
            animation: rotationBack 3s linear infinite
        }

        .preloader-main .loader::after {
            content: "";
            left: 94px;
            bottom: 15px;
            position: absolute;
            width: 24px;
            height: 24px;
            border-radius: 50%;
            background-color: #ffbc13;
            background-image: radial-gradient(circle 5px at 12px 12px,#ffffff 100%,transparent 0),radial-gradient(circle 2.5px at 12px 0px,#ffffff 100%,transparent 0),radial-gradient(circle 2.5px at 0px 12px,#ffffff 100%,transparent 0),radial-gradient(circle 2.5px at 24px 12px,#ffffff 100%,transparent 0),radial-gradient(circle 2.5px at 12px 24px,#ffffff 100%,transparent 0),radial-gradient(circle 2.5px at 20px 3px,#ffffff 100%,transparent 0),radial-gradient(circle 2.5px at 20px 3px,#ffffff 100%,transparent 0),radial-gradient(circle 2.5px at 20px 20px,#ffffff 100%,transparent 0),radial-gradient(circle 2.5px at 3px 20px,#ffffff 100%,transparent 0),radial-gradient(circle 2.5px at 3px 3px,#ffffff 100%,transparent 0);
            background-repeat: no-repeat;
            animation: rotationBack 4s linear infinite reverse
        }

@-webkit-keyframes rotationBack {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

@keyframes rotationBack {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

.footer-area {
    background: url(../img/bg-map-1.png) no-repeat center;
    background-size: cover
}

    .footer-area .footer-widget {
        margin-bottom: 30px
    }

        .footer-area .footer-widget .navbar-brand .footer-logo2 {
            display: none
        }

    .footer-area ul {
        padding: 0;
        margin: 0;
        list-style-type: none
    }

        .footer-area ul li {
            position: relative;
            margin-bottom: 15px
        }

    .footer-area .navbar-brand {
        margin-bottom: 15px;
        padding: 0;
        width: 250px;
    }

    .footer-area h5 {
        text-transform: capitalize;
        margin-bottom: 25px;
        margin-top: 13px
    }

    .footer-area .footer-links li {
        -webkit-transition: .5s;
        transition: .5s
    }

        .footer-area .footer-links li i {
            font-size: 12px;
            color: #ffbc13
        }

        .footer-area .footer-links li:hover {
            -webkit-transform: translateX(5px);
            transform: translateX(5px)
        }

            .footer-area .footer-links li:hover a {
                color: #ffbc13
            }

            .footer-area .footer-links li:hover::before {
                color: #ffbc13
            }

    .footer-area .footer-news .content {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

        .footer-area .footer-news .content .img {
            display: inline-table;
            margin-right: 10px
        }

            .footer-area .footer-news .content .img img {
                max-width: 41px
            }

    .footer-area .contact-info .content {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

        .footer-area .contact-info .content .tag {
            display: inline-table;
            text-align: center;
            background: #ff943a;
            color: #1a1a1a;
            padding: 5px 12px;
            font-size: 16px;
            font-weight: 600;
            margin-right: 10px;
            margin-top: 5px
        }

        .footer-area .contact-info .content span:last-child {
            display: block
        }

        .footer-area .contact-info .content span a {
            display: block
        }

.copy-right-area {
    background: #1a1a1a;
    padding: 10px;
    text-align: center;
    border-top: 1px solid rgba(25,25,25,.15)
}

    .copy-right-area .copy-right-content p {
        color: #fff;
        margin-bottom: 0
    }

    .copy-right-area .copy-right-content a {
        color: #ffbc13
    }

.owl-carousel .owl-nav button[class*=owl-] {
    width: 40px;
    height: 40px;
    background: #183d66;
    margin-right: 7px;
    -webkit-transition: .5s;
    transition: .5s;
    color: #ffffff;
    text-align: center;
    font-size: 26px;
    border: none;
    line-height: 39px
}

    .owl-carousel .owl-nav button[class*=owl-] i {
        line-height: 1.3
    }

    .owl-carousel .owl-nav button[class*=owl-]:last-child {
        margin-right: 0
    }

    .owl-carousel .owl-nav button[class*=owl-]:hover {
        background: #1a1a1a;
        color: #ffbc13
    }

.custom-owl-nav button {
    width: 40px;
    height: 40px;
    background: #ffbc13;
    margin-right: 7px;
    -webkit-transition: .5s;
    transition: .5s;
    color: #1a1a1a;
    text-align: center;
    font-size: 26px;
    border: none;
    line-height: 39px
}

    .custom-owl-nav button:last-child {
        margin-right: 0
    }

    .custom-owl-nav button:hover {
        background: #1a1a1a;
        color: #ffbc13
    }

    .custom-owl-nav button i {
        line-height: 1.3
    }

@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    75% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: .5
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

@keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    75% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: .5
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

@media all and (-ms-high-contrast:none),(-ms-high-contrast:active) {
    .preloader-main {
        display: none !important
    }
}

.buy-now-btn {
    right: 20px;
    z-index: 99;
    top: 50%;
    position: fixed;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 30px;
    display: inline-block;
    color: #fff;
    background-color: #82b440;
    padding: 10px 20px 10px 42px;
    -webkit-box-shadow: 0 1px 20px 1px #82b440;
    box-shadow: 0 1px 20px 1px #82b440;
    font-size: 13px;
    font-weight: 600
}

    .buy-now-btn img {
        top: 50%;
        left: 20px;
        width: 15px;
        position: absolute;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .buy-now-btn:hover {
        color: #fff;
        background-color: #94be5d
    }


.slider round {
    display: none !important;
}

.mob-footerh4 {
    font-size: 20px;
    font-weight: 600;
}

.mob-footer i {
    color: #ffbc13;
}

.mob-logo {
    position: absolute;
    right: 14px;
    width: 100px;
    top: 12px;
}

@media(max-width:1199px) {
    .top-header-area {
        display: none;
    }

    .home-banner-area {
        padding-top: 111px;
    }
}

.whatsbtn {
    position: fixed;
    bottom: 80px;
    right: 45px;
    z-index: 99;
}

    .whatsbtn img {
        width: 50px
    }



.income-content h2 {
    color: #fff;
    line-height: 1.3;
    margin-top: -10px;
    margin-bottom: 15px;
}

.feature-item {
    position: relative;
    text-align: center;
    gap: 20px;
    justify-content: start;
    align-items: start;
    padding: 17px 13px;
    border-radius: 8px;
    background: #ffbc13;
    margin-bottom: 20px;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    z-index: 1
}

    .feature-item::before {
        content: "";
        position: absolute;
        height: 3px;
        left: 20px;
        right: 20px;
        bottom: 0;
        background: #009688;
    }

.feature-icon {
    display: inline-block;
    width: 65px;
    height: 65px;
    line-height: 58px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 40px;
    background: #009688;
    margin-bottom: 25px;
    box-shadow: 5px 5px 0 #F2F3F5;
    position: relative;
}

.feature-content h4 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}

.feature-icon h4 {
    color: #fff;
    line-height: 3;
    text-align: center;
}

.mob-benifit {
    list-style: none;
    padding-left: 0px;
    text-align: justify;
}

    .mob-benifit li {
        padding-top: 9px;
        padding-bottom: 9px;
    }

    .mob-benifit i {
        color: #ffbc13
    }

.about-content span {
    color: #009688
}

.our-works-section .works-images {
    height: calc(100% - 300px);
}

.mob-none {
    display: none;
}

@media(max-width:991px) {
    #a {
        order: 1;
    }

    #b {
        order: 2;
    }

    #c {
        order: 4;
    }

    #d {
        order: 3;
    }
}

@media(max-width:1199px) {
    .page-title-area {
        margin-top: 70px;
    }
}

@media(max-width:767px) {
    .card-image img {
        height: auto !important;
    }
}

.mega-hover {
    position: relative;
    overflow: hidden;
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
}

    .mega-hover img {
        transition: all 2s ease;
        transform: scale(1)
    }

    .mega-hover:after, .mega-hover:before {
        content: "";
        position: absolute;
        pointer-events: none;
        opacity: 1;
        z-index: 3;
        transform: rotate(5deg)
    }

    .mega-hover:before {
        top: -10%;
        right: 51%;
        bottom: -10%;
        left: 50%;
        background: rgba(255,255,255,.3)
    }

    .mega-hover:after {
        top: 50%;
        right: -10%;
        bottom: 50%;
        left: -10%;
        background: rgba(255,255,255,.6)
    }

    .mega-hover:hover:before {
        left: 0;
        right: 0;
        opacity: 0;
        transition: all 900ms linear
    }

    .mega-hover:hover:after {
        top: 0;
        bottom: 0;
        opacity: 0;
        transition: all 900ms linear
    }

    .mega-hover:hover img {
        transform: scale(1.05);
    }



.img-shadow1 {
    box-shadow: .34px .94px 68px rgba(35,31,32,.1)
}

@keyframes newlabel {
    0% {
        background-color: var(--theme-color)
    }

    50% {
        background-color: var(--theme-color2)
    }

    100% {
        background-color: var(--theme-color)
    }
}
