*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Nunito Sans', sans-serif;
}
h1,h2,h3,h5,p,li,a,label{
  font-family: 'Nunito Sans', sans-serif;
}

body a:hover{
  text-decoration: none;
  color: #fff;
}
body li{
  list-style: none;
}
.f-light{
  font-weight: 300;
}
.f-regular{
  font-weight: 400;
}
.f-semibold{
  font-weight: 600;
}
.f-bold{
  font-weight: 700;
}
.f-extrabold{
  font-weight: 800;
}
.f-extrablack{
  font-weight: 900;
}

.clear{
  clear: both;
}
.pull-right{
  float: right;
}
.pull-left{
  float: left;
}
.white{
  color: rgb(255,255,255);
}
.black{
  color: #000000;
}
.sky-blue{
  color: #0497c1;
}
.heading{
  font-size: 35px;
  text-align: center;
  margin-bottom: 40px;
}
button:focus {
  outline:none;
  outline: none; 
}
header{
  display: block;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 5;
}
 .top-border{
  width: 100%;
  height: 3px;
  background-image: -moz-linear-gradient( -3deg, rgb(4,151,194) 0%, rgb(3,144,144) 40%, rgb(2,136,94) 100%, rgb(254,66,60) 100%, rgb(252,43,37) 100%);
  background-image: -webkit-linear-gradient( -3deg, rgb(4,151,194) 0%, rgb(3,144,144) 40%, rgb(2,136,94) 100%, rgb(254,66,60) 100%, rgb(252,43,37) 100%);
  background-image: -ms-linear-gradient( -3deg, rgb(4,151,194) 0%, rgb(3,144,144) 40%, rgb(2,136,94) 100%, rgb(254,66,60) 100%, rgb(252,43,37) 100%);
}
header.shrink{
  background-color: rgb(255,255,255);
  animation: 0.3s 0.3s fadeInDown both;
  box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
}
header.shrink .nav-head .navbar-mob .nav-link{
  color: #000000;
}
header .logo2{
  display: none;
}
header.shrink .logo1{
  display: none;
}
header.shrink .logo2{
  display: block;
}
header .logo{
   margin: 8px 0;
}

.nav-head .navbar-expand-md{
  justify-content: space-between;
  padding: 0;
}
.nav-head .navbar-mob .nav-link{
  color: #fff;
  transition: all 0.3s ease-in-out; 
  padding: 15px 20px;
  font-weight: bold;
  position: relative;
  font-size: 15px;
}
header.shrink .top-border{
  display: none;
}
header.shrink .nav-head  .nav-link:before{
  background-color: #219b7c;
  top: -2px;
}
.nav-head .navbar-mob .nav-link:before{
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 3px;
  background-color: #fff;
  content: "";
  opacity: 0;
  transition: all 0.3s ease-in-out; 
}
.nav-head .container{
  padding: 0;
}
.nav-head .navbar-mob .nav-link:hover:before,
.nav-head .navbar-mob .nav-link.active:before{
  opacity: 1;
  width: 60%;
}
.nav-head .navbar-mob .nav-item:nth-child(6) .nav-link{
  background-color: rgba(255, 255, 255, 0.11);
  width: 180px;
  height: 40px;
  border-radius: 30px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  text-align: center;
  padding: 10px 0 0 0;
  margin-left: 40px;
  transition: all 0.3s ease-in-out; 
} 
.nav-head .navbar-mob .nav-item:nth-child(6) .nav-link span{
  font-size: 22px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
}
header.shrink .nav-head .navbar-mob .nav-item:nth-child(6) .nav-link{
   background-color:rgba(2, 128, 99, 0.051);
   color: #038968;
}

.nav-head .navbar-mob .nav-item:nth-child(6) .nav-link:hover{
color: #a8b2b0;
}
.nav-head .navbar-mob .nav-item:nth-child(6) .nav-link:before{
  display: none;
}
.slider-section{
  position: relative;
  overflow: hidden;
}
.slider-section .overlay{
  position: absolute;
  top: -76px;
  left: 23%;
  width: 440px;
  background: -moz-linear-gradient( 48deg, rgb(4,151,194) 0%, rgb(3,144,144) 36%, rgb(2,136,94) 100%, rgb(254,66,60) 100%, rgb(252,43,37) 100%);
  background: -webkit-linear-gradient( 48deg, rgb(4,151,194) 0%, rgb(3,144,144) 36%, rgb(2,136,94) 100%, rgb(254,66,60) 100%, rgb(252,43,37) 100%);
  background: -ms-linear-gradient( 48deg, rgb(4,151,194) 0%, rgb(3,144,144) 36%, rgb(2,136,94) 100%, rgb(254,66,60) 100%, rgb(252,43,37) 100%);
  z-index: 1;
  opacity: 0.812;
  height: 125%;
  transform: rotate(-12deg);
}
.slider-section .overlay .overlay-img{
  position: absolute;
  left: 0;
  bottom: 33%;
}
.slider1{
  position: relative;
}
.slider2 .owl-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
}

.slider2.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
    font-size: 25px;
    margin: 0;
    padding: 0;
    background-color: rgba(0, 0, 0,0.451);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 0;
    height: 45px;
    width: 45px;
    border: none;
}
.slider2.owl-theme .owl-nav [class*=owl-]:hover {
color: #FFF;
 background-color: rgba(0, 0, 0,0.451);
}
.slider2 .owl-nav .owl-next{
  position: absolute;
  right: 15%;
  transform: rotateY(180deg);
} 
.slider2 .owl-nav .owl-prev{
  position: absolute;
  left: 15%;
}
.slider2.owl-theme .owl-nav .disabled {
  opacity: 0;
  cursor: default;
}
.slider-section .slider2{
  position: absolute;
  top: 35%;
  left: 0;
  right: 0;
  z-index: 2;
}
.slider-section .slider2 .caption-inner{
  position: relative;
  left: 24%;
}
.slider-section .slider2 .caption-inner h1{
  font-size: 48px;
  line-height: 1;
}
.slider2 .caption-inner .span1{
  text-indent: 10px;
  display: inline-block;
}
.slider2 .caption-inner .span2{
  text-indent:30px;
  display: inline-block;
}
.slider-section .slider2 .caption-inner p{
  font-size: 22px;
  margin:20px 0 0 40px;
  line-height: 1.1;
}
.black-shade{
 position: absolute;
    content: "";
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.27) 74px , transparent 173px);
    z-index: 1;
}
.products{
  padding: 40px 0;
  background-image: url(../images/product-back.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 10%;
}
.products .product-wrapper{
  display: flex;
  justify-content: space-between;
  flex-wrap:wrap;
}
.products .product-single {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.products .product-outer:last-child{
  width: 49%;
} 
.products .product-outer:last-child .img-wrapp{
  top: -22px;
  right: -165px;
} 
.products  .top .caption{
  position: absolute;
  top: 20px;
  left: 30px;
  z-index: 1;
}
.products  .top .img-wrapp{
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.products  .bottom .caption{
  position: absolute;
  bottom: 20px;
  left: 30px;
}
.products  .bottom .img-wrapp{
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.products .caption h1{
  font-size: 21px;
  margin-bottom: 0;
  color: black;
}
.products .caption p{
  border:1px solid #dbdbdb;
  width: 58px;
  display: block;
  border-radius: 30px;
  text-align: center;
  color: #000000;
  font-size: 11px;
  padding: 3px;
  transition: all 0.3s ease-in-out;
}
.products .caption  span{
  font-size: 9px;
    display: inline-block;
    transform: rotate(180deg);
    transition: all 0.3s ease-in-out;
    margin-left: 6px;
}
.products .product-outer{
  display: block;
  width: 23.5%;
  height: 284px;
  border:1px solid rgba(223, 248, 238);
  box-shadow: 0px 10px 32px 0px rgba(0, 0, 0, 0.09);
  background-color: rgb(255, 255, 255);
  border-radius: 5px;
  position: relative;
  margin-bottom: 25px;
}
.products .product-outer:before{
  position: absolute;
  content: "";
  top: -6px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 70%;
  height: 6px;
  background-color: #02885e;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.products .product-outer:hover:before{
  opacity: 1;
}
.products .product-outer:hover .caption p{
  background-color:#02885e;
  color: #fff; 
}
.products .product-outer:hover .caption  span{
  color: #fff;
}
.products .all-product{
border: 1px solid rgb(3, 140, 165);
border-radius: 30px;
 width: 122px;
  height: 39px;
  text-align: center;
  color: #000000;
  display: block;
  margin: 20px auto 0;
  line-height: 2.2;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.products .all-product:hover{
  color: #fff;
  background-color: #02885e;
}
.products .all-product span{
  font-size: 14px;
  display: inline-block;
  transform: rotate(180deg);
  margin-left: 10px;
}
.who-we  .parallax-container {
  position: relative;
  overflow: hidden;
  height: 550px;
}
.who-we .parallax{
  position: absolute;
  left: 0;
  right: 0;
  height: 530px;

}
.who-we .parallax .parallax-img {
  position: absolute;
  left: 50%;
  bottom: 0px;
  width: 100%;
  min-height: 100%;
  transform: translate3d(0,0,0);
/*transform: translate3d(0,0,0);
-webkit-transform: translateX(-50%);*/
transform: translateX(-50%);
}
.who-we .container {
  margin-top: 60px;
}
.who-we .counter-single .icon-wrapp{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255,0.22);
  width: 77px;
  height: 77px;
}
.who-we  .counter-div{
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.who-we  .counter-div:before{
position: absolute;
content: url(../images/white-bottom.png);
top: 50%;
left: -20px;
}
.who-we  .counter-div:after{
position: absolute;
    content: url(../images/white-line.png);
    top: -31px;
    left: 30%;
    background-repeat: no-repeat;
}
.who-we .counter-single{
  width: 41%;
}
.who-we .counter-single:nth-child(3){
  width: 42%;
}
.who-we .counter-single:nth-child(4){
  width: 32%;
}
.who-we h1.heading{
  position: relative;
}
.who-we .counter-single:nth-child(1),
.who-we .counter-single:nth-child(2){
  margin-bottom: 60px;
}
.who-we .counter-single:nth-child(3){
  margin-left: 30px;
}

.who-we .counter-single .icon-wrapp span{
  font-size: 50px;
}
.who-we .counter-single h1{
  font-size: 33px;
  margin-bottom: 0;
  float: left;
  clear: right;
  line-height: 1;
}
.who-we .counter-single p{
  font-size: 15px;
  margin-bottom: 0;
  display: block;
  clear: both;
}
.who-we .counter-single h1,
.who-we .counter-single p{
  margin-left: 20px;
}
.who-we .content-div h1{
  font-size: 30px;
}
.who-we .content-div p{
  font-size: 16px;
}
.certificate .item{
  padding: 30px 0;
}
.certificate .item .img-wrapper{
  border-radius: 5px;
  box-shadow: 4.5px 7.794px 24px 0px rgba(0, 0, 0, 0.1);
  width: auto;
  height: 95px;
  width: 190px;
  background-color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  transform: translateY(0);
}
.certificate .item .img-wrapper:hover{
 transform: translateY(-10px);
}
.certificate .owl-carousel .owl-item img{
  width: auto;
}
.certificate .client-wrapper{
  padding: 50px 30px 0 30px;
  position: relative;
  display: flex;
  justify-content: space-around;
} 
.certificate .client-wrapper:before{
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background-color: #f2f2f2;
  border-top-right-radius: 60px;
  border-top-left-radius: 60px;
  z-index: -1;
} 
.we-serve{
  padding-top: 60px;
}
.we-serve .serve-single{
  display: flex;
  align-items: center;
  padding: 30px 0;
}
.we-serve .serve-single:nth-child(1),
.we-serve .serve-single:nth-child(2){
  border-bottom: 2px dotted rgba(0, 0, 7, 0.122);
}
.we-serve .serve-single .serve-icon span{
  color:#028d6a;
  font-size: 60px; 
}
.we-serve .serve-single p{
  font-size: 16px; 
  margin-bottom: 0;
  line-height: 1.2;
}
.we-serve .serve-single h1{
  font-size: 29px; 
  margin-bottom: 0;
  display: inline-block;
}
.we-serve .serve-single .serve-right span{
  display: inline-block;
  vertical-align: top;
}
.we-serve .serve-single .serve-right{
  margin-left: 10px;
}
.map-section {
  position: relative;
}
.map-section .shri-lanka {
  position: absolute;
  top: 55%;
    left: 66%;
}
.map-section .malaysia {
  position: absolute;
    bottom: 38%;
    left: 75%;
}
.map-section .dubai {
  position: absolute;
  bottom: 48%;
    left: 60%
}
.map-section .qatar {
  position: absolute;
 top: 42%;
    left: 58%;
}
.map-section .india {
  position: absolute;
  top: 45%;
  right: 28%;
}
.map-section .japan {
      position: absolute;
       top: 38%;
    right: 11%;
}
.map-section .austraila {
     position: absolute;
    top: 75%;
    right: 15%;
}
.map-section .uk {
     position: absolute;
           top: 25%;
    left: 41%;
}
.map-section .canada {
         position: absolute;
    top: 10%;
    left: 17%;
}
.map-section .china {
    position: absolute;
    top: 40%;
    right: 22%;
}
.map-section .ghana {
        position: absolute;
    top: 56%;
    right: 51%;
}
.map-section .icon-inner{
  position: relative;
      padding-bottom: 13px;
}
.map-section .icon-inner .text{
  position: absolute;
  top: -30px;
  right: -43px;
  border-radius: 2px;
  background-color: rgb(26, 28, 28);
  background-color: #000000;
  width: 55px;
  height: 21px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.map-section .icon-inner .text:before{
  position: absolute;
  content: "";
  bottom: -3px;
  left: 6px;
  background-color: #000000;
  border-top: 20px solid black;
  border-left: 20px solid transparent;
  transform: rotate(152deg);
  z-index: -1;
}
.map-section .icon-inner .dot{
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0;
  height: 10px;
  margin: 0 auto;
  width: 10px;
  border: 2px solid #028d6a;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
.map-section .icon-inner .dot:before{
  position: absolute;
  top: 50%;
  left: 50%;
  height: 3px;
  width: 3px;
  background-color: #028d6a;
  text-align: center;
  content: "";
  transform: translate(-50%,-50%);
}
.map-section .icon-inner:hover .text{
  opacity: 1;
} 
.map-section .icon-inner:hover .dot
{
  border: 2px solid #000000;
}
.map-section .icon-inner:hover .dot:before{
  background-color: #000000;
}
/*footer css*/
footer{
  background-color: #181c1d;
}
footer .top-div{
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px solid rgba(227, 226, 226,0.102);
  align-items: center;
}
footer .foot-social .foot-icon{
  width: 40px;
  height: 40px;
  background-color: rgba(4, 150, 190,0.129);
  text-align: center;
  color: #FFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
footer .foot-social .foot-icon:hover{
  /*background-color: rgba(255,255,255,0.8);*/
  color: #028d6a;
}
.footer .section{
  float: left;
}
.footer .section li a,
.footer .section5 p{
  color: #a8b2b0;
  font-size: 14px;
  margin-bottom: 5px;
  display: block;
  transition: all 0.3s ease-in-out;
}
.footer .section li a:hover{
  color: #f5fcfe;
}
.footer .section5 h2{
  text-transform: uppercase;
  font-size: 14px;
  color: #f5fcfe;
}
.footer .section h1{
  color: #f5fcfe;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
}
.footer .section1 p{
  color: #f5fcfe;
  font-size: 15px;
  margin-bottom: 0px;
}
.footer .section1 span{
  display: inline-block;
  font-size: 16px;
  color: #f5fcfe;
  vertical-align: middle;
  margin: 15px 5px 0 0;
}
.footer .section1 span.contact{
  display: inline-block;
  font-size: 14px;
  color: #f5fcfe;
}
.footer .section1 a{
  display: block;
  font-size: 14px;
  color: #a8b2b0;
  transition: all 0.3s ease-in-out;
}
.footer .section1 a:hover{
  color: #fff;
}
.footer .section1{
  width: 27%;
}
.footer .section2{
  width: 12%;
}
.footer .section3{
  width: 20%;
}
.footer .section4{
  width: 21%;
}
.footer .section5{
  width: 20%;
}
.footer .div-main {
  padding: 35px 0;
  border-bottom: 1px solid rgba(227, 226, 226,0.102);
}
.footer-bottom{
  font-size: 13px;
  color: #f5fcfe;
  padding: 10px 0;
}
.footer-bottom a{
  color: #f5fcfe;
  transition: all 0.3s ease-in-out;
}
.footer-bottom a:hover{
  color: #a8b2b0;
}
.footer-bottom .g-link{
  color: #0497c1;
}
.breadcum {
  position: relative;
  overflow: hidden;
}
.breadcum .parallax-container {
  position: relative;
  overflow: hidden;
}
.breadcum .parallax-parent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.breadcum .parallax-content {
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.breadcum .container {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin: 0 auto;
  z-index: 3;
} 
.breadcum .container h1{
  font-size: 57px;
  margin-left: 40px;  
}
.breadcum .banner-overlay{
  position: absolute;
    top: -40px;
    left: 19%;
    width: 380px;
    background-image: -moz-linear-gradient( 48deg, rgb(4,151,194) 0%, rgb(3,144,144) 36%, rgb(2,136,94) 100%, rgb(254,66,60) 100%, rgb(252,43,37) 100%);
    background-image: -webkit-linear-gradient( 48deg, rgb(4,151,194) 0%, rgb(3,144,144) 36%, rgb(2,136,94) 100%, rgb(254,66,60) 100%, rgb(252,43,37) 100%);
    background-image: -ms-linear-gradient( 48deg, rgb(4,151,194) 0%, rgb(3,144,144) 36%, rgb(2,136,94) 100%, rgb(254,66,60) 100%, rgb(252,43,37) 100%);
    opacity: 0.812;
    height: 514px;
    transform: rotate(-10deg);
}
.black-patch{
position: absolute;
    content: "";
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5411764705882353) , transparent 130px);
}
.sitemap {
  padding: 50px 0;
}
.sitemap a{
  display: block;
  transition: all 0.3s ease-in-out;
}
.sitemap .l-link{
  display: block;
  color: #a8b2b0;
  font-size: 18px;
  margin: 0 0 10px;
}
.sitemap a.s-link{
  color: #a8b2b0;
  font-size: 15px;
  margin: 0 0 5px;
}
.sitemap a.s-link:hover{
  color:#0497c1; 
}
.sitemap a.l-link:hover{
  color: #a8b2b0;
}
.error-div{
  padding: 60px 0;
}
.error-div h1{
  font-size: 40px;
}
.error-div h2{
  font-size: 30px;
}
.error-div p{
  font-size: 20px;
}
.error-div a{
  border: 1px solid rgb(3, 140, 165);
    border-radius: 30px;
    width: 122px;
    height: 39px;
    text-align: center;
    color: #000000;
    display: inline-block;
    margin: 20px auto 0;
    line-height: 2.2;
    font-size: 18px;
}
.error-div a:hover{
   color: #fff;
   background-color: #038968; 
}
.contact-section{
  padding: 70px 0;
   background: linear-gradient(to right, #fff 50%, rgb(229, 243, 239) 50%);
   position: relative;
}
.contact-section .address-right{
padding: 0 0 0 100px;
position: relative;
}
.contact-section:before{
  position: absolute;
    content: '';
    background: url(../images/contact-map.png);
    background-position:82% 15%;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;

}
.form-div .form-control {
    padding: 20px 0 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border-bottom: 1px solid #ced4da;
    border-top: none;
     border-left: none;
      border-right: none;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-div .form-group {
    margin-bottom: 35px;
    position: relative;
}
.form-div .form-group label{
  position: absolute;
  top: 12px;
  left: 0;
  pointer-events: none;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow:none;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
.form-div .help-block{
  font-size: 14px;
  color: rgba(255, 0, 0, 0.5098039215686274);
  position: absolute;
}
.form-div .contact-btn{
  background-color: rgb(3, 138, 95);
  height: 45px;
  width: 130px;
  border-radius: 30px;
  text-align: center;
  border:none;
  color: #fff;
  font-size: 16px;
  margin: 30px 10px 0 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.form-div .contact-btn:hover{
  border: 1px solid rgb(3, 138, 95);
  background-color: #fff;
  color: rgb(3, 138, 95);
}
.address-div .add-wrapper{
  display: flex;
  align-items: center;
}
.address-div .add-wrapper:nth-child(1){
  align-items: flex-start;
}
.address-div .add-wrapper span{
  display: inline-block;
  font-size: 30px;
  margin-right: 20px;
  color: #219b7c;
}
.address-div .add-wrapper span.icon-location{
  font-size: 40px;
  margin-left: -10px;
}
.address-div .add-wrapper p,
.address-div .add-wrapper a{
  color: #000000;
 font-size: 18px;
 margin-bottom: 0;
 transition: all 0.3s ease-in-out;
 font-weight: 400;
}
.address-div .add-wrapper a:hover{
color: #219b7c;
}
.address-div .add-wrapper {
 padding-top: 40px;
}
.address-div .add-wrapper:nth-of-type(4) {
  padding-top: 10px;
}
.address-div .connect-us{
  margin-top: 60px;
}
.address-div .connect-us h1{
  font-size: 35px;
}
.contact-section h1.heading{
  text-align: left;
}
.address-div .connect-us a {
  font-size: 25px;
  color: #219b7c;
  display: inline-block;
  margin-right: 20px;
  transition: all 0.3s ease-in-out;
}
.address-div .connect-us a:hover {
  color: #0498c0;
}
.product-section .product-tab {
  flex-direction: row;
  justify-content: center;
  background-color: #fff;
  border-bottom: 1px solid rgba(3, 138, 95,0.129);
  overflow: hidden;
    z-index: 5;
}
.fixed {
  position: sticky;
  top: 55px;
  position: fixed;
  width: 100%;
}
.product-section .nav-link{
  font-size: 18px;
  color: #000000;
  border:none;
  position: relative;
  font-weight: 300;
  padding: 15px 50px;
}
.product-section .nav-link span{
  display: inline-block;
  font-size: 30px;
  vertical-align: sub;
  margin-right: 5px;
}
.product-section .nav-link:before{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0%;
  height: 3px;
  background-color: #219b7c;
  content: "";
  margin: 0 auto;
}
.product-section .nav-link,
.product-section .nav-link span {
  color: #c2c2c2;
  transition: all 0.3s ease-in-out;

}
.product-section .nav-link.active,
.product-section .nav-link.active span {
    z-index: 2;
   color: #000000;
    background-color: transparent;
    border-color: none;
}
.product-section .nav-link:hover,
.product-section .nav-link:hover span {
    z-index: 2;
   color: #000000;
    background-color: transparent;
    border-color: none;
}
.product-section .product-tab.fixed,
.product-section .product-tab.fixed .nav-link{
  background-color: #e9f6f6;
}
.product-section .nav-link.active:before,
.product-section .nav-link:hover:before{
  width: 75%;
}
.product-section #product-onion,
.product-section #product-spices{
  padding: 60px 0;
}
.product-section .product2{
  position: relative;
}
.product-section .product2 .parallax-container {
    position: relative;
    overflow: hidden;
    height: 690px;
}
.product-section .product2 .parallax {
    position: absolute;
    left: 0;
    right: 0;
    height: 690px;
}
.product-section .product2 .parallax .parallax-img {
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: 100%;
    min-height: 100%;
    transform: translate3d(0,0,0);
    transform: translateX(-50%);
}
.product-section .product2 .container {
    margin-top: 70px;
}
.product-section .product-outer h1{
  position: relative;
}
.product-section .product-outer p{
  padding: 0 190px;
  font-size: 16px;
  position: relative;
}
.product-inner {
 display: flex;
justify-content: space-evenly;
margin: 50px 0 0 0;
}
.product-inner .product-single{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
border: 1px solid rgb(223, 248, 238);
border-radius: 5px;
box-shadow: 0px 10px 21px 0px rgba(0, 0, 0, 0.06);
padding: 30px 0 70px 0;
position: relative;
background: rgb(255, 255, 255);
min-height: 300px;
margin: 0 30px 20px 30px;
transition: all 0.3s ease-in-out;
bottom: 0px;
}
.product-inner .product-single:hover {
    /*box-shadow:inset 0 0 20px #00000026;*/
    bottom: 7px;
}
.product-inner.owl-carousel .owl-item  img{
  width: auto;
  position: absolute;
  top: 40%;
  left: 40%;
  transform: translate(-40%,-40%);
  display: block;
}
.product-inner.owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    width: 100%;
    top: 40%;
}
.product-inner.owl-carousel .owl-nav .owl-next{
position: absolute;
right: 0;
transform: rotateY(180deg);
}
.product-inner.owl-carousel .owl-nav .owl-prev{
position: absolute;
left: 0;
 }
 .product-inner.owl-theme .owl-nav [class*=owl-] {
    color: #000;
    font-size: 38px;
    margin: 0;
    padding: 0;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
    border: none;
}
.product2 .product-inner.owl-theme .owl-nav [class*=owl-]{
  color: #fff;
}
.product-inner.owl-theme .owl-nav [class*=owl-]:hover {
    background:transparent;
    color: #000000;
    text-decoration: none;
}
.product-inner .product-single .caption:before{
  position: absolute;
  content: "";
  bottom: -5px;
  width: 70%;
   height: 5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: rgba(2, 136, 94,0.071);
  border-radius: 4px;
}
.product-inner .product-single .caption{
border-top:1px solid rgba(0, 0, 7,0.031);
margin: 0 20px;
position: absolute;
bottom: 0;
left: 0;
right:0;
text-align: center;
padding: 10px 0;
font-size: 21px;
font-weight: 400;
}

.privacy-policy{
  padding: 70px 0;
}
.privacy-policy h1{
   text-align: left;
}
.privacy-policy h2{
  font-size: 25px;
}
.privacy-policy p{
  font-size: 16px;
}
.facility{
  background:url(../images/facility-map.png);
  background-repeat: no-repeat;
   background-position: 48% 17px;
    padding: 40px 0 100px;
}
.facility h1.heading{
  margin-bottom: 60px;
}
.facility-wrapper{
  display: flex;
  justify-content: center;
}
.facility-wrapper .facility-single {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 21%;
  text-align: center;
  position: relative;
}
.facility-wrapper .facility-single .icon-wrapper {
  position: relative;
 transition: all 0.3s ease-in-out;
 bottom: 0;
}
.facility-wrapper .facility-single:hover .icon-wrapper {
  bottom: 10px;
}
.facility-wrapper .green-line{
 position: relative;
}
.facility-wrapper .green-line:before{
 content: '';
    position: absolute;
    background: url(../images/green-line.png);
    right: -40px;
    top: -30px;
    height: 160%;
    width: 100%;
    background-position: 100%;
    background-repeat: no-repeat;
}
.facility-wrapper .facility-single span{
  color: #038862;
  font-size: 70px;
  display: block;
}
.facility-wrapper .facility-single p{
  font-size: 20px;
  color: #4e4c4c;
  margin-top: 15px;
}
.about-section{
  padding: 70px 0;
}
.about-section h1.heading{
  margin-bottom: 10px;
  text-align: left;
}
.about-section p{
  font-size: 16px;
  color: #4e4c4c;
   line-height: 1.187;
}
.about-section h2{
  font-size: 32px;
  color: #4e4c4c;
}
.about-section .quality-products{
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.about-section .quality-single{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 20%;
}
.about-section  .about-img{
  height: 100%;
}
.about-section  .about-img img{
position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.about-section .quality-single span{
  font-size: 50px;
  color: #02917a;
}
.about-section .quality-single .icon-wrapp{
  margin-bottom: 5px;
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
}
.about-section .quality-single .icon-wrapp:hover{
transform: translateY(-10px);
}
.about-section .quality-single p{
  font-size: 17px;
  color: #02917a;
}
.about-section .quality-single:nth-child(1){
  width: 12%;
}
.vision-section  .parallax-container {
  position: relative;
  overflow: hidden;
  height: 550px;
}
.vision-section{
  overflow: hidden;
  position: relative;
}
.vision-section .container {
  /*background-image: url(../images/dot-circle1.png), url(../images/dot-circle1.png);
  background-position: left top, right top;
  background-repeat: no-repeat, repeat;*/
  position: relative;
}
.vision-section .container:before{
 position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 125px;
    background-repeat: no-repeat;
    background-image: url(../images/dot-circle2.png);
    left: -70%;
    transform: rotate(86deg);
}
.vision-section .container:after{
 position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: -112%;
    background-repeat: no-repeat;
    background-image: url(../images/dot-circle1.png);
    right: -67%;
    transform: rotate(-110deg);
}
.vision-section:after{
 position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    bottom: -67%;
    background-repeat: no-repeat;
    background-image: url(../images/green-circle.png);
    background-position: center;
}
.vision-section .parallax{
  position: absolute;
  left: 0;
  right: 0;
  height: 530px;
}
.vision-section .parallax .parallax-img {
  position: absolute;
  left: 50%;
  bottom: 0px;
  width: 100%;
  min-height: 100%;
  transform: translate3d(0,0,0);
/*transform: translate3d(0,0,0);
-webkit-transform: translateX(-50%);*/
transform: translateX(-50%);
}
.vision-section .container {
  margin-top: 80px;
}
.vision-section .vm-outer{
  text-align: center;
  padding: 0 30px;
}
.vision-section .vm-outer h1{
  font-size: 30px;
  margin: 35px 0 20px;
}
.vision-section .vm-outer p{
  font-size: 17px;
   line-height: 1.353;
     color: rgb(212, 206, 206);
     margin-bottom: 0;
}
.vision-section .vm-outer span{
  color: #03875e;
  font-size: 70px;
}
.vision-section .vm-outer span.icon-vision{
  font-size: 90px;
}
.vision-section .vm-outer .icon-wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
    border-radius: 50%;
    background-color: rgb(245, 252, 254);
    width: 115px;
  height: 115px;
  margin: 0 auto;
  position: relative;
}
.vision-section .vm-outer .icon-wrapper:before{
 position: absolute;
    content: "";
    border: 20px solid rgba(245, 252, 254,0.169);
    border-radius: 50%;
    top: -11px;
    left: -12px;
    right: 0;
    bottom: 0;
    height: 120%;
    width: 120%;
}
/*service*/
.service-section{
  padding: 70px 0;
}
.service-section .left_service {
  background-color: #edf8fb;
  padding: 30px 0 0;
}
.left_service .nav-tabs{
  border-bottom: none;
}
.left_service .nav-tabs .nav-link{
  display: inline-block;
  border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    position: relative;
    width: 100%;
    padding: 20px 30px;
    transition: all 0.3s ease-in-out;
}
.left_service .nav-tabs .nav-link:before{
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  width: 90%;
  margin: 0 auto;
  height: 1px;
    background-color: rgb(0, 0, 7,0.039);
}
.left_service .nav-item{
 display: flex;
    width: 100%;
}
.left_service .nav-item:nth-child(5) .nav-link:before{
  display: none;
}

.left_service .nav-tabs .nav-link span{
  color: #0498c1;
   display: inline-block;
   vertical-align: middle;
}
 .left_service .nav-tabs .nav-link span:nth-child(1){
font-size: 40px;
width: 20%
}
 .left_service .nav-tabs .nav-link span:nth-child(2){
  font-size: 21px;
  width: 70%;
  line-height: 1.2;
 }
  .left_service .nav-tabs .nav-link span:nth-child(3){
    font-size: 14px;
    transform: rotateY(180deg);
    color: #86aa7d;
  }
  .left_service .nav-tabs .nav-link.active span,
  .left_service .nav-tabs .nav-link:hover span{
  color: #fff;
}
.left_service .nav-tabs .nav-link.active,
.left_service .nav-tabs  .nav-link:hover{
   background-image: -moz-linear-gradient( 34deg, rgb(4,151,194) 0%, rgb(3,144,144) 36%, rgb(2,136,94) 100%, rgb(254,66,60) 100%, rgb(252,43,37) 100%);
  background-image: -webkit-linear-gradient( 34deg, rgb(4,151,194) 0%, rgb(3,144,144) 36%, rgb(2,136,94) 100%, rgb(254,66,60) 100%, rgb(252,43,37) 100%);
  background-image: -ms-linear-gradient( 34deg, rgb(4,151,194) 0%, rgb(3,144,144) 36%, rgb(2,136,94) 100%, rgb(254,66,60) 100%, rgb(252,43,37) 100%);
opacity: 0.839;
margin: 0;
color: #fff;
}
.nav-tabs .nav-link:focus, 
.nav-tabs .nav-link:hover {
    border: none;
}
.left_service h2.top-heading{
  font-size: 30px;
  margin-bottom: 20px;
}
.left_service p.top-heading{
  font-size: 16px;
  margin-bottom: 30px;
}
.left_service h2.top-heading,
.left_service p.top-heading{
  padding-left: 20px;
}
 .right-content .card-body h1{
  font-size: 35px;
  margin: 30px 0;
  }
  .right-content .card-body h1 span{
    font-size: 60px;
    display: inline-block;
    color: #038968;
    vertical-align: middle;
    margin-right: 20px;
  }
  .right-content .card-body p,
   .right-content .card-body ul li
  {
    font-size: 16px;
    line-height: 1.187;
  }
.right-content .card-body .contact-bottom{
 background-color: #038a5f;
    color: #fff;
    display: flex;
    align-items: center;
    height: 76px;
    margin-top: 70px;
    justify-content: center;
   z-index: 1;
   margin: 0 7px;
}
.contact-wrapp{
  position: relative;
   width: 600px;
   z-index: 1;
   margin-top: 40px;
}
.right-content .card-body .contact-wrapp:before{
 position: absolute;
    content: "";
    height: 55px;
    width: 100%;
    background-color: #d9eee7;
    z-index: -1;
    top: 10px;
}
.right-content .card-body{
  padding: 0;
}
.right-content  .contact-bottom span:nth-child(1){
  font-size: 18px;
  margin-right: 20px;
}
.right-content  .contact-bottom span:nth-child(2),
.right-content  .contact-bottom a {
  font-size: 27px;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.right-content  .contact-bottom a:hover {
  color: #62bfd7;
}
.right-content  .img-wrapp{
  position: relative;
  z-index: 1;
}
.right-content .img-inner{
  overflow: hidden;
  position: relative;
}
.right-content .img-inner img{
  transition: all 0.3s ease-in-out;
}
.right-content .img-inner:hover img{
  transform: scale(1.1);
}
.right-content  .img-wrapp:before{
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color:  #038a5f;
  content: "";
   border-radius: 10px;
   height: 20px;
   width: 80%;
   z-index: -1;
}
 