/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:400,700');
@import url('https://fonts.googleapis.com/css?family=Oranienbaum|Source+Sans+Pro:400,600,900');

.wrapper, body {
    background-color: #ffffff;
}
.bg-fd
{
	 background-attachment: fixed;
}
.d-none
{
	display:none !important;
}
.main-banner .tp-bgimg.defaultimg {
    background-attachment: fixed;
}
h2,h1{
	font-family: 'Roboto Slab', serif;
}
p,h1,h2,h3,h4,h5,h6{
	letter-spacing:0;
	font-weight:normal;
}
.text-center {
    text-align: center;
}
.mb_80 {
    margin-bottom: 80px !important;
}
.martb_80{
	margin-top:80px;
	margin-bottom:80px;
}
h2.red {
    color: #0b4548;
    margin-bottom: 10px;
}
.paddtb_80{
	padding-top:80px;
	padding-bottom:80px;
}
.mb_30{
	margin-bottom:30px !important;
}
.padd0 .vc_column-inner {
    padding: 0 !important;
}
h2.head-title2 {
    font-size: 42px;
    text-transform: inherit;
    margin-bottom: 40px;
}
h3.head-toptitle3 {
    text-transform: inherit;
    font-size: 24px;
    font-style: italic;
    margin-bottom: 15px;
    font-family: 'Oranienbaum', serif;
    font-weight: 500;
}
.bx-shdw{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.font-wigt6{
	font-weight:600 !important;
}
.align-center .section_inner_margin {
    display: flex;
}
.align-center {
	display:flex;
	align-items:center;
}
.align-center1 .section_inner_margin {
	display:flex;
	align-items:center;
}
.text-dgreen{
	color:#007f79;
}
.text-white{
	color:#ffffff;
}
.text-defalt{
	color:#0c131b;
}
.para p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 30px;
    font-family: 'Source Sans Pro', sans-serif;
}
.padlr-20 {
    padding-left: 20px;
    padding-right: 20px;
}
.para p strong {
    font-weight: 600;
    color: #273f42;
}
.hidden{
	display:none !important;
}
.btn_bgreen {
    background: #007f78;
}
.btn_bodrgreen {
    border: 1px solid #007f78;
}
.btn_bodrgreen a {
    font-size: 18px;
    text-transform: uppercase;
    color: #007f78;
}
.btn_bodrwhite a {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
}
.btn_def {
    display: inline-block;
    text-align: center;
    padding: 15px 50px;
}
.lern_morebtn .btn_def {
    display: inline-block;
    text-align: center;
    padding: 22px 50px;
    width: 155px;
}
.btn_bodrgreen {
    border: 1px solid #007f78;
}
.btn_bodrwhite {
    border: 1px solid #ffffff;
}
.flot_right {
    float: right;
}
.padd_120 {
    padding: 120px 0;
}
.bg_cream {
    background: #edf1f4;
}
.bg_darkgreen {
    background: #007f78;
    padding: 50px;
}
.text-black {
    color: #000000;
}
.text-dark_gray{
    color: #757575;
}
[class^="hvr-"] {
    margin: .4em;
    padding: 1em;
    cursor: pointer;
    background: #e1e1e1;
    text-decoration: none;
    color: #666;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.hvr-shutter-in-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    background: #026964;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-shutter-in-horizontal:hover, .hvr-shutter-in-horizontal:focus, .hvr-shutter-in-horizontal:active {
    color: white;
}
.hvr-shutter-in-horizontal:hover:before, .hvr-shutter-in-horizontal:focus:before, .hvr-shutter-in-horizontal:active:before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}
.hvr-shutter-in-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #007f78;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
/*==========================================
 *Thank You Page 
===========================================*/
.thankyou_sec {
    background: #fff;
    padding: 150px 0;
}

.thankyou_sec .full_section_inner.clearfix {
    display: flex;
    align-items: center;
}

.thankyou_sec h2.home_main_head {
    font-size: 50px;
    margin-bottom: 10px;
}

.thankyou_sec p {
    font-size: 16px;
    line-height: 28px;
}

.thankyou_sec a.qbutton.default.btn_thankyou {
    margin-top: 20px;
    border-radius: 0;
    padding: 8px 30px;
    color: #007f78;
    font-size: 16px;
    border-color: #007f78;
}

.thankyou_sec a.qbutton.default.btn_thankyou:hover {
    background: #007f78;
    color: #fff;
}

.thankyou_sec img{-webkit-animation:mover 2s infinite alternate;animation:mover 2s infinite alternate;}
@-webkit-keyframes mover{0%{transform:translateY(0);}
100%{transform:translateY(-20px);}
}
@keyframes mover{0%{transform:translateY(0);}
100%{transform:translateY(-20px);}
}
/*======================
Main Banner Section CSS
=======================*/
nav.main_menu>ul>li>a {
    color: #4f4f4f;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0;
    font-family: 'Roboto Slab', serif;
}
nav.main_menu>ul>li.active>a {
     color: #00716d;
}
.main-banner {
    padding: 230px 0 350px;
    margin-top: -30px;
    position: relative;
}
.main-banner {
    background-attachment: fixed;
}
.bg_main-banner {
    background-image: url(/wp-content/uploads/2019/02/New_bannrr-min.jpg);
}
ul#menu-footer_menu li:hover a, ul#menu-footer_menu li:active a,nav.main_menu>ul>li>a:hover, nav.main_menu>ul>li>a:active {
    color: #00716d !important;
	transition:all .5s;
}

.left_sidemenu div#nav_menu-3 ul li a:hover, .drop_down .narrow .second .inner ul li a:hover {
    color: #1f7b77;
}
.main-banner:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: block;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(240, 109, 6, 0));
	background-image: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(240, 109, 6, 0));
	background-image: -ms-linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(240, 109, 6, 0));
	background-image: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(240, 109, 6, 0));
}
.element_from_left.element_from_left_on > div {
    display: flex;
}
.banner_text .element_from_left.element_from_left_on>div{
	display:block;
}
.banner_text {
    max-width: 75%;
    margin: 0 auto;
    text-align: center;
}
.text_fadein h3 {
    font-size: 40px !important;
    font-weight: bold !important;
    color: #fff;
    font-family: 'Roboto Slab', serif;
    text-transform: inherit;
}
.bn_title {
    font-size: 68px;
    color: #fff;
    line-height: 90px;
    font-weight: 500;
}
div#gform_wrapper_1 ul li:nth-last-child(2) {
    width: 100% !important;
    float: inherit !important;
}
gform_confirmation_wrapper {color:#fff;}

.btn_bgreen a {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}
.bg_ligtBlack {
    background: #0c131b;
    padding: 50px;
}
.bg_ligtcream {
    background: #fffdfb;
    padding: 50px;
}
.wel_section .vc_col-sm-12 {
    margin-top: -220px;
}
.we_canhelp ul.client_logo {
    margin-top: 50px;
}
.we_canhelp ul.client_logo li .text_part {
    font-size: 18px;
    color: #0c131b;
    font-weight: 600;
    margin-top: 25px;
	font-family: 'Source Sans Pro', sans-serif;
	text-transform:uppercase;
}
.we_canhelp ul.client_logo li {
    width: calc(100% / 5 - 0px );
    text-align: center;
    box-sizing: border-box;
    min-height: 260px;
    float: left;
    list-style: none;
}
ul.client_logo.min_hgt li {
    min-height: auto;
    transition: all 1s;
}
.we_canhelp ul.client_logo li figure.effect-lily {
    margin: 0 !important;
}
.we_canhelp ul.client_logo li  figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 1;
}
.we_canhelp .home_circl.new_sec_pad ul.client_logo li {
    padding: 40px 10px;
    transition: all 1s;
}
.we_canhelp .home_circl.new_sec_pad ul.client_logo li:hover {
    background:#fff;
}
.we_canhelp .home_circl.new_sec_pad ul.client_logo li:hover .icon_part img {
    transition: all .5s;
    filter: grayscale(1);
    transition-property: filter;
    transition-duration: 1s;
}
.we_canhelp .home_circl.new_sec_pad ul.client_logo li:hover .text_part {
    color: #747474;
    transition: all .5s;
}
.we_canhelp ul.client_logo li figure {
    position: relative;
    overflow: hidden;
    background: #000;
    text-align: center;
    cursor: pointer;
}
.we_canhelp ul.client_logo li  figure.effect-lily img {
    max-width: none;
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px);
    opacity: 0.7;
    -webkit-transition:all 1s;
    transition: all 1s;
}
.we_canhelp ul.client_logo li figure.effect-lily:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.we_canhelp ul.client_logo li  figure.effect-lily figcaption {
    text-align:center;
}
.we_canhelp ul.client_logo li .grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.we_canhelp ul.client_logo li.brright {
    border-right: 1px solid rgba(12, 19, 27, 0.15);
}
.we_canhelp ul.client_logo li.brbottom {
	    border-bottom: 1px solid rgba(12, 19, 27, 0.15);
}
.we_canhelp ul.client_logo li .grid figure figcaption, .we_canhelp ul.client_logo li .grid figure figcaption > p a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.q_logo img {
    transition: all 0.0s ease !important;
	-webkit-transition: all 0.0s ease !important;
	-o-transition: all 0.0s ease !important;
	-moz-transition: all 0.0s ease !important;
}
.we_canhelp ul.client_logo li figure.effect-lily figcaption > div {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
}
.we_canhelp ul.client_logo li figure figcaption, .we_canhelp ul.client_logo li figure figcaption > p a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.we_canhelp ul.client_logo li figure.effect-lily figcaption a{
	opacity:0;
}
.we_canhelp ul.client_logo li figure.effect-lily p a {
    color: rgba(255,255,255,0.8);
    opacity: 0;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
    transition: opacity 0.2s, transform 0.35s;
}
.we_canhelp ul.client_logo li figure p a {
    letter-spacing: 1px;
    font-size: 68.5%;
}
.we_canhelp ul.client_logo li figure h2, .we_canhelp ul.client_logo li figure p  a{
    margin: 0;
}
.we_canhelp ul.client_logo li figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
    font-size: 18px;
    color: #fff;
    position: relative;
    z-index: 2;
    word-spacing: 1px;
	padding: 0 15px;
}
figure.effect-lily h2, figure.effect-lily p {
    -webkit-transform: translate3d(0,40px,0);
    transform: translate3d(0,40px,0);
}
figure.effect-lily h2 {
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 1s;
}
figure.effect-lily:hover h2, figure.effect-lily:hover p {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
figure.effect-lily:hover img, figure.effect-lily:hover p {
    opacity: 1 !important;
}

.we_canhelp ul.client_logo li figure.effect-lily:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
    display: block;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 50%, rgba(108, 108, 108, 0.79));
    transition: all 1s;
}
.we_canhelp ul.client_logo li:hover figure.effect-lily:before {
    content: "";
    background: #000000bf;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
    display: block;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(to top, rgba(1, 59, 57, 0.76) 50%, rgba(0, 0, 0, 0.5));
    transition: all 1s;
}
div#gform_wrapper_1 textarea.medium {
    height: 160px;
    width: 100%;
    background: transparent;
    border: 1px solid #28b1aa;
	    color: #fff
}
div#gform_wrapper_1 ul li.gfield {
    clear: none;
    width: 33.33%;
    float: left;
    margin-bottom: 0;
}
div#gform_wrapper_1 ul li.gfield label{
	visibility:hidden;
}
div#gform_wrapper_1 ul li.gfield:last-child {
    width: 100%;
}
div#gform_wrapper_1 input {
    height: 65px;
    width: 100%;
    padding: 15px;
    background: transparent;
    border: 1px solid #28b1aa;
	transition:all .5s;
	    color: #fff
}
div#gform_wrapper_1 input:active, div#gform_wrapper_1 input:focus,div#gform_wrapper_1 textarea:active, div#gform_wrapper_1 textarea:focus {
    border: 1px solid #ffffff;
}
.gform_footer input {
    background: #fff !important;
    display: block;
    width: 230px !important;
    text-align: center !important;
    border-radius: 0 !important;
    border: 0 !important;
    color: #007f78 !important;
    float: right;
	clear:both;
}
div#gform_wrapper_1 textarea.medium::placeholder, div#gform_wrapper_1 input::placeholder {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}
.bg_style {
    background-size: inherit !important;
    background-repeat: repeat !important;
}
.margn_min {
    margin-top: -200px;
}
.box4_sec ul li {
    width: 44%;
    float: left;
    margin-left: 20px;
    margin-bottom: 20px;
    padding: 33px 41px;
    box-sizing: border-box;
    font-size: 30px;
    line-height: 35px;
    list-style: none;
    text-align: center;
    min-height: 180px;
}


img.design_logo {
    max-width: 36px;
/*    margin-left: 13px;*/
}
p.footer_address {
    font-size: 15px;
    color: #fff;
    line-height: 30px;
}
p.copy_right.img_right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
p.copy_right.img_right a {
    color: #fff;
	opacity:.5;
	-webkit-transition:all 300ms;  -moz-transition:all 300ms;  -o-transition:all 300ms;  transition:all 300ms
}
p.copy_right.img_right a:hover {
	opacity:.9;
}

.footer_bottom .textwidget.custom-html-widget {
    color: #fff;
}
.footer_top h5 {
    color: #007f78;
    margin: 0 0 22px;
    font-size: 18px;
    font-weight: 600;
}
.footer_bottom .textwidget.custom-html-widget a {
    color: #fff;
    display: block;
    margin-bottom: 5px;
}
.footer_bottom_holder {
    padding: 20px 0 !important;
}
.footer_bottom_holder, .footer_top_holder {
    background-color: #0c131b;
}
.two_columns_50_50>.column1{
	Width:40%;
}
.two_columns_50_50>.column2 {
    Width: 60%;
    text-align: right;
}
ul#menu-footer_menu li.menu-item {
    display: inline-block;
    padding: 0 11px;
}
ul#menu-footer_menu li.menu-item a {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
}
.box4_sec {
    padding-left: 7%;
}
.fade_greenbg {
    background: rgba(0, 127, 120, 0.5);
}
.img_overlayss:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: block;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.5));
}
.we_canhelp.white_ahdw  ul.client_logo li figure.effect-lily:before{
	display:none;
}
.we_canhelp.white_ahdw ul.client_logo li:hover figure.effect-lily:before {
    content: "";
    background: #000000bf;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
    display: block;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(to top, rgba(1, 59, 57, 0.76) 50%, rgba(255, 255, 255, 0.5));
    transition: all .5s;
}
.we_canhelp.white_ahdw ul.client_logo li figure h2 {
    background: #002a3069;
    padding: 10px;
    position: relative;
    top: -30px;
    min-height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
	transition:all 1s;
}
.title_outer.title_without_animation.with_image {
    position: relative;
}
.title_outer.title_without_animation.with_image .image.responsive:before {
    content: "";
    background: rgba(9, 17, 18, 0.84);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block !important;
    z-index: 999;
    bottom: 0;
    right: 0;
}
.title_outer.with_image .title .title_holder {
    z-index: 9999;
}
h2.prof_name {
    font-size: 40px;
    color: #0c131b;
    font-weight: bold;
    margin-bottom: 20px;
}
p.prof_phone, p.prof_email {
    font-size: 20px;
    font-weight: 500;
    color: #007f78;
    margin-bottom: 20px;
}.hesperiden.tparrows {
    display: none !important;
}
p.prof_phone a, p.prof_email a{
	color: #007f78;
}
h4.prof_degn {
    text-transform: uppercase;
    font-weight: 500;
    color: #8f8f8f;
    margin-bottom: 20px;
}
.prof_social .lern_morebtn {
    text-align: right;
}
.prof_social .lern_morebtn .btn_def {
    margin-top: 50px;
}
.soci2_link .lind_socl, .soci2_link .avvo_socil {
    width: 50%;
    float: left;
}
.lind_socl {
    text-align: right;
    display: flex;
    justify-content: flex-end;
}
.separator.septer_line.normal {
    background: #c9c9c9;
    width: 90%;
    margin: 30px auto;
}
.lind_socl a {
    background: #0c131b;
    width: 80px;
    height: 80px;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    border-radius: 5px;
}
.pad_right15{
	padding-left:30px;
}
.banner_innpage .title_subtitle_holder_inner h1 {
    font-size: 60px;
    line-height: 60px;
    text-transform: capitalize;
    font-weight: normal;
    margin-bottom: 30px;
}
.gren_profbg .section_inner {
    background: rgba(0, 138, 132, 0.63);
    padding: 80px 0;
}
.div-a {
    padding: 0;
}

.div-a a {
    line-height: 40px;
	    display: block;
}

.div-a a:hover {
    color: #fff !important;
}
.join_team h2.head-title2.text-center {
    font-size: 30px;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 600;
}
.gren_profbg h3.head-title2.text-center.text-white {
    font-size: 28px;
    text-transform: inherit;
    padding-top: 10px;
}
.btn_def.btn_bgreen.text-center.hvr-shutter-in-horizontal.white_btns {
    width: 75%;
}
.btn_def.btn_bgreen.text-center.hvr-shutter-in-horizontal.white_btns:before{
	background:#fff;
}
.btn_def.btn_bgreen.text-center.hvr-shutter-in-horizontal.white_btns a {
    color: #000;
    text-transform: capitalize;
    font-weight: bold;
}
.drop_down .second .inner>ul, li.narrow .second .inner ul {
    background-color: #f2f2f2;
    border-color: #606060;
    box-shadow: 3px 2px 18px -3px #0c484b;
}
.drop_down .narrow .second .inner ul li {
    width: 300px;
	border-bottom: 1px solid #c6d1d1;
}
ul.arrow_befr li {
    display: flex;
    position: relative;
    padding-left: 30px;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 13px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #757575;
}
div#custom_html-2 p.footer_address a {
    color: #fff;
}
.drop_down .narrow .second .inner ul li a {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
    font-family: 'Roboto Slab', serif;
    font-weight: 400 !important;
    padding: 13px;
    color: #272828;
    line-height: 20px;
    letter-spacing: 0;
}
.drop_down .narrow .second .inner ul li.current-menu-item a {
    color: #016865;
}

.we_canhelp .new_sec_pad ul.client_logo li {
    padding: 40px 10px;
} 
ul.arrow_befr li:before {
    background: url(/wp-content/uploads/2019/01/100px-dgreen_triangle.png);
    content: "";
    position: absolute;
    top: 8px;
    width: 100%;
    height: 100%;
    background-size: 15px;
    background-repeat: no-repeat;
    left: 0px;
    z-index: 99999;
}
ul.arrow_befr {
	padding-left:0;
	padding-right:0;
	margin-bottom:30px;
}
h3.grn-texth3 {
    font-size: 24px;
    font-weight: 600;
    color: #007f79;
    margin-bottom: 20px;
}
.left_sidemenu {
    background: #f2f2f2;
    box-shadow: 2px 2px 9px 1px #d0d0d0ee;
}
.left_sidemenu div#nav_menu-3 ul li {
    border-bottom: 1px solid #d3d3d3;
    position: relative;
    margin-bottom: 0;
}
.left_sidemenu div#nav_menu-3 ul li a {
    font-size: 16px;
    color: #002a30;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0;
    padding: 13px 15px 13px 60px !important;
    display: block;
    text-indent: 0;
}
.left_sidemenu div#nav_menu-3 ul li.current-menu-item {
    background: #ffffff;
}
.left_sidemenu div#nav_menu-3 ul li.current-menu-item a {
    color: #009088;
}
.left_sidemenu div#nav_menu-3 ul li a:before {
    background: url(/wp-content/uploads/2019/01/100px-dgreen_triangle.png);
    content: "";
    position: absolute;
    top: 19px;
    width: 100%;
    height: 100%;
    background-size: 15px;
    background-repeat: no-repeat;
    left: 30px;
}
.banner_innpage {
    padding: 100px 0;
    background: linear-gradient(to bottom, rgb(44, 158, 150)-30%, rgb(0, 42, 48) );
}
.banner_innpage .title_subtitle_holder_inner {
    text-align: center;
}
.paddinn_15 {
    padding-left: 50px;
}
.left_sidemenu .ul#menu-practice-areas-page {
    border: 1px solid #d1d1d1;
}
.footer_form {
    background: #007f78;
    padding: 100px 0;
}
.footer_form h2.head-title2 {
    margin-bottom: 0;
}
.page-id-162 .footer_form, .page-id-104 .footer_form, .page-id-98 .footer_form, body.home.page-template-default .footer_form {
    display: none;
}
.we_canhelp .bg_whiter ul.client_logo li figure {
    background: #c5c5c5;
}
.img_border img {
    border: 4px solid #8f8f8f;
}
/* contact Us */
.contact_uspage {
    background: #fff;
    padding: 90px 30px;
    margin-bottom: 10px !important;
}
.contact_uspage h5 {
    font-size: 30px;
    font-weight: bold;
    color: #242424;
}
.contact_uspage p.footer_address {
    color: #002f35;
    font-size: 19px;
    font-weight: 600;
    margin-top: 16px;
}
.cont-pgform {
    background: #1a706d;
    padding: 100px 50px;
}
.cont-pgform h2 {
    color: #fff;
    text-transform: inherit;
    font-size: 30px;
    margin-bottom: 30px !important;
}
#gform_wrapper_2 label.gfield_label {
    display: none;
}

#gform_wrapper_2 .top_label input.medium,
#gform_wrapper_2 .top_label select.medium {
    width: 100%;
    height: 45px;
    padding: 0 15px;
}
.we_canhelp .home_circl.new_sec_pad ul.client_logo li .icon_part {
    transform: translateY(0px);
    transition: all 1s;
}
.we_canhelp .home_circl.new_sec_pad ul.client_logo li:hover .icon_part {
    transform: translateY(10px);
    transition: all 1s;
}
#gform_wrapper_2 ul li {
    margin-bottom: 0px;
}

#gform_wrapper_2 .gform_footer {
    margin-top: 0;
    padding-top: 4px;
}

#gform_submit_button_2 {
    height: 50px;
}

.contact-style-52 .vc_column-inner {
    padding-bottom: 38px;
}

.contact-style-52 .vc_column-inner .wpb_wrapper {
    margin: 0 0px;
    background: #fff;
    padding: 15px 0px;
}

.contact-style-52 .vc_column-inner .wpb_wrapper p {
    font-size: 16px;
}

.contact-style-52 .vc_column-inner .wpb_wrapper h3 {
    font-size: 30px;
    color: #272828;
    margin-bottom: 11px;
}

.contact-style-52 .vc_column-inner .wpb_wrapper .qode_icon_shortcode {
    border: 1px solid;
    border-radius: 50%;
    margin-bottom: 23px !important;
}

.contact-style-52 .vc_column-inner .wpb_wrapper .qode_icon_shortcode i {
    color: #000;
}
.ovr-lay .tp-bgimg:before {content:"";background: rgba(0, 0, 0, 0.3);
	position: absolute;width: 100%;height: 100%;}


/* =================================
 Careers
======================================*/
.page-id-512 .footer_form {
    display: none;
}
.careers {
    background: #fff;
    padding: 100px 0;
}
div#gform_wrapper_3 ul li.gfield {
    clear: none;
    width: 100%;
    float: left;
    margin-bottom: 0;
}
div#gform_wrapper_3 ul li.gfield label{
	visibility:hidden;
}
div#gform_wrapper_3 ul li.gfield:last-child {
    width: 100%;
}
div#gform_wrapper_3 input {
    height: 65px;
    width: 100%;
    padding: 15px;
    background: transparent;
    border: 1px solid #28b1aa;
	transition:all .5s;
}
div#gform_wrapper_3 input:active, div#gform_wrapper_3 input:focus,div#gform_wrapper_3 textarea:active, div#gform_wrapper_3 textarea:focus {
    border: 1px solid #847f7f;

}
.gform_footer input {
    background: #fff !important;
    display: block;
    width: 230px !important;
    text-align: center !important;
    border-radius: 0 !important;
    border: 0 !important;
    color: #007f78 !important;
    float: right;
	clear:both;
}
div#gform_wrapper_3 textarea.medium::placeholder, div#gform_wrapper_3 input::placeholder {
    color: #28b1aa;
    font-size: 18px;
    text-transform: uppercase;
}
div#gform_wrapper_3 textarea.medium, div#gform_wrapper_3 input {
    color: #28b1aa;
    font-size: 18px;
    text-transform: capitalize;
}
div#gform_wrapper_3 input#gform_submit_button_3 {
    background: #28b1aa !important;
    color: #fff !important;
}

div#gform_wrapper_3 input#gform_submit_button_3:hover {
    background: #03716c !important;
    transition: all 0.5s;
}

div#gform_wrapper_3 textarea.medium {
    height: 160px;
    width: 100%;
    background: transparent;
    border: 1px solid #28b1aa;
}
/* Footer Center */
.column1.footer_col1 {
    width: 100% !important;
    display: block;
    float: inherit !important;
}
.column2.footer_col2 {
    width: 100% !important;
    float: inherit !important;
    display: block !important;
    text-align: center !important;
}
.footer_top_holder p.footer_address {
    display: none !important;
}
div#custom_html-2 h5 {
    text-align: center !important;
}
.footer_bottom_holder .footer_bottom_column {
    width: 100% !important;
    text-align: center !important;
}
.footer_bottom_holder .footer_bottom {
    text-align: center !important;
    display: flex !important;
    width: 100% !important;
    justify-content: center !important;
}
 
.footer_top_holder .footer_top {
    padding-bottom: 0px !important;
	    padding-top: 40px !important;
}
.footer_bottom {
    height: 35px;
}

.banner_text .element_from_left.element_from_left_on>div {
    -webkit-animation: element-from-left 1.2s 1 ease-in-out;
    -moz-animation: element-from-left 1.2s 1 ease-in-out;
    -o-animation: element-from-left 1.2s 1 ease-in-out;
    animation: element-from-left 1.2s 1 ease-in-out;
}
.banner_text .element_from_right.element_from_right_on>div {
    -webkit-animation: element-from-right 1.2s 1 ease-in-out;
    -moz-animation: element-from-right 1.2s 1 ease-in-out;
    -o-animation: element-from-right 1.2s 1 ease-in-out;
    animation: element-from-right 1.2s 1 ease-in-out;
}


@media only screen and (max-width: 1500px){
.lern_morebtn .btn_def {
    padding: 20px 44px;
    width: 120px;
}
}
@media only screen and (max-width: 1366px){
.prof_social .lern_morebtn .btn_def {
    margin-top: 30px;
    padding: 15px 20px;
    width: 150px;
}
}
@media only screen and (min-width: 1350px){
	.qode_grid_1400 .container_inner, .qode_grid_1400 .grid_section .section_inner{
		    width: 1300px;
	}
}


 

@media only screen and (min-width: 1450px){
	.qode_grid_1400 .container_inner, .qode_grid_1400 .grid_section .section_inner{
		    width: 1400px;
	}
}

@media only screen and (min-width: 1800px){
	.qode_grid_1400 .container_inner, .qode_grid_1400 .grid_section .section_inner{
		    width: 1700px;
	}
}

@media only screen and (max-width: 1449px){
	.we_canhelp .home_circl.new_sec_pad ul.client_logo li {
    padding: 40px 10px;
    transition: all 1s;
    display: flex;
    height: 283px;
    align-items: center;
    justify-content: center;
}
	
h1.bn_title {
    font-size: 52px;
	line-height:60px;
}
.main-banner {
    padding: 170px 0 300px;
}
h1.bn_title.text-center.mb_80 {
    margin-bottom: 50px !important;
}
h2.head-title2 {
    font-size: 32px;
    margin-bottom: 25px;
}
.we_canhelp ul.client_logo li {
    padding: 0;
}
.we_canhelp.new_tabs .we_canhelp ul.client_logo li {
	padding:0px !important;
}
.we_canhelp ul.client_logo li figure h2 {
    font-size: 16px;
}
}
@media only screen and (max-width: 1349px){
h1.bn_title {
    font-size: 52px;
}
h2.head-title2 {
    font-size: 32px;
    margin-bottom: 25px;
}
.we_canhelp ul.client_logo li {
    padding: 0;
}
.box4_sec ul li {
    width: 44%;
    padding: 36px 8px;
    font-size: 30px;
    min-height: 180px;
}
ul#menu-footer_menu li.menu-item a {
    font-size: 14px;
}
	.footer_bottom_holder .footer_bottom .textwidget {
    font-size: 14px;
   
}
.two_columns_50_50>.column1{
	Width:25%;
}
.two_columns_50_50>.column2{
	Width:75%;
}
ul#menu-footer_menu li.menu-item {
    padding: 0 7px;
}
	.height-same-style-2 .element_from_left {
    display: flex;
	flex-wrap: wrap;
}

.height-same-style-2 .element_from_left .vc_col-sm-5 {
    height: 100%;
}
.height-same-style-2 .vc_col-sm-5 .vc_column-inner {
    height: 100%;
}
.height-same-style-2 .vc_col-sm-5 .vc_column-inner .wpb_wrapper {
    height: 100%;
}
.height-same-style-2 .vc_col-sm-5 .vc_column-inner .wpb_wrapper .wpb_single_image {
    height: 100%;
}
.height-same-style-2 .vc_col-sm-5 .vc_column-inner .wpb_wrapper .wpb_single_image .vc_single_image-wrapper {
    height: 100%;
    overflow: hidden;
}
.height-same-style-2 .vc_col-sm-5 .vc_column-inner .wpb_wrapper .wpb_single_image>div {
    height: 100%;
}
.height-same-style-2 .vc_col-sm-5 .vc_column-inner .wpb_wrapper .wpb_single_image .vc_single_image-wrapper img {
    height: 100%;
    width: 100%;
}
}
@media only screen and (max-width: 1200px){
	
 
	
.contact_uspage {
    padding: 50px 30px;
}
h1.bn_title {
    font-size: 45px;
}
.box4_sec {
    padding-left: 0;
}
.we_canhelp ul.client_logo li .text_part {
    font-size: 14px;
}
.box4_sec ul li {
    font-size: 24px;
    display: flex;
    align-items: center;
}
.padd_120 {
    padding: 80px 0;
}
.mb_80 {
    margin-bottom: 50px;
}
.lind_socl a {
    width: 50px;
    height: 50px;
    font-size: 24px;
}
.prof_social .lern_morebtn .btn_def {
    margin-top: 30px;
    padding: 15px 20px;
    width: 120px;
}
.prof_social .lern_morebtn .btn_def a {
	font-size:16px;
}
.btn_def {
    padding: 15px;
    width: 120px;
}
h2.prof_name {
    font-size: 30px;
    font-weight: 500;
	margin-bottom:10px;
}
h4.prof_degn {
    margin-bottom: 10px;
}
p.prof_phone a, p.prof_email a {
    margin-bottom: -10px !important;
    display: block;
}
.left_sidemenu div#nav_menu-3 ul li a {
    padding: 13px 35px!important;
    text-indent: 0;
}
.left_sidemenu div#nav_menu-3 ul li a:before {
    left: 10px;
}
.wel_section .element_from_left .btn_def{
    width: auto !important
}
}

@media only screen and (max-width: 1024px){
.we_canhelp ul.client_logo {
    margin-left: 50px;
}
.we_canhelp ul.client_logo li {
	width: calc(100% / 2 - 50px );
}
.we_canhelp ul.client_logo li {
    padding: 0;
    border-bottom: 1px dashed rgba(12, 19, 27, 0.15);
    border-right: 1px dashed rgba(12, 19, 27, 0.15);
}
.we_canhelp ul.client_logo li:nth-child(even) {
    border-right: none;
}
	.we_canhelp ul.client_logo {
    margin-left: 15px;
}
.we_canhelp ul.client_logo li {
    width: calc(100% / 2 - 7px );
}
}

@media only screen and (max-width: 1000px){
	div#gform_wrapper_3 ul li.gfield {
    width: 100%;
}#gform_wrapper_3 .gform_footer.top_label {
    display: flex;
    justify-items: center;
    justify-content: center;
}
	
	.height-same-style-2 .vc_col-sm-5 .vc_column-inner .wpb_wrapper .wpb_single_image .vc_single_image-wrapper img {
    height: auto;
}
.header_bottom .container_inner, .header_bottom.clearfix .container {
    position: static;
}
.align-center1 .section_inner_margin {
    display: block;
}
.left_sidemenu div#nav_menu-3 ul li a {
    font-size: 15px;
}
.element_from_left.element_from_left_on > div {
    display: block;
}
.text_fadein h3 {
    font-size: 30px !important;
    position: relative;
}
div#gform_wrapper_1 .gform_footer{
	text-align:center;
}
.gform_footer input {
    float: inherit;
    clear: none;
}
.bg_darkgreen {
    background: #007f78;
    padding: 50px 30px;
}
.mobile_menu_button{
	float:right;
}
.header_top_bottom_holder .header_bottom {
    position: static;
    padding: 0;
}
nav.mobile_menu ul li a, nav.mobile_menu ul li h3 {
    font-size: 16px;
    font-weight: bold;
    color: #003238;
    text-transform: uppercase;
}
nav.mobile_menu {
    text-align: left;
    position: absolute;
    left: 0;
    top: 100px;
}
.mobile_menu_button span {
    font-size: 34px;
    color: #005152;
}
h1.bn_title {
    font-size: 35px;
}
.align-center .section_inner_margin {
    display: block;
}
.wel_section .align-center .section_inner_margin .vc_col-sm-5,.wel_section .align-center .section_inner_margin .vc_col-sm-7{
		width:100%;
}
.wel_section  h3.head-toptitle3,.wel_section h2.head-title2 {
    text-align: center;
}
.wel_section  .bg_ligtBlack .flot_right {
    float: none;
    text-align: center;
}
.wel_section  .bg_ligtBlack  .para p {
    text-align: center;
}
/* .we_canhelp ul.client_logo {
    margin-left: 50px;
} */
/* .we_canhelp ul.client_logo li {
	width: calc(100% / 2 - 50px );
} */
.we_canhelp ul.client_logo li {
    padding: 0;
    border-bottom: 1px dashed rgba(12, 19, 27, 0.15);
    border-right: 1px dashed rgba(12, 19, 27, 0.15);
}
.we_canhelp ul.client_logo li:nth-child(even) {
    border-right: none;
}
.box4_sec ul li {
    width: 100%;
    padding: 3px 8px;
    min-height: 130px;
    margin-bottom: 10px;
}
div#gform_wrapper_1 ul li.gfield {
    width: 100%;
}
ul#menu-footer_menu li.menu-item {
    margin-bottom: 10px;
}
	.footer_top_holder .footer_top {
    padding-bottom: 0px !important;
}
	.footer_top .four_columns .column2 .column_inner>div, .footer_top .three_columns .column2 .column_inner>div, .footer_top .two_columns_50_50 .column2 .column_inner>div {
    margin: 0 0 0 0px;
}
.two_columns_50_50>.column1,.two_columns_50_50>.column2 {
    Width: 50%;
}
	.header_top_bottom_holder .header_bottom{
		position:static;
	}
.logo_wrapper {
    height: 100px!important;
    left: 65px;
}
.banner_innpage .title_subtitle_holder_inner h1 {
    font-size: 34px;
    line-height: 50px;
}
}

@media only screen and (max-width: 768px){
.banner_text {
    max-width: 98%;
}
.main-banner {
    padding: 130px 0 220px !important;
}
	.thankyou_sec {
    background: #fff;
    padding: 60px 0;
}
}

@media only screen and (max-width: 767px){
	.thankyou_sec .full_section_inner.clearfix {
    display: block;
}
	.thankyou_sec .vc_col-sm-6:nth-child(1) {
    margin-bottom: 80px;
}
 .wel_section .vc_col-sm-12 {
    margin-top: -150px;
}
	
.main-banner .tp-bgimg.defaultimg {
    background-position: -365px center !important;
}
	.contact_uspage {
    padding: 30px;
}
.img_mb {
    margin-bottom: 20px !important;
}
.paddinn_15 {
    padding-left: 0px;
}
.main-banner {
/*     padding: 140px 0 330px !important; */
}
.box4_sec {
    margin-top: 50px;
}
.box4_sec ul li {
    margin-left: 0;
}
.banner_text {
    max-width: 100%;
}
 
.img_border .vc_single_image-wrapper {
    margin-bottom: 20px;
    display: block;
    text-align: center;
}
.pad_right15 {
    padding-left: 0;
}
.mob_center.pad_right15{
	text-align: center;
}
.prof_social {
    margin-top: 30px;
}
.lind_socl a {
    width: 80px;
    height: 80px;
    font-size: 50px;
}
.lind_socl {
    justify-content: center;
}
.prof_social .lern_morebtn {
    text-align: center;
}
.prof_social .lern_morebtn .btn_def {
    padding: 18px 20px;
    width: 180px;
}
.prof_social .lern_morebtn .btn_def a {
    font-size: 18px;
}
.prof_social {
    margin-top: 30px;
    background: white;
    padding: 30px;
}
.footer_form {
    background: #007f78;
    padding: 50px 3px 30px;
}
.apply_btn {
    display: block;
    width: 100%;
    padding-top: 30px;
	text-align: center;
    padding-left: 0;
}
.cont-pgform {
    padding: 100px 0px;
    margin-top: 30px;
}
}
@media only screen and (max-width: 650px){
	.vc_custom_1551176764202 {
    background-image: url(/wp-content/uploads/2019/02/slider_back_sd-min.jpg) !important;
    background-attachment: scroll;
}
	.slotholder .tp-bgimg.defaultimg {
    background-attachment: scroll;
    background-size: cover !important;
    background-position: center center !important;
}
}
@media only screen and (max-width: 600px){
.text_fadein h3 {
    font-size: 24px !important;
    position: relative;
}
.main-banner {
    background-position: -260px top !important;
}
.we_canhelp ul.client_logo li {
    width: calc(100% - 15px );
}
.we_canhelp ul.client_logo li, .we_canhelp ul.client_logo li.brright {
    border-right: 0;
}
.btn_bodrgreen a, .btn_bgreen a {
    font-size: 15px;
}
h1.bn_title.text-center.mb_80 {
    margin-bottom: 40px !important;
}
.bg_ligtBlack {
    padding: 50px 15px;
}
.soci2_link .lind_socl, .soci2_link .avvo_socil {
    width: 50%;
    float: left;
}
.avvo_socil img {
    width: 170px;
    float: left;
}
h1.bn_title {
    font-size: 26px;
    line-height: 40px;
}
ul#menu-footer_menu li.menu-item a {
    font-size: 12px;
}
	
	
}
@media only screen and (max-width: 500px){
nav.mobile_menu {
    width: 90%;
    left: 3%;
    padding: 0 8px;
}
.two_columns_50_50>.column1, .two_columns_50_50>.column2 {
    Width: 100%;
    text-align: left;
}
.text_fadein h3 {
    font-size: 18px !important;
    position: relative;
}
.footer_bottom .textwidget.custom-html-widget {
    text-align: center !important;
	 
}
.box4_sec ul li {
    justify-content: center;
}
.we_canhelp ul.client_logo li {
    width: calc(100% - 20px );
	padding: 30px 0;
}
.we_canhelp.new_tabs ul.client_logo li {
	padding: 0px;
}
.we_canhelp ul.client_logo {
    margin-left: 20px;
}
h1.bn_title {
    font-size: 19px;
    line-height: 30px;
}
h1.bn_title.text-center.mb_80 {
    margin-bottom: 20px !important;
}
.btn_def {
    padding: 10px 30px;
}
p.copy_right.img_right {
    padding: 10px 0;
    justify-content: center;
    flex-wrap: wrap;
}
p.copy_right.img_right a {
    color: #fff;
    display: block;
    width: 100%;
}
p.copy_right.img_right a:nth-child(1) {
    order: 1;
    margin-top: -6px;
}
.main-banner {
    background-position: center top !important;
    background-attachment: scroll !important;
}
	.vc_row.wpb_row.section.vc_row-fluid.padd_120.img_overlayss.bg-fd.vc_custom_1551762020414.grid_section {
    background-attachment: scroll;
}
.banner_innpage {
    padding: 60px 8px;
}
.banner_innpage .title_subtitle_holder_inner h4.subtitle {
    font-size: 16px;
}
.banner_innpage .title_subtitle_holder_inner h1 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;
}
	
	.footer_bottom_holder {
    padding: 0px 0 40px 0 !important;
}
.footer_top_holder .footer_top {
    padding-bottom: 0px !important;
    padding-top: 0 !important;
}
	footer .footer_inner.clearfix {
    padding-top: 20px;
    padding-bottom: 20px !important;
    background-color: #0c131b;
}

}
@media only screen and (max-width: 480px){
.footer_top .column_inner>div {
    margin: 0 0 0px!important;
}
}

@media only screen and (max-width: 479px){
 .wel_section .vc_col-sm-12 {
    margin-top: -150px;
}
}

@media only screen and (max-width: 398px) {
	.footer_bottom_holder .footer_bottom .textwidget {
		font-size: 14px;
		line-height: 20px;
	}
	p.copy_right.img_right {
		padding: 15px 0;
		line-height: 32px !important;
	}
}
	
	@media only screen and (max-width: 340px){
  .wel_section .vc_col-sm-12 {
    margin-top: -100px;
}
}


