@charset "utf-8";
/* CSS Document */




* {
    padding: 0;
    margin: 0;
}

html,
body {
    height: 100%;
}

body {
    position: relative;
    font-family: "Open Sans", sans-serif;
}

/*  css has started */
.head{
    padding: 15px 0;
    background-color: #fff;
}

.head .logo img{
    height: 90px;
}
/*  banner section start */

.mybanner .carousel-caption .white-box
{
    width:400px ;
    height: 500px;
    background-color: #fff;
   margin-bottom: 40px;
/*   margin-left: 30px;*/
}


.thankyouSec{
    padding: 80px 0;
    border-top: 1px solid #ccc;
    background-size: cover;
    -webkit-background-size: cover;
}
.thanksD{
    padding: 60px 30px;
    border-radius: 30px;
    border: 1px solid #ccc;
    background: #ffffffd1;
}
.thanksD .imgfst{
    height: 50px;
    margin: 15px 0;
}
.thanksD .imgsnd{
    height: 40px;
    margin: 15px 0;
}
.thanksD h2{
        font-family: 'Roboto', sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: #000;
    margin-top: 0;
}
.thanksD p{
        font-size: 18px;
    font-weight: 500;
    color: rgba(30, 30, 30, 1);
}



/* events  */

.events{
   
    background: url(../img/middImg.jpg) top center no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    padding:80px  0px;
     padding-bottom: 200px; 
}

.events .text-box{
   padding-top: 10px;

   text-align: center;
   

}

.events .line{
  width: 600px;
  height: 1px;
  background-color: #4a4a4a;
  margin: 0 auto;
}

li{
    list-style: none;
}
.noD{
    padding: 20px 0;
}

.btn_red{
    background: #D62831;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 9px 30px;
    border-radius: 8px;
    text-transform: uppercase;
        position: relative;
    z-index: 999;
}
.btn_red:hover, .btn_red:focus{
    color: #fff;
}

.text-box li{
   padding:6px 0;
   text-transform: capitalize;
   font-size: 16px;
   font-weight: 600;
   line-height: 34px;
}

.events .view-btn a{
  padding: 16px 40px;
  background-color: #D62831;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  border-radius: 8px;

}

.events .view-btn{
    margin-top: 80px;
  display: flex;justify-content: center;
    
}
.eventsHead h2{
font-size: 72px;
font-weight: 700;
line-height: 120px;
text-align: center;
color: #FFFFFF;
}

.experience{
    background-color: #fff;
  border-top-left-radius: 120px;
  border-top-right-radius: 120px;
  margin-top: -100px;
  padding: 80px 0;
}
.experience2{
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  margin-top: 0;
    background-color: #fafafa;
  padding: 60px 0;
}


/* nav */
.experience .nav a{
  color: #041E42;

}
.experience .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  color:#fff;
  cursor: default;
  background-color:#D62831;

  border-bottom-color: transparent;
  padding:10px 30px;
  font-weight: 600;
  font-size: 18px;
  border-radius: 5px;
  border: 2px solid #D62831;
 
  
}
.nav>li>a:focus, .nav>li>a:hover {
  text-decoration: none;
  background-color: #fff;
}

.experience .nav a{
  color:#4a4a4a;
  cursor: default;
  border: 2px solid #b7b7b7;

 
  padding:10px 30px;
  font-weight: 600;
  font-size: 18px;
  border-radius: 5px;
}
.experience .nav-tabs{
  margin-bottom: 40px;
  border: none;
}
.experience .text-box h2{
    color: #041E42;
    font-size: 40px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 52px;
}

.experience .text-box p{
    font-size: 17px;
    color: #1E1E1E;
    font-weight: 600;
    line-height: 30px;
}
.white-red-box .carousel-indicators li{
    border: 1px solid #D62831;
}
.white-red-box .carousel-indicators .active {
    background-color: #D62831;
}
    .white-red-box .carousel-indicators {
        bottom: -25px;
    }


.experience .view-btn2 a{
    padding: 12px 20px;
    background-color: #D62831;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 30px;
    text-align: center;
    border-radius: 8px;
  
  }
  .experience .text-box i{
    color: #D62831;
    font-size: 18px;
    padding: 5px;
    border-radius: 50%;
    border: 1px solid #D62831;
  }
  .experience .view-btn2{
       margin-top: 25px;
    margin-bottom: 20px;
      
  }

  .experience .img-box img{
    margin-bottom: 15px;
  }

  .experience .main{
    display: flex;
    align-items: center;
  }

  .experience .main img{
    height: 80px;
  }
 
  .experience .img-box2 img{
/*    height: 20px;*/
    margin-bottom: 23px;
    margin-top: 23px;
  }
  .experience .img-3{
    height: 70px;
    margin-bottom: 15px;
  }
.experience .text h5{
    color: #1E1E1E;
    font-weight: 600;
    font-size: 17px;
}
  .experience .text h6{
    color: #4a4a4a;
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
  }

  .experience .white-red-box h4{
    color: #D62831;
    font-size: 18px;
    font-weight: 600;
  }

  .experience .white-red-box{
    box-shadow: 2px 2px 8px 8px #DCB5B7;
        padding: 20px;
    border-radius: 20px;
      margin-bottom: 30px;
          height: 420px;
  }

  .experience .view-btn-trans a{
    padding: 15px 20px;
    background:transparent;
    border: 1px solid gray;
    text-decoration: none;
    color:#1E1E1E;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    border-radius: 8px;
  
  }
  
  .experience .view-btn-trans{
    margin-top: 50px;
  }

  .total-btn{
    display: flex;
  align-items: center;
  }

  .experience .date{
/*        margin-top: 15px;*/
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
  }

  .experience .date i{
    font-size: 30px;
    color: #D62831;
  }

  .experience a{
    color: #4a4a4a;
    font-size: 18px;
    text-transform: capitalize;
  }
  /*  */
  .lastSec{
    background: url(../img/lastImg.jpg) top center no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    padding-top: 80px;
    padding-bottom: 380px;
    /* padding-bottom: 440px; */
}


/*  lasts sec */
.lastSec .text-box h2{
    color: #041E42;
    font-size: 40px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 52px;
}

.lastSec .text-box p{
    font-size: 17px;
    color: #1E1E1E;
    font-weight: 600;
    line-height: 30px;
    padding-left: 60px;
}

.lastSec .view-btn2 a{
    padding: 12px 20px;
    background-color: #D62831;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 30px;
    text-align: center;
    border-radius: 8px;
  
  }
  .lastSec .text-box i{
    color: #D62831;
    font-size: 18px;
    padding: 5px;
    border-radius: 50%;
    border: 1px solid #D62831;
  }

  .lastSec h6{
    font-size: 18px;
    color: #4a4a4a;
    font-weight: 600;
    padding-top: 15px;
  }

  .footer{
    background-color: #050030;
    padding: 15px 0;
  }
   .footer p{
    color: #fff;
   }
   
   
   
   .img_class{
   padding:10px;
   }
   
   
   @media screen and (min-width: 1200px) {
    .custom-container {
        padding: 0rem 23rem !important;
    }
}


@media screen and (min-width: 992px) and (max-width: 1199px) {
    .custom-container {
        padding: 0rem 3rem !important;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .btn.enq_now_yellow {
        font-size: 0.8rem;
    }
    .bg_white {
        min-height: 13rem;
        padding: 11px 20px 30px 9px;
    }
    .avg_txt {
        font-size: 0.9rem;
    }
    .ptext {
        font-size: 0.8rem;
    }
    .h4txt {
        font-size: 1rem;
        font-weight: bold;
    }
    .bg_blue1 {
        height: 72rem;
    }
    .banner_form {
        position: relative;
        top: 1rem;
        right: 0%;
        width: 100%;
    }
 
    .logo-wd {
        width: 60%;
    }
    .head {
        font-size: 2rem;
    }
    .bann-ht {
        height: 33rem;
        margin-top: 5rem;
    }
    .btn.enq_now {
        font-size: 1.3rem;
        padding: 6px 45px 6px 45px;
    }
    .skill_txt {
        font-size: 0.6rem;
    }
    .s_common {
        padding: 41px;
        min-height: 14rem;
    }
}


@media screen and (min-width: 1200px) and (max-width: 1366px) {

    .custom-container {
        padding: 0rem 2rem !important;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1366px) {
    .scroll2 {
        z-index: 9991;
        position: fixed;
        right: -56px;
        bottom: 50%;
      
       
    }
    .btn.enq_now_yellow {
        font-size: 1rem;
    }
    .bg_white {
        min-height: 13rem;
        padding: 11px 20px 30px 9px;
    }
    .avg_txt {
        font-size: 0.9rem;
    }
    .ptext {
        font-size: 0.8rem;
    }
    .h4txt {
        font-size: 1rem;
        font-weight: bold;
    }
    .bg_blue1 {
        height: 74rem;
    }
    .banner_form {
        position: absolute;
        top: 8rem;
        right: 1%;
        width: 386px;
    }
    .skill_txt {
        font-size: 0.7rem;
    }
    .s_common {
        padding: 41px;
        min-height: 14rem;
    }
 
    .logo-wd {
        width: 60%;
    }
    .head {
        font-size: 2.5rem;
    }
    .bann-ht {
        height: 41rem;
        margin-top: 5rem;
    }
    .btn.enq_now {
        font-size: 1.5rem;
        padding: 6px 45px 6px 45px;
    }
}

@media screen and (min-width:1367px) and (max-width:1690px) {
    .custom-container {
        padding: 0rem 2rem !important;
    }
}


