/* Common CSS */
a {
    outline: none !important;
}
.ast-separate-container {
    background-color: #FFF;
}
.site-branding .ast-site-identity {
    padding: 0;
}
.padding-top-4 {
    padding-top: 4%;
}
.padding-bottom-4 {
    padding-bottom: 4%;
}
.custom_heading_h2_center:before {
    content: "";
    position: absolute;
    top: 98px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #eaeaea;
}
.custom_heading_h2_center:after {
    content: "";
    position: absolute;
    top: 98px;
    left: 50%;
    width: 50px;
    height: 1px;
    background: #48c7ec;
    margin-left: -25px;
}
.custom_heading_h2_center {
    margin-bottom: 50px !important;
}
.custom_heading_h2_center:after {
    content: "";
    position: absolute;
    top: 55px;
    left: 48%;
    width: 50px;
    height: 1px;
    background: #48c7ec;
}
.custom_heading_h2_left {
    margin-bottom: 30px !important;
}
.vc_column_container>.vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.our_services_home .vc_col-sm-3 {
    padding: 15px !important;
    margin: 5px;
    border: 1px solid #f4f4f4;
    width: 24.1%;
    cursor: pointer;
}
.our_services_home .services_home_content {
    margin-bottom: 10px !important;
}
.our_services_home .vc_col-sm-3:hover:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: translateY(5px);
}
.our_services_home .vc_col-sm-3:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 10%;
    right: 10%;
    height: 15px;
    width: 80%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
    transition-duration: 0.3s;
    transition-property: transform, opacity;
    z-index: 9;
}
/*Our Services Home 3 columns*/
.our_services_home {
    margin-bottom: 0px;
}
.our_services_home h3 {
    font-size: 18px;
}
.our_services_home .vc_btn3-container.vc_btn3-center {
    margin-bottom: 10px;
}
.our_services_home .vc_col-sm-4 {
    padding: 15px !important;
    margin: 7px;
    border: 1px solid #f4f4f4;
    width: 32.1%;
    cursor: pointer;
    text-align: center;
    padding-top: 20px !important;
    box-shadow: 0px 5px 7px #1f76bd4a;
}
.our_services_home .vc_col-sm-4:hover {
    background: #f2a32926;
    box-shadow: 0px 5px 7px #1f76bd4a;
}
/* button style*/
.vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern {
    color: #ffffff;
    border-color: #f5bd66;
    background-color: #f19e1e;
    border-radius: 50px;
    padding: 0;
    min-width: 150px;
    height: 40px;
    line-height: 40px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    box-shadow: 0px 7px 5px rgb(31 118 189);
}
.vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern:focus, .vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern:hover {
    color: #ffffff;
    background-color: #1f76bd;
    border-color: #1f76bd;
    box-shadow: 0px 7px 5px rgb(241 158 30);
}
#custom_html-3 {
    margin-bottom: 20px;
}
a#clickToTop {
	position: fixed;
	z-index: 999999;
	bottom: 90px;
	right: 20px;
	background: gray;
	color: #FFF;
	padding: 7px 15px;
	border-radius: 50%;
	display: none
}
a#clickToTop .fa {
	font-size: 24px
}
.ast-footer-overlay {
    padding-top: 20px;
    padding-bottom: 10px;
}
.footer-adv-overlay {
    padding-top: 40px;
    padding-bottom: 40px;
}
.social_links {
    float: left;
    padding: 0 !important;
    width: 100%;
}
.site-footer ul {
    margin: 0;
    list-style-type: none;
}
.site-footer a {
    /* text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5); */
    color: #8C8C8C;
    font-weight: 700;
}
.social_links li {
    float: left;
    padding-right: 10px;
}
.social_links a {
    width: 40px;
    height: 40px;
    line-height: 43px;
    border-radius: 50%;
    background: #FFF;
    display: block;
    text-align: center;
    vertical-align: middle;
    text-shadow: none !important;
}
.social_links li a i.fa {
    color: #0f1342;
}
.site-footer a:focus, .site-footer a:hover {
    color: #ef2e2f !important;
}
.social_links li a:hover i.fa {
    color: #ff4900;
}
/* Banner Styles  */
.inner_banners {
    height: 150px;
    background-image: linear-gradient(to right top, #f19e1e, #ff6f63, #e860a1, #9a6ec5, #1f76bd) !important;
}
.inner_banners h1.vc_custom_heading {
    color: #FFF;
    /* text-transform: uppercase; */
    font-size: 42px;
    text-shadow: 4px 4px 5px rgba(0,0,0,1);
}
.home_banners {
    min-height: 400px;
    background-image: linear-gradient(to right top, #f19e1e, #ff6f63, #e860a1, #9a6ec5, #1f76bd) !important;
}
.home_banners h1.vc_custom_heading {
    color: #FFF;
    /* text-transform: uppercase; */
    font-size: 42px;
    text-shadow: 4px 4px 5px rgba(0,0,0,1);
}
.home_banners .vc_btn3-container.vc_btn3-center {
    margin-bottom: 0px;
}
.display_mobile {
    display: none;
}
.below-baner .vc_column-inner {
    border: 1px solid;
    padding: 20px !important;
    text-align: left !important;
}
.services_home_content {
    margin: 0;
}
.margin-0 {
    margin: 0 !important;
}
#contact_us .wpb_content_element.wpb_gmaps_widget {
    margin-left: 15px;
}
#contact_us .wpb_single_image, #contact_us .wpb_content_element, #contact_us .wpb_content_element p, #contact_us .wpb_content_element h3 {
    margin-bottom: 10px;
}
#contact_us ul.vc_tta-tabs-list {
    background: #1f76bd;
}
#contact_us .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active>a {
    border-color: #f19e1e;
    background-color: #f19e1e;
    color: #FFF;
}
#contact_us .wpb_content_element p i.fa {
    color: #f19e1e;
}
.menu-toggle, button, .ast-button, .ast-custom-button, .button, input#submit, input[type="button"], input[type="submit"], input[type="reset"] {
    background-color: #f19e1e;
    border-color: #f19e1e;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
button:focus, .menu-toggle:hover, button:hover, .ast-button:hover, .ast-custom-button:hover .button:hover, .ast-custom-button:hover, input[type=reset]:hover, input[type=reset]:focus, input#submit:hover, input#submit:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
    background-color: #1f76bd;
    border-color: #1f76bd;
}

@media (min-width: 922px) {
    .main-header-bar {
        padding: 10px;
    }
}
@media (min-width: 768px) and (max-width: 1280px) {
    .our_services_home .vc_col-sm-4 {
        width: 31.1%;
    }
}
@media (min-width: 769px) {
    #career_left {
        margin-right: 15px;
        width: 48.5%;
    }
    #career_right {
        margin-left: 15px;
        width: 48.5%;
    }
}
@media (max-width: 768px) {
    .our_services_home .vc_col-sm-3 {
        width: 97.5%;
        margin-bottom: 30px;
    }
    .our_services_home .vc_col-sm-4 {
        width: 31.1%;
    }
}
@media (max-width: 767px) {
    .our_services_home .vc_col-sm-4 {
        margin: 0px;
        margin-bottom: 20px;
        width: 100%;
    }
}
@media (max-width: 640px) {
    .contact_us_banner {
        background-position: initial;
    }
    .display_mobile {
        display: block;
    }
}