
/* CSS Document */
/*Website Name: Maruti Printech Industry
 File: Layout CSS
 Author:Milan Mahapatra
 Creation Date : 29/05/2020*/
 @import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('bootstrap.min.css');
@import url('jBox.css');
@import url('animate.min.css');
/*font-family: 'Poppins', sans-serif;*/
body{ padding:0; margin:0;  font-family: 'Raleway', sans-serif; font-weight: 500;}
*{ text-decoration:none; list-style:none; padding:0;}
h1, h2, h3, h4, h5, h6{}
p {
    line-height: 29px;
    text-align: justify;
    font-size: 16px;
}
header {
    width: 100%;
    float: left;
    background: #fff;
    padding: 20px 0 0;
    height: 155px;
}
.top-1 {
    width: 100%;
    float: left;
    margin: 0 0 20px;
}
.logo {
    display: inline-block;
    float: left;
}
.top-right {
    display: inline-block;
    float: right;
}
ul.top-contact {
    display: inline-block;
    margin: 0;
    float: left;
}
ul.top-contact li {
    display: inline-block;
    font-size: 14px;
    color: #40454a;
    margin: 22px 25px 0 0;
}   
ul.top-contact li a {
    color: #40454a;
    text-decoration: none;
}
ul.top-contact li:nth-child(1) {
    background: url(../images/location.png) no-repeat;
    padding-left: 36px;
}
ul.top-contact li:nth-child(2) {
    background: url(../images/call.png) no-repeat;
    padding-left: 55px;
}
.top-social-media {
    display: inline-block;
    float: left;
    margin-top: 12px;
}
.top-social-media a {
    display: inline-block;
    width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 30px;
    color: #2a2a29;
    box-shadow: 0px 5px 4px #00000026;
    text-align: center;
    line-height: 48px;
    margin-left: 5px;
    transition: all ease-in-out 0.3s;
}
.top-social-media a:hover {
    background:#8d001c;
    color: #fff;
}
.top-2-nav-con .navbar-inverse .navbar-nav>li:hover a, .top-2-nav-con .navbar-inverse .navbar-nav>li.active a {
    color:#ffffff;
    background:#8d001c;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    background: none;
    border: none;
}
.top-2 {
    width: 100%;
    float: left;
}
.top-2.shrink {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background:#8d001c;
    box-shadow: 0px 4px 10px #00000061;
}
.top-2.shrink .top-2-nav-con .navbar-inverse{ box-shadow: none; }
.menu-con {
    margin-top: 20px;
    background: #292929;
    color: #fff;
    width: 100%;
    float: left;}/*Nav menu start*/
.top-2-nav-con {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 99;
}
.top-2-nav-con .navbar-inverse .navbar-nav>li {
    padding: 15px 23px;
    position: relative;
}
.top-2-nav-con .navbar-inverse .navbar-nav>li:before, .top-2-nav-con .navbar-inverse .navbar-nav>li.active:before {
     content: '';
    position: absolute;
    left: 50%;
    top: 0px;
    margin-left: -1px;
    width: 1px;
    height: 100%;
    background: #fff;
    opacity: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.top-2-nav-con .navbar-inverse .navbar-nav>li:hover:before, .top-2-nav-con .navbar-inverse .navbar-nav>li.active:before {opacity: 1;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);}
.top-2-nav-con .navbar-inverse .navbar-nav>li>a {
    color: #fff;
    letter-spacing: 1px;
    font-weight: 600;
    padding: 5px 0!important;
    background:#8d001c;
}
.top-2-nav-con .navbar-inverse {
    background: #8d001c;
    border: none;
    border-radius: 0;
    margin: 0 0 0;
    box-shadow: 0px 4px 10px #00000061;
}
.top-2-con nav.navbar.navbar-inverse {
    background: none;
    border: none;
    display: inline-block;
    padding: 0;
    margin: 0;
    min-height: auto;
}
.top-2-con .navbar-inverse .navbar-nav>.open>a, .top-2-con .navbar-inverse .navbar-nav>.open>a:focus, .top-2-con .navbar-inverse .navbar-nav>.open>a:hover {
    background: none;
}
.top-2-con .navbar-nav>li>a {
    padding: 0 36px;
    font-size: 16px;
    color: #fff !important;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.top-2-con .navbar-nav>li>a:hover {
    color: #eeb72f!important;
}
.top-2-nav-con .mega-dropdown {
  position: static !important;
}
.top-2-nav-con .mega-dropdown-menu {
    padding: 23px 0 0;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
    background: none;
    border: none;
}
.top-2-nav-con .dropdown-menu>li {
    background: #eeb72f;
}
.top-2-nav-con .dropdown-menu>li:hover {
    background: #efb015;
}
.top-2-nav-con .dropdown-menu>li>a {padding: 10px 20px; text-transform: uppercase;}
.top-2-nav-con .dropdown-menu>li>a:focus, .top-2-nav-con .dropdown-menu>li>a:hover {
    background: none;
    color: #000;
}
.top-2-nav-con .mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}
.top-2-nav-con .mega-dropdown-menu > li > ul > li {
  list-style: none;
}
.top-2-nav-con .mega-dropdown-menu > li > ul > li > a {
  display: block;
  color: #222;
  padding: 3px 5px;
}
.top-2-nav-con .mega-dropdown-menu > li ul > li > a:hover,
.top-2-nav-con .mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
}
.top-2-nav-con .mega-dropdown-menu .dropdown-header {
  font-size: 18px;
  color: #ff3546;
  padding: 5px 60px 5px 5px;
  line-height: 30px;
}

/*Slider Section*/
/********************************/
/*       Fade Bs-carousel       */
/********************************/
section.slider-section {
    width: 100%;
    float: left;
  }
section.slider-section .carousel-inner {
    background: #000;
}
.fade-carousel {
    position: relative;
    
}
section.slider-section figure img {
    width: 100%;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #f39c12;
    border-color: #f39c12;
    opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}
.hero h1 {
    font-size: 70px;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s;    
}

/********************************/
/*            Overlay           */
/********************************/
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d15;
    opacity: .7;
}

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {padding: 10px 40px;}
.btn.btn-hero, .btn.btn-hero:hover, .btn.btn-hero:focus {
    color: #005152;
    background-color: #eeb72f;
    border-color: #eeb72f;
    outline: none;
    margin: 20px auto;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 30px;
    line-height: 27px;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
section.section-1 {
    width: 100%;
    float: left;
    padding:60px 0;
    margin: 0;
}
section.section-1 figure img {
    width: 100%;
}
section.section-2 {
    width: 100%;
    float: left;
    padding:60px 0 30px;
    background: url(../images/section-2-bg.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
    color: #fff;
    position: relative;
}
section.section-2:before {
    content: '';
    background: #0022446b;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
section.section-4 {
    width: 100%;
    float: left;
    padding: 60px 0 30px;
    background: url(../images/section-4-bg.jpg);
    position: relative;
    color: #fff;
}
section.section-4:before {
    content: '';
    background: #0022446b;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
section.section-4 .heading-1 {
    color: #fff;
    text-align: center;
}
section.section-5 {
    width: 100%;
    float: left;
    padding: 60px 0;
    text-align: center;
    background: #980724;
    color: #fff;
}
section.section-5 h2 {
    font-size: 32px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    padding-top: 127px;
    background: url(../images/satisfaction.png) no-repeat center top;
}
/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px){
    .hero { width: 980px; }    
}
@media screen and (max-width: 640px){
    .hero h1 { font-size: 4em; }    
}
/*Slider End*/

.heading-1, .heading-group h2 {
    font-size: 35px;
    color: #000000;
    font-weight: bold;
    margin: 0 0 20px;
}
.heading-group h2{ color: #fff; }
.heading-group h4 {
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 2px;
    margin-bottom: 10px;
}
.box-1 {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 30px;
}
.box-1:hover img {
    opacity: 0.8;
}
.box-1 h2 {
    position: absolute;
    bottom: 0;
    text-align: center;
    background: #000;
    width: 100%;
    margin: 0;
    left: 0;
}
.box-1 figure img{width: 100%;}
.box-1 h2 {
    position: absolute;
    bottom: 0;
    text-align: center;
    background: #8d001cd6;
    width: 100%;
    margin: 0;
    left: 0;
    font-size: 28px;
    padding: 20px 10px;
    font-weight: bold;
    color: #fff;
}
section.section-3 {
    width: 100%;
    float: left;
    padding: 60px 0 30px;
    background: #ececec;
}
.heading-group-2 {
    width: 100%;
    border-left: 3px solid #000;
    padding-left: 17px;
    margin-bottom: 35px;
}
.heading-group-2 .heading-1 {
    margin-bottom: 10px;
}
.heading-group-2 p {
    line-height: 18px;
}
footer{ width: 100%; float: left; }
.footer-address-section {
    width: 100%;
    float: left;
    background: #f7fbfe;
    position: relative;;
}
.map-con iframe {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 60%;
}
ul.address-con {
    padding: 60px 0 0;
    width: 100%;
    float: left;
}
ul.address-con li {
    width: 100%;
    float: left;
    margin-bottom: 60px;
    padding-left: 45px;
    min-height: 34px;
}
ul.address-con li:nth-child(1){ background:url(../images/footer-location.png) no-repeat left top; }
ul.address-con li:nth-child(2){background:url(../images/footer-mail.png) no-repeat left top; padding-top: 8px;}
ul.address-con li:nth-child(3){background:url(../images/footer-call.png) no-repeat left top; padding-top: 8px;}
.copyright-section {
    width: 100%;
    float: left;
    background: #171717;
    color: #fff;
    text-align: center;
}
.copyright-section p {
    text-align: center;
    margin: 0;
    font-size: 14px;
    padding: 20px;
}
.scrollToTop {
    padding: 10px;
    text-align: center;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    position: fixed;
    bottom: 18px;
    right: 40px;
    display: none;
    font-size: 53px;
    color: #c60329;
    text-shadow: 0 4px 8px #00000085;
}
.scrollToTop:hover{
    text-decoration:none;
}
@media (max-width: 1199px){
ul.top-contact li { margin: 12px 10px 0 0;}
.logo img { width: 200px;}
.top-social-media { margin-top: 10px;}
header { height: 130px;}
.top-social-media a {width: 35px;  height: 35px; line-height: 40px;  margin-left: 5px;}
.heading-1, .heading-group h2 { font-size: 26px; margin: 0 0 10px;}
.box-1 h2 { font-size: 22px; padding: 15px 10px;}
section.section-5 h2 { font-size: 26px; padding-top: 82px; background-size: 200px;}
}
@media (max-width: 992px){
header {
    height: 115px;
}
  ul.top-contact li {
    font-size: 10px;
    margin: 12px 10px 0 0;
    background-size: 20px !important;
    padding-left: 26px!important;
}
   .logo img {
    width: 149px;
}
.map-con iframe { width: 53%;}
}
@media (max-width: 768px){
    .top-2-nav-con .navbar-inverse .navbar-nav>li:hover:before, .top-2-nav-con .navbar-inverse .navbar-nav>li.active:before{display: none;}
    .map-con iframe { z-index: 9;}
    .top-2-nav-con .navbar-inverse .navbar-nav>li { padding: 5px 10px; position: relative;}
     .top-2-nav-con .navbar-inverse{background: url(../images/logo-icon.png) no-repeat #8d001c; background-size: 57px;}
}
@media (max-width: 699px){
    .top-1 { text-align: center; margin: 0 0 10px;}
    .logo { float: none;}
    .logo img { width: 194px;}
    .top-right {
    float: none;
}
header {
    height: 164px;
}
.map-con iframe {
    width: 100%;
    position: relative;
    height: 246px;
}
section.section-5 h2 {font-size: 18px;}
ul.top-contact li { text-align: left;}
ul.top-contact { float: none;}
.top-social-media {float: none;}
ul.address-con li {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}


@media (max-width: 562px){
    header {
    height: 201px;
}
}
@media (max-width: 429px){
    ul.top-contact {display: none;}
    header { height: 115px;}
    .copyright-section p {font-size: 10px;}
}
@media (max-width: 360px){
    header {height: 158px;}
}