@font-face {
    font-family: 'GothamPro-LightItalic';
    src: url('fonts/GothamPro-LightItalic.eot');
    src: url('fonts/GothamPro-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/GothamPro-LightItalic.woff2') format('woff2'),
        url('fonts/GothamPro-LightItalic.woff') format('woff'),
        url('fonts/GothamPro-LightItalic.ttf') format('truetype'),
        url('fonts/GothamPro-LightItalic.svg#GothamPro-LightItalic') format('svg');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'GothamPro';
    src: url('fonts/GothamPro.eot');
    src: url('fonts/GothamPro.eot?#iefix') format('embedded-opentype'),
        url('fonts/GothamPro.woff2') format('woff2'),
        url('fonts/GothamPro.woff') format('woff'),
        url('fonts/GothamPro.ttf') format('truetype'),
        url('fonts/GothamPro.svg#GothamPro') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamPro-Bold';
    src: url('fonts/GothamPro-Bold.eot');
    src: url('fonts/GothamPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/GothamPro-Bold.woff2') format('woff2'),
        url('fonts/GothamPro-Bold.woff') format('woff'),
        url('fonts/GothamPro-Bold.ttf') format('truetype'),
        url('fonts/GothamPro-Bold.svg#GothamPro-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'GothamPro-Black';
    src: url('fonts/GothamPro-Black.eot');
    src: url('fonts/GothamPro-Black.eot?#iefix') format('embedded-opentype'),
        url('fonts/GothamPro-Black.woff2') format('woff2'),
        url('fonts/GothamPro-Black.woff') format('woff'),
        url('fonts/GothamPro-Black.ttf') format('truetype'),
        url('fonts/GothamPro-Black.svg#GothamPro-Black') format('svg');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'GothamPro-Medium';
    src: url('fonts/GothamPro-Medium.eot');
    src: url('fonts/GothamPro-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/GothamPro-Medium.woff2') format('woff2'),
        url('fonts/GothamPro-Medium.woff') format('woff'),
        url('fonts/GothamPro-Medium.ttf') format('truetype'),
        url('fonts/GothamPro-Medium.svg#GothamPro-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'GothamPro-MediumItalic';
    src: url('fonts/GothamPro-MediumItalic.eot');
    src: url('fonts/GothamPro-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/GothamPro-MediumItalic.woff2') format('woff2'),
        url('fonts/GothamPro-MediumItalic.woff') format('woff'),
        url('fonts/GothamPro-MediumItalic.ttf') format('truetype'),
        url('fonts/GothamPro-MediumItalic.svg#GothamPro-MediumItalic') format('svg');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'GothamPro-Light';
    src: url('fonts/GothamPro-Light.eot');
    src: url('fonts/GothamPro-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/GothamPro-Light.woff2') format('woff2'),
        url('fonts/GothamPro-Light.woff') format('woff'),
        url('fonts/GothamPro-Light.ttf') format('truetype'),
        url('fonts/GothamPro-Light.svg#GothamPro-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

body{font-family: 'GothamPro';}
li{list-style-type:none !important;}
img{max-width:100%;}
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="email"],
input[type="tel"],
textarea,
.input-checkbox {
-webkit-appearance: none;
border-radius: 0;-webkit-border-radius:0;-webkit-box-shadow:none;box-shadow:none;outline:0;
}
h1,h2,h3,h4,h5,h6,p{margin:0px;letter-spacing:.30px;}
input:focus{outline:0;}
textarea:focus{outline:0;}
button:focus{outline:0;}
a{cursor: pointer;text-decoration:none;transition:all .4s;-webkit-transition:all .4s;-moz-transition:all .4s;-ms-transition:all .4s;-o-transition:all .4s;}
a:focus{text-decoration:none;outline:0;}
a:hover{text-decoration: none;}
.TC{text-align:center;}
.TL{text-align:left;}
.TR{text-align:right;}
.margin_auto{margin:auto;float:none;}
.padding{padding:0;}
.al{width:100%;height:100%;display:table;}
.alm{width:100%;height:100%;display:table-cell;vertical-align:middle;}

.container{
    width: 1200px;
    margin: 0 auto;
}
.main-binary-art{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.main-binary-sec{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.sub-binary-sec{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 25px 0px;
}
.nav-binary-sec{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.binary-left-logo{
    width: 500px;
}
.binary-right-nav{
    width: calc(100% - 500px);
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.binary-right-nav ul{
    margin: 0;
    padding:0;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}
.binary-right-nav ul li{
    display: inline-block;
    padding-right: 30px;
}
.binary-right-nav ul li a{
    font-size: 16px;
    color: #190c4b;
    line-height: 16px;
    font-family: 'GothamPro-Bold';
    text-transform: uppercase;
}
.scnd-sub-banner span{
    width: 100%;
    display: flex;
    padding-bottom: 15px;
}
.scnd-sub-banner span img{
    width: auto;
    height: auto;
}
.scnd-binary-banner{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.scnd-binary-banner img{
    width: 100%;
    height: 700px;
    object-fit: cover;
}
.scnd-bannner-sec{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    left: 0;
    right: 0;
    top: 60%;
    transform: translateY(-50%);
}
.scnd-sub-banner p{
    font-size: 35px;
    line-height: 38px;
    color: #fff;
    font-family: 'GothamPro-Light';
}
.scnd-sub-banner h2{
    font-size: 24px;
    line-height: 24px;
    font-family: 'GothamPro-Medium';
    color: #fff;
    margin-bottom: 0;
    margin-top: 30px;
    text-transform: uppercase;
}
.scnd-sub-banner {
    width: 60%;
}
.scnd-binary-banner:before{
    content: "";
    left: 0;
    right: 0;
    background-image: url(../images/back-baner.png);
    width: 60%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    top: 30px;
}
.third-binary-sec{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background-color: #eeedf1;
    position: relative;
    overflow: hidden;
    z-index: 9999999;
}
.third-binary-cntnt{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 120px 0px 150px 0px;

}
.third-binary-cntnt h2{
    font-size: 48px;
    line-height: 48px;
    color: #190c4b;
    text-align: center;
    font-family: 'GothamPro-Medium'; 
}
.third-binary-cntnt p{
    font-family: 'GothamPro-Medium'; 
    font-size: 18px;
    line-height: 35px;
    color: #333333;
    text-align: center;
        margin: 0;
    padding-top: 50px;
}
.third-binary-sec:before{
    content: "";
    /* left: 0; */
    right: 26px;
    position: absolute;
    background-image: url(../images/border.png);
    background-repeat: no-repeat;
    bottom: 0;
    width: 340px;
    height: 100%;
    top: 130px;
    transform: rotate(30deg);
    z-index: -9999999;
    overflow: hidden;

}
.fourth-binary-sec{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.fourth-binary-box{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 80px;
}
.fourth-first-box{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.fourth-binary-sec .third-binary-cntnt{
    padding: 80px 0 80px 0;
}
.fourth-binary-sec .third-binary-cntnt h2{
    margin: 0;
}
.fourth-first-box h3{
    font-size: 30px;
    line-height: 35px;
    font-family: 'GothamPro-Light';
    color: #190c4b; 
    margin: 0;
    padding-top: 20px;
    text-transform: uppercase;
    text-align: center;
    width: 70%;
    white-space: normal;
}
.fourth-binary-sec .fourth-binary-box .col-lg-3:nth-child(2) .forth-border-box{
    border:10px solid #575272;
}
.fourth-binary-sec .fourth-binary-box .col-lg-3:nth-child(3) .forth-border-box{
    border:10px solid #948fa6;
}
.fourth-binary-sec .fourth-binary-box .col-lg-3:nth-child(4) .forth-border-box{
    border:10px solid #c7c4d1;
}
.forth-border-box p{
    font-size: 18px;
    font-family: 'GothamPro-Bold';
    color: #c7c4d1;
    text-transform: uppercase;
    width: 100%;
    margin:0;
    position: relative;
    top: -50px;
}
.forth-border-box{
    width: 100%;
    border: 10px solid #190c4b;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.forth-border-box h2{
     font-size: 80px;
    color: #190c4b;
    font-family: 'GothamPro-Bold';
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.forth-border-box.forth-border-box-first-box h2{
    font-size: 60px;
}
.fifth-approch-sec{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background-color: #190c4b;
    position: relative;
    overflow: hidden;
}
/*.fifth-approch-sec:before{
    position: absolute;
    right: 0;
    content: "";
    background-image: url(../images/connect-img.png);
    background-repeat: no-repeat;
    width: 450px;
    height: 500px;
    top: 30px;
}*/
.left-approch-cntnt{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 100px 0px;
}
.left-approch-cntnt h2{
    font-size: 48px;
    color: #fff;
    font-family: 'GothamPro-Medium'; 
    margin: 0;
    text-transform: uppercase;
}
.left-approch-cntnt p{
    font-size: 18px;
    color: #fff;
    font-family: 'GothamPro-Medium'; 
    margin: 40px 0px;
}
.approch-btn{
    width: 100%;
    display: flex;
}
.approch-btn a{
    background-color: #fff;
    color: #190c4b;
    padding: 10px 25px;
    border-radius: 10px;
    text-transform: uppercase;
    font-family: 'GothamPro-Bold';
}
.six-inside-sec{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding:80px 0px 25px 0;
    background-color: #eeedf1;
    position: relative;
    overflow: hidden;
    z-index: 999999;
}
.six-inside-sec:before{
    content: "";
    position: absolute;
    right:0px;
    background-image: url(../images/i-border.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 70% 95%;
    width: 100%;
    height:1000px;
    top: -350px;
    z-index: -999999;
    /*transform: rotate(190deg);*/
}

.six-left-hed{
    width: 100%;
}
.six-left-hed h2{
    font-size: 48px;
    color:#190c4b;
    font-family: 'GothamPro-Medium';
    margin: 0;
    padding-bottom: 70px; 
}
.six-inside-main-box{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.six-inside-left-cntnt{
    width: 90%;
    padding-bottom: 55px;
}
.six-inside-left-cntnt h2{
    font-size: 18px;
    color:#190c4b;
    text-transform: uppercase;
    font-family: 'GothamPro-Bold';
    margin: 0;
    width: 70%;
    line-height: 22px;
}
.six-inside-left-cntnt p{
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    font-family: 'GothamPro-Medium';
    margin: 0;
    padding: 25px 0px;
}
.six-inside-main-box .col-lg-6{
    padding-left: 0;
}
.footer-sec{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.sub-footer-sec{
    width: 50%;
    padding: 80px 0 60px 0;
}
.sub-footer-sec h2{
    font-size: 48px;
    color:#190c4b;
    font-family: 'GothamPro-Medium'; 
    text-transform: uppercase;
    margin-bottom: 30px;
}
.sub-footer-sec h3{
    font-size: 48px;
    color: #333333;
    font-family: 'GothamPro-Light';
    text-transform: uppercase;
    margin: 0;
}
.sub-footer-sec a{
    font-size: 18px;
    color:#190c4b;
    font-family: 'GothamPro-Bold';
    text-transform: uppercase;     
    margin: 15px 0px;
    width: fit-content;
    display: flex;
}
.sub-footer-sec p{
    font-size: 18px;
    color: #333333;
    font-family: 'GothamPro-Light';
    line-height: 24px;
    text-transform: uppercase;
    margin: 0;
}
.new-btn a{
    background-color: #190c4b;
    color: #fff;
    margin: 25px 0px;
}
.sub-footer-sec span{
    font-size: 18px;
    color: #333333;
    font-family: 'GothamPro-Light'; 
}
.footer-scl{
    width: 100%;
    display: flex;
    margin-top: 25px;
}
.footer-scl ul{
    margin: 0;
    padding: 0;
    text-align: left;
}
.footer-scl ul li{
    display: inline-block;
    padding-right: 10px;
}
.footer-scl ul li a{
    font-size: 18px;
    color: #fff;
    background-color: #190c4b;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0;
}
.foorte-right-map {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    position: absolute;
    /* left: 0; */
    right: 0;
    height: 100%;
    /* bottom: 0; */
    top: 0;
}
.img-sec{
    width: auto;
    position: absolute;
    left: 0;
    bottom: 0;
}
.img-sec img{
    width: auto;
}
.binary-right-nav ul li:last-child{
    padding-right: 0;
}
.binary-left-logo img{
    width: 100%;
    max-width: 370px;
}
.main-menu-icon {
    width: auto;
    float: right;
    display: none;
}
.main-menu-icon a {
    position: relative;
    height: 16px;
    line-height: 15px;
    float: left;
}
.main-menu-icon a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background-color: #190c4b;
    transition: all 0.4s;
}
.main-menu-icon a span {
    height: 4px;
    width: 25px;
    background-color: #190c4b;
    line-height: 13px;
    float: left;
    margin-top: 6px;
}
.main-menu-icon a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background-color: #190c4b;
    transition: all 0.4s;
}
.menu-open:before{
    transform: rotate(-45deg);
    top: 6.5px !important;
}
.menu-open:after{
    transform: rotate(45deg);
    bottom: 5px !important;
}
.menu-open span{
    opacity: 0;
}
.binary-right-nav ul li.responsive{
    display: none;
}
.binary-right-nav ul li.desktop{
    display: block;
}
.responsive-slide{
    display: none;
}
.desktop{
    display: block;
}
.responsive{
    display: none;
}
.desktop-img{
    display: block;
}
.respo-img{
    display: none;
}
.respo-none{
    display: block;
}

#who_we_are #who_we_are .third-binary-cntnt{
    padding: 0px 0px 0px 0px;
}

#who_we_are #who_we_are.third-binary-sec:before{
        top: 45px;
        width: 0;
}

.fifth-approch-sec-img{
    position: absolute;
    right: -26px;
    width: 480px;
    height: 500px;
    top: 30px;
}

.fifth-approch-sec-img img{width: 100%;}

div#who_we_are.third-binary-sec .third-binary-sec{background: transparent;}


.six-left-hed.six-left-hed-inner p{ 
	font-size: 18px;
    color: #333333;
    font-family: 'GothamPro-Light';
    line-height: 24px;
    margin: 0;
}


.yieldlodger_main.container1{width: 100%;margin: 0 auto;}
.yieldlodger_login{width: 40%;margin: 0 auto;}
.yieldlodger_login{margin-top: 5%;}
.yieldlodger_login .yieldlodger_form_field{padding: 10px;}
.yieldlodger_login_logo {
  padding: 7px;
}

.yieldlodger_login_logo img{
  object-fit: cover;
}
.yieldlodger_login .yieldlodger_form_field input {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: 'GothamPro-Medium';
}
.yieldlodger_login .yieldlodger_form_field label {
  font-family: 'GothamPro-Medium';
  font-size: 18px;
  line-height: 35px;
  color: #333333;
  text-align: center;
  margin: 0;
}
.yieldlodger_login .yieldlodger_form_field .yieldlodger_submit {
  background-color: #180c4a;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
  font-family: 'GothamPro-Medium';
}

.yieldlodger_login .yieldlodger_form_field .yieldlodger_form_for_password{
  float: right;
  color:#180c4a;
  text-decoration: none;
  font-family: 'GothamPro-Medium';
}
.yieldlodger_login .yieldlodger_form_field .yieldlodger_form_signup{
  color:#180c4a;
  text-decoration: none;
  font-family: 'GothamPro-Medium';
}