/*
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:#5a0303;
    margin:0 0 15px 0;
    letter-spacing: 1px;
    font-weight: bold;
}

h1{
       font-size: 39px;
    line-height: 52px;
    color: #f44336;
}

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

h3{
       font-size: 24px;
  
    text-align: center;
    color: black;font-family: 'Merriweather', serif;font-family: 'Arimo', sans-serif;font-weight:bolder;


}
@media (max-width:620px)
{
	h3 {
    font-size: 25px;
    line-height: 36px;
    text-align: center;
    color: black;
    font-family: 'Merriweather', serif;
}	
}

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;
    color: #4c4c4c;
   text-align: left;;
}

.section{
    padding: 5px 0;
    position: relative;    background: #fff;
}

/*
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) {
    /* Navbar General ------*/
    nav.navbar ul.nav > li > a{
        padding: 30px 15px;
        font-weight: 600;
    }
    
    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: 397px;
			margin-top: -11px;
    }
    
    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;
        top: -2px;
    }
    
    nav.navbar .navbar-brand img.logo{
        width: 262px;
    margin-left: 0px;
    height: 45px;
    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: #fff !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;
}
.hW
{
	    width: 170px;
    margin-top: -4px;
}

.navbar-top
{
	border-left: 3px solid #fff;
    background: radial-gradient(#b30c00, #610021);
    background: radial-gradient(#61002100, #61002100);
}




.hm_contact_form {
   position: relative;
    padding: 20px;    border: 3px dashed #ffffff;
        background-image: linear-gradient(180deg, #f7c817 0%, #FFC107 50%, #FFC107 100%);
    border: 3px dashed #fff;
    border: 3px solid #fff;
    background-image: linear-gradient( -314deg , #3F51B5 29%, #FF5722 52%, #ff0303 100%);
}




.hm_contact_form h2.title1 {
   
    padding: 0px 20px !important;
    margin: 0px -27px;
	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;
        box-shadow: 0 10px 20px 1px rgba(0, 0, 0, 0.2);
	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: #5d0467  !important;
    opacity: 0.9;
}
.button {
   display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    margin: 5px 5px 5px 0px;
	    border-radius: 25px;

    padding: 0 22px;
    font-size: 14px;
    height: 40px;
    border: 2px solid black;
    line-height: 40px;
    border: 2px solid springgreen;
    background-color: #5d0467;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    text-shadow: 1px 1px 20px rgb(255, 255, 255);border-radius:0px;
}
}





.footer-top-area {
    background: #ff1100 none repeat scroll 0 0;
    position: relative;
}

.footer-top-area
{
	    background: #1b1b1d none repeat scroll 0 0;
}
.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;padding:20px 40px;text-transform:uppercase;}
.footer-wid-title{    color: #fff;
    font-size: 18px;
    margin: 0 0 25px;
    font-family: Thorletto;}
.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: #191970    none repeat scroll 0 0;
 none repeat scroll 0 0;color:#fff;padding:15px 0;}
.footer-copyright-area ul{margin:0;}
.footer-copyright-area ul li img{width:30px;}
.social-icos a:hover {
    background: #42054c ;
}
.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: #b402c1 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 {
	font-size: 18px;
      color: #fff;
    background: radial-gradient(#31302f00, transparent);
		}
.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: #fffc00;
    font-weight: bold;

}
.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;
}
}






.post-slide{
    margin: 0 15px;
    border: 1px solid #fff;
}
.post-slide .post-img{
    overflow: hidden;
}
.post-slide .post-img img{
    width: 100%;
    height: auto;
    transform: scale(1);border-top: 2px solid #fffbfb;
    transition: all 1s ease-in-out 0s;
}
.post-slide:hover .post-img img{
    transform: scale(1.08);
}
.post-slide .post-content{
    background: #fff;
    padding: 5px;
}
.post-slide .post-title{
    font-size: 17px;
    font-weight: 600;
    margin-top: 0;
    text-transform: capitalize;
}
.post-slide .post-title a{
    display: inline-block;
    color: #060606; 
    transition: all 0.3s ease 0s;
}
.post-slide .post-title a:hover{
    color: #7e0415;
	   
    text-decoration: none;
}
.post-slide .post-description{
    font-size: 15px;
    color: #676767;
    line-height: 24px;
    margin-bottom: 14px;
}
.post-slide .post-bar{
    padding: 0;
    margin-bottom: 15px;
    list-style: none;
}
.post-slide .post-bar li{
    color: #676767;
    padding: 2px 0;
}
.post-slide .post-bar li i{
    margin-right: 5px;
}
.post-slide .post-bar li a{
    display: inline-block;
    font-size: 12px;
    color: #808080;
    transition: all 0.3s ease 0s;
}
.post-slide .post-bar li a:after{
    content: ",";
}
.post-slide .post-bar li a:last-child:after{
    content: "";
}
.post-slide .post-bar li a:hover{
    color: #3d3030;
    text-decoration: none;
}
.post-slide .read-more{
    display: inline-block;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #e7989a;
    border-bottom-right-radius: 10px;
    text-transform: capitalize;
    transition: all 0.30s linear;
}
.post-slide .read-more:hover{
    background: #333;
    text-decoration: none;
}


.btn {
    display: inline-block;
    padding: 1px 5px;
    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;margin-left: 81px;
    -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;
}
.consult {
    display: inline-block;
    padding: 1px 5px;
    margin-bottom: 0;
    font-size: 26px;
    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;margin-left: 81px;
    -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;
}
.post-description
{
	text-align:center;
}


.testimonial{
   padding: 20px 15px;
    text-align: center;
    background: #1972f5;
    border-radius: 35px;

}


.testimonial .pic{
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 25px;
    overflow: hidden;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .description{
    padding: 0 15px;
    font-size: 13px;
    color: #808080;
    line-height: 26px;
}
.testimonial .description {
    padding: 0 15px;
    font-size: 13px;
    color: #fff8f8;
    line-height: 26px;
}
.testimonial .testimonial-title{
    font-size: 14px;
    letter-spacing: 3px;
    color: #000;
    text-transform: uppercase;
    position: relative;
}
.testimonial .testimonial-title:after{
    content: "\f10d";
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    display: inline-block;
    width: 100%;
    font-size: 40px;
    color: #54478a;
    margin-top: 30px;
}
.owl-theme .owl-controls .owl-page span{
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 20px;
    background: #f3904d;
    margin: 5px 7px;
    opacity: 0.5;
}
.owl-item
{
	background:white;margin-right:2px;
}


.our-team{
    background: white;
    padding:1px;

    transition: all 0.30s linear 0s;
}
.our-team:hover{
    background:#26262600;
}
.our-team .pic img{
    width: 100%;
    height: auto;
}
.our-team .team-prof{
    padding:2px 1px 0;
}
.our-team .post-title{
    color: #e67e22;
    font-size:22px;
    text-transform:capitalize;
    font-weight: 700;
    margin-bottom: 5px;
}
.our-team .post{
    font-size: 13px;
    color: #272626;
    FONT-WEIGHT: BOLD;
    display: block;
    margin: 1px 0 2px 0;
    text-transform: capitalize;
}
.post
{
	    font-size: 13px;
    color: #272626;
    FONT-WEIGHT: BOLD;
    display: block;
    margin: 1px 0 2px 0;
    text-transform: capitalize;
}
.our-team .description{
    color:#4c4c4c;
    padding:2px 0 15px;
    
    margin:0;
    
}
@media screen and (max-width: 990px){
    .our-team{
        margin-bottom: 30px;
    }
}
.abt a
{
	color:#4e4a4a !important;
}

.img-responsive
{
	border-radius:20px;
}
.line .col-xs-6
{
	
}

.imgs
{
	    height: 250px;
    width: 440px;
    border-radius: 10px;
}
.img-responsives
{
	width:100% !important;border-radius:10px;
}
@media (max-width:620px)
{
	.imgs
{
	    height: 250px;
    width: 100% !important;
    border-radius: 10px;
}
.img-responsives
{
	width:100% !important;
}
.post {
    font-size: 13px;
    color: #f20000;
    FONT-WEIGHT: BOLD;
    display: block;
    text-align: center;
    margin: 1px 0 2px 0;
    text-transform: capitalize;
}

.our-team .post {
    font-size: 13px;
    color: #fa0000;
    FONT-WEIGHT: BOLD;
    display: block;
    text-align: center;
    margin: 1px 0 2px 0;
}

}


.navbar-brand {
    float: left;
    height: 40px;
    padding: 15px 1px;
    font-size: 18px;
    line-height: 20px;
}


.btn {
    display: inline-block;
    padding: 1px 5px;
    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;
    margin-left: 0px !important;
    -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;
}


.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 0px solid #fff !important;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
button, input, select, textarea {
    font-family: inherit;
    background: #f8c411;
    font-size: inherit;
    line-height: inherit;
}

@media (max-width: 992px)
{
    h1 {
    font-size: 33px;
    line-height: 36px;
    text-align: center;
    color: #f44336;

}
}


button, input, select, textarea {
    font-family: inherit;
    background: #5d0467;
    font-size: inherit;
    color: white;
    border-radius: 11px;
    line-height: inherit;
}

.footer-copyright-area {
    background: #FF9800 none repeat scroll 0 0;
    none repeat scroll 0 0: ;
    color: #fff;
    padding: 15px 0;
}


.footer-top-area {
    background: #f39408 none repeat scroll 0 0;
    background: #FF416C;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #FF4B2B, #FF416C);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #FF4B2B, #FF416C); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: linear-gradient(to left, #fc0354, #f78901);


}


nav.navbar.bootsnav .navbar-toggle {
    background-color: #3372b2;
    border: none;
    padding: 0;
    font-size: 18px;
    position: relative;
    top: 5px;
}


.post-slide {
    margin: 0 0px;
    border: 1px solid #fff;
}

.footer-copyright-area {
    background: #540d60 none repeat scroll 0 0;
    none repeat scroll 0 0: ;
    color: #fff;
    padding: 15px 0;
}

.footer-copyright-area {
    background: #ff4a2d none repeat scroll 0 0;
    none repeat scroll 0 0: ;
    color: #fff;
    padding: 15px 0;
}

.navbar-top {
    border-left: 3px solid #fff;
    background: radial-gradient(#b30c00, #610021);
    background: radial-gradient(#ff52008c, #ff0057);
}

.navbar-top {
    border-left: 3px solid #fff;
    background: radial-gradient(#b30c00, #610021);
    background: radial-gradient(#dfdfdf8c, #ffca00);
}
.navbar-top {
    border-left: 3px solid #fff;
    background: radial-gradient(#b30c00, #610021);
    background: radial-gradient(#f903038c, #ff4900);
}
.navbar-top {
    border-left: 3px solid #fff0;
    background: radial-gradient(#b30c00, #610021);
    background: radial-gradient(#f903038c, #ff4900);
	    background: radial-gradient(#ffffff, #ded3df);
}

.demo {
    background: linear-gradient(to right,#fffcfc,#f5f2f2);
    background: #FF416C;
    background: -webkit-linear-gradient(to right, #FF4B2B, #FF416C);
    background: linear-gradient(to right, #e02bff, #072476);
}


.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 38px;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 6px solid #db0d0d !important;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    border-radius: 74px;
    transition: all .2s ease-in-out;
}

.testimonial {
    padding: 20px 15px;
    text-align: center;
    background: #ff2f00;
    border-radius: 35px;
}

.testimonial {
    padding: 20px 15px;
    text-align: center;
    background: #ddd;
    border-radius: 35px;
}


.testimonial .description {
    padding: 0 15px;
    font-size: 13px;
    color: #343131;
    line-height: 26px;
}

.footer-copyright-area {
    background: #ff4a2d none repeat scroll 0 0;
    background: linear-gradient(to left, #fc0354, #f78901);
    none repeat scroll 0 0: ;
    color: #fff;
    padding: 15px 0;
}

.our-team:hover {
    background: #ffffff;
}

@media (max-width: 620px) {
    h3 {
        font-size: 25px;
        line-height: 36px;
        text-align: center;
        color: #940d99;
        font-family: 'Merriweather', serif;
    }
	
	.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 38px;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 6px solid #400d87 !important;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    border-radius: 74px;
    transition: all .2s ease-in-out;
}
.our-team {
    background: #ffffff;
    padding: 1px;
    padding: 13px;
    transition: all 0.30s linear 0s;
    border-radius: 19px;
}
.our-team .pic img {
    width: 100% !important;
    

}
.our-team .post {
    font-size: 13px;
    color: #272626;
    FONT-WEIGHT: BOLD;
    text-align: center;
    display: block;
    margin: 1px 0 2px 0;
    text-transform: capitalize;
}
.testimonial {
    padding: 20px 15px;
    text-align: center;
    background: #2c011b !IMPORTANT;
    border-radius: 35px;
}
.testimonial .description {
    padding: 0 15px;
    font-size: 13px;
    color: #ffffff;
    line-height: 26px;
}
.testimonial .testimonial-title {
    font-size: 14px;
    letter-spacing: 3px;
    color: #d18a03;
    text-transform: uppercase;
    position: relative;
}
.demo {
    background: linear-gradient(to right, #fffcfc, #f5f2f2);
    background: #FF416C;
    background: -webkit-linear-gradient(to right, #FF4B2B, #FF416C);
    background: linear-gradient(to right, #ffffff00, #ffffff);
}
.footer-wid.footer-menu li {
    line-height: 0;
    margin-bottom: 14px;
    background: #760404;
    padding: 8px;
    border-radius: 20px;
}

nav.navbar.bootsnav .navbar-toggle {
    background-color: #f44336;
    border: none;
    padding: 0;
    font-size: 18px;
    position: relative;
    top: 5px;
}

@media (max-width: 620px) {
    nav.navbar.bootsnav .navbar-toggle {
        background-color: #f44336;
        border: none;
        padding: 0;
        font-size: 41px;
        position: relative;
        top: 5px;
    }
}


