@font-face {
    font-family: 'gothambook';
    src: url('../fonts/Gotham-Bold.woff2') format('woff2'),
        url('../fonts/Gotham-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'gothambook';
    src: url('../fonts/Gotham-BoldItalic.woff2') format('woff2'),
        url('../fonts/Gotham-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'gothambook';
    src: url('../fonts/Gotham-Black.woff2') format('woff2'),
        url('../fonts/Gotham-Black.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'gothambook';
    src: url('../fonts/Gotham-Bold.woff2') format('woff2'),
        url('../fonts/Gotham-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'gothambook';
    src: url('../fonts/Gotham-BookItalic.woff2') format('woff2'),
        url('../fonts/Gotham-BookItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'gothambook';
    src: url('../fonts/Gotham-Light.woff2') format('woff2'),
        url('../fonts/Gotham-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'gothambook';
    src: url('../fonts/Gotham-Medium.woff2') format('woff2'),
        url('../fonts/Gotham-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'gothambook';
    src: url('../fonts/Gotham-ThinItalic.woff2') format('woff2'),
        url('../fonts/Gotham-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'gothambook';
    src: url('../fonts/Gotham-Medium.woff2') format('woff2'),
        url('../fonts/Gotham-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'gothambook';
    src: url('../fonts/Gotham-Thin.woff2') format('woff2'),
        url('../fonts/Gotham-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'gothambook';
    src: url('../fonts/Gotham-Light.woff2') format('woff2'),
        url('../fonts/Gotham-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'gothambook';
    src: url('../fonts/Gotham-Book.woff2') format('woff2'),
        url('../fonts/Gotham-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'gothambook';
    src: url('../fonts/Gotham-BookItalic.woff2') format('woff2'),
        url('../fonts/Gotham-BookItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'gothambook';
    src: url('../fonts/Gotham-LightItalic.woff2') format('woff2'),
        url('../fonts/Gotham-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'gothambook';
    src: url('../fonts/Gotham-MediumItalic.woff2') format('woff2'),
        url('../fonts/Gotham-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'gothambook';
    src: url('../fonts/Gotham-UltraItalic.woff2') format('woff2'),
        url('../fonts/Gotham-UltraItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'gothambook';
    src: url('../fonts/Gotham-XLightItalic.woff2') format('woff2'),
        url('../fonts/Gotham-XLightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'gothambook';
    src: url('../fonts/Gotham-XLight.woff2') format('woff2'),
        url('../fonts/Gotham-XLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


body,html{width:100%;margin:0;padding:0;scroll-behavior:smooth; } 
ol,ul{padding:0;margin:0;list-style:none}
p{margin:0}
.wrapper{width:100%;margin:0 auto}
.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px;max-width: 100%;}
.logo-wrapper {
    padding: 15px 0;
}
.logo-wrapper img {
    max-width: 340px;
}
.form-inner {
	
	background: #fff;
    width: 45%;
    border-radius: 10px;
    overflow: hidden;
    padding: 20px;
    position: absolute;
    right: 0;
    bottom: auto;
    box-shadow: 0px -1px 11px 1px #585858;
    top: 50%; 
    transform: translateY(-50%);
	
   /* background: #fff;
    width: 45%;
    border-radius: 10px;
    overflow: hidden;
    padding: 20px;
    position: absolute;
    right: 0;
    bottom: -10px;
    bottom: 100px;
    box-shadow: 0px -1px 11px 1px #585858;*/

}
.form-inner h2{
    margin: 0;
    font-size: 30px;
    border-bottom: 2px solid #2d3192;
    padding-bottom: 10px;
    margin-bottom: 15px;
    max-width: 520px;
}
.form-inner .col-6{
    width: 46%;
    float: left;
    margin-bottom: 15px;
    padding: 0 10px 15px;
	position:relative;

}
.form-inner .col-7{
    width: 55%;
    float: left;
    margin-bottom: 15px;
    padding: 0 10px;
}
.form-inner .col-9{
    width: 75%;
    float: left;
    margin-bottom: 15px;
    padding: 0 10px;


}
.col-4 {
    width: 35%;
    float: left;
    margin-bottom: 15px;
    padding: 0 10px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    padding-top: 50px;
}
input.input-design,select,textarea {
    background: #e9e9e9;
    box-shadow: none;
    border: none;
    padding: 17px 35px;
    font-size: 20px;
    border-radius: 10px;
    border-bottom: 1px solid #5f5f5f;
    width: 100%;
    box-sizing: border-box;
    height: 58px;
}
.form-inner label {
    font-size: 17px;
    color: #777777;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}
footer {
    background: #434343;
    padding: 70px 0;
}

.footer-logo{
    max-width: 150px;    
}
.footer-logo img {
    width: 100%;
}
.footer-inner{
    display: flex;
    flex-direction: row;
}
.footer-inner:after{
    content: "";
    display: block;
    clear: both;
}
.footer-inner .col-4{
    width: 25%;
    float: none;
}
.footer-inner ul li{
    margin-bottom: 20px;
    text-align: left;
}
.footer-inner ul li a.head{
    font-weight: 600;
}
.footer-inner ul li a {
    font-size: 20px;
    color: #a1a1a1;
    text-decoration: none;
    transition: 0.2s ease all;
}
.footer-inner ul li a:hover{
    color: #000;
}
.scale-inner {
    position: relative;
}
.scale-inner ul li {
    font-size: 21px;
    padding: 10px 15px;
    background: #e3e3e3;
    margin-bottom: 25px;
    line-height: 30px;
	    width: 57%;
}
.scale-inner ul li p {
    max-width: 642px;
}
.scale-inner ul li p span{
    font-weight: 600;
}
.brand-btn {
    text-align: center;
    padding: 40px 0 30px;
}
button.byi-atc-btn {
    background: #1b67bf;
    font-size: 15px;
    font-weight: 600;
    border: none;
    color: #fff;
    min-height: 35px;
    min-width: 176px;
    border-radius: 34px;
    cursor: pointer;
    padding: 14px 25px;
	margin-top: -13px;
}
a.byi-atc-btn {
	text-decoration: none;
    background: #1b67bf;
    font-size: 15px;
    font-weight: 600;
    border: none;
    color: #fff;
    min-height: 35px;
    min-width: 176px;
    border-radius: 34px;
    cursor: pointer;
    padding: 14px 25px;
}
.mask-image {
    position: absolute;
    /*width: 39%;
    top: 36%;
    right: 0;*/ 
	
	width: 41%; 
    top: 36%;  
    right: -19px; 
    transform: translateY(-50%);
}
.mask-image img {
    width: 100%;
}
.layer-inner ul {
    display: flex;
    padding: 75px 0;
    justify-content: space-between;

}
.layer-inner ul li {
    font-size: 18px;
    max-width: 33.33%;
    padding: 0 15px;


}
.layer-inner ul li h2{
    padding-right: 60px;
    position: relative;
	font-size: 24px;  
}
.layer-inner ul li h2:after{
    content: "";
    position: absolute;
    width: 54px;
    height: 50px;
    background-image: url(../images/icon-1.png);
    background-repeat: no-repeat;
    right: 5px;  
    top: -15px;

}
.layer-inner ul li.icon-2 h2:after{
    background-image: url(../images/icon-2.png);
}
.layer-inner ul li.icon-3 h2:after{
    background-image: url(../images/icon-3.png);
}
.layer-inner ul li p {
    font-size: 21px;
}
.main-banner-inner{
   /* min-height: 900px;*/
    min-height: 500px;
    position: relative;

}
.main-banner{
    background-image: url(../images/banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.head-tag {
    color: #fff;
    font-size: 32px;
    margin: 0;
    position: absolute;
    /* bottom: 70px;*/
    bottom: 248px;
    top: 35%;
}
.head-tag h1{
    margin: 0;
	font-size: 1.2em;
}
@media (min-width:768px){
.container{width:720px}
}
@media (min-width:992px){
.container{width:970px}
.deposit-inner-botton{margin-top:60px}
}
@media (min-width:1200px){
.container{width:1180px}
}
@media (min-width:1400px){
    .container{width:1380px}
 
}

@media (min-width:1600px){
    .container{width:1530px}
}
@media (max-width:1400px){
    .col-4{
        padding-top: 30px;
    }
    .head-tag{
            font-size: 20px;
    }
    .main-banner-inner{
        /*min-height: 760px;*/
        min-height: 600px;
    }
    .layer-inner ul li p {
        font-size: 18px;
        line-height: 22px;
    
    }
    .layer-inner ul li h2{
        font-size: 16px;
    }
    .scale-inner ul li{
        font-size: 17px;
    }
    .footer-inner ul li a{
        font-size: 18px;
    }
    .form-inner h2{
        font-size: 19px;
		line-height: 1.2;  
    }
    input.input-design, select, textarea{
        height: 48px;
        padding: 12px 32px;

    }
}
@media (max-width:1199px){
.best-trx{height:560px}

}
@media (max-width:1200px){
    .scale-inner ul li p {
       /* max-width: 612px;*/
		   
		max-width: 494px;
    font-size: 16px;
    line-height: normal;
    }
    .layer-inner ul li{
        font-size: 15px;
    }
    .layer-inner ul li h2:after{
        right: 0;
    }
    .form-inner{
        width: 52%;
    }
    .head-tag{
        /*top: 30px;*/
        top: 250px;

    }
}
@media (max-width:1023px){
    .main-banner-inner{
        min-height: auto;
    }
    .head-tag{
        left: 50%;
        transform: translateX(-50%);
    }
    .main-banner-inner-master {
        min-height: 280px;
        background-image: url(../images/banner.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .form-inner{
        position: relative;
        width: 97%;
        right: 0;
        left: 0;
        padding: 0; 
        margin: 0 auto;
		bottom: -241px;

    }
    .form-inner .col-6,.form-inner .col-9,.form-inner .col-7,.col-4{
        width: 100%;
        float: none;
    }
    input.input-design, select, textarea{
        width: 94%;
    }
    .main-banner{
        background-image:none;
    }
    .banner-bottom {
        /*margin-top: -118px;*/
        margin-top: -55px;
    }
    .head-tag{
        font-size: 17px;
    left: 0;
    top: auto;
    position: relative;
    transform: none;
    right: auto;
    bottom: auto;
    padding: 30px 20px;
    
    }
}
@media (max-width:991px){
    .mask-image {
        position: relative;
        width: 100%;
        top: auto;
        right: auto;
        transform: initial;
		    display: none;  
    }
    .layer-inner ul li{
        max-width: 100%;
        padding-bottom: 20px;

    }
    .layer-inner ul{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .layer-inner ul li{
        position: relative;
    }
    .layer-inner ul li:after{
        content: "";
        position: absolute;
        width: 50%;
        background: #6b6b6b;
        height: 1px;
        bottom: -1px;
    }
}
@media (max-width:768px){
    .footer-inner{
        flex-wrap: wrap;
    }
    .footer-inner .col-4{
        width: 44%;
        float: none;
    }
    .scale-inner ul li{
        font-size: 18px;
		width: 92%;
    }
   
    .form-inner h2{
        font-size: 18px;
        padding: 13px 10px;
		margin-top: 12px;


    }
    .form-inner label{
        font-size: 17px;
    }
    input.input-design, select, textarea{
        height: 47px;
        padding: 5px 35px;
        font-size: 18px;

    }
    .layer-inner ul li p{
        font-size: 16px;
    }
	
	
	.layer-section
	{
		margin-top: -110px;
	}
    .layer-inner ul li {
        font-size: 11px;
    }
        
    
    
}
@media (max-width:520px){
}
iframe{max-width:100%}

.zf-errorMessage {
    font: 12px Arial, Helvetica, sans-serif;
    color: #ff0000;
    padding-top: 5px;

    position: absolute;
    bottom: -3px;
}
.inputContainer i {
   position: absolute;
}
.icon {
   padding: 15px; 
   color: black;
   width: 70px;
   text-align: left;
}
    .case-study-wrap  {
    font-size: 26px;
    font-weight: 600;
    color: #4c4c4c;
	 background: #83e31f;
    text-align: center;
    display: block;
}
.case-study-in {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
   
    align-items: center;
    margin: 10px 0;
}
.case-study-in .case-study-l,.case-study-in .case-study-r{
    color:#000;
    max-width: 50%;
    padding: 25px 20px;
    min-height: 130px;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
	    text-decoration: none;

}
.case-study-in .case-study-l{
    border-right: 1px solid #b6ef82;
}
@media screen and (max-width: 1024px){
    .case-study-in .case-study-l{
    border-right: none;
    border-bottom: 1px solid #b6ef82;
}
.case-study-in .case-study-l,.case-study-in .case-study-r{
    flex: 0 0 100%;
    max-width: 100%;
    padding: 25px 20px; 
    min-height: 120px;
    display: flex;
    align-items: center;
    font-size: 17px;
    font-weight: 600;

}
.case-study-in { 
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
}
	
h1, h2, h3, h4, h5, p, a, span{
	line-height:1.2;
	font-family: 'gothambook';
}

.captcha-error > div{
    border: 1px solid red;
}