@charset "utf-8";
html,body{
  scroll-behavior: smooth;
}
body{
  font-family: 'Roboto', sans-serif;
}
p{
  font-size: 1rem;
  line-height: 30px;
}
ol,ul{
  font-size: 1rem;
  line-height: 35px;
}
div>hr:first-of-type{
  width: 15%;
  border-color:#f2b734;
}
div>hr:last-of-type{
  width: 5%;
  margin-bottom:30px;
  border-color:#f2b734;
}
.zoom {
 
  background-color: green;
  transition: transform .2s;
  
  margin: 0 auto;
}

.zoom:hover {
  -ms-transform: scale(1.5); /* IE 9 */
  -webkit-transform: scale(1.5); /* Safari 3-8 */
  transform: scale(1.1); 
}
header{
  position: absolute;
  width: 100%;
  z-index: 9;
  background-color: #000;
  padding: 10px 0;
}
.connect{
  background-color: #000;
  padding: 20px 0;
}
.connect a{
  color:#fff;
}
.connect .icon{
  margin: auto;
  width:65px;
  height: 65px;
  border-radius: 50%;
  padding: 15px;
  background-color:#f2b734;
  float: right;
}
.connect .call,.connect .email,.connect .location{
  text-align: left;
/*  margin-top: 30px;*/
/*
  border: 1px solid #ffc107;
  padding: 15px;
*/
}
.connect .call img,.connect .email img,.connect .location img{
  max-width: 40px;
}
.connect .call p,.connect .email p,.connect .location p{
  margin:5px 0 0 0;
  line-height: 1.6rem;
}
.navbar-light .navbar-brand img{
  max-width: 200px;
}
.bg-light {
  background-color: transparent!important;
  padding: 0 0.5rem;
}
.navbar-light .navbar-nav .nav-link {
  color: #fff;
  padding: 0.5rem 1.5rem;
  text-transform: uppercase;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 1px;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
  color: #ffbf00;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #ffbf00;
}
.dropdown-menu {
  margin-top: 7px;
  padding: 0;
  border: 0;
  border-radius: 0;
  /* background-color: #ff9800; */
  background-color:#000;
}
.dropdown-item:focus, .dropdown-item:hover {
  transition: 0.6s;
  background-color: #ccc;
}
.dropdown-item {
  padding: 0.35rem 1.5rem;
  border-top: 1px solid #1f1f1f;
  color:#fff;
  text-transform: uppercase;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 1px;
}
.banner{
  width: 100%;
  height: 800px;
  overflow: hidden;
}
.NewsScroll{
  padding: 7px 0;
  background:linear-gradient(90deg, #f2b734 16%, #000000 30%);
}
.NewsScroll h2{
  margin: 0;
  padding-top: 4px;
  font-size:1.5rem;
  font-weight: 700;
  color:#fff;
}
.NewsScroll marquee{
  margin: 0;
  padding:0;
}
.NewsScroll marquee p{
  font-size: 1rem;
  margin: 0;
  padding-top: 3px;
  color:#fff;
}
.NewsScroll a{
  color:#fff700;
}
.intro{
  padding: 80px 0;
  background-color:#fff;
}
.intro h1{
  text-align: center;
  font-size: 2.25rem;
  font-weight: 500;
  color: #000;
}

.intro p{
  text-align: center;
  font-size: 1.1rem;
}
.introVideo{
  padding: 15px 0;
}
.introVideo iframe{
  width: 100%;
  height: 450px;
  border: 15px solid #ffc107;
  border-radius: 10px;
}
.products{
  background: url("../images/fds.jpg");
  background-size: cover;
  background-attachment: fixed;
}
.productsOverlay{
  padding: 150px 0;
  /* background-color: rgba(0,0,0,0.6); */
}
.products h1{
  text-align: center;
  color:#000000;
  text-transform: uppercase;
  font-size: 2rem;
  letter-spacing: 2px;
}
.products a{
  display: block;
}

.products img{
  width: 100%;
}
.products h3{
  color: white;
  text-align: center;
  margin: 15px 0;
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid #ffc107;
  padding: 10px 0;
}
.prductWrap{
  text-align: center;
  margin: 0px;
  border: 2px solid #000000;
  padding: 3px;
  background: #00000030;
}
.whyChoose{
  padding: 100px 0;
  background-color: #FFFFFF;
}
.whyChoose h2{
  color:#000;
}
.whyChoose p{
  text-align: justify;
}
.whyChoose ul{
  list-style: none;
  line-height: 50px;
}
.whyChoose ul i{
      width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #05fe82;
    padding: 6px;
    text-align: center;
    color: #02fd80;
}

.whyChoose img{
  width: 100%;
}
.achievers{
  background: url("../images/fds.jpg");
  background-size: cover;
  background-attachment: fixed;
}
.achieversOverlay {
  padding: 100px 0;
  background: #120c00;
}
.achievers h2{
  text-align: center;
  color:#f2b734;
}
.achievers p{
  color: #fff;
  text-align: center;
  font-weight: 300;
  letter-spacing: 0.5px;
  font-size: 1.125rem;
}
.AchieversDesc{
  padding: 15px;
  padding-left: 20px; 
  text-align: center;
}
.AchieversDesc img{
  border: 5px solid rgb(242 183 52);
  border-radius: 50%;
  box-shadow: 0 0 10px #000000;
  width: 250px !important;
  margin: auto;
}
.AchieversDesc h5{
  color: #ffffff;
  text-align: center;
  font-size: 0.9rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 15px 0;
}

.AchieversDesc h6{
  color: #f2b734;
    text-align: center;
    /* font-size: 0.8rem; */
    /* font-weight: 300; */
    letter-spacing: 1px;
}
.joinUs{
  background-color: #fff;
  padding: 100px 0;
}
.joinUs .left{
}
.joinUs .left h2{
  
}
.joinUs .left hr{
  width:100%;
}
.joinUs .left h3{
  font-size: 1.125rem;
  text-transform: uppercase;
}
.joinUs .left p{
  text-align: justify;
}
.joinUs .left .socialMedia a i {
  width: 50px;
  height: 50px;
  background-color: rgb(242 183 52);
  color: #000000;
  padding: 15px;
  margin-right: 10px;
  font-size: 1.25rem;
  border-radius: 50%;
  text-align: center;
}
.btn-warning {
    color: white;
    background-color: #048846;
    border-color: #fffffe;
}
footer{
  padding: 47px 0 0 0;
  background: url('../img/footer.jpg');
  background-size: cover;
  background-attachment: fixed;
}
footer h2{
  color:#f2b734;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.5px;
  margin: 0;
}
footer hr{
  border-color: #f2b734 !important;
  width: 100% !important;
}
footer p,footer ul{
  line-height: 35px;
  color:#cacaca;
}
footer ul{
  padding-left: 20px;
  list-style: none;
  padding: 0;
}
footer a{
  color:#cacaca;
}
footer a:hover{
  color:#ffc107;
}
footer .ftrAdd,footer .ftrContact,footer .ftrSupport,footer .ftrEmail{
  margin: 0;
}
footer .ftrContact,footer .ftrSupport,footer .ftrEmail{
  font-size: 1rem;
}
footer .ftrContact span,footer .ftrSupport span, footer .ftrEmail span{
  color: #fff;
  font-weight: 600;
}
.copyright{
  background-color:#5f421933;
  padding: 10px 25px;
  margin: 35px 0 0 0;
}
.copyright p{
  margin: 0;
  font-size: 0.95rem;
  color:#fff;
}
.copyright p.devBy{
  text-align: left;
}
.copyright .ftrSocial{
  margin:5px 0 0 0;
}
.copyright .ftrSocial a{
  font-size: 1rem;
  margin: 0 5px;
  background: #fff;
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  padding: 4px;
}
.pages{
  /*padding: 80px 0;*/
  /*background:url('../images/bg.png');*/
  background-repeat: repeat-y;
}
#gallery{
  background:url('../images/gallerybg.jpg')fixed center/cover no-repeat ;
  /*background-repeat: repeat-y;*/
}
#business{
  background:url('../images/businessbg.jpg')fixed center/cover no-repeat ;
}
#business h1 {
    position: relative;
    top: initial;
    color:#fff!important;
}
#business .plan-image{
  margin-bottom: 20px;
}
#ContactPg{
  background:url('../images/fds.jpg');
   background-size: cover;
  background-attachment: fixed;
}
#Legal{
  background:url('../images/fds.jpg');
   background-size: cover;
  background-attachment: fixed;
}
#com-profile{
  background:url('../images/com-profile.jpg');
   background-size: cover;
  background-attachment: fixed;
}
#DirectorProfile{
  background:url('../images/fds.jpg');
  color:#ffffff;
  background-size: cover;
  background-attachment: fixed;
}
.DirectorProfileOverlay{
  /* background-color: #00000091; */
}
.DirectorProfileOverlay h1{
  color: #f7c124 !important;
}
#CompanyProfile h1{
    top: 18px !important;
}
#social-icon{
  background:url('../images/homegallbg.jpg')fixed center/cover no-repeat ;
}

#intro{
  background:url('../images/fds.jpg');
  background-size: cover;
  background-attachment: fixed;
  /* background:#f2b7342b; */
}
#whyChoose{
  background: url('../images/fds.jpg');
  background-size: cover;
  background-attachment: fixed;
}
#joinUs{
  /* background:url('../images/joinUs.jpg')fixed center/cover no-repeat ; */
  background: url("../images/fds.jpg");
  background-size: cover;
  background-attachment: fixed;
}
.contactOverlay{
  /* background: #000000a1; */
  color:#fff;
}
.inner-section{
  height:auto;
  padding:80px 20px;
  margin:0 100px;
  /*background: #fff;*/
}
.inner-section1{
  height:auto;
  padding:80px 20px;
  margin:0 100px;
  background: #fff0;
}
.pages h1{
  text-align: center;
  font-size: 2.25rem;
  font-weight: 300;
  letter-spacing: 1px;
  color: #00ff78;
  position: absolute;
  width: 100%;
  top: -315px;
}
.pages p{
  text-align: justify;
}
.pages img{
  max-width: 100%;
}
#pageNav header{
  position: relative;
}
.PageBanner img{
  width: 100%;
}
.VisionMission{
  /*margin: 80px 0;*/
  /*background-color:#efefef;*/
  background:url('../images/fds.jpg')fixed center/cover no-repeat ;
  /*background: url('../images/bg.png');*/
  /*background-repeat: repeat-y;*/
  color:#fff;
}
/* .VisionMissionOverlay{
  background: #000000a8;
} */
.VisionMission img{
  width: 100%;
}
.VisionMission h2{
  color:#000000;
}
.VisionMission p{
  text-align: justify;
  color: #000;
}
.VisionMission hr{
  width:100% !important;
  border-color: #f2b734 !important;
}
#DirectorProfile h1{
  color: #000;
  font-weight: 400;
}
#DirectorProfile p{
  font-size: 1.115rem;
  color: #000;
}
#DirectorProfile p i{
  color:#f4c04b;
  font-size: 1.5rem;
}
#Legal h1{
  font-weight: bold;
  margin-top: -48px;
}
#Legal img{
  width: 100%;
  border: 5px solid #00ff787a;
  margin: 15px 0;
}
#gallery h1{
  position: relative;
  top: initial;
  color: #000;
}
#gallery img{
  margin: 15px 0;
}
#ContactPg h1{
  color:#000;
  font-weight: 500;
  text-align: left;
  margin-top: -10px;
}
#ContactPg h2{
  color:#000000;
  font-size: 1.75rem;
  letter-spacing: 1px;
}
#ContactPg i{
  color: #000;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  background-color: #775900;
  border: 1px solid #775900;
}
.nav-pills .nav-link {
  text-transform: uppercase;
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #fff;
  border: 1px solid #775900;
  border-radius: 0;
  margin-right: 15px;
}
.x-balance-75{
  padding-left: 75px;
  padding-right: 75px;
}
#ProductPg h1{
  position: relative;
  top: initial;
  /*color: #99571a;*/
  color:#fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 2rem;
}
#ProductArea img {
  margin: 15px 0;
}
#ProductArea .ProdDesc{
  text-align: center;
  padding: 10px;
  border: 1px solid #d8a200;
  background: #fff;
}
#ProductArea ul{
  margin: auto;
  width: 600px;
}
#ProductArea .ProdDesc h3{
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #000;
  font-weight: 600;
  margin: 5px 0;
}
#ProductArea .ProdDesc p{
  text-align: center;
  margin: 0;
}
#ProductArea .ProdDesc p a{
  text-align: center;
  text-transform: uppercase;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.businessPlan{
  padding: 0 0 100px 0;
}
.businessPlan a.btn{
  padding: 0.75rem;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.img-title{
  width:92%;
  height:auto;
  position: absolute;
  margin-top: -60px;
}
.img-title h4{
  text-align: center;
  background: #ffffffab;
  padding:5px 0;
}
.health{
  width:100%;
  height:auto;
  background: url('../images/healthbg.jpg') fixed no-repeat center/cover;
}
.health .img-thumbnail, .agro .img-thumbnail, .upcome .img-thumbnail, .suit .img-thumbnail  {
    padding: .25rem;
    background-color: #ffffff52;

  }
.overlay{
  width: 100%;
  height:auto;
  padding: 80px 10px;
  background: #0000006b;
}
.agro{
  width:100%;
  height:auto;
  background: url('../images/agrobg.jpg') fixed no-repeat center/cover;

}
.upcome{
  width:100%;
  height:auto;
  background: url('../images/cr.jpg') fixed no-repeat center/cover;
}
.suit{
  width:100%;
  height:auto;
  background: url('../images/suit.jpg') fixed no-repeat center/cover;
}
#product-inner{
  height:auto;
  background: url('../images/pro.jpeg') scroll no-repeat center/cover;
  /*background: red;*/
}
.home-gallery{
  margin-bottom: 20px;
}
.pro-description{
  text-align: justify;
  color: #fff;
  margin-top: 70px;
}
.pro-description h4{
  color:#000000;
}
.h4-sec h4{
  text-align: center;
  background: #00582aab;
  color:#fff;
  padding: 10px 0;
}
.Distributor{
  text-align: center;
  margin-top: 30px;
}
.Distributor h3{
  font-weight: bold;
  color: #ffc107;
}
.menu-part{
  width:100%;
  height: auto;
  padding:10px;
  background:#000;
}
.menu-part img{
  width:60%;
}
.nav-menu p{
  font-size: 25px;
  margin-top: 40px;
  color:#fff;
}
.overlay-content5 .active{
  color: #ecad46;
  font-weight: bold;
}
/* Start OwlCarousel Core  Plugin */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/* end of OwlCarousel Core Css */

/* Start OwlCarousel Theme css */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }
.owl-theme .owl-nav.disabled + .owl-dots{
    margin-top: 10px;
  }
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791; }
/* End OwlCarousel Default Theme css  */
/* 	Start Green theme - Owl Carousel CSS File */
.owl-theme .owl-nav {
 margin-top: 10px;
 text-align: center;
 -webkit-tap-highlight-color: transparent; }

/* Start Custom .owl-theme .owl-nav*/
.achievers .owl-theme .owl-nav{
  position: absolute;
  width: 100%;
  top: 100px;
}
.achievers .owl-carousel .owl-nav button.owl-prev,.achievers .owl-carousel .owl-nav button.owl-next{
  font-size: 20px;
  width: 30px;
  background-color: #dadada;
  margin: 10px 10px;
  border-radius: 50%;
}

.achievers .owl-carousel .owl-nav button.owl-next{
    float: right;
}
.achievers .owl-carousel .owl-nav button.owl-prev{
  float: left;
}

/* End Custom .owl-theme .owl-nav*/
 .owl-theme .owl-nav [class*='owl-'] {
   color: #FFF;
   font-size: 14px;
   margin: 5px;
   padding: 4px 7px;
   background: #D6D6D6;
   display: inline-block;
   cursor: pointer;
   border-radius: 3px; }
.owl-theme .owl-nav [class*='owl-']:hover {
 background: #4DC7A0;
 color: #FFF;
 text-decoration: none;
}
 .owl-theme .owl-nav .disabled {
   opacity: 0.5;
   cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
 margin-top: 10px; }

.owl-theme .owl-dots {
 text-align: center;
 -webkit-tap-highlight-color: transparent; }

 .owl-theme .owl-dots .owl-dot {
   display: inline-block;
   zoom: 1;
   *display: inline; }
   .owl-theme .owl-dots .owl-dot span {
     width: 10px;
     height: 10px;
     margin: 5px 7px;
     background: #D6D6D6;
     display: block;
     -webkit-backface-visibility: visible;
     transition: opacity 200ms ease;
     border-radius: 30px; }
   .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
     background:#32a64d; }
/* 	End Green theme - Owl Carousel CSS File */
.social-icons{
  width:100%;
  height:auto;
  padding: 80px 0;
}
.social-icon{
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
}
.facebook{
  background: url("../images/fb-bg.jpg") no-repeat center/cover;
}
.youtube{
  background: url("../images/youtube.jpg") no-repeat center/cover;
}
.twitter{
  background: url("../images/twitter.jpeg") no-repeat center/cover;
}
.whats1{
  background: url("../images/whats1.jpg") no-repeat center/cover;
}
.insta{
  background: url("../images/insta.jpg") no-repeat center/cover;
}
.whats2{
  background: url("../images/whats2.jpeg") no-repeat center/cover;
}
.circle{
  width: 120px;
  height: 120px;
  background: #fff;
  border-radius:50%;
  position: absolute;
    margin-left: 110px;
    margin-top: 65px;
}
.circle i{
  font-size: 55px;
    margin-top: 35px;
    margin-left: 35px;
    color: #ffc107;
}
.circle i:hover{
    color: #c19206;
}







@media (max-width:1440px) {
.pages h1 {
top: -215px;
}
.banner {
  height: 600px;
}
}


@media (max-width:1200px) {
.banner {
  height: 480px;
}
.NewsScroll {
  background: linear-gradient(90deg, #a96e00 19%, #825500 19%);
}
.NewsScroll h2 {
  font-size: 1.45rem;
}
footer .ftrContact, footer .ftrSupport, footer .ftrEmail {
  font-size: 0.85rem;
}
.pages h1 {
  top: -175px;
}
}
@media(max-width: 1024px){
  .inner-section, .inner-section1 {
      margin: 0 60px;
    }
}
@media (max-width:992px) {
.navbar-light .navbar-brand img {
  max-width: 150px;
}
.navbar-toggler {
  background-color:#de921f;
}
header {
  position: relative;
  padding: 0;
}
.connect .icon {
  width: 35px;
  height: 35px;
  padding: 5px;
  float: none;
}
.connect .call p, .connect .email p, .connect .location p {
  margin: 0;
  line-height: 1.1rem;
  font-size: 0.725rem;
}
.NewsScroll {
  background: linear-gradient(90deg, #a96e00 27%, #825500 27%);
}
.intro h1 {
  font-size: 2rem;
}
.introVideo iframe {
  height: 400px;
}
.prductWrap {
  margin: 0 0 50px 0;
}
.products h3 {
  font-size: 0.9rem;
}
.AchieversDesc {
  padding: 0;
}
.AchieversDesc img {
  width: 175px !important;
}
.achievers .owl-carousel .owl-nav button.owl-prev, .achievers .owl-carousel .owl-nav button.owl-next {
  margin: -40px 10px;
}
}
@media (max-width:768px) {
.banner {
  height: 350px;
}
.intro,.pages{
  padding: 0px 0;
}
.whyChoose h2 {
  margin-top: 25px;
}
.pages h1 {
  top: -140px;
}
.social-icon {
    width: 100%;
    height: 205px;
    margin-bottom: 20px;
}
.circle {
    margin-left: 50px;
    margin-top: 35px;
}
  .inner-section, .inner-section1 {
      margin: 0 20px;
  }
  .nav-menu p {
    font-size: 22px;
    margin-top: 15px;
}
}

@media (max-width:767px) {
.connect {
  padding: 8px 0;
}
.banner {
  height: 200px;
}
.NewsScroll h2 {
  padding-top: 0;
}
.NewsScroll {
  background:linear-gradient(180deg, #f2b734 49%, #000000 49%);
  text-align: center;
}
.NewsScroll marquee {
  padding: 5px;
  height: 32px;
}
.intro h1 {
  font-size: 1.85rem;
}
.intro p {
  text-align: justify;
}
.introVideo iframe {
  height: 280px;
}
.productsOverlay {
  padding: 100px 0;
}
.products h1 {
  font-size: 1.75rem;
}
.products h3 {
  font-size: 1rem;
}
.achieversOverlay {
  padding: 80px 0;
}
.connect .call p, .connect .email p, .connect .location p {
  font-size: 0.6rem;
}
.nav-pills .nav-link {
  margin-right: 5px;
  margin-bottom: 5px;
}
.pages h1 {
  font-size: 2rem;
  top: -90px;
}
#ProductArea ul {
  margin: auto;
  width: 100%;
}
}
@media(max-width: 576px){
  .social-icon {
    height: 280px;
  }
  .circle {
    margin-left: 140px;
    margin-top: 80px;
}
.social-icons{
  padding: 30px 0;
}
.inner-section, .inner-section1 {
      margin: 0 0px;
      padding: 30px 15px;
  }
.nav-menu p {
    font-size: 18px;
    margin-top: 10px;
}
#Legal h1 {
    font-weight: bold;
    margin-top: -6px;
}
}
@media (max-width: 375px){
.banner {
  height: 175px;
}
 .circle {
    margin-left: 120px;
}
.nav-menu p {
    font-size: 18px;
    margin-top: 5px;
}
#Legal h1 {
    font-weight: bold;
    margin-top: -6px;
}
#ContactPg h1 {
    margin-top: -5px;
}
}
@media (max-width:320px) {
.banner {
  height: 150px;
}
 .circle {
    margin-left: 90px;
}
.connect .call p, .connect .email p, .connect .location p {
  font-size: 0.5rem;
  padding-left: 7px;
}
.connect .call img, .connect .email img, .connect .location img {
  max-width: 17px;
  margin-left: 3px;
}
.connect .icon {
  width: 30px;
  height: 30px;
  padding: 3px;
}
.intro h1 {
  font-size: 1.5rem;
}

}

















