html{
    overflow-x: hidden;
}
body{
margin: 0px;
overflow-x:hidden;
font-family: "Space Grotesk", sans-serif !important;

}


.social_chat_block {
    width: 172px;
    position: fixed;
    bottom: 10px;
    right: 5px;
    background: #f1ece5;
    border: solid 1px #58585c24;
    z-index: 777;
    text-align: left;
    font-size: 17px;
    padding-left: 25px;
    padding-right: 25px;
    /* line-height: 42px; */
    color: black;
    font-weight: 500;
    transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    border-radius: 50px;
    float: right;
    padding-top: 10px;
    padding-bottom: 10px;
}
.social_chat_block span {
    font-size: 18px;
    position: relative;
    top: 3px;
}
.wave {
    animation-name: wave-animation;
    animation-duration: 2.5s;
    animation-iteration-count: infinite;
    transform-origin: 70% 70%;
    display: inline-block;
}
.ftr-hand {
    width: 28px;
    margin-left: 8px;
}
.social_chat_block strong img {
    width: 28px;
    float: right;
}


@keyframes wave-animation {
    0% { transform: rotate( 0.0deg) }
   10% { transform: rotate(14.0deg) }  /* The following five values can be played with to make the waving more or less extreme */
   20% { transform: rotate(-8.0deg) }
   30% { transform: rotate(14.0deg) }
   40% { transform: rotate(-4.0deg) }
   50% { transform: rotate(10.0deg) }
   60% { transform: rotate( 0.0deg) }  /* Reset for the last half to pause */
  100% { transform: rotate( 0.0deg) }
}

@media (max-width: 500px) {
.social_chat_block{width:150px; padding-left:13px; padding-right:13px;}
.ftr-hand{width:22px; margin-left: 3px;}   
.social_chat_block span{font-size:17px;}
}

.social_chat_block:hover {
    background: white;
    color: #118d25;
    text-decoration: none !important;
}


.news-scroll h3 span{
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    color: white;
}




.loader {
    width: 185px;
    height: 120px;
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    opacity: 1;
    animation: filter-animation 3s infinite;
    /* stroke: darkred; */
    /* transition: fill .3s ease-in-out; */
    /* animation: chng 1s linear infinite; */
    /* transform-origin: bottom; */
    /* -webkit-animation: colorchange 20s infinite alternate; */
    /* margin-left: 80px; */
}

.loader img {
    /*max-width: 185px;*/
    width: 100%;
    animation: filter-animation 3s infinite;
}
.ip-loader {
    margin-left: 0px!important;
    /*bottom: 38%!important;*/
}



@keyframes filter-animation {
  0% { transform: translateY(-3px);}
  25% { transform: translateY(3px);}
  50% { transform: translateY(-3px);}
   75% { transform: translateY(3px);}
 
  100% { transform: translateY(-3px);}
}





.mob-img{
    width:100%;
    float:left;
    display:none;
}
.mob-img img {
    margin-bottom: 35px;
    margin-top: 35px;
    width: 100%;
}




@media(min-width: 992px){
.wrapper{
    display: none;
}
}


@media(max-width: 1024px){


    

    
.navItem ul {
    visibility: hidden;
    /* display: none; */
    opacity: 1;
    margin: 0;
    top: 40px;
    padding: 0;
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0;
    background: #6c4110;
    z-index: 99;
    transform: translate(0,20px);
    transition: all .5s ease-out;
    border-radius: revert-layer;
}
.navItem ul li {
    display: block;
    float: none;
    margin-bottom: 0 !important;
    background: 0 0;
    margin: 0;
    padding: 0;
    width: 100%;
    line-height: 20px;
}
.navItem ul li a {
    width: 100%;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    padding: 15px 10px;
    display: block;
    color: white;
    /* background: white; */
    border-bottom: 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;
}
.navItem:hover>ul {
    visibility: visible;
    /* display: block; */
    opacity: 1;
    transform: translate(0,0);
}
.quick-top span{
      text-align: center;
    width: 100%;
    float: left;
}
.quick-top{
  margin-left: 40px !important;
}

    /***************************menu******************/

.wrapper {
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
  /* flex-wrap: wrap; */
  /* min-height: 80vh; */
}
/*.wrapper > * {
  margin: 15px;
}*/


.frameMobile {
  /* position: relative; */
  /* overflow: hidden; */
  /* width: 300px; */
  /* height: 630px; */
  /* border: 10px solid #000; */
  /* border-radius: 50px; */
  /* -webkit-backface-visibility: hidden; */
  -moz-backface-visibility: hidden;
  /* -webkit-transform: translate3d(0, 0, 0); */
  -moz-transform: translate3d(0, 0, 0);
}
.frameMobile .fmCamera {
  position: absolute;
  z-index: 99;
  top: 7px;
  left: 50%;
  width: 80px;
  height: 25px;
  border-radius: 30px;
  background-color: #000;
  transform: translatex(-50%);
}
.frameMobile .fmCamera .camera-dot {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  width: 10px;
  height: 10px;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.frameMobile .fmCamera .camera-dot-2 {
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  opacity: 0.3;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
  filter: blur(1px);
}
.frameMobile .fmCamera .camera-dot-3 {
  position: absolute;
  background-color: #000;
  border-radius: 50%;
  width: 2px;
  height: 2px;
  opacity: 0.7;
}
.frameMobile:after {
  position: absolute;
  z-index: 99;
  bottom: 8px;
  left: 50%;
  width: 100px;
  height: 5px;
  background-color: #000;
  border-radius: 5px;
  transform: translatex(-50%);
}

.menu {
  position: absolute;
  z-index: 9999;
  right: 15px;
  top: 60px;
  width: 50px;
  height: 50px;
}
.menu .menuTrigger {
  --heightIcon: 15px;
  --widthLine: 24px;
  --heightLine: 2px;
  --transitionTime: 0.4s;
  --rotation: 45deg;
  --translateY: calc(var(--heightIcon) / 2);
  --translateX: 0;
  position: absolute;
  z-index: 99;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: var(--widthLine);
  height: var(--heightIcon);
}
.menu .menuTrigger .line {
  display: block;
  background: #ffffff;
  width: var(--widthLine);
  height: var(--heightLine);
  position: absolute;
  left: 0;
  border-radius: 3px;
  transition: all 0.4s;
  z-index: 999;
}
.menu .menuTrigger .line.line-1 {
  top: 0;
}
.menu .menuTrigger .line.line-2 {
  top: 50%;
}
.menu .menuTrigger .line.line-3 {
  top: 100%;
}
.menu .menuTrigger:hover .line-1, .menu .menuTrigger:focus .line-1 {
  transform: translateY(calc(var(--heightLine) / 2 * -1));
}
.menu .menuTrigger:hover .line-3, .menu .menuTrigger:focus .line-3 {
  transform: translateY(calc(var(--heightLine) / 2));
}
.menu .menuTrigger.active .line-1 {
  transform: translateY(var(--translateY)) translateX(var(--translateX)) rotate(var(--rotation));
}
.menu .menuTrigger.active .line-2 {
  opacity: 0;
}
.menu .menuTrigger.active .line-3 {
  transform: translateY(calc(var(--translateY) * -1)) translateX(var(--translateX)) rotate(calc(var(--rotation) * -1));
}

.nav {
  position: absolute;
  z-index: 11;
  bottom: 15px;
  right: 15px;
  display: block;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  /* background-color: #000; */
  transition-duration: 0.4s;
}
.nav.active {
 background: linear-gradient(32deg, rgb(144 87 22) 1%, rgb(0 0 0) 100%);
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1111;
}
.nav.active .navList {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav .navList {
  display: none;
  width: 100%;
}
.nav .navLink {
    line-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  width: 100%;
  opacity: 0;
  -webkit-animation-name: fadein;
  animation-name: fadein;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.nav .navItem:nth-child(1) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.nav .navItem:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.nav .navItem:nth-child(3) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.nav .navItem:nth-child(4) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.nav .navItem:nth-child(5) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.nav .navItem:not(:last-child) {
  margin-bottom: 18px;
}.nav .navItem{
  position: relative;
  width: 100%;
  float: left;
}
.nav .navLink {
  position: relative;
  display: inline-flex;
  font-size: 20px;
  letter-spacing: 0.1em;
  text-decoration: none;
  color: #fff;
  -webkit-animation-name: fadein;
  animation-name: fadein;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.nav .navLink:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 1px;
  /* background-color: #0e4fa3; */
  transform: translateX(-50%);
  transition: 0.25s;
}
.nav .navLink:hover:after {
  width: 100%;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(24px);
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(24px);
  }
  100% {
    opacity: 1;
  }
}
}




.headar{
    width: 100%;
    background-color: transparent;
    float: left;
    border-bottom: 1px solid #deecde;
    padding: 33px 0px;
}
.banner {
    /*overflow: hidden;*/
    /*height: 786px;*/
     padding-bottom: 35px; 
    width: 100%;
    float: left;
    background-image: url(../image/banner-img-1.webp);
    background-size: cover;
    background-repeat: no-repeat;
}
.bounce2 {
    animation: bounce2 2s ease infinite;
}
@keyframes bounce2 {
  0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
  40% {transform: translateY(-30px);}
  60% {transform: translateY(-15px);}
}
.logo{
  width: 25%;
  float: left;
}
.logo img{
    width: 228px;
    float: left;
}
.w-menu{
    margin-right: -30px;
    padding-top: 14px;
    width: auto;
    float: right;
}


.header_menu_area {
  /* width: 100%; */
  float: left;
 
/*  padding-top: 18px;*/
}
.header_menu_area ul li img{
  margin-right: 20px;
  float: left;
  width: 41px;
}
.header_menu_area > ul {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0px;
    padding-left: 25px;
    float: left;
/*    padding-top: 20px;*/
}
.header_menu_area > ul > li {
      width: auto;
      display: inline-block;
      vertical-align: middle;
     
      padding-top: 12px;
}
.header_menu_area > ul > li > a {
    width: auto;
    color:white;
    font-weight: 700;
    float: left;
   
    font-size: 15px;
    
    padding: 0px 28px 0px 19px;
   
    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;
}
      


.stable{
    color:#b86103  !important;
}


.header_menu_area > ul > li > a:hover {
    color:#b86103 ;
    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 > a:hover:after {
    /* width: 35%; */
    /* left: 0; */
    /* transform: scaleX(1); */
    transform-origin: left;
    transition: transform 0.25s ease-in-out;
}
.header_menu_area > ul > li > a:hover:after {
    width: 100%;
    left: 0;
    transform: scaleX(1);
    transform-origin: left;
    transition: transform 0.25s ease-in-out;
}
.menu li {
    display: inline-block;
    position: relative;
    z-index: 100;
}
.menu ul li a:hover, .menu ul li:hover>a {
    /*background: white;*/
    color:#7d4332;
    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 {
    padding: 15px  15px 15px 15px;
    visibility: hidden;
    /*  display: none;*/
    opacity: 0;
    margin: 0;
    top: 35px;
    /* padding: 0; */
    width: 220px;
    position: absolute;
    left: -27px;
    background: #000000ad;
    z-index: 99;
    transform: translate(0,20px);
    transition: all .5s ease-out;
    /*transform: translate(22px,0px);
    transition: all 0.5s ease-out;*/
   
}
.menu li:first-child {
    margin-left: 0;
}
.menu li:first-child {
    margin-left: 0;
}
.menu ul li {
    display: block;
    float: none;
    background: 0 0;
    margin: 0;
    padding: 0;
    width: 100%;
}

.menu li:hover>ul {
    visibility: visible;
   /* display: block;*/
    opacity: 1;
    transform: translate(0,0);
}

.menu ul li a {
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    padding: 8px 10px;
    display: block;
    color: white;
    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;
}
.banner-hd{
    width: 100%;
    float: left;

}
.banner-hd h2 {
    padding-right: 10%;
    padding-left: 10%;
    margin-bottom: 0px;
    padding-top: 140px;
    width: 100%;
    float: left;
    text-align: center;
    color: #FFFFFF;
    font-size: 80px;
    font-weight: 700;
}
.banner-hd P{
    padding-bottom: 140px;
       margin-top: -7px;
    width: 100%;
    float: left;
    color:#FFFFFF;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
}
.banner-img{
    width: 100%;
    float: left;
    text-align: center;
    
}
.banner-carousel .owl-nav {
    display: none;
}
.banner1-carousel .owl-nav {
    display: none;
}
.banner-img img{
    width: 41px;
    float: none;
    text-align: center;
    margin: auto;
    display: block;
}
.body2 {
    padding-bottom: 110px;
    padding-top: 87px;
    width: 100%;
    float: left;
    background-color: white;
}
.body2-hd{
    width: 100%;
    float: left;
}
.body2-hd h2{
        padding-bottom: 30px;
    text-align: center;
width: 100%;
float: left;
color: #905716;
font-size: 55px;
font-weight: 300;
margin-bottom: 0px;

}
.body2-hd h2 span{
   font-weight: 700;
}
.body2-hd p{
    padding: 0px 215px;
    color: #424242;
    font-size: 15px;
    font-weight: 400;
    line-height: 200%;
    float: left;
    text-align: center;
    margin-bottom: 0px;
}
.body3{
    height: 869px;
    width: 100%;
    float: left;
    background-size: cover;
    background-image: url('../image/sec-3-bg.webp');
}
.body3-leftimg{
    margin-top: -54px;
    width: 40%;
    float: left;
}
.body3-leftimg img{
    width: 100%;
    max-width: 380px;
    float: left;
}
.body3-hds{
    padding: 100px 0px 0px 15px;
    float: left;
    width: 60%;
}
.body3-hds h2{
        margin-bottom: 15px;
    width:70%;
    float: left;
    text-align: left;
    font-size: 36px;
    font-weight: 300;
    line-height: 120%;
    color:white;
}
.body3-hds h2 span{
    font-weight: 700;
}
.body3-hds p{
    padding-bottom: 9px;
    line-height: 28px;
    width: 100%;
    float: left;
    text-align: left;
    font-size: 15px;
    font-weight: 400;
   
    color: white;
}


.body3-hds2 {
    padding: 70px 0px 0px 15px;
    float: left;
    width: 60%;
}
.body3-hds2 h2 {
    margin-bottom: 15px;
       width: 57%;
    float: left;
    text-align: left;
    font-size: 36px;
    font-weight: 300;
    line-height: 120%;
    color: white;
}
.body3-hds2 p {
    padding-bottom: 9px;
    line-height: 28px;
    width: 99%;
    float: left;
    text-align: left;
    font-size: 15px;
    font-weight: 400;
    color: white;
}
.body3-hds2 h2 span {
    font-weight: 700;
}




.read-buttan{
    width: 100%;
    float: left;
}
.read-buttan a{
        padding: 13px 0px;
        margin-bottom: 0px;
    width: 100%;
    float: left;
    width: 157px;
    height: 48px;
    background-color: white;
    color: #1E1E1E;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    border-radius: 60px;
    transition: all ease-in-out 0.8s;
    -o-transition: all ease-in-out 0.8s;
    -ms-transition: all ease-in-out 0.8s;
    -moz-transition: all ease-in-out 0.8s;
    -webkit-transition: all ease-in-out 0.8s;
}
.read-buttan a:hover{

    color: white;
    background-color: #b86103;
    text-decoration: none;
    transition: all ease-in-out 0.8s;
    -o-transition: all ease-in-out 0.8s;
    -ms-transition: all ease-in-out 0.8s;
    -moz-transition: all ease-in-out 0.8s;
    -webkit-transition: all ease-in-out 0.8s;
}







.body3-rightimg{
    margin-top: 30px;
    width: 40%;
    float: left;
}
.body3-rightimg img{
    width: 100%;
    max-width: 375px;
    float: left;
}
.body4{
        padding: 96px 0px;
    width: 100%;
    float: left;
    background-color: white;
}
.body4-hd{
    width: 100%;
    float: left;
}
.body4-hd h2{
    width: 100%;
    text-align: right;
    float: left;
    color: #905716;
    font-size: 55px;
    font-weight: 300;
    margin-bottom: 0px;

}
.body4-hd h2 span{
    font-weight: 700;
}
.body4-mainbx{
    width: 96%;
    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.85;
    -webkit-transition: all ease-in-out 0.5s;
}
.body4-mainbx:hover h2 span {


color: #905716;
 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.85;
    -webkit-transition: all ease-in-out 0.5s;
}



.numberbx{
    width: 100%;
    float: left;
}
.numberbx h2{
    width: 100%;
    float: left;
    text-align: right;
    color: #F3F3F3;
    font-size: 100px;
    font-weight: 700;
    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.85;
    -webkit-transition: all ease-in-out 0.5s;
}
.body4-mainbx img{
        margin-top: -40px;
    width: 100%;
    float: left;
    max-width: 336px;
    border-radius: 20px;
}
.body4-mainbx h3{
    padding-bottom: 12px;
    width: 100%;
    float: left;
    text-align: left;
    color: #905716;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 0px;
    padding-top: 25px;
}
.body4-mainbx p{

    color: #525252;
    width: 100%;
    float: left;
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
}
.body4-mainbx a:hover{
    color: #ff8c0f;
    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;
}
.body4-mainbx a{
    width: auto;
    float: left;
    text-align: left;
    text-decoration: none;
    color: #905716;
    font-size: 15px;
    font-weight: 700;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.body5{
    padding-top:102px;
    padding-bottom:110px;
    width: 100%;
    float: left;
    background-size: cover;
    background-image: url('../image/client-sec-bg.webp');
}
.body5-hd{
    width: 100%;
    float: left;
}
.body5-hd h2{
    margin-bottom: 0px;
    padding-bottom: 59px;
    width: 100%;
    float: left;
    text-align: center;
    color: white;
    font-size: 55px;
    font-weight: 300;
}

.body5-hd h2 span{
font-weight: 700;
}
.body5-logs{
    width: 100%;
    float: left;
}
.body5-logs img{
   
    max-width: 212px;
    float: left;
}
.body6{
    padding-top: 95px;
    width: 100%;
    float: left;
    background-color: white;
    padding-bottom: 140px;
}
.body6-hd{
    width: 100%;
    float: left;
}
.body6-hd h2{
    padding-bottom: 62px;
    width: 100%;
    float: left;
    text-align: center;
    color: #905716;
    font-size: 55px;
    font-weight: 300;
}
.body6-hd h2 span{
     font-weight: 700;
}
.bdy6-img{
    width: 40%;
    float: left;
}
.bdy6-img img{
    width: 100%;
    max-width: 427px;
    float: left;
}
.body6-main{
    width: 100%;
    float: left;
}
.right-main{
     overflow: hidden;
    position: relative;
    width: 60%;
    height: 413px;
    float: left;
}

















.body6-smol {
    border-bottom: 18px solid #fff;
position: absolute;
    /* margin-top: 24px; */
     padding: 43px 0px;
        background-color: transparent;
    border-radius: 20px;
    /*box-shadow: 0px 36px 114px -47px rgba(0, 0, 0, 0.05);*/
/*    position: relative;*/
    padding-left: 55px;
    width: 100%;
    float: left;
    /*will-change: transform, opacity;*/
    /*animation: carouselnn 18s linear infinite;*/
}
/*.body6-smol:nth-child(1) {*/
/*animation-delay: 0s;*/
/*}*/
/*.body6-smol:nth-child(2) {*/
/*animation-delay: 3s;*/
/*}*/
/*.body6-smol:nth-child(3) {*/
/*animation-delay: 6s;*/
/*}*/
/*.body6-smol:nth-child(4) {*/
/*animation-delay: 9s;*/
/*}*/
/*.body6-smol:nth-child(5) {*/
/*animation-delay: 12s;*/
/*}*/
/*.body6-smol:nth-child(6) {*/
/*animation-delay: 15s;*/
/*}*/
/*@keyframes carouselnn{*/
/*    0%{*/
/*        transform: translateY(100%) scale(1);*/
/*        opacity: 0;*/
/*        visibility: hidden;*/
/*    }*/
/*    3%, 16.6%{*/
/*        transform: translateY(100%) scale(1);*/
/*        opacity: 1;*/
/*        visibility: visible;*/
/*    }*/
/*    19.6%, 33.2%{*/
/*        transform: translateY(0) scale(1);*/
/*        opacity: 1;*/
/*        visibility: visible;*/
/*    }*/
/*    36.2%, 49.8%{*/
/*        transform: translateY(0) scale(1);*/
/*        opacity: 0;*/
/*        visibility: visible;*/
/*    }*/
/*    52.8%,66.4%{*/
/*        transform: translateY(-100%) scale(1);*/
/*        opacity: 0;*/
/*        visibility: visible;*/
/*    }*/
/*    69.4%,83%{*/
/*        transform: translateY(-100%) scale(1);*/
/*        opacity: 0;*/
/*        visibility: visible;*/
/*    }*/
/*    86%{*/
/*        transform: translateY(-100%) scale(1);*/
/*        opacity: 0;*/
/*        visibility: visible;*/
/*    }*/
/*    100%{*/
/*        transform: translateY(-100%) scale(1);*/
/*        opacity: 0;*/
/*        visibility: visible;*/
/*    }*/
/*}*/

/*old*/












.ext-sml{
    margin-bottom: 49px;
}



.body6-smol img {
    width: 100%;
    float: left;
    max-width: 50px;
}
.ne-bd6sot img {
    width: 100%;
    float: left;
    max-width: 50px;
}
.bdy6txt h2 {
    padding-top: 18px;
    padding-left: 20px;
    /* width: auto; */
    color: #000000;
    font-weight: 700;
    font-size: 20px;
    float: left;
}
.bdy6txt p {
    width: 80%;
    text-align: left;
    color: #424242;
    font-size: 15px;
    font-weight: 400;
    line-height: 200%;
}
.bdy6txt p {
    padding-top: 10px;
    float: left;
    width: 80%;
    text-align: left;
    color: #424242;
    font-size: 15px;
    font-weight: 400;
    line-height: 200%;
}
.bdy6txt{
    width: 100%;
    /* position: relative; */
    float: left;
    padding-left: 25px;
}
.ne-bd6sot {
}
.bdy6txt h3 {
    padding-right: 30px;
    float: left;
    /* top: -22px; */
    /* right: 3px; */
    /* position: absolute; */
    /* float: right; */
    text-align: left;
    color: #905716;
    font-size: 65px;
    font-weight: 700;
}
.body7{
    width: 100%;
    float: left;
    padding: 80px 0px;
    background-size: cover;
    background-image: url('../image/cta-bg.webp');
}
.body7 h2{
    width: auto;
    float: left;
    text-align: left;
    color: white;
    font-size: 55px;
    font-weight: 300;
    margin-bottom: 0px;

}
.body7 h2 span{
    font-weight: 700;
}

.read-buttan1 {
        padding: 10px 0px;
    width: auto;
    float: right;
}
.read-buttan1 a {
    padding: 13px 0px;
    margin-bottom: 0px;
    width: 100%;
    float: left;
    width: 157px;
    height: 48px;
    background-color: white;
    color: #1E1E1E;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    border-radius: 60px;
     transition: all ease-in-out 0.8s;
    -o-transition: all ease-in-out 0.8s;
    -ms-transition: all ease-in-out 0.8s;
    -moz-transition: all ease-in-out 0.8s;
    -webkit-transition: all ease-in-out 0.8s;
}
.read-buttan1 a:hover {
     color: white;
    background-color: #b86103;
    text-decoration: none;
     transition: all ease-in-out 0.8s;
    -o-transition: all ease-in-out 0.8s;
    -ms-transition: all ease-in-out 0.8s;
    -moz-transition: all ease-in-out 0.8s;
    -webkit-transition: all ease-in-out 0.8s;
}
.body8{
    width: 100%;
    float: left;
    background-color: white;
    padding-top: 109px;
    padding-bottom: 140px;
    position: relative;

}
.body8-hd{
    position: relative;
    width: 100%;
    float: left;
}
.body8-hd h2{
    padding-bottom: 43px;
width: 100%;
float: left;
text-align: center;
color: #905716;
font-size: 55px;
font-weight: 300;
margin-bottom: 0PX;
}
.body8-hd h2 span{
    font-weight: 700;
}

.bdy8-main{
    width: 100%;
    float: left;
}
.body8-center{
     position: relative;
     width: 519px;
     height: 278px;
     float: none;
     text-align: center;
     display: block;
     margin: auto;
     border-radius: 20px;
     background-color: white;
}
.cout-carousel .item {
    height: 350px;

}
.cout-carousel .owl-nav {
    padding-top: 24px;
   margin-left: auto;
   margin-right: auto;
   display: block;
   text-align: center;
   float: none;
    
}
.cout-carousel .owl-prev img {
    filter: invert(1) brightness(0.5);
    width: 22px;
        margin-left: 10px;
    margin-right: 10px;
}
.cout-carousel .owl-next img {
    filter: invert(1) brightness(0.5);
    width: 22px;
        margin-left: 10px;
    margin-right: 10px;
}
.cout-carousel .owl-next img:hover {
   filter: none;
   -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    transform: scale(2.1);
}
.cout-carousel .owl-prev img:hover {
   filter: none;
   -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    transform: scale(2.1);
}




/*.cout-carousel .owl-next img:hover {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    transform: scale(1.1);
}*/
















.body8-center img{
    left: 204px;
    top: 43px;
    position: absolute;
    float: none;
    margin: auto;
    display: block;
    text-align: center;
    max-width: 116px;
    width: 100%;
}
.body8-center p{
           padding: 35px 90px 0px 90px;
        width: 100%;
        float: left;
        text-align: center;
        color: #424242;
        font-size: 15px;
        font-weight: 400;
        line-height: 200%;
        margin-bottom: 0px;
}
.body8-center h3{
    padding-top: 15px;
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 0px;
    color: black;
    font-size: 15px;
    font-weight: 400;
}
.body8-center h4{
     text-align: center;
    margin-bottom: 0px;
     color: #424242;
        font-size: 15px;
        font-weight: 400;
         width: 100%;
        float: left;
        text-align: center;
        padding-top: 4px;
}
.bdy8-back {
    box-shadow: 0px 0px 24px 17px rgba(0, 0, 0, 0.05);
    position: absolute;
    width: 478px;
    height: 245px;
    border-radius: 20px;
    background-color: #fafafa;
    
    /* Centering the box */
    top: 51%;
    left: 50%;
    transform: translate(-50%, -50%);
}







/*.bdy8-back{
    box-shadow: 0px 0px 24px 17px rgba(0, 0, 0, 0.05);
 left: 436px;
 top: 275px;
 position: absolute;
 width: 478px;
 height: 245px;
 float: none;
 text-align: center;
 display: block;
 margin: auto;
 border-radius: 20px;
 background-color: #fafafa;
}*/
.body8-hd-img{
    left: 168px;
    position: absolute;
    width: auto;
    float: left;
}
.body8-hd-img img{
    float: left;
    width: 100%;
}

.body8-hd-img2 {
    top: 27px;
    right: 222px;
    position: absolute;
    width: auto;
    float: left;
}
.body8-hd-img2 img{
    float: left;
    width: 100%;
}
.body8-hd-img3{
    top: 259px;
    left: 55px;
    position: absolute;
    width: auto;
    float: left;
}
.body8-hd-img3 img{
    float: left;
    width: 100%;
}

.body8-hd-img4{
    top: 276px;
    right: 126px;
    position: absolute;
    width: auto;
    float: right;
}
.body8-hd-img4 img{
    float: left;
    width: 100%;
}
.body8-hd-img5 {
    bottom: 107px;
    left: 166px;
    position: absolute;
    width: auto;
    float: left;
}
.body8-hd-img5 img{
    float: left;
    width: 100%;
}



.body8-hd-img6 {
    bottom: 71px;
    right: 249px;
    position: absolute;
    width: auto;
    float: left;
}
.body8-hd-img6 img{
    float: left;
    width: 100%;
}
.footer-top{
    height: 9px;
    width: 100%;
    float: left;
   background: rgb(144,87,22);
background: linear-gradient(90deg, rgba(144,87,22,1) 0%, rgba(98,56,8,1) 100%);
}
.footer{
    padding-bottom: 55px;
    width: 100%;
    float: left;
    padding-top: 90px;
    background: rgb(144,87,22);
background: linear-gradient(180deg, rgba(144,87,22,1) 0%, rgba(98,56,8,1) 100%);

}
.ftr-bx1{
    width: 100%;
    float: left;
}
.ftrlogo img{
    width: 100%;
    float: left;
    max-width: 362px;

}
.social {
    padding-top: 50px;
    width: 100%;
    float: left;
}
.social h2{
    padding-right: 25px;
    padding-top: 5px;
    float: left;
    text-align: left;
    color: white;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 0px;
}
.social img{
    width: 100%;
    float: left;
    max-width:30px;
}
.social a{
    /* padding-left: 10px; */
    padding-right: 22px;
    float: left;
}
.ftr-bx2{
    width: 100%;
    float: left;
}
.ftr-bx2-1{
    padding-left: 80px;
    width: 35%;
    float: left;
}
.ftr-bx2-1 h2{
    width: auto;
    float: left;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 0px;
    padding-bottom: 20px;
}
.ftr-bx2-1 a{
    width: 100%;
    float: left;
    text-align: left;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 0px;
    color: #FFFFFF;
    line-height: 42px;
    text-decoration: none;
}


.ftr-bx2-1 a:hover{
    color:#dd7a0b;
    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;
}
.ftr-bx2-2 a:hover{
 color:#dd7a0b;
    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;
}
.copy h3 a:hover{
color:#dd7a0b;
    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;
}


.ftr-bx2-2{

width: 22%;

float: left;
}
.ftr-bx2-2 h2{
    width: auto;
    float: left;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 0px;
    padding-bottom: 20px;
}
.ftr-bx2-2 a{
    width: 100%;
    float: left;
    text-align: left;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 0px;
    color: #FFFFFF;
    line-height: 42px;
    text-decoration: none;
}
.ftr-3{
    padding-left: 30px;
    width: 43%;
    float: left;
}
.ftr-3 h2{
    color: white;
    width: 100%;
    float: left;
    text-align: left;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 0px;
    padding-bottom: 20px;
}
.ftr-3 p{
    line-height: 39px;
    padding-bottom: 15px;
    width: 100%;
    float: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 0px;
}
.search{
        padding: 16px 0px 16px 25px;
        color: white;
        width: 100%;
        float: left;
        text-align: left;
        border-radius: 70px;
        background-color: transparent;
        border: 1px solid white;
}
.frm-imput input::placeholder {
    color: #FFFFFF !important;
    font-size: 14px !important;
}
.sercle{
    top: 6px;
    right: 9px;
    position: absolute;
    width: 46px;
    height: 46px;
    float: left;
    border-radius: 50%;
    background-color: #623808;
    color: white;
    text-align: center;
    font-size: 25px;
    font-weight:500;
}
.sercle h3 {
   padding: 8px 9px;
    float: left;
    color: white;
    text-align: center;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 0px;
}
.frm-imput{
    position: relative;
    width: 100%;
    float: left;
}
.copy{
    width: 100%;
    float: left;
}
.copy h2{
    padding-top: 52px;
    color: white;
    float: left;
    text-align: left;
    font-size: 15px;
    font-weight: 300;
    width: 100%;
    margin-bottom: 0px;
}


.copy h3{
    padding-top: 52px;
    color: white;
    float: left;
    width: 100%;
    text-align: right;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 0px;
}
.copy h3 a{
    color: white;
    text-decoration: none;
}



.inner-page{
    width: 100%;
    float: left;
   background-size: cover;
    background-image: url('../image/banner-img-1.webp');
}
.inner-hd{
    width: 100%;
    float: left;
}
.inner-hd h2 {
    padding: 80px 0px;
    width: 100%;
    float: left;
    text-align: center;
    color: white;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 0px;
}
.abt{
    width: 100%;
    float: left;
    background-color: white;
    padding: 80px 0px;
}
.abt-img img {
    max-width: 508px;
    margin-top: 20px;
    float: right;
    width: 100%;
    margin-left: 46px;
    border-radius: 30px;
}
.abt-text h2 {
    width: auto;
    text-align: left;
    color: #905716;
    font-size: 55px;
    font-weight: 300;
   
    margin-bottom: 0px;
    padding-bottom: 20px;
}
.abt-text h2 span{
font-weight: 700;
}
.abt-text p{
    width: auto;
    text-align: left;
    color: #525252;
   font-size: 15px;
    font-weight: 400;
    line-height: 28px;
}
.about-vmv {
    padding: 70px 0px; 
    width: 100%;
    float: left;
    background: rgb(144, 87, 22);
    background: linear-gradient(180deg, rgba(144, 87, 22, 1) 0%, rgba(98, 56, 8, 1) 100%);
}
.aboutnmv-main{
    width: 100%;
    float: left;

}
.aboutnmv-main h2{
    margin-bottom: 15px;
    width: 100%;
    float: left;
    text-align: center;
    font-size: 36px;
    font-weight: 300;
    line-height: 120%;
    color: white;
}
.aboutnmv-main h2 span {
    font-weight: 700;
}
.aboutnmv-main p{
    padding: 0px 200px;
    line-height: 28px;
    width: 100%;
    float: left;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    color: white;
}
.vmvbx {
    padding-top: 55px;
    padding-bottom: 12px;
    /* padding-top: 105px; */
    width: 100%;
    float: left;
}
.ab-imdhd {
    width: 32%;
    float: left;
}
.vmvbx img {
    width: 68px;
    float: left;
}
.vmvbx h2 {
    padding-left: 55px;
    width: auto;
    float: left;
    text-align: left;
    color: white;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 0px;
}
.ab-pera {
    width: 68%;
    float: left;
}
.vmvbx p {
    padding-left: 124px;
    width: auto;
    float: left;
    text-align: left;
    color: white;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}
.abt-white {
    width: 100%;
    float: left;
    background-size: cover;
    background-image: url(../image/abtlast.png);
    padding-top: 50px;
    padding-bottom: 50px;
}
.abt-white p {
    padding-top: 5px;
    width: 100%;
    float: left;
    text-align: left;
    color: black;
    font-size: 30px;
    font-weight: 300;
    line-height: 42px;
    
}
.clint-page{
    width: 100%;
    float: left;
    padding: 80px 0px;

}
.clint-pagehd{
    width: 100%;
    float: left;
}
.clint-pagehd h2 {
    padding-bottom: 15px;
    width: 100%;
    text-align: center;
    float: left;
    color: #905716;
    font-size: 55px;
    font-weight: 300;
    margin-bottom: 0px;
}
.clint-pagehd h2 span{
    font-weight: 700;
}
.clint-pagehd p{
    text-align: center;
    color: #525252;
    width: 100%;
    float: left;
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 0px;
    padding: 0px 190px;

}
.clients-full{
    float: left;
    width: 100%;
    
}
.client-logo {
    padding: 25px;
    float: left;
    width: 100%;
}
.client-logo img{
    float: left;
    width: 100%;
}
.abt3-box {
        margin-top: 65px;
        float: left;
        padding: 30px 20px;
        background: #ffffff;
        border: 1px solid white;
        border-radius: 20px;
        height: auto;
        margin-bottom: 20px;
        width: 100%;
}
.abt3-box img {
    width: 50px;
}
.abt3-box h5 {
    font-size: 22px;
    color: #6a3d0b;
    font-weight: 700;
    margin-top: 20px;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
}
.abt3-box p {
    font-size: 15px;
    color: #525252;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 10px;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
}
.abt3-box:hover {
    box-shadow: 3px 10px 10px 10px rgba(0, 0, 0, 0.05);
    background: #8e5616;
    border-color: transparent;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
}
.abt3-box:hover h5 {
    color: white;
}
.abt3-box:hover p{
     color: white;
     transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
}
.contact-full{
    width: 100%;
    float: left;
    padding: 80px 0px;
    background-color: white;

}
.ct-left {
    width: 100%;
    float: left;
    background: #8c5415;
    /* border: 1px solid #2c2c2c; */
    border-radius: 20px;
    padding: 30px 50px;
}
.ct-left h1 {
    color: white;
    font-size: 35px;
    font-weight: 700;
}
.ct-field {
    width: 100%;
    float: left;
    margin-top: 15px;
}
.ct-field label {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    width: 100%;
    float: left;
    margin-bottom: 4px;
}
.ct-field input {
    width: 100%;
    float: left;
    background: white;
    border: 1px solid #ffffff;
    padding: 15px;
    border-radius: 10px;
    color: black;
    font-size: 15px;
}
.ct-left button {
    float: left;
    width: 100%;
    height: 50px;
    background: #1bd582;
    border-radius: 30px;
    font-size: 15px;
    position: relative;
    color: #000;
    border: none;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    margin-top: 15px;
    padding: 13px 0;
    z-index: 9;
    overflow: hidden;
}
.contact-full h2 {
    font-size: 35px;
    color: #8c5415;
    font-weight: 700;
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.contact-full p {
    font-size: 15px;
    color: #525252;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 40px;
    width: 100%;
    float: left;
}
.ct-box {
    width: 48%;
    float: left;
    padding: 15px;
    background: white;
    border: 1px solid #8c5415;
    margin-right: 2%;
    border-radius: 20px;
    height: 210px;
    margin-bottom: 20px;
}
.ct-box img {
    filter: invert(11);
    width: 40px;
}
.ct-box h5 {
    font-size: 18px;
    color:black;
    margin-top: 18px;
    font-weight: 700;
}
.ct-box h6 {
    font-size: 15px;
    font-weight: 400;
    color: #525252;
    line-height: 24px;
    font-weight: 400;
    margin: 0;
}
.ct-box h6 a{
    font-size: 15px;
    font-weight: 400;
    color: #525252;
    line-height: 24px;
    font-weight: 400;
    margin: 0;
}
.ct-field textarea {
        margin-bottom: 20px;
    width: 100%;
    float: left;
    /* background: black; */
    /* border: 1px solid #2c2c2c; */
    padding: 15px;
    border-radius: 10px;
}
.pqicon{
    width: 100%;
    float: left;
    padding: 70px 0px;
}

.pqi-hd h2 {
    width: auto;
    text-align: left;
    color: #905716;
    font-size: 55px;
    font-weight: 300;
    margin-bottom: 0px;
        padding-bottom: 30px;
}
.pqi-hd h2 span {
    font-weight: 700;
}

.pqiconimg img {
    border-radius: 20px;
    width: 100%;
    float: right;
    max-width: 490px;
    /* margin-top: 20px; */
    margin-left: 46px;
}

.pqiconpera p{
    width: auto;
    text-align: left;
    color: #525252;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
}
.app-hd{
    padding-top: 20px;
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
.app-hd h2{
      width: auto;
    text-align: left;
    color: #905716;
    font-size: 40px;
    font-weight: 300;
    margin-bottom: 0px;
    padding-bottom: 20px;
}
.app-hd h2 span{
    font-weight: 700;
}
.appnumber {
    border-radius: 20px;
        box-shadow: 0px 22px 32px -1px #8e8e8e29;
    margin-bottom: 25px;
    width: 100%;
    float: left;
    padding: 20px 20px;
    background-color: white;
}
.appnumber h2{
    padding-left: 23px;
    float: left;
    color: #525252;
    font-size: 22px;
    font-weight: 700;
}
.appnumber h3 {
    float: left;
    text-align: left;
    color: #905716;
    font-size: 45px;
    font-weight: 700;
}
.appnumber1{
    border-radius: 20px;
       box-shadow: 0px 22px 32px -1px #8e8e8e29;
    margin-bottom: 25px;
    width: 100%;
    float: left;
    padding: 20px 20px;
    background-color: white;
        height: 280px;
}
.appnumber1 p{
    width: 100%;
    text-align: left;
    color: #525252;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;

}
.appnumber1 h2 {
    width: 100%;
    float: left;
    color: #525252;
    font-size: 22px;
    font-weight: 700;
}

.service-main {
    padding-top: 0px;
    width: 100%;
    float: left;
    padding-bottom: 70px;
}
.ser-hd{
    width: 100%;
    float: left;
}
.ser-hd h2{
      width: auto;
    text-align: left;
    color: #905716;
    font-size: 40px;
    font-weight: 300;
    margin-bottom: 0px;

}
.ser-hd h2 span{
    font-weight: 700;
}
.ser-sml {
    margin-top: 30px;
    padding: 40px 40px;
    width: 100%;
    float: left;
    border-radius: 20px;
    border: 1px solid #905716;
}
.ser-sml h2 {
    width: 100%;
    float: left;
    color: #525252;
    font-size: 25px;
    font-weight: 700;
}
.ser-sml p{

     width: 100%;
    float: left;
    color: #525252;
    font-size: 15px;
    font-weight: 400;
}
.ser-sml h4{
        /*word-break: break-all;*/
    padding-left: 24px;
    position: relative;
    width: 100%;
    float: left;
    color:#525252 ;
    font-size: 22px;
    font-weight: 400;
    padding-top: 12px;

}
.ser-sml h4:after {
    top: 14px;
        left: -7px;
    background-repeat: no-repeat;
    background-size: contain;
    height: 25px;
    width: 79px;
    position: absolute;
    content: '';
    background-image: url(../image/point.png);
}



/*new*/
.team-page {
    width: 100%;
    float: left;
    padding: 80px 0px;
}
.team-pagemain{
   padding-bottom: 30px;
    width: 100%;
    /*border-bottom: 1px solid #905716;*/
    float: left;
}
.team-img{
    width: 100%;
    float: left;
}
.team-img img{
    display: block;
    width: 70%;
    float: none;
    text-align: center;
    margin: auto;
}
.team-img h2{
    padding-top: 14px;
    width: 100%;
    float: left;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0px;
}
.team-img p{
    width: 100%;
    float: left;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
}
.team-hds{
    /*padding-top: 22px;*/
    width: 75%;
    float: left;
}
.team-hds img{
    width: 60px;
    float: left;

}
.team-hds h4 {
    /*padding-left: 71px;*/
    padding-top: 15px;
    width: auto;
    color: black;
    font-size: 20px;
    font-weight: 500;
}
.team-hds p{
    padding-bottom: 19px;
    padding-top: 15px;
    width: 100%;
    float: left;
    text-align: left;
    color: black;
    font-size: 15px;
    font-weight: 400;
}
.love-bx{
    padding-top: 24px;
    width: 100%;
    float: left;
    border-top: 1px solid #905716;
}

.love-bx img {
    width: 60px;
    float: left;
}
.love-bx h4{
    /*padding-left: 71px;*/
    padding-top: 15px;
    width: auto;
    color: black;
    font-size: 20px;
    font-weight: 500;
}
.love-bx p{
        padding-bottom: 10px;
   padding-top: 15px;
    width: 100%;
    float: left;
    text-align: left;
    color: black;
    font-size: 15px;
    font-weight: 400; 
}
.love-bx h3 {
    /*padding-left: 12px;*/
    float: left;
    padding-top: 15px;
    width: auto;
    color: black;
    font-size: 20px;
    font-weight: 500;
}
.univers{
    padding-top: 0px !important;
}
.Coresplit h6{
    padding-left: 26PX;
    position: relative;
    line-height: 25px;
    width: 100%;
    float: left;
    font-size: 16px;
    font-weight: 400;
    color: black;
}
.Coresplit {
    padding-bottom: 20px;
    width: 100%;
    float: left;
    padding-top: 20px;
}
.Coresplit-inn{
    position: relative;
    width: 50%;
    float: left;
}
.Coresplit-inn h6:after {
    top: 0px;
    left: 0px;
    background-repeat: no-repeat;
    background-size: contain;
    height: 25px;
    width: 79px;
    position: absolute;
    content: '';
    background-image: url(../image/point.png);
}
.expertise {
    padding-bottom: 49px;
    /*border-bottom: 1px solid #905716;*/
    width: 100%;
    float: left;
}
.expertise h2{
    width: 100%;
    float: left;
    text-align: center;
    color: black;
   font-size: 24px;
    font-weight: 500;

}
.expertise-bx1{
    padding-top: 35px;
    width: 50%;
    float: left;
}
.expertise-bx1 h3{

    float: left;
    width: auto;
    color: black;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0px;
}

.expertise-bx1 p{
margin-bottom: 0px;
    padding-bottom: 0px;
    padding-top: 10px;
    width: 100%;
    float: left;
    text-align: left;
    color: black;
    font-size: 15px;
    font-weight: 400;
}
.expertise-bx1 h4{
padding-top: 30px;
    float: left;
    width: auto;
    color: black;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0px;
}
.expertise-bx1 h6{
    padding-top: 30px;
    float: left;
    width: 100%;
    text-align: center;
    color: black;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0px;
}
.univers1{
    margin-bottom: 0px;
}










/*new*/






























@media (max-width: 400px){
    
    .bdy6txt h2 {
        padding-left:0px;
    }
    .ne-bd6sot img{
        display:none;
    }
    
    .right-main {
        height: 550px !important;
        
    }
    ul.containe li {
    height: 240px !important;
        
    }
    
    .ne-bd6sot {
        float: left !important;
        padding-top: 0px !important; 
    }
    
    .banner-hd h2 {
    font-size: 30px !important;
}
.body2-hd h2 {
        font-size: 40px !important;
    }
        /*.body6 {*/
        /*height: 1530px !important;*/
            
        /*}*/
            .frm-imput {
        padding: 0px 35px !important;
    }
        .bdy6txt h3 {
            right: 30px;
            font-size:45px !important;
            
        }
            .body7 h2 {
                font-size: 40px !important;
            }
    .body8-hd h2 {
        font-size: 40px !important;
    }
    .body8-center p {
    padding: 18px 40px 0px 40px !important;
        
    }
    .body8-center img {
    left: 127px !important;
        
    }
    .bdy6txt p {
    width: 100%;
        
    }
}



@media (max-width: 991px){
    
    .btnl {
    width: 100%;
    text-align: center !important;
    }
}

@media (max-width: 575px){
    
    
    .ser-sml h4{
            font-size: 19px;
    }
    
    .bdy6txt h2{
        font-size: 15px !important;
    }
    
    .bdy6txt p {
        width:100%;
    }
    
    .ne-bd6sot {
    padding-top: 17px;
}
    
    .body8-center p{
           padding: 19px 90px 0px 90px;
        
    }
    
    
    
    
    .mob-img {
    display: block;
    width: 80%;
    float: none;
    margin-left:auto;
     margin-right:auto;
    
}
    .body3-leftimg {
        display:none;
    }
        .body3-rightimg {
        display:none;
    }


.w-menu {
    display: none;
}
.banner {
    height: auto;
    padding-bottom: 35px;
}
.banner-hd h2 {
    padding-right: 0%;
     padding-left: 0%;
padding-top: 90px;
font-size: 44px;

}
.banner-hd P br{
        display: none;
    }
.banner-hd P {
    padding-bottom: 70px;
}
.body2-hd h2 {
font-size: 50px;

}
.body2-hd p {
    padding: 0px 0px;
}
.body2 {
    padding-top: 60px;
}
.body3-leftimg {
    width: 100%;
}
.body3 {
    height: auto;
}
.body3-hds {
    padding: 0px 0px 0px 0px;
    width: 100%;
}
.body3-hds h2 {
            padding: 0px 40px;
    width: 100%;
    text-align: center;
}
.body3-hds p {
    text-align: center;
}
.read-buttan {
    text-align: center;
}
.read-buttan a {
    display: inline-block;
    float: none;
    text-align: center;
}
.body3-hds2 h2 {
    padding: 0px 40px;
    text-align: center;
    width: 100%;
}
.body3-hds2 {
    width: 100%;
    padding: 70px 0px 0px 0px;
}
.body3-hds2 p {
    text-align: center;
    width: 100%;
}
.body3-rightimg {
   
    width: 100%;
}
.body4-hd h2 {
   
    text-align: center;
}
.body4-mainbx {
    margin-top: 0px !important;
    padding-top: 40px !important;
    width: 100%

}
.body4-mainbx img {
    max-width: 100%;
}
.body4-mainbx h3 {
    text-align: center;
}
.body4-mainbx p {
    text-align: center;
}
.body4-mainbx a {
    text-align: center;
    width: 100%;
}
.body5-logs img {
       max-width: 100%;
    float: none;
    text-align: center;
    margin: auto;
    display: block;
}

.body6-hd h2 {
    font-size: 50px;
}
.bdy6-img {
    padding-bottom: 70px;
    width: 100%;
}
.right-main {
    height: 475px;
    width: 100%;
}
.body6-smol {
     margin-top: 24px; 
    padding: 30px 20px 30px 36px;
}
.bdy6txt {
    width: 100%;
    padding-left: 0px;
    padding-top: 20px;
}
.bdy6-img img {
    
    max-width: 100%;
}
.body6 {
        /* height: 1425px; */
        padding-top: 70px;
        padding-bottom: 100px;
    }
.bdy8-back{
    width:100%;
}
.body8-center {
    width:100%;
}
.body7 h2 {
    width: 100%;
    text-align: center;
    font-size: 50px;
    padding-bottom: 30px;

}
.read-buttan1 a {
        display: inline-block;
        float: none;
        text-align: center;
}
.read-buttan1 {
    float: none;
    text-align: center;
}
.body8-hd h2 {
    font-size: 50px;
}
.body8-hd-img {
    top: -79px;
    left: 1px;
}
.body8-hd-img img {
    width: 70%;
}
.body8-hd-img2 {
    top: -37px;
    right: 0px;
}
.body8-hd-img5 {
    bottom: 69px;
    left: 65px;
}
.body8-hd-img6 {
    bottom: 0px;
    right: 85px;
}
.body8-hd-img3 {
    display: none;
}
.body8-hd-img4 {
    display:none;
    top: 566px;
    right: 143px;
}
.social h2 {
    width: 100%;
    padding-right: 0px;
    padding-top: 0px;
    text-align: center;
    font-size: 18px;
}
.ftrlogo img {
    text-align: center;
    width: 100%;
    float: none;
    max-width: 362px;
    margin: auto;
    display: block;
}
.social {

    text-align: center;
    display: inline-block;
}
.social a {
    text-align: center;
     padding-left: 0px; 
 padding-right: 0px; 
    float: none;
    margin: auto;
    display: inline-block;
    text-align: center;
}
.social img {
    margin: 26px;
}
.ftr-bx2-1 {
    padding-left: 0px;
    width: 100%;
}
.ftr-bx2-1 h2 {
            padding-top: 18px;
    width: 100%;
    text-align: center;
}
.ftr-bx2-1 a {
    width: 50%;
    text-align: center;
}
.ftr-bx2-2 {
    width: 100%;
}
.ftr-bx2-2 h2 {
            padding-top: 18px;
    width: 100%;
    text-align: center;
}
.ftr-bx2-2 a {
    width: 50%;
   
    text-align: center;
}
.ftr-3 {
    padding-left: 0px;
    width: 100%;
}
.ftr-3 p {
    text-align: center;
}
.ftr-3 h2 {
            padding-top: 18px;
text-align: center;
}

    .sercle {
        top: 5px;
        right: 66px;
    }
.frm-imput {
    padding: 0px 58px;
}
.copy h2 {
    text-align: center;
}
.copy h3 {
    padding-top: 15px;
    text-align: center;
}
.footer {
    padding-bottom: 20px;
}
.abt-img img {
    margin-left: 0px;
    float: none;
    text-align: center;
    display: block;

}
.abt-text h2 {
    padding-top: 25px;
    text-align: center;
    font-size: 50px;
}
.abt-text p {
    width: 100%;
    float: left;
    text-align: center;

}
.aboutnmv-main h2 {
    font-size: 40px;
}
.aboutnmv-main p {
    padding: 0px 0px;
    }

.ab-imdhd {
    width: 100%;
}
.vmvbx img {
    width: 80px;
    float: none;
    text-align: center;
    margin: auto;
    display: block;
}
.vmvbx h2 {
     padding-left: 0px;
     text-align: center;
     width: 100%;
             padding: 20px 0px;
    }
.vmvbx p {
    padding-left: 0px;
    width: 100%;
    text-align: center;
}
.ab-pera {
    width: 100%;
}
.vmvbx {
    padding-top: 40px;
    padding-bottom: 10px;
}
.abt3-box img {
    float: none;
    text-align: center;
    margin: auto;
    display: block;
}

.abt3-box h5{
    text-align: center;
    width: 100%;
}
.abt3-box p {
    text-align: center;
}
.abt3-box {
    margin-top: 25px;
}
.abt-white p {
    text-align: center;
    padding-left: 0px;
    font-size: 25px;
}
.abt-white p  br{
    display: none;

}
.abt {
    padding: 55px 0px;
}
.inner-hd h2 {
    font-size: 50px;
}
.pqi-hd h2 {
        font-size: 50px;
    text-align: center;
    width: 100%;

}
.pqiconimg img {

    float: none;
    margin-left: 0px;
    text-align: center;
    margin: auto;
    display: block;


}
.pqiconpera p {
    padding-top: 30px;
    text-align: center;
    float: none;
    width: 100%;
}
.app-hd h2 {
    text-align: center;
    float: none;
}
.service-main {
    padding-top: 0px;
}
.ser-hd h2 {
    text-align: center;
    float: none;
}
.ser-sml h2 {
    text-align: center;
}
.ser-sml p {
    text-align: center;
    padding-top: 18px;
}
.clint-pagehd h2 {
    font-size: 50px;
}
.clint-pagehd p {
    padding: 0px 0px;
}
.ct-left h1 {
    text-align: center;
}

.contact-full h2 {
    padding-top: 25px;
    text-align: center;
}
.contact-full p {
    text-align: center;
}
.ct-box {
    width: 100%;
}
.appnumber1 {
    height: auto;
}
.appnumber1 h2 {
    text-align: center;
}
.appnumber1 p {
    margin-bottom: 3px;
    text-align: center;
}

/*new*/
.team-img {
    width: 100%;
}
.team-hds {
    width: 100%;
/*    text-align: center;*/
}
.mob1 {
        width: 100%;
        float: left;
        text-align: center;
    }
.mob1 img {
    float: none;
    display: inline-block;
}
.mob1 h4 {
    display: inline-block;
     padding-left: 0px; 
     padding-top: 0px; 
   
}
.mob1 h3{
    display: inline-block;
     float: none;
     padding-left: 0px; 
   
   
}
.team-hds p {
    text-align: center;
}
.Coresplit-inn {
    width: 100%;
}
.Coresplit-inn h6:after {
    left: 0px;
}
.Coresplit h6 {
    padding-left: 30px;
}
.Coresplit {
    max-width: 280px;
   margin-left: auto;
   margin-right: auto;
    display: block;
    float: none;
}
.expertise-bx1 {
    border-left: 0px solid #905716 !important;
 padding-left: 0px !important;
    width: 100%;
}
.expertise-bx1 h3 {
    text-align: center;
    width: 100%;
}
.expertise-bx1 p {
    text-align: center;
}
.expertise-bx1 h4{
    width: 100%;
    text-align: center;
}
.mob2{
    width: 100%;
    float: left;
    padding-top: 10px;
    padding-bottom: 15px;
}

















/*new*/














}




@media (min-width: 576px) and (max-width: 767px){
    
    
    .ne-bd6sot {
    float: left;
}
    
    
    ul.containe li {
    height: 245px !important;
        
    }
    
    
    
    
    
    

/*new*/
.team-img {
    width: 100%;
}
.team-hds {
    width: 100%;
/*    text-align: center;*/
}
.mob1 {
        width: 100%;
        float: left;
        text-align: center;
    }
.mob1 img {
    float: none;
    display: inline-block;
}
.mob1 h4 {
    display: inline-block;
     padding-left: 0px; 
     padding-top: 0px; 
   
}
.mob1 h3{
    display: inline-block;
     float: none;
     padding-left: 0px; 
   
   
}
.team-hds p {
    text-align: center;
}
.Coresplit-inn {
    width: 100%;
}
.Coresplit-inn h6:after {
    left: 0px;
}
.Coresplit h6 {
    padding-left: 30px;
}
.Coresplit {
    max-width: 280px;
   margin-left: auto;
   margin-right: auto;
    display: block;
    float: none;
}
.expertise-bx1 {
    border-left: 0px solid #905716 !important;
 padding-left: 0px !important;
    width: 100%;
}
.expertise-bx1 h3 {
    text-align: center;
    width: 100%;
}
.expertise-bx1 p {
    text-align: center;
}
.expertise-bx1 h4{
    width: 100%;
    text-align: center;
}
.mob2{
    width: 100%;
    float: left;
    padding-top: 10px;
    padding-bottom: 15px;
}

















/*new*/








.mob-img {
    display: block;
    width: 60%%;
    float: none;
    margin-left:auto;
     margin-right:auto;
    
}
    .body3-leftimg {
        display:none;
    }
        .body3-rightimg {
        display:none;
    }

.w-menu {
    display: none;
}
.banner {
    height: auto;
    padding-bottom: 35px;
}
.banner-hd h2 {
    padding-right: 0%;
     padding-left: 0%;
padding-top: 90px;
font-size: 48px;

}
    .banner-hd P br{
        display: none;
    }
.banner-hd P {

    padding-bottom: 70px;
}
.body2-hd h2 {
font-size: 50px;

}
.body2-hd p {
    padding: 0px 0px;
}
.body2 {
    padding-top: 60px;
}
.body3-leftimg {
    width: 100%;
}
.body3 {
    height: auto;
}
.body3-hds {
    padding: 0px 0px 0px 0px;
    width: 100%;
}
.body3-hds h2 {
            padding: 0px 40px;
    width: 100%;
    text-align: center;
}
.body3-hds p {
    text-align: center;
}
.read-buttan {
    text-align: center;
}
.read-buttan a {
    display: inline-block;
    float: none;
    text-align: center;
}
.body3-hds2 h2 {
    padding: 0px 40px;
    text-align: center;
    width: 100%;
}
.body3-hds2 {
    width: 100%;
    padding: 70px 0px 0px 0px;
}
.body3-hds2 p {
    text-align: center;
    width: 100%;
}
.body3-rightimg {
   
    width: 100%;
}
.body4-hd h2 {
   
    text-align: center;
}
.body4-mainbx {
    margin-top: 0px !important;
    padding-top: 40px !important;
    width: 100%

}
.body4-mainbx img {
    max-width: 100%;
}
.body4-mainbx h3 {
    text-align: center;
}
.body4-mainbx p {
    text-align: center;
}
.body4-mainbx a {
    text-align: center;
    width: 100%;
}
.body5-logs img {
   
    float: none;
    text-align: center;
    margin: auto;
    display: block;
}

.body6-hd h2 {
    font-size: 50px;
}
.bdy6-img {
    padding-bottom: 80px;
    width: 100%;
}
.right-main {
        height: 565px;
    width: 100%;
}
.body6-smol {
     margin-top: 24px; 
    padding: 30px 20px 30px 36px;
}
.bdy6txt {
    width: 100%;
    padding-left: 0px;
    padding-top: 20px;
}
.bdy6-img img {
    
    max-width: 100%;
}
.body6 {
    /*height: 1400px;*/
    padding-top: 70px;
    padding-bottom: 80px;
}
.body7 h2 {
    width: 100%;
    text-align: center;
    font-size: 50px;
    padding-bottom: 30px;

}
.read-buttan1 a {
        display: inline-block;
        float: none;
        text-align: center;
}
.read-buttan1 {
    float: none;
    text-align: center;
}
.body8-hd h2 {
    font-size: 50px;
}
.body8-hd-img {
    top: -79px;
    left: 1px;
}
.body8-hd-img img {
    width: 70%;
}
.body8-hd-img2 {
            z-index: 11;
    top: 58px;
    right: 0px;
}
.body8-hd-img5 {
    bottom: 69px;
    left: 65px;
}
.body8-hd-img6 {
    bottom: 0px;
    right: 85px;
}
.body8-hd-img3 {
    display: none;
}
    .body8-hd-img4 {
        display:none;
        top: 557px;
        right: 193px;
    }
.social h2 {
    width: 100%;
    padding-right: 0px;
    padding-top: 0px;
    text-align: center;
    font-size: 18px;
}
.ftrlogo img {
    text-align: center;
    width: 100%;
    float: none;
    max-width: 362px;
    margin: auto;
    display: block;
}
.social {

    text-align: center;
    display: inline-block;
}
.social a {
    text-align: center;
     padding-left: 0px; 
 padding-right: 0px; 
    float: none;
    margin: auto;
    display: inline-block;
    text-align: center;
}
.social img {
    margin: 26px;
}
.ftr-bx2-1 {
    padding-left: 0px;
    width: 100%;
}
.ftr-bx2-1 h2 {
            padding-top: 18px;
    width: 100%;
    text-align: center;
}
.ftr-bx2-1 a {
    width: 50%;
    text-align: center;
}
.ftr-bx2-2 {
    width: 100%;
}
.ftr-bx2-2 h2 {
            padding-top: 18px;
    width: 100%;
    text-align: center;
}
.ftr-bx2-2 a {
    width: 50%;
   
    text-align: center;
}
.ftr-3 {
    padding-left: 0px;
    width: 100%;
}
.ftr-3 p {
    text-align: center;
}
.ftr-3 h2 {
            padding-top: 18px;
text-align: center;
}

.sercle {
    top: 5px;
    right: 72px;
}
.frm-imput {
    padding: 0px 58px;
}
.copy h2 {
    text-align: center;
}
.copy h3 {
    padding-top: 15px;
    text-align: center;
}
.footer {
    padding-bottom: 20px;
}
.abt-img img {
    margin-left: 0px;
    float: none;
    text-align: center;
    display: block;

}
.abt-text h2 {
    padding-top: 25px;
    text-align: center;
    font-size: 50px;
}
.abt-text p {
    width: 100%;
    float: left;
    text-align: center;

}
.aboutnmv-main h2 {
    font-size: 40px;
}
.aboutnmv-main p {
    padding: 0px 0px;
    }

.ab-imdhd {
    width: 100%;
}
.vmvbx img {
    width: 80px;
    float: none;
    text-align: center;
    margin: auto;
    display: block;
}
.vmvbx h2 {
     padding-left: 0px;
     text-align: center;
     width: 100%;
             padding: 20px 0px;
    }
.vmvbx p {
    padding-left: 0px;
    width: 100%;
    text-align: center;
}
.ab-pera {
    width: 100%;
}
.vmvbx {
    padding-top: 40px;
    padding-bottom: 10px;
}
.abt3-box img {
    float: none;
    text-align: center;
    margin: auto;
    display: block;
}

.abt3-box h5{
    text-align: center;
    width: 100%;
}
.abt3-box p {
    text-align: center;
}
.abt3-box {
    margin-top: 25px;
}
.abt-white p {
    text-align: center;
    padding-left: 0px;
    font-size: 25px;
}
.abt-white p  br{
    display: none;

}
.abt {
    padding: 55px 0px;
}
.inner-hd h2 {
    font-size: 50px;
}
.pqi-hd h2 {
    text-align: center;
    width: 100%;

}
.pqiconimg img {

    float: none;
    margin-left: 0px;
    text-align: center;
    margin: auto;
    display: block;


}
.pqiconpera p {
     padding-top: 30px;
    text-align: center;
    float: none;
    width: 100%;
}
.app-hd h2 {
    text-align: center;
    float: none;
}
.service-main {
    padding-top: 0px;
}
.ser-hd h2 {
    text-align: center;
    float: none;
}
.ser-sml h2 {
    text-align: center;
}
.ser-sml p {
    text-align: center;
    padding-top: 18px;
}
.clint-pagehd h2 {
    font-size: 50px;
}
.clint-pagehd p {
    padding: 0px 0px;
}
.ct-left h1 {
    text-align: center;
}

.contact-full h2 {
    padding-top: 25px;
    text-align: center;
}
.contact-full p {
    text-align: center;
}
.ct-box {
    width: 100%;
}
.body8-center {
    box-shadow: 0px 17px 24px 17px rgba(0, 0, 0, 0.05);
}
.bdy8-back {
    display: none;
}

.client-logo img {
float: none;
        text-align: center;
        margin: auto;
        display: block;
    }

    .appnumber1 {
    height: auto;
}
.appnumber1 h2 {
    text-align: center;
}
.appnumber1 p {
    margin-bottom: 3px;
    text-align: center;
}


}



@media (min-width:768px) and (max-width:991px){



/*new*/
.team-img {
    width: 100%;
}
.team-hds {
    width: 100%;
/*    text-align: center;*/
}
.mob1 {
        width: 100%;
        float: left;
        text-align: center;
    }
.mob1 img {
    float: none;
    display: inline-block;
}
.mob1 h4 {
    display: inline-block;
     padding-left: 0px; 
     padding-top: 0px; 
   
}
.mob1 h3{
    display: inline-block;
     float: none;
     padding-left: 0px; 
   
   
}
.team-hds p {
    text-align: center;
}
.Coresplit-inn {
    width: 100%;
}
.Coresplit-inn h6:after {
    left: 0px;
}
.Coresplit h6 {
    padding-left: 30px;
}
.Coresplit {
    max-width: 280px;
   margin-left: auto;
   margin-right: auto;
    display: block;
    float: none;
}
.expertise-bx1 {
    border-left: 0px solid #905716 !important;
 padding-left: 0px !important;
    width: 100%;
}
.expertise-bx1 h3 {
    text-align: center;
    width: 100%;
}
.expertise-bx1 p {
    text-align: center;
}
.expertise-bx1 h4{
    width: 100%;
    text-align: center;
}
.mob2{
    width: 100%;
    float: left;
    padding-top: 10px;
    padding-bottom: 15px;
}

















/*new*/

.w-menu {
    display: none;
}
.banner {
    height: auto;
    padding-bottom: 35px;
}
.banner-hd h2 {
    padding-right: 0%;
     padding-left: 0%;
padding-top: 90px;
font-size: 50px;

}
.body2-hd h2 {
    font-size: 50px;
}
.body2-hd p {
 padding: 0px 0px;
    }

.body3-hds {
    padding: 45px 0px 0px 15px;
}
.body3-hds h2 {
    
    width: 100%;
}
.body3-leftimg {
    margin-top: 30px;
}
.body3-hds2 {
    padding: 45px 0px 0px 15px;
}
.body3-hds2 h2 {
    width: 100%;
}
.body3 {
    padding-top: 40px;
}
.body4-hd h2 {
    text-align: center;
    padding-bottom: 50px;
}
.numberbx h2 {
    font-size: 85px;
}
.body4-mainbx h3 {
    font-size: 23px;
}
.body5-logs img {
    max-width: 100%;
}
.bdy6-img {
    width: 100%;
}
.bdy6-img img {
   
    float: none;
    margin: auto;
    display: block;
}
.right-main {
    height: 465px;
    padding-top: 60px;
    width: 100%;
}
.body6 {
   /*height: 1180px;*/
        padding-bottom: 85px;
}
.body6-smol {
    padding-left: 30px;
}
.body7 h2 {
    padding-bottom: 30px;
    text-align: center;
    width: 100%;
}
    .read-buttan1 {
        float: none;
        text-align: center;
    }
.read-buttan1 a {
        display: inline-block;
        float: none;
        text-align: center;
    }
.body8-hd-img5 {
    bottom: 52px;
}
.body8-hd-img6 {
    bottom: 5px;
    right: 249px;
}
.body8-hd-img2 {
    top: 55px;
    right: 30px;
}
.body8-hd-img {
    top: -80px;
    left: 35px;
}
.body8-hd-img img {
    width: 71%;
}
.body8-hd-img3 {
    left: 15px;
}
.body8-hd-img4 {
    top: 356px;
    right: -30px;
}
.body8-hd-img4 img {
    width: 81%;
}
.ftr-bx2-1 {
    width: 30%;
 padding-left: 0px;
    }
.social h2 {
            padding-bottom: 30px;
    width: 100%;
}
.social a {
    padding-left: 10px;
        padding-right: 10px;
}
.ftr-bx2-2 {
    width: 27%;
}
.ftr-3 {
    padding-left: 15px;
}
.ftr-bx2-1 a {
    font-size: 14px;
}
.ftr-bx2-2 a {
     font-size: 14px;
}
.ftr-3 p {
    font-size: 14px;
}
.search {
    font-size: 14px;
    padding: 14px 0px 14px 12px;
    width: auto;
}
.sercle {
    top: 14px;
    right: -7px;
    width: 25px;
    height: 25px;
}
.sercle h3 {
   margin: -9px -10px;
    font-size: 22px;
}
.copy h2 {
    text-align: center;
}
.copy h3 {
    text-align: center;
        padding-top: 12px;
}
.footer {
    padding-bottom: 15px;
}
.abt-img img {
        margin-right: auto;
        text-align: center;
        margin-left: 0px;
        float: none;
        display: block;
        margin-left: auto;
}
.abt-img{
    width: 100%;
    float: left;
}
.abt-text h2 {
    width: 100%;
    text-align: center;
    padding-top: 25px;
    float: left;
}
.abt-text p {
    width: 100%;
    float: left;
    text-align: center;
}
.aboutnmv-main p {
    padding: 0px 0px;
}
.vmvbx p {
    padding-left: 45px;
}
.ab-imdhd {
    width: 40%;
}
.ab-pera {
    width: 60%;
}
.abt-white p br{
    display: none;

}
.abt-white p {
    padding-left: 0px;
    text-align: center;
    font-size: 25px;

}
.abt3-box {
    margin-top: 32px;
}
.pqi-hd h2 {
    text-align: center;
    width: 100%;
}
.pqiconimg img {
    width: 100%;
    float: none;
    margin-right: auto;
    display: block;
    text-align: center;
    margin-top: 0px;
    margin-left: auto;
}
.pqiconpera p {
     padding-top: 30px;
    width: 100%;
    text-align: center;
}
.app-hd h2 {
    text-align: center;
    width: 100%;
}
.service-main {
    padding-top: 0px;
}
.ser-sml h2 {
    padding-bottom: 15px;
}
.clint-pagehd p {
    padding: 0px 0px;
}
.contact-full h2 {
    padding-top: 25px;
}

}






@media (min-width:992px) and (max-width:1024px){
    
    
    
    
    /*n*/

.Coresplit h6 {
    width: 90%;
}
.expertise-bx1 h3 {
    width: 96%;
}
/*n*/

.abt-img img {
    max-width: 442px;
}
.header_menu_area > ul > li > a {
       padding: 0px 15px 0px 15px;
       font-size: 14px;
}
.header_menu_area > ul > li {
    padding-top: 4px;
}
.body7 h2 {
    padding-top: 8px;
    font-size: 45px;
}
.body6 {
  /*padding-bottom: 225px;*/
}
.bdy6txt p {
    width:100%;
}
.bdy6txt h2 {
    font-size: 16px;
}
    .body8-hd-img {
        top: -69px;
        left: 21px;
    }
    .bdy6txt h3 {
        font-size: 45px;
        top: -9px;
    }
.body8-hd-img2 {
    top: 40px;
    right: 60px;
}
.body8-hd-img4 {
    
    right: 54px;
}
.body8-hd-img5 {
    bottom: 63px;
}
.footer {
    padding-bottom: 30px;
}
.appnumber h2 {
    font-size: 18px;
}
.service-main {
    padding-top: 0px;
}
.search {
    font-size: 15px;
    padding: 18px 0px 16px 17px;
}
.ct-left {
    padding: 48px 50px;
}
.banner-hd h2 {
        font-size: 60px;
            padding-top: 100px;
    padding-right: 5%;
    padding-left: 5%;
}

}


@media (min-width:1025px) and (max-width:1199px){
    
    .bdy6txt p {
        width:100%;
    }
    .bdy6txt h2 {
        font-size: 16px;
    }
    
    
    /*n*/

.Coresplit h6 {
    width: 90%;
}
.expertise-bx1 h3 {
    width: 96%;
}
/*n*/
    
    
    
    .abt-img img {
    max-width: 468px;
    
    margin-left: 36px;
        
    }
    .banner-hd h2 {
        font-size: 60px;
            padding-top: 100px;
    padding-right: 5%;
    padding-left: 5%;
}

.header_menu_area > ul > li > a {
                padding: 12px 15px 0px 15px;
                font-size: 14px;
}
.header_menu_area > ul > li {
    padding-top: 4px;
}
.body7 h2 {
    padding-top: 8px;
    font-size: 45px;
}
/*.body6 {*/
/*   padding-bottom: 228px;*/
/*}*/
.bdy6txt h3 {
    font-size:45px;
}
.body8-hd-img {
    left: 40px;
}
.body8-hd-img2 {
    top: 40px;
    right: 60px;
}
.body8-hd-img4 {
    
    right: 54px;
}
.body8-hd-img5 {
    bottom: 63px;
}
.footer {
    padding-bottom: 30px;
}
.appnumber h2 {
    font-size: 18px;
}
.service-main {
    padding-top: 0px;
}
.search {
    font-size: 15px;
    padding: 18px 0px 16px 17px;
}
.ct-left {
    padding: 48px 50px;
}
}




@media (max-width: 991px) {
    .sercle {
     background-color: transparent;
        
    }
}







ul.containe {
  width: 100%;
  padding: 0;
  margin: 30px auto 0;
  /*border: 10px solid #fff;*/
  /*box-shadow: 0px 2px 3px #eaeaea;*/
}

ul.containe li {
    height:198px;
 /* background: #f7f7f7;
  color: #ddd;*/
  list-style-type: none;
  padding: 1em;
  margin: 0;
  transition: background-color 0.5s;
  width: 100%;
  position: relative;
  float: left;
}

ul.containe li:nth-child(2) {
  color: #fff;
  /*background: #1998c4;*/
}



.more {
    display: none;
}

.read-more {
    display: inline-block;
}


.btnl {
    padding: 0px;
    text-align: left;
    float: left;
    background: transparent;
    border: none;
    color: black;
    font-size: 16px;
}
.btnl:focus{
    outline:none !important;
}

.hidden-input-field {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        height: 0;
        width: 0;
        z-index: -1;
    }
.grecaptcha-badge { 
    visibility: hidden;
}
.read-buttan button{
    padding: 13px 0px;
    margin-bottom: 0px;
    width: 100%;
    float: left;
    width: 157px;
    height: 48px;
    background-color: white;
    color: #1E1E1E;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    border-radius: 60px;
    transition: all ease-in-out 0.8s;
    -o-transition: all ease-in-out 0.8s;
    -ms-transition: all ease-in-out 0.8s;
    -moz-transition: all ease-in-out 0.8s;
    -webkit-transition: all ease-in-out 0.8s;
}

.read-buttan button:hover {
    color: white;
    background-color: #b86103;
    text-decoration: none;
    transition: all ease-in-out 0.8s;
    -o-transition: all ease-in-out 0.8s;
    -ms-transition: all ease-in-out 0.8s;
    -moz-transition: all ease-in-out 0.8s;
    -webkit-transition: all ease-in-out 0.8s;
}

.sercle button{
background-color: transparent;
    border: none;
    float: left;
}






















