@import url('https://fonts.googleapis.com/css2?family=Signika+Negative:wght@300;400;600;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Sacramento&display=swap');

body{
  font-family: 'Signika Negative', sans-serif;
}

header.masthead.masthead-02 {
    box-shadow: 0 0 6px rgba(0,0,0,0.4);
    position: fixed;
    width: 100%;
    z-index: 9999999;
    background: #f3f3f3;
    top:0px;
}
h2{
  font-size:16px;
  font-weight:300;
  line-height:24px;
  margin-bottom:20px;
}
.masthead .navbar{
  padding: 0;
}
.navbar-light .navbar-brand{
  width: 14%;
}
.carousel-caption{
  bottom: 35%;
}
.banner-title{
  font-size: 60px;
    font-weight: 700;
    line-height: 65px;
}
p.top-banner-txt{
  margin-top: 20px;
}
section.prof-sec {
   padding: 50px 100px 50px;
    /*background-color: #c99e67 !important;*/
    margin-top: 110px;
    border-bottom: 1px solid #ccc;
}
.name-txt{
  /*color: #ba360a;*/
  font-size: 40px;
  font-family: Sacramento,cursive;
}
.color-white{
  color: #fff;
}
section.product-sec{
      padding: 65px 30px;
}
h2.sec-heading{
  font-size: 45px;
}
.mb-55{
  margin-bottom: 25px;
}
.img-wrapper {
      position: relative;
      overflow: hidden;
      height: 100%;
/*       background-color: rgb(255,255,255); */
margin-top: 25px;
    }
    .img-container {
        position: relative;
        overflow: hidden;
/*         margin: 10px; */
      }
      .img-hover-item {
          position: relative;
          display: block;
          width: 100%;
          transform: scale(1.02);
          transition: 0.25s 0.1s ease-out;
        }
        .img-overlay {
          position: absolute;
          background-color: #e20712;
          opacity: 0;
          transition: 0.25s ease-in-out;
        }
        .hov-img-3 .img-container {
  overflow: visible;
  perspective: 1500px;
}
  .hov-img-3 .img-hover-item {
    opacity: 1;
    transform-origin: center center;
    transform-style: preserve-3d;
    transform: scale(1);
    transition: transform 0.3s 0.3s ease-out, opacity 0s 0.3s linear;
  }
  .hov-img-3 .img-overlay {
    top: 0px; right: 0px; left: 0px; bottom: 0px;
    transform-origin: center center;
    transform-style: preserve-3d;
    transform: rotateX(-90deg);
    transition: 0.3s ease-in;
    opacity: 1;
    z-index: 2;
  }
.hov-img-3 .img-container:hover .img-hover-item {
  transform: scale(1) rotateX(-90deg);
  opacity: 0;
  transition: transform 0.3s 0s ease-in, opacity 0.02s 0.28s linear;
}
.hov-img-3 .img-container:hover .img-overlay {
  transform: rotateX(0deg);
  transition: 0.3s 0.3s ease-out;
}
.img-container .img-overlay p{
  position: relative;
    font-size: 17px;
    padding: 0 10px 15px;
    color: #fff;
    top: 30%;
    text-align: center;
}
.mt-30{
  margin-top: 30px;
}

.bg-grey{
  background-color: #edf0eb !important;
}
section.blog-sec.no-border {
    border: 0px solid;
    
}
.blog-sec{
  padding: 40px 30px;
  margin-top: 120px;
    border-top: 1px solid #ccc;
}
.home-blg-hd{
  font-size: 22px;
}
.btn-blog-view{
  background: #e20712;
  color: #fff;
  border: 1px solid #e20712;
  font-weight: 600;
  letter-spacing: 1px;
}
.btn.btn-blog-view{
  margin-right: 0;
}
.btn-blog-view:hover{
  background: #fff;
  color: #e20712;
}
.blg-name{
  font-size: 23px;
    font-weight: 500;
    color: #4f4f4f;
}
a.blg-name{
  font-size: 22px;
    min-height: 60px;
    display: block;
}
a.blg-name:hover{
  color: #e20712;
  text-decoration: none;
}

.blg-hldr-dv{
  background: #fff;
    padding: 20px 10px;
    border-radius: 10px;
    margin-top: 30px;
}
.blg-hldr-dv.blg-hldr-dv-latest {
    background: #fff;
    padding: 35px 35px;
    border-radius: 10px;
    margin-top: 15px;
}
.blg-hldr-dv.blg-hldr-dv-latest img{
  height: auto;
}
.blg-hldr-dv img{
  height: auto;
}
p.blg-date{
  margin-bottom: 5px;
    margin-top: 15px;
    font-style: italic;
    font-size: 14px;
}
p.blg-desc{
      margin-top: 10px;
      /*min-height: 150px !important;*/
}
p.blg-desc.latest-blg-desc{
  min-height: auto !important;
}
footer{
  padding: 40px 30px 20px;
    background: #54433a;
    color: #fff;
}
footer a{
  color: #fff;
}
footer a:hover{
  color: #fff;
  text-decoration: underline;
}
.contact-banner-sec .item img{
  width: 100%;
  height: 350px;
}
.contact-banner-sec .carousel-caption{
  bottom: 35%;
}
.contact-banner-sec .carousel-caption .banner-title, .contact-banner-sec .carousel-caption .banner-title a{
  font-size: 35px;
  font-weight: 500;
  color: #fff;
}
section.contact-form-sec{
  padding: 35px 30px;
}
section.contact-form-sec form input, section.contact-form-sec form textarea, section.contact-form-sec form button{
  margin-bottom: 15px;
    margin-top: 15px;
}
section.detail-sec{
  padding: 60px 30px 20px;
  margin-top: 110px;
}
a.sdbr-blg-name{
  font-size: 16px;
    color: #888;
    padding-left: 20px;
    margin-bottom: 7px;
    font-weight: 500;
}
section.detail-sec ul{
  padding-left: 35px;
}
section.detail-sec ul li a{
  font-size: 18px;
    font-weight: 500;
    color: #544b40; 
}
.detail-sec a{
  color: #4f4f4f;
  text-decoration: underline;
}
section.detail-sec ul li a:hover, .detail-sec a:hover, section.back-btn-sec a:hover{
  color:#e20712;
  text-decoration: none;
}
section.back-btn-sec{
  padding-bottom: 30px; 
}
section.back-btn-sec a{
  color: #4f4f4f;
}
section.back-btn-sec a.btn-blog-view{
  color: #fff;
}
section.back-btn-sec a.btn-blog-view:hover{
  color: #e20712;
}
a.go-top-btn{
  position: fixed;
    bottom: 5%;
    right: 5%;
    background: #e20712;
    padding: 11px 16px;
    border-radius: 49px;
    font-size: 20px;
    color: #fff;
    border: 1px solid #e20712;
    z-index: 99;
}
a.go-top-btn:hover{
  color: #e20712;
  background: transparent;
}
section.detail-sec p.blg-date{
  border-bottom: 1px solid #ccc;
}
.footer-logo img{
  height:48px;
  width:auto;
  margin:15px;
}
.model_pagination{
    display:flex;
    width:100%;
    justify-content:center;
}
.model_pagination a{
    background: #fff;
    color: #e20712;
    width:25px;
    text-align:center;
    margin:0px 10px 0px 0px;
    display:inline-block;

}
.model_pagination a.inactive{
    background:#e20712 !important;
    color:#fff;
}
.form-box{
  padding: 20px;
  background: #fff;
}
form input, form textarea, form select, form .form-control{
    appearance: auto;
}

.form-confirmation-table{
    background:#fff;
    margin:10px
}
/*----------------warning pop up css start------------------------*/        

    #modalOverlay {
            position: fixed;
            top: 0;
            left: 0;
            background: rgba(0, 0, 0, 0.5);
            z-index: 999999999999999999999999999999999;
            height: 100%;
            width: 100%;
    }
.modalPopup {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background: #fff;
            width: 50%;
            padding: 20px 0 30px;
            -webkit-box-shadow: 0 2px 10px 3px rgba(0,0,0,.2);
            -moz-box-shadow: 0 2px 10px 3px rgba(0,0,0,.2);
            box-shadow: 0 2px 10px 3px rgba(0,0,0,.2);
    }
.modalContent {padding: 0 2em;}

.modalContent h1 {
  margin-bottom: .2em;
  font-size: 22px !important;
  text-transform: unset !important;
}
.modalContent p {font-size: 16px;margin: .75em 0 1.5em;}
.buttonStyle {

        cursor: pointer;
        font-weight: bold;
        font-size: 14px;        
        color: #000;
        text-decoration: none;
        }

        @media (max-width: 767px) {
            .modalPopup{
                width: 94%;
                top: 45%;
                height: auto;
                overflow-y: scroll;
            }
            .modalContent h1{
                line-height: 30px !important;
            }
            .modalContent{
                padding: 0 13px;
            }
        }


 /* -------------------warning pop up css end------------------------------*/
/* Media Queries*/
@media only screen and (min-width: 768px) {
  .mb-md-0{
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
 .navbar-light .navbar-brand{
   width: 25%;
 }
 .masthead .navbar{
   padding: 0 25px;
 }
 section.prof-sec{
   padding: 15px 0 2px;
   margin-top: 70px;
 }
 section.product-sec{
   padding: 20px 0px;
 }
 section.product-sec h1{
   font-size: 25px;
   line-height: 30px;
 }
 .mb-55{
   margin-bottom: 0px;
 }
 h2.sec-heading{
   font-size: 25px;
    line-height: 28px;
 }
 .blog-sec{
   padding: 40px 0px 0px;
   margin-top: 40px;
 }
 .contact-form-sec img{
   width: 35%;
    margin: 0 auto;
    display: block;
 }
 section.detail-sec {
    padding: 0px 0px 0px;
    margin-top: 90px;
}
.detail-sec figure img{
  width: 100% !important;
}
.blg-hldr-dv.blg-hldr-dv-latest{
  padding: 15px 10px 0px;
}
section.detail-sec figure{
  float: left !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 10px 0px !important;
}
section.detail-sec h1,section.detail-sec p.blg-date{
  text-align: center;
}
.footer-logo img{
  height:48px;
  width: auto;
}
}
