@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    position: relative;
    font-family: 'Inter', sans-serif;
    color: #000;
}

h1 {
    font-size: 26px;
    margin-bottom: 1rem;
    padding-top: 2.5rem;
    
}

p {
    font-size: 1.4rem;
}

.container-wrap {
    margin-top: 2rem;
   
    width: 100%;
    overflow: hidden;
}

.container {
    margin-left: 4rem;
    margin-right: 4rem;
}

/* section {
    margin-top: 2rem;
    margin-bottom: 2rem;
} */

.header-wrap {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
}

.header-wrap img {
    width: 15rem;
}

.banner-wrap {
    position: relative;
}

.banner-content {
    width: 50%;
    padding-bottom: 1.2rem;
}

.banner-img-wrap {
    width: 100%;
}

.banner-img-wrap img {
    width: 100%;
}

.banner-form-wrap {
    position: absolute;
    background-color: #DADADA;
    top: 0; 
    right: 2rem;
    width: 25rem;
    padding: 2rem;
}

.form-title {
    text-align: center;
    margin-bottom: 2rem;
    font-size: 1.3rem;
}
.banner-form-wrap input,
.banner-form-wrap select,
.banner-form-wrap button {
width: 100%;
 margin: 5px;
padding: 15px;
outline: none;
border: none;

}

.btn-primary {
background-color: #253458;
color: #fff;

}
.content-wrap{
    display: flex;
    flex-direction: row;
    margin-left: 3rem;
    margin-right: 3rem;
    gap: 6rem;
    padding: 3rem;
    overflow: hidden;
}
.btn{
 
    background-color: #253458; 
    border: none;
    color: white;
    padding: 22px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 22px;
    
    cursor: pointer;
    border-radius: 8px;
    width: 250px;
    margin-top: 5rem;
  margin-bottom: 2rem;
}

.content-wrap-data{
    padding: 3rem;
    width: 40%;
    /* text-align: justify; */
    min-width: 0;
    flex: 1;
}
h2{
    font-size: 2rem;
    font-weight: 600;
}
.content-wrap-data p{
    margin-top: 2rem;
}
.content-wrap-data hr{
    color: #253458;
    width:100%;text-align:left;margin-left:0;
    height: 4px;
    background:#253458 ;
    margin-top: 3rem;
      
}
.content-wrap-image{
    margin-left: 3rem;
    /* margin-top: 2rem; */
    padding: 3rem;
    min-width: 0;
    flex: 1;
   
}
/* .content-wrap-image img{
    margin: 2px 2px 2px 2px ;
} */

.slider{
    position: relative;
    margin: auto;
  
   
    
}
 .respite-title{
    font-size: 1.5rem;
    text-align: center;
    margin-top: 2rem;
 }
.prev{
    margin-left: -4rem;
}
.next{
    margin-right: -1rem;
}
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color:black;
   
    font-size: 22px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }
  
/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
 
  


  /*media queriws */
@media screen and (max-width:769px){
    .banner-wrap{
        display: none;
    }
    .mobile-banner-image-section{
        /* background-image: url("images/mobilebanner.png") ; */
        /* margin-left: 3rem;
        margin-right: 3rem;
        padding: 3rem; */
       width: 100%;
       height: auto;
       position: relative;
    }
    .mobile-banner-image-section img{
        width: 100%;
        height: auto;
       
    }
    .header-wrap img{
        /* margin-left: 18rem; */
        max-width: 100%;
        margin: 0 auto;
        display: block;
    }
    .mobile-banner-text{
        position: absolute;
        top: 3rem;
        left: 4rem;
        width: 55%;
        background-color: white;
        border-radius: 0.5rem;
    }
    .mobile-banner-text h1{
        font-size: 18px;
        margin: 1rem;
        padding-top: 2rem;
    }
    .mobile-banner-text p{
        font-size: 16px;
        padding-bottom: 2rem;
        margin-left: 1rem;
    }
    .mobile-banner-form{
        display: flex;
    }
    .form-title-mobile{
        text-align: left;
        margin-bottom: 2rem;
        font-size: 1.2rem;
    }
    .btn-primary-mobile{
        background-color: #253458;
color: #fff;
    }
    .mobile-banner-form input,
    .mobile-banner-form select,
    .mobile-banner-form button{
        width: 100%;
 margin: 5px;
padding: 15px;
outline: none;
border: none;

    }
    .mobile-banner-form{
        position: absolute;
    background-color: #DADADA;
    top: 60%;
    /* left: 8rem; */
    left: 12%;
    top: 70%;
    width: 25rem;
    padding: 2rem;
    }
    /* .form-title-mobile{
        text-align: left;
    } */
    .content-wrap{
        margin: 0;
        padding: auto;
    }
    .content-wrap-image{
        padding: 0;
        /* margin: auto; */
        margin-top: 2rem;
    }
    .content-wrap-data h2{
        font-size: 1.5rem !important;
    }
    .content-wrap-data hr{
        margin-top: 1rem;
    }
    .content-wrap-data p{
        margin-top: 1rem;
        font-size: 1rem;
    text-align: justify;
        
    }
    .respite-title{
        font-size: 1.2rem;
    margin-top: 1rem;
    }
    .prev{
        margin-top: -10rem;
        padding-left: 2rem;
    }
    .next{
        margin-top: -10rem;
        margin-right: -3rem;
    }
    .mobile-banner-form{
        margin-left: -2rem;
        width: 80%;
    }
  
    
    }
    @media screen and (max-width:664px){
        .mobile-banner-form{
           top: 60%;
        }
    }
    
    @media screen and (min-width:320px)and (max-width:480px) {
                .mobile-banner-text{
                    width: 80%;
            margin-left: -2rem;

                }
                .mobile-banner-form{
                    padding: 1rem;
                    margin-top: 1.5rem;
                    
                }

                .mobile-banner-text h1{
                    padding: 0;
                    font-size: 16px;
                }
                .mobile-banner-text p{
                    padding-bottom: 1rem;
                    font-size: 14px;
                }
                .mobile-banner-form input,
                .mobile-banner-form select,
                .mobile-banner-form button{
                    padding: 10px;
                }
                .form-title-mobile p{
                    /* line-height: 1; */
                    font-size: 4px;
                    text-align: left;
                    width: 80%;
                }
                .content-wrap-data h2{
                    display: none;
                }
                .heading-mobile h2{
                    font-size: 1.5rem !important;
                        margin: 0.5rem;
                        margin-left: 10%;
        margin-top: 2rem;
                      
                }
                .content-wrap{
                    padding: 1rem;
                }
               
    }
   
@media screen and (max-width:659px){
    .btn{
        display: none;
    }
    .mobile-button{
        background-color: #253458; 
        border: none;
        color: white;
        padding: 22px 32px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 22px;
        
        cursor: pointer;
        border-radius: 8px;
        width: 250px;
        
      margin-bottom: 2rem;
      width: 80%;
    }
    .mobile-button-enquire{
        text-align: center;
        width: 100%;
    }
    .prev,.next{
        margin-top: -1rem;
    }
   .mobile-banner-form{
    width: 90%;
   
   }
   .form-title-mobile{
    font-size: 1rem;
    margin-right: 2rem;
  
   }
   /* .mobile-banner-form{
        margin-left: -2rem;
        width: 80%;
    } */
}

@media screen and (min-width:659px){
    .mobile-button{
        display: none;
    }
    
}


@media screen and (min-width:769px){
    .mobile-banner-wrap{
        display: none;
    }
    
   
    /* .banner-form-wrap{
        width: 40%;
        margin-right: -1rem;
    } */
    .prev,.next{
        margin-top: -10rem;
    }
    
    }
    
    @media screen and (max-width:932px) {
        .banner-form-wrap{
            width:40%;
        }
        
    }
@media screen and (min-width:681px){
    .prev,.next{
       margin-top: -0.5rem;
    }
}
@media screen and (max-width:768px) {
    .content-wrap-data{
        padding: 1rem;
        width: 100%;
        margin-top: -2rem
    }
    .content-wrap{
        flex-direction: column;
    }
    .content-wrap-image{
        /* margin: 0; */
       padding: 2rem;
       margin: 2rem;
    margin-top: -4rem;
    }
    .next{
        margin-right: -1rem;
    }
    
}

@media screen and (min-width:729px)and (max-width:1024px)
{
    .content-wrap-data{
        margin: 0;
        padding: 0;
       
    }
    .content-wrap-data h2{
        font-size: 2rem;
    }
    .content-wrap-data p{
        font-size: 1rem;
    }
    .content-wrap{
gap: 0;
padding: 2rem 2rem;
    }
  }
@media screen and (min-width:480px) {
    
    .heading-mobile{
        display: none;
    }
}
@media screen and (max-width:319px) {
     
   .content-wrap-data h2{
        display: none;
    }
}


.footer-div{
    width: 100%;
    /* height: auto; */
    position: relative;
    background-image: url('images/footer-dim.jpg') ; 
  background-size: cover;
   text-align: center;
   background-position: center center;
   padding: 10rem 0;
}
.footer-div img{
    width: 100%;
   
}
.footer-btn{
    background-color: white;
    border: none;
    color: black;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 8px;
}
.footer-inner h1{
color: white !important;
font-size: 40px;
}

 

.footer-btn{
    
    font-weight: bold;
} 
.footer-div img{
   display: block;
   margin: 0 auto;
   height: 100%;
   max-width: 100%;
   
}
 .timeline-container{
    width: 100%;
    position: relative;
   /* height: 700px; */
   padding:5rem;
}

.timeline-heading h2{
   color: white;
   text-align: center;
   font-weight: 500;
   margin-top: 2rem;
}


@media screen and (min-width:1025px) and (max-width:1200px) {
    .content-wrap{
        padding: 0;
        gap: 1rem;
    }
    .content-wrap-data{
        padding: 1rem;
        width:70%;
    }
    .content-wrap-image{
        padding: 2rem;
        margin-left: -1rem;
    }
    .prev,.next{
        margin-top: -8rem;
    }
}

.tmpl_skills_timeline{
    /* padding-top: 10rem; */
    padding-bottom: 14rem;
    margin:5rem;
    /* margin-top: 0; */
}

.tmpl_skills_timeline ul {
    display: inline;
    float:left;
    margin-top: 30px;
    width:20%;
    margin-bottom: 6rem;
  }
  
  .tmpl_skills_line {
    list-style-type: none;
    border-bottom: 1px solid #ffffff;
    width:100px;
    text-align: auto;
    /* font-size: 15px; */
    /* position: relative; */
  }

  
  
  .tmpl_skills_name:before {
    content: "";
    height: 14px;
    width: 14px;
    background-color: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: -0.5rem;
    left: 4rem;
    /* margin: 0 2rem; */
    /* left: 0; */
    
  }
  
  .tmpl_skills_rating {
      margin: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-right: -50%;
      transform: translate(-50%, -50%)
  }
  
  .tmpl_skills_name {
    position: absolute;
    /* top: 60px; */
    color: white;
    font-weight: 300;
    text-align: center;
    padding-top: 1rem;
    width: 9rem;
    /* left: 3rem; */
  }
  @media screen and (max-width:680px) {
    .tmpl_skills_timeline{
        margin-bottom: 16rem;
    }
    .tmpl_skills_timeline ul{
        width: 30%;
    }
  }
  @media screen and (min-width:481px) {
     .timeline-container{
        padding: 1rem;
    }

  }
  @media screen and (min-width:320px) and (max-width:480px){
    .tmpl_skills_timeline ul{

        width: 33%;
    }
    .tmpl_skills_timeline{
        margin-bottom: 16rem;
        margin-right: 1rem;
        margin-left: 0.5rem;
    }
    .timeline-container{
        padding: 1rem;
    }
    .tmpl_skills_name{
        font-size: 12px;
    }
    /* .mobile-banner-form{
        top: 22rem;
    } */
    .mobile-banner-form input,
                .mobile-banner-form select,
                .mobile-banner-form button{
                    padding: 6px;
                }
   
            .content-wrap-image{
                margin-top: -30%;
            }
            .mobile-button{
                margin-top: -1rem;
                padding: 1rem;
            }
  }
  @media screen and (max-width:320px) {
    .mobile-banner-form{
        margin-top: -3rem;
    }
  }
  
 @media screen and (max-width:320px){
    .timeline-container{
        padding: 1rem;
    }
    .tmpl_skills_timeline{
        margin-left: 1rem;
        margin-right: 1rem;
    }
    .tmpl_skills_name{
        font-size: 12px;
    }
    .tmpl_skills_line{
        width: 33.33%;
    }
    
 }
 @media screen and (min-width:320px)and (max-width:336px) {
    .mobile-banner-form{
        width: 80%;
       left: 4rem;
    }
 }

 /*timeline check new */
 /* body {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background-color: #222;
} */
.list-container{
    padding: 8rem;
}
.list-2{
    margin-top: -4rem;
}
ol, li {
    margin: 0;
    padding: 0;
    color: white;
    font-family: verdana;
    font-size: 14px;
}
ol {
    display: flex;
    
    justify-content: space-between;
    position: relative;
}
ol:after {
    content: '';
    display: block;
    width: 82.5%;
    height: 1px;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 2;
    transform: translate(0, -50%);
    
}
li {
    list-style-type: none;
    position: relative;
    cursor: pointer;
}
li:after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: white;
    border: 2px solid whitw;
    transition: background-color 0.2s ease;
}
li:hover:after {
    background-color: white;
}
li.active:after {
    background-color: white;
}
span {
    position: absolute;
    top: calc(100% + 20px);
    left: 50%;
    transform: translate(-50%, 0);
    display: inline-block;
    text-align: center;
    text-align: center;
    width: 100px;
    color: white;
    font-size: medium;
}
@media screen and (min-width:1025px) and (max-width:1200px) {
    ol::after{
        width: 74%;
    }
}
@media screen and (min-width:768px) and (max-width:887px){
    ol::after{
        /* width: 65%; */
        width: 68%;
    }
}
@media screen and (min-width:887px) and (max-width:992px){
    ol::after{
        
        width: 72%;
    }
}
@media screen and (min-width:990px) and (max-width:1024px){
    ol::after{
        /* width: 65%; */
        width: 73%;
    }
}



@media screen and (min-width:481px) and (max-width:570px){

    .list-container{
        padding: 5rem;
        margin: -2rem;
    }
    ol::after{
        width: 70%;
    }
    .list-2{
        margin-bottom: 2rem;
    }
    span{
        font-size: small;
    }
}
@media screen and (min-width:570px) and (max-width:651px){
    ol::after{
        width: 72%;
    }
    .list-container{
        padding: 5rem;
    }
    .list-2{
        margin-bottom: 2rem;
    }
}
@media screen and (min-width:651px) and (max-width:768px){
    .list-container{
        padding: 4.5rem;
    }
    .list-2{
        margin-bottom: 2rem;
    }
    ol::after{
        width: 78%;
    }
}
@media screen and (max-width:480px) {
    .timeline-system-view{
        display: none;
    }
    .timeline-heading{
        display: none;
    }
    .list-container-mobile{
        padding: 3rem;
    }
    .list-3{
       padding-bottom: 1rem;
    }
    ol::after{
        width: 75%;
    }
}
@media screen and (max-width:351px){
    span{
        font-size: 12px;
    }
}
@media screen and (min-width:481px) {
    .timeline-mobile-view{
        display: none;
    }
}
@media screen and (min-width:412px) and (max-width:480px){

    .form-title-mobile{
        font-size: 15px;
        width: 80%;
    }
    ol::after{
        width: 73%;
    }
}
@media screen and (min-width:481px) and (max-width:552px){

    .form-title-mobile{
        width: 80%;
        margin-top: 0.5rem;
    }
}
@media screen and (min-width:370px) and (max-width:411px){
    .form-title-mobile{
        width: 95%;
        font-size: 14px;
        margin-top: 0.5rem;
    }
}