body {
    font-family: 'Poppins', sans-serif;
    color: #0c0c0c;
    background-color: #ffffff;
    overflow-x: hidden;
}

.layout_padding {
    /*padding: 90px 0;*/
    padding: 0 0 90px 0;
}

.layout_padding2 {
    padding: 75px 0;
}

.layout_padding2-top {
    padding-top: 75px;
}

.layout_padding2-bottom {
    padding-bottom: 75px;
}

.layout_padding-top {
    padding-top: 90px;
}

.layout_padding-bottom {
    padding-bottom: 90px;
}

.heading_container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

    .heading_container h2 {
        position: relative;
        text-transform: uppercase;
        font-weight: bold;
        margin-bottom: 0;
    }

    .heading_container p {
        margin-top: 10px;
        margin-bottom: 0;
    }

    .heading_container.heading_center {
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

a,
a:hover,
a:focus {
    text-decoration: none;
}

    a:hover,
    a:focus {
        color: initial;
    }

.btn,
.btn:focus {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.main-section {
    position: relative;
    overflow: hidden;
    margin-bottom: -50px;
}
/*header section*/
.banner-section {
    position: relative;
    /*height: 100vh;*/
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /*background-image: -webkit-gradient(linear, left top, right top, from(rgba(8, 19, 92, 0.9)), to(rgba(8, 19, 92, 0.9))), url(../images/slider-bg.jpg);
  background-image: -webkit-linear-gradient(left, rgba(8, 19, 92, 0.9), rgba(8, 19, 92, 0.9)), url(../images/slider-bg.jpg);
  background-image: -moz-linear-gradient(left, rgba(8, 19, 92, 0.9), rgba(8, 19, 92, 0.9)), url(../images/slider-bg.jpg);
  background-image: -o-linear-gradient(left, rgba(8, 19, 92, 0.9), rgba(8, 19, 92, 0.9)), url(../images/slider-bg.jpg);
  background-image: linear-gradient(to right, rgba(8, 19, 92, 0.9), rgba(8, 19, 92, 0.9)), url(../images/slider-bg.jpg);*/
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(29, 149, 139, 0.9)), to(rgba(89, 155, 103, 0.9))), url(../images/slider-bg.jpg);
    background-image: -webkit-linear-gradient(left, rgba(29, 149, 139, 0.9), rgba(89, 155, 103, 0.9)), url(../images/slider-bg.jpg);
    background-image: -moz-linear-gradient(left, rgba(29, 149, 139, 0.9), rgba(89, 155, 103, 0.9)), url(../images/slider-bg.jpg);
    background-image: -o-linear-gradient(left, rgba(29, 149, 139, 0.9), rgba(89, 155, 103, 0.9)), url(../images/slider-bg.jpg);
    background-image: linear-gradient(to right, rgba(89, 155, 103, 0.9), rgba(29, 149, 139, 0.9)), url(../images/slider-bg.jpg);
    background-size: cover;
    /*border-radius: 0px 0px 50% 50%;*/
    width: 120%;
    left: -10%;
    top: -60px;
    /* height: 954px; */
    /* top: -170px;*/
}

/*.banner-section::after{
	    position: absolute;
    content: '';
    background-image: url("../images/white-shape.png");
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 350px;
    bottom: 0;
    left: 0;
    z-index: 1;
}*/

.sub_page .banner-section {
    height: auto;
}

.header_section {
    padding: 15px 0;
    background: #010c29;
    padding: 20px 0;
    position: fixed;
    /*    position: fixed;*/
    /* top: -80px; */
    margin-bottom: 0px;
    padding: 2px 0px 2px 0px;
    width: 100%;
    border-radius: 0px;
    transition: all 0.2s;
    background: rgba(0, 0, 0, 0.5);
    z-index: 111;
}

.navbar-brand {
    margin: 0;
}

    .navbar-brand span {
        font-size: 28px;
        font-weight: bold;
        color: #ffffff;
    }

.custom_nav-container {
    padding: 0;
}

    .custom_nav-container .navbar-nav {
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .custom_nav-container .navbar-nav .nav-item .nav-link {
            padding: 10px 20px;
            color: #ffffff;
            text-align: center;
            text-transform: uppercase;
        }

            .custom_nav-container .navbar-nav .nav-item .nav-link span {
                margin-left: 5px;
            }

        .custom_nav-container .navbar-nav .nav-item:hover .nav-link {
            color: #ffffff;
            background: #3fa387;
            border-radius: 10px;
        }

        .custom_nav-container .navbar-nav .nav-item .active {
            color: #ffffff;
            background: #3fa387;
            border-radius: 10px;
        }

    .custom_nav-container .nav_search-btn {
        width: 35px;
        height: 35px;
        padding: 0;
        border: none;
        color: #ffffff;
        margin: 0;
    }

        .custom_nav-container .nav_search-btn:hover {
            color: #e41a2b;
        }

    .custom_nav-container .navbar-toggler {
        outline: none;
    }

    .custom_nav-container .navbar-toggler {
        padding: 0;
        width: 37px;
        height: 42px;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

        .custom_nav-container .navbar-toggler span {
            display: block;
            width: 35px;
            height: 4px;
            background-color: #25519d;
            margin: 7px 0;
            -webkit-transition: all 0.3s;
            -o-transition: all 0.3s;
            -moz-transition: all 0.3s;
            transition: all 0.3s;
            position: relative;
            border-radius: 5px;
            -webkit-transition: all .3s;
            -o-transition: all .3s;
            -moz-transition: all .3s;
            transition: all .3s;
        }

            .custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
                content: "";
                position: absolute;
                left: 0;
                height: 100%;
                width: 100%;
                background-color: #25519d;
                top: -10px;
                border-radius: 5px;
                -webkit-transition: all .3s;
                -o-transition: all .3s;
                -moz-transition: all .3s;
                transition: all .3s;
            }

            .custom_nav-container .navbar-toggler span::after {
                top: 10px;
            }

        .custom_nav-container .navbar-toggler[aria-expanded="true"] {
            -webkit-transform: rotate(360deg);
            -moz-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
            -o-transform: rotate(360deg);
            transform: rotate(360deg);
        }

            .custom_nav-container .navbar-toggler[aria-expanded="true"] span {
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                transform: rotate(45deg);
            }

                .custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
                    -webkit-transform: rotate(90deg);
                    -moz-transform: rotate(90deg);
                    -ms-transform: rotate(90deg);
                    -o-transform: rotate(90deg);
                    transform: rotate(90deg);
                    top: 0;
                }

            .custom_nav-container .navbar-toggler[aria-expanded="true"] .s-1 {
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                transform: rotate(45deg);
                margin: 0;
                margin-bottom: -4px;
            }

            .custom_nav-container .navbar-toggler[aria-expanded="true"] .s-2 {
                display: none;
            }

            .custom_nav-container .navbar-toggler[aria-expanded="true"] .s-3 {
                -webkit-transform: rotate(-45deg);
                -moz-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                -o-transform: rotate(-45deg);
                transform: rotate(-45deg);
                margin: 0;
                margin-top: -4px;
            }

        .custom_nav-container .navbar-toggler[aria-expanded="false"] .s-1,
        .custom_nav-container .navbar-toggler[aria-expanded="false"] .s-2,
        .custom_nav-container .navbar-toggler[aria-expanded="false"] .s-3 {
            -webkit-transform: none;
            -moz-transform: none;
            -ms-transform: none;
            -o-transform: none;
            transform: none;
        }

.quote_btn-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 25px;
}

    .quote_btn-container a {
        color: #ffffff;
        margin-right: 25px;
        text-transform: uppercase;
    }

        .quote_btn-container a span {
            margin-left: 5px;
        }

        .quote_btn-container a:hover {
            color: #08135c;
        }

/*end header section*/
/* slider section */
.search-bg {
    background: rgba(255, 255, 255, 0.8);
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 45px;
    z-index: 11;
    position: relative;
}

.slider_section {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 162px;
    /*padding-bottom: 125px;*/
    padding-bottom: 15px;
}

    .slider_section .row {
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .slider_section #customCarousel1 {
        width: 100%;
        position: unset;
    }

    .slider_section .detail-box {
        color: #ffffff;
        text-align: center;
    }

        .slider_section .detail-box h1 {
            font-weight: bold;
            text-transform: uppercase;
            margin-bottom: 15px;
            font-size: 30px;
        }

            .slider_section .detail-box h1 span {
                color: #08135c;
            }

    .slider_section .find_container form .form-group {
        margin: 15px 0;
    }

    .slider_section .find_container form .form-control {
        width: 100%;
        background-color: transparent;
        border: none;
        height: 45px;
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 5px;
        padding: 0 15px;
        background-color: #ffffff;
    }

    .slider_section .find_container form .btn-box {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }

        .slider_section .find_container form .btn-box button.btn {
            display: inline-block;
            padding: 10px 45px;
            background-color: #f05c2e;
            color: #ffffff;
            border-radius: 5px;
            -webkit-transition: all .3s;
            -o-transition: all .3s;
            -moz-transition: all .3s;
            transition: all .3s;
            border: 1px solid #e41a2b;
            outline: none;
            text-transform: uppercase;
            width: 100%;
        }

            .slider_section .find_container form .btn-box button.btn:hover {
                background-color: transparent;
                color: #e41a2b;
            }

    .slider_section .find_container .nice-select:after {
        content: "\f107";
        font-family: FontAwesome;
        border: none;
        width: auto;
        height: auto;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        top: 7px;
        font-size: 20px;
        font-weight: bold;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .slider_section .find_container .nice-select.open:after {
        content: "\f106";
    }

    .slider_section .find_container .job_check_list {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0;
    }

        .slider_section .find_container .job_check_list li {
            list-style-type: none;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            margin: 10px 15px 10px 0;
        }

        .slider_section .find_container .job_check_list label {
            color: #ffffff;
            margin: 0;
        }

        .slider_section .find_container .job_check_list .styled-checkbox {
            position: absolute;
            opacity: 0;
        }

            .slider_section .find_container .job_check_list .styled-checkbox + label {
                position: relative;
                cursor: pointer;
                padding: 0;
            }

                .slider_section .find_container .job_check_list .styled-checkbox + label:before {
                    content: '';
                    margin-right: 5px;
                    display: inline-block;
                    vertical-align: text-top;
                    width: 20px;
                    height: 20px;
                    background: white;
                }

            .slider_section .find_container .job_check_list .styled-checkbox:hover + label:before {
                background: #f35429;
            }

            .slider_section .find_container .job_check_list .styled-checkbox:focus + label:before {
                -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
                box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
            }

            .slider_section .find_container .job_check_list .styled-checkbox:checked + label:before {
                background: #f35429;
            }

            .slider_section .find_container .job_check_list .styled-checkbox:disabled + label {
                color: #b8b8b8;
                cursor: auto;
            }

                .slider_section .find_container .job_check_list .styled-checkbox:disabled + label:before {
                    -webkit-box-shadow: none;
                    box-shadow: none;
                    background: #ddd;
                }

            .slider_section .find_container .job_check_list .styled-checkbox:checked + label:after {
                content: '';
                position: absolute;
                left: 5px;
                top: 9px;
                background: white;
                width: 2px;
                height: 2px;
                -webkit-box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
                box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                transform: rotate(45deg);
            }

.category_section .box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 35px 15px;
    background-color: #e41a2b;
    color: #ffffff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

    .category_section .box .img-box {
        width: 55px;
        height: 55px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .category_section .box .img-box img {
            width: 100%;
        }

    .category_section .box .detail-box {
        margin-top: 15px;
    }

        .category_section .box .detail-box h5 {
            font-size: 18px;
            font-weight: 600;
            margin: 0;
        }

    .category_section .box:hover {
        background-color: #b61522;
    }

.about_section .row {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.about_section .img-box img {
    width: 100%;
    border-radius: 15px;
}

.about_section .detail-box p {
    margin-top: 15px;
}

.about_section .detail-box a {
    display: inline-block;
    padding: 10px 45px;
    background-color: #08135c;
    color: #ffffff;
    border-radius: 5px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    border: 1px solid #08135c;
    outline: none;
    margin-top: 15px;
}

    .about_section .detail-box a:hover {
        background-color: transparent;
        color: #08135c;
    }

.job_section {
    /*background-color: #08135c;*/
    color: #333333;
}

    .job_section .heading_container {
        margin-bottom: 15px;
    }

    .job_section .job_container {
        margin-top: 45px;
    }

    .job_section .job_heading {
        margin-bottom: 0;
        text-transform: uppercase;
    }

    .job_section .box {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px;
        /* border: 1px solid #a4a4a4;*/
        /* margin-top: 25px;*/
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
        /* border-radius: 15px;*/
        /*box-shadow: 0px 4px 20px -3px rgb(22 36 62 / 15%);*/
    }

        .job_section .box .job_content-box {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

        .job_section .box .img-box {
            width: 80px;
            height: 80px;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -moz-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding: 5px;
            margin-right: 20px;
            border: 1px solid #d3d3d3;
            background-color: #ffffff;
            float: left;
        }

            .job_section .box .img-box img {
                width: 100%;
            }

        .job_section .box .detail-box h5 {
            font-weight: 600;
            font-size: 1em;
        }

        .job_section .box .detail-box .detail-info {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            /*display: flex;*/
            flex-direction:column;
            font-size: 0.8em;
        }

            .job_section .box .detail-box .detail-info h6 {
                margin: 0;
                margin-right: 15px;
            }

        .job_section .box .option-box {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            margin-left: auto;
        }

            .job_section .box .option-box .fav-btn {
                margin-right: 25px;
                border: none;
                background: none;
                outline: none;
                font-size: 20px;
                color: inherit;
            }

            .job_section .box .option-box .apply-btn {
                display: inline-block;
                padding: 5px 15px;
                background-color: #213092;
                color: #ffffff;
                border-radius: 5px;
                -webkit-transition: all .3s;
                -o-transition: all .3s;
                -moz-transition: all .3s;
                transition: all .3s;
                /*border: 1px solid #213092;*/
                outline: none;
                background-image: linear-gradient(to bottom, #1f9e91, #33a48b, #47aa83, #5caf7a, #71b471);
            }

                .job_section .box .option-box .apply-btn:hover {
                    background-image: linear-gradient(to bottom, #46a685, #53b27b, #69bc6d, #85c55b, #a6cc46);
                    color: #213092;
                }

                .job_section .box .option-box .apply-btn:hover {
                    color: #ffffff;
                }

    .job_section .btn-box {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 45px;
    }

        .job_section .btn-box a {
            display: inline-block;
            padding: 10px 45px;
            background-color: #e41a2b;
            color: #ffffff;
            border-radius: 5px;
            -webkit-transition: all .3s;
            -o-transition: all .3s;
            -moz-transition: all .3s;
            transition: all .3s;
            border: 1px solid #e41a2b;
            outline: none;
        }

            .job_section .btn-box a:hover {
                background-color: transparent;
                color: #e41a2b;
            }

.expert_section .box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #08135c;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 45px;
}

    .expert_section .box .img-box {
        width: 100%;
    }

        .expert_section .box .img-box img {
            width: 100%;
        }

    .expert_section .box .detail-box {
        width: 100%;
        color: #ffffff;
        padding: 25px 15px;
    }

        .expert_section .box .detail-box a {
            color: inherit;
            font-size: 18px;
        }

        .expert_section .box .detail-box .expert_position {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -moz-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            margin: 10px 0;
        }

        .expert_section .box .detail-box .expert_rating {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            margin-bottom: 15px;
        }

        .expert_section .box .detail-box p {
            margin-bottom: 0;
        }

.expert_section .btn-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 45px;
}

    .expert_section .btn-box a {
        display: inline-block;
        padding: 10px 45px;
        background-color: #e41a2b;
        color: #ffffff;
        border-radius: 5px;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
        border: 1px solid #e41a2b;
        outline: none;
    }

        .expert_section .btn-box a:hover {
            background-color: transparent;
            color: #e41a2b;
        }

/* blog section end */
.blog_section .box {
    padding-bottom: 25px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    position: relative;
    margin-top: 45px;
}

    .blog_section .box .date_box {
        position: absolute;
        top: 0;
        left: 25px;
        padding: 20px;
        background-color: #08135c;
    }

        .blog_section .box .date_box h5 {
            margin: 0;
            text-transform: uppercase;
            color: #ffffff;
            font-weight: 300;
            font-size: 20px;
        }

    .blog_section .box .img-box img {
        width: 100%;
    }

    .blog_section .box .detail-box {
        margin-top: 25px;
        padding: 0 25px;
    }

        .blog_section .box .detail-box .blog_info {
            margin-top: 15px;
            margin-bottom: 20px;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: start;
            -moz-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -webkit-box-align: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .blog_section .box .detail-box .blog_info a {
                color: #50504f;
                display: -webkit-box;
                display: -moz-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -moz-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                font-size: 14px;
                margin: 0;
                margin-right: 25px;
            }

                .blog_section .box .detail-box .blog_info a span {
                    margin-right: 5px;
                }

                .blog_section .box .detail-box .blog_info a i {
                    font-size: 20px;
                }

                .blog_section .box .detail-box .blog_info a:hover {
                    color: #e41a2b;
                }

        .blog_section .box .detail-box .blog_text h4 {
            font-weight: bold;
        }

        .blog_section .box .detail-box .blog_text p {
            color: #555555;
            font-size: 15px;
            margin-top: 10px;
        }

        .blog_section .box .detail-box a.blog_btn {
            color: #e41a2b;
        }

/* blog section end */
.info_section {
    background-color: #030d47;
    color: #ffffff;
    padding: 65px 0 45px 0;
}

    .info_section h4 {
        font-weight: bold;
        margin-bottom: 20px;
    }

    .info_section .info_links ul {
        padding-left: 15px;
    }

        .info_section .info_links ul .active::before {
            background-color: #e41a2b;
        }

        .info_section .info_links ul li {
            list-style-type: none;
            position: relative;
        }

            .info_section .info_links ul li::before {
                content: "";
                left: -15px;
                top: 50%;
                position: absolute;
                width: 8px;
                height: 8px;
                background-color: #ffffff;
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                transform: translateY(-50%);
            }

            .info_section .info_links ul li a {
                color: #ffffff;
            }

            .info_section .info_links ul li:hover::before {
                background-color: #e41a2b;
            }

    .info_section .info_form input {
        width: 100%;
        border: none;
        height: 45px;
        margin-bottom: 15px;
        padding-left: 15px;
        background-color: #eaeaea;
        outline: none;
        color: #101010;
    }

    .info_section .info_form button {
        display: inline-block;
        padding: 10px 45px;
        background-color: #e41a2b;
        color: #ffffff;
        border-radius: 5px;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
        border: 1px solid #e41a2b;
        outline: none;
    }

        .info_section .info_form button:hover {
            background-color: transparent;
            color: #e41a2b;
        }

    .info_section .info_social .social_container {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }

        .info_section .info_social .social_container a {
            width: 30px;
            height: 30px;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -moz-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            background-color: #ffffff;
            border-radius: 100%;
            margin: 0 5px;
            color: #1a1c78;
            font-size: 16px;
        }

            .info_section .info_social .social_container a:hover {
                color: #e41a2b;
            }

/* footer section*/
.footer_section {
    position: relative;
    background-color: #27292c;
    text-align: center;
}

    .footer_section p {
        /*border-top: 1px solid #ffffff;*/
        color: #ffffff;
        padding: 25px 0;
        margin: 0;
    }

        .footer_section p a {
            color: inherit;
        }
/*# sourceMappingURL=style.css.map */

/************Career page start*******************/
.text-primary {
    color: #00B074 !important;
}

.me-2 {
    margin-right: .5rem !important;
}

.me-3 {
    margin-right: 1rem !important;
}

.detail-box {
    padding-top: 15px;
}

.select {
    width: 100%;
    height: 50px;
    font-size: 16px;
    border: 1px solid #c9c9c9 !important;
    outline: none;
    padding-left: 15px;
}

    .select:focus {
        width: 100%;
        height: 50px;
        font-size: 16px;
        border: 2px solid #c9c9c9 !important;
        outline: none;
        padding-left: 15px;
    }

.input1 {
    width: 100% !important;
    height: 30px !important;
    font-size: 16px !important;
    border: 1px solid #c9c9c9 !important;
    outline: none !important;
    padding-left: 15px !important;
    background-color: transparent !important;
}

    .input1:focus {
        width: 100%;
        height: 35px;
        font-size: 16px;
        border: 2px solid #c9c9c9 !important;
        outline: none;
        padding-left: 15px;
        background-color: transparent !important;
    }

.input2 {
    width: 100%;
    height: 60px;
    font-size: 16px;
    border: 1px solid #c9c9c9 !important;
    outline: none;
    padding-left: 15px;
    padding-top: 10px;
    background-color: transparent !important;
}

    .input2:focus {
        width: 100%;
        height: 150px;
        font-size: 16px;
        border: 2px solid #c9c9c9 !important;
        outline: none;
        padding-left: 15px;
        padding-top: 10px;
        background-color: transparent !important;
    }

.submitbu {
    width: 49%;
    height: 50px;
    font-size: 16px;
    text-align: center;
    padding: 10px 0px;
    background-color: #f09700;
    ;
    border: none;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    transition: ease-in-out 0.4s;
    margin-right: 1%
}

    .submitbu:hover {
        background-color: #f09700;
        ;
        border: none;
        color: #fff;
    }

.submitbu1 {
    width: 49%;
    height: 50px;
    font-size: 16px;
    text-align: center;
    padding: 10px 0px;
    background-color: #08548b;
    border: none;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    transition: ease-in-out 0.4s;
}

    .submitbu1:hover {
        background-color: #f09700;
        ;
        border: none;
        color: #fff;
    }

.application-form .modal-body {
    padding-top: 0px !important;
    font-size: 0.8em;
    font-weight: 600;
}
/*------------------------------------------------------------------
  File uploading code css manage report page
-------------------------------------------------------------------*/
.file-upload {
    display: block;
    text-align: center;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
}

    .file-upload .file-select {
        display: block;
        border: 1px solid #c9c9c9;
        color: #34495e;
        cursor: pointer;
        height: 40px;
        line-height: 40px;
        text-align: left;
        background: transparent;
        overflow: hidden;
        position: relative;
    }

        .file-upload .file-select .file-select-button {
            background: #dce4ec;
            padding: 0 10px;
            display: inline-block;
            height: 40px;
            line-height: 40px;
        }

        .file-upload .file-select .file-select-name {
            line-height: 40px;
            display: inline-block;
            padding: 0 10px;
        }

        .file-upload .file-select:hover {
            border-color: #34495e;
            transition: all .2s ease-in-out;
            -moz-transition: all .2s ease-in-out;
            -webkit-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
        }

            .file-upload .file-select:hover .file-select-button {
                background: #34495e;
                color: #FFFFFF;
                transition: all .2s ease-in-out;
                -moz-transition: all .2s ease-in-out;
                -webkit-transition: all .2s ease-in-out;
                -o-transition: all .2s ease-in-out;
            }

    .file-upload.active .file-select {
        border-color: #3fa46a;
        transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
    }

        .file-upload.active .file-select .file-select-button {
            background: #3fa46a;
            color: #FFFFFF;
            transition: all .2s ease-in-out;
            -moz-transition: all .2s ease-in-out;
            -webkit-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
        }

    .file-upload .file-select input[type=file] {
        z-index: 100;
        cursor: pointer;
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .file-upload .file-select.file-select-disabled {
        opacity: 0.65;
    }

        .file-upload .file-select.file-select-disabled:hover {
            cursor: default;
            display: block;
            border: 2px solid #dce4ec;
            color: #34495e;
            cursor: pointer;
            height: 40px;
            line-height: 40px;
            margin-top: 5px;
            text-align: left;
            background: #FFFFFF;
            overflow: hidden;
            position: relative;
        }

            .file-upload .file-select.file-select-disabled:hover .file-select-button {
                background: #dce4ec;
                color: #666666;
                padding: 0 10px;
                display: inline-block;
                height: 40px;
                line-height: 40px;
            }

            .file-upload .file-select.file-select-disabled:hover .file-select-name {
                line-height: 40px;
                display: inline-block;
                padding: 0 10px;
            }

.row-label,
.row-input {
    margin: 0;
    height: 30px !important;
    width: 100%;
    display: block;
    width: 100% !important;
    height: 30px !important;
    border: 1px solid #c9c9c9 !important;
    outline: none !important;
    padding-left: 15px !important;
    background-color: transparent !important;
    border-radius: 0px !important;
    line-height: 28px !important;
}

.application-form .modal-body .enquiry-box lable {
    margin-bottom: 0rem !important;
}

.application-form .modal-header {
    padding: 0.5em 1rem;
}

.application-form .modal-body .submit-btn {
    display: inline-block;
    padding: 5px 15px;
    background-color: #213092;
    color: #ffffff;
    border-radius: 5px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    /*border: 1px solid #213092;*/
    outline: none;
    background-image: linear-gradient(to bottom, #284697, #1b5caa, #0d72bb, #0f88ca, #259ed7);
    margin: 0 auto;
}

    .application-form .modal-body .submit-btn:hover {
        background-image: linear-gradient(to bottom, #259ed7, #0f88ca, #0d72bb, #1b5caa, #284697);
    }

.application-form .modal-content {

    background-image: url("..images/form-bg.png");
}

.required {
    color: red;
}
@media (max-width: 768px) {
    .slider_section .find_container form .form-group {
        margin: 7px 0 !important;
    }
    .search-bg {
        padding: 7px !important;
    }
    .slider_section .find_container form .btn-box button.btn {
        padding: 8px 45px;
    }
    .main-section {
        margin-bottom: -70px;
    }
    .slider_section .find_container form .form-control {
        height: 35px;
    }
    .slider_section .find_container form .btn-box button.btn {
        padding: 5px 45px;
    }
}

@media (min-width: 980px) {
    .job_section .box .detail-box .detail-info {
        display: flex;
    }
}