html{
     overflow-x: hidden;
}
body{
    margin: auto;
     overflow-x: hidden;
      font-family: "DM Sans", sans-serif;
}
p{
    margin-bottom: 0;
}




.header{
    width: 100%;
    float: left;
    background: white;
    position: fixed;
    z-index: 1111;
}
.header.active {
    background-color: white;
    background:white;
}
.hdr-main {
    width: 100%;
    float: left;
    /* border-bottom: 1px solid #99918B; */
    padding-top: 10px;
    padding-bottom: 10px;
}

.logo{
    width: 41%;
    float: left;
        padding-top: 13px;
}
.logo img{
    width: 100%;
    float: left;
    max-width: 150px;
    /*filter: brightness(11111111);*/
}
.active .logo img {
    -webkit-filter: initial;
    filter: initial;
}

.active .header_menu_area a {
    color: black;
}
.active .header_menu_area img{
    filter: invert(1);
}


.active .click img {
 filter: invert(1);
}
.bnr-sidimg {
    width: 50px;
    height: 50px;
    border-radius: 100px;
    border: 1px solid white;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    bottom: 4px;
}
.bnr-sidimg :after {
    width: 1px;
    height: 91px;
    float: left;
    background: white;
    content: '';
    position: absolute;
    left: 24px;
    top: -111px;
}

.bnr-sidimg h6 {
  color: white;
  font-size: 15px;
  font-weight: 400;
  margin: 0;
 
}

.hd-menus{
    width: 59%;
    float: left;
    padding-top: 10px;
}

.sub-hed{
float: left;
width: 100%;
background-color: #2a68ff;
height: 50px;
}

.header_menu_area {
  /* width: 100%; */
  float: left;
  text-align: center;
}


.header_menu_area > ul {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0px;
    padding-left: 0px;
    
    float: right;
    /*padding-top: 36px;*/
}
.header_menu_area > ul > li {
      width: auto;
      display: inline-block;
      vertical-align: middle; 
      padding-bottom: 8px;
      padding-left: 2px;
      padding-right: 2px;
}
.header_menu_area > ul > li > a {
    border-radius: 40px;
    width: auto;
    color: #000000;
    font-weight:400;
    float: left;
    font-size: 15px;
    padding: 0px 21px;
    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;
}
  
.header_menu_area > ul > li > a:hover{
color: #2a68ff;
}      


.active .stable:after {
 background: #bc0011 !important;
}

.active .menu .menuTrigger .line {
background: #000000;
    }

.stable:after {
    top: 4px;
    bottom: 0 !important;
    content: "" !important;
    display: block !important;
    left: 50% !important;
    position: relative !important;
    background: #ffffff !important;
    width: 45% !important;
    height: 2px;
    left: 0 !important;
    transform: scaleX(1) !important;
    transform-origin: left !important;
    transition: transform 0.25s ease-in-out !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;
}

.header_menu_area > ul > li:first-child > a:hover:after {
    content: none !important;
    display: none !important;
}
.menu li {
    display: inline-block;
    position: relative;
    z-index: 100;
}


.menu ul li a:hover, .menu ul li:hover>a {
  background: #ed1c24;
    color: #ffffff;
    text-decoration: none;
    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;
}


.menu ul {
    visibility: hidden;
    /* display: none; */
    opacity: 0;
    margin: 0;
    top: 28px;
    padding: 0;
    width: 211px;
    position: absolute;
    left: -39px;
    background: rgb(255 255 255);
    /* background: linear-gradient(95deg, rgba(39, 170, 225, 1) 0%, rgba(9, 115, 186, 1) 100%); */
    z-index: 99;
    transition: transform 0.3s cubic-bezier(0.88, -0.72, 0, 1), opacity 0.3s ease-in-out;
    transform: translate(-4rem);
    transition: all .1s ease-out;
    border-radius: 0;
}


.menu li:first-child {
    margin-left: 0;
}
.menu li:first-child {
    margin-left: 0;
}
.menu ul li {
    display: block;
    float: none;
    background: 0 0;
    margin: 0;
    padding: 0;
    width: 100%;
}

.menu li:hover>ul {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);

}
.header_menu_area ul li a img{
    width: 100%;
    float: left;
    max-width: 24px;
    filter: invert(1);
}

.menu ul li a {
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    padding: 12px 10px;
    display: block;
    color: #000000;;
    text-decoration: none;
    /*background: white;*/
  /*  border-bottom: solid 1px rgb(137 137 137 / 19%);*/
    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: 1024px) {
    .header_menu_area {
        display: none;
    }
    
    
}

.click{
    width: auto;
    float: right;
}
.click img{
    width: 100%;
    float: left;
    max-width: 33px;
    filter: invert(1);
}
.banner-captions {
    float: left;
    width: 100%;
    /* padding: 182px 0px; */
    position: absolute;
    z-index: 1;
}






.banner-captions {
    float: left;
    width: 100%;
    /*padding: 182px 0px;*/
    position: absolute;
    z-index: 1;
}





.fullscreen-video{
    float: right;
    background: white;
    padding: 12px 12px 9px 12px;
    border-radius: 10px 10px 0px 0px;
    margin-top: 0px;
    bottom: -171px;
    position: relative;
}
.fullscreen-video a{
    float: none;
    font-size: 14px;
    font-weight: 500;
    color: #424912;
    margin-left: 10px;
    text-decoration: none;
}
.fullscreen-video a img{
    float: left;
    width: 20px;

}
.banner {
    float: left;
    width: 100%;
    background-color: #3a3a3a;
    height: 672px;
    background-image: url(../images/banner1.webp);
    background-size: cover;
}



.baner-hed {
    float: left;
    width: 100%;
    text-align: left;
    padding-top: 240px;
    padding-bottom: 164px;
}

.baner-hed h2 {
    float: left;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 60px;
    color: black;
    padding-bottom: 21px;
}

.baner-hed h2 {
    float: left;
    width: 100%;
    font-size: 55px;
    font-weight: 700;
    line-height: 60px;
    color: #2a68ff;
    padding-bottom: 15px;
}
.baner-hed h2 span{
   font-weight: 700;
   color: #FFFFFF;
}
.slider-ban .owl-nav{
   display: none;
}
.bnr-tag {
    width: 100%;
    text-align: left;
    float: left;
}

.bnr-tag a {
    display: inline-block;
    width: 195px;
    height: 50px;
    text-align: center;
    color: white;
    font-size: 15px;
    font-weight: 600;
    background: #2a68ff;
    border-radius: 11px;
    text-decoration: none;
    padding: 14px 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;
    text-decoration: none;
}
.bnr-tag a:hover {
    background: #ffffff;
    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;
    color: #2a68ff;
}




.hdr-btn {
    width: 100%;
    text-align: left;
    float: left;
}

.fa-phone {
  font-size: 15px;
  margin-right:10px ;
}

.hdr-btn a {
    display: inline-block;
    width: 220px;
    height: 50px;
    text-align: center;
    color: white !important;
    font-size: 15px;
    font-weight: 600;
    background: #2a68ff;
    border-radius: 11px;
    text-decoration: none;
    padding: 14px 10px;
    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;
}
.hdr-btn a:hover {
    background: #ffffff;
    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;
    color: #2a68ff !important;
}






.section1-about {
    float: left;
    width: 100%;
    padding: 70px 0px 70px;
}

.s1{
float: left;
width: 100%;
padding-top: 55px;
}

.s1 h3 {
    float: left;
    width: 100%;
    font-weight: 700;
    font-size: 15px;
    color: #2a68ff;
}


.s1 h2 {
    float: left;
    width: 100%;
    font-weight: 700;
    font-size: 45px;
    line-height: 55px;
    margin-top: 6px;
    margin-bottom: 15px;
}

.s1 h2 span{
color: #2a68ff;
}

.s1 p{float: left;width: 100%;font-weight: 400;font-size: 15px;line-height: 27px;margin-bottom: 26px;}




.s1-1{
float: left;
width: 100%;
}

.s1-1 img {
    float: right;
    border-radius: 40px;
    width: 100%;
    box-shadow: 0px 5px 10px 1px #0000002b;
}







.section2-services{float: left;width: 100%;padding-top: 55px;background: #2a68ff0f;}

.s2-heading h3 {
    float: left;
    width: 100%;
    font-weight: 700;
    font-size: 15px;
    color: #2a68ff;
    text-align: center;
}


.s2-heading h2 {
    float: left;
    width: 100%;
    font-weight: 700;
    font-size: 45px;
    line-height: 55px;
    margin-top: 6px;
    margin-bottom: 15px;
    text-align: center;
}

.s2-heading h2 span{
color: #2a68ff;
}


.s2-carousel{float: left;width: 100%;padding-top: 30px;}

.s2-box-1{
      float: left;
      width: 100%;
      border-radius: 19px;
      border: solid 1px #0000003b;
      padding: 40px 27px;
      height: auto;
      background: none;
      transition: all ease-in-out 0.5s;
      -o-transition: all ease-in-out 0.5s;
      -ms-transition: all ease-in-out 0.5s;
      -moz-transition: all ease-in-out 0.5s;
      -webkit-transition: all ease-in-out 0.5s;
      margin-bottom: 50px;
      }

.s2-box-1 svg{float: none;margin-left: auto;margin-right: auto;display: block;width: 62px;fill: #2a68ff;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-box-1 h3{float: left;width: 100%;text-align: center;font-size: 25px;font-weight: 600;padding-top: 20px;margin-bottom: 0px; 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-box-1 p{
      float: left;
      width: 100%;
      margin-bottom: 0px;
      font-size: 15px;
      font-weight: 300;
      text-align: center;
      line-height: 180%;
      padding-top: 10px;
      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-box-btn {float: left;width: 100%;margin-top: 33px;}

.s2-box-btn a{float: none;text-align: center;margin-left: auto;margin-right: auto;display: block;background: #FF8F29;width: 162px;border-radius: 44px;height: 42px;padding: 7px 0px;font-size: 14px;font-weight: 300;color: white;border: solid 4px white; transition: all ease-in-out 0.5s;
      -o-transition: all ease-in-out 0.5s;
      -ms-transition: all ease-in-out 0.5s;
      -moz-transition: all ease-in-out 0.5s;
      -webkit-transition: all ease-in-out 0.5s; 
        text-decoration: none;}

.s2-box-btn a:hover;{ text-decoration: none; transition: all ease-in-out 0.5s;
      -o-transition: all ease-in-out 0.5s;
      -ms-transition: all ease-in-out 0.5s;
      -moz-transition: all ease-in-out 0.5s;
      -webkit-transition: all ease-in-out 0.5s; }      

.s2-box-1:hover a{background: #FF8F29;
 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-box-1:hover {
 background: #2a68ff;
 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-box-1:hover svg {fill: white;
 transition: all ease-in-out 0.5s;
      -o-transition: all ease-in-out 0.5s;
      -ms-transition: all ease-in-out 0.5s;
      -moz-transition: all ease-in-out 0.5s;
      -webkit-transition: all ease-in-out 0.5s; }  

.s2-box-1:hover h3 {color: white;
 transition: all ease-in-out 0.5s;
      -o-transition: all ease-in-out 0.5s;
      -ms-transition: all ease-in-out 0.5s;
      -moz-transition: all ease-in-out 0.5s;
      -webkit-transition: all ease-in-out 0.5s; }

.s2-box-1:hover p {color: white;
 transition: all ease-in-out 0.5s;
      -o-transition: all ease-in-out 0.5s;
      -ms-transition: all ease-in-out 0.5s;
      -moz-transition: all ease-in-out 0.5s;
      -webkit-transition: all ease-in-out 0.5s; }   


.s2-carousel .owl-dots{
display: none;
}                   

.s2-carousel .owl-nav{
display: none;
}



.section3-cta{float: left;width: 100%;background-image: url("../images/cta.webp");background-size: cover;height: auto;padding: 52px 0px;background-attachment: fixed;}

.s3-cta{
float: left;
width: 100%;
}


.s3-cta h3{float: left;width: 100%;text-align: center;color: white;font-size: 40px;font-weight: 600;padding-left: 0px;margin-bottom: 20px;}

.s3-cta h3 span{
font-weight: 700;
}

.cta-btn {
    width: 100%;
    text-align: center;
    float: left;
}
.cta-btn a {
    display: inline-block;
    width: 195px;
    height: 50px;
    text-align: center;
    color: #ffffff;
    border: solid 1px white;
    font-size: 15px;
    font-weight: 600;
    border-radius: 11px;
    text-decoration: none;
    padding: 14px 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;
    text-decoration: none;
}
.cta-btn a:hover {
    background: #ffffff;
    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;
    color: #2a68ff;
}



.footer {
    width: 100%;
    float: left;
    /* padding-top: 66px; */
    padding-bottom: 60px;
    background: white;
}
.ftr-top{
    margin-top: -120px;
    width: 100%;
    float: left;
}

.flogo{
    width: 100%;
    float: left;
    padding-top: 65px;
}
.flogo img{
    width: 100%;
    float: left;
    max-width: 200px;
}
.flogo p{
    width: 100%;
    float: left;
    text-align: left;
    color: #000000;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    padding-top: 22px;
}
.footer .col-lg-4{
    padding: 0;
}
.ftr-main{
    width: 100%;
    float: left;
}
.ftr-main h3{ 
width: 100%;
float: left;
text-align: left;
color: #000000;
margin-bottom: 0;
font-size: 15px;
font-weight: 700;
padding-bottom: 27px;
padding-top: 66px;
}
.ftr1{
    width: 27%;
    float: left;
    padding-left: 36px;
}
.ftr-main a{
    width: 100%;
    float:left;
    text-align: left;
    text-decoration: none;
    color: #000000;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    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;
}
.ftr-main a:hover{
    color: #2a68ff;
    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;
}
.ftr2 {
    width: 38%;
    float: left;
    padding-left: 55px;
}
.ftr2 h6{
    width: 100%;
    float: left;
    text-align: left;
    color: #000000;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 600;
    padding-top: 13px;
    padding-bottom: 26px;
    position: relative;
}
.ftr2 h6:after{
    width: 28px;
    height: 1px;
    background: #C10007;
    position: absolute;
    content: '';
    right: 80px;
    top: 21px;
}


.ftr1 li{
    list-style: none;
    width: 100%;
    float: left;
    position: relative;
}
/*.ftr1 li:after{
    width: 28px;
    height: 1px;
    background: #C10007;
    position: absolute;
    content: '';
    right: 74px;
    top: 14px;
}*/
.ftr3{
    width: 35%;
    float: left;
}
.ftr3 p{
    width: 100%;
    float: left;
    text-align: left;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    padding-bottom: 13px;
    color: #000000;
}
.social{
    width: 100%;
    float: left;
}
.social h6{
    width: 100%;
    float: left;
    text-align: left;
    color: #000000;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 600;
    padding-bottom: 26px;
    position: relative;
}
.social h6:after{
width: 28px;
    height: 1px;
    background: #C10007;
    position: absolute;
    content: '';
    right: 129px;
    top: 9px;
}
.copyriht{
    width: 100%;
    float: left;
    background: #2a68ff;
    padding: 14px 0;
}
.copyriht h1{
    width: 50%;
    float: left;
    text-align: left;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}

.copyriht h2{
    width: 50%;
    float: left;
    text-align: right;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}
.copyriht a{
    text-decoration: none;
    color: white;
}
.social a{
    width: auto;
    float: left;
    padding-right: 15px;
}
.social img{
    width: 100%;
    float: left;
    max-width: 36px;

}
.inner-page{
    padding-bottom: 102px;
    width: 100%;
    float: left;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('../images/about-bg.webp');
    height: 334px;
}
.inner-page h2{
    width: 100%;
    float: left;
    color: white;
    margin-bottom: 0;
    font-size: 55px;
    font-weight: 600;
    padding-top: 160px;
    padding-top: 160px;

}
.inner-page h2 span{
    font-weight: 400;
}
.page-thumb {
    float: left;
    width: auto;
}.page-thumb a {
    text-decoration: none;
}
.thumb-nav {
    float: left;
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
}





.section1-about-inner {
    float: left;
    width: 100%;
    padding: 70px 0px 50px;
}

.s1-inner{float: left;width: 100%;padding-top: 10px;}

.s1-inner h3 {
    float: left;
    width: 100%;
    font-weight: 700;
    font-size: 15px;
    color: #2a68ff;
}


.s1-inner h2 {
    float: left;
    width: 100%;
    font-weight: 700;
    font-size: 45px;
    line-height: 55px;
    margin-top: 6px;
    margin-bottom: 15px;
}

.s1-inner h2 span{
color: #2a68ff;
}

.s1-inner p{float: left;width: 100%;font-weight: 400;font-size: 15px;line-height: 27px;margin-bottom: 26px;}





.contactarea__single {
    padding: 50px 30px 25px;
    border: 1px solid #ebebeb;
    border-radius: 15px;
    margin-bottom: 30px;
    text-align: center;
}


.contactarea__single h3 {
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 15px;
    font-size: 24px;
}

.contactarea__single p {
    font-size: 16px;
    margin-bottom: 15px;
    color: black;
}




.abt-panel {
    width: 100%;
    float: left;
    padding: 0 5%;
    background: #2a68ff0a;
    border-radius: 25px;
}

.abt-panel h1 {
    /* float: left; */
    /* width: 100%; */
    color: #101010;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 21px;
    text-align: left;
    margin: 0px;
    margin-bottom: 10px;
    margin-top: 50px;
}

.abt-panel h1 span {
    color: #000000;
    font-weight: 700;
}


.contact-tag {
    float: left;
    width: 100%;
    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;
}


.contact-label {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 14px;
    color: #000;
    font-weight: normal;
}

.mct_form {
    border-bottom: 1px solid #b0aaaa;
    color: #272626;
    display: block;
    font-size: 13px;
    /* text-transform: uppercase; */
    height: 50px;
    margin-bottom: 10px !important;
    padding: 0 20px;
    outline: none;
    background: #ffffff;
    width: 100%;
    padding-left: 0px;
    border: none;
    transition: all 500ms ease;
    border: solid 1px rgba(46, 67, 110, 0.22);
    margin-top: 3px;
    width: 100%;
    float: left;
    padding: 15px;
    margin-top: 17px;
    border-radius: 10px;
}

.error_msg {
    display: none;
    width: auto;
    float: left;
    padding: 5px 7px;
    font-size: 13px;
    line-height: 15px;
    background: #E31B23;
    color: #fff;
    font-weight: 300;
    text-align: left;
    position: absolute;
    bottom: -8px;
    left: 0;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    z-index: 10;
}


.info-tag {
    line-height: 29px;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.93);
    margin-top: 9px;
}

.contact-snd {
    text-transform: uppercase;
    /* border-radius: 100px; */
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
    font-style: normal;
    font-stretch: normal;
    border: none;
    line-height: normal;
    /* letter-spacing: 1.8px; */
    width: 100%;
    border-radius: 10px;
    text-align: center;
    padding: 16px 22px;
    border: none;
    background: #2a68ff;
    color: #fff;
    float: right;
    margin-top: 11px;
    /* border: solid 2px #a3238e; */
    cursor: pointer;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.contact-snd:hover {
    background-color: #ffffff;
    color: #2a68ff;
}

.contact-snd:focus{
outline: none;
}

.adr-section {
    float: left;
    margin-top: 50px;
    width: 100%;
    margin-bottom: 15px;
    /* padding-left: 30px; */
}

.adr-section h1 {
    font-family: 'Isidora Sans Alt';
    float: left;
    width: 100%;
    color: #000;
    font-size: 30px;
    font-weight: 600;
    margin-top: 0px;
    margin-top: 4px;
    border-bottom: solid 1px #e6e6e6;
    padding-bottom: 16px;
}






























.inn-about{
    width: 100%;
    float: left;
    padding: 86px 0;
}
.abt-main{
     width: 100%;
     float: left;
}
.abt-main img{
    max-width: 530px;
    float: right;
    width: 100%;
    margin-left: 30px;
    border-radius: 30px;
}
.abt-main h3{
    width: auto;
    
    text-align: left;
    color: #ED1C24;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 600;
    padding-bottom: 5px;

}
.abt-main h2{
    width: auto;
    
    text-align: left;
    color: #000000;
    margin-bottom: 0;
    font-size: 38px;
    font-weight: 400;
    line-height: 51px;
    padding-bottom: 8px;
}
.abt-main h2 span{
    font-weight: 700;
}
.abt-main p{
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    width: auto;
    color: black;
    padding-right: 55%;
}
.inn-foot{
    margin-top: 0;
    background: #f4f4f4;
}
.abt-img {
    float: right;
    width: auto;
    position: relative;
}
.abtcound{
    width: 190px;
    border-radius: 20px;
    background: white;
    position: absolute;
    float: left;
    left: -40px;
    bottom: 35px;
    padding: 25px 18px 25px 18px;
    box-shadow: -13px 5px 37px -24px #010202;
}
.abtcound h6{
    width: 100%;
    float: left;
    text-align: left;
    color: #ED1C24;
    font-size: 62px;
    font-weight: 700;
    margin-bottom: 0;
}
.abtcound h6:after {
    color: #ED1C24;
    font-size: 62px;
    font-weight: 700;
   
    
    content: 'K+';
    position: absolute;
}
.abtcound h5{
    width: 100%;
    float: left;
    text-align: center;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}
.vmall {
    padding-bottom: 65px;
    padding-top: 65px;
    width: 100%;
    float: left;
}.vmall-hd {
    width: 100%;
    float: left;
}
.vmall-hd h2 {
    
    width: 100%;
    float: left;
    text-align: left;
    color: #000000;
    margin-bottom: 0;
    font-size: 38px;
    font-weight: 400;
    line-height: 51px;
    padding-bottom: 8px;
}
.vmall-hd p {
    width: 100%;
   

    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    float: left;
    color: black;
    
}
.v-m {
    background: #bc001108;
    padding: 29px 44px;
    border: 1px solid #bc0011;
    width: 100%;
    float: left;
    border-radius: 35px;
}
.v-m img {
    width: 80px;
    float: left;
}
.v-m h2 {
    padding-top: 13px;
    float: left;
    text-align: left;
    font-size: 28px;
    color: #0D0D0D;
    font-weight: 500;
    text-align: left;
    float: left;
    width: 100%;
}
.v-m p {
    width: 100%;
    float: left;
    font-size: 15px;
    font-weight: 400;
   line-height: 25px;
    text-align: left;
    float: left;
    color: black;

 }
 .productall{
    width: 100%;
    float: left;
    padding: 36px 0;
    padding-bottom: 86px !important;
 }
 .pro-main{
    width: 100%;
    float: left;
    background: #FFF2F2;
    border-radius: 31px;
    padding: 30px 23px;
    margin-top: 50px;
 }
  .pro-main img{
    width: 100%;
    margin: auto;
    float: none;
    display: block;
    text-align: center;
    max-width: 230px;
  }
    .pro-main h2{
        width: 100%;
        float: left;
        text-align: center;
        color: #000000;
        font-size: 18px;
        font-weight: 600;
        padding-bottom: 8px;
        padding-top: 21px;
    }
    .pro-main p{
        width: 100%;
        float: left;
        text-align: center;
        color: #C1012A;
        font-size: 15px;
        font-weight: 500;
    }

#sub-page-intro {
    float: left;
    width: 100%;
    padding-top: 86px;
    padding-bottom: 86px;
}
#sub-page-intro h6 {
    float: left;
    width: 100%;
    color: #232323;
    text-align: center;
    font-size: 38px;
    font-weight: 400;
    line-height: 140%;
    
    padding-bottom: 10px;
}
#sub-page-intro h6 span{
    font-weight: 700;
}
#sub-page-intro p {
    text-align: center;
    float: left;
    width: 100%;
    color: #232323;
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 45px;
}
.career-frn {
    float: left;
    width: 100%;
}
.frm-titel {
    float: left;
    padding-bottom: 5px;
    width: 100%;
    color: #232323;
    font-size: 15px;
    font-weight: 600;
}
.career-frm {
    /* border: 1px solid #b0aaaa; */
    color: #131616;
    display: block;
    padding-left: 15px !important;
    font-weight: 400;
    font-size: 15px;
    height: 55px;
    margin-bottom: 30px !important;
    padding: 0 20px;
    outline: none;
    
    width: 100%;
    padding-left: 0px;
    border: none;
    transition: all 500msease;
    border: solid 1px #bc0011;
    margin-top: 3px;
    width: 100%;
    float: left;
    padding: 7px 10px;
    margin-top: 3px;
    border-radius: 8px;
}
.cpt {
    padding-top: 12px;
}.cpt-snd {
    padding-top: 33px;
    float: left;
}

.explore button {
 
    text-decoration: none;
    transition: transform 0.3s ease-in-out;
    border: none;
    background: none;
    display: inline-block;
    width: 209px;
    height: 45px;
    float: none;
    text-align: center;
    color: #000000;
    background: white;
    text-decoration: none;
    border: 1px solid #000000;
    border-radius: 22px;
    padding: 11px 0;
    font-weight: 600;
}
.contact-inn {
    width: 100%;
    float: left;
    padding: 50px 0 0;
    position: relative;
}
.iner-ab-b1 {
    width: 100%;
    float: left;
    padding-bottom: 20px;
}

.iner-ab-b1 h2 {
    float: left;
    width: 100%;
    text-align: left;
    line-height: 120%;
    margin-bottom: 45px;
    color: #000000;
    font-size: 38px;
    font-weight: 400;
    line-height: 51px;
    
}
.iner-ab-b1 h2 span {
    font-weight: 700;
}
.contact-bx {
    float: left;
    width: 100%;
}
.con-frm {
    border: 1px solid #37abdfb8;
    float: left;
    width: 100%;
    padding: 15px 25px;
    border-radius: 10px;
    background: white;
    margin-bottom: 18px;
}
.hidden-input-field {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}

.con-frm {
    border: 1px solid #bc0011;
    float: left;
    width: 100%;
    padding: 15px 25px;
    border-radius: 10px;
    background: white;
    margin-bottom: 18px;
}
.con-frms {
    width: 100%;
}
.con-frms input {
    color: black;
    display: block;
    font-weight: 400;
    font-size: 15px;
    height: 34px;
    margin-bottom: 0px;
    outline: none;
    background: white;
    width: 100%;
    border: none;
    border: solid 1px transparent;
    float: left;
}
.con-frms textarea {
    color: black;
    display: block;
    font-weight: 400;
    font-size: 15px;
    height: 34px;
    margin-bottom: 0px;
    outline: none;
    background: white;
    width: 100%;
    border: none;
    border: solid 1px transparent;
    width: 100%;
    float: left;
}
.addres-bxs {
    z-index: 99;
    padding: 25px 25px;
    top: -33px;
    width: 25%;
    float: right;
    background: rgb(188 0 17);
    position: absolute;
    border-radius: 10px;
}.addres-bxs h3 {
    width: 100%;
    color: white;
    float: left;
    text-align: left;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 0px;
    padding-bottom: 10px;
}.addres-bxs p {
    width: 100%;
    float: left;
    text-align: left;
    color: white;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 0px;
}.addres-bxs a {
    text-align: left;
    color: white;
    margin-bottom: 0px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 300;
    width: 100%;
    float: left;
    padding-top: 4px;
}.contact-bx2 {
    width: 100%;
    float: left;
}.map {
    padding-left: 30px;
    width: 100%;
    float: left;
}
.addres-bxs1 {
    padding-top: 10px;
}
@media (min-width: 992px) {
    .modal-lg {
        max-width: 920px !important;
    }
}
#enroll{
    z-index:1111;
}
#enroll .modal-content {
     background: #000; 
    background-size: cover;
    border-radius: 30px;

    
    border: none;
}
.close_form {
    border-radius: 30px;
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    right: 15px;
    z-index: 999;
    top: 15px;
    background: #ff002a url(../images/close.svg) no-repeat center center;
    background-size: 20px 20px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: none;
    cursor: pointer;
}
.mod-new {
    width: 100%;
    float: left;
    padding: 30px;
}
.mod-right {
    width: 100%;
    float: left;
    padding: 70px 30px;
}
.mod-right img {
    width: 100%;
    max-width: 280px;
    float: none;
    display: block;
    text-align: center;
    filter: brightness(25.5);
}
.mod-right h6 {
    font-size: 32px;
    color: #fff;
    font-weight: 700;
    margin-top: 25px;
    margin-bottom: 25px;
}
.mod-right a {
    font-size: 22px;
    color: #ff002a;
    text-decoration: none;
}
.log-sec {
    width: 100%;
    float: left;
    background: #fff;
    padding: 50px 30px;
    border-radius: 30px;
}
.log-field {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
.log-field label {
    font-size: 15px;
    color: #000;
    width: 100%;
    font-weight: 500;
}
.log-field input {
    width: 100%;
    float: left;
    padding: 13px;
    border: 1px solid #d1d1d1;
    border-radius: 10px;
    font-size: 15px;
}



@media (max-width: 400px){


.baner-hed h2 {
        font-size: 31px !important;
        line-height: 42px !important;
    }
}

@media (max-width: 575px){

    .addres-bxs h3 {
        text-align: center;
    }
    .addres-bxs p {
        text-align: center;
    }
    .addres-bxs a{
        text-align: center;
    }

.hdr-btn a {

    margin-left: auto;
    margin-right: auto;
    display: block;
}
.baner-hed {
    padding-bottom: 0;
}
.click{
    display: none;
}

    .logo {
        width: 58%;
    }

.hd-menus {
     width: 42%;
}
    .baner-hed h2 {
        font-size: 45px;
        line-height: 60px;
        text-align: center;
    }
    .baner-hed h5 {
    
        text-align: center;
    }
.baner-hed h2 br{
    display: none;
}
.bnr-sidimg{
    display: none;
}
.stion2-hd h2 {
    font-size: 35px;
}
.stion-logo img{
    float: none;
    margin: auto;
    display: block;
    text-align: center;
}
.product-ind img{
    max-width: 100%;
}
.sertion-hd h2{
    font-size: 35px;
}
.sertion-hd h2 br{
    display: none;
}

.sertion-hd p {
    padding-left: 0;
    padding-right: 0;
}
.s1-1 img {
    float: none;
    width: 90%;
    box-shadow: 0px 5px 10px 1px #0000002b;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.s1 h3 {
    text-align: center;
}
.s1 h2 {
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}
.s1 p {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}
.bnr-tag a {
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.s2-heading h2 {
    font-size: 40px;
    line-height: 51px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}
.s2-heading h2 br{
    display: none;
}
.section3-cta {
    height: auto;
}
.section3 {
    padding-top: 70px;
    
}
.baner-hed {
        padding-top: 170px;
    }
.section4-hd h2{
    font-size: 33px;
}
.banner{
    height: 553px;
    background-position: center;
}
.banner:before{
    height: 553px !important;
}
#myVideo{
    height: 553px !important;
}
.colmain {
    width: 100%;
 }
.stion4-txt {
    width: 100%;
    padding-left: 0;
    padding-top: 12px;
 }
.section4-main img{
    float: none;
    margin: auto;
    display: block;
    text-align: center;
}
.stion4-txt h2{
    text-align: center;
}
.stion4-txt p{
    padding: 0 10px;
    text-align: center;
}
.colimg {
     margin-top: 0px;
    width: 100%;
    float: left;
    padding-bottom: 60px;
}
.mhn img {
    width: 100%;
    float: none;
    margin: auto;
    display: block;
    text-align: center;
    max-width: 240px;
}
.section4-hd h2{
    padding-bottom: 40px;
}
.section4-main{
    padding-bottom: 40px !important;
}
.section4 {
    padding-bottom: 30px;
    padding-top: 60px;
    height: auto;
    background-image: url('../images/s4mob.jpg');
 }
.white-contant h3{
    text-align: center;
}
.white-contant h4{
    text-align: center;
    font-size: 35px;

}
.white-contant h4 br{
display: block;
}
.ftr-top {
    margin-top: 0;
 }
.white-contant{
    text-align: center;
}
.white-contant a{
    margin-left: auto;

}

.white-contant a {
    display: inline-block;
    float: none;
    text-align: center;
    margin-top: 22px;
 }
.flogo img{
    float: none;
    margin: auto;
    display: block;
    text-align: center;
}
    .flogo p {
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
    }
.ftr1 {
    width: 100%;
    float: left;
    padding-left: 0;
}
.ftr-main h3{
    padding-bottom: 16px;
    padding-top: 49px;
    text-align: center;
}
.ftr-main a{
    text-align: center;
}
.ftr1 li:after{
    display: none;
}
.ftr2 {
    width: 100%;
    float: left;
    padding-left: 0;
}
.ftr2 h6{
    text-align: center;
}

.ftr2 h6:after{
    display: none;
}
.ftr3 {
    width: 100%;
 }
.ftr3 p{
    text-align: center;
}
.copyriht h1{
    text-align: center;
    width: 100%;
}

.copyriht h2 {
    width: 100%;
    text-align: center;
 }
.inner-page h2 {
        font-size: 35px;
        padding-top: 132px;
        text-align: center;
}

.inner-page {
    padding-bottom: 50px;
    height: auto;
}
.page-thumb {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    float: none;
}
.page-thumb a {
    text-decoration: none;
    text-align: center;
    float: none;
}

.s1-inner h2 {
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}

.s1-inner h3 {
    text-align: center;
    margin-top: 50px;
}

.s1-inner p {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0px;
}

.abt-panel h1 {

    text-align: center;
}

.contact-tag {
     padding-right: 0px; 
    text-align: center;
}

.abt-main img{
    float: none;
    margin: auto;
    display: block;
    text-align: center;
}

.contact-label {
    text-align: center;
}
.abtcound{
    left: 0;
    bottom: -125px;
}

.abt-panel {
    padding-bottom: 0px;
}
.abt-main h3{

    padding-top: 159px;
    float: left;
    text-align: center;
    width: 100%;
}

.abt-main h2{
    text-align: center;
    float: left;
    width: 100%;
    font-size: 30px;
    line-height: 45px;
}
.abt-main p{
    width: 100%;
    float: left;
    text-align: center;
    padding-right: 0;

}
.vmall{
    padding-bottom: 30px;
    padding-top: 0;
}
.inn-about{
    padding-bottom: 60px;
}
.vmall-hd h2{
    text-align: center;
}
.vmall-hd h2 br{
    display: none;
}
.vmall-hd p{
    padding-bottom: 30px;
    text-align: center;
}
.v-m{
    margin-bottom: 25px;
}

.v-m img{
    float: none;
    text-align: center;
    margin: auto;
    display: block;

}
.v-m h2{
    text-align: center;
}
.v-m p{
    text-align: center;
}
#sub-page-intro p{
    padding-left: 0;
    padding-right: 0;
}

.cpt-snd {
     padding-top: 0px;
    }

.addres-bxs{
    position: relative;
    width: 100%;
    top: 0;
}
.iner-ab-b1 h2{
    text-align: center;
    font-size: 35px;
}
.map {
    padding-left: 0px;
    }
.contact-inn{
    padding-bottom: 0;
}
.iner-ab-b1{
    padding-bottom: 45px;
}
.contact-bx2{
    padding-top: 45px;
}


}


@media (min-width:576px) and (max-width:767px){

    .abtcound {
        left: 0;
        bottom: -125px;
    }
    .addres-bxs h3 {
        text-align: center;
    }
    .addres-bxs p {
        text-align: center;
    }
    .addres-bxs a{
        text-align: center;
    }
.baner-hed {
    padding-bottom: 0;
}
.click{
    display: none;
}
.hdr-btn a {

    margin-left: auto;
    margin-right: auto;
    display: block;
}

.logo {
    width: 50%;
 }

.hd-menus {
     width: 50%;
}
.baner-hed h2{
    font-size: 45px;
    line-height: 60px;
}
.baner-hed h2 br{
    display: none;
}
.bnr-sidimg{
    display: none;
}
.stion2-hd h2 {
    font-size: 35px;
}
.stion-logo img{
    float: none;
    margin: auto;
    display: block;
    text-align: center;
}
.product-ind img{
    max-width: 100%;
}
.sertion-hd h2{
    font-size: 35px;
}
.sertion-hd h2 br{
    display: none;
}

.sertion-hd p {
    padding-left: 0;
    padding-right: 0;
}
.section3 {
    padding-top: 70px;
    
}
.section4-hd h2{
    font-size: 33px;
}
.colmain {
    width: 100%;
 }
.stion4-txt {
    width: 100%;
    padding-left: 0;
    padding-top: 12px;
 }
.section4-main img{
    float: none;
    margin: auto;
    display: block;
    text-align: center;
}
.stion4-txt h2{
    text-align: center;
}
.stion4-txt p{
    text-align: center;
}


    .colimg {
        margin-top: 0px;
        width: 100%;
        float: left;
        padding-bottom: 60px;
    }
.mhn img {
    width: 100%;
    float: none;
    margin: auto;
    display: block;
    text-align: center;
    max-width: 240px;
}
.section4-hd h2{
    padding-bottom: 40px;
}
.section4-main{
    padding-bottom: 40px !important;
}
.section4 {
    padding-bottom: 30px;
    padding-top: 60px;
    height: auto;
    background-image: url('../images/s4mob.jpg');
 }
.white-contant h3{
    text-align: center;
}
.white-contant h4{
    text-align: center;
    font-size: 35px;

}
.white-contant h4 br{
display: block;
}
.ftr-top {
    margin-top: 0;
 }
.white-contant{
    text-align: center;
}
.white-contant a{
    margin-left: auto;

}

.white-contant a {
    display: inline-block;
    float: none;
    text-align: center;
    margin-top: 22px;
 }
.flogo img{
    float: none;
    margin: auto;
    display: block;
    text-align: center;
}
.flogo p{
    text-align: center;
}
.ftr1 {
    width: 100%;
    float: left;
    padding-left: 0;
}
.ftr-main h3{
    padding-bottom: 16px;
    padding-top: 49px;
    text-align: center;
}
.ftr-main a{
    text-align: center;
}
.ftr1 li:after{
    display: none;
}
.ftr2 {
    width: 100%;
    float: left;
    padding-left: 0;
}
.ftr2 h6{
    text-align: center;
}

.ftr2 h6:after{
    display: none;
}
.ftr3 {
    width: 100%;
 }
.ftr3 p{
    text-align: center;
}
.social h6{
    text-align: center;
}
.downlode {
    display: flex;
    flex-direction: column;     /* Stack image and text vertically */
    align-items: center;        /* Center them horizontally */
    justify-content: center;    /* Center them vertically */
             /* Set a height for demo, adjust as needed */
    text-align: center;
}

.downlode img {
    max-width: 20px;            /* You can adjust icon size */
    margin-bottom: 10px;
}

.downlode a {
    text-align: center;
}
.social h6:after{
    display: none;
}



.social {
    width: 100%;
    text-align: center; /* centers inline elements */
}

.social h6 {
    text-align: center;
    margin-bottom: 10px;
}

.social a {
    display: inline-block; /* keep in line */
    margin: 0 10px; /* spacing between icons */
    float: none;
    padding-right: 0;
}

.social img {
    width: 36px;
    height: auto;
    display: block; /* removes gap under image */
}.copyriht h1{
    text-align: center;
    width: 100%;
}

.copyriht h2 {
    width: 100%;
    text-align: center;
 }
.inner-page h2 {
        font-size: 35px;
        padding-top: 132px;
}

.inner-page {
        padding-bottom: 50px;
        height: auto;
    }
.s1-inner {

    padding-top: 50px;
}
.abt-main img{
    float: none;
    margin: auto;
    display: block;
    text-align: center;
}

    .abt-main h3 {
        padding-top: 159px;
        float: left;
        text-align: center;
        width: 100%;
    }

.abt-main h2{
    text-align: center;
    float: left;
    width: 100%;
    font-size: 30px;
    line-height: 45px;
}
.abt-main p{
    width: 100%;
    float: left;
    text-align: center;
    padding-right: 0;

}
.vmall{
    padding-bottom: 30px;
    padding-top: 0;
}
.inn-about{
    padding-bottom: 60px;
}
.vmall-hd h2{
    text-align: center;
}
.vmall-hd p{
    padding-bottom: 30px;
    text-align: center;
}
.v-m{
    margin-bottom: 25px;
}

.v-m img{
    float: none;
    text-align: center;
    margin: auto;
    display: block;

}
.v-m h2{
    text-align: center;
}
.v-m p{
    text-align: center;
}
#sub-page-intro p{
    padding-left: 0;
    padding-right: 0;
}

.cpt-snd {
     padding-top: 0px;
    }

.addres-bxs{
    position: relative;
    width: 100%;
    top: 0;
}
.iner-ab-b1 h2{
    text-align: center;
    font-size: 35px;
}
.map {
    padding-left: 0px;
    }
.contact-inn{
    padding-bottom: 0;
}
.iner-ab-b1{
    padding-bottom: 45px;
}
.contact-bx2{
    padding-top: 45px;
}
.s2-heading h2 br{
    display: none;

}
}


@media (min-width:768px) and (max-width:991px){

.baner-hed {
    padding-bottom: 0;
}
.ftr1 {
    padding-left: 0;
}

.hdr-btn a{
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.click{
    display: none;
}
.bnr-sidimg{
    display: none;
}
.baner-hed h2{
    font-size: 55px;
}

.product-ind {
    width: 50%;
    padding: 0 10px;
}

.product-ind-mob{
    width: 100%;
}
.product-ind-mob img{
    max-width: 100%;
    height: 300px;
    object-fit: cover;


}

.section3 {
    padding-top: 60px;
    padding-bottom: 0;
}
.colmain {
    width: 36%;
 }
.section4-main img{
    max-width: 52px;
}
.mhn {
    margin-top: 75px;
 }
.section4{
    height: 872px;
}
.ftr-top {
    margin-top: -163px;
 }
.white-contant a{
    margin-left: 0;
    margin-top: 15px;
}
.copyriht h1{
    font-size: 13px;
}
.copyriht h2{
    font-size: 13px;
}

.inner-page {
    padding-bottom: 60px;
 }
.abt-main h3{
    float: left;
    padding-top: 30px;
    text-align: left;
    width: 100%;
}
.abt-main img{
    float: none;
    margin: auto;
    display: block;
    text-align: center;
}
.abt-img {
    width: 100%;
}
.abtcound{
    left: 20px;
}
.abt-main p{
    padding-right: 0;
}
.inn-about{
    padding-bottom: 0;
}
.inn-foot{
    margin-top: 0 !important;
}
.addres-bxs{
    width: 40%;
}
.iner-ab-b1 .cpt-snd{
padding-top: 0;
}
.contact-inn{
    padding-bottom: 0;
}
}

@media (min-width:992px) and (max-width:1024px){

.baner-hed {
    padding-bottom: 0;
}
.ftr1 {
    padding-left: 0;
}
.click{
    display: none;
}
.bnr-sidimg{
    display: none;
}
.baner-hed h2{
    font-size: 55px;
}

.stion4-txt {
    width: 84%;
 }

.section3 {
    padding-top: 60px;
    padding-bottom: 0;
}
.colmain {
    width: 36%;
 }
.section4-main img{
    max-width: 52px;
}
.mhn {
 margin-top: 30px;;
 }
.section4{
    height: 872px;
}
    .ftr-top {
        margin-top: -173px;
    }
    .white-contant h4 {
    width: 100%;
 }
.ftr1 li:after{
    display: none;
}
.ftr2 h6:after{
    display: none;
}
.social h6:after{
    display: none;
}
.ftr2 {
    padding-left: 15px;
}
.white-contant a{
    margin-left: 0;
    margin-top: 15px;
}
.copyriht h1{
    font-size: 13px;
}
.copyriht h2{
    font-size: 13px;
}

.inner-page {
    padding-bottom: 60px;
 }
 .abt-main h2{
    font-size: 30px;
    line-height: 38px;
 }
.abt-main img{
    margin-top: 57px;
    max-width: 460px;
}
.abtcound{
    left: -8px;
}
.inn-about{
    padding-bottom: 0;
}
.inn-foot{
    margin-top: 0 !important;
}
.addres-bxs{
    width: 40%;
}
.iner-ab-b1 .cpt-snd{
padding-top: 0;
}
.contact-inn{
    padding-bottom: 0;
}

    
}
@media (min-width:1025px) and (max-width:1199px){
.ftr1 {
    padding-left: 0;
}
.click {
    display: none;
}
.logo {
    width: 40%;
 }
.hd-menus {
    width: 60%;
 }
.ftr2 {
    padding-left: 21px;
}
.ftr1 li:after{
    display: none;
}
.ftr2 h6:after{
    display: none;
}
.social h6:after{
    display: none;
}
.abt-main img {
    max-width: 436px;
    margin-top: 75px;
 }
.abt-main h2{
    font-size: 32px;
}











    
}



@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1198px;
    }


.section4 {
    height: 948px;
    }

}