

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');

body {
    font-family: 'Open Sans', Helvathika, Arial, sans-serif;
    font-size: 14px;
}
a {
    outline: none !important;
    text-decoration: none !important;
}


.topp{background: #eee; padding: 1px; font-size: 1.2em;}

.bbg{background:#2204aa; padding-bottom:40px; padding-top:40px; margin-top:30px;}
.bbg2{background:rgb(255,255,255,0.8); border-radius:0px; border-color:#FFF; padding-top:30px; padding-bottom:30px; }
.bbg2_a{background:rgb(255,255,255,1.0); border-radius:0px; border-color:#d9d9d9; padding-top:30px; padding-bottom:30px; margin-bottom:0px; }
.bga{background:#93ce4f; padding-bottom:40px; padding-top:40px; margin-top:30px;}

.netbg{background:#009cf5; padding-top:20px; padding-bottom:20px; border-bottom:#86d3ff solid 1px; margin-top:20px;}
.navbg2{background:none; border:none; border-radius:0; width:100%;  height: 270px; margin-bottom:20px;  overflow-y: scroll;  overflow-x: hidden; 

 }

.netbg{background:#009cf5; padding-top:20px; padding-bottom:20px; border-bottom:#86d3ff solid 1px; margin-top:20px;}
.navbg2{background:none; border:none; border-radius:0; width:100%;  height: 270px; margin-bottom:20px;  overflow-y: scroll;  overflow-x: hidden; 

 }
.navbg3{background:none; border:none; border-radius:0; width:100%;  height: 400px; margin-bottom:20px; overflow-y: scroll;  overflow-x: hidden; }


.nav-list li{    border-bottom: #000 solid 1px;
    font-size: 16px;
    color: #353535;
    /* background: url(../images/arrow2.html) no-repeat left; */
    padding: 3px;}
.nav-list li a{color:#252525;  padding-top:4px; padding-bottom:4px; line-height:19px; }
.nav-list li a:hover{color:#000000; background:url(../images/arrow3.html) no-repeat left #e6e6e6;}

.box{-moz-box-shadow: 1px -2px 3px #000000;
-webkit-box-shadow: 1px -2px 3px #000000;
box-shadow: 1px -2px 3px #000000; padding: 10px; background-color: #93ce4f; height: 500px;}

.navbar-inverse{background:#4CAF50;}
          
.fixed-social-inner {
    padding: 0px;
}
.fixed-social {
    position: fixed;
    top: 40%;
    left:0;
    z-index: 999; 
}
ul.fixed-social-inner li {
    margin: 0 0 8px 0;
    min-height: 40px;
    line-height: 40px;
    text-align: left;
    border-radius: 0 50px 50px 0;
    transition: all 0.7s ease;
    padding-left: 15px;
    position: relative;
    left: -68%;
    box-shadow: 0 0 2px #000228;
}
.facebook-tab{
    background: #4464B1;
}
.twitter-tab{
    background: #57ACEF;
}
.youtube-tab{
    background: #E62118;
}
.linkedin-tab  {
    background: #036697;
}

.pinterest-tab  {
    background: #9F1121;
}

.tumblr-tab  {
    background: #F7941E;
}

.gplus-tab  {
    background: #F34A38;
}


.footerul li {line-height:40px;}




ul.fixed-social-inner li a {
    color: #fff;
    position: relative;
    transition: all 0.7s ease;
}
ul.fixed-social-inner li a i.fa {
    width: 35px;
    height: 35px;
    border: 1px solid #a9a9a9;
    border-radius: 100px;
    line-height: 35px;
    float: right;
    margin: 3px 5px 0 10px;
    transition: all 0.7s ease;
    text-align: center;
     background: #ebebeb;
}
ul.fixed-social-inner li a i.fa.fa-facebook {
    color: #3b5999;
}
ul.fixed-social-inner li a i.fa.fa-twitter {
    color: #55acee;
}
ul.fixed-social-inner li a i.fa.fa-youtube {
    color: #410093;
}
ul.fixed-social-inner li a i.fa.fa-linkedin {
    color: #248cc9;
}
ul.fixed-social-inner li:hover {
    left: 0;
}
ul.fixed-social-inner li:hover>a, 
ul.fixed-social-inner li>a:hover {
    color:#fff !important;
    text-decoration: none;
}
ul.fixed-social-inner li:hover>a>i.fa {
    background: #fff;
}
ul.fixed-social-inner li a{
    color: #fff;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    font-family: Roboto, Helvathika, Arial, sans-serif;
}
/* elements */

p {
    margin: 0px;
}
h1,
h2,
h3,
.menu-fs {
    text-transform: uppercase;
}
h1,
h2,
h3 {
    color: #333333;
    font-weight: 500;
    letter-spacing: 1px;
}
h2 {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 10px;
}
h3 {
    font-size: 20px;
    line-height: 30px;
}
.h3-bottom {
    margin-bottom: 10px;
}
p {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
.p-bottom {
    margin-bottom: 20px;
}
a {
    color: inherit;
}
a:hover {
    color: inherit;
    text-decoration: none;
}
a:visited {
    color: inherit;
    text-decoration: none;
}
.section-space {
    padding: 40px 0 40px 0;
}
.image-center {
    margin: 0 auto;
}
.image-right {
    margin: 0 0 0 auto;
}
.image-left {
    margin: 0 auto 0 0;
}
.image-radius {
    border-radius: 3px;
}
.center {
    text-align: center;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.link-top {
    margin-top: 15px;
}
.menu-btn-1,
.btn-1 {
    background-color:#4CAF50;
    border: 0;
    border-radius: 3px;
    color: #f3f3f3 !important;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    padding: 10px 20px 10px 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: 300ms ease-in;
}
.btn-1:hover {
    background-color: #222222;
}
.btn-ant:hover {
    background-color: #f3f3f3;
    color: #333333 !important;
}
.btn-top {
    margin-top: 25px;
}
.btn:hover,
.btn:focus {
    color: #ffffff;
}
.image-bottom {
    margin: 0 0 20px 0;
}
.column-center {
    float: none;
    margin: 0 auto;
}
.no-padding {
    padding: 0;
}
.no-margin {
    margin: 0;
}
.no-fs {
    font-size: 0;
}
.left-padding {
	padding-left: 10px;
}
.right-padding {
	padding-right: 10px;
}
.common-row-space {
    padding-bottom: 40px;
}
.section-bg-1 {
    background-color: #ffffff;
}
.section-bg-2 {
    background-color: #f6f6f6;
}
iframe {
    border: 0px;
}
.white-text h1,
.white-text h2,
.white-text h3,
.white-text p {
    color: #f3f3f3;
}
.bgimage-property {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.widget_tags .tags,
.category-bg p,
.content-tag,
#comments .comment-meta p,
#comments .comment-meta span,
.comment-form label,
.ls {
    letter-spacing: 1px;
}
.content-ul {
	list-style:none;
}
.distab {
    display: table;
}
.distab-cell-middle {
    display: table-cell;
    vertical-align: middle;
}
.distab-cell-top {
    display: table-cell;
    vertical-align: top;
}
.distab-cell {
    display: table-cell;
}
.underline-bottom {
    margin: 0 0 40px 0;
}
.content-underline-bottom {
	margin: 0 0 30px 0;
}
.link {
    color: #000 !important;
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
	margin-top:30px;
}
.link a:hover {
    color: #333333;
}
.img-responsive {
    border-radius: 3px;
}
/*========================================== NAVIGATION START ===========================================*/

.navbar-inverse .navbar-nav > li > a {
		padding: 15px 25px 15px 0 !important;
	}
.fixed-header {
	border-radius:0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

.menu-fs,
.menu-fs li {
    color: #f3f3f3;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 1px;
}
.menu-bg {
    background: rgb(0 74 137) none repeat scroll 0 0 !important
	border-radius: 0;
}
.navbar {
	border: none;
	box-shadow: none;
    margin-bottom: 0;
	padding: 0;
}
.navbar-inverse .navbar-nav > li > a {
    color: #666666;
    background-color: transparent ;
    padding: 15px 15px !important;
}
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:active {
    color: #f3f3f3;
    background-color: #FCB941;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
	border: 1px solid #FCB941;
	padding-bottom: 13px;
	padding-left: 10px;
	padding-right: 10px;
    color: #FCB941 !important;
	background-color: transparent !important;
}
.nav > li {
    display: table;
}
.navbar-right1,
.navbar-right {
    margin-right: 0;
}
.menu-separator {
	border-bottom:1px solid #444444;
}
.navbar-right1 {
    display: flex;
	display: -webkit-Box;
}
.navbar-inverse {
	box-shadow: none;
}
.input-group {
	margin-top: 8px;
}
.form-control.form-control1 {
	background-color: #ffffff !important;
}
.container.navigation-tb {
	margin: 0 auto !important;
	padding-bottom: 15px;
	padding-top: 15px;
}
.navbar-inverse .navbar-nav > li > a {
	color: #ffffff !important;
}
.close-icon p {
	display: none;
}



.mega-dropdown {
  position: static !important;
}
.mega-dropdown-menu {	
    padding: 10px 19px !important;
    width: 66%;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.mega-menu-group {
	width:100%;
}
.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}
.mega-dropdown-menu > li > ul > li {
  list-style: none;
}
.mega-dropdown-menu > li > ul > li > a {
  display: block;
  color: #333333 !important;
  font-weight: 400;
  padding: 10px 20px !important;
}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
}
.mega-dropdown-menu .dropdown-header {
  font-size: 18px;
  color: #FCB941;
  padding: 5px 5px 5px 5px;
  line-height: 30px;
}
.dropdown-menu > li > a {
	border-bottom: 1px solid rgba(204,204,204,0.4) !important;
	color: #333333 !important;
	padding-bottom:10px;
	padding-top:10px;
}
.dropdown-menu > li:last-child > a {
	border-bottom: 0 !important;
}
.dropdown-menu {
	background-color: rgba(255,255,255,0.97);
	border: 0;
	min-width: 150px;
	padding: 0;
	left: 0;
}
.mega-dropdown-menu {
	left: 4%;
	top: 81%;
}
.navbar-right .dropdown-menu {
	left: 0;
}
.dropdown-menu > li > a:focus{
	background-color: transparent !important;
	border-left: 5px solid #FCB941 !important;
	color: #333333 !important; 
} 
.dropdown-menu > li > a:hover {
	background-color: rgb(247, 148, 0) !important;
	border-bottom: 1px solid transparent !important;
	border-left: 5px solid #FCB941;
	color: #f3f3f3 !important; 
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
	background-color: #FCB941;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 6px;
    left: 101%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 5px 5px 5px;
    -moz-border-radius: 0 5px 5px;
    border-radius: 0 5px 5px 5px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #333333 !important;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 5px 0 5px 5px;
    -moz-border-radius: 5px 0 5px 5px;
    border-radius: 5px 0 5px 5px;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
	background-color: #ff0909;

}
.input-group-btn > a {
	color: #ffffff !important;
}

.collapse.navbar-collapse.no-padding.navbar-inverse.res-menu.side-collapse.in,
.menu-home-width {
	float: left;
}
.menu-search-width {
	float: right;
}
.elements-1 {	
	display:table-cell;
	padding:0 5px 0;
}
.elements-1  ul{
	border-right:1px solid #dddddd;
	margin-top:20px;
	padding-left:0;	
}
.elements-1:last-child  ul{
	border-right: transparent;
}
.elements-1:first-child  {
	padding-left:0;	
}
.elements-1:last-child  {
	padding-right:0;	
}
.elements-1  ul li a{
	padding:10px 20px !important;
}
.elements-1 {
	display: inline-block;
}
.navbar-nav .menu .elements-menu .elements-1 ul li a:hover {
	background-color: #fcb941 !important;
    background: linear-gradient(to bottom, #c98403 0%, #fcb941 100%) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
	background-image: -webkit-linear-gradient(top, #c98403 0%, #fcb941 100%) !important;
	background-image: -webkit-gradient(linear, to bottom, #c98403 0px, #fcb941 100%) !important;
	background-image: -moz-linear-gradient(to bottom, #c98403 0px, #fcb941 100%) !important;
	background-image: -ms-linear-gradient(to bottom, #c98403 0px, #fcb941 100%) !important;
	background-image: -o-linear-gradient(to bottom, #c98403 0px, #fcb941 100%) !important;
    color: #ffffff !important;
}

/*========================================== NAVIGATION END ===========================================*/

/*========================================== PRE HEADER START ===========================================*/

.menu-right-border {
	border-right: 1px solid #dddddd;
	padding-bottom: 26px;
	padding-right: 15px;
    padding-top: 26px;
}
.preheader-bg {
	background-color: #222222;
}
.preheader {
    background-color: #222222;
}
.preheader-bg1 {
	background-color:#FF5722;
	padding-top: 10px;
}
.preheader-bg {
	background-color: #ffffff;
}
.preheader-div {
    padding-left: 0;
    margin-bottom: 0;
}
.preheader-div li {
    list-style: none;
    display: inline-block;
}
.preheader-div li:first-child {
    padding-right: 8px;
}
.preheader-div-1 {
	margin-left: 15px;
}
.preheader-div p {
    color: #232323;
    letter-spacing: 1px;
    font-weight: bold;
}
.preheader-div p a {
    color: #232323;
}
.preheader-right {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.logo1-section {
	background-color:#ffffff;
}
.mtop{margin-top:10px;}
.menu-btn-div-1 {
    padding-top: 30px;
    padding-left: 30px;
}
.menu-btn-1 {
	border-radius: 0 !important;
	border-left: 3px solid #222222;
}
.menu-btn-1:hover {
	background-color: #222222;
	border-left: 3px solid #FCB941;
	border-radius: 0 !important;
	color: #f3f3f3;
}
.quote-icon {
	font-size: 16px !important;
}
.logo1-section .navbar-left1 {
	margin:0 auto;
	text-align:center;
	padding-bottom:30px;
}
.navbar-left1 {
	float:left;
    margin-top: 15px;
}

/*========================================== PRE HEADER END ===========================================*/

/*========================================== HEADER-1 START ===========================================*/

.counter-bgimage-parallax,
.quote-bgimage-parallax,
.cta-bgimage-parallax,
.header-bgimage-parallax {
	background-attachment: fixed;
}

.header-bgimage {
    background-image: url("../../images/1500x1400.jpg");
}

.header-left-bgimage {
    background-image: url("../../images/1500x980x2.html");
}

.header-right-bgimage {
    background-image: url("../../images/1500x980x3.html");
}

.header-parallax-bgimage {
    background-image: url("../../images/1500x980x4.html");
}

.header-form-bgimage {
    background-image: url("../../images/1500x980x5.html");
}

.header-section-space {
    padding: 95px 0 95px 0;
}
.header-width {
	width: 95%;
}
.header-width-right {
	margin-left: auto;
}
.header-head h1 {
    font-size: 50px;
    font-weight: 500;
    line-height: 60px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.header-head1 {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 1px;
	margin-bottom: 10px !important;
    text-transform: uppercase;
}
.header-uline {
	border-bottom: 2px solid #FCB941;
	display: inline-block;
	margin: 0 auto;
	width: 70px;
}
.uline-left-padding {
	margin-left: 10px;
}
.header-head-bottom h1 {
	margin-bottom: 10px;
}
.header-slider-bgimage-1 {
	background-image: url("../../images/slider1.jpg");
}
.header-slider-bgimage-2 {
	background-image: url("../../images/slider2.jpg");
}
.header-slider-bgimage-3 {
	background-image: url("../../images/slider3.jpg");
}
.header-section-slider-height {
    height: 700px;
}

.header-column-center {
	margin: 0 auto;
	width: 90%;
}
.header-form-top {
	margin-top: 40px;
}
.header-form-width {
	width: 85%;
}
/*header form*/

.form-div1 {
    position: relative;
    margin-bottom: 30px;
}
.form-div1 i {
    color: #333333;
    position: absolute;
    left: 20px;
    top: 12px;
}
.form-col {
    background-color: rgba(255, 255, 255, 0.7);
	border-radius: 4px;
    margin: 0 auto;
    padding: 40px 20px 20px 20px;
    width: 92%;
}
.form-section {
    background-color: rgba(252, 185, 65, 0.9);
	border-radius: 4px;
    padding: 10px 8px;
}
.form-message {
    border: 1px solid #dddddd;
    border-radius: 5px;
    padding-left: 50px;
    padding-right: 20px;
    padding-top: 6px;
    padding-bottom: 6px;
    width: 100%;
}
.form-div1 textarea {
    color: #333333;
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    background-color: transparent;
    border-radius: 4px;
    padding-left: 50px;
    padding-right: 20px;
    width: 100%;
}
.form-div1 input {
    color: #333333;
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    background-color: transparent;
    border-radius: 4px;
    height: 40px;
    padding-left: 50px;
    padding-right: 20px;
    width: 100%;
}
.form-section h3 {
    color: #333333;
    margin-bottom: 30px;
}

.form-row {
    margin-top:20px;
}
.form-div-2 {
    margin-bottom: 20px;
}
.form-success {
    color: #006604;
}
.form-div1 label,
.form-div-2 label {
    color: #ff0000;
    font-size: 14px;
    margin-top: 10px;
    letter-spacing: 1px;
}

.header-pagination-bg {
	background-color: #111111;
}
/*breadcrumb*/

.breadcrumb {
    float: left;
    background-color: transparent;
    margin-bottom: 10px;
    margin-top: 10px;
}
.breadcrumb-arrow li+li:before {
    padding: 0;
    content: "";
}
/* Display list items side by side */

.breadcrumb li {
    display: inline;
}
.bread-br {
	border-bottom: 1px solid #cccccc;
}

/* Add a slash symbol (/) before/behind each list item */

.breadcrumb li+li:before {
    padding: 8px;
    color: #333333;
    content: ">>\00a0";
}
/* Add a color to all links inside the list */

.breadcrumb li a {
    color: #333333;
    text-decoration: none;
}
.breadcrumb li:last-child a {
    color: #000;
}
/* Add a color on mouse-over */

.breadcrumb li a:hover {
    color: #000;
    text-decoration: underline;
}
.breadcrumb li:last-child a:hover {
    color: #000;
}
.breadcrumb-arrow li span {
    color: #333333;
}
.breadcrumb-arrow li:last-child a {
    cursor: text;
}

/*========================================== HEADER-1 END ===========================================*/

/*========================================== ABOUT US START ===========================================*/

.intro-content {
    font-weight: 600;
}
.intro-bottom {
    margin-bottom: 40px;
}
.intro-underline-bottom {
    margin: 0 0 20px 0;
}

.title-uline {
	border-bottom: 1px solid #FCB941;
	display: inline-block;
	margin: 0 auto;
	width: 68%;
}
.seminar-padding {
	padding-left: 20px;
}

/*========================================== ABOUT US END ===========================================*/

/*========================================== OUR SERVICES START ===========================================*/

.services-padding {
	padding-left: 15px;
}
.service-margin {
	margin-bottom: 10px;
}
.service-br {
	border: 1px solid #dddddd;
	padding: 20px;
}
.about-sidebar {
	background-color:#f4f4f4;
	float:left;
}

.kitchen-top {
	margin-top: 10px;
}

.about-widget ul {
	padding-left:0;
	margin-bottom:0;	
}

.about-widget li {
	border-bottom:1px solid #bbbbbb;
	display: block;	
	margin-bottom:5px;
		margin-right:5px;
	list-style:none;
	padding-bottom: 8px;
		padding-left: 0;
		padding-right: 0;
		padding-top: 8px;
		position: relative;
}


/*  bhoechie tab */
.tab-container{
  z-index: 10;
  background-color: #ffffff;
  padding: 0 !important;
  border-radius: 4px;
  -moz-border-radius: 4px;  
  margin-left: 50px; 
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);
}
.tab-menu{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
.tab-menu .list-group{
  margin-bottom: 0;
}
.tab-menu .list-group>a{
  margin-bottom: 0;
}

.tab-menu .list-group>a .fa {
  color: #FCB941;
}

.tab-menu .list-group>a:first-child{
  border-top-right-radius: 4px;
  -moz-border-top-right-radius: 4px;
}
.tab-menu .list-group>a:last-child{
  border-bottom-right-radius: 4px;
  -moz-border-bottom-right-radius: 4px;
}

.tab-menu .list-group>a.active h5,
.tab-menu .list-group>a.active .about-head5:before,
.tab-menu .list-group>a.active .about-head4:before,
.tab-menu .list-group>a.active .about-head3:before,
.tab-menu .list-group>a.active .about-head2:before,
.tab-menu .list-group>a.active .about-head1:before,
.tab-menu .list-group>a.active,
.tab-menu .list-group>a.active .fa{
  background-color: #FCB941;
  background-image:none;
  border:0;
  color: #ffffff !important;
  text-shadow:none;
}

.tab-menu .list-group>a.active:after{
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #FCB941;
}

.tab-content{
  padding-left: 20px;
  padding-top:0;
}

.bhoechie-tab .tab-content:not(.active){
  display: none;
}


.list-group-item .about-head1:before,
.list-group-item .about-head2:before,
.list-group-item .about-head3:before,
.list-group-item .about-head4:before,
.list-group-item .about-head5:before {
  display: inline-block;
  color:#333333;
  font-family: "FontAwesome";
  font-size:14px;
  font-weight: 400;
  padding-right:10px;
  text-align: center;
  transition: .2s;
}

.list-group-item .about-head1:before {
  content: "\f0f7";
}

.list-group-item .about-head1 h5 {
	color:#333333;
}

.list-group-item {
	padding-bottom:15px;
	padding-top:15px;
}

.list-group-item .about-head2:before {
  content: "\f21d";
}

.list-group-item .about-head3:before {
  content: "\f0f4";
}

.list-group-item .about-head4:before {
  content: "\f009";
}

.list-group-item .about-head5:before {
  content: "\f200";
}

/*========================================== OUR SERVICES END ===========================================*/

/*========================================== OUR PROJECTS START ===========================================*/

.project-btn {
	display: table;
	margin-left: auto;
	margin-right: auto;
	margin-top: -25px;
	position: relative;
	cursor: pointer;
}
.project-content {
	border: 1px solid #222222;
	padding: 20px 25px;
	margin-top: 15px;
}
.project-content h4{
	line-height: 28px;
}
.icon-arrow {
	font-size: 30px;
}
/*========================================== OUR PROJECTS END ===========================================*/

/*========================================== CTA START ===========================================*/

.cta-bgimage {
    background-image: url("../../images/1500x750.html");
}
.cta-section-space {
    padding: 190px 0 190px 0;
}
.cta-bottom {
	margin-bottom: 15px;
}
select {
	background-color: transparent;
}

/*========================================== CTA END ===========================================*/

/*========================================== PORTFOLIO START ===========================================*/

.gallery-padding {
	padding: 20px;
}
.gallery-content,
.gallery-heading {
	color: #333333;
}
.gallery-top {
	margin-top: 15px;
}
.gallery-bottom {
	margin-bottom: 10px;
}
.gallery-link {
	color: #333333;
	font-size: 13px;
    font-weight: 600;
    line-height: 20px;
}
.overlay-btn {
	padding: 6px 12px;
}
.gallery-fa {
    color: #FCB941;
    font-size: 30px;
}
.gallery-fa-pad-left {
    padding-left: 10px;
}
.ekko-lightbox-nav-overlay a {
    color: #FCB941;
}
.gallery-row-bottom {
    padding-bottom: 30px;
}
.list-style-none {
    list-style: none;
}





/* Filter controls portfolio1 */

.filter-options.portfolio1 li {  
	background-color: transparent;
	color: #333333;
    cursor: pointer;
    display: inline-block;
	font-family: 'Open Sans', serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform:uppercase;
	position: relative;
    padding: 1rem 2rem;
	
}
.filter-options.portfolio1 li.active {
    color: #FCB941;
}
.filter-options.portfolio1 li:hover {
	background-color: transparent;
    color: #FCB941;
}
.filter-options.portfolio1 li:after {
    background-color: transparent;
	border: 2px solid #222222;
	border-radius: 50%;
    content: "";
    height: 10px;
    position: absolute;
    right: -7px;
    top: 35%;
    width: 10px;
}
.filter-options.portfolio1 .menu-underline:hover::after  {
	width: 10px !important;
}
.filter-options.portfolio1 li:last-child:after {
    background-color: transparent;
	border: none;
}
.filter-options.portfolio1 {
    margin-bottom: 30px;
    padding-left: 0;
    text-align: center;
}

/* Filter controls portfolio2 */

.filter-options.port1 li {  
	background-color: #222222;
	color: #ffffff;
    cursor: pointer;
    display: inline-block;
	font-family: 'Open Sans', serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
	text-align: center;
    text-transform:uppercase;
	position: relative;
    padding: 1rem 2rem;
	
}
.filter-options.port1 li.active {
	background-color: #FCB941;
    color: #ffffff;
}
.filter-options.port1 li:hover {
	background-color: #FCB941;
    color: #ffffff;
}
.filter-options.port1 li:after {
    background-color: #222222;
	border: none;
    content: "";
    height: 0px !important;
    position: absolute;
    right: -7px;
    top: 50%;
    width: 8px;
}
.filter-options.port1 li:last-child:after {
    background-color: transparent;
}
.filter-options.port1 {
	display: inline-block;
    padding-bottom: 30px;
    padding-left: 0;
	margin: 0 auto !important;
    text-align: center !important;
	width: 100% !important;
}

/* Filter controls portfolio3 */
.filter-options.port2 {
	background-color: #FCB941;
	margin: 0 auto;
	width: 58%;
}
.filter-options.port2 li {  
	background-color: #FCB941;
	color: #ffffff;
    cursor: pointer;
    display: inline-block;
	font-family: 'Open Sans', serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform:uppercase;
	position: relative;
    padding: 1rem 2rem !important;
	
}
.filter-options.port2 li.active {
    color: #333333;
}
.filter-options.port2 li:hover {
    color: #333333;
}
.filter-options.port2 li:after {
    background-color: #f3f3f3;
	border-radius: 0;
    content: "";
    height: 20px;
    position: absolute;
    right: 0px;
    top: 24%;
    width: 1px !important;
}
.filter-options.port2 li:last-child:after {
    background-color: transparent;
	border: 0 !important;
}
.filter-options.port2 {
    margin-bottom: 30px;
    padding-left: 0;
    text-align: center;
}

/*========================================== PORTFOLIO END ===========================================*/

/*========================================== OUR PRICES START ===========================================*/

.price-head-bottom {
    margin-bottom: 20px;
}
.price-tag {
	color: #333333;
    font-size: 50px;
    font-weight: 600;
	line-height: 60px;
	margin: 0 auto;
	width: 80%;
}
.price-br {
    border: 1px solid #222222;
	padding-bottom: 30px;
    transition: 300ms ease-in;
}
.price-title {
	background-color: #FCB941;
	padding: 10px;
}
.price-title1-bg {
	background-color: #FCB941;
}
.price-inner-bg {
	background-color: #f6f6f6;
}
.price-list-bottom p {
    padding-bottom: 15px;
}
.price-list-bottom p:last-child {
    padding-bottom: 0;
}
.price-bottom {
	margin-top: 25px;
}
.price-content-bg {
	padding: 0 15px;
}
.price-title1-bg,
.price-title-bg {
	padding: 15px;
}
.price-image {
	border-radius: 50%;
}

.hvr-grow-shadow-price {
  display: block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow, transform;
  transition-property: box-shadow, transform;
}
.hvr-grow-shadow-price:hover, .hvr-grow-shadow-price:focus, .hvr-grow-shadow-price:active {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.4);
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
}
/*========================================== OUR PRICES END ===========================================*/

/*========================================== GET A QUOTE START ===========================================*/

.quote-bgimage {
    background-image: url("../../images/1500x650.html");
}
.quote-section-space {
    padding: 150px 0 150px 0;
}
.quote-bottom {
	margin-bottom: 20px;
}
.quote-bottom1 {
	margin-bottom: 30px;
}
.quote-bg {
	background-color: #ffffff;
	padding: 30px;
}
.quote-list {
	font-size: 16px;
}
.feedFormField1 {
	padding-left: 65px;
}
.feedFormField1 input {
	color: #333333;
}
.feedFormField {
	padding-left: 60px;
}
.feedFormField1,
.feedFormField {
	border: 1px solid #222222;
	height: 40px;
	width: 100%;
	-moz-appearance: none;
	-webkit-appearance: none;
}
select::-ms-expand {
    display: none;
}
.select-icon {
	background-color: #222222;
	color: #ffffff;
	position: absolute;
	font-size: 16px;
	height: 40px;
	padding: 13px;
	width: 40px;
}
label {
	color: #ff0000;
	padding-top: 5px;
}
.quote-bg *::-moz-placeholder {
	color: #333333 !important;
	opacity: 1;
}
.quote-bg *::-webkit-input-placeholder {
	color: #333333 !important;
	opacity: 1;
}
/*========================================== GET A QUOTE END ===========================================*/

/*========================================== FAQ START ===========================================*/

.faq-br {
	border-bottom: 1px solid #FCB941;
	border-left: 4px solid #222222;
	border-right: 1px solid #FCB941;
	border-top: 1px solid #FCB941;
	cursor: pointer;
	font-weight: 600;
	padding: 10px 15px;
}
.faq-bottom.active p {
	border-left: 0;
	color: #ffffff;
}
.faq-bottom.active {
	border-left: 4px solid #FCB941 !important;
}
.faq-bottom.active,
.faq-br:active,
.faq-br:hover {
	background-color: #FCB941;
	border-left: 4px solid #FCB941;
	color: #ffffff;
}
.faq-content {
	border: 1px solid #222222;
	padding: 10px 15px;
	margin-top: 10px;
}
/*========================================== FAQ END ===========================================*/

/*========================================== OUR TEAM START ===========================================*/

.team-inner-bg1,
.team-inner-bg {
	background-color: #222222;
}
.team-inner-bg {
	padding: 5px 7px;
}
.team-br1,
.team-br {
	border-bottom: 2px solid #FCB941;
	margin: 0 auto;
	width: 80%;
}
.team-inner-bg1:hover .team-br1,
.team-inner-bg:hover .team-br1 {
	border-bottom: 2px solid #f3f3f3;
}
.client-design1,
.client-name1 {
	color: #f3f3f3
}
.client-name1,
.client-name {
	padding-bottom: 5px;
}
.client-design1 {
	padding-bottom: 20px;
}
.client-design1,
.client-design {
	font-weight: 500;
	padding-top: 5px;
}
.team-inner-bg1:hover,
.team-inner-bg:hover {
	background-color: #FCB941;
}
.team-image2 {
	border-radius:0;
}
/*========================================== OUR TEAM END ===========================================*/

/*========================================== 404-NOT FOUND START ===========================================*/

.error-top {
	margin-top: 15px;
}
.error-404 {
	color: #333333;
	font-size: 200px;
	line-height: 210px;
	font-weight: 500;
}
.page-not  {
	color:#444444;
	font-size:30px;
	font-weight:500;
	line-height: 37px;
}
.page-error-menu li {
	color: #666666;
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	text-transform: uppercase;
}
.page-center {
	margin: 0 auto !important;
	/*padding-top: 20px;*/
	text-align: center;
}
.page-center-inner {
	display: inline-flex;
	display: -webkit-inline-box;
}
.page-error-menu li:hover {
	color: #FCB941;
}
/*========================================== 404-NOT FOUND END ===========================================*/

/*========================================== COUNTER START ===========================================*/

.counter-bgimage {
    background-image: url("../../images/1500x1400.jpg");
}
.counter-section-space {
    padding: 200px 0 200px 0;
}
.counter-head-bottom {
	font-size: 50px;
	font-weight: 700;
	line-height: 60px;
	margin-bottom: 15px;
}
/*========================================== COUNTER END ===========================================*/

/*========================================== OUR PRODUCTS START ===========================================*/

.product-icon {
	font-size: 18px;
}
.product-price {
	font-weight: 700;
}
.product-width {
	display: inline;
	display: -webkit-inline-box;
	margin: 0 auto;
}
/*========================================== OUR PRODUCTS END ===========================================*/

/*========================================== SINGLE PRODUCT START ===========================================*/

.prod-br {
	border: 1px solid #222222;
	border-radius: 3px;
	padding: 28px;
}
.single-price {
	color: #FCB941;
	font-size: 25px;
	font-weight: 400;
}
.cart-br {
	border: 1px solid #222222;
	border-radius: 3px;
	padding: 0 15px;
}
.prod-padding {
	padding-left: 20px;
}
.prod-btn-top {
	padding-top: 30px;
}
.related-br {
	border-bottom: 1px solid #dddddd;
	padding: 0 15px;
}
/*========================================== SINGLE PRODUCT END ===========================================*/

/*========================================== OUR LATEST NEWS START ===========================================*/

.news-top {
	padding-left: 20px;
	position: absolute;
	top: 0;
}
.news-date {
    background-color: #FCB941;
	padding: 10px;
	width: 80px;
}
.news-image {
	position: relative;
}
.news-date h3 {
    color: #ffffff;
}
.news-bottom,
.news-br {
	margin-bottom: 5px;
}
.news-content {
	margin-top: 20px;
}
.news-content p {
	font-weight: 700;
}
.news-br {
    border-bottom: 1px solid #ffffff;
	width: 100%;
}
/*========================================== OUR LATEST NEWS END ===========================================*/

/*========================================== NEWSLETTER START ===========================================*/

.subscription-bg {
    background-color: #eeeeee;
}
.email-head-bottom {
    margin-bottom: 20px;
}
#SuccessMsg {
    color: Green;
}
#FailureMsg {
    color: #ff0000;
}
.place_error:-webkit-input-placeholder,
.place_error:-moz-placeholder,
.place_error:-ms-input-placeholder {
    color: #ff0000 !important;
    text-transform: none;
}

.email-success,
.email-failure {
    font-size: 14px;
    font-weight: 600;
}
.indicator-top {
    padding-top: 15px;
}
.email-text-bottom {
    margin-bottom: 30px;
}
.form-control.subscribe-text {
	background-color: #ffffff !important;
	border: 1px solid #dddddd !important;
	border-radius: 3px !important;
	height: 49px;
	position: relative;
}
.send-btn1,
.send-btn {
	background-color: #FCB941;
	bottom: 2px;
	right: 2px;
	top: 2px;
	padding: 14px 20px;
	position: absolute;
	
}
.send-btn1 {
	right: 17px !important;
	
}
.form-control::-moz-placeholder {
	color: #999999;
}
.send-arrow {
	font-size: 15px;
}
/*========================================== NEWSLETTER END ===========================================*/

/*========================================== OUR TESTIMONIAL START ===========================================*/

.client-pad-left {
	padding-left: 15px;
	border-left: 2px solid #FCB941;
}
.client-image-left {
    float: left;
}
.testimonial-pad-left {
    padding-left: 145px;
}
.client-top1 {
	padding-top: 3px;
}
.client-top {
	padding-top: 10px;
}
.client-img {
	border-radius: 50%;
}
.client-name {
	color: #FCB941;
	font-weight: 500;
}
.client-design {
	color: #666666;
	font-size: 14px;
	font-style: italic;
	font-weight: 500;
}
.client-content {
	font-style: italic;
}

.testimonial-bg {
	background-color: #cccccc;
	border-radius: 3px;
	padding: 20px 15px 78px 15px;
}
.testimonial-inner-bg {
	background-color: #222222;
	border-radius: 3px;
	padding: 30px 20px;
}
.quote-icon {
	font-size: 20px;
	vertical-align: top;
}
.testimonial-content {
	padding: 0 40px;
}
.quote-btn {
	display: table;
	margin-left: auto;
	margin-right: auto;
	margin-top: -20px;
	position: relative;
	cursor: pointer;
}
/*========================================== OUR TESTIMONIAL END ===========================================*/

/*========================================== OUR BLOG START ===========================================*/

.blog-bgimage {
	background-image: url("../../images/1500x440x1.html");
}
.blog-section-space {
	padding: 120px 0;
}
.blog-head h1 {
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.blog-br {
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	border-radius: 0 0 3px 3px;
	border-right: 1px solid #dddddd;
	padding: 20px;
}
.blog-content-br {
	border: 1px solid #dddddd;
	border-radius: 3px;
	padding: 20px;
}
.flicker-padding {
	padding-left: 0px !important;
}
.blog-content-br1 {
	border: 1px solid #dddddd;
	border-radius: 3px;
	padding: 10px;
}
.blog-img {
	border-radius: 3px 3px 0 0;
}
.blog-top {
	margin-top: 5px;
	margin-bottom: 10px;
}
.blog-icon {
	font-size: 15px;
}
.blog-row-space {
	margin-bottom: 40px;
}
.search-box1 {
    color: #ffffff;
    background-color: #FCB941;
    border-radius: 0px 3px 3px 0;
}
.search-box1:hover {
	background-color: #222222;
    color: #ffffff;
}
.form-control.form-control2 {
	background-color: transparent !important;
	border: 1px solid #dddddd !important;
	border-radius: 3px !important;
	box-shadow: none !important;
}
.form-control2 {
	height: 38px;
}
.lsb-br {
    border-bottom: 1px solid #dcdcdc;
	width:100%;
	margin:0 auto;
}
.lsb-br-title-bottom {
    margin-bottom: 30px;
}
.lsb-br-secondary-bottom,
.lsb-about-bottom {
	margin-bottom: 20px;
}
.tags-bottom {
    margin-bottom: 10px;
}
.widget_tags .tags {
	letter-spacing: 1px;
}
.widget_tags .tags li {
    background-color: #f3f3f3;
	border: 1px solid #dddddd;
    box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.1);
    margin-right: 10px;
    padding: 10px;
    border-radius: 3px;
    transition: .5s all ease;
}
.widget_tags .tags li:hover {
    background-color: #FCB941;
}
.widget_tags .tags li:hover p {
    color: #ffffff;
}
.category-icon {
	font-size: 14px;
}
.search-bg,
.about-bg,
.recent-bg,
.tags-bg,
.category-bg {
	background-color: #f6f6f6;
	border-radius: 3px;
	padding: 15px;
}
.post-bottom {
	font-size: 14px;
	line-height: 24px;
	padding-bottom: 5px;
}
.content-tag {
	color: #666666;
	border: 1px solid #dddddd;
	border-radius: 3px;
	font-weight: 500;
	margin-right: 10px;
    padding: 5px 10px;
}
.content-tag:hover {
	color: #FCB941;
}
.float-left {
    float: left;
}
.float-pad {
    padding-left: 105px;
}
.category-bg .post-date-icon:before,
.recent-bg .post-date-icon:before {
	display: inline-block;
  content: "\f073";
  color:#FCB941;
  font-family: "FontAwesome";
  font-size:14px;
  font-weight: 400;
  padding-right:10px;
  text-align: center;
  transition: .2s;
}
.flicker-bottom {
	margin-bottom: 15px;
}
.insta-img {
	border-radius: 0;
}
.carousel-indicators .active {
	background-color: #FCB941;
}
.carousel-indicators li {
	border: 1px solid #FCB941;
}
.blog-gal-padding {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}
.gal-blog-img {
	width: 100%;
}
.flicker-right-pad {
	padding-right: 8px;
}
.flicker-lr-pad {
	padding: 0 4px;
}
.flicker-left-pad {
	padding-left: 9px;
}
.flicker-gal-bottom {
	padding-bottom: 13px;
}
.no-padding.no-margin.tags li {
	cursor: pointer;
}
/*========================================== OUR BLOG END ===========================================*/

/*========================================== COMMENTS START =========================================*/

#comments h1,
.comment-reply-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
#comments .comment-meta p {
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
}
#comments .comment-meta span,
#comments .comment-meta .comments-date {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.comments-text-left {
    padding-left: 15px;
}
#comments .comment-meta .comments-date {
    margin-top: 5px;
}
#comments .comment-meta .comments-date span {
    font-size: 16px;
    font-weight: 600;
}
#comments .text-top {
    padding-top: 10px;
}
#comments .comments-row-space {
    padding-bottom: 30px;
}
#comments .comments-left-pad {
    padding-left: 60px;
}
.comments-section-top {
    padding-top: 30px;
}
/*========================================== COMMENTS END ===========================================*/

/*========================================== COMMENTS-FORM START =========================================*/

.comment-form label {
	color: #666666;
    font-size: 14px;
    font-weight: 600;
}
.comment-form-bottom {
    padding-bottom: 100px;
}
.comment-form input {
    height: 40px;
}
.form-pad-right {
    padding-right: 30px;
}
.textarea-bottom {
    padding-bottom: 30px;
}
/*========================================== COMMENTS-FORM END ===========================================*/

/*========================================== PAGINATION START =========================================*/

.pagination {
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
    margin: 40px 0 0 0;
    display: inline-block;
}
.pagination a {
	border-right: 1px solid #dddddd;
    color: #333333;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
}
.pagination a.active {
    background-color: #FCB941;
    color: white;
}
.pagination a:hover:not(.active) {
    background-color: #333333;
    color: #ffffff;
}
/*========================================== PAGINATION END ===========================================*/

/*========================================== COMING SOON START ===========================================*/

.coming-soon-bgimage {
    background-image: url("../../images/1920x1280x1.html");
}
.coming-section-space {
    padding: 130px 0 130px 0;
}
.coming-head-bottom {
	color: #ffffff;
	font-size: 20px;
	font-weight: 600;
	line-height: 40px;
	margin-bottom: 15px;
}
.coming-text-bottom {
	color: #ffffff;
	font-size: 50px;
	font-weight: 700;
	line-height: 60px;
	margin-bottom: 40px;
	text-transform: uppercase;
}
.coming-soon-div {
	padding-bottom: 40px;
}

	.coming-soon1 {
		padding-left:0;
		margin-bottom: 0;
	}

	.coming-soon1 li{
		display:inline-block;
		list-style:none;	
	}

	.coming-soon1 li  a{
		color:#fff;
	}

	.coming-soon1 li  i{
		font-size:20px;
		padding-top:10px;
	}

	.coming-soon1 li {
	  position: relative;
	  z-index: 1;
	  padding: 0;
	}

	.coming-soon1 li + li {
	  margin-left: 10px;
	}

	.coming-soon1 li  {
	  width:110px;
	  height:110px;
	}

	.coming-soon1 li .follow-icon:hover,
	.coming-soon1 li .follow-icon:focus,
	.coming-soon1 li .follow-icon:active:focus {
	  color: #fff;
	}

	.coming-soon1 li .icon:before {
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  -webkit-transform: translate(-50%, -50%);
	  transform: translate(-50%, -50%);
	}

	.coming-soon1 li:after {
	  content: '';
	  position: absolute;
	  top: 0px;
	  left: 0px;
	  right: 0px;
	  bottom: 0px;
	  background-color:rgba(252, 185, 65,0.8);
	  border-radius: 50%;
	  z-index: -1;
	  -webkit-transition: all .4s ease;
	  transition: all .4s ease;
	}

	.coming-soon1 li:hover:after {
	  background-color:rgba(34, 34, 34,0.8);
	  -webkit-transform: rotateY(180deg);
	  transform: rotateY(180deg);
	}

.countdown {
    color: #fff;
    font-size:35px;
}
.count-unit {
    color: #fff;
    font-size: 16px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}
.countdown-wrap {
	padding-top: 15px;
}

.countdown-wrap > p {
	line-height:1.4;
}
/*========================================== COMING SOON END ===========================================*/

/*========================================== CONTACT US START =========================================*/

.contact-heading-bottom {
    margin-bottom: 20px;
}
.follow-heading-bottom {
    margin-bottom: 20px;
}
.address-bg,
.contact-bg {
    background-color: #f6f6f6;
	border-radius: 3px;
	padding: 20px;
}
.footer-row-space {
    margin-bottom: 30px;
}
.footer-icon {
    list-style: none;
    display: inline-block;
}
.footer-lr-pad {
    padding-left: 10px;
}
.form-bottom-1 {
    margin-bottom: 20px;
}
.form-text {
    height: 40px;
}
.footer-br {
    border-bottom: 1px solid #cccccc;
    margin-top: 40px;
}
.footer-br-bottom {
    margin-bottom: 40px;
}
.form-control3::-moz-placeholder {
	color: #333333;
}
textarea.form-control {
	height: 40px;
}
.form-control {
	background-color: transparent !important;
	border-bottom: 1px solid #dddddd !important;
	border-left: 0 !important;
	border-top: 0 !important;
	border-right: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}
.contact-div label {
    color: #ff0000;
    font-size: 12px;
    font-weight: 600;
}
.errorClass {
    border: 1px solid #ff0000 !important;
}
.form-success,
.form-failure {
    font-size: 14px;
    font-weight: 600;
}
.form-success {
    color: #006604;
}
.form-failure {
    color: #ff0000;
}
.submit-reset {
    margin: 0 0 0 auto;
    padding-top: 30px;
}
.submit-right-pad {
    padding-right: 20px;
}
.dis-inline {
	display: inline-flex;
	display: -webkit-box;
}
.form-error-top {
    padding-top: 10px;
}
.contact-add {
	color: #333333;
	font-size: 16px;
	line-height: 27px;
	text-transform: capitalize;
}
.phone-padding,
.address-padding {
	padding-bottom: 15px;
}
.address-padding {
	padding-left: 50px;
}
.phone-padding {
	padding-left: 40px;
}
.email-padding {
	padding-left: 70px;
}
.add-br {
	border-bottom: 1px solid #dddddd;
}


.contact-col-1 h3 {
    margin-bottom: 30px;
}
.form13-div text-area,
.form13-div input {
    background: transparent;
    border-bottom: 1px solid #dddddd;
    border-right: none;
    border-left: none;
    border-top: none;
    box-shadow: none;
    margin-left: 50px;
    padding-right: 20px;
    width: 100%;
    height: 50px;
    width: calc(100% - 4rem);
}
.form13-btn .btn {
    background: transparent;
}
.form13-div.has-error .form-control:focus {
    border-bottom-color: red;
}
.form13-input {
	border-bottom: 1px solid #dddddd !important;
    margin-bottom: 15px;
    margin-right: 10px;
	padding-left: 30px;
}
.contact-heading-bottom1 {
	margin-bottom: 10px;
}
.form13-div i {
    color: #222222;
	font-size: 12px;
    height: 40px;
	left: 47px;
	padding-top: 14px;
    position: absolute;
}
.form13-message {
    background: transparent;
    border: none !important;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 6px;
    padding-bottom: 6px;
    width: 100%;
}
.form13-div input.error,
.form13-input.error {
	border-bottom-color: #ff0000 !important;
}
.form13-input {
	margin-left: 0 !important;
}

.form13-div input {	
	background: transparent;
	border-bottom: transparent;
	border-right: none;
	border-left: none;
	border-top: none;
	box-shadow: none;
	margin-left: 30px;
	padding-left: 30px;
	padding-right: 20px;
	position: relative;
	width: 100%;
	height: 40px;
	width: calc(100% - 4rem);
}

.form13-div .message  {	
	background: transparent;
	border-bottom: transparent;
	border-right: none;
	border-left: none;
	border-top: none;
	box-shadow: none;
	margin-left: 30px;
	margin-top: 12px;
	padding-right: 20px;
	width: 100%;
	height: 30px;
	width: calc(100% - 4rem);
}
.submit-top  {
	margin-top: 15px !important;
}

.contact-frame {
	border: none;
	width: 100%;
	height: 335px;
}

.contactus-bg {
	background-color: #f6f6f6;
	border: 1px solid #dddddd;
	border-radius: 3px;
	padding: 30px;
}
/*========================================== CONTACT US END ===========================================*/

/*========================================== FOOTER START ===========================================*/


.footer-link-fixs {
    font-size: 16px!important
}

.footer-link-name {
    padding: 0 0 0 5px !important;
    text-align: center!important;
    line-height: 13px
    font-weight:bold;
}

.footer-livk-bor {
    border: none!important
}

.border-ri {
    border-right: solid 1px #ddd;
    display: none
}


@media only screen and (min-width:360px) and (max-width:640px) {
    .border-ri {
        border-right: solid 1px #ddd;
        display: block;
        width: 20%!important
    }
    .whatever,
    .whatever a {
        color: #000;
        width: 100%;
        float: left;

    }
    .whatever {
        position: fixed;
        padding: 0;
        background:#ff7600;
        z-index: 99999;
        bottom: 0;
        margin-right: auto;
        margin-left: auto;
        display: block;
        border-top: solid 1px #ddd;
    }
    .whatever a {
        font-size: 12px!important;
        line-height: 22px;
        padding: 3px 0;
        font-weight: bold;
        text-align: center!important;

    }
    .call-banner,
    .or-banner,
    .signup-banner {
        text-align: center
    }
    .whatever a:hover {
        color: #fff!important
    }   
}

@media only screen and (min-width:603px) and (max-width:767px) {
    .whatever a:hover {
        color: #fff!important
    }
}

@media only screen and (min-width:603px) and (max-width:767px) {
    .whatever a:hover {
        color: #fff!important
    }
}


.show{
  /*background-color: lightgreen;*/
}

@media only screen and (max-width: 600px) {
  .show {
    visibility: hidden;
  }
}

.fixed1 {
  position: fixed;
  right: 12px;
  width: 80px;
  bottom: 20px;
  /*padding-right: 0px;*/
  z-index: 9999;

} 

.copyright-bg {
	background-color:#4CAF50;
}
.copyright {
    padding-bottom: 10px;
    padding-top: 10px;
}
.footer-bg {
    background-color:#FF5722;
}
.footer-content {
	padding-top: 10px;
}
.footer-list-content {
	padding-top: 15px;
}
.uline-footer-br {
	border-bottom: 1px solid #FCB941;
	width: 60%;
}
.footer-news-date {
	color: #FCB941 !important;
	font-weight: 600;
}
.instagram-padding {
	padding-left: 15px;
}
.instagram-icon1,
.instagram-icon {
	padding-left: 0;
	text-align: left;
}
.instagram-icon {
	padding-top: 15px;
}
.instafeed img {
    cursor: pointer;
    display: flex;
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.instafeed img:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.instafeed {
    display: flex;
}
.instafeed3 img {
	cursor: pointer;
    opacity: 0.8;
    filter: alpha(opacity=80);
    width: 77px !important;
}
.instafeed2 img {
	cursor: pointer;
    opacity: 0.8;
    filter: alpha(opacity=80);
    width: 110px;
}
.instafeed1 img {
    cursor: pointer;
    opacity: 0.8;
    filter: alpha(opacity=80);
    width: 90px;
}
.instafeed2 img:first-child {
	padding-right: 3px;
	padding-bottom: 3px;
}
.instafeed1 img:first-child {
    padding-right: 7px;
	padding-bottom: 7px;
}
.instafeed2 img:nth-child(2) {
    padding-left: 3px;
	padding-bottom: 3px;
}
.instafeed1 img:nth-child(2) {
    padding-left: 7px;
	padding-bottom: 7px;
}
.instafeed2 img:nth-child(3) {
    padding-right: 3px;
	padding-top: 3px;
}
.instafeed1 img:nth-child(3) {
    padding-right: 7px;
	padding-top: 7px;
}
.instafeed2 img:nth-child(3) {
    padding-right: 3px;
	padding-top: 3px;
}
.instafeed1 img:last-child {
    padding-left: 7px;
	padding-top: 7px;
}
.instafeed2 img:last-child {
    padding-left: 3px;
	padding-top: 3px;
}
.instafeed1 img:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.instafeed2 a,
.instafeed1 a {
	display: block;
	float: left;
}

/*========================================== FOOTER END ===========================================*/

/*========================================== MEDIA QUERIES START ===========================================*/

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.navbar-inverse .navbar-nav > li > a {
		padding: 10px !important;
	}
	.error-top {
		margin-top: 0;
	}
	.preheader-right {
		padding-left: 15px !important;
	}
	.preheader-div {
		padding-right: 15px;
	}
	.preheader-div-1 {
		margin-left: 0;
	}
	.menu-btn-div-1,
	.preheader-div-1 {
		padding-left: 15px;
	}
	.input-group {
		margin-top: 3px;
	}
	.filter-options.port2 {
		width: 70%;
	}
	.mega-dropdown-menu {
		top: 79%;
	}
	.mega-dropdown-menu {
		width: 89%;
	}
	.collapse.navbar-collapse {
		float: left;
	}
}

@media screen and (max-width: 991px) {
    .side-collapse-container {
        width: 100%;
        position: relative;
        left: 0;
        transition: left .4s;
    }
    .side-collapse-container.out {
        left: 255px;
		transition: 300ms ease-in;
    }
    .side-collapse {
        top: 0;
        bottom: 0;
        left: 0;
        width: 255px;
        position: fixed;
        overflow: auto;
        transition: width .4s;
        z-index: 99;
    }
    .side-collapse.in {
        width: 0;
    }
    .navbar-inverse.side-collapse {
        background-color: #333333;
    }
    .navbar-header {
        float: right;
    }
	.collapse.navbar-collapse.no-padding.navbar-inverse.side-collapse,
    .navbar-inverse .navbar-toggle {
        background-color: #333333;
    }
    .mega-dropdown-menu {
        top: 0;
        width: 255px;
        position: relative;
    }
    .mega-dropdown-menu {
        margin-left: 0;
    }
	.menu-fs, .menu-fs li {
		font-weight: 400 !important;
	}
    .dropdown-menu.dropdown-menu-1 > li {
        padding-left: 0;
    }
    .elements-1 {
        display: initial;
        margin: 0;
        padding: 0;
    }
    .navbar-right.navbar3 {
        display: inherit;
    }
    .navbar-left.logo-section5 {
        float: left !important;
    }
    .navbar-header5 {
        margin-top: 20px;
    }
    .mega-dropdown .dropdown-menu >li {
        display: table;
    }
    .navbar-left {
        float: inherit !important;
    }
    .navbar-nav .open .dropdown-menu {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        background-color: transparent;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: 0;
        border-image-outset: 0 0 0 0;
        border-image-repeat: stretch stretch;
        border-image-slice: 100% 100% 100% 100%;
        border-image-source: none;
        border-image-width: 1 1 1 1;
        border-left-color: currentcolor;
        border-left-style: none;
        border-left-width: 0;
        border-right-color: currentcolor;
        border-right-style: none;
        border-right-width: 0;
        border-top-color: currentcolor;
        border-top-style: none;
        border-top-width: 0;
        box-shadow: none;
        float: none;
        margin-top: 0;
        position: static;
		transition: all 300ms ease-in;
        width: auto;
    }
    .mega-dropdown-menu .container {
        width: 100%;
    }
    .elements-1 {
		border-right: 0 !important;
        width: 250px;
    }
	.navbar-nav {
		margin-right:0;
	}
	.dropdown-menu.dropdown-menu-1 > li {
		padding-left: 0px;
	}
	.dropdown-menu.dropdown-menu-1.mega-dropdown-menu.elements-menu > li {
		padding-left: 0px;
	}
	
	.dropdown-menu.dropdown-menu-1.mega-dropdown-menu.elements-menu {
		margin-left: 2px !important;
		padding-left: 0px !important;
		padding-top: 0 !important;
	}
	.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
		background-color: transparent;
		border-left: 2px solid #fcb941;
	}
	.elements-1  ul {
		border-right: 0 !important;
	}
	.mega-dropdown-menu > li > ul > li > a {
		border-bottom: 1px solid rgba(204,204,204,0.4) !important;
		color: #f3f3f3 !important;
		font-size: 13px !important;
	}
	.mega-dropdown-menu .res-element-child a {
		border-bottom: none !important;
	}
	.mega-dropdown .dropdown-menu > li {
		display: block !important;
	}
	.dropdown-menu.dropdown-menu-1.mega-dropdown-menu.elements-menu {
		padding-right: 0;
	}
	.navbar-nav .menu .elements-menu .elements-1 ul li a:hover {
	background: none !important;
	background-image: none !important;
	background-color: rgba(252,185,65,0.7) !important;
	border-bottom: transparent !important;
	border-left: 2px solid #fcb941 !important;
	color: #ffffff !important;
	}
	.res-element-child {
		border-bottom: 1px solid rgba(252,185,65,0.7);
	}
	
	ul { 
	list-style-type: none;
	padding-left: 0;
	}
	.dropdown-menu > li > a { 
		font-weight: 400 !important;
	}
	.dropdown-menu {
		position: relative;
		width: 100%;
	}
	.dropdown-submenu > .dropdown-menu {
		left: 0;
		margin-top: 0;
	}
	.accordion {
	 background: transparent !important;
	 width: 100%;
	}
	.accordion .sub-link,
	.accordion .menu-link {
	 cursor: pointer;
	 display: block;
	 padding: 15px 36px 15px 15px;
	 color: #f3f3f3;
	 font-size: 14px;
	 font-weight: 400;
	 position: relative;
	 -webkit-transition: all 0.4s ease;
	 -o-transition: all 0.4s ease;
	 transition: all 0.4s ease;
	}
	.accordion li:last-child .sub-link,
	.accordion li:last-child .menu-link { border-bottom: 0; }

	.accordion .menu .caret{
	 float: right;
	 margin-top: 8px;
	 color: #f3f3f3;
	 -webkit-transition: all 0.4s ease;
	 -o-transition: all 0.4s ease;
	 transition: all 0.4s ease;
	}

	.accordion .menu span.caret {
	 right: 20px;
	 top: 18px;
	 left: auto;
	 font-size: 14px;
	}
	.accordion li.open .sub-link,
	.accordion li.open .menu-link { 
	color: #ffffff; 
	}
	.accordion li.open span { color: #ffffff; }

	.accordion .menu.open a .caret {
	 -webkit-transform: rotate(180deg);
	 -ms-transform: rotate(180deg);
	 -o-transform: rotate(180deg);
	 transform: rotate(180deg);
	}
	.dropdown-menu {
	 display: none;
	 background: transparent;
	 font-size: 14px;

	}
	.dropdown-submenu a,
	.dropdown-menu a {
	 background-color: transparent;
	 color: #333333 !important;
	 display: block;
	 text-decoration: none;
	 padding: 12px;
	 padding-left: 42px;
	 -webkit-transition: all 0.25s ease;
	 -o-transition: all 0.25s ease;
	 transition: all 0.25s ease;
	}
	.dropdown-submenu a:hover,
	.dropdown-menu a:hover {
	 background: rgba(252,185,65,0.8);
	 border-left: 2px solid #fcb941;
	 color: #f3f3f3 !important;
	}
	.accordion .menu-link:focus {
		color: #f3f3f3 !important;
	}
	.accordion .menu-link:focus,
	.dropdown-menu > li > a:focus{
		background-color: transparent !important;
		border-left: 2px solid #FCB941 !important;
	} 
	.dropdown-submenu>.dropdown-menu {
		top: 0 !important;
	}
	.preheader-div {
		padding-top: 0;
		padding-bottom: 0;
	}
	.menu-btn-div-1 {
		padding-top: 6px;
	}
	.preheader-right1 {
		padding-bottom: 20px;
	}
	.menu-search-width {
		float: left;
	}
	.mega-dropdown-menu {
		left: 0%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.input-group .form-control, .input-group-addon, .input-group-btn {
		display: block;
	}
	.caret {
		margin-left: 8px;
	}
	.navbar-collapse.collapse {
		overflow-y: scroll !important;
	}
	.news-768 ul {
		display: table;
		margin-bottom: 3px;
	}
	.news-768 ul li:first-child {
		padding-left: 0;
	}
	.news-768 ul:last-child {
		margin-bottom:0;
	}
	.pagescroll.menu-link.dropdown-toggle {
		display: block;
	}
	.dropdown-menu {
		float: none;
	}
	.navbar-header {
		float: right !important;
	}
	.dropdown-submenu .dropdown-menu {
		width: 240px !important;
	}
	.accordion .menu span.caret {
	 right: auto;
	 top: 18px;
	 left: 220px;
	 font-size: 14px;
	}
	.dropdown.menu-fs.menu.open {
		display: grid;
	}
	.elements-1  ul {
		margin-left: 4px !important;
	}
	.menu {
        padding-left: 10px;
    }
	.menu-home-width {
		width: 100%;
	}
	.menu {
		padding-left: 0;
	}
	.navbar-toggle {
		float: right !important;
        display: block;
    }
    .navbar-nav > li {
        float: none;
    }
	.navbar-nav {
        float: none;
    }
    .menu {
        margin-right: 0;
    }
	.collapse {
		display: inherit;
	}	
    .res-image-bottom {
        padding-bottom: 20px;
    }
    .common-res-bottom {
        padding-bottom: 40px;
    }
    .four-column-res-bottom {
        padding-bottom: 0px;
    }
	.navbar-inverse .navbar-nav > li > a {
		margin: 0 0px !important;
	}
	.footer-row .doctors-fixed:nth-child(3) {
		clear: both;
	}
	.preheader-right  {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.preheader-div {
		padding-left: 35px;
		padding-right: 30px;
	}
	.preheader-div-1 {
		padding-left: 0px ;
		margin-left: 30px;
	}
	.menu-btn-div-1 {
		padding-left: 30px;
	}
	.menu-logo-bottom {
		margin-bottom: 15px !important;
	}
	.menu-top {
		width: 100%;
	}
	.navbar-header {
		float: none;
	}
	.navbar-inverse .navbar-toggle .icon-bar {
		background-color: #ffffff;
	}
	.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
		background-color: rgba(252,185,65,0.2);
	}
	.navbar-inverse .navbar-toggle {
		border-color: #fcb941;
	}
	.navbar-toggle {
		display: block !important;
        margin-right: 0;
    }
    .navbar-inverse .navbar-nav > li > a {
        margin: 5px 15px 0 0px;
    }
	
	.navbar-inverse .navbar-nav > li > a {
		margin: 0 8px;
		/*padding-top: 10px !important;*/
	}
	.error-top {
		margin-top: 0;
	}
	.error-404 {
		line-height: 200px;
	}
	.navigation-tb {
		padding-bottom: 5px !important;
		padding-top: 5px !important;
	}
	.navbar-left1 {
		float: none;
	}
	.menu-logo-center {
        display: table;
		margin: 0 auto;
    }
	.menu-logo-bottom {
		display: block;
		margin: 0 auto;
	}
	#owl-demo3 .owl-controls {
		left: 35%;
	}
	.filter-options.port2 {
		width: 91%;
	}
	.filter-options.port2 li:after {
		right: 0 !important;
	}
	.gallery-heading {
		font-size: 14px;
		line-height: 24px;
	}
	.gallery-content {
		font-size: 13px;
		line-height: 22px;
	}
	.gallery-top {
		margin-top: 5px !important;
	}
	.gallery-bottom {
		margin-bottom: 0px !important;
	}
	.gallery-link  {
		font-size: 12px;
		line-height: 22px;
	}
	.list-group-item {
		border-radius: 5px;
        display: inline-block;
		margin-bottom: 10px !important;
		margin-left: 15px;
        width: 30.33%;
    }
	.tab-menu .list-group>a.active:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        margin-top: 56px;
        border-left: 0;
        border-left: 13px solid transparent;
        border-right: 13px solid transparent;
    }
    .tab-container {
        margin-left: 0;
    }
    .tab-content {
        padding-left: 0;
    }
	.list-item-top {
		margin-top: 30px;
	}
	.kitchen-top {
		margin-top: 0px !important;
	}
	.menu-logo-center {
		padding-top: 20px;
	}
	.testimonial-res-bottom {
		margin-bottom: 20px;
	} 
	.header-form {
		margin: 0 auto;
		padding-top: 40px;
        width: 400px !important;
	}
	.header-form-width {
        width: 100% !important;
    }
	.blog-sb {
        margin: 0 auto;
        width: 400px !important;
    }
	.dropdown-menu > li > a {
		background-color: transparent !important;
		color: #f3f3f3 !important;
		font-size: 13px !important;
		padding: 10px 25px !important;
		margin-left: 5px !important;
		
	}
	.dropdown-menu.dropdown-menu-1 > li:last-child > a {
		border-bottom: 1px solid rgba(252,185,65,0.7) !important;
	}
	.elements-1 {
		background-color: transparent !important;
		border-right: 0 !important;
		color: #f3f3f3 !important;
		width: 250px !important;
	}
	.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
		background-color: rgba(252,185,65,0.7);
		border-left: 2px solid #fcb941;
		color: #f3f3f3;
	}
	.project-content {
		padding: 10px;
	}
	.close-icon p {
		cursor: pointer;
		color: #fcb941;
		display: block !important;
		font-size: 20px;
		text-align: right;
	}
	.navbar-inverse .navbar-nav > li > .close-btn {
		padding-bottom: 10px;
		padding-right: 15px;
		padding-top: 10px;
	}
	.nav > li {
		display: block;
	}
	.nav > li > a {
		display: inline-block;
	}
	.dropdown-submenu > .dropdown-menu {
		margin-left: 10px;
	}
	.dropdown-submenu > .dropdown-menu > li > a {
		font-size: 11px !important;
	}
	.dropdown-submenu:hover > .dropdown-menu {
		display: none;
	}
	.lsb-br-secondary-bottom {
		margin-bottom: 40px !important;
	}
	.footer-full-border {
		border-top: 1px solid #666666;
		margin-bottom: 20px;
	}
	.footer-br-top {
		margin-top: 30px;
	}
	.instagram-icon img {
		width: 117px;
	}
	.instafeed2 img,
	.instafeed3 img {
		width: 123px !important;
	}
}
@media only screen and (min-width: 250px) and (max-width: 767px) {
	.input-group .form-control, .input-group-addon, .input-group-btn {
		display: block;
	}
	.instagram-icon img {
		width: 118px;
	}
	.instafeed3 img {
		width: 123px !important;
	}
	.news-768 ul {
		display: table !important;
		margin-bottom: 3px;
	}
	.news-768 ul li:first-child {
		padding-left: 0;
	}
	.news-768 ul:last-child {
		margin-bottom:0;
	}
	.preheader-right.preheader-right1 {
		display: table;
		margin: 0 auto;
		text-align: center;
	}
	.preheader-div {
		margin-bottom: 10px;
	}
	.menu-right-border {
		border-right: none;
	}
	.dropdown-submenu .dropdown-menu {
		width: 96% !important;
	}
	.lsb-br-secondary-bottom {
		margin-bottom: 40px !important;
	}
	.dropdown-submenu:hover > .dropdown-menu {
		display: none;
	}
	.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
		margin-left: 0;
		margin-right: 0;
	}
	.menu {
        padding-left: 0px;
    }
	.nav > li > a {
		display: inline-block;
	}
	.nav > li {
		display: block;
	}
	.elements-1  ul {
		border-right: 0;
	}
	
	.elements-1 {
		background-color: transparent;
		color: #f3f3f3;
		width: 250px;
	}
	.navbar-inverse .navbar-nav > li > a {
		padding: 10px 15px !important;
		width: 100%;
	} 
	.menu-home-width {
		width: 100%;
	}
    .navbar-toggle {
        margin-right: 0px;
    }
    .navbar-inverse .navbar-nav > li > a {
        margin: 5px 0 0 0px !important;
    }
    .res-image-bottom-1 {
        padding-bottom: 20px;
    }
    .common-res-bottom-1 {
        padding-bottom: 40px;
    }
	.res-center {
		text-align: center;
	}	
    .four-column-res-bottom {
        padding-bottom: 30px;
    }
	.navbar-inverse .navbar-toggle .icon-bar {
		background-color: #ffffff;
	}
	.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
		background-color: rgba(252,185,65,0.2);
	}
	.navbar-inverse .navbar-toggle {
		border-color: #ffffff;
	}
	.soon-width768,
	.blog-sb,
	.header-form,
	.contactus-bg1,
	.contactus-bg,
	.contact-bg,
	.address-bg,
    .price-fixed {
        margin: 0 auto;
        width: 400px !important;
    }
	.price-res-bottom {
        margin-bottom: 40px;
    }
	.member-width {
		width: 78% !important;
	}
	.member-width,
	.menu-logo-center {
		margin: 0 auto !important;
	}
	.navbar-left1 {
		float: none;
	}
	.menu-logo-center {
        display: table;
		margin: 0 auto;
		padding-top: 20px;
	}
	.menu-logo-bottom {
		margin-bottom: 15px !important;
	}
	.preheader-div,
	.preheader-right  {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	
	.preheader-div-1 {
		margin-left: 0px !important;
		padding-left: 0px !important;
	}
	.menu-btn-div-1 {
		padding-left: 0px !important;
		padding-top: 5px !important;
	}
	.error-top {
		margin-top: 0;
	}
	.navigation-tb {
		padding-bottom: 5px !important;
		padding-top: 5px !important;
	}
	.header-form-width,
	.menu-logo-center {
        width: 100% !important;
    }
	.menu-logo-bottom {
		display: block;
		margin: 0 auto;
	}
	#owl-demo3 .owl-controls {
		left: 35%;
	}
	.res-gallery-row-bottom {
		padding-bottom: 30px;
	}
	.filter-options.port2 {
		width: 88%;
	}
	.list-group-item {
		border-radius: 5px;
        display: inline-block;
		margin-bottom: 10px !important;
		margin-left: 15px;
        width: 30.33%;
    }
	.tab-menu .list-group>a.active:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        margin-top: 56px;
        border-left: 0;
        border-left: 13px solid transparent;
        border-right: 13px solid transparent;
    }
    .tab-container {
        margin-left: 0;
    }
    .tab-content {
        padding-left: 0;
    }
	.list-item-top {
		margin-top: 30px;
	}
	.kitchen-top {
		margin-top: 0px !important;
	}
	.about-sidebar {
		background-color: transparent !important;
	}
	.testimonial-res-bottom {
		margin-bottom: 20px;
	} 
	.testimonial-content {
		padding: 0 0px;
	}
	.dropdown-menu > li > a {
		background-color: transparent !important;
		color: #f3f3f3 !important;
		font-size: 13px !important;
		margin-left: 5px !important;
		padding: 10px 25px !important;
	}
	.dropdown-submenu > .dropdown-menu {
		margin-left: 10px !important;
	}
	.dropdown-submenu > .dropdown-menu > li > a {
		font-size: 11px !important;
	}
	.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
		background-color: rgba(252,185,65,0.7) !important;
		color: #f3f3f3 !important;
	}
	.dropdown-menu.dropdown-menu-1 > li:last-child > a {
		border-bottom: 1px solid rgba(252,185,65,0.7) !important;
	}
	.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
		background-color: rgba(252,185,65,0.7) !important;
		border-left: 2px solid #fcb941 !important;
		color: #f3f3f3 !important;
	}
	.collapse {
		display: inherit;
	}
	.close-icon p {
		cursor: pointer;
		color: #fcb941;
		display: block !important;
		font-size: 20px;
		text-align: right;
	}
	.navbar-inverse .navbar-nav > li > .close-btn {
		background-color: transparent;
		padding-bottom: 10px;
		padding-right: 15px;
		padding-top: 10px;
		margin-right: 0px ;
	}
	.footer-row .doctors-fixed:nth-child(3) {
		clear: both;
	}
}
@media only screen and (min-width: 250px) and (max-width: 680px) {
	
	.preheader-div {
		padding-left: 3px !important;
		padding-right: 30px !important;
	}
	.list-group-item {
		border-radius: 5px;
        display: inline-block;
		margin-bottom: 10px;
		margin-left: 15px;
        width: 40%;
    }
}
@media only screen and (min-width: 250px) and (max-width: 640px) {
	
	.header-form {
		padding-left: 0;
		padding-right: 0;
	}
	.event-width:last-child {
		padding-bottom: 0px;
	}
	.doctors-res-bottom {
		padding-bottom:40px;
	}
	.contactus-bg1,
	.contactus-bg,
	.contact-bg,
	.address-bg,
	.doctors-fixed,
    .header-res-center {
        margin: 0 auto;
    }
	.contactus-bg1,
	.contactus-bg,
	.contact-bg,
	.address-bg,
	.event-width,
	.doctors-fixed,
    .header-full {
        width: 100% !important;
    }
	.event-width {
		padding-left: 15px;
		padding-right: 15px;
	}
	.menu-logo-center {
		margin: 0 auto !important;
	}
	.res-image-bottom-2 {
		margin-bottom: 20px !important;
	}
	.filter-options.portfolio1,
	.filter-options.port1 {
		margin: 0 auto;
		padding-bottom: 20px;
		padding-left: 15px;
		padding-right: 15px;
		width: 100%;
	}
	.filter-options.port2 {
		background-color: transparent;
		color: #fcb941;
		margin-left: 15px;
		margin-right: 15px;
		width: 30%;
	}
	.menu-underline:hover:before {
		left: 0 !important;
	}
	.filter-options.portfolio1 li:before {
		background-color: transparent;
		border: 2px solid #222222;
		border-radius: 50%;
		content: "";
		height: 10px;
		position: absolute;
		left: 0px;
		top: 35%;
		width: 10px;
	}
	.filter-options.portfolio1 li:last-child:before { 
		top: 47%;
	}
	.filter-options.portfolio1 li {
		display: table !important;
	}
	.filter-options.portfolio1 li:last-child,
	.filter-options.port2 li:last-child { 
		padding-bottom: 0 !important;
	}
	.filter-options.portfolio1 li:after,
	.filter-options.port1 li:after,
	.filter-options.port2 li:after	{
		background-color: transparent;
		border: 0;
		border-radius: 50%;
		right: 0;
		top: 35%;
		width: 0;
	}
	
	.filter-options.port1 li:before,
	.filter-options.port2 li:before {
		background-color: transparent;
		border: 0;
		border-radius: 50%;
		content: "";
		height: 10px;
		padding-bottom: 10px;
		position: absolute;
		right: 0;
		top: 35%;
		width: 10px;
	}
	
	.filter-options.port1 li,
	.filter-options.port2 li {
		display: table !important;
		padding-bottom: 10px !important;
	}
	.res-height10 {
		margin-bottom: 10px;
	}
	.filter-options.port2 li {  
		background-color: transparent;
		color: #FCB941;
		padding-left: 0 !important;
	}
	
	.list-item-top1 {
		margin-top: 40px;
	}
    .tab-container {
        margin-left: 0;
    }
    .tab-content {
        padding-left: 0;
    }
	.about-sidebar {
		background-color: transparent;
	}
	.instagram-icon img {
		width: 204px !important;
	}
}
@media only screen and (min-width: 250px) and (max-width: 600px) {
	
	.counter-width {
		margin: 0 auto;
        width: 100% !important;
    }
	.about-icon1 li:first-child {
		padding-top: 5px;
		vertical-align: top;
	}
	.soon-top {
		margin-top: 15px;
	}
	
}
@media only screen and (min-width: 250px) and (max-width: 480px) {
	.instagram-icon img {
		width: 151px !important;
	}
	.instafeed2 img,
	.instafeed3 img {
		width: 110px !important;
	}
	.res-img-left,
	.res-left {
		text-align: left;
	}
	.author-top {
		margin-top: 5px;
	}
	.res-img-left {
		padding-bottom: 10px;
	}
    .gallery-fa {
        font-size: 20px;
    }
	.float-pad  {
		padding-left: 0;
	}
	.list-group-item {
		border-radius: 5px;
        display: inline-block;
		margin-bottom: 10px;
		margin-left: 15px;
        width: 70%;
    }
	.soon-width768,
	.header-form,
	.res-img-left,
	.blog-sb,
	.member-width,
	.menu-logo-center,
    .common-full {
        width: 100% !important;
    }
	.team-res-bottom,
    .four-column-res-bottom {
        padding-bottom: 40px;
    }
    .four-column-res-bottom-1 {
        padding-bottom: 40px;
    }
	.menu-logo-center {
		padding-top: 20px;
	}
	.menu-logo-bottom {
		display: block;
		margin: 0 auto;
	}
	.menu-btn-div-1 {
		padding-bottom: 0px;
		padding-left: 0;
		padding-top: 0;
		text-align: center;
	}
	.menu-right-border {
		border-right: none;
		padding-bottom: 0px;
		padding-top: 0;
	}
	.preheader-div,
	.preheader-right  {
		padding-left: 0;
		padding-right: 0;
	}
	.preheader-div-1 {
		margin-left: 0;
	}
	.testimonial-fixed,
	.team-width,
	.event-width,
    .price-fixed {
        width: 100% !important;
    }
    .image-responsive {
        width: 100%;
        height: auto;
    }
	.res-time-table-img {
		padding-bottom: 20px;
		width: 100%;
	}
	.team-width-inner {
		width: 60% !important;
	}
	.testimonial-fixed,
	.team-width-inner,
	.team-width,
	.res-time-img {
		margin: 0 auto;
	}
	.doctors-pad-left:hover,
	.doctors-pad-left {
		border-left: none;
	}
	.health-pad-left,
	.doctors-pad-left,
	.client-pad-left {
		padding-left: 0;
	}
	.client-center {
		text-align: center;
	}
	.testimonial-pad-left {
		padding-left: 0px;
	}
	.soon-top {
		margin-top: 15px;
	}
	.hide-border {
		border-left: 0;
	}
	.header-head h1 {
        font-size: 37px;
		line-height: 50px;
    }
	.navbar-right1.preheader-right.preheader-right1.menu-top {
		display: table;
	}
	
	.header-form,
	.page-center {
		margin: 0 auto;
	}
	.testimonial-inner-bg {
		padding: 30px 15px;
	}
	#comments .comments-left-pad {
		padding-left: 20px !important;
	}
	.menu-search-width {
		width: 65%;
	}
}
@media only screen and (min-width: 250px) and (max-width: 375px) {
	.instafeed2 img,
	.instafeed3 img {
		width: 105px !important;
	}
	
}
@media only screen and (min-width: 250px) and (max-width: 360px) {
	.instagram-icon img {
		width: 118px !important;
	}
	.instafeed2 img,
	.instafeed3 img {
		width: 80px !important;
	}
	.menu-search-width {
		width: 65%;
	}
	.team-width-inner {
		width: 80%;
	}
	.error-404 {
		font-size: 155px;
		line-height: 165px;
	}
    .header-head h1 {
        font-size: 30px;
		line-height: 42px;
    }
	h2 {
		font-size: 25px;
		line-height: 38px;
	}
	h3 {
		font-size: 18px;
		line-height: 28px;
	}
	h4 {
		font-size: 16px;
		line-height: 26px;
	}
	#owl-demo3 .owl-controls {
		left: 30%;
		width: 40%;
	}
	.form-control {
		padding: 6px !important;
	}
	.email-padding,
	.phone-padding, 
	.address-padding {
		padding-left: 12px;
	} 
	.res-float-left ul li:last-child,
	.res-float-left ul li:first-child {
		display:table-cell;
		float: none;
		
	}
	.res-float-left ul li:first-child {
		width: 40%;
	}
	.pagination a {
		border-right: 0;
	}
	.pagination {
		border-bottom: 0;
		border-left: 0;
		border-top: 0;
	}
}
@media only screen and (min-width: 250px) and (max-width: 330px) {
	.email-padding,
	.phone-padding, 
	.address-padding {
		padding-left: 10px;
	} 
	.project-content {
		padding: 15px;
	}
	.project-content ul  li:first-child {
		width: 29%;
	}
	.project-content ul  li:last-child,
	.res-float-left ul li:last-child ,
	.project-content ul  li:first-child,
	.res-float-left ul li:first-child {
		display:table-cell;
		float: none;
	}
	.res-float-left ul li:first-child {
		width: 33%;
	}
}
/*========================================== MEDIA QUERIES END ===========================================*/
.services-padding img{
	
	    display: inline-block;
    max-width: 100%;
    height: auto;
    /* padding: 4px; */
    line-height: 1.42857143;
    /* background-color: #050505; */
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    height: 200px;
    width: 450px;
    margin-bottom: 20px;
}
.linkbutton{    background-color: #fff;
    padding: 11px;
    color: #000;
   
}
.section_padding_100{padding-top:30px;}