@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
	src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'Georgia';
    src: url('../Georgia-Italic.eot');
    src: url('../Georgia-Italic.eot?#iefix') format('embedded-opentype'),
        url('../Georgia-Italic.woff2') format('woff2'),
        url('../Georgia-Italic.woff') format('woff'),
        url('../Georgia-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

#sgpb-popup-dialog-main-div{
  box-shadow:0 0 0 !important;
  background: url("../images/popup-background.jpg") !important;
}

.css-events-list table.events-table td{
padding:15px 0 !important;
}
.events-table a{
color: #333;
font-size:20px;
font-weight:700;
}
.events-table td img{
width:150px;
margin-right: 20px;
}
* {
	margin: 0;
	padding: 0;
	outline: none
}
.archive #sidebar{
display:none;
}
.archive .serv-innr{
margin-bottom:40px;
}
.archive .archive-title{
margin-bottom:35px;
}
.archive .fourcol.lastcol{
   -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border-radius: 7px;
    padding:30px;
}
#em-wrapper{
width:100%;
}
.archive .fourcol.lastcol h5 a{
text-transform:uppercase;
color: #005443;
padding-bottom:30px;
display:block
}
.archive .fourcol.lastcol h3 a{
color: #005443;
padding-bottom:10px;
display:block;
font-size:18px;
}

.archive .fourcol.lastcol p{
margin-bottom:30px;
}

ul,
ol {
	list-style: none;
}
.career_meeting_sec p a {
    color: #005443 !important;
}
button,
input[type='submit'],
input[type='reset'],
a {
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
.form-control:focus {
    border:0;
    outline:none;
    -webkit-box-shadow: none;
            box-shadow: none;
}

::-moz-selection {
	color: #ffd6e9;
	background: #3399ff;
}

::selection {
	color: #ffd6e9;
	background: #3399ff;
}

::-moz-selection {
	color: #ffd6e9;
	background: #3399ff;
}

::placeholder {
	color: #e4e4e4;
	font-size: 16px;
}

::-webkit-input-placeholder {
	color: #e4e4e4;
	font-size: 16px;
}

:-ms-input-placeholder {
	/* IE 10+ */
	color: #e4e4e4;
	font-size: 16px;
}

:-moz-placeholder {
	/* Firefox 18- */
	color: #e4e4e4;
	font-size: 16px;
}


textarea::-webkit-input-placeholder {
	color: #e4e4e4;
	font-size: 16px;
}

textarea:-moz-placeholder {
	/* Firefox 18- */
	color: #e4e4e4;
	font-size: 16px;
}

textarea::-moz-placeholder {
	/* Firefox 19+ */
	color: #333333;
}

textarea:-ms-input-placeholder {
	color: #e4e4e4;
	font-size: 16px;
}

body {
	font-weight: normal;
	line-height: normal;
    background: #fff;
	font-size: 16px;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
}

*:focus {
	outline: none;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

img {
	max-width: 100%;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}

a {
	color: #fff;
	outline: none !important;
	border: none;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	vertical-align: middle;
}
img {
    transition: all 0.6s;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	-ms-transition: all 0.6s;
}
a:hover,
a:focus {
	text-decoration: none;
	color: #123457;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: normal;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

img {
	border: none;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

p {
	margin: 0;
	padding: 0;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.navbar {
	border-radius: 0;
	margin-bottom: 0;
	padding: 0;
}

.nav>li>a:hover,
.nav>li>a:focus {
	background-color: transparent;
}

p {
	color: #5a5a5a;
}

.container-fluid {
	padding: 0 190px;
}
.logo_area {
	width: 263px;
}

.collapse.navbar-collapse.top_nav {
    display: block;
}
ul.navbar-nav li {
    transition: all 0.5s;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s;
    margin-right: 36px;
}
ul.navbar-nav li:last-child {
    margin-right: 0;
}
ul.navbar-nav li a {
	color: #232222;
	font-size: 20px;
	line-height: 1;
	text-transform: uppercase;
	padding: 0;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 700;
	position: relative;
	padding: 0 !important;
}
ul.navbar-nav li a::before {
	position: absolute;
	content: '';
	background: #00422f;
	height: 2px;
	width: 0;
	left: 0;
	transition: all 0.6s;
}
ul.navbar-nav li  a:before {
    bottom:-6px;
}
ul.navbar-nav li a:hover, ul.navbar-nav li.current-menu-item a, ul.navbar-nav li a:focus {
	color: #005443 !important;
}
ul.navbar-nav li  a:hover:before,ul.navbar-nav li.current-menu-item  a:before,ul.navbar-nav li  a:focus:before {
    width: 100%;
}
.navbar {
    padding: 0;
}
.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}
/***hdr fix ****/
/*
.hdr_fix {
	left: 0;
	right: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
	transition: all 0.5s;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	background: #fff;
	animation: slide-down 0.7s;
	-ms- animation: slide-down 0.7s;
	-webkit- animation: slide-down 0.7s;
	box-shadow: 0 5px 20px rgba(0,0,0,.2);
    padding: 10px 0;
}
@keyframes slide-down{0%{opacity:0;transform:translateY(-100%);-moz-transform:translateY(-100%);-webkit-transform:translateY(-100%);-o-transform:translateY(-100%);-ms-transform:translateY(-100%);}
100%{opacity:0.9;transform:translateY(0);-moz-transform:translateY(0);-webkit-transform:translateY(0);-o-transform:translateY(0);-ms-transform:translateY(0);}
}
.hdr_fix .logo-sec {
	width: 170px;
}

*/

/*header*/
/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.23, autoprefixer: v9.7.3) */

.hdr-top {
    background: #818181;
    padding: 5px 0;
}
.hdr-top-outr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.hdr-top-list {
    margin-right: 45px;
}
.hdr-top-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 -17px;
}
.hdr-top-list ul li {
    padding: 0 17px;
    border-right: 1px solid #a7a7a7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.hdr-top-list ul li em {
    margin-right: 10px;
}
.hdr-top-list ul li:last-child {
    border-right: 0;
}
.hdr-top-list ul li,.hdr-top-list ul li a {
    color:#fff;
    font-size: 18px;
    font-family: 'Nunito Sans', sans-serif;
	font-weight: 700;
}
.hdr-top-list ul li a:hover {
    color:#00422f;
}
.hdr-top-list ul li address {
    margin: 0;
}
.hdr-top-innr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; 
}
.hdr-social-list {
    margin-left: 28px;
}
.hdr-social-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; 
}
.hdr-social-list ul li {
    margin-right: 11px;
}
.hdr-social-list ul li:last-child {
    margin-right: 0;
}
.hdr-social-list ul li .fa {
    width: 39px;
    height: 39px;
    border-radius: 100%;
    border:1px solid #fff;
    color:#fff;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.hdr-social-list ul li .fa:hover {
    -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
            transform: rotate(360deg);
}
.hdr-social-list ul li .fa-facebook:hover {
    background: #3b5998 ;
    border-color:#3b5998 ;
}
.hdr-social-list ul li .fa-linkedin:hover {
    background: #007bb5;
    border-color:#007bb5;
}
.hdr-social-list ul li .fa-twitter:hover {
    background: #00acee;
    border-color:#00acee;
}
.hdr-social-list ul li .fa-instagram:hover {
    background: #3f729b;
    border-color:#3f729b;
}
.hdr-top-btn .commn-btn span  {
    padding: 13px 49px;  
    font-size: 18px;
    width: auto;
}
.orng-bdr.commn-btn span::before, .orng-bdr.commn-btn span::after {
	border-top-color: #dd8f20;
	border-bottom-color: #dd8f20;
}
.orng-bdr.commn-btn span:hover:before,.orng-bdr.commn-btn span:hover:after {
    border-top-color:#005443;
    border-bottom-color:#005443;
} 
.commn-btn {
    border-color: transparent;
    border: 0;
    background: none;
    border-radius: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.commn-btn span:after ,.commn-btn span:before {
    position: absolute;
    content: '';
    left:0;
    right:0;
    margin: auto;
}

.commn-btn span:before {
    border-top:1px solid #dd8f20;
    top:-5px;
}
.commn-btn span:after {
    border-bottom:1px solid #dd8f20;
    bottom: -5px;
}
.commn-btn:hover {
    background: transparent;
}
.commn-btn span {
	padding: 27px 60px;
	width: 320px;
	background: #dd8f20;
	line-height: 1;
	font-size: 20px;
	color: #fff;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
	position: relative;
}
.commn-btn:hover span {
    background: #00422f;
}
.cus_nav_outr {
	padding: 17px 0;
}
.dropdown:hover .dropdown-menu {
    display: block;
}
.dropdown-menu {
    margin-top: 6px;
    background: #fff;
    border:0;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
            box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border-radius: 0;
    padding: 10px;
}
.dropdown-menu  a {
    padding: 5px 0!important;
    margin-bottom: 10px;
}
.dropdown-menu  a:hover {
    background: none;
}
.dropdown-menu  a:last-child {
    margin-bottom: 0;
}

/*banner-section*/
.banner-section {
    position: relative;
}
.ban-pic img {
    width: 100%;
}
.banner-outr {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
}
.banner-innr h1 {
    color:#ffffff;
    font-size: 75px;
    font-family: 'Nunito Sans', sans-serif;
	font-weight: 700;
    text-transform: uppercase;
    line-height: 90px;
    position: relative;
    margin-bottom: 10px;
}
.banner-innr h1:after {
    position: absolute;
    content: '';
    background: #fff;
    height: 2px;
    width: 230px;
    left:0;
    bottom: 0;
}
.banner-innr p {
    color:#ffffff;
    font-size: 24px;
    font-family: 'Nunito Sans', sans-serif;
	font-weight: 700;
    line-height: 34px;
   width: 45%;
}
.ban-btn {
    margin-top: 42px;
}

/*our-focus-sec*/
.commn-outr {
    padding: 70px 0;
}
.cmn_hdr h4 {
	color: #dd8f20;
	font-size: 24px;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 600;
}
.cmn_hdr h2 {
    color:#232222;
    font-size: 60px;
    font-family: 'Nunito Sans', sans-serif;
	font-weight: 700;
    line-height: 65px;
}
.cmn_hdr {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 50px;
}
.our-goal-top .cmn_hdr:after {
    position: absolute;
    content: '';
    background: #dd8f20;
    width: 55px;
    height: 3px;
    left:50%;
    transform: translate(-50%, 0%);
    right:0;
    bottom: 0;
    margin: auto;
}
.our-goal-top .cmn_hdr{
margin-bottom:22px;
}
.our-goal-top .cmn-para{
padding-bottom:30px;
}

.cmn_hdr:after {
    position: absolute;
    content: '';
    background: #dd8f20;
    width: 55px;
    height: 3px;
    left:0;
    right:0;
    bottom: 0;
    margin: auto;
}
.our-focus-innr {
    height: 100%;
    background: #ffffff;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
            box-shadow: 0 0 10px rgba(0,0,0,0.1);
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    border-bottom: 3px solid #005443;
}
.our-focus-innr:hover {
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
            box-shadow: 0 0 10px rgba(0,0,0,0.3);
    border-bottom: 3px solid #dd8f20;
}
.our-focus-pic img {
    width: 100%;
}
.our-focus-txt {
    padding: 20px 30px 35px;
}
.our-focus-txt h3 {
    color:#232222;
    font-size: 30px;
    font-family: 'Nunito Sans', sans-serif;
	font-weight: 700;
    margin-bottom: 10px;
}
.our-focus-txt p {
    color:#3d3d3d;
    font-size: 20px;
    font-family: 'Nunito Sans', sans-serif;
	font-weight: 300;
    line-height: 28px;
}
.vw-dtl {
	color: #005443;
	font-size: 20px;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 700;
	margin-top: 10px;
	display: inline-block;
}
.vw-dtl em {
    margin-left: 5px;
}

/*our-goal-sec*/
/*
.our-goal-sec {
    background: url('../images/our-goal-back.jpg') no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
*/
.cmn_hdr.after-lft:after {
    right: auto;
}
.our-goal-top {
    text-align: center;
}
.our-goal-top .cmn-para{
  width: 100%;
}
.cmn-para {
    width: 55%;
}
.cmn-para p, .cmn-para ul li {
    color:#3d3d3d;
    font-size: 20px;
    font-family: 'Nunito Sans', sans-serif;
	font-weight: 300;
    line-height: 35px;
}
.cmn-btn-outr {
    margin-top: 48px;
}

.our-goal-innr {
    height: 100%;
    background: #fff;
    padding: 35px 30px;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
            box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border-radius: 7px;
    -webkit-transition:all 0.6s;
    -o-transition:all 0.6s;
    transition:all 0.6s;
    border: 3px solid transparent;
}
.our-goal-innr:hover {
	-webkit-transform: scale(1.07);
	-ms-transform: scale(1.07);
    transform: scale(1.07);
    border: 3px solid #dd8f20;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    box-shadow: 0 0 20px rgba(235, 137, 52, 0.35);
}
/*.our-goal-innr:hover .our-goal-txt h3,.our-goal-innr:hover .our-goal-txt p {
    color:#fff;
}*/
.our-goal-pic {
    min-height: 90px;
}
.our-goal-txt h3 {
    color:#232222;
    font-size: 26px;
    font-family: 'Nunito Sans', sans-serif;
	font-weight: 700;
    margin-bottom:15px;
     -webkit-transition:all 0.6s;
    -o-transition:all 0.6s;
    transition:all 0.6s;
}
.our-goal-txt p {
    color:#3d3d3d;
    font-size: 20px;
    font-family: 'Nunito Sans', sans-serif;
	font-weight: 300;
    line-height: 28px;
     -webkit-transition:all 0.6s;
    -o-transition:all 0.6s;
    transition:all 0.6s;
}
/*.our-goal-innr:hover .our-goal-pic img {
	filter: contrast(500%);
	filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(245deg) brightness(502%) contrast(501%);
}*/

/*team-sec*/
.team-sec {
    background: #f4f4f4;
}
.team-innr {
    background: #fff;
}
.team-pic-innr {
    width: 248px;
    height:248px;
    margin: auto;
    border-radius: 100%;
    overflow: hidden;
}
.team-pic-innr img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.team-slider .slick-slide {
    padding: 0 10px;
}
.team-slider .slick-list {
    margin: 0 -10px;
    padding-top: 80px;
}
.team-txt {
    margin-top: 30px;
    padding-bottom: 22px;
    border-bottom: 2px solid #ececec;
}
.team-txt h3 {
    color:#232222;
    font-size: 30px;
    font-family: 'Nunito Sans', sans-serif;
	font-weight: 700;
}
.team-txt p {
    color:#3d3d3d;
    font-size: 18px;
    font-family: 'Nunito Sans', sans-serif;
	font-weight:400;
}
.team-social-innr {
    padding: 26px 0;
}
.team-social-innr ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.team-social-innr ul li {
    margin-right: 25px;
}
.team-social-innr ul li:last-child {
    margin-right: 0;
}
.team-social-innr ul li .fa {
	color: #005443;
	font-size: 20px;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}
.team-social-innr ul li .fa:hover {
    -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
            transform: rotate(360deg);
}
.team-pic {
    margin-top: -80px;
    display: inline-block;
}
.team-slider .slick-prev ,.team-slider .slick-next {
    position: absolute;
    border:0;
    background: none;
    left:-80px;
    top:50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 9;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    border:1px solid #bfbfc0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.team-slider .slick-next {
    right:-80px;
    left:auto;
}
.team-slider .slick-prev img,.team-slider .slick-next img {
	width: 21px;
    height: 14px;
}
.team-slider .slick-prev:hover,.team-slider .slick-next:hover {
    background: #00422f;
    border-color:#00422f;
}
.team-slider .slick-prev:hover img,.team-slider .slick-next:hover img {
    -webkit-filter: brightness(100);
            filter: brightness(100);
}
.team-slider .slick-prev:focus,.team-slider .slick-next:focus {
    outline: none;
}

/*planning-sec*/
.planning-sec {
    position: relative;
}
.planning-pic img {
    width: 100%;
}
.planning-outr {
    position: absolute;
    top:50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left:0;
    right:0;
    margin: auto;
}
.cmn_hdr.wh h2 {
    color:#fff;
}
.cmn_hdr.afr-none {
    margin-bottom: 25px;
}
.cmn_hdr.afr-none:after {
    display: none;
}

/*footer*/
footer {
	background: transparent;
}
.footer-outr {
	padding: 70px 0 50px;
	border-bottom: 1px solid #e0e0e0;
}
.footer-bottom {
    padding: 22px 0;
}
.footer-bottom-innr p ,.footer-bottom-innr p a {
    color:#747474;
    font-size: 18px;
    font-family: 'Nunito Sans', sans-serif;
	font-weight:400;
}
.footer-bottom-innr p a:hover {
	color: #005443;
}
.footer-bottom-innr p a {
    vertical-align: top;
}
.footer-list {
    margin-top: 65px;
}
.footer-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.footer-list ul li {
    margin-right: 12px;
}
.footer-list ul li:last-child {
    margin-right: 0;
}
.footer-list ul li .fa {
	color: #000;
	font-size: 18px;
	width: 42px;
	height: 42px;
	border-radius: 100%;
	border: 1px solid #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}
.footer-list ul li .fa:hover {
    -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
            transform: rotate(360deg);
}
.footer-list ul li .fa:hover {
    color: #005443;
    border-color:#005443;
}
.footer-menu h3 {
    color:#000000;
    font-size: 24px;
    font-family: 'Nunito Sans', sans-serif;
	font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.footer-menu ul li a,.footer-menu ul li {
    color:#000000;
    font-size: 18px;
    font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
}
.footer-menu ul li a:hover {
	color: #005443;
}
.footer-menu ul li {
    margin-bottom: 23px;
}
.footer-menu ul li:last-child {
    margin-bottom: 0;
}
.footer-menu.foot-cont ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.footer-menu.foot-cont ul li em {
    margin-right: 14px;
}
.footer-menu.foot-cont address {
    margin-bottom: 0;
    line-height: 36px;
}
.footer-menu.foot-cont ul li .fa {
	color: #000;
}
.footer-menu.foot-cont ul li:first-child em {
    padding-top: 6px;
}
.footer-menu.foot-blog  ul {
    margin: -20px 0;
}
.footer-menu.foot-blog  ul li p {
    color:#000;
    font-style: normal;
    line-height: 26px;
    font-weight: 600;
}
.footer-menu.foot-blog  ul li {
    padding: 20px 0; 
    margin: 0!important;
    border-bottom: 1px solid #9a9a9a;
}
.footer-menu.foot-blog  ul li:last-child {
    border-bottom: 0;
}
.rd-more {
    font-style: normal;
    color:rgba(255,255,255,0.7);
    font-weight: 300;
    text-decoration: underline;
    font-size: 16px;
}
.commn-scale img {
    -webkit-transition:all 0.6s;
    -o-transition:all 0.6s;
    transition:all 0.6s;
}
.commn-scale img:hover {
    -webkit-filter: contrast(160%);
    filter: contrast(160%);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.commn-scale {
    overflow: hidden;
}

/*14-1*/

.ban-btn {
	display: flex;
}
.mny-mtr {
	position: relative;
	margin-left: 38px;
	margin-top: 15px;
}
.mny-mtr em {
	position: absolute;
	left: auto;
	top: 19px;
	font-size: 12px;
	right: 0;
	font-family: 'Georgia';
    font-style: italic;
	color: #fff;
}
.mny-mtr-pic{
	width: 170px;
}
header .container-fluid{
	padding: 0 80px;
}
.banner-section .container-fluid{
	padding: 0 80px;
}
.our-focus-sec {
	 background: url('../images/our-goal-back.jpg') no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.footer-menu.ylw-clr ul li a {
	color: #000;
	text-decoration: underline;
}
.footer-menu.ylw-clr ul li a:hover {
    color: #dd8f20;
}
/*.footer-list ul li .fa:hover {
	color: #fff;
}*/
/* AM-19.2.20 */
.logosec_flx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
}
.logosec_bdy {
    text-align: center;
    width: 33.333%;
    padding: 0 15px;
}
.logosec_bdy .logcontent {
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.logosec_bdy .logcontent {
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    /*height: 275px;*/
    width: 85%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: block;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 45px 20px;
    border: 3px solid transparent;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.logcontent p {
    margin-top: 15px;
    font-size: 20px;
    color: #3d3d3d;
}
.logosec_bdy .logcontent:hover {
    border: 3px solid #dd8f20;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    box-shadow: 0 0 20px rgba(235, 137, 52, 0.35);
}
/* About Page Template*/
.inner_banner .banner-innr h1:after { display: none; }
.inner_banner .mny-mtr {
    margin-left: 0;
}
.career_sec {
    padding: 78px 0;
}
.career_info .cmn-para {
    width: 100%;
}
.career_bdy {
    align-items: center;
}
.career_info {
    margin-left: 35px;
}

.career_info ul, .career_info  li{
list-style: none;
}
.career_info li {
position:relative;
padding-left:20px;
}
.career_info li:before{
  content: "\f054";  
    font-family: FontAwesome;
    left:-5px;
    position:absolute;
    top:0;
    color: #005443;
}

.cmn-para p {
    padding-bottom: 40px;
}
/* About Page Template*/
/* Contact Page Template*/
.consp_mrri {
    margin-left: 45px !important; 
}
.contact_infosec {
    padding: 80px 0;
}
.contact_forminfo {
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
.contact_flx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
}
.map50 { width: 50%; }
.fxfg { height: 100%; }
.contact_forminfo {
    padding: 38px 68px;
}
.contact_bfg .cmn_hdr {
    margin-bottom: 30px;
}
/*.addre_inn_con {
    width: 50%;
}*/
.address_sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 40px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.addre_inn_flx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
}
.addre_inn_con h2, .catering_outr h2 {
    color: #232222;
    font-size: 30px;
    font-weight: 700;
}
.addre_inn_flx p {
    margin-left: 10px;
    font-size: 18px;
    color: #232222;
    line-height: 28px;
}
.addre_inn_flx i {
    color: #005443;
}
.catering_outr form {
    padding-top: 20px;
}
.catering_outr .form-control {
    border: 0;
    border-bottom: 1px solid #868686;
    border-radius: 0;
    padding: 14px 0;
    font-size: 16px;
    font-weight: 400;
    color: #b2b2b2;
}
.form-submit input[type="submit"] {
    padding: 27px 60px;
    width: 320px;
    background: #dd8f20;
    line-height: 1;
    font-size: 20px;
    color:#fff;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    position: relative;
    margin-top:25px;
}
.form-submit input[type="submit"]:hover {
    background: #00422f;
}
/* Contact Page Template*/

/* Service page Template */
.our-goal-outr .col-md-3 {
    margin-bottom: 35px;
}
/* Service page Template */
/* Event page Template */
.eventbdy_info ul.resp-tabs-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.eventbdy_info ul.resp-tabs-list li {
    width: 320px;
    font-size: 20px;
    color: #d4af37;
    border:1px solid #dd8f20;
    text-transform: uppercase;
    background: #ffffff;
    font-weight: 700;
    padding: 28px 0;
}
.eventbdy_info ul.resp-tabs-list li:not(:last-child) {
    margin-right: 28px;
}
.eventbdy_info .resp-tab-active { background: #dd8f20 !important; }
.resp-tabs-container {
    padding-top: 60px;
}
.serv-innr {
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border-radius: 7px;
}
.serv-txt {
    padding: 30px 20px;
}
.serv-txt h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
    padding-bottom: 20px;
}
.serv-txt ul li em { width: 26px; }
.serv-txt ul li span { margin-left: 14px; }
.serv-txt ul li {
    margin: 0 !important;
    width: 100%;
    border: 0;
    text-align: left;
    padding: 0;
    font-size: 18px;
    color: #232222;
    font-weight: 400;
    padding-bottom: 15px;
}
.serv-txt p {
    font-size: 20px;
    color: #3d3d3d;
    font-weight: 400;
}
.serv-txt ul {
    display: inline-block;
    width: 100%;
}

.serv-txt .d-flex div {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 12px;
}
.serv-btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding-top: 25px;
}
.serv-btn .commn-btn span {
    padding: 24px 34px;
    width: 220px;
    background: #dd8f20;
    line-height: 1;
    font-size: 20px;
    color:#fff;
}
.morebtn {
    color:#005443;
    font-size: 20px;
    text-transform: uppercase;
    border: 0;
    background: none;
    border-radius: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    text-decoration: underline;
}
.morebtn:hover {
   background: none;
    color:#005443;
}
.commn-btn span:hover::before, .commn-btn span:hover::after {
    border-top-color: #005443;
    border-bottom-color:#005443;
}
.commn-btn:hover span {
    background: #00422f;
}
.sr-innr {
    margin-bottom: 60px;
}
.blog-pegination .page-numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
} 

.blog-pegination ul li:first-child a, .blog-pegination ul li:last-child a {
    border: 0;
    color: #005443;
}
.blog-pegination ul li a, .blog-pegination ul li span {
    padding: 18px 25px;
    border: 1px solid #a4a4a4;
    color: #a4a4a4;
    font-size: 18px;
    border-radius: 0;
    font-weight: 600;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #dd8f20;
    border: 1px solid #dd8f20;
}
.blog-pegination ul li {
    margin-left: 30px;
}
.blog-pegination .page-link:hover {
    z-index: 2;
    color: #fff;
    text-decoration: none;
    background-color:#dd8f20;
    border-color:#dd8f20;
}
span.page-numbers.current {
    background-color: #dd8f20;
    border-color: #dd8f20;
    border: 1px solid #dd8f20;
    color: #fff;
}
/* Event page Template */

/* Why-Greenberg page Template */
.why_greenberg_sec .career_info {
    margin-left: 0;
}
.why_greenberg_sec .career_bdy {
    margin-bottom: 80px;
}
.why_greenberg_sec .our-goal-pic {
    padding-bottom: 20px;
}
.why_greenberg_sec .our-goal-innr { padding: 35px 35px; }
.alin_ritr { text-align: right; }
/* Why-Greenberg page Template */

/****** goutam 21-2********/
.howpd_sec {
    background: #f2f2f2;
    padding: 75px 0;
}
.cmn_hdr h1 {
    color: #02476e;
    font-size: 55px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-transform: none;
    padding-bottom: 20px;
}

.hiw_infosec .hiw_infosec_flx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
    width: 100%;
    padding-bottom: 80px;
}
.hiw_infosec_img img {
    width: 100%;
}
.hiw_infosec_conten, .hiw_infosec_img {
    max-width: 41%;
    width: 100%;
}
.hiw_infosec .hiw_infosec_flx:nth-child(1n) .hiw_infosec_conten {
    text-align: right;
}
.hiw_infosec .hiw_infosec_flx:nth-child(2n) .hiw_infosec_conten {
    text-align: left;
}
.hiw_infosec .hiw_infosec_flx:nth-child(2n) {
    flex-direction: row-reverse;
}
.hiw_infosec_conten p {
    color: #3d3d3d;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    padding-bottom: 15px;
}
.hiw_infosec_conten h3 {
    color:#232222;
    font-size: 36px;
    line-height: 34px;
    font-weight: 700;
}
.hiw_newsletcount {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
}
.hiw_newsletcount ul li h4 {
    color:#02476e;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
.hiw_newsletcount ul li {
    background: #005443;
    background-size: auto;
    /*clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);*/
    height: 148px;
    width: 148px;
    z-index: 999;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 1;
    position: absolute;
    top:0;
}
.hiw_newsletcount ul { position: relative; }
/*.hiw_newsletcount ul:before {
    content: '';
    position: absolute;
    border: 1px dashed #898989;
    height: 262px;
    width: 1px;
    top:0;
    left:0;
    right: 0;
    margin: auto;
    z-index: 0;
} */
/*.hiw_newsletcount ul:after {
    content: '';
    position: absolute;
    border:20px solid #005443;
    height: 670px;
    width:20px;
    top:0;
    left:0;
    right: 0;
    margin: auto;
    z-index: 0;
} */
.hiw_infosec .hiw_infosec_flx:last-child .hiw_newsletcount ul:after {
    display:none;
}
.hiw_btmbottom_sec {
    display: flex;
    justify-content: center;
}
.hiw_btmbottom_sec .ban-btn .btn {
    padding: 0 26px;
    height: 105px;
    line-height: 102px;
}
.cmn_hdr p {
    color:#3d3d3d;
    font-size: 20px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
    line-height: 35px;
}
.howpd_sec .cmn_hdr {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.howpd_sec .cmn-para, .aboutpgtem_sec .cmn-para {
    width: 100%;
    padding: 0 12%;
}
.aboutpgtem_sec .cmn_hdr {
    margin-bottom: 20px;
}
.aboutpgtem_sec .cmn-para {
    margin-bottom: 30px;
}
.hiw_newsletcount ul li {
    position: relative;
}
.hiw_newsletcount ul li:before {
    content: '';
    position: absolute;
    background:#fff;
    height: 1px;
    width:112px;
    top:15px;
    left:0;
    right: 0;
    margin: auto;
    z-index: 0;
}
.hiw_newsletcount ul li:after {
    content: '';
    position: absolute;
    background:#fff;
    height: 1px;
    width:112px;
    bottom:15px;
    left:0;
    right: 0;
    margin: auto;
    z-index: 0;
}
.timline_btn { padding-top: 45px; }
.timline_btn .commn-btn span {
    padding: 27px 60px;
    width: 240px;
    background: #dd8f20;
}
.timline_btn .commn-btn span::before, .timline_btn .commn-btn span::after {
    border-top-color: #dd8f20;
    border-bottom-color:#dd8f20;
}
.asnmsd { display: flex; }
.fsd {
    text-align: center;
    border: 1px solid #005443;
    /*width: 92px;
    height: 92px;*/
	width: 48px;
    height: 48px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
}
.sdpara {
    color: #3d3d3d;
    font-size: 13px !important;
    font-weight: 700;
}
.ring_img { text-align: center; }
.howpd_sec .serv-txt {
    padding: 0 20px;
}
.wd33 { width: 33.333%; }
.wd50 { width: 50%; }

.serv-pic img {
    width: 100%;
}
/* AM-6.3.20 */
.tophr_icon_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.vw-dtl:hover {
    color: #dd8f20;
}
/* AM-6.3.20 */
.banner-slide {
    position: relative;
}
.banner-slider .slick-prev.slick-arrow, .banner-slider .slick-next.slick-arrow {
    position: absolute;
    bottom: 50px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    background: transparent;
    border: 0;
    outline: none;
}
.banner-slider .slick-prev.slick-arrow {
    left: -60px;
    right: 0;
}
.banner-slider .slick-prev.slick-arrow img {
	width: 30px;
    height: 21px;
}
.banner-slider .slick-next.slick-arrow {
    left: 0;
    right: -60px;
    width: 30px;
    height: 21px;
}
.banner-slider .slick-next.slick-arrow img {
	width: 30px;
    height: 21px;
}
.ourgoal_sec {
    margin-bottom: 40px;
}
.onsan_sec .contact_flx {
    padding: 80px 0;
}
/* AM-10.3 */
.latest_posttitle {
    padding: 15px 30px;
    background: #005443;
}
.latest_posttitle h4 {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 30px;
}
.latest_postifg {
    padding: 30px 30px;
}
.latest_postifg .dsmflrx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.latest_sidinfo {
    width: 60%;
    margin-left: 15px;
}
.latest_img {
    width: 40%;
}
.latest_sidinfo h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    color: #005443;
    font-weight: 600;
}
.latest_sidinfo p {
    font-size: 18px;
    color: #3d3d3d;
    font-weight: 300;
}
.latest_sidinfo span {
    color: #232222;
    font-size: 18px;
    font-weight: 600;
}
.latest_postifg .dsmflrx:not(:last-child) {
    border-bottom: 1px solid #c4c3c3;
    padding-bottom: 38px;
    margin-bottom: 38px;
}
.blog_listing {
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
.blg-social-icon.footer-list ul li .fa {
    color: #005443;
    border: 1px solid #005443;
    background: transparent;
}
.blg-social-icon.footer-list {
    margin-top: 0;
    margin-left: 25px;
}
.blogdetls_flx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
}
.blogdetls_info {
    margin-right: 30px;
    width: 70%;
}
.blogdetls_list {
    width: 30%;
}
.blganner img {
    width: 100%;
    object-fit: cover;
}
.blogdets_infosec h6, .serv-txt h6 {
    font-size: 20px;
    color: #005443;
    font-weight: 600;
    margin-bottom: 8px;
}
.blogdets_infosec {
    padding: 30px 0;
}
.blogdets_infosec h3 {
    font-size: 25px;
    color: #232222;
    font-weight: 700;
    padding-top: 20px;
}
.blogdets_infosec p {
    color: #3d3d3d;
    font-size: 20px;
    font-weight: 300;
    padding-top: 20px;
}
.event_servicesec_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 30px;
}
.event_servicesec_con {
    display: flex;
    align-items: center;
}
.event_service_tx h3 {
    font-size: 24px;
    color: #dd8f20;
    font-weight: 700;
    padding-bottom: 10px;
}
.event_service_ig img {
    border-radius: 12px;
}
.event_service_ig {
    margin-right: 25px;
}
.ert {
    font-size: 18px;
    color: #232222;
}
.am95 div:not(:last-child) {
    margin-right: 50px;
}
.event_servicesec_con95 { margin-left: 100px; }
.event_servicesec_con:not(:last-child) {
    margin-bottom: 50px;
}
.blogpg_sec .serv-innr { border-radius: 0;height: 100%; }

/* AM-13.3.20 */
.comment-form-cookies-consent {
    display: none;
}
.bgcomment_sec {
    margin-top: 40px;
}
.bgcomment_sec .form-group input, .bgcomment_sec .form-group textarea {
    border: 1px solid #898989;
    padding: 16px 16px;
    font-size: 16px;
    font-weight: 400;
    color: #898989;
    background: transparent;
}
.bgcomment_sec .form-group textarea {
    height: 100px;
}
#reply-title, .rply_outr .comnd_hd h2 {
    font-weight: 700;
    font-family: 'Nunito Sans', sans-serif;
    padding-bottom: 15px;
    font-size: 26px;
}

/* Comment section */
.rply_outr {
    margin-bottom: 20px;
}
.reply_user {
    position: absolute;
    top: 50%;
    left: -51px;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    overflow: hidden;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.rply_outr li {
    margin-top: 26px;
    border: 1px solid #e8e8e8;
    width: 80%;
    background: transparent;
    margin-left: 51px;
}
.rply_innr {
    padding: 20px 60px 20px 60px;
    position: relative;
}
.rply_hdr h4 {
    font-size: 20px;
    line-height: 1;
    color: #000000;
    padding-bottom: 10px;
}
.rply_hdr p {
    font-size: 16px;
    line-height: 24px;
    color: #111111;
}
.rply_footer {
    display: flex;
    font-size: 14px;
    font-weight: 300;
    padding-top: 20px;
}
.time a {
    color: #111111;
    padding-left: 0px;
    position: relative;
}
.commrep {
    padding-top: 10px;
}
.commrep a {
    background: transparent !important;
    color: #111111;
    font-size: 14px;
}
/* AM-18.3.20 */
.footer-menu.foot-blog ul li p {
    margin-top: 10px;
}
.footer-menu.foot-blog ul li span {
    font-size: 18px;
    font-weight: 700;
    color: #000;
}
/* Financial jurny page-18.3.20 */
.hiw_infosec_conten.amintop_pdn h3 {
    padding-bottom: 25px;
}
.hiw_infosec_conten.amintop_pdn {
    max-width: 100%;
    width: 100%;
    padding: 0 12%;
    left: 0;
    right: 0;
    margin: auto;
    margin-bottom: 80px;
}
.hiw_infosec .hiw_infosec_flx:last-child {
    padding-bottom: 0px;
}
/* AM-1.4.20 */
.monymatter_sec {
    background: #f3f1f1;
    padding: 120px 0;
}
.contactinfo_secoutr {
    padding: 120px 0;
}
.career_meeting_sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 180px;
}
.career_meeting_con .cmn-para {
    width: 100%;
}
.career_meeting_img {
    width: 53%;
}
.career_meeting_con {
    width: 47%;
    padding-right: 40px;
}
.hiw_infosec { padding-top: 40px; }
section.finansec1_sec {
    padding: 70px 0;
}
.finansec1_bdy {
    text-align: center;
}
.asnmsd.justify-content-between {
    padding-top: 18px;
}
/* AM-13.4.20 */
@-webkit-keyframes fly {
    0% {
        left: 0%
    }
    10% {
        top: 65%
    }
    17%{
        top: 65%
    }
    19% {
        top:15%;
    }
    20% {
        top: 15%;
    }
    40% {
        top: 15%;
    }
    42% {
        top: 70%;
    }
    
    50% {
        top: 65%
    }
    
    90% {
        top: 65%
    }
    100% {
        left: 100%
    }
}
@-moz-keyframes fly {
    0% {
        left: 0%
    }
    10% {
        top: 65%
    }
    17%{
        top: 65%
    }
    19% {
        top:15%;
    }
    20% {
        top: 15%;
    }
    40% {
        top: 15%;
    }
    42% {
        top: 70%;
    }
    
    50% {
        top: 65%
    }
    
    90% {
        top: 65%
    }
    100% {
        left: 100%
    }
}
@-o-keyframes fly {
    0% {
        left: 0%
    }
    10% {
        top: 65%
    }
    17%{
        top: 65%
    }
    19% {
        top:15%;
    }
    20% {
        top: 15%;
    }
    40% {
        top: 15%;
    }
    42% {
        top: 70%;
    }
    
    50% {
        top: 65%
    }
    
    90% {
        top: 65%
    }
    100% {
        left: 100%
    }
}

@keyframes fly {
    0% {
        left: 0%
    }
    10% {
        top: 65%
    }
    17%{
    	top: 65%
    }
    19% {
        top:15%;
    }
    20% {
        top: 15%;
    }
    40% {
        top: 15%;
    }
    42% {
        top: 70%;
    }
    50% {
        top: 65%
    }
    
    90% {
        top: 65%
    }
    100% {
        left: 100%
    }
}
#box {
    -webkit-animation:fly 20s infinite;
    -moz-animation:fly 20s infinite;
    -o-animation:fly 20s infinite;
    animation:fly 20s infinite;
}
/*#box2 {
    -webkit-animation:fly 40s infinite;
    -moz-animation:fly 40s infinite;
    -o-animation:fly 40s infinite;
    animation:fly 40s infinite;
}*/
.airplane {
    left: 0px;
    top: 85px;
}
.airplane { position: absolute; }
.dirction img { 
    transform:rotate(-30deg);
    -wbkit-transform:rotate(-30deg);
    -moz-transform:rotate(-30deg);
    -ms-transform:rotate(-30deg);
    -o-transform:rotate(-30deg);
}
.secrelatv {
    position: relative;
}
/* 14.4.20 */
h6.sdpara {
    color: #3d3d3d;
    font-size:20px !important;
    line-height: 24px;
    font-weight: 700;
    padding-top: 30px;
    margin-bottom: 0;
}
.asnmsd_inn {
    padding-top: 0 !important;
    position: absolute;
    width: 100%;
    top: 46px;
}
.asnmsd_inn .ring_img.wd33:nth-child(2) {
    margin-top: -58px;
}
/* AM-22.4*/
.dropdown-menu li {
    padding-bottom: 15px;
}
.career_bdy.noalin {
    align-items: flex-start;
}
.cmn-para ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 15px;
}
/*------------- AM-24.4.20 --------------*/
.fservi_bg {
    background: #ededed;
}
.servises_flowimg {
    padding: 85px 0;
    position: relative;
}
.servises_flowimg:before {
    content: '';
    position: absolute;
    background:url('../images/services_after1.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 158px;
    width:105px;
    top:5%;
    left:0;
    z-index: -1;
}
.servises_flowimg::after {
    content: '';
    position: absolute;
    background: url('../images/services_after2.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 158px;
    width: 195px;
    bottom: 52%;
    right: 0;
    z-index: -1;
}
.servises_sec1_stop:before {
    content: '';
    position: absolute;
    background:url('../images/dased_img1.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 1095px;
    width:2px;
    top:240px;
    left:0;
    right: 0;
    margin:auto;
    z-index: -1;
}
.servises_sec1_stop {
    position: relative;
    margin-right: 150px;
}
.servises_sec1_stop span {
    color: #232222;
    font-size: 25px !important;
    line-height: 24px;
    font-weight: 700;
    padding-top: 30px;
    margin-bottom: 0;
    position: relative;
}
.servises_sec1_stop span:before {
    content: '';
    position: absolute;
    background:url('../images/onpoint.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 20px;
    width:20px;
    top:10px;
    left:0;
    right: 0;
    margin:auto;
}
.servises_sec_img {
    border: 1px solid #dd8f20;
    padding: 85px 60px;
    width: 240px;
    background: #fff;
    display: flex;
    justify-content: center;
    border-bottom: 3px solid #dd8f20;
    border-radius: 4px;
    margin-bottom: 30px;
}
.servises_bdy_sec1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: relative;
    justify-content: space-between;
}
.servises_bdy_sec1:after {
    content: '';
    position: absolute;
    background:url('../images/dased_img2.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 4px;
    width:1300px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    bottom: 0;
    top: auto;
}
.services_sec1_cntn p {
    padding-bottom: 20px;
}
.services_sec1_cntn p, .services_sec1_cntn ul li {
    position: relative;
    color: #3d3d3d;
    font-size: 20px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 300;
    line-height: 35px;
}
.services_sec1_cntn p span {
    font-weight: 500;
}
.services_sec1_cntn p:before {
    content: '';
    position: absolute;
    background:url('../images/services_listbe.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 20px;
    width:20px;
    top:10px;
    margin:auto;
    margin-left: -30px;
}
.services_sec1_cntn ul { padding-bottom: 20px; }
.services_sec1_cntn ul li { position: relative; }
.services_sec1_cntn ul li:before {
    content: '';
    position: absolute;
    background:url('../images/ul_listimg.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 11px;
    width:11px;
    top:10px;
    margin:auto;
    margin-left: -30px;
}
.servis_bdy_sec2 .servises_sec1_stop {
    position: relative;
    margin-left: 150px;
    margin-right: 0;
}
.servis_bdy_sec2 {
    padding-top: 98px;
}
.servis_bdy_sec2 .servises_sec1_stop::before {
    height: 1288px;
}
.servis_bdy_sec2 .servises_sec1_stop::after, .servis_bdy_sec4 .servises_sec1_stop::after {
    content: '';
    position: absolute;
    background: url('../images/dased_img1.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
    width: 2px;
    top: -100px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}
.servis_bdy_sec3 {
    padding: 100px 0;
    align-items: center;
}
.servis_bdy_sec3 .servises_sec1_stop::before {
    height: 150px;
}
.servis_bdy_sec3 .servises_sec1_stop::after {
    content: '';
    position: absolute;
    background: url('../images/dased_img1.png');
        background-repeat: repeat;
        background-size: auto;
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
    width: 2px;
    top: -100px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}
.servis_bdy_sec4 {
    padding: 100px 0;
    align-items: center;
}
.servis_bdy_sec4 .servises_sec1_stop {
    position: relative;
    margin-right: 0;
    margin-left: 150px;
}
.servis_bdy_sec4.servises_bdy_sec1::after, .servis_bdy_sec4 .servises_sec1_stop::before {
    display: none;
}
.servis_bdy_sec4 { padding-bottom: 0; }
.innwg .cmn_hdr {
    margin-bottom: 25px;
}
.innwg .cmn_hdr:after {
    right: auto;
}
.onfoo_flx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-end;
        -ms-flex-align: flex-end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.onfoo_flx .onfoo_form {
        display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-end;
        -ms-flex-align: flex-end;
            align-items: flex-end;
}
.onfoo_form .form-control {
    border: 0;
    border-radius: 0;
    border-right: 1px solid #ada8a8;
    width: 200px;
}
.onfoo_form select.form-control, .onfoo_form .form-control {
    height: 50px !important;
}
.onfoo_form .btn-default {
    background: #dd8f20 !important;
    height: 50px !important;
    line-height: 0;
    font-size: 18px !important;
    color: #fff;
    font-family: 'Nunito Sans', sans-serif !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    border-radius: 0;
    padding: 0 25px !important;
    outline: 0;
    width:100px !important;
}
.onfoo_form label {
    color: #fff;
}
.onfoo_divcon h4 {
    color: #ffffff;
    font-size: 25px;
    font-weight: 600;
    padding-right: 14px;
    padding-bottom: 10px;
}
.onfoo_form .form-group {
    margin-bottom: 0;
}
.onfoo_form .btn-default:hover {
    background: #00422f;
}
.extar_ligo a { display: inherit;padding-bottom: 10px; }
.extar_ligo {
    padding-top: 15px;
}
.extar_ligo img {
    height: 25px;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    display: none !important;
}
/*------------------ AM-30.4.20 -----------------*/
.team_sec .cmn-para {
    width: 100%;
    padding: 0 5%;
}
.teambdy_inner.wow.fadeInUp {
    border: 1px solid #bbb;
    padding: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 40px;
}
.teambdy_info {
    width: 60%;
    padding-left: 30px;
}
.teambdy_img {
    width: 40%;
}
.teambdy_img img {
    width: 100%;
    height: 270px;
    object-fit: cover;
}
.teambdy_info h3 {
    color: #3d3d3d;
    font-weight: 700;
    font-size: 28px;
    line-height: 30px;
    padding-bottom: 10px;
    font-family: 'Nunito Sans', sans-serif;
}
.teambdy_info p, .teambdy_info ul li a {
    color: #3d3d3d;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    font-family: 'Nunito Sans', sans-serif;
}
.teambdy_info ul li:not(:last-child) {
    padding-bottom: 15px;
}
.teambdy_info ul { padding-top: 8px; }
.teambdy_info ul li a {
    color: #005443;
}
.teambdy_info ul li a .fa {
    width: 24px;
}
.servicsman_sec .our-goal-innr {
    border: 2px solid #eec78f;
}
.servicsman_sec .our-goal-innr:hover {
    transform: none;
    border: 2px solid #eec78f;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    box-shadow: 0 0 20px rgba(235, 137, 52, 0.35);
}
.servicsman_sec .our-goal-innr:hover .vw-dtl{
    color: #dd8f20;
}
.servicsman_sec .our-goal-innr:hover h3 {
    color: #dd8f20;
}
.servicsman_sec .col-md-4 {
    margin-bottom: 30px;
}
.saflx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.saflx_bdy {
    margin-left: 20px;
}
.saflx .cmn_hdr {
    margin-bottom: 0;
}
.servicedtls_bdy h5 {
    color:#005443;
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
    position: relative;
    padding-bottom: 30px;
    padding-left: 55px;
}
.servicedtls_bdy h5:before {
    content: '';
    position: absolute;
    background:url('../images/sd_ul1.png');
    background-size: cover;
    height: 45px;
    width:48px;
    left:0;
    z-index: 1;
}
.servicedtls_bdy p, .servicedtls_bdy ul li {
    color: #3d3d3d;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    padding-bottom: 30px;
    padding-left: 55px;
}
.servicedtls_bdy ul li span {
    font-size: 24px;
    font-weight: 600;
}
.servicedtls_sec {
    padding-bottom: 100px;
}
.servicedtls_bdy ul {
    padding-left: 28%;
}
.servicedtls_bdy ul li {
    position: relative;
}
.servicedtls_bdy ul li:before {
    content: '';
    position: absolute;
    background:url('../images/sd_ul2.png');
    background-size: cover;
    height: 20px;
    width:20px;
    top:8px;
    left:0;
    z-index: 1;
}
.cmn_hdr h4 span {
    color: #005443;
}
.team-content p{
margin-bottom:20px;
line-height:28px;
}

.page-template-finalcial-journey #starting-out,
.page-template-finalcial-journey #accumulating-wealth,
.page-template-finalcial-journey #retirement,
.page-template-finalcial-journey #pre-retirement{
   padding-top:150px;
   margin-top:-150px;
}
.team-content ul, .team-content li{
list-style:disc;
}
.team-content ul{
margin-bottom:20px;
margin-left:20px;
}
.team-content li{
padding-bottom:7px;
color:#3d3d3d;
font-size:18px;
}
.why_our_pledge {
	color: #dd8f20;
	font-size: 24px;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 600;
}
.service-button a{
    font-size: 20px;
    color: #fff;
    background: #005443;
    padding: 10px;
    border-radius: 10px;
    display: block;
}
.service-button a:hover{
    background: #dd8f20;
}
.service-button li{
    text-align: center;
    margin-bottom: 20px;
}


@media screen and (max-width:2450px){
h6.sdpara{
  padding-top:80px;
}
.timline_btn {
    padding-top:120px;
}
h6.sdpara {
    font-size: 14px !important;
    line-height: 20px;
}
}
@media screen and (max-width:1950px){
h6.sdpara{
  padding-top:60px;
}
.timline_btn {
    padding-top:100px;
}
h6.sdpara {
    font-size: 16px !important;
    line-height: 20px;
}
}
@media screen and (max-width:1600px){
h6.sdpara{
  padding-top:37px;
}
}

ul.navbar-nav li.menu-item-91 a, ul.navbar-nav li.menu-item-8437 a {
	color: #dd8f20;
}