a:focus{
	outline: none;
	text-decoration: none;
}


/*custom checkbox and radio buttons*/
.styled-checkbox {
    position: absolute;
    opacity: 0;
    }
.styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin: 0;
}

.cfc-block .styled-checkbox + label {
    margin-right: 10px;
}
.styled-checkbox + label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 25px;
    height: 25px;
    background: white;
    margin-top: -5px;
    border: 1px solid #009A00;
}

.styled-checkbox:hover + label:before {
    background: #009A00;
}

.styled-checkbox:focus + label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.styled-checkbox:checked + label:before {
    background: #009A00;
}

.styled-checkbox:disabled + label {
    color: #c9c9c9;
    cursor: auto;
}

.styled-checkbox:disabled + label:before {
    box-shadow: none;
    background: #c9c9c9;
}

.styled-checkbox:checked + label:after {
    content: '';
    position: absolute;
    left: 7px;
    top: 7px;
    background: white;
    width: 3px;
    height: 3px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white; transform: rotate(45deg);
}
.styled-radio {
    position: absolute;
    opacity: 0;
    }
.styled-radio + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin: 0;
}
.styled-radio + label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 25px;
    height: 25px;
    background: white;
    margin-top: -5px;
    border: 1px solid #009A00;
    border-radius: 50%;
}

.styled-radio:hover + label:before {
    background: #009A00;
}

.styled-radio:focus + label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.styled-radio:checked + label:before {
    /*background: #009A00;*/
}

.styled-radio:disabled + label {
    color: #c9c9c9;
    cursor: auto;
}

.styled-radio:disabled + label:before {
    box-shadow: none;
    background: #c9c9c9;
}

.styled-radio:checked + label:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    background: #009A00;
    width: 12px;
    height: 12px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}
/*custom checkbox and radio buttons end*/
.header {
    background-color: #1e2b39;
}
.header .logo {
    padding: 17px 0;
}
@media (max-width: 600px){
	.header .logo img{
	    display: block;
	    width: 100%;
	}
}

.s1{
	background-color: #131c25;
	color: #fff;
    padding: 70px 0px 140px;
	text-align: center;
}
.s1 .title{
    font-size: 60px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}
@media (max-width: 992px){
	.s1{
		padding: 50px 0px;
	}
}

.s2{
	text-align: center;
    background-color: #fff;
    margin-top: -50px;
    border-radius: 5px 5px 0 0;
    padding: 10px;
    box-shadow: 0 -85px 80px -20px;
}
@media (max-width: 992px){
	.s2{
		margin-top: 0;
	}
}
.s2 .title{
    color: #35516d;
    font-size: 50px;
    font-weight: 600;
    padding-top: 7px;
}
@media (max-width: 992px){
    .s2 .title{
        font-size: 29px;
    }
}
.s2 .sub-title{
    color: #35516d;
    font-size: 30px;
    margin-bottom: 20px;
}
@media (max-width: 992px){
    .s2 .sub-title{
        font-size: 20px;
    }
}
.s2 .steps{
    display: flex;
    flex-direction: row;    
    overflow: hidden;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    border-radius: 20px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    width: 600px;
    max-width: 100%;
    margin: 30px auto;
}
.s2 .steps .step{
    flex-grow: 1;
}
.s2 .steps .step.active{
    background-color: rgb(4, 125, 248);
    color: #fff;
}
.s2 .steps .step span{}

.s2 form{
    width: 600px;
    max-width: 100%;
    margin: 0 auto 30px;
}
.s2 form .form-wrap{
    margin-bottom: 15px;
}
.s2 form .form-wrap .country-select-wrap{
    margin-right: -30px;
    width: calc(41.66666667% + 30px);
}
@media (max-width: 992px){
    .s2 form .form-wrap .country-select-wrap{
        margin-right: 0;
        width: 100%;
    }
}
.s2 form .form-wrap input,
.s2 form .form-wrap textarea,
.s2 form .form-wrap select{
    border: 2px solid #e6e6e6;
    border-radius: 5px;
    width: 100%;
    font-size: 16px;
    padding: 12px 18px;
}
.s2 form .form-wrap input,
.s2 form .form-wrap select{
    height: 50px;
}
.s2 form .form-wrap button{}
.s2 form .success{
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
}

.s3{
    background-color: #131c25;
    color: #fff;
    padding: 50px 0px 35px;
    text-align: center;
}
.s3 .cert-links{
    margin: 0 auto;
    display: inline-block;
}
.s3 .cert-links .cert-wrap{
    display: inline-block;
    padding: 0 10px;
    float: left;
}
@media (max-width: 992px){
    .s3 .cert-links .cert-wrap{
        width: 50%;
        margin-bottom: 20px;
        text-align: center;
    }
    .s3 .cert-links .cert-wrap > a{
        text-align: center;
    }
    .s3 .cert-links .cert-wrap > a > img{
        display: inline-block;
    }
}
.s3 .cert-links .cert-wrap.cert-auorg{
    margin-top: -18px;
}
.s3 .cert-wrap a{
    display: block;
}
.s3 .cert-wrap > a > img{
    display: block;
    height: 116px;
    border-radius: 5px;
}
@media (max-width: 992px){
    .s1{
        padding: 50px 0px;
    }
}



.footer{
    padding-top: 70px;
    padding-bottom: 50px;
    background-image: url(../img/footer-bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (max-width: 1200px){
    .footer{
        padding-top: 50px;
    }
}
.footer .title{
    color: #3990ec;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 25px;
}
@media (max-width: 991px){
    .footer .title{
        margin-bottom: 0;\
        margin-top: 10px;
    }
}
.footer ul{
    padding: 0;
    list-style: none;
    color: #fff;
}
.footer ul li{
    font-size: 13px;
    line-height: 1.7;
}
.footer ul li small{
    font-size: 70%;
}
.footer ul li a{
    color: #fff;
}
.footer ul li a:hover{
    color: #3990ec;
    text-decoration: none;
}
.footer ul li a.link-w-icon{
    position: relative;
}
.footer ul li a.link-w-icon:before{
    content: "";
    display: inline-block;
    height: 20px;
    width: 20px;    
    margin-right: 10px;
    margin-bottom: -5px;
}
.footer ul li a.link-mail:before{background-image: url(../img/icons/footer-icon-mail.png);}
.footer ul li a.link-phone:before{background-image: url(../img/icons/footer-icon-phone.png);}
.footer ul li a.link-globe:before{background-image: url(../img/icons/footer-icon-globe.png);}
.footer .flag-icon{
    height: 15px;
    width: 20px;
    margin: 0px 2px -2px;
    background-size: 100% 100%;
    display: inline-block;
}
.footer .flag-icon-gb{background-image: url(../img/icons/flag-gb.jpg);}
.footer .flag-icon-de{background-image: url(../img/icons/flag-de.jpg);}
.footer .flag-icon-es{background-image: url(../img/icons/flag-es.jpg);}
.footer .flag-icon-fr{background-image: url(../img/icons/flag-fr.jpg);}
.footer .flag-icon-ae{background-image: url(../img/icons/flag-ae.jpg);}
.footer ul.cert-links:after{
    display: table;
    content: " ";
    clear: both;
}
.footer ul.cert-links li{
    float: left;
    padding-right: 12px;
}
.footer ul.cert-links li a{
    display: block;
}
.footer ul.cert-links li a img{
    display: block;
    width: 100%;
}