html{
   overflow-x:hidden ; 
}
body{
margin: 0px;
font-family: 'Bahij TheSansArabic'!important;
overflow-x:hidden ;
}









.loader {
  width: 16px;
  height: 16px;
  box-shadow: 0 30px, 0 -30px;
  border-radius: 4px;
  background: currentColor;
  display: block;
  margin: -150px auto 0;
  position: relative;
  color: #FFF;
  transform: translateY(30px);
  box-sizing: border-box;
  animation: animloader 2s ease infinite;
}
.loader::after,
.loader::before {
  content: '';  
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  box-shadow: 0 30px, 0 -30px;
  border-radius: 4px;
  background: currentColor;
  color: #FFF;
  position: absolute;
  left: 30px;
  top: 0;
  animation: animloader 2s 0.2s ease infinite;
}
.loader::before {
  animation-delay: 0.4s;
  left: 60px;
}

@keyframes animloader {
  0% {
    top: 0;
    color: white;
  }
  50% {
    top: 30px;
    color: rgba(255, 255, 255, 0.2);
  }
  100% {
    top: 0;
    color: white;
  }
}














@font-face {
    font-family: 'Bahij TheSansArabic';
    src: url('../fonts/BahijTheSansArabic-Black.eot');
    src: url('../fonts/BahijTheSansArabic-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BahijTheSansArabic-Black.woff2') format('woff2'),
        url('../fonts/BahijTheSansArabic-Black.woff') format('woff'),
        url('../fonts/BahijTheSansArabic-Black.ttf') format('truetype'),
        url('../fonts/BahijTheSansArabic-Black.svg#BahijTheSansArabic-Black') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bahij TheSansArabic';
    src: url('../fonts/BahijTheSansArabic-Bold.eot');
    src: url('../fonts/BahijTheSansArabic-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BahijTheSansArabic-Bold.woff2') format('woff2'),
        url('../fonts/BahijTheSansArabic-Bold.woff') format('woff'),
        url('../fonts/BahijTheSansArabic-Bold.ttf') format('truetype'),
        url('../fonts/BahijTheSansArabic-Bold.svg#BahijTheSansArabic-Bold') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bahij TheSansArabic';
    src: url('../fonts/BahijTheSansArabic-ExtraBold.eot');
    src: url('../fonts/BahijTheSansArabic-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BahijTheSansArabic-ExtraBold.woff2') format('woff2'),
        url('../fonts/BahijTheSansArabic-ExtraBold.woff') format('woff'),
        url('../fonts/BahijTheSansArabic-ExtraBold.ttf') format('truetype'),
        url('../fonts/BahijTheSansArabic-ExtraBold.svg#BahijTheSansArabic-ExtraBold') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bahij TheSansArabic';
    src: url('../fonts/BahijTheSansArabic-SemiBold.eot');
    src: url('../fonts/BahijTheSansArabic-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BahijTheSansArabic-SemiBold.woff2') format('woff2'),
        url('../fonts/BahijTheSansArabic-SemiBold.woff') format('woff'),
        url('../fonts/BahijTheSansArabic-SemiBold.ttf') format('truetype'),
        url('../fonts/BahijTheSansArabic-SemiBold.svg#BahijTheSansArabic-SemiBold') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bahij TheSansArabic';
    src: url('../fonts/BahijTheSansArabic-ExtraLight.eot');
    src: url('../fonts/BahijTheSansArabic-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BahijTheSansArabic-ExtraLight.woff2') format('woff2'),
        url('../fonts/BahijTheSansArabic-ExtraLight.woff') format('woff'),
        url('../fonts/BahijTheSansArabic-ExtraLight.ttf') format('truetype'),
        url('../fonts/BahijTheSansArabic-ExtraLight.svg#BahijTheSansArabic-ExtraLight') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}





.header{
    float: left;
    width:100%;
    z-index: 99;
    position: relative;
    height: 0px;
    padding-top: 15px;
  }
.logo{float: left;
    margin-top: 10px;
    margin-left: -50px;
    width: 289px;}

.logo img{float: left;max-width: 100%;}
.header_menu_area {
  /* width: 100%; */
  float: right;
  position: relative;
  text-align: center;
}
.header_menu_area > .mob_nav {
    display: none; 
}

.header_menu_area > ul {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-right: 29px;
    float: right;
    padding-top: 10px;
}
.header_menu_area > ul > li {
      width: auto;
      display: inline-block;
      vertical-align: middle; 
}
      
.header_menu_area > ul > li > a:hover {
          color: #facd00;
          
}
         


.header_menu_area > ul > li > a:hover::after {
          /* height: 100%; */
}
  .active-class{
  
  color: #ffffff !important;
  
  /* border-bottom: solid 4px #0f703a; */
}




@media (max-width: 1200px) {

.menu li:hover>ul {
    width: 100% !important;
    visibility: visible;
    opacity: 1;
    position: unset;
    transform: initial;
    /* height: 122px; */
    z-index: 99999;
    margin-top: 60px;
}
.menu ul:after{
    bottom: 62%;
}

.header_menu_area > ul > li > a {
    width: 100%!important;
}

.sub-menu {
    margin-top: 73px!important;
}

.menu li:hover>ul {
    visibility: visible;
    opacity: 1;
    /*position: unset;*/
    transform: initial;
    /* height: 122px; */
    z-index: 99999;
    margin-top: 36px;
}

.menu ul {
    visibility: hidden;
    opacity: 0;
    top: 0;
    left: 0 !important;
    width: 100%;
    transform: initial;
}
.ham-nav{
    display: none;
}

.header_menu a svg{
    display: none;
}

.sub-menu-1{
    position:unset !important;
    width:100% !important;
}


.header_menu_area {
    position: inherit; 
}

.header_menu_area > .mob_nav {
      display: block;
      float: right;
      width: 28px;
      height: 20px;
     margin: 23px 0px 40px 0px;
      cursor: pointer;
      transform: rotate(0);
      -ms-transform: rotate(0);
      -webkit-transform: rotate(0);
      transition: all ease-in-out 0.5s;
      -o-transition: all ease-in-out 0.5s;
      -ms-transition: all ease-in-out 0.5s;
      -moz-transition: all ease-in-out 0.5s;
      -webkit-transition: all ease-in-out 0.5s;
}

.header_menu_area > .mob_nav > div {
    background: white;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    width: 100%;
}

.header_menu_area > .mob_nav > div:nth-child(1) {
    top: 2px; 
}

.header_menu_area > .mob_nav > div:nth-child(2), .header_menu_area > .mob_nav > div:nth-child(3) {
    top: 13px; 
}

.header_menu_area > .mob_nav > div:nth-child(4) {
    top: 23px; 
}

.mob_nav.open > div:nth-child(1), .mob_nav.open > div:nth-child(4) {
    left: 50%;
    top: 18px;
    width: 0%; 
}

.mob_nav.open > div:nth-child(2) {
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.mob_nav.open > div:nth-child(3) {
    background: #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.header_menu_area > ul {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    background: #231f20;
    min-height: auto;
    visibility: hidden;
    opacity: 0;
    z-index: 9 !important;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    top: 83px;
    text-align: center;
}

.header_menu_area > ul > li {
      width: 100%; 
}

.header_menu_area > ul > li > a {
        color: #fff!important;
        width: 100%;
        line-height: 30px;
        padding: 10px 5%;
        text-align: left;
        
}

.header_menu_area > ul > li > a::after {
    width: 0px;
    height: 100%!important;
    background: red; 
}

.header_menu_area > ul > li > a:hover::after {
    width: 4px; 
}

.header_menu_area ul.view {
    visibility: visible;
    opacity: 1;
    z-index: 100;
    z-index: 1111 !important;
}

.header_user_area {
    right: calc(5% + 70px);
} 
.header_menu_area > ul {
    padding-bottom: 36px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 21px;
}

}

.active-menu{
  background: linear-gradient(to right, rgb(0, 34, 93), rgb(20, 70, 158));
  color: #ffffff !important;
  /* border-bottom: solid 4px #0f703a; */
}


.menu li {
    display: inline-block;
    position: relative;
    z-index: 100;
}

.m-b{
    color: black!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;
}
.m-b:hover{
    color: white!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 {
    width: auto;
    color: white;
    font-weight: 500;
    float: left;
    position: relative;
    font-size: 15px;
    letter-spacing: 0px !important;
    padding: 16px 13px 0px 13px;
    z-index: 1;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    text-decoration: none;
    text-align: center;
}
/**/
.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;
}

.menu ul li a:hover, .menu ul li:hover>a {
    background: white;
    color: #98C02D;
    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;
}


.header_menu_area > ul > li > a svg {
    width: 15px;
    fill: black;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}


.header_menu_area > ul > li > a:hover svg{
fill: #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;
}

.menu ul {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    top: 43px;
    padding: 0;
    width: 211px;
    position: absolute;
    left: 0;
    background: #fff;
    z-index: 99;
    transform: translate(0,20px);
    transition: all .2s ease-out;
}


.menu li:first-child {
    margin-left: 0;
}
.menu li:first-child {
    margin-left: 0;
}
.menu ul li {
    display: block;
    float: none;
    background: 0 0;
    margin: 0;
    padding: 0;
    width: 100%;
}

.menu li:hover>ul {
    visibility: visible;
    opacity: 1;
    transform: translate(0,0);
}

.menu ul li a {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    padding: 15px 10px;
    display: block;
    color: white;
    background: #98C02D;
    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;
}

.menu-new {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    top: 13px !important;
    padding: 0;
    width: 211px;
    position: absolute;
    background: #fff;
    z-index: 99;
    margin-top: 0 !important;
    left: inherit !important;
    right: 217px !important;
    transform: translate(0,20px);
    transition: all .2s ease-out;
}

.menu-new li a{
  background: #F6F6F6!important;
}

.menu ul:after {
    bottom: 100%;
    left: 20%;
    border: solid #98C02D;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255,255,255,0);
    border-bottom-color: #98C02D;
    border-width: 6px;
    margin-left: -6px;
}

.menu-new:after {
    top: 10% !important;
    right: -2% !important;
    left: inherit !important;
    border: solid red;
    content: " ";
    height: 0;
    width: 0;
    
    position: absolute;
    pointer-events: none;
    border-color: rgba(255,255,255,0);
    border-right-color: red !important;
    border-width: 6px;
    margin-left: -6px !important;
    transform: rotate( 
319deg);
}




.slide{
    float: left;
    width: 100%;
    background-image: url(../images/banner-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    top: -15px;
    height: 755px;
}
.heder-content{
    float: left;
    width: 100%;
    padding-top: 205px;
    overflow: hidden;
    background: transparent;
}

.heder-content h2{
    float: left;
    width: 100%;
    color: white;
    font-size: 69px;
    margin-top: 5px;
    font-weight: 500;
    line-height: 85px;
    text-decoration: 3px #facd00 underline;
    text-underline-offset: 10px;
}
.heder-content p{
    float: left;
    width: 100%;
    color: white;
    font-size: 15px;
    font-weight: 500;
    margin-top: 16px;
    line-height: 26px;
}
.baner-butn{
    float: left;
    width: 100%;
    margin-top: 18px;
}
.baner-butn a{
    float: left;
    box-shadow: inset 400px 0 0 0 #facd00;
    border: 1px solid transparent;
    color: black;
    padding: 14px 0px;
    height: 50px;
    width: 179px;
    font-size: 15px;
    font-weight: 500;
   text-align: center;
    border-radius: 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;
}
.baner-butn a svg{
    fill: black;
    float: none;
    width: 15px;
    margin-top: -4px;
    margin-left: 15px;
    transition: all ease-in-out 0.5s;
      -o-transition: all ease-in-out 0.5s;
      -ms-transition: all ease-in-out 0.5s;
      -moz-transition: all ease-in-out 0.5s;
      -webkit-transition: all ease-in-out 0.5s;
}
.baner-butn a:hover{
    
     border: 1px solid #facd00;
     box-shadow: inset 0 0 0 0 #facd00;
    color: white;
    text-decoration: none;
    transition: all ease-in-out 0.5s;
      -o-transition: all ease-in-out 0.5s;
      -ms-transition: all ease-in-out 0.5s;
      -moz-transition: all ease-in-out 0.5s;
      -webkit-transition: all ease-in-out 0.5s;
}
.baner-butn a:hover svg{
    fill: white;
    transition: all ease-in-out 0.5s;
      -o-transition: all ease-in-out 0.5s;
      -ms-transition: all ease-in-out 0.5s;
      -moz-transition: all ease-in-out 0.5s;
      -webkit-transition: all ease-in-out 0.5s;
}
.slider-ban.owl-carousel {
    float: left;
    width: 53%;
}
.slider-ban.owl-carousel .owl-nav.disabled{
    display: none;
}



.slider-img.owl-carousel {
    float: left;
    width: 47%;
}
.baner-img{
    float: left;
    width: 100%;
    padding-top: 110px;
}
.baner-img img{
    float: right;
    max-width: 100%;
    width: 524px!important;
}

.slider-img .owl-nav {
    float: left;
    width: 100%;
    text-align: left;
    margin-left: -83px;
    margin-top: -90px;
    
}
.slider-img .owl-prev img {
    width: 83px!important;
    
    float: left;
}
.slider-img .owl-next img {
    width: 83px!important;
    float: right;
    margin-left: -83px;
    margin-top: -167px;
}












.about{
	float: left;
	width: 100%;
	padding-top: 80px;
	padding-bottom: 80px;
	background-image: url(../images/about-bg.png);
	background-repeat: no-repeat;
	margin-top: -15px;
}
.about-img{
	float: left;
	width: 100%;
}
.about-img h1{
float: left;
    color: #f8bb00;
    font-weight: 500;
    font-size: 80px;
    transform: rotate(270deg);
    margin-left: -40%;
    margin-top: -66%;
}
.about-img img{
	float: left;
	width: 100%;
}
.about-txt{
    float: left;
    width: 100%;
    padding-left: 20px;
    padding-top: 60px;
    
}
.about-txt h3{
	float: left;
    width: 100%;
    font-size: 16px;
    color: #facd00;
    font-weight: 500;
}
.about-txt h2{
	float: left;
    width: 100%;
    font-weight: 500;
    font-size: 50px;
    color: black;
}
.about-txt p{
	float: left;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    color: black;
    line-height: 25px;
    margin-top: 13px;
    padding-right: 58px;
}
.about-butn{
    float: left;
    width: 100%;
    margin-top: 10px;
}
.about-butn a{
    float: left;
    box-shadow: inset 400px 0 0 0 #facd00;
    border: 1px solid transparent;
    color: black;
    padding: 14px 0px;
    height: 50px;
    width: 179px;
    font-size: 15px;
    font-weight: 500;
   text-align: center;
    border-radius: 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;
}
.about-butn a svg{
    fill: black;
    float: none;
    width: 15px;
    margin-top: -4px;
    margin-left: 15px;
    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;
}
.about-butn a:hover{
    
     border: 1px solid #facd00;
     box-shadow: inset 0 0 0 0 #facd00;
    color: #facd00;
    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;
}
.about-butn a:hover svg{
    fill: #facd00;
    transition: all ease-in-out 0.5s;
      -o-transition: all ease-in-out 0.5s;
      -ms-transition: all ease-in-out 0.5s;
      -moz-transition: all ease-in-out 0.5s;
      -webkit-transition: all ease-in-out 0.5s;
}
.ab-bc{
	    float: right;
    position: relative;
    margin-right: -32%;
    background-image: url(../images/round-element.png);
   
    background-repeat: no-repeat;
    margin-top: -43%;
}










.body1{
	float: left;
	width: 100%;
padding-top: 80px;
    padding-bottom: 80px;
}
.b1-txt1{
	float: left;
	width: 100%;
	margin-bottom: 35px;
}
.b1-txt1 h3{
	float: left;
    width: 100%;
    font-size: 16px;
    color: #facd00;
    font-weight: 500;
}
.b1-txt1 h2{
	float: left;
    width: 100%;
    font-weight: 500;
    font-size: 50px;
    color: black;
}
.b1-txt2{
	float: left;
	width: 100%;
	padding-top: 45px;
}
.b1-txt2 p{
	float: left;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    color: black;
    line-height: 25px;
    padding-right: 27px;
}

.b1-bx-1{
	float: left;
	width: 100%;
	padding-right: 3px;
}
.b1-bx-2{
	float: left;
	width: 100%;
	padding-right: 3px;
}
.b1-bx1-txt{
	float: left;
    width: 80%;
    background: #fffae5;
    border-radius: 15px;
    padding: 35px 0px 35px 20px;
}
.b1-bx1-txt h2{
	float: left;
    width: 100%;
    color: black;
    font-size: 33px;
    font-weight: 500;
}
.b1-bx1-txt p{
	float: left;
    width: 100%;
    color: black;
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
    margin-top: 5px;
}
.b1-bx1-img{
	float: right;
	margin-top: -186px;
}
.b1-bx1-img img{
	float: right;
	max-width: 349px;
}
.b1-bx1-butn{
    float: left;
    width: 100%;
    margin-top: 5px;
}
.b1-bx1-butn a{
    float: left;
    box-shadow: inset 400px 0 0 0 #facd00;
    border: 1px solid transparent;
    color: black;
    padding: 11px 0px;
    height: 44px;
    width: 152px;
    font-size: 15px;
    font-weight: 500;
   text-align: center;
    border-radius: 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;
}
.b1-bx1-butn a svg{
    fill: black;
    float: none;
    width: 15px;
    margin-top: -4px;
    margin-left: 15px;
    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;
}
.b1-bx1-butn a:hover{
    
     border: 1px solid #facd00;
     box-shadow: inset 0 0 0 0 #facd00;
    color: #facd00;
    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;
}
.b1-bx1-butn a:hover svg{
    fill: #facd00;
    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;
}


.b1-bx2-img{
	float: right;
	margin-top: -266px;
}
.b1-bx2-img img{
	float: right;
	max-width: 325px;
}






.body2{
	float: left;
	width: 100%;
	padding-top: 60px;
	padding-bottom: 70px;
	background: #facd00;
}
.b2-hed{
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 35px;
}
.b2-hed h2{
	float: left;
    width: 100%;
    color: #f8bb00;
    font-weight: 500;
    font-size: 95px;
    margin-bottom: 0px;
}
.b2-hed p{
	float: left;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
    color: black;
}
.b2-bx{
	float: left;
	width: 100%;
	height: 315px;
	background: white;
	padding: 25px 20px 25px 20px;
	border-radius: 15px;
}
.b2-bx img{
	float: none;
    max-width: 100%;
    width: 230px!important;
    margin-left: auto;
    margin-right: auto;
    width: 248px;
}
.b2-bx h2{
	float: left;
	width: 100%;
	color: black;
	font-size: 20px;
}
.b2-bx p{
	float: left;
	width: 100%;
	color: black;
	font-size: 14px;
}
.products .owl-nav {
    float: left;
    
    display: block;
    margin-top: -172px;
    
}
.products .owl-prev img {
    width: 65px!important;
    margin-left: -105px;
    float: left;
}
.products .owl-next img {
    width: 65px!important;
    float: right;
    margin-left: 1180px;
}
.b2-butn{
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 60px;
}
.b2-butn a {
    float: none;
    display: inline-block;
    box-shadow: inset 400px 0 0 0 white;
    border: 1px solid transparent;
    color: black;
    padding: 11px 0px;
    height: 44px;
    width: 180px;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    border-radius: 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;
}
.b2-butn a svg{
    fill: black;
    float: none;
    width: 15px;
    margin-top: -4px;
    margin-left: 15px;
    transition: all ease-in-out 0.5s;
      -o-transition: all ease-in-out 0.5s;
      -ms-transition: all ease-in-out 0.5s;
      -moz-transition: all ease-in-out 0.5s;
      -webkit-transition: all ease-in-out 0.5s;
}
.b2-butn a:hover{
    
     border: 1px solid white;
     box-shadow: inset 0 0 0 0 white;
    color: black;
    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;
}
.b2-butn a:hover svg{
    fill: black;
    transition: all ease-in-out 0.5s;
      -o-transition: all ease-in-out 0.5s;
      -ms-transition: all ease-in-out 0.5s;
      -moz-transition: all ease-in-out 0.5s;
      -webkit-transition: all ease-in-out 0.5s;
}



.body3{
	float: left;
	width: 100%;
	padding-top: 80px;
    padding-bottom: 80px;
}
.b3-txt1{
	float: left;
	width: 100%;
	margin-bottom: 35px;
}
.b3-txt1 h3{
	float: left;
    width: 100%;
    font-size: 16px;
    color: #facd00;
    font-weight: 500;
}
.b3-txt1 h2{
	float: left;
    width: 100%;
    font-weight: 500;
    font-size: 50px;
    color: black;
}
.b3-txt2{
	float: left;
	width: 100%;
	padding-top: 45px;
}
.b3-txt2 p{
	float: left;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    color: black;
    line-height: 25px;
    padding-right: 27px;
}

.b3-bx1{
	float: left;
	width: 100%;
	background-image: url(../images/wholesale.png);
	background-repeat: no-repeat;
	background-size: cover;
	height: 265px;
	padding-top: 222px;
	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: 20px;
    border-radius: 15px 0px 0px 0px;
}
.b3-bx2{
	float: left;
	width: 100%;
	background-image: url(../images/hypermarkets.png);
	background-repeat: no-repeat;
	background-size: cover;
	height: 265px;
	padding-top: 222px;
	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: 20px;

}
.b3-bx3{
	float: left;
	width: 100%;
	background-image: url(../images/supermarket.png);
	background-repeat: no-repeat;
	background-size: cover;
	height: 265px;
	padding-top: 222px;
	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: 20px;
     border-radius: 0px 15px 0px 0px;
}
.b3-bx4{
	float: left;
	width: 100%;
	background-image: url(../images/restaurant.png);
	background-repeat: no-repeat;
	background-size: cover;
	height: 265px;
	padding-top: 222px;
	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: 20px;
     border-radius: 0px 0px 0px 15px;
}
.b3-bx5{
	float: left;
	width: 100%;
	background-image: url(../images/catering.png);
	background-repeat: no-repeat;
	background-size: cover;
	height: 265px;
	padding-top: 222px;
	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: 20px;
}
.b3-bx6{
	float: left;
	width: 100%;
	background-image: url(../images/groceries.png);
	background-repeat: no-repeat;
	background-size: cover;
	height: 265px;
	padding-top: 222px;
	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: 20px;
     border-radius: 0px 0px 15px 0px;
}


.b3-bx-txt{
	display: none;
	
	float: left;
	width: 100%;
	text-align: center;
	background: #facd00;
	padding: 9px 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;
}
.b3-bx-txt2{
    display: none;
    border-radius: 0px 0px 0px 15px;
    float: left;
    width: 100%;
    text-align: center;
    background: #facd00;
    padding: 9px 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;
}
.b3-bx-txt3{
    display: none;
    border-radius: 0px 0px 15px 0px;
    float: left;
    width: 100%;
    text-align: center;
    background: #facd00;
    padding: 9px 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;
}




.b3-bx-txt h2{
	float: left;
    width: 100%;
    font-size: 21px;
    font-weight: 500;
    color: black;
    margin-bottom: 0px;

}
.b3-bx-txt2 h2{
    float: left;
    width: 100%;
    font-size: 21px;
    font-weight: 500;
    color: black;
    margin-bottom: 0px;

}
.b3-bx-txt3 h2{
    float: left;
    width: 100%;
    font-size: 21px;
    font-weight: 500;
    color: black;
    margin-bottom: 0px;

}


.b3-bx1:hover .b3-bx-txt{
	display: block;

	transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.b3-bx2:hover .b3-bx-txt{
	display: block;

	transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.b3-bx3:hover .b3-bx-txt{
	display: block;

	transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.b3-bx4:hover .b3-bx-txt2{
	display: block;

	transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.b3-bx5:hover .b3-bx-txt{
	display: block;

	transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.b3-bx6:hover .b3-bx-txt3{
	display: block;

	transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}


.body4{
    float: left;
    width: 100%;
    background-image: url(../images/calltoaction-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
   padding-top: 50px;
    padding-bottom: 50px;
}

.b4{
    float: left;
    width: 100%;
    text-align: center;
}
.b4 h2{
    float: left;
    width: 100%;
    font-weight: 500;
    font-size: 50px;
    color: white;
}
.b4 h2 span{
    color: #facd00;
}
.b4 p {
    float: left;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    color: white;
    line-height: 25px;
    margin-top: 6px;
}



.b4-butn{
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 5px;
}
.b4-butn a {
    float: none;
    display: inline-block;
    box-shadow: inset 400px 0 0 0 #facd00;
    border: 1px solid transparent;
    color: black;
    padding: 11px 0px;
    height: 44px;
    width: 152px;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    border-radius: 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;
}
.b4-butn a svg{
    fill: black;
    float: none;
    width: 15px;
    margin-top: -4px;
    margin-left: 15px;
    transition: all ease-in-out 0.5s;
      -o-transition: all ease-in-out 0.5s;
      -ms-transition: all ease-in-out 0.5s;
      -moz-transition: all ease-in-out 0.5s;
      -webkit-transition: all ease-in-out 0.5s;
}
.b4-butn a:hover{
    
     border: 1px solid #facd00;
     box-shadow: inset 0 0 0 0 #facd00;
    color: #facd00;
    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;
}
.b4-butn a:hover svg{
    fill: #facd00;
    transition: all ease-in-out 0.5s;
      -o-transition: all ease-in-out 0.5s;
      -ms-transition: all ease-in-out 0.5s;
      -moz-transition: all ease-in-out 0.5s;
      -webkit-transition: all ease-in-out 0.5s;
}





.footer{
    float: left;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 50px;
}
.ft-logo{
    float: left;
    width: 100%;
}
.ft-logo a img{
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 100%;
    width: 137px;
}
.ft-logo p{
    float: left;
    width: 100%;
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
    margin-top: 28px;
}
.ft-social{
    float: left;
    width: 100%;
    margin-top: 8px;
}
.ft-social a img{
    float: left;
    width: 34px;
    margin-right: 13px;
    
}
.ft-social a img:hover{
    margin-top: -2px;
    
}
.quicklink{
    float: left;
    width: 100%;
    margin-top: 15px;
    padding-left: 20px;
}
.quicklink h2{
    float: left;
    width: 100%;
    color: black;
    font-weight: 500;
    font-size: 18px;
}
.line-1{
   float: left;
    width: 94%;
    height: 2px;
    border-radius: 5px;
    background: #facd00a3;
    
}
.links1{
    float: left;
    width: 45%;
    margin-top: 60px;
}
.links1 a{
    float: left;
    width: 100%;
    color: black;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 13px;
    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;
    
}
.links1 a:hover{
    text-decoration: none;
    color: #facd00;
    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;
}
.links2{
    float: left;
    width: 55%;
    margin-top: 60px;
}
.links2 a{
    float: left;
    width: 100%;
    color: black;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 13px;
    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;
    
}
.links2 a:hover{
    text-decoration: none;
    color: #facd00;
    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;
}
.quicklink2{
    float: left;
    width: 100%;
    margin-top: 15px;
    padding-left: 33px;
}
.quicklink2 h2{
    float: left;
    width: 100%;
    color: black;
    font-weight: 500;
    font-size: 18px;
    
}
.links{
    float: left;
    width: 100%;
    margin-top: 60px;
}
.quicklink2 a{
    float: left;
    width: 100%;
    color: black;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 13px;
    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;
    
}
.quicklink2 a:hover{
    text-decoration: none;
    color: #facd00;
    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;
}
.ft-get{
    float: left;
    width: 100%;
    margin-top: 15px;
    padding-left: 40px;
}
.ft-get h2{
    float: left;
    width: 100%;
    color: black;
    font-weight: 500;
    font-size: 18px;
    
}
.ft-get h3{
    float: left;
    width: 100%;
    color: black;
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
    
}
.ft-get h3 a{
    color: black;
    font-size: 15px;
    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;
}
.ft-get h3 a:hover{
    text-decoration: none;
    color: #facd00;
    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;
}
.ft-get h3 span{
color: black;
    font-size: 15px;
}



.ft-copy{
    float: left;
    width: 100%;
    padding: 20px 0px;
    background: #facd00;
}
.copy{
    float: left;
    width: 100%;

}
.copy h3{
    float: left;
    width: 50%;
    text-align: left;
    font-weight: 500;
    font-size: 15px;
    color: black;
    margin-bottom: 0px;
}
.copy h4{
    float: left;
    width: 50%;
    text-align: right;
    font-weight: 500;
    font-size: 15px;
    color: black;
    margin-bottom: 0px;
}
.copy a{
   color: black; 
   
    transition: all ease-in-out 0.5s;
      -o-transition: all ease-in-out 0.5s;
      -ms-transition: all ease-in-out 0.5s;
      -moz-transition: all ease-in-out 0.5s;
      -webkit-transition: all ease-in-out 0.5s;
}
.copy a:hover{
    color: black;
    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;
}


/*avhhumberger*/
.hamburgermenu img {
    width: 53px;
    cursor: pointer;
    background: #facd00;
    padding: 6px;
    border-radius: 5px;
}
.hamburgermenu {
    float: right;
    padding-top: 23px;
    position: relative;
    z-index: 111111111111;
    /* padding-right: 68px; */
}


.nav-pd {
   /* width: 100%;
    float: left;*/
    text-align: left;
    padding: 0px 0px;
    transform: rotate(15deg);
}

/*.hd-address {
    width: 100%;
    float: left;
    text-align: left;
    padding: 110px 60px;
    background: #c33247;
    height: 100vh;
}*/

.hd-address img{
    float: left;
    width: 95px;
    height: 95px;
    margin-right: 20px;
    margin-top: -10px;
    margin-bottom: 12px;
    }

.hd-address{width: 100%;float: left;text-align: left;padding: 140px 0px;background: transparent;height: 100vh;
    margin-right: -80px;
}
.hd-address h2{

font-size: 32px;

font-weight: 600;

text-align: left;

color: white;
}
.hd-address h6{
    font-size: 15px;
    font-weight: 200;
    margin-bottom: 50px;
    color: white;
    line-height: 25px;
}

.req-form1 {
    width: 100%;
    float: right;
    height: auto;
    margin-right: 0;
    opacity: 1;
    background: transparent;
    padding: 63px 0px;
    top: 0;
    position: relative;
    right: 0;
    height: 100vh;
    z-index: 99;
}
.form-inner img{
    width: 250px;
}

.sidenav a {
    /* padding: 12px 71px; */
    text-decoration: none;
    -moz-transition: all ease-in-out .5s;
    font-size: 20px;
    transition: all ease-in-out .5s;
    color: #000;
    text-align: left;
    -webkit-transition: all ease-in-out .5s;
    position: relative;
    display: block;
    /* transition: 0.3s; */
    /* border-bottom: 1px solid #F2F2F2; */
}

@media screen and (max-height: 450px){}
.sidenav a {
    font-size: 18px;
}


.req-form1 h2 {
    font-size: 26px;
    text-align: left;
    font-weight: 700;
    margin-top: 18px;
    color: white;
}



.field_area {
    width: 100%;
    float: left;
    position: relative;
    margin: 0 0 11px;
}

.field_area label {
    color: white;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0px;
}

.field_area input[type=email], .field_area inpu.t[type=number], .field_area input[type=text], .field_area textarea, .field_area select {
    border-bottom: 1px solid transparent;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    width: 100%;
    float: left;
    font-size: 14px;
    color: #000;
    padding: 10px;
}

/*.quick-send {
    background: #98c02d;
    width: 100%;
    border: 0;
    border-radius: 5px;
    font-size: 17px;
    font-weight: 500;
    cursor: pointer;
    color: #fff;
    padding: 15px 0 12px;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
}


*/


.req-form1 p {
    font-size: 15px;
    width: 100%;
    color: white;
    line-height: 25px;
    margin-bottom: 14px;
    font-weight: 200;
    margin-top: 7px;
}

.mct_form {
    border-bottom: 1px solid #b0aaaa;
    color: #ffffff;
    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 rgb(255 255 255 / 43%);
    margin-top: 3px;
    width: 100%;
    float: left;
    padding: 15px;
    margin-top: 17px;
    border-radius: 0px;
}
.quick-send {
     box-shadow: inset 638px 0 0 0 #facd00;
       border: 1px solid #facd00;
       
    width: 100%;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    color: #fff;
    padding: 10px;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
}

.quick-send:hover {
    color: #facd00;
    /* opacity: .7; */
    border: 1px solid #facd00;
box-shadow: inset 0 0 0 0 #facd00;
    text-decoration: none;
    /border: none;/
}

.in-banner{
    float: left;
    width: 100%;
    background-image: url(../images/in-banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    top: -15px;
    height: 300px;
}

.in-banner-hed{
    float: left;
    width: 100%;
    padding-top: 150px;
}
.in-banner-hed h2{
    float: left;
    width: 100%;
    color: white;
    text-align: center;
    font-weight: 500;
    font-size: 65px;
}
.in-about{
    float: left;
    width: 100%;
    padding-top: 70px;
    padding-bottom: 70px;
    background-image: url(../images/in-element-round.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 80px;
}
.in-about-img{
    float: left;
    width: 100%;
}
.in-about-img img{
    float: left;
    width: 100%;
}
.in-about-txt{
    float: left;
    width: 100%;
    padding-top: 20px;
}
.in-about-txt h2{
    float: left;
    width: 100%;
    font-weight: 500;
    font-size: 50px;
    color: black;
    text-decoration: 3px #facd00 underline;
    text-underline-offset: 6px;
}
.in-about-txt p{
    float: left;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    color: black;
    line-height: 25px;
    margin-top: 13px;
   margin-bottom: 0px;
}
.all-vision{
    float: left;
    width: 100%;
   
    padding-top: 25px;
    padding-bottom: 80px;
}
.vision{
    float: left;
    width: 100%;
    border: 1px solid #c87f26;
    padding: 50px 40px;
    border-radius: 20px;
}
.vision img{
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
   width: 70px;
    margin-bottom: 20px;
}
.vision h2{
    float: left;
    width: 100%;
    color: black;
    font-weight: 500;
    font-size: 35px;
    text-align: center;
}

.vision p{
    float: left;
    width: 100%;
    font-weight: 400;
    font-size: 15px;
    color: black;
    line-height: 25px;
    margin-bottom: 0px;
    text-align: center;
}

.in-activities{
    float: left;
    width: 100%;
    padding-top: 70px;
    padding-bottom: 70px;
}
.in-b1-txt2{
    float: left;
    width: 100%;
    padding-top: 12px;
}
.in-b1-txt2 p {
    float: left;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    color: black;
    line-height: 25px;
    padding-right: 27px;
}


.in-b1-bx-1{
    float: left;
    width: 100%;
    margin-bottom: 30px;
   
}
.in-b1-bx1-txt{
    float: left;
    width: 90%;
    background: #fffae5;
    border-radius: 15px;
    padding: 45px 0px 45px 45px;
}
.in-b1-bx1-txt h2{
    float: left;
    width: 100%;
    color: black;
    font-size: 33px;
    font-weight: 500;
}
.in-b1-bx1-txt p{
    float: left;
    width: 73%;
    color: black;
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
    margin-top: 5px;
}
.in-b1-bx1-img{
    float: right;
    margin-top: -186px;
}
.in-b1-bx1-img img{
    float: right;
    max-width: 349px;
}

.in-b1-bx2-img{
    float: right;
    margin-top: -276px;
}
.in-b1-bx2-img img{
    float: right;
    max-width: 325px;
}


.in-products{
    float: left;
    width: 100%;
    padding-top: 70px;
    padding-bottom: 65px;
}
.in-p-hed{
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.in-p-hed h2 {
    float: left;
    width: 100%;
    font-weight: 500;
    font-size: 50px;
    color: black;
}
.in-p-hed h2 span{
    color: #facd00;
}
.in-p-hed p {
    float: left;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    color: black;
    line-height: 25px;
    
}

.in-p-bx{
    float: left;
    width: 100%;
    padding: 30px 20px 30px 20px;
    border-radius: 15px;
    background: #facd00;
    margin-top: 30px;
}
.in-p-bx1{
    float: left;
    width: 100%;
    padding: 30px 20px 30px 20px;
    border-radius: 15px;
    background: #fffae5;
    margin-top: 30px;
}
.in-p-bx-img{
    float: right;
    width: 45%;
    padding-top: 25px;
}
.in-p-bx-img img{
    float: none;
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.in-p-bx-txt{
    float: left;
    width: 55%;
}
.in-p-bx-txt h2{
    float: left;
    width: 100%;
    color: black;
    font-size: 23px;
    font-weight: 500;
}
.in-p-bx-txt p{
    float: left;
    width: 100%;
    color: black;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0px;
}


.in-customers-bx{
    float: left;
    width: 100%;
    margin-bottom: 45px;
}
.customers-bx1{
   float: left;
    width: 55%;
    background: #fffae5;
    border-radius: 30px 0px 0px 30px;
    padding: 45px 55px 45px 55px;
    height: 338px;
}
.customers-bx-txt{
    float: left;
    width: 100%;
}
.customers-bx-txt h2{
    float: left;
    width: 100%;
    font-size: 35px;
    font-weight: 500;
    color: black;
    line-height: 45px;
}
.customers-bx-txt p{
    float: left;
    width: 100%;
    font-weight: 500;
    font-size: 15px;
    line-height: 27px;
    margin-top: 16px;
}
.customers-bx1-img{
    float: left;
    width: 45%;
}
.customers-bx1-img img{
    float: left;
    width: 100%;
    border-radius: 0px 30px 30px 0px;
    height: 338px;
}



.customers-bx2{
   float: left;
    width: 55%;
    background: #fffae5;
    border-radius: 0px 30px 30px 0px;
    padding: 45px 55px 45px 55px;
    height: 338px;
}
.customers-bx2-img{
    float: left;
    width: 45%;
}
.customers-bx2-img img{
    float: left;
    width: 100%;
    border-radius: 30px 0px 0px 30px;
    height: 338px;
}













.gallery-bx{
    float: left;
    width: 100%;
    background: #facd00;
    border-radius: 15px 15px 15px 15px;
    margin-top: 30px;
}
.gallery-bx img{
    float: left;
    width: 100%;
    border-radius: 15px 15px 15px 15px;
}
.gal-bx-txt{
    float: left;
    width: 100%;
    text-align: center;
    padding: 35px 15px;
}
.gal-bx-txt h2{
    float: left;
    width: 100%;
    color: black;
    font-weight: 500;
    font-size: 30px;
}
.gallery-butn{
    float: left;
    width: 100%;
    margin-top: 10px;
    text-align: center;
}
.gallery-butn a{
    float: none;
    display: inline-block;
    box-shadow: inset 400px 0 0 0 white;
    border: 1px solid transparent;
    color: black;
    padding: 11px 0px;
    height: 44px;
    width: 158px;
    font-size: 15px;
    font-weight: 500;
   text-align: center;
    border-radius: 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;
}
.gallery-butn a svg{
    fill: black;
    float: none;
    width: 15px;
    margin-top: -4px;
    margin-left: 15px;
    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;
}
.gallery-butn a:hover{
    
     border: 1px solid white;
     box-shadow: inset 0 0 0 0 white;
    color: white;
    text-decoration: none;
    transition: all ease-in-out 0.5s;
      -o-transition: all ease-in-out 0.5s;
      -ms-transition: all ease-in-out 0.5s;
      -moz-transition: all ease-in-out 0.5s;
      -webkit-transition: all ease-in-out 0.5s;
}
.gallery-butn a:hover svg{
    fill: white;
    transition: all ease-in-out 0.5s;
      -o-transition: all ease-in-out 0.5s;
      -ms-transition: all ease-in-out 0.5s;
      -moz-transition: all ease-in-out 0.5s;
      -webkit-transition: all ease-in-out 0.5s;
}


.view-gallery{
    float: left;
    width: 100%;
    padding: 70px 0px;
}
.ih-item.square.effect6{
    float: left;
    width: 100%;
   
    
    margin-bottom: 25px;
   
}

.img-fluid{
    width: 100%!important;
}




.career-full{
    float: left;
    width: 100%;
    padding-bottom: 75px;
    padding-top: 70px;
    background: #fffae54d;
    margin-top: -15px;
}
.cr-wd{
  margin-right:auto;
  margin-left:auto;
  width:770px;
}
.cr-wd h2{
    float: left;
    width: 100%;
    text-align: center;
   
    font-weight: 500;
    color: black;
    font-size: 49px;
    line-height: 59px; 
    margin-bottom: 15px;
}
.cr-wd p{
    float: left;
    width: 100%;
    text-align: center;
  
    font-weight: 500;
    color: black;
    font-size: 15px;
    line-height: 25px; 
    margin-bottom: 50px;
}

.hidden-input-field {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}

.contact-label {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 15px;
    color: #000;
    font-weight: 500;
    
}

.mct_form {
    border-bottom: 1px solid #b0aaaa;
    color: black;
    display: block;
    font-weight: 400;
    font-size: 14px;
    /* text-transform: uppercase; */
    height: 50px;
    margin-bottom: 25px !important;
    padding: 0 20px;
    outline: none;
    background: #ffffff;
    width: 100%;
    padding-left: 0px;
    border: none;
    transition: all 500ms ease;
    border: solid 1px rgba(46, 67, 110, 0.22);
    margin-top: 3px;
    width: 100%;
    float: left;
    padding: 10px;
    margin-top: 17px;
    border-radius: 5px;
}

/*.mct_form:hover {
    border-bottom: 1px solid #72593c;
}*/

.contact-snd {
  /*  text-transform: uppercase;*/
     border-radius: 10px; 
    font-size: 15px;
    font-weight: 500;
   height: 44px;
    width: 149px;
    margin-bottom: 20px;
    font-style: normal;
    font-stretch: normal;
    border: none;
    line-height: normal;
    /* letter-spacing: 1.8px; */
    /*width: 81%;*/
    text-align: center;
    padding: 9px 0px;
    border: none;
   box-shadow: inset 400px 0 0 0 #facd00;
       border: 1px solid #fffdf7!important;
       outline: none!important; 
    color: black;
    float: left;
    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 {
   text-decoration: none;
    border: 1px solid #facd00;
box-shadow: inset 0 0 0 0 #facd00;
    color: black;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}






.abt-panel {
    width: 100%;
    float: left;
    padding-top: 70px;
    padding-bottom: 70px;
    background: #fffae54d;
    margin-top: -15px;
    
}
.abt-panel h1 {
    /* float: left; */
    /* width: 100%; */
    color: black;
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 21px;
    text-align: left;
    margin: 0px;
    margin-bottom: 10px;
    /*margin-top: 31px;*/
    
}


.contact-tag {
    float: left;
    width: 100%;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.93);
    text-align: left;
    /* margin-top: 15px; */
    line-height: 25px;
    margin-bottom: 30px;
    
    font-weight: 500;
    
}



.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: 25px;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.93);
    margin-top: 9px;
    font-weight: 500;
   
}

.contact-snd2 {
  /*  text-transform: uppercase;*/
     border-radius: 10px; 
    font-size: 15px;
    font-weight: 500;
   height: 44px;
    width: 149px;
    margin-bottom: 20px;
    font-style: normal;
    font-stretch: normal;
    outline: none!important;
    
    line-height: normal;
    /* letter-spacing: 1.8px; */
    /*width: 81%;*/
    text-align: center;
    padding: 9px 0px;
    border: none;
   box-shadow: inset 400px 0 0 0 #facd00;
       border: 1px solid #fffdf7!important;
        
    color: black;
    float: right;
    margin-top: 11px;
    /* border: solid 2px #a3238e; */
    cursor: pointer;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.contact-snd2:hover {
   text-decoration: none;
    border: 1px solid #facd00;
box-shadow: inset 0 0 0 0 #facd00;
    color: black;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.adr-section {
    float: left;
   
    
    width: 100%;
    margin-bottom: 40px;
    background: #facd00;
    
    padding: 25px 30px;
    border-radius: 20px;
    height: 188px;
}

.adr-section h1 {
    float: left;
    width: 100%;
    color: black;
    font-size: 30px;
    font-weight: 500;
    margin-top: 0px;
    margin-top: 4px;
    
   /* padding-bottom: 0px;*/
}

.india{
float: left;
}

.india p {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 15px;
    font-weight: 500;
    color: black;
    line-height: 25px;
    margin-top: 10px;
    margin-bottom: 0px;
    
}
.india p a{
    color: black;
    
    font-size: 15px;
    font-weight: 500;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;

}
.india p a:hover{
    color: #181818;
    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;

}







@media (max-width:1200px){
    .btn {
        display:  none;
    }
}



@media (max-width: 400px){
    .b2-hed h2 {
    font-size: 40px!important;
    text-align: center;
}
.logo{
    width: 220px!important;
}
.header_menu_area > .mob_nav {
    margin: 20px 0px 40px 0px;
}
}


@media (max-width: 575px){
.logo{
    margin-left: 0px;
    width: 250px;
}
.slider-ban.owl-carousel{
    width: 100%;
}
.slider-img.owl-carousel{
width: 100%;
}
.heder-content{
    padding-top: 115px;
}
.heder-content h2{
    text-align: center;
    font-size: 45px;
    line-height: 59px;
}
.heder-content p br{
    display: none;
}
.heder-content p{
    text-align: center;
    margin-top: 10px;
}
.baner-butn{
    text-align: center;
}
.baner-butn a{
    display: inline-block;
    float: none;
}
.slide{
    height: auto;
    
    background-position: center;
}
.baner-img{
    padding-top: 30px;
}
.baner-img img{
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 440px!important;
}
.slider-img .owl-nav {
   display: none!important;
    text-align: center;
    margin-left: 0px;
    margin-top: 20px;
}
.slider-img .owl-prev img{
    border-radius: 12px;
    margin-right: 10px;
}
.slider-img .owl-next img {
    margin-left: 0px;
    margin-top: 0px;
    border-radius: 12px;
}
.about{
    background-image: none;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #fffced;
}
.about-img h1{
    display: none;
}
.about-txt{
    padding-left: 0px;
    padding-top: 40px;
}
.about-txt h3{
    font-size: 15px;
    text-align: center;
}
.about-txt h2 br{
    display: none;
}
.about-txt h2{
    font-size: 40px;
    text-align: center;
}
.about-txt p{
    text-align: center;
    padding-right: 0px;
}
.about-butn{
    text-align: center;
}
.about-butn a{
    float: none;
    display: inline-block;
}
.ab-bc{
    display: none;
}
.b1-txt1{
    margin-bottom: 10px;
}
.body1{
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 60px;
    padding-bottom: 60px;
}
.b1-txt1 h3{
    font-size: 15px;
    text-align: center;
}
.b1-txt1 h2 br{
    display: none;
}
.b1-txt1 h2{
    font-size: 40px;
    text-align: center;
}
.b1-txt2{
    padding-top: 0px;
}
.b1-txt2 p{
    text-align: center;
    padding-right: 0px;
}
.b1-bx-1{
    margin-right: 15px;
    background: #fffae5;
    padding-right: 15px;
    padding-left: 15px;
margin-bottom: 35px;
border-radius: 10px;
width: auto;
max-width: 100%;
}
.b1-bx-2{
    margin-left: 15px;
    background: #fffae5;
    padding-right: 15px;
    padding-left: 15px;
margin-bottom: 35px;
border-radius: 10px;
width: auto;
max-width: 100%;
}
.b1-bx1-txt{
    width: 100%;
    background: none;
    padding: 35px 0px 35px 0px;
}
.b1-bx1-img {
    float: left;
    margin-top: 0px;
    width: 100%;
}
.b1-bx1-img img {
    float: none;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.b1-bx1-txt h2 br{
    display: none;
}
.b1-bx1-txt h2{
    text-align: center;
    font-size: 30px;
}
.b1-bx1-txt p br{
    display: none;
}
.b1-bx1-txt p{
    text-align: center;
}
.b1-bx1-butn{
    text-align: center;
}
.b1-bx1-butn a{
    float: none;
    display: inline-block;
}
.b1-bx2-img {
    float: left;
    margin-top: 0px;
    width: 100%;
}
.b1-bx2-img img {
    float: none;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.b2-hed h2{
    font-size: 66px;
}
.b2-hed p br{
    display: none;
}
.b2-bx{
   
    height: auto;
}
.products.owl-carousel{
    padding-left: 15px;
    padding-right: 15px;
}
.b2-bx h2{
    text-align: center;
}
.b2-bx p{
    text-align: center;
}
.body3 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.b3-txt1 h3{
    text-align: center;
    font-size: 15px;
}
.b3-txt1 h2 br{
    display: none;
}
.b3-txt1 h2{
    font-size: 40px;
    text-align: center;
}
.b3-txt1{
    margin-bottom: 10px;
}
.b3-txt2{
    padding-top: 0px;
}
.b3-txt2 p{
    padding-right: 0px;
    text-align: center;
}
.b3-bx-txt{
    display: block;
}
.b3-bx-txt2{
    display: block;
}
.b3-bx-txt3{
    display: block;
}
.b3-bx1{
    border-radius: 15px 15px 0px 0px;
}
.b3-bx3{
    border-radius: 0px 0px 0px 0px;
}
.b3-bx4{
    border-radius: 0px 0px 0px 0px;
}
.b3-bx6{
   border-radius: 0px 0px 15px 15px; 
}
.b3-bx-txt2{
    border-radius: 0px 0px 0px 0px;
}
.b3-bx-txt3{
    border-radius: 0px 0px 15px 15px; 
}
.b4 h2 br{
    display: none;
}
.b4 h2{
    font-size: 40px;
}
.b4 p br{
    display: none;
}
.ft-logo p br{
    display: none;
}
.ft-logo p{
    text-align: center;
}
.ft-social{
    text-align: center;
}
.ft-social a img{
    float: none;
    display: inline-block;
    margin-left: 12px;
    margin-right: 12px;
}
.quicklink{
    padding-left: 0px;
    text-align: center;
    margin-top: 40px;
}
.line-1{
    width: 100%;
}
.links1{
    width: 50%;
}
.links2{
    width: 50%;
}
.quicklink2{
    padding-left: 0px;
    margin-top: 30px;
    text-align: center;
}
.ft-get{
    padding-left: 0px;
    margin-top: 30px;
    text-align: center;
}
.copy h3{
    width: 100%;
    text-align: center;
}
.copy h4{
    width: 100%;
    text-align: center;
    margin-top: 8px;
}
.products .owl-nav{
    margin-top: 17px;
    text-align: center;
    width: 100%;
}
.products .owl-prev img{
    margin-left: 0px;
    margin-right: 15px;
    border-radius: 12px;
}
.products .owl-next img{
    margin-left: 0px;
    border-radius: 12px;
}
.b2-butn{
    margin-top: 40px;
}
.in-about{
    padding-top: 60px;
    padding-bottom: 30px;
    background-image: none;
}
.in-about-txt{
    text-align: center;

}
.in-about-txt h2 br{
    display: none;
}
.in-about-txt h2{
    font-size: 40px;
}
.vision{
    margin-bottom: 25px;
}
.in-banner{
    height: auto;
    padding-bottom: 40px;
}
.in-banner-hed h2{
    font-size: 50px;
}
.all-vision{
    padding-bottom: 50px;
}
.in-activities{
    padding-top: 60px;
    padding-bottom: 60px;
}
.in-b1-txt2{
    padding-top: 0px;
}
.in-b1-txt2 p{
    text-align: center;
    padding-right: 0px;
}
.in-b1-bx-1{
   background: #fffae5;
    border-radius: 15px;
    padding: 45px 15px 45px 15px;
}
.in-b1-bx1-txt {
    width: 100%;
    background: none;
    padding: 0px 0px 0px 0px;
}
.in-b1-bx1-txt h2{
    font-size: 30px;
    text-align: center;
}
.in-b1-bx1-txt p{
    width: 100%;
    text-align: center;
}
.in-b1-bx1-img {
    float: left;
    margin-top: 0px;
    width: 100%;
}
.in-b1-bx1-img img {
    float: none;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.in-b1-bx2-img{
    float: left;
    margin-top: 0px;
    width: 100%;
}
.in-b1-bx2-img img {
    float: none;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.in-products{
    padding-top: 50px;
    padding-bottom: 50px;
}
.in-p-bx{
    padding: 30px 20px 40px 20px;
}
.in-p-hed h2{
    font-size: 40px;
}
.in-p-hed h2 br{
    display: none;
}
.in-p-hed p br{
    display: none;
}

.in-p-bx-img{
    width: 100%;
    padding-top: 0px;
}
.in-p-bx-txt{
    width: 100%;
    text-align: center;
    margin-top: 13px;
}
.in-customers-bx{
    padding: 0px 15px;
    margin-top: 20px;
    margin-bottom: 25px;
}
.customers-bx1{
    width: 100%;
    border-radius: 30px 30px 0px 0px;
    height: auto;
    padding: 30px 20px 30px 20px;
}
.customers-bx1-img{
    width: 100%;
}
.customers-bx1-img img{
    border-radius: 0px 0px 30px 30px;
    height: auto;
}
.customers-bx-txt p{
    margin-bottom: 0px;
    margin-top: 3px;
}
.customers-bx-txt{
    text-align: center;
}
.customers-bx-txt h2{
    font-size: 31px;
}
.customers-bx2-img{
    width: 100%;
}
.customers-bx2-img img{
    height: auto;
    border-radius: 30px 30px 0px 0px;

}
.customers-bx2{
    width: 100%;
    border-radius: 0px 0px 30px 30px;
    height: auto;
    padding: 30px 20px 30px 20px;
}
.cr-wd h2 br{
    display: none;
}
.cr-wd h2{
    font-size: 40px;
    line-height: 50px;
}
.cr-wd p br{
    display: none;
}
.career-full{
    padding-top: 60px;
    padding-bottom: 60px;
    /*padding-left: 15px;*/
    /*padding-right: 15px;*/
}
.india{
    width: 100%;
    
}
.adr-section h1{
    text-align: center;
}
.india p{
    text-align: center;
}
.contact-snd2{
    float: left;
}
.ip-loader {
    position: absolute;
    left: -5%!important;
    width: 100%;
    opacity: 0;
    cursor: default;
    pointer-events: none;
}

.career-full .row{
    margin-left: 0px !important;
    margin-right: 0px !important;
}


}



@media(min-width: 576px) and (max-width: 767px){
    .logo{
    margin-left: 0px;
    width: 250px;
}
.slider-ban.owl-carousel{
    width: 100%;
}
.slider-img.owl-carousel{
width: 100%;
}
.heder-content{
    padding-top: 140px;
}
.heder-content h2{
    text-align: center;
    font-size: 50px;
    line-height: 75px;
}
.heder-content p br{
    display: none;
}
.heder-content p{
    text-align: center;
}
.baner-butn{
    text-align: center;
}
.baner-butn a{
    display: inline-block;
    float: none;
}
.slide{
    height: auto;
    
}
.baner-img{
    padding-top: 45px;
}
.baner-img img{
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 440px!important;
}
.slider-img .owl-nav {
   display: none;
    text-align: center;
    margin-left: 0px;
    margin-top: 20px;
}
.slider-img .owl-prev img{
    border-radius: 12px;
    margin-right: 10px;
}
.slider-img .owl-next img {
    margin-left: 0px;
    margin-top: 0px;
    border-radius: 12px;
}
.about{
    padding-top: 60px;
    padding-bottom: 60px;
    background-position-y: -29%;
}
.about-img h1{
    margin-left: -47%;
}
.about-txt{
    padding-left: 0px;
    text-align: center;
}
.about-txt h2 br{
    display: none;
}
.about-txt p{
    padding-right: 0px;
}
.about-butn{
    text-align: center;
}
.about-butn a{
    float: none;
    display: inline-block;
}
.ab-bc{
    display: none;
}
.body1{
     padding-top: 60px;
    padding-bottom: 60px;
}
.b1-txt1{
    text-align: center;
    margin-bottom: 12px;
}
.b1-txt2{
    padding-top: 0px;
}
.b1-txt2 p{
    text-align: center;
    padding-right: 0px;
}
.b1-bx1-img{
    margin-top: -148px;
}
.b2-hed{
    text-align: center;
}
.b2-hed h2{
    font-size: 74px;
}
.b2-hed p br{
    display: none;
}
.body3 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.b3-txt1{
    text-align: center;
    margin-bottom: 10px;
}
.b3-txt1 h2 br{
    display: none;
}
.b3-txt2{
    padding-top: 0px;
    text-align: center;
}
.b3-txt2 p{
    padding-right: 0px;
}
.b3-bx1{
    padding-top: 196px;
    border-radius: 0px 0px 15px 15px;
}
.b3-bx2{
    border-radius: 0px 0px 15px 15px;
}
.b3-bx3{
    border-radius: 0px 0px 15px 15px;
}
.b3-bx4{
   border-radius: 0px 0px 15px 15px;
}
.b3-bx-txt2{
   border-radius: 0px 0px 15px 15px; 
}
.b3-bx-txt3{
    border-radius: 0px 0px 15px 15px; 
}
.b3-bx5{
    border-radius: 0px 0px 15px 15px;
}
.b3-bx6{
    border-radius: 0px 0px 15px 15px;
}
.b3-bx-txt{
    border-radius: 0px 0px 15px 15px;
}
.b4 p br{
    display: none;
}
.ft-logo p br{
    display: none;
}
.ft-logo p{
    text-align: center;
}
.ft-social{
    text-align: center;
}
.ft-social a img{
    float: none;
    display: inline-block;
    margin-left: 12px;
    margin-right: 12px;
}
.quicklink{
    padding-left: 0px;
    text-align: center;
    margin-top: 40px;
}
.line-1{
    width: 100%;
}
.links1{
    width: 50%;
}
.links2{
    width: 50%;
}
.quicklink2{
    padding-left: 0px;
    margin-top: 30px;
    text-align: center;
}
.ft-get{
    padding-left: 0px;
    margin-top: 30px;
    text-align: center;
}
.copy h3{
    width: 100%;
    text-align: center;
}
.copy h4{
    width: 100%;
    text-align: center;
    margin-top: 8px;
}
.products .owl-nav{
    margin-top: 17px;
    text-align: center;
    width: 100%;
}
.products .owl-prev img{
    margin-left: 0px;
    margin-right: 15px;
    border-radius: 12px;
}
.products .owl-next img{
    margin-left: 0px;
    border-radius: 12px;
}
.b1-bx-1{
    margin-bottom: 30px;
}
.b1-bx-2{
    padding-left: 15px;
}
.in-about{
    padding-top: 60px;
    padding-bottom: 30px;
    background-image: none;
}
.in-about-txt{
    text-align: center;

}
.in-about-txt h2 br{
    display: none;
}

.vision{
    margin-bottom: 25px;
}
.in-banner{
    height: auto;
    padding-bottom: 40px;
}
.in-banner-hed h2{
    font-size: 50px;
}
.all-vision{
    padding-bottom: 50px;
}
.in-activities{
    padding-top: 50px;
    padding-bottom: 50px;
}
.in-b1-txt2 p {
    text-align: center;
    padding-right: 0px;
}
.in-b1-txt2{
    padding-top: 0px;
    margin-bottom: 30px;
}
.in-b1-bx-1{
   background: #fffae5;
    border-radius: 15px;
    padding: 45px 15px 45px 15px;
}
.in-b1-bx1-txt {
    width: 100%;
    background: none;
    padding: 0px 0px 0px 0px;
}
.in-b1-bx1-txt h2{
   
    text-align: center;
}
.in-b1-bx1-txt p{
    width: 100%;
    text-align: center;
}
.in-b1-bx1-img {
    float: left;
    margin-top: 0px;
    width: 100%;
}
.in-b1-bx1-img img {
    float: none;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.in-b1-bx2-img{
    float: left;
    margin-top: 0px;
    width: 100%;
}
.in-b1-bx2-img img {
    float: none;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.in-products{
    padding-top: 60px;
    padding-bottom: 60px;
}
.in-p-hed h2 br{
    display: none;
}
.in-p-hed p br{
    display: none;
}

.customers-bx1{
    width: 100%;
    border-radius: 30px 30px 0px 0px;
    height: auto;
    padding: 30px 20px 30px 20px;
}
.customers-bx1-img{
    width: 100%;
}
.customers-bx1-img img{
    border-radius: 0px 0px 30px 30px;
    height: auto;
}
.customers-bx-txt p{
    margin-bottom: 0px;
    margin-top: 3px;
}
.customers-bx-txt{
    text-align: center;
}

.customers-bx2-img{
    width: 100%;
}
.customers-bx2-img img{
    height: auto;
    border-radius: 30px 30px 0px 0px;

}
.customers-bx2{
    width: 100%;
    border-radius: 0px 0px 30px 30px;
    height: auto;
    padding: 30px 20px 30px 20px;
}
.gal-bx-txt{
    padding: 35px 15px;
}
.gal-bx-txt h2 br{
    display: none;
}
.cr-wd h2 br{
    display: none;
}
.cr-wd p br{
    display: none;
}
.india{
    width: 100%;
    
}
.adr-section h1{
    text-align: center;
}
.india p{
    text-align: center;
}
}







@media(min-width: 768px) and (max-width: 991px){
    .logo{
        margin-left: 0px;
    }
    .heder-content{
        padding-top: 135px;
    }
    .heder-content h2{
        font-size: 45px;
        line-height: 67px;
    }
    .heder-content p br{
        display: none;
    }
    .baner-img{
        padding-top: 135px;
    }
    .slider-img .owl-nav{
        margin-left: -50px;
        margin-top: -50px;
    }
    .slider-img .owl-prev img{
        width: 50px!important;
    }
    .slider-img .owl-next img{
        width: 50px!important;
        margin-top: -101px;
    }
    .slide{
        height: 625px;
    }
    .about{
        background-position-x: -6%;
    }
    .ab-bc{
        display: none;
    }
    .about-txt h2 br{
        display: none;
    }
    .about-txt h2{
        font-size: 38px;
    }
    .about-txt{
        padding-top: 0px;
        padding-left: 0px;
    }
    .about-img{
        padding-top: 86px;
    }
    .about{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .b1-txt1 h2 br{
        display: none;
    }
    .b1-txt2 p{
        padding-right: 0px;
    }
    .b1-bx1-txt p br{
        display: none;
    }
    .b1-bx1-txt p{
        width: 70%;
    }
    .products .owl-nav{
    margin-top: 17px;
    text-align: center;
    width: 100%;
}
.products .owl-prev img{
    margin-left: 0px;
    margin-right: 15px;
    border-radius: 12px;
}
.products .owl-next img{
    margin-left: 0px;
    border-radius: 12px;
}
.b2-bx{
    height: 300px;
}
.b1-bx1-txt{
    width: 86%;
}
.b3-bx1{
    
    border-radius: 0px 0px 15px 15px;
}
.b3-bx2{
    border-radius: 0px 0px 15px 15px;
}
.b3-bx3{
    border-radius: 0px 0px 15px 15px;
}
.b3-bx4{
   border-radius: 0px 0px 15px 15px;
}
.b3-bx-txt2{
   border-radius: 0px 0px 15px 15px; 
}
.b3-bx-txt3{
    border-radius: 0px 0px 15px 15px; 
}
.b3-bx5{
    border-radius: 0px 0px 15px 15px;
}
.b3-bx6{
    border-radius: 0px 0px 15px 15px;
}
.b3-bx-txt{
    border-radius: 0px 0px 15px 15px;
}
.quicklink{
    padding-left: 0px;
}
.quicklink2{
    padding-left: 0px;
    padding-top: 40px;
}
.ft-get{
     padding-left: 0px;
    padding-top: 40px;
}
.ft-logo a img{
    float: left;
}
.line-1{
    width: 85%;
}
.copy h3{
    width: 60%;
}
.copy h4{
    width: 40%;
}
.b1-bx-1{
    margin-bottom: 35px;
}
.about-txt p{
    padding-right: 0px;
}
.in-about-txt{
    text-align: center;
}
.in-b1-txt2 p{
    width: 100%;
    padding-right: 0px;
}
.in-b1-txt2{
    padding-top: 15px;
}
.in-b1-bx1-img{
    margin-top: -136px;
}
.in-b1-bx1-img img{
    width: 260px;
}
.in-b1-bx2-img{
    margin-top: -215px;
}
.in-b1-bx2-img img{
    width: 260px;
}
.in-b1-bx1-txt p{
    width: 71%;
}
.in-p-bx-img{
    width: 100%;
    padding-top: 0px;
}
.in-p-bx-txt{
    width: 100%;
    text-align: center;
}
.in-p-bx{
    padding: 25px 20px 30px 20px;
}
.customers-bx1 {
   width: 60%;
   padding: 18px 15px 30px 20px;
    height: 350px;
}
.customers-bx1-img{
    width: 40%;
}
.customers-bx1-img img{
    height: 350px;
}
.customers-bx-txt h2{
    font-size: 30px;
}
.customers-bx-txt p{
    margin-top: 5px;
}
.customers-bx2 {
   width: 60%;
   padding: 18px 15px 30px 20px;
    height: 350px;
}
.customers-bx2-img{
    width: 40%;
}
.customers-bx2-img img{
    height: 350px;
}
.adr-section{
    height: auto;
    padding: 25px 15px;
}
}








@media(min-width: 992px) and (max-width: 1199px){
    .logo{
        margin-left: 0px;
    }
    .heder-content p br{
        display: none;
    }
    .heder-content{
        padding-top: 168px;
    }
    .baner-img{
        padding-top: 125px;
    }
    .slide{
        height: 666px;
    }
    .about-txt{
        padding-top: 0px;
        padding-left: 0px;
    }
    .ab-bc {
    margin-right: -417px;
     margin-top: -522px;
   }
   .b1-bx1-img{
    margin-top: -154px;
   }
   .b1-bx1-img img{
    width: 265px;
   }
   .b1-bx2-img{
    margin-top: -221px;
   }
   .b1-bx2-img img{
    width: 265px;
   }
   .ft-logo p br{
    display: none;
   }
   .ft-social a img{
    margin-right: 14px;
   }
   .quicklink{
    padding-left: 15px;
   }
   .quicklink2{
    padding-left: 5px;
   }
   .ft-get{
    padding-left: 14px;
   }
     .products .owl-nav{
    margin-top: 17px;
    text-align: center;
    width: 100%;
}
.products .owl-prev img{
    margin-left: 0px;
    margin-right: 15px;
    border-radius: 12px;
}
.products .owl-next img{
    margin-left: 0px;
    border-radius: 12px;
}
.in-about-txt{
    padding-top: 0px;
}
.in-about-img{
    padding-top: 52px;
}
.in-b1-txt2{
    padding-top: 15px;
}
.in-b1-txt2 p{
    padding-right: 0px;
}
.in-b1-bx1-txt p{
    width: 69%;
}
.in-p-bx-img{
    padding-top: 35px;
}
.customers-bx1{
    padding: 42px 35px 42px 35px;
}
.customers-bx2{
    padding: 42px 35px 42px 35px;
}
}






@media(min-width: 1400px) and (max-width: 2560px){
    .about-txt p{
        padding-right: 0px;
    }
    .ab-bc{
        margin-right: -427px;
        margin-top: -540px;
    }
    .header_menu_area > ul{
        padding-right: 17px;
    }
    .heder-content{
        padding-top: 213px;
    }
    .hd-address{
        padding: 180px 0px;
    }
    .form-inner img {
    width: 375px;
}
.ip-loader {
    position: absolute;
    left: -3%!important;
    width: 100%;
    opacity: 0;
    cursor: default;
    pointer-events: none;
}

}

















@media(min-width: 768px) and (max-width: 849px){
    .about-img h1{
        display: none;
    }
}
@media(min-width: 850px) and (max-width: 991px){
    .about-img h1{
        margin-left: -66%;
    margin-top: -70%;
    }
}
@media(min-width: 992px) and (max-width: 1100px){
    .about-img h1{
        display: none;
    }
}
@media(min-width: 1101px) and (max-width: 1199px){
    .about-img h1{
        margin-left: -48%;
    margin-top: -67%;
    }
}
@media(min-width: 1200px) and (max-width: 1250px){
    .about-img h1{
        display: none;
    }
    .products .owl-nav{
    margin-top: 17px;
    text-align: center;
    width: 100%;
}
.products .owl-prev img{
    margin-left: 0px;
    margin-right: 15px;
    border-radius: 12px;
}
.products .owl-next img{
    margin-left: 0px;
    border-radius: 12px;
} 
}

@media(min-width: 1600px) and (max-width: 2560px){
    .about{
        background-size: 33%;
    }
}
@media(min-width: 1251px) and (max-width: 1277px){
    .products .owl-prev img{
        margin-left: -69px;
    }
    .products .owl-next img{
        margin-left: 1143px;
    }
}
@media(min-width: 1277px) and (max-width: 1307px){
    .products .owl-prev img{
        margin-left: -83px;
    }
    .products .owl-next img{
        margin-left: 1158px;
    }
}

@media(min-width: 1367px) and (max-width: 1390px){
    .products .owl-prev img{
        margin-left: -125px;
    }
    .products .owl-next img{
        margin-left: 1200px;
    }
}
@media(min-width: 1391px) and (max-width: 1424px){
    .products .owl-prev img{
        margin-left: -140px;
    }
    .products .owl-next img{
        margin-left: 1215px;
    }
}
@media(min-width: 1425px) and (max-width: 1455px){
    .products .owl-prev img{
        margin-left: -157px;
    }
    .products .owl-next img{
        margin-left: 1232px;
    }
}
@media(min-width: 1456px) and (max-width: 1490px){
    .products .owl-prev img{
        margin-left: -173px;
    }
    .products .owl-next img{
        margin-left: 1248px;
    }
}
@media(min-width: 1491px) and (max-width: 1526px){
    .products .owl-prev img{
        margin-left: -192px;
    }
    .products .owl-next img{
        margin-left: 1267px;
    }
}
@media(min-width: 1527px) and (max-width: 1562px){
    .products .owl-prev img{
        margin-left: -210px;
    }
    .products .owl-next img{
        margin-left: 1285px;
    }
}