3:root {
    --themeColor: #44d089;
    --baseColor: #236eb6;
    --mainFont: font-family: 'Jost', sans-serif;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: none;
}
body {
    font-family: 'Jost', sans-serif;
    font-size: 1.125rem;
    line-height: 1.875rem;
    overflow-x: hidden;
}
.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: unset;
}
.dropdown:hover>.dropdown-menu {
    display: block;
}
#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 30px;
    z-index: 99;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 1.875rem;
    color: #FFDA25;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    transition: 0.5s;
    font-size: 2.5rem;
}
#back-to-top:hover {
    transition: 0.5s;
}
#back-to-top.show {
    opacity: 1;
}
.arrowUp {
    width: 100%;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: unset;
}
p,
ul,
ol,
address,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}
a,
a:active,
a:focus,
button,
button:focus,
button:active,
.btn,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn.active.focus {
    outline: none;
    outline: 0;
}
a:hover,a {
    text-decoration: none;
}
.form-control:focus {
    background-color: #fff;
    border-color: unset;
    outline: 0;
    box-shadow: unset;
    border: 0;
}
li {
    list-style: none;
}
.p-90 {
    padding: 5.625rem 0;
}
img{
    max-width: 100%;
}
/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

#header {
  transition: all 0.5s;
  z-index: 10;
  padding: 10px 0;
}
h1.logo img {
    width: 220px;
}
#header.header-scrolled {
  background: #fff;
  padding: 12px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
li.space {
    width: 220px;
}
#header .logo {    
    padding: 20px;
    position: absolute;
    left: -153px;
    right: 0;
    margin: -20px auto 0;
    display: block;
    width: max-content;
    z-index: 1;
}

#header .logo img {
  transition: 0.3s;
}
#header.header-scrolled img {
  transition: 0.3s;
}
#header.header-scrolled nav.nav-menu{
    margin-top: 0px;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
li.broker-check img {
    height: 26px;
}
li.clent-logBtn a {
    color: #fff !important;
}
li.clent-logBtn {
    background: #346fb2;
    margin: 0 10px !important;
}
.nav-menu > ul {
  display: flex;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 8px 10px;
  margin: 0 2px;
  border-bottom: 2px solid transparent;
}

.nav-menu a {
    font-size: 15px;
    color: #000;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
}
li.nav-btn {
    border-radius: 6px;
    background-color: #1d70b8;
}
li.nav-btn a {
    color: #fff;
}
li.nav-btn a i{
    margin-left: 5px;
}
.nav-menu .menu-item-has-children ul {
  display: block;
  position: absolute;
  left: 0px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #214452;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.nav-menu .menu-item-has-children:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .menu-item-has-children li {
  min-width: 180px;
  position: relative;
  border-left: 4px solid transparent;
  padding: 5px 0;
}

.nav-menu .menu-item-has-children ul a {
      padding: 10px 20px;
    text-transform: none;
    line-height: 32px;
    font-size: 15px;
    color: #fff;
}

.nav-menu .menu-item-has-children ul li:hover, .nav-menu .menu-item-has-children ul .active , .nav-menu .menu-item-has-children ul li:hover  {
      background: #346fb2;
    border-left: 4px solid #fff;
}
li.menu-item-has-children ul::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #214452;
    position: absolute;
    top: -8px;
    left: 15px;
}

.nav-menu .menu-item-has-children .menu-item-has-children ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .menu-item-has-children .menu-item-has-children:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .menu-item-has-children .menu-item-has-children > a {
  padding-right: 35px;
}
.header-top li {
    font-size: 15px;
    letter-spacing: 0px;
    color: #00396e;
    font-weight: 400;
    list-style: none;
    display: inline-block;
}
.header-top {
    height: 30px;
    margin: 10px 0;
}
.header-top ul {
    margin: 0;
}
nav.nav-menu {
    width: 100%;
    padding: 15px 0;
}
.nav-menu > ul {
    justify-content: space-between;
}
li.space-logo {
    width: 220px;
}

.nav-menu li:hover a {
    color: #fff;
}
.nav-menu li:hover {
    background: #346fb2;;
}

.mainSlider {
  padding: 90px 65px 0;
  background: url(../images/banner-bg.jpg);
  position: relative;
  background-size: cover;
}
.mainSlider .swiper-container {
    margin-bottom: -80px;
}
.mainSlider .bannerImage {
    position: relative;
}
.mainSlider .bannerImage::before {
  content: "";
  background: rgba(4, 4, 4, 0.4);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.socialMedia{
  position: absolute;
  left: 22px;
  top: 50%;
  z-index: 9;
}

.socialMedia ul{
display: flex;
justify-content: center;
align-items: center;
text-align: center;
flex-flow: column;
}

.socialMedia ul li a{
color: #000;
}

.socialMedia ul li{
margin: 15px 0;
position: relative;
}

.socialMedia ul li:first-of-type:before{
display: none;
}

.socialMedia ul li:before{
  content: "";
position: absolute;
left: -4px;
    top: -17px;
width: 30px;
height: 2px;
background: #a3a3a3;
}

.socialMedia span{
  color: #313131;
font-size: 12px;
text-transform: uppercase;
transform: rotate( -90deg );
display: block;
position: absolute;
top: -71px;
width: 440%;
height: 100%;
z-index: 9999;
left: -14px;
}

.bannerText{
  position: absolute;
  top: 40%;
  z-index: 9;
  left: 50%;
  transform: translate(-50%);
  width: 75%;
  text-align: center;
}

.bannerText h1{
color: #fff;
font-size: 45px;
text-transform: uppercase;
font-weight: 800;

}

.bannerText h1 span{
display: block;
font-size: 40px;
/*text-transform: uppercase;
font-weight: 400;
letter-spacing: 8px;
padding-top: 10px;*/
}

.serInner p{
  color: #fff;
  text-transform: uppercase;
  font-size: 1.1rem;
    line-height: 26px;
}

.serviceList .container{
  background: #474133;
  max-width: 1170px;
}

.serInner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 30px;
}

.serInner p{
margin-left: 20px;
}
.serInner img {
    width: 55px;
}
.serviceList {
  /*margin-top: -54px;*/
  margin: 0px;
  position: relative;
  z-index: 1;
}
.sec3 .swiper-container {
    width: 500px;
    height: 500px;
    border: 1px solid rgb(255 255 255 / 40%);
    border-radius: 50%;
}
.sec3 .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}
.blog-sec {
    text-align: center;
    padding: 50px 50px 20px;
}
.blog-sec h5 {
    font-size: 15px;
    letter-spacing: 3px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 50px;
    position: relative;
}
.blog-sec h5::after {
    content: '';
    width: 50px;
    height: 1px;
    background: rgb(255 255 255 / 70%);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    bottom: -10px;
}

.blog-sec p {
    margin: 25px 0 0;
}
.blog-sec h2, .blog-sec p, .blog-sec a span{
    color: #fff;
}
.common-layout .blog-sec h2{
  font-size: 30px;
}
.sec3 .swiper-button-prev::after, .sec3 .swiper-button-next:after {
    content: '\f104';
    font-family: 'Font Awesome 5 Brands';
    font-size: 0;
}
.serviceList .col-lg-3 {
    border-right: 1px solid rgb(255 255 255 / 40%);
    width: 20%;
}
.serviceList .col-lg-3:last-child{
    border: 0px;
}
.serPar{
  position: relative;
  z-index: 1;
}
.sec3 .swiper-button-prev, .sec3 .swiper-button-next {
    border-radius: 28px;
    background-color: #44d089;
    width: 40px;
    height: 40px;
    background-size: 12px;
    left: 29.7%;
    z-index: 1;
}
.sec3 .swiper-button-next{
    left: unset;
    right: 29.7%;
}
.serAbout:before, .sec2::after{
    content: "";
    position: absolute;
    top: 0;
    left: -50px;
    width: 478px;
    height: 637px;
    background: url(../images/para-bg.png);
    z-index: -1;
}
.sec2::after{
    left: unset;
    height: 70%;
    right: -40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    top: 15%;
}
a {
  text-decoration: none;
}
.board-card {
    filter: drop-shadow(2.088px 1.854px 15px rgba(0,0,0,0.06));
    background-color: #ffffff;
    margin: 10px 0;
    display: flex;
    justify-content: space-between;
    padding: 35px 85px;
    align-items: center;
    transition: all 0.2s ease;
}
.board-card:hover{
    background: url(../images/board-bg.jpg);
        transition: all 0.2s ease;
}
.board-card:hover h4, .board-card:hover p, .board-card:hover a.cta{
    color: #fff;
}
.board-card a.cta{
    margin: 0px;
}
.board-card h4 {
    font-size: 25px;
    line-height: 36px;
    color: #000000;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 5px;
}
.cta {
  position: relative;
  margin: 30px 0 0;
    display: inline-block;
  padding: 8px 22px;
  transition: all 0.2s ease;
}
.cta:before, .frm-content .gform_footer.top_label::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 28px;
  background: #44d089;
  width: 46px;
  height: 46px;
  transition: all 0.3s ease;
}
.cta span {
  position: relative;
  font-size: 16px;
    letter-spacing: 1px;
    line-height: 24px;
    color: #000000;
    font-weight: 500;
    text-transform: uppercase;
}
.cta svg {
  position: relative;
  top: 0;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #111;
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all 0.3s ease;
}
.cta:hover:before {
  width: 100%;
  background: #346fb2;
}
.cta:hover span {
  color: #fff;
}
.cta:active {
  transform: scale(0.96);
}
.serPar {
  position: relative;
  z-index: 1;
  padding: 90px 90px 0;
  /* width: 70%; */
  margin: 0 auto;
}

.serAbout {
    position: relative;
}
.common-layout{
    position: relative;
}
.common-layout h3{
    text-transform: uppercase;
    font-weight: 400;
    font-size: 24px;
    line-height: 2rem;
}
img.bg-img, .overlay1{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}
.overlay1 {
    background: #204e82;
    opacity: 0.9;
}
.serPar p{
margin-top: 30px;
}

.roundHead h3 span.yr{
    font-size: 5.875rem;
    font-weight: 400;
    display: inline;
}

.roundHead h3{
    color: #fff;
    font-weight: 400;
    font-size: 2.975rem;
    text-transform: uppercase;
    text-align: center;
    line-height: 60px;
}

.roundHead h3 span{
    display: block;
}


.roundHead {
  position: absolute;
  left: 0;
  top: 54%;
  transform: translateY(-50%);
  width: 460px;
  text-align: center;
}


.roundHead a{
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.9rem;
  position: relative;
  z-index: 1;
  margin-top: 40px;
  display: inline-block;
}

.roundHead a:before{
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 28px;
    background: var(--themeColor);
    z-index: -1;
}
img.img1 {
    height: 460px;
    object-fit: contain;
    float: right;
}
.common-layout {
    padding: 70px 0;
}

.common-layout h2 {
    font-size: 48px;
    font-weight: 400;
    text-transform: uppercase;
}
.sec2 h2{
    color: #fff;
}
.sec2 h2 {
    color: #fff;
    margin: 0 -150px 0px 150px;
    z-index: 1;
}
.sec2::before {
    content: '';
    width: 50%;
    height: 350px;
    background: #bac8d4;
    position: absolute;
    margin: 50px 0 0;
    z-index: -1;
}
/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 25px;
  top: 25px;
  z-index: 10000;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}
.mobile-nav-toggle i.icofont-close {
    margin: -9px 0 0;
    display: block;
}
.mobile-nav-toggle i {
  color: #214452;
}
.icofont-navigation-menu.icofont-close::before {
    content: '\f00d';
}
.mobile-nav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  padding: 50px 0 0;
}
.mobile-nav::before {
    content: '';
    width: 100%;
    height: 50px;
    top: 0;
    background: #214452;
    position: absolute;
    right: 0;
}
.mobile-nav li:active {
    background: #7d9ba9;
}
.mobile-nav li.client-log {
    background: #7d9ba9;
    margin: 0px auto;
    display: table;
}
.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #111111;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #e64026;
  text-decoration: none;
}

.mobile-nav .menu-item-has-children > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .menu-item-has-children > a:after {
  content: "\f107";
    font-family: 'FontAwesome';
    font-weight: 600;
    font-size: 24px;
}

.mobile-nav .menu-item-has-children > a {
  padding-right: 35px;
}

.mobile-nav .menu-item-has-children ul {
  display: none;
  overflow: hidden;
  background: #214452;
}
.mobile-nav .menu-item-has-children ul a {
    color: #fff;
}
.mobile-nav .menu-item-has-children li {
  padding-left: 20px;
}
.mobile-nav .menu-item-has-children ul ul {
    background: #f1592a;
    margin: 0 -20px;
    padding-left: 30px;
}
.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}
.nav-menu{
    position: relative;
}
#header.header-scrolled nav.nav-menu::after{
    display: none;
}

.roundSec{
  position: relative;
}
#footer {
  padding: 50px 0 10px;
}
.footer-info img {
    height: 50px;
    float: left;
    display: block;
    margin-bottom: 20px;
}
.footer-info p {
    width: 100%;
    display: block;
    clear: both;
}
.footer-links p a, .footer-links p {
    font-size: 16px;
    line-height: 30px;
    color: #666;
    font-weight: 400;
}
ul.socail-icons li a i {
    width: 36px;
    height: 36px;
    border-radius: 18px;
    background-color: rgba(68,208,137,0);
    border: 2px solid #44d089;
    color: #44d089;
    position: relative;
    font-size: 20px;
    padding: 0;
    float: left;
    margin: 0 5px 0px 0;
    line-height: 36px;
    text-align: center;
}
.footer-links ul.socail-icons {
    text-align: center;
    margin: 0 0 30px;
}
ul.socail-icons li a:hover i {
    color: #346fb2;
    border-color: #346fb2;
}
.footer-links ul.socail-icons li{
    display: inline-block;
    padding: 0;
}
.footer-links ul.socail-icons li i::before{
    font-family: 'Font Awesome 5 Brands';
}
#footer h5 {
    font-size: 24px;
    line-height: 20px;
    color: #000;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 25px;
    text-align: left;
}
.footer-links li a {
    font-size: 14px;
    line-height: 20px;
    color: #666;
    font-weight: 400;
}
.footer-links li {
        font-size: 16px;
    color: #9d9d9d;
    font-weight: 400;
    text-align: left;
}
.footer-links ul li {
    list-style: none;
    display: block;
    padding: 5px 0px;
    line-height: 18px;
}
.footer-links ul {
    padding: 0px;
}
.footer-links p {
    line-height: 24px;
    color: #666;
    font-size: 14px;
    text-align:left;
}
.lastfull-info {
    border-top: 1px solid #ddd;
    padding-top: 20px;
}
.lastfull-info p {
    color: #9d9d9d;
    font-size: 14px;
}
footer a {
    color: #5ed189;
}
.text-left p{
    text-align:left;
}
.text-right p{
    text-align:right;
}
.banner .carousel{
    width: 100%;
    height: 100%;
}
.footer-links ul li:hover a {
    color: #5ed189;
}
.footer-info ul li i {
    position: absolute;
    left: 0;
    font-size: 17px;
    color: #5ed189;
    top: 12px;
}
.footer-info ul li i.fa-phone{
  transform: rotate( -265deg );
}
.footer-info ul li {
    padding: 10px 0 10px 40px;
}
.footer-info ul li {
    padding-left: 30px;
    position: relative;
}
.sec3 .container .row {
    position: relative;
}
.inner-slider .bannerImage img {
    height: 300px;
    object-fit: cover;
}
.mainSlider.inner-slider {
    background: #fff;
}
.mainSlider.inner-slider .bannerText h1 {
    font-size: 60px;
    font-weight: 600;
    padding: 50px 0 0;
}
.mainSlider.inner-slider .bannerText h1::before, .mainSlider.inner-slider .bannerText h1::after {
    content: '';
    width: 90px;
    height: 3px;
    background: #fff;
    position: absolute;
    top: 83px;
    margin: 0px 0px 0 -110px;
    display: none;
}
.mainSlider.inner-slider .bannerText h1 {
    font-size: 60px;
    font-weight: 600;
    padding: 50px 0 0;
}
.mainSlider.inner-slider .bannerImage::before {
    background-image: linear-gradient(180deg, rgb(0 0 0 / 33%) 0%, rgba(255,255,255,0) 100%);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    content: '';
}
.mainSlider.inner-slider .bannerText h1::after {
    margin: 0 0px 0 20px;
}
.mainSlider.inner-slider .swiper-container {
    margin: 0;
}
.abt-sec1::before, .abt-img::before, .form::before{
    content: '';
    width: 28%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(186 200 212 / 21%);
}
.abt-sec1::before{
    width: 23%;
}
.abt-img::before, .form::before{
    background: #44d089;
    width: 330px;
    top: -20px;
    left: -20px;
}
.form::before{
    width: 100%;
        background: #346fb2;
            top: -30px;
    left: -30px;
}
.frm-content{
    filter: drop-shadow(0 0 19px rgba(0,0,0,0.75));
    background: #fff;
    position: relative;
    height: 100%;
    padding: 30px;
}
.abt-sec1 img {
    filter: drop-shadow(0px 9px 9px rgba(0,0,0,0.75));
    background-color: #e1e1e1;
    width: 400px;
    height: 500px;
    object-fit: cover;
    border: 5px solid #fff;
}
.abt-sec1{
    background: rgb(186 200 212 / 9%);
}
.abt-img, .form{
    position: relative;
}
.common-layout p {
    padding: 0 0 15px;
}
.cont-card{
    background: #346fb2;
        padding: 30px;
            display: flex;
    align-items: center;
    height: 100%;
}
.contact-sec::before{
    display: none;
}
.map iframe {
    width: 100%;
    height: 300px;
}
.cont-card li i {
    width: 42px;
    height: 42px;
    border-radius: 21px;
    filter: unset;
    background-color: #44d089;
    text-align: center;
    line-height: 42px;
    color: #fff;
    margin: 0 30px 0 0;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.53);
}
.cont-card li .fa-phone{
	transform: rotate(98deg);
}
.cont-card ul {
    margin: 0px auto;
}
.cont-card ul li {
    display: flex;
    align-items: center;
    color: #fff;
    margin: 25px 0;
    clear: both;
}
.cont-card ul li a{
    color: #fff;
}
.form {
    height: 100%;
}
.frm-content input, .frm-content textarea {
    border: 1px solid #000;
    padding: 16px !important;
    text-align: center;
    letter-spacing: 2px;
}
.frm-content .gform_wrapper.gravity-theme .gfield textarea.large {
    height: 100px;
}
.frm-content h3 {
    margin: 0 0 20px;
    font-size: 23px;
}
.frm-content .gform_footer.top_label input{
    background: transparent;
    border: 0;
    padding: 7px;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 24px;
    color: #000000;
    font-weight: 500;
    text-transform: uppercase;
}

.frm-content .gform_footer.top_label{
    position: relative;
    padding: 0;
}
.frm-content .gform_footer.top_label::before,  .apply-frm .gform_footer.top_label::before {
    top: 20px;
    z-index: -1;
}


/*resources pg css*/

.client-login {
  background: #f3f3f3;
}
.client-login a{
  color: #000;
}
.client-login .we-box:hover {
  box-shadow: unset;
 /* background: #346fb2;*/
  transition: all 0.3s ease-in-out;
}
.client-login a .we-box:hover{
  color: #fff;
}
.client-login .we-box {
  padding: 25px 25px 20px;
  box-shadow: 2px 2px 10px 4px rgba(111, 111, 111, 0.09);
transition: all 0.3s ease-in-out;
background: #fff;
min-height: 155px;
display: flex;
justify-content: center;
align-items: center;
}
.client-login .we-box img{
  width: 200px;
}


/*formcrs css*/
.formcrs{
  background-color: #f3f3f3;
}
.formcrs h4, .formcrs h5{
  margin-bottom: 20px;
  color: #346fb2;
}
.formcrs strong{
font-weight: 500;
}
.formcrs ul{
padding-left: 25px;
}
.formcrs ul li{
  list-style: circle;
}


/*join-pg css*/
.join-pg{
  background-color: #f3f3f3;
}
.join-pg h6{
  font-size: 20px;
  font-weight: normal;
  margin: 20px 0;
  line-height: 30px;
}
.join-pg .abt-img img{
  max-height: 275px;
max-width: 400px;
width: 100%;
object-fit: cover;
}
.join-pg .btn-box{
  margin-top: 10px;
background: #fff;
padding: 20px 10px;
border-radius: 5px;
}
.join-pg .btn-box .cta {
  margin: 5px 0 0;
}



/*apply job pg css*/
.apply-job{
  background-color: #f3f3f3;
}
.apply-job .apply-frm{
  padding: 25px 35px 20px;
border: 2px solid #346fb2;
border-radius: 10px;
background-color: #ffffff;
filter: drop-shadow(0px 9px 7px rgba(0,0,0,0.15));
}
.apply-frm  .gform_footer.top_label input{
    background: transparent;
    border: 0;
    padding: 7px;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 24px;
    color: #000000;
    font-weight: 500;
    text-transform: uppercase;
}
.apply-frm .gform_footer.top_label {
  position: relative;
  padding: 0;
}

.apply-frm .gform_footer.top_label::before {
  content: "";
  position: absolute;
  top: 12px;
  left: -8px;
  display: block;
  border-radius: 28px;
  background: #44d089;
  width: 46px;
  height: 46px;
  transition: all 0.3s ease;
 z-index: -1;
}
.apply-frm #field_2_2 {
  display: none;
}
.apply-frm .gform_wrapper.gravity-theme .gfield_label, .apply-frm .gform_wrapper.gravity-theme .gfield input.large {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 7px;
  display: inline-block;
}
.apply-frm .gform_wrapper.gravity-theme input[type="text"], .apply-frm #field_2_7 {
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 3px;
}




/*.posting details pg css*/
.posting-d{
background-color: #f3f3f3;
}
.posting-d.common-layout h2 {
  margin-bottom: 20px;
}
.posting-d #job_actions{
margin: 1rem 0 0;
padding: 0;
}
.posting-d ul{
  padding-left: 15px;
  margin-bottom: 16px;
}
.posting-d li {
  list-style: circle;
}
.posting-d #job_actions li {
    float: left;
    width: 13%;
    list-style: none;
}




/*job posting pg css*/
.posting{
  background-color: #f3f3f3;
 /* padding-top: 0;*/
}
.posting .career-card {
  padding: 30px;
  border-radius: 8px;
  background-color: #ffffff;
  transition: all 0.5s;
  min-height: 195px;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}
.posting .career-card:hover {
  filter: drop-shadow(0px 9px 11px rgba(0,0,0,0.15));
  transition: all 0.5s;
  transform: scale(1.1);
}
.career-card h5 {
  font-size: 24px;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
}

.posting .search{
        border: 1px solid #c4c4c4;
        width: 100%;
        max-width: 500px;
        overflow-x: hidden;
        border-radius: 50px;
        font-size: 18px;
        position: relative;
            margin: 0px auto 45px;
    display: flex;
    align-items: center;
    }
   .posting .search input{
        width: calc(100% - 100px);
        height:100%;
        border: none;
        padding: 8px 20px;
        outline: none;
        font-size: 18px;
        background: transparent;
    }
  .posting  .button-src{
        padding: 10px; 
        display: inline-block;
    }
   .posting .button-src button{
        border: none;
        margin: 0px;
        cursor: pointer;
        width: max-content;
display: flex;
font-size: 14px;
color: #ffffff;
font-weight: 400;
align-items: center;
padding: 12px 25px;
background: #346fb2;
border-radius: 0 20px 20px 20px;
overflow: hidden;
text-transform: uppercase;
    }


/*career pg css*/
.career {
    background: #f3f3f3;
    padding-bottom: 0;
}
.career h5 {
    font-style: italic;
    font-size: 25px;
    line-height: 35px;
    text-align: center;
}
.career h5 a {
    text-decoration: underline;
    color: #000;
}


/*team detail pg css*/
.our-team-d {
background: #f5f5f5;
}
.our-team-d .team-member-card {
    width: 100%;
    color: #000;
   max-width: 376px;
    margin: 0 10px 28px 0;
    float:left;
}
.our-team-d .team-member-card .team-img{
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
}
.our-team-d .team-member-card .team-img img {
    width: 350px;
    object-fit: cover;
    height: 350px;
    object-position: top;
    border: 5px solid #fff;
    box-shadow: -3px 7px 5px -6px rgba(0,0,0,0.75);
    -webkit-box-shadow: -3px 7px 5px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: -3px 7px 5px -6px rgba(0,0,0,0.75);
}

.our-team-d h3{
  margin-bottom: 1rem;
}
.our-team-d h5{
  margin-bottom: 1rem;
  font-weight: normal;
}

/*firm pg css*/
.firm-sec{
  padding-top: 0;
}
.firm-img img {
  width: 100%;
  max-width: 440px;
}
.team-box{
border: 3px solid #44d089;
padding: 20px;
text-align: center;
margin-top: 100px;
border-radius: 4px;
min-height: 265px;
 transition: all .3s ease-in-out;
}
.team-box:hover {
  transform: scale(0.9);
  transition: all .3s ease-in-out;
}
.team-box h3{
margin-bottom: 11px;
/*min-height: 70px;*/
font-size: 19px;
text-transform: capitalize;
}
.team-box .member-img img{
  border-radius: 50%;
width: 200px;
height: 200px;
margin: -75px auto 15px;
object-fit: cover;
}
a .team-box p, a .team-box h3, a .team-box h5{
  color: #000;
}

.firm-lst{
  background-color: #346fb2;
  color: #fff;
}
.firm-lst h5{
  color: #fff;
  margin-bottom: 10px;
}
.firm-lst h5 a{
  color: #000;
}


/*advantage pg css new*/

.adv-lst .imageBox {
    position: relative;
    display: block;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    transition: all 0.5s;
    margin-top: 40px;
}
.adv-lst .col-lg-3 {
  width: 20%;
}
.adv-lst .imageBox .bg-color {
height: 205px;
width: 100%;
background: #f3f3f3;
transition: all 0.5s;
filter: drop-shadow(0px 5px 10.5px rgba(0, 0, 0, 0.06));
border-bottom: 4px solid #44d089;
border-radius: 5px;
}
.adv-lst .imageBox:hover .bg-color {
    transition: all 0.5s;
}

.adv-lst .bg-color:hover {
    opacity: 0.7;
    transition: all 0.5s;
}
.adv-lst .imageBox p {
    height: 0;
    opacity: 0;
    visibility: hidden;
    margin: 5px;
    line-height: 1.5em;
    transition: all 0.5s;
    font-size: 16px;
line-height: 22px;
}

.adv-lst .content {
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    margin: auto;
    padding: 20px 10px;
    z-index: 2;
    height: 3em;
    transition: all 0.2s ease;
    text-align: center;
    transition: all 0.5s;
    width: 100%;
}

.adv-lst .imageBox:hover .content {
    height: auto;
    transition: all 0.2s ease;
}
.adv-lst .content h4 {
    text-transform: capitalize;
    font-size: 19px;
    transition: all 0.5s;
}

.adv-lst .imageBox:hover p {
    height: 3em;
    opacity: 1;
    visibility: visible;
    transition: all 0.2s ease;
}


.service {
    width: 100%;
    position: relative;
    padding: 0 0 40px;
}

.service .textBox h4 {
    line-height: 35px;
    margin-top: 16px;
}
.commn-layout.service h6::after {
    left: 123px;
}
.commn-layout.service h2 span {
    display: block;
}

.service .imageBox {
    position: relative;
    display: block;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    margin-bottom: 30px;
}
.service .imageBox::before {
    content: "";
    width: calc(100% + 30px);
    height: 100%;
    bottom: 0;
    position: absolute;
    /*background: linear-gradient(transparent, hsl(0deg 0% 0% / 83%));*/
    z-index: 1;
    background: #0000005c;
}
.service .imageBox img {
    height: 310px;
    width: 422px;
    object-fit: cover;
    z-index: -1;
}
.service .imageBox:hover::before {
    background: #000000a3;
}
.service .imageBox:hover img {
    filter: grayscale(1);
}

.service img:hover {
    opacity: 0.7;
}
.service .imageBox a p {
    z-index: 1;
}
.service p {
    height: 0;
    opacity: 0;
    visibility: hidden;
    margin: 5px;
    line-height: 24px;
}

.service .first .textBox {
    padding-top: 100px;
}

.service .content {
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    margin: auto;
    padding: 0 1em;
    z-index: 2;
    height: 1em;
    transition: all 0.2s ease;
    text-align: center;
}
.service .content img {
    width: 35px;
    height: 35px;
    display: block;
    z-index: 100;
    opacity: 1;
    margin: 0 auto;
    transition: all 0.2s ease;
    margin-top: 7px;
}
.imageBox:hover .content img {
    filter: grayscale(0);
}
.service a {
    color: #fff;
}
.service .imageBox:hover .content {
    height: 12em;
    transition: all 0.2s ease;
}
.service .content h4 {
    text-transform: uppercase;
    font-size: 20px;
}

.service .imageBox:hover p {
    height: 3em;
    opacity: 1;
    visibility: visible;
    transition: all 0.2s ease;
}


/*ADVANTAGES pg css*/
.new-sec{
  padding: 0 0 30px 0;
}
.about-pg .abt-img::before {
  display: none;
}
.inner-slider p{
    text-transform: uppercase;
color: #fff;
letter-spacing: 7px;
font-size: 13px;
}
.adv-sec, .adv-sec1{
    position: relative;
    padding-top: 0;
}
.adv-sec::before {
content: "";
position: absolute;
width: 44%;
height: 55%;
left: 0;
top: 17%;
background: #bac8d4;
}

.adv-sec1::before {
content: "";
position: absolute;
width: 54%;
height: 55%;
right: 0;
top: 16%;
background: #bac8d4;
}
.adv-box{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.adv-sec1 .adv-box{
    justify-content: flex-start;
}
.adv-heading{
    padding-right: 0;
margin-right: -35px;
position: relative;
right: 0;
z-index: 3;
color: #fff;
text-align: right;
}
.adv-sec1 .adv-heading{
margin-left: -35px;
text-align: left;
}
.adv-img{
    padding-left: 0;
    z-index: 1;
}
.adv-img img {
max-width: 380px;
min-height: 330px;
width: 100%;
object-fit: cover;
}
.adv-lst{
    padding-top: 0;
}
.adv-lst h3{
  margin-bottom: 20px;
}



.about-pg .abt-img::before {
  display: none;
}
/*about pg css*/
.about-pg{
    padding-bottom: 20px;
}
.about-pg .main-box{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.about-pg .text-box{
    margin-bottom: 20px;
}
.about-pg .main-box .left{
background-color: #44d089;
padding: 16px;
border-radius: 50%;
width: 70px;
height: 70px;
text-align: center;
line-height: 21px;
margin-right: 40px;
color: #fff;
}
.about-pg .main-box .right h4{
text-transform: uppercase;
}
.about-pg h4{
margin-bottom: 10px;
text-transform: uppercase;
}
.about-pg .text-box ul{
padding-left: 15px;
}
.about-pg .text-box ul li{
  list-style: circle;
}
@media (min-width: 1850px) and (max-width: 1920px) {}
@media screen and (max-width: 1440px) {
}


@media screen and (max-width: 1366px) {
    .nav-menu .menu-item-has-children .menu-item-has-children ul {
    left: -90%;
  }
  .nav-menu .menu-item-has-children .menu-item-has-children:hover > ul {
    left: -82%;
  }
    .sec3 .swiper-button-prev{
            left: 26.7%;
    }
    .sec3 .swiper-button-next{
            right: 26.7%;
    }
}

@media screen and (max-width: 1199px) {
.our-team-d .team-member-card {
  margin: 0 auto 28px auto;
  float: none;
}
.vv {
  float: none !important;
  width: 100% !important;
  text-align: center;
}
.team-box {
  min-height: 307px;
}
.common-layout.firm-sec {
  padding-top: 0;
}
.about-pg .text-box {
  margin-bottom: 0;
}
.about-pg .mt-5 {
  margin-top: 1rem !important;
}
.adv-pg {
  text-align: center;
}
.roundHead {
  left: 0;
  top: 57%;
  width: 398px;
}

.nav-menu a {
  font-size: 13px;
  }
  h1.logo img {
  width: 189px;
}
.serPar {
  padding: 90px 30px 0;
}
.adv-lst .col-lg-3 {
  width: 25%;
}
.service p {
  line-height: 22px;
  font-size: 16px;
}
.join-pg .abt-img {
  max-width: 400px;
margin: 0 auto;
}
.posting-d #job_actions {
  display: flex;
  justify-content: center;
}
.posting-d {
  text-align: center;
}
.posting-d li {
  text-align: left;
}
.posting-d #job_actions li {
  float: none;
  width: max-content;
}
.client-login .we-box {
  margin-bottom: 10px;
}
.team-box h3 {
  font-size: 20px;
}
.sec2::before {
  width: 100%;
}

.common-layout {
  padding: 40px 0;
}
.new-sec {
  padding: 0 0 20px 0;
}
.adv-img img {
  min-height: auto;
}
.adv-box {
  display: block;
  align-items: center;
  text-align: center;
}
.adv-heading {
  margin-right: 0;
  color: #000;
  text-align: center;
  margin-bottom: 20px;
}
.adv-img {
  max-width: 300px;
  margin: 0 auto 20px;
}
.adv-sec1 .adv-heading {
  margin-left: 0;
  text-align: center;
}
.adv-lst {
  text-align: center;
}
.adv-sec1 .adv-box {
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column-reverse;
}
.adv-sec, .adv-sec1 {
  text-align: center;
}
.adv-sec::before, .adv-sec1::before {
  display: none;
}
.sec3 .swiper-slide {
  width: 563px !important;
}
.sec3 .swiper-button-prev {
  left: 21.7%;
}
.sec3 .swiper-button-next {
  right: 21.7%;
}
.sec3 .swiper-container {
  width: 563px;
  height: 563px;
}
.serInner img {
  width: 40px;
}
.serviceList .col-lg-3 {
  padding-left: 20px;
}
}

@media screen and (max-width: 991px) {
.serviceList .col-lg-3:last-child .serInner {
  padding: 0 30px 30px;
}
.serviceList .container {
  padding: 0 15px !important;
}
.serviceList .col-lg-3 {
 border-right: 0;
width: 35%;
margin: 0 auto 10px;
}
.footer-links .menu li {
  text-align: center;
}
li.space {
  display: none;
}
.adv-lst .col-lg-3 {
  width: 100%;
}
.service .imageBox, .adv-lst .imageBox {
  text-align: center;
  max-width: 422px;
  margin: 0 auto 30px;
}
.service .content {
padding: 0px 10px;
height: 9em;
text-align: center;
}
.adv-lst .content {
padding: 20px 25px 10px;
height: 100%;
position: relative;
}
.service .imageBox:hover p {
  height: unset;
  opacity: unset;
  visibility: unset;
  transition: all 0.2s ease;
}
.adv-lst .imageBox:hover p {
  height: 3em;
  opacity: 1;
  visibility: visible;
  transition: all 0.2s ease;
}
.adv-lst .imageBox p  {
  opacity: 1;
  visibility: visible;
  height: 100%;
}
.service p{
  opacity: 1;
  visibility: visible;
  line-height: 25px;
  font-size: 16px;
}
.adv-lst .imageBox .bg-color {
  height: 100%;
}
.adv-lst .imageBox:hover .content {
  height: auto;
  transition: all 0.2s ease;
}
.apply-job .apply-frm {
  filter: unset;
  text-align: left;
}
.apply-frm .gform_footer.top_label {
  text-align: center;
}
.posting .career-card {
  margin-bottom: 15px;
}
.team-box {
  min-height: auto;
}
.team-box h3 {
  min-height: auto;
}
.our-team-d .team-member-card {
  margin: 0 auto 10px auto;
  float: none;
}
.firm-img img {
  max-width: 300px;
  margin-bottom: 20px;
}
    #header .logo {
        left: 30px;
        right: 0;
        margin: 0;
        top:0;
    }
    .abt-sec1::before, .abt-img::before, .form::before, .frm-content .gform_footer.top_label::before{
        display: none;
    }
    .gform_footer.top_label input {
        border: 1px solid #44d089 !important;
        padding: 10px !important;
    }
    .abt-img {
        margin: 0 0 30px;
    }
    .about-pg .abt-img img{
        max-width: 300px;
    }
    .about-pg .main-box {
  display: block;
}
.about-pg .main-box .left {
  margin: 0 auto 10px;
}
    section{
        overflow-x:hidden;
    }
    .serPar {
        padding: 50px 20px 30px;
        text-align: center;
    }
    .roundHead {
       position: relative;
left: 0;
top: 0;
transform: unset;
text-align: center;
height: 369px;
border-radius: 50%;
border: 1px solid #5ed189;
margin: 0px auto;
background: #205c92;
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
width: 369px;
    }

    .roundHead h3{
        width: 100%;
        text-align:center;
        line-height: 67px;
position: relative;
top: 24px;
    }
    .roundSec img, .sec2::before{
        display: none;
    }
    .common-layout, .footer-links p {
        text-align: center;
    }
    .footer-info img {
        float: unset;
        margin: 0px auto 15px;
    }
    .sec2 .d-flex {
        display: block !important;
    }
    .sec2 img {
        margin: 10px 0 30px;
        float: unset;
    }
    .sec2 h2 {
        color: #000;
        margin: 0;
    }
    #footer h5 {
        margin: 20px 0 10px;
        text-align:center;
    }
    .footer-links ul {
        width: max-content;
        margin: 0px auto;
    }
    .footer-info ul li p {
        text-align: left;
    }
    .sec3 .swiper-button-prev, .sec3 .swiper-button-next{
        left: 13%;
    }
    .sec3 .row {
        position: relative;
    }
    .footer-links ul.socail-icons {
        text-align: center;
        margin: 0 auto 20px;
        display: block;
    }
    .sec3 .swiper-button-next{
        right: 12%;
        left: unset;
    }
    .sec3 .swiper-button-prev, .sec3 .swiper-button-next {
  width: 35px;
  height: 35px;
  }
    .text-left p, .text-right p {
        text-align: center;
    }
    .lastfull-info {
        padding: 5px 0;
    }
    #header.header-scrolled {
        height: 80px;
    }
    .bannerText h1 {
        font-size: 2.125rem;
        font-weight: 600;
    }
    .bannerText h1 span {
        letter-spacing: 2px;
    }
}

@media screen and (max-width: 767px) {
.roundHead {
  height: auto;
  padding: 40px 0;
}
.service .content {
padding: 20px 10px;
height: 100%;
text-align: center;
}
.serviceList .col-lg-3 {
  width: 100%;
}
.serInner {
  display: block;
  padding: 30px 0;
  text-align: center;
}
.sec3 .swiper-slide {
  width: 100% !important;
}
    .serInner {
        padding: 15px 30px;
    }
    .board-card {
        flex-wrap: wrap;
        justify-content: center;
    }
    .board-card > div {
        width: 100%;
    }
    .bannerImage img {
        min-height: 260px;
    }
    .socialMedia{
        display: none;
    }
    .mainSlider {
        padding: 90px 0px 0;
        min-height: 303px;
    }
    .mainSlider .swiper-container {
        margin-bottom: 0;
        height: 213px;
    }
    .sec3 .swiper-button-prev, .sec3 .swiper-button-next {
        left: 1%;
    }
    .common-layout h2 {
        font-size: 24px;
    }
    .blog-sec h5 {
        margin: 0 0 30px;
    }
    .sec3 .swiper-button-next {
        right: 1%;
        left: unset;
    }
    .blog-sec {
        padding: 0 50px;
    }
    .blog-sec p {
        margin: 10px 0 0;
    }
    .sec3 .swiper-container {
        height: auto;
        border: 0px;
            border-radius: 0;
    }
    .apply-job .apply-frm {
  padding: 15px 15px 5px;
  }
  .bannerText {
  width: 95%;
  top: 55%;
}
.mainSlider.inner-slider .bannerText h1 {
  font-size: 35px !important;
}
}

@media screen and (max-width: 575px) {
    .bannerText h1 {
        font-size: 1rem;
        font-weight: 500;
    }
    .bannerText h1 span {
  display: block;
  font-size: 22px;
  }
    .mainSlider.inner-slider .bannerText h1 {
        font-size: 40px;
        font-weight: 500;
        padding: 0 0 0;
    }
    .serInner img {
        width: 40px;
    }
    .roundHead {
        max-width: 100%;
        border-radius: 0;
    }
    .board-card {
        margin: 10px 0;
        padding: 15px 15px;
    }
    .mainSlider.inner-slider .bannerText h1::before, .mainSlider.inner-slider .bannerText h1::after{
        display: none;
    }
    .board-card h4 {
        font-size: 20px;
    }
    .common-layout {
        padding: 20px 0;
    }
    #header .logo {
  left: 0;
}
}

@media screen and (max-width: 375px){
	.mainSlider {
  min-height: 262px;
}
.mainSlider .swiper-container {
  height: 173px;
}
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
