html{
    overflow-x: hidden;
}


body{
        overflow-x: hidden;

    margin: 0;
font-family: 'jost', 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;

}
.float-left{
    float:left;
}
.mainheader{
    width: 100%;
    float: left;
    background-color: #fff;
 
}

.extraeimg{
  width: auto;
  float: right;
}
.extraeimg img{
  float: right;
}
.ab-ban1e {
    float: left;
    width: 100%;
    background: linear-gradient(90deg, rgba(6,55,95,1) 24%, rgba(13,168,198,1) 67%);
}
.ab-ban1e h2 {
    color: #fff;
    font-size: 43px;
    font-weight: 600;
    width: auto;
    line-height: 55px;
    float: left;
    padding: 50px 0px;
    margin: 0;
}










.logopart{
    width: auto;
    float: left;
}
.logobox{
    float: left;

    
}
.logopart img{
    float: left;
    width:352px;
      
}


.menuarea{width: auto;padding: 40px 0px 0px 0px;float: right;text-align: center;}


.menuarea > .mob_nav {
      display: block;
      float: right;
      width: 28px;
      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: #1b1259;
    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; 
}

.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: #1a1259;;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.mob_nav.open > div:nth-child(3) {
    background: #1a1259;;
    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: right;
}
    
.menuarea > ul > li{
     width: auto;
     display: inline-block;
     vertical-align: middle;
     position: relative;
     padding: 0px 26px 0px 0px;
}
.sp-li{
    padding: 0px 0px 0px 0px !important;
}
.menuarea > ul > li > a{
    padding: 0px 0px 36px 0px;
    border-bottom: 4px solid transparent ;

  width: auto;
    color: #000;
    font-weight: 500;
    float: left;
    position: relative;
    font-size: 18px;
    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: #073860 !important;
    border-bottom: 4px solid #06375f!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{
   color: #073860 !important;
  border-bottom: 4px solid #06375f !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;
   
    transform: translate(0,0);
}




/*.sub-menu {
    margin-top: 73px!important;
}*/



.menu ul {
        border-radius: 10px;
        visibility: hidden;
        opacity: 0;
        margin: 0;
        top: 49px;
        padding: 0;
        width: 252px;
        position: absolute;
        left: -25px;
        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: 15px 15px;
    width: 100%;
    position: relative;
    z-index: 100;


}





.menu li:first-child {
    margin-left: 0;
}

.menu li:nth-child(n) {
border-bottom: none;}




.menu ul li a {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
   
    display: block;
    color: #001e42;
}
.sm a img:hover {
    transform: rotateY(360deg);
    transform-style: preserve-3d;
    transition: transform 0.8s;
}
.menu ul li a:hover {
    color:  #139eba;
   transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    
}
.menu ul li:hover a{
    text-decoration:none;
}
.menu ul li:hover .menu2 a{
     
    text-decoration:none;
}

.menu-padding{
    padding-top: 0px;
}
/*triangle on hoverul*/
.menu ul:after {
    bottom: 100%;
    left: 20%;
      border: solid #06365d;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255,255,255,0);
    border-bottom-color: #06365d;
    border-width: 6px;
    margin-left: 58px;
}
.sp-menu
{
        left: -74px !important;

}
/*triangle on hoverul*/
.menu2:after {
     transform: rotate(270deg);
    top: 5px;
    left: -27.5% !important;
}






.mp:hover .menu2 {
   
    visibility: visible;
    opacity: 1;
    z-index: 99999;
    transform: translate(0,0);

}

.menu2{
    
     left: 259px !important;
    top: 15px !important;
    -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;
}









/*
.cus-cons:hover .cus-cont{

    background-color: #10b5d0;
    color: #fff;
      -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;
}*/





         .menu-btn1{
               text-align: center;
    width: 20%;
    float: right;
    margin-top: 30px;
        }
.cus-cons{
    position: relative;
    float: left;
    width: 100%;
}
.customer{
    box-shadow: -10px -6px 53px 21px rgba(0,0,0,0.05);
    z-index: 9999;
    background-color: white;
    position: relative;
    left: 36px;
    width: 60px;
    float: left;
    top: -1px;
    /* margin-right: 8px; */
    padding: 12px 11px;
    border-radius: 30px;
}
.customer img{
            width: 35px;
}
.cus-cont{
    float: left;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    width: 180px;
    background-color: #06375e;
    position: relative;
  }

.cus-cont h6{
    margin: 0;
    padding: 18px 0px 18px 46px;
    color: #e1e4e8;
    font-size: 17px;
    float: left;
    font-weight: 400;
}




      .menu-btn{
               text-align: center;
    width: 100%;
    float: right;

        }
.cus-cons1{
      position: relative;
    float: none;
    width: 267px;
    margin: auto;
    padding-top: 20px;
    display: table;
}
.customer1{
    box-shadow: -10px -6px 53px 21px rgba(0,0,0,0.05);
    z-index: 9999;
    background-color: white;
    position: relative;
    left: 36px;
    width: 23%;
    float: left;
    top: -1px;
    /* margin-right: 8px; */
    padding: 12px 11px;
    border-radius: 30px;
}
.customer1 img{
            width: 35px;
}
.cus-cont1{
    float: left;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    width: 65%;
    background-color: #06375e;
    position: relative;
  }

.cus-cont1 h6{
    margin: 0;
    padding: 18px 0px 18px 46px;
    color: #e1e4e8;
    font-size: 17px;
    float: left;
    font-weight: 400;
}



    .menu-btn2{
               text-align: center;
    width: 20%;
    float: right;
    margin-top: 30px;
        }
.cus-cons2{
    position: relative;
    float: left;
    width: 100%;
}
.customer2{
    box-shadow: -10px -6px 53px 21px rgba(0,0,0,0.05);
    z-index: 9999;
    background-color: white;
    position: relative;
    left: 36px;
    width: 19%;
    float: left;
    top: -1px;
    /* margin-right: 8px; */
    padding: 12px 11px;
    border-radius: 30px;
}
.customer2 img{
            width: 35px;
}
.cus-cont2{
    float: left;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    width: 65%;
    background-color: #06375e;
    position: relative;
  }

.cus-cont2 h6{
    margin: 0;
    padding: 18px 0px 18px 46px;
    color: #e1e4e8;
    font-size: 17px;
    float: left;
    font-weight: 400;
}


@media(min-width:1250px)
{
    .menu-btn2{
        display: none;
    }
}
@media(max-width:1249px)
{
    .menu-btn1{
        display: none;
    }
}


.sp-li {
    padding: 0px 0px 0px 0px !important;
}
.slide {
    float: left;
    width: 100%;
    top: 0px;
    background-size: cover;
    background-position: bottom;
    z-index: 1;
    background-repeat: no-repeat;
    /* min-height: 850px; */
    /* max-height: 1000px; */
    height: 500px;
    /* margin-bottom: 80px; */
}


.owl-carousel .owl-nav.disabled {
    display: none;
}


.slider-ban .owl-dots {
    display: block;
    position: relative;
    bottom: 155px;
    left: 201px;
}
.slider-ban .owl-dots button span {
    background: #729ec2;
    width: 15px;
    height: 15px;
    float: right;
    border-radius: 100%;
    margin-right: 11px;
    margin-bottom: 4px;
    border: 1px solid #729ec2;
    margin-top: 0px;
    position: relative;
    z-index: 999;
}
.slider-ban .owl-dot.active span {
    background: #06375f;
    border-color: #06375f;
    width: 51px;
    height: 15px;
    border-radius: 10px;
}




.slide .item .cover .header-content {
    padding: 46px 13%;
    position: absolute;
    margin-top: -20px;
    width: auto;
    text-align: left;
    width: 100%;
    /* margin-left: 65px; */
    /* padding: 56px; */
    overflow: hidden;
    background: transparent;
    z-index: 9999;
}

.slide .item .slide-image {
    height: 500px;
    float: right;
    margin-left: 0px;
    /* position: absolute; */
    /* width: auto !important; */
    /* z-index: 9999; */
    width: 100%;
    right: 0;
    object-fit: cover;
    top: 0;
    /* max-height: 1000px; */
    /* border-top-left-radius: 5px; */
    /* border-bottom-left-radius: 7px; */

}




.content{
    float: left;
    width: 50%;
    padding-top: 100px !important;
}

.header-content h2{line-height: 54px;font-size: 45px;float: left;width: 100%;/* line-height: 50px; */color: #000;font-weight: 500;}

.header-content p {
    float: left;
    font-weight: 400;
    font-size: 17px;
    color: #424242;
   
    line-height: 29px;
    width: 100%;
  
    margin-top: 17px;
}











.slide-mob {
            float: left;
    width: 100%;
    top: 0px;
    background-size: cover;
    background-position: bottom;
    z-index: 1;
    background-repeat: no-repeat;
    /* min-height: 850px; */
    /* max-height: 1000px; */
    height: 500px;
    /* margin-bottom: 80px; */
}


.slider-mob .owl-dots {
    display: block;
  position: relative;
    bottom: 123px;
    left: 208px;
}
.slider-mob .owl-dots button span {
    background: #729ec2;
    width: 15px;
    height: 15px;
    float: right;
    border-radius: 100%;
    margin-right: 11px;
    margin-bottom: 4px;
    border: 1px solid #729ec2;
    margin-top: 0px;
    position: relative;
    z-index: 999;
}
.slider-mob .owl-dot.active span {
    background: #06375f;
    border-color: #06375f;
    width: 51px;
    height: 15px;
    border-radius: 10px;
}


.slide-mob .item .slide-image-mob-1 {
       float: left;
   background-image: url("../images/b1.webp");
   background-repeat: no-repeat;
   background-size: cover;
    width: 100%;
    object-fit: cover;


}




.content-mob{
    float: left;
    width: 50%;
        padding-top: 110px !important;

}

.header-content-mob h2{

    line-height: 61px;
    font-size: 53px;
    float: left;
    width: 100%;
    /* line-height: 50px; */
    color: #000;
    font-weight: 500;
}

.header-content-mob p {
    float: left;
    font-weight: 400;
    font-size: 17px;
    color: #424242;
   
    line-height: 29px;
    width: 100%;
  
    margin-top: 17px;
}


/*
@media(max-width:575px)
{
    .slide{
        display: none;
    }
    .slide-mob{
        display: block;
    }
}

@media(min-width:576px)
{
    .slide-mob{
        display: none;
    }
    .slide{
        display: block;
    }
}
*/





.banner2{
    float: left;
    width: 100%;
    padding:60px 0px;
}
.b2-1{
    float: left;
    width: 100%;
}
.b2-11{
        padding-top: 25px;

    float: left;
    width: 100%;
    padding-bottom: 40px;
}

.b2-11 h2 {
  font-size: 50px;
    font-weight: 400;
    float: left;
    width: 100%;
    color: #000;
    margin-bottom: 20px;
    line-height: 66px;
}

.b2-11 h2 span{
    font-weight: 600;
}
.b2-11 p{
    float: left;
    width: 100%;
    line-height: 30px;
    font-size: 16px;
    color: #000;
    font-weight: 400;
}


.sec-2 {
    display: block;
    margin: auto;
    width: 100%;
    float: none;
}

.sec-2 .msg-box {
    width: 100%;
    /* height: 344px; */
    float: none;
    margin: auto;
    display: block;
    /* background: #ffffff00; */
}

.sec-2 .msg-box .heads {
    width: 100%;
    padding: 5px 30px 5px 30px;
    text-align: center;
    float: left;
    background: #06365d;
    border-radius: 50px 50px 0px 0px;
}

.sec-2 .msg-box .heads h2 {
    font-weight: 500;
    float: left;
    text-align: left;
    font-size: 23px;
margin-top: 16px;
    color: #FFFFFF;
}
.fc{
    float: right;
    width:55px;
    object-fit: cover;
}
.sec-2 .msg-box .bodys {
    width: 100%;
    float: left;
    background: #FFFFFF;
    /* height: 248px; */
    border-radius: 0px 0px 30px 30px;
}

.form-area1 {
    width: 100%;
        background-color: #139eba;
    border-radius: 0px 0px 50px 50px;

    float: left;
    padding: 23px 22px 0px 22px;
}

.form_div {
    border-bottom: 1px solid #b0aaaa;
    color: #272626;
    display: block;
    background: #FCFCFC;
    font-size: 13px;
    height: 60px;
    margin-bottom: 20px !important;
    padding: 0 20px;
    outline: none;
    /* background: #ffffff; */
    width: 100%;
    /* padding-left: 0px; */
    border: none;
    transition: all 500ms ease;
    /* border-bottom: solid 1px #e3e3e3; */
    /* padding: 15px; */
    border-radius: 10px;
    /* padding-top: 15px; */
    float: left;
    width: 100%;
}
.form_div-2 {
    border-bottom: 1px solid #b0aaaa;
    color: #272626;
    display: block;
    background: #FCFCFC;
    font-size: 13px;
    height: auto;
    padding: 0 20px;
    outline: none;
    /* background: #ffffff; */
    width: 100%;
    /* padding-left: 0px; */
    border: none;
    transition: all 500ms ease;
    /* border-bottom: solid 1px #e3e3e3; */
    /* padding: 15px; */
    border-radius: 10px;
    /* padding-top: 15px; */
    float: left;
    width: 100%;
}
.form_div-sub {
    border-bottom: 1px solid #b0aaaa;
    color: #0f0f0f;
    display: block;
    background: #FCFCFC;
    font-size: 13px;
    height: 28px;
    /* margin-bottom: 15px !important; */
    /* padding: 0 20px; */
    outline: none;
    /* background: #ffffff; */
    width: 100%;
    padding-left: 0px;
    border: none;
    transition: all 500ms ease;
    /* border-bottom: solid 1px #e3e3e3; */
    /* padding: 15px; */
    border-radius: 5px;
    /* padding-top: 9px; */
    float: left;
    left: 42px;
    width: 84%;
    position: relative;
}

.titel_normal {
    line-height: 59px;
    position: absolute;
    width: 48px;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #0f0f0f;
    text-transform: uppercase;
    border-right: solid 1px #e3e3e3;
}

.titel_normal img {
    height: 30px;
    
}

.titel_normal-2 {
    line-height: 87px;
    position: absolute;
    width: 48px;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #0f0f0f;
    text-transform: uppercase;
    border-right: solid 1px #e3e3e3;
}

.titel_normal-2 img {
      height: 36px;
    margin-top: -22px;
    
}

::placeholder {
    font-size: 17px;
    font-weight: 500;
  color: #0f0f0f;
  opacity: 1; /* Firefox */
}

.normal_form {
    display: block;
    font-size: 15px;

    outline: none;
    background: transparent;
    padding-left: 0px;
    border: none;
    transition: all 500ms ease;
    padding: 15px;
    float: left;
    left: 60px;
    position: relative;
    padding: 20px 0px;
  
    font-weight: 600;
    color: #0f0f0f;
}
.normal_form-2 {
    display: block;
    font-size: 15px;

    outline: none;
    background: transparent;
    padding-left: 0px;
    border: none;
    transition: all 500ms ease;
    padding: 15px;
    float: left;
    left: 60px;
    position: relative;
    padding: 20px 0px;
  
    font-weight: 600;
    color: #0f0f0f;
}

.form-bot {
    width: 100%;
    float: left;
        position: relative;
    bottom: -21px;
}

.form-boto-st {
    cursor:pointer;
       font-weight: 400;
    width: 100%;
    float: none;
    background: #08518d;
    color: #d4dce6;
    margin-left: auto;
    margin-right: auto;
    display: block;
    border: none;
    height: 58px;
    border-radius: 10px;
    font-size: 17px;
    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;
}
.form-boto-st:hover {
  background: #ffffff;
  border: 1px solid #139eba;
  color: #139eba;
}
.normal_form-textarea {
    height:70px;
    width: 83%;
    float: left;
    /* position: relative; */
    font-size: 15px;
    color: #000;
    line-height: 20px;
    margin: 0;
    padding: 7px 0px;
    background: 0 0;
    border: none;
    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;
}




.banner3{
    float: left;
    width: 100%;
    background-image: url("../images/sr-bg_new.webp");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0px;

}
.banner3 h5 {
    width: auto;
    padding: 8px 19px;
    float: left;
    background-color: #196bb1;
    border-radius: 30px;
    text-align: center;
    /* margin-bottom: 16px; */
    color: #eaeff6;
    font-size: 17px;
    font-weight: 400;
        letter-spacing: 1px;
    margin: 0;

}

.banner3 h2{
  font-size: 50px;
    font-weight: 400;
    float: left;
    width: 100%;
    color: #fff;
    margin-bottom: 20px;
    line-height: 66px;
}

.banner3 h2 span{
    font-weight: 600;
}


.s2-bx{
    border-radius: 30px;
    margin-top: 20px;
    float: left;
    width: 100%;
    background-color: #fff;
}
.s2-bx img{
    float: left;
    max-width: 100%;
    border-radius: 30px;
}
.st-bx-text{
    float: left;
    width: 100%;
    padding: 20px 15px 15px 15px;
    background-color: #fff;
    border-radius: 0px 0px 30px 30px;
}
.st-bx-text h3{
      text-align: center;
    float: left;
    width: 100%;
    color: black;
    font-weight: 600;
    font-size: 21px;
}
.st-bx-text p{
    text-align: center;
    float: left;
    width: 100%;
    color: black;
    font-size: 17px;
    font-weight: 500;
    margin-top: 3px;
    line-height: 27px;
}
.s2-bx-butn{
    float: left;
    width: 100%;
    margin-top: 6px;
    text-align: center;
}
.s2-bx-butn a{
    display: inline-block;
       float: none;
    width: auto;
    border-radius: 34px;
    padding: 15px 29px;
    background-color: #08518d;
    border: 1px solid transparent;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    color: #cdd6e3;
    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 {
    text-decoration: none;
  background-color: #139eba;
  border: 1px solid #139eba;
  color: #fff;
}

.banner4{
    float: left;
    width: 100%;
    padding: 60px 0px;
}
.count{
    float: left;
    width: 100%;
    float: left;
           border: 1px solid #ccc;
    border-radius: 30px;
}

.count-cont{
    float: left;
      width: 60%;
    padding: 28px 22px 29px 35px ;
}
.count .item1 {
  color: black;
    font-size: 65px;
    font-weight: 600;
    float: left;
    width: 100%;
    line-height: 1;
    text-align: left;
    position: relative;
    margin-top: 0px;
 }
.count .item p {
   color: #353535 !important;
    font-size: 21px !important;
    font-weight: 600;
    margin-top: 10px;
    width: 100%;
    margin-bottom: 0px;
    float: left !important;
    text-align: left;
    line-height: 24px;
}
.countimg{
    float: left;
  width: 40%;
    padding: 45px 28px;
    border-right: 1px solid #ccc;


}

.countimg img{
     width: 90px;
    float: none;
    margin-top: auto;
    display: block;

}

.count:hover .item1 {
    color:#08518c;
     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;
}





.count:hover .sp-p {
    color:#08518c !important;
     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;
}


.banner5{
    float: left;
    width: 100%;
    padding: 60px 0px;
    background-image: url("../images/bg-whyus.png");
    background-repeat: no-repeat;
    background-size: contain;

}.whyusimg{
    float: left;
    border-radius: 40px;

    width: 100%;
    object-fit: cover;
    position: relative;
    top: 80px;
}
.b52{
    float: left;
    width: 100%;

}


.b52 h5 {
        margin: 0;

    width: auto;
    padding: 10px 21px;
    float: left;
    background-color: #042a4a;
    border-radius: 30px;
    text-align: center;
    /* margin-bottom: 16px; */
    color: #c3d5e3;
    font-size: 16px;
    font-weight: 400;
}

.b52 h2{
  font-size: 50px;
    font-weight: 400;
    float: left;
    width: 100%;
    color: #fff;
    margin-bottom: 20px;
    line-height: 66px;
}

.b52 h2 span{
    font-weight: 600;
}
.b52 p{
    float: left;
    width: 100%;
    line-height: 30px;
    font-size: 17px;
    color: #d6dadf;
    font-weight: 400;
}

.b5-inner{
    float: left;
    width: 100%;
    background-color: #bdeff7;
    margin-top: 30px;
    border-radius: 20px;
}
.b5-in{
    padding: 35px 0px;
    float: left;
    width: 100%;
}
.b-r{
    border-right: 3px solid #cef3f8;
}
.b-l{
    border-left: 3px solid #cef3f8;
}

.b-t{
    border-top: 3px solid #cef3f8;
}
.b-b{
    border-bottom: 3px solid #cef3f8;
}

.b5-in1{
    float: left;
    width: 25%;
}
.b5-in1 img{
    width: 66px;
    object-fit: cover;
}
.b5-in2{
    width: 75%;
    float: left;
}
.b5-in2 h4{
    color: black;
    float: left;
    width: 100%;
    font-size: 23px;
    font-weight: 600;
    /* color: #485c60; */
}
.b5-in2 h6{
  color: #353535;
  font-size: 15px;
  font-weight: 500;
  margin-top: 0;
  width: 100%;
  margin-bottom: 0px;
  float: left;
  text-align: left;
  line-height: 24px;
}
.float-left{
    float: left;
}
.banner6{
    float: left;
    width:100%;
padding: 30px 0px 70px 0px;
}
.banner6 h5 {
    margin: 0;
    width: auto;
    padding: 10px 21px;
    float: left;
    background-color: #c3e0f8;
    border-radius: 30px;
    text-align: center;
    /* margin-bottom: 16px; */
    color: #14171a;
    font-size: 16px;
    font-weight: 500;
}

.banner6 h2{
  font-size: 50px;
    font-weight: 400;
    float: left;
    width: 100%;
    color: #000;
    margin-bottom: 40px;
    line-height: 66px;
}

.banner6 h2 span{
    font-weight: 600;
}

.b6-1{
    float: left;
    width: 100%;
    b0rder: 1px solid #ccc;
    border: 20px;
    padding: 40px 20px 40px 25px;
    border: 1px solid #ccc;
    border-radius: 50px;
}
.b6-11{
    float: left;
    width: 30%;
} 
.b6-11 img{
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    object-fit: cover;
    width: 77px;
}
.b6-12{
    float: left;
    width: 70%;
}
.b6-12 h4{
    color: #000;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    float: left;
    width: 100%;
    margin-top: 19px;
    margin-left: 15px;
}
.b6-1 p{
    float: left;
    width: 100%;
    font-size: 17px;
    color: #1d1d1d;
    line-height: 29px;
    font-weight: 500;
    margin-top: 20px;
}


.btn1{
    float: left;
    width: 100%;
    margin-top: 6px;
   
}
.btn1 a{
    display: inline-block;
       float: left;
    width: auto;
    border-radius: 34px;
    padding: 14px 30px;
background-color: #11b7d2;
    border: 1px solid transparent;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    color: #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;

}


.b6-1:hover img{
    filter: invert(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;

}
.b6-1:hover  h4{
    color: #f1f4f7;
      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;
}
.b6-1:hover  p{
    color: #f1f4f7;
      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;
}
.b6-1:hover{
    background-color: #08518c;
      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;

}

.b6-1:hover  a{
    text-decoration: none;
    background-color: #084170 !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;
      color: #f1f4f7;

}

.b-footer{
    float: left;
    width: 100%;
    padding: 40px 0px;
    background-color: #000;
}
.b-footer h4{
     float: left;
    width: 50%;
    color: #fff;
    line-height: 56px;
    font-size: 45px;
    font-weight: 400;
}




.b-footer h4 span{
    font-weight: 600;
}

.buttonarea{
    float: right;
    width: 50%;
        padding-top: 40px;

   
}
.buttonarea a{
   padding: 12px 25px;
    width: 160px;
    color: #fff;
    background-color: #08518c;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 500;
    float: right;
    text-align: center;

}
.buttonarea a:hover {
    text-decoration: none;
  background-color: #139eba;
  color: #fff;
}
   
.footer{
    padding: 20px 0px;
    width: 100%;
    background-color: #000;
    float: left;

}
.quick{
    width: 100%;
    float: left;

}
.quick h3{
   color: #fff;
    font-size: 18px;
    font-weight: 500;
    float: left;
    width: 100%;
    margin-bottom: 35px;
}

.sp-a1{
    color: #bbbbbc;
    font-size: 14px;
    float: left;
    font-weight: 400;
    width: 100%;
    margin-bottom: 17px;
}

.quick .sp-a1:hover{
     color: #08518c;
  -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;
}

.quick .sp-a2:hover{
     color: #08518c;
  -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;
}
.sp-a:hover{
     color: #08518c;
  -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;
}
.sp-a3:hover{
     color: #08518c;
  -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;
}
.quick h6{
     color: #bbbbbc;
    font-size: 14px;
    float: left;
    font-weight: 400;
    width: 100%;
        margin-bottom: 20px;

}
.sp-a{
     color: #bbbbbc;
    font-size: 14px;
    float: right;
    font-weight: 400;
    width: auto;
}
.sp-a3{
    color: #bbbbbc;
    font-size: 14px;
    float: none;
    font-weight: 400;
    width: auto;
    margin-bottom: 17px;
}
.quick-h5{
        padding-top: 30px;

   color: #fff;
    font-size: 18px;
    font-weight: 500;
    float: left;
    width: 100%;
}

.sm{
    float: right;
    margin-top: 20px;
    width: 100%;
}

.sm img{
        margin-left: 17px;
        margin-top: -6px;
        width: 46px;
        float: left;
        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;
}

@media(max-width:990px)
{
    .sm img{
        float:none;
    }
    .sm{
        text-align:center;
    float:left;
        
    }
    .sp-ft
    {
        margin-left:0px !important;
    }
}

.footerlast{
    width: 100%;
    float: left;
  background-color: black;
        padding: 30px 0px;
}
.footerlast h3{
   float: left;
width: 100%;
font-size: 15px;
color: #dadada;
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: #dadada;
}

/*liquidation*/
.b2-1-sp{
    float: left;
    width: 100%;
}
.b2-11-sp{
    float: left;
    width: 100%;
    padding-bottom: 10px;
}

.b2-11-sp h2 {
    font-size: 45px;
    font-weight: 400;
    float: left;
    width: 100%;
    color: #000;
    margin-bottom: 10px;
    line-height: 62px;
    padding-top: 45px;
}

.b2-11-sp h2 span{
    font-weight: 600;
}
.b2-11-sp p{
    float: left;
    width: 100%;
    line-height: 30px;
    font-size: 16px;
    color: #000;
    font-weight: 400;
}
.b2-12-sp{
    padding-right: 148px;
    padding-left: 148px;
    margin-top: 45px;
    background-color: aliceblue;
    float: left;
    width: 100%;
    /* border-top: 1px solid #ccc; */
    padding-top: 39px;
        padding-bottom: 30px;

}
.b2-12-sp h2{
     text-align: center;
     font-size: 40px;
     font-weight: 400;
     float: left;
     width: 100%;
     color: #000;
     margin-bottom: 10px;
     line-height: 50px;
}
.b2-12-sp h2 span{
    font-weight: 600;
}
.b2-12-sp p{
  text-align: center;
  float: left;
  width: 100%;
  line-height: 30px;
  font-size: 16px;
  color: #000;
  font-weight: 400;
}
.sec-sp{
        /* margin-top: 120px; */
}

/*aboutus*/
.ab-ban1{
    float: left;
    width: 100%;
    padding: 50px 0px;
    background: linear-gradient(90deg, rgba(6,55,95,1) 24%, rgba(13,168,198,1) 67%);

}
.ab-ban1 h2{
    color: #fff;
    font-size: 43px;
    font-weight: 600;
    width: auto;
    line-height: 55px;
    float: left;
margin: 0;
}

.ab-5{
    float: left;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 41px;
    background-color: #0b528b12;
}
.ab-5 h3{
     color: #000;
    font-size: 43px;
    font-weight: 400;
    width: 100%;
    line-height: 55px;
    float: left;
    text-align: center;
}
.ab-5 h3 span{
    font-weight: 600;

}
.ab-5 h5{
      color: #000;
    font-size: 30px;
    font-weight: 600;
    width: 100%;
    line-height: 55px;
    float: left;
    text-align: center;
}
.ab-5 h6{
    float: left;
    width: 100%;
    color: #070707;
    font-size: 15px;
    font-weight: 500;
    margin-top: 3px;
    line-height: 25px;
    text-align: center;
    padding: 0px 100px;
}
.ser-banner3{
    float: left;
    width: 100%;
  background-color: #f5f5f5;
    padding: 60px 0px;

}

.ser-banner3 h2{
  font-size: 40px;
    font-weight: 400;
    float: left;
    width: 100%;
    color: #000;
    margin-bottom: 20px;
    line-height:51px;
    text-align: center;
}

.ser-banner3 h2 span{
    font-weight: 600;
}


.ser-bx{
    border-radius: 30px;
    margin-top: 20px;
    float: left;
    width: 100%;
    background-color: #fff;
}
.ser-bx img{
    float: left;
    width: 100%;
    border-radius: 30px 30px 0px 0px;
}
.pad-1{
        padding-bottom: 27px;
}
.pad-2{
        padding-bottom: 79px;
}
.pad-3{
        padding-bottom: 58px;
}
.pad-4{
    
}
.height-1{
     height: 435px;
}
.height-2{
        height: 385px;
}
.height-3{
        height: 415px;
}
.height-4{
        height: 210px;

}
.ser-bx-text{
    float: left;
    width: 100%;

    padding: 15px 15px 10px 15px;
    background-color: #fff;
    border-radius: 0px 0px 30px 30px;
}
.ser-bx-text h3{
      text-align: left;
    float: left;
    width: 100%;
    color: black;
    font-weight: 600;
    font-size: 20px;
}
.ser-bx-text p{
    text-align: left;
    float: left;
    width: 100%;
    color: #070707;
    font-size: 15px;
    font-weight: 500;
    margin-top: 3px;
    line-height: 25px;
}
.ser-bx-text li{

 text-align: left;
    float: left;
    width: 100%;
    color: black;
    font-weight: 500;
    font-size: 16px;
    padding-bottom: 10px;
}

.loop-ban{
    float: left;
    width: 100%;
    padding: 50px 0px;
    background-color: #06375f;
}
.loop-ban h5{
      margin-bottom: 30px;
    font-size: 43px;
    line-height: 40px;
    color: #fff;
    float: left;
    width: 100%;
    text-align: center;
    font-weight: 400;
}
.loop-ban h5 span{
    font-weight: 600;
}
.panel1{
    width: 100%;
    float: left;
    padding-top: 20px ;
        padding-bottom: 45px;

}

.p1-carousel .owl-nav {
   
position: relative;       
bottom: -35px;
text-align: center;

margin: auto;
   float: none;
    
}

.p1-carousel .owl-prev img {
  object-fit: cover;
  width: 45px;
      margin-right: 10px;

}
.p1-carousel .owl-next img {
    width: 45px;
object-fit: cover;
}



.loop-box{
    float: left;
    width: 100%;
    background-color: #Fff;
    padding: 20px 40px 25px 37px;

border-radius: 40px;


}
.loop-box h2
{
    font-size: 27px;
    color: black;
    font-weight: 600;
    float: left;
    width: 100%;
    line-height: 34px;
}
.loop-box p
{
     font-size: 16px;
    color: black;
    font-weight: 400;
    float: left;
    width: 100%;
    line-height: 30px;  
}

.loop-box h6
{
      font-size: 19px;
    color: #0b3b62;
    font-weight: 500;
    float: left;
    width: 100%;
}









.panel8 h2{
  font-size: 45px;
    font-weight: 400;
    float: left;
    width: 100%;
    color: #000;
    margin-bottom: 30px;
    line-height:51px;
    text-align: center;
}

.panel8 h2 span{
    font-weight: 600;
}

  .faq-full{
width: 100%;
float: left;
padding: 60px 0;
    }
    .faq-full h1{
        text-align: center;
    }
    .faq-full p{
        padding: 0 200px 30px;
        text-align: center;
    }.panel8 {
    width: 100%;
    float: left;
    padding: 50px 0px 80px 0px;
}
.panel8 .accordion{

}
.panel8 .card{
    border: none;

border-radius: 15px;

background: #f4f5f6;

margin-top: 20px;
}
.panel8 .card-header{border-bottom: none;border-radius: 15px;height: auto;padding: 25px 20px;}
.panel8 img{
        float: right;
        width: 37px;
        margin-top: -19px;
}
.panel8 h5{font-size: 19px;color: #000;margin: 0;font-weight: 500;}
.panel8 a:hover{

text-decoration: none;
}

.panel8 h5:not(.collapsed) .rotate-icon {
    /* -webkit-transform: rotate(270deg); */
    /* transform: rotate(270deg); */
    }
    .panel8 .card-body{
        
font-size: 15px;
    color: #000;
    opacity: 1;
    line-height: 30px;
    font-weight: 400;
    border: none;
    }
 .all-vision {
    float: left;
    width: 100%;
    padding-top: 75px;
    padding-bottom: 80px;
background: url("../images/sr-bg_new.webp");
}
.vision {
      height: 525px;
    float: left;
    width: 100%;
    /* border: 1px solid #d3d3d3; */
    padding: 35px 27px;
    border-radius: 20px;
    background-color: #fff;
}
.vision h2 {
    float: left;
    width: 100%;
    color: black;
    font-weight: 500;
    font-size: 30px;
    text-align: left;
}
.vision p {
     float: left;
    font-size: 15px;
    color: #000;
    font-weight: 400;
    line-height: 29px;
    width: 100%;
    text-align: left;
}
.vision img {
    float: left;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 70px;
    margin-bottom: 20px;
    filter: brightness(0);
}

.vision:hover {
background: linear-gradient(180deg, rgba(0,33,91,1) 9%, rgba(0,33,91,1) 100%);
}
.vision:hover h2{
    color: #fff;
}
.vision:hover p{
    color: #fff;
}

.vision:hover img{
    filter: invert(1);
}
.arc-img1{
float: left;
width: 100%;
}
.arc-img1 img{
float: none;
margin: auto;
display: block;
    object-fit: cover;
     width: 460px;
  
    border-radius: 20px;
}

.ab-ban2{
    float: left;
    width: 100%;
    padding: 70px 0px 62px 0px;
}
.ab-ban2-1{
    float: left;
    width: 100%;
}

.ab-ban2-1 img{
float: right;
margin: auto;
display: block;
    object-fit: cover;
    margin-left: 30px;
    margin-bottom: 20px;
        width: 420px;
       height: 376px;

  
}



.ab-ban2-1 h2{
      
 font-size: 50px;
    font-weight: 400;
   
    color: #000;
    margin-bottom: 20px;
    line-height: 66px;
}
.ab-ban2-1 h2 span{
    font-weight: 600;

}
.ab-ban2-1 p{
 
    line-height: 30px;
    font-size: 17px;
    color: #000;
    font-weight: 400;
}



/*contactus*/
.abt-panel {
    width: 100%;
    float: left;
    padding: 20px 0px 80px 0px;
}
.git{
    float: left;
    width: 100%;
   
}
.git h1{
    float: left;
    width: 100%;
    color: #000;
    font-size: 40px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 15px;
}
.git p{
    float: left;
   font-size: 15px;
    color: rgba(0, 0, 0, 0.93);
    text-align: left;
    /* margin-top: 15px; */
    line-height: 28px;
    margin-bottom: 30px;
    padding-right: 50px;

}
.contact2{
    margin-top: 60px;
    float: left;
    width: 100%;
        height: auto;

}
.contactform{
    margin-top: 35px;
    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: 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;
}
.info-tag {
       float: left;
   font-size: 14px;
    color: rgba(0, 0, 0, 0.93);
    text-align: left;
    /* margin-top: 15px; */
    line-height: 28px;
    margin-top: 15px;
}
.contact-snd2 {
       margin-top: 15px;

        border: 1px solid transparent;
        box-shadow: inset 400px 0 0 0 #00215b;
        background-color: #00215b;
        text-decoration: none;
        float: right;
      width: 182px;
    height: 60px;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
        align-items: center;
        justify-content: center;
        display: flex;
        border-radius: 16px;
        color: #fff;
        transition: all ease-in-out .5s;
        -webkit-transition: all ease-in-out .5s;
        -moz-transition: all ease-in-out .5s;
    }

.contact-snd2:hover{
     box-shadow: inset 0 0 0 0 #00215b;
    background-color: transparent;
        text-decoration: none;
        color:#00215b;
 border: 1px solid #00215b;
         transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
}


.adr-section {
    float: left;
    width: 100%;
    margin-bottom: 50px;
    padding-left: 30px;
}
.adr-section h1 {
    float: left;
    width: 100%;
    color: #000;
    font-size: 30px;
    font-weight: bold;
    margin-top: 0px;
    margin-top: 10px;
    border-bottom: solid 1px #e6e6e6;
    padding-bottom: 16px;
}
.india {
    float: left;
    width: 100%;
}

.india span {
    float: left;
    width: 100%;
    color: #1a2832;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    /* letter-spacing: 1px; */
    margin-top: 20px;
    text-transform: uppercase;
}
.india p {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.93);
    line-height: 25px;
    margin-top: 11px;
    margin-bottom: 0px;
}




/*booknowcode*/
.quick-top {
    cursor: pointer;
}

.close_form {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    right: 424px;
    top: 0;
    background: #15b3d5 url(../images/close.svg) no-repeat center center;
    background-size: 20px 20px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: none;
    cursor: pointer;
}
.close_form:focus{
outline: none;
}

.request-sec {
    position: absolute;
    right: 0;
    width: 100%;
    top: -450px;
    right: 0;
    height: 100%;
    /* background: #00000096; */
    z-index: 9999999;
}


.req-form {
    width: 427px;
    float: right;
    height: auto;
    margin-right: 0;
    opacity: 1;

    background: #139eba;
    padding: 30px 30px 50px 30px;
    top: 0;
    position: relative;
    right: 0;
    /* height: 100%; */
    z-index: 99;
}




.sec-2-cons {
    display: block;
    margin: auto;
    width: 100%;
    float: none;
}

.sec-2-cons .msg-box-cons {
    width: 100%;
    /* height: 344px; */
    float: none;
    margin: auto;
    display: block;
    /* background: #ffffff00; */
}



.sec-2-cons .msg-box-cons .heads-cons h2 {
    font-weight: 500;
    float: left;
    text-align: left;
    font-size: 23px;
margin-top: 16px;
    color: #FFFFFF;
}
.fc-cons{
    float: right;
    width:55px;
    object-fit: cover;
}
.sec-2-cons .msg-box-cons .bodys-cons {
    width: 100%;
    float: left;
    background: #FFFFFF;
    /* height: 248px; */
}

.form-area1-cons {
    width: 100%;
        background-color: #139eba;
    border-radius: 0px 0px 50px 50px;

    float: left;
    padding: 23px 0px 0px 0px;
}

.form_div-cons {
    border-bottom: 1px solid #b0aaaa;
    color: #272626;
    display: block;
    background: #FCFCFC;
    font-size: 13px;
    height: 60px;
    margin-bottom: 20px !important;
    padding: 0 20px;
    outline: none;
    /* background: #ffffff; */
    width: 100%;
    /* padding-left: 0px; */
    border: none;
    transition: all 500ms ease;
    /* border-bottom: solid 1px #e3e3e3; */
    /* padding: 15px; */
    border-radius: 10px;
    /* padding-top: 15px; */
    float: left;
    width: 100%;
}
.form_div-2-cons {
    border-bottom: 1px solid #b0aaaa;
    color: #272626;
    display: block;
    background: #FCFCFC;
    font-size: 13px;
    height: auto;
    padding: 0 20px;
    outline: none;
    /* background: #ffffff; */
    width: 100%;
    /* padding-left: 0px; */
    border: none;
    transition: all 500ms ease;
    /* border-bottom: solid 1px #e3e3e3; */
    /* padding: 15px; */
    border-radius: 10px;
    /* padding-top: 15px; */
    float: left;
    width: 100%;
}
.form_div-sub-cons {
    border-bottom: 1px solid #b0aaaa;
    color: #0f0f0f;
    display: block;
    background: #FCFCFC;
    font-size: 13px;
    height: 28px;
    /* margin-bottom: 15px !important; */
    /* padding: 0 20px; */
    outline: none;
    /* background: #ffffff; */
    width: 100%;
    padding-left: 0px;
    border: none;
    transition: all 500ms ease;
    /* border-bottom: solid 1px #e3e3e3; */
    /* padding: 15px; */
    border-radius: 5px;
    /* padding-top: 9px; */
    float: left;
    left: 42px;
    width: 84%;
    position: relative;
}

.titel_normal-cons {
    line-height: 59px;
    position: absolute;
    width: 48px;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #0f0f0f;
    text-transform: uppercase;
    border-right: solid 1px #e3e3e3;
}

.titel_normal-cons img {
    height: 30px;
    
}

.titel_normal-2-cons {
    line-height: 167px;
    position: absolute;
    width: 48px;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #0f0f0f;
    text-transform: uppercase;
    border-right: solid 1px #e3e3e3;
}

.titel_normal-2-cons img {
      height: 36px;
    margin-top: -91px;
    
}

::placeholder {
    font-size: 17px;
    font-weight: 500;
  color: #0f0f0f;
  opacity: 1; /* Firefox */
}

.normal_form-cons {
    display: block;
    font-size: 15px;

    outline: none;
    background: transparent;
    padding-left: 0px;
    border: none;
    transition: all 500ms ease;
    padding: 15px;
    float: left;
    left: 60px;
    position: relative;
    padding: 20px 0px;
  
    font-weight: 600;
    color: #0f0f0f;
}
.normal_form-2-cons {
    display: block;
    font-size: 15px;

    outline: none;
    background: transparent;
    padding-left: 0px;
    border: none;
    transition: all 500ms ease;
    padding: 15px;
    float: left;
    left: 60px;
    position: relative;
    padding: 20px 0px;
  
    font-weight: 600;
    color: #0f0f0f;
}

.form-bot-cons {
    width: 100%;
    float: left;
        position: relative;
    bottom: -21px;
}

.form-boto-st-cons {
        cursor:pointer;

       font-weight: 400;
    width: 100%;
    float: none;
    background: #08518d;
    color: #d4dce6;
    margin-left: auto;
    margin-right: auto;
    display: block;
    border: none;
    height: 58px;
    border-radius: 10px;
    font-size: 17px;
    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;
}
.form-boto-st-cons:hover {
  background: #ffffff;
  border: 1px solid #035c6f;
  color: #035c6f;
}
.normal_form-textarea-cons {
    height:70px;
    width: 83%;
    float: left;
    /* position: relative; */
    font-size: 15px;
    color: #000;
    line-height: 20px;
    margin: 0;
    padding: 7px 0px;
    background: 0 0;
    border: none;
    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;
}



.sticky {
  position: fixed;
  top: 0;    z-index: 999;
  width: 100%;
}

.sticky + .content {
  padding-top: 102px;
}






@media(min-width:1301px) and (max-width:1440px)
{
    .menu-btn1 {
    width: 168px;
}
.customer img {
    width: 31px;
}
.cus-cons {
    width: 220px;
        float: right;

}
.customer{
        padding: 10px 7px;

       left: 31px;
    width: 48px;
}
.cus-cont h6 {
    padding: 14px 0px 14px 38px;
    color: #e1e4e8;
    font-size: 15px;
    }
.cus-cont {
   
    width: 162px;
    }
.menuarea {
    margin-right: 35px;
}
.logopart img {
    float: left;
        width: 289px !important;
    padding-top: 7px;


}



}

@media(max-width:575px)
{
    .menu-btn2{
        display: none;
    }
}


@media(min-width:1300px)
{
    .menu-btn2{
        display: none;
    }
}
@media(max-width:1300px)
{
    .menu-btn1{
        display: none;
    }
}


@media(min-width:767px) and (max-width:1300px)
{

.menu-btn2 {
    width: 244px;
    margin-top: 22px;
}
.menuarea {
    padding-top: 39px;
}
.cus-cons2 {
  
    width: 244px;
}
.customer2{
    left: 33px;
    width: 55px;
}
.cus-cont2 {
   
    width: 171px;
    }
    .menuarea ul.view {
  
    width: 40% !important;
}
/* .menuarea > ul > li {
    width: 100% !important;
    } */
}

@media(max-width: 991px){
    .extraeimg{
        display: none;
    }
}










@media(min-width:575px) and (max-width:766px)
{

.menu-btn2 {
    width: 220px;
    margin-top: 13px;
}
.customer2 img {
    width: 31px;
}
.menuarea {
    padding-top: 27px;
}
.cus-cons2 {
    width: 220px;
}
.customer2{
        padding: 10px 7px;

       left: 31px;
    width: 48px;
}
.cus-cont2 h6 {
    padding: 14px 0px 14px 38px;
    color: #e1e4e8;
    font-size: 15px;
    }
.cus-cont2 {
   
    width: 147px;
    }
}
@media(min-width:1201px) 
{
  

 .mob_nav{
    display: none !important;
 }

}
@media(min-width:574px)
{
  .menu-btn{
    display: none;
}  
}
@media(max-width:575px){

.menu-btn{
    display: block;
}
  .menu-btn1{
    display: none;
} 

}
@media(max-width:1200px) 
{


.info-tag br{
display: none;

}
.call-action{
      background-attachment: inherit!important;
}


 .header2{
    background-color: transparent;
    position: absolute;
    top: 13px;
 }
    .menuarea{
        position: inherit;
       
   
    }
  
    .menuarea > ul > li > a{
        float: left;
       
    }

.menuarea > ul {
    width: 100%;
    position: absolute;
    top: 100%;
       right: 0px;
    background: #fff;
    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: 56px;
    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;
    }
 .mp:hover .menu2 {
    margin-top: 0px;
 }
.menuarea ul.view {
    overflow-y:scroll;
    height:85vh;
    margin-top: 22px;
    padding-left: 0px!important;
 padding-right: 0px!important;
    width: 80%;
        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;
}
.menu2 li:hover>ul {
    visibility: visible;
    opacity: 1;
    /* position: unset; */
    transform: initial;
    /* height: 122px; */
    z-index: 99999;
    margin-top: 36px;
}
.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;
}


.header_menu a svg{
    display: none;
}
   .overlay{
    display:none ;
   }
   .cli-btn{
    display: none;
   }
   .menu ul li a {
    text-align: center;
}

}


@media(min-width:1024px) and (max-width:1200px){





.med-trade{
        height: 323px !important;

}








.height-1 {
    height: 475px;
}
.loop-box {
    height: 212px;
    }
    .panel8 h5 {
    font-size: 17px;
}
.height-2 {
    height: 422px;
}









.b2-11 h2 br{
    display: none;
}
    .med-p{
     padding-bottom: 28px;
   
}
.med-sp{
        padding-bottom: 29px;

}
.b2-11 h2 {
    font-size: 38px;
   
    line-height: 51px;
}
.vision {
    padding: 23px 15px;

    height: 550px;
}
.ab-ban2-1 h2 {
    font-size: 41px;
   
    line-height: 52px;
}
.ab-ban2 {
    float: left;
    width: 100%;
    padding: 65px 0px 65px 0px;
}
.mainheader {
    padding: 5px 0px;
}
/*
    .menuarea{
        width: 5%;
        float: right;
            
    padding-top: 33px !important;

    }
  .menu-btn1{
               text-align: center;
               width: 65%;
               float: left;
    margin-top: 16px;
        }
        .cus-cons{
    position: relative;
    float: right;
        margin-bottom: 0px;

    width: auto;
}
.customer{
    width: auto;
}
.cus-cont{
    width: auto;
}

.cus-cont h6{
        padding: 18px 15px 18px 43px;
    color: #e1e4e8;
    font-size: 15px;
}*/
.content{
        padding-top: 88px !important;

}
.header-content h2 {
    line-height: 57px;
    font-size: 47px;
}
.slide .item .cover .header-content {
    padding: 0px 4%;
    position: absolute;
    margin-top: 0px;
    }
    .slide .item .slide-image {
    height: 470px;
}
.slide{
    height: 470px;
}

.slide .item{
    height: 470px;
}
.slider-ban .owl-dots {

    left: 46px;
    width: 100%;
    bottom: 145px;

}

.sec-2 .msg-box .heads h2 {
font-size: 20px;
}
.banner2{
       

}



.logopart img {
    float: left;
    width: 284px;
}





.countimg img {
    width: 63px;

    }


.countimg {
            padding: 58px 28px;

  border-right: none;
}

.count-cont {
    border-left: 1px solid #ccc;

}
.b52 h5 {
   
    padding: 8px 12px;
    font-size: 15px;
}


.b52 h2 {
    margin-top: 10px;
    font-size: 42px;
  
    line-height: 48px;
}
.b5-inner {
margin-top: 5px;
}

.b5-in1 img {
    width: 48px;

    }
    .b5-in {
    padding: 22px 0px;
}
.b5-in2 h4 {
  
    font-size: 19px;
    }
    .whyusimg{
            top: 109px;

    }

.b6-12 h4 {
  
    font-size: 19px;
    line-height: 24px;
   
    margin-top: 12px;
    margin-left: 22px;
}
.b6-11 {
    width: 20%;
}
.b6-11 img{
    width: 60px;
}
.b6-12{
    width: 80%;
}
.b-footer h4{
    font-size: 41px;
}
.buttonarea {

    padding-top: 31px;
}
.quick-h5{
        font-size: 17px;

}
}




@media(min-width:990px) and (max-width:1023px){
.med-trade{
        height: 323px !important;

}



.height-1 {
    height: 475px;
}
.loop-box {
    height: 212px;
    }
    .panel8 h5 {
    font-size: 17px;
}
.height-2 {
    height: 422px;
}
.b2-11 h2 br{
    display: none;
}
.b2-11 h2 {
    font-size: 40px;
   
    line-height: 56px;
}

/*innerpage*/


.ab-ban2-1 h2 {
       font-size: 43px;
    line-height: 55px;
}

.ab-ban2 {
    float: left;
    width: 100%;
    padding: 60px 0px 34px 0px;
}
.vision{
    padding: 28px 15px;

    height: 555px;
}
.ab-5 h3 {
    color: #000;
    font-size: 29px;
  
    line-height: 21px;
}









.mainheader {
    padding: 5px 0px;
}

    /*.menuarea{
        width: 5%;
        float: right;
            
    padding-top: 33px !important;

    }
  .menu-btn1{
               text-align: center;
               width: 62%;
               float: left;
    margin-top: 16px;
        }
        .cus-cons{
    position: relative;
    float: right;
        margin-bottom: 0px;

    width: auto;
}
.customer{
    width: auto;
}
.cus-cont{
    width: auto;
}

.cus-cont h6{
        padding: 18px 15px 18px 43px;
    color: #e1e4e8;
    font-size: 15px;
}*/
.content{
        padding-top: 78px !important;
}
.header-content h2 {
    line-height: 57px;
    font-size: 47px;
}
.slide .item .cover .header-content {
    padding: 0px 4%;
    position: absolute;
    margin-top: 0px;
    }
    .slide .item .slide-image {
    height: 430px;
}
.slide{
    height: 430px;
}

.slide .item{
    height: 430px;
}
.slider-ban .owl-dots {
    left: 42px;
    width: 100%;
    bottom: 99px;
}

.sec-2 .msg-box .heads h2 {
font-size: 20px;
}
.banner2{
        padding: 60px 0px 30px 0px;

}
.banner3 h2 {
  font-size: 48px;
   margin-top: 5px;
    line-height: 56px;
}
.banner3 h5 {
font-size: 15px;
}

.banner6 h5 {
font-size: 15px;
}
.banner6 h2 {
  font-size: 48px;
   margin-top: 5px;
    line-height: 56px;
}
.logopart img {
    float: left;
    width: 300px;
}



.med-p{
     padding-bottom: 28px;
   
}
.med-sp{
        padding-bottom: 29px;

}
.countimg img {
    width: 63px;

    }


.countimg {
            padding: 58px 28px;

  border-right: none;
}

.count-cont {
    border-left: 1px solid #ccc;

}
.b52 h5 {
   
    padding: 8px 12px;
    font-size: 15px;
}


.b52 h2 {
    margin-top: 10px;
    font-size: 42px;
  
    line-height: 48px;
}
.b5-inner {
margin-top: 5px;
}

.b5-in1 img {
    width: 48px;

    }
    .b5-in {
    padding: 22px 0px;
}
.b5-in2 h4 {
  
    font-size: 19px;
    }
    .whyusimg{
            top: 109px;

    }

.b6-12 h4 {
  
    font-size: 19px;
    line-height: 24px;
   
    margin-top: 12px;
    margin-left: 22px;
}
.b6-11 {
    width: 20%;
}
.b6-11 img{
    width: 60px;
}
.b6-12{
    width: 80%;
}
.b-footer h4{
    font-size: 41px;
}
.buttonarea {

    padding-top: 31px;
}
.quick-h5{
        font-size: 17px;

}
}











@media(min-width:768px) and (max-width:989px){

.med-trade{
        height: 400px !important;

}
.b2-11-sp h2 {
    text-align: center;
        padding-top: 0px;

    }
    .b2-11-sp p {
    text-align: center;
}
.b2-12-sp {
    padding-right: 20px;
    padding-left: 20px;
    margin-top: px;
   
    padding-top: 30px;
    padding-bottom: 20px;
}
.loop-box{
        padding: 20px 21px 25px 21px;

}


.med-sr{
        width: 500px;
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.ser-bx-text li {
    text-align: center;
}
.ser-bx-text h3 br{
display: none;
}
.height-1{
    height: auto;
}
.loop-box {
     height: 262px;
    }
.vision{
    padding: 25px 10px !important;
}

.mainheader {
    padding: 5px 0px 10px 0px;
}

 /*   .menuarea{
        width: 6%;
        float: right;
            
    padding-top: 42px !important;

    }
  .menu-btn1{
               text-align: center;
               width:52%;
               float: left;
    margin-top: 28px;
        }
        .b6-1 p {
    text-align: center;
}
  .cus-cons {
    position: relative;
    float: right;
    margin-bottom: 0px;
    width: auto;
}
.customer{
    width: auto;
        padding: 9px 9px;
            left: 31px;


}
.customer img{
    width: 32px;
}
.cus-cont{
    width: auto;
}

.cus-cont h6{
    padding: 15px 15px 15px 42px;
    color: #e1e4e8;
    font-size: 15px;
}*/
.content{
        width: 48%;
        padding-top: 74px !important;
}
.header-content h2 {
    line-height: 47px;
    font-size: 42px;
}
.slide .item .cover .header-content {
    padding: 0px 4%;
    position: absolute;
    margin-top: 0px;
    }
    .slide .item .slide-image {
    height: 410px;
}
.slide{
    height: 410px;
}

.slide .item{
    height: 410px;
}
.slider-ban .owl-dots {
     left: 31px;
     width: 100%;
     bottom: 99px;
}
.b2-11 h2 {
       text-align: center;
    width: 100%;
 
    font-size: 48px;
   
    line-height: 56px;
}
.b2-11 p{
    text-align: center;
    width: 100%;
}
.sec-2 {
    display: block;
    margin: auto;
    width: 67%;
    }
.sec-2 .msg-box .heads h2 {
font-size: 20px;
}
.banner2{
        padding: 40px 0px 100px 0px;

}
.banner3 h2 {
    text-align: center;
  font-size: 48px;
   margin-top: 10px;
    line-height: 56px;
}
.banner3 h5 {
font-size: 15px;

    width: 158px;
    margin: auto;
    float: none;
}


.logopart img {
    float: left;
    width: 300px;
}

.s2-bx img {
    float: left;
    width: 100%;
    max-width: unset;
}

.st-bx-text {
}


.countimg img {
    width: 100%;

    }

.b6-1 {
    margin-bottom: 26px;
    margin-right: auto;
    display: table;
    margin-left: auto;
    float: none;
    width: 70%;
}
.banner6 h5 {
    margin: auto;
    width: 137px;
    text-align: center;
    font-size: 15px;
    /* display: table; */
    float: none;
}
.banner6 h2 {
    text-align: center;
  font-size: 45px;
        line-height: 52px;
margin-top: 10px;
}
.b6-12 h4 br{
display: none;
}
.b6-12 h4 {
 
    font-size: 23px;
    line-height: 30px;
 
    margin-top: 25px;
    margin-left: 9px;
}
.btn1 {
    text-align: center;
}
.btn1 a{
    float: none;
    display: inline-block;
}
.countimg {
               padding: 54px 14px;
    width: 37%;


  border-right: none;
}

.count-cont {
        width: 63%;
    padding:28px 13px 28px 16px;
    border-left: 1px solid #ccc;

}

.count .item1 {
    font-size: 50px;
}
.count .item p {
        line-height: 21px;

    font-size: 19px !important;
    }
.b52 h5 {
   
    padding: 8px 12px;
    font-size: 15px;

    width: 158px;
    margin: auto;
    float: none;
}



.b5-inner {
    margin-top: 105px;
}


    .b5-in {
    padding: 35px 15px;
}

    .whyusimg{
          display: none;
    }
    .b5-in1 {
    width: 100%;
    padding-bottom: 30px;
}
.b5-in2 {
    width: 100%;
    }
    .banner5{
            background-size: 129%;
padding: 60px 0px 20px 0px;

    }
.b52 h2{
    text-align: center;
    font-size: 40px;
        line-height: 48px;
margin-top: 10px;
}
.b52 p{
    text-align: center;
}
.b-footer h4{
        width: 100%;
        text-align: center;

}
.buttonarea {
float: left;
text-align: center;
   width: 100%;
}
.buttonarea a{
    float: none;
    display: inline-block;
}
.quick-h5{
    text-align: center;

}


.quick h3 {
    text-align: center;
    }
    .sp-a1 {
 text-align: center;
    }
    .quick{
        padding-bottom: 30px;
    }
/*innerpage*/
.ab-ban2-1 img {
    width: 80%;
    float: none;
    margin:auto;

display: block;
}
    .ab-ban2 {
    float: left;
    width: 100%;
    padding: 50px 0px 50px 0px;
}
.ab-ban2-1 h2 {
    text-align: center;
    width: 100%;
    float: left;
    font-size: 43px;
    margin-top: 10px;
    line-height: 54px;
    }


.ab-ban2-1 p{
       text-align: center;
    width: 100%;
    float: left;
}

.ab-5 h6 {
padding: 0 50px;
}
.ab-5 h3 {
    color: #000;
    font-size: 29px;
    line-height: 21px;
}

.vision {
height: auto;
    padding: 30px 21px;
    margin-bottom: 20px;
}
.vision img {
    float: none;
}
.vision h2{
    text-align: center;
}
.vision p{
    text-align: center;
}


.all-vision{
        padding-bottom: 60px;

}
.ab-ban1 h2 {
    font-size: 37px;
  
    line-height: 45px;
}



.ser-banner3 h2 {
    font-size: 35px;
}

.ser-bx img {
    width: 100%;
    max-width: unset;
    }
    .ser-bx-text h3 {
    text-align: center;
}
.ser-bx-text p {
    text-align: center;
}
.loop-ban h5 {
    margin-bottom: 16px;
    font-size: 38px;
    }
      .loop-box h2  br{
        display: none;
      }
    .loop-box h2 {
    text-align: center;
}
.loop-box p {
    text-align: center;
    }
.loop-box h6 {
    text-align: center;
}
.panel8 h5 {
   
}
.contact2 {
    text-align: center;
    margin-top: 14px;
    }
    .git h1 {
    text-align: center;
}
.git p {
    text-align: center;
width: 100%;
margin-bottom: 0px;
padding-right: 0px;
}

.contact-snd2 {
float: left;
}
.adr-section {
margin-top: 30px;
padding-left: 0px;
margin-bottom: 20px;
}
.india span {
text-align: center;
}


.india p {
text-align: center;
padding: 0px 235px;
}


.abt-panel {
    width: 100%;
    float: left;
    padding: 20px 0px 30px 0px;
}
.height-2{
    height: auto;
}
.pad-10{
    padding-bottom: 50px!important;
}
}
















@media(min-width:576px) and (max-width:767px){
.med-trade{
        height:auto;

}
.b2-11-sp h2 {
    text-align: center;
        padding-top: 0px;
            line-height: 47px;
            font-size: 35px;

    }
    .b2-12-sp h2 {
    text-align: center;
    font-size: 34px;
}
.pad-10{
    padding-bottom: 50px!important;
}
    .b2-11-sp p {
    text-align: center;
}
.b2-12-sp {
    padding-right: 20px;
    padding-left: 20px;
    margin-top: px;
   
    padding-top: 30px;
    padding-bottom: 20px;
}


.med-sr{
        width: 500px;
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.ser-bx-text li {
    text-align: center;
}
.ser-bx-text h3 br{
display: none;
}
.height-1{
    height: auto;
}


.height-2{
    height: auto;
}







.logopart {
    width: 40%;
}
.mainheader {
    padding: 5px 0px 10px 0px;
}

   /* .menuarea{
        width: 6%;
        float: right;
            
    padding-top: 29px !important;

    }
  .menu-btn1{
               text-align: center;
               width:53%;
               float: left;
    margin-top: 13px;
        }
        .cus-cons{
    position: relative;
    float: right;
        margin-bottom: 0px;

    width: auto;
}
.customer{
    width: auto;
        padding: 9px 9px;
            left: 31px;


}
.customer img{
    width: 32px;
}
.cus-cont{
    width: auto;
}

.cus-cont h6{
    padding: 15px 15px 15px 42px;
    color: #e1e4e8;
    font-size: 15px;
}*/
.content{
        width: 61%;
        padding-top: 75px !important;
}
.header-content h2 {
    line-height: 45px;
    font-size: 38px;
}
.slide .item .cover .header-content {
    padding: 0px 4%;
    position: absolute;
    margin-top: 0px;
    }
    .slider-ban .owl-dots {
    left: 31px;
    width: 100%;
    bottom: 90px;
}
    .slide .item .slide-image {
    height: 390px;
}
.slide{
    height:390px;
}

.slide .item{
    height: 390px;
}

.b2-11 h2 br{
    display: none;
}
.b2-11 h2 {
       text-align: center;
    width: 100%;
 
        font-size: 37px;
    line-height: 49px;
}
.b2-11 p{
    text-align: center;
    width: 100%;
}
.sec-2 {
    display: block;
    margin: auto;
    width: 67%;
    }
.sec-2 .msg-box .heads h2 {
font-size: 20px;
}
.banner2{
        padding: 40px 0px 100px 0px;

}
.banner3 h2 br{
    display: none;
}
.banner3 h2 {
    text-align: center;
  font-size: 44px;
   margin-top: 10px;
    line-height: 56px;
}
.banner3 h5 {
font-size: 15px;

    width: 158px;
    margin: auto;
    float: none;
}

.logopart img {
    float: left;
    width: 220px;
}

.pad-1{padding-bottom: 0px;
}
.banner6 h2 br {
display: none;
}
.st-bx-text {
}



.b6-1 {
    margin-bottom: 26px;
    margin-right: auto;
    display: table;
    margin-left: auto;
    float: none;
    width: 70%;
}
.banner6 h5 {
    margin: auto;
    width: 137px;
    text-align: center;
    font-size: 15px;
    /* display: table; */
    float: none;
}
.banner6 h2 {
      text-align: center;
    font-size: 39px;
    line-height: 43px;
    margin-top: 18px;
}

.b6-12 h4 br{
display: none;
}
.b6-12 h4 {
 
    font-size: 23px;
    line-height: 30px;
 
    margin-top: 25px;
    margin-left: 9px;
}
.btn1 {
    text-align: center;
}
.btn1 a{
    float: none;
    display: inline-block;
}

.b52 h5 {
   
    padding: 8px 12px;
    font-size: 15px;

    width: 158px;
    margin: auto;
    float: none;
}

.count{
        width: 74%;
    display: table;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    float: none;
}
.banner4 {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.b5-inner {
    margin-top: 25px;
}


    .b5-in {
    padding: 35px 15px;
}
.b-l{
    border-left: none;
}
.b5-in1 img {
    display: block;
    margin: auto;
    float: none;
    width: 83px;
    }
    .b5-in2 h4 {
    text-align: center;
}
.b5-in2 h6 {
    text-align: center;
    }
    .whyusimg{
          display: none;
    }
    .b5-in1 {
    width: 100%;
    padding-bottom: 20px;
}
.b5-in2 {
    width: 100%;
    }
    .b-spt{
        border-top: 3px solid #cef3f8 ;
    }
    .banner5{
            background-size:cover;
padding: 60px 0px 65px 0px;

    }
.b52 h2{
    text-align: center;
    font-size: 40px;
        line-height: 48px;
margin-top: 10px;
}
.b52 p{
    text-align: center;
}
.b-footer h4{
        width: 100%;
        text-align: center;
    line-height: 50px;
    font-size: 36px;
}
.buttonarea {
float: left;
text-align: center;
   width: 100%;
}
.buttonarea a{
    float: none;
    display: inline-block;
}
.quick-h5{
    text-align: center;

}
 .sp-a {
   
    float: right;
}
.quick h6 {
    
    float: none;
    font-weight: 400;
    width: 273px;
  
    margin-left: auto;
    margin-right: auto;
}

.quick h3 {
    text-align: center;
    }
    .sp-a1 {
 text-align: center;
    }
    .quick{
        padding-bottom: 30px;
    }
    .b6-1 p {
    text-align: center;
}
/*innerpage*/
.ab-ban2-1 img {
    width: 80%;
    float: none;
    margin:auto;

display: block;
}
    .ab-ban2 {
    float: left;
    width: 100%;
    padding: 50px 0px 50px 0px;
}
.ab-ban2-1 h2 {
    text-align: center;
    width: 100%;
    float: left;
    font-size: 32px;
   margin-top: 10px;
    line-height: 41px;
    }

.ab-ban1 h2 br{
    display: none;
}
.ab-5 h6 {
padding: 0 15px;
}
.ab-5 h3 {
    color: #000;
    font-size: 29px;
    line-height: 40px;
}

.vision {
height: auto;
   
}
.ab-ban2-1 p{
       text-align: center;
    width: 100%;
    float: left;
}



.vision img {
    float: none;
}
.vision h2{
    text-align: center;
}
.vision p{
    text-align: center;
}

.vision {

    padding: 30px 21px;
    margin-bottom: 20px;
}
.all-vision{
        padding-bottom: 60px;

}
.ab-ban1 h2 {
    font-size: 37px;
  
    line-height: 45px;
}


.ser-banner3 h2 br{
display: none;


}
.ser-banner3 h2 {
    font-size: 35px;
}

.ser-bx img {
    width: 100%;
    max-width: unset;
    }
    .ser-bx-text h3 {
    text-align: center;
}
.ser-bx-text p {
    text-align: center;
}
.loop-ban h5 {
    margin-bottom: 16px;
    font-size: 38px;
    }
    .loop-box h2 {
    text-align: center;
}
.loop-box p {
    text-align: center;
    }
.loop-box h6 {
    text-align: center;
}
.panel8 h5 {
    font-size: 18px;
}
.contact2 {
    text-align: center;
    margin-top: 14px;
    }
    .git h1 {
    text-align: center;
}
.git p {
    text-align: center;
width: 100%;
margin-bottom: 0px;
padding-right: 0px;
}

.contact-snd2 {
float: left;
}
.adr-section {
margin-top: 30px;
padding-left: 0px;
margin-bottom: 20px;
}
.india span {
text-align: center;
}


.ser-bx {
   
    float: none;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    display: table;
}


.india p {
text-align: center;
}


.abt-panel {
    width: 100%;
    float: left;
    padding: 20px 0px 30px 0px;
}

.ser-bx-text li {
    text-align: center;
    }
.height-3{
    height: auto;
}
.pad-3{
    padding-bottom: 30px;
}
.pad-2{
    padding-bottom: 52px;
}
.ab-ban1 {
    text-align: center;
}
}















@media(min-width:498px) and (max-width:575px){
    .ab-ban1 h2 br{
    display: none;
}
.med-trade{
        height:auto;

}
.b2-11-sp h2 {
    text-align: center;
        padding-top: 0px;
            line-height: 47px;
            font-size: 35px;

    }
    .b2-12-sp h2 {
    text-align: center;
    font-size: 34px;
}
.pad-10{
    padding-bottom: 50px!important;
}
    .b2-11-sp p {
    text-align: center;
}
.b2-12-sp {
    padding-right: 20px;
    padding-left: 20px;
    margin-top: px;
   
    padding-top: 30px;
    padding-bottom: 20px;
}


.med-sr{
        width: 500px;
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.ser-bx-text li {
    text-align: center;
}
.ser-bx-text h3 br{
display: none;
}
.height-1{
    height: auto;
}


.height-2{
    height: auto;
}

.ser-bx-text li {
    text-align: center;
}
.header-content p {
    float: left;
    font-weight: 400;
    font-size: 16px;
    color: #424242;
    line-height: 23px;
    width: 75%;
    margin-top: 0px;
}
.b2-11 {

    padding-top: 0px;
}
.logopart {
    width: 40%;
}
.mainheader {
    padding: 5px 0px 10px 0px;
}

    .menuarea{
        width: 6%;
        float: right;
            
    padding-top: 24px !important;

    }
    .pad-1 {
    padding-bottom: 0px;
}
  .menu-btn1{
               text-align: center;
               width:53%;
               float: left;
    margin-top: 12px;
        }
        .cus-cons{
    position: relative;
    float: right;
        margin-bottom: 0px;

    width: auto;
}
.customer{
    width: auto;
        padding: 9px 9px;
            left: 31px;


}
.customer img{
    width: 32px;
}
.cus-cont{
    width: auto;
}

.cus-cont h6{
    padding: 15px 15px 15px 42px;
    color: #e1e4e8;
    font-size: 15px;
}
.content{
          width: 90%;
    padding-top: 47px !important;


}

.header-content h2 {
 line-height: 36px;
    font-size: 30px;
    width: 90%;
}
.slider-ban .owl-dots button span {
    width: 11px;
    height: 11px;
        margin-right: 6px;

    }
    .slider-ban .owl-dot.active span {
   
    width:40px;
    height: 12px;
}

    .slide .item .slide-image {
    height: 285px;
}
.slide{
    height:285px;
}

.slide .item{
    height: 285px;
}
.slide .item .cover .header-content {
    padding: 0px 4%;
    position: absolute;
    margin-top: 0px;
    }
.slider-ban .owl-dots {
          left: 23px;
    width: 100%;
    bottom: 73px;

}
.b2-11 h2 br{
    display: none;
}
.b2-11 h2 {
       text-align: center;
    width: 100%;
 
    font-size:35px;
   
    line-height: 45px;
}
.b2-11 p{
    text-align: center;
    width: 100%;
}
.sec-2 {
    display: block;
    margin: auto;
    width: 67%;
    }
.sec-2 .msg-box .heads h2 {
font-size: 20px;
}
.banner2{
        padding: 40px 0px 70px 0px;

}
.banner3 h2 br{
    display: none;
}
.banner3 h2 {
    text-align: center;
 font-size: 38px;
    margin-top: 10px;
    line-height: 48px;
}
.banner3 h5 {
font-size: 15px;

    width: 158px;
    margin: auto;
    float: none;
}
.s2-bx {
   
    float: none;
    width: 386px;
    margin-left: auto;
    margin-right: auto;
    display: table;
}

.logopart img {
    float: left;
    width: 200px;
}

.s2-bx img {
    float: left;
    width: 100%;
    max-width: unset;
}

.st-bx-text {
}



.b6-1 {
    margin-bottom: 26px;
    margin-right: auto;
    display: table;
    margin-left: auto;
    float: none;
    width: 70%;
}
.banner6 h5 {
    margin: auto;
    width: 137px;
    text-align: center;
    font-size: 15px;
    /* display: table; */
    float: none;
}
.banner6 h2 {
    text-align: center;
  font-size: 38px;
        line-height: 48px;
margin-top: 10px;
}
.banner6 h2 br{
    display: none;
}
.st-bx-text h3 br{
    display: none;
}
.b6-12 h4 br{
display: none;
}
.b6-1 p {
    text-align: center;
    }
.b6-12 h4 {
 
    font-size: 23px;
    line-height: 30px;
 
    margin-top: 25px;
    margin-left: 9px;
}
.btn1 {
    text-align: center;
}
.btn1 a{
    float: none;
    display: inline-block;
}

.b52 h5 {
   
    padding: 8px 12px;
    font-size: 15px;

    width: 158px;
    margin: auto;
    float: none;
}

.count{
        width: 74%;
    display: table;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    float: none;
}
.banner4 {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.b5-inner {
    margin-top: 25px;
}


    .b5-in {
    padding: 35px 15px;
}
.b-l{
    border-left: none;
}
.b5-in1 img {
    display: block;
    margin: auto;
    float: none;
    width: 83px;
    }
    .b5-in2 h4 {
    text-align: center;
}
.b5-in2 h6 {
    text-align: center;
    }
    .whyusimg{
          display: none;
    }
    .b5-in1 {
    width: 100%;
    padding-bottom: 20px;
}
.b5-in2 {
    width: 100%;
    }
    .b-spt{
        border-top: 3px solid #cef3f8 ;
    }
    .banner5{
            background-size:cover;
padding: 60px 0px 65px 0px;

    }
.b52 h2{
    text-align: center;
    font-size: 38px;
        line-height: 48px;
margin-top: 10px;
}
.b52 p{
    text-align: center;
}
.b-footer h4{
    line-height: 50px;
    font-size: 38px;
        width: 100%;
        text-align: center;

}
.buttonarea {
float: left;
text-align: center;
   width: 100%;
}
.buttonarea a{
    float: none;
    display: inline-block;
}
.quick-h5{
    text-align: center;
padding: 0px 20px;
}


.quick h3 {
    text-align: center;
    }
    .sp-a1 {
 text-align: center;
    }
    .quick{
        padding-bottom: 30px;
    }
    .sp-a {
   
    float: right;
}
.quick h6 {
    
    float: none;
    font-weight: 400;
    width: 273px;
  
    margin-left: auto;
    margin-right: auto;
}
/*innerpage*/
.ab-ban2-1 img {
    width: 100%;
    }
    .ab-ban2 {
    float: left;
    width: 100%;
    padding: 50px 0px 50px 0px;
}
.ab-ban2-1 h2 {
    text-align: center;
    width: 100%;
    float: left;
    font-size: 32px;
   margin-top: 10px;
    line-height: 41px;
    }

.ab-5 h6 {
padding: 0 15px;
}
.ab-5 h3 {
    color: #000;
    font-size: 29px;
    line-height: 40px;
}

.vision {
height: auto;
   
}
.ab-5 h5 {
    color: #000;
    font-size: 25px;
   
    line-height: 36px;
    }
.ab-ban2-1 p{
       text-align: center;
    width: 100%;
    float: left;
}



.vision img {
    float: none;
}
.vision h2{
    text-align: center;
}
.vision p{
    text-align: center;
}

.vision {

    padding: 30px 21px;
    margin-bottom: 20px;
}
.all-vision{
        padding-bottom: 60px;

}
.ab-ban1 h2 {
    font-size: 37px;
  
    line-height: 45px;
}



.ser-banner3 h2 {
    font-size: 35px;
}

.ser-bx img {
    width: 100%;
    max-width: unset;
    }
    .ser-bx-text h3 {
    text-align: center;
}
.ser-bx-text p {
    text-align: center;
}
.loop-ban h5 {
    margin-bottom: 16px;
    font-size: 38px;
    }
    .loop-box h2 {
    text-align: center;
}
.loop-box p {
    text-align: center;
    }
.loop-box h6 {
    text-align: center;
}
.panel8 h5 {
    font-size: 18px;
}
.contact2 {
    text-align: center;
    margin-top: 14px;
    }
    .git h1 {
    text-align: center;
}

.ser-bx {
    float: none;
    width: 386px;
    margin-left: auto;
    margin-right: auto;
    display: table;
}
.git p {
    text-align: center;
width: 100%;
margin-bottom: 0px;
padding-right: 0px;
}

.contact-snd2 {
float: left;
}
.adr-section {
margin-top: 30px;
padding-left: 0px;
margin-bottom: 20px;
}
.india span {
text-align: center;
}





.india p {
text-align: center;
}


.abt-panel {
    width: 100%;
    float: left;
    padding: 20px 0px 30px 0px;
}
.ser-bx-text li {
    text-align: center;
    }
.height-3{
    height: auto;
}
.pad-3{
    padding-bottom: 0px;
}
.pad-2{
    padding-bottom: 0px;
}
.ab-ban1 {
    text-align: center;
}

}



@media(min-width:450px) and (max-width:497px){
    .ab-ban1 h2 br{
    display: none;
}
.med-trade{
        height:auto;

}
.b2-11-sp h2 {
    text-align: center;
        padding-top: 0px;
            line-height: 47px;
            font-size: 35px;

    }
    .b2-12-sp h2 {
    text-align: center;
    font-size: 34px;
}
.pad-10{
    padding-bottom: 50px!important;
}
    .b2-11-sp p {
    text-align: center;
}
.b2-12-sp {
    padding-right: 20px;
    padding-left: 20px;
    margin-top: px;
   
    padding-top: 30px;
    padding-bottom: 20px;
}

.height-4{
    height: auto;
}
   .med-sr{
        width:100%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.ab-ban1 {
    text-align: center;
}
.ser-bx-text li {
    text-align: center;
}
.ser-bx-text h3 br{
display: none;
}
.height-1{
    height: auto;
}


.height-2{
    height: auto;
}

.ser-bx-text li {
    text-align: center;
}



.pad-1 {
    padding-bottom: 0px;
}

.header-content p {
    float: left;
    font-weight: 400;
    font-size: 16px;
    color: #424242;
    line-height: 23px;
    width: 75%;
    margin-top: 0px;
}
.b2-11 {

    padding-top: 0px;
}
.logopart {
    width: 50%;
}
.mainheader {
    padding: 5px 0px 10px 0px;
}

    .menuarea{
        width: 6%;
        float: right;
            
    padding-top: 27px !important;

    }
  .menu-btn1{
               text-align: center;
               width:53%;
               float: left;
    margin-top: 12px;
        }
        .cus-cons{
    position: relative;
    float: right;
        margin-bottom: 0px;

    width: auto;
}
.customer{
    width: auto;
        padding: 9px 9px;
            left: 31px;


}
.customer img{
    width: 32px;
}
.cus-cont{
    width: auto;
}

.cus-cont h6{
    padding: 15px 15px 15px 42px;
    color: #e1e4e8;
    font-size: 15px;
}
.content{
          width: 90%;
          padding-top: 32px !important;
}

.header-content h2 {
 line-height: 36px;
    font-size: 30px;
    width: 90%;
}
.slider-ban .owl-dots button span {
    width: 11px;
    height: 11px;
        margin-right: 6px;

    }
    .slider-ban .owl-dot.active span {
   
    width:40px;
    height: 12px;
}
.slide .item .cover .header-content {
    padding: 0px 4%;
    position: absolute;
    margin-top: 0px;
    }
.slider-ban .owl-dots {
          left: 18px;
          width: 100%;
          bottom: 65px;
}
    .slide .item .slide-image {
    height: 285px;
}
.slide{
    height:285px;
}

.slide .item{
    height: 285px;
}

.b2-11 h2 br{
    display: none;
}
.b2-11 h2 {
       text-align: center;
    width: 100%;
 
    font-size:30px;
   
    line-height: 45px;
}
.b2-11 p{
    text-align: center;
    width: 100%;
}
.sec-2 {
    display: block;
    margin: auto;
    width: 90%;
    }
.sec-2 .msg-box .heads h2 {
font-size: 20px;
}
.banner2{
        padding: 40px 0px 70px 0px;

}
.banner3 h2 br{
    display: none;
}
.banner3 h2 {
    text-align: center;
 font-size: 38px;
    margin-top: 10px;
    line-height: 48px;
}
.banner3 h5 {
font-size: 15px;

    width: 158px;
    margin: auto;
    float: none;
}
.s2-bx {
   
    float: none;
    width: 330px;
    margin-left: auto;
    margin-right: auto;
    display: table;
}

.logopart img {
    float: left;
    width: 100%;
}

.s2-bx img {
    float: left;
    width: 100%;
    max-width: unset;
}

.st-bx-text {
}



.b6-1 {
    margin-bottom: 26px;
    margin-right: auto;
    display: table;
    margin-left: auto;
    float: none;
    width: 70%;
}
.banner6 h5 {
    margin: auto;
    width: 137px;
    text-align: center;
    font-size: 15px;
    /* display: table; */
    float: none;
}
.banner6 h2 {
    text-align: center;
  font-size: 38px;
        line-height: 48px;
margin-top: 10px;
}
.b6-12 h4 br{
display: none;
}
.b6-1 p {
    text-align: center;
    }
.b6-12 h4 {
 
    font-size: 23px;
    line-height: 30px;
 
    margin-top: 25px;
    margin-left: 9px;
}
.btn1 {
    text-align: center;
}
.btn1 a{
    float: none;
    display: inline-block;
}

.b52 h5 {
   
    padding: 8px 12px;
    font-size: 15px;

    width: 158px;
    margin: auto;
    float: none;
}

.count{
        width: 74%;
    display: table;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    float: none;
}
.banner4 {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.b5-inner {
    margin-top: 25px;
}


    .b5-in {
    padding: 35px 15px;
}
.b-l{
    border-left: none;
}
.b5-in1 img {
    display: block;
    margin: auto;
    float: none;
    width: 83px;
    }
    .b5-in2 h4 {
    text-align: center;
}
.b5-in2 h6 {
    text-align: center;
    }
    .whyusimg{
          display: none;
    }
    .b5-in1 {
    width: 100%;
    padding-bottom: 20px;
}
.b5-in2 {
    width: 100%;
    }
    .b-spt{
        border-top: 3px solid #cef3f8 ;
    }
    .banner5{
            background-size:cover;
padding: 60px 0px 65px 0px;

    }
.b52 h2{
    text-align: center;
    font-size: 38px;
        line-height: 48px;
margin-top: 10px;
}
.b52 p{
    text-align: center;
}
.b-footer h4{
    line-height: 50px;
    font-size: 38px;
        width: 100%;
        text-align: center;

}
.buttonarea {
float: left;
text-align: center;
   width: 100%;
}
.buttonarea a{
    float: none;
    display: inline-block;
}
.quick-h5{
    text-align: center;
padding: 0px 20px;
}


.quick h3 {
    text-align: center;
    }
    .sp-a1 {
 text-align: center;
    }
    .quick{
        padding-bottom: 30px;
    }
    .sp-a {
   
    float: right;
}
.quick h6 {
    
    float: none;
    font-weight: 400;
    width: 273px;
  
    margin-left: auto;
    margin-right: auto;
}
/*innerpage*/
.ab-ban2-1 img {
    width: 100%;
    }
    .ab-ban2 {
    float: left;
    width: 100%;
    padding: 50px 0px 50px 0px;
}
.ab-ban2-1 h2 {
    text-align: center;
    width: 100%;
    float: left;
    font-size: 32px;
   margin-top: 10px;
    line-height: 41px;
    }


.ab-ban2-1 p{
       text-align: center;
    width: 100%;
    float: left;
}


.ab-ban2-1 h2 br{
    display: none;
}

.vision img {
    float: none;
}
.vision h2{
    text-align: center;
}
.vision p{
    text-align: center;
}
.ab-5 h6 {
padding: 0 15px;
}
.ab-5 h3 {
    color: #000;
    font-size: 29px;
    line-height: 40px;
}
.vision {

       padding: 19px 15px;
    margin-bottom: 13px;
}
.vision {
height: auto;
   
}
.ab-5 h5 {
    color: #000;
    font-size: 25px;
   
    line-height: 36px;
    }

.all-vision{
        padding-bottom: 60px;

}
.ab-ban1 h2 {
    font-size: 37px;
  
    line-height: 45px;
}


.ser-banner3 h2 br{
display: none;


}
.ser-banner3 h2 {
    font-size: 35px;
}

.ser-bx img {
    width: 100%;
    max-width: unset;
    }
    .ser-bx-text h3 {
    text-align: center;
}
.ser-bx-text p {
    text-align: center;
}
.loop-ban h5 {
    margin-bottom: 16px;
    font-size: 38px;
    }
    .loop-box h2 {
    text-align: center;
}
.loop-box p {
    text-align: center;
    }
.loop-box h6 {
    text-align: center;
}
.panel8 h5 {
    font-size: 18px;
}
.contact2 {
    text-align: center;
    margin-top: 14px;
    }
    .git h1 {
    text-align: center;
}
.git p {
    text-align: center;
width: 100%;
margin-bottom: 0px;
padding-right: 0px;
}

.contact-snd2 {
float: left;
}
.adr-section {
margin-top: 30px;
padding-left: 0px;
margin-bottom: 20px;
}
.india span {
text-align: center;
}





.india p {
text-align: center;
}


.abt-panel {
    width: 100%;
    float: left;
    padding: 20px 0px 30px 0px;
}
.ser-bx-text li {
    text-align: center;
    }
.height-3{
    height: auto;
}
.pad-3{
    padding-bottom: 0px;
}
.pad-2{
    padding-bottom: 0px;
}
.panel8 .card-header {
   
    padding: 15px auto;
}
.panel8 img {
    float: none;
    width: 29px;
    margin-top: 14px;
    display: table;
    margin-left: auto;
    margin-right: auto;
}
.panel8 h5 br{
    display: none;
}
.panel8 h5 {
    font-size: 17px;
    width: 100%;
    text-align: center;
    float: left;
}
.panel8 {

    padding: 40px 0px 40px 0px;
}

}




@media(max-width:449px){

.ab-ban1 {
    text-align: center;
}
.panel8 .card-header {
   
    padding: 15px auto;
}
.panel8 img {
    float: none;
    width: 29px;
    margin-top: 14px;
    display: table;
    margin-left: auto;
    margin-right: auto;
}
.panel8 h5 br{
    display: none;
}
.panel8 h5 {
    font-size: 17px;
    width: 100%;
    text-align: center;
    float: left;
}
.panel8 {

    padding: 40px 0px 40px 0px;
}

.ab-ban1 h2 br{
    display: none;
}
.ser-bx-text li {
    text-align: center;
}
.height-3{
    height: auto;
}
.pad-3{
    padding-bottom: 0px;
}
.pad-2{
    padding-bottom: 0px;
}
    .med-trade{
        height:auto;
}



.b2-11-sp h2 {
    text-align: center;
        padding-top: 0px;
              line-height: 43px;
    font-size: 25px;

    }
    .b2-12-sp h2 {
     text-align: center;
    font-size: 23px;
    line-height: 37px;
}
.pad-10{
    padding-bottom: 50px!important;
}
    .b2-11-sp p {
    text-align: center;
}
.b2-12-sp {
    padding-right: 20px;
    padding-left: 20px;
    margin-top: px;
   
    padding-top: 30px;
    padding-bottom: 20px;
}

.height-4{
    height: auto;
}
.pad-1 {
    padding-bottom: 0px;
}

.header-content p {
    float: left;
    font-weight: 400;
    font-size: 16px;
    color: #424242;
    line-height: 23px;
    width: 90%;
    margin-top: 0px;
}

.logopart {
    width:60%;
}
.mainheader {
    padding: 5px 0px 10px 0px;
}

    .menuarea{
        width: 6%;
        float: right;
            
    padding-top: 27px !important;

    }
  .menu-btn1{
               text-align: center;
               width:53%;
               float: left;
    margin-top: 12px;
        }
        .cus-cons{
    position: relative;
    float: right;
        margin-bottom: 0px;

    width: auto;
}
.customer{
    width: auto;
        padding: 9px 9px;
            left: 31px;


}
.customer img{
    width: 32px;
}
.cus-cont{
    width: auto;
}

.cus-cont h6{
    padding: 15px 15px 15px 42px;
    color: #e1e4e8;
    font-size: 15px;
}
.content{
          width: 100%;
    padding-top: 47px !important;


}
.b52 h2 br{
    display: none;
}
.banner6 h2 br{
    display: none;
}
.header-content h2 {
    line-height: 36px;
    font-size: 30px;
        width: 100%;

}
.slider-ban .owl-dots button span {
    width: 11px;
    height: 11px;
        margin-right: 6px;

    }
    .slider-ban .owl-dot.active span {
   
    width:40px;
    height: 12px;
}
.slide .item .cover .header-content {
    padding: 0px 4%;
    position: absolute;
    margin-top: 0px;
    }
.slider-ban .owl-dots {
          left: 20px;
    width: 100%;
    bottom: 73px;

}
    .slide .item .slide-image {
    height: 285px;
}
.slide{
    height:285px;
}

.slide .item{
    height: 285px;
}

.b2-11 h2 br{
    display: none;
}
.b2-11 h2 {
       text-align: center;
    width: 100%;
 
       font-size: 31px;
    line-height: 38px;
}
.b2-11 p{
    text-align: center;
    width: 100%;
        line-height: 25px;
    font-size: 15px;
}
.sec-2 {
    display: block;
    margin: auto;
    width: 100%;
    }
.sec-2 .msg-box .heads h2 {
font-size: 20px;
}
.banner2{
        padding: 50px 0px 75px 0px;

}
.b2-11 {
padding-top: 0px;
    }
.banner3 h2 br{
    display: none;
}
.banner3 h2 {
    text-align: center;
    font-size: 34px;
    margin-top: 10px;
    line-height: 42px;
}
.banner3 h5 {
font-size: 15px;

    width: 158px;
    margin: auto;
    float: none;
}
.countimg img {
    width: 100%;
    }
    .count-cont {
  
    padding: 28px 22px 29px 20px;
}
.countimg {
  
    padding: 51px 14px;
    }
.s2-bx {
   
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: table;
}

.logopart img {
    float: left;
    width: 223px;
}

.s2-bx img {
    float: left;
    width: 100%;
    max-width: unset;
}
.banner6 h2 br{
    display: none;
}
.st-bx-text h3 br{
    display: none;
}
.st-bx-text {
}
.b6-12 h4 {
    font-size: 23px;
    line-height: 30px;
    margin-top: 8px;
    margin-left: 9px;
}

.b-footer h4 br{
    display: none;
}
.banner6 {
 
    padding: 30px 0px 30px 0px;
}
.b6-1 {
    margin-bottom: 26px;
    margin-right: auto;
    display: table;
    margin-left: auto;
    float: none;
    width: 100%;
}
.banner6 h5 {
    margin: auto;
    width: 137px;
    text-align: center;
    font-size: 15px;
    /* display: table; */
    float: none;
}
.banner6 h2 {
    text-align: center;
  font-size: 38px;
        line-height: 48px;
margin-top: 10px;
}

.b6-1 p {
    text-align: center;
    }
.b6-12 h4 {
 
    font-size: 23px;
    line-height: 30px;
 
    margin-top: 16px;
    margin-left: 9px;
}
.btn1 {
    text-align: center;
}
.btn1 a{
    float: none;
    display: inline-block;
}
.menuarea > .mob_nav {
    display: block;
    float: right;
    width: 26px;
}
.b52 h5 {
   
    padding: 8px 12px;
    font-size: 15px;

    width: 158px;
    margin: auto;
    float: none;
}

.count{
        width: 74%;
    display: table;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    float: none;
}
.banner4 {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.b5-inner {
    margin-top: 25px;
}


    .b5-in {
    padding: 35px 15px;
}
.b-l{
    border-left: none;
}
.b5-in1 img {
    display: block;
    margin: auto;
    float: none;
    width: 83px;
    }
    .b5-in2 h4 {
    text-align: center;
}
.b5-in2 h6 {
    text-align: center;
    }
    .whyusimg{
          display: none;
    }
    .b5-in1 {
    width: 100%;
    padding-bottom: 20px;
}
.b5-in2 {
    width: 100%;
    }
    .b-spt{
        border-top: 3px solid #cef3f8 ;
    }
    .banner5{
            background-size:cover;
padding: 60px 0px 65px 0px;

    }
.b52 h2{
    text-align: center;
    font-size: 38px;
        line-height: 48px;
margin-top: 10px;
}
.b52 p{
    text-align: center;
}
.b-footer h4{
    line-height: 50px;
    font-size: 38px;
        width: 100%;
        text-align: center;

}
.buttonarea {
float: left;
text-align: center;
   width: 100%;
}
.buttonarea a{
    float: none;
    display: inline-block;
}
.quick-h5{
    text-align: center;
padding: 0px 20px;
}


.quick h3 {
    text-align: center;
    }
    .sp-a1 {
 text-align: center;
    }
    .quick{
        padding-bottom: 30px;
    }
    .sp-a {
   
    float: right;
}
.quick h6 {
    
    float: none;
    font-weight: 400;
    width: 273px;
  
    margin-left: auto;
    margin-right: auto;
}

/*innerpage*/
.ab-ban2-1 img {
    width: 100%;
    }
    .ab-ban2 {
    float: left;
    width: 100%;
    padding: 50px 0px 50px 0px;
}
.ab-ban2-1 h2 {
    text-align: center;
    width: 100%;
    float: left;
    font-size: 32px;
   margin-top: 10px;
    line-height: 41px;
    }

.ab-5 h6 {
padding: 0 15px;
}
.ab-5 h3 {
    color: #000;
    font-size: 29px;
    line-height: 40px;
}
.vision {

       padding: 19px 15px;
    margin-bottom: 13px;
}
.vision {
height: auto;
   
}
.ab-5 h5 {
    color: #000;
    font-size: 25px;
   
    line-height: 36px;
    }

.ab-ban2-1 p{
       text-align: center;
    width: 100%;
    float: left;
}


.ab-ban2-1 h2 br{
    display: none;
}

.vision img {
    float: none;
}
.vision h2{
    text-align: center;
}
.vision p{
    text-align: center;
}

.vision {

    padding: 30px 21px;
    margin-bottom: 20px;
}
.all-vision{
        padding-bottom: 60px;

}
.ab-ban1 h2 {
    font-size: 34px;
  
    line-height: 45px;
}

.ab-ban1 h2 br{
display: none;
}
.ser-banner3 h2 br{
display: none;


}
.ser-banner3 h2 {
    font-size: 35px;
}

.ser-bx img {
    width: 100%;
    max-width: unset;
    }
    .ser-bx-text h3 {
    text-align: center;
}
.ser-bx-text p {
    text-align: center;
}
.loop-ban h5 {
    margin-bottom: 16px;
    font-size: 34px;
    }
    .panel8 h2 {
    line-height: 42px;
    margin-bottom: 8px;
    font-size: 34px;
}
    .loop-box h2 {
    text-align: center;
}
.loop-box p {
    text-align: center;
    }
.loop-box h6 {
    text-align: center;
}

.contact2 {
    text-align: center;
    margin-top: 14px;
    }
    .git h1 {
    text-align: center;
}
.git p {
    text-align: center;
width: 100%;
margin-bottom: 0px;
padding-right: 0px;
}

.contact-snd2 {
float: left;
}
.adr-section {
margin-top: 30px;
padding-left: 0px;
margin-bottom: 20px;
}
.india span {
text-align: center;
}





.india p {
text-align: center;
}


.abt-panel {
    width: 100%;
    float: left;
    padding: 20px 0px 30px 0px;
}

}

@media(min-width:1201px) and (max-width:1300px){
.logopart img{
    width:250px
}
.cus-cons2 {
    display: none;
}
.menu-btn1 {
    display: block;
}

.menuarea > ul > li {
    padding: 0px 2px 0px 10px !important;
}

.menuarea > ul > li > a {
    font-size: 17px;
}
.logobox {
    padding-top: 15px;
    }
.menu-btn1 {
    margin-top: 29px;
}






}




@media(min-width:1201px) and (max-width:1350px){



.menuarea {
    
}
.menuarea > ul > li
{
        width: auto;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0px 29px 0px 0px;

}
.customer{
        width: 24%;
}


.cus-cont {
width: 70%;
}




}

.ast{
    float:left;
    width:100%;
}
@media(max-width:767px)
{
    .ast {
   
}
.b6-12 h4 {
    margin-left:0px !important;
    text-align:center;
        margin-top: 10px !important;

}
.b6-1 p {
margin-top:0px;
}
.ast1 {
   
}
.b6-11{
    width:100%;
}
.b6-11  img{
    float:none;
}
.b6-12{
    width:100%;
}
}





@media(min-width:1200px) and (max-width:1400px) {
.slider-ban .owl-dots {
    
    left: 69px;
}
.slide .item .cover .header-content {
    padding: 46px 5%;
}
}
@media(min-width:1400px) and (max-width:1450px) {
.slider-ban .owl-dots {
    display: block;
    position: relative;
    bottom: 155px;
    left: 185px;
}
}
@media(min-width:1451px) and (max-width:1550px) {
.slider-ban .owl-dots {
    display: block;
    position: relative;
    bottom: 155px;
    left: 199px;
}
}
@media(min-width:1551px) and (max-width:1700px) {
.slider-ban .owl-dots {
    display: block;
    position: relative;
    bottom: 155px;
    left: 218px;
}
}
@media(min-width:1701px) and (max-width:1900px) {
.slider-ban .owl-dots {
    display: block;
    position: relative;
    bottom: 155px;
    left: 245px;
}
}
@media(max-width:575px){
    .req-form {
    width: 338px;
}
.close_form {

    right: 338px;


}}


.hidden-input-field {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}

.grecaptcha-badge { 
    visibility: hidden;
}

