h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  margin: 0 0 15px;
}
h6 {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}
p {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height: 20px;
}
li {
	font-family: 'Open Sans', sans-serif;
	font-style:normal;
	font-size:13px;
	font-weight:400;
	line-height:20px;
	position:relative;
	margin-bottom:0
}
.check-icon li {
 list-style-type:none
}
.check-icon li::before {
   color:#0098d6;
   content:"\f00c";
   font-size:14px;
   font-family:"font awesome 5 free";
   font-weight:700;
   line-height:24px;
   position:absolute;
   left:-25px;
   top:2px;
   z-index:1
}
@media (min-width: 992px) {
	p {
	    font-size: 15px;
	    line-height: 26px;
	}
	li {
	    font-size: 15px;
	    line-height: 26px;
	}
}
.section-heading {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 30px;
  border:0px solid red;
}
.section-heading .title {
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  line-height: 1;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
}

.sub-title {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 30px;
  border:0px solid red;
}
.sub-title h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}
.sub-title hr {
  width: 50px !important;;
  display:inline-block;
  background: #1970c7;
}

@media (min-width:992px) {
  .section-heading .title {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .sub-title h2 {
	  font-size: 22px;
	}
}

#loading {height: 100%; width: 100%; position: fixed; z-index: 1; margin-top: 0px; top: 0px; left: 0px; bottom: 0px; overflow: hidden !important; right: 0px; z-index: 999999;
  /*background: linear-gradient(-45deg,  #f98a5e, #feca1e, #ffdc75  );*/
 background: #eee;
  /*background: linear-gradient(-45deg,  #1E77BB, #f98a5e, #ffdd7f, #ffdc75);*/
  /* is me 3 no  colors hai   background: linear-gradient(-45deg,  #1E77BB, #f98a5e,  #ffdd7f, #ffdc75, #ffdd7f, #ffdc75, #1E77BB, #f98a5e);*/
  /*background-size: 400% 400%;
  -webkit-animation: Gradient 15s ease infinite;
  -moz-animation: Gradient 15s ease infinite;
  animation: Gradient 15s ease infinite; */
}
@-webkit-keyframes Gradient {
  0% {background-position: 0% 50%}
  50% {background-position: 100% 50%}
  100% {background-position: 0% 50%}
}
@-moz-keyframes Gradient {
  0% {background-position: 0% 50%}
  50% {background-position: 100% 50%}
  100% {background-position: 0% 50%}
}
@keyframes Gradient {
  0% {background-position: 0% 50%}
  50% {background-position: 100% 50%}
  100% {background-position: 0% 50%}
}  
#loading-center { width: 100%; height: 100%; position: relative; }
#loading-center img{text-align:center; width:200px; left: 0; position: absolute; right: 0; top: 40%; transform: translateY(-40%); -webkit-transform: translateY(-40%); -o-transform: translateY(-40%); -ms-transform: translateY(-40%); -moz-transform: translateY(-40%); z-index: 99; margin: 0 auto; 
-webkit-animation: mover 5s infinite  alternate;
    animation: mover 5s infinite  alternate;}

@-webkit-keyframes mover {
    0% { transform:scale(0.8);}
    50% { transform:scale(1);}
    100% { transform:scale(1.5);}
}
@keyframes mover {
    0% { transform:scale(0.8);}
    50% { transform:scale(1);}
    100% { transform:scale(1.5);}
}











.grid-5 .row {margin-left: -5px; margin-right: -5px;}
.grid-5 [class*="col-"] {padding-left: 5px; padding-right: 5px;}

/* = Header 
----------------------------------------------------------*/
.topbar {
  height: 44px;
  display: none;
  background: #feca1e;
  transition: all 300ms ease-in;
}
.topbar p {
  color: #2F3193;
  font-size: 13px;
  line-height: 44px;
  display: inline;
  float: left;
  margin:0 15px 0 0;
}
.topbar p i {
  color: #2F3193;
  font-size: 16px;
  width: 24px;
  margin:13px 10px 0 0;
  line-height: 24px; 
  text-align: center;
  /*! background: #fff; */
  border-radius: 2px;
  /*! border: 1px solid #fff; */
  transition: all 300ms ease-in-out;
}
.topbar .social {
  float: right;
  margin: 0;
}
.topbar .social i a {
  margin: 0;
} 
.topbar .social i {
  color: #2f3193;
  font-size: 14px;
  width: 24px;
  margin:0px 4px 0 0;
  line-height: 44px; 
  text-align: center;
  /*! background: #fff; */
  border-radius: 2px;
  /*! border: 1px solid #fff; */
  transition: all 300ms ease-in-out;
}
.topbar .social i:hover {
  color: #000;
  background: none;
}
@media (min-width: 992px) {
  .topbar {
    display: none;
  }
}

#header.default { background: #ffffff; 
  z-index: 999; 
  padding: 0px; 
  margin: 0px; 
  position: relative; 
  width: 100%; 
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1); 
  background:#FFF
}


.mega-menu .menu-logo { padding: 0px 0px; }
.mega-menu .menu-logo img { height: 40px; }
.mega-menu .menu-links > li > a {color:#000;  line-height: 26px; text-transform: uppercase; font-size: 14px; font-weight: 500; font-family: 'Open Sans', sans-serif; }
.navbar li .active {color: red !important; font-weight: 600}

.mega-menu .drop-down-multilevel.right-menu { right: 0px; }
.mega-menu .menu-links > li:last-child > a { padding-right: 0px; }
.mega-menu .menu-links > li .drop-down-multilevel a { font-size: 13px; font-weight: 500;  line-height: 30px;}
.mega-menu .drop-down a, .mega-menu .drop-down-tab-bar a { font-size: 13px; font-weight: 600; }
.mega-menu .menu-links > li.active .drop-down-multilevel a { color: #555555; }
.mega-menu .menu-links > li.active .drop-down-multilevel a:hover { color: #2046f2; }
.mega-menu .menu-links > li.active .drop-down a { color: #353535; }
.mega-menu .menu-links > li.active .drop-down li.active a { color: #2046f2; }
.mega-menu .menu-links > li.active .drop-down a:hover { color: #2046f2; }
.mega-menu .menu-links > li.active .drop-down li.active a i { color: #2046f2; }
.mega-menu .menu-links > li.active .drop-down a i:hover { color: #2046f2; }
.mega-menu .menu-links > li.active .drop-down-multilevel li.active a { color: #2046f2; background: transparent; }
.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li a { color: #353535; background: transparent; }
.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li a:hover { color: #2046f2; }
.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li.active a { color: #2046f2; background: transparent; }
.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li.active .drop-down-multilevel li a { color: #353535; background: transparent; }
.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li a .drop-down-multilevel li a:hover { color: #2046f2; }
.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li.active .drop-down-multilevel li.active a { color: #2046f2; background: transparent; }
.mega-menu .menu-links > li.active .drop-down-multilevel li.active i { color: #2046f2; }
.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li.active i { color: #2046f2; }
.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li a i { color: #353535; }
.mega-menu .menu-links > li.active .drop-down-multilevel li.active:hover .drop-down-multilevel li a:hover i { color: #2046f2; }
.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li.active .drop-down-multilevel li a:hover { color: #2046f2; }
.mega-menu .row { margin-left: 0px; margin-right: 0px; }
.mega-menu .col-md-12 { padding-left: 0px; padding-right: 0px; }
.mega-menu.desktopTopFixed .menu-logo { padding: 0px 0px; }
.mega-menu .menu-links > li .drop-down-multilevel a:before { content: ''; display: inline-block; position: relative; top: -2px; margin-right: 10px; width: 5px; height: 5px; background-color: #2046f2; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; }
.mega-menu .menu-links > li .drop-down-multilevel li:hover .drop-down-multilevel li:hover a:before { background: #2046f2; }
.mega-menu .menu-links > li .drop-down-multilevel li:hover a:before { background: #2046f2; }
.mega-menu .menu-links > li a:hover { color: #001f8b; text-decoration: none; }


.mega-menu .menu-mobile-collapse-trigger:before, 
.mega-menu .menu-mobile-collapse-trigger:after, 
.mega-menu .menu-mobile-collapse-trigger span { background: #000; }
.mega-menu .menu-mobile-collapse-trigger { top: 18px; }
.mega-menu { min-height: 76px; }
.mega-menu .drop-down [class*="grid-col-"], 
.mega-menu .drop-down-tab-bar [class*="grid-col-"] { padding: 0px 10px; }
.mega-menu .drop-down ul, 
.mega-menu .drop-down ol, 
.mega-menu .drop-down dl, .mega-menu .drop-down-tab-bar ul, .mega-menu .drop-down-tab-bar ol, .mega-menu .drop-down-tab-bar dl { margin: 0px;  }


@media (min-width:992px) {
  
  .mega-menu .menu-logo { padding: 15px 0px; }
  .mega-menu .menu-logo img { height: 70px; }
  .mega-menu.desktopTopFixed .menu-logo { padding: 16px 0px; }
  .mega-menu.desktopTopFixed .menu-list-items { background: #ffffff; padding: 0px; border: 1px solid #e0e0e0; }  
  .mega-menu .menu-links  li  a {line-height: 100px; }
  .mega-menu .drop-down-multilevel {width: 250px;}
}


/* side-menu */
.side-menu .mobile-nav-button { width: 22px !important; position: relative; margin: 41px 0 0 15px; right: 0; top: 0; z-index: 999; cursor: pointer; height: 18px; }
.side-menu .mobile-nav-button .mobile-nav-button-line { width: 100%; height: 2px; background: #0e0e0e; position: relative; transition: 1s ease; }
.side-menu .mobile-nav-button .mobile-nav-button-line:nth-of-type(2) { margin: 4px 0; }
.side-menu .mobile-nav-button .mobile-nav-button-line-2 { display: none; }
.side-content { overflow-y: scroll; display: block; max-width: 414px; width: 100%; right: -100%; height: 100vh; background: #ffffff; position: fixed; z-index: 99999; transition: 0.5s ease; top: 0; opacity: 0; box-shadow: 0px 0px 85px rgba(0, 0, 0, 0.2); }
.side-content-info { padding: 40px 40px 100px; }
.side-content-open { right: 0; opacity: 1; }
.mega-menu.desktopTopFixed .side-menu .mobile-nav-button { margin: 30px 0 0 5px; }
/*content*/
.side-content-image { position: fixed; bottom: 0; background:#2046f2; }
.mega-menu .menu-links  li.side-menu-main:hover { color: inherit; }
.side-content .side-logo img { height: 40px; display: block; }
.side-content .side-logo p { display: block; clear: both; }
.menu-toggle-hamburger.menu-close { display: block; text-align: right; }
.menu-toggle-hamburger.menu-close span { color: #353535; background: #f6f7f8; border-radius: 50%; width: 30px; height: 30px; line-height: 30px; cursor: pointer; display: inline-block; text-align: center; font-size: 12px; font-weight: bold; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; }
.menu-toggle-hamburger.menu-close span:hover { color: #ffffff; background: #2046f2; }

/* scrollbar */
#scrollbar::-webkit-scrollbar-track { box-shadow: none; background-color: transparent; }
#scrollbar::-webkit-scrollbar { width: 2px; background-color: transparent; }
#scrollbar::-webkit-scrollbar-thumb { background-color: #2046f2; }
#scrollbar::-moz-scrollbar-track { box-shadow: none; background-color: transparent; }
#scrollbar::-moz-scrollbar { width: 2px; background-color: transparent; }
#scrollbar::-moz-scrollbar-thumb { background-color: #2046f2; }
#scrollbar::-o-scrollbar-track { box-shadow: none; background-color: transparent; }
#scrollbar::-o-scrollbar { width: 2px; background-color: transparent; }
#scrollbar::-o-scrollbar-thumb { background-color: #2046f2; }
#scrollbar::-ms-scrollbar-track { box-shadow: none; background-color: transparent; }
#scrollbar::-ms-scrollbar { width: 2px; background-color: transparent; }
#scrollbar::-ms-scrollbar-thumb { background-color: #2046f2; }

/* = Footer
----------------------------------------*/
footer {
  width: 100%;
  margin:0px 0 0;
  padding: 30px 0 40px;
  clear: both;
	background:#1970c7; background: -webkit-radial-gradient(#0370b8, #081a42);
  border: 0px solid red;
  border-top: 0px solid #ccc;
}
footer .logo {
  height: 25px;
  display: block;
  margin: 0 auto 20px;
}
footer h5 {
  color: #fFF;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}
footer p {
  color: #f1f1f1;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 10px;
}
footer .footer-nav  {
  margin: 0px 0 40px;
  padding: 0; 
}
footer .footer-nav ul {
  padding: 0;
}
footer .footer-nav li {
  color: #f1f1f1;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
footer .footer-nav li a {
  display: block;
  color: #f1f1f1;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  line-height: 22px;
}
footer .footer-nav li a:hover {
  text-decoration: none;
}
footer .footer-nav li a i {
  margin-right: 5px;
}
footer .social-icon {
  display: table;
  margin:0 auto 40px;
}
footer .social-icon a {
  height: 35px;
  float: left;
  margin: 10px 5px 0 0;
  display: table;
  cursor: pointer;
  color: #FFF;
  font-size:20px;
  line-height: 33px;
  text-align: center;
  border: 1px solid #0c285f;
  /*! border-radius:100%; */ 
  transition: all 300ms ease-in-out;
}
footer .social-icon a i {
  color: #0c285f;
  font-size: 17px;
  line-height: 33px;
  width: 35px;
}
footer .social-icon a:hover {
  background: #0c285f ;
}
footer .social-icon a:hover i {
  color: #FFF;
}
footer .sub-form {
    margin: 20px 0 0
  }
footer .sub-form .row {
  margin-left: -5px;
  margin-right: -5px;
  border: 0px solid red;
}
footer .sub-form [class*='col-'] {
  padding-left: 5px;
  padding-right: 5px;
  border: 0px solid red;
}

footer .sub-form .sub-input {
  width: 100%;
  height: 43px;
  color: #000;
  font-size: 12px;
  display: inline-block;
  padding:0 15px;
  background-color: #FFF;
  border: none;
  border-radius: 20px;
}
footer .sub-form .sub-btn {
  width: 43px;
  margin: 0px auto 0;
  padding: 0 15px;
  cursor: pointer;
  color: #000;
  font-size: 14px;
  line-height: 43px;
  background: #fff;
  border: none;
  border-radius: 100%;
  transition: all 400ms ease-in-out;
}
  footer .sub-form .sub-btn i {
    height: 43px;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    margin: 0;padding: 0;
  }
footer .sub-form .sub-btn:hover {
  background: #000;
}
footer .sub-form .sub-btn:hover i {
  color: #f2d03b;
}
footer .sub-form .subs-text {
  width: 100%;
  position: absolute;
  bottom: 15px;
  color: #FFF; 
  font-size: 14px;
  font-weight: 300;
  border: 1px solid red; 
}
footer .sub-form .subs-text {
  width: 95%;
  position: absolute;
  top:180px; 
  bottom: 15px;
  color: #FFF; 
  font-size: 14px;
  font-weight: 300;
  border: 0px solid red; 
}
footer .sub-form .subs-text input {
  position: absolute;
  left: 5px;
  top: 5px;
  z-index: 99999;
}
footer .sub-form .subs-text label {
  width: 100%;
  float: left;
  padding: 0 15px 0 25px;
  line-height: 16px;
}
footer .nav-bottom {
  margin-top: 30px;
}
footer .nav-bottom ul {
  padding: 0;
  margin: 0;
}
footer .nav-bottom ul li {
  list-style-type: none;
  display: inline;
  padding:0 0px;
}
footer .nav-bottom ul li a {
  color: #d1d1d1;
  font-size: 12px;
}
footer .dnd {
  width: 100%;
  margin:40px 0 15px;
  padding:0 15px;
  color: #d1d1d1;
  text-align: center; 
  border: 0px solid red;
}

footer .dnd i {
  color: red;
  font-size: 12px;
  margin: 0 5px;
}
footer .success {
  padding:0.4em 1em;
  margin: 65px 0 0;
  color: #FFF;
  font-size: 14px;
  line-height: 20px;
  background-color: #09bc8a;
  border: 1px solid #09bc8a;
  border-radius: 3px;
}

footer .error {
  padding:0.4em 1em;
  margin: 65px 0 0;
  color: #FFF;
  font-size: 14px;
  line-height: 20px;
  background-color: #CC0000;
  border: 1px solid #CC0000;
  border-radius: 4px;
}
.bottom-bar {
  height: auto;
  background: #EA5E25;
  border-top: 0px solid #e15416;
}
.bottom-bar .copyright {
  display: block;
  font-size: 12px;
  color: #ddd;
  line-height: 18px;
  text-align: center;
  padding: 15px 15px 5px;
  border:0px solid red;
}
.bottom-bar .dnd {
  display: block;
  color: #ddd;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  padding: 5px 0 15px;
  transition: all 300ms ease-in-out;
}
.bottom-bar dnd:hover {color: #EEE;}
@media (min-width:992px) {
  footer {
    height:auto;
    padding: 50px 0 30px;
  }
  footer .logo {
    height: 60px;
    margin: 0 0 20px;
  }
  footer h5 {
    font-size: 16px;
    letter-spacing: 1px;
  }
  footer .footer-nav  {
    margin: 0px 0 40px;
  }
  footer .social-icon {
    margin:0 auto ;
  }
  footer .footer-nav li {
    padding: 0 0 0 15px;
  }
  footer .footer-nav li a { 
    text-align:left;
  }
  footer .success {
    margin: 45px 0 0;
  } 
  footer .error {
    margin: 45px 0 0;
  }
  footer .dnd {
    margin:40px 0 0;
    padding:0;
  }
  .bottom-bar {
    height: 50px;
  }
  .bottom-bar .copyright {
    display: initial;
    line-height: 50px;
    text-align: left;
    padding: 0 15px;
  }
  .bottom-bar .dnd {
    float: right;
    display: block;
    margin: 0;
    padding: 0;
    line-height: 50px;
    text-align: right;
    transition: all 300ms ease-in-out;
  }
}



.section-container {
  padding-top: 70px;
  padding-bottom: 70px;
}
.section-container hr {
  width: 80px;
  height: 2px;
  margin: 0;
  background: -webkit-linear-gradient(#001889, #0072d5);
}
.btn-custom {
  color: #FFF;
  font-size: 15px;
  line-height: 40px;
  display: table;
  padding:  0 15px;
  margin: 20px 0 0;
  user-select: none;
  background: #1375bd;
  border-radius: 3px;
  transition: all 300ms ease-in-out;
}
.btn-custom:hover {
  color: #FFF;
  background: #000;
  text-decoration: none;
}
.btn-yellow {color: #000 !important;;background: #feca1e;}
.btn-yellow:hover {color: #000 !important;;background: #FFF;}
.btn-orange {color: #FFF !important;;background: #EA5E25;}
.btn-orange:hover {color: #FFF !important;;background: #000;}

/* = Sections 
----------------------------------------------------------*/
#category {
  color: #000;
  position: relative;
  background: #1375bd;
  background:url(../images/banners/banner-2.jpg) 50% 0 no-repeat fixed #3C4146;
  background-size: cover;
}
#category::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #feca1e;
    opacity: .90;
    content: "";
}
#category hr {background:#000; }
#about {
  color: #000;
  position: relative;
  background: #FFF;
  background:url(../images/paper-board.jpg) 50% 0 no-repeat fixed #3C4146;
  background-size: cover;
}
#about::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #FFF;
    opacity: .95;
    content: "";
}
#team {
  background: #f5f8fd;
}
#strength {
  color: #444;
  position: relative;
  background: #F5F6FA;
  background:url(../images/bg-feature.jpg) 50% 0 no-repeat fixed #3C4146;
  background-size: cover;
}
#strength::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #FFF;
    opacity: .70;
    content: "";
}
#process {
  color: #000;
  text-align: center;
  position: relative;
  background: #F5F6FA;
  background:url(../images/bg-process.jpg) 50% 0 no-repeat fixed #3C4146;
  background-size: cover;
}
#process::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #EEE;
    opacity: .9;
    content: "";
}
#paper-board {color: #FFF; background: -webkit-linear-gradient(#0370b8, #081a42);}
#paper-board .section-heading hr {background: #feca1e;}
#confectionery-biscuits {  color: #000; background: -webkit-linear-gradient(#feca1e, #ffd447);}
#food-agri-items {color: #FFF; background: -webkit-linear-gradient(#EA5E25, #f94d09);}
#food-agri-items .section-heading hr {background: #feca1e;}
#contact {
  color: #000;
  position: relative;
  background:url(../images/bg-contact.jpg) 50% 0 no-repeat fixed #3C4146;
  background-size: cover;
}
#contact::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #eee;
    opacity: 0.85;
    content: "";
}

#page {
  color: #444;
}
.sec-gray {color:#444;background:#EEE; }
.sec-blue {color:#FFF;background:#1970c7; background: -webkit-radial-gradient(#0370b8, #081a42); }
.sec-blue .sub-title hr {background: #FDCB1E;}

.sec-red {color:#FFF;background:#eb5f26; background: -webkit-radial-gradient(#eb5f26, #c9410c); }
.sec-red .sub-title hr {background: #FDCB1E;}

.bor-gray {border:1px solid #eee;}
.bor-blue {border:1px solid #1970c7;}
/* = Elements 
----------------------------------------------------------*/
#about .about-img {
  position: relative;
  margin: 60px 30px 0;
}

#about .about-img img {
  width: 100%;
  border: 0px solid #fff;
  transition: .5s;
  z-index: 3;
  position: relative;
}

.social-about {
  margin: 0;
}
.social-about  a {
  margin: 0 5px;
} 
.social-about i {
  color: #FFF;
  font-size: 12px;
  width: 34px;
  margin:7px 0px 0 0;
  line-height: 34px; 
  text-align: center;
  background: #ececec;
  border-radius: 34px;
  transition: all 300ms ease-in-out;
}
.social-about a i:hover {
  background: #0370b8;
}
@media (min-width:992px) {
    #about .about-img {
    margin: 30px 30px 30px 30px;
  }
  .social-about i {
    font-size: 14px;
    width: 44px;
    margin:10px 0px 0 0;
    line-height: 44px; 
    border-radius: 44px;
  }  
}


/* Package Explore Hover
--------------------------------------------*/
.explore {
  width:100%;
  float: left;
  position:relative;
  overflow: hidden;
  text-align:center;display: -webkit-flex;
  -webkit-align-items: flex-start;
  display: flex;
  align-items: flex-start;
  text-decoration: none !important;;
}
.explore .entry__img {
  display: block;
  height: auto;
  width: 100%;
}
.explore:before{
   content:"";
   position:absolute;
   z-index:2;
   opacity:0.4;
   top:0;
   left:0; 
   width:100%;
   height:100%;
   background:rgba(0, 0, 0,.1);
   -webkit-transition:all .45s ease;
   -moz-transition:all .45s ease;
   transition:all .45s ease
}
.explore:hover:before {
   opacity:1;
   background:rgba(47, 49, 147,.90);
}
.explore:hover .explore_content p, .explore:hover .explore_btn {
   opacity:1;
}
.explore:hover .explore_btn:after {
   width:100%
}
.entry__img--link {
   display:table;
   width:100%;
   margin-bottom:20px
}
.explore_content {
  position:absolute;  
  z-index:25; 
  display:table;
  width:100%;  height: 100%;
  top: 0; left: 0;
  vertical-align:middle;
  color:#fff; 
  display: -webkit-flex;
  -webkit-align-items: flex-start;
  display: flex;
  align-items: flex-start;
}
.content_center {
  width: 100%;
  display:table;
  vertical-align: middle;
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.explore h3 {
  display: block;
  margin:14px 0 15px;
  padding:0 10%;
  line-height:23px;
  line-height:1.5;
  font-family: 'Open Sans', sans-serif;
  font-size:13px;
  font-weight:300;
  opacity:0;
  -webkit-transform:translateY(-50px);
  -moz-transform:translateY(-50px);
  -ms-transform:translateY(-50px);
  -o-transform:translateY(-50px);
  transform:translateY(-50px);
  -webkit-transition:all .45s ease;
  -moz-transition:all .45s ease;
  transition:all .45s ease
}
.explore:hover h3 {
  color: #FFF;
  opacity:0;
  -webkit-transform:translateY(0);
  -moz-transform:translateY(0);
  -ms-transform:translateY(0);
  -o-transform:translateY(0);
  transform:translateY(-0px)
}
.explore_content p {
  margin:14px 0 25px;
  margin:0.875rem 0 1.5625rem;
  padding:0 15%;
  color: #f7f7f7;
  line-height:23px;
  line-height:1.4375rem;
  font-family: 'Muli', sans-serif;
  font-size:14px;
  font-weight:300;
  opacity:0;
  -webkit-transform:translateY(-30px);
  -moz-transform:translateY(-30px);
  -ms-transform:translateY(-30px);
  -o-transform:translateY(-30px);
  transform:translateY(-30px);
  -webkit-transition:all .45s ease;
  -moz-transition:all .45s ease;
  transition:all .45s ease
}
.explore_content .explore_title {
  color: #FFF;
  font-family: 'Open Sans', sans-serif; 
  font-size: 18px;
  text-align: center;
  text-transform: capitalize;
  /*! text-shadow: 0em 0.1em 0.1em #000; */
  -webkit-transform:translateY(220px);
  -moz-transform:translateY(220px);
  -ms-transform:translateY(220px);
  -o-transform:translateY(220px);
  transform:translateY(220px);
  -webkit-transition:all .45s ease;
  -moz-transition:all .45s ease;
  transition:all .45s ease;
  background: #F3592C;
  display: block;
  margin: auto;
  padding:10px 5px;
}
.explore:hover .explore_title {
  color: #FFF;
  text-shadow: none;
  background: none;
  -webkit-transform:translateY(30px);
  -moz-transform:translateY(30px);
  -ms-transform:translateY(30px);
  -o-transform:translateY(30px);
  transform:translateY(30px);
}
.explore_btn {
  position:relative;
  z-index:2;
  display:inline-block;
  font-size: 14px; 
  font-weight:500;
  color:#FFF;
  text-transform:uppercase;
  opacity:0;
  -webkit-transform:translateY(-15px);
  -moz-transform:translateY(-15px);
  -ms-transform:translateY(-15px);
  -o-transform:translateY(-15px);
  transform:translateY(-15px);
  -webkit-transition:all .45s ease;
  -moz-transition:all .45s ease;
  transition:all .45s ease
}
.explore_btn:after {
  content:"";
  position:absolute;
  left:0;
  bottom:-4px;
  bottom:-0.25rem;
  width:0;
  height:2px;
  background:#feca1e;
  -webkit-transition:all .8s ease;
  -moz-transition:all .8s ease;
  transition:all .8s ease
}
.mt-package {
  margin-bottom: 15px;
}


@media (min-width:768px) {
  .explore_content .explore_title {
      font-size: 18px;
  -webkit-transform:translateY(260px);
  -moz-transform:translateY(260px);
  -ms-transform:translateY(260px);
  -o-transform:translateY(260px);
  transform:translateY(260px);
  }
  .explore h3 {
    font-size: 14px;
    line-height: 20px;
    padding:0 10%;
  }
  .explore_content p {font-size: 18px;}
  .explore_btn {font-size: 16px;
    text-transform: capitalize;}
}






/* Team 
------------------------------*/

.team {
  display: block;
  text-align: center; 
  border: px solid red;
}
.team img {
  width: 100%;
  max-width: 240px;
  border-radius: 50%; 
  border: 15px solid transparent; 
  box-shadow: 2px 2px 0px rgba(0,0,0, 0.18);
  filter: grayscale(100%);
  transition: all 300ms ease-in-out;
}
  
.team img:hover {
  filter: grayscale(0%);
  border: 15px solid #41c2e8;
  position: relative;
  z-index: 10;
  transition: all 0.1s ease-in; 
}

.team .designation {
  color: #FFF;
  padding: 8px 20px;
  position: relative;
  top: -64px;
  left: -42px;
  display: inline-block;
  background: #777;
  border-radius: 0 16px 16px 0;
  font-size: 16px; 
  z-index: 9999;
  transition: all 300ms ease-in-out;
}
.team:hover .designation {
  background: #444;
}

.team h4  {
  margin-top: -20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  font-weight: 600;
}
/* Social Networks Meta */
.team .social a {
  display: inline-block; 
  padding: 0 6px; 
  font-size: 18px; 
  color: rgba(0,0,0, 0.3); 
  transition: all 0.1s ease-in;
}

.team .social .fa-facebook-f:hover {color: #38529A}
.team .social .fa-twitter:hover {color: #4EA6E9}
.team  .social .fa-linkedin-in:hover {color: #0073B1}
.team  .social .fa-instagram:hover {color:  #7D20AF;}



/* Thumbnail */

.thumbnail{
  position: relative;
  overflow: hidden;
  margin: 15px 0;
  transition: all 300ms ease-in-out;
}
.thumbnail img {
  width: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%;);
  transition: all 300ms ease-in-out;
}
.thumbnail:hover .thumb-hover {opacity: 1}
.thumb-hover {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
  display: flex;
  align-items: flex-start;
  background:rgba(0, 0, 0, 0.5);
  border: 0px solid red;
  transition: all 300ms ease-in-out;
}
.thumb-hover a {
  width: 36px;
  height: 36px;
  display: block;
  margin: auto;
  background: #41C2E8;
  align-self: center !important;
  text-align: center;
  border-radius: 100%;
}
.thumb-hover a i {
  color: #FFF;
  line-height: 36px;
}


@-webkit-keyframes outerRotate1{0%{-webkit-transform:translate(-50%,-50%) rotate(0);transform:translate(-50%,-50%) rotate(0)}100%{-webkit-transform:translate(-50%,-50%) rotate(360deg);transform:translate(-50%,-50%) rotate(360deg)}}@keyframes outerRotate1{0%{-webkit-transform:translate(-50%,-50%) rotate(0);transform:translate(-50%,-50%) rotate(0)}100%{-webkit-transform:translate(-50%,-50%) rotate(360deg);transform:translate(-50%,-50%) rotate(360deg)}}@-webkit-keyframes outerRotate2{0%{-webkit-transform:translate(-50%,-50%) rotate(0);transform:translate(-50%,-50%) rotate(0)}100%{-webkit-transform:translate(-50%,-50%) rotate(-360deg);transform:translate(-50%,-50%) rotate(-360deg)}}@keyframes outerRotate2{0%{-webkit-transform:translate(-50%,-50%) rotate(0);transform:translate(-50%,-50%) rotate(0)}100%{-webkit-transform:translate(-50%,-50%) rotate(-360deg);transform:translate(-50%,-50%) rotate(-360deg)}}@-webkit-keyframes textColour{0%{color:#fff}100%{color:#3bb2d0}}@keyframes textColour{0%{color:#fff}100%{color:#3bb2d0}}body .loader-wrapper{margin:0;padding:0;font-family:"Open Sans",sans-serif;font-size:62.5%;width:100vw;height:100vh;background:#222}.e-loadholder{position:absolute;top:50%;left:50%;-webkit-transform:translate(-51%,-50%);transform:translate(-51%,-50%);width:240px;height:240px;border:5px solid #1b5f70;border-radius:120px;-webkit-box-sizing:border-box;box-sizing:border-box}.e-loadholder:after{position:absolute;top:50%;left:50%;-webkit-transform:translate(-51%,-50%);transform:translate(-51%,-50%);content:" ";display:block;background:#222;-webkit-transform-origin:center;transform-origin:center;z-index:0}.e-loadholder:after{width:100px;height:200%;-webkit-animation:outerRotate2 30s infinite linear;animation:outerRotate2 30s infinite linear}.e-loadholder .m-loader{position:absolute;top:50%;left:50%;-webkit-transform:translate(-51%,-50%);transform:translate(-51%,-50%);width:200px;height:200px;color:#888;text-align:center;border:5px solid #2a93ae;border-radius:100px;-webkit-box-sizing:border-box;box-sizing:border-box;z-index:20;text-transform:uppercase}.e-loadholder .m-loader:after{position:absolute;top:50%;left:50%;-webkit-transform:translate(-51%,-50%);transform:translate(-51%,-50%);content:" ";display:block;background:#222;-webkit-transform-origin:center;transform-origin:center;z-index:-1}.e-loadholder .m-loader:after{width:100px;height:106%;-webkit-animation:outerRotate1 15s infinite linear;animation:outerRotate1 15s infinite linear}.e-loadholder .m-loader .e-text{font-size:14px;font-size:1.4rem;line-height:130px;position:absolute;top:50%;left:50%;-webkit-transform:translate(-51%,-50%);transform:translate(-51%,-50%);-webkit-animation:textColour 1s alternate linear infinite;animation:textColour 1s alternate linear infinite;display:block;width:140px;height:140px;text-align:center;border:5px solid #3bb2d0;border-radius:70px;-webkit-box-sizing:border-box;box-sizing:border-box;z-index:20}.e-loadholder .m-loader .e-text:after,.e-loadholder .m-loader .e-text:before{position:absolute;top:50%;left:50%;-webkit-transform:translate(-51%,-50%);transform:translate(-51%,-50%);content:" ";display:block;background:#222;-webkit-transform-origin:center;transform-origin:center;z-index:-1}.e-loadholder .m-loader .e-text:before{width:110%;height:40px;-webkit-animation:outerRotate2 3.5s infinite linear;animation:outerRotate2 3.5s infinite linear}.e-loadholder .m-loader .e-text:after{width:40px;height:110%;-webkit-animation:outerRotate1 8s infinite linear;animation:outerRotate1 8s infinite linear}#particleCanvas-White{position:absolute;top:50%;left:50%;-webkit-transform:translate(-51%,-50%);transform:translate(-51%,-50%);width:100%;height:50%;opacity:.1}#particleCanvas-Blue{position:absolute;top:50%;left:50%;-webkit-transform:translate(-51%,-50%);transform:translate(-51%,-50%);width:300px;height:300px}@-webkit-keyframes pulsecust{0%{opacity:1;transform:scale(1);-moz-transform:scale(1);-webkit-transform:scale(1);-o-transform:scale(1)}50%{opacity:0;transform:scale(1.4);-moz-transform:scale(1.4);-webkit-transform:scale(1.4);-o-transform:scale(1.4)}100%{opacity:1;transform:scale(1);-moz-transform:scale(1);-webkit-transform:scale(1);-o-transform:scale(1)}}@keyframes pulsecust{0%{opacity:1;transform:scale(1);-moz-transform:scale(1);-webkit-transform:scale(1);-o-transform:scale(1)}50%{opacity:0;transform:scale(1.4);-moz-transform:scale(1.4);-webkit-transform:scale(1.4);-o-transform:scale(1.4)}100%{opacity:1;transform:scale(1);-moz-transform:scale(1);-webkit-transform:scale(1);-o-transform:scale(1)}}






.pp-wrapper {
    width: 100%;
    height: 100%;
    color: #FFF; 
    font-size: 24px;
    position: absolute;
    overflow: hidden;
    border-radius: 50%;
    background-image: -webkit-gradient(linear, left top, right top, from(#00cbd6), to (#0098d6));
    background-image: linear-gradient(to right, #00cbd6 0%, #0098d6 100%);
    -webkit-box-shadow: 0 5px 29px rgba(0, 205, 214, 0.3);
    box-shadow: 0 5px 29px rgba(0, 205, 214, 0.3);
}
.play-btn {
    width: 80px;
    height: 80px;
    margin:50px 0; 
    line-height: 80px;
    display: inline-block;
    position: relative;
}
.play-btn:before {
    content: '';
    display: block;
    position: absolute;
    opacity: 1;
    visibility: visible;
    -webkit-animation: pulsecust 1.8s linear;
    animation: pulsecust 1.8s linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
    -webkit-transition: visibility 0.1s ease-out, opacity 0.2s ease-out;
    transition: visibility 0.1s ease-out, opacity 0.2s ease-out; 
}
.play-btn:after {
    opacity: 0;
    visibility: hidden; 
}


.certification {
  width: 100% !important;;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  transition: all 300ms ease-in-out;
}
.certification:hover {
    filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
}
/* Contact 
-------------------------------------------------------*/
.contact-container {
  position: relative;
    background: #FFF;
    box-shadow: 0 0 10px #ccc;
}
#contact h5 {position: relative;}
.bg-blue {
  color: #000;
  text-align: center;
  position: relative;
  background:url(../images/bg-contact.jpg);
  background-size: cover;
}
.bg-blue::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background:#feca1e; 
    opacity: .9;
    content: "";
}
.contact-tab {
  position: relative;
  margin-bottom: 10px;
  border: 0px solid red;
}
.pt-4{padding-top: none !important;;}
.contact-tab i {
  width: 40px;
  display: block;
  position: relative;
  margin: 15px auto; 
  font-size: 26px;
  line-height: 40px;
  text-align: center;
  color: #000;
  border: 0px solid #4f67af;
}
.contact-tab h5 {
  color: #000;
  text-align: center;
}
.contact-tab p {
  color:#000;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  margin:0;
}
.contact-tab p a {
  color: #000;
  transition: all 300ms ease-in-out;
}
.contact-tab p a:hover {
  color: #444;
  text-decoration: none;
}

.contact-tab p b {
  margin: 0 10px 0 0; 
  font-weight: 400;
  display: inline-block;
  border: 0px solid red;
  text-align: left;
}
@media (min-width:992px) {
  .contact-tab {
    margin-bottom: 15px;
    border: 0px solid red;
  }
  .contact-tab div {display: table-cell; vertical-align:  top; border: 0px solid red; }
  .contact-tab i {
    width: 40px;
    float: left;
    margin:0 15px 0 0; 
    font-size: 18px;
    line-height: 40px;
  }
  .contact-tab p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    text-align: left;
  }
}

.social {
  position: relative;
  display: table;
  margin:15px auto;
}

.social i a {
  margin: 0;
} 
.social i {
  color: #000;
  font-size: 16px;
  width: 30px;
  margin:10px 3px 0 0;
  line-height: 30px; 
  text-align: center;
  border-radius: 3px;
  border: 0px solid;
  transition: all 300ms ease-in-out;
}
@media (min-width:992px) {
  .social {
    margin:30px 0 0;
  }
  .social i {
    font-size: 20px;
    width: 36px;
    line-height: 36px; 
  }
}
.form {margin-bottom: 0px; border: 0px solid red;}
.form .input {
  width: 100%;
  height: 50px;
  float: left;
  margin: 0 0 15px;
  padding: 0 20px;
  color: #000;
  font-size: 14px;
  background: none;
  border:none;
  border-bottom: 1px solid #ccc;
}
.form .textarea {
  width: 100%; 
  position: relative;
  height: 120px;
  margin: 0 0 15px;
  padding: 20px;
  color: #000;
  font-family: 'PT Sans';
  font-size: 14px;
  background: none;
  border:none;
  border-bottom: 1px solid #ccc;
}
.input:focus, .textarea:focus {
  border: none;
  border-bottom:  1px solid #17467a;
}
.g-recaptcha {
  margin: 10px 0 0;
  transform:scale(0.65);
  -webkit-transform:scale(0.65);
  transform-origin:100px 0;
  -webkit-transform-origin:100px 0;
}
.form .submit {
  display: table;
  margin: 10px auto 0;
  padding: 0 25px;
  cursor: pointer;
  font-family: 'Open Sans';
  font-size: 14px;
  line-height: 44px;
  color: #FFF;
  text-align: center;
  text-transform: uppercase;
  background: #1375bd;
  border-radius: 2px;
  border: 2px solid transparent;
  transition: all 300ms ease-in;
}
.form .submit:hover {
  color: #1375bd;
  background: #FFF;
  border: 2px solid #1375bd;
}
.section-message {
  width: 100%; 
  position: absolute;
  z-index: 99999999999999999999999999999999;
  margin:  150px 0 0;
  border: 0px solid red;
}
@media (min-width: 992px) {
  .g-recaptcha {
    transform:scale(0.70);
    -webkit-transform:scale(0.70);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
  }
  .form .submit {
    float: right;
  }
}

/* = Pages
---------------------------------- */
.page_title_wrapper {
  width: 100%;
  position: relative;
  background: url(../images/banners/banner-2.jpg) center ;
  background-size: cover;
}
.ptb-about {background: url(../images/aboutbanner.jpg) center no-repeat; background-size: cover;}
.bg-paper {background: url(../images/banners/banner-1.jpg) center no-repeat; background-size: cover;}
.bg-vegetables {background: url(../images/banners/banner-4.jpg) center no-repeat; background-size: cover;}
.bg-confectionery {background: url(../images/banners/banner-3.jpg) center no-repeat; background-size: cover;}

.page_title_wrapper::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .75;
    content: "";
}
.page_title_wrapper .container:after {
  content: "";
  position: absolute;
  top: 100%;
  width: 50%;
  height: 34px;
  background-image:url(../../images/bottom-shadow.jpg);
  background-repeat: no-repeat;
  background-size: 100% 34px;
  background-position: 0% bottom;
}
.page_title {
  position: relative;
  display: block;
  margin: 0 0 0;
  padding: 20px 0;
  border: 0px solid red;
}
.page_title h1 {
  color: #FFF;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}
@media (min-width: 992px) {
  .page_title_wrapper {
    margin:0 0 00px;
  }
  .page_title_wrapper .container:after {
    background-size: 658px 34px;
  }
  .page_title  {
    padding: 0;
  }
  .page_title h1 {
    font-size: 40px;
    font-weight: 600;
    line-height: 300px;
  }
}

.feature-img{
  width: 100%;
  position: relative;
  display: block;
  padding:5px;
}
.feature-img img {
  width: 100%;
}
@media (min-width:922px) {
  .feature-img{
    padding:15px;
  }
}


#paper-board {
  color: #FFF;
  background: -webkit-linear-gradient(#0370b8, #081a42);
}
#paper-board .section-heading hr {background: #feca1e;}
#paper-board .btn-custom {color: #000;background: #feca1e;}
#confectionery-biscuits {
  color: #000;
  background: -webkit-linear-gradient(#feca1e, #ffd447);
}
#food-agri-items {
  color: #FFF;
  background: -webkit-linear-gradient(#EA5E25, #f94d09);
}


