@import url("https://fonts.googleapis.com/css?family=Poppins:200,200i,300,300i,400,400i,500,500i,600,600i,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Poppins:200,200i,300,300i,400,400i,500,500i,600,600i,700&display=swap");

body {
    font-family: "Poppins", sans-serif;
}

ul {
    margin: 0px;
    padding: 0px;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "Poppins", sans-serif;
}

p {
    font-size: 15px;
    font-weight: 300;
    line-height: 28px;
    color: #4D4D4D;
    margin-bottom: 13px;
    font-family: "Poppins", sans-serif;
}

*::-moz-selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #309bff;
    color: #fff;
    text-shadow: none;
}

*::-webkit-input-placeholder {
    color: #cccccc;
    font-size: 14px;
    opacity: 1;
}

*:-ms-input-placeholder {
    color: #cccccc;
    font-size: 14px;
    opacity: 1;
}

*::-ms-input-placeholder {
    color: #cccccc;
    font-size: 14px;
    opacity: 1;
}

*::placeholder {
    color: #cccccc;
    font-size: 14px;
    opacity: 1;
}

h3 {
    font-size: 24px;
}

.mb-65 {
    margin-bottom: 67px;
}

.black-bg {
    background: #020c26 !important;
}

.white-bg {
    background: #ffffff;
}

.gray-bg {
    background: #f5f5f5;
}

.bg-img-1 {
    background-image: url(../img/slider/slider-img-1.jpg);
}

.bg-img-2 {
    background-image: url(../img/background-img/bg-img-2.jpg);
}

.slider_bg_4 {
    background-image: url(../img/background-img/thinclient.jpg);
}

.cta-bg-1 {
    background-image: url(../img/background-img/bg-img-3.jpg);
}

.overlay {
    position: relative;
    z-index: 0;
}

    .overlay::before {
        position: absolute;
        content: "";
        background-color: #001D38;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        opacity: .7;
    }

.overlay2 {
    position: relative;
    z-index: 0;
}

    .overlay2::before {
        position: absolute;
        content: "";
        background-color: #001D38;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        opacity: 0.4;
    }

.overlay_03 {
    position: relative;
    z-index: 0;
}

    .overlay_03::before {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: #001D38;
        opacity: .6;
        content: '';
        z-index: -1;
    }

.bradcam_overlay {
    position: relative;
    z-index: 0;
}

    .bradcam_overlay::before {
        position: absolute;
        content: "";
        background: -moz-linear-gradient(left, #5db2ff 0%, #65b4f9 24%, rgba(124, 185, 233, 0) 96%, rgba(125, 185, 232, 0) 100%);
        background: -webkit-linear-gradient(left, #5db2ff 0%, #65b4f9 24%, rgba(124, 185, 233, 0) 96%, rgba(125, 185, 232, 0) 100%);
        background: linear-gradient(to right, #5db2ff 0%, #65b4f9 24%, rgba(124, 185, 233, 0) 96%, rgba(125, 185, 232, 0) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#5db2ff', endColorstr='#007db9e8', GradientType=1);
        top: 0;
        left: 0;
        width: 1 00%;
        height: 100%;
        z-index: -1;
        opacity: 1;
    }

.section-padding {
    padding-top: 50px;
}

.pt-120 {
    padding-top: 120px;
}

.owl-carousel .owl-nav div {
    background: transparent;
    height: 50px;
    position: absolute;
    text-align: center;
    top: 54%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 50px;
    color: #fff;
    background-color: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 15px;
    line-height: 50px;
    border: 1px solid #fff;
    left: 60px;
}

    .owl-carousel .owl-nav div.owl-next {
        left: auto;
        right: 60px;
    }

        .owl-carousel .owl-nav div.owl-next i {
            position: relative;
            right: 0;
        }

    .owl-carousel .owl-nav div.owl-prev i {
        position: relative;
        top: 0px;
    }

.owl-carousel:hover .owl-nav div {
    opacity: 1;
    visibility: visible;
}

    .owl-carousel:hover .owl-nav div:hover {
        color: #fff;
        background: #5DB2FF;
        border: 1px solid transparent;
    }

.mb-20px {
    margin-bottom: 20px;
}

.mb-55 {
    margin-bottom: 55px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-60 {
    margin-bottom: 50px !important;
}

.boxed-btn {
    background: #fff;
    color: #131313;
    display: inline-block;
    padding: 18px 44px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    border: 0;
    border: 1px solid #5DB2FF;
    letter-spacing: 3px;
    text-align: center;
    color: #5DB2FF !important;
    text-transform: uppercase;
    cursor: pointer;
}

    .boxed-btn:hover {
        background: #5DB2FF;
        color: #fff !important;
        border: 1px solid #5DB2FF;
    }

    .boxed-btn:focus {
        outline: none;
    }

    .boxed-btn.large-width {
        width: 220px;
    }

.boxed-btn3 {
    background: -moz-linear-gradient(top, #0181f5 0%, rgba(93, 178, 255, 0.99) 100%);
    background: -webkit-linear-gradient(top, #0181f5 0%, rgba(93, 178, 255, 0.99) 100%);
    background: linear-gradient(to bottom, #0181f5 0%, rgba(93, 178, 255, 0.99) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0181f5', endColorstr='#fc5db2ff', GradientType=0);
    color: #fff;
    display: inline-block;
    padding: 13px 43px;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 500;
    border: 0;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    text-align: center;
    color: #fff !important;
    text-transform: capitalize;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}

    .boxed-btn3:hover {
        background: -moz-linear-gradient(right, rgba(1, 129, 245, 0.96) 0%, rgba(93, 178, 255, 0.96) 100%);
        background: -webkit-linear-gradient(right, rgba(1, 129, 245, 0.96) 0%, rgba(93, 178, 255, 0.96) 100%);
        background: linear-gradient(to left, rgba(1, 129, 245, 0.96) 0%, rgba(93, 178, 255, 0.96) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f50181f5', endColorstr='#f55db2ff', GradientType=0);
        text-decoration: none;
        color: #fff !important;
    }

    .boxed-btn3:focus {
        outline: none;
    }

    .boxed-btn3.large-width {
        width: 220px;
    }

.boxed-btn3-white {
    color: #fff;
    display: inline-block;
    padding: 13px 27px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    border: 0;
    border: 1px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    color: #fff !important;
    text-transform: capitalize;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
    letter-spacing: 2px;
}

    .boxed-btn3-white:hover {
        background: #28AE61;
        color: #fff !important;
        border: 1px solid transparent;
    }

    .boxed-btn3-white i {
        margin-right: 2px;
    }

    .boxed-btn3-white:focus {
        outline: none;
    }

    .boxed-btn3-white.large-width {
        width: 220px;
    }

.more_close_btn a:hover {
    text-decoration: none;
}

.boxed-btn2 {
    background: transparent;
    color: #fff;
    display: inline-block;
    padding: 18px 24px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    border: 0;
    border: 1px solid #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
}

    .boxed-btn2:hover {
        background: #fff;
        color: #131313 !important;
    }

    .boxed-btn2:focus {
        outline: none;
    }

.line-button {
    color: #919191;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    position: relative;
    padding-right: 5px;
    padding-bottom: 2px;
}

    .line-button::before {
        position: absolute;
        content: "";
        background: #919191;
        width: 100%;
        height: 1px;
        bottom: 0;
        left: 0;
    }

    .line-button:hover {
        color: #009DFF;
    }

        .line-button:hover::before {
            background: #009DFF;
        }

.book_now {
    display: inline-block;
    font-size: 14px;
    color: #009DFF;
    border: 1px solid #009DFF;
    text-transform: capitalize;
    padding: 10px 25px;
}

    .book_now:hover {
        background: #009DFF;
        color: #fff;
    }

.section_title h3 {
    font-size: 42px;
    font-weight: 300;
    color: #001D38;
    position: relative;
    z-index: 0;
    letter-spacing: 1px;
}

.section_title p {
    font-size: 16px;
    color: #727272;
    line-height: 28px;
    margin-bottom: 0;
    font-weight: 400;
}

.mb-50 {
    margin-bottom: 50px;
}

.slicknav_menu .slicknav_nav {
    background: #fff;
    float: right;
    margin-top: 0;
    padding: 0;
    width: 95%;
    padding: 0;
    border-radius: 0px;
    margin-top: 5px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 11px;
}

.slicknav_nav .slicknav_row {
    padding: 5px 10px;
    margin: 2px 5px;
}

.slicknav_nav a {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    padding: 5px 10px;
    margin: 2px 5px;
    display: block;
    text-transform: capitalize;
}

    .slicknav_nav a:focus {
        outline: none;
    }

.slicknav_menu .slicknav_nav a:hover {
    background: transparent;
    color: #5DB2FF;
}

.slicknav_menu .slicknav_nav a.active {
    color: #5DB2FF;
}

.slicknav_menu .slicknav_icon {
    margin-right: 6px;
    margin-top: 3px;
    position: relative;
    right: 5px;
    top: 5px !important;
    padding-bottom: 3px;
}

    .slicknav_menu .slicknav_icon:before {
        background: transparent;
        width: 1.125em;
        height: 0.875em;
        display: block;
        content: "";
        position: absolute;
    }

.slicknav_btn {
    margin-top: 5px !important;
}

.slicknav_menu .slicknav_nav .slicknav_btn {
    background-color: transparent;
    cursor: pointer;
    margin-bottom: 10px;
    margin-top: -40px;
    position: relative;
    z-index: 99;
    border: 1px solid #ddd;
    top: 3px;
    right: 5px;
    top: -36px;
}

    .slicknav_menu .slicknav_nav .slicknav_btn .slicknav_icon {
        margin-right: 6px;
        margin-top: 3px;
        position: relative;
        padding-bottom: 3px;
        top: -11px;
        right: -5px;
    }

.slicknav_nav .slicknav_arrow {
    float: right;
    font-size: 22px;
    position: relative;
    top: -9px;
}

.slicknav_btn {
    background-color: transparent;
    cursor: pointer;
    margin-bottom: 10px;
    position: relative;
    z-index: 99;
    border: none;
    border-radius: 3px;
    top: 5px;
    padding: 5px;
    right: 5px;
    margin-top: -5px;
    top: -31px;
}

.slicknav_btn {
    background-color: transparent;
    cursor: pointer;
    margin-bottom: 10px;
    position: relative;
    z-index: 99;
    border: none;
    border-radius: 3px;
    top: 5px;
    padding: 5px;
    right: 0;
    margin-top: -5px;
    top: -33px;
}

.header-area {
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    z-index: 9;
    position: absolute;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

    .header-area .main-header-area {
        padding: 18px 0;
        background: #fff;
        background: transparent;
    }

        .header-area .main-header-area.details_nav_bg {
            background: #727272;
            padding-bottom: 0;
        }

        .header-area .main-header-area.details_nav {
            background: #001D38;
        }

        .header-area .main-header-area .logo-img {
            text-align: center;
        }

        .header-area .main-header-area .Appointment {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-align-items: center;
            -moz-align-items: center;
            -ms-align-items: center;
            align-items: center;
            -webkit-justify-content: flex-end;
            -moz-justify-content: flex-end;
            -ms-justify-content: flex-end;
            justify-content: flex-end;
            -ms-flex-pack: flex-end;
        }

            .header-area .main-header-area .Appointment .search_button a i {
                color: #E8E8E8;
            }

            .header-area .main-header-area .Appointment .socail_links ul li {
                display: inline-block;
            }

                .header-area .main-header-area .Appointment .socail_links ul li a {
                    color: #A8A7A0;
                    margin: 0 10px;
                    font-size: 15px;
                }

                    .header-area .main-header-area .Appointment .socail_links ul li a:hover {
                        color: #fff;
                    }

            .header-area .main-header-area .Appointment .book_btn {
                margin-left: 30px;
            }

                .header-area .main-header-area .Appointment .book_btn a {
                    background: #0181f5;
                    background: -moz-linear-gradient(left, #0181f5 0%, #5db2ff 100%);
                    background: -webkit-linear-gradient(left, #0181f5 0%, #5db2ff 100%);
                    background: linear-gradient(to right, #0181f5 0%, #5db2ff 100%);
                    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0181f5', endColorstr='#5db2ff', GradientType=1);
                    padding: 13px 26px;
                    font-size: 14px;
                    font-weight: 400;
                    border: 1px solid transparent;
                    color: #fff;
                    -webkit-border-radius: 30px;
                    -moz-border-radius: 30px;
                    border-radius: 30px;
                }

                    .header-area .main-header-area .Appointment .book_btn a:hover {
                        background: -moz-linear-gradient(right, rgba(1, 129, 245, 0.96) 0%, rgba(93, 178, 255, 0.96) 100%);
                        background: -webkit-linear-gradient(right, rgba(1, 129, 245, 0.96) 0%, rgba(93, 178, 255, 0.96) 100%);
                        background: linear-gradient(to left, rgba(1, 129, 245, 0.96) 0%, rgba(93, 178, 255, 0.96) 100%);
                        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f50181f5', endColorstr='#f55db2ff', GradientType=0);
                        color: #fff;
                        border: 1px solid #5DB2FF;
                    }

        .header-area .main-header-area .main-menu {
            text-align: center;
            /* padding: 12px 0; */
        }

            .header-area .main-header-area .main-menu ul li {
                display: inline-block;
                position: relative;
                margin: 0 10px;
            }

                .header-area .main-header-area .main-menu ul li a {
                    color: #fff;
                    font-size: 15px;
                    text-transform: capitalize;
                    font-weight: 500;
                    display: inline-block;
                    padding: 0px 0px 0px 0px;
                    font-family: "Poppins", sans-serif;
                    position: relative;
                    text-transform: capitalize;
                }

                    .header-area .main-header-area .main-menu ul li a:hover {
                        text-decoration: none;
                    }

                    .header-area .main-header-area .main-menu ul li a i {
                        font-size: 9px;
                    }

                    .header-area .main-header-area .main-menu ul li a::before {
                        position: absolute;
                        content: "";
                        background: #5DB2FF;
                        width: 100%;
                        height: 3px;
                        bottom: -21px;
                        left: 0;
                        opacity: 0;
                        transform: scaleX(0);
                        -webkit-transition: 0.3s;
                        -moz-transition: 0.3s;
                        -o-transition: 0.3s;
                        transition: 0.3s;
                    }

                    .header-area .main-header-area .main-menu ul li a.active::before {
                        position: absolute;
                        content: "";
                        background: #5DB2FF;
                        width: 100%;
                        height: 3px;
                        bottom: -21px;
                        left: 0;
                        opacity: 0;
                        transform: scaleX(0);
                        -webkit-transition: 0.3s;
                        -moz-transition: 0.3s;
                        -o-transition: 0.3s;
                        transition: 0.3s;
                    }

                    .header-area .main-header-area .main-menu ul li a:hover::before {
                        opacity: 1;
                        transform: scaleX(1);
                    }

                    .header-area .main-header-area .main-menu ul li a.active::before {
                        opacity: 1;
                        transform: scaleX(1);
                    }

                .header-area .main-header-area .main-menu ul li .submenu {
                    position: absolute;
                    left: 0;
                    top: 160%;
                    background: #fff;
                    width: 200px;
                    z-index: 2;
                    box-shadow: 0 0 10px rgba(0, 0, 0, 0.02);
                    opacity: 0;
                    visibility: hidden;
                    text-align: left;
                    -webkit-transition: 0.6s;
                    -moz-transition: 0.6s;
                    -o-transition: 0.6s;
                    transition: 0.6s;
                }

                    .header-area .main-header-area .main-menu ul li .submenu li {
                        display: block;
                    }

                        .header-area .main-header-area .main-menu ul li .submenu li a {
                            padding: 10px 15px;
                            position: inherit;
                            -webkit-transition: 0.3s;
                            -moz-transition: 0.3s;
                            -o-transition: 0.3s;
                            transition: 0.3s;
                            display: block;
                            color: #000;
                        }

                            .header-area .main-header-area .main-menu ul li .submenu li a::before {
                                display: none;
                            }

                        .header-area .main-header-area .main-menu ul li .submenu li:hover a {
                            color: #000;
                        }

                .header-area .main-header-area .main-menu ul li:hover > .submenu {
                    opacity: 1;
                    visibility: visible;
                    /* top: 150%; */
                    top: 56px;
                }

                .header-area .main-header-area .main-menu ul li:hover > a::before {
                    opacity: 1;
                    transform: scaleX(1);
                }

                .header-area .main-header-area .main-menu ul li:first-child a {
                    padding-left: 0;
                }

        .header-area .main-header-area.sticky {
            box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
            position: fixed;
            width: 100%;
            top: -70px;
            left: 0;
            right: 0;
            z-index: 990;
            transform: translateY(70px);
            transition: transform 500ms ease, background 500ms ease;
            -webkit-transition: transform 500ms ease, background 500ms ease;
            box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
            background: rgba(255, 255, 255, 0.96);
            /* background: #2C2C2C; */
            background: rgba(0, 0, 0, 0.7);
        }

            .header-area .main-header-area.sticky .main-menu {
                padding: 0;
            }

            .header-area .main-header-area.sticky .header_bottom_border {
                border-bottom: none;
            }

                .header-area .main-header-area.sticky .header_bottom_border.white_border {
                    border-bottom: none !important;
                }

            .header-area .main-header-area.sticky ul li a::before {
                position: absolute;
                content: "";
                background: #5DB2FF;
                width: 100%;
                height: 3px;
                bottom: -20px;
                left: 0;
                opacity: 0;
                transform: scaleX(0);
                -webkit-transition: 0.3s;
                -moz-transition: 0.3s;
                -o-transition: 0.3s;
                transition: 0.3s;
            }

    .header-area .header-top_area {
        padding: 10px 0;
        background: #060608a1;
    }

.main-header-area .logo a {
    color: #fff !important;
}

.header-area .header-top_area .social_media_links a {
    font-size: 15px;
    color: #C7C7C7;
    margin-right: 12px;
}

    .header-area .header-top_area .social_media_links a:hover {
        color: #5DB2FF;
    }

.header-area .header-top_area .header_left p {
    color: #727272;
    font-weight: 400;
    font-size: 13px;
    margin-bottom: 0;
}

.header-area .header-top_area .short_contact_list {
    text-align: right;
}

    .header-area .header-top_area .short_contact_list ul li {
        display: inline-block;
    }

        .header-area .header-top_area .short_contact_list ul li a {
            font-size: 13px;
            color: #fff;
            /*    margin-right: 50px;*/
            font-weight: 500;
        }

            .header-area .header-top_area .short_contact_list ul li a i {
                color: #5DB2FF;
                margin-right: 7px;
            }

.header-area .header-top_area .header_right {
    display: flex;
    justify-content: flex-end;
}

.slider_bg_1 {
    background-image: url(../img/3017.jpg);
}

.slider_bg_2 {
    background-image: url(../img/556.jpg);
}

.slider_bg_3 {
    background-image: url(../img/slider1.jpg);
}

.slider_bg_4 {
    background-image: url(../img/thinclient.jpg);
}

.case_study_area .owl-carousel .owl-nav div {
    background: transparent;
    height: 40px;
    width: 40px !important;
    position: absolute;
    text-align: center;
    top: 31%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #fff;
    background-color: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 15px;
    line-height: 40px;
    border: 1px solid #fff;
    left: 60px;
}

.slider_area .single_slider {
    /* height: 750px; */
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

    .slider_area .single_slider .slider_text h3 {
        font-family: "Poppins", sans-serif;
        font-size: 50px;
        text-transform: capitalize;
        letter-spacing: 2px;
        font-weight: 300;
        line-height: 76px;
        margin-bottom: 15px;
        color: #fff;
    }

    .slider_area .single_slider .slider_text ul {
        margin: 15px 0;
        list-style: none;
    }

        .slider_area .single_slider .slider_text ul li {
            padding: 5px 0;
        }

            .slider_area .single_slider .slider_text ul li a {
                text-decoration: none;
                color: #D5D5D5;
                font-size: 18px;
                transition: 0.3s ease-in-out;
            }

                .slider_area .single_slider .slider_text ul li a:hover i {
                    margin-left: 5px;
                    transition: 0.3s ease-in-out;
                }



    .slider_area .single_slider .slider_text h3 span {
        font-weight: 700;
    }

    .slider_area .single_slider .slider_text p {
        font-size: 20px;
        font-weight: 400;
        color: #D5D5D5;
        margin-bottom: 24px;
        margin-top: 10px;
    }

    .slider_area .single_slider .slider_text .video_service_btn > a {
        margin-right: 15px;
    }


/*About us page*/


/* .about_info_area {
    padding-bottom: 70px;
} */

.about_info_area .about_text h3 {
    font-size: 20px;
    font-weight: 400;
    color: #001D38;
}

.about_info_area .about_text p {
    text-align: justify;
}

.about_info_area .about_thumb {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}

    .about_info_area .about_thumb img {
        width: 100%;
        box-shadow: 7px 6px 49px -8px rgba(0,0,0,0.75);
    }

.tab-mission .nav-pills .nav-item .nav-link {
    background: #fff;
    border-radius: 4px;
    color: #001d38;
    font-weight: 500;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

    .tab-mission .nav-pills .nav-item .nav-link.active {
        color: #fff;
        background: #5DB2FF;
        border: 1px solid #5DB2FF;
    }

        .tab-mission .nav-pills .nav-item .nav-link.active span i {
            color: #fff;
        }

    .tab-mission .nav-pills .nav-item .nav-link span i {
        font-size: 12px;
        color: #009DFF;
    }

.tab-mission .tab-content {
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.counter_area {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 135px 0 105px 0;
}

    .counter_area .single_counter {
        margin-bottom: 30px;
    }

        .counter_area .single_counter h3 {
            margin-top: 40px;
            margin-bottom: 15px;
        }

            .counter_area .single_counter h3 span {
                font-size: 46px;
                font-weight: 300;
                color: #fff;
            }

        .counter_area .single_counter p {
            font-weight: 15px;
            color: #E8E8E8;
            margin-bottom: 0;
        }

.counter_bg_1 {
    background-image: url(../img/about/counter.png);
}


/*our_feature*/

.our_feature {
    padding-bottom: 80px;
}

    .our_feature .single_feature .feature_icon {
        text-align: center;
        width: 80px;
        height: 80px;
        margin: auto;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background: linear-gradient(to bottom, #0181f5 0%, #5db2ff 100%);
    }

.single_feature {
    position: relative;
    padding: 30px;
    background: #f7f7f7;
    transition: all 0.5s;
}


    /* .single_feature::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 4px;
    transform-origin: bottom left;
    transform: scale(0, 1);
    transition: all 300ms linear 0ms;
}

.single_feature:hover:after {
    transform: scale(1, 1);
    background: linear-gradient(to bottom, #0181f5 0%, #5db2ff 100%);
} */

    .single_feature:hover {
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
        transition: 0.5s;
    }

    .single_feature .feature_icon {
        font-size: 35px;
        color: #fff;
        line-height: 80px;
    }

    .single_feature h3 {
        font-size: 22px;
        color: #001D38;
        font-weight: 300;
        margin-top: 35px;
        margin-bottom: 23px;
    }

    .single_feature p {
        font-size: 15px;
        font-weight: 400;
        color: #727272;
        line-height: 28px;
        margin-bottom: 6px;
    }


/* .case_study_area {
    padding-bottom: 100px;
} */

.case_study_area.case_page {
    padding-bottom: 100px;
}

    .case_study_area.case_page .single_case {
        margin-bottom: 40px;
    }

.case_study_area .border_bottom {
    border-bottom: 1px solid #E8E8E8;
    margin-bottom: 50px;
    padding-bottom: 60px;
}

.case_study_area .single_case {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
    margin-bottom: 60px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}

    .case_study_area .single_case .case_thumb {
        overflow: hidden;
    }

        .case_study_area .single_case .case_thumb img {
            width: 100%;
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
            -webkit-transition: 0.3s;
            -moz-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
        }

    .case_study_area .single_case .case_heading {
        padding: 25px 29px;
    }

        .case_study_area .single_case .case_heading span {
            color: #919191;
            font-size: 13px;
            font-weight: 400;
        }

        .case_study_area .single_case .case_heading h3 a {
            font-weight: 500;
            color: #001D38;
            font-size: 18px;
        }

            .case_study_area .single_case .case_heading h3 a:hover {
                color: #5DB2FF;
            }

    .case_study_area .single_case:hover .case_thumb {
        overflow: hidden;
    }

        .case_study_area .single_case:hover .case_thumb img {
            width: 100%;
            -webkit-transform: scale(1.05);
            -moz-transform: scale(1.05);
            -ms-transform: scale(1.05);
            transform: scale(1.05);
        }

.case_study_area .owl-carousel .owl-nav div {
    border: 1px solid #9e9e9e;
    color: #9e9e9e;
    left: -70px;
}

    .case_study_area .owl-carousel .owl-nav div.owl-next {
        left: auto;
        right: -70px;
    }

.portfolio-menu {
    margin-bottom: 40px;
}

    .portfolio-menu button {
        font-size: 15px;
        font-weight: 400;
        color: #1F1F1F;
        border: none;
        background: transparent;
        border: 1px solid transparent;
        padding: 5px 17px;
        margin: 0 2px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        cursor: pointer;
    }

        .portfolio-menu button.active {
            border: 1px solid #5DB2FF;
            color: #5DB2FF;
        }

        .portfolio-menu button:focus {
            outline: none;
        }


/* 
.team_area {
    padding-bottom: 100px;
} */

.team_area .border_bottom {
    border-bottom: 1px solid #E8E8E8;
}

    .team_area .border_bottom .single_team {
        margin-bottom: 60px;
    }

        .team_area .border_bottom .single_team .team_thumb {
            overflow: hidden;
            margin-bottom: 26px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px;
        }

            .team_area .border_bottom .single_team .team_thumb img {
                width: 100%;
                -webkit-transform: scale(1);
                -moz-transform: scale(1);
                -ms-transform: scale(1);
                transform: scale(1);
                -webkit-transition: 0.3s;
                -moz-transition: 0.3s;
                -o-transition: 0.3s;
                transition: 0.3s;
            }

        .team_area .border_bottom .single_team .team_info h3 {
            font-size: 24px;
            font-weight: 300;
            color: #2C2C2C;
            margin-bottom: 0;
        }

        .team_area .border_bottom .single_team .team_info p {
            font-size: 13px;
            font-weight: 300;
            color: #2C2C2C;
            margin-top: 6px;
            margin-bottom: 8px;
        }

        .team_area .border_bottom .single_team .team_info .social_link li {
            display: inline-block;
        }

            .team_area .border_bottom .single_team .team_info .social_link li a {
                font-size: 15px;
                color: #C7C7C7;
                margin: 0 5px;
            }

                .team_area .border_bottom .single_team .team_info .social_link li a:hover {
                    color: #5DB2FF;
                }

        .team_area .border_bottom .single_team:hover .team_thumb img {
            width: 100%;
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(1.1);
            -webkit-transition: 0.3s;
            -moz-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
        }

.contact_form_quote {
    padding-bottom: 100px;
}

    .contact_form_quote .form_wrap {
        padding: 35px 0px;
        /* margin-bottom: 30px; */
    }

        .contact_form_quote .form_wrap h3 {
            font-size: 46px;
            font-weight: 300;
            color: #001D38;
            margin-bottom: 51px;
        }

        .contact_form_quote .form_wrap form input,
        .contact_form_quote .form_wrap form textarea {
            height: 36px;
            width: 100%;
            border: none;
            border-bottom: 1px solid #E8E8E8;
            font-size: 15px;
            margin-bottom: 35px;
            padding-bottom: 15px;
        }

            .contact_form_quote .form_wrap form input::placeholder,
            .contact_form_quote .form_wrap form textarea::placeholder {
                color: #727272;
                font-weight: 300;
                font-size: 15px;
            }

        .contact_form_quote .form_wrap form textarea {
            height: 40px !important;
            resize: none;
            padding: 0px 12px;
            /* margin-top: 70px; */
        }

        .contact_form_quote .form_wrap form button {
            width: 100%;
            text-align: center;
            padding: 13px;
        }

    .contact_form_quote .contact_thumb {
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        overflow: hidden;
    }

.form_wrap .form-control:focus,
.newsletter_form .form-control:focus {
    box-shadow: none;
}

.newsletter_form button:focus {
    outline: none;
}

.form_wrap textarea:focus {
    outline: none;
}

.contact_form_quote .contact_thumb img {
    width: 100%;
}

.testimonial_area {
    background-image: url(../img/banner/testmonial.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    padding: 60px 0;
}

    .testimonial_area .single_testmonial p {
        color: #fff;
        font-weight: 400;
        font-size: 17px;
        line-height: 32px;
        padding: 0px 60px;
    }

    .testimonial_area .single_testmonial .testmonial_author .thumb {
        width: 42px;
        height: 42px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        margin: auto;
        margin: auto auto 15px auto;
    }

    .testimonial_area .single_testmonial .testmonial_author h3 {
        color: #fff;
        font-size: 15px;
        font-weight: 500;
        margin-bottom: 5px;
    }

    .testimonial_area .single_testmonial .testmonial_author span {
        font-size: 13px;
        font-weight: 400;
        color: #fff;
    }

    .testimonial_area .owl-carousel .owl-item img {
        display: inline-block;
        width: auto;
    }

    .testimonial_area .owl-carousel .owl-nav div.owl-next {
        left: auto;
        right: 0;
    }

    .testimonial_area .owl-carousel .owl-nav div {
        left: 0;
    }

.Information_area {
    background-image: url(../img/service-main.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 70px 0;
}

    .Information_area .info_text p {
        font-size: 15px;
        font-weight: 400;
        color: #E8E8E8;
        margin: 25px 0;
    }

    .Information_area .info_text h3 {
        font-size: 46px;
        font-weight: 300;
        color: #fff;
        margin-bottom: 0;
    }

    .Information_area .info_text a.boxed-btn3 {
        padding: 14px 40px;
    }

.newsletter_form {
    position: relative;
    margin-bottom: 20px;
}

    .newsletter_form input {
        width: 100%;
        height: 45px;
        background: #fff;
        padding-left: 20px;
        font-size: 16px;
        color: #000;
        border: none;
    }

        .newsletter_form input::placeholder {
            font-size: 16px;
            color: #919191;
        }

    .newsletter_form button {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        border: none;
        font-size: 14px;
        color: #fff;
        background: #A70000;
        padding: 10px;
        padding: 0 22px;
        cursor: pointer;
    }

.newsletter_text {
    font-size: 16px;
    color: #BABABA;
}

.accordion_area,
.about_info_area,
.main_patrons {
    padding-bottom: 80px;
}

#accordion button {
    font-size: 16px;
    color: #0f2137;
    font-weight: 500;
    font-weight: 500;
}

#accordion .card {
    margin-bottom: 15px;
    border-radius: 0;
    border-radius: 0 !important;
    margin-bottom: 30px;
}

    #accordion .card .card-header {
        background-color: transparent;
        padding: 4px 14px;
    }

    #accordion .card .card-body {
        font-size: 16px;
        line-height: 28px;
        color: #888888;
        padding: 10px 30px 32px;
    }

    #accordion .card .collapse {
        border-bottom: 1px solid #d7dbe3;
    }

        #accordion .card .collapse.show {
            border-bottom: 1px solid transparent;
        }

#accordion h5 {
    position: relative;
    z-index: 1;
}

    #accordion h5 button.btn.btn-link:after {
        position: absolute;
        content: "\e648";
        top: 9px;
        right: 12px;
        height: auto;
        font-family: 'themify';
        color: #0f2137;
        font-size: 14px;
        left: -24px;
    }

    #accordion h5 button.btn.btn-link.collapsed:after {
        content: "\e64b";
        color: #0f2137;
        font-size: 14px;
    }

    #accordion h5 button i {
        height: 36px;
        width: 36px;
        font-size: 14px;
        display: inline-block;
        text-align: center;
        line-height: 36px;
        border-radius: 50%;
        margin-right: 20px;
        color: #fff;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

    #accordion h5 button.btn.btn-link.collapsed i {
        background: #f4f7f9;
        color: #0f2137;
    }

#accordion .btn-link:hover {
    color: #182028;
    text-decoration: none;
}

#accordion .btn {
    text-align: left !important;
}

.accordion_area .accordion_thumb {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}

    .accordion_area .accordion_thumb img {
        width: 100%;
    }

.accordion_area .faq_ask h3 {
    font-size: 46px;
    font-weight: 300;
    color: #001D38;
    margin-bottom: 57px;
}

.accordion_area .faq_ask #accordion .card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: none;
    border-radius: .25rem;
    border-bottom: 1px solid #E8E8E8;
}

    .accordion_area .faq_ask #accordion .card .card-header {
        background-color: transparent;
        padding: 4px 14px;
        border: none;
    }

.accordion_area .faq_ask #accordion button {
    font-size: 15px;
    color: #001D38 !important;
    font-weight: 300 !important;
}

.accordion_area .faq_ask #accordion .card .card-header {
    background-color: transparent;
    padding: 4px 30px;
}

.accordion_area .faq_ask #accordion .card .card-body {
    font-size: 15px;
    line-height: 28px;
    color: #727272;
    padding: 10px 30px 32px;
    font-weight: 400;
    line-height: 28px;
}

.accordion_area .faq_ask #accordion .btn-link.focus,
.accordion_area .faq_ask #accordion .btn-link:focus {
    text-decoration: none;
    border-color: transparent;
    box-shadow: none;
}

.mt-50 {
    margin-top: 50px;
}

.mb-50 {
    margin-bottom: 50px;
}

.patrons {
    border: 1px solid #c1c8cf;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
}

    .patrons:hover img {
        opacity: 1;
        transition: all 0.5s;
    }

    .patrons img {
        height: 80px;
        opacity: 0.7;
        transition: all 0.5s;
    }

.footer {
    background-repeat: no-repeat;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .footer .footer_top {
        padding: 30px;
        background: #001D38;
    }

        .footer .footer_top .footer_widget .footer_title {
            font-size: 18px;
            font-weight: 500;
            color: #fff;
            text-transform: capitalize;
            margin-bottom: 20px;
        }

        .footer .footer_top .footer_widget .footer_logo {
            font-size: 30px;
            font-weight: 400;
            color: #fff;
            text-transform: capitalize;
            margin-bottom: 10px;
            /*    margin-bottom: 40px;*/
        }

            .footer .footer_top .footer_widget .footer_logo label {
                display: grid;
            }

            .footer .footer_top .footer_widget .footer_logo span {
                font-size: 10px;
                /*        text-align: center;*/
            }

            .footer .footer_top .footer_widget .footer_logo a img {
                height: 40px;
            }

.footer-address ul li a {
    text-decoration: none;
}

.footer .footer_top .footer_widget p {
    color: #919191;
    font-size: 13px;
    font-weight: 400;
    line-height: 28px;
}

    .footer .footer_top .footer_widget p a {
        color: #919191;
    }

        .footer .footer_top .footer_widget p a:hover {
            color: #5DB2FF;
        }

    .footer .footer_top .footer_widget p.footer_text {
        font-size: 16px;
        color: #B2B2B2;
        margin-bottom: 23px;
        font-weight: 400;
        line-height: 28px;
    }

        .footer .footer_top .footer_widget p.footer_text a.domain {
            color: #B2B2B2;
            font-weight: 400;
        }

            .footer .footer_top .footer_widget p.footer_text a.domain:hover {
                color: #5DB2FF;
                border-bottom: 1px solid #5DB2FF;
            }

        .footer .footer_top .footer_widget p.footer_text.doanar a {
            font-weight: 500;
            color: #B2B2B2;
        }

            .footer .footer_top .footer_widget p.footer_text.doanar a:hover {
                color: #5DB2FF;
                border-bottom: 1px solid #5DB2FF;
            }

            .footer .footer_top .footer_widget p.footer_text.doanar a.first {
                margin-bottom: 10px;
            }

.footer_top .footer_widget ul {
    margin: 0;
    list-style: none;
}

.footer .footer_top .footer_widget ul li {
    color: #919191;
    font-size: 13px;
    line-height: 36px;
}

    .footer .footer_top .footer_widget ul li a {
        color: #919191;
        font-weight: 400;
        text-decoration: none;
    }

        .footer .footer_top .footer_widget ul li a:hover {
            color: #5DB2FF;
        }

.footer .footer_top .footer_widget .newsletter_form {
    position: relative;
    margin-bottom: 20px;
}

    .footer .footer_top .footer_widget .newsletter_form input {
        width: 100%;
        height: 50px;
        background: #fff;
        padding-left: 20px;
        font-size: 15px;
        color: #000;
        border: none;
        border: 1px solid #E8E8E8;
        border-radius: 30px;
    }

        .footer .footer_top .footer_widget .newsletter_form input::placeholder {
            font-size: 15px;
            color: #919191;
        }

    .footer .footer_top .footer_widget .newsletter_form button {
        position: absolute;
        top: 0;
        right: 0;
        height: 40px;
        border: none;
        font-size: 14px;
        color: #fff;
        background: #5DB2FF;
        padding: 10px;
        padding: 0 22px;
        cursor: pointer;
        border-radius: 30px;
        top: 5px;
        right: 5px;
        font-size: 13px;
        font-weight: 500;
    }

.footer .footer_top .footer_widget .newsletter_text {
    font-size: 13px;
    color: #919191;
    line-height: 26px;
}

.footer .copy-right_text {
    background: #01162b;
    padding: 5px 0;
}


    .footer .copy-right_text .copy_right {
        font-size: 15px;
        color: #919191;
        margin-bottom: 0;
        font-weight: 500;
    }

        .footer .copy-right_text .copy_right a {
            color: #5DB2FF;
        }

.footer .socail_links {
    margin-top: 36px;
}

    .footer .socail_links ul li {
        display: inline-block;
    }

        .footer .socail_links ul li a {
            font-size: 15px;
            color: #C3B2F0;
            width: 40px;
            height: 40px;
            display: inline-block;
            text-align: center;
            background: transparent;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            line-height: 40px !important;
            margin-right: 7px;
            color: #FFFFFF;
            line-height: 40px !important;
            border: 1px solid #E8E8E8;
            color: #E8E8E8;
        }

            .footer .socail_links ul li a:hover {
                color: #fff !important;
                background: #5DB2FF;
                border-color: transparent;
            }

.service_area.minus_padding {
    padding-bottom: 0;
}

.service_area .single_service {
    border: 1px solid #E8E8E8;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-bottom: 30px;
    /* height: 482px !important; */
}

    .service_area .single_service .service_icon {
        padding: 30px 0px;
        /* line-height: 120px; */
        text-align: center;
        width: 100%;
        /* height: 98px; */
        /* margin: auto; */
        /* border-radius: 50%; */
        background: #0181f5;
        background: -moz-linear-gradient(top, #0181f5 0%, #5db2ff 100%);
        background: -webkit-linear-gradient(top, #0181f5 0%, #5db2ff 100%);
        background: linear-gradient(to bottom, #0181f5 0%, #5db2ff 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0181f5', endColorstr='#5db2ff', GradientType=0);
    }

.service_icon img {
    height: 65px;
}

.service_area .single_service h3 {
    font-size: 20px;
    color: #001D38;
    font-weight: 600;
    margin-top: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 23px;
}

.serivce-content {
    padding: 0px 14px;
}

    .serivce-content ul {
        margin: 0;
        padding-left: 16px;
    }

.service_area ul li {
    font-size: 15px;
    font-weight: 400;
    color: #727272;
    line-height: 25px;
    cursor: pointer;
}

    .service_area ul li:hover {
        color: #001D38;
    }

.service_area .single_service a.learn_more {
    color: #5DB2FF;
    font-weight: 400;
    font-size: 15px;
    margin: 15px 0px;
    display: block;
}

.learn_more:hover {
    text-decoration: none;
}

.service_area .single_service:hover {
    /* box-shadow: 0 10px 20px rgba(0, 0, 0, 0.04); */
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    border-color: transparent;
}

.service_area .col-xl-4:nth-child(2) .single_service .service_icon {
    background: #00d363;
    background: -moz-linear-gradient(top, #00d363 0%, #37ef8d 100%);
    background: -webkit-linear-gradient(top, #00d363 0%, #37ef8d 100%);
    background: linear-gradient(to bottom, #00d363 0%, #37ef8d 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00d363', endColorstr='#37ef8d', GradientType=0);
}

.service_area .col-xl-4:nth-child(3) .single_service .service_icon {
    background: #fd8e5e;
    background: -moz-linear-gradient(top, #fd8e5e 0%, #fd8e5e 100%);
    background: -webkit-linear-gradient(top, #fd8e5e 0%, #fd8e5e 100%);
    background: linear-gradient(to bottom, #fd8e5e 0%, #fd8e5e 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fd8e5e', endColorstr='#fd8e5e', GradientType=0);
}

.service_area .col-xl-4:nth-child(4) .single_service .service_icon {
    background: #615cfd;
    background: -moz-linear-gradient(top, #615cfd 0%, #d465ef 100%);
    background: -webkit-linear-gradient(top, #615cfd 0%, #d465ef 100%);
    background: linear-gradient(to bottom, #615cfd 0%, #d465ef 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#615cfd', endColorstr='#d465ef', GradientType=0);
}

.service_area .col-xl-4:nth-child(6) .single_service .service_icon {
    background: #a64eee;
    background: -moz-linear-gradient(top, #a64eee 0%, #3c35ce 100%);
    background: -webkit-linear-gradient(top, #a64eee 0%, #3c35ce 100%);
    background: linear-gradient(to bottom, #a64eee 0%, #3c35ce 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a64eee', endColorstr='#3c35ce', GradientType=0);
}



.mt-10 {
    margin-top: 10px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mt-30 {
    margin-top: 30px;
}


/*About us page start*/


/*About us page end*/


/*contact form start*/

.bradcam_bg_1 {
    background-image: url(../img/about/bg-about.jpg);
}

.bradcam_bg_2 {
    background-image: url(../img/about/contact-us.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.bradcam_bg_service {
    background-image: url(../img/service/service-slider.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.bradcam_area {
    background-size: cover;
    background-position: center center;
    padding: 280px 0 150px 0;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
}

    .bradcam_area::before {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #001D38;
        opacity: .4;
        z-index: -1;
        content: '';
    }

    .bradcam_area h3 {
        font-size: 60px;
        color: #fff;
        font-weight: 300;
        margin-bottom: 0;
        text-transform: capitalize;
    }

    .bradcam_area p {
        font-size: 18px;
        color: #fff;
        font-weight: 400;
        text-transform: capitalize;
    }

        .bradcam_area p a {
            color: #fff;
        }

            .bradcam_area p a:hover {
                color: #fff;
            }

.contact-section .btn_2 {
    background-color: #191d34;
    padding: 18px 60px;
    border-radius: 50px;
    margin-top: 0;
}

    .contact-section .btn_2:hover {
        background-color: #ff5e13;
    }

.contact-title {
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 20px;
}

.contact-title {
    font-size: 46px;
    font-weight: 300;
    color: #001D38;
    margin-bottom: 51px;
}

.form-contact label {
    font-size: 14px;
}

.form-contact .form-group {
    margin-bottom: 30px;
}

.form-contact .form-control {
    border: 1px solid #e5e6e9;
    border-radius: 0px;
    height: 48px;
    padding-left: 18px;
    font-size: 13px;
    background: transparent;
}

    .form-contact .form-control:focus {
        outline: 0;
        box-shadow: none;
    }

    .form-contact .form-control::placeholder {
        font-weight: 300;
        color: #999999;
    }

.form-contact textarea {
    border-radius: 0px;
    height: 100% !important;
}

.contact-info {
    margin-bottom: 25px;
}

.contact-info__icon {
    margin-right: 20px;
}

    .contact-info__icon i,
    .contact-info__icon span {
        color: #8f9195;
        font-size: 22px;
    }

.contact-info .media-body h3 {
    font-size: 16px;
    margin-bottom: 0;
    font-size: 16px;
    color: #2a2a2a;
}

    .contact-info .media-body h3 a:hover {
        color: #ff5e13;
    }

.contact-info .media-body p {
    color: #8a8a8a;
}


/*contact form end */

.return-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #0d87f6;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    border-radius: 35px;
    display: none;
    transition: all 0.5s;
    z-index: 999999;
}

    .return-top:hover i {
        transform: rotate(360deg);
        transition: all 0.5s ease;
    }

    .return-top i {
        color: #fff;
        margin: 0;
        position: relative;
        left: 18px;
        top: 12px;
        font-size: 23px;
        transition: all 0.3s ease;
    }

.logo-center {
    justify-content: center;
    color: #fff;
    font-size: 27px;
    font-weight: 400;
}

    .logo-center a{
        color: #fff;
        text-decoration: none;
    }
    .logo-center label {
        display: grid;
    }

        .logo-center label span {
            font-size: 10px;
            text-align: end;
        }
