
@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 15px;
    display: inline-block;
}

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

.left-footer{
  float: left;
}

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

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

}

.footer-social a:first-child {
  margin-right: 15px;
  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: 10px;
}

.header-noor{
    display: flex;
}



.btn-black {
    color: #ffffff;
    
    background-color: #fe0000;
    border-radius: 0;
    width: 100px;
    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: 48px;
    color: #000000;
    
}



h2{
    font-family: 'GE SS Two';
    font-weight: bold;
    font-size: 24px;
    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%;
    min-height: 300px;
    background-position: center;
    background-size: cover;
    border-radius: 25px;
}

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

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


.red-box-in{
    
    text-align: center;
    
}

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

}

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

.red-box-out{
    padding: 15px 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;
    color: #ffffff;
}

.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;
}

.modal-title{
font-family: 'GE SS Two';
    font-weight: bold;
    font-size: 18px;
    color: #000000;
    
}

.modal-body p{
    font-family: 'GE SS Two';
    font-weight: 300;
    font-size: 14px;
    color: #000000;
}

.modal-footer button{
    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;
}



::placeholder {
  color: #000;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: #000;
}

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


.picMain-out{
    margin-top: 40px;
    position: relative;
}

.fire1{
    position: absolute;
    right: -40px;
    top: -80px;
    width: 100px;

}

.fire2{
    position: absolute;
    left: -30px;
    top: -70px;
    width: 80px;

}

.guide-images-col{
    overflow: hidden;
    padding: 20px;
}

.guide-images-col img{
    
    overflow: hidden;
    width: 100%;
    height: auto;
    border-radius: 20px;
}

.picResult{
    
}

.picResult img{
    width: 100%;
    max-width: 600px;
    border-radius: 25px;
}

.pic-result-out{
    display: inline-block;
    
}

.shareButtons .saveImage,.shareButtons .shareFB,.shareButtons .shareIN{
    display: block !important;
    width: auto;
    margin-bottom: 10px;

}

.shareButtons{
    display: flex !important;
    flex-direction: column;
    align-items: center;
}


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

.red-box .red-box-in{
    padding: 40px;
    background-color: #fe0000;
    border-radius: 25px;
}

.selectBut-out {
    text-align: center;
}

.selectBut {
    display: inline-block;
}

.selectBut label {
    background-color: #fe0000;
    color: white;
    padding: 6px 30px;
    border-radius: 10px;
    cursor: pointer;
    margin-top: 1rem;
    font-family: 'GE SS Two';
    font-weight: 300;
    font-size: 14px;
}

#file-chosen {
    margin-left: 0.3rem;
    color: #bdbcbc;
}

input[type="file"] {
    display: none;
}

.uploadimg{
    text-align: center;
}

.form-group{
    display: inline-block;
}


.footer h1 {
    color: #ffffff;
}
.footer h2 {
    color: #ffffff;
}