@import url('https://fonts.googleapis.com/css2?family=Signika:wght@300;400;600;700&display=swap');
html{overflow-x: hidden;}
 body {
    padding: 0;
    margin: 0;
    position: relative;
    /*font-family: 'poppins', sans-serif;*/
     font-family: 'Titillium Web', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    color: #252525;
    font-size: 1.1rem;
    overflow-x: hidden !important;
    line-height: 1.5;
}

.contentWelcome h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #373736;
    text-align: center;
    display: block;
}
.about-banner {
    height: 158px;
    background-image: url(../images/inner-banner.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    position: relative;
    -webkit-box-shadow: 0px 0px 62px 3px rgba(0,0,0,0.10);
    -moz-box-shadow: 0px 0px 62px 3px rgba(0,0,0,0.10);
    box-shadow: 0px 0px 62px 3px rgba(0,0,0,0.10);
    text-align: center;
    background-size: cover;
    
}

.mail-i span {
    position: relative;
    top: 30px;
    text-align: right;
    float: right;
    margin-left: 30px;
    color: #074a7d !important;
}
.about-banner h1 {
    font-size: 45px;
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 52px;
    font-family: 'Barlow', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: 
    #FFF;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .75rem 1.5rem !important;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: #fff;
    border: 0;
    position: relative;
}

.new-width {
    width: 1420px !important;
    height: 71px;
}

.o-video {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%; /* 9 / 16 * 100 */
}
.o-video > iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
}


.demo-gallery ul li{ margin-top:40px; }

.navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
	display:block !important;
}
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');

.wrap-banner {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    background: #58c3ff;
    background: linear-gradient(-50deg,#58c3ff 0,#004de6 40%,#003bb1 100%);
    height: calc(100vh - 0px);
}
.main_nav {
    transition: background-color 0.4s ease-out;
    padding: 5px 20px 5px 20px;
}
nav.scrolled {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    top: 0;
}
.btn-get-in-touch {
    border-radius: 0;
    background: transparent;
    border: 2px solid #fff;
    padding: 10px 50px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}
.btn-get-in-touch a {
    color: #fff;
    font-family: inherit;
    font-size: 15px;
    letter-spacing: .1px;
    line-height: 20px;
    white-space: nowrap;
    font-weight: 300;
    opacity: 1;
}
.header_navlist{
    width: 100%;
}
.header_navlist ul{
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.logo-home >img {
    max-width: 60px;
    height: auto;
}
.logo-home >.scroll-logo >img {
    max-width: 60px;
    height: auto;
    display: none;
}
nav.scrolled .logo-home >img {
    display: none;
     -webkit-transition-duration: 500ms;
    transition-duration: 500ms;

}
nav.scrolled .logo-home >.scroll-logo>img {
    display: block;
     -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}
nav.scrolled  .header_navlist ul .nav-link {
     -webkit-transition-duration: 500ms;
     color: #fff ! important;
    transition-duration: 500ms;
}
nav.scrolled .curve-element{
    border-radius: 0px;
    background: #81c111;
}

nav.scrolled .btn-get-in-touch {
    background: #0d4488;
}


.container .title{
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 10px;
}

.content {
  position: relative;
  width: 90%;
  margin: auto;
  overflow: hidden;
}

.content .content-overlay {
    background: rgba(0,0,0,0.7);
    position: absolute;
    height: 99%;
    width: 92.5%;
    left: 4%;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay{
  opacity: 1;
}

.content-image{
  width: 100%;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details h3{
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.content-details p{
  color: #fff;
  font-size: 1.0em;
}

.fadeIn-bottom{
  top: 80%;
}

.fadeIn-top{
  top: 20%;
}

.fadeIn-left{
  left: 20%;
}

.fadeIn-right{
  left: 80%;
}










.container .title{
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 10px;
}

.content1 {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
}

.content1 .content-overlay {
    background: rgba(0,0,0,0.7);
    position: absolute;
    height: 82%;
    width: 100%;
    left: 0%;
    top: 40px;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.content1:hover .content-overlay{
  opacity: 1;
}

.content-image{
  width: 100%;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content1:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details h3{
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.content-details p{
  color: #fff;
  font-size: 1.0em;
}

.fadeIn-bottom{
  top: 80%;
}

.fadeIn-top{
  top: 20%;
}

.fadeIn-left{
  left: 20%;
}

.fadeIn-right{
  left: 80%;
}









.content2 {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
}

.content2 .content-overlay {
    background: rgba(0,0,0,0.7);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0%;
    top: 0px;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.content2:hover .content-overlay{
  opacity: 1;
}

.content-image{
  width: 100%;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content2:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details h3{
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.content-details p{
  color: #fff;
  font-size: 1.0em;
}

.fadeIn-bottom{
  top: 80%;
}

.fadeIn-top{
  top: 20%;
}

.fadeIn-left{
  left: 20%;
}

.fadeIn-right{
  left: 80%;
}















.navbar-toggler{ position:relative; top:27px; }
.fixed-top {
    position: relative;
    top: 0px;
    /* chnaged on 10-1-2023 background: #8bd902;*/
    background: #7bb601;
    right: auto;
    /* chnaged on 10-1-2023 border-bottom: 3px solid #8bd902;*/
    border-bottom: 3px solid #7bb601;
    left: auto;
    z-index: 999;
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}
.logo-area a img {
    width: 200px;
    height: auto;
    padding: 12px 0px 12px 0px;
}
.curve-element {
    background: #fff;
    padding: 0;
    transition-duration: 500ms;
}
.main_nav .navbar-brand{
    margin-right: 4rem;
}

.gallery-h{ padding-bottom: 6rem;
padding-top: 1rem; background-color:#fff; text-align: center; }
.gallery-h h2 {
    font-size: 45px;
    font-weight: 700;
    color: #373736;
}

.demo-gallery{ margin-top:0px; } 
.demo-gallery > ul {
  margin-bottom: 0;
}
.demo-gallery > ul > li {
    float: left;
    margin-bottom: 40px;
    margin-right: 0px;
    width: 200px;
}
.demo-gallery > ul > li a { 
  /*border: 3px solid #FFF;*/
  border-radius: 3px;
  display: block;
  overflow: hidden;
  position: relative;
  float: left;
}
.demo-gallery > ul > li a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}
.demo-gallery > ul > li a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.demo-gallery > ul > li a:hover .demo-gallery-poster > img {
  opacity: 1;
}
.demo-gallery > ul > li a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}
.demo-gallery > ul > li a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.demo-gallery > ul > li a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}
.demo-gallery .justified-gallery > a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}
.demo-gallery .justified-gallery > a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
  opacity: 1;
}
.demo-gallery .justified-gallery > a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}
.demo-gallery .justified-gallery > a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.brief{ margin-top:0px !important; }
.demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}

.documentry-video{ padding-bottom: 6rem;
padding-top: 1rem; background-color:#dfdfdf; text-align: center;  }
.documentry-video h2 {
    font-size: 45px;
    font-weight: 700;
    color: #373736;
    margin-top:45px;
}

.documentry-video p{ text-align:justify; }
.demo-gallery .video .demo-gallery-poster img {
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
  opacity: 0.8;
  width: 48px;
}
.demo-gallery.dark > ul > li a {
  border: 3px solid #04070a;
}
.home .demo-gallery {
  padding-bottom: 80px; 
}
.lg-sub-html p {
    font-size: 24px !important;
    margin: 5px 0 0;
}
.header_navlist ul .nav-link {
    padding:20px 40px;
    font-weight: 600;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    font-size: 13px;
    color: #fff !important;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 0.5px;
}


.contacts{
    position: relative;
}
.contacts:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
   /*  background: #529212; */
    top: 0;
    right: 0;
}
.contacts:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    /* background: #529212; */
    top: 30px;
    right: -5px;
    border-radius: 50%;
}
.header_navlist ul .nav-link:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
   /*  background: #529212; */
    top: 0;
    left: 0;
}
.header_navlist ul .nav-link:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
  /*   background: #529212; */
    top: 30px;
    left: -5px;
    border-radius: 50%;
}
/*.header_navlist ul .nav-item a:hover {
    color: #fff !important;
    background: #053c6d;
}*/
.header_navlist .navbar-nav {
    display: flex;
    justify-content: center;
}
.pr-40 {
    padding-right: 4rem;
}
.main_nav_dropdown::after {
    top: 1px;
    position: relative;
    left: 1px;
}
.navbar-dark .navbar-nav .nav-link{
    color: #000
}
.imgHead{
   padding: 0
}
/*.banner_head {
    background: url(../images/bannerHome2.jpg);
    background-size: 100%;
    height: 100%;
    background-repeat: no-repeat;
    position: relative;
    margin-top: 33px;
}*/
#footer {
    background: #f0f0ee;
    padding: 2rem 0px 3rem 0px;
	margin-top:-63px;
}
#footer h5 {
    padding-left: 10px;
    padding-bottom: 6px;
    margin-bottom: 40px;
    color: #040404;
    font-size: 30px;
    font-weight: 600;
    text-transform: capitalize;
    position: relative;
}
#footer h5:after {
    position: absolute;
    content: '';
    bottom: -18px;
    left: 10px;
    background-color: #000;
    width: 35px;
    height: 3px;
}
#footer a {
    color: #000000;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
#footer ul.social li{
    padding: 3px 0;
}
#footer ul.social li a i {
    margin-right: 5px;
    font-size:25px;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}
#footer ul.social li:hover a i {
    font-size:30px;
    margin-top:-10px;
}
#footer ul.social li a, #footer ul.social li a, #footer ul.quick-links li a {
    color: #000000;
    font-size: 16px;
    padding-top: 6px;
    line-height: 32px;
    font-weight: 400;
}
#footer ul.quick-links li:hover a {
    color: #4c7d0b;
}
#footer ul.social li a:hover{
    color:#eeeeee;
}
#footer ul.quick-links li{
    padding: 3px 0;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}
#footer ul.quick-links li:hover{
    padding: 3px 0;
    margin-left:5px;
    font-weight:600;
    color: #ddd
}
#footer ul.quick-links li a i{
    margin-right: 5px;
}
#footer ul.quick-links li:hover a i {
    font-weight: 700;
}
#footer .quick-links li a svg {
    margin-right: 5px;
    font-size: 14px;
    color: #afafaf;
}
.subheadF {
    color: #000;
    font-size: 17px;
    padding-bottom: 16px;
    padding-top: 20px;
    font-weight: 500;
}
.quickLinkBox h5 span{
    font-weight: 700;
    font-size: 30px;
}
@media (max-width:767px){
#footer h5 {
    font-size:20px;
    padding-left: 0;
    border-left: transparent;
    padding-bottom: 0px;
    margin-bottom: 10px;
}

.quickLinkBox h5 span{
    font-size:20px;
}
body{overflow-x: hidden !important;}
}


/*header*/
.agreshia-header-info-inner {
   margin-right: 0px;
    padding-right: 0;
    position: relative;
    padding-left: 70px;
    display: inline-block;
}
.agreshia-header-info-inner:after {
    position: absolute;
    content: '';
    background-size: 100%;
    background: url(../images/slashIcon.png);
    width: 20px;
    height: 100%;
    top: 0;
    right: -2px;
    background-repeat: no-repeat;
    opacity: 0.5;
}
.header-box-title{
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0;
    color: #222;
    text-transform: none;
    font-weight: 700;
    font-style: normal;
}
.header-box-contetn{
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
    color: #888888;
    text-transform: none;
    font-weight: 500;
    font-style: normal;
}
.agreshia-header-info{
    padding-top: 28px;
}
.header-box-icon img {
    position: absolute;
    top: 5px;
    left: 24px;
    line-height: 50px;
    width: 32px;
    text-align: center;
    color: #86bb46;
}
.social_icon{
    float: left;
}
.social_icon ul {
        padding-left: 0;
    list-style: none;
    margin-bottom: 0px;
}
.social_icon ul li {
       display: inline-block;
    border: 1px solid #ccc;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 37px;
    margin-right: 3px;
}
.bdr-right{
  border-right: 1px solid #929292;  
}
.social_icon ul li a svg {
    color: #c0c0c0;
    width: 15px !important;
}
.socialHead{
    border-bottom: 5px solid #82145c;
}

/*banner*/
.bannerText {
    max-width: 600px;
    position: relative;
}
.bannerText h6 {
  font-size: 20px;
    color: #000;
    font-weight: 700;
    letter-spacing: 1.5px;
}
.bannerText h2 {
    font-size: 50px;
    color: #fff;
    font-weight: 700;
    line-height: 50px;
    padding-bottom: 10px
}
.bannerText p {
    font-size: 17px;
    color:#000;
}
.btn-primary:hover {
    color: #fff;
    background-color: #716c68;
    border-color: #716c68;
}
.btn-primary {
    color: #fff;
    background-color: #000c;
    border-color: #000;
    border-radius: 25px;
    padding: 10px 35px;
    text-transform: capitalize;
    border-bottom: 1px solid #82145c;
}

.blk-color span {
    font-size: 50px !important;
    color: #000;
}
.wrapQuality {
    background: #fff;
    margin-top: -7rem;
    z-index: 99;
    position: absolute;
    width: 100%;
    left: 0;
    box-shadow: 1px 1px 10px #00000038;
}
.innerQuality {
    border-right: 1px solid #e0e0e0;
    padding: 0px 0px;
    margin: 20px 0px;
}
.innerQuality img{
      max-width: 64px;
    padding-bottom: 9px;  
}
.innerQuality h3 {
   font-size: 20px;
    font-weight: 700;
    margin-bottom: 0px;
    text-transform: capitalize;
    color: #4f4c4c;
    padding-top: 5px;
}
.innerQuality p {
    margin-bottom: 0px;
    color: #000;
    font-size: 18px;
}
.welcome_head {
    padding-top: 3rem;
    padding-bottom: 11rem;
}
.contentWelcome {
    padding-left: 2rem;
    padding-top: 3rem;
}
.contentWelcome h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #373736;
}
.contentWelcome h2 span {
    color: #c3c0c0;
}
.contentWelcome p {
   color: #484949;
    font-size: 18px;
    line-height: 24px;
    text-align: justify;
    margin-bottom: 12px;
}
.contentWelcome ul {
    padding-left: 0;
}
.contentWelcome ul li {
    list-style: none;
    font-size: 17px;
    color: #253946;
    line-height: 26px;
    display: inline;
    padding-left: 25px;
    background-color: #ccc;
    border-radius: 15px;
    padding: 10px 25px;
    margin-bottom: 57px;
    font-weight: 600;
    margin-right: 7px;
    box-shadow: 0px 1px 3px 0px;
}
.contentWelcome ul li svg {
    font-size: 13px !important;
    margin-right: 6px;
    color: #81c111;
}
.Product_head {
    padding-top: 6rem;
    padding-bottom: 7rem;
   
}
.Product_head h2 {
    font-size: 45px;
    font-weight: 700;
    color: #373736;
}
.Product_head h2 span {
    color: #81c111;
}
.Product_head p {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    margin-bottom: 5rem;
    color: #000;
    margin-top: 15px;
}
.innerProduct {
    box-shadow: 1px 1px 10px #00000070;
    border-radius: 15px;
    margin: 0 auto;
    text-align: center;
    background: #fff;
}
.innerProduct img {
   /*  max-width: 180px;
   margin-top: 30px; */
}
.contentProduct {
    background: #fff;
    padding: 10px 20px;
    /*border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;*/
}
.innerProduct .productHeading {
   font-weight: 700;
    font-size: 22px;
    line-height: 22px;
    margin: 15px 0px;
}
.innerProduct .productSubline {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
    color: #565656;
}
.innerProduct a {
    text-transform: capitalize;
    font-weight: 600;
    color: #529212;
    font-size: 18px;
    padding: 0;
}


.quality_head{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.provide_Quality {
    text-align: justify;
}
.provide_Quality h2 {
    font-size: 45px;
    font-weight: 700;
    color: #373736;
    line-height: 45px;
    margin-bottom: 14px;
}
.provide_Quality h2 span {
    color: #81c111;
    font-size: 38px;
}  
.provide_Quality p {
    color: #676767;
    margin-top: 20px;
    font-size: 20px;
    line-height: 26px;
    text-align: justify;
    font-weight: 500;
    margin-bottom: 8px;
    padding-right: 40px;
}
.innerQualShow {
    padding-left: 20px;
}
.imgQuality {
    float: left;
    height: 130px;
    margin-right: 24px;
}
.imgQuality img {
    width: 52px;
}
.innerQualShow h2 {
    font-size: 23px;
    color: #3c2b25;
}
.innerQualShow p {
    font-size: 16px;
    color: #333;
    line-height: 21px;
}
.Slogan_head {
       padding-bottom: 2rem;
    background: url(../images/nutritionBg.png);
    background-size: 100%;
    width: 100%;
    background-repeat: no-repeat;
    margin-top: 4rem;
    margin-bottom: 0rem;
}
.contetnSlogan h4 {
    font-size: 22px;
    color: #284320;
    margin-bottom: 15px;
}
.contetnSlogan h2 {
    color: #fff;
    font-size: 40px;
    margin-bottom: 20px;
    line-height: 46px;
}
.contetnSlogan h3 {
    font-size: 26px;
        text-transform: uppercase;
    color: #284320;
}
.sloganImg img {
    position: absolute;
    top: -9rem;
    right: 0;
    max-width: 540px;
}
.wrapSlogan{
       padding: 4rem 0px 6rem 0px;
}

.agro_Application{
    padding-top: 3rem;
    padding-bottom: 5rem;
}
.agro_Application h2{
  font-size: 45px;
font-weight: 700;
color: #373736;
line-height: 45px;
text-align: center;
}
.agro_Application h2 span{
color: #81c111;
}
.agro_Application p{
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    margin-bottom: 5rem;
    color: #000;
    margin-top: 15px;
}
.contentApplication {
text-align: left;
box-shadow: 1px 1px 10px #0000002b;
padding: 15px 20px 10px 20px;
max-width: 90%;
background: #fff;
margin: 0rem auto 0rem auto;
position: absolute;
left: 50%;
top: 50%;
height: 295px;
transform: translate(-50%, -6%);
width: 85%;
} 
.wrapApplication img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    display: block;
}
.contentApplication h3 {
    font-size: 22px;
    text-transform: capitalize;
}
.contentApplication p {
    margin-bottom: 8px;
    font-size: 18px;
    text-align: left;
    color: #333;
    font-weight: 500;
    margin-top: 0px;
}
.contentApplication ul {
    padding-left: 20px;
}
.contentApplication ul li {
    font-size: 17px;
    line-height: 30px;
    list-style: none;
    position: relative;
    color: #3e3e3e;
    font-weight: 400;
}
.contentApplication ul li::before {
    content: "";
    width: 6px;
    margin-right: 17px;
    height: 6px;
    border-radius: 20px;
    background: #81c111;
    display: inline-block;
    position: absolute;
    left: -18px;
    top: 11px;
}
.wrapApplication{
    height: 500px;
}
.contentApplication a {
    position: absolute;
    bottom: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%,8rem);
    width: 120px;
    height: 36px;
}
.wrapAbout {
    padding-top: 6rem;
    padding-bottom: 6rem;
    position: relative;
}
.shape-image {
    position: absolute;
    bottom: 55px;
    z-index: -1;
}
.abtContent {
    padding-left: 25px;

}
.abtContent h2 {
    font-size: 42px;
    line-height: 42px;
    font-weight: 700;
    color: #333;
    padding-bottom: 10px;
}
.abtContent p {
    font-size: 16px;
    color: #000;
    text-align: justify;
}
.wrapHighlight {
    background: #4d4948;
    padding: 30px;
    margin-bottom: 3rem;
}
.innerPointBox {
    background: #fff;
    max-height: 120px;
    padding: 20px;
    height: 100%;
}
.imgHighlight {
    width: 70px;
    float: left;
    height: 60px;
}
.imgHighlight img {
    width: 60px;
    padding: 5px;
}
.innerPointBox h3 {
    font-size: 24px;
    margin-bottom: 10px;
    padding-top: 13px;
}
.innerPointBox p {
    font-size: 18px;
    margin-bottom: 0;
    color: #333;
}
.sloganAbout {
    background: url(../images/abtSlogan.jpg);
    background-size: 100%;
    width: 100%;
    z-index: -1;
    background-repeat: no-repeat;
    margin-top: 4rem;
    margin-bottom: 4rem;
    position: relative;
    overflow: hidden;
    background-size: 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.sloganOverlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000000ba;
    top: 0;
    left: 0;
}
.wrapSloganAbt {
    text-align: center;
       padding-top: 4rem;
    padding-bottom: 13rem;
}
.wrapSloganAbt h2 {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    line-height: 62px;
    padding: 30px 0px;
}
.wrapSloganAbt h2 span {
    color: #fff;
    font-size: 48px;
    font-weight: 400;
}
.aboutPara3 {
    background: #333;
    margin-bottom: 4rem;
    margin-top: 6rem;
}
.technologyContent h2{
    font-size: 42px;
    line-height: 42px;
    font-weight: 700;
    color: #333;
    padding-bottom: 10px;
}
.technologyContent p{
    font-size: 16px;
    color: #000;
    text-align: justify;
}
.contentBox3 {
    padding: 50px 0px 50px 0px;
}
.aboutTechno {
    margin-top: 8rem;
    margin-bottom: 8rem;
}
.contentBox3 h2{
    font-size: 42px;
    line-height: 42px;
    font-weight: 700;
    color: #fff;
    padding-bottom: 10px;
}


.header_navlist ul {
    background-color: #595656 !important;
}
.contentBox3 p{
    font-size: 16px;
    color: #fff;
    text-align: justify;
}
.box3AbtImg img {
    position: absolute;
    top: -25px;
    right: 0;
    max-width: 750px
}
.wrapContact {
    padding-top: 7rem;
    padding-bottom: 3rem;
}
.boxContact {
    padding: 28px 20px 20px 20px;
    box-shadow: 1px 1px 10px #00000024;
    border-radius: 7px;
    min-height: 135px;
    margin-bottom: 30px;
}

.imgContact {
   float: left;
    width: 65px;
    height: 65px;
    border: 1px solid #81c111;
    text-align: center;
    /* border-radius: 50%; */
    padding-top: 16px;
    margin-right: 40px;
    margin-top: 6px;

}

.imgContact svg{
    font-size: 30px;
    color: #81c111;
}
.contetnContact p{
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
}
.mt-p10{
    margin-top: 10px;
}
.mt-p25{
    margin-top: 25px;
}
.wrapMap{
padding-bottom: 6rem;
}
.innerMap iframe {
    max-width: 100%;
    width: 100%;
    border: 0;
    min-height: 500px;
}

/*revolina*/
.revolinaBox {
    padding-top: 6rem;
    padding-bottom: 4rem;
}
.contentRevolina h2{
    font-size: 42px;
    line-height: 42px;
    font-weight: 700;
    color: #333;
    padding-bottom: 10px;
}
.contentRevolina p {
    font-size: 17px;
    color: #000;
    text-align: justify;
    line-height: normal;
}
.contentRevolina {
    padding-top: 30px;
    padding-left: 15px;
}
.revolinaSecification {
    margin-top: 2rem;
    margin-bottom: 5rem;
    background: #4d4948;
}
.wrapRevolinaSpec {
    background: #4d4948;
    padding: 30px 65px 20px 65px;
    margin: 0px 14px;
}
.revolinaSecification {
    margin-top: 2rem;
    margin-bottom: 5rem;
}
.wrapRevolinaSpec ul {
    list-style: none;
    padding-left: 0;
}
.wrapRevolinaSpec ul li {
    display: inline-block;
    font-size: 19px;
    margin: 4px 15px;
    position: relative;
    color: #fff;
    font-weight: 300;
}
.wrapRevolinaSpec ul li:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 20px;
    background-color: #fff;
    right: -18px;
    top: 4px;
}
.wrapRevolinaSpec h2 {
    position: relative;
    font-size: 36px;
    line-height: 42px;
    font-weight: 700;
    color: #fff;
    padding-bottom: 20px;
    border-bottom: 2px solid #81c111;
    margin-left: 17px;
}
.usageBox{
margin-bottom: 4rem
}
.wrapUsage h2 {
    position: relative;
    font-size: 36px;
    line-height: 42px;
    font-weight: 700;
    color: #333;
    padding-bottom: 35px;
}
.innerUsase {
    background: #fff;
    border: 1px solid #81c111;
    padding: 20px 20px;
    margin-bottom: 25px;
}
.innerUsase p {
    font-size: 22px;
    line-height: 26px;
    color: #333;
    margin-bottom: 0;
    padding: 0px 30px;
}
.innerUsase p span {
    display: block;
    background: #f1f1f1;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #a7a7a7;
    float: left;
    margin-right: 24px;
    padding-top: 5px;
    font-weight: 600;
}

/*algarina*/

.AlgarinaBox {
    padding-top: 6rem;
    padding-bottom: 0rem;
}
.contentAlgarina h2{
    font-size: 42px;
    line-height: 42px;
    font-weight: 700;
    color: #333;
    padding-bottom: 10px;
}
.contentAlgarina p {
    font-size: 19px;
    color: #000;
    text-align: justify;
    line-height: normal;
}
.contentAlgarina {
    padding-top: 30px;
    padding-left: 15px;
}
.boxBenefits {
    padding-top: 4rem;
    padding-bottom: 1rem;
}
.wrapBenefits {
    background: #4d4948;
    padding: 30px;
    margin-bottom: 3rem;
}
.innerBenefit {
    background: #fff;
    max-height: 120px;
    padding: 20px;
    height: 100%;
}
.imgBenefits {
    width: 70px;
    float: left;
    height: 60px;
}
.innerBenefit h3 {
    font-size: 18px;
    margin-bottom: 0;
    padding-top: 10px;
}
.imgBenefits{
    width: 70px;
    float: left;
    height: 60px;
}
.imgBenefits img {
    width: 60px;
    padding: 5px;
}


.ProAminActivBox {
    padding-top: 6rem;
    padding-bottom: 0rem;
}
.contentProAmin h2{
    font-size: 42px;
    line-height: 42px;
    font-weight: 700;
    color: #333;
    padding-bottom: 10px;
}
.contentProAmin p {
    font-size: 17px;
    color: #000;
    text-align: justify;
    line-height: normal;
}
.contentProAmin {
    padding-left: 20px;
}
.contentProAmin ul {
padding-left: 0px
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
  
 
@media screen and (min-width: 1600px) {
  .container {
    width: 1570px;
  }
  
  .header_navlist ul .nav-link {
    padding: 20px 20px;
    font-weight: 600;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    font-size: 10px;
    color: #fff !important;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 0.5px;
}
  
  .navbar-expand-md .navbar-nav .nav-link {
    padding: 20px 7px;
}
}
@media screen and (min-width: 1900px) {
  .container {
    width: 1870px;
  }
  
  .header_navlist ul .nav-link {
    padding: 20px 20px;
    font-weight: 600;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    font-size: 10px;
    color: #fff !important;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 0.5px;
}
  
  .navbar-expand-md .navbar-nav .nav-link {
    padding: 20px 7px;
}
}
 /* @media only screen and (min-width: 2000px) {
     
  .header_navlist ul .nav-link {
    padding: 20px 20px;
    font-weight: 600;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    font-size: 10px;
    color: #fff !important;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 0.5px;
}
  
  .navbar-expand-md .navbar-nav .nav-link {
    padding: 20px 7px;
}
}*/
 
@media only screen and (min-width: 768px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}
.contentProAmin ul li {
    font-size: 17px;
    padding-bottom: 15px;
    list-style: none;
    position: relative;
    padding-left: 25px;
}
.contentProAmin ul li:after {
    content: '';
    background-color: #81c111;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    top: 7px;
    left: 0px;
}

.applicationAmin{
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.innerAppliAmin {
    margin: 0 auto;
    padding: 34px 50px;
    background: #f3f3f3;
}
.innerAppliAmin h2{
    position: relative;
    font-size: 36px;
    line-height: 42px;
    font-weight: 700;
    color: #333;
    padding-bottom: 20px;
    border-bottom: 2px solid #81c111;
}
.innerAppliAmin p {
    text-align: justify;
    font-size: 22px;
}

/*effect*/
.effectBox {
    background: #333;
    margin-bottom: 8rem;
    margin-top: 5rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.wrapEffect h2 {
    font-size: 42px;
    line-height: 42px;
    font-weight: 700;
    color: #fff;
    padding-bottom: 30px;
}
.wrapEffect p {
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 4px;
    position: relative;
    padding-left: 25px;
}
.wrapEffect p:after {
    content: '';
    background-color: #81c111;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    top: 7px;
    left: 0px;
}
.effectImg img {
    position: absolute;
    top: -55px;
    right: 0;
    max-width: 750px
}

.agresiaHumic {
    padding-top: 6rem;
    padding-bottom: 0rem;
}
.contentHumic h2{
    font-size: 42px;
    line-height: 42px;
    font-weight: 700;
    color: #333;
    padding-bottom: 10px;
}
.contentHumic p {
    font-size: 20px;
    color: #000;
    text-align: justify;
    line-height: normal;
}
.contentHumic {
    padding-left: 20px;
}
.bgGray{
    background: #d2d2d2 !important;
}
.colorBlackGray{
    color: #333  !important;
    font-weight: 600 !important
}
.colorBlackGray{
    color: #333  !important;
    font-weight: 600 !important;
}
.colorBlackGray:after{
    background:#333  !important;
}
.specHumic{
        padding: 55px 0px 46px 0px;
}
.footerLOgo a img{
    width: 230px;
}

.navbar-toggler {
    position: relative;
    top: 41px;
}


/*responsive start here*/

@media screen and (max-width: 1024px) { 
}
@media screen and (max-width: 768px){

}

@media screen and (max-width: 768px) and (min-device-width: 320px){
    
    
.carousel-item > img {
position: relative;
max-width: 100%;
height: auto;
}
.text-lf{ text-align:left !important; }
.carousel {
    position: relative;
    top: -26px;
}

.contentWelcome ul li {
    list-style: none;
    font-size: 14px;
    color: #253946;
    line-height: 69px;
    display: inline;
    padding-left: 25px;
    background-color: #ccc;
    border-radius: 15px;
    padding: 10px 0px;
    margin-bottom: 57px;
    font-weight: 600;
    margin-right: 7px;
    box-shadow: 0px 1px 3px 0px;
}

.font-titl{font-size:20px ; font-weight:400 ; color:#000;}
.font-titl1{font-size:20px !important; color:#000;}
.blk-color span {
    font-size: 25px !important;
    color: #000;
}

ul.bullt{ padding: 0px 31px;  }
.nav-v {
    position: absolute;
    width: 100%;
    top: 61px !important;
}

.navbar-toggler {
    position: relative;
    top: 41px;
}

.visionMission {
    margin-top: -8rem;
}
.carousel-item {
    height: auto;
}
.carousel-inner{
    margin-top: 0px;
}
 .bannerText p {
    display: none;
}

.brief{ margin-top:0px !important; }
.about-banner{height: auto; margin-bottom: 30px;}
.about-banner h1 {
    font-size: 28px;
    text-align: center;
    width: 100%;-
    display: block;
    margin-top: 30px !important;
    margin-bottom: 30px;
    font-family: 'Barlow', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #FFF;
}
.bannerText h2 {
    font-size: 17px;
    line-height: 20px;
    padding-bottom: 0px;
}
.btn-primary {
    padding: 7px 18px;
    font-size: 13px;
}
.bannerText a{
    display: none;
}
.carousel-caption {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-94%, 21%);
    color: #000;
    bottom: 0;
}
.page-title h1 {
    padding-top: 0;
    font-size: 24px;
    line-height: 40px;
}

.bannerText h6 {
    display: none;
}
.wrapQuality {
    position: relative;
    box-shadow: none;
    margin-top: 6px;
}
.innerQuality {
    padding: 25px 18px;
    margin: 10px 0px 14px 0px;
    box-shadow: 1px 1px 10px #0000002e;
}
.innerQuality p {
    font-size: 16px;
}
.quality_head {
    padding-bottom: 0rem;
    padding-top: 0rem;
}
.welcome_head {
    padding-top: 0rem;
    padding-bottom: 6rem;
}
.contentWelcome {
    padding-left: 0rem;
}
.contentWelcome h2 {
    font-size: 26px;
    margin-bottom: 12px;
}
.font-sm-16{
    font-size: 16px !important
}
.c-btn {
    font-size: 12px;
    line-height: 1;
    padding: 17px 0px;
}
.c-btn span {
    height: 2px;
    width: 10px;
    margin: 0 10px;
}
.Product_head {
    padding-top: 3rem;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}
.innerQualShow h2 {
    font-size: 20px;
}
.Product_head h2 {
    font-size: 28px;
}
.innerProduct .productHeading {
    font-size: 20px;
    line-height: 13px;
    margin: 15px 0px;
}
.provide_Quality h2 span {
    font-size: inherit;
}
.provide_Quality h2 {
    font-size: 28px;
    line-height: 35px;
}
.Product_head p {
    margin-bottom: 2rem;
}
.mb-sm30{
margin-bottom: 30px
}
.provide_Quality h2 {
    font-size: 35px;
    line-height: 35px;
}
.provide_Quality p {
    margin-top: 15px;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px;
    padding-right: 0;
}
.innerQualShow {
    padding-left: 0;
    margin-top: 15px;
}
.imgQuality {
    height: 100px;
    margin-right: 15px;
}
.Slogan_head {
    background-size: cover;
    padding-bottom: 0rem;
    margin-top: 2rem;
}
.sloganImg img {
    max-width: 540px;
    width: 100%;
    position: relative;
    top: 0;
}
.wrapSlogan {
    padding: 3rem 0px 4rem 0px;
}
.contetnSlogan h2 {
    font-size: 29px;
    margin-bottom: 20px;
    line-height: 36px;
    padding-bottom: 35px;
}
.contetnSlogan h3 {
    display: none;
}
.about-button{
    display: none;
}
.agro_Application {
    padding-top: 0rem;
    padding-bottom: 0rem;
}
.agro_Application h2 {
    font-size: 27px;
    line-height: 18px;
    margin-top: 2rem;
    padding-bottom: 6px;
}
.agro_Application p {
    font-size: 16px;
    margin-bottom: 1rem;
}
.contentApplication {
    left: 0;
    top: 0;
    transform: none;
    position: relative;
    max-width: 330px;
    width: 100%;
    margin-top: -2rem;
    margin-bottom: 3rem;
}
.wrapApplication {
    height: auto;
}

.contentApplication ul li {
    font-size: 16px;
}
.contentApplication p{
    margin-bottom: 0px
}
#footer {
    padding: 2rem 0px 10px 0px;
}
#footer h5:after {
    position: absolute;
    transform: translate(-50%, 0%);
    left: 50%;
    bottom: -7px;
}
.footerLOgo a img{
    width: 218px;
}
#footer ul.quick-links li {
    padding: 3px 5px;
    text-align: left;
}
.pb-sm-30{
    padding-bottom: 15px;
}
.mt-sm-15{
    margin-top: 15px !important;
}


/*about us*/
.page-title {
    padding: 70px 0px;
}

.wrapAbout {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.abtContent {
    padding-left: 0px;
}
.abtContent h2 br{
    display: none;
}
.abtContent h2 {
    font-size: 30px;
    line-height: 32px;
    padding-bottom: 5px;
}
.wrapHighlight {
    margin-bottom: 3rem;
    padding: 15px;
}
.innerPointBox h3 {
    font-size: 18px;
    margin-bottom: 0;
}
.imgHighlight img {
    width: 50px;
}
.imgHighlight {
    width: 60px;
}
.sloganAbout {
    background: url(../images/abtSlogan.jpg);
    margin-top: 3rem;
    background-size: cover;
}
.wrapSloganAbt h2 {
    font-size: 23px;
    line-height: 32px;
}
.wrapSloganAbt h2 {
    font-size: 38px;
    line-height: 48px;
}
.wrapSloganAbt h2 span {
    display: none;
}
.wrapSloganAbt {
    padding-bottom: 4rem;
}
.title {
    font-size: 35px;
}
.titlePara {
    margin-bottom: 2rem;
    margin-top: 15px;
}
.certificates-content {
    margin-top: -1px;
    margin-left: 0;
    margin-right: 0;
}
.certificates {
    padding-bottom: 1rem;
}
.aboutTechno {
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.technologyContent h2 br{
    display: none;
}
.technologyContent h2 {
    font-size: 24px;
    line-height: 26px;
    padding-top: 10px;
}
.spacing-6 {
    padding: 22px 15px 30px 15px;
}
.header_navlist ul .nav-link {
    padding: 9px 40px !important;
    font-size: 16px;
}
.navbar-toggler {
    padding: 3px;
    font-size: 14px;
    margin-right: 10px;
}
.aboutPara3 {
    margin-top: 1rem;
    margin-bottom: 0px
}
.contentBox3 h2 br{
    display: none;
}
.contentBox3 h2{
    font-size: 30px;
    line-height: 32px;
    padding-bottom: 5px;
}
.box3AbtImg img {
    position: relative;
    max-width: 100%;
    top: 0;
    padding-bottom: 45px;
}
.contentBox3 {
    padding: 50px 0px 30px 0px;
}

/*contact us*/
.wrapContact {
    padding-top: 2rem;
    padding-bottom: 1rem;
}
.contetnContact p {
    font-size: 16px;
    line-height: 20px;
    margin-top: 16px;
}
.boxContact {
    margin-bottom: 30px;
}
.wrapMap {
    padding-bottom: 3rem;
}
/*product*/
.singleProducts {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.max-width {
    padding: 10px;
    font-size: 16px;
}
.ptb-100 {
    padding-bottom: 0px;
    padding-top: 20px;
}
.singleProducts .prod-single .singleProd-content h3{
    font-size: 18px;
}
.para {
    padding-top: 0px;
    font-size: 16px;
    text-align: justify;
}
.prod-content h3 {
    font-size: 23px;
    margin: 0px 0 0px 0;
}
.prod-content h5{
    font-size: 17px;
    padding-bottom: 0px !important;
}
.prod-content p {
    font-size: 16px;
}
.prod-content .prod-list svg {
    height: 20px;
    padding: 3px;
    width: 20px;
    line-height: 22px;
    font-size: 14px;
}
.prod-content span {
    display: block;
    padding-top: 20px;
}
.sm-mt-2rem{
    margin-top: 2rem;
}
.products {
    padding-top: 2rem;
}
.prod-content .prod-list li {
    flex: unset;
    margin-top: 10px;
    width: 100%;
    max-width: 100%;
}
.revolinaBox {
    padding-top: 2rem;
}
.sec-title {
    margin-top: 20px;
}
.sec-title .title {
    font-size: 33px;
    margin-bottom: 22px;
}
.prodInfo .content p{
    font-size: 16px
}
.prodInfo h4 {
    padding-bottom: 6px;
}
.prodInfo ul li {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 12px;
}
.benefits {
    padding-top: 1rem;
}
.sec-title .title {
    font-size: 28px;
    margin-bottom: 18px;
}
.pt-60 {
    padding-top: 25px;
}
.sm-pl-15{
    padding-left: 15px !important
}
.list11 {
    padding: 15px 0px 10px 0px;
}
.list1 ul li {
    font-size: 18px;
    line-height: 22px;
    padding-left: 15px;
    padding-bottom: 15px;
}
.dosage {
    padding-top: 1rem;
    padding-bottom: 2rem;
}
.dosageBox {
    padding: 20px 10px;
    margin: 0px 15px 25px 15px;
}
.dosageBox p .num {
    width: 30px;
    padding-top: 0;
    height: 30px;
    float: none;
    font-size: 17px;
    padding-top: 5px;
    margin-bottom: 15px;
}
.dosageBox p {
    font-size: 18px;
    line-height: 21px;
    padding: 0px 15px;
}
.contentRevolina {
    padding-top: 20px;
    padding-left: 0px;
}
.contentRevolina h2 {
    font-size: 36px;
    padding-bottom: 0px;
}
.contentRevolina p {
    font-size: 16px;
}
.revolinaSecification {
    margin-top: 1rem;
    margin-bottom: 2rem;
}
.wrapRevolinaSpec {
    padding: 22px 6px 20px 10px;
    margin: 0px 8px;
}
.wrapRevolinaSpec ul li {
    font-size: 16px;
    margin: 4px 15px;
}
.wrapRevolinaSpec ul li:after{
    display: none;
}
.wrapRevolinaSpec h2 {
    line-height: 35px;
    padding-bottom: 20px;
    margin-left: 17px;
}
.wrapUsage h2 {
    font-size: 30px;
    line-height: 13px;
    padding-bottom: 28px;
}
.innerUsase {
    padding: 20px 10px;
}
.innerUsase p {
    font-size: 18px;
    line-height: 21px;
    padding: 0px 15px;
}
.innerUsase p span {
    width: 30px;
    padding-top: 0;
    height: 30px;
    float: none;
    font-size: 17px;
    padding-top: 5px;
    margin-bottom: 15px;
}
.usageBox {
    margin-bottom: 1rem;
}
.contentAlgarina {
    padding-top: 0;
    padding-left: 0;
}
.contentAlgarina p {
    font-size: 16px;
}
.boxBenefits {
    padding-top: 1rem;
}
.boxBenefits  h2{
    font-size: 28px;
    padding-bottom: 18px;
}
.wrapBenefits {
    padding: 12px;
    margin-bottom: 3rem;
    margin-bottom: 1rem;
}
.innerBenefit {
    padding: 13px 13px 27px 13px;
}
.sm-mb-3{
    margin-bottom: 1rem!important;
}
.agresiaHumic  .mt-5{
    margin-top: 13px !important;
}
.contentHumic h2 {
    font-size: 35px;
    padding-bottom: 0px;
}
.contentHumic {
    padding-left: 0;
}
.contentHumic p {
    font-size: 16px;
}
.ProAminActivBox {
    padding-top: 1rem;
}
.contentProAmin h2 {
    font-size: 32px;
    padding-bottom: 0px;
    padding-top: 14px;
}
.contentProAmin {
    padding-left: 0;
}
.contentProAmin p {
    font-size: 16px;
}
.applicationAmin {
    padding-top: 2rem;
    padding-bottom: 1rem;
}
.innerAppliAmin {
    padding: 16px 22px;
}
.innerAppliAmin p {
    font-size: 17px;
}
.effectImg img {
    position: relative;
    top: 0;
    max-width: 750px;
    width: 100%;
}
.effectBox {
    margin-bottom: 2rem;
    margin-top: 1rem;
    padding-top: 2rem;
    padding-bottom: 3rem;
}
.wrapEffect h2 {
    font-size: 33px;
    line-height: 30px;
    padding-bottom: 20px;
}
.wrapEffect p {
    font-size: 18px;
    line-height: 25px;
    padding-bottom: 4px;
}
.shadeNet {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.shadeNet h2 {
    font-size: 36px;
}
.shadeNet p {
    font-size: 16px;
    margin-bottom: 0rem;
    margin-top: 10px;
}
.name h3 {
    font-size: 18px;
}
.pt-20px{
    padding-top: 10px !important
}
.insect_title {
    margin-top: 40px;
}
.insect_title h2 {
    font-size: 38px;
    line-height: 44px;
}
.insect_title h3 {
    padding-top: 10px;
    color: #fff;
    font-size: 19px;
}
.insect {
    padding: 70px 0 130px 0px;
}
.service_four_top {
    top: 0;
    width: calc(100% + 0px);
    height: auto;
    margin-top: -60px;
}
.pt85 {
    padding-top: 30px;
}
.service_2_top .service_2_single {
    width: auto;
    margin: 0 auto;
    float: none;
}
.service_2_top h3 {
    font-size: 25px;
    margin-top: 21px;
    margin-bottom: 30px;
}
.prod2 h6 {
    padding-top: 10px;
    font-size: 16px;
    line-height: 24px;
}
.comboImg img{
    padding-top: 20px;
}
.carousel-item{
   margin-top: 0px; 
}
.scrollBtn{
    bottom: 23px;
    right: 13px;
}
}

.boxShadowNone{
    box-shadow: none !important;
}

.addressBox{
    position: relative;
    border: 1px solid #eaeaea;
    padding: 50px 51px;
}

.addressBox .name:after {
   background: #81c111;
    content: "";
    height: 101%;
    left: 160px;
    position: absolute;
    top: 0;
    transform: skewX(32deg);
    width: 40px;
}

.addressBox .name{
    position: absolute;
    background: #81c111;
    width: 184px;
    text-align: center;
    bottom: 263px;
    left: 0px;
    padding: 6px;
    -webkit-transition: .5s;
    transition: .5s;
}

.addressBox .name h5{
    color: #fff;
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
}

.pb6{
    padding-bottom: 6rem;
}

.ht203{
        min-height: 203px !important;
}

.navbar-dark .navbar-brand {
    color: #fff;
    line-height: 0;
    padding: 0;
}

.dropdown-toggle.active-dropdown::after {
    transform: rotate(-90deg);
}


.logo-home >img {
  max-width: 319px;
    height: auto;
    padding: 7px;
    position: relative;
    top: 1px;
}

.logo-home >.scroll-logo >img {
    max-width: 150px;
    height: auto;
    display: none;
    padding: 10px;
}


nav.scrolled {
    background-color: #81c111  !important;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    box-shadow: 0px -1px 10px #00000063;
    top: 0px;
    border-bottom: none;
    color:#fff;
}


}

@media (max-width:575px){
    .navbar-brand img{width: 246px !important;}
    
    #footer h5 {
        font-size:20px;
        padding-left: 0;
        border-left: transparent;
        padding-bottom: 0px;
        margin-bottom: 10px;
    }
    
    .quickLinkBox h5 span{
        font-size:20px;
    }
}