body{
    font-family: 'Poppins', sans-serif;
    background-color: #fff !important;
}
h1, h2, h3, h4, h5, h6, p{    
    font-family: 'Poppins', sans-serif;
}
a:hover, a:focus, .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{
    background-color: transparent;
    text-decoration: none;
    outline: none;
    box-shadow: none;
}
.view_more_btn, .view_more_btn:focus{
    width:220px;
    display: block;
    float: left;
    background-color: transparent;
    border: 2px solid #f1624c;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 20px;
    font-weight: 400;
    border-radius: 0;
    font-family: 'Teko', sans-serif;
    padding: 15px 0px 10px 0px;;
    text-align: center;
    vertical-align: middle;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.view_more_btn:hover{
    background-color: #f1624c;
    color: #fff;
    text-shadow: none;
}
.view_more_btn ion-icon{
    vertical-align: middle;
}
.txt_div, .txt_inner{
    width: 100%;
    float: left;
}
.hdr_div{
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.hdr_title{
    font-size: 55px;
    font-family: 'Teko', sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 65px;
}
.txt_upper{
    text-transform: uppercase;    
}
.color1{
    color: #181b31 !important;      
}
.color2{
    color: #f1624c !important;    
}
.grey{
    color: #808291;    
}
.white{
    color: #fff;
}
.desc{
    font-family: poppins,sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 27px;
    margin-bottom: 30px;
}
.medium_title{
    font-size: 25px;
    line-height: 35px;
    font-weight: 400;
    margin-bottom: 30px;
}
.big_title{
    font-size: 36px;
    line-height: 35px;
    font-weight: 400;
    margin-bottom: 30px;    
}
.teko_font{
    font-family: 'Teko', sans-serif;    
}
.view_more_btn2, .view_more_btn2:focus{
    width:auto;
    display: inline-flex;
    float: left;
    background-color: transparent;
    color: #f1624c;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Teko', sans-serif;
    padding: 13px 0px;
    text-align: center;
    border-radius: 0;
    vertical-align: middle;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.view_more_btn2:hover{
    background-color: transparent;
    color: #d94831;
    text-shadow: none;
}
.view_more_btn2 ion-icon{
    vertical-align: middle;
}
.full_img{
    width: 100%;
}
.text_center{
    text-align: center;
}
.ash_bg{
    background-color: #fafafa;
}

/*------------------Navbar-------------*/

.nav_sec{
    position: absolute;
    width: 100%;
    left: 0;
    top: 60px;
    padding: 0px 100px;
    z-index: 999;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.nav_sec .navbar{
    margin-bottom: 0px;
}
.nav_sec .navbar-brand{
    height: auto;
    padding: 2px 10px;
    width:120px;
}
.nav_sec .logo{
    width:100px;
    float: left;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.nav_sec .navbar-right{
    margin-top: 40px;
}
.nav_sec .navbar-nav>li>a, .nav_sec .navbar-nav>li>a:focus{
    color: #fff;
    text-transform: uppercase;
    font-family: 'Teko', sans-serif;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 3px;
}
.nav_sec .navbar-nav>li.active>a, .nav_sec .navbar-nav>li>a:hover{
    color: #f1624c;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-decoration: line-through;
    background-color: transparent;
}
.affix{
    position: fixed;
    top: 0 !important;
    width: 100%;
    z-index: 999 !important;
    background-color: #fafafa;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.nav_sec.affix .logo{
    width:70px;
}
.affix .navbar-nav>li>a, .affix .navbar-nav>li>a:focus{
    color: #181b31;
}
.affix .navbar-right{
    margin-top: 15px;
}

/*------------------Navbar-------------*/

/*------------------Banner-------------*/

.homebanner_sec{
    width: 100%;
    float: left;
    height: 100vh;
    padding:50px;
    padding-bottom: 0px;
    position: relative;
    overflow: hidden;
}
.banner_inner{
    width: 100%;
    float: left;
    position: relative;
}
.homebanner_sec .item{
    min-height: 95vh;
    background-size: cover;
    background-position: center bottom;
}
.homebanner_sec .item:before{
    position:absolute;;
    content:"";
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.2);
}

.carousel-fade .carousel-inner .item {
  transition-product: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

.homebanner_sec .carousel-caption{    
    bottom: 20%;
    z-index: 99;
}
.homebanner_sec h4{
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    text-align: left;
    text-transform: capitalize;
    letter-spacing: 1px;
    position: relative;
    z-index: 99;
    text-shadow: none;
}
.homebanner_sec h5{
    color: #fff;
    text-align: left;
    font-size: 120px;
    position: relative;
    z-index: 99;
    text-transform: uppercase;
    font-weight: 500;
    text-shadow: none;
    font-family: 'Teko', sans-serif;
}
.homebanner_sec h5 span{
    font-weight: 300;
}

/*------------------Banner-------------*/



/*------------------About-------------*/

.about_sec{
    width: 100%;
    float: left;
    position: relative;
    padding: 100px 0px;
}
.about_inner{
    width: 100%;
    float: left;  
    background-image: url(../img/about-back.jpg);
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat; 
    padding-bottom: 100px; 
}
.about_sec .txt_div{
    padding-right: 100px;
}
.about_sec .txt_inner{
    padding-left: 120px;
    position: relative;
}
.about_sec .txt_inner:before{
    position: absolute;
    content: "";
    left: 0;
    top: 20px;
    width: 90px;
    height: 1px;
    background-color: #f1624c;
}
.about_sec img{
    margin-top: 20px;
}

/*------------------About-------------*/


/*------------------product-------------*/

.product_sec{
    width: 100%;
    float: left;
    position: relative;
    padding-bottom: 100px;
    background-image: url(../img/product_bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;     
}
.product_sec .button_div{
    width: 100%;
    float: right;
    margin-top: 15px;
    margin-bottom: 40px;
    text-align: right;
}
.product_sec .filter-button, .product_sec .filter-button:focus{
    margin: 15px 15px;
    background-color: transparent;
    box-shadow: none;
    outline: none;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    color: #9ba1af;
    padding: 0px;
}
.product_sec .filter-button.active, .product_sec .filter-button:hover{
    text-decoration: line-through;
    text-decoration-color: #181b31;
}
.product_list{
    min-height: 400px;
}
.product_sec .thumb{
    width:100%;
    float: left;
    overflow: hidden;
    min-height: 350px;
    background-position: center;
    background-size: cover;
    margin: 15px 0px;
    position: relative;
    background-size: cover;
    background-position: center;
}
.product_sec .thumb:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(0,0,0,0.7);
    z-index: 9;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.product_sec .thumb:hover:before{
    opacity: 1;
}
.product_sec .thumb .img-info{
    position: absolute;
    content: "";
    left: 0;
    top: calc(50% - 60px);
    width: 100%;
    height: 120px;
    overflow: hidden;
    z-index: 99;
}
.product_sec .thumb .img-info h4{
    text-align: center;
    color: #fff;
    font-size: 28px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0;
    padding-top: 125px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.product_sec .thumb .img-info p{
    font-size: 30px !important;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
    color: #ccc;
    text-transform: uppercase;
    padding-top: 120px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.product_sec .thumb .img-info .view-btn{
    background-color: #181b31;
    color: #fff;
    margin: auto;
    display: block;
    width:100px;
    text-align: center;
}
.product_sec .thumb .img-info .view-btn:hover{
    background-color: #f1624c;
    color: #fff;
}
.product_sec .thumb:hover h4, .product_sec .thumb:hover p{
    padding-top: 0px;
}
.product_sec .view_more_btn2, .product_sec .view_more_btn2:focus{
    float: none;
    margin: 50px auto;
    text-align: center;
    display: table;        
}
.thumb1:before{
    opacity: 1;
}


/*----Counter----*/

.counter_div{
    margin-top: 50px;
}
.counter_div h4{
    height: 50px;
    overflow: hidden;
    position: relative;
}
.slidingVertical{
	display: inline;
	text-indent: 8px;
}
.slidingVertical span{
	animation: topToBottom 5s linear infinite 0s;
	-ms-animation: topToBottom 5s linear infinite 0s;
	-webkit-animation: topToBottom 5s linear infinite 0s;
	opacity: 0;
	overflow: hidden;
	position: absolute;
}
.slidingVertical span:nth-child(2){
	animation-delay: 2.5s;
	-ms-animation-delay: 2.5s;
	-webkit-animation-delay: 2.5s;
}

/*topToBottom Animation*/
@-moz-keyframes topToBottom{
	0% { opacity: 0; }
	5% { opacity: 0; -moz-transform: translateY(20px); }
	10% { opacity: 1; -moz-transform: translateY(0px); }
	25% { opacity: 1; -moz-transform: translateY(0px); }
	30% { opacity: 0; -moz-transform: translateY(-20px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
@-webkit-keyframes topToBottom{
	0% { opacity: 0; }
	5% { opacity: 0; -webkit-transform: translateY(20px); }
	10% { opacity: 1; -webkit-transform: translateY(0px); }
	25% { opacity: 1; -webkit-transform: translateY(0px); }
	30% { opacity: 0; -webkit-transform: translateY(-20px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
@-ms-keyframes topToBottom{
	0% { opacity: 0; }
	5% { opacity: 0; -ms-transform: translateY(20px); }
	10% { opacity: 1; -ms-transform: translateY(0px); }
	25% { opacity: 1; -ms-transform: translateY(0px); }
	30% { opacity: 0; -ms-transform: translateY(-20px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
.counter_div h5{
    line-height: 30px;
}
.counter_div .count_desc{
    letter-spacing: 1px;
    font-weight: 300;
}

/*----Counter----*/

/*------------------product-------------*/


/*------------------Footer-------------*/

.footer_sec{
    width: 100%;
    float: left;
    position: relative;
    padding: 70px 0px 30px 0px;
    background-image: url(../img/footerback.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;    
}
.footer_div{
    width: 100%;
    float: left;    
}
.footer_sec .view_more_btn, .footer_sec .view_more_btn:focus{
    margin-top:5px;
    float: right;
}
.ft_links_row{
    position: relative;
    margin-top: 30px;
    padding: 40px 0px;
}
.ft_links_row:before{
    position: absolute;
    content: "";
    top: 0;
    left: 15px;
    right:15px;
    width: auto;
    display: block;
    height: 1px;
    background-color: #808291;
}
.footer_logo{
    width: 120px;
}
.footer_links{
    margin-top: 40px;
    text-align: right;
}
.footer_links li a, .footer_links li a:focus{
    letter-spacing: 1px;
    font-weight: 400;
    font-family: 'Teko', sans-serif;
    font-size: 20px;
}
.footer_links li a:hover{
    color: #f1624c;
    text-decoration: line-through;
    background-color: transparent;
}
.footer_links2{
    margin-top: 25px;
    text-align: right;
}
.footer_links2 li{
    background-color: #444;
    padding: 10px 0px;
    margin-left: 5px;
    width:40px;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.footer_links2 li a, .footer_links2 li a:focus{
    letter-spacing: 1px;
}
.footer_links2 li:hover{
    background-color: #f1624c;    
}
.footer_links2 li a:hover{
    color: #fff;
    text-decoration: line-through;
    background-color: transparent;
}

/*------------------Footer-------------*/


/*------------------Inner Banner-------------*/

.innerbanner_sec{
    width: 100%;
    float: left;
    padding:50px;
    padding-bottom: 0px;
    position: relative;
}
.pgbanner_inner{
    width: 100%;
    float: left;
    position: relative;
    background-image: url(../img/inner-banner.jpg);
    background-size: cover;
    background-position: bottom center;
    padding-top:180px;
    padding-bottom: 20px;
}
.pgbanner_inner:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}
.innerbanner_sec h5 a, .innerbanner_sec h5 a:focus{
    color: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.innerbanner_sec h5 a:hover{
    color: #f1624c;
}

.contentpg_sec{
    width: 100%;
    float: left;
    position: relative;
    padding: 100px 0px;
}
.innerbanner_sec h4, .innerbanner_sec h5{
    position: relative;
    z-index: 99;
}

/*------------------Inner Banner-------------*/


/*------------------Contact Page-------------*/

.contactpg_sec .txt_div{
    padding: 15px 30px;
}
.contactpg_sec .txt_div h5{
    padding-left: 40px;
    position: relative;
}
.contactpg_sec .txt_div h5 .icons{
    position: absolute;
    content: "";
    left: 0;
    top: 5px;
    color: #f1624c;
}
.contact_form{
    width: 100%;
    float: left;
    padding: 15px 50px;
    background-color: #181b31;
}
.contact_form .form-control{
    border-radius: 0px;
    margin: 15px 0px;
    font-size: 16px;
    color: #aaa; 
    background-color: transparent;
}
.contact_form .form-control:focus{
    border-color: #f1624c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(241, 98, 76, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(241, 98, 76, 0.6);
}
.contact_form .txt_input{
    height: 50px;
}
.contact_form .view_more_btn{
    margin-bottom: 20px;
    margin-top: 7px;
}

.map_sec{
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;
}
.map_sec iframe{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

/*------------------Contact Page-------------*/


/*----------Product Details Page------------*/
.product_detal_sec{
    width: 100%;
    float: left;
    position: relative;
    padding: 100px 0px;
}

.product_detal_sec .hdr_title{
    margin-bottom: 10px;
}
.product_detal_sec .product-title{   
    font-size: 36px;
    font-weight: 900;
    display: block; 
    margin-bottom: 20px;
}
.product_detal_sec .price-tag{    
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 20px;
    background-color: #f1624c;
    color: #fff;
    padding: 10px 15px;
    width: auto;
    display: inline-flex;
    align-content: center;
    justify-content: center;
    border-radius: 5px;
}
.product_detal_sec .price-tag i{
    margin-right: 5px;
}
.product_detal_sec .product-image{
    width: 100%;
}

.product_detal_sec .nav-tabs{
    border-bottom: 0px;
    background-color: #fafafa;
    margin-top: 20px;
}
.product_detal_sec .nav>li>a{
    margin-right: 5px;
    padding: 12px 30px;
    color: #181b31;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    border: 2px solid #f1624c;
    border-radius: 0px;
}
.product_detal_sec .nav-tabs>li.active>a, .product_detal_sec .nav-tabs>li.active>a:focus, .product_detal_sec .nav-tabs>li.active>a:hover, .product_detal_sec .nav>li>a:focus, .product_detal_sec  .nav>li>a:hover{
    border: 2px solid #f1624c;
    background-color: #f1624c;
    border-radius: 0px;
    color: #fff;
}
.enquiryModal .modal-dialog{
    min-height: 100%;
}
.enquiryModal .modal-content{
    width: 100%;
    float: left;
    padding: 0px 30px 20px 30px;
    background-color: #181b31;
}

.enquiryModal .modal-body h5{  
    font-size: 50px;
    font-weight: 900;
    display: block;
    text-align: center;
    
}
.enquiryModal form{
    width: 100%;
    float: left;
}
.enquiryModal .form-control{
    border-radius: 0px;
    margin: 15px 0px;
    font-size: 16px;
    color: #aaa; 
    background-color: transparent;
}
.enquiryModal .form-control:focus{
    border-color: #f1624c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(241, 98, 76, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(241, 98, 76, 0.6);
}
.enquiryModal .txt_input{
    height: 40px;
}

/*----------Product Details Page------------*/







/*----------About Page------------*/

.counter_div.about_counter_div{
    margin-bottom: 30px;
    margin-top: 0;
}
.shop_img{
    margin-top: 20px;
}

/*----------About Page------------*/


/*-------------------------Gallery Page -------------------------*/


.gallery_sec{
    width: 100%;
    float: left;
    position: relative;
    padding: 100px 0px;
}
.gallery_sec .thumbnail{
    padding: 0;
    border: 0;
}
.gallery_sec .gal_img_div{
    width: 100%;
    float: left;
    min-height: 300px;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}
div#image-gallery{
    padding:0px !important;
    z-index:9999999999;
}
div#image-gallery .modal-dialog{
    max-width: 700px;
    top: 50%;
    left: 50%;
    margin: 0;
    transform: translate(-50%, -50%);
}
div#image-gallery .modal-body{
    position: relative;
}
div#image-gallery .modal-body button.close{
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    border-radius: 0px;
    top: 15px;
    right: 15px;
    background-color: #f1624c;
    color: #fff;
    opacity: 1;
    font-size: 32px;
    font-weight: 600;
}
div#image-gallery .modal-body button.close:focus{
    border: 0 !important;
    box-shadow: none !important;
    outline: none !important;
}
button#show-previous-image{
    position: absolute;
    content: "";
    left: 15px;
    bottom: 15px;
    background-color: #f1624c;
    color: #fff;
    border-radius: 0px;
}
button#show-next-image{
    position: absolute;
    content: "";
    right: 15px;
    bottom: 15px;
    background-color: #f1624c;
    color: #fff;
    border-radius: 0px;
}
img#image-gallery-image {
    width: 100%;
}

/*-------------------------Gallery Page -------------------------*/
