/*
Theme Name: Attorney
Theme URI: http://wordpressbucket.com/
Author: tigerwp
Author URI: http://wordpressbucket.com/author
Description: electric company website
Version: 1.1
License:   Themeforest License
License URI:   https://themeforest.net/licenses
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain:   tigerwp

This theme, like WordPress, is licensed under the https:  //themeforest.net/licenses.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*------------------------------------------------------------------
Theme Name:   Attorney - Multipages HTML5 Template
Version:      1.0
Author:       
URL:           
-------------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
#01  Theme Reset Style
#02  Header & Navigation
#03  Footer
#04  Slider
#05  Breadcrumb/Page Header Banner
#06  About Section
#07  Services
#08  Banner
#09  Testimonial
#10  Portfolio & Portfolio Details
#11  Blog & Blog Details
#12  Contact Page

-----------------------------------------------------------------*/

/*--------------------------------------------------------------
#0.1    Theme Reset Style
--------------------------------------------------------------*/
*{
	margin:0;
	padding:0;
	border:none;
}
body {
  	font-family: 'Open Sans', sans-serif;
  	background: #fff;
  	font-size: 16px;
  	-webkit-font-smoothing: antialiased;
  	overflow-x: hidden;
  	position: relative;
}

@media screen and (max-width:767px){
	body {
  		font-size: 14px;
	}
}

.body-wrapper {
    background: #fff;
}
@media screen and (min-width:1200px){
	.body-wrapper {
    	margin: 0 auto;
    	background: #fff;
	}
}

p {
	margin-top: 0px;
	margin-bottom: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
  font-weight: 700;
}

b, strong{
	font-weight: 700;
}
ul {
  list-style: none;
  margin: 0;
}
table, table td { 
	padding:0;
	border:none;
	border-collapse:collapse;
}
img{
	vertical-align:top; 
	max-width:100%;
}
embed{ 
	vertical-align:top;
}
input,textarea{
	font-family:inherit;
}
input,button{
	outline: none;
}
button::-moz-focus-inner{
	border:0;
}
html,body{
	min-height:100%;
}
section{
	padding-top: 100px;
	padding-bottom: 100px;
}
.section-header{
	margin-bottom: 70px;
}
.section-header h1{
	font-size: 48px;
    text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 25px;
}

.section-header p{
	font-size: 18px;
	line-height: 26px;
}
.line{
    height: 3px;
    width: 60px;
    background: #de5727;
    margin-top: 30px;
    margin-bottom: 60px;
}
.line_center{
    height: 3px;
    width: 60px;
    background: #de5727;
    margin: 0 auto;
}

@media screen and (max-width: 767px){
	.section-header h1{
		font-size: 40px;
	}
}
.pt-0{
	padding-top: 0px;
}
a,i,.btn {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
a:hover,
a:focus,i,:hover {
  text-decoration: none;
  outline: none;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{
	outline: none;
}

.bg-default{
	background: #1a627e;
}
.txt-default{
	color: #1a627e;
}
.bg-colored{
	background: #de5727;
}
.txt-colored{
	color: #de5727;
}
.bg-white{
	background: #fff;
}
.txt-white{
	color: #fff;
}
.bg-dark{
	background: #8b8888;
}
.txt-dark{
	color: #8b8888;
}
.bg-gray{
	background: #f5f5f5;
}
.txt-gray{
	color: #f5f5f5;
}


/*--------------------------------------------------------------
#0.2    Header CSS
--------------------------------------------------------------*/
/*---- Topbar ----*/
header{
	background: #fff;
}
.top-bar{
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	padding-top: 22px;
	padding-bottom: 20px;
	position: relative;
	overflow: hidden;
}

.left-info{
	text-align: left;
	color: #939393;
	font-weight: 400;
}
.left-info p span{
	font-weight: 600;
}
.right-info{
	float: right;
	color: #1b1937;
    margin-top: 5px;
}
.right-info ul{
	float: right;
	display: inline-flex;
}
.right-info ul li{
	margin-right: 20px;
	text-align: left;
}
.right-info ul li:last-child{
	margin-right: 0px;
}
.right-info ul li:before{
	content: "";
	height: 60px;
	width: 2px;
	background: #d7d7d7;
	margin-left: 30px;
	margin-right: 30px;
    margin-top: -10px;
    float: left;
}
.right-info ul li:first-child:before{
	display: none;
}
.right-info ul li .icon{
	float: left;
    margin-right: 10px;
}
.right-info ul li i{
    font-size: 20px;
    line-height: 25px;
    background: #1a627e;
    color: #de5727;
    text-align: center;
    border-radius: 100%;
    padding: 10px;
    display: initial!important;
    width: 44px;
    height: 44px;
    float: left;
}
.right-info ul li .info-body{
	float: right;
}
.right-info ul li p{
	font-size: 18px;
	font-weight: 700;
	line-height: 16px;
	margin-bottom: 5px;
}

/*---- Navbar ----*/

.navbar {
    position: relative;
    min-height: 90px;
    margin-bottom: 0px;
    border: 0px solid transparent;
    border-radius: 0px;
    background: #1a627e;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: 0;
}
.navbar-brand {
    height: auto;
    padding: 0;
}
.site-logo{
	height: auto;
	position: relative;
	float: left;
}

.navbar-brand img{
	max-width: 250px;
}
.navbar-toggler{
	background: transparent;
	border: 0px;
	color: #85d8fe;
	outline: none;
	padding: 5px 0px;
	float: right;
}
.nav-items{
	padding: 0px;
}
.navbar-nav>li.menu-item{
    float: left;
	padding: 0px 25px;
	line-height: 90px;
	vertical-align: middle;
	position: relative;
}
.navbar-nav li.menu-item:first-child{
	padding-left: 0px;
}
.navbar-nav li.menu-item:last-child{
	padding-right: 0px;
}
.navbar-nav>li>a{
	color: #fff;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 0px;
}
.navbar-nav > li > a.active,.navbar-nav > li > a:hover{
	color: #de5727;
}
.navbar-nav > li:last-child a{
	margin-right: 0px;
	padding-right: 0px;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background: transparent;
}

.navbar-nav li a i{
    font-size: 14px;
    margin-left: 2px;
}
.sub-menu li{
	float: left;
    width: 100%;
}

.sub-menu li a{
	background: #1b1937;
    border-left: 5px solid #1a627e;
    border-bottom: 1px solid #1a627e;
}
.sub-menu li a:hover,.sub-menu li a.active{
	background: #1a627e;
    border-left: 5px solid #1b1937;
    color: #de5727;
}
.sub-menu li a{
	float: left;
    width: 100%;
    position: relative;
	color: #fff;
    padding: 12px 10px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    line-height: 14px;
}


.top-social{
	float: right;
}
.top-social .social-item{
	float: left;
	padding: 0px 15px;
	line-height: 90px;
}
.top-social .social-item:last-child{
	padding-right: 0px;
}
.top-social .social-item a{
	color: #de5727;
	font-size: 20px;
}
.top-social .social-item a:hover{
	color: #fff;
}

@media screen and (min-width:768px){
	.sub-menu{
		list-style: none;
	    position: absolute;
	    opacity: 0;
	    visibility: hidden;
	    min-width: 200px;
	    padding-top: 0px;
	    float: left;
	    width: 100%;
	    z-index: 999;
	    top: 125%;
	    -webkit-transition: all .5s;
		-moz-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s;
	}
	.navbar.sticky .sub-menu{
		padding-top: 20px;
	}
	.navbar-nav li.menu-item-has-children{
		position: relative;
	}
	.navbar-nav li:last-child ul.sub-menu{
		right: 0;
	}
	.navbar-nav li.menu-item-has-children:hover > .sub-menu{
	    opacity: 1;
	    visibility: visible;
	    top: 100%;
	    -webkit-transition: all .5s;
		-moz-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s;
	}

	.navbar-nav li ul li.menu-item-has-children:hover .sub-menu{
		left: 100%;
		top: 0;
		padding-top: 0px;
	}
	.navbar-nav li:last-child ul li.menu-item-has-children:hover .sub-menu{
		left: auto;
		right: 100%;
		top: 0;
		padding-top: 0px;
	}
	
}

@media screen and (min-width:768px) and (max-width: 991px){
	.top-bar:before{
		width: 60%;
	}
}
@media screen and (min-width:768px) and (max-width: 1200px){
	.navbar-nav>li.menu-item{
		padding: 0px 10px;
	}
}

@media screen and (max-width:991px){
	.right-info ul li{
		margin-bottom: 20px;
		margin-right: 15px;
	}
	.right-info ul li p{
		font-size: 14px;
	}
	.right-info ul li:before{
		display: none;
	}
	.site-logo {
    	-webkit-transform: translateY(0%);
    	transform: translateY(0%);
	}
	.navbar-brand img{
		width: 100%;
	}
	.site-logo .navbar-brand {
    	position: relative;
    }
	.navbar-nav>li>a{
		font-size: 14px;
	}
	.top-social .social-item{
		padding: 0px 6px
	}
}
@media screen and (max-width:767px){
	
	.nav-items {
    	float: right;
    	width: 100%;
    	padding: 0;
	}
	.navbar-nav {
	    margin: 0;
	    padding: 0px 0px;
	    margin-top: 0px;
	    max-height: 350px;
    	overflow-y: auto;
    	width: 100%;
	}
	.navbar-nav>li.menu-item {
    	float: left;
    	width: 100%;
    	padding: 0px 0px;
    	border-bottom: 1px solid rgba(255,255,255,0.1);
	}
	.navbar-nav>li>a {
	    padding: 7px 10px;
	    margin-right: 0;
	    text-align: left;
	    float: left;
    	position: static;
	}
	.navbar-nav li a i{
	    float: right;
	    width: 16px;
	    height: 16px;
	    border-radius: 100%;
	    text-align: center;
	    font-size: 20px;
    	position: absolute;
    	top: 8px;
    	right: 20px;
	}
	
	.navbar-toggle{
		color: #de5727;
		margin: 0px;
    	margin-left: 10px;
		padding: 0px;
		font-size: 30px;
		line-height: 100px;
	}
	.sub-menu{
		list-style: none;
	    position: relative;
	    display: none;
	    opacity: 1;
	    visibility: visible;
	    min-width: 160px;
	    float: left;
	    width: 100%;
	    z-index: 999;
	    padding-left: 10px;
	    margin-top: 5px;
		margin-bottom: 15px;
	}
	.sub-menu li {
    	float: left;
    	width: 100%;
	}
	

	.sub-menu li a{
		background: #1b1937;
	    border-left: 5px solid #1a627e;
	    border-bottom: 1px solid #1a627e;
	}
	.sub-menu li a:hover,.sub-menu li a.active{
		background: rgba(255,255,255,0.1);
	    border-left: 5px solid #1b1937;
	    border-bottom: 1px solid rgba(255,255,255,0.1);
	    color: #de5727;
	}
	
	

	.navbar-nav li ul li.menu-item-has-children .sub-menu{
		left: 0;
		top: 0;
	}
	.navbar-nav li:last-child ul li.menu-item-has-children:hover .sub-menu{
		left: 0;
		right: auto;
		top: 0;
	}
	.navbar-nav > li:last-child a {
    	margin-right: 0px;
    	padding-right: 15px;
	}

}

@media screen and (max-width:480px){
	.left-info{
		margin-bottom: 20px;
		color: #fff;
	}
	.top-bar:before {
    	width: 100%;
    	clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%);
	}
	.right-info{
		float: left;
	}

	.navbar-toggle{
    	position: absolute;
    	right: 15px;
	}
	.navbar-collapse{
		padding:0px;
	}
	.top-social{
		margin-right: 30px;
	}
}

/*-------- 03. Footer Section ------------*/
footer{
	position: relative;
	background: #000;
	color: #fff;
	line-height: 24px;
}

.footer-top-bar{
	padding: 50px 0px 80px 0px;
	position: relative;
}
.footer-logo{
	text-align: center;
    border-bottom: 1px solid rgba(255, 109, 0, 0.4);
	margin-bottom: 70px;
    padding-bottom: 40px;
}
.footer h4{
	color: #de5727;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 40px;
}
.footer-widget-1{
	margin-right: -15px;
}

.footer-widget-1 .info-body p{
    font-weight: 600;
    margin-bottom: 16px;
    line-height: 14px;
}
.footer-widget-1 .info-body p:last-child{
    font-weight: 400;
    margin-bottom: 0px;
}
.footer-widget-1 ul{
	margin-top: 20px;
}
.footer-widget-1 ul li{
	display: inline-flex;
	margin-bottom: 34px;
}
.footer-widget-1 ul li:last-child{
	margin-bottom: 0px;
}
.footer-widget-1 ul li i{
	color: #de5727;
	margin-right: 15px;
	font-size: 24px;
}

/*----*/
.footer-widget-2{
	margin-left: -15px;
	margin-right: -15px;
}
.footer-widget-2 .input-subscribe{
	position: relative;
	margin-top: 30px;
}
.footer-widget-2 .input-subscribe .form-control {
	width: 315px;
    height: 36px;
    border: 2px solid #fff;
    border-radius: 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-style: italic;
}

.footer-widget-2 .input-subscribe .btn{
	position: absolute;
    margin-left: 207px;
    top: 2px;
    border-radius: 20px;
    text-transform: uppercase;
    color: #fff;
    padding: 5px 15px;
    font-weight: 600;
}

.footer-social{
	float: left;
	width: 100%;
	margin-top: 25px;
}
.footer-social .social-item{
	float: left;
	margin-right: 10px;
	margin-bottom: 8px;
}
.footer-social .social-item:last-child{
	margin-right: 0px;
}
.footer-social .social-item a{
    float: left;
    width: 32px;
    height: 32px;
    border: 1px solid #7104eb;
    border-radius: 100%;
	color: #7104eb;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
}
.footer-social .social-item a:hover{
	border: 1px solid #de5727;
	color: #de5727;
	-webkit-transition: all .5s;
  	-moz-transition: all .5s;
  	-o-transition: all .5s;
  	transition: all .5s;
}
/*-----*/
.footer-widget-3 .map{
	width: 100%;
	height: 280px;
}

.footer-bottom-bar{
	padding: 20px 0px;
	font-style: italic;
	font-size: 14px;
	position: relative;
}

@media screen and (max-width: 991px){
	.footer-widget-1, .footer-widget-2{
		margin-left: 0px;
		margin-right: 0px;
	}
}

@media screen and (max-width: 991px) and (min-width: 768px){
	.footer-widget-2 .input-subscribe .form-control{
		width: 230px;
	}
	.footer-widget-2 .input-subscribe .btn{
		margin-left: 122px;
	}
}

@media screen and (max-width: 767px){
	.footer-logo{
		margin-bottom: 50px;
	}
	.widget{
		float: left;
		width: 100%;
		margin-bottom: 30px;
	}
	.footer h4{
		margin-bottom: 15px;
	}
	.footer-widget-1 ul li{
		margin-right: 20px;
	}
}

/*---------- 04. Slider Section ------------*/
.slider{
	background-image: url('images/slider-bg.jpg');
	background-position: center;
    background-size: cover;
    position: relative;
    padding: 60px 0px;
}
.slider:before{
	content: "";
	background: #000;
	opacity: 0.85;
	background-position:bottom;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
}
.slide-content {
	position: relative;
	transform: translateY(10%);
	float: left;
}
.slide-content h3{
	margin-top: 0px;
	color: #de5727;
	text-transform: uppercase;
}
.slide-content .heading{
	position: relative;
	color: #fff;
    font-size: 55px;
    font-weight: 800;
    line-height: 72px;
    margin-top: 15px;
    margin-bottom: 105px;
    letter-spacing: -1px;
}
.slide-content .heading:after{
	content: "";
	position: absolute;
	left: 0;
	top: 100%;
    width: 70px;
    height: 2px;
    background: #de5727;
    margin-top: 50px;
}
.slide-content p{
	color: #fff;
	font-weight: 600;
	line-height: 26px;
}
.slide-content .more_btn{
	float: left;
	width: 100%;
    margin-top: 80px;
}
.more_btn a{
    padding: 10px 40px;
    text-align: center;
    background: #1a627e;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 1px;
    border-radius: 25px;
}
.more_btn a:hover{
	background: #de5727;
}
/*-- If use Horizontal Form --*/
.horizontal-form{
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: -100px;
}
.horizontal-form .appoint-form{
	width: 100%;
    padding: 20px 20px;
}
.horizontal-form .appoint-form textarea.form-control {
	height: 40px;
}
.horizontal-form .appoint-form .btn{
	border-radius: 4px;
}
/*-- Horizontal Form End--*/

.appoint-form{
	width: 470px;
	max-width: 100%;
	margin: 0 auto;
	text-align: left;
	float: left;
	background: #1a627e;
	border: 1px solid #de5727;
    padding: 0px 0px 30px 0px;
}
.appoint-form .header{
	background: #de5727;
	padding: 30px 50px 30px 50px;
	margin-bottom: 12px;
}
.appoint-form .header h2{
	font-weight: 800;
	color: #fff;
	margin-top: 0px;
}
.appoint-form .header h4{
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	line-height: 30px;
	margin-bottom: 0px;
}
.appoint-form .form-group{
	margin: 0px;
}
.appoint-form .form-control {
    display: inline-block;
    width: 100%;
    height: 40px;
    margin: 12px 0px 12px 0px;
    padding: 5px 20px;
    background: #fff;
    border: 1px solid #fff;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    border-radius: 4px;
    outline: none;
    font-style: italic;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.appoint-form .form-control:focus {
    border-color: #de5727;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(255,171,4,.075), 0 0 8px rgba(255,171,4,.6);
    box-shadow: inset 0 1px 1px rgba(255,171,4,.075), 0 0 8px rgba(255,171,4,.6);
}

.appoint-form textarea.form-control {
	width: 100%;
    height: 60px;
    margin: 12px 0px 12px 0px;
    padding: 5px 20px;
}
.appoint-form .btn{
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 9px 30px;
    background: #fff;
    border:1px solid #fff;
	color: #1a627e;
    width: 100%;
    border-radius: 30px;
    margin-top: 10px;
}

@media screen and (max-width:991px){
	.slide-content {
    	transform: translateY(0%);
    	margin-bottom: 60px;
    	text-align: center;
	}
	.slide-content .heading{
	    font-size: 40px;
	    line-height: 48px;
	    margin-top: 15px;
	    margin-bottom: 40px;
	}
	.slide-content .heading:after {
	    left: 50%;
	    margin-top: 15px;
	    transform: translateX(-50%);
	}
	.slide-content .slide_btn{
		margin-top: 40px;
	}
	.appoint-div{
		float: left;
		width: 100%;
		margin: 0 auto;
	}
	.appoint-form{
		float: none;
	}
}

/*---------- 05.  Breadcrumb Section ------------*/
.page-header{
	background-image: url('images/header-bg.jpg');
	background-position: center;
    background-size: cover;
    position: relative;
    padding: 110px 0px;
    margin: 0px;
    border-bottom: 0px solid #1d1b2e;
}
.page-header:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0.85;
	width: 100%;
	height: 100%;
}
.page-header-content{
	position: relative;
	z-index: 2;
}
.page-header-content .heading{
	color: #fff;
	font-size: 55px;
	font-weight: 800;
	line-height: 60px;
	letter-spacing: -2px;
	margin-top: 0px;
    margin-bottom: 35px;
}
.breadcrumb {
    padding: 0px 0px;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0px;
}
.breadcrumb li,.breadcrumb li a{
	color: #fff;
	font-weight: 600;
}
.breadcrumb li a:hover{
	color: #de5727;
}
.breadcrumb li.active{
	color: #de5727;
}


/*---------- 06. About Section ------------*/
section.about{
	border-bottom: 1px solid #eee;
}
.aboutbox{
	padding: 20px 20px;
	margin-bottom: 25px;
	border-top: 2px solid #333;
	-webkit-box-shadow: 0px 2px 5px 1px rgba(175, 174, 174, 0.4);
	box-shadow: 0px 2px 5px 1px rgba(175, 174, 174, 0.4);
	-webkit-transition: all .5s;
  	-moz-transition: all .5s;
  	-o-transition: all .5s;
  	transition: all .5s;
}
.aboutbox:hover{
	border-top: 2px solid #ff9700;
	-webkit-box-shadow: 0px 5px 15px 4px rgba(175, 174, 174, 0.5);
	box-shadow: 0px 5px 15px 4px rgba(175, 174, 174, 0.5);
	-webkit-transition: all .5s;
  	-moz-transition: all .5s;
  	-o-transition: all .5s;
  	transition: all .5s;
}
.aboutbox > h4{
	margin-top: 0px;
	margin-bottom: 10px;
	text-transform: uppercase;
    font-size: 18px;
	font-weight: 600;
}
.aboutbox p{
	font-size: 14px;
	line-height: 26px;
	color: #666666;
}

.aboutbox .btn_more{
	margin-top: 10px;
}
.aboutbox .btn_more a{
	color: #1a627e;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
}
.aboutbox .btn_more a i{
	font-size: 18px;
    margin-left: 5px;
    color: #1a627e;
}

.aboutbox:hover .btn_more a,
.aboutbox:hover .btn_more a i{
	color: #de5727;
}

/*--------- 07. Services ---------*/
.servicebox{
	float: left;
    width: 100%;
	position: relative;
}
.srv_content{
	float: left;
	width: 100%;
	height: 100%;
	border: 2px solid #e7e7e7;
}
.srv_content .srv_intro {
    float: left;
    width: 100%;
    height: 100%;
    padding: 70px 10px 40px 10px;
    text-align: center;
    position: relative;
}
.srv_content .srv_intro h3{
	color: #333;
	font-weight: 600;
	margin-top: 40px;
	margin-bottom: 20px;
}
.srv_content .primary_img,
.srv_content .secondary_img{
	width: 50px;
	height: 50px;
}
.srv_content .srv_full{
    float: left;
    width: 100%;
    height: 100%;
    padding: 40px 5px 40px 5px;
    background: #1a627e;
    border: 10px solid #e7e7e7;
    text-align: center;
    position: absolute;
    top: 0%;
    left: 0;
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .5s;
  	-moz-transition: all .5s;
  	-o-transition: all .5s;
  	transition: all .5s;
}
.servicebox:hover .srv_content .srv_full{
	-ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
	-webkit-transition: all .5s;
  	-moz-transition: all .5s;
  	-o-transition: all .5s;
  	transition: all .5s;
}
.srv_content .srv_full h3{
	color: #fff;
	font-weight: 600;
	margin-top: 25px;
	margin-bottom: 15px;
}
.srv_content .srv_full p{
	color: #fff;
	line-height: 26px;
}
.srv_post_text{
    font-size: 14px;
    line-height: 26px;
    padding: 0px 170px;
    margin-top: 50px;
}
.srv_post_text .more_btn{
	float: left;
	width: 100%;
	margin-top: 30px;
}

.srv_post_text .more_btn a {
    float: none;
    width: auto;
    padding: 10px 100px;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 16px;
}
@media screen and (max-width: 991px){
	.servicebox{
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 767px){
	.srv_post_text{
		padding: 0px 50px;
	}
	.srv_post_text .more_btn a {
    	padding: 10px 40px;
	}
}

/*------- 08. Banner -------*/
.banner{
	position: relative;
	background: url(images/banner.jpg);
	background-size: cover;
	background-position: center;
}
.banner:before {
    content: "";
    background: #000;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-size: cover;
    clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%);
}
.banner-content{
	padding: 65px 0px;
    position: relative;
    z-index: 2;
    display: flex;
}
.banner h3{
	color: #000;
	margin: 0px;
	line-height: 30px;
}
.banner h2{
	font-size: 46px;
    line-height: 46px;
    letter-spacing: -1.5px;
	color: #fff;
	margin-top: 0px;
    margin-bottom: 0;
    margin-right: 28px;
}
.banner .more_btn a{
	float: left;
	font-weight: 700;
}
.banner .tel{
    font-size: 40px;
    font-weight: 800;
    color: #bb3e34;
    line-height: 30px;
    margin-top: 40px;
}

@media screen and (max-width: 991px){
	.banner:before{
		width: 100%;
		clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%);
	}
	.banner-content{
		background: transparent;
	}
	.banner .more_btn a{
		float: none;
	}
}
@media screen and (max-width: 767px){
	.banner h2{
		font-size: 36px;
	}
	.banner-content{
		display: inline-block;
	}
	.banner .more_btn{
		float: left;
		width: 100%;
		margin-top: 30px;
	}
}

/*------- 08. Team/Instructors -------*/
.teambox{
	position: relative;
	overflow: hidden;
	text-align: center;
}
.teambox .intro{
	position: absolute;
    bottom: 0%;
    left: 0;
    width: 100%;
    text-align: left;
    background: #1a627e;
    color: #fff;
    padding: 26px 30px;
    -webkit-transition: all .5s;
  	-moz-transition: all .5s;
  	-o-transition: all .5s;
  	transition: all .5s;
}
.teambox:hover .intro{
	bottom: -90px;
	-webkit-transition: all .5s;
  	-moz-transition: all .5s;
  	-o-transition: all .5s;
  	transition: all .5s;
}
.teambox .intro h4{
    color: #fff;
    font-weight: 800;
    margin-top: 0px;
    margin-bottom: 0px;
    text-transform: uppercase;
}
.teambox .intro h6{
    color: #de5727;
    font-weight: 400;
    margin-top: 6px;
    margin-bottom: 0px;
}
.teambox .details{
	position: absolute;
    bottom: 0;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
	text-align: center;
    background: rgba(0,0,0,0.9);
    padding: 30px;
    -webkit-transition: all .5s;
  	-moz-transition: all .5s;
  	-o-transition: all .5s;
  	transition: all .5s;
}
.teambox:hover .details{
	top: 0%;
	-webkit-transition: all .5s;
  	-moz-transition: all .5s;
  	-o-transition: all .5s;
  	transition: all .5s;
}
.teambox .details .details-inner{
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.teambox .details h3{
	color: #fff;
	font-weight: 800;
	margin-bottom: 20px;
}
.teambox .details h5{
    color: #de5727;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.teambox .details p{
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
}
.teambox .details a.link,.teambox .details a.link i{
	color: #de5727;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 30px;
	margin-top: 20px;
}
.teambox .details a.link:hover,.teambox .details a.link:hover i{
	color: #fff;
}
.team-social{
	margin-top: 25px;
	display: inline-flex;
}
.team-social .social-item{
	float: left;
	margin-right: 20px;
    margin-left: 20px;
}
.team-social .social-item:first-child{
	margin-left: 0px;
}
.team-social .social-item:last-child{
	margin-right: 0px;
}
.team-social .social-item a{
	color: #de5727;
    font-size: 18px;
    text-align: center;
    line-height: 30px;
}
.team-social .social-item a:hover{
	color: #fff;
}


/*---- 09. Testimonial----*/
.testimonials{
	background: url('images/testimonial-bg.jpg');
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.section-sub-header{
	margin-bottom: 70px;
}
.section-sub-header h2{
	margin-top: 0px;
	margin-bottom: 25px;
}
.section-sub-header .line{
	margin-left: 0;
}
.swiper-testi{
	margin-right: 15px;
}
.testibox{
	float: left;
    width: 100%;
    padding: 32px 38px;
    background: #2b2a2a;
    position: relative;
    color: #fff;
}
.testibox:after{
	content: "";
	position: absolute;
	bottom: -45px;
    left: 38px;
    width: 0;
	height: 0;
	border-top: 45px solid #2b2a2a;
	border-right: 45px solid transparent;
}
.testibox .reviewer{
	float: left;
    width: 100px;
    text-align: center;
    margin-right: 20px;
}
.testibox .reviewer .testi_img{
    width: 70px;
    margin: 0 auto;
}
.testibox .reviewer .bio{
     float: right;
    width: 220px;
    margin-top: 5px;
}
.testibox .reviewer .testi_img img{
	width: 100%;
    height: auto;
    border-radius: 100px;
    background: #e1e1e1;
    -webkit-transition: all .5s;
  	-moz-transition: all .5s;
  	-o-transition: all .5s;
  	transition: all .5s;
    
}

.testibox:hover .reviewer img{
	background: #de5727;
	-webkit-transition: all .5s;
  	-moz-transition: all .5s;
  	-o-transition: all .5s;
  	transition: all .5s;
}
.testibox .desc{
	margin-top: 5px;
	line-height: 24px;
}
.testibox .reviewer h4{
	color: #fff;
	font-size: 16px;
	margin-bottom: 5px;
}
.testibox .reviewer h5{
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
	color: #aaa;
	margin-top: 0px;
}
.testibox .desc .rating{
	text-align: right;
    font-size: 14px;
    font-weight: 700;
    color: #aaa;
}
.testibox .desc .rating i{
	margin: 0px 2px;
	color: #de5727;
}
.swiper-testi .swiper-pagination{
	margin-top: 60px;
}
.swiper-testi .swiper-pagination-bullet {
    width: 40px;
    height: 5px;
    display: inline-block;
    border-radius: 10px;
    background: #000;
    opacity: 1;
}
.swiper-testi .swiper-pagination-bullet-active {
    opacity: 1;
    background: #de5727;
}
.opening-hour .section-sub-header h2{
	color: #fff;
}
.opening-hour ul li{
    font-size: 22px;
    text-align: right;
    border-bottom: 2px dashed #47424c;
    padding: 20px 0px;
    color: #aaa;
}
.opening-hour ul li:first-child{
	padding-top: 0px;
}

.opening-hour ul li span{
	float: left;
	color: #de5727;
}
@media screen and (max-width: 991px){
	.opening-hour {
		margin-top: 60px;
	}
}

/*--------- 10. Portfolio1 Section ---------*/
.filter{
  -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

ul#filters {
  	padding: 0;
    list-style: none;
    display: block;
    color: #1f1f43;
    width: 50%;
    margin: 0px auto 50px;
}

ul#filters li{
  display: inline-block;
  margin-right: 5px;
}

ul#filters li:before{
	content: ".";
	font-size: 40px;
    line-height: 40px;
    margin-right: 5px;
}
ul#filters li:first-child:before{
	display: none;
}

.filter {
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.filter:hover,.filter.active{
    color: #de5727;
    font-weight: 600;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
}
 
#portfoliolist .portfolio {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  margin-top: 15px;
  margin-bottom: 15px;
  display:none;
  float:left;
  overflow:hidden;
}

.grid .portfolio {
  margin-top: 15px;
  margin-bottom: 15px;
}

.portfolio-wrapper {
  overflow:hidden;
  position: relative !important;
}

.portfolio img {
  width: 100%;
    webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.portfolio:hover img{
  webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -o-transition: all 1s;
  -ms-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 1;
}

.works-info{
  background: #000;
  position: absolute;
  top: -100%;
  color: #ffffff;
  width: 100%;
  height: 100%;
  padding: 40px;
  text-align: center;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.portfolio:hover .works-info{
  opacity: 0.85;
  z-index: 999;
  top: 0;
  position: absolute;
  -webkit-transform: rotateX(0);
    transform: rotateX(0);
   -o-transition: all 1s;
   -ms-transition: all 1s;
   -moz-transition: all 1s;
   -webkit-transition: all 1s;
    transition: all 1s;
}
.works-info .label-text{
  float: left;
  width: 100%;
  text-align: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.works-info .label-text h4{
	color: #fff;
  	font-weight: 600;
}
.works-info .label-text a{
  font-size: 24px;
  color: #de5727;
  margin: 0px 5px;
  padding: 0px 3px 0px 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}


.fancybox-navigation button:hover, .fancybox-navigation .btn-default:hover, .fancybox-navigation .btn:hover{
  background: transparent;
  outline: none;
}

.fancybox-caption {
  border-top: 0px;
}

/*Portfolio Details*/
.detail-img{
	margin-bottom: 100px;
}
.detail-content h1.title{
	text-align: center;
	color: #1f1f43;
	margin-top: 0px;
	margin-bottom: 45px;
}

.detail-content p{
    font-size: 14px;
    color: #666;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 30px;
}

.detail-content .navigation{
	float: left;
	width: 100%;
	margin-top: 100px;
	text-align: center;
}

.detail-content .navigation .prev, .detail-content .navigation .next{
	background: #1a627e;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 13px 61px;
    float: left;
    border-radius: 5px;
}
.detail-content .navigation .prev{
	float: left;
}
.detail-content .navigation .next{
	float: right;
}
.detail-content .navigation .prev:hover, .detail-content .navigation .next:hover{
	background: #de5727;
}
.detail-content .navigation i{
	line-height: 46px;
	color: #de5727;
}

@media screen and (max-width: 480px){
	.detail-content .navigation .prev, .detail-content .navigation .next{
		padding: 10px 30px;
	}
	.detail-content .navigation i{
    	display: none;
    }
}


/*-------- 11. Blog Page---------*/
.blog-grid .blog-post {
    float: left;
    width: 100%;
    padding: 0px 0px;
    border-bottom: 0px solid #e5e5e5;
}
.blog-grid .blog-post:first-child {
    padding-top: 0px;
}
.blog-grid .blog-post:last-child {
    padding-bottom: 0px;
}
.blog-grid .blog-content .post-header h4{
	float: left;
	width: 100%;
	line-height: 26px;
	margin-top: 25px;
	margin-bottom: 5px;
}
.blog-grid .blog-content .post-extra ul{
	float: right;
	display: inline-flex;
}
.blog-grid .blog-content .post-extra ul li{
	margin-left: 10px;
}
.blog-grid .blog-content .post-extra ul li,.blog-content .post-extra ul li a{
	color: #333;
}
.blog-grid .blog-content .post-extra ul li i{
	color: #de5727;
}
.blog-grid .blog-content .post-credits{
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.blog-grid .blog-content .post-credits ul{
	float: left;
	width: 100%;
	display: inline-block;
}
.blog-grid .blog-content .post-credits ul li:first-child{
	float: left;
}
.blog-grid .blog-content .post-credits ul li:last-child{
	float: right;
}
.blog-grid .post-footer{
	float: left;
	width: 100%;
	margin-top: 20px;
}
.blog-grid .post-footer .read-more{
	float: left;
	width: auto;
	margin-top: 0px;
}
.blog-grid .post-footer .post-extra{
	float: right;
	width: auto;
}
.blog-grid .post-footer .read-more a{
	color: #333;
	font-size: 14px;
	font-weight: 600;
}
/*----------------------------*/
.blog-post{
    float: left;
    width: 100%;
    padding: 25px 0px;
    border-bottom: 1px solid #e5e5e5;
}
.blog-post:first-child{
	padding-top: 0px;
}
.blog-post:last-child{
	padding-bottom: 80px;
}
.blog_img{
	float: left;
	position: relative;
	overflow: hidden;
}
.blog_img:before{
	content: "";
	position: absolute;
	background: #000;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: all .5s;
  	-moz-transition: all .5s;
  	-o-transition: all .5s;
  	transition: all .5s;
}
.blog_img h6{
    position: absolute;
    top: 0;
    margin-left: 30px;
    margin-top: 30px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #fff;
    padding: 5px 10px;
    color: #de5727;
    opacity: 0;
    -webkit-transition: all .5s;
  	-moz-transition: all .5s;
  	-o-transition: all .5s;
  	transition: all .5s;
}
.blog-post:hover .blog_img:before{
	opacity: 0.3;
	-webkit-transition: all .5s;
  	-moz-transition: all .5s;
  	-o-transition: all .5s;
  	transition: all .5s;
}
.blog-post:hover .blog_img h6{
	opacity: 1;
	-webkit-transition: all .5s;
  	-moz-transition: all .5s;
  	-o-transition: all .5s;
  	transition: all .5s;
}
.blog-content .post-header{
	float: left;
	width: 100%;
}
.blog-content .post-header h4{
	float: left;
	width: 55%;
	line-height: 26px;
	margin-top: -6px;
	margin-bottom: 5px;
}
.blog-content .post-header ul{
	float: right;
	display: inline-flex;
}
.blog-content .post-header ul li{
	margin-left: 10px;
}
.blog-content .post-header ul li,.blog-content .post-header ul li a{
	color: #333;
}
.blog-content .post-header ul li i{
	color: #de5727;
}
.blog-content .post-credits{
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.blog-content .post-credits ul{
	float: left;
	display: inline-flex;
}
.blog-content .post-credits ul li{
	margin-right: 20px;
}
.blog-content .post-credits ul li:last-child{
	margin-right: 0px;
}
.blog-content .post-credits ul li .author{
	font-size: 13px;
	font-weight: 700;
	color: #666;
}
.blog-content .post-credits ul li .date{
	font-size: 13px;
	font-weight: 400;
	color: #666;
	text-transform: uppercase;
}

.blog-content .intro-text{
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 26px;
    color: #666;
}
.btn-more {
    float: left;
    width: 100%;
    margin-top: 22px;
}
.blog-content .btn-more a {
    color: #fff;
    background: #1a627e;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 15px;
    padding: 7px 20px;
    float: left;
}
.blog-content .btn-more a:hover {
	background: #de5727;
}

.pagination{
	float: left;
	width: 100%;
}
.pagination ul li{
	float: left;
	margin-right: 20px;
}
.pagination ul li a{
	color: #333;
}
.pagination ul li a:hover{
	color: #de5727;
}
.pagination ul li a.active{
 color: #de5727;
}

/*-------- Blog Details Page---------*/
.blog-details .post-header{
	text-align: center;
}
.blog-details .post-header h1{
	color: #1f1f43;
	margin-bottom: 20px;
}
.blog-details .post-header ul{
	display: inline-flex;
	font-weight: 600;
	margin-bottom: 40px;
}
.blog-details .post-header ul li{
	margin-right: 15px;
}
.blog-details .post-header ul li,.blog-details .post-header ul li a{
	color: #aaa;
}
.blog-details .post-header ul li a:hover{
	color: #de5727;
}
.blog-details .post-header ul li i{
	color: #de5727;
	margin-right: 10px;
}
.blog-details .detail-img {
    margin-bottom: 65px;
}
.blog-details .author-img{
	float: left;
	text-align: center;
	height: 330px;
	margin-right: 65px;
}
.blog-details .author-img img{
	width: 110px;
	height: 110px;
	border: 2px solid #de5727;
	border-radius: 100%;
}
.blog-details .author-img h4{
	text-transform: uppercase;
}
.blog-details .author-img h6{
	font-weight: 600;
	color: #aaa;
}
.blog-details .author-img .line{
    height: 2px;
    width: 30px;
    background: #de5727;
    margin: 0 auto;
}
.author-social{
	display: inline-flex;
	margin-top: 5px;
}
.author-social li a{
	color: #1e1e1e;
	font-size: 12px;
	margin-right: 10px;
}
.author-social li a:hover{
	color: #1a627e
}
.blog-details .full-text{
    border-bottom: 1px dashed #1a627e;
    padding-bottom: 70px;
}
.blog-details .full-text blockquote {
	position: relative;
    padding: 0px 0px;
    margin: 20px 0 45px 210px;
    font-size: 14px;
    font-weight: 600;
    line-height: 26px;
    color: #272727;
    border-left: 0px solid #eee;
}

.blog-details .full-text blockquote:before{
	content: "";
    background: url(images/blog/quote-icon.png);
    position: absolute;
    top: -11px;
    left: -35px;
    z-index: 9999;
    width: 27px;
    height: 22px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.comment-sec{
	float: left;
    width: 100%;
    margin-top: 100px;
}

.comment-sec h2{
	color: #1f1f43;
	margin-top: 0px;
	margin-bottom: 0px;
}

.commenter-div{
	float: left;
	width: 100%;
	margin-bottom: 60px;
}
.commenter-div:last-child{
	margin-bottom: 0px;
}
.commenter-div .commenter{
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
}
.commenter-div .commenter img{
	background: #f0f0f0;
}
.commenter-div .commenter-desc{
	float: left;
	width: 50%;
}
.commenter-div .commenter-desc h4{
	margin-top: 0px;
	margin-bottom: 8px;
	text-transform: uppercase;
	color: #333;
}
.commenter-div .commenter-desc h5{
	margin-top: 0px;
	margin-bottom: 25px;
	font-weight: 600;
	color: #aaa;
}
.commenter-div .commenter-desc p{
	margin-bottom: 25px;
}
.commenter-div .commenter-desc .reply a{
	color: #1a627e;
	text-decoration: underline;
	font-size: 14px;
    font-weight: 600;
    line-height: 30px;
}
.commenter-div .commenter-desc .reply a:hover{
	color: #de5727;
}
.commentform{
	float: left;
	width: 100%;
	margin-top: 100px;
}
.commentform h2 {
    color: #1f1f43;
    margin-top: 0px;
    margin-bottom: 0px;
}
.comment_form{
	float: left;
    width: 570px;
    max-width: 100%;
    padding: 80px 30px;
    border: 1px solid #e5e5e5;
}
.comment_form .form-group{
	float: left;
	width: 100%;
	margin-bottom: 0px;
}
.comment_form .form-control{
	float: left;
	width: 47%;
	height: 40px;
	border: 1px solid #e5e5e5;
	border-radius: 30px;
	margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.comment_form .form-control:first-child{
	margin-left: 0px;
}
.comment_form .form-control:last-child{
	margin-right: 0px;
}
.comment_form .form-control.full{
	float: left;
	width: 100%;
	margin-left: 0px;
    margin-right: 0px;
}
.comment_form textarea.form-control{
	height: 150px;
	border-radius: 10px;
}
.comment_form .form-control:focus {
    border-color: #1a627e;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(26,35,126,.075), 0 0 8px rgba(26,35,126,.6);
    box-shadow: inset 0 1px 1px rgba(26,35,126,.075), 0 0 8px rgba(26,35,126,.6);
}
.comment_form .btn:hover {
    background: #de5727;
}
.comment_form .btn {
    font-size: 14px;
    font-weight: 800;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 10px 38px;
    background: #1a627e;
    color: #fff;
    border-radius: 20px;
    width: 100%;
    margin-bottom: 5px;
}

@media screen and (max-width: 767px){
	.blog-post .blog_img{
		margin-bottom: 30px;
	}
	.blog-details .full-text blockquote {
    	margin: 20px 0 30px 35px;
    }
	.commenter-div .commenter-desc{
    	width: 70%;
    }
    .comment_form .form-control{
    	width: 100%;
    	margin-left: 0px;
    	margin-right: 0px;
    }
}

@media screen and (min-width: 601px) and (max-width: 767px){
	.blog-content .post-header h4{
		width: 80%;
	}
	.blog-details .post-header h1{
		font-size: 30px;
	}
}
@media screen and (max-width: 600px){
	.blog-content .post-header h4{
		width: 100%;
		margin-bottom: 15px;
	}
	.blog-content .post-header ul{
		float: left;
		margin-bottom: 15px;
	}
	.blog-content .post-header ul li:first-child{
		margin-left: 0px;
	}
	.blog-details .post-header ul{
		display: inline-block;
	}
	.blog-details .author-img {
	    float: none;
	    text-align: center;
	    height: auto;
	    margin-right: 0px;
	    margin-bottom: 30px;
	}
	.blog-details .full-text{
		padding-bottom: 20px;
	}
}
@media screen and (max-width: 480px){
	.blog-content .post-credits ul{
		display: inline-block;
	}
	.blog-content .post-credits ul li{
		margin-bottom: 5px;
		margin-right: 0px;
	}
	.commenter-div .commenter-desc{
    	width: 100%;
    }
}

/*-------- Contact Page------
.keepintouch {
	background: #000;
    padding: 30px 0px 56px 40px;
    margin-right: -15px;
}
.keepintouch h2{
	font-weight: 800;
	color: #de5727;
	margin-top: 0px;
	margin-bottom: 75px;
}
.keepintouch .info-body p{
    font-weight: 700;
    margin-bottom: 16px;
    line-height: 14px;
    color: #fff;
}
.keepintouch .info-body p.voice{
	font-size: 14px;
	font-weight: 400;
	color: #999;
}
.keepintouch .info-body p:last-child{
    margin-bottom: 0px;
}
.keepintouch ul{
	margin-top: 20px;
}
.keepintouch ul li{
	display: inline-flex;
	margin-bottom: 75px;
}

.keepintouch ul li i{
	color: #de5727;
	margin-right: 25px;
	font-size: 24px;
	font-weight: 700;
}
---*/
/****** As <div> format CSS ******/
.keepintouch {
	background: #000;
    border: 1px solid #000;
    padding: 30px 0px 40px 40px;
    margin-right: -15px;
}
.keepintouch h2{
	font-weight: 800;
	color: #de5727;
	margin-top: 0px;
	margin-bottom: 75px;
}

.keepintouch .communication{
	display: inline-flex;
	margin-bottom: 75px;
}

.keepintouch .communication i{
	color: #de5727;
	margin-right: 25px;
	font-size: 24px;
	font-weight: 700;
}
.keepintouch .info-body h5{
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 15px;
    line-height: 14px;
    color: #fff;
}
.keepintouch .info-body p{
    font-size: 14px;
	font-weight: 400;
	color: #999;
	margin-bottom: 0px;
}

/*---- Form----*/
.contact-form {
    margin-left: -14px;
    padding: 30px 30px 60px 30px;
    text-align: left;
    border: 1px solid #e5e5e5;
}

.contact-form h2{
    margin-top: 0px;
    margin-bottom: 35px;
    color: #1b1937;
    font-weight: 800;
}
.contact-form .form-group{
	margin-bottom: 35px;
}
.contact-form .form-control {
    display: inline-block;
    height: 40px;
    margin: 0px 0px 37px 0px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 20px;
    outline: none;
    box-shadow: none;
}
.contact-form .form-control:nth-child(2){
	margin-right: 0px;
}
.contact-form .form-group:nth-child(3) .form-control{
	width: 100%;
	margin-right: 0px;
}
.contact-form .form-control:focus {
    border-color: #1a627e;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(26,35,126,.075), 0 0 8px rgba(26,35,126,.6);
    box-shadow: inset 0 1px 1px rgba(26,35,126,.075), 0 0 8px rgba(26,35,126,.6);
}

.contact-form textarea.form-control {
	width: 100%;
    height: 150px;
    margin: 0px 0px 40px 0px;
    border-radius: 10px;
}
.contact-form .btn{
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 10px 38px;
    background: #1a627e;
    color: #fff;
    border-radius: 20px;
    width: 100%;
    margin-bottom: 5px;
}
.contact-form .btn:hover{
	background: #de5727;
}
/*-- Social --*/
.contact-social{
	float: left;
	width: 100%;
}
.contact-social h5{
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 20px;
}
.contact-social ul{
    margin-bottom: 25px;
    float: left;
    width: 100%;
}
.contact-social .social-item{
	float: left;
	margin-right: 10px;
}
.contact-social .social-item:last-child{
	margin-right: 0px;
}
.contact-social .social-item a{
    float: left;
    width: 32px;
    height: 32px;
    border-width: 1px;
    border-style: solid;
    border-color: #333;
    border-radius: 100%;
	color: #333;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
}
.contact-social .social-item a:hover{
	border-color: #1a627e;
	background: #1a627e;
	color: #fff;
}
.contact .map{
	width: 100%;
    height: 460px;
}
@media screen and (max-width: 767px){
	.contact-form .form-group {
    	margin-bottom: 0;
	}
	.contact-form .form-control{
		width: 100%;
		margin-right: 0px;
		margin-bottom: 35px;
	}
}
@media screen and (max-width: 991px){
	.keepintouch{
		margin-right: 0px;
		margin-bottom: 30px;
	}
	.keepintouch ul li {
    	margin-bottom: 10px;
    	margin-right: 20px;
	}
	.contact-form{
		margin-left: 0px;
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 480px){
	.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  		width: 100%;
	}
}

.addtoany_shortcode{
    float:right;
    display:table;
}
.addtoany_shortcode a{
    vertical-align: top!important;
    margin: -2px;
	padding:0px!important;
}
.showOverflow{
	overflow:visible!important;
}

.simplemap-content{
	height:396px!important;
}
footer .simplemap-content{
 height:280px!important;
}
.pl0{
	padding-left:0px;
}
.pr0{
	padding-right:0px;
}
.height-730{
	height:730px;
}
.wpb_content_element.more_btn{
	margin-bottom:0px!important;
}
.widget-contact li{
	width:100%;
}