@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100;200;300;400;500;600;700&family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Berkshire+Swash&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville&display=swap');


#HeaderControl{ text-align:center;
    /* height: inherit !important;
    position: absolute;
    text-align: center !important;
    z-index: 999 !important;*/
}

.logo1{ text-align: center;}


#HeaderControl_C {
    background: #c30006;
}


.sub-btn-hm {
  background: #c30006;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    font-weight: bold;
    font-size: 17px;
    border-radius: 5px;
}

.innr-pg-bnnr{padding: 50px 0;width: 100%;height: 100vh;background-size: cover;min-height: 250px;text-align: center;position:relative;margin-bottom: 40px;}
.innr-pg-bnnr:after{content:''; position:absolute; left:-1px; right:-1px; top:-1px; width:100%; height:100%; background:rgba(0,0,0,0.65);}
.innr-pg-bnnr h1{color:#fff;text-align: center;text-transform:uppercase;font-size: 80px;font-weight:bold;padding-top: 20%;font-family: Berkshire Swash;position:relative;z-index:1;}
.innr-pg-bnnr h1:after{/* content:''; */position:absolute;/* top:90%; *//* margin:0 auto; *//* left:0; *//* right:0; *//* width:100px; *//* height:4px; *//* border-radius:2px; *//* background:#fff; */}


.bnr-sec{padding:0; overflow: hidden; position:relative;}
.bnr-cont{position: absolute;top: 35%;color:#eee;left:0;right:0;margin:0 auto;width: 50%;text-align: center;}
.bnr-cont h2{font-size: 100px;line-height:60px;font-family: Berkshire Swash;font-weight:600;text-shadow:#181818 5px 4px 6px;}

#header {
    background: #c30006;
}


.Fox-Nut{}
.Fox-Nut h2{ Font-size:30px; color:#222; line-height:30px; text-align:left; margin-bottom:10px;}
.Process-bx{}
.Process-bx img{ margin-bottom:10px;}
.Process-bx h3{ Font-size:24px; color:#c30005; line-height:30px; text-align:center;}
.Process-bx p{ Font-size:15px; color:#333; line-height:22px; text-align:center;}
.bdr1{ border:1px #ccc solid; padding:15px;}

.h-min{ min-height:200px;}




.carousel-item img {
    width: 100%;
    height: 100vh;
}
.Customers{
    background-image:url(image/bg_Customers.JPG);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 60px;
}

.Customers p{
   color:#fff;
   font-family: Libre Baskerville;
   font-size: 14px;
}

.ibsbox{ width:235px; height:auto; float:left;}
.ibspanel {
    width: 230px;
    height: 230px;
    margin: auto;
    position: relative;
	text-align:center;
	
}

.ibscard {
    width: 100%;
    height: 100%;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
	border-radius:10px;
}

.ibsfront {
  
	background:#fff;
	
}
.ibsfront img {border-radius:10px;}
.ibsback {
   -webkit-transform: rotatey(-180deg);
   -ms-transform: rotatey(-180deg);
   -moz-transform: rotatey(-180deg);
   transform: rotatey(-180deg);
   background: #c30005;
   font-family:Arial;
   font-size:14px;
   border-radius: 50%;
   text-align: center;
   padding: 35px;
   color: #fff;
   line-height:26px;
   padding-left:3px;
   padding-right:3px;
}

.ibspanel:hover .ibsfront {
    
    -webkit-transform: rotatey(180deg);
    -ms-transform: rotatey(180deg);
    -moz-transform: rotatey(180deg);
    transform: rotatey(180deg);
	
}

.ibspanel:hover .ibsback {
       
    -webkit-transform: rotatey(0deg);
    -ms-transform: rotatey(0deg);
    -moz-transform: rotatey(0deg);
    transform: rotatey(0deg);
	
}

.Whydeepak {
    margin-top: 60px;
}
.Customers2{ margin-top:60px;}
.heading_home1 {
    font-size: 2.5rem;
    padding-bottom: 20px;
    /* line-height: 1.25em; */
    font-family: none;
    color: #c30006;
}



.heading_home {
    font-size: 2.5rem;
    padding-bottom: 20px;
    /* line-height: 1.25em; */
    font-family: Berkshire Swash;
    color: #c30006;
}

.Our_Featured .col-md-4 {
    padding-left: 0;
    padding-right: 0;
}
.Our_Featured{
    background-image:url(image/six_bg.JPG);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}
.sixbox{
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #ff9f55;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    background: #fffaf3;
    min-height: 276px;
    padding: 0px 0px 0px 0px;
    }
	
.sixbox h3{
    color: #c30006;
    font-family: Libre Baskerville;
    font-size: 25px;
    font-weight: 600;
    margin-top: 20px;
    text-transform: capitalize;
    }
	
.sixbox p{
    color: #000000;
    font-family: Libre Baskerville;
    font-size: 14px;
    }
	
.sixbox a{
    display: inline-block;
    line-height: 1;
    background-color: #c40013;
    font-size: 15px;
    padding: 12px 24px;
    border-radius: 3px;
    color: #fff;
    fill: #fff;
    margin-top: 10%;
    text-align: center;
    transition: all .3s;
    }

body {font-family: 'Roboto', sans-serif; color: #444444;}
a {color: #7bc7d7; text-decoration:none;}
a:hover {color: #8ec4dd; text-decoration: none;}

h1, h2, h3, h4, h5, h6 {font-family: 'Josefin Sans', sans-serif;}
section.bnr{padding:0;}
img{max-width:100%;}
a{text-decoration:none;}
#divmainenquiry11 .close { position: absolute; right: 14px; font-size: 30px; cursor: pointer;}
/*nav-top*/
.table-responsive{
  overflow: hidden !important;
    padding: 0;
}


/*nav-bar*/
.dropdown-toggle{position:relative;}
.nav-item ul li .dropdown-toggle::after{position:absolute;right: 5px; top: 10px;}
/*#MenuControl*/ .navbar.bg-light{background-color: #c30006 !important;height:100%;}
#MenuControl .nav-link:focus,#MenuControl .nav-link:hover{background-color:#fff !important; color:#2b2825 !important;}
.nav-link{font-family: "Roboto", Sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  font-style: normal; color: #fff;}
.nav-fill{width:100%; font-size: 15px;}
.navbar-brand{margin:0;}
.nav-item{position:relative;}

/*nav-bar*/
@media (max-width: 1170px){
.navbar-expand-md .navbar-nav .nav-link{padding-right:1px; padding-left: 1px;}
}
@media (max-width: 991px){
#MenuControl, #MenuControl_C, #HeaderControl, #HeaderControl_C, #widgetsControl_C, #widgetsControl{height: initial !important;}
.navbar-expand-md .navbar-nav .nav-link{font-size: 12px;}
	}

@media (max-width: 767px){
.navbar-toggler{background:#eee;}
.navbar.navbar-expand-md{text-align:center; /* margin-top: 80px; */}
.navbar.navbar-expand-md .container-fluid{display:block;}
.nav-fill .nav-item, .nav-fill>.nav-link{text-align:left;}
.navbar-nav>li{ display: block; text-align: left; padding: 4px 0; border-bottom: 1px solid #999; border-right:0; }
.nav-item ul li .dropdown-toggle::after{transform: rotate(90deg);}
.nav-item .nav-link.dropdown-toggle::after {position: absolute; right: 5px; top: 15px;}
.navbar-expand-md .navbar-nav .nav-link{font-size: 14px;padding-right: 5px; padding-left: 5px;}
}



.main-table{ font-family: 'Josefin Sans', sans-serif; Font-size:24px; color:#333; line-height:24px; text-align:justify; padding: 0 5px;}
.main-heading{font-family: Berkshire Swash;font-weight:bold;Font-size: 36px;color: #c30006;line-height: 56px;/* border-bottom:1px #ccc dashed; */text-align:left;margin-bottom: 10px;padding: 0;}
.sub-heading{font-family: Libre Baskerville;font-weight:bold;Font-size: 17px;color:#333;line-height:30px;margin:0;text-align: inherit;}
.team-title{font-family: Libre Baskerville;font-weight:bold;Font-size: 21px;color: #c30006;line-height:30px;margin:0;text-align:left;}
.team_img {
  width: 150px;
  border: 6px solid #2f4d5a;
  border-radius: 50%;
}
p{
  font-family: Libre Baskerville;
  font-size: 14px;
  line-height: 27px;
}
a{
  font-family: 'Roboto', sans-serif;
  font-size: 15px;

}
.foot_color p{
  color: #fff;
}
.secondary-bg i{color: #fff;}
.secondary-bg p{color: #fff;    font-weight: 600;
}
/* contact */
#FooterrControl1_tr_hitCounter{padding-top:0px !important ;}
/*----------------------------contactpage----------------------------------------*/
.bx-rht-cont p{margin-bottom:0;}
.brn-off{width:31%; padding:1%; float:left;     padding-bottom: 0;}
.cont-page h3{     margin: 0;font-size: 18px;margin-bottom: 8px;}
.cont-page p{font-size:14px; color:#000;     line-height: 24px !important;}
.cont-heading {margin: 0;font-size: 15px;text-transform: uppercase;background:#60355c;padding: 9px 10px;color: #fff;margin-bottom: 8px;}
.head-bx{float: left; width: 50%;}
.contd-bx{float: left;width: 50%;}
.brn-bx h2{text-align:center;}
.map-cont img{max-width:100%;}
.cont-page .st-feature-box{    background: #333; padding-top: 10px; padding-bottom: 10px; margin-bottom: 10px;     padding-right: 10px; color: #fff;}
.cont-page .feature-box-image{    margin-top: 13px;}
.brnh-off p{margin-bottom:2px;}
.st-custom-heading-layout2.st-custom-heading-wraper {margin-bottom: 24px;}
.st-custom-heading-layout2 .st-heading-title {position: relative;margin-bottom: 0;text-transform: uppercase;font-size: 25px;line-height: 25px; font-weight:bold;margin-top: 0;}
.st-custom-heading-layout2 .st-heading-title>span {position: relative;margin-bottom: 0;text-transform: uppercase;font-size: 25px;line-height: 25px;display: block;margin-bottom: 11px;}
.st-custom-heading-layout2 .heading-line {width: 26px;height: 1px;background: #114366;margin: 0;}
.st-feature-box {padding-left:75px;position: relative;margin-bottom: 35px;}
.st-feature-box .st-feature-box-icon {color: #111;display: block;position: absolute;width: 52px;height: 52px;line-height:0px;top: 0;left: 0;text-align: center;font-size: 60px;-webkit-transition: all .3s;-khtml-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s;}
.st-feature-box h3 {color: #fff;margin-bottom: 8px;font-size: 18px;line-height: 20px;font-weight: normal;}
.cont-soc img{margin-right:5px;}
.cont-page h2{    font-weight:bold;color: #111;font-size: 19px;margin-top: 0;text-transform: uppercase;margin-bottom: 18px;margin-top:10px;}
.cont-page h2 span{color: #111; font-weight: normal; font-size: 18px;}
.cont-page h5{    color: #222;font-size: 19px;margin-bottom: 25px;}
.cont-page h2 span {color: #111;font-weight: normal;font-size: 18px;}
.cont-page{text-align:left;font-family: 'Roboto', sans-serif;font-size: 14px;}

/* End */
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  right: 15px;
  bottom: 15px;
  background: #7bc7d7;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}

.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 7px;
  left: 8px;
}

.back-to-top:hover {
  color: #fff;
  background: #86c0da;
  transition: background 0.2s ease-in-out;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header .fa-mobile{font-size: 50px !important;}
#header .head-img{position:relative; padding:3px 0;}

.main-bg{background:#0f5298;}
.main-color{color:#0f5298;}
.secondary-bg{background-color: #3c99dc;}
#MenuControl{padding: 0px 0;}
/*#MenuControl .navbar-expand-md .navbar-collapse{display:block !important;text-align: center;}
#MenuControl .navbar-expand-md .navbar-nav{display: -webkit-inline-box;}*/
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}

.section-bg {
  background-color: #f4f9fc;
}

.tm-lft .section-title h2::before{background: #fff;}
.section-title p {
  margin-bottom: 0;
}
/*bnr-sec*/

.bnr-sec .carousel-control-next, .bnr-sec .carousel-control-prev{width: 60px;  height: 60px; opacity: 1; top: 40%; border-radius: 50%; opacity: 0; transition: .3s;}
.bnr-sec .carousel-dark .carousel-control-next-icon, .bnr-sec .carousel-dark .carousel-control-prev-icon { filter: invert(0) grayscale(0);
}
.bnr-sec:hover .carousel-control-next{opacity: 1; right: 50px;}
.bnr-sec:hover .carousel-control-prev{opacity: 1; left: 50px;}
.bnr-sec .carousel-dark .carousel-indicators [data-bs-target] { background-color: #fff;}
.bnr-sec .carousel-caption{text-align:left;}
.bnr-sec .carousel-indicators{display:none;}
/*bnr-sec*/

.gif{background: url(Image/cookies_dryfruit.gif) no-repeat center/cover scroll;}
  .gif-1{background: url(Image/cookies.gif) no-repeat center/cover scroll;}
  

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about{/* background: url(Image/abt_bg.jpg) no-repeat center/cover scroll; */}
.about .rd-mr{
  color: #000;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 15px;
  padding: 6px 20px;
  border: 1px solid #fff;
  display: inline-block;
  text-transform: uppercase;
  line-height: 2.1em;
  letter-spacing: 2.5px;
  fill: #ffffff;
  color: #ffffff;
  background-color: #232323;
  border-radius: 60px 60px 60px 60px;
  }
  .about .rd-mr:hover{background-color: #c30006;border: 1px solid #fff;color: #fff;}

.about-more{background: url(Image/abt_bg1.jpg) no-repeat center/cover scroll;}
.about-more .rd-mr{    
  color: #fff;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 15px;
  padding: 6px 20px;
  border: 1px solid #fff;
  text-transform: uppercase;
  display: inline-block;}
  .about-more .rd-mr:hover{background-color: #fff;border: 1px solid #fff;color: #000;}
  .abt-more-icon i{font-size: 40px; color: #fff;  display: block; margin-bottom: 8px;}
  .abt-more-icon p{font-size: 16px; color: #fff; text-transform: uppercase; }


/*--------------------------------------------------------------
# btm-three-bx
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer{background-color: #212121; color: #111; font-size: 15px;}
.footer .soci-icn .fa{  font-size:15px;  border: 1px solid #fff;width: 35px;height: 35px;border-radius: 50%;text-align: center;line-height: 34px;}
.ft_abt{    color: #fff;
font-family: "Roboto", Sans-serif;
font-size: 14px;
font-weight: 300;margin-top: 12px;}
.ft_head{color: #fff;font-family: "Roboto", Sans-serif;font-size: 16px;font-weight: 500;text-transform: uppercase; margin-bottom: 24px;
}
.ft_link a{color: #fff;    font-family: "Roboto", Sans-serif;font-size: 14px;font-weight: 400;text-transform: uppercase;}
.ft_cont{color: #fff;    font-family: "Roboto", Sans-serif;font-size: 14px;font-weight: 400;}
.copyright-sec p{color: #fff;font-family: "Roboto", Sans-serif;font-size: 14px;font-weight: 400;}
.top {position: fixed;right: 20px;bottom: 30px;text-align: center;color: #fff;background-color: #c30006;padding: 10px 15px;z-index: 9;cursor: pointer;opacity: 0;transition: ease-in 0.5s;}
.top.scll-top {  opacity: 1; transition: ease-in 0.5s;  bottom: 50px;}
.top .fa { display: block !important;}
.right_fix {position: fixed;right: 20px;top: 30%;z-index: 9;opacity: 0.3;transition: ease-in 0.5s;}
@media (max-width: 1200px) {
  .about .content {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .bnr-sec .carousel-caption h2{
    font-size: 36px;
  }
  .bnr-sec .carousel-caption p{
    margin-top: 30px;
  }
  .team .member {
    margin-bottom: 110px;
  }
  .services .icon-box{margin:15px auto;}
}

@media (min-width: 768px) and (max-width:1920px) {
  .bnr-btm-sec img{min-height: 480px;}
}
@media (max-width: 767px) {

  .bnr-sec .carousel-caption h2{
    font-size: 36px;
  }
  .bnr-sec .carousel-caption h4{
    margin-bottom: 0;
  }
  .bnr-sec .carousel-caption p{
    margin-top: 14px;
  }
  .header_img{text-align: left !important;}
  .Top_social_link{text-align: left !important;}
  #header img{margin:inherit;}
  .navbar-toggler{/* position: absolute; top: -23px;  */}
.caption{width: 100%;}
.wback .caption{    top: 30%;}

}
@media (max-width: 575px) {
  .carousel-caption{display: none;}
  .bnr-btm-sec .btm-bx{    padding: 18px 20px 20px;  }
  #footer .footer-top .footer-info {margin: -20px 0 30px 0;}
  .wback .caption{display:none;}
}
@media (max-width: 414px) {
}

@media (min-width:1023px){

  .navbar-nav li:hover > ul.dropdown-menu {
      display: block;
  }
  .dropdown-submenu {
      position:relative;
  }
  .dropdown-submenu > .dropdown-menu {
      top: 0;
      right:100%;
      left: auto;
      margin-top:-6px;
  }
  
  /* rotate caret on hover */
  .dropdown-menu > li > a:hover:after {
      text-decoration: underline;
      transform: rotate(180deg);
  }
  .dropend .dropdown-menu {
      right: 100% !important;
      left: auto !important;
      top: 0;
  }
  }

  .dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    background-color: #c30006;
}

/* Add in ca-style */
.body-fx #MenuControl {
  height: 90px;
  float: Right;
  position: fixed;
  right: 0;
  width: 75%;
  padding: 0;
  padding-right: 0;
  background: #c30006;
  transition: 0.5s;
  top: 0;
  height: 60px !important;
}
.body-fx #HeaderControl{
  height: 90px;
  float: Left;
  position: fixed;
  /* width: 25%; */
  padding: 0;
  padding-left: 0;
  background: #c30006;
  z-index: 99;
  text-align: left;
  transition: 0.5s;
  height: 60px !important;
  top: 0;
}
  /* Add in media max-width:767px  */
  @media (max-width: 767px)
  {


   .carousel-item img {
    width: 100%;
    height:250px;
}
.innr-pg-bnnr h1 {font-size: 40px;}
.innr-pg-bnnr {
    padding: 20px 0;
    width: 100%;
    height:250px;}
    
.sixbox a {
    margin-top: 3%;}
    .sixbox {min-height:auto;}
    .heading_home {
    font-size: 1.5rem;}
.bnr-cont h2{font-size:35px;}
  .body-fx #HeaderControl {
      float: Left;
      position: static;
      width: 100%;
      }
      .body-fx #MenuControl{ float: Left;
      position: static; width: 100%;}
  }