/*-------------------------------------------------
General CSS 
---------------------------------------------------*/
body {
  font-family: "Heebo", serif;
  font-size: 22px;
  line-height: 28px;
  font-weight: 200;
  color: #ffffff;
  background: #00437a;
  overflow-x: hidden;
  text-align: right;
  direction: rtl;
}

/* Custom Container */
/*@media (min-width: 1366px) {
    .container {
        max-width: 1350px;
    }
}*/

/* Common CSS */
 h1, h2, h3, h4, h5, h6 {
   font-family: "Heebo", serif;
   color: #ffffff;
   line-height: 1.3;
   font-weight: 700;
   margin-top: 0;
   margin-bottom: 10px;
   padding: 0;
   text-transform: capitalize;
}
p {
     margin: 0;
     padding: 0;
}
a {
     margin: 0;
     padding: 0;
     text-decoration: none;
     -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     -ms-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}
 a:focus, a:hover {
     text-decoration: none;
     -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     -ms-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}
 ul {
     margin: 0;
     padding: 0;
}
 ul li {
     list-style-type: none;
     margin: 0;
     padding: 0;
}
 img {
     max-width: 100%;
     height: auto;
}
/* Form CSS */
 .form-control {
     height: 45px;
     margin-bottom: 30px;
     box-shadow: none;
     border: 1px solid #e4e4e4;
     -webkit-box-shadow: none;
     -moz-box-shadow: none;
     border-radius: 0px;
     -moz-border-radius: 0px;
     -webkit-border-radius: 0px;
}
 .form-control:focus {
     border-color: #999999;
     box-shadow: none;
     -webkit-box-shadow: none;
     -moz-box-shadow: none;
}

 ::-webkit-input-placeholder {
     color: #676767 !important;
}
 ::-moz-placeholder {
     color: #676767 !important;
}
 ::-o-placeholder {
     color: #676767 !important;
}
 :-ms-input-placeholder {
     color: #676767 !important;
}
 input:-moz-placeholder {
     color: #676767 !important;
}

/* Background Over Layer CSS */
 .over-layer-black {
     position: relative;
}
 .over-layer-black:before {
     content: "";
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     z-index: 0;
     background-color: rgba(34, 34, 34, 0.8);
}
 .over-layer-white {
     position: relative;
}
 .over-layer-white:before {
     content: "";
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     z-index: 0;
     background-color: rgba(255, 255, 255, 0.8);
}




/* Theme btn CSS */
 .theme-btn {
     display: inline-block;
     vertical-align: middle;
     -webkit-transform: perspective(0px) translateZ(0);
     transform: perspective(0px) translateZ(0);
     position: relative;
     border: none;
     text-transform: capitalize;
     padding: 12px 25px 12px;
     border-radius: 0;
     -webkit-transition-property: color;
     transition-property: color;
     -webkit-transition-duration: 0.3s;
     transition-duration: 0.3s;
     background: #FF003D;
}
.theme-btn:hover {
    background: #ffffff;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0,21,118,0.2);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0,21,118,0.2);
    box-shadow: 0px 10px 20px 0px rgba(0,21,118,0.2);
}
 .theme-btn:before {
     content: "";
     position: absolute;
     z-index: -1;
     top: 0;
     bottom: 0;
     left: 0;
     right: 0;
      border-radius: 0;
     background: #efefef;
     -webkit-transform: scaleX(0);
     transform: scaleX(0);
     -webkit-transform-origin: 50%;
     transform-origin: 50%;
     -webkit-transition-property: transform;
     transition-property: transform;
     -webkit-transition-duration: 0.3s;
     transition-duration: 0.3s;
     -webkit-transition-timing-function: ease-out;
     transition-timing-function: ease-out;
}
 .theme-btn:hover, .theme-btn:focus, .theme-btn:active {
     color: #001576;
     box-shadow: none;
}
 .theme-btn:hover:before, .theme-btn:focus:before, .theme-btn:active:before {
     -webkit-transform: scaleX(1);
     transform: scaleX(1);
}



/* back-to-top CSS */
 #back-to-top {
    position: fixed;
    bottom: 100%;
    right: 15px;
    z-index: 9999;
    width: 40px;
    height: 25px;
    padding-bottom: 15px;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    background: #FF003D;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

 #back-to-top.show {
    opacity: 1;
    bottom: 15px;
    transition: 1s ease-out;
}




/*------------------------------------------------ 
 Main Wrap CSS 
--------------------------------------------------*/
.main-wrap-area {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.wrap-cols {
  display: flex;
  justify-content: space-between;
}
.right-col {
  width: 74%;
  height: 100vh;
  padding-top: 60px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.top-text {
    padding-right: 480px;
  position: relative;
  display: inline-block;
}
.top-text h2 {
    text-align: left;
    font-size: 90px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 0;
}
.top-text h3 {
    position: absolute;
    right: 101%;
    top: 50px;
    z-index: 0;
    line-height: 62px;
    font-size: 78px;
    font-weight: 500;
    min-width: 320px;
    margin-bottom: 0;
}
.top-text h3 span {
    font-size: 170px;
    font-weight: 400;
}
.middle-text {
    margin-top: 30px;
    text-align: center;
     position: relative;
     margin-right: 200px;
     margin-top: 50px;
}
.middle-text h2 {
    font-size: 46px;
    font-weight: 500;
    padding: 10px 100px;
    margin-bottom: 0;
    background: rgb(0,60,109);
    background: -moz-linear-gradient(90deg, rgba(0,60,109,0.03403359634869574) 0%, rgba(0,60,109,1) 50%, rgba(0,60,109,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0,60,109,0.03403359634869574) 0%, rgba(0,60,109,1) 50%, rgba(0,60,109,1) 100%);
    background: linear-gradient(90deg, rgba(0,60,109,0.03403359634869574) 0%, rgba(0,60,109,1) 50%, rgba(0,60,109,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#003c6d",endColorstr="#003c6d",GradientType=1);
    display: inline-block;
}
.circle-text {
    width: 265px;
    height: 265px;
    border-radius: 100%;
    background-color: #cc1f27;
    transform: rotate(-35deg);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0px;
    top: -130px;
    z-index: 1;
}
.circle-inside {

}
.circle-inside h3 {
    font-size: 94px;
    line-height: 1;
    font-weight: 900;
    margin: 0;
}
.circle-inside h4 {
    font-size: 34px;
    line-height: 1;
    margin: 0;
}
.bulding-img {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.bulding-img img {
    width: 700px;
}






.left-col {
  width: 26%;
  padding-top: 15px;
  padding-left: 35px;
  padding-right: 35px;
  text-align: center;
  position: relative;
    background: rgb(0,68,124);
    background: -moz-linear-gradient(69deg, rgba(0,68,124,1) 0%, rgba(0,37,67,1) 100%);
    background: -webkit-linear-gradient(69deg, rgba(0,68,124,1) 0%, rgba(0,37,67,1) 100%);
    background: linear-gradient(69deg, rgba(0,68,124,1) 0%, rgba(0,37,67,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00447c",endColorstr="#002543",GradientType=1); 
}
.left-col .logo {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 0;
  transform: translate(-50%);
  border-top-right-radius: 80px;
  border-top-left-radius: 80px;
  overflow: hidden;
}
.left-col .logo img {
    max-width: 77px;
}
.text-img {
    position: absolute;
    left: 24px;
    top: 45px;
    z-index: 0;
}
.left-col h2 {
    margin-bottom: 15px;
    display: inline-block;
    background-color: #CC1F27;
    font-size: 27px;
    text-align: center;
    -webkit-box-shadow: 16px 19px 38px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 16px 19px 38px 0px rgba(0,0,0,0.35);
    box-shadow: 16px 19px 38px 0px rgba(0,0,0,0.35);
    padding: 2px 15px;
}
.left-col h3 {
    color: #ffffff;
    margin-bottom: 0;
    font-size: 27px;
    font-weight: 300;
    margin: 0 22px;
    font-family: "Assistant", serif;
}
.left-col h3 span {
    font-weight: 900;
    display: block;
}
.my-bdr {
    width: 100%;
    max-width: 355px;
    height: 1px;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: #CC1F27;
}
.left-col h1 {
    font-size: 46px;
    line-height: 1;
    font-weight: bold;
}
.left-col h4 {
    font-size: 26px;
}
.myform {
    
    margin: 0 auto;
}
.myform .form-control {
    width: 100%;
    max-width: 295px;
    height: 48px;
    background-color: #ffffff;
    border-radius: 18px;
    margin: 0 auto;
    margin-bottom: 10px;
    font-size: 18px;
    color: #000000;
    text-align: right;
}
.left-col .btn {
    color: #ffffff;
    width: 100%;
    max-width: 295px;
    height: 48px;
    border: none;
    background-color: #CC1F27;
    border-radius: 20px;
    font-size: 26px;
    line-height: 26px;
}
.left-col .form-check {
    position: relative;
}
.left-col .form-check-label {
    font-weight: 300;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 10px;
}
.left-col p {
    font-family: "Assistant", serif;
    font-size: 12px;
    line-height: 15px;
    font-weight: normal;
    font-weight: 300;
}
.form-check .form-check-input {
    float: inherit;
}



/*------------------------------------------------ 
            Responsive CSS
--------------------------------------------------*/

@media only screen and (min-width: 1920px) and (min-height: 1080px) {
  
}

@media only screen and (max-width: 1920px) and (max-height: 900px) {
  .left-col .logo img {
    max-width: 150px;
  }
  .left-col {
    padding-top: 15px;
  }
  .left-col h1 {
    font-size: 38px;
  }
  .myform .form-control{
    height: 40px;
    margin-bottom: 8px;
  }
  .myform .btn {
    height: 40px;
  }
}

@media only screen and (max-width:1680px) {
  .left-col h2 {
    font-size: 20px;
  }
  .left-col h3 {
    margin: 0;
    font-size: ;
  }
  .left-col h1 {
    font-size: 30px;
  }
  .left-col .btn {
    margin-bottom: 10px;
  }
  .bulding-img img {
    width: 680px;
  }
  .circle-text {
    width: 200px;
    height: 200px;
    top: -90px;
  }
  .circle-inside h3 {
    font-size: 65px;
  }
  .circle-inside h4 {
    font-size: 24px;
  }
  .top-text {
    padding-right: 360px;
  }
  .middle-text h2 {
    font-size: 40px;
  }
  .bulding-img img {
    width: 620px;
  }
}

@media only screen and (max-width:1600px) {
  .left-col h1 {
        font-size: 28px;
    }
    .left-col h3 {
        font-size: 24px;
    }
    .myform .form-control{
        height: 35px;
    }
    .left-col .btn {
        height: 35px;
        font-size: 20px;
    }
    .left-col .logo img {
        max-width: 140px;
    }
    .left-col {
        padding-top: 15px;
    }
    .bulding-img img {
        width: 550px;
      }

}

@media only screen and (max-width:1440px) {
  .left-col h3 {
        margin: 0;
    font-size: 20px;
    }
    .top-text {
    padding-right: 25%;
  }
  .bulding-img img {
    width: 490px;
  }
}

@media only screen and (max-width:1400px) {
  
}

@media only screen and (max-width:1366px) {
    .top-text {
        padding-right: 200px;
    }
    .bulding-img{
        
    }
  .bulding-img img {
    width: 350px;
  }
  .middle-text h2 {
    font-size: 30px;
  }
  .circle-text {
    width: 200px;
    height: 200px;
    top: -80px;
    right: -50px;
  }
  .circle-inside h3 {
    font-size: 55px;
  }
  .left-col {
    padding-top: 100px;
  }
  .text-img {
    left: 10px;
    top: 10px;
  }
  .left-col .logo img {
        max-width: 80px;
    }
    .left-col h3 {
        font-size: 16px;
        margin: 0;
    }
    .left-col h2 {
        font-size: 16px;
        margin-bottom: 0;
    }
    .left-col h1 {
        font-size: 22px;
    }
    .myform .form-control {
        height: 30px;
        margin-bottom: 5px;
    }
    .left-col .btn {
        height: 30px;
        font-size: 16px;
        line-height: 16px;
    }
    .my-bdr {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .left-col .form-check-label {
        font-size: 14px;
    }
    .left-col h4 {
        font-size: 16px;
    }

}

@media only screen and (max-width:1199px) {
  .top-text h2 {
    font-size: 50px;
  }
  .top-text h3 {
    top: 10px;
  }
  .top-text h3 span {
    font-size: 102px;
  }
  .circle-text {
    top: -35px;
    right: -80px;
  }
  .bulding-img img {
    width: 420px;
    }
}

@media only screen and (max-width:1024px) {
  .middle-text h2 {
    font-size: 20px;
    }
}

@media only screen and (max-width:991px) {
  
}

@media only screen and (max-width:768px) {
    .main-wrap-area {
        height: auto;
    }
    .wrap-cols {
        display: block;
    }
    .right-col {
        width: 100%;
    }
    .left-col {
        width: 100%;
    }
    .left-col p {
        padding-bottom: 40px;
    }
    .top-text {
       
        
    }
    .top-text h2 {
        font-size: 60px;
    }
    .top-text h3 {
        top: 30px;
    }
    .top-text h3 span {
        display: block;
        font-size: 105px;
    }
    .top-text h3 {
        font-size: 48px;
    }
    .circle-text {
        top: -50px;
        right: 0;
    }
    .middle-text {
        margin-right: 0;
    }
    .middle-text h2 {
      padding: 10px 30px;
        font-size: 24px;
    }
    .bulding-img img {
        width: 550px;
    }
    .left-col .logo {
        top: 0;
    }
    .left-col h2 {
        margin-bottom: 20px;
        font-size: 24px;
    }
    .left-col h3 {
        font-size: 24px;
    }
    .left-col {
        padding-top: 150px;
    }
    .left-col h1 {
        font-size: 30px;
    }
    .myform .form-control {
        height: 48px;
    }
    .left-col .btn {
        height: 48px;
        font-size: 24px;
    }
    .my-bdr {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .left-col h4 {
        font-size: 26px;
    }
    .form-check .form-check-input {
        float: inherit;
    }
}

@media only screen and (max-width:600px) {
    .right-col {
      height: auto;
      min-height: 900px;
    }
    .top-text {
      padding-right: 110px;
    }
    .circle-text {
      top: 70px;
      right: 50px;
      z-index: 3;
    }
    .bulding-img img {
        width: 450px;
    }
}

@media only screen and (max-width:575px) {
    .top-text {
        padding-right: 30px;
    }
    /*.circle-text {
        top: 0;
        right: 0;
        position: relative;
        margin: 0 auto;
        margin-top: 30px;
        z-index: 3;
    }*/
   


}

@media only screen and (max-width:480px) {
  .top-text h2 {
        font-size: 40px;
    }
    .top-text h3 span {
        font-size: 50px;
    }
    .top-text h3 {
        font-size: 40px;
        top: 0;
        line-height: 1;
    }
    .top-text {
      right: 10%;
    }
}

@media only screen and (max-width:420px) {
    
  .right-col {
      min-height: 800px;
    }

}

@media only screen and (max-width:375px) {
  .middle-text h2 {
    padding: 10px 20px;
  }
  .middle-text h2 {
    font-size: 20px;
  }
   .top-text {
      right: 2%;
    }
}

@media only screen and (max-width:360px) {
  .right-col {
      min-height: 750px;
    }
}

@media only screen and (max-width:320px) {
  .top-text {
      right: 2%;
      padding-right: 0;
    }
    .right-col {
      min-height: 700px;
    }
}



