
@font-face {
    font-family: 'GE SS Two';
    src: url('../fonts/GESSTwoBold-Bold.woff2') format('woff2'),
        url('../fonts/GESSTwoBold-Bold.woff') format('woff'),
        url('../fonts/GESSTwoBold-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GE SS Two';
    src: url('../fonts/GESSTwoLight-Light.woff2') format('woff2'),
        url('../fonts/GESSTwoLight-Light.woff') format('woff'),
        url('../fonts/GESSTwoLight-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

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



/*========================================
    Preloader
========================================*/

#preloader {
    background-color: white;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

#status {
    background-image: url("../img/preloader/preloader.gif");
    background-repeat: no-repeat;
    width: 64px;
    height: 64px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -32px;
    margin-left: -32px;
}


/*========================================
    Html, Body
========================================*/

html,
body {
   

    font-family: 'Futura Bk BT';
    font-weight: normal;
    
    
}


p {
    font-family: 'Futura Bk BT';
    font-weight: normal;
    font-size: 14px;
    color: #ffffff;
    line-height: 20px;
}

section {
    background: #fff;
    overflow: hidden;
}






.content-box-lg {
    padding: 50px 0;
}

.content-box-md {
    padding: 100px 0;
}

.content-box-sm {
    padding: 0px 0;
}

.down-space {
    margin-bottom: 130px;
}

.bottomSpace {
    margin-bottom: 90px;
}



.footer-social a i {
    color: #000000;
    font-size: 24px;
}

.footer-social a:first-child {
    margin-left: 0;
}

.footer-social a {
    margin: 0 25px;
    display: inline-block;
}

.footer-social a img{
    height: 30px;
}

.left-footer{
  float: left;
}

.footer-social a:first-child{
  margin-right: 0;
  margin-left: 25px;
}

.footer-social {
  direction: ltr;
  padding-top: 5px;

}

.footer-social a:first-child {
  margin-right: 25px;
  margin-left: 0;
}


.no-padding-lr {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.header-links-logo{
    padding-top: 30px;
    padding-bottom: 30px;
}

.border-bottom {
    border-bottom: 1px solid #B99C5C;
}

.about-us{
    text-align: center;
    margin-top: 30px;
}

.header-noor{
    display: flex;
}


#contact-01 p{
    color: #000;
    width: 400px;
    display: inline-block;
}





#contact-01 .container {
    position: relative;
}

.contact-inner{
    background-color: #f0eeee;
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 25px;
}


.form-fields {
    display: inline-block;
    text-align: right;
}

.form-fields{
  text-align: left;
}

.form-group input{
    margin-top: 15px;
    border-radius: 10px;
}

.form-group textarea{
    margin-top: 15px;
    padding: 10px;
}

.form-group input{
    position: relative;
    font-size: 12px;
}

.form-group {
    margin-bottom: 0px;
}

.form-group label {
    font-family: 'Futura Md BT';
    font-weight: 500;
    color: #065478;
    font-size: 18px;
    margin-right: 15px;
}


.form-group input {
    width: 400px;
    border: none;
    /* border: 1px solid #B3985B; */
    padding: 5px 10px;
    background-color: #ffffffab;
    font-family: 'GE SS Two';
    font-weight: 300;

}

.required:after
{
    color: red;
    content: "*";
    position: absolute;
    top: 0px;
    left: 0px;
    
}

.form-country{
    width: 400px;
    border: none;
    /* border: 1px solid #B3985B; */
    padding: 5px 10px;
    background-color: #ffffffab;
    margin-top: 15px;
    position: relative;
    border-radius: 10px;
}

select.soflow3, select.soflow4 {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-border-radius: 2px;
    -webkit-padding-end: 20px;
    -webkit-padding-start: 2px;
    -webkit-user-select: none;
    background-image: url(../img/arrow-down.png);
    background-color: transparent;
    background-position: 99% center;
    background-repeat: no-repeat;
    /* border: 1px solid #AAA; */
    border: none;
    outline: none;
    font-size: inherit;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    color: #757575 !important;
    font-family: 'GE SS Two';
    font-weight: 300;
    font-size: 12px;
}

select.soflow3 {
    background-position: 1% center;
}

.message-textarea textarea {
    
    border: 1px solid #B3985B;
    resize: none;

    background-color: #ffffffab;
}

.message-textarea * {
    vertical-align: top;
}

.message-textarea textarea:focus {
    outline: none !important;
    /* border: 1px solid #CAD92F;
    -webkit-box-shadow: 0 0 10px #CAD92F;
    box-shadow: 0 0 10px #CAD92F; */
}


#contact {
    background-color: white;


}

#contact-02 .container {
    position: relative;
}


.form-message {
    height: 80px;
    width: 400px;
}

input:focus {
    outline: none !important;
    /* border: 1px solid #CAD92F;
    -webkit-box-shadow: 0 0 10px #CAD92F;
    box-shadow: 0 0 10px #CAD92F; */
}

.send-button {
    margin-top: 20px;

}

.send-btn span {
    position: relative;
    /*top: -4px;*/
}

.triangle-topright-form {
    width: 0px;
    height: 0px;
    border-top: 100px solid #065478;
    border-left: 100px solid transparent;
    position: absolute;
    right: 15px;
    top: 0px;
}

.triangle-bottomleft-form {
    width: 0px;
    height: 0px;
    border-bottom: 100px solid #065478;
    border-right: 100px solid transparent;
    position: absolute;
    left: 15px;
    bottom: 0px;
}


.btn-black {
    color: #ffffff;
    
    background-color: #c5242c;
    border-radius: 0;
    width: 100%;
    height: 36px;
    font-family: 'GE SS Two';
    font-weight: 300;
    font-size: 14px;
    padding-top: 6px;
    border-radius: 10px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.btn-black:hover,
.btn-black:focus {
    color: #ffffff;
    background-color: #000000;
    
}



.error-message{
    text-align: center;
    color: #000000;
    padding-top: 5px;
    font-family: 'GE SS Two';
    font-size: 12px;
    font-weight: 300;
}



h1{
    font-family: 'GE SS Two';
    font-weight: bold;
    font-size: 28px;
    color: #000000;
    
}



h2{
    font-family: 'GE SS Two';
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    /* text-transform: uppercase; */
}

h3{
    font-family: 'GE SS Two';
    font-weight: 300;
    font-size: 14px;
    color: #000000;
}

h4{
    font-family: 'Futura Md BT';
    font-weight: 500;
    font-size: 10px;
    color: #1f5386;
    text-transform: uppercase;
}


p{
    font-family: 'Futura Bk BT';
    font-weight: normal;
    font-size: 18px;
    color: #1f5386;
}

li{
    font-family: 'Futura Bk BT';
    font-weight: normal;
    font-size: 14px;
    color: #ffffff;

    
}

ul{
    list-style-type: none; /* Remove bullets */
    padding: 0; /* Remove padding */
    padding-left: 0;
    margin: 0; /* Remove margins */
    border-left: none;
}

.tacbox {
  display:block;
  
  max-width: 800px;
  text-align: right;
  padding-top: 10px;
}

.tacbox input {
  height: 15px;
  width: 15px;
  vertical-align: middle;
  margin-bottom: 7px;

}

.tacbox label{
    font-family: 'GE SS Two';
    font-weight: 300;
    font-size: 12px;
    
}

.tacbox a{
    color: #c5242c;
    text-decoration:underline;
}

.image-fresh-left-in {
    background-image:url(../img/mainVis.jpg);
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    border-radius: 25px;
}

.image-noor-fresh-out{
    height: 100%;
    overflow: hidden;
}

.image-fresh-left-in{
    height: 100%;
    overflow: hidden;
}


.red-box-in{
    background-color: #c5242c;
    text-align: center;
    border-radius: 25px;
    padding: 40px;
}

.red-box-in h1{
    margin-top: 0;
    color: #fff;

}

.red-box-in h2{
    margin-top: 10px;
    
}

.red-box-out{
    padding: 40px 15px 0px 15px;

}

.red-box-in .footer-social a:first-child {
    margin-right: 25px;
    margin-left: 25px;
}

.gray-box-in{
    background-color: #f0eeee;
    text-align: center;
    border-radius: 25px;
    padding: 40px;
}

.gray-box-in h1{
    margin-top: 0;
    color: #000000;
}

.gray-box-in h2{
    margin-top: 10px; 
}

.gray-box-out{
    padding: 40px 15px 0px 15px;

}

.h1date{
    margin-bottom: 0;
    font-size: 40px;
    color: #c5242c !important;
}

.h1num{
    font-size: 90px;
    color: #c5242c !important;
    margin-bottom: 0;
}

.h1vexa{
    font-family: 'VEXA';
    font-weight: normal;
}

.rights-out p{
    text-align: center;
    font-family: 'GE SS Two';
    font-weight: 300;
    padding-top: 30px;
    font-size: 14px;
    color: #000;
}

.form-group .tacbox label{
    color: #000;
    margin: 0;
}

.form-group .tacbox input{
    margin-top: 5px;
}