.head
{
	background:#941d16;
	color: #fff;
	line-height: 45px!important;
	font-size: 15px;
}

.head-font
{
	padding-left: 7px;

}

.logo
{
	width: 100%;
	float: left!important;
 /* margin-top: 10px;*/
	margin-top: -23px;

}

.nav-font1
{
	background: #E22634;
	font-size: 18px!important;
	color: #fff!important;
	padding: 8px 8px 8px 8px!important;
	border: 1px solid E22634;
	border-radius: 7px;
	margin-right: 10px;
	margin-top: 35px;
}

.nav-font
{
	font-size: 18px!important;
	color: #212529!important;
	padding: 18px 16px 8px 16px!important;
	margin-right: 10px;
	margin-top: 25px;
}

.nav-font:hover
{
	background: #E22634;
	font-size: 18px!important;
	color: #fff!important;
	padding: 8px 16px 8px 16px!important;
	border: 1px solid E22634;
	border-radius: 7px;
	margin-right: 10px;
	margin-top: 35px;
}

.bars-right
{
float:right!important;
}

/* banner */

.new-section {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.swiper-container {
  width: 100%;
  height: 500px;
}

.slide {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  font-size: 18px;
  background: #fff;
  overflow: hidden;
}
.slide-image {
  position: absolute;
  top: -200px;
  left: -200px;
  width: calc(100% + 400px);
  height: calc(100% + 400px);
  background-position: 50% 50%;
  background-size: cover;
}
.slide-title {
  font-size: 4rem;
  line-height: 1;
  max-width: 50%;
  white-space: normal;
  word-break: break-word;
  color: #FFF;
  z-index: 100;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: normal;
}
@media (min-width: 45em) {
  .slide-title {
    font-size: 7vw;
    max-width: none;
  }
}
.slide-title span {
  white-space: pre;
  display: inline-block;
  opacity: 0;
}

.slideshow {
  position: relative;
}
.slideshow-pagination {
  position: absolute;
  bottom: 5rem;
  left: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  transition: .3s opacity;
  z-index: 10;
}
.slideshow-pagination-item {
  display: flex;
  align-items: center;
}
.slideshow-pagination-item .pagination-number {
  opacity: 0.5;
}
.slideshow-pagination-item:hover, .slideshow-pagination-item:focus {
  cursor: pointer;
}
.slideshow-pagination-item:last-of-type .pagination-separator {
  width: 0;
}
.slideshow-pagination-item.active .pagination-number {
  opacity: 1;
}
.slideshow-pagination-item.active .pagination-separator {
  width: 10vw;
}
.slideshow-navigation-button {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height:100%;
  width: 5rem;
  z-index: 1000;
  transition: all .3s ease;
  color: #FFF;
}
.slideshow-navigation-button:hover, .slideshow-navigation-button:focus {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
}
.slideshow-navigation-button.prev {
  left: 0;
}
.slideshow-navigation-button.next {
  right: 0;
}

.pagination-number {
  font-size: 1.8rem;
  color: #FFF;
  font-family: 'Oswald', sans-serif;
  padding: 0 0.5rem;
}

.pagination-separator {
  display: none;
  position: relative;
  width: 40px;
  height: 2px;
  background: rgba(255, 255, 255, 0.25);
  transition: all .3s ease;
}
@media (min-width: 45em) {
  .pagination-separator {
    display: block;
  }
}
.pagination-separator-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  transform-origin: 0 0;
}

/* banner end */

.head-div
{
text-align: center;
margin-top: 90px;
margin-bottom: -30px!important;
}

.heading-text
{
	font-size: 45px;
	font-weight: 700;
	color: #808080;
	border-bottom-style: dotted;
	border-radius-topright: 30px 20px!important;
	border-radius-topleft: 30px 20px!important;
	border-width: 10px;

}

/* featured product css */

.gallery-area {
    position: relative;
}
.gallery-area .single-item-area .img-box-area {
    display: block;
    overflow: hidden;
    position: relative;
    border: 1px solid #e5e5e5;
    padding: 8px;
}
.gallery-area .single-item-area .img-box-area img {
    position: relative;
    width: 100%;
}
.single-item-area .img-box-area .overlay .box .content a i {
    border: 2px solid #fff;
    text-align: center;
    color: #509E52;
    display: inline-block;
    font-size: 15px;
    height: 55px;
    line-height: 53px;
    transition: all 500ms ease 0s;
    width: 55px;
    margin-bottom: 15px;
    border-radius: 0;
}
.single-item-area:hover .img-box-area .overlay {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.overlay .box .content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.overlay {
    width: 96%;
    height: 96%;
    position: absolute;
    top: 2%;
    left: 2%;
    -webkit-transform: scale(0);
    transform: scale(0);
    background: rgba(21, 34, 63, 0.75);
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
.overlay .box {
    display: table;
    height: 100%;
    width: 100%;
}
.gallery-area h5 {
    color: #fff;
}
.gallery-area .owl-dots {
    display: none !important;
}
.gallery-area .owl-theme .owl-controls {
    display: block;
    position: relative;
    margin-top:10px;
    text-align: center;
}
.gallery-area .owl-prev span, .gallery-area .owl-next span {
    color: #848484;
}
.gallery-area .owl-prev:hover span, .gallery-area .owl-next:hover span {
    color: #fff;
    transition: all 500ms ease;
}
.section-padding {
    padding: 80px 0px 80px 0px;
   overflow: hidden;
   box-sizing: border-box;
}
.centered {
    text-align: center;
}
.section-title h2 {
    position: relative;
    font-weight: 700;
    font-size:40px;
    margin-bottom: 2px;
}
.title-text {
    position: relative;
    margin-bottom: 68px;
}
.title-text p {
    font-size: 16px;
    max-width: 650px;
    color: #444;
    margin:0 auto;
}
.title-text:before {
    position: absolute;
    content: '';
    height: 5px;
    border-bottom: 3px double #509E52;
    width: 100px;
    border-radius: 0px;
    left: 0;
    right: 0px;
    margin: auto;
    bottom: -18px;
}
 @media (min-width:1200px) {
.container {
    padding: 0px 0px;
}
}

/*about us font with image*/


.back-about
{
	background: #F3F3F3;
}



.abt-font1
{
	padding-top:110px;
	font-size:30px;
	color: #666666;
	font-weight: 700;
}

.abt-para
{
	font-size: 17px;
	text-align: justify!important;
	width: 100%;
  margin-top: -30px!important;
}

.about-mar
{
  overflow: hidden;
  box-sizing: border-box;
  margin-top: 70px;
}

.abt-btn
{
	background: #E52635;
	color:#fff;
	font-size:17px;
	font-weight: 500;
	padding: 15px 25px 15px 25px;
	border:1px solid #E52635;
	border-radius: 30px;
  text-decoration: none!important;
  margin-top: 30px;
}

.abt-btn:hover
{
	background: #fff;
	color:#E52635;
	font-size:17px;
	font-weight: 500;
	padding: 15px 25px 15px 25px;
	border:1px solid #E52635;
	border-radius: 30px;
  text-decoration: none!important;
}

/* catalogue css */

.catalogue
{
    background: rgba(0,0,0,0.5);
    color: #fff;
    left: 0;
    bottom: 9px;
    position: absolute;
    width: calc(100% - 18px);
    padding: 10px 0px 10px 0px!important;
    text-align: center;
    font-size: 20px;
    margin: 0 auto;
    margin-left: 9px;
    transition:0.5s;
}
.single-item-area:hover .catalogue
{
    bottom: -100px;
}

/* channer partner css*/

.head-div1
{
text-align: center;
margin-top: 90px!important;
margin-bottom: -30px!important;
}

.heading-text1
{
    font-size: 45px;
    font-weight: 700;
    color: #808080;
    border-bottom-style: dotted;
    border-radius-topright: 30px 20px!important;
    border-radius-topleft: 30px 20px!important;
    border-width: 10px;
}


.slider-mar
{
    margin-top: 90px;
}

/* Slider */
.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;

}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


/* footer */

.footer-widget p {
    margin-bottom: 27px;
}
.footer-head{
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
  color:white;
    line-height: 28px;
}

   .animate-border {
  position: relative;
  display: block;
  width: 115px;
  height: 3px;
  background: #007bff; }

.animate-border:after {
  position: absolute;
  content: "";
  width: 35px;
  height: 3px;
  left: 0;
  bottom: 0;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  -webkit-animation: animborder 2s linear infinite;
  animation: animborder 2s linear infinite; }

@-webkit-keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px); } }

@keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px); } }

.animate-border.border-white:after {
  border-color: #fff; }

.animate-border.border-yellow:after {
  border-color: #F5B02E; }

.animate-border.border-orange:after {
  border-right-color: #007bff;
  border-left-color: #007bff; }

.animate-border.border-ash:after {
  border-right-color: #EEF0EF;
  border-left-color: #EEF0EF; }

.animate-border.border-offwhite:after {
  border-right-color: #F7F9F8;
  border-left-color: #F7F9F8; }

/* Animated heading border */
@keyframes primary-short {
  0% {
    width: 15%; }
  50% {
    width: 90%; }
  100% {
    width: 10%; } }

@keyframes primary-long {
  0% {
    width: 80%; }
  50% {
    width: 0%; }
  100% {
    width: 80%; } } 

.dk-footer {
  padding: 55px 0 0;
  background-color: #151414;
  position: relative;
  z-index: 2; 
margin-top: 100px;}
  .dk-footer .contact-us {
    margin-top: 0;
    margin-bottom: 30px;
    padding-left: 10px; }
    .dk-footer .contact-us .contact-info {
      margin-left: 0px; }
    .dk-footer .contact-us.contact-us-last {
      margin-left: -0px; }
  .dk-footer .contact-icon i {
    font-size: 24px;
    top: -15px;
    position: relative;
    color:#007bff; }

.dk-footer-box-info {
  position: absolute;
  top: -70px;
 
  padding: 40px;
  z-index: 2; }
  .dk-footer-box-info .footer-social-link h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 25px; }
  .dk-footer-box-info .footer-social-link ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
  .dk-footer-box-info .footer-social-link li {
    display: inline-block; }
  .dk-footer-box-info .footer-social-link a i {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    background: #000;
    margin-right: 5px;
    color: #fff; }
    .dk-footer-box-info .footer-social-link a i.fa-facebook-f {
      background-color: #3B5998!important; }
    .dk-footer-box-info .footer-social-link a i.fa-twitter {
      background-color: #55ACEE; }
    .dk-footer-box-info .footer-social-link a i.fa-instagram {
      background-color: #B7242A; }

.footer-awarad {
  margin-top: 285px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .footer-awarad p {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-left: 20px;
    padding-top: 15px; }

.footer-info-text {
  margin: 26px 0 32px;
  color:#fff;
  font-size:15px; }

.footer-left-widget {
  padding-left: 10px; }

.footer-widget .section-heading {
  margin-bottom: 25px;
  margin-top: -21px;
   }

.footer-widget h3 {
  font-size: 24px;
  color: #fff;
  position: relative;
  margin-bottom: 15px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content; }

.footer-widget ul {
  width: 50%;
  float: left;
  list-style: none;
  margin-right: -20px;
  padding: 0;
   }

.footer-widget li {
  margin-bottom: 18px;
   }

.footer-widget p {
  margin-bottom: 27px; }

.footer-widget a {
   color: #fff;
   font-size: 15px;

  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .footer-widget a:hover {
    color: yellow;
    text-decoration: none; }

.footer-widget:after {
  content: "";
  display: block;
  clear: both; }

.dk-footer-form {
  position: relative; }
  .dk-footer-form input[type=email] {
    padding: 14px 28px;
    border-radius: 50px;
    background: #2E2E2E;
    border: 1px solid #2E2E2E; }
  .dk-footer-form input::-webkit-input-placeholder, .dk-footer-form input::-moz-placeholder, .dk-footer-form input:-ms-input-placeholder, .dk-footer-form input::-ms-input-placeholder, .dk-footer-form input::-webkit-input-placeholder {
    color: #878787;
    font-size: 14px; }
  .dk-footer-form input::-webkit-input-placeholder, .dk-footer-form input::-moz-placeholder, .dk-footer-form input:-ms-input-placeholder, .dk-footer-form input::-ms-input-placeholder, .dk-footer-form input::placeholder {
    color: #878787;
    font-size: 14px; }
  .dk-footer-form button[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px 24px 12px 17px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border: 1px solid #007bff;
    background: #007bff;
    color: #fff; }
  .dk-footer-form button:hover {
    cursor: pointer; }

/* ==========================

    Contact

=============================*/
.contact-us {
  position: relative;
  z-index: 2;
  margin-top: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.contact-icon {
  position: absolute; }
  .contact-icon i {
    font-size: 36px;
    top: -5px;
    position: relative;
    color: #007bff; }

.contact-info {
  margin-left: -2px!important;
  color: #fff; }
  .contact-info h3 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 0; }

.copyright {
  padding: 28px 0;
  margin-top: 55px;
  background-color: #202020; }
  .copyright span,
  .copyright a {
    color: #878787;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  .copyright a:hover {
    color:#007bff; }

.copyright-menu ul {
  text-align: right;
  margin: 0; }

.copyright-menu li {
  display: inline-block;
  padding-left: 20px; }

.back-to-top {
  position: relative;
  z-index: 2; }
  .back-to-top .btn-dark {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding: 0;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #2e2e2e;
    border-color: #2e2e2e;
    display: none;
    z-index: 999;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    .back-to-top .btn-dark:hover {
      cursor: pointer;
      background: #FA6742;
      border-color: #FA6742; 
  }

  .sec-cat
  {
    margin-top: -80px!important;
  }

  .footer-add-font
  {
    font-size: 17px;
    padding-left: 5px;
    margin-top: -5px;
  }

  .footer-add-para
  {
    font-size: 15px;
    padding-left: 24px;
  }

  .footer-add-icon
  {
    font-size: 21px;
  }


/* about us css page */

.about-us-banner
{
background: url("../image/about-banner.jpg") no-repeat center center;
    background-size: cover;
    text-align: center;
    position: relative;
    height: 40vh;
    }

.about-head
{
    font-size: 45px;
    color: #fff;
    padding-top: 90px!important;
    font-weight: 700;
}

.head-about-div
{
text-align: center;
margin-top: 90px;
margin-bottom: -30px!important;
}

.heading-about-text
{
    font-size: 45px;
    font-weight: 700;
    color: #E52635;
    border-bottom-style: dotted;
    border-radius-topright: 30px 20px!important;
    border-radius-topleft: 30px 20px!important;
    border-width: 10px;
}

.about-para
{
    font-size: 16px;
    color: #212529;
    text-align: justify;
    margin-top: 100px!important;
}

.about-want
{
    margin-top: 100px;
    overflow: hidden;
    box-sizing: border-box;
}

.about-want-head
{
    font-size: 35px;
    color: #666666;
    font-weight: 400;
}

.about-want-para
{
    font-size: 16px;
    color: #666666;
    font-weight: 400;
    margin-top: -5px;
}

.contact-div-mar
{
    margin-top: 29px;
}


.contact-btn
{
    background: #fff;
    color: #E52635;
    font-size: 25px;
    padding: 20px 25px 20px 25px;
    border: 1px solid #E52635;
    font-weight: 500;
    border-radius: 5px;
}

.contact-btn:hover
{
    background: #E52635;
    color: #fff;
    font-size: 25px;
    padding: 20px 25px 20px 25px;
    border: 1px solid #E52635;
    font-weight: 500;
    border-radius: 5px;
}


/* catalogue */

.zoom-cat {
  
  transition: transform .6s; /* Animation */
  margin: 0 auto;
}

.zoom-cat:hover {
  transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.cat-card-caption
{
    font-size: 22px;
    color: #212529;
    font-weight: 540;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 30px;
}

.second-row
{
    margin-top: 50px;
}

.catalogue-section
{
    margin-top: 100px;
    overflow: hidden;
    box-sizing: border-box;
}


/*product list css page*/



   
/* ---------Hover Overlay text Effect--------- */

.pro-list-pad
{
  margin-top: 90px;
  overflow: hidden;
  box-sizing: border-box;
}

    .overlay-item {
       display: block;
       position: relative;
       overflow: hidden;
       text-align: center;

    }
    .overlay-item .mask {
       display: block;
       position: absolute;
       overflow: hidden;
       top: 0;
       left: 0;
       height: 100%;
    }
    .overlay-item img {
       display: block;
       width: 100%;
       height: auto;
       x-margin-right: auto;
       x-margin-left: auto;
    }
    .overlay-item h3 {
       text-transform: uppercase;
       text-align: center;
       position: relative;
       padding: 10px;
       margin: 0px 0px 20px 0px;
       display: block;
       background-color: #333;
       color: #fff;
    }
    .overlay-item p {
       text-align: left;
    }
    .overlay-item a.btn {
      margin: 10px 0;
    }

    .overlay-effect img {
       -webkit-transform: scaleY(1);
       -moz-transform: scaleY(1);
       -o-transform: scaleY(1);
       -ms-transform: scaleY(1);
       transform: scaleY(1);
       -webkit-transition: all 0.7s ease-in-out;
       -moz-transition: all 0.7s ease-in-out;
       -o-transition: all 0.7s ease-in-out;
       -ms-transition: all 0.7s ease-in-out;
       transition: all 0.7s ease-in-out;
    }
    .overlay-effect .mask {
       background-color: rgba(255, 255, 255, 0.3);
       -webkit-transition: all 0.5s linear;
       -moz-transition: all 0.5s linear;
       -o-transition: all 0.5s linear;
       -ms-transition: all 0.5s linear;
       transition: all 0.5s linear;
       -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
       filter: alpha(opacity=0);
       opacity: 0;
    }
    .overlay-effect h3 {
       -webkit-transform: scale(0);
       -moz-transform: scale(0);
       -o-transform: scale(0);
       -ms-transform: scale(0);
       transform: scale(0);
       -webkit-transition: all 0.5s linear;
       -moz-transition: all 0.5s linear;
       -o-transition: all 0.5s linear;
       -ms-transition: all 0.5s linear;
       transition: all 0.5s linear;
       -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
       filter: alpha(opacity=0);
       opacity: 0;
    }
    .overlay-effect p {
       -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
       filter: alpha(opacity=0);
       opacity: 0;
       -webkit-transform: scale(0);
       -moz-transform: scale(0);
       -o-transform: scale(0);
       -ms-transform: scale(0);
       transform: scale(0);
       -webkit-transition: all 0.5s linear;
       -moz-transition: all 0.5s linear;
       -o-transition: all 0.5s linear;
       -ms-transition: all 0.5s linear;
       transition: all 0.5s linear;
    }
    .overlay-effect a.btn {
       -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
       filter: alpha(opacity=0);
       opacity: 0;
       -webkit-transform: scale(0);
       -moz-transform: scale(0);
       -o-transform: scale(0);
       -ms-transform: scale(0);
       transform: scale(0);
       -webkit-transition: all 0.5s linear;
       -moz-transition: all 0.5s linear;
       -o-transition: all 0.5s linear;
       -ms-transition: all 0.5s linear;
       transition: all 0.5s linear;
    }
    .overlay-effect:hover img {
       -webkit-transform: scale(10);
       -moz-transform: scale(10);
       -o-transform: scale(10);
       -ms-transform: scale(10);
       transform: scale(10);
       -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
       filter: alpha(opacity=0);
       opacity: 0;
    }
    .overlay-effect:hover .mask {
       -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
       filter: alpha(opacity=100);
       opacity: 1;
    }
    .overlay-effect:hover h3,.overlay-effect:hover p,.overlay-effect:hover a.btn {
       -webkit-transform: scale(1);
       -moz-transform: scale(1);
       -o-transform: scale(1);
       -ms-transform: scale(1);
       transform: scale(1);
       -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
       filter: alpha(opacity=100);
       opacity: 1;
       margin-top: 30px;
    }
/*Hover Fall Effect*/
    .fall-item {
       width: 100%;
       height: auto;
       overflow: hidden;
       position: relative;
       text-align: center;
    }
    .fall-item .mask,.fall-item .content {
       width: 100%;
       height: 100%;
       position: absolute;
       overflow: hidden;
       top: 0;
       left: 0;
    }
    .fall-item img {
       display: block;
       position: relative;
       width: 100%;
       height: auto;
    }
    .fall-item h2 {
       text-transform: uppercase;
       color: #fff;
       text-align: center;
       position: relative;
       padding: 10px;
       background: rgba(0, 0, 0, 0.5);
       margin: 0 0 0 0;
    }
    .fall-item p {
       font-style: italic;
       position: relative;
       color: #fff;
       padding: 10px 20px 20px;
       text-align: center;
    }
    .fall-effect .mask {
       background-color: rgba(0,0,0,0.5);
       top: -200px;
       -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
       filter: alpha(opacity=0);
       opacity: 0;
       -webkit-transition: all 0.3s ease-out 0.5s;
       -moz-transition: all 0.3s ease-out 0.5s;
       -o-transition: all 0.3s ease-out 0.5s;
       -ms-transition: all 0.3s ease-out 0.5s;
       transition: all 0.3s ease-out 0.5s;
    }
    
    .fall-effect p {
       color: #333;
       -webkit-transform: translateY(-200px);
       -moz-transform: translateY(-200px);
       -o-transform: translateY(-200px);
       -ms-transform: translateY(-200px);
       transform: translateY(-200px);
       -webkit-transition: all 0.2s ease-in-out 0.2s;
       -moz-transition: all 0.2s ease-in-out 0.2s;
       -o-transition: all 0.2s ease-in-out 0.2s;
       -ms-transition: all 0.2s ease-in-out 0.2s;
       transition: all 0.2s ease-in-out 0.2s;
       margin-top: 20px;
    }
    .fall-effect a.btn {
       -webkit-transform: translateY(-200px);
       -moz-transform: translateY(-200px);
       -o-transform: translateY(-200px);
       -ms-transform: translateY(-200px);
       transform: translateY(-200px);
       -webkit-transition: all 0.2s ease-in-out 0.3s;
       -moz-transition: all 0.2s ease-in-out 0.3s;
       -o-transition: all 0.2s ease-in-out 0.3s;
       -ms-transition: all 0.2s ease-in-out 0.3s;
       transition: all 0.2s ease-in-out 0.3s;
       background: #933F71;
       color: #fff;
       margin-top: -14px;
    }
    .fall-effect:hover .mask {
       -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
       filter: alpha(opacity=100);
       opacity: 1.9;
       top: 0px;
       -webkit-transition-delay: 0s;
       -moz-transition-delay: 0s;
       -o-transition-delay: 0s;
       -ms-transition-delay: 0s;
       transition-delay: 0s;
        padding-top: 55px;
    }
    .fall-effect:hover h2 {
       -webkit-transform: translateY(0px);
       -moz-transform: translateY(0px);
       -o-transform: translateY(0px);
       -ms-transform: translateY(0px);
       transform: translateY(0px);
       -webkit-transition-delay: 0.4s;
       -moz-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
       -ms-transition-delay: 0.4s;
       transition-delay: 0.4s;
    }
    .fall-effect:hover p {
       -webkit-transform: translateY(0px);
       -moz-transform: translateY(0px);
       -o-transform: translateY(0px);
       -ms-transform: translateY(0px);
       transform: translateY(0px);
       -webkit-transition-delay: 0.2s;
       -moz-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
       -ms-transition-delay: 0.2s;
       transition-delay: 0.2s;
    }
    .fall-effect:hover a.btn {
       -webkit-transform: translateY(0px);
       -moz-transform: translateY(0px);
       -o-transform: translateY(0px);
       -ms-transform: translateY(0px);
       transform: translateY(0px);
       -webkit-transition-delay: 0s;
       -moz-transition-delay: 0s;
       -o-transition-delay: 0s;
       -ms-transition-delay: 0s;
       transition-delay: 0s;
    }

.box-shadow-pro
{
  width: 100%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


/* CONTACT US CSS PAGE */

.cont-banner
{
  background: url("../image/cont-banner.jpg") no-repeat center center;
  background-size: cover;
  text-align: center;
  position: relative;
  height: 40vh;
  }

.cont-mar-head
{
  margin-top: 110px;
  overflow: hidden;
  box-sizing: border-box;
}

.cont-icon
{
  background: #333333;
  border: 2px solid #333333;
   border-radius: 50%;
  padding: 10px 15px 10px 15px;
  font-size: 20px;
  color: red;
}

.cont-icon:hover
{
  background: #fff;
  border: 2px solid green;
   border-radius: 50%;
  padding: 10px 15px 10px 15px;
  font-size: 20px;
  color: green;
}

.cont-icon2
{
  background: blue;
  border: 2px solid blue;
   border-radius: 50%;
  padding: 10px 15px 10px 15px;
  font-size: 20px;
  color: #fff;
}

.cont-icon2:hover
{
  background: #fff;
  border: 2px solid blue;
   border-radius: 50%;
  padding: 10px 15px 10px 15px;
  font-size: 20px;
  color: blue;
}


.cont-icon3
{
  background: green;
  border: 2px solid green;
   border-radius: 50%;
  padding: 10px 13px 10px 13px;
  font-size: 18px;
  color: #fff;
}

.cont-icon3:hover
{
  background: #fff;
  border: 2px solid red;
   border-radius: 50%;
  padding: 10px 13px 10px 12px;
  font-size: 18px;
  color: red;
}


.cont-shead
{
  font-size: 18px;
 /* color: #ABADAE;*/
  padding-top: 5px;
}

.cont-shead1
{
  font-size: 15px;
  /*color: #ABADAE;*/
}

.cont-shead2
{
  font-size: 16px;
  /*color: #ABADAE;*/
}

input[type=text], select, textarea {
  width: 100%; /* Full width */
  height: 40px;
  padding: 12px; /* Some padding */ 
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

input[type=text]:hover {
  width: 100%; /* Full width */
  padding: 12px; /* Some padding */ 
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Add a background color and some padding around the form */
.form-cont {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}

.sub-btn
{
  background: #E52635;
  border: 1px solid #E52635;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  border-radius: 30px;
  padding: 15px 10px 15px 10px;
  margin-top: 20px;
  letter-spacing: 1px;
}

.sub-btn:hover
{
  background: green;
  border: 1px solid green;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  border-radius: 30px;
  padding: 15px 10px 15px 10px;
  margin-top: 20px;
  letter-spacing: 1px;
}
.show_fade
{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  z-index:999;
  background:rgba(0, 0, 0, 0.5);
  height:100vh;
  display:none;


}