/*
Typography
=========================== */
html,body {
    width:100%;
    height: auto;
    margin:0;
    padding:0;
    overflow-x: hidden;
}

body {
    font-family: 'Open Sans', sans-serif;
    position: relative;
    font-size:14px;
    line-height:24px;
    color:#6f6f6f;
}

a{
    color: #6f6f6f;
}

a,
a:active,
a:focus,
a:hover{
    outline:none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover{
    text-decoration:underline;
}

h1, h2, h3, h4, h5, h6{
    color:#fa6900;
    margin:0 0 15px 0;
    letter-spacing: 1px;
    font-weight: bold;
}

h1{
    font-size:48px;
    line-height:52px;
}

h2{
    font-size:36px;
    line-height:48px;
}

h3{
    font-size:30px;
    line-height:36px;
}

h4{
    font-size:24px;
    line-height:30px;
}

h5{
    font-size:18px;
    line-height:24px;
}

h6{
    font-size:14px;
    line-height:18px;
}

p{
    margin-bottom:20px;
}

.section{
    padding: 10px 0;
	box-shadow: 8px 14px 38px rgba(51, 63, 76, 0), 1px 3px 8px rgb(195, 182, 182);
    position: relative;
}

/*
Navbar Adjusment
=========================== */
/* Navbar Atribute ------*/
.attr-nav > ul > li > a{
    padding: 28px 15px;
}

ul.cart-list > li.total > .btn{
    border-bottom: solid 1px #cfcfcf !important;
    color: #fff !important;
    padding: 10px 15px;
}


	@media (min-width: 1024px){
nav.navbar ul.nav > li > a {
    padding: 17px 15px;
    font-weight: 600;
	letter-spacing:1px;
font-family: 'Poppins', ;


}
    
    nav.navbar .navbar-brand{
        margin-top: 0;
    }
    
    nav.navbar .navbar-brand img.logo{
        width: 50px;
    }

    nav.navbar .navbar-brand{
        margin-top: 0;
    }
    
    nav.navbar .navbar-brand img.logo{
        width: 50px;
    }
    
    nav.navbar li.dropdown ul.dropdown-menu{
        border-top: solid 5px;
    }
    
    /* Navbar Center ------*/
    nav.navbar-center .navbar-brand{
        margin: 0 !important;
    }
    
    /* Navbar Brand Top ------*/
    nav.navbar-brand-top .navbar-brand{
        margin: 10px !important;
    }
    
    /* Navbar Full ------*/
    nav.navbar-full .navbar-brand{
        position: relative;
        top: -15px;
    }
    
    /* Navbar Sidebar ------*/
    nav.navbar-sidebar ul.nav,
    nav.navbar-sidebar .navbar-brand{
        margin-bottom: 50px;
    }
    
    nav.navbar-sidebar ul.nav > li > a{
        padding: 10px 15px;
        font-weight: bold;
    }
    
    /* Navbar Transparent & Fixed ------*/
    nav.navbar.bootsnav.navbar-transparent.white{
        background-color: rgba(255,255,255,0.3);
        border-bottom: solid 1px #bbb;
    }
    
    nav.navbar.navbar-inverse.bootsnav.navbar-transparent.dark,
    nav.navbar.bootsnav.navbar-transparent.dark{
        background-color: rgba(0,0,0,0.3);
        border-bottom: solid 1px #555;
    }
    
    nav.navbar.bootsnav.navbar-transparent.white .attr-nav{
        border-left: solid 1px #bbb;
    }
    
    nav.navbar.navbar-inverse.bootsnav.navbar-transparent.dark .attr-nav,
    nav.navbar.bootsnav.navbar-transparent.dark .attr-nav{
        border-left: solid 1px #555;
    }
    
    nav.navbar.bootsnav.no-background.white .attr-nav > ul > li > a,
    nav.navbar.bootsnav.navbar-transparent.white .attr-nav > ul > li > a,
    nav.navbar.bootsnav.navbar-transparent.white ul.nav > li > a,
    nav.navbar.bootsnav.no-background.white ul.nav > li > a{
        color: #fff;
    }
    
    nav.navbar.bootsnav.navbar-transparent.dark .attr-nav > ul > li > a,
    nav.navbar.bootsnav.navbar-transparent.dark ul.nav > li > a{
        color: #eee;
    }
}

@media (max-width: 992px) {
    /* Navbar General ------*/
    nav.navbar .navbar-brand{
           margin-top: 0;
    position: relative;
    }
    
    nav.navbar .navbar-brand img.logo{
              width: 175px;
    margin-left: 62px;
    margin-top: -10px;
    }
    
    .attr-nav > ul > li > a{
        padding: 16px 15px 15px;
    }
    
    /* Navbar Mobile slide ------*/
    nav.navbar.navbar-mobile ul.nav > li > a{
        padding: 15px 15px;
    }
    
    nav.navbar.navbar-mobile ul.nav ul.dropdown-menu > li > a{
        padding-right: 15px !important;
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
    
    nav.navbar.navbar-mobile ul.nav ul.dropdown-menu .col-menu .title{
        padding-right: 30px !important;
        padding-top: 13px !important;
        padding-bottom: 13px !important;
    }
    
    nav.navbar.navbar-mobile ul.nav ul.dropdown-menu .col-menu ul.menu-col li a{
        padding-top: 13px !important;
        padding-bottom: 13px !important;
    }
    
    /* Navbar Full ------*/
     nav.navbar-full .navbar-brand{
        top: 0;
        padding-top: 10px;
    }
}

/* Navbar Inverse
=================================*/
nav.navbar.navbar-inverse{
    background-color: #222;
    border-bottom: solid 1px #303030;
}

nav.navbar.navbar-inverse ul.cart-list > li.total > .btn{
    border-bottom: solid 1px #222 !important;
}

nav.navbar.navbar-inverse ul.cart-list > li.total .pull-right{
    color: #fff;
}

nav.navbar.navbar-inverse.megamenu ul.dropdown-menu.megamenu-content .content ul.menu-col li a,
nav.navbar.navbar-inverse ul.nav > li > a{
    color: #eee;
}

nav.navbar.navbar-inverse ul.nav > li.dropdown > a{
    background-color: #222;
}

nav.navbar.navbar-inverse li.dropdown ul.dropdown-menu > li > a{
    color: #999;
}

nav.navbar.navbar-inverse ul.nav .dropdown-menu h1,
nav.navbar.navbar-inverse ul.nav .dropdown-menu h2,
nav.navbar.navbar-inverse ul.nav .dropdown-menu h3,
nav.navbar.navbar-inverse ul.nav .dropdown-menu h4,
nav.navbar.navbar-inverse ul.nav .dropdown-menu h5,
nav.navbar.navbar-inverse ul.nav .dropdown-menu h6{
    color: #fff;
}

nav.navbar.navbar-inverse .form-control{
    background-color: #333;
    border-color: #303030;
    color: #fff;
}

nav.navbar.navbar-inverse .attr-nav > ul > li > a{
    color: #eee;
}

nav.navbar.navbar-inverse .attr-nav > ul > li.dropdown ul.dropdown-menu{
    background-color: #222;
    border-left: solid 1px #303030;
    border-bottom: solid 1px #303030;
    border-right: solid 1px #303030;
}

nav.navbar.navbar-inverse ul.cart-list > li{
    border-bottom: solid 1px #303030;
    color: #eee;
}

nav.navbar.navbar-inverse ul.cart-list > li img{
    border: solid 1px #303030;
}

nav.navbar.navbar-inverse ul.cart-list > li.total{
    background-color: #333;
}

nav.navbar.navbar-inverse .share ul > li > a{
    background-color: #555;
}

nav.navbar.navbar-inverse .dropdown-tabs .tab-menu{
    border-right: solid 1px #303030;
}

nav.navbar.navbar-inverse .dropdown-tabs .tab-menu > ul > li > a{
    border-bottom: solid 1px #303030;
}

nav.navbar.navbar-inverse .dropdown-tabs .tab-content{
    border-left: solid 1px #303030;
}

nav.navbar.navbar-inverse .dropdown-tabs .tab-menu > ul > li > a:hover,
nav.navbar.navbar-inverse .dropdown-tabs .tab-menu > ul > li > a:focus,
nav.navbar.navbar-inverse .dropdown-tabs .tab-menu > ul > li.active > a{
    background-color: #333 !important;
}

nav.navbar-inverse.navbar-full ul.nav > li > a{
    border:none;
}

nav.navbar-inverse.navbar-full .navbar-collapse .wrap-full-menu{
    background-color: #222;
}

nav.navbar-inverse.navbar-full .navbar-toggle{
    background-color: #222 !important;
    color: #6f6f6f;
}

@media (min-width: 1024px) {
    nav.navbar.navbar-inverse ul.nav .dropdown-menu{
        background-color: #222 !important;
        border-left: solid 1px #303030 !important;
        border-bottom: solid 1px #303030 !important;
        border-right: solid 1px #303030 !important;
    }

    nav.navbar.navbar-inverse li.dropdown ul.dropdown-menu > li > a{
        border-bottom: solid 1px #303030;
    }
    
    nav.navbar.navbar-inverse ul.dropdown-menu.megamenu-content .col-menu{
        border-left: solid 1px #303030;
        border-right: solid 1px #303030;
    }
    
    nav.navbar.navbar-inverse.navbar-transparent.dark{
        background-color: rgba(0,0,0,0.3);
        border-bottom: solid 1px #999;
    }
    
    nav.navbar.navbar-inverse.navbar-transparent.dark .attr-nav{
        border-left: solid 1px #999;
    }
    
    nav.navbar.navbar-inverse.no-background.white .attr-nav > ul > li > a,
    nav.navbar.navbar-inverse.navbar-transparent.dark .attr-nav > ul > li > a,
    nav.navbar.navbar-inverse.navbar-transparent.dark ul.nav > li > a,
    nav.navbar.navbar-inverse.no-background.white ul.nav > li > a{
        color: #fff;
    }
    
    nav.navbar.navbar-inverse.no-background.dark .attr-nav > ul > li > a,
    nav.navbar.navbar-inverse.no-background.dark .attr-nav > ul > li > a,
    nav.navbar.navbar-inverse.no-background.dark ul.nav > li > a,
    nav.navbar.navbar-inverse.no-background.dark ul.nav > li > a{
        color: #3f3f3f;
    }
}
@media (max-width: 992px)  {
    nav.navbar.navbar-inverse .navbar-toggle{
        color: #eee;
        background-color: #222 !important;
    }
    
    nav.navbar.navbar-inverse .navbar-nav > li > a{
        border-top: solid 1px #303030;
        border-bottom: solid 1px #303030;
    }
    
    nav.navbar.navbar-inverse ul.nav li.dropdown ul.dropdown-menu  > li > a{
        color: #999;
        border-bottom: solid 1px #303030;
    }
    
    nav.navbar.navbar-inverse .dropdown .megamenu-content .col-menu .title{
        border-bottom: solid 1px #303030;
        color: #eee;
    }
    
    nav.navbar.navbar-inverse .dropdown .megamenu-content .col-menu ul > li > a{
        border-bottom: solid 1px #303030;
        color: #999 !important;
    }
    
    nav.navbar.navbar-inverse .dropdown .megamenu-content .col-menu.on:last-child .title{
        border-bottom: solid 1px #303030;
    }
    
    nav.navbar.navbar-inverse .dropdown-tabs .tab-menu > ul{
        border-top: solid 1px #303030;
    }
    
    nav.navbar.navbar-inverse.navbar-mobile .navbar-collapse{
        background-color: #222;
    }
}

@media (max-width: 767px)  {
    nav.navbar.navbar-inverse.navbar-mobile ul.nav{
        border-top: solid 1px #222;
    }
}

/*
Color
=========================== */
nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a:hover,
.side .widget ul.link li a:hover,
.side .widget ul.link li a:focus,
.check-list li:before,
ul.cart-list > li > h6 > a,
.attr-nav > ul > li > a:hover,
.attr-nav > ul > li > a:focus,
nav.navbar-sidebar ul.nav li.dropdown.on > a,
nav.navbar-sidebar .dropdown .megamenu-content .col-menu.on .title,
nav.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu li a:hover,
nav.navbar ul.nav li.dropdown.on > a,
nav.navbar.navbar-inverse ul.nav li.dropdown.on > a,
nav.navbar-sidebar ul.nav li.dropdown.on ul.dropdown-menu li.dropdown.on > a,
nav.navbar .dropdown .megamenu-content .col-menu.on .title,
nav.navbar ul.nav > li > a:hover,
nav.navbar ul.nav > li.active > a:hover,
nav.navbar ul.nav li.active > a,
nav.navbar li.dropdown ul.dropdown-menu > li a:hover{
    color: #fff;
}

nav.navbar.navbar-transparent ul.nav > li > a:hover,
nav.navbar.no-background ul.nav > li > a:hover,
nav.navbar ul.nav li.scroll.active > a,
nav.navbar.navbar-dark ul.nav li.dropdown ul.dropdown-menu  > li > a:hover,
nav.navbar ul.nav li.dropdown.on > a,
nav.navbar-dark ul.nav li.dropdown.on > a{
    color: #000!important;
}

@media(max-width:920px){
    nav.navbar .dropdown .megamenu-content .col-menu ul > li > a:hover,
    nav.navbar.navbar-dark .dropdown .megamenu-content .col-menu .title:hover{
        color: #f43438 !important;
    }
}

/*
Border
=========================== */
ul.cart-list > li.total > .btn{
    border-color: #f43438;
}

nav.navbar li.dropdown ul.dropdown-menu{
    border-top-color: #f43438 !important;
}

/*
Background
=========================== */
ul.cart-list > li.total > .btn,
.attr-nav > ul > li > a span.badge,
nav.navbar .share ul > li > a:hover,
nav.navbar .share ul > li > a:focus{
    background-color: #f43438;
}

ul.cart-list > li.total > .btn:hover,
ul.cart-list > li.total > .btn:focus{
    background-color: #dc3236 !important;
}


.serviceBox{
   color: #666;
    background: #fff;
    font-family: 'Cabin', sans-serif;
    text-align: center;
    box-shadow: 8px 14px 38px rgba(51, 63, 76, 0), 1px 3px 8px rgb(153, 150, 152);
    border: 15px solid #EA2027;
    border-bottom: none;
    border-left: none;
    padding: 35px 10px 20px;
    border-radius: 70px 70px 70px 70px;
	border-radius: 31%;
    transition: all 0.3s;
}
.serviceBox:hover{ box-shadow: -10px 10px 5px -5px rgba(0, 0, 0, 0.1); }
.serviceBox .service-icon{
    color: #fff;
    background: #EA2027;
    font-size: 35px;
    line-height: 74px;
    width: 90px;
    height: 90px;
    margin: 0 auto 20px;
    border: 10px solid #fff;
    border-radius: 50px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3), 5px -15px 10px rgba(0,0,0,0.15) inset;
    position: relative;
}
.serviceBox:hover .service-icon i{
    transform: rotateX(360deg);
    transition: all 0.3s;
}
.serviceBox .title{
    color: #EA2027;
    font-size: 22px;
    font-weight: 600;
	    font-family: 'Bebas Neue', cursive;

    text-transform: uppercase;
    margin: 0 0 10px;
}
.serviceBox .description{
    font-size: 15px;
    line-height: 24px;
}
.serviceBox .read-more{
    color: #EA2027;
    font-size: 14px;
    letter-spacing: 0.5px;
    transition: all 0.3s;
}
.serviceBox .read-more i{
    font-size: 12px;
    margin-left: 2px;
}
.serviceBox .read-more:hover{ color: #666; }
.serviceBox.blue{ border-color: #0652DD; }
.serviceBox.blue .service-icon{ background-color: #0652DD; }
.serviceBox.blue .title,
.serviceBox.blue .read-more{ color: #0652DD; }
.serviceBox.blue .read-more:hover{ color: #666; }
.serviceBox.green{ border-color: #009432; }
.serviceBox.green .service-icon{ background-color: #009432; }
.serviceBox.green .title,
.serviceBox.green .read-more{ color: #009432; }
.serviceBox.green .read-more:hover{ color: #666; }
.serviceBox.purple{ border-color: #b62ccc; }
.serviceBox.purple .service-icon{ background-color: #b62ccc; }
.serviceBox.purple .title,
.serviceBox.purple .read-more{ color: #b62ccc; }
.serviceBox.purple .read-more:hover{ color: #666; }
@media only screen and (max-width:990px){
    .serviceBox{ margin: 0 0 30px; }
}
.abts p 
{color:white;
text-align:justify;}



.testimonial{
    text-align: center;
    margin: 0 15px;
}
.testimonial .description{
    font-size: 1.15em;
    margin: 40px 0 20px;
    color: #f9f9f9;
}
.testimonial .pic{
    border: 2px solid #fff;
    width: 61px;
    height: 74px;
    display: inline-block;
    overflow: hidden;
    border-radius: 100px;
    margin-right: 10px;
}
.testimonial > img{
    box-shadow: 0 0 3px grey;
}
.testimonial .testimonial-title{
    display: inline-block;
    text-transform:capitalize;
    color: #fff;
    font-size: 0.9em;
    text-align: left;
    font-weight: bold;
    line-height: 3px;
    position: relative;
    top: -20px;
}
.testimonial .testimonial-title a{
    color: #3498db;
    display: block;
    margin-bottom: 15px;
}
.testimonial .testimonial-title small{
    display: block;
	color: white;
    margin-top: 10px;
    font-size:14px;
}
.owl-theme .owl-controls .owl-buttons div{
    border:1px solid #fff;
    border-radius: 0;
    background: transparent;
    transition: all 0.5s ease 0s;
    padding: 3px 7px;
}
.owl-theme .owl-controls .owl-buttons div:hover{
    background: #3498db;
    border:1px solid #3498db;
}
.owl-prev:before,
.owl-next:before{
    content: "\f053";
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    color: #fff;
}
.owl-next:before{
    content: "\f054";
}
@media only screen and (max-width: 767px){
    .testimonial .description{
        font-size: 14px;
    }
}

.owl-carousel .owl-wrapper-outer {
    
padding:30px;}


.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom:20px;
    border: 1px solid transparent;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}


@media (max-width: 767px)
{
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #fff0f0;
}
}


.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #da3d0b;
}






.footer-top-area{background:#530148    none repeat scroll 0 0;position:relative;}
.footer-top-area::before{background-image:url("img/footer_bg.png");content:"";height:30px;left:0;position:absolute;right:0;top:-18px;width:100%;}
.footer-top-area,
.footer-top-area a{color:#cacaca;}
.footer-wid{padding:80px 0;}
.footer-logo{background:transparent;color:#222;display:inline-block;font-size:16px;margin:0 0 10px;text-transform:uppercase;}
.footer-wid-title{color:#fff;font-size:23px;margin:0 0 25px;}
.footer-wid ul{list-style:outside none none;margin:0;padding:0;}
.footer-wid.footer-menu a{text-transform:capitalize;}
.footer-menu i.fa-chevron-circle-right{padding-right:5px;}
.footer-wid.footer-menu li{line-height:0;margin-bottom:14px;}
.footer-wid > span{display:block;font-size:14px;font-weight:300;}
.footer-copyright-area{
 background: #020202    none repeat scroll 0 0;
    none repeat scroll 0 0: ;
    color: #fff;
    padding: 1px 0;
 }
.footer-copyright-area ul{margin:0;}
.footer-copyright-area ul li img{width:30px;}
.social-icos a:hover {
    background: #F44336;
}
.social-icos a:hover {
    color: #fff;
}
.social-icos a {
    background: #222 none repeat scroll 0 0;
    border-radius: 50%;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
    transition: .3s;
    -webkit-transition: .3s;
}
.social-icos a {
    background: #222 none repeat scroll 0 0;
    border-radius: 50%;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
    transition: .3s;
    -webkit-transition: .3s;
}
ul {
    list-style: none;
    padding: 0;
}
.social-icos a {
    background: #1e1818    none repeat scroll 0 0;
    border-radius: 50%;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
    transition: .3s;
    -webkit-transition: .3s;
}
.social-icos li {
    display: inline-block;
    margin-right: 12px;
}
.footer-wid.footer-menu a {
    color: #f8b604;
}
.footer-wid.footer-menu a:hover {
    padding-left: 5px;
}
a {
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.single-footer-iem > img {
       float: left;
    border: 2px solid white;
    bordr-radisu: 5px;
    border-radius: 5px;
    margin-right: 10px;
    border: 2px solid whtei;
    width: 80px;
}
.single-footer-iem:hover {
    opacity: 0.7;
}
.single-footer-iem {
    border-bottom: 1px dashed #383333;
    display: block;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.single-footer-iem > p {
    color: #f8b604;
}
.opening-hour li {
    border-bottom: 1px dashed #2e2a2a;
    font-size: 13px;
    line-height: 28px;
}
.opening-hour {
    margin: 15px 0 20px !important;
}
@media only screen and (max-width: 767px)
{
.footer-top-area {
    padding: 50px 0;
}

}
@media only screen and (max-width: 767px)
{
.footer-wid {
    padding: 0 0 10px;
}
}

.section-footer {
    background-color: black
}

.section-footer .footer-deco-top 
{
    background: url(../img/footer_bg.png) center top no-repeat;
    padding-bottom: 1px;
  
}
@media (max-width:620px)
{
	.section-footer .footer-deco-top 
{
    background: url(../img/footer_bg.png) center top no-repeat;
    padding-bottom: 24px;
    margin-top: -2px;	
}
}

a:hover,a:focus{
    text-decoration: none;
    outline: none;
}
.vertical-tab{
    font-family: 'Signika', sans-serif;
    display: table;
}
.vertical-tab .nav-tabs{
    display: table-cell;
    width: 28%;
    min-width: 28%;
    vertical-align: top;
    border: none;
}
.vertical-tab .nav-tabs li{
   float: none;
   vertical-align: top;
}
.vertical-tab .nav-tabs li a{
    color: #fff;
    background-color: #fc4d00;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    padding: 14px 18px 13px;
    margin: 0 7px 10px 0;
    border-radius: 20px 20px 0 20px;
    border: none;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.5s ease 0.05s;
}
.vertical-tab .nav-tabs li a:hover,
.vertical-tab .nav-tabs li.active a,
.vertical-tab .nav-tabs li.active a:hover{
    color: #ee5253;
    border: none;
    box-shadow: 0 0 10px #ffafaf;
}
.vertical-tab .nav-tabs li a:before{
    content: '';
    background: #ee5253;
    height: 100%;
    width: 100%;
    transform: scale(0);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 0.2s ease-out;
}
.vertical-tab .nav-tabs li a:hover:before,
.vertical-tab .nav-tabs li.active a:before{
    background: #FFEFEF;
    transform: scale(1);
}
.vertical-tab .tab-content{
    color: #ffffff;
    background: #fc4d00;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 25px;
    padding: 12px 15px 12px 25px;
    border-radius: 0 30px 30px 30px;
    box-shadow: 0 0 5px #978585, 0 0 5px #f5f1f1 inset;
    display: table-cell;
    position: relative;
}
.vertical-tab .tab-content h3{
    font-weight: 600;
    margin: 0 0 5px 0;
}
@media only screen and (max-width: 479px){
    .vertical-tab .nav-tabs{
        width: 100%;
        display: block;
        border: none;
    }
    .vertical-tab .nav-tabs li a{
        padding: 14px 20px 12px;
        margin: 0 0 13px;
        border-radius: 5px 20px;
    }
    .vertical-tab .tab-content{
        padding: 20px 15px 10px;
        display: block;
    }
    .vertical-tab .tab-content h3{ font-size: 18px; }
}

.loc img
{
	background:#530148;padding:10px;margin-bottom:10px;
}
.loc h4
{text-align:center;    font-family: 'Jolly Lodger', cursive;
}




.cont-hill {
   
    color: #000;
    position: fixed;
    top: 100px;
    right: -130px;
    border-radius: 5px 0 0 5px;
    z-index: 99999;
    cursor: pointer;
    transition: .5s;
}
.cont-hill:hover {
   
    padding-right: 130px;
    border-radius: 10px 0 0 10px;
}
#cont-box1 {
    background-color: #f16121;
    float: left;
    border-radius: 5px 0 0 5px;
}
#cont-box1 img {
    width: 30px!important;
    height: 30px!important;
    margin: 5px 5px;
}
.cont-hill:hover>#call-no {
    visibility: visible;
    border-radius: 5px 0 0 5px;
    text-align: center;
    font-size: 15px;
    margin-top: 0;
}
#call-no p {
    color: #FFF;
    padding-top: 8px;
}
#call-no {
    visibility: hidden;
    background: #39b4b1;
    width: 170px;
    height: 40px;
    transition: .5s;
}
.faq
{
	color:#fc4d00;font-family: 'Bebas Neue', cursive;letter-spacing:3px;text-align:center;
}
.sp, img
{
	margin-bottom:3px;
}







.hm_contact_form {
    position: relative;
    padding: 20px;
    background: linear-gradient(to bottom, #b4031b, #b3011b);    border: 1px solid transparent;
}

.hm_contact_form h2.title1 {
      background-color: #612e35;
    padding: 10px 20px;
    margin: 0px -27px;
    text-align: center;
    color: #fff;
}
.hm_contact_form_1 {
	position: relative;
	padding: 20px;
	background-color: #2a2964;
}
.label_space {
	display: block;
	margin-bottom: 10px;
}
.form_row {
	margin-top: 10px;
}
.form_row label:not(.orderby_label) {
	float: left;
	display: block;
	width: 25%;
	color: #999;
	line-height: 39px;
}
.form_row .orderby_label {
	float: left;
	width: 75%;
}
.form_row > span {
	display: inline-block;
}
.form_row label.error {
	color: #e74c3c;
	margin-bottom: 0;
	width: 75%;
	float: right;
	font-size: 13px;
}
.form_row .hm_input_text {
	border-radius: 4px;
	color: #324545;
	font-weight: 600;
	width: 100%;
}
.form_row .hm_textarea {
	color: #324545;
	min-height: 90px;
	width: 100%;
	resize: none;
}
.form_row #form-messages {
	margin-left: 25%;
}
.form_row input[type="radio"]:first-of-type, .form_row input[type="checkbox"]:first-of-type {
	margin-left: 0;
}
.form_row input[type="radio"], .form_row input[type="checkbox"] {
	display: inline-block;
	margin: 3px 5px 4px 15px;
}
.full_contact_form .form_row label {
	float: none;
	width: 100%;
}
.full_contact_form #form-messages {
	margin-left: 0;
}
.bg_gray .form_row label {
	color: #888;
}
.full_contact_form .form_row .hm_input_text, .full_contact_form .form_row .hm_textarea, .full_contact_form .form_row select, .form_row input[type="file"] {
	width: 100%;
}
.full_contact_form .form_row button, .full_contact_form .form_row input[type="submit"] {
	margin-left: 0;
	max-width: 100%;
}
.hm_requires_star {
	color: #e74c3c;
}
.my_col_half label.error, .full_contact_form label.error {
	float: none;
}
.form_row:first-child {
	margin-top: 0;
}
#form-messages.send_success {
	border: 2px solid #44a244;
	color: #555;
	padding: 14px 20px 15px;
}
.form_row button, .form_row input[type="submit"] {
	margin-left: 0;
	max-width: 59%;
}
.full_button {
	width: 100%;
}
.form_loader {
	background: url("img/camera-loader.gif") no-repeat center center rgba(255, 255, 255, 0.6);
	display: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 5;
}
.sm-form-control {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 14px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 2px solid #fff;
    border-radius: 0 !important;
    -webkit-transition: border-color ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s;
    transition: border-color ease-in-out .15s;
}

.title1 {
    color: #E3106C;
    font-size: 24px;
    font-weight: 400;
    margin: 0 0 13px;
    font-family: "Oswald", "Open Sans", sans-serif;
    line-height: 33px;
}
.button.button-3d:hover {
    background-color: #ff0101 !important;
    opacity: 0.9;
}
.button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    margin: 5px 5px 5px 0px;
    padding: 0 22px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    background-color: #f86300;
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
}
.poojas h5
{
	background:red !important;
}


.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;
        border-bottom: 3px solid #a7aaad;
    border-radius: 6px;
}



.btn {
    display: inline-block;
    padding: 1px 3px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-danger {
    color: #fff;
    background-color: #fa6900;
    border-color: #d43f3a;
}