body{
	margin: 0;
}
p{
    font-family: 'Poppins', sans-serif;
    }
@font-face {
    font-family: 'Luxia';
    src: url('../fonts/Luxia-Regular.eot');
    src: url('../fonts/Luxia-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Luxia-Regular.woff2') format('woff2'),
        url('../fonts/Luxia-Regular.woff') format('woff'),
        url('../fonts/Luxia-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Luxia Display';
    src: url('../fonts/Luxia-Display.eot');
    src: url('../fonts/Luxia-Display.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Luxia-Display.woff2') format('woff2'),
        url('../fonts/Luxia-Display.woff') format('woff'),
        url('../fonts/Luxia-Display.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


.header{
    float: left;
    width: 100%;
    padding-bottom: 30px;
    background: #000003;
}
.logo{
    float: left;
    width: 15%;
    position: relative; 
    z-index: 11;
    margin-top: 30px;
}
.logo a img{
    float: left;
   max-width: 100%;
    margin-top: 8px;
    
    
}









.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999999999999999999999;
    top: 0;
    left: 0;
  background: rgb(234,172,118);
background: linear-gradient(90deg, rgba(234,172,118,1) 0%, rgba(237,200,155,1) 100%);
    overflow-x: hidden;
    transition: 0.5s;
    padding: 60px 0px;
}
.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 50px;
    z-index: 9999;
    color: #000000;
    font-weight: 300;
}
.overlay a:hover {
    color: #f1f1f1;
    text-decoration: none;
}







.lrn-frm{
  margin-left:auto;
  margin-right:auto;
  width:500px;
}

.frm-white{
  color:black !important;
  font-size:14px !important;
}

.frm-border{
  background: white!important;
  color:black !important;
  border: solid 1px rgb(255 255 255 / 59%);
  font-family: 'Poppins';
}

.lrn-frm h2{
    float: left;
    width: 100%;
    text-align: left;
    font-size: 28px;
    text-transform:uppercase;
    font-weight: 500;
    color: black;
    padding-bottom: 11px;
}

.lrn-frm p{
  float:left;
  width:100%;
  font-size: 14px;
  color: #181818;
  line-height: 24px;
  text-align: left;
  font-weight: normal;
  padding-bottom: 12px;
}































.banner-1{
   width: 100%;
    float: left;
    background-image: url(../images/baner-bac.png);
    background-repeat: no-repeat;
    background-size: cover;
    
    
     
     
}
.slide {
    float: left;
    width: 100%;
}



.header-content{
float: left;
width: 100%;
position: relative;
z-index: 111;
}

.header-content h6 {
    margin-top: 0px;
    font-size: 21px;
    color: #FFFFFF;
    font-weight: 400;
    text-align: left;
    /* padding-left: 30px; */
    
}
.header-content h2 {
    font-family: 'Luxia Display';
    margin-top: 0px;
    font-size: 60px;
    color: #FFFFFF;
    font-weight: 500;
    text-align: left;
    line-height: 75px;
    margin-top: 128px;
    
}


.header-content p {
    line-height: initial;
    margin-top: 20px;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    line-height: 29px;
    width: 100%;
    text-align: left;
    margin-bottom: 25px;
    
   
    /* padding-left: 34px; */
}
.header-image{
    float: right;
}
.header-image img{
    float: right;
    width: 100%;
    
}
.baner-butn{
    float: left;
    width: 100%;

}
.baner-butn a{
    float: left;
    color: white!important;
    
    margin-bottom: 0px;
    font-size: 14px!important;
    font-weight: 400!important;
    font-family: poppins;
    
    /*margin-left: 25px;*/
    padding: 10px 35px !important;
    position: relative;
    z-index: 9999;
    border-radius: 20px;
    background: rgb(226,177,117);
background: linear-gradient(90deg, rgba(226,177,117,1) 0%, rgba(157,117,82,1) 100%);
    
    
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.baner-butn a:hover{
    text-decoration: none;
   background: rgb(226,176,117);
background: linear-gradient(90deg, rgba(226,176,117,1) 0%, rgba(226,176,117,1) 100%);
    
   transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s; 
}
.body1{
    float: left;
    width: 100%;
    
background-image: url(../images/b1-bc.png);
   background-repeat: no-repeat;

    background-size: cover;
padding-top: 80px;
padding-bottom: 80px;
background-position-y: 55%;

}
.b1-hed{
    float: left;
    width: 100%;
}
.b1-hed h2{
    float: left;
    width: 100%;
    font-family: 'Luxia Display';
    font-weight: 500;
    color: black;
    font-size: 38px;
    line-height: 47px;
    text-align: center;

}
.b1-hed p{
    float: left;
    width: 100%;
    font-size: 14px;
   font-weight: 400!important; 
   line-height: 25px;
   margin-top: 15px;
   color: black;
   margin-bottom: 0px;
}
.b1-video {
    float: left;
    width: 100%;
    margin-top: 25px;
}
.b1-video video {
    float: left;
    width: 100%;
}
.body2{
float: left;
    width: 100%;
    background-color: #000003;
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(../images/b2-bc1.png);
    background-repeat: no-repeat;
    background-position: right;
    background-position-y: 24px;
    
}
.b2-bx1{
    float: left;
    width: 100%;
}
.b2-bx1 img{
    float: left;
    width: 525px;
}
.b2-bx1-hed{
    float: left;
    width: 100%;
    margin-top: 80px;
    padding-right: 38px;

}
.b2-bx1-hed h2{
   float: left;
    width: 100%;
    font-family: 'Luxia Display';
    font-weight: 500;
    color: white;
    font-size: 40px;
    line-height: 47px; 
}

.b2-bx1-hed p{
    float: left;
    width: 100%;
    font-size: 15px;
   font-weight: 300!important; 
   line-height: 27px;
   color: white;
   margin-top: 12px;
   margin-bottom: 0px;
}
.b2-bx1-butn{
    float: left;
    width: 100%;
    margin-top: 30px;

}
.b2-bx1-butn a{
    float: left;
    color: white!important;
    
    margin-bottom: 0px;
    font-size: 14px!important;
    font-weight: 400!important;
    font-family: poppins;
    
    /*margin-left: 25px;*/
    padding: 10px 35px !important;
    position: relative;
    z-index: 9999;
    border-radius: 20px;
    background: rgb(226,177,117);
background: linear-gradient(90deg, rgba(226,177,117,1) 0%, rgba(157,117,82,1) 100%);
    
    
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.b2-bx1-butn a:hover{
    text-decoration: none;
   background: rgb(226,176,117);
background: linear-gradient(90deg, rgba(226,176,117,1) 0%, rgba(226,176,117,1) 100%);
    
   transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s; 
}

.b2-bx2{
    float: left;
    width: 100%;
    padding-left: 38px;
}
.b2-bx2 h2{
    float: left;
    width: 100%;
    font-family: 'Luxia Display';
    font-weight: 500;
    color: white;
    font-size: 40px;
    line-height: 47px; 
}
.b2-bx2 p{
    float: left;
    width: 100%;
    font-size: 15px;
   font-weight: 400!important; 
   line-height: 27px;
   color: white;
   margin-top: 12px;
   margin-bottom: 0px;
}
.b2-bx2-butn{
    float: left;
    width: 100%;
    margin-top: 30px;

}
.b2-bx2-butn a{
    float: left;
    color: white!important;
    
    margin-bottom: 0px;
    font-size: 14px!important;
    font-weight: 400!important;
    font-family: poppins;
    
    /*margin-left: 25px;*/
    padding: 10px 35px !important;
    position: relative;
    z-index: 9999;
    border-radius: 20px;
    background: rgb(226,177,117);
background: linear-gradient(90deg, rgba(226,177,117,1) 0%, rgba(157,117,82,1) 100%);
    
    
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.b2-bx2-butn a:hover{
    text-decoration: none;
   background: rgb(226,176,117);
background: linear-gradient(90deg, rgba(226,176,117,1) 0%, rgba(226,176,117,1) 100%);
    
   transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s; 
}
.b2-bx2-img{
    float: left;
    width: 100%;
    margin-top: 80px;
}
.b2-bx2-img img{
    float: right;
    width: 525px;
}
.b2-bc1-img{
    float: right;
}
.b2-bc1-img img{
    float: right;
}

.body-pattern{
    float:left;
    width:100%;
 background-image: url(../images/b2-bc2.png);
    background-repeat: no-repeat;
    background-position:left;
    display:none !important;
    
}


.body3{
    float: left;
    width: 100%;
    padding-bottom: 70px;
    background: rgb(234,172,118);
background: linear-gradient(90deg, rgba(234,172,118,1) 0%, rgba(237,200,155,1) 100%);
}
.b3-patern{
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.b3-patern img{
   width: 550px;
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block; 
}

.b3-hed{
    float: left;
    width: 100%;
    margin-bottom: 60px;
}
.b3-hed h2{
    font-family: 'Luxia Display';
    font-weight: 500;
    color: black;
    font-size: 40px;
    line-height: 47px; 
    text-align: center;
    float: left;
    width: 100%;
}
.b3-hed p{
   float: left;
    width: 100%;
    font-size: 15px;
   font-weight: 400!important; 
   line-height: 27px;
   color: black;
   margin-top: 12px;
   margin-bottom: 0px; 
   text-align: center;
}
.b3-bx{
    float: left;
    width: 100%;
    margin-bottom: 65px;
}
.b3-bx img{
float: left;
width: 100%;
}
.b3-bx-hed{
    float: left;
    width: 100%;
}
.b3-bx-hed h2{
    font-family: 'Luxia Display';
    font-weight: 500;
    color: black;
    font-size: 30px;
    line-height: 47px; 
    text-align: center;
    margin-top: 15px;
    margin-bottom: 0px;
}
.b3-bx-hed p{
   float: left;
    width: 100%;
    font-size: 15px;
   font-weight: 400!important; 
   line-height: 27px;
   color: black;
   margin-top: 9px;
   margin-bottom: 0px; 
   text-align: center;
}
.b3-bx-butn{
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 18px;
}
.b3-bx-butn a{
float: none;
    color: white!important;
    text-align: center;
    display: inline-block;
    margin-bottom: 0px;
    font-size: 14px!important;
    font-weight: 400!important;
    font-family: poppins;
    
    /*margin-left: 25px;*/
    padding: 10px 35px !important;
    position: relative;
    z-index: 9999;
    border-radius: 20px;
    background: rgb(28,28,28);
background: linear-gradient(90deg, rgba(28,28,28,1) 0%, rgba(1,1,4,1) 100%);
    
    
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.b3-bx-butn a:hover{
    text-decoration: none;
   background: rgb(28,28,28);
background: linear-gradient(90deg, rgba(28,28,28,1) 0%, rgba(28,28,28,1) 100%);
    
   transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s; 
}
.b3-butn{
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}
.b3-butn a{
    
    float: none;
    color: black!important;
    text-align: center;
    display: inline-block;
    margin-bottom: 0px;
    font-size: 14px!important;
    font-weight: 400!important;
    font-family: poppins;
    
    /*margin-left: 25px;*/
    padding: 10px 35px !important;
    position: relative;
    z-index: 9999;
    border-radius: 20px;
   border: 1px solid black;
    
    
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.b3-butn a:hover{
    text-decoration: none;
   color: white!important;
   border: 1px solid transparent;
     background: rgb(28,28,28);
background: linear-gradient(90deg, rgba(28,28,28,1) 0%, rgba(1,1,4,1) 100%);
   transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s; 
}


















.body4{
    float: left;
    width: 100%;
    padding-top: 80px;
    background: #000003;
    padding-bottom: 80px;
}
.b4-bx{
    float: left;
    width: 100%;
    padding-top: 15px;
    border: 1px solid transparent;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.b4-img1{
    float: left;
    width: 100%;
}
.b4-img1 img{
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 80px;
}
.b4-bx h2{
    float: left;
    width: 100%;
    font-family: 'Luxia Display';
    font-weight: 500;
    color: white;
    font-size: 30px;
    line-height: 47px; 
    text-align: center;
    margin-top: 15px;
    margin-bottom: 0px;
}
.b4-bx p{
   float: left;
    width: 100%;
    font-size: 15px;
   font-weight: 400!important; 
   line-height: 27px;
   color: white;
   margin-top: 9px;
   margin-bottom: 40px; 
   text-align: center; 
}
.b4-img2{
    float: left;
    width: 100%;
    margin-top: -1px;
}
.b4-img2 img{
    float: left;
    width: 100%;
}
.b4-1-img1{
    float: left;
    width: 100%;
    padding-top: 20px;
}
.b4-1-img1 img{
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 80px;
}
.b4-bx:hover{
    border: 1px solid #72593c;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.body5{
    float: left;
    width: 100%;
     background: rgb(234,172,118);
background: linear-gradient(90deg, rgba(234,172,118,1) 0%, rgba(237,200,155,1) 100%);
padding-top: 55px;
padding-bottom: 50px;

}
.b5-hed{
    float: left;
    width: 100%;
}
.b5-hed h2{
    float: left;
    width: 100%;
    font-family: 'Luxia Display';
    font-weight: 500;
    color: black;
    font-size: 40px;
    line-height: 47px; 
    text-align: center;
}
.b5-butn{
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 18px;
}
.b5-butn a{
   float: none;
    color: white!important;
    text-align: center;
    display: inline-block;
    margin-bottom: 0px;
    font-size: 14px!important;
    font-weight: 400!important;
    font-family: poppins;
   /* border: 1px solid transparent;*/
    /*margin-left: 25px;*/
    padding: 10px 35px !important;
    position: relative;
    z-index: 9999;
    border-radius: 20px;
    background: rgb(28,28,28);
background: linear-gradient(90deg, rgba(28,28,28,1) 0%, rgba(1,1,4,1) 100%);
    
    
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.b5-butn a:hover{
    text-decoration: none;
   background: rgb(28,28,28);
background: linear-gradient(90deg, rgba(28,28,28,1) 0%, rgba(28,28,28,1) 100%);
    
   transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s; 
}

.footer{
    float: left;
    width: 100%;
    background: #000003;
    padding-top: 55px;
    padding-bottom: 48px;
    border-bottom: 1px solid #817e7e2e;
}
.ft-logo{
    float: left;
    width: 100%;
}
.ft-logo a img{
    float: left;
    max-width: 100%;
}
.quick-link{
    float: left;
    width: 100%;
}
.quick-link h2{
    float: left;
    font-family: poppins;
    width: 100%;
    font-size: 15px;
   font-weight: 700!important; 
   line-height: 27px;
   color: white;
   margin-top: 9px;
   margin-bottom: 20px; 
}
.quick-link a{
    float: left;
    font-family: poppins;
    width: 100%;
    font-size: 15px;
   font-weight: 400!important; 
   line-height: 27px;
   color: #757575;
   
   margin-bottom: 8px; 
   transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
   
}
.quick-link a:hover{
    text-decoration: none;
    color: white;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.location{
    float: left;
    width: 100%;
}
.location h2{
    float: left;
    font-family: poppins;
    width: 100%;
    font-size: 15px;
   font-weight: 700!important; 
   line-height: 27px;
   color: white;
   margin-top: 9px;
   margin-bottom: 18px; 
}
.location p{
    float: left;
    font-family: poppins;
    width: 100%;
    font-size: 15px;
   font-weight: 400!important; 
   line-height: 35px;
   color: #757575;
   
   margin-bottom: 8px; 
   

}
.mail{
    float: left;
    width: 100%;
    margin-bottom: 0px;
}
.mail h2{
    float: left;
    font-family: poppins;
    width: 100%;
    font-size: 15px;
   font-weight: 700!important; 
   line-height: 27px;
   color: white;
   margin-top: 9px;
   margin-bottom: 20px; 
}
.mail a{
    float: left;
    font-family: poppins;
    width: 100%;
    font-size: 15px;
   font-weight: 400!important; 
   line-height: 27px;
   color: #757575;
   transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
   
}
.mail a:hover{
    text-decoration: none;
    color: white;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.copy{
    float: left;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #000003;
}
.copy1{
    float: left;
    width: 100%;
}
.copy1 p{
   float: left;
    font-family: poppins;
    width: 100%;
    font-size: 15px;
   font-weight: 400!important; 
   line-height: 35px;
   color: #757575;
   
   margin-bottom: 0px;
}
.copy2{
    float: right;
    width: 100%;
}
.copy2 p{
   float: right;
    font-family: poppins;
    width: 100%;
    font-size: 15px;
   font-weight: 400!important; 
   line-height: 35px;
   color: #757575;
   text-align: right;
   margin-bottom: 0px;
}
.copy2 a{
    color: #757575;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.copy2 a:hover{
    text-decoration: none;
    color: white;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}


.iner-ban{
   float: left;
    width: 100%;
    padding-top: 70px;
    padding-bottom: 70px;
    /*background: #000003;*/
    background-image: url(../images/b1-bc.png);
    background-repeat: no-repeat;
    /* background-position: right; */
    background-size: cover;
    background-position-y: 69%;
    background-position-x: 8%;
    /*background-size: 80px;*/
}
.in-hed{
    float: left;
    width: 100%;
}
.in-hed h2{
    float: left;
    width: 100%;
    font-family: 'Luxia Display';
    font-weight: 500;
    color: black;
    font-size: 50px;
    text-align: center;

}

.in-ab{
    float: left;
    width: 100%;
    padding-top: 85px;
    padding-bottom: 80px;
    background: #000003;

}
.in-ab-img{
    float: left;
    width: 100%;
}
.in-ab-img img{
    float: left;
    width: 100%;
}
.in-ab-hed{
    float: left;
    width: 100%;
}
.in-ab-hed h2{
    float: left;
    width: 100%;
    font-family: 'Luxia Display';
    font-weight: 500;
    color: white;
    font-size: 40px;
    line-height: 47px;
}
.in-ab-hed p{
    float: left;
    width: 100%;
    font-size: 15px;
    font-weight: 400!important;
    line-height: 27px;
    color: white;
    margin-top: 12px;
    margin-bottom: 0px;
}

.in-ab-vision{
    float: left;
    width: 100%;
    margin-top: 70px;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid transparent;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.in-ab-vision h2{
    float: left;
    width: 100%;
    font-family: 'Luxia Display';
    font-weight: 500;
    color: white;
    font-size: 30px;
    line-height: 47px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 0px;
}
.in-ab-vision p{
    float: left;
    width: 100%;
    font-size: 15px;
    font-weight: 400!important;
    line-height: 27px;
    color: white;
    margin-top: 9px;
    margin-bottom: 30px;
    text-align: center;
}
.in-vision-img{
    float: left;
    width: 100%;
    margin-top: -1px;
}
.in-vision-img img{
    float: left;
    width: 100%;
    
}
.in-ab-vision:hover{
    border: 1px solid #72593c;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}


.in-services{
    float: left;
    width: 100%;
    padding-top: 85px;
    padding-bottom: 80px;
    background: #000003;
}
.in-ser-hed{
    float: left;
    width: 100%;
    margin-bottom: 55px;
}
.in-ser-hed h2{
    float: left;
    width: 100%;
    font-family: 'Luxia Display';
    font-weight: 500;
    color: white;
    font-size: 40px;
    line-height: 47px; 
    text-align: center;
}
.in-ser-hed p{
    float: left;
    width: 100%;
    font-size: 15px;
   font-weight: 400!important; 
   line-height: 27px;
   color: white;
   margin-top: 12px;
   margin-bottom: 0px; 
   text-align: center;
}
.in-msg-bx{
    float: left;
    width: 100%;
    position: relative;
    z-index: 111111;
    margin-bottom: -1px;
}
.in-msg-bx img{
    float: left;

    width: 100%;
}

.in-msg-bx-hed{
    float: left;
    width: 100%;
    padding: 30px 30px 35px 30px;
    border: 1px solid #72593c;
    margin-bottom: 45px;
}
.in-msg-bx-hed h2{
    font-family: 'Luxia Display';
    font-weight: 500;
    color: white;
    font-size: 30px;
    line-height: 47px; 
    text-align: center;
    
    margin-bottom: 0px;
    float: left;
    width: 100%;
}
.in-msg-bx-hed p{
   float: left;
    width: 100%;
    font-size: 15px;
   font-weight: 400!important; 
   line-height: 27px;
   color: white;
   margin-top: 9px;
   margin-bottom: 0px; 
   text-align: center;
}


.career-full{
    float: left;
    width: 100%;
    padding-bottom: 75px;
    padding-top: 70px;
    background: #ecbe8e12;
}
.cr-wd{
  margin-right:auto;
  margin-left:auto;
  width:770px;
}
.cr-wd h2{
    float: left;
    width: 100%;
    text-align: center;
   font-family: 'Luxia Display';
    font-weight: 500;
    color: black;
    font-size: 40px;
    line-height: 47px; 
    margin-bottom: 15px;
}
.cr-wd p{
    float: left;
    width: 100%;
    text-align: center;
  font-family: poppins;
    font-weight: 400;
    color: black;
    font-size: 15px;
    line-height: 27px; 
    margin-bottom: 50px;
}

.hidden-input-field {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}

.contact-label {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    font-family: poppins;
}

.mct_form {
    border-bottom: 1px solid #b0aaaa;
    color: #272626;
    display: block;
    font-size: 13px;
    /* text-transform: uppercase; */
    height: 50px;
    margin-bottom: 25px !important;
    padding: 0 20px;
    outline: none;
    background: #ffffff;
    width: 100%;
    padding-left: 0px;
    border: none;
    transition: all 500ms ease;
    border: solid 1px rgba(46, 67, 110, 0.22);
    margin-top: 3px;
    width: 100%;
    float: left;
    padding: 15px;
    margin-top: 17px;
    border-radius: 5px;
}

.mct_form:hover {
    border-bottom: 1px solid #72593c;
}

.contact-snd{
    float:left;
   background: rgb(28,28,28);
background: linear-gradient(90deg, rgba(28,28,28,1) 0%, rgba(1,1,4,1) 100%);
    text-align: center;
    color: white;
    
    font-size: 14px;
    font-weight: 400;
   
    border-radius: 20px;
    /* margin-right: 20px; */
    
    padding: 10px 35px;
    font-family: poppins;
    border: none;
    cursor: pointer;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.contact-snd:hover{
  text-decoration:none;
  background: rgb(28,28,28);
background: linear-gradient(90deg, rgba(28,28,28,1) 0%, rgba(28,28,28,1) 100%);
   transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}






.abt-panel {
    width: 100%;
    float: left;
    padding-top: 10px;
    padding-bottom: 70px;
    
}
.abt-panel h1 {
    /* float: left; */
    /* width: 100%; */
    color: #101010;
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 21px;
    text-align: left;
    margin: 0px;
    margin-bottom: 10px;
    margin-top: 50px;
    font-family: 'Luxia Display';
}


.contact-tag {
    float: left;
    width: 100%;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.93);
    text-align: left;
    /* margin-top: 15px; */
    line-height: 27px;
    margin-bottom: 30px;
    
    font-weight: 400;
    font-family: poppins;
}



.error_msg {
    display: none;
    width: auto;
    float: left;
    padding: 5px 7px;
    font-size: 13px;
    line-height: 15px;
    background: #E31B23;
    color: #fff;
    font-weight: 300;
    text-align: left;
    position: absolute;
    bottom: -8px;
    left: 0;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    z-index: 10;
}


.info-tag {
    line-height: 27px;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.93);
    margin-top: 9px;
    font-weight: 400;
    font-family: poppins;
}

.contact-snd2 {
    text-transform: uppercase;
    /* border-radius: 100px; */
    font-size: 15px;
    font-weight: 400;
    font-family: poppins;
    margin-bottom: 20px;
    font-style: normal;
    font-stretch: normal;
    border: none;
    line-height: normal;
    /* letter-spacing: 1.8px; */
    /*width: 81%;*/
    border-radius: 20px;
    text-align: center;
    padding: 10px 35px;
    border: none;
    background: rgb(28,28,28);
    background: linear-gradient(90deg, rgba(28,28,28,1) 0%, rgba(1,1,4,1) 100%);
    color: #fff;
    float: right;
    margin-top: 11px;
    /* border: solid 2px #a3238e; */
    cursor: pointer;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.contact-snd2:hover {
   text-decoration: none;
    background: rgb(28,28,28);
    background: linear-gradient(90deg, rgba(28,28,28,1) 0%, rgba(28,28,28,1) 100%);
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.adr-section {
    float: left;
    margin-top: 50px;
    width: 100%;
    margin-bottom: 15px;
    /* padding-left: 30px; */
}

.adr-section h1 {
    float: left;
    width: 100%;
    color: #000;
    font-size: 30px;
    font-weight: 500;
    margin-top: 0px;
    margin-top: 4px;
    border-bottom: solid 1px #e6e6e6;
    padding-bottom: 16px;
}

.india{
float: left;
}

.india p {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 15px;
    font-weight: 400;
    color: black;
    line-height: 25px;
    margin-top: 11px;
    margin-bottom: 0px;
    font-family: poppins;
}
.india p a{
    color: black;
    font-family: poppins;
    font-size: 15px;
    font-weight: 400;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;

}
.india p a:hover{
    color: #eaaf7a;
    text-decoration: none;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;

}

.pg-box-ful {
    float: left;
    width: 100%;
    padding: 60px;
}
.ih-item.square.effect6{
    float: left;
    width: 100%;
   
    
    margin-bottom: 25px;
   
}
























.header2 {
    float: right;
    width: 85%;
    margin-top: 58px;

}
.activeli{
    
    color: #e6b477!important;
    font-weight: 300!important;
    border-bottom: solid 1px #e6b477!important;
}
.enquiry {
    float: right;
    margin-right: 0px;
    margin-top: 5px;
    
}
.enquiry a img{
    float: left;
    margin-right: 10px;
    margin-top: 2px;
}
.enquiry a {
    float: right;
    color: white!important;
    
    margin-bottom: 0px;
    font-size: 14px!important;
    font-weight: 400!important;
    font-family: poppins;
    
    /*margin-left: 25px;*/
    padding: 10px 35px !important;
    position: relative;
    z-index: 9999;
    border-radius: 20px;
    border: 1px solid #e6b477;
    
    
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.enquiry a:hover {
    text-decoration: none;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    color: #e6b477!important;
    border: 1px solid white;
    
}.header_menu_area {
  float: right;
  position: relative;
  text-align: center;
}
.header_menu_area > .mob_nav {
    display: none;
}

.header_menu_area > ul {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0px;
    padding-left: 0px;
    /* padding-right: 20px; */
    float: left;
}
.header_menu_area > ul > li {
      width: auto;
      display: inline-block;
      vertical-align: middle;
}
     
.header_menu_area > ul > li > a:hover {
          
          
    color: #e6b477!important;
    font-weight: 400!important;
    border-bottom: solid 1px #e6b477;
}
         


.header_menu_area > ul > li > a:hover::after {
          /* height: 100%; */
}
  .active-class{
 
  color: black; !important;
 
  /* border-bottom: solid 4px #0f703a; */
}

.img-fluid {
    max-width:0%;
    height: auto;
}


@media (max-width: 1024px) {


.menu li:hover>ul {
    width: 100% !important;
    visibility: visible;
    opacity: 1;
    position: unset;
    transform: initial;
    /* height: 122px; */
    z-index: 99999;
    margin-top: 60px;
}
.menu ul:after{
    bottom: 62%;
}

.header_menu_area > ul > li > a {
    width: 100%!important;
}

.sub-menu {
    margin-top: 122px!important;
}
.menu ul li a {

    text-align: center !important;
}

.menu li:hover>ul {
    visibility: visible;
    opacity: 1;
    /position: unset;/
    transform: initial;
    /* height: 122px; */
    z-index: 99999;
    margin-top: 36px;
}

.menu ul {
    visibility: hidden;
    opacity: 0;
    top: 0;
    left: 0 !important;
    width: 100%;
    transform: initial;
}
.ham-nav{
    display: none;
}

.header_menu a svg{
    display: none;
}

.sub-menu-1{
    position:unset !important;
    width:100% !important;
}



.header_menu_area {
    position: inherit;
    float: right;
}

.header_menu_area > .mob_nav {
    display: block;
    float: right;
    position: relative;
    z-index: 99999;
    width: 35px;
    height: 28px;
    margin: 0px 25px;
    cursor: pointer;
    transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.header_menu_area > .mob_nav > div {
    background: #ebb37f;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    width: 100%;
}

.header_menu_area > .mob_nav > div:nth-child(1) {
    top: 2px;
}

.header_menu_area > .mob_nav > div:nth-child(2), .header_menu_area > .mob_nav > div:nth-child(3) {
    top: 13px;
}

.header_menu_area > .mob_nav > div:nth-child(4) {
    top: 23px;
}

.mob_nav.open > div:nth-child(1), .mob_nav.open > div:nth-child(4) {
    left: 50%;
    top: 18px;
    width: 0%;
}

.mob_nav.open > div:nth-child(2) {
    background: #ebb37f;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.mob_nav.open > div:nth-child(3) {
    background: #ebb37f;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.header_menu_area > ul {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0px;
    background: #ffffff;
    visibility: hidden;
    opacity: 0;
    z-index: 9 !important;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    top: 156px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 45px;
    padding-bottom: 45px;
    background: #0c0c0c;
}


.header_menu_area > ul > li > a {
    padding: 15px 18px 15px 18px !important;
    text-align: center;
    color: #fff;
    width: 100%;
    line-height: 30px;
    margin-left: 0px;
}
.header_menu_area > ul > li {
      width: 100%;
}


.header_menu_area ul.view {
    visibility: visible;
    opacity: 1;
    z-index: 100;
    z-index: 1111 !important;
}

.header_user_area {
    right: calc(5% + 70px);
}
}

.active-menu{
  background: linear-gradient(to right, rgb(0, 34, 93), rgb(20, 70, 158));
  color: #ffffff !important;
  /* border-bottom: solid 4px #0f703a; */
}


.menu li {
    display: inline-block;
    position: relative;
    z-index: 100;
}


.header_menu_area > ul > li > a {
    margin-top: 0px;
    margin-bottom: -13px;
    width: auto;
    float: left;
    /* margin: -2px 0px; */
    position: relative;
    font-size: 15px;
    /* font-family: 'Montserrat', sans-serif !important; */
    font-weight: 300;
    color: white;
    font-family: poppins;
    margin: 14px 37px 0px 0px;
    border-bottom: 1px solid transparent;
    letter-spacing: 0px !important;
    padding-bottom: 9px;
    z-index: 1;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    /* text-transform: uppercase; */
    text-decoration: none;
}
.header_menu_area > ul > li > a:hover {
    
    color: black; !important;
    



    
}


.menu ul li a:hover, .menu ul li:hover>a {
    background: #0a3b85; !important;
    color: #fff;
    text-decoration: none;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    /* text-transform: uppercase; */
}
.menu ul {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    top: 108px;
    padding: 0;
    width: 211px;
    position: absolute;
    left: 0;
    background: #fff;
    z-index: 99;
    transform: translate(0,20px);
    transition: all .2s ease-out;
}


.menu li:first-child {
    margin-left: 0;
}
.menu li:first-child {
    margin-left: 0;
}
.menu ul li {
    display: block;
    float: none;
    background: 0 0;
    margin: 0;
    padding: 0;
    width: 100%;
}

.menu li:hover>ul {
    visibility: visible;
    opacity: 1;
    transform: translate(0,0);
}

.menu ul li a {
    width: 100%;
    font-size: 13px;
    font-weight: 500;
    text-align: left;
    padding: 12px 10px;
    display: block;
    color: #000000;
    background: #fff;
    text-align: left;
    border-bottom: solid 1px rgb(99 96 96 / 10%);
}
.menu-new {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    top: 13px !important;
    padding: 0;
    width: 211px;
    position: absolute;
    background: #fff;
    z-index: 99;
    margin-top: 0 !important;
    left: inherit !important;
    right: 217px !important;
    transform: translate(0,20px);
    transition: all .2s ease-out;
}

.menu-new li a{
  background: #F6F6F6!important;
}



.menu-new:after {
    top: 10% !important;
    right: -2% !important;
    left: inherit !important;
    border: solid red;
    content: " ";
    height: 0;
    width: 0;
   
    position: absolute;
    pointer-events: none;
    border-color: rgba(255,255,255,0);
    border-right-color: red !important;
    border-width: 6px;
    margin-left: -6px !important;
    transform: rotate(
319deg);
}




















@media (min-width: 992px){
   .body2-mob{
    display: none;
} 
}
@media (max-width: 991px){
    .body2-og{
        display: none;
    }
}






@media (max-width: 1024px){
    .header_menu_area > ul > li > a{
        margin: 0px 0px 0px 0px;
    }
}





@media (max-width: 575px){
.logo a img{
    margin-left: 15px;
}
.banner{
    height: 690px;
}
.header-content h2 br{
    display: none;
}
.header-content h2{
   margin-top: 45px; 
   text-align: center;
   font-size: 40px;
   line-height: 47px;
}
.header-content p br{
display: none;
}
.header-content p{
    text-align: center;
}
.header-image{
    width: 100%;
    margin-top: 40px;
}
.header-image img{
    margin-top: 0px;
    width: 400px!important;
    float: none;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}
.baner-butn{
    text-align: center;
}
.baner-butn a{
    float: none;
    display: inline-block;
}


.lrn-frm{
    max-width: 100%;
    padding-left: 15px; 
    padding-right: 15px;
}



.logo{
    width: 24%;
}





.header2{
    margin-top: 39px!important;
    width: 76%;
}
.body1{
    padding-top: 60px;
    padding-bottom: 65px;
    background: rgb(234,172,118);
    background: linear-gradient(90deg, rgba(234,172,118,1) 0%, rgba(237,200,155,1) 100%);
}
.b1-hed h2{
    font-size: 33px;
    line-height: 45px;
    text-align: center;
    margin-bottom: 0px;
}
.b1-hed p{
    text-align: center;
}
.b1-hed h2 br{
display: none;
}
.body2{
    padding-top: 70px;
    padding-bottom: 70px;
}
.b2-bx1-hed{
    margin-top: 30px;
    padding-right: 0px;
}
.b2-bx1-hed h2 br{
    display: none;
}
.b2-bx1-hed h2{
    text-align: center;
    font-size: 33px;
    line-height: 44px;
}
.b2-bx1-hed p{
    text-align: center;
    margin-top: 10px;
}
.b2-bx1 img{
    max-width: 100%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.b2-bx1-butn{
    text-align: center;
}
.b2-bx1-butn a{
    float: none;
}
.b2-bx2{
    padding-left: 0px;
}
.b2-bx2-img{
    margin-top: 70px;
}
.b2-bx2-img img{
    max-width: 100%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.b2-bx2 h2 br{
    display: none;
}
.b2-bx2 h2{
   text-align: center;
    font-size: 33px;
    line-height: 44px; 
    margin-top: 30px;
}
.b2-bx2 p{
    text-align: center;
    margin-top: 10px;
}
.b2-bx2-butn{
    text-align: center;
}
.b2-bx2-butn a{
    float: none;
    display: inline-block;
}
.b3-patern img{
    width: 345px;
    max-width: 100%;
}
.b3-hed h2{
    font-size: 33px;
    line-height: 44px;
    margin-bottom: 0px;
}
.b3-hed p br{
    display: none;
}
.b3-patern{
    margin-bottom: 5px;
}
.b3-hed{
    margin-bottom: 45px;
}
.b3-bx img {
    float: none;
    width: 347px;
    max-width: 100%;
    margin-left: auto;
    display: block;
    margin-right: auto;
}
.b3-bx-hed h2{
    font-size: 28px;
}
.b4-img2{
    margin-bottom: 60px;
}
.b5-hed h2{
    font-size:33px;
    line-height: 44px;
}
.ft-logo a img {
    float: none;
    max-width: 100%;
    margin-left: auto;
    display: block;
    margin-right: auto;
}
.quick-link{
    text-align: center;
    margin-top: 20px;
}
.quick-link h2{
    margin-bottom: 17px;
}
.location{
    text-align: center;
    margin-top: 15px;
}
.mail{
    text-align: center;
}
.mail h2{
    margin-bottom: 17px;
}
.copy1 p{
    text-align: center;
}
.copy2 p{
   text-align: center; 
}
.footer{
    padding-bottom: 35px;
}
.in-hed h2{
    font-size: 45px;
}
.iner-ban{
    padding-top: 60px;
    padding-bottom: 60px;
}
.in-ab{
    padding-top: 70px;
}
.in-ab-img img{
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 430px;
    max-width: 100%;
}
.in-ab-hed h2 br{
    display: none;
}
.in-ab-hed h2{
    font-size: 33px;
    line-height: 44px;
    text-align: center;
    margin-top: 20px;
}
.in-ab-hed p{
    text-align: center;
}
.in-ser-hed h2{
    font-size: 33px;
    line-height: 44px;
}
.in-services {
    padding-top: 60px;
}
.in-ser-hed p br{
    display: none;
}
.in-ser-hed{
    margin-bottom: 45px;
}
.in-msg-bx-hed h2{
    font-size: 28px;
    line-height: 44px;
}
.cr-wd{
    padding-left: 15px;
    padding-right: 15px;
}
.cr-wd h2 br{
    display: none;
}
.cr-wd h2{
    font-size: 33px;
    line-height: 44px;
}
.career-full{
    padding-top: 65px;
}
.contact-snd{
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.adr-section h1{
    text-align: center;
    font-size: 28px;
}
.india{
    width: 100%;
}
.india p{
    text-align: center;
}
.abt-panel h1{
    text-align: center;
    font-size: 33px;
}
.contact-tag{
    text-align: center;
}
.info-tag br{
    display: none;
}
.info-tag{
    text-align: center;
}
.contact-snd2{
    float:none;
    margin-left: auto;
    display: block;
    margin-right: auto;
}
}









@media (max-width: 767px){
   .banner{
    height: 690px;
}
.logo{
    width: 30%;
}
.header2{
    width: 70%;
    margin-top: 51px;
}
.header-content h2 br{
    display: none;
} 
.header-content h2{
   margin-top: 45px; 
   text-align: center;
   font-size: 45px;
   line-height: 55px;
}
.header-content p br{
display: none;
}
.header-content p{
    text-align: center;
}
.header-image{
    width: 100%;
    margin-top: 40px;
}
.header-image img{
    margin-top: 0px;
    width: 100%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}
.baner-butn{
    text-align: center;
}
.baner-butn a{
    float: none;
    display: inline-block;
}
.body1{
    padding-top: 50px;
    padding-bottom: 55px;
    background: rgb(234,172,118);
    background: linear-gradient(90deg, rgba(234,172,118,1) 0%, rgba(237,200,155,1) 100%);
}
.b1-hed h2{
    font-size: 35px;
    line-height: 45px;
    text-align: center;
    margin-bottom: 0px;
}
.b1-hed p{
    text-align: center;
}
.b1-hed h2 br{
display: none;
}
.b1-video video {
    float: left;
   
    width: 100%;
   
}
.body2{
    padding-top: 70px;
    padding-bottom: 70px;
}
.b2-bx1-hed{
    margin-top: 30px;
    padding-right: 0px;
}
.b2-bx1-hed h2 br{
    display: none;
}
.b2-bx1-hed h2{
    text-align: center;
    font-size: 35px;
    line-height: 45px;
}
.b2-bx1-hed p{
    text-align: center;
    margin-top: 10px;
}
.b2-bx1 img{
    max-width: 100%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.b2-bx1-butn{
    text-align: center;
}
.b2-bx1-butn a{
    float: none;
}
.b2-bx2{
    padding-left: 0px;
}
.b2-bx2-img{
    margin-top: 70px;
}
.b2-bx2-img img{
    max-width: 100%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.b2-bx2 h2 br{
    display: none;
}
.b2-bx2 h2{
   text-align: center;
    font-size: 35px;
    line-height: 45px; 
    margin-top: 30px;
}
.b2-bx2 p{
    text-align: center;
    margin-top: 10px;
}
.b2-bx2-butn{
    text-align: center;
}
.b2-bx2-butn a{
    float: none;
    display: inline-block;
}
.b3-patern img{
    width: 475px;
    max-width: 100%;
}
.b3-hed h2{
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 0px;
}
.b3-hed p br{
    display: none;
}
.b3-patern{
    margin-bottom: 5px;
}
.b3-hed{
    margin-bottom: 45px;
}
.b3-bx-hed h2{
    font-size: 25px;
    line-height: 35px;
}
.b4-img2{
    margin-bottom: 60px;
}
.b5-hed h2{
    font-size:35px;
    line-height: 45px;
}
.ft-logo a img {
    float: none;
    max-width: 100%;
    margin-left: auto;
    display: block;
    margin-right: auto;
}
.quick-link{
    text-align: center;
    margin-top: 20px;
}
.quick-link h2{
    margin-bottom: 17px;
}
.location{
    text-align: center;
    margin-top: 15px;
}
.mail{
    text-align: center;
}
.mail h2{
    margin-bottom: 17px;
}
.copy1 p{
    text-align: center;
    line-height: 30px;
}
.copy2 p{
   text-align: center; 
}
.footer{
    padding-bottom: 35px;
}
.in-ab-hed h2 br{
    display: none;
}
.in-ab-hed h2{
    font-size: 35px;
    line-height: 45px;
    text-align: center;
    margin-top: 20px;
}
.in-ab-hed p{
    text-align: center;
}
.in-ser-hed h2{
    font-size: 35px;
    line-height: 45px;
}
.in-ser-hed p br{
    display: none;
}
.in-services{
    padding-bottom: 60px
}
.cr-wd h2 br{
    display: none;
}
.cr-wd h2{
    font-size: 35px;
    line-height: 45px;
}
.adr-section h1{
    text-align: center;
    
}
.india{
    width: 100%;
}
.india p{
    text-align: center;
}
.abt-panel h1{
    text-align: center;
   
}
.contact-tag{
    text-align: center;
}
.info-tag br{
    display: none;
}
.info-tag{
    text-align: center;
}
.contact-snd2{
    float:none;
    margin-left: auto;
    display: block;
    margin-right: auto;
}
}





@media (min-width: 768px) and (max-width: 975px){
    .header-image img{
        max-width: 100%;
        margin-top: 0px;
        width: 100%!important;
        
    }
}
@media (min-width: 976px) and (max-width: 991px){
    .header-image img{
        max-width: 100%;
        margin-top: 0px;
        width: 100%!important;
        
    }
}
@media (min-width: 768px) and (max-width: 991px){
    
    .body2{
        padding-top: 90px;
        padding-bottom: 90px;
    }
    .b1-video video{
        float: none;
        width: 55%;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .banner{
        height: 333px;
        background-size: 133px;
    }
    .header-content{
        width: 100%;
    }
    /*.header-image img{*/
    /*    max-width: 75%;*/
    /*    margin-top: -285px;*/
    /*    width: 100%!important;*/
    /*}*/
    .header-content h2 br{
        display: none;
    }
    .header-content p br{
        display: none;
    }
    .header-content h2{
        font-size: 35px;
        line-height: 45px;
        margin-top: 76px;
    }
    .body1{
        padding-top: 57px;
        padding-bottom: 61px
    }
    .b2-bx1 img {
    float: none;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.b2-bx1-hed h2{
    text-align: center;
}

.b2-bx1-hed{
    padding-right: 0px;
    margin-top: 30px;
}
.b2-bx1-hed p{
    text-align: center;
}
.b2-bx1-butn{
    text-align: center;
}
.b2-bx1-butn a{
    float: none;
    display: inline-block;
}
.b2-bx2{
    padding-left: 0px;
}
.b2-bx2-img{
    margin-top: 65px;
}
.b2-bx2-img img{
    float: none;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.b2-bx2 h2{
    text-align: center;
    margin-top: 30px;
}

.b2-bx2 p{
    text-align: center;
}
.b2-bx2-butn{
    text-align: center;
}
.b2-bx2-butn a{
    float: none;
    display: inline-block;
}
.b3-hed p br{
    display: none;
}
.b4-img2{
    margin-bottom: 40px;
}
.ft-logo a img {
    float: none;
    max-width: 100%;
    margin-left: auto;
    display: block;
    margin-right: auto;
}
.mail{
    width: 50%;
}
.ft-logo{
    margin-bottom: 25px;
}
.copy1 p{
    text-align: center;
}
.copy2 p{
    text-align: center;
}
.in-ab-hed h2{
    text-align: center;
    margin-top: 20px;
}
.in-ab-hed p{
    text-align: center;
}
.in-ser-hed p br{
    display: none;
}
.in-msg-bx-hed h2{
    font-size: 28px;
}
}

@media (min-width: 768px) and (max-width: 800px){
    .header-content{
        padding-left: 15px;
    }
}
@media (min-width: 801px) and (max-width: 850px){
    .header-content{
        padding-left: 20px;
    }
}
@media (min-width: 851px) and (max-width: 900px){
    .header-content{
        padding-left: 25px;
    }
}
@media (min-width: 901px) and (max-width: 991px){
    .header-content{
        padding-left: 35px;
    }
}



@media (min-width: 992px) and (max-width: 1199px){
   .header-content h2{
        width: 100%;
        font-size: 50px;
        line-height: 65px;
        margin-top: 85px;
    } 
}

@media (min-width: 992px) and (max-width: 1200px){
    .in-ab-hed h2 br{
        display: none;
    }
    
    .header-image img{
        width: 100%!important;
        margin-top: 0px;
    }
    .header-content p br{
        display: none;
    }
    .header-content p{
        width: 100%;
    }
    .banner{
        height: 471px;
    }
    .b2-bx1 img{
        max-width: 100%;
    }
    .b2-bx2-img img{
        width: 100%;
    }
    .b2-bx2-img{
        margin-top: 55px;
    }
    .b2-bx1-hed{
        margin-top: 55px;
    }
    .b3-hed p br{
        display: none;
    }
    .body1{
        padding-top: 71px;
        padding-bottom: 75px;
    }
    .in-ser-hed p br{
        display: none;
    }
    .banner{
        background-size: 220px;
    }
    .b4-bx h2{
        font-size: 28px;
    }
    .b4-bx p br{
        display: none;
    }
    .b4-bx p{
        padding: 0px 15px;
    }
}


@media (min-width: 1025px) and (max-width: 1199px){
    .header_menu_area > ul > li > a{
        margin: 14px 15px 0px 0px;
    }
}



@media (max-width: 1024px){
    .enquiry{
        width: 100%;
        text-align: center;
    }
    .enquiry a{
        float: none;
        display: inline-block;
    }
}
@media (max-width: 991px){
    .header_menu_area > ul{
        top: 109px;
    }
}
@media (max-width: 767px){
    .header_menu_area > ul{
        top: 125px;
    }
}
@media (max-width: 500px){
    .header_menu_area > ul{
        top: 126px;
    }
}
@media (max-width: 449px){
    .header_menu_area > ul{
        top: 125px;
    }
}
@media (max-width: 429px){
    .header_menu_area > ul{
        top: 124px;
    }
}
@media (max-width: 425px){
    .header_menu_area > ul{
        top: 123px;
    }
}
@media (max-width: 399px){
    .header_menu_area > ul{
        top: 118px;
    }
}
@media (max-width: 391px){
    .header_menu_area > ul{
        top: 115px;
    }
}
@media (max-width: 381px){
    .header_menu_area > ul{
        top: 113px;
    }
}
@media (max-width: 373px){
    .header_menu_area > ul{
        top: 111px;
    }
}
@media (max-width: 364px){
    .header_menu_area > ul{
        top: 109px;
    }
}
@media (max-width: 350px){
    .header_menu_area > ul{
        top: 106px;
    }
}
@media (max-width: 340px){
    .header_menu_area > ul{
        top: 103px;
    }
}
@media (max-width: 330px){
    .header_menu_area > ul{
        top: 100px;
    }
}
@media (max-width: 320px){
    .header_menu_area > ul{
        top: 97px;
    }
}
@media (max-width: 320px){
    .header_menu_area > ul{
        top: 96px;
    }
}
@media (min-width: 768px) and (max-width: 1024px){
    .header2{
        margin-top: 47px;
    }
}
@media (max-width: 767px){
    .body4{
        padding-bottom: 40px;
    }
}
@media (max-width: 991px){
    .body4{
        padding-bottom: 40px;
    }
}

@media (max-width: 575px){
    .productimg{
        float: none;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
}

@media (max-width: 1024px){
    .logo{
        margin-top: 9px;
    }
    .header{
        padding-bottom: 15px;
    }
}

@media (max-width: 575px){
    .header_menu_area > .mob_nav{
        margin: 7px 25px;
    }
}

@media (min-width: 1440px) and (max-width: 1440px){
    .banner-1{
        height: 550px;
    }
    .header-image img{
        width: 111%!important;
    }
    .header-content h2{
        margin-top: 155px;
    }
}

@media (min-width: 992px) and (max-width: 1024px){
    .header_menu_area > ul{
        top: 126px !important;
    }
}



