/**
* Template Name: BizLand - v3.7.0
* Template URL: https://bootstrapmade.com/bizland-bootstrap-business-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@font-face {
   font-family: Calibri Regular;
   src: url(Calibri Regular.ttf);
}
body {
  font-family: Calibri Regular;
  color: #444444;
}

a {
  color: #106eea;
  text-decoration: none;
}

a:hover {
  color: #3b8af2;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #106eea;
  border-top-color: #e2eefd;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #106eea;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #3284f1;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
/*  background: #106eea;*/
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
  color: #fff;
  padding: 0;
      padding-top: 23px;
}
#topbar .contact-info i {
  font-style: normal;
  color: #fff;
}
#topbar .contact-info i a, #topbar .contact-info i span {
  padding-left: 5px;
  color: #fff;
}
#topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
  transition: 0.3s;
}
#topbar .contact-info i a:hover {
  color: #fff;
  text-decoration: underline;
}
#topbar .social-links a {
     color: #fff;
    line-height: 0;
    transition: 0.3s;
    border: 1px solid;
    margin-left: 20px;
    padding: 7px;
    margin-top: -14px;
    z-index: 99999999999;
}
#topbar .social-links a:hover {
  color: white;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header.fixed-top {
  height: 70px;
}
#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.8px;
  font-family: "Poppins", sans-serif;
}
#header .logo a {
  color: #222222;
}
#header .logo a span {
  color: #106eea;
}
#header .logo img {
 padding-top: 44px;
    height: 150px;
    width: 115px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

.scrolled-offset {
  margin-top: 70px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation
*/
.firstcont .navbar {
        margin-bottom: 50px;
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar > ul > li {
  white-space: nowrap;
  padding: 10px 0 10px 28px;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 0;
  background-color: #106eea;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}
.navbar a:hover:before, .navbar li:hover > a:before, .navbar .active:before {
  visibility: visible;
  width: 100%;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #f8a936;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 28px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-weight: 400;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #106eea;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation
*/
.mobile-nav-toggle {
  color: #222222;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(9, 9, 9, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #222222;
}
.navbar-mobile > ul > li {
  padding: 0;
}
.navbar-mobile a:hover:before, .navbar-mobile li:hover > a:before, .navbar-mobile .active:before {
  visibility: hidden;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #106eea;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #106eea;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 75vh;
  background: url("../img/hero-bg.jpg") top left;
  background-size: cover;
  position: relative;
}
#hero:before {
  content: "";
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#hero .container {
  position: relative;
}
#hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #222222;
  font-family: "Poppins", sans-serif;
}
#hero h1 span {
  color: #106eea;
}
#hero h2 {
  color: #555555;
  margin: 5px 0 30px 0;
  font-size: 24px;
  font-weight: 400;
}
#hero .btn-get-started {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #106eea;
}
#hero .btn-get-started:hover {
  background: #247cf0;
}
#hero .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  color: #222222;
  font-weight: 600;
  display: flex;
  align-items: center;
}
#hero .btn-watch-video i {
  color: #106eea;
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}
#hero .btn-watch-video:hover {
  color: #106eea;
}
#hero .btn-watch-video:hover i {
  color: #3b8af2;
}
@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}
@media (max-width: 768px) {
  #hero {
    height: 100vh;
  }
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #hero .btn-get-started, #hero .btn-watch-video {
    font-size: 13px;
  }
}
@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 20px 0;
  overflow: hidden;
}

.section-bg {    width: 100%;margin-top: 50px;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h2 {
font-size: 24px;
    letter-spacing: 1px;
    font-weight: 700;
    padding: 13px 29px;
    margin: 0;
    background: #e7f1fd;
    color: #6b8e53;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 50px;
}
.section-title h3 {
  margin: 15px 0 0 0;
  font-size: 32px;
  font-weight: 700;
}
.section-title h3 span {
  color: #106eea;
}
.section-title p {
  margin: 15px auto 0 auto;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .section-title p {
        width: 82%;
    font-weight: normal;
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #f1f6fe;
  min-height: 40px;
}
.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}
@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}
@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/
.featured-services .icon-box {
    padding: 16px;
    padding-top: 0px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}
.featured-services .icon-box::before {
  content: "";
  position: absolute;
  background: #cbe0fb;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}
.featured-services .icon-box:hover::before {
  background: #106eea;
  top: 0;
  border-radius: 0px;
}
.featured-services .icon {
  margin-bottom: 15px;
}
.featured-services .icon i {
  font-size: 48px;
  line-height: 1;
  color: #106eea;
  transition: all 0.3s ease-in-out;
}
.featured-services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}
.featured-services .title a {
  color: #111;
}
.featured-services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
      text-align: left;
}
.featured-services .icon-box:hover .title a, .featured-services .icon-box:hover .description {
  color: #fff;
}
.featured-services .icon-box:hover .icon i {
  color: #fff;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}
.about .content ul {
  list-style: none;
  padding: 0;
}
.about .content ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 35px;
}
.about .content ul li:first-child {
  margin-top: 13px;
}
.about .content ul i {
  background: #fff;
  box-shadow: 0px 6px 15px rgba(16, 110, 234, 0.12);
  font-size: 24px;
  padding: 20px;
  margin-right: 15px;
  color: #106eea;
  border-radius: 50px;
}
.about .content ul h5 {
  font-size: 18px;
  color: #555555;
}
.about .content ul p {
  font-size: 15px;
}
.about .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# mobile_unit
--------------------------------------------------------------*/
.mobile_unit p{text-align: justify;
    font-size: 20px;
    padding: 5px 10px;
    color: #000;
    font-family: Calibri Regular;}
    .mobile_unitt p{text-align: center;
    font-size: 20px;
    padding: 5px 10px;
    color: #000;
    font-family: Calibri Regular;}
.mobile_unit img{    max-width: 100%;
    margin: auto;
    height: auto;
    margin-bottom: 12px;
    box-shadow: 4px 4px 5px #44a373;}
.mobile_unit ul{text-align: left;}
.mobile_unit ul li{padding: 7px 0px;}
.mobile_unit{      background-color: #f6f9fe;}
.mobile_unit h2{    text-align: center;
    padding-bottom: 9px;
    width: 33%;
    border-bottom: 2px solid;}
.stationary_unit h2{
    width: 33%;
}
.processing h2{   width: 41%;}
.imgs p{text-align: center;    padding: 0px;}
.imgs h5{    font-size: 18px;
}
.headli ul li:hover{background-color: #000}
.department ul li {
    text-align: left;
    font-family: Calibri Regular;
    font-size: 21px;
    margin-bottom: 7px !important;
}
.our_facility,.Contact{background-color:#f6f9fe }
.Contact .fc{    height: 50px;}
 .Contact input, .Contact textarea{width: 90%;
    float: right;}
  .Contact input{height: 40px;}
  .Contact textarea{height: 100px;}
    .Contact label{    font-family: Calibri Regular;
    font-size: 18px;
    font-weight: normal;
    text-align: left;}
    .subbtns{    max-width: 20%;
    margin: auto;
    float: none !important;
    height: 44px;
    margin-top: 12px;
    background: green;
    color: #fff;
    font-size: 18px;
     font-family: Calibri Regular;}
.headli{
    max-width: 69%;
    margin: auto;
    text-transform: uppercase;
}
.headli ul{list-style-type: none;
    display: flex;}
.headli ul li{    padding: 10px;
    background: #008000f0;
    color: #fff;
    margin: 0px 10px;}
#our_facility ul li{    font-family: Calibri Regular;
    font-size: 18px;
    text-align: left;
    margin-bottom: 7px !important;}
#our_facility h3{    font-size: 28px;
    text-align: left;
    padding-bottom: 20px;}

/*--------------------------------------------------------------
# jaggery
--------------------------------------------------------------*/
#jaggery{background: #f6f9fe;}
.jaggery img{border: 2px solid #ce6a10;
    border-radius: 50px;
    padding: 11px;
    height: 100px;
}
.jaggery h2{font-size: 24px;
    letter-spacing: 1px;
    font-weight: 700;
    padding: 13px 29px;
    margin: 0;
        margin-bottom: 20px;
    background: #e7f1fd;
    color: #6b8e53;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 50px;}
.jaggery h4{    padding-top: 10px;
    font-size: 19px;
    color: #ce6a10;}
.jaggery h3{    font-size: 25px;
    padding-bottom: 9px;
    font-weight: 700;
    font-style: italic;
    border-bottom: 2px solid #000;
    max-width: 18%;
    margin: auto;
    margin-bottom: 20px;
    font-family: 'bootstrap-icons';}
.jaggery .row{    box-shadow: 5px 3px 11px 7px #cccccc3d;
    padding: 12px;
    margin-bottom: 20px;
}
.clients {
  padding: 15px 0;
  text-align: center;
}
.clients img {
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
      border: none;
      height: auto;
      border-radius: unset;
}
.clients img:hover {
  transform: scale(1.15);
}
#gallery .col-lg-3{padding: 0px;}
.w3-animate-zoom img{     width: 603px !important;
    height: 100% !important;
    padding: 38px 0px;}
#gallery img{       height: 330px;
    width: 100%;
}
.w3-container, .w3-panel {
    padding: 0.25em 5px !important;
}
@media (max-width: 768px) {
  .clients img {
    max-width: 40%;
  }
  .w3-animate-zoom img {
    width: 100% !important;
    height: 100% !important;
    padding: 16px 11px;
}
.w3-modal-content {
    margin: 69px 13px !important;
    width: auto!important;
}
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.3);
  padding: 20px 0 30px 0;
}
.contact .info-box i {
  font-size: 32px;
  color: #106eea;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #b3d1fa;
}
.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}
.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.4);
  padding: 30px;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form .form-group {
  margin-bottom: 20px;
}
.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}
.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #106eea;
}
.contact .php-email-form input {
  padding: 10px 15px;
}
.contact .php-email-form textarea {
  padding: 12px 15px;
}
.contact .php-email-form button[type=submit] {
  background: #106eea;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}
.contact .php-email-form button[type=submit]:hover {
  background: #3b8af2;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
 color: #fff;
    padding: 60px 0 30px 0;
    FONT-VARIANT: JIS04;
    font-size: 14px;
    background: #000;
}
.firstfoot{text-align: center;}
.firstfoot .fist_img{height: 105px;}
.firstfoot p{padding: 25px 0px;}
#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
#footer .footer-top .footer-contact h3 {
  font-size: 24px;
  margin: 0 0 15px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
#footer .footer-top .footer-contact h3 span {
  color: #106eea;
}
#footer .footer-top .footer-contact p {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: Calibri Regular;
  color: #fff;
  text-align: left
}
#footer .footer-top h4 {
     text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    text-align: left;
    position: relative;
    font-size: 18px;
    font-family: Calibri Regular;    padding-bottom: 13px;
}
#footer .footer-top .footer-links {
    padding-left: 102px;
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #106eea;
  font-size: 18px;
  line-height: 1;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
.footer-links a{color:#fff;}
#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #106eea;
}
#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    border: 1px solid;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 4px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}
.gal_foot{ margin-bottom: 35px;width: 100%;}
#footer .footer-top .social-links a:hover {
  background: #3b8af2;
  color: #fff;
  text-decoration: none;
}
#footer .copyright {
  text-align: center;
  float: left;
}
.google_map .container-fluid{padding: 0px;}
#footer .credits {
  float: right;
  text-align: center;
  font-size: 13px;
  color: #fff;
}
.credits a {
    color: #1e95ff;}
.imgdiv {
  position: relative;
}

.image {
    margin-top: 10px;
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
    bottom: 270px;
    left: 82px;
    color: #f1f1f1;
    width: 38%;
    transition: .5s ease;
    opacity: 0;
    color: white;
    font-size: 32px;
    font-weight: bold;
    padding: 20px;
    text-align: center;
}
/*.subovr{
  position: absolute;
    bottom: 150px;
    left: 82px;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 38%;
    transition: .5s ease;
    opacity: 0;
    color: white;
    font-size: 14px;
    padding: 20px;
    text-align: center;
}*/

/*.imgdiv .overlay,.subovr {
  opacity: 1;
}*/
.icon,.aos-animate{text-align: center;}
.icon img{      border: 2px solid #4e1100;  width: 100px;
    height: 100px;
    border-radius: 61px;}
.how h4{    font-size: 25px;
    padding: 20px;
    text-align: right;}
.howwork p{    font-size: 16px;
    padding: 14px;}
.howwork img{height:82px;}
.about1 .p1{font-family: Calibri Regular;color:#000;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1.5px;
    text-align: justify;
    word-spacing: 4px;}
.p1 span{color: green;}
.about1 .p2{    font-family: Calibri Regular;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1.5px;
    text-align: justify;
    word-spacing: 4px;
    padding: 26px 0px;color: #000;}
.p2 span{color: #000;}
.about1 ul li{margin-bottom: 7px !important;}
.about1 img{    height: 364px;
    width: 510px;
    margin: auto;
    border-radius: 20px;}
.othinfo img{ height: 220px;
    width: 300px;
    margin: auto;
    border-radius: 20px;}
.othinfo  ul li{    text-align: left;
    font-size: 18px;
    font-family: Calibri Regular;
    padding-bottom: 12px;}
.othinfo p{       text-transform: uppercase;
    color: green;
    text-align: center;
    padding: 10px 0px;
    font-weight: bold;
    font-size: 19px;
    font-family: Calibri Regular;
    padding-bottom: 12px;}
.borclass{border-top: 1px solid;padding-top: 27px;
}
.firstdivall{
  background-image: url("../../images/home_back.png");
  background-repeat: no-repeat, repeat;
  height: 610px;
  background-size: cover;
  width: 100%;
}
.firstdivall .main_row{ background-color:#1c16163d;  height: 600px;}
.contact-info a{color: #fff;
    padding-left: 10px;
    padding-right: 20px;padding-top: 0px;}
.headtext p{         color: #fff;
    font-size: 24px;
    letter-spacing: 0.7px;
    text-transform: capitalize;
    width: 97%;
    padding-left: 20px;
    font-weight: bold;
    font-family: Calibri;
    margin-top: 250px;}
.headtext h2{  text-transform: uppercase;
    width: 100%;
	line-height: 1.2;
    letter-spacing: 2.1px;
    font-size: 31px;
    font-weight: bold;
    color: #f30070;
    font-family: arial black;
     text-shadow: 1px 1px #f1eecf; 
    padding: 20px;
	margin: 0px;
    padding-top: 0px;}
.fistbott{    height: 65px;
    text-transform: uppercase;
    font-weight: bold;
    background: green;
    color: #fff;
    padding: 8px;
    text-align: center;
    font-size: 12px;}
.f1{font-size:10px !important;}
.fistbott .sec{float: right;margin: 0px;display: none;}
.fistbott p{font-size: 12px;
    line-height: 24px;
    margin-bottom: 0px;
#google_map{padding: 0px;}
form .subbtns {max-width: 25%;}
.Contact input, .Contact textarea {width: 85%;}
.contact-links a{color:#000;}
.w3-modal-content {
    width: 60% !important;
}

.w3-modal{    padding-top: 35px !important;}





@media (max-width: 768px) {
    .justify-content-between {
    justify-content: left !important;
}
.headtext p {
    color: #fff;
    font-size: 17px;
    letter-spacing: 1.7px;
    text-transform: uppercase;
    width: 63%;
    float: right;
    position: absolute;
    top: 44px;
    right: 0px;
    padding:0px;
}
.headtext h2 {
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    letter-spacing: 1.1px;
    font-size: 24px;
    font-weight: bold;
    color: #f30070;
    text-shadow: 1px 1px #f1eecf;
    padding: 10px;
}
.fistbott{background:none;}
.f1{margin-top: 0px !important;}
.fistbott .fis {
   width: 100%;
    font-size: 14px;
    margin-top: 124px;}
.firstdivall {height:534px;}
.headli {
    max-width: 100%;}
.headli ul li {    margin: 0px -2px;}
#our_facility ul li{font-size: 11px;}
.headli ul{padding:0px;}
  #footer .copyright, #footer .credits {
    float: none;
    text-align: center;
    padding: 2px 0;
  }
  .subovr {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100%;
    transition: .5s ease;
    color: white;
    font-size: 14px;
    padding: 3px;
    text-align: center;
}
.overlay {
    position: absolute;
    bottom: 89px;
    left: 0px;
    color: #f1f1f1;
    width: 100%;
    transition: .5s ease;
    opacity: 0;
    color: #000;
    font-size: 25px;
    font-weight: bold;
    padding: 20px;
    text-align: center;
}
.ababa .icon-box{width:100%;}
.mobile_unit h2,.stationary_unit h2{    width: 73%;}
.processing h2{    width: 93%;}
.jaggery h3 {   max-width: 66%;}
#footer .footer-top{text-align:center;}
#footer .footer-top .footer-links {
   padding-left: 22px;
    text-align: left;}
#footer .footer-top .footer-links ul li{display:block;}
.clients .img-fluid {
    max-width: 100%;
}

#topbar {
    display: none !important;}
.about .content ul li{tect-align:left;}
.navbar{display:none;}
.fixed-top .logo img {
    max-height: 65px !important;
}

	.firstdivall .main_row {
    background-color: #1c16163d;
    height: 533px;
}
}