/************************
General code
***********************/
*{
 margin: 0px;
 padding: 0px;

 text-decoration: none!important;

}
a{
    text-decoration: none;
}

.box-shadow1{
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}


.b-example-divider {
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
  }

  .btn-apply{
    height: 80px;
    width: 300px;
    background-image: linear-gradient(#5a0606 0%, #31373f 100%);
    color: #fff;
    border-radius: 30px;
    line-height: 50px;
    font-size: 18px;
  }
  .btn-apply:hover{
    background-image: linear-gradient(#45af69 0%, #750e1c 100%);
    color: #fff;
  }

/***************
sub-header
*/
.sub-header{
    background-color: maroon;
    height: 46px;
    line-height: 46px;
}

.sub-header ul.left-info li i{
  border-left: 1px solid rgba(250, 250, 250, 0.3); 
  padding: 0px 20px; 
  margin-right: 10px;
  font-size: 18px;

}

.sub-header ul.reight-icon{
   float: right;
  
  }

  .sub-header ul.left-info li a{
    color: white;
  
  } 
.sub-header ul.left-info li:last-child{
    border-left: 1px solid rgba(250, 250, 250, 0.3);     
  }

  .sub-header ul.left-info li{
    display: inline-block;
  }

  .sub-header ul.right-icon li{
    margin-right: 4px;
    width: 46px;
    text-align: center;
    border-left: 1px solid rgba(250, 250, 250, 0.3); 
    display: inline-block;
  
  }
  .sub-header ul.right-icon li a{
    color: white;
    transition: all 0.3s;
  
  } 
  .navber-brand img{
    width:70px;
  }

  .cname-lg{
    float:right; 
    padding-top:5px; 
    padding-left:20px;
  }

  .cname-lg b{
    font-size:26px; 
    color:maroon;
  }

  .cname-lg span{
    font-size:14px; 
  }


  .cname-xm{
    float:right; 
    padding-top:10px; 
    padding-left:20px;
    display:none;
  }

  .cname-xm b{
    font-size:20px; 
    color:maroon;
  }

  



  
  .togle-m{
      border:none;
      outline:none;
      color: #ffff;
  }

  .mwhte{
    color: #ffff;
  }

  .bg-mdark, .btnRegister{
      background-color:rgba(100, 5, 10, 0.8);
  }

  .bg-gradient{
    background-image: linear-gradient(#5a0606 0%, #31373f 100%);
  }

  .nav-link{
    padding-top: 10px;
    padding-bottom: 10px;
    color: #ffff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    margin-right: 10px;
  }

  .navber-brand{    
   display: inline-block;
   padding-top: 0.325rem;
   padding-bottom: 00.3125rem;
   margin-right: 1rem;
   font-size: 1.25rem;
   line-height: inherit;
   white-space: nowrap;
  }


 

  .topper{
    margin-left: 60px;
    margin-right: 10px;
    z-index: 3;
  }

  .topper .icon{
    width: 40px;
    height: 40px;
    margin-right: 10px;
    margin-top: 10px;
  }

  .topper .icon span{
    padding: 10px;
    color: maroon;
    border: 2px dotted maroon;
    border-radius: 50px;
  }

  .topper text{
    margin-bottom: 0px;
    font-size: 16px;
  }


  @media(max-width: 768px){
    .navber-brand img{
        width:40px;
        height: 40px;
      }
      .cname-lg{
       display: none;
      } 
      .topper{
        display: none!important;
      }
      .cname-xm{
        float:right; 
        padding-top:10px; 
        padding-left:20px;
        display:block;
        line-height: 30%;
      }
      .container{
        width:100%;
      }
     
  }



   /*******************************
  Sectionhero
  *******************************/
  .hero{
    width: 100%;
    height: 70vh;   
    padding: 0;
  }

  .hero .carousel-item{
    width: 100%;
    height: 70vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
   
  }
  .hero .carousel-item::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;

  }

  .hero .carousel-container{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;

  }

  .hero h2{
    margin-bottom: 20px;
    font-size: 48;
    font-weight: 700;
  }

  

  .hero .button-get, .hero .button-read{
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    padding: 12px 30px;
    margin-right: 20px;
    line-height: 1;
    color:maroon;
    border: 2px solid maroon;
    border-radius: 50px;


  }


  /***************************************
   #Contact section
   ******************************/

  .ftco-section {
    padding: 7em 0; }

  .contactForm .label {
    color: #ffff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600; }
  


  .contactForm .form-control {
    border: none; }
  
  #map {
    width: 100%; }
    @media (max-width: 767.98px) {
      #map {
        height: 300px; } }
  
  #contactForm .error {
    color: red;
    font-size: 12px; }
  
  #contactForm .form-control {
    font-size: 16px; }
  
  #message {
    resize: vertical; }
  
  #form-message-warning, #form-message-success {
    display: none; }
  
  #form-message-warning {
    color: red; }
  
  #form-message-success {
    color: #28a745;
    font-size: 18px;
    font-weight: 500; }


/*****************************************
#News Letter
*****************************************/

.subscribe-area {
  width: 90vw;
  margin: 10px 5% 0 5%;
  box-align: center;
  background: -webkit-linear-gradient(left, #7a0505, #6a807d);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  }
  
  .pb-50 {
      padding-bottom: 50px;
  }
  .pt-70 {
      padding-top: 70px;
  }
  
  .mb-15 {
      margin-bottom: 15px;
  }
  
  .subscribe-text span {
      font-size: 12px;
      font-weight: 700;
      color: #fff;
      letter-spacing: 5px;
  }
  .subscribe-text h2 {
      color: #fff;
      font-size: 36px;
      font-weight: 300;
      margin-bottom: 0;
      margin-top: 6px;
  }
  .subscribe-wrapper {
      overflow: hidden;
  }
  .mb-15 {
      margin-bottom: 15px;
  }
  
  .subscribe2-wrapper .subscribe-form input {
      background: none;
      border: 1px solid #fff;
      border-radius: 30px;
      color: #fff;
      display: inline-block;
      font-size: 15px;
      font-weight: 300;
      height: 57px;
      margin-right: 17px;
      padding-left: 35px;
      width: 70%;
      cursor: pointer;
  }
   
  .subscribe2-wrapper .subscribe-form button {
      background: #ffff;
      border: none;
      border-radius: 30px;
      color: #4b5d73;
      display: inline-block;
      font-size: 18px;
      font-weight: 400;
      line-height: 1;
      padding: 18px 46px;
      transition: all 0.3s ease 0s;
  }
  .subscribe2-wrapper .subscribe-form button i {
      font-size: 18px;
      padding-left: 5px;
  }


  /**********************************
  # Register page 
  **********************************/
  .register{
    background: -webkit-linear-gradient(left, #7a0505, #6a807d);
    margin-top: 3%;
    padding: 3%;
}
.register-left{
    text-align: center;
    color: #fff;
    margin-top: 4%;
}
.register-left input{
    border: none;
    border-radius: 1.5rem;
    padding: 2%;
    width: 60%;
    background: #f8f9fa;
    font-weight: bold;
    color: #383d41;
    margin-top: 30%;
    margin-bottom: 3%;
    cursor: pointer;
}
.register-right{
    background: #f8f9fa;
    border-top-left-radius: 10% 50%;
    border-bottom-left-radius: 10% 50%;
}
.register-left img{
    margin-top: 15%;
    margin-bottom: 5%;
    width: 25%;
    -webkit-animation: mover 2s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
.register-left p{
    font-weight: lighter;
    padding: 12%;
    margin-top: -9%;
}
.register .register-form{
    padding: 10%;
    margin-top: 10%;
}
.btnRegister{
    float: right;
    margin-top: 10%;
    border: none;
    border-radius: 1.5rem;
    padding: 2%;
    background: #0062cc;
    color: #fff;
    font-weight: 600;
    width: 50%;
    cursor: pointer;
}
.register .nav-tabs{
    margin-top: 3%;
    border: none;
    background: #0062cc;
    border-radius: 1.5rem;
    width: 28%;
    float: right;
}
.register .nav-tabs .nav-link{
    padding: 2%;
    height: 34px;
    font-weight: 600;
    color: #fff;
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
}
.register .nav-tabs .nav-link:hover{
    border: none;
}
.register .nav-tabs .nav-link.active{
    width: 100px;
    color: #0062cc;
    border: 2px solid #0062cc;
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
}
.register-heading{
    text-align: center;
    margin-top: 8%;
    margin-bottom: -15%;
    color: #495057;
}
  
.login-wrap{
  background: -webkit-linear-gradient(top, #7a0505, #6a807d);   
  padding: 3%;
  height:400px;  
  border-radius: 20px;
}
.register .login-form{
  padding: 20%;
  margin-top: 10%;
}