/*------------------------------------------------------------------
Main Style Stylesheet
Project:        HTML5 Template
Version:        1.0
Author:         M_Adnan
Last change:    10/02/2015
Primary use:    Creative, Coporate, Business, Portfolio, Personal
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
body
+ WRAP
+ HEADER
+ NAVIGATION
+ BANNER
+ SERVICES
+ OUR FEATURED FOUNDERS
+ BLOG UPDATES
+ APPOINMENT
+ NEWS FROM BLOG
+ PARTNERS / CLIENTS
+ FOOTER
+ SOCIAL ICONS
+ MEGA MENU
+ 3 MENU LEVEL
-------------------------------------------------------------------*/
/*=======================================================
IMPORT FILE
========================================================*/
/*=======================================================
THEME STYLING START
========================================================*/
* {
	/*margin: 0px;
	padding: 0px;*/
}
body {
	background: #FFF;
	font-weight: normal;
	position: relative;
	font-size: 14px;
	font-family: 'Raleway', sans-serif;
}
/*=======================================================
WRAPPER
========================================================*/
#wrap {
	position: relative;
	width: 100%;
	overflow: hidden;
}
/*=======================================================
HEADINGS
========================================================*/
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #252525;
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}
h1 {
	font-size: 42px;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
	font-weight: bold;
}
p {
	font-weight: 400;
	color: #6f6f6f;
	line-height: 26px;
	font-family: 'Open Sans', sans-serif;
	text-rendering: optimizeLegibility;
}
a {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	text-decoration: none !important;
}
img {
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	display: inline-block !important;
}
ul {
	margin-bottom: 0px;
}
li {
	list-style:	none;
}
a {
	text-decoration: none;
	color: #141414;
}
p.intro-small {
	width: 80%;
	margin: 0 auto;
}
.text-transform-none {
	text-transform: none !important;
}
.text-white {
	color: #fff !important;
}
.text-bold {
	font-weight: bold !important;
}
.text-normal {
	font-weight: normal !important;
}
.font-12px {
	font-size: 12px !important;
}
.font-14px {
	font-size: 14px !important;
}
.font-16px {
	font-size: 16px !important;
}
.font-18px {
	font-size: 18px !important;
}
.font-20px {
	font-size: 20px !important;
}
.font-bold {
	font-weight: bold !important;
}
.font-normal {
	font-weight: normal !important;
}
.white-text {
	color: #fff !important;
}
.font-italic {
	font-style: italic;
}
.font-bold {
	font-weight: bold !important;
}
a:hover, a:focus {
	color: #00b1f1;
}
.primary-color {
	color: #08ada7 !important;
}
.border-bottom-1 {
	border-bottom: 1px solid #ededed;
}
.position-center-center {
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.font-raleway {
	font-family: 'Raleway', sans-serif;
}
.font-lato {
	font-family: 'Lato', sans-serif;
}
.font-open-sans {
	font-family: 'Open Sans', sans-serif;
}
.font-montserrat {
	font-family: 'Montserrat', sans-serif;
}
.font-hair-line {
	font-family: 'montserrathairline';
}
.font-light {
	font-family: 'montserratlight';
}
.font-regular {
	font-family: 'montserratregular';
}
.font-extra-bold {
	font-family: 'montserratbold';
}
.white-bg {
	background: #fff !important;
}
.relative {
	position: relative;
}
.line-height-24 {
	line-height: 24px !important;
}
.line-height-22 {
	line-height: 22px !important;
}
.line-height-26 {
	line-height: 26px !important;
}
.dark-text p {
	color: #141414;
}
.light-gray-bg {
	background: #f6f7f8 !important;
}
/*=======================================================
BTN STYLE
========================================================*/
.btn {
	border: none;
	color: #fff;
	display: inline-block;
	padding: 0px 30px;
	text-transform: none;
	font-weight: bold;
	font-size: 16px;
	border-radius: 4px;
	font-family: 'Lato', sans-serif;
	line-height: 44px;
	height: 45px;
	background: #0099ff;
	position: relative;
	z-index: 1;
}
.btn i {
	margin-right: 10px;
}
.btn-blank {
	border: 1px solid #fff;
	border-radius: 4px;
	font-size: 16px;
	background: none;
	color: #fff;
	display: inline-block;
	padding: 10px 20px;
	margin-top: 20px;
	font-weight: bold;
}
.btn-blank:hover {
	background: #fff;
	color: #0099ff;
}
.parallax-bg {
	background-size: cover !important;
}
section {
	position: relative;
	overflow: hidden;
	width: 100%;
	background: #fff;
}
/*=======================================================
HEADING
========================================================*/
.heading {
	margin: 0 auto;
	margin-bottom: 80px;
	position: relative;
	z-index: 1;
	max-width: 650px;
	text-align: center;
}
.heading h3 {
	margin: 0px;
	font-size: 36px;
	color: #333333;
	margin-bottom: 10px;
	font-weight: 900;
	text-transform: uppercase;
	position: relative;
}
.heading p {
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
}
.heading.white h3 {
	color: #fff;
}
/*=======================================================
HEADER
========================================================*/
header {
	position: relative;
	width: 100%;
	z-index: 999;
	padding: 20px 0;
	background: #fff;
}
header .navbar {
	border: none;
	margin: 0px;
	padding: 0px;
	border-radius: 0px;
	text-align: center;
	float: right;
	margin-top: 10px;
}
header .logo {
	float: left;
	position: relative;
}
header .logo img {
	z-index: 3;
	position: relative;
}
.navbar {
	min-height: inherit;
}
header .ownmenu {
	float: right;
}
header .navbar {
	display: inline-block;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
header .navbar li a {
	font-size: 16px;
	color: #333333;
	font-weight: normal;
	padding: 10px 0px;
	font-weight: 500;
	margin: 0 15px;
	text-transform: none;
	font-family: 'Lato', sans-serif;
}
header .navbar li a:before {
	width: 0px;
	margin: 0px auto;
	position: absolute;
	content: "";
	top: 0px;
	height: 2px;
	background: #0099ff;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
header .navbar li a:hover:before {
	width: 100%;
}
header .navbar li.active a:before {
	width: 100%;
	margin: 0px auto;
	position: absolute;
	content: "";
	top: 0px;
	height: 2px;
	background: #0099ff;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.nav>li>a:focus, .nav>li>a:hover {
	background: none;
}
.ownmenu ul.demo-menu {
	background: #222222;
	padding: 0px;
}
.ownmenu ul.demo-menu li {
	margin: 0px;
}
.ownmenu ul.demo-menu li {
	position: relative;
	z-index: 2;
}
.ownmenu ul.demo-menu li a {
	z-index: 1;
	position: relative;
}
.ownmenu ul.demo-menu li a:before {
	background: #ab4e52;
	content: "";
	width: 0px;
	height: 100%;
	top: 0px;
	margin: 0px;
	z-index: -1;
	left: 0px;
}
.ownmenu ul.demo-menu li a:hover:before {
	width: 100%;
}
.ownmenu ul.demo-menu li a {
	padding: 0px 20px !important;
	font-size: 11px;
	font-weight: normal;
	line-height: 36px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.ownmenu ul.demo-menu li:nth-last-child(1) a {
	border-bottom: none;
}
.ownmenu ul.demo-menu {
	top: 100%;
}
.ownmenu ul.demo-menu li a span.smll-tag {
	font-size: 8px;
	background: #fff;
	padding: 3px 5px;
	color: #000;
	right: 10px;
	top: 10px;
	line-height: 10px;
	position: absolute;
}
.header-normal .ownmenu ul.demo-menu {
	top: 100%;
}
.header-normal .sticky-wrapper.is-sticky .sticky .ownmenu ul.demo-menu {
	top: 100%;
}
.ownmenu > li > .megamenu {
	background: #222222;
	padding: 40px 40px;
	padding-top: 0px;
}
.ownmenu > li > .megamenu h6 {
	color: #fff;
	font-size: 14px;
	letter-spacing: 1px;
	margin-bottom: 15px;
	margin-top: 40px;
	display: inline-block;
	width: 100%;
}
.ownmenu li > .megamenu a:hover {
	color: #fff;
}
header .container {
	position: relative;
}
.header-normal .sticky-wrapper.is-sticky .sticky .ownmenu > li > .megamenu {
	top: 67px;
}
.header-normal .ownmenu > li > .megamenu.full-width {
	margin-left: 0px;
}
.header-normal .ownmenu > li > .megamenu.full-width li {
	margin: 0px;
	display: inline-block;
	width: 100%;
	position: relative;
	z-index: 9;
}
.text-slide {
	background: url(../img/slide-1.jpg) center center no-repeat;
	background-size: cover;
}
.flex-direction-nav .flex-nav-prev {
	position: absolute;
	left: 40px;
	top: 50%;
	height: 37px;
	overflow: hidden;
}
.flex-direction-nav .flex-nav-next {
	position: absolute;
	right: 40px;
	top: 50%;
	height: 37px;
	overflow: hidden;
}
.text-slide .flex-direction-nav {
	top: 50%;
	display: block !important;
}
.flex-direction-nav a {
	opacity: 0.5;
	color: #fff;
	text-shadow: none;
}
.flex-direction-nav a:hover {
	opacity: 1;
}
.flex-direction-nav a.flex-prev:before {
	position: relative;
	content: "\e875";
	font-family: 'Linearicons-Free';
	font-size: 35px;
	top: 0px;
	float: left;
	width: 100%;
	line-height: 35px;
}
.flex-direction-nav a.flex-next:before {
	position: relative;
	content: "\e876";
	font-family: 'Linearicons-Free';
	font-size: 35px;
	top: 0px;
	float: left;
	width: 100%;
	line-height: 35px;
}
.home-slide {
	min-height: 500px;
	background: url(../img/slider-img-1.jpg) center center no-repeat;
	background-size: cover;
}
.home-slide h2 {
	font-size: 46px;
	font-weight: 900;
	text-transform: uppercase;
	color: #fff;
}
.ag-text {
	max-width: 400px;
}
/*=======================================================
SUB BANNER
========================================================*/
.sub-bnr {
	background: url(../img/sub-bnr-bg.jpg) no-repeat;
	background-size: cover !important;
	min-height: 600px;
	text-align: center;
	position: relative;
}
.sub-bnr h3 {
	color: #fff;
	font-weight: 500;
	letter-spacing: 3px;
	margin-top: 80px;
}
.sub-bnr p {
	font-style: italic;
	color: #fff;
	letter-spacing: 1px;
	font-size: 14px;
	margin-top: 20px;
}
.sub-bnr .breadcrumb {
	background: none;
	margin: 0px;
	padding: 0px;
}
.sub-bnr h6 {
	display: inline-block;
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	float: left;
	line-height: 58px;
	margin: 0px;
	letter-spacing: 1px;
}
.sub-bnr .breadcrumb li {
	color: #965452;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 30px;
	font-weight: 700;
	font-size: 12px;
	margin: 10px 0;
}
.sub-bnr .breadcrumb li a {
	color: #fff;
	text-transform: none;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
}
.sub-bnr .breadcrumb>li+li:before {
	color: #fff;
}
/*=======================================================
FOOTER
========================================================*/
.feature-top {
	background: url(../img/feature-bg.jpg) center center no-repeat;
	background-size: cover;
}
.feature-top li {
	min-height: 328px;
	text-align: center;
	position: relative;
	border-right: 1px solid rgba(255,255,255,0.5);
}
.feature-top li h4 {
	color: #fff;
	margin: 20px 0;
	margin-bottom: 10px;
	text-transform: none;
	font-size: 24px;
}
.feature-top li .position-center-center {
	width: 100%;
	padding: 0 18%;
}
.feature-top li a {
	border: 1px solid #fff;
	border-radius: 4px;
	font-size: 16px;
	background: none;
	color: #fff;
	display: inline-block;
	padding: 10px 20px;
	margin-top: 20px;
	font-weight: bold;
}
.feature-top li a:hover {
	background: #fff;
	color: #0099ff;
}
.feature-top li p {
	color: #fff;
}
.gall-slider {
}
.gall-slider h6 {
	text-transform: none;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	text-align: center;
	padding: 15px 0;
	margin: 0px;
	color: #333333;
	font-size: 14px;
	margin-bottom: 10px;
}
.gall-slider .item {
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.gall-slider .item img {
	width: 100%;
}
.owl-dots {
	position: absolute;
	bottom: -40px;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	width: 100%;
	text-align: center;
}
.owl-nav {
	display: none;
}
.owl-dots .owl-dot {
	display: inline-block;
	margin: 0 2px;
	height: 10px;
	width: 10px;
	border: 1px solid #b4b4b4;
	border-radius: 50%;
}
.owl-dots .owl-dot.active {
	background: #0099ff;
}
.traning-now {
	background: url(../img/train-now.jpg) center center no-repeat;
	background-size: cover;
	padding: 80px 0;
}
.traning-now h6 {
	color: #fff;
}
.traning-now h3 {
	color: #fff;
}
.about-block{
	background:#2b3441;
}
.about-block .heading {
	text-align: left;
	margin-bottom: 20px;
}
.about-block h6 {
	color: #fff;
}
.about-block p {
	color: #fff;
}
.about-block img {
	width: 100%;
}
.about-block-2 .heading{
	max-width:100%;
}
.about-block-2 .block-text{
	padding-left:20%;
	padding-top:15%;
	padding-right:10%;
	padding-bottom:50px;
}
.about-block-2 .block-text ul{
	position:relative;
}
.about-block-2 .block-text ul{
	position:relative;
	margin-top:30px;
}
.about-block-2 .block-text li{
	font-size: 14px;
	color: #40b3ff;
	width: 100%;
	line-height: 32px;
	position:relative;
	padding-left:30px;
}
.about-block-2 .block-text li p{
	margin-bottom:0px;
	color: #40b3ff;
	font-weight:bold;
}
.about-block-2 .block-text li:before{
	position: absolute;
	content: "\f00c ";
	font-family: 'FontAwesome';
	font-size: 14px;
	float: left;
	top:0px;
	left: 0px;
	color: #40b3ff;
	width: 100%;
	line-height: 30px;
}
.testi-in .text-sec {
	background: #efefef;
	padding: 40px;
	border-radius: 4px;
	padding-left: 100px;
	margin-bottom: 20px;
	position: relative;
}
.testi-in .text-sec:before {
	position: absolute;
	content: "\f0dd";
	font-family: 'FontAwesome';
	font-size: 35px;
	bottom: -10px;
	float: left;
	left: 70px;
	color: #efefef;
	width: 100%;
	line-height: 35px;
}
.testi-in .text-sec p {
	color: #333333;
	line-height: 22px;
	margin: 0px;
}
.testi-in .text-sec i {
	font-size: 30px;
	position: absolute;
	left: 40px;
	top: 40px;
	color: #cccccc;
}
.testi-in .sm-avatar {
	display: inline-block;
	width: 56px;
	margin-left: 50px;
	height: 56px;
	position: relative;
	overflow: hidden;
	border-radius: 50%;
	margin-right: 10px;
}
.testi-in .sm-avatar img {
	border-radius: 50%;
}
.testi-in h6 {
	margin-bottom: 0px;
}
/*=======================================================
FOOTER
========================================================*/
footer p {
	font-size: 14px;
	line-height: 22px;
	color: #6d787b;
}
footer h6 {
	color: #fff;
	margin-top: 0px;
	margin-bottom: 30px;
	letter-spacing: 0px;
}
footer {
	padding: 50px 0;
	background: url(../img/footer-bg.jpg) center bottom fixed no-repeat;
	background-size: cover;
}
footer .tweet-foot span {
	color: #fff;
}
footer .tweet-foot p {
}
footer .tweet-foot li {
	padding-left: 30px;
	margin-bottom: 30px;
}
footer .tweet-foot li:before {
	position: absolute;
	content: "\f099";
	font-family: 'FontAwesome';
	left: 15px;
	color: #297aff;
	font-size: 20px;
}
footer .tweet-foot.adress li:before {
	content: "\f041";
	color: #fff;
}
footer .photos {
	margin: 0 -2px;
}
footer .photos li {
	padding: 0 2px;
	display: inline-block;
	float: left;
	margin-bottom: 4px;
	border-radius: 4px;
	position: relative;
	overflow: hidden;
}
footer .photos li img {
	border-radius: 4px;
}
/*=======================================================
CONTACT FORM
========================================================*/
#map {
	height: 700px;
}
.info-office {
	padding-top: 30px;
	padding-left: 50px;
	padding-right: 130px;
}
.info-office p {
	margin-bottom: 0px;
	font-size: 13px;
	letter-spacing: 1px;
}
.info-office h5 {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 2px;
	margin-top: 30px;
}
.contact-info .number {
	text-align: center;
	padding: 97px 0;
	border-bottom: 1px solid #ececec;
}
.contact-info .number p {
	letter-spacing: 1px;
	font-size: 13px;
	font-family: 'montserratlight';
}
.contact-info .number h1 {
	font-size: 35px;
	color: #949494;
	font-family: 'montserratlight';
	letter-spacing: 2px;
	font-weight: 100;
	margin: 30px 0;
	margin-bottom: 10px;
}
.contact-info .number i {
	font-size: 24px;
	height: 57px;
	width: 57px;
	border: 1px solid #965452;
	color: #965452;
	line-height: 55px;
	border-radius: 50%;
	display: inline-block;
}
.contact-form .error {
	border: 1px solid red;
}
.contact-form .error:before {
	content: "\f071";
	font-family: 'FontAwesome';
	position: absolute;
	color: red;
}
.success-msg {
	background: #fff;
	border: 1px solid #ABD0A8;
	color: #589051;
	margin-bottom: 30px;
	width: 100%;
	display: inline-block;
	text-align: center;
	padding: 11px 16px;
	border-radius: 4px;
	display: none;
}
.success-msg i {
	padding: 10px;
	border-radius: 50%;
	border: 1px solid #ABD0A8;
	margin-right: 10px;
}
.contact-page .heading hr {
	margin: 30px 0;
}
.contact-page h3 {
	font-weight: normal;
	font-size: 24px;
	margin-bottom: 0px;
}
.timing {
	background: #fbfbfc;
	padding: 30px;
	border: 1px solid #e4e4e4;
	margin-top: 30px;
}
.timing ul li p {
	margin: 0px;
}
.timing ul li {
	border-bottom: 1px solid #e8e8e9;
	padding: 15px 0;
}
.timing ul li span {
	float: right;
}
.timing ul li:nth-last-child(1) {
	border-bottom: none;
	padding-bottom: 0px;
}
.contact-page p {
	font-size: 15px;
	color: #777777;
}
.timing ul li p {
	color: #999999;
}
.contact-form label {
	display: inline-block;
	width: 100%;
	font-weight: normal;
	font-size: 11px;
	line-height: 30px;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 20px;
	color: #777777;
}
.contact-form label input {
	border: 1px solid #ececec;
	height: 40px;
	padding: 0 20px;
	border-radius: 0px;
	width: 100%;
	background: #fff;
	box-shadow: none !important;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.contact-form textarea {
	display: inline-block;
	width: 100%;
	position: relative;
	padding: 10px 20px;
	border: 1px solid #ececec;
	height: 160px;
	border-radius: 0px;
	background: #fff;
	box-shadow: none !important;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.contact-form input:focus {
	border: 1px solid #4c4f5e !important;
}
.contact-form textarea:focus {
	border: 1px solid #4c4f5e !important;
}
#contact_form button {
	font-weight: bold;
	text-transform: uppercase;
	width: 100%;
	border-radius: 0px;
	height: 50px;
	width: 155px;
	border-radius: 4px;
	margin-top: 0px;
	line-height: 50px;
	padding: 0px 0;
}
.cont-info-con {
	margin-bottom: 80px;
}
.cont-info-con li article {
	text-align: center;
	border: 1px solid #f0f0f0;
	padding: 35px 20px;
}
.cont-info-con p {
	color: #777777;
	margin: 0px;
}
.cont-info-con h6 {
	color: #333333;
	margin: 0px;
	font-size: 15px;
	margin-bottom: 15px;
	margin-top: 10px;
	text-transform: none;
	font-weight: 700;
}
.cont-info-con .icon {
	height: 76px;
	width: 76px;
	color: #08ada7;
	display: inline-block;
	font-size: 28px;
	margin-bottom: 10px;
	text-align: center;
	line-height: 74px;
	border-radius: 50%;
	border: 3px solid #08ada7;
}
/*=======================================================
Emergency
========================================================*/
.blog-single .post-info .post-in {
	background: none;
	padding: 25px 0;
}
.blog-single .post-info .post-in p {
	text-align: left;
}
.cate li a {
	padding-left: 15px;
	font-weight: 700;
}
.cate li a:before {
	content: "\f0da";
	position: absolute;
	left: 0px;
	font-size: 14px;
	color: #965452;
	font-family: 'FontAwesome';
}
.cate li {
	position: relative;
}
.cate li {
	line-height: 60px;
}
.cate li a {
	font-size: 13px;
	color: #777777;
	letter-spacing: 1px;
	display: inline-block;
	width: 100%;
	font-weight: 500;
}
.cate li span {
	float: right;
	height: 25px;
	width: 25px;
	font-size: 10px;
	border-radius: 50%;
	line-height: 23px;
	text-align: center;
	margin-top: 10px;
	letter-spacing: 0px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.cate li a:hover {
	color: #965452;
}
.cate li a:hover span {
	background: #965452;
	color: #fff;
}
.cate.archive li:before {
	display: none;
}
.cate.archive li {
	line-height: 45px;
	padding-left: 0px;
}
.news-post blockquote {
	border: none;
	font-family: 'Raleway', sans-serif;
	text-align: left;
	line-height: 34px;
	font-weight: 600;
	font-size: 18px;
	text-align: center;
	color: #08ada7;
	padding: 30px 0;
	letter-spacing: 1px;
	position: relative;
}
.news-post blockquote i {
	position: absolute;
	left: 0px;
	right: 0px;
	top: -27px;
	text-align: center;
	line-height: 54px;
	font-size: 20px;
	height: 54px;
	width: 54px;
	margin: 0 auto;
	border-top: 1px solid #fb4848;
	border-radius: 50%;
	background: #fff;
	color: #fb4848;
}
.comments .media-body h4 {
	color: #222222;
}
.comments .media-body h4 span {
	font-size: 12px;
	color: #777777;
	margin-left: 20px;
	display: inline-block;
	width: 100%;
}
.comments .media-body a {
}
.comments {
	margin-top: 30px;
}
.comments .media-list {
	margin-bottom: 30px;
}
.comments .media-list li {
	position: relative;
}
.comments .media-left {
	margin-right: 20px;
}
.comments .media-left a {
	width: 80px;
	display: inline-block;
}
.comments .media-body {
	position: relative;
	border: 1px solid #e9e9e9;
	padding: 20px;
	margin-bottom: 30px;
}
.comments h4 {
	font-weight: 500;
	margin: 0px;
	font-size: 20px;
	margin-bottom: 30px;
}
.comments .media p {
	font-size: 13px;
	line-height: 24px;
	margin-bottom: 0px;
}
.comments .media h6 span {
	font-size: 10px;
	color: #333333;
	margin: 0;
	display: inline-block;
	margin-bottom: 5px;
	font-family: 'Montserrat', sans-serif;
	margin-top: 10px;
	font-weight: normal;
	margin-left: 20px;
	text-transform: uppercase;
	display: inline-block;
}
.comments .media {
	margin-top: 40px;
}
.comments .media h6 {
	font-weight: 700;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 14px;
}
.comments .raply {
	position: absolute;
	top: 20px;
	right: 30px;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 12px;
	color: #08ada7;
	margin-bottom: 0px;
}
.comments .raply i {
	margin-right: 5px;
}
.comments .avatar {
	margin-right: 10px;
	display: inline-block;
}
.comments .btn.raply:hover {
	background: #00b1f1;
	color: #fff;
}
.comments .media a img {
	margin-bottom: 10px;
}
.comments form label {
	text-transform: uppercase;
	font-weight: 500;
	margin-top: 20px;
	display: inline-block;
	width: 100%;
	color: #333333;
	font-size: 10px;
}
.comments form .form-control {
	display: inline-block;
	width: 100%;
	height: 40px;
	margin-top: 5px;
	border-radius: 0px;
	box-shadow: none;
	background: none;
	border: 1px solid #e8e8e8;
}
.comments form textarea.form-control {
	display: inline-block;
	width: 100%;
	height: 150px;
}
.pager {
	margin-bottom: 80px;
	text-transform: uppercase;
	border-top: 1px solid #ffbe00;
	border-bottom: 1px solid #ffbe00;
	padding: 15px 0;
}
.pager a {
	font-size: 12px;
	border: none;
}
.comments {
	margin-bottom: 50px;
}
.admin-info {
	border: 1px solid #cccccc;
	padding: 24px;
	margin-top: 30px;
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
}
.admin-info h5 {
	margin-bottom: 0px;
	font-weight: 700;
	font-size: 20px;
}
.admin-info .social_icons {
	margin-top: 10px;
}
.admin-info .admin-img {
	width: 175px;
	display: inline-block;
	margin-right: 0px;
}
.social_icons li {
	display: inline-block;
	color: #989898;
}
.social_icons li a {
	color: #989898;
	margin: 0 5px;
}
.blog-col-2.blog-page .post-in {
	padding: 25px 0px;
	background: none;
	text-align: left;
}
/*=======================================================
get-quote
========================================================*/
.layout-2 .feature-top {
	background: url(../img/feature-bg-1.jpg) center center no-repeat;
	background-size: cover;
}
.layout-2 .home-slide {
	background: url(../img/slider-img-2.jpg) center center no-repeat;
	background-size: cover;
}














/* basic input  */
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  background-color: #ffffff;
  background-image: none;
  border: 2px solid #cecece;
  transition: all 0.3s;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

textarea {
  height: 150px;
  resize: none;
}

select:focus, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus {
  outline: none;
  border-color: #333333;
}





/* blog style  */
/* Block 7f */
/* ======================== */

.blog-content {
  padding-bottom: 60px;
  border-bottom: 0 !important;
}
.uou-block-7f {
  position: relative;
  display: block;
  margin-bottom: 30px;
  padding-bottom: 30px;
  font-size: 14px;
}
.uou-block-7f:before,
.uou-block-7f:after {
  content: " ";
  display: table;
}
.uou-block-7f:after {
  clear: both;
}
.uou-block-7f:before,
.uou-block-7f:after {
  content: " ";
  display: table;
}
.uou-block-7f:after {
  clear: both;
}
.uou-block-7f:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.uou-block-7f .thumb {
  width: 250px;
  height: auto;
  float: left;
  margin-right: 30px;
  border-radius: 4px;
}
.uou-block-7f h1 {
  margin-top: 12px;
  font-size: 20px;
  margin-bottom: 20px;
}
.uou-block-7f h1 a {
  color: #333333;
}
.uou-block-7f h1 a:hover {
  color: #0099ff;
}
.uou-block-7f a.btn {
  text-transform: capitalize;
  padding: 6px 8px;
  margin-top: 15px;
  font-weight: normal;
  font-size: 15px;
}
.uou-block-7f .meta {
  text-transform: uppercase;
  color: #999;
  font-size: 12px;
  word-wrap: break-word;
  font-weight: 500;
}
.uou-block-7f .meta a {
  color: #999;
}
.uou-block-7f .meta a:hover {
  color: #0099ff;
}
.uou-block-7f .meta span:after {
  content: '\2022';
  margin: 0 10px;
}
.uou-block-7f .meta span:last-child:after {
  display: none;
}
@media (max-width: 767px) {
  .uou-block-7f .thumb {
    width: 100%;
    height: auto;
    float: none;
    margin-right: 0;
    margin-bottom: 24px;
  }
}

.uou-block-7f a.btn {
  height: auto;
  line-height: 1.5;
}


/* blog post content */
.blog-post-content {
  position: relative;
}
.blog-post-content .meta {
	padding-top: 22px;
}
.blog-post-content .meta a {
  color: inherit;
}
.blog-post-content .meta a:hover {
  color: #0099ff;
}
.blog-post-content .meta span:after {
  content: '\2022';
  margin: 0 10px;
}
.blog-post-content .meta span:last-child:after {
  display: none;
}

.blog-post-content .blog-title-heading {
  margin-bottom: 20px;
}


.blog-post-content .content-show h1 {
  font-size: 46px;
}

.uou-share-story  {
  position: relative;
  display: block;
  margin-top: 30px;
  margin-bottom: 20px;
}

.uou-share-story h5 {
  margin: 0;
  padding-top: 10px;
  text-transform: capitalize;
}

.social-widget .uou-block-4b .social-icons {
  margin: 0;
}

.uou-block-4b .social-icons {
  padding-left: 0;
  list-style: none;
  display: inline-block;
  margin-top: 48px;
  margin-bottom: 0;
  vertical-align: top;
}
.uou-block-4b .social-icons > li {
  float: left;
  margin-right: 24px;
}
.uou-block-4b .social-icons > li:last-child {
  margin-right: 0;
}
.uou-block-4b .social-icons > li > a {
  display: block;
  color: inherit;
  font-size: 32px;
  color: #737373;
}
.uou-block-4b .social-icons > li > a:hover {
  color: #0099ff;
}



/* Post comment  */

.uou-post-comment {
  padding: 0px 0 5px;
}
.uou-post-comment h5 {
  margin-top: 0;
  margin-bottom: 25px;
}
.uou-post-comment h4 {
  text-transform: capitalize;
  font-size: 20px;
}
.uou-post-comment-form {
  position: relative;
}

.uou-block-14a {
  position: relative;
  display: block;
}
.uou-block-14a ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.uou-block-14a ul ul {
  margin-left: 30px;
}
.uou-block-14a .comment {
  position: relative;
  margin-bottom: 30px;
  padding-left: 124px;
  min-height: 100px;
}
.uou-block-14a .comment > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: auto;
}
.uou-block-14a .comment > div {
  position: relative;
  padding: 0;
  font-size: 14px;
}
.uou-block-14a .comment > div header {
  margin-bottom: 10px;
  padding: 0;
}
.uou-block-14a .comment > div header .user {
  display: inline-block;
  font-size: 16px;
  color: #333333;
  font-weight: 500;
}
.uou-block-14a .comment > div header .user:hover {
  color: #0099ff;
}
.uou-block-14a .comment > div header small {
  display: inline-block;
  font-weight: normal;
  font-size: 16px;
  color: #8c8c8c;
}
.uou-block-14a .comment > div header .time-ago {
  text-transform: uppercase;
  color: #737373;
  font-size: 12px;
}
.uou-block-14a .comment > div header .time-ago:after {
  content: '';
  margin: 0 10px;
}
.uou-block-14a .comment > div header .reply {
  color: #8c8c8c;
  font-size: 12px;
  font-weight: 600;
}
.uou-block-14a .comment > div header .reply:hover {
  color: #00d793;
}
.uou-block-14a .comment > div p {
  font-family: 'Open Sans', sans-serif;
  line-height: 20px;
}
.uou-block-14a .comment > div p:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .uou-block-14a .comment {
    padding-left: 74px;
    min-height: 50px;
  }
  .uou-block-14a .comment > img {
    width: 50px;
  }
  .uou-block-14a .comment > div:before {
    top: 25px;
  }
}
@media (max-width: 767px) {
  .uou-block-14a .comment > div header .user {
    font-size: 16px;
  }
  .uou-block-14a .comment > div header small {
    font-size: 14px;
  }
  .uou-block-14a .comment > div header .time-ago {
    display: none;
  }
}
@media (max-width: 320px) {
  .uou-block-14a .comment {
    padding-left: 0;
    min-height: 0;
  }
  .uou-block-14a .comment > img {
    display: none;
  }
  .uou-block-14a .comment > div:before {
    display: none;
  }
  .uou-block-14a .comment > div header small {
    display: none;
  }
}



/* sidebar style  */
.uou-sidebar {
  position: relative;
  width: 100%;
  padding-bottom: 50px;
}
.uou-sidebar .sidebar-title:first-child {
  margin-top: 0;
}


.sidebar-title {
  font-weight: bold;
  line-height: 1.25em;
  color: #333333;
  margin-top: 24px;
  margin-bottom: 24px;
}


.search-form {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
}
.search-form input[type="text"] {
  margin: 0;
  background: none;
  height: 43.5px;
  padding: 13px 20px;
}
.search-form input[type="text"]:focus {
  border-color: #333333;
}
.search-form input[type="text"]:focus + input[type="submit"] {
  color: #333333;
}
.search-form input[type="text"]:focus + input[type="submit"]:hover {
  color: #0099ff;
}
.search-form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  text-align: center;
  border: 0;
  width: 40px;
  height: 40px;
 `` padding: 0;
  line-height: 45px;
  font-family: 'FontAwesome';
  font-size: 14px;
  color: #cecece;
  transition: all 0.3s;
  outline: 0;
}
.search-form input[type="submit"]:hover {
  color: #0099ff;
}

.uou-sidebar ul {
  padding-left: 0;
  list-style: none;
}

.uou-sidebar ul ul {
  padding-left: 15px;
}
.uou-sidebar ul li {
  position: relative;
  word-wrap: break-word;
  padding: 15px 0;
  border-top: 1px solid #f4f4f4;
}

.uou-sidebar ul li ul,
.uou-sidebar ul li ol {
  margin-top: 15px;
}

.uou-sidebar ul li li:last-child {
  border-bottom: 0;
}
.uou-sidebar ul li a {
  display: block;
  text-transform: uppercase;
  color: #737373;
  font-size: 13px;
  padding-right: 30px;
  font-weight: 500;

}
.uou-sidebar ul li a:hover {
  color: #0099ff;
}
.uou-sidebar ul li > a:before {
  content: "\f054";
  font-family: 'FontAwesome';
  position: absolute;
  right: 10px;
  font-weight: normal;
  font-size: 10px;
}

.uou-sidebar ul li.recentcomments > a:before {
  display: none;
}
.uou-sidebar ul li:last-child {
  border-bottom: 1px solid #f4f4f4;
}
.social-widget {
  position: relative;
}
.social-widget .uou-block-4b {
  padding: 0;
  background: none;
  text-align: left;
}

.latest-post-widget {
  position: relative;
}
.latest-post-widget .post-single {
  position: relative;
  margin: 10px 0;
  min-height: 100px;
  border-top: 1px solid #f4f4f4;
  padding-left: 95px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.latest-post-widget .post-single:last-child {
  border-bottom: 1px solid #f4f4f4;
}
.latest-post-widget .post-single img {
  position: absolute;
  left: 0;
  top: 20px;
  width: 80px;
  border-radius: 4px;
}
.latest-post-widget .post-single .meta {
  text-transform: uppercase;
  color: #737373;
  font-size: 12px;
  margin: 0;
  line-height: 16px;
}
.latest-post-widget .post-single .meta a {
  color: inherit;
}
.latest-post-widget .post-single .meta a:hover {
  color: #0099ff;
}
.latest-post-widget .post-single .post-title {
  margin: 0;
  font-size: 13px;
  padding-top: 10px;
}
.latest-post-widget .post-single .post-title a {
  color: #333333;
}
.tag-cloud {
  position: relative;
}
.tag-cloud a {
  font-size: 12px;
  margin-bottom: 8px;
}
.tag-cloud a,
.tagcloud a{
  padding: 6px 8px;
  margin-bottom: 6px;
  margin-right: 6px;
  display: inline-block;
  font-weight: inherit;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 0;
  white-space: nowrap;
  color: #ffffff;
  transition: all 0.3s;
  border-radius: 3px;
  text-transform: uppercase;
  background-color: #0099ff;
  border: 2px solid #0099ff;
  font-weight: bold;
}

.tag-cloud a:hover,
.tagcloud a:hover{
  background-color: #286090;
  border-color: #204d74;
}


/* pagination  */
.uou-paginatin {
  position: relative;
  padding-bottom: 20px;
}
.uou-paginatin li {
  display: inline-block;
  margin: 0 5px;
}
.uou-paginatin li.active a {
  color: #0099ff;
}
.uou-paginatin li a {
  color: #333333;
  padding: 5px;
  font-size: 15px;
  font-weight: bold;
}
.uou-paginatin li a:hover {
  color: #0099ff;
}




/* lates fixing */
/* monster widget fixing area */
#calendar_wrap {
  position: relative;
  width: 100% !important;
}
#wp-calendar {
  width: 100%;
}



#wp-calendar  > thead > tr > th,
#wp-calendar  > tbody > tr > th,
#wp-calendar  > tfoot > tr > th,
#wp-calendar  > thead > tr > td,
#wp-calendar  > tbody > tr > td,
#wp-calendar  > tfoot > tr > td {
  padding: 8px !important;
}

footer #wp-calendar,
footer #wp-calendar caption,
footer #wp-calendar tfoot a,
footer label,
footer .tagcloud a {
  color: #ddd;
}



.widget ul li,
footer  ul li {
  margin-bottom: 8px;
}

footer  ul,
footer ul li,
footer ul li a {
  color: #ddd;
}

footer  ul li,
footer  ul li a,
footer .rss-date,
footer .rssSummary,
footer cite {
  color: #ddd;
}

.textwidget p img {
  max-width: 100%;
  height: auto;
  margin: 10px 0;
}

.wp-caption a img,
.wp-caption-text img {
  max-width: 100%;
  height: auto;
  margin: 10px 0;
  height: auto;
}


img.wp-smiley {
  width: 15px !important;
  height: 15px;
}

.widget select,
footer  select,
.textwidget select {
  position: relative;
  width: 100%;
  height: 35px;
  margin-bottom: 10px;
}

.widget select option {
  width: 100%;
  word-break: break-all;
}


.searchform{
  margin: 10px;
}
.entry-attachment img{
  width: 100%;
  height: auto;
}

.ta-bind{
  min-height: 300px ;
  height: auto;
}

.ta-editor {
  min-height: 300px;
  height: auto;
  overflow: auto;
  font-family: inherit;
  font-size: 100%;
}

.wp-caption{
  max-width: 100% !important;
  height: auto;
}



/* some other fixing */
.cate li {
  padding-left: 15px  !important;
  word-wrap: break-word;
}
.cate li a {
  padding-left: 0;
}

.search-form {
  position: relative;
}

.sidebar .search-form input[type=submit] {
  right: 0;
}



/* unit test begin */
img {
  max-width: 100%;
  height: auto;
}

.post {
  word-wrap: break-word;

}

.blog-content .sticky-wrapper{
  margin-bottom: 40px;

}
.post.sticky {
  background: #f3f3f3 !important;
  padding: 20px !important;
  position: relative !important;
  margin-bottom: 30px;
  height: auto !important;
}

.post iframe {
  max-width: 100%;
}

.post-info li > ul,
.post-info li > ol {
  margin-left: 1.25em;
}

.post th {
  min-width: 140px;
}

.post big {
  font-size: 20px;
}


.bg-parrall .container {
  position: relative;
  z-index: 12;

}

.h-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0, .4);
  z-index: 10;
}
.post_count {
  display: none;
}

.post li ul,
.post li ol {
  padding-left: 20px;
}

.sidebar-title {
  font-size: 20px;
}
footer {
  word-wrap: break-word;
}
footer h5 {
  color: #fff;
  font-weight: normal;
}

li ul.children {
  padding-left: 20px;
}




/* Menu fixing */

.ownmenu ul.demo-menu, .ownmenu ul.demo-menu li ul.demo-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: none;
	position: absolute;
	z-index: 99;
	padding-left: 0px;
	width: 250px;
	background: #fff;
	padding: 0;
  border: 1px solid rgba(0,0,0, .06);
}
.ownmenu ul.demo-menu li ul.demo-menu {
	left: 100%;
	top: inherit;
	background: #272727;
}
header nav .ownmenu ul.demo-menu .indicator {
	display: block;
	left: 0px;
	margin-left: 0px;
}
.ownmenu ul.demo-menu li {
	clear: both;
	width: 100%;
	text-align: left;
}
.ownmenu ul.demo-menu li a {
	width: 100%;
  border-bottom: 1px solid rgba(0,0,0, .06);
	padding: 12px 24px 12px;
	display: inline-block;
	float: left;
	clear: both;
	text-decoration: none;
	color: #666;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
  margin: 0;
  font-size: 14px;
}
.ownmenu ul.demo-menu li:hover > a {
	color: #fff !important;
}
.ownmenu ul.demo-menu li ul.demo-menu.left {
	left: auto;
	right: 100%;
}
.ownmenu .indicator {
	position: relative;
	right: 5px;
	font-size: 14px;
	float: right;
	display: none;
}


.ownmenu ul.demo-menu li a:before {
  background: #0099ff;
}







@media screen and (max-width: 782px) {
  body.admin-bar {
    margin-top: -46px;
  }
}







/* Block 3d */
/* ======================== */
.uou-block-3d {
  position: relative;
  display: block;
  padding: 24px 0;
  background: #f4f4f4;
  margin-bottom: 30px;
}
.uou-block-3d:before,
.uou-block-3d:after {
  content: " ";
  display: table;
}
.uou-block-3d:after {
  clear: both;
}
.uou-block-3d:before,
.uou-block-3d:after {
  content: " ";
  display: table;
}
.uou-block-3d:after {
  clear: both;
}

.uou-block-3d .breadcrumbs-secondary {
  float: left;
  margin: 0;
  font-weight: bold;
  color: #999;
}
.uou-block-3d .breadcrumbs-secondary > li {
  margin-right: 0;
}
.uou-block-3d .breadcrumbs-secondary > li > a:after,
.uou-block-3d .breadcrumbs-secondary > li > span:after {
  right: -13px;
  border-left-color: #f4f4f4;
}
.uou-block-3d .breadcrumbs-secondary > li > a:before,
.uou-block-3d .breadcrumbs-secondary > li > span:before {
  right: -14px;
}
.uou-block-3d .breadcrumbs-secondary > li > a .arrow:before,
.uou-block-3d .breadcrumbs-secondary > li > span .arrow:before {
  border-bottom-color: #f4f4f4;
}
.uou-block-3d .breadcrumbs-secondary > li > a .arrow:after,
.uou-block-3d .breadcrumbs-secondary > li > span .arrow:after {
  border-top-color: #f4f4f4;
}
.uou-block-3d .breadcrumbs-secondary > li > a:hover:after {
  border-left-color: #00d793;
}
.uou-block-3d .breadcrumbs-secondary > li > span:after {
  border-left-color: #666666;
}


@media (max-width: 767px) {
  .home-slide h2 {
    font-size: 25px;
    line-height: 30px;
  }
  .layout-2 .home-slide {
    background-position: 100% 100% !important;
  }
}

/*top bar */

.top-bar {
  min-height: 40px;
  background: #fff;
  position: relative;
  z-index: 999;
  line-height: 40px;
  border-bottom: 1px solid #e6e6e6;
}
.top-bar .numb {
  font-size: 18px;
  color: #fff;
  font-weight: normal;
  line-height: 40px;
  font-style: italic;
  font-weight: bold;
  display: inline-block;
  padding-right: 15px;
  border-right: 1px solid rgba(255,255,255,0.2);
}
.top-bar .time-ta {
  font-size: 18px;
  color: #fff;
  font-weight: normal;
  line-height: 40px;
  font-style: italic;
  font-weight: bold;
  margin-left: 5%;
  display: inline-block;
}
.login-info {
  float: right;
}
.login-info li {
  float: left;
}
.login-info li a {
  float: left;
  line-height: 20px;
  border-left: 1px solid rgba(0,0,0,0.1);
  font-weight: bold;
  padding-left: 15px;
  margin-left: 15px;
  text-transform: uppercase;
  font-size: 12px;
  color: #333333;
  margin-top: 10px;
}
.top-bar .bootstrap-select .btn {
  padding: 0px;
  border: none;

  color: #333333 !important;
  height: 40px;
  font-size: 12px;
  font-weight: bold;
  box-shadow: none;
}
.top-bar .bootstrap-select.btn-group .dropdown-menu {
  background: #fff;
  z-index: 999;
  padding: 0px;
}
.top-bar .bootstrap-select {
  width: 52px !important;
}
.top-bar .dropdown-menu li {
  width: 100%;
}
.top-bar .dropdown-menu li a {
  line-height: 18px;
  margin: 0px;
  font-size: 10px;
  padding: 5px 10px;
  border: none;
  width: 100%;
}
.top-bar .social {
  display: inline-block;
}
.top-bar .social a {
  margin-right: 10px;
  color: #adadad;
  line-height: 40px;
}
.top-bar .social a:hover {
  color: #2d90e3;
}

.form-submit{display: none;}

ul.flickr li, .widget ul.flickr li{
  width: auto ;
  float: left;
  margin: 0px 2px 0 0 !important;
  border-radius: 4px !important;
}

ul.flickr img{
  border-radius: 4px;
}


/*login/register style*/

.login-info a:focus {
  outline: 0;
}
.hostly-login-form .form-control {
  display: inline-block;
  border-radius: 2px;
  width: 100%;
  border: 1px solid #d9d9d9;
  height: 50px;
  text-transform: none;
  line-height: 50px;
  padding: 0 20px;
  transition: all .3s ease;
  margin-bottom: 25px;
}

.hostly-login-form input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}


.hostly-login-form .contact-from .form-control:focus,
.hostly-login-form .contact-from .form-control:focus {
  border-color: 0;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

.modal-body{
  position: relative;
  padding: 50px;
}


.modal-header {
    padding: 20px 50px 20px;
}

.footer-button {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

a.btn.btn-small.btn-primary{
  margin-bottom: 20px;
}





/* latest fixing */
.flex-control-paging li a {
  width: 12px;
  height: 12px;
}

.owl-carousel .owl-item {
  padding: 4px;
}

.owl-dots .owl-dot {
  width: 12px;
  height: 12px;
}

.owl-dots .owl-dot.active {
  border-color: #0099ff;
}

ul.flickr li, .widget ul.flickr li {
  margin: 1px 8px 8px 0px !important;
}

.modal-header .close {
  font-size: 38px;
}


body #booked-profile-page .booked-counts, body #booked-profile-page .booked-tabs li.active a, body #booked-profile-page .booked-tabs li.active a:hover {
    color: #037b3c;
  background: #fff !important;
}

body #booked-profile-page .booked-user h3 {
  color: #666;
}

body #booked-profile-page .booked-profile-header .booked-logout-button {
  color: #039146;
}
body #booked-profile-page .booked-profile-header .booked-logout-button:hover {
  color: #666;
}

body #booked-profile-page .booked-tabs li.active:first-child {
  border-left: 1px solid #ddd;
}

body #booked-profile-page .booked-tabs li:first-child {
  border-left: 1px solid #039146;
}
body #booked-profile-page .booked-tabs {
  border-left: 0;
}

body #booked-profile-page .addtocalendar {
  margin-right: 15px;
}


.uou-sidebar .search-form input[type="text"] {
  border-width: 1px !important;
}














/* Block 6a */
/* ======================== */
.uou-block-6a {
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 30px;
}
.uou-block-6a:before,
.uou-block-6a:after {
  content: " ";
  display: table;
}
.uou-block-6a:after {
  clear: both;
}
.uou-block-6a:before,
.uou-block-6a:after {
  content: " ";
  display: table;
}
.uou-block-6a:after {
  clear: both;
}
.uou-block-6a img {
  width: 100%;
  height: auto;
}
.rounded.uou-block-6a img {
  max-width: 250px;
  border-radius: 50%;
}
.uou-block-6a h6 {
  line-height: 24px;
}
.uou-block-6a h6 span {
  display: block;
  font-weight: normal;
  font-size: 14px;
  color: #8c8c8c;
  letter-spacing: 1px;
}
.uou-block-6a .social-icons {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.uou-block-6a .social-icons > li {
  display: inline-block;
  margin-right: 24px;
}
.uou-block-6a .social-icons > li:last-child {
  margin-right: 0;
}
.uou-block-6a .social-icons > li > a {
  display: block;
  color: inherit;
  font-size: 18px;
}
.uou-block-6a .social-icons > li > a:hover {
  color: #00d793;
}



/* Block 6b */
/* ======================== */
.uou-block-6b {
  position: relative;
  display: block;
  margin-bottom: 30px;
  padding-left: 124px;
}
.uou-block-6b:before,
.uou-block-6b:after {
  content: " ";
  display: table;
}
.uou-block-6b:after {
  clear: both;
}
.uou-block-6b:before,
.uou-block-6b:after {
  content: " ";
  display: table;
}
.uou-block-6b:after {
  clear: both;
}
.uou-block-6b img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: auto;
}
.uou-block-6b .social-icons {
  padding-left: 0;
  list-style: none;
  position: absolute;
  top: 124px;
  left: 0;
  margin-bottom: 0;
  width: 100px;
  text-align: center;
}
.uou-block-6b .social-icons > li {
  display: inline-block;
  margin-right: 12px;
}
.uou-block-6b .social-icons > li:last-child {
  margin-right: 0;
}
.uou-block-6b .social-icons > li > a {
  display: block;
  color: inherit;
  font-size: 18px;
}
.uou-block-6b .social-icons > li > a:hover {
  color: #00d793;
}
.uou-block-6b .content {
  position: relative;
  padding: 24px;
  background: #f4f4f4;
  font-size: 14px;
  font-weight: normal;
}
.uou-block-6b .content p {
  font-size: 14px;
}
.secondary.uou-block-6b .content {
  background: #333333;
  color: #ffffff;
  font-weight: normal;
}
.secondary.uou-block-6b .content p {
  color: #ffffff;
}
.uou-block-6b .content:before {
  position: absolute;
  top: 50px;
  right: 100%;
  content: '';
  width: 0;
  height: 0;
  margin-top: -10px;
  border-right: 10px solid #f4f4f4;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.secondary.uou-block-6b .content:before {
  border-right-color: #333333;
}
.uou-block-6b .content h6 {
  margin-top: 0;
  line-height: 24px;
}
.secondary.uou-block-6b .content h6 {
  color: #ffffff;
}
.uou-block-6b .content h6 span {
  display: block;
  font-weight: normal;
  font-size: 14px;
  color: #8c8c8c;
  letter-spacing: 1px;
}
.uou-block-6b .content p:last-child {
  margin-bottom: 0;
}




/* Demo Styles */
/* ======================== */
.demo-section {
  margin: 0;
}
.demo-section:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.demo-section .demo-section-title {
  display: block;
  color: #cccccc;
  font-size: 18px;
  margin-top: 0;
  padding: 60px 0 40px;
  margin-bottom: 0;
}
.demo-section .demo-section-title.container {
  padding-left: 15px;
}
.demo-section .demo-section-subtitle {
  display: block;
  color: #cccccc;
  font-size: 18px;
}



/* Block 5a */
/* ======================== */
.uou-block-5a {
  position: relative;
  display: block;
  padding: 72px 0;
  background: #333333;
  background-size: cover;
}
.uou-block-5a:before,
.uou-block-5a:after {
  content: " ";
  display: table;
}
.uou-block-5a:after {
  clear: both;
}
.uou-block-5a:before,
.uou-block-5a:after {
  content: " ";
  display: table;
}
.uou-block-5a:after {
  clear: both;
}
.uou-block-5a blockquote {
  padding: 0;
  margin: 0;
  border-left: 0;
  background: none;
  margin: 0 auto;
  max-width: 800px;
  text-align: center;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.5em;
  font-weight: normal;
  font-family: 'Libre Baskerville', serif;
}
.uou-block-5a blockquote footer:before {
  content: '';
}
.uou-block-5a blockquote footer {
  display: block;
  font-size: 14px;
  color: #ffffff;
  background-image: none;
  background: transparent;
  padding: 20px 0;
}
.uou-block-5a blockquote footer cite {
  font-style: normal;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 1px;
}

.uou-block-5a blockquote p {
  color: #fff;
}
.uou-block-5a.uou-twitter-content {
  background: #ffffff;
  padding: 72px 0 24px;
}
.uou-block-5a.uou-twitter-content.has-bg-image.invert .flex-control-nav {
  text-align: right;
  bottom: 25px;
}
.uou-block-5a.uou-twitter-content.has-bg-image.invert .flex-control-nav li a {
  background: #333333;
}
.uou-block-5a.uou-twitter-content.has-bg-image.invert .flex-control-nav li a.flex-active {
  background: #00d793;
}
.uou-block-5a.uou-twitter-content.has-bg-image.invert blockquote {
  color: #333333 !important;
}
.uou-block-5a.uou-twitter-content.has-bg-image.invert blockquote .twitt-details {
  border-top: 1px solid #333333;
}
.uou-block-5a.uou-twitter-content.has-bg-image.invert blockquote .twitt-details p {
  font-size: 12px;
  font-style: normal;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
}
.uou-block-5a.uou-twitter-content.has-bg-image.invert blockquote .twitt-details p a {
  margin: 0 10px;
}
.uou-block-5a.uou-twitter-content.has-bg-image.invert blockquote .twitt-details p span {
  color: #333333;
  margin-right: 10px;
}
.uou-block-5a.uou-twitter-content.has-bg-image blockquote {
  color: #ffffff !important;
}
.uou-block-5a.uou-twitter-content.has-bg-image blockquote .twitt-details {
  border-top: 1px solid #ffffff;
}
.uou-block-5a.uou-twitter-content.has-bg-image blockquote .twitt-details p {
  font-size: 12px;
  font-style: normal;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
}
.uou-block-5a.uou-twitter-content.has-bg-image blockquote .twitt-details p a {
  margin: 0 10px;
}
.uou-block-5a.uou-twitter-content.has-bg-image blockquote .twitt-details p span {
  color: #ffffff;
  margin-right: 10px;
}
.uou-block-5a.uou-twitter-content blockquote {
  color: #8c8c8c !important;
  text-align: left;
}
.uou-block-5a.uou-twitter-content blockquote ul li {
  position: relative;
  font-family: 'Libre Baskerville', serif !important;
  font-size: 27px;
  padding-left: 150px;
  line-height: 40px;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .uou-block-5a.uou-twitter-content blockquote ul li {
    padding-left: 80px;
  }
}
.uou-block-5a.uou-twitter-content blockquote ul li:before {
  content: "\f099";
  font-family: 'FontAwesome';
  position: absolute;
  top: 0;
  left: 0;
  height: 120px;
  width: 120px;
  background: #00d793;
  border-radius: 50%;
  text-align: center;
  line-height: 120px;
  color: #ffffff;
  font-size: 35px;
}
@media screen and (max-width: 768px) {
  .uou-block-5a.uou-twitter-content blockquote ul li:before {
    height: 60px;
    width: 60px;
    line-height: 60px;
    font-size: 20px;
  }
}
.uou-block-5a.uou-twitter-content blockquote ul li:after {
  content: " ";
  position: absolute;
  left: 98px;
  top: 86px;
  width: 15px;
  height: 15px;
  background-color: #00d793;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  .uou-block-5a.uou-twitter-content blockquote ul li:after {
    left: 42px;
    top: 40px;
  }
}
.uou-block-5a.uou-twitter-content blockquote ul li .twitt-details {
  position: relative;
  border-top: 1px solid #f4f4f4;
  margin-top: 10px;
}
.uou-block-5a.uou-twitter-content blockquote ul li .twitt-details p {
  font-size: 12px;
  font-style: normal;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
}
.uou-block-5a.uou-twitter-content blockquote ul li .twitt-details p a {
  margin: 0 10px;
}
.uou-block-5a.uou-twitter-content blockquote ul li .twitt-details p span {
  color: #333333;
  margin-right: 10px;
}
.uou-block-5a.uou-twitter-content blockquote .flex-control-nav {
  text-align: right;
  bottom: 25px;
}
.uou-block-5a.uou-twitter-content blockquote .flex-control-nav li a {
  background: #f4f4f4;
}
.uou-block-5a.uou-twitter-content blockquote .flex-control-nav li a.flex-active {
  background: #00d793;
}
.uou-block-5a.uou-twitter-content blockquote .flex-direction-nav {
  display: none;
}

.post-password-form input[type="submit"] {
  border: none;
  color: #fff;
  display: inline-block;
  padding: 0px 30px;
  text-transform: none;
  font-weight: bold;
  font-size: 16px;
  border-radius: 4px;
  font-family: 'Lato', sans-serif;
  height: 40px;
  background: #0099ff;
  position: relative;
  z-index: 1;
}


 /*table */
 table {
  border: 1px solid #ddd;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
 table > thead > tr > th,
 table > tbody > tr > th,
 table > tfoot > tr > th,
 table > thead > tr > td,
 table > tbody > tr > td,
 table > tfoot > tr > td {
  border: 1px solid #ddd;
  padding: 10px 8px;

}
 table > thead > tr > th,
 table > thead > tr > td {
  border-bottom-width: 2px;
}

@media (max-width: 768px) {
  .blog-post-content th {
    min-width: auto;
  }
}

label.screen-reader-text[for="cat"] {
  display: none;
}

label.screen-reader-text[for="archives-dropdown--1"] {
  display: none;
}

/*  new fix */
footer ul {
  padding-left: 0;
}

footer ul ul {
  padding-left: 10px;
}

.post-pagination {
  clear: both;
  font-size: 16px;
  font-style: italic;
  font-weight: normal;
  line-height: 2.2;
  margin: 20px 0;
  text-transform: uppercase;
}

.post-pagination a {
	background: #0099ff;
	border: 1px solid #204d74;
	color: #fff;
  padding: 5px 10px;
}
