

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

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


@font-face {
    font-family: 'Bahij TheSansArabic';
    src: url('../fonts/BahijTheSansArabic-Bold.eot');
    src: url('../fonts/BahijTheSansArabic-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BahijTheSansArabic-Bold.woff2') format('woff2'),
        url('../fonts/BahijTheSansArabic-Bold.woff') format('woff'),
        url('../fonts/BahijTheSansArabic-Bold.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Bahij TheSansArabic Plain';
    src: url('../fonts/BahijTheSansArabic-Plain.eot');
    src: url('../fonts/BahijTheSansArabic-Plain.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BahijTheSansArabic-Plain.woff2') format('woff2'),
        url('../fonts/BahijTheSansArabic-Plain.woff') format('woff'),
        url('../fonts/BahijTheSansArabic-Plain.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }





















.redBorder {
    border: 1px solid red;
}

.greenBorder {
    border: 1px solid green;
}

.blackBorder {
    border: 1px solid black;
}

.blueBorder {
    border: 1px solid blue;
}











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

html,
body {
    height: 100%;

    font-family: 'Bahij TheSansArabic';
    
    font-weight: 500;
    font-style: normal;
    
    
    
}


p {
    font-family: 'Bahij TheSansArabic Plain';
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    color: #ffffff;
    line-height: 20px;
}

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













/*========================================
    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;
}

/*========================================
    Home
========================================*/

#home {
    background: none;
    height: 100%;
    position: relative;
}



#home-overlay {
   
    
    /* background: -webkit-gradient(linear, left bottom, left top, from(rgba(8, 36, 64, 1)), to(rgba(252, 253, 255, 0)));
    background: linear-gradient(to top, rgba(8, 36, 64, 1) 0%, rgba(252, 253, 255, 0) 100%); */

    background: -webkit-gradient(linear, left bottom, left top, from(rgba(20, 55, 92, .80)), to(rgba(20, 55, 92, .80)));
    background: linear-gradient(to top, rgba(20, 55, 92, 1) 80%, rrgba(20, 55, 92, 1) 80%);


    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}





/*
.btn-yellow:hover,
.btn-yellow:focus {
    color: #fff;
    background-color: #212226;
    border: 1px solid #212226;
}
*/






.btn-back-to-top {
    position: fixed;
    height: 40px;
    width: 40px;
    background-color: #ffffff;
    border: 1px solid #000000;
    
    display: inline-block;
    bottom: 20px;
    right: 20px;
    padding: 4px 10px;
    font-size: 22px;
    display: none;
    z-index: 1030;
    
}

.btn-back-to-top i {
    color: #000;
}

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



/*========================================
    Content Boxes
========================================*/

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





/*========================================
    Big Footer
========================================*/

#bigfooter {
    background-color: #272626;
}

#bigfooter li {
    list-style-type: none;
}

.btn-dark {
    color: #fff;

    background-color: #3B3A3A;
}

.btn-dark:hover,
.btn-dark:focus {
    color: #3B3A3A;
    background-color: #fff;
    border: 1px solid #fff;
}

.nolink-title-fot {
    color: #fff;
    font-family: 'Gotham';
    font-weight: bold;
    font-size: 14px;
}

.link-title-fot {
    color: #fff;
    font-family: 'Gotham';
    font-weight: bold;
    font-size: 14px;
}


.nolink-content-fot {
    color: #fff;
    font-family: 'Gotham Book';
    font-weight: normal;
    font-size: 12px;
}

.fot1 li {
    margin-bottom: 10px;
}

.fot2 li {
    margin-bottom: 20px;
}

.fot3 li {
    margin-bottom: 20px;
}

.fot4 li {
    margin-bottom: 15px;
}





/*========================================
    Footer
========================================*/
footer {
    background: #000000;
    padding: 30px;
    overflow-x: hidden;
}

footer p {
    color: #fff;
    line-height: 20px;
    margin: 0;
}



/*========================================
    Navigation
========================================*/
.navbar {
    padding: 35px 0 20px 0;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}




.navbar-brand {
    padding: 0px 15px;
}

ul.navbar-nav>li>a {
    font-family: "Rockwell";
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 1px;
}

.white-nav-top ul.navbar-nav li a span {
    padding-bottom: 10px;
}

ul.navbar-nav>li>a:hover,
ul.navbar-nav>li>a:focus {
    background: none;
    color: #CAD92F;
}

/*white navigation*/
.white-nav-top {
    background: #000000c0;
    padding: 20px 0 5px 0;
    -webkit-box-shadow: 0 8px 6px -9px #999;
    box-shadow: 0 8px 6px -9px #999;
    z-index: 3;
}

.white-nav-top ul.navbar-nav>li>a {
    color: #ffffff;
}

.white-nav-top ul.navbar-nav>li>a>span:hover,
.white-nav-top ul.navbar-nav>li>a>span:focus {
    color: #ffff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(192, 208, 48, 0)),
        color-stop(81%, rgba(192, 208, 48, 0)),
        color-stop(81.1%, #CAD92F),
        color-stop(85%, #CAD92F),
        color-stop(85.1%, rgba(192, 208, 48, 0)),
        to(rgba(192, 208, 48, 0)));
    background-image: linear-gradient(180deg, rgba(192, 208, 48, 0),
        rgba(192, 208, 48, 0) 81%,
        #CAD92F 81.1%,
        #CAD92F 85%,
        rgba(192, 208, 48, 0) 85.1%,
        rgba(192, 208, 48, 0));

}


/*Scroll spy active state*/
.white-nav-top ul.navbar-nav>li.active>a>span {
    color: #ffffff;
    font-weight: 500;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(192, 208, 48, 0)),
        color-stop(81%, rgba(192, 208, 48, 0)),
        color-stop(81.1%, #CAD92F),
        color-stop(85%, #CAD92F),
        color-stop(85.1%, rgba(192, 208, 48, 0)),
        to(rgba(192, 208, 48, 0)));
    background-image: linear-gradient(180deg, rgba(192, 208, 48, 0),
        rgba(192, 208, 48, 0) 81%,
        #CAD92F 81.1%,
        #CAD92F 85%,
        rgba(192, 208, 48, 0) 85.1%,
        rgba(192, 208, 48, 0));
}


.phone-icon {
    padding: 8px 0 0 10px;
}

.phone-number {
    font-family: 'Rockwell';
    font-weight: bold;
    color: #fff;
    font-size: 18px;
    /*padding: 5px 0 0 2px;*/
}

.menu-container {
    padding-right: 0px;
    margin-right: 0;
}

.nav li a {
    padding: 10px 15px;
}

#home-btn {
    margin-top: 50px;
}


/*========================================
    Anomation
========================================*/
/* 
#about-us,
#arrow-down i {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}

#about-us {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

#arrow-down i {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

 */



/*========================================
    Clinics
========================================*/
#clinics-over {
    background-color: rgba(6, 84, 120, 0.95);
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1031;
    position: fixed;

    height: 0%;
    /* display: none; */
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;

    opacity: 0;
    filter: alpha(opacity=0);
    /* For IE8 and earlier */

}



.close-btn div {
    background-image: url("../img/closeBut.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 30px;
    width: 30px;
    position: absolute;
    right: 30px;
    top: 30px;


}




#clinics {

    height: 100%;
    width: 100%;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

}

#clinics-inner {}

#clinics-items {
    position: relative;


}

.clinics-item {
    margin: 0 15px;
    height: 100%;
    display: inline-block;
    
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

#clinics-items .owl-nav{

}

#clinics-items .owl-nav {
    top: 0;
    
    width: 100%;
    
    margin: 0;
    position: absolute;
    top: 40%;
}

#clinics-items .owl-nav .owl-prev {
    font-size: 0;
    position: absolute;
    left: 80px;
    
}

#clinics-items .owl-nav .owl-next {
    font-size: 0;
    position: absolute;
    right: 80px;
}


#clinics-items .owl-dots .owl-dot span {
    background: none;
    background-image: url("../img/owl-dot-white.png");
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
}


#clinics-items .owl-dots .owl-dot.active span,
#clinics-items .owl-dots .owl-dot:hover span {
    background: none;
    background-image: url("../img/owl-dot-active-white.png");
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}








/*========================================
    Gallerys
========================================*/
#Gallery-over {
    background-color: rgba(6, 84, 120, 0.95);
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1032;
    position: fixed;

    /* display: none; */
    height: 0%;

    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;

    opacity: 0;
    filter: alpha(opacity=0);
    /* For IE8 and earlier */

}



.close-btn div {
    background-image: url("../img/closeBut.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 30px;
    width: 30px;
    position: absolute;
    right: 30px;
    top: 30px;

}


#Gallery {

    height: 100%;
    width: 100%;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

}

#Gallery-inner {}

#Gallery-items {
    position: relative;


}

.Gallery-item {
    margin: 0 15px;
    height: 100%;
    display: inline-block;
    
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

#Gallery-items .owl-nav {
    top: 0;
    
    width: 100%;
    
    margin: 0;
    position: absolute;
    top: 40%;
}

#Gallery-items .owl-nav .owl-prev {
    font-size: 0;
    position: absolute;
    left: 80px;
    
}

#Gallery-items .owl-nav .owl-next {
    font-size: 0;
    position: absolute;
    right: 80px;
}


#Gallery-items .owl-dots .owl-dot span {
    background: none;
    background-image: url("../img/owl-dot-white.png");
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}


#Gallery-items .owl-dots .owl-dot.active span,
#Gallery-items .owl-dots .owl-dot:hover span {
    background: none;
    background-image: url("../img/owl-dot-active-white.png");
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}







/*Ehab*/


/*
.owl-item {
    opacity: .3;
    filter: alpha(opacity=.3);
    
    background-color: transparent;
    
}

.owl-item div {

    background-color: transparent;
    
}

#services-items .owl-item div {

    background-color: #fff;
    
}

.owl-item.center {
    opacity: 1;
    filter: alpha(opacity=1);
    
   
}

.owl-item img {
    padding: 15px;
    
}

.owl-item.center img {
    padding: 0px;
    
}
*/











/*========================================
    Arrow Down
========================================*/





#about-down {
    position: absolute;
    left: 50%;
    bottom: 20px;
    color: #ffffff;
    font-size: 14px;
    
    text-align: center;
    margin-left: -100px;
    z-index: 1;
}

#about-down:hover,
#about-down:focus {
    
}


#register-down {
    position: absolute;
    left: 50%;
    bottom: 20px;
    color: #ffffff;
    font-size: 14px;
    
    text-align: center;
    margin-left: 50px;
    z-index: 1;
}

#register-down:hover,
#register-down:focus {
    
}



#home {
    height: 100%;
}

#home-cover {
    width: 100%;
    height: 100%;
    background-image: url("../img/bg-home.jpg");
}

.bg-parallax {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}


.main-logo{
    text-align: center;
}

.main-logo .site-nav-wrapper{
    display: inline-block;
}

.unit-type-radio .ui-radio{
    margin-left: 20px;
}




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

.input-group label{
    margin-top: 10px;
}

.form-group textarea{
    margin-top: 10px;
    padding: 10px;
    border-radius: 5px;
}















.container-radio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  /* Hide the browser's default radio button */
  .container-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  
  /* Create a custom radio button */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
  }
  
  /* On mouse-over, add a grey background color */
  .container-radio:hover input ~ .checkmark {
    background-color: #ccc;
  }
  
  /* When the radio button is checked, add a blue background */
  .container-radio input:checked ~ .checkmark {
    background-color: #2196F3;
  }
  
  /* Create the indicator (the dot/circle - hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the indicator (dot/circle) when checked */
  .container-radio input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the indicator (dot/circle) */
  .container-radio .checkmark:after {
       top: 9px;
      left: 9px;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: white;
  }

  #contact-01 {
      margin-top: 40px;
  }

  #contact-01 .content-box-lg{
    padding-bottom: 10px;
}








.form-group input{
    position: relative;
}


.contact-inner{
   
}


.about-us{
    position: absolute;
    z-index: 2;
    width: 100%;
    text-align: center;
    
    position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.about-us-out{
    width: 500px;
    display: inline-block; 
    
}

.about-us-in p{
    font-size: 18px;
    line-height: 1.3;
}



.btn-white {
    color: #ffffff;
    border: 1px solid #000000;
    background-color: #000000;
    border-radius: 0;
    
    height: 40px;
    font-family: 'Atten New';
    font-weight: normal;
    font-size: 14px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px;

    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.btn-white:hover,
.btn-white:focus {
    color: #000000;
    background-color: #ffffff;
    border: 1px solid #000000;
}





.message h2{
    color: #ffffff;
    /* text-decoration: underline; */
    line-height: 1.4;
    border-left: 5px solid #ffffff;
    padding-left: 15px;
    max-width: 400px;
    text-transform: capitalize;
}




.hidediv{
    display: none;
}


.paddingbot{
    padding-bottom: 130px;
}









































.header-noor-left{
    

}


.header-noor-left-out {
    text-align: center;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
}

.header-noor-left-in{
    text-align: left;
    display: inline-block;
}

.header-noor-left img{
    width: 300px;
}

h1{
    font-family: 'Bahij TheSansArabic';
    font-weight: 500;
    font-style: normal;
    font-size: 34px;
    padding-top: 0;
    margin-top: 0;
}




h2{
    font-family: 'Bahij TheSansArabic';
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    padding-top: 0;
    margin-top: 0;
}



h3{
    font-family: 'Helvetica';
    font-weight: bold;
    font-size: 14px;
    color: #B99C5C;
    text-transform: uppercase;
}

h4{
    font-family: 'Helvetica';
    font-weight: bold;
    font-size: 10px;
    color: #B99C5C;
    text-transform: uppercase;
}


p{
    font-family: 'Bahij TheSansArabic Plain';
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    color: #B99C5C;
}

li{
    font-family: 'Bahij TheSansArabic';

    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    color: #ffffff;

    
}

ul{
    list-style-type: none; /* Remove bullets */
    padding: 0; /* Remove padding */
    padding-left: 15px;
    margin: 0; /* Remove margins */
    border-left: 5px solid #ffffff;
}


.icon-angle-down{
    color: #B99C5C;
    border: 1px solid #ffffff;
    padding: 0;
    margin: 0;
    
    font-size: 20px;
    padding: 3px 10px;
    border-radius: 50px;
}


#arrow-down {
    position: absolute;
    /* left: 50%; */
    bottom: 10px;
    color: #ffffff;
    font-size: 50px;
    /* width: 32px;
    height: 32px; */
    text-align: center;
    /* margin-left: -15px; */
    width: 100%;
    z-index: 999;
}

.float-div-left{
    float: left;
}

#arrow-down:hover,
#arrow-down:focus {
    color: #ffffff;
}

.header-noor{
    display: flex;
}

.header-noor-left-out{
    position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.white-h2{
    color: #ffffff;
    margin-bottom: 0;
}



/*========================================
    Contact
========================================*/

#contact {
    background-color: white;


}

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

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

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

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

.form-group label {
    font-family: 'Rockwell';
    font-weight: bold;
    color: #065478;
    font-size: 18px;
    margin-right: 15px;
}


.form-group input {
    width: 400px;
    border: none;
    /* border: 1px solid #B3985B; */
    padding: 5px 10px;
    background-color: #435f7d;
    color: #bdbcbc;
}

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

    background-color: #435f7d;
    color: #bdbcbc;
}

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

.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;
    text-align: center;

}

.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;
    border: 1px solid #c19f6c;
    background-color: #c19f6c;
    border-radius: 10px;
    width: auto;
    
    font-family: 'Bahij TheSansArabic';
    
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    padding-top: 8px;
    padding-left: 20px;
    padding-right: 20px;

    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.btn-black:hover,
.btn-black:focus {
    color: #14375c;
    background-color: #ffffff;
    border: 1px solid #14375c;
}






.btn-trans {
    color: #ffffff;
    border: 1px solid #fff;
    background-color: transparent;
    border-radius: 10px;
    
    font-family: 'Bahij TheSansArabic Plain';
    font-weight: 500;
    font-style: normal;
    font-size: 12px;
    padding-top: 7px;
    /* padding-left: 20px;
    padding-right: 20px; */
    width: 90px;
    margin-left: 5px;
    margin-right: 5px;

    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.btn-trans:hover,
.btn-trans:focus {
    color: #14375c;
    background-color: #ffffff;
    border: 1px solid #14375c;
}







.error-message{
    text-align: center;
    color: #B99C5C;
    padding-top: 5px;
}


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


.secondSection-left-in{
    display: inline;
}


.secondSection-left-in img{
    width: 220px;
}

.onlineSales{
    padding-top: 0px;
    padding-left: 0px;
}

.secondSection-left-in p{
    font-size: 21px;
    color: #142944;
    display: inline-block;
}

.four-logos-down-img-1{
    width: 30%;
}

.four-logos-down-img{
    width: 310px;
}

.four-logos-down-in{
    
    
}

.four-logos-down{
    padding-top: 10px;
    display: inline-block;
}


.system-button{
    text-align: center;
    padding-top: 20px;
    
}

.secondSection-left-out{
    width: 315px;
    display: inline-block;
}


.secondSection-left{
   
    position: relative;
}

.clear {
    clear: both;
  }

  .clearfix::after {
    content: "";
    clear: both;
    display: table;
  }

  .Gallery-items{
      position: relative;
  }
  .Gallery-item{
      padding: 0;
      margin: 0;
  }

  .owl-theme .owl-nav.disabled+.owl-dots{
      margin-top: -40px;
      
      position: absolute;
      z-index: 999 !important;
      left: 50%;
  transform: translateX(-50%);
  }

  .owl-theme .owl-dots .owl-dot span{
      border-radius: 0;
      width: 40px !important;
      margin: 0px 5px;
  }

  .second-section-row{
      display: flex;
  }

  .secondSection-left-out{
    
  }

  .secondSection-left-container{
    position: absolute;
    z-index: 999 !important;
    top: 50%;
transform: translateY(-50%);
width: 100%;
text-align: center;
  }

  .title-in{
      text-align: center;
  }

  .facilities-section{
      background-color: #142944;
      padding-top: 50px;
      padding-bottom: 50px;
  }

  .title-h1{
      margin-top: 0;
      color: white;
  }

  .fac-in{
      text-align: center;
  }

  .fac-in img{
      display: inline-block;
  }

  .fac-in h4{
    display: block;
    text-align: center;
}

.facilities-section .fac-out{
    margin-top: 30px;
}


.bg-light-gray {
    background: #f7f7f7 !important;
    padding: 0;
    margin: 0;
}

footer .container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

footer img {
    max-width: 100px;
}

.left-footer {
    margin-top: 25px;
}

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



.padding-eight {
    padding: 4.5% !important;
}

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

.top4 {
    top: 4px !important;
}

.position-relative {
    position: relative !important;
    z-index: 5;
}

.alt-font {
    font-family: 'Helvetica', sans-serif !important;
}


.letter-spacing-1 {
    letter-spacing: 1px !important;
}


.text-small {
    font-size: 11px !important;
    line-height: 20px!important;
    display: inline-block !important;
}

.left-footer {
    margin-top: 25px;
}

.top4 {
    top: 4px !important;
}

.position-relative {
    position: relative !important;
    z-index: 5;
}


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

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

.footer-social a i {
    color: #142944;
}

.footer-social i {
    font-size: 22px;
}


.footer-bottom{
    padding-top: 20px;
    padding-bottom: 20px;
}

.final-text, .final-a{
    font-family: 'Bahij TheSansArabic';
    
    font-weight: 500;
    font-style: normal;
    color: #142944;
}

.all-ul{
    position: relative;
}

.ul1{
    position: absolute;
    top: 0;
    left: 0;
}

.ul2{
    position: absolute;
    top: 0;
    left: 0;
}

.ul3{
    position: absolute;
    top: 0;
    left: 0;
}


.ulGeneral{
    position: absolute;
    top: 0;
    left: 0;
}

.lang-button{
    position: absolute;
    z-index: 999;
    top: 30px;
    left: 30px; 
}





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


select#soflow3 {
    -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: #bdbcbc !important;
    font-family: 'Bahij TheSansArabic';
    
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
}

.map-sec img{
    width: 100%;
    background-color: #f7f7f7;
    padding: 20px;
}

.Countdown-class{
    background-color: #b99b6c;
    text-align: center;
}



#headline{
    color: #B99C5C;
    font-family: 'Helvetica';
    font-weight: bold;
    font-size: 20px;
}





#home{
    position: relative;
}


.social-links-out{
    background-color: #b99b6cd0;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
}



.social-links a i{
    color: #fff;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    
}


#countdown ul{
    display: inline-block;
    border: none;
}

#countdown ul li{
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    border: none;
    font-family: 'Bahij TheSansArabic';
    font-weight: 500;
    font-style: normal;
    
    font-size: 80px;
}

.title-time{
    font-size: 30px;
}

.agendaBut, .infoBut{
    float: left;
}


.twoBut{
    display: inline-block;
}

.regBtn{
    margin-top: 30px;
}

.aboutCar-in{
    text-align: center;
}


.aboutCar-title{
    font-family: 'Bahij TheSansArabic';
    color: #14375c;
    font-size: 20px;
    text-align: center;
    line-height: 1.3;
}

.padding-top-down{
    padding-top: 80px;
    padding-bottom: 80px;
}

.padding-top{
    padding-top: 80px;
}

.padding-down{
    padding-bottom: 80px;
}


.padding-top-down-sm{
    padding-top: 40px;
    padding-bottom: 40px;
}

.padding-top-sm{
    padding-top: 40px;
}

.padding-down-sm{
    padding-bottom: 40px;
}


.aboutCar-row{
    
}

.contactCar-row{
    border-top: #14375c solid 5px;
    
}

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

.contactCar-form h1{
    color: #fff;
}

.contactCar-form .title-in{
    border-bottom: #ab8f65 solid 2px;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    
}

.contactCar-form{
    background-color: #14375c;
    padding: 40px;
    border-radius: 5px;
}


.speakerCar-sec{
    background-color: #14375c;
}


.speakerCar-sec h1{
    color: #fff;
}

.speakerCar-sec .title-in{
    border-bottom: #ab8f65 solid 2px;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    
}

.speakerCar-title {
    font-family: 'Bahij TheSansArabic';
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 1.3;
}

.speakers-col-in img{
    width: 100%;
    border: #fff solid 2px;
    border-radius: 10px;
}

.speakers-col-in h2{
    width: 100%;
    color: #fff;
    text-align: center;
    padding-top: 20px;
}

.speakers-col-in p{
    font-size: 14px;
    width: 100%;
    color: #fff;
    text-align: center;
    padding-top: 0px;
    color: #ab8f65;
}


.speakerCar-sec{
    background-image: url(../img/bg-speaker.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    position: relative;
}


.home-overlay2 {
   
    
    /* background: -webkit-gradient(linear, left bottom, left top, from(rgba(8, 36, 64, 1)), to(rgba(252, 253, 255, 0)));
    background: linear-gradient(to top, rgba(8, 36, 64, 1) 0%, rgba(252, 253, 255, 0) 100%); */

    background: -webkit-gradient(linear, left bottom, left top, from(rgba(20, 55, 92, .90)), to(rgba(20, 55, 92, .90)));
    background: linear-gradient(to top, rgba(20, 55, 92, 1) 90%, rrgba(20, 55, 92, 1) 90%);


    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.speakerCar-con{
    position: relative;
    z-index: 999;
}



.agendaCar-sec h1{
    color: #ab8f65;
}

.agendaCar-sec .title-in{
    border-bottom: #14375c solid 2px;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    
}


.agendaCar-title{
    text-align: center;
}

.topicTitle{
    font-family: 'Bahij TheSansArabic';
    font-weight: 500;
    font-style: normal;
    color: #14375c;
    font-size: 24px;
}

.topicDesc{
    font-family: 'Bahij TheSansArabic Plain';
    font-weight: 500;
    font-style: normal;
    color: #14375c;
    font-size: 14px;
    padding-top: 5px;
}

.topicSpeaker{
    font-family: 'Bahij TheSansArabic';
    font-weight: 500;
    font-style: normal;
    color: #14375c;
    font-size: 16px;
    padding-top: 10px;
}

.agenda-leftside-out{
    border-right: #14375c solid 1px;
}

.agendaFrom{
    font-family: 'Bahij TheSansArabic';
    font-weight: 500;
    font-style: normal;
    color: #14375c;
    font-size: 16px;
    padding-top: 5px;
}

.agendaTo{
    font-family: 'Bahij TheSansArabic';
    font-weight: 500;
    font-style: normal;
    color: #14375c;
    font-size: 16px;
    padding-top: 5px;
}

.twoAgendaRow{
    display: flex;
}








.locationCar-sec{
    background-color: #14375c;
}


.locationCar-sec h1{
    color: #fff;
}

.locationCar-sec .title-in{
    border-bottom: #ab8f65 solid 2px;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    
}

.locationCar-sec{
    background-image: url(../img/bg-location.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    position: relative;
}

.locationCar-con{
    position: relative;
    z-index: 999;
}

.locationCar-col-in h2{
    width: 100%;
    color: #fff;
    text-align: center;
    padding-top: 20px;
}

.locationCar-col-in p{
    font-size: 14px;
    width: 100%;
    color: #fff;
    text-align: center;
    padding-top: 0px;
    color: #ab8f65;
}

.locationCar-title{
    text-align: center;
}

.leftLocation-in img{
    width: 120px;
}

.leftLocation-in h2{
    color: #ab8f65;
    font-family: 'Bahij TheSansArabic';
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    margin-top: 20px;
}

.leftLocation-in p{
    color: #fff;
    font-family: 'Bahij TheSansArabic Plain';
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
}

.leftLocation-in{
    text-align: center;
}

.locationMap{
    background-color: #fff;
    width: 100%;
    height: 450px;
    border-radius: 10px;
}

.leftLocation-in{
    padding-top: 100px;
}


.logoFooter{
    text-align: center;
}

.logoFooter img{
    width: 50px;
}



::placeholder {
    color: #bdbcbc;
    opacity: 1; /* Firefox */
  }
  
  ::-ms-input-placeholder { /* Edge 12 -18 */
    color: #bdbcbc;
  }

















  .radio-inputs {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    border-radius: 0.5rem;
    background-color: #435f7d;
    box-sizing: border-box;
    /* box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.06); */
   margin-top: 10px;
    /* width: 300px; */
    font-size: 14px;
  }
  
  .radio-inputs .radio {
    flex: 1 1 auto;
    text-align: center;
  }
  
  .radio-inputs .radio input {
    display: none;
  }
  
  .radio-inputs .radio .name {
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    border: none;
    padding: .5rem 0;
    color: #bdbcbc;
    transition: all .15s ease-in-out;
  }
  
  .radio-inputs .radio input:checked + .name {
    background-color: #c19f6c;
    color: #fff;
    
  }

  .radio + .radio, .checkbox + .checkbox{
    margin-top: 1px;
  }


  .form-group label{
    font-family: 'Bahij TheSansArabic';
    font-weight: 500;
    font-style: normal;
    margin-right: 0;
    font-size: 14px;
  }

  .radio, .checkbox {
    margin-top: 1px;
    margin-bottom: 1px;
    margin-left: 1px;
    margin-right: 1px;
  }


  .radioLabel{
    color: #bdbcbc;
    float: left;
    padding-top: 6px;
    padding-right: 10px;
  }

  .pageForm-inner{
    text-align: center;
  }









  

  .regHeaderBtn{
    /* display: none; */
  }

  .thankYou{
    color: #c19f6c;
    /*display: none;*/
  }


  


  .selectBut label {
    background-color: #c19f6c;
    color: white;
    padding: 3px 10px;
    
    border-radius: 0.5rem;
    cursor: pointer;
    margin-top: 1rem;
    font-size: 14px;
    font-weight: normal;
  }

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

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

  .selectBut{
    display: inline-block;
  }

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