@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&family=Playfair+Display:ital,wght@0,600;1,600&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,600&display=swap');

@font-face {
font-family: 'Georgia-bold';
src: url('../fonts/Georgia-Bold.woff2') format('woff2'),
url('../fonts/Georgia-Bold.woff') format('woff');
font-weight: bold;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Georgia';
src: url('../fonts/Georgia.woff2') format('woff2'),
url('../fonts/Georgia.woff') format('woff');
font-weight: normal;
font-style: normal;
font-display: swap;
}
* {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
body {
background:#ffffff;
line-height: 23px;
font-size: 16px;
font-family: 'Poppins', sans-serif;
font-weight: 400;
color: #656565;
}
body, html{
overflow-x:hidden;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
}
nav ul {
list-style: none;
}
html * {
outline: none !important;
}
ol, ul, li {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
content: '';
content: none;
}
a {
color:#0c3c5a;
margin: 0;
padding: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
text-decoration: none;
transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
}
a:hover, a:focus {
cursor: pointer !important;
text-decoration: none;
color:#277161;
}
img {
display: block;
max-width: 100%;
height: auto;
}
strong {
font-weight: 700;
}
em, i {
font-style: italic;
}
small {
font-size: 12px;
line-height: 16px;
}
ul {
margin: 0;
padding: 0 0 20px 0;
list-style-type: none;
}
ul li {
padding: 0 0 12px 20px;
position:relative;
}
ul li::before{
content: "\f0da";
font-weight: 900;
font-family: "Font Awesome 6 Free";
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
line-height: 1;
text-rendering: auto;
position: absolute;
top: 3px;
left: 0px;
color: #0c3c5a;
}
h1,h2{
font-family: 'Georgia-bold';
font-weight:normal;
}
h3, h4, h5, h6 {
font-family: 'Georgia-bold';
font-weight:normal;
}
p {
padding: 0;
}
p:empty {
display: none !important;
}
/* change colours to suit your needs */
ins {
background-color: #ff9;
color: #000;
text-decoration: none;
}
/* change colours to suit your needs */
mark {
background-color: #ff9;
color: #000;
font-style: italic;
font-weight: bold;
}
del {
text-decoration: line-through;
}
abbr[title], dfn[title] {
border-bottom: 1px dotted;
cursor: help;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
hr {
display: block;
border: 0;
border-top: 1px solid #cccccc;
margin: 1em 0;
padding: 0;
}
input, select {
vertical-align: middle;
}
outline {
border: 0;
}
textarea {
outline: none;
resize: none;
}
input[type="submit"], input[type="button"], input[type="reset"] {
cursor: pointer;
outline: none;
font-family: 'Playfair Display', serif;
transition:all 400ms linear;
}
button[disabled], input[disabled], submit[disabled] {
cursor: default;
}
.clear {
clear: both;
line-height: 0;
font-size: 0;
}
.wrapper {
margin: 0 auto;
}
.parallax {
background-attachment: fixed;
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
}
.container{
max-width:1410px;
margin-right: auto !important;
margin-left: auto !important;
}
.form-control:focus,
.form-select:focus {
color: #2f7162;
border-color: #2f7162 !important;
outline: 0;
box-shadow: none;
}
.wpcf7-not-valid-tip {
color: red;
font-size: 12px;
font-weight: 600;
margin-bottom: 8px !important;
}
/*************general*******************/
.btn-primary{
display:inline-block;
padding:8px 17px 8px;
margin:0;
border-radius: 4px;
border:none;
font-family: 'Playfair Display', serif;
font-size: 15px;
font-weight:normal;
white-space: nowrap;
color: #000000;
text-align: center;
text-transform: capitalize;
background: #ffea00;
moz-transition: all .4s linear;
-o-transition: all .4s linear;
-webkit-transition: all .4s linear;
transition: all .4s linear;
line-height:1;
box-shadow: 0 5px 0 #b9a300;
min-width: 140px;
}
.btn-primary:hover,
.btn-primary:focus {
background: #003b55;
color: #ffffff;
box-shadow: 0 5px 0 #001e2c;
}
.btn-secondary {
background: #277161;
margin-right: 0;
box-shadow: 0 5px 0 #145144;
color: #ffffff;

display:inline-block;
padding:8px 17px 8px;
margin:0;
border-radius: 4px;
border:none;
font-family: 'Playfair Display', serif;
font-size: 15px;
font-weight:normal;
white-space: nowrap;
text-align: center;
text-transform: capitalize;
moz-transition: all .4s linear;
-o-transition: all .4s linear;
-webkit-transition: all .4s linear;
transition: all .4s linear;
line-height:1;
min-width: 140px;
}
.btn-secondary:hover,
.btn-secondary:focus {
background: #003b55;
color: #ffffff;
box-shadow: 0 5px 0 #001e2c;
}
.header_top .hdr_top_rgt ul li:nth-child(3) .btn.btn-primary{
background:#277161;
margin-right:0;
box-shadow: 0 5px 0 #145144;
color: #ffffff;
}
.header_top .hdr_top_rgt ul li:nth-child(3) .btn.btn-primary:hover{
background: #003b55;
color: #ffffff;
box-shadow: 0 5px 0 #001e2c;
}
.header_top {
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 999;
padding-top:30px;
transition:all 400ms linear;
}
.header_top.smaller {
position: fixed;
width: 100%;
top: 0;
z-index: 999;
background: #fdfdfd;
padding: 10px 0;
box-shadow: 0px 2px 6px rgb(0 0 0 / 20%);
}
.header_top.smaller .hdr_top_rgt{
display:none;
}
.header_top.smaller h1.logo {
margin: 0;
max-width: 120px;
}
.header_top.smaller .row {
align-items: center !important;
}
.header_top h1.logo {
margin: 0;
transition:all 400ms linear;
}
.hdr_top_rgt ul{
padding:0;
}
.hdr_top_rgt li.list-inline-item {
padding: 0;
background: none;
vertical-align: top;
}
.hdr_top_rgt li.list-inline-item:nth-child(1) {
font-weight: 600;
font-size: 14px;
line-height: 17px;
margin-right: 35px;
font-family: 'Poppins', sans-serif;
}
.hdr_top_rgt li.list-inline-item:nth-child(1) a{
color:#000000;
}
.hdr_top_rgt span.ph-icon {
color: #277161;
margin-top: 4px;
margin-right: 12px;
font-size:14px;
vertical-align: top;
}
.hdr_top_rgt li.list-inline-item:nth-child(1) a small{
color:#277161;
}
.navigation{
font-size:18px;
line-height:22px;
color:#000000;
font-weight:500;
font-family: 'Oswald', sans-serif;
margin-top:0;
text-transform:uppercase;
}
.navigation ul {
padding: 0;
}
.navigation ul li{
display:inline-block;
background:none;
padding:0;
position:relative;
}
.navigation ul li a{
color:#000000;
display:block;
position:relative;
padding:5px 24px 5px 5px;
}
.navigation ul li.menu-item-has-children a{
padding-right: 32px;
}
.navigation ul li:last-child a{
padding-right:0;
}
.navigation ul li a:hover{
color:#277161;
}
.navigation ul li a:focus {
outline: 2px dotted #323232 !important;
padding-top:5px;
padding-bottom:5px;
}
.header_top h1.logo a:focus img{
outline: 2px dotted #323232 !important;
}
.navigation ul li.menu-item-has-children > a::after {
position: absolute;
content: '\f0dd';
font-weight: 900;
font-family: "Font Awesome 5 Free";
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
color: #000000;
right: 13px;
top: 6px;
font-size: 15px;
}
.navigation ul li.menu-item-has-children a::before {
position: absolute;
content: '';
top: 0;
left: 0;
height: 46px;
background: none;
width: 100%;
padding: 0;
}
.navigation ul li ul.sub-menu {
position: absolute;
width: 300px;
text-align: left;
top: 37px;
left: 0;
display: none;
background: #303131;
color: #fff;
border-top: 4px solid #ffea00;
font-size: 16px;
}


.header_top.smaller .navigation ul li ul.sub-menu{
top: 45px;
}


ul.sub-menu li{
display: block;
padding:0;
}
ul.sub-menu li a{
display: block;
padding: 5px 10px;
border-bottom: 1px solid #545454;
}
.header_top .navigation ul.sub-menu li a{
color: #ffffff;
display:block;
}
.header_top .navigation ul.sub-menu li a:hover{
color: #ffea00;
}
.navigation ul li:last-child{
padding-right:0;
}
.navigation ul li:hover ul.sub-menu,
.navigation ul li ul.focused{
display:block;
}
.navigation ul li ul.sub-menu li:hover ul.sub-menu{
display:block;
}
.header_top .navigation ul li.current-menu-item a, 
.header_top .navigation ul li.current-menu-item a, 
.header_top .navigation ul li.current-menu-parent > a, 
.header_top .navigation ul li.current-menu-ancestor > a, 
.header_top.smaller .navigation ul li.current-menu-item a, 
.header_top.smaller .navigation ul li.current-menu-item a, 
.header_top.smaller .navigation ul li.current-menu-parent > a, 
.header_top.smaller .navigation ul li.current-menu-ancestor > a {
color: #277161;
}
.header_top .navigation ul li ul.sub-menu li.current-menu-item a{
color: #ffea00;
}
.header_top .navigation ul li.current-menu-item ul.sub-menu li a{
color: #ffffff;
}
.header_top .navigation ul li.current-menu-item ul.sub-menu li a:hover{
color: #ffea00;
}
.banner {
height: 440px;
background-repeat: no-repeat;
background-size: cover;
background-position: top left;
position:relative;
}
.banner .container {
position: absolute;
top: 60%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
}
.banner h2 {
font-size: 55px;
color: #0c3c5a;
margin-bottom:0px;
text-align:center;
text-transform: capitalize;
}
footer{
background:#2f373e;
border-bottom:1px solid #444b52;
font-size:12px;
line-height:16px;
color:#969696;
font-weight:400;
text-align:center;
padding:20px 0 5px 0;
margin-top:-1px;
font-family: 'Poppins', sans-serif;
}
footer p {
background: rgba(0,0,0,0.01);
}
footer a{
color:#bfbfbf;
}
footer a:hover{
color:#c8c8c8;
}
footer h4{
font-size:13px;
line-height:17px;
color:#bfbfbf;
font-weight:400;
padding-bottom:10px;
border-bottom:1px solid #9fa7ae;
margin-bottom:10px;
font-family: 'Poppins', sans-serif;
}
footer h4 a{
color:#9fa7ae;
}
footer h4 a:hover{
color:#c8c8c8;
}
footer h5{
font-size:12px;
line-height:16px;
color:#969696;
font-weight:600;
padding-bottom:15px;
}
footer h5 a{
color:#969696;
text-decoration:underline;
}
.footer_nav{
font-size:13px;
line-height:17px;
color:#bfbfbf;
font-weight:400;
text-align:center;
text-transform:capitalize;
display: inline-block;
vertical-align: middle;
margin-bottom:10px;
}
.footer_nav ul{
margin:0;
padding:0;
display: inline-block;
vertical-align: middle;
}
.footer_nav ul li{
background:url(../images/footer-list-icon.png) no-repeat right 5px;
padding:0 18px 0 0;
margin-right:10px;
display:inline-block;
vertical-align:middle;
}
.footer_nav ul li:last-child {
	background: none;
	margin-right: 0;
	padding-right: 0;
}
.footer_nav ul li a{
color:#9fa7ae;
}
.footer_nav ul li a:hover{
color:#c8c8c8;
}
.footer_nav .share_btn {
display: inline-block;
vertical-align: middle;
}
.footer_nav .share_btn .at-resp-share-element .at-share-btn{
margin:0 !important;
}
.back-to-top {
position: fixed;
bottom: 25px;
right: 0;
display: none;
background: #61686d;
color: #fff;
font-size: 30px;
border-radius: 0;
width: 100px;
height: 100px;
line-height: 100px;
padding: 0;
text-align: center;
z-index: 9;
}
.back-to-top:hover{
background: #0c3553;
color: #fff;
}
.news_holder_first ul{
padding-bottom:0;
font-family: 'Poppins', sans-serif;
}
.news_holder_first ul li{
border-bottom:1px solid #d2d2d1;
padding:0 0 15px 0;
margin-bottom:12px;
background:none;
}
.news_holder_first ul li:last-child{
border-bottom:none;
padding:0 0 15px 0;
margin-bottom:0;
}
.news_holder_first ul li h4{
font-size:18px;
line-height:22px;
color:#000000;
margin-bottom:6px;
font-family: 'Georgia';
}
.news_holder_first ul li h4 a{
color:#000000;
}
.news_holder_first ul li span.date {
font-family: 'Poppins', sans-serif;
color:#266f62;
display:block;
font-weight:500;
font-size:12px;
}
.news_holder_first ul li span.date i {
margin-right: 7px;
}
.news_holder_first ul li p{
font-weight:400;
margin:0;
padding-top:10px;
}
.team_list {
background: #fff;
box-shadow: 0px 1px 7px rgba(0,0,0,0.3);
border-radius: 4px;
display: inline-block;
padding: 7px;
font-family: 'Poppins', sans-serif;
font-size:13px;
line-height:18px;
margin:0 20px 20px 0 !important;
width: 300px;
}
.team_list .team_img {
width: 80px;
display: inline-block;
vertical-align: top;
}
.home_team_sec {
padding: 35px 0 0 0;
}
.mb-ng{
margin-bottom: -50px !important;
}
.team_list .team_txt {
width: calc(100% - 100px);
display: inline-block;
margin-left: 16px;
vertical-align: top;
text-align: left;
}
.team_list .team_txt h4{
font-size:18px;
color:#277161;
margin-bottom:8px;
line-height:22px;
}
.general_head_txt h2{
font-size:30px;
line-height:34px;
color:#0c3c5a;
margin-bottom:0;
}
.general_head_txt h2 em{
color:#277161;
font-style:normal;
}
.general_head_txt h3{
font-size:20px;
line-height:24px;
color:#277161;
margin-bottom:0;
}
.general_head_txt h4{
font-size:18px;
line-height:22px;
color:#000000;
margin-bottom:0;
}
.general_head_txt.line_hdng{
position:relative;
}
.general_head_txt.line_hdng h2 {
padding-bottom: 20px;
}
.general_head_txt.line_hdng::after{
position:absolute;
content:'';
bottom:0;
left:0;
background:#0c3c5a;
width:170px;
height:3px;
}
.home_first_sec{
padding:60px 0 90px 0;
}
.home_first_sec .vc_col-sm-6:nth-child(1) {
padding-right: 70px;
border-right:1px solid #d2d2d1;
}
.home_first_sec .vc_col-sm-6:nth-child(2) {
padding-left: 60px;

}
.home_first_sec .icon-list-box ul {
padding: 0;
}
.home_first_sec .icon-list-box ul li{
padding: 8px;
background:none;
box-shadow:0px 0px 5px rgba(0,0,0,0.2);
margin-bottom:11px;
color:#277161;
max-width: 400px;
}
.home_first_sec .icon-list-box ul li i{
display:inline-block;
vertical-align:middle;
margin-right:20px;
font-size:18px;
}
.home_first_sec .icon-list-box ul li span.icon_txt{
display:inline-block;
text-transform:uppercase;
vertical-align:middle;
font-size:16px;
line-height:20px;
font-family: 'Georgia-bold';
}
.home_first_sec .icon-list-box ul li br {
display: none;
}
.home_scnd_sec{
padding-bottom:70px;
}
.home_scnd_sec .container-fluid {
padding-left: 0px;
padding-right: 0px;
margin-left: 0;
margin-right: 0;
}
.economic_txt_lft > .vc_column-inner > .wpb_wrapper {
max-width: 620px;
float: right;
margin-right: 60px;
}
.economic_img_rgt .vc_column-inner {
padding-right: 0;
}
.economic_img_rgt .wpb_single_image .vc_single_image-wrapper,
.economic_img_rgt .wpb_single_image .vc_figure {
display: block;
}
.home_news_sec {
padding: 62px 0;
}
.home_news_sec h2{
color:#ffffff;
}
.home_news_sec .general_head_txt h2 {
background: rgba(0,0,0,0.01);
}
.home_news_sec .bx-wrapper {
width: 60%;
padding: 50px;
box-shadow: none;
border: none;
}
.home_news_sec ul li{
padding:0;
background:none;
}
.home_news_sec h3{
font-size:20px;
line-height:24px;
color:#000000;
text-transform:uppercase;
font-family: 'Georgia';
}
.home_news_sec ul li span.date {
font-family: 'Poppins', sans-serif;
color:#266f62;
display:block;
font-weight:500;
font-size:12px;
}
.home_news_sec ul li span.date i {
margin-right: 7px;
}
.home_news_sec .bx-wrapper .bx-pager, 
.home_news_sec .bx-wrapper .bx-controls-auto{
left:0;
}
.home_news_sec ul {
background: #ffffff;
font-size: 0;
width: 60%;
margin: 0 auto;
padding: 30px;
text-align: left;
}
.home_news_sec .bx-wrapper .bx-pager.bx-default-pager a:hover, 
.home_news_sec .bx-wrapper .bx-pager.bx-default-pager a.active, 
.home_news_sec .bx-wrapper .bx-pager.bx-default-pager a:focus{
background: #02253c;
font-size: 0;
color: #ffffff;
}
.home_team_sec .team_lft h2 {
color: #ffffff;
text-align: center;
}
.home_team_sec .team_lft h3{
color: #ffffff;
font-size:21px;
line-height:25px;
text-align: center;
}
.home_team_sec .team_lft h3 a{
color: #ffffff;
}
.home_team_sec .team_lft{
color: #ffffff;
font-size: 14px;
line-height: 17px;
text-align: center;
}
.home_team_sec .team_lft > div {
padding:60px 80px 40px;
}
.home_team_sec .team_lft .wpb_single_image{
margin-bottom:20px !important;
}
.home_team_sec .container-fluid {
padding-left: 0px;
padding-right: 0px;
margin-left: 0;
margin-right: 0;
}
.team_rgt > .vc_column-inner > div {
width: 90% !important;
margin: 0 auto;
text-align: center;
}
.team_rgt > .vc_column-inner{
padding-top:60px;
padding-bottom:70px;
}
.banner.inner_banner {
height: 360px;
margin-bottom:55px;
}
.mngmnt_details img.team_img {
width: 100%;
border: 1px solid #979797;
}
.mngmnt_details h6.mngmnt_designation {
background: #277161;
color: #ffffff;
font-size: 17px;
font-family: 'Poppins', sans-serif;
font-weight: 400;
text-transform: uppercase;
display: inline-block;
margin-bottom: 22px;
}
.mngmnt_details p.mail, .mngmnt_details p.phone {
display: inline-block;
font-weight: 500;
}
.mngmnt_details p.phone{
margin-right: 18px;
}
.mngmnt_details p.mail span.mngmnt_icon, 
.mngmnt_details p.phone span.mngmnt_icon {
background: #ffea00;
padding: 0;
border-radius: 50%;
display: inline-block;
width: 40px;
height: 40px;
vertical-align: middle;
text-align: center;
line-height: 40px;
color: #000000;
margin-right: 12px;
}
main.inner_page, .sjb-page {
margin-bottom: 50px;
}
.navright ul{
padding-bottom: 0;
}
.navright ul li {
background: #fff;
box-shadow: 0px 1px 7px rgb(0 0 0 / 30%);
border-radius: 4px;
display: inline-block;
padding: 12px;
font-family: 'Poppins', sans-serif;
font-size: 15px;
line-height: 18px;
margin: 0 0px 15px 0 !important;
width: 100%;
font-weight: 600;
}
.abt_upr_blk .textWhite {
color: #ffffff;
}
.abt_upr_blk h4.wthbck_txt {
background: #fff;
font-family: 'Poppins', sans-serif;
color: #024738;
text-transform: uppercase;
font-size: 18px;
display: inline-block;
padding: 2px 4px;
margin-bottom: 15px;
font-weight: 500;
}
.abt_upr_blk h4.wthbck_txt em{
font-style:normal;
text-transform:capitalize;
}
ul.icon_box{
padding:0;
}
ul.icon_box li{
display: inline-block;
font-weight: 500;
padding:0;
margin:0 12px 0 0;
background:none;
}
ul.icon_box li:last-child{
margin-right:0;
}
ul.icon_box li a {
color: #fff;
font-size: 17px;
font-weight: 400;
}
ul.icon_box li span.drawer_icon {
background: #ffea00;
padding: 0;
border-radius: 50%;
display: inline-block;
width: 40px;
height: 40px;
vertical-align: middle;
text-align: center;
line-height: 41px;
color: #000000;
margin-right: 12px;
font-size: 19px;
}
ul.icon_box li span.icon_txt{
display: inline-block;
vertical-align: middle;
}
ul.icon_box li br{
display:none !important;
}
ul.icon_box li span.drawer_icon i {
margin-left: 4px;
}
.rq_form label, .contact_form_inner label.no_txt {
line-height: 0;
font-size: 0;
display: block;
}
.forms_list span.no_txt{
line-height: 0;
font-size: 0;
display: block;
}
.rq_form .form-control,
.rq_form .form-select {
border: 2px solid #a9a9a9;
border-radius: 1px;
margin-bottom: 20px !important;
background-color:transparent;
color:#525252;
}
.rq_form .form-control option,
.rq_form .form-select option{
color:#525252;
}
textarea.form-control {
height: 120px !important;
min-height: inherit !important;
}
select, .form-select {
-moz-appearance:none;
-webkit-appearance:none;
appearance:none;
background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23777' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-size: 20px 20px;
padding-right: 10px;
border-color:#c0c0c0;
min-width: 180px;
white-space: nowrap;
overflow: hidden !important;
text-overflow: ellipsis;
padding-right: 40px;
background-position: right 12px center;
}
.rq_form .form-select{
background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23a9a9a9' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}
.rq_form {
padding: 40px;
background: #ffffff;
box-shadow: 0px 0px 12px rgb(0 0 0 / 30%);
border-radius: 10px;
margin:0;
}
.rq_form input::placeholder,
.rq_form textarea::placeholder {
color: #525252;
opacity: 1;
}

.rq_form input::-ms-input-placeholder,
.rq_form textarea::-ms-input-placeholder {
color: #525252;
}

.rq_form input::-ms-input-placeholder,
.rq_form textarea::-ms-input-placeholder {
color: #525252;
}
.rq_form h3{
color:#2f7162;
font-size:21px;
margin-bottom:25px;
}
.abt_frm_blk{
background-size:cover !important;
}
.list_outer_mngmnt{
counter-reset: section;
}
.eco_box_list_other {
border-top: 2px solid #dbdbdb;
border-left: 5px solid transparent;
margin-bottom: 0;
padding-left: 20px;
position: relative;
transition:all 400ms linear;
}
.eco_box_list.eco_box_list_other .title_cont_wrapper span.date{
margin-bottom:8px;
display: block;
}
.eco_box_list.eco_box_list_other .title_cont_wrapper h3{
margin-bottom:12px;
}
.eco_box_list.eco_box_list_other .title_cont_wrapper p{
margin-bottom:0;
}
.eco_box_list_other:hover{
border-left-color:#277161
}
.eco_box_list_other::after {
content: " ";
height: 0;
width: 0;
position: absolute;
left: -1px;
border-style: solid;
border-width: 8px 0 8px 8px;
border-color: transparent transparent transparent transparent;
z-index: 10;
top: 50%;
transform: translateY(-50%);
transition:all 400ms linear;
}
.eco_box_list_other:hover::after{
border-left-color:#277161
}
.eco_box_list_other .title_cont_wrapper {
padding: 20px 10px;
}
.eco_box_list_other .title_cont_wrapper h3{
font-size: 20px;
line-height: 24px;
margin-bottom: 6px;
font-family: 'Georgia';
color:#000000;
}
.eco_box_list_other .title_cont_wrapper h3 a{
color:#000000;
}
.eco_box_list_other .title_cont_wrapper span.date {
color: #266f62;
font-weight:500;
}
.eco_box_list_other .title_cont_wrapper span.date i {
margin-right: 7px;
}
.subscribe_text .wpb_wrapper {
border: 2px solid #c0c0c0;
box-shadow: none;
padding: 30px;
width: 80%;
text-align: center;
margin: 30px auto 50px auto;
font-size: 16px;
}
.right_widget_nwsletter ul li{
padding:10px;
margin-bottom:1px;
min-height: 145px;
box-sizing:border-box;
}
.right_widget_nwsletter ul li h4{
font-size:16px;
line-height:20px;
color:#ffffff;
text-transform:uppercase;
font-weight:600;
padding:0;
}
.right_widget_nwsletter ul li h5{
font-size:11px;
line-height:15px;
color:#ffffff;
text-transform:uppercase;
font-weight:400;
padding:0;
font-family: 'Poppins', sans-serif;
}

.right_widget_nwsletter ul li h6{
font-size:13px;
line-height:17px;
color:#ffffff;
text-transform:capitalize;
font-weight:400;
padding:0;
}
.right_widget_nwsletter ul li:nth-child(1){
background:url(../images/news_subscription1.png) no-repeat right top #020202;
padding-top:5px;
}

.right_widget_nwsletter ul li:nth-child(1) img{
margin-bottom: 6px;
width: 54px;
}

.right_widget_nwsletter ul li:nth-child(2){
background:url(../images/news_subscription5.png) no-repeat right bottom #00232e;
}

.right_widget_nwsletter ul li:nth-child(2) h6{
padding:15px 0 14px 0;
}

.right_widget_nwsletter ul li:nth-child(3){
background:url(../images/news_subscription3.png) no-repeat right bottom #0b385a;
}

.right_widget_nwsletter ul li:nth-child(3) h6{
padding:8px 0 20px 0;
}

.right_widget_nwsletter ul li:nth-child(4){
background:url(../images/news_subscription4.png) no-repeat right bottom #0d3d5f;
}

.right_widget_nwsletter ul li:nth-child(4) h6{
padding:8px 0 9px 0;
}

.right_widget_nwsletter ul li:nth-child(5){
background:url(../images/news_subscription5.png) no-repeat right bottom #062d43;
}

.right_widget_nwsletter ul li:nth-child(5) h5{
padding:8px 0 40px 0;
}
.pagination_link{
text-align: left;
margin-top: 30px;
}
.pagination_link .page-numbers {
border: 1px solid #454545;
padding: 3px 10px;
display: inline-block;
font-size: 13px;
margin: 0 5px 0 0;
color: #454545;
}
.pagination_link span.page-numbers.current{
color: #ebeaed;
background:#2f7162;
}

.branch_office ul.resp-tabs-list{
display:block;
border-bottom:3px solid rgba(39,113,97,0.4);
}

.branch_office .resp-tabs-list li {
color: #111111;
font-weight:700;
text-transform: uppercase;
background:#f1f1f1 !important;
margin:0 0 0 -4px;
border-right:1px solid #dfdfdf;
padding:11px 20px !important;
width:auto;
text-align: center;
box-sizing:border-box;
float:none;
}
.branch_office .resp-tabs-list li span.tab_icon {
margin-right: 12px;
font-size: 20px;
line-height: 24px;
vertical-align: middle;
}
.branch_office .resp-tabs-list li:first-child{
margin-left:0;
}
.branch_office .resp-tabs-list li:last-child{
border-right:none;
}

.branch_office .resp-tabs-list li.resp-tab-active {
border-top: none !important;
border-left: none !important;
color: rgba(39,113,97,1);
position: relative;
border-bottom: 3px solid rgba(39,113,97,1) !important;
margin-bottom: -2px !important;
border-right: 1px solid #dfdfdf !important;
}

.branch_office .resp-tabs-list li.resp-tab-active::after{
width: 0; 
height: 0; 
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-top: 8px solid #277161;
position:absolute;
content:'';
bottom:-11px;
left:0;
right:0;
margin:0 auto;
}
.branch_office .resp-tabs-list li.resp-tab-active:last-child{
border-right:none !important;
}
.branch_office .resp-tab-content{
border:none;
padding:45px 0 0 0;
}
.branch_office .addr_details{
font-size:16px;
line-height:28px;
color:#303030;
font-weight:400;
}
.branch_office .addr_details_rgt {
font-size: 16px;
line-height: 22px;
color: #000000;
font-weight: 400;
background: #f1f1f1;
padding: 15px;
box-shadow: 0px 0px 9px rgba(0,0,0,0.3);
margin: 0;
position: relative;
z-index: 9;
border-radius: 8px;
}
.addr_details_lft iframe {
height: 320px;
width: 100%;
border-radius: 5px;
}
.branch_office .addr_details .addr_details_rgt p{
padding-bottom:10px;
margin-bottom:0;
}
.branch_office .addr_details .addr_details_rgt span.addr_icon {
background: #ffea00;
padding: 0;
border-radius: 50%;
display: inline-block;
width: 35px;
height: 35px;
vertical-align: middle;
text-align: center;
line-height: 36px;
color: #000000;
margin-right: 12px;
}
.branch_office .addr_details .addr_details_rgt span.addr_txt {
font-weight: 500;
display: inline-block;
vertical-align: middle;
}
.branch_office .mgmt {
margin-top: 20px;
overflow: hidden;
text-align: center;
}

.branch_office .management_box h2 {
font-size: 30px;
line-height: 34px;
margin-bottom: 20px;
padding-bottom: 12px;
text-align:center;
color: #0c3c5a;
position:relative;
}

.branch_office .management_box h3 {
font-size: 16px;
font-weight: 600;
line-height: 20px;
margin-bottom: 0;
padding-bottom: 15px;
text-transform: capitalize;
color: #277161;
}
.branch_office .management_box h6{
font-family: 'Poppins', sans-serif;
font-size: 13px;
line-height: 18px;
margin-bottom: 0;
}
.branch_office .management_box h3::after{
display:none;
}
.branch_office .management_box .team_list h3 {
font-size: 15px;
font-weight: 600;
line-height: 20px;
padding-bottom:5px;
text-transform:none;
}
.management_box{
padding:40px 25px;
background:#f5f7f9;
overflow:hidden;
background-image: url(../images/team_bck.jpg);
background-position: center ;
background-repeat: no-repeat;
background-size: cover;
margin-top:50px;
}

.management_box > .vc_column_container > .vc_column-inner{
padding:0;
}
.management_box h2::after{
position:absolute;
left:50%;
transform:translateX(-50%);
bottom:0;
background:#003b57;
width:58px;
height:2px;
content:'';
}
.branch_office .management_box .team_box {
border: 1px solid #d1d3d5;
margin-bottom:12px;
transition:all 400ms linear;
-moz-transition:all 400ms linear;
-webkit-transition:all 400ms linear;
-ms-transition:all 400ms linear;
-o-transition:all 400ms linear;
box-sizing:border-box;
}
.branch_office .management_box .team_box h3{
font-size: 13px;
line-height: 17px;
color:#002632;
font-weight:600;
text-align:center;
padding-bottom:8px;
margin:0;
font-family: 'Poppins', sans-serif;
}

.branch_office .management_box .team_box h3::after{
display:none;
}

.branch_office .management_box .team_box h6{
font-size:12px;
line-height:16px;
color:#5f5e5e;
font-weight:400;
text-align:center;
padding-bottom:0;
font-family: 'Poppins', sans-serif;
}

.branch_office .management_box .team_text{
min-height: 80px;
padding:10px;
position: relative;
background:#ffffff;
}
.branch_office .management_box .read_more {
bottom: 18px;
color: #003b57;
display: block;
font-size: 13px;
font-weight: 700;
left: 0;
line-height: 17px;
position: absolute;
right: 0;
text-align: center;
text-transform: uppercase;
opacity:0;
transition:opacity 500ms linear;
-moz-transition:opacity 500ms linear;
-webkit-transition:opacity 500ms linear;
-ms-transition:opacity 500ms linear;
-o-transition:opacity 500ms linear;
}
.branch_office .management_box .team_box:hover{
box-shadow:0px 0px 32px rgba(131,130,130,0.60);
}
.branch_office .management_box .team_box:hover .read_more{
opacity:1;
}
.branch_office .management_box .new_img {
height: auto;
width: 100%;
}
.rgt_team_list_grp {
box-shadow: 0px 1px 7px rgb(0 0 0 / 20%);
}
.rgt_team_list_grp .team_list {
box-shadow: none;
margin: 0 !important;
border-bottom: 1px solid #c0c0c0;
border-radius: 0;
width: 100%;
max-width: inherit;
display: block;
}
.rgt_team_list_grp .team_list .team_img {
width: 50px;
display: inline-block;
vertical-align: top;
}
.rgt_team_list_grp .team_list .team_txt h4 {
font-size: 15px;
color: #277161;
margin-bottom: 2px;
line-height: 22px;
}
.rgt_team_list_grp .team_list .team_txt p{
margin: 0 !important;
}
.abt_lft_bck .wpb_wrapper,
.abt_rgt_bck .wpb_wrapper {
padding: 35px 30px;
min-height: 580px;
}
.abt_lft_bck, .abt_rgt_bck{
background-size: cover;
background-position: right bottom;
}
.service_mfund_box {
background: #f1f1f1;
padding: 30px;
margin-top: 40px;
border-radius: 7px;
box-shadow: 0px 0px 9px rgb(0 0 0 / 30%);
}
.service_mfund_box h3{
font-size: 30px;
line-height: 34px;
color: #0c3c5a;
margin-bottom: 30px;
}
.service_mfund_box .btn-primary{
margin-top:20px;
}
.service_mfund_box .btn-primary i {
font-size: 30px;
display: inline-block;
vertical-align: middle;
margin-right: 13px;
}
span.date {
font-family: 'Poppins', sans-serif;
color: #266f62;
display: block;
font-weight: 500;
font-size: 14px;
margin-bottom:15px;
}
span.date i {
margin-right: 8px;
}
.gld_lft {
float: left;
width: 68%;
}
.gld_rgt {
float: right;
width: 30%;
}
.dwnld_pdf_box ul li {
background: #ffffff;
padding: 30px;
margin-top: 0;
border-radius: 7px;
box-shadow: 0px 1px 7px rgb(0 0 0 / 20%);
display: inline-block;
width: 460px;
margin-right: 20px;
margin-bottom: 30px;
text-align: center;
}
.dwnld_pdf_box ul li h4 {
color: #2f7162;
font-size: 16px;
margin-bottom: 15px;
}
.dwnld_pdf_box ul li .btn-primary i {
font-size: 20px;
display: inline-block;
vertical-align: middle;
margin-right: 13px;
}
.gold_img_bck {
min-height: 470px;
}
.sjb-page .sjb-filters{
padding:15px !important;
background:#003b55 !important;
}

.sjb-page .sjb-filters h3{
font-size:23px;
line-height:24px;
color:#ffffff;
text-transform:uppercase;
vertical-align:middle;
font-weight:700;
margin:7px 0 0 0;
text-align:center;
padding:0;
}

.sjb-page .sjb-filters h3::after{
display:none;
}

.sjb-page .sjb-filters .form-control, .sjb-page .sjb-filters .btn-search{
margin:0 !important;
}
.carrer_cont .sjb-page .btn-primary, .carrer_cont .sjb-page .sjb-detail .jobpost-form .file div {
background-color: #fde428 !important;
color: #003b57 !important;
border-radius: 4px !important;
min-width: inherit !important;
width: auto !important;
padding-left: 20px !important;
padding-right: 20px !important;
}
.carrer_cont .sjb-page .btn-primary:hover, 
.carrer_cont .sjb-page .btn-primary:active:hover, 
.carrer_cont .sjb-page .btn-primary:active:focus,
.carrer_cont .sjb-page .sjb-detail .jobpost-form .file:hover div{
background-color: #277161 !important;
color: #ffffff !important;
box-shadow: 0 5px 0 #145144 !important;
}
.sjb-page .sjb-filters .form-control{
border-radius: 4px !important;
}

.sjb-page .list-data{
border:1px solid #cccccc !important;
}

.sjb-page .list-data > header{
background:#157662 !important;
margin:-21px -20px 28px -20px;
overflow: hidden;
padding:16px 21px;
box-sizing:border-box;
}

.sjb-page .list-data .job-info{
margin:0 !important;
}

.carrer_cont .sjb-page .list-data .job-info h4{
font-size:20px !important;
line-height:24px;
color:#277161 !important;
font-weight:600;
padding:0 !important;
margin-bottom:12px;
}

.sjb-page .list-data .job-info h4 a{
color:#277161 !important;
font-size:20px !important;
}
.sjb-page .list-data .job-location,
.sjb-page .list-data .job-date{
color:#277161 !important;
}
.sjb-page .list-data .job-type, .sjb-page .list-data .job-location, .sjb-page .list-data .job-date {
color:#277161 !important;
}

.sjb-page .list-data .job-type, .sjb-page .list-data .job-location, .sjb-page .list-data .job-date {
font-size: 16px !important;
font-weight:600;
margin-bottom: 0 !important;
}

.sjb-page .list-data .job-type i, .sjb-page .list-data .job-location i, .sjb-page .list-data .job-date i {
color: #ffffff !important;
font-size: 20px;
line-height: 20px;
vertical-align: middle;
float: none;
display: inline-block;
margin-top: -4px;
}

.sjb-page .list-data .job-description a.btn-primary, .sjb-page .list-data .job-description a.btn{
border-radius:0;
font-size:15px;
line-height:19px;
color:#003b57;
text-transform:uppercase;
text-align:center;
padding:11px 18px;
font-weight:700;
}

.sjb-page .list-data .job-description a.btn-primary:hover, .sjb-page .list-data .job-description a.btn:hover{
background:#003b55 !important;
color:#ffffff !important;
box-shadow: 0 5px 0 #001e2c !important;
}

.sjb-page .list-data .job-description p{
font-size:14px !important;
line-height:22px !important;
color:#626161 !important;
}

.sjb-page .list-data.jobDetail{
border:none !important;
}

.job-features h3, .jobpost-form h3{
font-size:20px !important;
line-height:24px !important;
color:#157662 !important;
margin:0 !important;
}

.sjb-page .sjb-detail .job-features .table tr:last-child td {
  border: 1px solid #e1e1e1 !important;
}

.sjb-page .sjb-detail .job-features .table td:first-child{
padding-left:15px !important;
}

.job-features h3::after, .jobpost-form h3::after{
display:none;
}

#sjb-form-padding-button button.btn{
background: #fde428 !important;
box-sizing: border-box;
color: #003b57 !important;
display: block;
font-size: 15px;
font-weight: 700;
line-height: 20px;
margin: 0;
padding: 12px;
text-align: center;
text-transform: uppercase;
width: 216px;
border-radius:0;
}

#sjb-form-padding-button button.btn:hover{
background: #003b57 !important;
color: #ffffff !important;
}

.sjb-detail .job-detail{
margin:0 !important;
}

.job-detail h3{
color:#ffffff !important;
padding:0 !important;
margin:0 !important;
}

.sjb-page .list-data.jobDetail > header{
margin:0 0 30px 0;
}
.sjb-page .sjb-filters.sjb-filters-v1 .form-control{
border: 2px solid #a9a9a9;
border-radius: 1px;
margin-bottom: 20px !important;
background-color: #ffffff;
color: #a9a9a9;
margin-bottom: 20px !important;
}
.carrer_cont .sjb-page .sjb-filters.sjb-filters-v1 select.form-control{
-moz-appearance:none;
-webkit-appearance:none;
appearance:none;
background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23777' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: right center;
background-size: 20px 20px;
background-origin: content-box;
padding-right: 10px;
border-color:#c0c0c0;
min-width: 180px;
}
.sjb-page .sjb-detail ul li::before{
content: "\f0da";
font-weight: 900;
font-family: "Font Awesome 6 Free";
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
line-height: 1;
text-rendering: auto;
position: absolute;
top: 3px;
left: 0px;
}
.sjb-page .sjb-detail .list-data.jobDetail .company-tagline {
margin-bottom: 0 !important;
padding: 10px 0 0;
font-size: 18px;
color: #fff;
}
.sjb-page .sjb-detail .job-features .table tr:first-child td{
border: 1px solid #e1e1e1;
}
.sjb-page .sjb-detail .job-features .table td{
border: 1px solid #e1e1e1 !important;
}
.sjb-page h2{
font-family: 'Georgia-bold';
font-weight: normal;
}
.sjb-page .job-features h3, .sjb-page .jobpost-form h3{
margin-bottom:30px !important;
}
.sjb-page .file span,.sjb-page .file div{
display:none !important;
}
.sjb-page .file input[type="file"]{
opacity:1 !important;
}
.dataTables_filter, .dataTables_info, .dataTables_paginate {
display: none;
}
.sjb-invalid-phone.validity-note, .sjb-invalid-email.validity-note {
display: block;
font-size: 12px;
margin-top: 5px;
}
.sjb-loading {
display: none !important;
}
.service_block_box {
box-shadow: 0 0 5px rgba(0,0,0,0.15);
font-size: 14px;
line-height: 22px;
font-weight: 300;
color: #626161;
margin: 0;
transition: all 400ms linear;
}
.service_block_box h2{
font-size: 20px;
line-height: 24px;
color: #277161;
margin-bottom: 20px;
}
.service_block_box h2 em{
font-style: normal;
}
.service_block_box img{
width:100%;
}
.service_block_box p{
margin:0;
}
.service_block_box .blk_txt {
padding: 15px;
min-height: 230px;
}

.contact_top_box{
box-shadow:0px 0px 5px rgba(0,0,0,0.26);
padding:0;
width:70%;
margin:0 auto 32px auto;
overflow:hidden;
}

.contact_top_box h2{
font-size:26px;
line-height:30px;
color:#003d53;
text-transform:uppercase;
font-weight:700;
padding-bottom:25px;
}

.contact_top_box .lft_cnt_box{
width:54%;
float:left;
padding:30px;
box-sizing:border-box;
font-size:14px;
line-height:20px;
color:#484848;
font-weight:400;
}

.contact_top_box .lft_cnt_box strong {
color: #303030;
display: inline-block;
font-size: 16px;
font-weight: 600;
line-height: 20px;
min-width: 120px;
vertical-align:middle;
}

.contact_top_box .lft_cnt_box ul{
padding:0;
}

.contact_top_box .lft_cnt_box ul li{
padding-bottom:10px;
margin-bottom:0;
padding-left: 0;
}
.contact_top_box .lft_cnt_box ul li span.addr_icon {
background: #ffea00;
padding: 0;
border-radius: 50%;
display: inline-block;
width: 35px;
height: 35px;
vertical-align: middle;
text-align: center;
line-height: 36px;
color: #000000;
margin-right: 12px;
}
.contact_top_box .lft_cnt_box ul li span.addr_txt {
font-weight: 500;
display: inline-block;
vertical-align: middle;
}
.contact_top_box .rgt_cnt_box{
width:46%;
float:right;
}
.contact_top_box .rgt_cnt_box iframe{
height:353px;
display:block;
}
.contact_top_box .btn.btn-primary {
width: 100%;
display: block;
clear: both;
font-size: 23px;
line-height: 37px;
border-radius: 0;
}
.contact_top_box .btn.btn-primary i {
font-size: 28px;
display: inline-block;
vertical-align: middle;
margin-left: 13px;
margin-top: -5px;
}
.contact_form{
background:url(../images/team_bck.jpg) no-repeat left top;
background-size:cover;
padding-top:0;
}
.page-template-contact-page footer{
margin-top:0;
}
.contact_form .contact_form_inner {
background: #ffffff;
box-sizing: border-box;
float: none;
padding: 14px 20px;
width: 80%;
font-size: 13px;
line-height: 20px;
color: #303030;
font-weight: 400;
margin: 50px auto;
box-shadow: 0px 2px 6px rgb(0 0 0 / 20%);
}

.contact_form .resp-tabs-list li{
font-size:14px;
line-height:18px;
color:#595858;
font-weight:400;
padding:0 15px 0 0 !important;
font-family: 'Montserrat', sans-serif;
margin:0;
background:none !important;
float: none;
display: inline-block;
}

.contact_form .resp-tabs-list li span{
display:inline-block;
vertical-align:middle;
width: 130px;
}

.contact_form .resp-tabs-list li img{
display:inline-block;
vertical-align:middle;
margin-right:7px;
}

.contact_form .resp-tabs-list li img.brdr_icon2, .contact_form .resp-tabs-list li.resp-tab-active img.brdr_icon1{
display:none;
}

.contact_form .resp-tabs-list li.resp-tab-active img.brdr_icon2{
display:inline-block;
}

.contact_form .resp-tabs-list li.resp-tab-active{
padding-top:0 !important;
padding-left:0 !important;
padding-bottom:0 !important;
border:none !important;
margin:0 !important;
}

.contact_form .resp-tab-content{
padding:20px 0 0 0;
border:none;
overflow:hidden;
}

.contact_form_inner h2{
font-size:25px;
line-height:29px;
color:#ffffff;
font-weight:600;
text-transform:uppercase;
background:#207061 !important;
padding:12px 30px;
margin:-14px -20px 17px -20px;
}
.contact_form_inner h3{
font-size: 20px;
line-height: 24px;
color: #277161;
margin-bottom: 20px;
}
.contact_form input[type="text"], .contact_form input[type="email"], .contact_form input[type="tel"] {
border: 2px solid #a9a9a9;
border-radius: 1px;
margin-bottom: 20px !important;
background-color: transparent;
color: #a9a9a9;
display: block;
width: 100%;
padding: .375rem .75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.contact_form select{
background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23a9a9a9' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");

border: 2px solid #a9a9a9;
border-radius: 1px;
margin-bottom: 20px !important;
background-color: transparent;
color: #696767;
display: block;
width: 100%;
padding:8px 40px 8px 12px;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


.contact_form textarea{
border: 2px solid #a9a9a9;
border-radius: 1px;
margin-bottom: 20px !important;
background-color: transparent;
color: #a9a9a9;
display: block;
width: 100%;
padding: .375rem .75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
height:100px;
}
.contact_form input::-ms-input-placeholder,
.contact_form textarea::-ms-input-placeholder {
color: #a9a9a9;
}

.contact_form input::-ms-input-placeholder,
.contact_form textarea::-ms-input-placeholder {
color: #a9a9a9;
}
.contact_form input[type="submit"]{
display: inline-block;
padding: 8px 17px 8px;
margin: 0;
border-radius: 4px;
border: none;
font-family: 'Playfair Display', serif;
font-size: 15px;
font-weight: normal;
white-space: nowrap;
color: #000000;
text-align: center;
text-transform: capitalize;
background: #ffea00;
moz-transition: all .4s linear;
-o-transition: all .4s linear;
-webkit-transition: all .4s linear;
transition: all .4s linear;
line-height: 1;
box-shadow: 0 5px 0 #b9a300;
min-width: 140px;
}

.contact_form input[type="submit"]:hover,
.contact_form input[type="submit"]:focus{
background: #003b55;
color: #ffffff;
box-shadow: 0 5px 0 #001e2c;
}

.contact_form label.chk_label{
font-size:15px;
line-height:19px;
font-weight:300;
color:#525252;
display:block;
padding:11px 10px;
margin-bottom:7px;
border:1px solid #e2e2e2;
}

.contact_form .wpcf7-form p{
padding-bottom:0;
clear:both;
}
.contact_form .wpcf7-form p:empty, .contact_form .wpcf7-form p > br {
display: none;
}
.contact_form span.wpcf7-not-valid-tip {
color: #ff0000;
display: block;
font-size: 12px;
padding:0 5px;
font-weight: normal;
margin-bottom: 5px;
margin-top: -3px;
}
.contact_form  div.wpcf7-mail-sent-ok{
clear:both;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
clear:both;
}

.contact_form span.wpcf7-list-item, .hw_open_acnt_form span.wpcf7-list-item{
  display: inline-block;
  margin: 0 12px 9px 0;
  font-size:13px;
  line-height:17px;
  color:#737373;
}

.contact_form input[type=checkbox], .contact_form input[type=radio],
.hw_open_acnt_form input[type=checkbox], .hw_open_acnt_form input[type=radio] {
opacity: 0;
position: absolute; 
cursor: pointer;
display: inline-block;
margin: 5px;
vertical-align: middle;
}

.contact_form .wpcf7-list-item-label, .hw_open_acnt_form .wpcf7-list-item-label {
position: relative;
cursor: pointer;
display: inline-block;
margin: 5px;
vertical-align: middle;
}

.contact_form input[type=checkbox] + .wpcf7-list-item-label:before, .contact_form input[type=radio] + .wpcf7-list-item-label:before,
.hw_open_acnt_form input[type=checkbox] + .wpcf7-list-item-label:before, .hw_open_acnt_form input[type=radio] + .wpcf7-list-item-label:before {
content: '';
background: #fff;
border: 2px solid #ddd;
display: inline-block;
vertical-align: middle;
width: 24px;
height: 24px;
padding: 2px;
margin-right: 10px;
text-align: center;
}
.contact_form input[type=checkbox]:checked + .wpcf7-list-item-label:before,
.hw_open_acnt_form input[type=checkbox]:checked + .wpcf7-list-item-label:before {
content: "\f00c";
font-family: 'FontAwesome';
color: #6a6a6a;
}
.contact_form input[type=radio] + .wpcf7-list-item-label:before,
.hw_open_acnt_form input[type=radio] + .wpcf7-list-item-label:before {
border-radius: 50%;
}
.contact_form input[type=radio]:checked + .wpcf7-list-item-label:before,
.hw_open_acnt_form input[type=radio]:checked + .wpcf7-list-item-label:before {
content: "\f00c";
font-family: 'FontAwesome';
color: #6a6a6a;
}
.contact_form input[type=checkbox]:focus + .wpcf7-list-item-label, .radio-custom:focus + .radio-custom-label,
.hw_open_acnt_form input[type=checkbox]:focus + .wpcf7-list-item-label, .radio-custom:focus + .radio-custom-label{
outline: 1px solid #ddd; /* focus style */
}
.schiffgold_content {
background:#217062;
box-sizing: border-box;
margin: 0 auto 30px;
padding: 40px;
text-align: center;
width:100%;
font-weight:600;
max-width:780px;
}
.schiffgold_content > .wpb_wrapper{
background-color: #ffffff !important;
margin-bottom: 0 !important;
padding: 28px 30px !important;
}
.schiffgold_content .rd_mre{
background: #fde428;
box-sizing: border-box;
color: #003b57;
display: block;
font-size: 15px;
font-weight: 700;
line-height: 20px;
padding: 12px;
text-align: center;
text-transform: uppercase;
width: 216px;
margin:0 auto;
}
.schiffgold_content .rd_mre:hover{
background: #003b57;
color: #ffffff;
}
.schiffgold_content .sciff_body img{
display:block;
margin:0 auto;
}
.forms_list ul{
padding: 0;
}
.forms_list ul li ul {
padding: 10px 0 0 0;
}
.forms_list ul li {
padding: 0 0 10px 20px;
border-bottom: 1px solid #c6c6c6;
margin-bottom: 12px;
}
.forms_list ul li::before {
top: 10px;
}
.forms_list ul li:last-child{
border-bottom:none;
}
.forms_list ul li h3 {
font-size: 18px;
display: inline-block;
vertical-align: middle;
margin: 0;
}
.forms_list ul li p {
display: inline-block;
font-size: 22px;
vertical-align: middle;
margin: 0;
}
.forms_list ul li a.pdf_icon {
background: #ffea00;
padding: 0;
border-radius: 50%;
display: inline-block;
width: 35px;
height: 35px;
vertical-align: middle;
text-align: center;
line-height: 37px;
color: #000000;
margin-left: 7px;
font-size: 20px;
}
.forms_list ul li a.pdf_icon i{
margin-left:7px;
}
.page-id-186 .home_team_sec {
padding: 0;
}
.page-id-1383 .home_team_sec .team_lft h2,
.page-id-1396 .home_team_sec .team_lft h2{
color: #0c3c5a;
text-align: center;
margin-bottom: 30px;
}
.access_ur_accnt h5{
font-size:16px;
line-height:24px;
color:#002636;
font-weight:700;
padding-bottom:18px;
}

.access_ur_accnt h6{
font-size:15px;
line-height:20px;
color:#266f63;
font-weight:600;
padding-bottom:30px;
}
.inner_page ol{
counter-reset: section;
list-style-type: none;
padding-left: 10px;
}
.inner_page ol li ol{
margin-top:20px;
padding-left: 20px;
}
.inner_page ol li {
display: block;
margin-bottom: 12px;
padding-left: 0;
}
.inner_page ol li::before {
background: #0c3c5a;
border-radius: 0;
color: #ffffff;
counter-increment: section;
content: counters(section, ".") " ";
display: inline-block;
font-size: 15px;
font-weight: 500;
height: 20px;
line-height: 20px;
margin: 0 5px;
padding: 0 7px;
text-align: center;
width: auto;
}
.newslettesubcOuter .img_rgt{
margin-left:15px;
margin-bottom:15px;
width:35%;
float:right;
}
.newslettesubcOuter .img_rgt img{
margin-top:10px;
}
.newsletterRgt > .vc_column-inner{
background:url(../images/about_info-min.jpg) no-repeat left top;
padding:44px 35px !important;
box-sizing:border-box;
background-size:cover;
}
.newsletterRgt{
padding-left: 40px !important;
}
.newsletterRgt > .vc_column-inner > .wpb_wrapper{
background:#ffffff;
padding:23px 21px;
box-sizing:border-box;
}
.newsletterRgt .wpcf7-checkbox span.wpcf7-list-item {
color: #323232;
display:block;
font-size: 14px;
line-height: 18px;
margin: 0 0 15px 0;
font-weight:400;
}
.newsletterRgt input[type=checkbox], .newsletterRgt input[type=radio] {
opacity: 0;
position: absolute; 
cursor: pointer;
display: inline-block;
margin: 5px;
vertical-align: middle;
}
.newsletterRgt .wpcf7-list-item-label {
position: relative;
cursor: pointer;
display: inline-block;
margin: 5px;
vertical-align: middle;
}
.newsletterRgt input[type=checkbox] + .wpcf7-list-item-label:before, .newsletterRgt input[type=radio] + .wpcf7-list-item-label:before {
content: '';
background: #fff;
border: 2px solid #ddd;
display: inline-block;
vertical-align: middle;
width: 24px;
height: 24px;
padding: 2px;
margin-right: 10px;
text-align: center;
}
.newsletterRgt input[type=checkbox]:checked + .wpcf7-list-item-label:before {
content: "\f00c";
font-family: 'FontAwesome';
color: #6a6a6a;
}
.newsletterRgt input[type=radio] + .wpcf7-list-item-label:before {
border-radius: 50%;
}
.newsletterRgt input[type=radio]:checked + .wpcf7-list-item-label:before {
content: "\f00c";
font-family: 'FontAwesome';
color: #6a6a6a;
}
.newsletterRgt input[type=checkbox]:focus + .wpcf7-list-item-label, .radio-custom:focus + .radio-custom-label {
outline: 1px solid #ddd; /* focus style */
}
.newsletterRgt input[type="text"], .newsletterRgt input[type="email"], .newsletterRgt input[type="tel"] {
border: 2px solid #a9a9a9;
border-radius: 1px;
margin-bottom: 20px !important;
background-color: transparent;
color: #696767;
display: block;
width: 100%;
padding: .375rem .75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.newsletterRgt select{
background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23a9a9a9' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");

border: 2px solid #a9a9a9;
border-radius: 1px;
margin-bottom: 20px !important;
background-color: transparent;
color: #696767;
display: block;
width: 100%;
padding: .375rem .75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.newsletterRgt input::-ms-input-placeholder,
.newsletterRgt textarea::-ms-input-placeholder {
color: #a9a9a9;
}
.newsletterRgt input[type="submit"]{
display: inline-block;
padding: 8px 17px 8px;
margin: 0;
border-radius: 4px;
border: none;
font-family: 'Playfair Display', serif;
font-size: 15px;
font-weight: normal;
white-space: nowrap;
color: #000000;
text-align: center;
text-transform: capitalize;
background: #ffea00;
moz-transition: all .4s linear;
-o-transition: all .4s linear;
-webkit-transition: all .4s linear;
transition: all .4s linear;
line-height: 1;
box-shadow: 0 5px 0 #b9a300;
min-width: 140px;
}

.newsletterRgt input[type="submit"]:hover,
.newsletterRgt input[type="submit"]:focus{
background: #003b55;
color: #ffffff;
box-shadow: 0 5px 0 #001e2c;
}
.newsletterRgt h4{
font-size:20px;
line-height:24px;
color:#003950;
text-transform:capitalize;
font-weight:600;
padding-bottom:10px;
}
.newsletterRgt h5{
font-size:16px;
line-height:20px;
color:#003950;
text-transform:capitalize;
font-weight:600;
padding-bottom:11px;
}
.newsletterRgt span.wpcf7-not-valid-tip {
clear: both;
font-size: 12px;
margin-top: -8px;
}
.lg_box {
color: #000000;
margin-bottom: 20px !important;
font-size: 15px;
}
.lg_box strong {
color: #277161;
font-size: 14px;
margin-bottom:10px;
display:block;
}
.lg_box br{
display:none;
}
.lg_box a {
background: #277161;
padding: 4px 7px;
font-size: 12px;
color: #fff;
font-weight: 500;
border-radius: 4px;
line-height: 16px;
display:inline-block;
}
.dark_bck ul li::before{
color:#ffea00;
}
.abt_btm_blk{
margin-bottom:40px;
}
.abt_btm_blk .vc_column-inner > .wpb_wrapper {
padding: 35px 30px;
}
.abt_btm_blk  h3.wthbck_txt {
background: #ffffff;
font-family: 'Poppins', sans-serif;
color: #024738;
text-transform: uppercase;
font-size: 21px;
display: inline-block;
padding: 2px 4px;
margin-bottom: 0;
font-weight: 500;
}
.abt_btm_blk ul, .abt_btm_blk ul li:last-child{
padding-bottom:0;
}
.textWhite ul li::before{
color: #ffffff;
}
.home_team_sec .key_hdng h3 {
color: #277161;
}
.metal_section table.dataTable thead th {
color: #2d2d2d;
}
.sjb-page .filters-form label,
.sjb-page .sjb-filters.sjb-filters-v1 .form-control{
color: #2d2d2d;
}
.sjb-filters input::placeholder {
color: #2d2d2d;
opacity: 1;
}
.sjb-filters input::-ms-input-placeholder{
color: #2d2d2d;
}
.sjb-page .list-data.jobDetail .job-info h4 a,
.sjb-page .list-data.jobDetail .job-location,
.sjb-page .list-data.jobDetail .job-date{
color: #ffffff !important;
}
.sjb-page  label.sr-only {
position: relative;
width: auto;
height: auto;
clip: auto;
font-size: 20px;
display: block;
color: #ffffff;
overflow: visible;
font-size:0;
line-height:0;
}
.iti__country-name, .iti__dial-code {
color: #2d2d2d !important;
}
.twentytwelve .sjb-page .sjb-detail .jobpost-form .file div, 
.twentytwelve .sjb-page .sjb-detail .jobpost-form .file:hover div{
font-size: 0;
line-height: 0;
color: #2d2d2d !important;
}



.header_top .hdr_top_rgt ul li::before, .navigation ul li::before, ul.sub-menu li::before,
.footer_nav ul li::before, .news_holder_first ul li::before, 
.home_first_sec .icon-list-box ul li::before,
.navright ul li::before, .right_widget_nwsletter ul li::before, 
.branch_office .resp-tabs-list li::before, ul.icon_box li::before,
.dwnld_pdf_box ul li::before, .contact_top_box .lft_cnt_box ul li::before,
.contact_form .resp-tabs-list li::before, .sidr ul li::before,
.home_news_sec .bxslider li::before, .list-inline li::before {
display:none;
}
.navigation ul li.mobile_close {
display: none;
}
.sidr {
background: #0c3c5a;
color:#ffffff;
padding:0;
z-index:9999;
font-size: 16px;
font-weight: 400;
line-height: 18px;
text-transform: uppercase;
border-left:6px solid #008468;
width:300px;
letter-spacing: 0;
}
.sidr .sidr-inner {padding:63px 18px 18px 18px !important;height:auto;}
.sidr  ul{margin:0;padding:0;}
.sidr ul li{
padding: 0 0 16px 0;
margin: 0 0 20px 0;
background: none;
border-bottom:1px solid rgba(255,255,255,0.3);
position:relative;
}
.sidr ul li ul li {
line-height: 16px;
font-size: 12px;
background:url(../images/menu_arrw.png) no-repeat left 3px;
border-bottom:1px solid rgba(255,255,255,0.3);
}
.sidr ul li ul.sidr-class-sub-menu{margin-top:15px;margin-bottom:5px;}
.sidr ul li ul li a, .sidr ul li ul li span {padding-left: 20px;color: #ffffff;}
.sidr ul li ul li:hover, .sidr ul li ul li.active, .sidr ul li ul li.sidr-class-active{line-height: 16px;}
.sidr ul li ul li:last-child {border-bottom: none;margin-bottom: 0;padding-bottom: 0;}
.sidr-class-mb_close_btn{display:none;}
.sidr ul li a, .sidr ul li span{padding:0;color:#ffffff;}
#mobile-header {display: none;float: none;margin-left: 0;}
#mobile-header.sidr-open.sidr-main-open .on{display:none;}
#mobile-header .off{display:none;}

.sidr .sidr-class-mobile_close {
display: block;
position: absolute;
z-index: 9999999;
top: 10px;
right: 10px;
background: url(../images/close_btn.png) no-repeat center center;
padding: 0;
border-radius: 0;
color: #000000;
font-size: 0;
width: 40px;
height: 40px;
border: none;
margin:0;
}
.sidr .sidr-class-mobile_close a{
width:40px;
height:40px;
display:block;
padding:0;
}
.sidr .sidr-inner .active .sidr-class-dropIc, .sidr-class-dropIc {
position: absolute;
right: 0;
height: 40px;
width: 40px;
top: -10px;
cursor: pointer;
background: url(../images/arrow_icon_dwn.png) no-repeat center center;
}
.sidr ul li a:focus {
outline: 2px solid #008468 !important;
outline-offset: -2px !important;
}

.popup-overlay a{color:#fff;text-decoration:underline}
.popup-overlay {
position: fixed;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(1, 56, 94, 0.9);
width: 100%;
text-align: center;
padding: 1rem;
z-index: 999;
color: #fff;
font-size: 15px;
}
.popup-overlay a.submit {
display: inline-block;
}

/******************Responsive****************/
@media screen and (max-width:1450px){

}
@media screen and (max-width:1200px){
.home_team_sec .team_lft > div {
padding: 50px 40px 40px;
}
.team_rgt > .vc_column-inner > div {
width: 90% !important;
margin: 0 auto;
}
.team_rgt > .vc_column-inner {
padding-top: 50px;
}
.home_news_sec .bx-wrapper {
width: 80%;
}
.pagination_link{
margin-bottom:25px;
}
.navigation ul li a{
padding-right: 16px;
}
.navigation ul li.menu-item-has-children a {
padding-right: 29px;
}
.navigation {
font-size: 15px;
line-height: 20px;
}
}
@media screen and (max-width: 900px){
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, 
.col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, 
.col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, 
.col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, 
.col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, 
.col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, 
.col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, 
.col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, 
.col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, 
.col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto,

.vc_col-lg-1, .vc_col-lg-10, .vc_col-lg-11, .vc_col-lg-12, .vc_col-lg-2, .vc_col-lg-3, 
.vc_col-lg-4, .vc_col-lg-5, .vc_col-lg-6, .vc_col-lg-7, .vc_col-lg-8, .vc_col-lg-9, 
.vc_col-md-1, .vc_col-md-10, .vc_col-md-11, .vc_col-md-12, .vc_col-md-2, .vc_col-md-3, 
.vc_col-md-4, .vc_col-md-5, .vc_col-md-6, .vc_col-md-7, .vc_col-md-8, .vc_col-md-9, 
.vc_col-sm-1, .vc_col-sm-10, .vc_col-sm-11, .vc_col-sm-12, .vc_col-sm-2, .vc_col-sm-3, 
.vc_col-sm-4, .vc_col-sm-5, .vc_col-sm-6, .vc_col-sm-7, .vc_col-sm-8, .vc_col-sm-9, 
.vc_col-xs-1, .vc_col-xs-10, .vc_col-xs-11, .vc_col-xs-12, .vc_col-xs-2, .vc_col-xs-3, 
.vc_col-xs-4, .vc_col-xs-5, .vc_col-xs-6, .vc_col-xs-7, .vc_col-xs-8, .vc_col-xs-9{
width:100% !important;
flex: 0 0 100% !important;
max-width: 100% !important;
}
#mobile-header {
display: inline-block;
margin-left: 0;
vertical-align: middle;
margin-top: 0;
font-size: 24px;
width: auto;
line-height: 1;
}
#mobile-header a {
color: #018abe;
display: block;
}
#mobile-header a .mobile_menu{
color: #fff;
display: block;
background: #0c3c5a;
padding: 8px 9px 7px 9px;
border-radius: 3px;
}
#mobile-header a span.mobile_menu {
font-size: 0;
}
#mobile-header a span.mobile_menu i{
font-size: 24px;
}
#mobile-header a:focus {
outline: 2px dotted #ffffff !important;
outline-offset: -2px !important;
}
.navigation{
display:none !important;
}
.header_top h1.logo {
max-width: 180px;
display: inline-block;
vertical-align: middle;
}
.hdr_top_rgt li.list-inline-item:nth-child(1) a,
.hdr_top_rgt li.list-inline-item:nth-child(1) a small {
font-size: 0;
}
.hdr_top_rgt li.list-inline-item:nth-child(1){
font-size: 0;
line-height: 0;
}
.hdr_top_rgt span.ph-icon {
margin-right: 12px;
font-size: 21px;
vertical-align: middle;
line-height: 24px;
}
.header_top .col-md-2.hdr_lft {
width: 30% !important;
max-width: 30% !important;
flex: 0 0 30% !important;
}
.header_top .col-md-10.hdr_rgt {
width: 70% !important;
max-width: 70% !important;
flex: 0 0 70% !important;
}
.hdr_top_rgt li.list-inline-item:nth-child(2) a.btn.btn-primary,
.hdr_top_rgt li.list-inline-item:nth-child(3) a.btn.btn-primary {
font-size: 0;
box-shadow: none;
border-radius: 4px;
width: 40px;
height: 40px;
padding: 0;
min-width: inherit;
}
.hdr_top_rgt li.list-inline-item:nth-child(2) a.btn.btn-primary .btn_icon,
.hdr_top_rgt li.list-inline-item:nth-child(3) a.btn.btn-primary .btn_icon {
font-size:23px;
line-height:40px;
color:#0c3c5a;
}
.hdr_top_rgt li.list-inline-item:nth-child(3) a.btn.btn-primary .btn_icon{
color: #ffffff;
font-size:21px;
}
.hdr_top_rgt li.list-inline-item {
vertical-align: middle;
}
.banner {
height: 300px;
background-size: cover;
}
.banner .container{
top: 65%;
}
.banner h2 {
font-size: 42px;
}
.home_first_sec .vc_col-sm-6:nth-child(1) {
padding-right: 0;
border-bottom: 1px solid #d2d2d1;
border-right: none;
padding-bottom: 30px;
margin-bottom: 30px;
}
.home_first_sec .icon-list-box ul li{
max-width:inherit;
}
.home_first_sec .vc_col-sm-6:nth-child(2) {
padding-left: 0;
}
.economic_txt_lft > .vc_column-inner > .wpb_wrapper {
max-width: inherit;
float: none;
margin-right: 0;
margin-bottom:30px;
}
.home_first_sec {
padding: 60px 0 30px 0;
}
.home_news_sec .bx-wrapper {
width: 100%;
}
.home_team_sec .team_lft h2, .home_team_sec .team_lft h3, .home_team_sec .team_lft p {
text-align: left;
}
.team_rgt > .vc_column-inner > div {
width: 100% !important;
margin: 0 auto;
}
.back-to-top {
width: 50px;
height: 50px;
line-height: 50px;
}
.team_list {
margin: 0 0px 20px 0 !important;
max-width: inherit;
width: 100%;
}
.home_team_sec .team_lft {
margin-top: 30px;
}

.header_top.smaller{
position:relative;
background: transparent;
box-shadow: none;
}
.hdr_top_rgt li.list-inline-item:nth-child(1){
margin-right: 10px;
}

.branch_office ul.resp-tabs-list{ display:none;}
.branch_office h2.resp-accordion{ font-size: 15px;
text-transform: uppercase;
font-family: 'Poppins', sans-serif;
font-weight: 600;}
.branch_office h2.resp-accordion span.tab_icon {
font-size: 16px;
display: inline-block;
vertical-align: middle;
margin-right: 10px;
}
.branch_office h2.resp-accordion img{ float:left; margin-right:15px;}
.branch_office h2.resp-accordion img.tab_hv{ display:none;}


.branch_office h2.resp-accordion.resp-tab-active{ background:#217162 !important; color:#fff; border-color:#217162 !important;} 
.branch_office h2.resp-accordion.resp-tab-active .resp-arrow{border-bottom-color:#fff;}
.branch_office h2.resp-accordion.resp-tab-active img.tab_nm{ display:none;}
.branch_office h2.resp-accordion.resp-tab-active img.tab_hv{ display:block;} 

.branch_office .resp-tab-content{ border:1px solid #c1c1c1 !important; padding:0 !important;}
.branch_office .resp-tab-content .addr_details{ padding: 20px 20px 30px;}

.branch_office .management_box .team_box{ width: calc(33.3% - 12px); margin-top:10px; margin-left: 6px;
margin-right: 6px;}
.branch_office .management_box .team_box:nth-child(4n){
margin-right: 6px;
}
.branch_office .mgmt + .mgmt{ margin-top:20px;}
.branch_office .addr_details .addr_details_rgt span.addr_txt {
width: calc(100% - 50px);
}
.branch_office .addr_details_rgt{
margin-top:25px;
}
.management_box{
margin-top:5px;
}
.branch_office h2.resp-accordion {
display: block;
}
.contact_form_inner h2.resp-accordion {
color: #303030;
font-size: 14px;
padding: 5px 10px;
margin: 0 0 4px;
border: none !important;
font-family: 'Poppins', sans-serif;
}
.contact_form_inner h2.resp-accordion.resp-tab-active{ background:#217162 !important; color:#fff; border-color:#217162 !important;} 
.contact_form_inner h2.resp-accordion .resp-arrow{display:none !important; }
.contact_form_inner h2.resp-accordion img{ float:right; margin-top: 5px;}
.contact_form_inner h2.resp-accordion img.brdr_icon2{display:none;}
.contact_form_inner h2.resp-accordion.resp-tab-active img.brdr_icon2{display:block;}
.contact_form_inner h2.resp-accordion.resp-tab-active img.brdr_icon1{display:none;}
.contact_form_inner .resp-tab-content{ border:none !important; padding:20px 10px !important;}
.service_block_box .blk_txt {
min-height: inherit;
}
.contact_form .contact_form_inner {
padding: 14px 20px;
width: 100%;
font-size: 13px;
line-height: 20px;
margin: 30px auto;
}
.service_lwr_blk .service_block_box, .abt_lft_bck .wpb_wrapper, .abt_rgt_bck .wpb_wrapper {
margin-bottom:30px !important;
}
.service_lwr_blk .vc_col-sm-3:last-child .service_block_box {
margin-bottom: 0 !important;
}
.abt_lft_bck .wpb_wrapper,
.abt_rgt_bck .wpb_wrapper,
.abt_btm_blk .vc_column-inner > .wpb_wrapper {
padding: 25px 20px;
min-height: inherit;
}
.rq_form {
padding: 20px;
margin: 0 auto;
width: 92%;
}
.gld_lft, .gld_rgt {
float: none;
width: 100%;
}
.dwnld_pdf_box ul li {
width: 100%;
margin-right: auto;
margin-bottom: 30px;
margin-left: auto;
}
.search_box select.form-select {
margin-bottom: 20px;
}
.sjb-page .sjb-listing header {
display: none !important;
}
.pe-5 {
padding-right: calc(var(--bs-gutter-x) * .5) !important;
}
.mngmnt_details img.team_img{
margin-bottom:20px;
}
.right_widget_nwsletter ul li{
margin-bottom:10px;
}
.schiffgold_content {
width: 94%;
max-width: inherit;
padding: 20px;
}
.small_txt {
padding-left: 15px;
padding-right: 15px;
}
.forms_list .vc_custom_1669282830560 {
margin-bottom: 0px !important;
}
.newsletterRgt {
padding-left: 0px !important;
}
}
@media screen and (max-width: 767px){
.banner.inner_banner {
margin-bottom: 30px;
}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
margin-bottom: 20px;
}
.service_mfund_box h3 {
font-size: 20px;
margin-bottom: 20px;
line-height: 24px;
}
.gold_img_bck {
min-height: inherit;
}
.gld_rgt img {
width: 100%;
margin-top: 20px;
margin-bottom: 20px !important;
}
.dwnld_pdf_box ul {
margin-bottom: 12px;
}
.banner.inner_banner {
height: 260px;
}
.home_first_sec {
padding: 30px 0 30px 0;
}
.contact_top_box {
width: 100%;
margin: 0 auto 40px auto;
overflow: hidden;
}
.contact_top_box .lft_cnt_box {
width: 100%;
float: none;
padding: 20px;
}
.contact_top_box .rgt_cnt_box {
width: 100%;
float: none;
padding: 0;
}
.contact_form .contact_form_inner {
margin:50px auto 50px auto;
}
.abt_frm_blk .contact_form .contact_form_inner {
width: 85% !important;
}
.abt_frm_blk .contact_form .contact_form_inner .vc_column-inner {
padding: 10px 0!important;
}
.contact_form select, .contact_form textarea, .contact_form input[type="text"], 
.contact_form input[type="email"], .contact_form input[type="tel"]{
font-size:12px;
}
.container-fluid {
padding-right: var(--bs-gutter-x,.75rem) !important;
padding-left: var(--bs-gutter-x,.75rem) !important;
}
.container>.vc_column_container>.vc_column-inner,
.container-fluid>.vc_column_container>.vc_column-inner {
padding-left: 0px;
padding-right: 0px;
}
.vc_section {
margin-left: 0px !important;
margin-right: 0px !important;
padding-left: 0 !important;
padding-right: 0px !important;
}
.small_txt {
padding-left: 0;
padding-right: 0;
}
.schiffgold_content, .home_team_sec .vc_column-inner.vc_custom_1667995005149 img {
width: 100%;
}
.home_team_sec .vc_column-inner.vc_custom_1667995005149 {
padding: 20px;
}
.home_team_sec .team_lft .wpb_single_image, .wpb_single_image .vc_figure, .home_team_sec .wpb_single_image .vc_single_image-wrapper {
display: block;
}
.newsletterRgt > .vc_column-inner{
padding:20px;
}
.header_top .col-md-2.hdr_lft {
width: 50% !important;
max-width: 50% !important;
flex: 0 0 50% !important;
}
.header_top .col-md-10.hdr_rgt {
width: 50% !important;
max-width: 50% !important;
flex: 0 0 50% !important;
}
.hdr_top_rgt li.list-inline-item{
margin-right: 3px !important;
}
.hdr_top_rgt li.list-inline-item:nth-child(2) a.btn.btn-primary, 
.hdr_top_rgt li.list-inline-item:nth-child(3) a.btn.btn-primary{
width:35px;
height:35px;
}
.hdr_top_rgt li.list-inline-item:nth-child(2) a.btn.btn-primary .btn_icon, 
.hdr_top_rgt li.list-inline-item:nth-child(3) a.btn.btn-primary .btn_icon {
font-size: 20px;
line-height: 35px;
color: #0c3c5a;
}
.hdr_top_rgt li.list-inline-item:nth-child(3) a.btn.btn-primary .btn_icon{
font-size: 18px;
line-height: 35px;
color: #ffffff;
}
#mobile-header a .mobile_menu {
padding: 8px 9px 5px 9px;
}
#mobile-header {
font-size: 20px;
}
.hdr_top_rgt span.ph-icon {
margin-right: 6px;
margin-top: 0px;
font-size: 19px;
vertical-align: middle;
line-height: 22px;
}
.home_team_sec .container-fluid {
padding-left: 0px;
padding-right: 0px;
margin-left: 0;
margin-right: 0;
}
}
@media screen and (max-width: 600px){
.banner h2 {
font-size: 30px;
}
body{
font-size:14px;
}
.header_top .col-md-3.hdr_lft {
width: 45% !important;
max-width: 45% !important;
flex: 0 0 45% !important;
}
.header_top .col-md-9.hdr_rgt {
width: 55% !important;
max-width: 55% !important;
flex: 0 0 55% !important;
}
.general_head_txt h2, h2, .contact_top_box h2, .contact_form_inner h2 {
font-size: 20px;
}
.general_head_txt h3, h3 {
font-size: 18px;
}
.newsletterRgt h4, h4, .general_head_txt h4{
font-size: 16px;
}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
margin-bottom: 20px;
}
main.inner_page, .sjb-page {
margin-bottom: 40px;
}
.btn_wrapper a.btn.btn-primary {
display: block;
margin: 15px 0;
}
.contact_top_box .btn.btn-primary {
font-size: 16px;
line-height: 25px;
}
.contact_top_box .btn.btn-primary i {
font-size: 15px;
display: inline-block;
vertical-align: middle;
margin-left: 6px;
margin-top: -1px;
}
ul.icon_box li span.icon_txt {
width: calc(100% - 60px);
font-size: 14px;
line-height: 18px;
}
ul.icon_box li {
margin: 0 0 15px 0;
display: block;
}
.mngmnt_details h6.mngmnt_designation{
font-size: 14px;
}
.mngmnt_details p.mail span.mngmnt_icon, .mngmnt_details p.phone span.mngmnt_icon {
width: 30px;
height: 30px;
line-height: 31px;
}
.contact_top_box .lft_cnt_box ul li span.addr_txt {
width: calc(100% - 60px);
}
.mb-ng {
margin-bottom: -40px !important;
}
}
@media only screen and (max-device-width: 568px) and (orientation : landscape) {

}
@media screen and (max-width: 360px){

.banner h2 {
font-size: 25px;
}
#mobile-header a .mobile_menu {
background: #fff;
padding: 2px 5px;
border-radius: 2px;
}
#mobile-header{
font-size: 20px;
}
}