html{
    overflow-x: hidden;
}


body{
     overflow-x: hidden;
    margin: 0;
font-family: 'DM Sans', sans-serif !important;
}
a{
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
-o-transition: all ease-in-out .5s;
-moz-transition: all ease-in-out .5s;

}
button{
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
-o-transition: all ease-in-out .5s;
-moz-transition: all ease-in-out .5s;

}
.mainheader{
    width: 100%;
    float: left;
    background: white;
    position: relative;
    z-index: 999;
        
height: 0px;
}
.logopart{
    padding: 70px 0px 30px 0px;
    float: left;
    position: relative;
    z-index: 11;
    
}
.logobox{
    float: left;

    
}
.logopart img{
    float: left;
    width: 200px;
      
}
.menuarea{
        padding: 70px 0px 30px 0px;

       float: right;
    text-align: center;

}

.hamburgermenu{
    float: right;

}
.hamburgermenu img{
      width: 34px;
    margin-top: -6px;
        cursor: pointer;

}
/*mediasidemenu*/
.menuarea > .mob_nav {
    margin-top: 55px;

      display: block;
      float: right;
      width: 30px;
      height: 20px;
      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;
      position: relative;
    z-index: 11111;
}

.menuarea > .mob_nav > div {
    background-color: #3caae0;
    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%;
}

.menuarea > .mob_nav > div:nth-child(1) {
    top: 8px; 
        width: 30px;

}

.menuarea > .mob_nav > div:nth-child(2), .header_menu_area > .mob_nav > div:nth-child(3) {
    top: 16px; 
}

.menuarea > .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) {
    top: 1px;
    background: #3caae0;

    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.mob_nav.open > div:nth-child(3) {
    background: #3caae0;
    top: 1px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.menuarea > ul{
     width: auto;
    display: inline-block;
    vertical-align: middle;
       padding-left: 0px;
margin-bottom: 0px;
    float: left;
    padding-right: 25px !important;

}
    
.menuarea > ul > li{
     width: auto;
     display: inline-block;
     vertical-align: middle;
     position: relative;
    padding: 0px 23px 0px 23px;
}

.menuarea > ul > li > a{

  width: auto;
    color: #e2e0e0;
    font-weight: 500;
    float: left;
    position: relative;
    padding-bottom: 40px;
    font-size: 15px;
    letter-spacing: 0px !important;
    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-decoration: none;
    text-align: center;
}
.menuarea > ul > li > a:hover{
  
     color: #66bbe5;
  -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-decoration: none;
}

.activeli{
   color: #66bbe5!important;
  -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-decoration: none;
   
}


.menu li:hover > ul {
    visibility: visible;
    opacity: 1;
    z-index: 99999;
    margin-top: 45px;
    transform: translate(0,0);
}




/*.sub-menu {
    margin-top: 73px!important;
}*/



.menu ul {
        border-radius: 10px;
    visibility: hidden;
    opacity: 0;
    margin: 0;
    top: -10px;
    padding: 0;
       width: 215px;
    position: absolute;
    left: -19px;
    background: #fff;
    z-index: 99;
    float: none;
    transform: translate(0,20px);
    transition: all .2s ease-out;
}
.menu ul li {
        display: block;
    float: none;
    background: 0 0;
    margin: 0;
    padding: 13px 0px;
    width: 100%;
    position: relative;
    z-index: 100;


}
.menu ul li a {
    border-bottom: none!important;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    padding: 0px 10px;
    display: block;
    color: #fff;
    background: #96bd54;

}




.menu li:first-child {
    margin-left: 0;
}

.menu li:nth-child(2) {
border-bottom: none;}




.menu ul li a {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    padding: 0px 15px;
    display: block;
    color: #001e42;
    background: #ffffff;
}
.menu ul li a:hover{
    text-decoration: none;
    color:  #4286a4;
    padding-left: 20px;
     -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;
}
.menu-padding{
    padding-top: 0px;
}
/*triangle on hoverul*/
.menu ul:after {
   bottom: 100%;
    left: 42%;
    border: solid #fff;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255,255,255,0);
    border-bottom-color: #fff;
    border-width: 6px;
}

.slide {
         float: left;
    width: 100%;
    top: 0px;
    background: url(../images/home.svg);
    background-size: cover;
    /* background-position: center; */
    position: relative;
    z-index: 1;
    /* min-height: 850px; */
    /* max-height: 1000px; */
    height: 768px;
    
 
}


.slide .item {
           height: 768px;
    width: 100%;
    float: left;
    position: relative;
}



.slide .item .slide-image {
    height: 768px;
       float: right;
    margin-left: 0px;
    /* position: absolute; */
    /* width: auto !important; */
    /* z-index: 9999; */
    width: 100%;
    right: 0;
    object-fit: cover;
    top: 0;


}

.slider-ban .owl-item.active .slide-image{
    transform: scale(1.1);
    transition: 10s;
}
.slide .item .cover {
   padding: 0px 0px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0;
    display: flex;
    align-items: center;

}

.slide .item .cover .header-content {
    padding-top: 85px !important;
}

.slide .item .cover .header-content {
    width: 100%;
    position: relative;
    /* padding: 56px; */
    overflow: hidden;
}


.header-content h1 {
  float: left;
    font-size: 80px;
    color: #fff;
    font-weight: 500;
    text-align: left;
    /* padding-left: 30px; */
    line-height: 100px;
    width: 60%;
    border-bottom: 2px solid;
    padding-bottom: 40px;
}

.w-1 p {
        float: right;

  line-height: 32px;
    width: 60%;
    font-weight: 400;
    margin-top: 44px;
    color: #fff;
        font-size: 15px;

}



.w-1{
    float: left;
    width:60%;
}

.buttonarea1{
    width: 40%;
    float: left;
    color: #000;
    font-weight: 500;
    display: inline-block;
    margin-top: 50px;
   
    
}
.buttonarea1 a{
         box-shadow: inset 400px 0 0 0 #fff;
         border: 1px solid #fff;
         float: left;
          width: 200px;
    height: 62px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    padding: 17px 0;
         border-radius: 30px;
         color: #242424;
         transition:  ease-in-out .5s;
         -webkit-transition:  ease-in-out .5s;
         -moz-transition:  ease-in-out .5s;
}
.buttonarea1 a:hover{
         box-shadow: inset 0px 0 0 0 #fff;
background-color: transparent;
        text-decoration: none;
        color:#fff;
        
         transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
}




.panel1{

width: 100%;

float: left;

padding: 70px 0;
}
.panel1 .item img{

height: 100px;

object-fit: contain;

}



.banner1{
    float: left;
    width: 100%;
    padding-top: 50px;
padding-bottom: 50px;
}
.b1-box1{
    float: left;
    width: 100%;
}
.b1-box1 img{
    float: left;
    object-fit: cover;
        width: 100%;

}

.b1-box2{
    float: left;
    width: 100%;
    padding-top: 30px;
        padding-left: 50px;


}
.b1-box2 h2{
        letter-spacing: 2px;
    float: left;
    font-size: 67px;
    color: #000;
    font-weight: 600;
    text-align: left;
    /* padding-left: 30px; */
    line-height: 76px;
    width: 100%;
    padding-bottom: 20px;
}

.b1-box2 p{
    float: left;
 line-height: 30px;
    width: 100%;
    color: #000;
    font-weight: 400;
    font-size: 16px;
    
    
}



.b5-bx{
    float: left;
    width: 100%;
    padding-top:30px;
}
.b5-bx1{
   float: left;
   width: 50%;
}

.count{
    float: left;
    width: 100%;
}
.count .item1:after {
    content: 'k+';
    position: absolute;
    color: #000;
}
.count .item1 {
 color: #000;
    font-size: 70px;
    font-weight: 500;
    /* float: left; */
    width: 100%;
    line-height: 1;
    text-align: center;
    position: relative;
 
 }
.count .item p {
 color: black!important;
    font-size: 18px !important;
    font-weight: 400;
    margin-top: 0px;
    width: 100%;
    margin-top: 5px;
    float: left !important;
    text-align: left;
    line-height: 41px;
}

.b5-bx2{
   float: left;
   width: 50%;
}



.banner2{
    float: left;
    width: 100%;
    padding: 100px 0px 115px 0px;
    background-image: url("../images/sec-2-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.b2-box1{
    float: left;
    width: 100%;
}


.b2-box1 h2{
        letter-spacing: 2px;
    float: left;
    font-size: 67px;
    color: #fff;
    font-weight: 600;
    text-align: left;
    /* padding-left: 30px; */
    line-height: 76px;
    width: 100%;
    padding-bottom: 20px;
}

.b2-box1 p{
    float: left;
 line-height: 30px;
    width: 100%;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
        padding-right: 32px;

    
}
.buttonarea2{
    float: left;
    width: 100%;
    padding-top: 20px;
}
.buttonarea2 a{
         box-shadow: inset 400px 0 0 0 #fff;
         border: 1px solid #fff;
         float: left;
            width: 200px;
    height: 62px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    padding: 17px 0;
         border-radius: 30px;
         color: #242424;
         transition:  ease-in-out .5s;
         -webkit-transition:  ease-in-out .5s;
         -moz-transition:  ease-in-out .5s;
}
.buttonarea2 a:hover{
         box-shadow: inset 0px 0 0 0 #fff;
background-color: transparent;
        text-decoration: none;
        color:#fff;
        
         transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
}

.b2-box2
{
    float: left;
    width: 100%;
}
.b2-box2 img{
       z-index: 99;
    width: 100%;
    float: left;
    margin-top: 0px;
    position: absolute;

}


.banner3{
    float: left;
    width: 100%;
   padding: 150px 0px 40px 0px;
    position: relative;
}

.fill {
   
  width: fit-content;


margin: 10px auto;
    text-align: center;
    font-size: 305px;
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke: 1px #d1d1d1;
    position: relative;
    cursor: pointer;
}
.fill::before {
    position: absolute;
    content: attr(data-text);
    top: 0;
    left: 0px;
    -webkit-text-fill-color: rgb(93,171,208);
    width: 0;
    overflow: hidden;
    transition: 0.5s;
    -webkit-text-stroke: 0px #d1d1d1;

}
.hov{
    position: relative;
}
.fill:hover::before {
  width: 100%;
}
.fillp {
    position: absolute;
    float: left;
    text-align: center;
    color: #000;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    width: 100%;
    bottom: 142px;
}
.mob-only {
    position: absolute;
    float: left;
    text-align: center;
    color: #000;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    width: 100%;
    bottom: 142px;
}
 .hov:hover p{
   opacity: 0;
     transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
}
.banner4{
    width: 100%;
    padding: 100px 0px 80px 0px;
float: left;
background-image: url("../images/black-bg.png");
background-repeat: no-repeat;
background-size: cover;
}
.banner4 h2{
        letter-spacing: 2px;
    float: left;
    font-size: 67px;
    color: #fff;
    font-weight: 600;
    text-align: left;
    /* padding-left: 30px; */
    line-height: 76px;
    width: 100%;
    padding-bottom: 50px;
}

.banner4 p{
      text-align: right;
    padding-top: 80px;
    float: left;
    line-height: 30px;
    width: 100%;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    padding-left: 25px;
    padding-bottom: 50px;

}
.b4-box1 {
    position: relative;
    margin-top: 20px;
    height: 350px;
    width: 100%;
    float: left;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px;
        margin-bottom: 139px;

}
.b4-box1 img {
    width: 100%;
    float: left;
    border-radius: 30px;
    object-fit: cover;
}
.overlay-sp {
  
  
margin-left: 38px;
    background-color: #fff;
    padding: 30px 70px 30px 60px;
    width: 93%;
    height: auto;
    border-radius: 30px 30px 0px 30px;
    float: left;
    position: absolute;
    bottom: -76px;
}

.overlay-sp h4{
     font-size: 32px;
    color: #000;
    font-weight: 600;
    margin-bottom: 20px;
    width: 100%;
    text-align: left;
}


.overlay-sp h6{
  font-size: 16px;
    color: #000;
    font-weight: 400;
    width: 100%;
    text-align: left;
        line-height: 30px;

}

.overlay-sp:hover {
    background-color:#66bbe5 ;
     transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
}

.overlay-sp:hover  h4 {
color: #fff;

         transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
}
.overlay-sp:hover  h6 {
color: #fff;

         transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
}
.banner5{
    float: left;
    width: 100%;
    padding: 120px 0px 100px 0px;
}
.banner5 h2{
     font-size: 70px;
    font-weight: 600;
    color: #000;
    line-height: 30px;
    width: 100%;
    text-align: center;
    float: left;
    letter-spacing: 2px;
}
.banner5 h6 {
    text-align: center;
    width: 100%;
    float: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    padding: 40px 178px 60px 178px;
}
.b5-box1 {
    width: 100%;
    float: left;
    padding: 30px 10px 10px 40px;
    box-shadow: rgba(25, 25, 25, 0.04) 0 0 1px 0, rgba(0, 0, 0, 0.1) 0 3px 4px 0;
    margin-bottom: 50px;
        border-radius: 20px;

}
.b5-1{
    width: 50%;
    float: left;

}

.b5-1 h4 {
    width: 100%;
    float: left;
    font-size: 31px;
    color: #000;
    font-weight: 700;
    line-height: 40px;
    margin-top: 10px;
}
.b5-1 p {
    float: left;
  font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    width: 100%;
    padding-right: 9px;
    padding-left: 0px;
    text-align: left;
    padding-bottom: 0px;
        padding-top: 10px;

}
.b5-2{
    width: 50%;
    float: left;
}
.b5-2 img{
    width: 100%;
    object-fit: cover;
    border: 10px solid #fff;
height: 200px;
border-radius: 25px;
}




.banner6{
    float: left;
    width: 100%;
    background-image: url("../images/why-choose-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0px;
}
.b6-1{
    float: left;
    width: 100%;
}
.b6-1 img{
    width:100px;
    float: left;
    object-fit: cover;
}
.b6-1 h3{
   float: left;
    width: 100%;
    text-align: left;
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 25px;
    margin-top: 23px;
    letter-spacing: 1px;
    line-height: 37px;
}
.b6-1 p{
      width: 65%;
    color: #fff;
    font-weight: 400;
    text-align: left;
    font-size: 16px;
    line-height: 32px;
    float: left;
}


.b6-2{
    float: right;
    width: 100%;
}
.b6-2 img{
        width:100px;

    float: right;
    object-fit: cover;

}
.b6-2 h5{
    float: left;
    width: 100%;
    text-align: right;
 font-size: 30px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 25px;
    margin-top: 23px;
    letter-spacing: 1px;
    line-height: 37px;
}
.b6-2 p{
      width: 65%;
    color: #fff;
    font-weight: 400;
    text-align: right;
    font-size: 16px;
    line-height: 32px;
    float: right;
}

.b6-3{
    float: left;
    width: 100%;
}
.b6-3 h4{
    margin-bottom: 25px;
  letter-spacing: 3px;
    width: 100%;
    text-align: center;
    font-size: 70px;
    color: #fff;
    line-height: 80px;
    font-weight: 500;
    float: left;

}
.why-choose-img{
       width: 320px;
    float: none;
    margin: auto;
    display: block;
}
.b6-3 p{
  color: #fff;
    float: left;
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    /* margin-top: 25px; */
    padding: 30px 435px;
    line-height: 28px;

}

.cir-1 {
    margin: auto;
    float: none;
    width: auto;
    display: block;
    position: absolute;
    left: 314px;
    top: -43px;
}
.cir-2 {
    margin: auto;
    float: none;
    width: auto;
    display: block;
    position: absolute;
        left: 222px;
    top: -133px;
}
.cir-3 {
       margin: auto;
    float: none;
    width: auto;
    display: block;
    position: absolute;
  left: 117px;
    top: -234px;
}
.cir-4 {
    margin: auto;
    float: none;
    width: auto;
    display: block;
    position: absolute;
          left: 6px;
    top: -335px;
}
.footer{
    float: left;
    width: 100%;
        padding: 90px 0px;
}

.ft-logo {
    float: left;
    width: 100%;
}
.ft-logo p{
   float: left;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 35px;
    color: #000;
    margin-top: 50px;

}
.ft-logo img {
    float: left;
    width: 200px;
}
.link{
    float: left;
    width: 100%;
    margin-left: 40px
}
.s-link{
    float: left;
    width: 100%;
    margin-left: 60px
}
.link h3{
   letter-spacing: 3px;
    color: #989898;
    font-weight: 400;
    font-size: 17px;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.s-link h3{
   letter-spacing: 3px;
    color: #989898;
    font-weight: 400;
    font-size: 17px;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.link-2{
    float: left;
    width: 100%;
    margin-left: 30px;
}
.link-2 h3{
    letter-spacing: 3px;
    color: #989898;
    font-weight: 400;
    font-size: 17px;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.ql-1{
    float: left;
    width:100%;
}
.ql-1 a{
float: left;
width: 100%;
font-size: 15px;
color: #000;
font-weight: 400;
margin-bottom: 15px;

}
.ql-1 a:hover{
    text-decoration: none;
    color: #66bbe5;
}


.link-2 a{
float: left;
    width: 100%;
    font-size: 15px;
    color: #000;
    font-weight: 400;
    margin-bottom: 10px;
}
.link-2 a:hover{
    text-decoration: none;
    color: #66bbe5;
}



.sm{
    float: left;
    width: 100%;
}

.sm img{
      margin-right: 10px;
    margin-top: -6px;
    width: 40px;
     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;
}


  
.sm p{
    margin-top: 30px;
    float: left;
    font-size: 15px;
    color: #000;
    font-weight: 400;
}
.sm a{
    color: #000;
    font-size: 15px;
    font-weight: 400;
    width: auto;
    float: none;
}

.social{
    float: left;
    width: 100%;
    margin-top: 20px;
}
.social h6{
    letter-spacing: 3px;
    color: #989898;
    font-weight: 400;
    font-size: 17px;
    float: left;
    width: 100%;
    margin-bottom: 20px;

}
.social a {
    width: auto;
    float: left;
}
.social  img{
    width: 40px;
    margin-right: 15px;
}
.social a img:hover {
    transform: rotateY(360deg);
    transform-style: preserve-3d;
    transition: transform 0.8s;
}
.footerlast{
    width: 100%;
    float: left;
    background-color: #000;
    border-top:1px solid #282828;
        padding: 30px 0px;

}
.footerlast h3{
   float: left;
width: 100%;
font-size: 15px;
color: #a6a6a6;
font-weight: 400;
text-align: center;
}
.footerlast a{
       color: #c3b3a2;
    font-weight: 400;
    font-size: 15px;
    width: 100%;
}
.footerlast a:hover{
     text-decoration: none;
    color: #a27a51;
}


@media(min-width:1230px) 
{
  

 .mob_nav{
    display: none !important;
 }

}

@media(max-width:1229px) 
{


.call-action{
      background-attachment: inherit!important;
}


 .header2{
    background-color: transparent;
    position: absolute;
    top: 13px;
 }
    .menuarea{
        position: inherit;
        padding-top: 26px;
   
    }
  
    .menuarea > ul > li > a{
        float: left;
       
    }

.menuarea > ul {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0px;
    background: #000;

    min-height: auto;
    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: 62px;
    text-align: center;
}

.menuarea > ul > li > a:hover{
  
    border-bottom: none!important;
  -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-decoration: none;
}
.activeli {
    border-bottom: none !important;
   
    -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-decoration: none;
}
.menuarea > ul > li {
    width: 100%;
    padding: 0px;
    }
.menuarea ul.view {
        margin-top: 39px;
    padding-left: 0px!important;
 padding-right: 0px!important;
    width: 100%;
        padding-top: 20px;
    padding-bottom: 50px;
  visibility: visible;
    opacity: 1;
    z-index: 100;
    z-index: 1111 !important;
    /* transform: rotate(0deg) translate3d(0, 0, 0); */
}
.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{
   display: none;
}

.menuarea > ul > li > a {
    font-size: 17px;
    width: 100%!important;
        padding: 25px 17px 0px 17px;

}
.header_menu_area > ul > li > a {
    margin: 8px 0px 0px 0px;
}

.sub-menu {
    margin-top: 73px!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;
border-radius: 0px;
}

.buttonarea{
    text-align: center;
    float: none;
    margin-top: 30px;
    margin-bottom: 40px;
    margin-left: 0px;
}
.buttonarea a{
   padding: 11px 12px 10px 12px;
    font-size: 14px;
    font-weight: 600;
    float: none;
    text-align: center;

}
.header_menu a svg{
    display: none;
}
   .overlay{
    display:none ;
   }
   .cli-btn{
    display: none;
   }
   .menu ul li a {
    text-align: center;
}

}


/*loader*/


.loader {
  width: 48px;
  height: 48px;
  display: inline-block;
  position: relative;
  transform: rotate(45deg);
}
.loader::before {
  content: '';  
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: -24px;
  animation: animloader 4s ease infinite;
}
.loader::after {
  content: '';  
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  animation: animloader2 2s ease infinite;
}

@keyframes animloader {
  0% {
    box-shadow: 0 24px rgba(255, 255, 255, 0), 24px 24px rgba(255, 255, 255, 0), 24px 48px rgba(255, 255, 255, 0), 0px 48px rgba(255, 255, 255, 0);
  }
  12% {
    box-shadow: 0 24px white, 24px 24px rgba(255, 255, 255, 0), 24px 48px rgba(255, 255, 255, 0), 0px 48px rgba(255, 255, 255, 0);
  }
  25% {
    box-shadow: 0 24px white, 24px 24px white, 24px 48px rgba(255, 255, 255, 0), 0px 48px rgba(255, 255, 255, 0);
  }
  37% {
    box-shadow: 0 24px white, 24px 24px white, 24px 48px white, 0px 48px rgba(255, 255, 255, 0);
  }
  50% {
    box-shadow: 0 24px white, 24px 24px white, 24px 48px white, 0px 48px white;
  }
  62% {
    box-shadow: 0 24px rgba(255, 255, 255, 0), 24px 24px white, 24px 48px white, 0px 48px white;
  }
  75% {
    box-shadow: 0 24px rgba(255, 255, 255, 0), 24px 24px rgba(255, 255, 255, 0), 24px 48px white, 0px 48px white;
  }
  87% {
    box-shadow: 0 24px rgba(255, 255, 255, 0), 24px 24px rgba(255, 255, 255, 0), 24px 48px rgba(255, 255, 255, 0), 0px 48px white;
  }
  100% {
    box-shadow: 0 24px rgba(255, 255, 255, 0), 24px 24px rgba(255, 255, 255, 0), 24px 48px rgba(255, 255, 255, 0), 0px 48px rgba(255, 255, 255, 0);
  }
}

@keyframes animloader2 {
  0% {
    transform: translate(0, 0) rotateX(0) rotateY(0);
  }
  25% {
    transform: translate(100%, 0) rotateX(0) rotateY(180deg);
  }
  50% {
    transform: translate(100%, 100%) rotateX(-180deg) rotateY(180deg);
  }
  75% {
    transform: translate(0, 100%) rotateX(-180deg) rotateY(360deg);
  }
  100% {
    transform: translate(0, 0) rotateX(0) rotateY(360deg);
  }
}
   




.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background: black;
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px 8px 8px 0px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #000;
  text-decoration: none;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 70px;
    font-size: 50px;
    z-index: 9999;
    color: #4187a4;
    font-weight: 300;
}

@media screen and (max-height: 450px) {
  .overlay a {
      font-size: 20px;
      
  }
  .overlay .closebtn {
    font-size: 52px;
    top: -6px;
    right: 35px;
    color: #B88F5D !important;
    position: absolute;
    z-index: 9999;
}

}





.nav-pd {
    width: 100%;
    float: left;
    text-align: left;
    padding: 0px 0px;
}

.hd-address {
    width: 100%;
    float: left;
    text-align: left;
    padding: 110px 60px;
    /* height: 100vh; */
}

.hd-address img{
    float: left;
    width: 70px;
    height: 111px;
    margin-right: 20px;
    margin-top: -10px;
    }

.hd-address{
    width: 100%;
    float: left;
    text-align: left;
    padding: 78px 60px;
    /* height: 100vh; */
}
    .add-box{
        float: left;
        width: 100%;
        margin-bottom: 20px;
    }
.hd-address h2{

letter-spacing: 2px;
    font-size: 36px;
    font-weight: bold;
    text-align: left;
    color: #4187a4;
}
.hd-address h5{

    MARGIN-TOP: 20px;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    color: #efefef;
}
.hd-address h6 {
        margin-bottom: 0px;

    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 29px;
    float: left;
}
.hd-address a {
    width: auto;
    font-size: 18px;
    font-weight: 300;
    float: none;
    color: #fff;
    padding: 0;
    display: inline;
}
.hd-address a:hover{
    color:#4187a4 ;

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;
}
.req-form1 {
    width: 100%;
    float: right;
    height: auto;
    margin-right: 0;
    opacity: 1;
    background: #ffffff;
    padding: 44px 100px;
    top: 0;
    position: relative;
    right: 0;
    /* height: 100vh; */
    z-index: 99;
}
.form-inner img{
    width: 220px;
}

.sidenav a {
    /* padding: 12px 71px; */
    text-decoration: none;
    -moz-transition: all ease-in-out .5s;
    font-size: 20px;
    transition: all ease-in-out .5s;
    color: #000;
    text-align: left;
    -webkit-transition: all ease-in-out .5s;
    position: relative;
    display: block;
    /* transition: 0.3s; */
    /* border-bottom: 1px solid #F2F2F2; */
}

@media screen and (max-height: 450px)
{
.sidenav a {
    font-size: 18px;
}
}

.req-form1 h2 {
    font-size: 28px;
    text-align: left;
    font-weight: 700;
    margin-top: 30px;
}

.req-form1 p {
    font-size: 18px;
    width: 94%;
    line-height: 25px;
    margin-bottom: 30px;
}

.field_area {
    width: 100%;
    float: left;
    position: relative;
    margin: 0 0 11px;
}

.field_area label {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0px;
}

.field_area input[type=email], .field_area inpu.t[type=number], .field_area input[type=text], .field_area textarea, .field_area select {
    border-bottom: 1px solid #000;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    width: 100%;
    float: left;
    font-size: 14px;
    color: #000;
    padding: 10px;
}

.quick-send {
    background: #4187a4;
    width: 100%;
    border: 0;
    border-radius: 5px;
    font-size: 17px;
    font-weight: 500;
    cursor: pointer;
    color: #fff;
    padding: 15px 0 12px;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
}

.quick-send:hover {
    color: #fff;
    /* opacity: .7; */
    background: #000;
}

.req-form1 h2 {
       font-size: 26px;
    text-align: left;
    font-weight: bold;
    margin-top: 10px;
}

.req-form1 p {
    font-size: 15px;
    width: 100%;
    line-height: 25px;
    margin-bottom: 20px;
    font-weight: 400;
}

.mct_form {
       border-bottom: 1px solid #b0aaaa;
    color: #272626;
    display: block;
    font-weight: 300;
    font-size: 15px;
    /* text-transform: uppercase; */
    height: 43px;
    margin-bottom: 15px !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: 8px 10px;
    margin-top: 10px;
    border-radius: 5px;
}


.field_area {
    width: 100%;
    float: left;
    position: relative;
    margin: 0 0 15px;
}
.field_area-d {
    width: 50%;
    float: left;
    position: relative;
    margin: 15px 0 28px;
}
.field_area label {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 3px;
}

.field_area input[type=email], .field_area input[type=number], .field_area input[type=text], .field_area textarea {
    width: 100%;
    float: left;
    /* position: relative; */
    font-size: 15px;
    color: #000;
    line-height: 20px;
    margin: 0;
    padding: 7px 10px;
    background: 0 0;
    border: none;
    border-bottom: solid 1px rgb(34 33 33 / 86%);
    transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}

.hidden-input-field {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}

.quick-send {
     box-shadow: inset 400px 0 0 0 #4187a4;
       border: 1px solid transparent;
       
    width: 100%;
    
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    color: #fff;
    padding: 10px;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
}

.quick-send:hover {
    color: #fff;
    /* opacity: .7; */
    border: 1px solid #fff;
box-shadow: inset 0 0 0 0 #4187a4;
    text-decoration: none;
    /*border: none;*/
}



.field_area input[type=email], .field_area input[type=number], .field_area input[type=text], .field_area textarea:focus {

outline: none;}


.topfooterbox a{float: left;width: 100%;font-size: 14px;color: black;margin-top: 6px;}

.topfooterbox a:hover{
text-decoration: none;
}


.rlabel::after {
    content: '';
    height: 8px;
    width: 8px;
    background: transparent;
    position: absolute;
    top: calc(50% - 4px);
    left: calc(50% - 4px);
    border-radius: 50%;
}.rlabel {
    border: 1.2px solid #83bf41;
    border-radius: 50%;
    cursor: pointer;
    height: 16px;
    width: 16px;
    margin: 0px;
    position: relative;
    margin-left: -29px;
    margin-right: 29px;
    left: 0px;
    top: 4px;
}
.r-input {
    border: 0;
    margin-bottom: 15px;
    margin-top: 11px;
    margin-left: 10px;
    margin-right: 10px;
    outline: none;
    position: relative;
opacity: 0;}
.f-input {
    width: 90%;
    border: 0;
    border-bottom: 1px solid #b7b7b7;
    margin-bottom: 40px;
    margin-top: 30px;
    outline: none;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    font-size: 13px;
    font-weight: 400;
    color: #000000;
    padding: 5px 0px;
    position: absolute;
    overflow: hidden;
    z-index: 0;
    opacity: 0;
}.f-input + label {
    width: 100%;
    font-size: 13px!important;
    font-weight: 300;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 4px 0px;
    /* width: 100%; */
    width: 200px;
    margin-top: 30px;
    float: left;
    color: #FFFFFF;
    text-align: center;
    /* background: #e24a30; */
    background: #83bf41;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    text-decoration: none !important;
    /* border: 1px solid #b7b7b7; */
    border: none;
}
.r-input[type="radio"]:checked+.rlabel::after {
    background: black;
}

.bn-title{
    width: 100%;
}

.mct_form-bn {
    border-bottom: 1px solid #b0aaaa;
    color: #272626;
    display: block;
    font-weight: 300;
    font-size: 15px;
    /* 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-left: 0px !important;
    margin-top: 0px;
   /* border-radius: 5px;*/
}


@media(min-width: 0px) and (max-width: 1229px){
.hamburgermenu {
   display: none;
}
}




/*aboutus*/
.ab-ban1 {
    float: left;
    width: 100%;
    top: 0px;
    position: relative;
    z-index: 1;
    height: 345px;
    background-image: url(../images/header.png);
    object-fit: cover;
    background-repeat: no-repeat;
    background-size: cover;
}
.ab-ban1 h3 {
    letter-spacing: 1px;
    float: left;
    width: 100%;
    color: #fff;
    font-size: 47px;
    font-weight: 600;
    line-height: 43px;
    padding-top: 200px;
    position: relative;
}

.a-bus-1{
    float: left;
    width: 100%;
    padding: 100px 0px 50px 0px;
}
.a-bus1-1{
    float: left;
    width: 100%;
    padding-bottom: 70px;
}
.a-bus1-1 img{
        margin-bottom: 20px;

    float: left;
    object-fit: cover;
       max-width: 100%;
    margin-right: 40px;
}

.a-bus1-1 h1{
      
    line-height: 60px;
    font-size: 55px;
    color: #000;
    font-weight: 400;
}
.a-bus1-1 h1 span{
    font-weight: bold;
}
.a-bus1-1 p{
    line-height: 25px;
    
    font-size: 16px;
    font-weight: 400;
    color: #000;
    /* padding-right: 10px; */
    padding-top: 10px;
}


.inner-vision{
    float: left;
    width: 100%;
    border-right: 1px solid #f0e6d8;

}
.inner-vision img{
    float: left;
      width:50px;
    margin-bottom: 30px;
        object-fit:cover;

}
.inner-vision h4{
    float: left;
    width: 100%;
    font-size: 30px;
    color: #000;
    font-weight: 600;
    margin-bottom: 20px;
}
.inner-vision p{
     line-height: 25px;
    width: 92%;
    float: left;
    font-size: 15px;
    font-weight: 400;
    color: #000;
   
}
.inner-mision{
    float: left;
    width: 100%;
        padding-left: 20px;


}
.inner-mision img{
    float: left;
      width: 50px;
    margin-bottom: 30px;
    object-fit:cover;
}
.inner-mision h4{
    float: left;
    width: 100%;
    font-size: 30px;
    color: #000;
    font-weight: 600;
    margin-bottom: 20px;
}
.inner-mision p{
     line-height: 25px;
    width: 92%;
    float: left;
    font-size: 15px;
    font-weight: 400;
    color: #000;
   
}
.bus-2{
    float: left;
    width: 100%;
    padding: 60px;
background: linear-gradient(90deg, rgba(93,171,208,1) 0%, rgba(59,119,145,1) 100%);

}
.bus-2 h2{
    text-align: left;
    line-height: 65px;
    font-size: 50px;
    color: #fff;
    width: 100%;
    font-weight: 500;
    float: left;
    margin-bottom: 20px;
}
.bus-2 h2 span{
    font-weight: bold;
    color: #000;
}

.bus-2 p{
    text-align: left;
    line-height: 25px;
    float: left;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    /* padding-right: 10px; */
   width: 85%;
}
.bus2-1{
 float: none;
    display: table;
    margin: auto;
}
.buttonarea3{
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    
}
.buttonarea3 a{
  background-color: #fff;  
    width: 155px;
    height: 55px;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    /* padding: 13px 0; */
    color:#3b7791;
    transition: ease-in-out .5s;
    -webkit-transition: ease-in-out .5s;
    -moz-transition: ease-in-out .5s;
    display: flex;
    justify-content: center;
    align-items: center;
             box-shadow: inset 400px 0 0 0 #ffffff;

}
.buttonarea3 a:hover{
         box-shadow: inset 0px 0 0 0 #ffffff;

background: transparent;
border: 1px solid #fff;
  color: #fff;
        text-decoration: none;
        
         transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
}
/*services*/
.ab-ban2{
    float: left;
    width: 100%;
    padding: 100px 0px 30px 0px;
}
.ab-ban2-1{
    float: left;
    width: 100%;
    padding-bottom: 70px;
}

.ab-ban2-1 img{
float: right;
margin: auto;
display: block;
    object-fit: cover;
    margin-left: 30px;
    margin-bottom: 20px;
        border-radius: 20px;
    width: 525px;
    height: 429px;
  
}

.ab-ban2-1 h3{
      
line-height: 65px;
    font-size: 52px;
    color: #000;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: left;
}

.ab-ban2-1 h4{
    font-size: 15px;
    color: #000;
    font-weight: 700;
    margin-bottom: 35px;
    text-align: left;
}
.ab-ban2-1 p{
    font-size: 15px;
    color: #000;
    font-weight: 400;
    line-height: 29px;
    text-align: left;
}

.arc-img1{
float: left;
width: 100%;
}
.arc-img1 img{
float: none;
margin: auto;
display: block;
    object-fit: cover;
     width: 100%;
  
    border-radius: 20px;
}


.s2-part2{
    float: left;
    width: 100%;
    padding-top: 75px;
    padding-bottom: 125px;
        background-color: #f7f7f7;
}
.s2-part2 h4{
      letter-spacing: 2px;
    font-size: 40px;
    color: #000000;
    font-weight: 500;
    width: 100%;
    float: left;
    padding-bottom: 50px;
}
.s2-bx{
    float: left;
    width: 100%;
}
.s2-bx img{
    float: left;
   width: 100%;
       height: 215px;

object-fit: cover;
}
.st-bx-text{
    float: left;
    width: 100%;
    padding: 35px 15px 40px 27px;
    background-size: cover;
 background-image: url(../images/why-choose-bg.png);
    background-repeat: no-repeat;
    border-radius: 0px 0px 30px 30px;
}
.st-bx-text h2{
    float: left;
    width: 100%;
    color: white;
    font-weight: 700;
    font-size: 23px;
}
.st-bx-text p{
    float: left;
    width: 100%;
    color: white;
    font-size: 14px;
    font-weight: 400;
    margin-top: 3px;
    line-height: 27px;
}
.s2-bx-butn{
    float: left;
    width: 100%;
    margin-top: 6px;
}
.s2-bx-butn a{
  float: left;
    height: 40px;
    width: 129px;
    text-align: center;
    border-radius: 16px;
    padding: 9px 0px;
    box-shadow: inset 400px 0 0 0 #ffffff;
    border: 1px solid transparent;
    font-size: 15px;
    font-weight: 500;
    color: #57a3c8;
    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;


}
.s2-bx-butn a:hover{
     border: 1px solid #ffffff;
box-shadow: inset 0 0 0 0 #ffffff;
    color: white;
    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;
}
.s2-bx-butn a:hover svg{
    
    fill: 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;
}
.s2-bx-butn svg{
      fill: #98C02D;
      width: 28px;
      float: right;
      
      margin-top: -4px;
      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;
      }

/*contactus*/
.cban2 {
    width: 100%;
    float: left;
    padding: 100px 0px 50px 0px;
}
 .section{
background-image: url("../images/why-choose-bg.png");
background-repeat: no-repeat;
background-size: cover;
        float: left;
    width: 100%;
   
    margin-bottom: 20px;
    padding: 25px 30px;
    
}

.section h1{

    letter-spacing: 1px;
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: bold;
    text-align: left;
    color: #fff;
}
.section img{
    float: left;
    width: 35px;
    margin-right: 10px;
        margin-top: -4px;
}
.section h5{

    MARGIN-TOP: 20px;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    color: #efefef;
}
.section h6 {
        margin-bottom: 0px;

    width: 100%;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    line-height: 29px;
    float: left;
}
.section a {
    width: auto;
    font-size: 16px;
    font-weight: 300;
    float: none;
    color: #fff;
    padding: 0;
    display: inline;
}
.section a:hover{
    color:#4187a4 ;

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;
}
.git{
    float: left;
    width: 100%;
   
}
.git h1{
    float: left;
    width: 100%;
    color: #001e42;
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 21px;
    text-align: left;
    margin: 0px;
    margin-bottom: 10px;
}
.git p{
    float: left;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #868d93;
    margin-bottom: 10px;
}
.contact2{
    float: left;
    width: 100%;
        height: auto;

}
.contactform{
    width: 100%;
    float: left;
}
.contact-label {
   float: left;
    width: 100%;
    text-align: left;
    font-size: 15px;
    color: #001e42;
    font-weight: 500;
}
.mct_form {
    border-bottom: 1px solid #b0aaaa;
    color: #272626;
    display: block;
    font-weight: 300;
    font-size: 15px;
    /* text-transform: uppercase; */
    height: 47px;
    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: 10px;
    margin-top: 17px;
    border-radius: 5px;
}
.info-tag {
      font-size: 16px;
      font-weight:400;
    line-height: 30px;
    color: #868d93;
    margin-top: 9px;
    float: left;
}
.contact-snd2 {
     border-radius: 0px;
   width: 155px;
    height: 55px;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 20px;
    font-style: normal;
    font-stretch: normal;
    border: none;
    line-height: normal;
    /* letter-spacing: 1.8px; */
    /* width: 81%; */
    text-align: center;
    padding: 7px 0px;
    border: none;
  background:#4e9abc;
  
    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{
    background: transparent;
    border: 1px solid #4e9abc;
    color: #4e9abc;
     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;
}

/*careerpage*/

.careerban2{
    float: left;
    width: 100%;
    padding-bottom: 65px;
    padding-top: 100px;

}
.cr-wd {
 
       margin-right: auto;
    margin-left: auto;
    width: 770px;
    }
    .cr-wd h2 {
        text-align: center;
  font-weight: 600;
    color: #000;
    font-size: 46px;
    line-height: 65px;
    margin-bottom: 15px;
}
.cr-wd p {
    float: left;
    width: 100%;
    text-align: center;
    font-weight: 400;
    color: black;
    font-size: 15px;
    line-height: 27px;
    margin-bottom: 50px;
}

.contact-snd{
        /* text-transform: uppercase; */
    border-radius: 0px;
   width: 155px;
    height: 55px;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 20px;
    font-style: normal;
    font-stretch: normal;
    border: none;
    line-height: normal;
    /* letter-spacing: 1.8px; */
    /* width: 81%; */
    text-align: center;
    padding: 7px 0px;
    border: none;
  background:#4e9abc;
  
    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-snd:hover{
    background: transparent;
    border: 1px solid #4e9abc;
    color: #4e9abc;
     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-label-2 {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 15px;
    color: #000;
    font-weight: 500;
}


.career-2{
    width: 100%;
    float: left;
    text-align: center;
  margin-top: 50px;
}
.buttonarea-c1{
    float: none;
display: inline-block;
  
    margin-right: 10px;
   
    
}
.buttonarea-c1 img{
   width: 23px;
    float: none;
    margin-right: 4px;
}
.buttonarea-c1 a{
         box-shadow: inset 400px 0 0 0 #4e9abc;
         border: 1px solid #4e9abc;
         float: left;
          width: 200px;
    height: 62px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    padding: 17px 0;
         border-radius: 0px;
         color: #fff;
         transition:  ease-in-out .5s;
         -webkit-transition:  ease-in-out .5s;
         -moz-transition:  ease-in-out .5s;
}
.buttonarea-c1 a:hover{
         box-shadow: inset 0px 0 0 0 #fff;
text-decoration:none;
 
    border: 1px solid #4e9abc;
    color: #fff;
    background:#000;
     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;
}



.ab-ban2-1 h6{
    font-size: 25px;
    font-weight: 500;
    color: #000;
    margin-top: 20px;
    margin-bottom: 20px;
    float: left;
    width: 100%;
}
.sp-box{
float: left;
width: 100%;
    background-color: #5eacd314;
padding: 20px 0px;
}
.sp-box li{
       width: 70%;
    line-height: 30px;
    margin-bottom: 20px;
    font-size: 17px;
    font-weight: 400;

}


@media(max-width:990px){
    .banner4 p {
        padding-left: 0px !important;
    }
}

















@media(max-width:767px)
{
    .section img {
    float: none;
}
}

@media(max-width:576px)
{
    .careerban2 {
    padding-left: 15px;
    padding-right: 15px;
}

}


@media(max-width:399px)
{


.menuarea > .mob_nav {
    margin-top: 56px;
}




.cban2{
        padding: 60px 0px 0px 0px;

}
.ab-ban1{
    height: 310px;

}
.inner-mision {
    float: left;
    width: 100%;
    padding-left: 0px;
}
.ab-ban1 h3 {

    font-size: 36px;
       padding-top: 173px;
    }
    .ab-ban2 {
  
    padding: 70px 0px 30px 0px;
}
.a-bus1-1 img {
  
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  float: none;

}
.a-bus-1 {
    float: left;
    width: 100%;
    padding: 70px 0px 50px 0px;
}
.a-bus1-1 h1 {
   margin-top: 30px;
    font-size: 36px;
    line-height: 48px;
    text-align: center;

}

.a-bus1-1 p {
    font-size: 15px;
text-align: center;
}
.inner-vision {
border: none;
margin-bottom: 30px;
}
.inner-vision img {
    float: none;
    width: 50px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.inner-vision h4 {
text-align: center;
}
.inner-vision p{
    width: 100%;
    text-align: center;
}
.inner-mision img {
    float: none;
    width: 50px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.inner-mision h4 {
text-align: center;
}
.inner-mision p{
    width: 100%;
    text-align: center;
}

.ab-ban2-1 img{

       width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    float: none;
}
.ab-ban2-1 h3 {
       line-height: 41px;
    font-size: 34px;
    text-align: center;
    margin-bottom: 15px;
}
.ab-ban2-1 p {
    width: 100%;
    text-align: center;
    }
    .s2-part2 h4 {
    text-align: center;
    font-size: 36px;
  
    padding-bottom: 30px;
}
.ab-ban2-1 {
    padding-bottom: 0px;
}
.st-bx-text {
    float: left;
    width: 100%;
    padding: 35px 15px 40px 15px;
    }
.st-bx-text h2 {

text-align: center;
}

.st-bx-text p {
text-align: center;
    padding: 0px 30px;

}

.logopart {
    padding: 55px 0px 30px 0px;
    }
    .menuarea {
    padding-top: 5px !important;
}
.s2-bx{
    margin-bottom: 50px;
}
.s2-part2 {
padding-bottom: 30px;
padding-top: 30px;
}
.s2-bx-butn a {
    display: inline-block;
    float: none;
    }
    .s2-bx-butn{
        text-align: center;
        float: left;
    }
.bus-2 p {
    width: 100%;
    text-align: center;
}
.buttonarea3 {
    margin-top: 10px;
    }
.section h1 {
text-align: center;
}
.section h6 {
text-align: center;
}


.info-tag br{
    display: none;
}
.git h1 {
    margin-top: 35px;
    text-align: center;
}
.git p {
text-align: center;
}


.s2-bx img {
    float: left;
    max-width: 100%;
    height: 200px;
}
.bus-2{
    padding: 50px 20px;

}
.bus-2 h2 {
    line-height: 50px;
    font-size: 37px;
       text-align: center;

}

.cr-wd h2{
           padding: 0px 15px;
    font-size: 36px;
    line-height: 51px;
}

.careerban2 {

padding-top: 60px;
padding-bottom: 0px;
}
.cr-wd p {
     padding: 0px 15px;
}
.buttonarea2 a{
        width: 175px;
    height: 52px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    padding: 13px 0;
}










    .b5-1 {
    width: 100%;
    float: left;
}
.b5-1 h4 br{
display: none;
}
.b5-1 h4{
    text-align: center;
}
.b5-1 p{
        font-size: 15px;

    text-align: center;
}
.b5-2{
    width: 100%;
}
.count .item1 {
    color: #000;
    font-size: 48px;
}
.panel1 .item img {
    height: 70px;
    }
    .panel1{
        padding: 60px 0px;
    }

.b6-1 {
    margin-top: 75px;
    margin-bottom: 10px;
}
.b6-2 {

    margin-bottom: 30px;
}

.slide .item .slide-image {
height: 650px;
}
.slide{
    height:650px;
}
.slide .item{
    height: 650px;
}
.slide .item .cover .header-content {
    padding-top: 70px !important;
}
 .header-content h1 {
       width: 100%;
        font-size: 50px;
    line-height: 56px;
    padding-bottom: 25px;
    text-align: center;
}
.overlay-sp {
    margin-left: 29px;
    background-color: #fff;
    padding: 26px 21px 26px 29px;
    width: 91%;
    height: auto;
    border-radius: 30px 30px 0px 30px;
    float: left;
    position: absolute;
    bottom: 30px;
}
.overlay-sp h4 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 13px;
    }
    .overlay-sp h6 {
    line-height: 24px;
font-size: 15px}
.b4-box1{
    margin-bottom: 30px;
}
.b5-box1 {

    padding: 30px 10px 10px 10px;
    }
.w-1 {
    float: left;
    width: 100%;
}


.buttonarea1 {
    width: 100%;
    margin-top: 0px;
    float: left;
    text-align: center;
    }
.buttonarea1 a {
    width: 179px;
    height: 58px;
   
    padding: 16px 0;
    float: none;
    display: inline-block;
    margin-top: 21px;
}
.w-1 p{
    width: 100%;
    margin-left: 0px;
    margin-top: 25px;
    text-align: center;
        font-size: 15px;

}
.banner1{
    padding-top: 25px;
}
.b1-box1 img {
    float: none;
    object-fit: cover;
    width: 100%;
    margin: auto;
    display: block;
}
.b1-box2 {
  
    padding-top: 6px;
    padding-left:0px ;
}
.b1-box2 h2 {
font-size: 39px;
    line-height: 47px;
    margin-top: 30px;
    text-align: center;
    padding-bottom: 15px;
}
.b1-box2 p {
    text-align: center;
        font-size: 15px;

    }
    .count .item{
    margin-left: 24px;
    }
 
.count .item p{
        line-height: 24px;
        font-size: 15px!important;

}

.b2-box1 h2 {
  font-size: 41px;
    line-height: 55px;
   text-align: center;
}
.b2-box1 p {
        font-size: 15px;

text-align: center;
padding-right: 0px;
}
.buttonarea2 {
   text-align: center;
   padding-bottom: 50px;
}
.buttonarea2 a {
    float: none;
    display: inline-block;
}
.b2-box2 img {
float: none;
margin-right: auto;
margin-left: auto;
display: block;
width: 100%;

position: relative;
}
.banner2 {
  
    padding: 70px 0px 85px 0px;

}


.fill {
  
    font-size: 92px;
}
.mob-only {
    font-size: 15px;
    bottom: 3px;
    padding: 0px 0px;
    line-height: 20px;
}

.banner3 {
   
    padding: 60px 0px 45px 0px;
}



.banner4 h2 {
  text-align: center;
  padding-bottom: 0px;
   font-size: 35px;
    line-height: 43px;
}

.banner4 p {
   text-align: center;
   padding-top: 20px;
   padding-bottom: 20px;
       font-size: 15px;

}


.banner5 h2 {
              font-size: 33px;
    line-height: 39px;

}
.banner5 {
    padding: 70px 0px 60px 0px;
}
.banner5 h6{
    padding: 17px 45px 10px 45px;

}
.banner6 {
    padding: 0px 0px 50px 0px;
}
.social img {
    width: 40px;
    margin-right: 10px;
}
.b6-3 {
    margin-top: 25px;
}
.footer {
    float: left;
    width: 100%;
    padding: 50px 0px;
}
.b6-1 h3 {
   text-align: center; 
       font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 5px;
    margin-top: 23px;
    letter-spacing: 1px;
    line-height: 32px;
   
   }
.b6-1 p {
    width: 100%;
    text-align: center;
    font-size: 15px;
    line-height: 27px;
    }


.b6-2 h5 {
    
text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 5px;
    margin-top: 23px;
    letter-spacing: 1px;
    line-height: 32px;
}
.b6-2 p {
    width: 100%;
    text-align: center;
    font-size: 15px;
    line-height: 27px;
    }



.b6-3 p {
    padding: 12px 54px;
font-size: 15px;
}
.why-choose-img {
    width: 190px;
    }
    .b6-3 h4 {
        margin-bottom: 15px;
  font-size: 41px;
    line-height: 42px;
}
.b6-1 img {
    float: none;
    object-fit: cover;
    margin: auto;
    display: block;
}
.b6-2 img {
    float: none;
    object-fit: cover;
    margin: auto;
    display: block;
}

.cir-1{
    top: -13px;
    width: 83%;
    left: 28px;
}
.cir-2{
        width: 95%;
    top: -35px;
    left: 6px;
}
   .cir-3{
 display: none;

}
    .cir-4{
 display: none;
}
.link {
  
    margin-left: 0px;
    padding-bottom: 30px;
}

.link h3{
    text-align: center;
}

.link a{
    text-align: center;
}
.s-link{
    padding-bottom: 30px;
    margin-left: 0px;
}
.s-link h3 {
    text-align: center;
}
.s-link a{
    text-align: center;
}
.ft-logo{
    padding-bottom: 20px;
}
.banner4 {
    width: 100%;
    padding: 60px 0px 40px 0px;
    }
.ft-logo img {
    float: none;
    width: 200px;
    margin: auto;
    display: block;
}

.ft-logo p{
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    line-height: 31px;
    color: #000;
    margin-top: 30px;
}
.link-2{
    margin-left: 0px;
}
.link-2 h3{
    text-align: center;
}

.link a{
    text-align: center;
}
   
   .sm{
    text-align: center;
   } 
   .sm img{
    float: none;
   }
   .sm p{
    text-align: center;
    width: 100%;
   }
      .logopart {
    padding: 45px 0px 30px 0px;
}
.menuarea > .mob_nav {
    margin-top:44px;
}
}



@media(max-width:767px)
{
    .ab-ban2-1 h6 {
    text-align: center;
}


.sp-box li {
    width: 100%;
    }
}





@media(min-width:400px) and (max-width:449px)
{
    .logopart {
    padding: 45px 0px 30px 0px;
}
.menuarea > .mob_nav {
    margin-top:25px;
}
.header-content h1 br{
    display: none;
}
     .s2-part2 {
    padding-left: 30px;
    padding-bottom: 50px;
    padding-right: 30px;
}

.cban2{
        padding: 60px 0px 0px 0px;

}
.ab-ban1{
    height: 310px;

}
.inner-mision {
    float: left;
    width: 100%;
    padding-left: 0px;
}
.ab-ban1 h3 {

    font-size: 36px;
       padding-top: 173px;
    }
.a-bus1-1 img {
  
  width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  float: none;

}

.a-bus1-1 h1 {
   margin-top: 30px;
    font-size: 42px;
    line-height: 48px;
    text-align: center;

}

.a-bus1-1 p {
    font-size: 15px;
text-align: center;
}
.inner-vision {
border: none;
margin-bottom: 30px;
}
.inner-vision img {
    float: none;
    width: 50px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.inner-vision h4 {
text-align: center;
}
.inner-vision p{
    width: 100%;
    text-align: center;
}
.inner-mision img {
    float: none;
    width: 50px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.inner-mision h4 {
text-align: center;
}
.inner-mision p{
    width: 100%;
    text-align: center;
}

.ab-ban2-1 img{

       width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    float: none;
}
.ab-ban2-1 h3 {
    line-height: 47px;
    font-size: 37px;
    text-align: center;
    margin-bottom: 15px;
}
.ab-ban2-1 p {
    width: 100%;
    text-align: center;
    }
    .s2-part2 h4 {
    text-align: center;
}
.ab-ban2-1 {
    padding-bottom: 0px;
}
.st-bx-text h2 {

text-align: center;
}

.st-bx-text p {
text-align: center;
    padding: 0px 38px;

}
.s2-bx{
    margin-bottom: 50px;
}
.s2-part2 {
padding-bottom: 50px;
}
.s2-bx-butn a {
    display: inline-block;
    float: none;
    }
    .s2-bx-butn{
        text-align: center;
        float: left;
    }
.bus-2 p {
    width: 100%;
    text-align: center;
}
.buttonarea3 {
    margin-top: 10px;
    }
.section h1 {
text-align: center;
}
.section h6 {
text-align: center;
}


.info-tag br{
    display: none;
}
.git h1 {
    margin-top: 35px;
    text-align: center;
}
.git p {
text-align: center;
}


.s2-bx img {
    float: left;
    max-width: 100%;
    height: 200px;
}
.bus-2{
        padding: 49px;

}
.bus-2 h2 {
    line-height: 50px;
    font-size: 37px;
       text-align: center;

}

.cr-wd h2{
           padding: 0px 15px;
    font-size: 38px;
    line-height: 51px;
}

.careerban2 {

padding-top: 60px;
padding-bottom: 0px;
}
.cr-wd p {
     padding: 0px 15px;
}















.mob-only {
    display: block;
}
.banner4 {
    width: 100%;
    padding: 75px 0px 50px 0px;
}
    .b5-1 {
    width: 100%;
    float: left;
}
.b5-1 h4 br{
display: none;
}
.b5-1 h4{
    text-align: center;
}
.b5-1 p{
    text-align: center;
}
.b5-2{
    width: 100%;
}
.count .item1 {
    color: #000;
    font-size: 56px;
}
.panel1 .item img {
    height: 70px;
    }
    .panel1{
        padding: 60px 0px;
    }
.b6-1 {
    margin-bottom: 20px;
        margin-top: 75px;

}
.b6-2 {
    margin-bottom: 60px;
}
.social img {
    width: 40px;
    margin-right: 10px;
}
.slide .item .slide-image {
height: 650px;
}
.slide{
    height:650px;
}
.slide .item{
    height: 650px;
}
.slide .item .cover .header-content {
    padding-top: 70px !important;
}
 .header-content h1 {
       width: 100%;
    font-size: 60px;
    line-height: 70px;
    padding-bottom: 30px;
    text-align: center;
}
.overlay-sp {
    margin-left: 38px;
    background-color: #fff;
    padding: 26px 21px 26px 29px;
    width: 91%;
    height: auto;
    border-radius: 30px 30px 0px 30px;
    float: left;
    position: absolute;
    bottom: 30px;
}
.overlay-sp h4 {
    font-size: 26px;

    margin-bottom: 13px;
    }
    .overlay-sp h6 {
line-height: 27px;
}
.b4-box1{
    margin-bottom: 30px;
}
.b5-box1 {

    padding: 30px 10px 10px 10px;
    }
.w-1 {
    float: left;
    width: 100%;
}


.buttonarea1 {
    width: 100%;
    margin-top: 0px;
    float: left;
    text-align: center;
    }
.buttonarea1 a {

    float: none;
    display: inline-block;
    margin-top: 21px;
}
.w-1 p{
    width: 100%;
    margin-left: 0px;
    margin-top: 25px;
    text-align: center;
}
.banner1{
    padding-top: 25px;
}
.b1-box1 img {
    float: none;
    object-fit: cover;
    width: 100%;
    margin: auto;
    display: block;
}
.b1-box2 {
  
    padding-top: 6px;
    padding-left:0px ;
}
.b1-box2 h2 {
 font-size: 46px;
    line-height: 57px;
   margin-top: 30px;
    text-align: center;
}
.b1-box2 p {
    text-align: center;
    }
    .count .item{
    margin-left: 24px;
    }
 
.count .item p{
        line-height: 24px;

}

.b2-box1 h2 {
      font-size: 49px;
    line-height: 57px;
   text-align: center;
}
.b2-box1 p {
text-align: center;
padding-right: 0px;
}
.buttonarea2 {
   text-align: center;
   padding-bottom: 50px;
}
.buttonarea2 a {
    float: none;
    display: inline-block;
}
.b2-box2 img {
float: none;
margin-right: auto;
margin-left: auto;
display: block;
width: 100%;

position: relative;
}
.banner2 {
  
    padding: 100px 0px 100px 0px;

}


.fill {
  
    font-size: 100px;
}
.mob-only {
    bottom: 3px;
    padding: 0px 0px;
    line-height: 22px;
}

.banner3 {
   
    padding: 60px 0px 45px 0px;
}



.banner4 h2 {
  text-align: center;
  padding-bottom: 0px;
  font-size: 48px;
 
    line-height: 55px;
}

.banner4 p {
   text-align: center;
   padding-top: 20px;
   padding-bottom: 20px;
}


.banner5 h2 {
         font-size: 38px;
    line-height: 45px;

}

.footer {
    float: left;
    width: 100%;
    padding: 54px 0px;
}
.banner5 {
    padding: 80px 0px 60px 0px;
}
.banner5 h6{
    padding: 17px 45px 10px 45px;

}
.banner6{
    padding: 0px 0px;
}
.b6-3 {
    margin-top: 25px;
}
.b6-1 h3 {
   text-align: center; 
   
   }
.b6-1 p {
    width: 100%;
    text-align: center;
    }


.b6-2 h5 {
    
text-align: center;
}
.b6-2 p {
    width: 100%;
    text-align: center;
    }



.b6-3 p {
    padding: 12px 70px;

}
.why-choose-img {
    width: 219px;
    }
    .b6-3 h4 {
        margin-bottom: 15px;
    font-size: 46px;
    line-height: 49px;
}
.b6-1 img {
    float: none;
    object-fit: cover;
    margin: auto;
    display: block;
}
.b6-2 img {
    float: none;
    object-fit: cover;
    margin: auto;
    display: block;
}

.cir-1{
     top: 1px;
    width: 76%;
    left: 51px;
}
.cir-2{
      width: 94%;
    top: -36px;
    left: 13px;
}
   .cir-3{
 display: none;

}
    .cir-4{
 display: none;
}
.link {
  
    margin-left: 0px;
    padding-bottom: 30px;
}

.link h3{
    text-align: center;
}

.link a{
    text-align: center;
}
.s-link{
    padding-bottom: 30px;
    margin-left: 0px;
}
.s-link h3 {
    text-align: center;
}
.s-link a{
    text-align: center;
}
.ft-logo{
    padding-bottom: 30px;
}
.ft-logo img {
    float: none;
    width: 200px;
    margin: auto;
    display: block;
}

.ft-logo p{
    text-align: center;
}
.link-2{
    margin-left: 0px;
}
.link-2 h3{
    text-align: center;
}

.link a{
    text-align: center;
}
   
   .sm{
    text-align: center;
   } 
   .sm img{
    float: none;
   }
   .sm p{
    text-align: center;
    width: 100%;
   }
   .b6-2 {
    margin-bottom: 50px;
    float: right;
    width: 100%;
}
}

@media(min-width:767px){
    .ab-ban1 h3 br {
display: none;
}
}

@media(min-width:450px) and (max-width:499px)
{
    .b6-2 {
    margin-bottom: 75px;
    }
.menuarea > .mob_nav {
    margin-top:47px;
}

 .s2-part2 {
    padding-left: 30px;
    padding-bottom: 50px;
    padding-right: 30px;
}

.cban2{
        padding: 60px 0px 50px 0px;

}
.ab-ban1{
    height: 320px;

}
.inner-mision {
    float: left;
    width: 100%;
    padding-left: 0px;
}
.ab-ban1 h3 {

    font-size: 39px;
       padding-top: 179px;
    }
.a-bus1-1 img {
  
  width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  float: none;

}

.a-bus1-1 h1 {
   margin-top: 30px;
    font-size: 47px;
    line-height: 51px;
    text-align: center;

}

.a-bus1-1 p {
text-align: center;
}
.inner-vision {
border: none;
margin-bottom: 30px;
}
.inner-vision img {
    float: none;
    width: 50px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.inner-vision h4 {
text-align: center;
}
.inner-vision p{
    width: 100%;
    text-align: center;
}
.inner-mision img {
    float: none;
    width: 50px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.inner-mision h4 {
text-align: center;
}
.inner-mision p{
    width: 100%;
    text-align: center;
}

.ab-ban2-1 img{

       width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    float: none;
}
.ab-ban2-1 h3 {
    line-height: 49px;
    font-size: 43px;
    text-align: center;
}
.ab-ban2-1 p {
    width: 100%;
    text-align: center;
    }
    .s2-part2 h4 {
    text-align: center;
}
.ab-ban2-1 {
    padding-bottom: 0px;
}
.st-bx-text h2 {

text-align: center;
}

.st-bx-text p {
text-align: center;
    padding: 0px 38px;

}
.s2-bx{
    margin-bottom: 50px;
}
.s2-part2 {
padding-bottom: 50px;
}
.s2-bx-butn a {
    display: inline-block;
    float: none;
    }
    .s2-bx-butn{
        text-align: center;
        float: left;
    }
.bus-2 p {
    width: 100%;
    text-align: center;
}
.buttonarea3 {
    margin-top: 10px;
    }
.section h1 {
text-align: center;
}
.section h6 {
text-align: center;
}


.info-tag br{
    display: none;
}
.git h1 {
    margin-top: 35px;
    text-align: center;
}
.git p {
text-align: center;
}


.s2-bx img {
    float: left;
    max-width: 100%;
    height: 200px;
}
.bus-2 h2 {
    line-height: 57px;
    font-size: 43px;
       text-align: center;

}

.cr-wd h2{
        font-size: 36px;
    line-height: 47px;
}

.careerban2 {

padding-top: 60px;
}
.cr-wd p {
     padding: 0px 15px;
}










    .b5-1 {
    width: 100%;
    float: left;
}
.b5-1 h4 br{
display: none;
}
.b5-1 h4{
    text-align: center;
}
.b5-1 p{
    text-align: center;
}
.b5-2{
    width: 100%;
}
.count .item1 {
    color: #000;
    font-size: 56px;
}
.panel1 .item img {
    height: 70px;
    }
    .panel1{
        padding: 60px 0px;
    }
.b6-1 {
        margin-top: 90px;

    margin-bottom: 20px;
}
.slide .item .slide-image {
height: 750px;
}
.slide{
    height:750px;
}
.slide .item{
    height: 750px;
}
.slide .item .cover .header-content {
    padding-top: 100px !important;
}
 .header-content h1 {
       width: 100%;
    font-size: 60px;
    line-height: 70px;
    padding-bottom: 30px;
    text-align: center;
}
.overlay-sp {
    margin-left: 38px;
    background-color: #fff;
    padding: 30px 21px 30px 29px;
    width: 91%;
    height: auto;
    border-radius: 30px 30px 0px 30px;
    float: left;
    position: absolute;
    bottom: -45px;
}
.b4-box1{
    margin-bottom: 90px;
}
.b5-box1 {

    padding: 30px 10px 10px 10px;
    }
.w-1 {
    float: left;
    width: 100%;
}


.buttonarea1 {
    width: 100%;
    margin-top: 0px;
    float: left;
    text-align: center;
    }
.buttonarea1 a {

    float: none;
    display: inline-block;
    margin-top: 21px;
}
.w-1 p{
    width: 100%;
    margin-left: 0px;
    margin-top: 25px;
    text-align: center;
}
.banner1{
    padding-top: 25px;
}
.b1-box1 img {
    float: none;
    object-fit: cover;
    width: 100%;
    margin: auto;
    display: block;
}
.b1-box2 {
  
    padding-top: 6px;
    padding-left:0px ;
}
.b1-box2 h2 {
 font-size: 50px;
    line-height: 57px;
   margin-top: 30px;
    text-align: center;
}
.b1-box2 p {
    text-align: center;
    }
    .count .item{
    margin-left: 24px;
    }
 


.b2-box1 h2 {
      font-size: 49px;
    line-height: 57px;
   text-align: center;
}
.b2-box1 p {
text-align: center;
padding-right: 0px;
}
.buttonarea2 {
   text-align: center;
   padding-bottom: 50px;
}
.buttonarea2 a {
    float: none;
    display: inline-block;
}
.b2-box2 img {
float: none;
margin-right: auto;
margin-left: auto;
display: block;
width: 100%;

position: relative;
}
.banner2 {
  
    padding: 100px 0px 100px 0px;

}


.fill {
  
    font-size: 115px;
}
.mob-only {
    bottom: 17px;
    padding: 0px 0px;
    line-height: 22px;
}

.banner3 {
   
    padding: 60px 0px 45px 0px;
}



.banner4 h2 {
  text-align: center;
  padding-bottom: 0px;
  font-size: 48px;
 
    line-height: 55px;
}

.banner4 p {
   text-align: center;
   padding-top: 20px;
   padding-bottom: 20px;
}


.banner5 h2 {
           font-size: 54px;
    line-height: 63px;
}
.banner5{
    padding: 100px 0px 100px 0px;
}
.banner5 h6{
    padding: 17px 45px 10px 45px;

}
.banner6{
    padding: 0px 0px;
}
.b6-3 {
    margin-top: 25px;
}
.b6-1 h3 {
   text-align: center; 
   
   }
.b6-1 p {
    width: 100%;
    text-align: center;
    }


.b6-2 h5 {
    
text-align: center;
}
.b6-2 p {
    width: 100%;
    text-align: center;
    }



.b6-3 p {
    padding: 14px 100px;

}
.why-choose-img {
    width: 234px;
    }
    .b6-3 h4 {
        margin-bottom: 15px;
    font-size: 46px;
    line-height: 49px;
}
.b6-1 img {
    float: none;
    object-fit: cover;
    margin: auto;
    display: block;
}
.b6-2 img {
    float: none;
    object-fit: cover;
    margin: auto;
    display: block;
}

.cir-1{
       top: -7px;
    width: 72%;
    left: 63px;
}
.cir-2{
           width: 92%;
    top: -56px;
    left: 16px;
}
   .cir-3{
 display: none;

}
    .cir-4{
 display: none;
}
.link {
  
    margin-left: 0px;
    padding-bottom: 30px;
}

.link h3{
    text-align: center;
}

.link a{
    text-align: center;
}
.s-link{
    padding-bottom: 30px;
    margin-left: 0px;
}
.s-link h3 {
    text-align: center;
}
.s-link a{
    text-align: center;
}
.ft-logo{
    padding-bottom: 30px;
}
.ft-logo img {
    float: none;
    width: 200px;
    margin: auto;
    display: block;
}

.ft-logo p{
    text-align: center;
}
.link-2{
    margin-left: 0px;
}
.link-2 h3{
    text-align: center;
}

.link a{
    text-align: center;
}
   
   .sm{
    text-align: center;
   } 
   .sm img{
    float: none;
   }
   .sm p{
    text-align: center;
    width: 100%;
   }
}














@media(min-width:500px) and (max-width:575px)
{

.logopart {
    padding: 49px 0px 30px 0px;
}
.menuarea > .mob_nav {
    margin-top: 26px;
    }


   .cir-3{
 display: none;

}
    .cir-4{
 display: none;
}
.link {
  
    margin-left: 0px;
    padding-bottom: 30px;
}

.link h3{
    text-align: center;
}

.link a{
    text-align: center;
}
.s-link{
    padding-bottom: 30px;
    margin-left: 0px;
}
.s-link h3 {
    text-align: center;
}
.s-link a{
    text-align: center;
}
.ft-logo{
    padding-bottom: 30px;
}
.ft-logo img {
    float: none;
    width: 200px;
    margin: auto;
    display: block;
}

.ft-logo p{
    text-align: center;
}
.link-2{
    margin-left: 0px;
}
.link-2 h3{
    text-align: center;
}

.link a{
    text-align: center;
}
   
   .sm{
    text-align: center;
   } 
   .sm img{
    float: none;
   }
   .sm p{
    text-align: center;
    width: 100%;
   }







   .s2-part2 {
    padding-left: 30px;
    padding-bottom: 50px;
    padding-right: 30px;
}

.cban2{
        padding: 60px 0px 50px 0px;

}
.ab-ban1{
    height: 320px;

}
.inner-mision {
    float: left;
    width: 100%;
    padding-left: 0px;
}
.ab-ban1 h3 {

    font-size: 39px;
       padding-top: 179px;
    }
.a-bus1-1 img {
  
  width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  float: none;

}

.a-bus1-1 h1 {
   margin-top: 30px;
    font-size: 47px;
    line-height: 51px;
    text-align: center;

}

.a-bus1-1 p {
text-align: center;
}
.inner-vision {
border: none;
margin-bottom: 30px;
}
.inner-vision img {
    float: none;
    width: 50px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.inner-vision h4 {
text-align: center;
}
.inner-vision p{
    width: 100%;
    text-align: center;
}
.inner-mision img {
    float: none;
    width: 50px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.inner-mision h4 {
text-align: center;
}
.inner-mision p{
    width: 100%;
    text-align: center;
}

.ab-ban2-1 img{

       width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    float: none;
}
.ab-ban2-1 h3 {
    line-height: 59px;
    font-size: 47px;
    text-align: center;
}
.ab-ban2-1 p {
    width: 100%;
    text-align: center;
    }
    .s2-part2 h4 {
    text-align: center;
}
.ab-ban2-1 {
    padding-bottom: 0px;
}
.st-bx-text h2 {

text-align: center;
}

.st-bx-text p {
text-align: center;
    padding: 0px 63px;

}
.s2-bx{
    margin-bottom: 50px;
}
.s2-part2 {
padding-bottom: 50px;
}
.s2-bx-butn a {
    display: inline-block;
    float: none;
    }
    .s2-bx-butn{
        text-align: center;
        float: left;
    }
.bus-2 p {
    width: 100%;
    text-align: center;
}
.buttonarea3 {
    margin-top: 10px;
    }
.section h1 {
text-align: center;
}
.section h6 {
text-align: center;
}


.info-tag br{
    display: none;
}
.git h1 {
    margin-top: 35px;
    text-align: center;
}
.git p {
text-align: center;
}


.s2-bx img {
    float: left;
    max-width: 100%;
    height: 200px;
}
.bus-2 h2 {
    line-height: 57px;
    font-size: 46px;
       text-align: center;

}

.cr-wd h2{
        font-size: 36px;
    line-height: 47px;
}

.careerban2 {

padding-top: 60px;
}
.cr-wd p {
     padding: 0px 15px;
}







    .b5-1 {
    width: 100%;
    float: left;
}
.b5-1 h4 br{
display: none;
}
.b5-1 h4{
    text-align: center;
}
.b5-1 p{
    text-align: center;
}
.b5-2{
    width: 100%;
}
.count .item1 {
    color: #000;
    font-size: 56px;
}
.panel1 .item img {
    height: 70px;
    }
    .panel1{
        padding: 60px 0px;
    }
.b6-1 {
    margin-bottom: 20px;
}
.slide .item .slide-image {
height: 550px;
}
.slide{
    height: 550px;
}
.slide .item{
    height: 550px;
}
.slide .item .cover .header-content {
    padding-top: 85px !important;
}
 .header-content h1 {
       width: 100%;
font-size: 54px;
    line-height: 56px;
    padding-bottom: 30px;
}
.overlay-sp {
        padding: 30px 39px 30px 39px;
   
    bottom: -32px;
}
.b4-box1{
    margin-bottom: 85px;
}
.w-1 {
    float: left;
    width: 100%;
}


.buttonarea1 {
    width: 30%;
    margin-top: 35px;
    }
.buttonarea1 a {

margin-top: 31px;
    width: 144px;
    height: 57px;
padding: 14px 0px;
}
.w-1 p{
    width: 65%;
    margin-left: 20px;
    margin-top: 25px;
}
.banner1{
    padding-top: 25px;
}
.b1-box1 img {
    float: none;
    object-fit: cover;
    width: 70%;
    margin: auto;
    display: block;
}
.b1-box2 {
  
    padding-top: 6px;
    padding-left:0px ;
}
.b1-box2 h2 {
 font-size: 50px;
    line-height: 57px;
   margin-top: 30px;
    text-align: center;
}
.b1-box2 p {
    text-align: center;
    }
    .count .item{
    margin-left: 24px;
    }
 


.b2-box1 h2 {
      font-size: 49px;
    line-height: 57px;
   text-align: center;
}
.b2-box1 p {
text-align: center;
padding-right: 0px;
}
.buttonarea2 {
   text-align: center;
   padding-bottom: 50px;
}
.buttonarea2 a {
    float: none;
    display: inline-block;
}
.b2-box2 img {
float: none;
margin-right: auto;
margin-left: auto;
display: block;
width:100%;

position: relative;
}
.banner2 {
  
    padding: 100px 0px 100px 0px;

}


.fill {
  
    font-size: 125px;
}
.mob-only {
    bottom: 32px;
    padding: 0px 0px;
    line-height: 22px;
}

.banner3 {
   
    padding: 60px 0px 45px 0px;
}



.banner4 h2 {
  text-align: center;
  padding-bottom: 0px;
  font-size: 48px;
 
    line-height: 55px;
}

.banner4 p {
   text-align: center;
   padding-top: 20px;
   padding-bottom: 20px;
}


.banner5 h2 {
           font-size: 54px;
    line-height: 63px;
}
.banner5{
    padding: 100px 0px 100px 0px;
}
.banner5 h6{
    padding: 17px 45px 10px 45px;

}
.banner6{
    padding: 75px 0px;
}
.b6-3 {
    margin-top: 25px;
}
.b6-1 h3 {
   text-align: center; 
   
   }
.b6-1 p {
    width: 100%;
    text-align: center;
    }


.b6-2 h5 {
    
text-align: center;
}
.b6-2 p {
    width: 100%;
    text-align: center;
    }



.b6-3 p {
    padding: 30px 100px;

}
.why-choose-img {
    width: 265px;
    }
    .b6-3 h4 {
      margin-bottom: 25px;
    font-size: 54px;
    line-height: 56px;
}
.b6-1 img {
    float: none;
    object-fit: cover;
    margin: auto;
    display: block;
}
.b6-2 img {
    float: none;
    object-fit: cover;
    margin: auto;
    display: block;
}

.cir-1{
     top: -11px;
    width: 70%;
    left: 77px;

}
.cir-2{
     width: 92%;
    top: -69px;
    left: 19px;
}

}

@media (max-width: 575px){
.footerlast {
    padding: 20px 10px;
}
}








@media(min-width:768px)
{
.mob-only{
    display: none;
}
}

@media(max-width:767px)
{
.mob-only{
    display: block;
}
.fillp{
    display: none;
}
}






@media(min-width:576px) and (max-width:767px)
{

.inner-mision {
    float: left;
    width: 100%;
    padding-left: 0px;
}
.a-bus1-1 img {
  
  width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  float: none;

}

.a-bus1-1 h1 {
   margin-top: 30px;
    font-size: 52px;
    line-height: 56px;
    text-align: center;

}

.a-bus1-1 p {
text-align: center;
}
.inner-vision {
border: none;
margin-bottom: 30px;
}
.inner-vision img {
    float: none;
    width: 50px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.inner-vision h4 {
text-align: center;
}
.inner-vision p{
    width: 100%;
    text-align: center;
}
.inner-mision img {
    float: none;
    width: 50px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.inner-mision h4 {
text-align: center;
}
.inner-mision p{
    width: 100%;
    text-align: center;
}

.ab-ban2-1 img{

       width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    float: none;
}
.ab-ban2-1 h3 {
    line-height: 59px;
    font-size: 47px;
    text-align: center;
}
.ab-ban2-1 p {
    width: 100%;
    text-align: center;
    }
    .s2-part2 h4 {
    text-align: center;
}
.ab-ban2-1 {
    padding-bottom: 0px;
}
.st-bx-text h2 {

text-align: center;
}

.st-bx-text p {
text-align: center;
    padding: 0px 63px;

}
.s2-bx{
    margin-bottom: 50px;
}
.s2-part2 {
padding-bottom: 50px;
}
.s2-bx-butn a {
    display: inline-block;
    float: none;
    }
    .s2-bx-butn{
        text-align: center;
        float: left;
    }
.bus-2 p {
    width: 100%;
    text-align: center;
}
.buttonarea3 {
    margin-top: 10px;
    }
.section h1 {
text-align: center;
}
.section h6 {
text-align: center;
}


.info-tag br{
    display: none;
}
.git h1 {
    margin-top: 35px;
    text-align: center;
}
.git p {
text-align: center;
}


.s2-bx img {
    float: left;
    max-width: 100%;
    height: 200px;
}
.bus-2 h2 {
       text-align: center;

}











.count .item1 {
    color: #000;
    font-size: 56px;
}
.panel1 .item img {
    height: 83px;
    }
    .panel1{
        padding: 60px 0px;
    }

.slide .item .slide-image {
height: 650px;
}
.slide{
    height: 650px;
}
.slide .item{
    height: 650px;
}
.slide .item .cover .header-content {
    padding-top: 100px !important;
}
 .header-content h1 {
    width: 100%;
    font-size:65px;

line-height: 70px;
}

.w-1 {
    float: left;
    width: 100%;
}


.buttonarea1 {
    width: 35%;
    }
.buttonarea1 a {


width: 170px;
height: 57px;
padding: 14px 0px;
}
.w-1 p{
    width: 65%;
}
.banner1{
    padding-top: 25px;
}
.b1-box1 img {
    float: none;
    object-fit: cover;
    width: 70%;
    margin: auto;
    display: block;
}
.b1-box2 {
  
    padding-top: 6px;
    padding-left:0px ;
}
.b1-box2 h2 {
   font-size: 54px;
 
    line-height: 60px;
   margin-top: 30px;
    text-align: center;
}
.b1-box2 p {
    text-align: center;
    }
    .count .item{
        text-align: center;
    }
    .count .item p {
    text-align: center;
}


.b2-box1 h2 {
   font-size: 55px;
  
    line-height: 68px;
   text-align: center;
}
.b2-box1 p {
text-align: center;
padding-right: 0px;
}
.buttonarea2 {
   text-align: center;
   padding-bottom: 50px;
}
.buttonarea2 a {
    float: none;
    display: inline-block;
}
.b2-box2 img {
float: none;
margin-right: auto;
margin-left: auto;
display: block;
width: 65%;

position: relative;
}
.banner2 {
  
    padding: 100px 0px 120px 0px;

}


.fill {
  
    font-size: 125px;
}
.mob-only {
    bottom: 32px;
    padding: 0px 0px;
    line-height: 22px;
}

.banner3 {
   
    padding: 60px 0px 45px 0px;
}



.banner4 h2 {
  text-align: center;
  padding-bottom: 0px;
      font-size: 58px;

}

.banner4 p {
   text-align: center;
   padding-top: 30px;
}


.banner5 h2 {
       font-size: 50px;
    line-height: 73px;
}
.banner5{
    padding: 100px 0px 100px 0px;
}
.banner5 h6{
        padding: 17px 45px 55px 45px;

}
.banner6{
    padding: 75px 0px;
}
.b6-3 {
    margin-top: 25px;
}
.b6-1 h3 {
   text-align: center; 
   
   }
.b6-1 p {
    width: 100%;
    text-align: center;
    }


.b6-2 h5 {
    
text-align: center;
}
.b6-2 p {
    width: 100%;
    text-align: center;
    }



.b6-3 p {
    padding: 30px 100px;

}
.why-choose-img {
    width: 265px;
    }
    .b6-3 h4 {
      margin-bottom: 25px;
    font-size: 54px;
    line-height: 56px;
}
.b6-1 img {
    float: none;
    object-fit: cover;
    margin: auto;
    display: block;
}
.b6-2 img {
    float: none;
    object-fit: cover;
    margin: auto;
    display: block;
}
.cir-4{
 display: none;
}
.cir-1{
     top: -11px;
    width: 70%;
    left: 77px;

}
.cir-2{
     width: 92%;
    top: -69px;
    left: 19px;
}
.cir-3{
 display: none;

}

.link {
  
    margin-left: 0px;
    padding-bottom: 30px;
}

.link h3{
    text-align: center;
}

.link a{
    text-align: center;
}
.s-link{
    padding-bottom: 30px;
    margin-left: 0px;
}
.s-link h3 {
    text-align: center;
}
.s-link a{
    text-align: center;
}
.ft-logo{
    padding-bottom: 30px;
}
.ft-logo img {
    float: none;
    width: 200px;
    margin: auto;
    display: block;
}

.ft-logo p{
    text-align: center;
}
.link-2{
    margin-left: 0px;
}
.link-2 h3{
    text-align: center;
}

.link a{
    text-align: center;
}
   
   .sm{
    text-align: center;
   } 
   .sm img{
    float: none;
   }
   .sm p{
    text-align: center;
    width: 100%;
   }
}












@media(min-width:768px) and (max-width:991px)
{


.a-bus1-1 img {
  
    width: 49%;
        margin-right: 26px;

}

.a-bus1-1 h1 {
    font-size: 36px;
        line-height: 40px;

}



.ab-ban2-1 img{

     width: 361px;
    height: 258px;
margin-left: 15px;
}
.ab-ban2-1 h3 {
       line-height: 43px;
    font-size: 34px;
}
.ab-ban2-1 {
    padding-bottom: 0px;
}
.st-bx-text h2 {
font-size: 21px;
text-align: center;
}
.st-bx-text{
        padding: 30px 15px 30px 15px;

}
.st-bx-text p {
text-align: center;
line-height: 25px;
}
.s2-bx-butn a {
    display: inline-block;
    float: none;
    }
    .s2-bx-butn{
        text-align: center;
        float: left;
    }
.bus-2 p {
width: 93%;
}
.section h1 {
font-size: 18px;
}
.info-tag br{
    display: none;
}
.section{
    padding: 25px 13px;

}



.s2-bx img {
    float: left;
    max-width: 100%;
    height: 200px;
}
.bus-2 h2 {
    line-height: 55px;
    font-size: 46px;
}














.slide .item .slide-image {
height: 700px;
}
.slide{
    height: 700px;
}
.slide .item{
    height: 700px;
}
.slide .item .cover .header-content {
    padding-top: 100px !important;
}
 .header-content h1 {
    width: 80%;
    font-size:65px;

line-height: 70px;
}

.w-1 {
    float: left;
    width: 80%;
}


.buttonarea1 {
    width: 35%;
    }
.buttonarea1 a {


width: 170px;
height: 57px;
padding: 14px 0px;
}
.w-1 p{
    width: 65%;
}
.banner1{
    padding-top: 25px;
}
.b1-box1 img {
    float: none;
    object-fit: cover;
    width: 65%;
    margin: auto;
    display: block;
}
.b1-box2 {
  
    padding-top: 6px;
    padding-left:0px ;
}
.b1-box2 h2 {
   font-size: 54px;
 
    line-height: 60px;
   margin-top: 30px;
    text-align: center;
}
.b1-box2 p {
    text-align: center;
    }
    .count .item{
        text-align: center;
    }
    .count .item p {
    text-align: center;
        padding-left: 13px;

}


.b2-box1 h2 {
   font-size: 55px;
  
    line-height: 68px;
   text-align: center;
}
.b2-box1 p {
text-align: center;
}
.buttonarea2 {
   text-align: center;
   padding-bottom: 50px;
}
.buttonarea2 a {
    float: none;
    display: inline-block;
}
.b2-box2 img {
float: none;
margin-right: auto;
margin-left: auto;
display: block;
width: 65%;

position: relative;
}
.banner2 {
  
    padding: 100px 0px 120px 0px;

}


.fill {
  
    font-size: 187px;
}
.fillp {
    bottom: 48px;
    padding: 0px 0px;
}
.fillp br{
    display: none;
}
.banner3 {
   
    padding: 60px 0px 45px 0px;
}



.banner4 h2 {
  text-align: center;
  padding-bottom: 0px;
}

.banner4 p {
   text-align: center;
   padding-top: 30px;
}

.overlay-sp {
      margin-left: 50px;
    bottom: -170px;
}

.b4-box1 {
margin-bottom: 200px;
}
.banner5 h2 {
        font-size: 65px;
    line-height: 73px;
}
.banner5{
    padding: 100px 0px 100px 0px;
}
.banner5 h6{
        padding: 17px 45px 55px 45px;

}
.banner6{
    padding: 75px 0px;
}
.b6-3 {
    margin-top: 36px;
}
.b6-1 h3 {
    
    font-size: 24px;
    line-height: 32px;}
.b6-1 p {
    width: 79%;
    }


.b6-2 h5 {
    
  font-size: 24px;
    line-height: 32px;
}
.b6-2 p {
    width: 79%;
    }



.b6-3 p {
    padding: 30px 231px;
}
.why-choose-img {
    width: 295px;
    }
    .b6-3 h4 {
    margin-bottom: 25px;
  
    font-size: 60px;
  
    line-height: 61px;
}

.cir-4{
    display: none;
}
.cir-1{
        top: -56px;

    left: 103px;
}
.cir-2{
    top: -151px;

    left: 7px;
}
.cir-3{
   display: none;

}

.link {
  
    margin-left: 0px;
    padding-bottom: 50px;
}

.link h3{
    text-align: center;
}

.link a{
    text-align: center;
}
.s-link{
    margin-left: 0px;
}
.s-link h3 {
    text-align: center;
}
.s-link a{
    text-align: center;
}
.ft-logo{
    padding-bottom: 50px;
}
.ft-logo img {
    float: none;
    width: 200px;
    margin: auto;
    display: block;
}

.ft-logo p{
    text-align: center;
}
.link-2 h3{
    text-align: center;
}

.link a{
    text-align: center;
}
   
   .sm{
    text-align: center;
   } 
   .sm img{
    float: none;
   }
   .sm p{
    text-align: center;
    width: 100%;
   }
}













@media(min-width:992px) and (max-width:1024px)
{

.a-bus1-1 img {
  
    width: 49%;
}

.a-bus1-1 h1 {
    font-size: 49px;
}



.ab-ban2-1 img{

    width: 467px;
    height: 351px;
}
.ab-ban2-1 h3 {
    line-height: 55px;
    font-size: 46px;
}
.ab-ban2-1 {
    padding-bottom: 0px;
}
.st-bx-text h2 {
font-size: 21px;
}
.bus-2 p {
width: 93%;
}
.section h1 {
font-size: 18px;
}
.info-tag br{
    display: none;
}
.section{
        padding: 25px 28px;

}



 .header-content h1 {
font-size: 74px;
line-height: 85px;
}

.w-1 {
    float: left;
    width: 65%;
}
.b1-box2 {
  
    padding-top: 6px;
    padding-left:30px ;
}
.b1-box2 h2 {
   
    font-size: 52px;
 
    line-height: 64px;
    padding-bottom: 6px;
}
.b5-bx {
   
    padding-top: 10px;
}
.count .item1 {
    font-size: 63px;
}

.b2-box1 h2 {
   
    font-size: 52px;
 
    line-height: 64px;
    padding-bottom: 6px;
}

.banner2 {
  
    padding: 100px 0px 90px 0px;

}


.fill {
  
    font-size: 195px;
}
.fillp {
    bottom: 58px;
    padding: 0px 99px;
}
.fillp br{
    display: none;
}

.overlay-sp{
        bottom: -27px;
}



.banner4 h2 {
  font-size: 52px;
 
    line-height: 64px;
    padding-bottom: 6px;
}

.banner4 p {
    padding-top: 43px;
    line-height: 29px;
   
    font-size: 15px;
    padding-left: 0px;
    padding-bottom: 5px;
}
.overlay-sp h4 {
    font-size: 29px;
}
.overlay-sp {
   
    padding: 30px 44px 30px 39px;
}

.b4-box1 {
margin-bottom:55px;
}
.banner5 h2 {
    font-size: 58px;
  
    line-height: 7px;
    }

    .banner5 h6 {
    padding: 40px 178px 15px 178px;


}
.b5-box1 {
   
    padding: 30px 10px 10px 22px;
}
.b5-1 p{
    padding-right: 2px;
}

.b6-3 p{
        padding: 30px 329px;

}

.cir-4{
    display: none;
}
.cir-1{
    left: 226px;
}
.cir-2{

    left: 135px;
}
.cir-3{
        left: 29px;

}
.link {
  
    margin-left: 6px;
}

.link h3 {
font-size: 16px;
}
.link-2 h3 {
font-size: 16px;
}
.s-link h3 {
font-size: 16px;
}


.b6-3 {
    margin-top: 27px;
}

    
}


.ln{
    margin-right: 0px!important;
}


@media(max-width:990px){

    .social h6{
        text-align: center;
    }
    .social{
      float: left;
      text-align: center;
    }
    .social a{
        float: none;
        display: inline-block;
    }

}







.b {
    margin-right: 0px!important;
}


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

.b6-3 {
    margin-top: 30px;
}
.a-bus1-1 img {
  
    width: 49%;
}

.a-bus1-1 h1 {
    font-size: 49px;
}



.ab-ban2-1 img{

    width: 467px;
    height: 351px;
}
.ab-ban2-1 h3 {
    line-height: 55px;
    font-size: 46px;
}
.ab-ban2-1 {
    padding-bottom: 0px;
}
.st-bx-text h2 {
font-size: 21px;
}
.bus-2 p {
width: 93%;
}
.section h1 {
font-size: 18px;
}
.info-tag br{
    display: none;
}






    .header-content h1 {
font-size: 74px;
line-height: 85px;
}


.b1-box2 {
  
    padding-top: 6px;
    padding-left:30px ;
}
.b1-box2 h2 {
   
    font-size: 52px;
 
    line-height: 64px;
    padding-bottom: 6px;
}
.b5-bx {
   
    padding-top: 10px;
}
.count .item1 {
    font-size: 63px;
}

.b2-box1 h2 {
   
    font-size: 52px;
 
    line-height: 64px;
    padding-bottom: 6px;
}

.banner2 {
  
    padding: 100px 0px 90px 0px;

}


.fill {
  
    font-size: 254px;
}
.fillp{
    bottom: 81px;
}
.fillp br{
    display: none;
}

.banner4 h2 {
  font-size: 52px;
 
    line-height: 64px;
    padding-bottom: 6px;
}

.banner4 p {
    padding-top: 43px;
    line-height: 29px;
   
    font-size: 15px;
    padding-left: 0px;
    padding-bottom: 5px;
}
.overlay-sp h4 {
    font-size: 29px;
}
.overlay-sp {
   
    padding: 30px 44px 30px 39px;
}

.b4-box1 {
margin-bottom: 105px;
}
.banner5 h2 {
    font-size: 58px;
  
    line-height: 7px;
    }

    .banner5 h6 {
    padding: 40px 178px 15px 178px;


}
.b5-box1 {
   
    padding: 30px 10px 10px 22px;
}
.b5-1 p{
    padding-right: 2px;
}

.b6-3 p{
        padding: 30px 329px;

}

.cir-4{
    display: none;
}
.cir-1{
    left: 226px;
}
.cir-2{

    left: 135px;
}
.cir-3{
        left: 29px;

}
.link {
  
    margin-left: 6px;
}

.link h3 {
font-size: 16px;
}
.link-2 h3 {
font-size: 16px;
}
.s-link h3 {
font-size: 16px;
}

}








@media(max-width:575px)
{
.cr-wd .row{
        width:auto!important;
    }
    .contact-form .row{
        width:auto!important;
    }
    .contact-snd2{
        float: left;
    }
    .contact-snd{
        float: left;
    }
}