html,
body {
    background-color: #fff;
    color: #5a5a5a;
    width: 100%;
    font-weight: 400;
    width: 100%;
    font-family: 'Raleway', sans-serif;
}

.fp-tableCell {

    vertical-align: top !important;

}



.home {
    background: url(../images/homebg.jpg) no-repeat 100% 100%;
    background-size: cover;
}

.overlay {
    background-color: rgba(41, 39, 34, 0.52);
    width: 100%;
    height: 662px;
}

.navbar-dark .navbar-nav .nav-link {
    margin-left: 12px;
    text-transform: uppercase;
    font-size: 15px;
    color: #fff !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 20px;
    position: relative;
    display: block;
    padding: 10px 15px;

}

.main-home {
    padding-top: 250px;
}

.main-home h1 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 3.75rem;
    line-height: 5.5rem;
    letter-spacing: .4rem
}

.main-home p {
    color: #fff;
    max-width: 60%;
    margin: 0 auto;
    padding-bottom: 30px;
    font-size: 1.125rem;
}

.btn {
    display: inline-block;
    min-width: 150px;
    line-height: 30px;
    height: 50px;
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
    margin: 0;
    font-size: 0.8125rem;
    border-radius: 0px;
    margin-top: 20px;
    background-color: #394d75;
    transition: .5s;
    border: 1px solid #394d75;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.btn-primary {
    background-color: #394d75 !important;
    transition: .5s;
    font-size: 14px;
    padding: 7px 30px !important;
    border: 2px solid #c3bfbfe3 !important;
    border-radius: 0 !important;
    box-shadow: 0 16px 24px 2px rgba(0,0,0,0.14), 0 6px 30px 5px rgba(0,0,0,0.12), 0 8px 10px -5px rgba(0,0,0,0.3);
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #394d75;
}

/*section-2*/
.main_feature .single_feature .single_feature_icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    margin: 20px auto;
    transition: all 0.6s;
}

.main_feature .single_feature:hover .single_feature_icon {
    border-color: #394d75;
    transform: rotate(45deg);
}

.main_feature .single_feature i {

    font-size: 50px;
    margin-bottom: 30px;
    color: #394d75;
    transition: all 0.6s;
}

.main_feature .single_feature h4 {
    transition: all 0.6s;
}

.separator3 {
    height: 2px;
    width: 40px;
    margin: 20px auto;
    background-image: linear-gradient(to right, #e52e23 41%, #394d75 59%);
}



.separator {
    width: 10px;
    height: 10px;
    margin: 20px auto;
    background-image: linear-gradient(to right, #e52e23 41%, #394d75 59%);
    position: relative;
    display: inline-block;
    border-radius: 50%;
}

.separator:before {
    position: absolute;
    right: 5%;
    bottom: 4px;
    height: 1px;
    width: 80px;
    background-image: linear-gradient(to right, #e52e23 41%, #394d75 59%);
    content: "";
    display: inline-block;
    margin-right: 20px;
}

.separator:after {
    position: absolute;
    left: 5%;
    bottom: 4px;
    height: 1px;
    width: 80px;
    background-image: linear-gradient(to right, #e52e23 41%, #394d75 59%);
    content: "";
    display: inline-block;
    margin-left: 20px;
}

.m-inner-wrap {
    text-align: center;
}

/*section-2*/
/*==================================================================
            service section Style
====================================================================*/
.main_service .head_title {
    padding: 100px 0px 40px 0px;
    margin-bottom: 0px;
}

.main_service .head_title h2 {
    margin-right: 12%;
    border-right: 6px solid #ffffff;
    color: #fff;
    padding-right: 5%;
}

.main_service .single_service_img {
    position: relative;
    height: 676px;
}

.main_service .single_service_img img {
    width: 100%;
    height: 100%;
}

.main_service .single_service.single_service_text {
    margin-right: 0px;
    background: #202020;
}

.main_service .single_service.single_service_text .single_service_icon i {
    background: #f4f5f9;
    width: 70px;
    height: 70px;
    line-height: 60px;
    text-align: center;
    color: #394d75;
    position: relative;
    z-index: 9;
    border: 5px solid rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    font-size: 1.875rem;
    transition: 0.5s all ease;
}
.main_service .single_service.single_service_text .single_service_icon i:hover{
    background: #394d75;
    color: #fff;
    border-color: #fff;
    transition: 0.5s all ease;
}
.main_service .single_service.single_service_text .single_service_right_text {
    width: 100%;
}

.main_service .single_service.single_service_text .single_service_right_text h4 {
    color: #394d75;
}

.main_service .single_service.single_service_text .single_service_right_text p {
    color: #f4f5f9;
    font-weight: 400;
}

.main_service ul li {
    color: #f4f5f9;
    font-weight: 400;
    line-height: 2rem;
    font-size: 0.875rem;
    letter-spacing: 1px;
}

.no-padding {
    padding: 0 !important;
    margin: 0 !important;
}

.margin-bottom-60 {
    margin-bottom: 18px;
}

.p-60 {
    padding: 60px 0;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.panel-title > a {
    color: #333333;
    display: block;
    text-transform: uppercase;
}

.panel-title a i {
    color: #444444;
    font-size: 1.575rem;
    display: inline-block;
    margin-right: 15px;
    background: url(../images/ch_col_icn.png) no-repeat left center;
    width: 49px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    transition: 0.6s;
}

.panel-title a i:hover {
    background: #394d75;
    color: #ffffff;
    transition:0.8s all ease ;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover{
    background: #ffffff;
    color: #394d75 !important;
    transition:0.8s all ease ;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
}
.card-header {
    background-color: transparent !important;
    border: 1px solid #dddd;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
}
.collapse.show {
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
    display: block;
}
a:hover {
    text-decoration: none ;
    outline: none;
}

.bg-testi {
    background: url(../images/testbg.jpg) no-repeat 100% 100%;
    background-size: cover;
}

.video_overlay {
    background-color: rgba(41, 39, 34, 0.75);
    width: 100%;
    height: 662px;

}
#google-map-overlay {
    width: 100%;
    height: 100px;
    background: #394d75;
    position: absolute;
    opacity: 0.5;
    top: 0px;
    left: 0px;
    z-index: 99;
}


.bg-testi p {
    color: #fff;
    letter-spacing: 1px;
    line-height: 35px;
}

#map_canvas {
    height: 110px;
    background: #fb913c66;
    width: 100%;
    color: #fff;
    padding-top: 40px;
}

.bg-footer {
    background-color: rgba(41, 39, 34, 0.75);
}

.separator4 {
    height: 1px;
    width: 170px;
    margin: 20px 0px;
    background: #eeeeee;
    position: relative;

}

.separator4:after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 50px;
    background: #394d75;
    content: "";
}

.bg-footer ul li a {
    width: 100%;
    display: block;
    overflow: hidden;
    font-size: 16px;
    color: #fff;
    line-height: 29px;
}

.footer_subcribs_area .navbar-form {
    padding: 0;
}

.form-group {
    position: relative;
}

.form-control {
    font-size: 14px;
    border: 1px solid #a199b4;
    color: #a199b4;
    border-radius: 0px;
    width: 100%;
    display: inline-block;
    height: 45px;
    background-color: transparent !important;
    line-height: 20px;
}

.submit_btn {
    background: transparent !important;
    border: 0px solid #ccc !important;
    color: #ededed;
    padding: 5px 10px;
    border-radius: 0px;
    height: 45px;
    outline: none;
    width: 25%;
    transition: all .6s;
    margin-left: 5px;
    position: absolute;
    right: 0;
    top: 0;
}

.submit_btn:before {
    content: "\f178";
    font-family: 'Fontawesome';
    text-align: center;
    font-size: 1rem;
}

.bg-black {
    background-color: black !important;
}

.flowus {
    text-align: right;
}

.flowus a i {
    color: #fff;
    font-size: 1rem;
    padding: 5px;
    border: 1px solid #fff;
    border-radius: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 18px;
    margin-right: 5px;
    margin-top: 10px;
}

.navbar-dark .navbar-brand {
    color: #fff;
    font-size: 32px;
}

ul li {
    list-style: none;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background: #ffffff82;
    z-index: 1030;
    height: 100px;
}

.navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    background: #394d75;
    border: 2px solid #c3bfbfe3;
    border-radius: 10px;
    box-shadow: 0 16px 24px 2px rgba(0,0,0,0.14), 0 6px 30px 5px rgba(0,0,0,0.12), 0 8px 10px -5px rgba(0,0,0,0.3);
}

.h-400 {
    height: 400px !important;
}
.content-section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.global-header {
    background: url(../images/banner-img.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 230px;
    text-align: center !important;
    padding-top: 130px;
    margin-top: -120px;
}
.content-section li:before {
    content: "\f00c"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em; /* same as padding-left set on li */
    width: 1.3em; /* same as padding-left set on li */
    color: #e52e23 ;
}
.staffing .card a{
    color: #5a5a5a;
    font-size: 20px;
    font-weight: 600;
}