/*
# Custom Css
*/

/* Table of content
-----------------------------------------------

 1.Header
	contact-header
	top-barright
	logo
	navigation -> navigation.css
	search on top
	appointment box
	
 2.Content
	post-content
		meta
		post-navigation
	sidebar
		widgets
	comments
		
 3.Footer
	footer widgets
	copyrights
  
 4.Frontpage
	slider
	preloader
	
 
 
*/


/*Global*/
a {
	color: #0f52ba;
}

/* Header
----------------------------------------------- */


.header-upper-box {
	background: transparent;
	color: #fff;
	border-bottom: 1px solid rgba(255,255,255,0.10);
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	/*margin-bottom: -20px;*/
	
}

/* Navigation */
.wp-navigation ul ul li a:hover {
	background: #0f52ba !important;

}


/* Top Bar */

.header-box-container {
	max-width: 1150px;
	margin: 0 auto;
}

.top-barleft {
	float:left;
	position: relative;
}

.top-barleft h6 {
	font-size: 10px;
	padding-top: 5px;
}

.top-barleft .glyphicon {
	padding-left: 15px;
	padding-right: 8px;
}

/* social media */

.top-barright {
	float: right;
}

.social-icons {
  text-align: center;
}  
  
.social-icons li {
  display: inline-block;
  list-style-type: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}
  
.social-icons li a {
  border-bottom: none;
}
  
.social-icons li img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.social-icons li img:hover {
	opacity: .8;
}

/* logo */

#logo {
	float:left;
	margin-bottom: 5px;
	margin-left: 15px;
}

#logo h1 a {
	padding: .3em;
}

#logo h1 a {
	color: #333333;
}

#logo img {
	 max-width: 150px;
	 height: auto;
	 padding-top: 16px;
}

#tagline {
	text-align: left;
	padding-left: 15px;
	line-height: 150%;
	font-style: italic;
}

.header-image img {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.screen-reader-text {
    display: none;
}

/* Search on Top */

.navi-block {
	margin-right: 55px !important;
}

.toggle-search{
	float: right;
	position: relative;
	margin-top: 14px;
	right: 40px;
	line-height: 1;
}

.toggle-search a{
	color: #fff;
}

.toggle-search a:hover{
	text-decoration: none;
}

.top-search{
	background: #fff;
    float: right;
	padding: 0px 10px;
	position: absolute;
	clear: both;
	right: 15px;
	margin-top: 43px;
	width: 245px;
}

/* Right Side Menu
----------------------------------------------- */

.appointment-box{
	z-index: 99999;
}

.appointment-menu{
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.70);
	z-index: 99999;
	float: right;
	top: 0;
	right: 0;
}

.appointment-inner-box{
	color: #fff;
	height: 100%;
	padding: 30px;
	max-width: 350px;
	float: right;
	position: relative;
	background-color: #0f52ba;
}

.appointment-inner-box button{
	float: right;
	color: #fff;
	background: transparent;
	border: none; 
	cursor: pointer;
	font-size: 20px;	
}

.appointment-menu a {
	color: #fff;
}

.appointment-menu a:hover {
	text-decoration: underline;
}

/*side menu*/

.side-menu {
	float: right;
	position: relative;
	margin-top: 14px;
	font-size: 15px;
	line-height: 1;
}

.side-menu a {
	color: #fff;
}

.side-menu a:hover {
	text-decoration: none;
}


@media only screen and (max-width: 750px) {	

	.side-menu {
		float: left;
		position: absolute;
		left: 40px;
	}

	.toggle-search {
		float: left;
		position: absolute;
		right: inherit;
	}

	.navigation-menu-toggle {
		padding: 0 15px;
	}
	
}

/* Content
----------------------------------------------- */

/* Post */

.post-title {
	text-align: left;
	margin-top: 10px;
	border-bottom: 1px solid #eee;
    padding-bottom: 5px;
	color: #333333;
}

.post-title a {
	color: #333333;
}

.page-title {
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #eee;
    padding-bottom: 5px;
	color: #333333;
}

.search-post-title {
	text-align: left;
	padding-top: 10px;
	border-bottom: 1px solid #eee;
	padding-left: 10px;
	padding-bottom: 10px;
	color: #333333;
}

.search-post {
	text-align: left;
	padding: 0 10px;
	color: #333333;
}

.post-summary {
	text-align: left;
}

.post-content, .post-page {
	text-align: left;
	font-size: 15px;
	line-height: 180%;
}

.post-content ol, .post-content ul,
.post-page ol, .post-page ul,
.post-summary ol, .post-summary ul {
	padding: 10px;
	list-style: circle;
}

/*Post Meta*/

.post-meta {
	text-align: left;
	margin-bottom: 5px;
	padding-bottom: 5px;
	padding: .3em;
	word-break: break-all !important;
}

.post-meta div {
    display: inline;
    font-size: 11px;
}

.post-thumbnails {
	float: left;
	height: auto;
	position: relative;
	margin: 0 10px 10px 0;
}

.post-meta-tag {
	text-align: left;
	margin-top: 15px;
	padding-top: 5px;
	width: 100%;
	float: left;
}

.post-tags {
	word-break: break-all !important;
	margin-bottom: 10px;
	display: block;
	font-size: 11px;
}

.edit-post-link {
	float: left;
	padding: 10px;
}

.post-readmore {
	float: right;
	padding: 10px;
}

.post-navigation {
	margin-top: 15px;
	margin-bottom: 15px;
	position: relative;
    clear: both;
}

.post-navigation a {
	color: #333333;
	
}

.post-navigation a:hover {
	text-decoration: underline;
}

.post-readmore {
    border: 1px solid #eee;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.comment-reply-link {
	padding: 10px 15px;
	border: 1px solid #eee;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.nav-next {
    float: right;
}

.nav-previous {
    float: left;
}

/* sidebar */

.sidebar {
	text-align: left;
	line-height: 180%;
}

.sidebar-container {
  background: #ffffff;
}

.sidebar .widget-title {
    margin-top: 5px;
    margin-bottom: 10px !important;
    background: #f8f8f8;
    padding: 7px 15px;
    color: #333333;
    font-size: 15px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-top-left: 3px;
	-moz-border-radius-top-right: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.sidebar .widget-title a {
	 color: #333333;
}

.sidebar .post-date, .sidebar .rss-date {
    font-size: 10px;
}

.sidebar .cat-item {
    list-style: circle;
    margin-left: 35px;
}

.sidebar .widget_archive li {
    margin-left: 35px;
}

.sidebar .widget {
    margin-bottom: 20px;
}

.widget li {
	margin-left: 15px;
}

#footer .widget li {
	margin-left: 0px;
}

.sidebar select, .sidebar table {
    width: 100%;
}

.sidebar select {
	height: 30px;
}

/* Comments */

#post-page-comments {
   padding-top: 20px;
}

#comment {
    width: 70%;
}
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

#respond {
	background-color: transparent !important;
	box-shadow: none !important;
    padding: 0px !important;
}

#respond > p, #respond p.comment-notes, p.admin-bar-as {
    margin-bottom: 10px;
}

p.admin-bar-as {
	padding-bottom: 0px;
}

.comment-list {
	margin-bottom: 40px !important;
	margin-left: 0px !important;
	padding-left: 0;
}

.commentlist {
    margin-bottom: 20px;
}

.comment .comment-body {
	background-color: #F8F8F8;
	margin: 0;
	overflow: hidden;
	padding: 25px;
	margin-top: 2em;
	padding-left: 116px;
	position: relative;
	border: 1px solid rgba(0, 0, 0, 0);
	border-color: #f1f1f1;
	border-radius: 4px;
    text-align: left;
}

.comment-list .children {
	margin-left: 0px!important;
	padding-left: 40px;
	background-repeat: no-repeat;
	background-position: left 20px;
}

.comment-list li.comment > div img.avatar {
	position: absolute;
	left: 29px;
	top: 29px;
}

#comment-form-title {
	font-size: 24px;
	padding-bottom: 10px;
}

.vcard .avatar {
	position: absolute;
	left: 29px;
	top: 29px;
}

.comment-metadata {
	font-size: 11px;
	line-height: 16px;
	margin-bottom: 10px;
}

.comment-reply-link {
	float: right;
}

.form-allowed-tags code {
	word-wrap: break-word;
	white-space: inherit;
}

.comment-respond label {
	display: block;
	font-weight: normal;
}

.comment-respond .required {
    color: #C7254E;
}

.form-submit input {
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: #eee;
    padding: 10px;
    border: none;
	color:#333333;
}

/*search form*/

#searchform {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

#searchsubmit {
    background: #333;
    border: none;
    color: #fff;
    padding: 8px 8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#searchsubmit:hover {
    background: #666;
    cursor: pointer;
	color:#fff;
}

#s {
    height: 20px;
	color: #333333;
} 

/* Footer
----------------------------------------------- */

.footer-full-wrapper { 
	background: #252a31;
}

.footer-wrapper {
	padding-top: 25px;
	font-size: 13px;
}

.footer .widget-title {
	margin-top: 15px;
    margin-bottom: 15px;
    text-align: left;
    color: #fff;
    font-size: 18px;
}

.footer .post-date, .footer .rss-date {
    font-size: 10px;
}

.footer .cat-item {
    list-style: circle;
    margin-left: 15px;
	color: #fff;
}

.footer .widget_archive li {
    margin-left: 15px;
}

.footer a {
	color: #fff;
}

.footer .widget {
    margin-bottom: 20px;
	text-align: left;
	color: #fff;
}

.footer table, .footer th, .footer td {
	border: 1px solid #ffffff;
}

.footer select, .footer table {
    width: 100%;
}

.footer select {
	height: 30px;
}

.footer-menu a {
	text-decoration: underline;
}

.footer-menu li {
	display: inline;
}

/* Footer Copyright
----------------------------------------------- */

.footer-copyright-full-wrapper {
	color: #838383;
	background: #fff;
}

.footer-copyright-full-wrapper a {
	color: #0f52ba;
	text-decoration: none !important;
}

.footer-copyright-full-wrapper a:hover {
	text-decoration: underline !important;
}

/*mobile view*/

@media only screen and (max-width: 950px)
{
	#navigation-wrap {
		margin-top: 0px !important;
	}
			
	#footer-copyright-full-wrapper {
		margin-bottom: 0px !important;
	}
			
	#navigation-wrapper {
		-webkit-border-top-left-radius: 0px !important;
		-webkit-border-top-right-radius: 0px !important;
		-moz-border-radius-topleft: 0px !important;
		-moz-border-radius-topright: 0px !important;
		border-top-left-radius: 0px !important;
		border-top-right-radius: 0px !important;

	}

	#footer-copyright-wrapper {
		-webkit-border-bottom-right-radius: 0px !important;
		-webkit-border-bottom-left-radius: 0px !important;
		-moz-border-radius-bottomright: 0px !important;
		-moz-border-radius-bottomleft: 0px !important;
		border-bottom-right-radius: 0px !important;
		border-bottom-left-radius: 0px !important;
	}
}

/* Slider
----------------------------------------------- */
.first-slide, .second-slide {
   margin-top: 190px;
   padding-left: 20px;
}

.learn-more a{
	background: #0f52ba;
	padding: 7px 25px;
	color: #fff;
	font-size: 14px;
	margin-bottom: 50px;
    position: relative;
    display: inline-block;
	max-width: 150px;
	border: 1px solid #0f52ba;
}

.learn-more a:hover {
	text-decoration: none;
	background: transparent;
	color: #0f52ba;
}

.main-slider .owl-dots {
	display: none;
}

@media only screen and (max-width: 750px) {	

	.slider-container {
		text-align: center;
		padding-left: 0px;
	}
	
	.slider-container h2 {
		padding-left: 5px;
		padding-right: 5px;
	}
}

@media only screen and (max-width: 650px) {	

	.learn-more .btn-left, .learn-more .btn-right {
		display: block;
		margin-top: 15px;
		padding: 10px 20px;
		margin-left: 10px;
		max-width: 120px;
	}
}

/* Contact Us
----------------------------------------------- */

.contact-full-wrapper{
	background: #0f52ba;
}

.contact-full-wrapper {
	border-top: 0px solid #333;
	border-bottom: 0px solid #333;
}

.contact-first-block {
	font-weight: 700;
	color: #fff;
	margin: 0 auto;
}

.contact-tagline {
	font-size: 24px;	
	float: left;
	line-height: 150%;
	max-width: 850px;
	margin-top: -10px;
	margin: 20px 0px;
}

.contact-view-more {
	float: right;
	text-transform: uppercase;
	margin: 20px 0px;
	margin-top: 25px;
	
}

.contact-view-more a {
	color: #fff;
	border: 1px solid #fff;
	padding: 15px 35px;
	font-size: 15px !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.contact-view-more a:hover {
	text-decoration: none;
	background: #fff;
	border-color: #0f52ba;
	color: #0f52ba;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

@media only screen and (max-width: 750px) {	
	.contact-tagline {
		float: none;
	}
	
	.contact-view-more {
		float: none;
		margin-top: 20px;
	}
	
	.contact-view-more a {
		display: block;
		max-width: 100px;
		margin: 0 auto;
	}

}

/* About
----------------------------------------------- */

.about-container {
	padding-bottom: 80px !important;
	padding-top: 70px !important;
}

.about-second-block-container {
	 padding-left:25px;
	 padding-right: 35px;
	 text-align: left !important;
	 padding-top: 45px;
}

.about-second-block-container h1 {
	font-weight: 700;
	font-size: 28px;
	letter-spacing: 2px;
	line-height: 1;
	margin-bottom: 10px;
	color: #0d0b0b; 
}
.block-inner-block {
	position: relative;
}

.view-more {
	margin-top: 20px;
}

.view-more a {
	background: #0f52ba;
	padding: 15px 35px;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
}

.view-more a:hover {
	background: #fff;
	text-decoration: none;
	border: 1px solid #0f52ba;
	color: #0f52ba;
}

/* more about */

.about-inner-box {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;
    min-width: 70%;
}

.about-inner-box strong {
    font-size: 11px;
	font-weight: 800;
    color: #fff;
    display: block;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 16px;
    padding-top: 11px;
	text-align: right;
}

.about-glyph {
	color: #fff;
	font-size: 35px !important;
	margin-top: 0px;
	padding-bottom: 0px;
}

@media only screen and (max-width: 768px) {
	.about-second-block-container {
		margin-bottom: 40px;
	}
	
	.about-container {
		padding-top: 40px !important;
		padding-bottom: 70px !important;
	}
}

@media only screen and (max-width: 980px) {
	.about-inner-box strong {
		text-align: center;
	}
}

/* Services
----------------------------------------------- */

.services-container h1 {
	font-size: 32px; 
	font-weight: lighter;
	color: #fff; 
	line-height: 2;
}

.services-container h4 {
	color: #fff; 
	font-size: 12px;
	line-height: 1.5;
}

.service-glyph {
	font-size: 25px !important;
	color: #0f52ba;
	padding-bottom: 20px;
}

a.services-view {
   color: transparent !important;
   padding: 10px !important;
   text-decoration: underline;
   font-size: 15px;
   font-weight: bold;
   text-shadow: none !important;
}

a.services-view:hover {
text-decoration: underline !important;
   padding: 10px !important;
}

.services a {
	color: #fff;
}

.services a:hover {
	color: #fff;
	text-decoration: none;
}

.services-third-services-container {
	color: #fff;
}

.services-third-services-container:hover {
	color: #fff;
	-webkit-animation: pulse 1.5s;
    animation: pulse 1.5s;
	
}

.services-third-services-container h3 {
	font-size: 20px;
	color: #ffffff;
}

.services-third-services-container p {
	line-height: 2;
	font-size: 14px; 
	text-align: center;
}

.services-third-services-container:hover {
    background: #0f52ba;
    transition: all 0.2 ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    opacity: .8;
}

.services-third-services-container:hover a {
    text-shadow: 2px 2px 5px rgba(0,0,0,0.5);    
}

.services-third-services-container:hover h3 {
    opacity: .9;
}

.services-third-services-container:hover a.services-view {
    color: #fff !important;
}

.services-third-services-container:hover .glyphicon {
    color: #fff !important;
}

.know-more a {
	background: transparent;
    padding: 7px 25px;
    color: #0f52ba;
    font-size: 14px;
    margin-bottom: 50px;
    position: relative;
    display: inline-block;
    max-width: 150px;
    border: 1px solid #0f52ba;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.know-more a:hover {
	background:  #0f52ba;
	color: #fff;
}

/* Counter
----------------------------------------------- */
.counter-bg-wrap {
	opacity: .9;
}

.counter-wrapper-bg {
	background-repeat: no-repeat;
	background-size: cover;
}

.counter-title {
	margin: 0 auto;
	max-width: 650px;
}

.counter-title h1{
	margin-top: 45px;
	font-size: 32px; 
	font-weight: lighter;
	color: #0d0b0b; 
	line-height: 2;
	text-transform: none;
}

.counter-title p {
	color: #838383;
	text-align: center;
	text-transform: none;
	font-size: 12px;
}

.counter-third-counter-container {
    border: 1px solid #838383;
    margin: 10px 15px;
	padding-top: 30px;
	position: relative;
	min-height: 100px;
}

.numscroller {
	font-weight: 600;
    color: #838383;
    font-size: 50px;
	text-align: center;
	display: inline-block;
	margin-bottom: 20px;
}

.counter-title {
    position: relative;
    font-size: 12px;
    color: #838383;
    margin-top: 12px;
	text-transform: uppercase;
	font-weight: 200;
}

.counter-title-default h1, .counter-title-default p {
	color: #fff !important;
}

.counter-title-default p {
	font-size: 14px;
	letter-spacing: 1px !important;
}
.counter-title-default .title-border {
	border-bottom: none;
}

.count-box {
	font-size: 55px;
    font-weight: 600;
    color: #4145b1;
}

.counter-default {
	border: none !important;
}

.counter-glyph-default {
	font-size: 45px; 
	margin-bottom: 20px;
	color: #fff;
}

.count-default {
	margin-bottom: -10px !important;
}

.count-default .numscroller {
	font-size: 35px;
	color: #fff;
}

.counter-title-default {
	font-size: 17px;
	text-transform: none;
	letter-spacing: 3px;
	color: #fff;
	max-width: 90% !important;
}

@media only screen and (max-width: 768px) {
	.counter-third-block {
		margin-bottom: 50px;
	}
}
/*******************************************************
* Choose Us
*/

.choose-us-full-wrapper {
	background: #0f52ba;
}

.choose-us-header {
	padding-top: 15px;
	font-size: 32px;
	font-weight: lighter;
	text-align: left;
	margin-bottom: 25px
}

.choose-us-inner-container-left {
	width: 30%;
}

.choose-us-inner-container-left ul {
	background: rgba(36,36,36,0.28);
	padding: 25px;
	border-radius: 50%; 
	float: left;
}

.choose-us-inner-container-left ul li {
	font-size: 20px; 
	background:#fff;
	padding: 10px;
	border-radius: 50%; 
	color: #0f52ba; 
	float: left;
}

.choose-us-inner-container-right {
	width: 70%;
	padding: 0px 20px;
	float: left; 
	background: transparent;
	position: relative;
}

.choose-us-inner-container-right h2 {
	text-align: left;
}

.choose-us-inner-container-right p {
	text-align: left;
	font-size: 13px; 
	font-weight: 500;
}

.choose-us-second-block {
	background: #0f52ba;
	color: #fff;
}

.choose-us-left-container {
	position: relative; 
	display: inline-block;
}

.choose-us-right {
	padding-top: 350px;
	padding-bottom: 400px;
	height: 100%;
}

.choose-us-right li {
	font-size: 40px;
	background: rgba(36,36,36,0.28);
	border-radius: 50%;
	padding: 30px;
}

.choose-us-second-block {
	min-height: 100px;
}

@media only screen and (max-width: 990px)
{
	.choose-us-second-block {
			width: 100% !important;
			
	}
}
/* Projects
----------------------------------------------- */

.projects-first-block {
	padding-top: 50px;
}

.projects-title {
	max-width: 550px;
	margin: 0 auto; 
	padding-bottom: 55px;
	
}

.projects-title h1 {
	font-size: 32px;
	font-weight: lighter;
	color: #0d0b0b;
	line-height: 2;
}

.projects-title p {
	font-size: 12px; 
	color: #838383;
}

.projects-second-block {
	padding-bottom: 30px !important;
}

.projects-row {
	position: relative;
}

.projects-row .btn-projects {
	position: absolute;
	top: -24px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.btn-projects:hover {
	text-decoration: none !important;
}

.project-box {
	position: relative;
	overflow:hidden;
}

.project-box:hover .work-overlay {
	opacity: 1;
}

.work-overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 100%;
	background: #000;
	background: rgba(0,0,0,0.88);
	color: #fff;
	color: #bbb;
	letter-spacing: 0.02em;
	font-size: 14px;
	z-index: 1;
	opacity: 0;
}

.project-details {
	position: absolute;
	border: 4px solid rgba(255,255,255,0.2);
	left: 30px;
	right: 30px;
	top: 30px;
	bottom: 30px;
	background: rgba(0,0,0,0.2);
}

.project-content {
	position: absolute;
	padding: 25px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
}

.project-details h4 {
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	margin: 0 0 5px;
}

.project-category {
	color: #0f52ba;
	display: block;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 15px;
}

.project-details p {
	margin-bottom: 20px;
}

.zoom-icon {
	width: 62px;
	height: 62px;
	background: #fff;
	border-radius: 50%;
	display: block;
	margin: 0 auto;
	text-align: center;
	font-size: 32px;
	line-height: 62px;
}

.zoom-icon i {
	 font-size: 20px; 
	 line-height: 2;
}

.projects .btn-projects {
	padding: 15px 30px;
    padding-top: 15px;
    padding-right: 30px;
    padding-bottom: 15px;
     padding-left: 30px;
    background: #0f52ba;
    color: #fff !important;
    z-index: 1;
    font-weight: bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.project-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1;
}
.project-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	-moz-backface-visibility: hidden;
}

.project-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.project-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.project-carousel .owl-wrapper,  
.project-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}
.project-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}
.project-carousel .owl-item img {
	display: block;
	width: 100%;
}
.project-carousel .owl-nav.disabled,  
.project-carousel .owl-dots.disabled {
	display: none;
}
.project-carousel .owl-nav .owl-prev,  
.project-carousel .owl-nav .owl-next,  
.project-carousel .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.project-carousel.owl-loaded {
	display: block;
}
.project-carousel.owl-loading {
	opacity: 0;
	display: block;
}
.project-carousel.owl-hidden {
	opacity: 0;
}
.project-carousel.owl-refresh .owl-item {
	visibility: hidden;
}
.project-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.project-carousel.owl-grab {
	cursor: move;
	cursor: grab;
}
.project-carousel.owl-rtl {
	direction: rtl;
}
.project-carousel.owl-rtl .owl-item {
	float: right;
}

.no-js .project-carousel {
	display: block;
}

.project-carousel .animated {
	animation-duration: 1000ms;
	animation-fill-mode: both;
}
.project-carousel .owl-animated-in {
	z-index: 0;
}
.project-carousel .owl-animated-out {
	z-index: 1;
}
.project-carousel .fadeOut {
	animation-name: fadeOut;
}

 @keyframes fadeOut {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
}
}

.project-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}
.project-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform 100ms ease;
}

.project-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}

.project-carousel .owl-video-playing .owl-video-tn, 
.project-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}

.project-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 400ms ease;
}

.project-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}

/*Subscribe
----------------------------------------------- */

.subscribe-parralax {
	padding-left: 10px;
	padding-right: 20px; 
	padding-top: 55px;
	padding-bottom: 95px;
}

.subscribe-title {
	max-width: 500px; 
	margin: 0 auto; 
	color: #fff;
}

.subscribe-title h1 {
   padding-bottom: 25px;
   font-size: 32px;
   font-weight: lighter;
   line-height: 2;
   text-transform: none;
}

.subscribe-title p {
   font-size: 12px; 
   margin-bottom: 45px;
}

.newsletter-form button {
    display: inline-block;
    background: #0f52ba;
    cursor: pointer;
    color: #fff;
    border: none;
    font-size: 14px;
    font-weight: 500;
    -moz-border-radius-topright: 30px;
    -webkit-border-top-right-radius: 30px;
    border-top-right-radius: 30px;
    -moz-border-radius-bottomright: 30px;
    -webkit-border-bottom-right-radius: 30px;
    border-bottom-right-radius: 30px;
    padding: 14px 20px;
}

.newsletter-form button:hover {
	background: #000;
}

.newsletter-form input {
	display: inline-block;
    background: #fff;
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 500;
    outline: 0;
    border: 2px solid #eee;
    min-width: 270px;
    max-width: 100%;
    -moz-border-radius-topleft: 30px;
    -webkit-border-top-left-radius: 30px;
    border-top-left-radius: 30px;
    -moz-border-radius-bottomleft: 30px;
    -webkit-border-bottom-left-radius: 30px;
    border-bottom-left-radius: 30px;
    padding: 12px 20px;
    width: auto;
}


/* Team
----------------------------------------------- */

.team-first-block {
	margin-top: 30px;
	margin-bottom: 30px;
}

.team-title {
	max-width: 550px;
	margin: 0 auto; 
}

.team-title h1 {
	font-size: 32px;
	font-weight: lighter;
	color: #0d0b0b;
}

.team-title p {
	font-size: 12px;
	color: #838383;
	margin-bottom: 25px;
}

.team-box {
	position: relative;
	overflow: hidden;
}

.team-box img {
	width: 100%;	
}

.team-overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	/*background: #000;*/
	height: 87px;
	background: rgba(0,0,0,0.88);
	letter-spacing: 0.02em;
	height: 100%;
}

.team-header {
	-webkit-transform: translateY(-100%); 
	transform: translateY(-100%);
	padding: 20px 30px 15px;
	background: rgba(0,0,0,0.88);	
}

.team-overlay p {
	opacity: 0;
	margin: 30px 0;
	font-size: 13px;
	-webkit-transform: translateY(60px);
	transform: translateY(60px);
	color: #bbb;
}

.team-box:hover .team-overlay {
	top: 0;
	height: 100%;
}

.team-box:hover .team-header {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	background: none;
	padding: 0;
}

.team-box:hover .team-overlay p {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.team-box:hover .team-details h4 {
	margin-bottom: 3px;
}

.team-box:hover .team-social-links {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.team-box:hover .team-details {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 30px;
	right: 30px;
	margin: 0 auto;
}

.team-header h4 {
	font-size: 20px;
	margin: 0;
	color: #fff; 
	font-weight: 700;
}

.team-header span {
	font-size: 15px;
	font-weight: 500;
	color: #fff;
}

.team-social-links {
	margin: 0;
	padding: 0;
	list-style: none;
	opacity: 0;
	-webkit-transform: translateY(60px);
	transform: translateY(60px);
}

.team-social-links li {
	display: inline-block;
	margin: 0 2px;
}

.team-social-links li a {
	font-size: 16px;
	display: block;
	color: #fff;
	height: 36px;
	width: 36px;
	border: 2px solid #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 34px;
	opacity: 0.6;
}

.team-social-links li a:hover {
	opacity: 1;
}

/*
.team-slider .owl-nav > div.owl-prev {
	left: -75px;
}

.team-slider .owl-nav > div.owl-next {
	left: auto;
	right: -75px;
}
*/
.owl-carousel .owl-nav > div.disabled {
	opacity: 0.25;
	cursor: default;
}


/* Testimonials
----------------------------------------------- */

.testimonials-title {
	max-width: 500px;
	margin: 0 auto;
	color: #fff;
}

.testimonials-title h1 {
	padding-bottom: 45px;
	font-size: 32px;
	font-weight: lighter;
}

.img-round img {
	border-radius: 50%;
}

.testimonial-image img {
	display: block;
	margin: 0 auto 25px;
	padding: 4px;
	border: 2px solid #4e5152;
	border: 2px solid rgba(255,255,255,0.2);
	max-width: 160px;
	width: 100%;
}

.quote-icon {
	font-size: 40px;
	display: block;
	opacity: 0.22;
	line-height: 1.2;
	margin-bottom: 10px;
}

.testimonials-row {
	max-width: 680px;
	width: 100%;
	margin: 0 auto;
}

.testimonials-box {
	letter-spacing: 0.02em;
}

.testimonials-box p {
	color: #d7d7d8;
	letter-spacing: 0;
	margin-bottom: 30px;
}

.testimonials-box h4 {
	font-size: 20px;
	color: #0f52ba;
	margin-bottom: 5px;
}

.testimonials-slider .owl-dots {
	margin-bottom: 0;
}

/* Blogs
----------------------------------------------- */
.blogs-container {
	margin-bottom: 20px !important;
	margin-top: 10px !important;
}

.blogs-third-blogs-container {
	color: #333;
}

.blogs-title {
	 max-width: 550px;
	 margin: 0 auto;
	 color: #333;
}

.blogs-title h4 {
	color: #838383;
	font-size: 15px;
}

.blogs-title h1 {
	font-size: 32px;
	color: #0d0b0b;
	font-weight: lighter;
}

.blogs-title p {
	font-size: 12px;
	color: #838383;
	padding-bottom: 25px
}

.blogs-third-blogs-container li {
	display: inline-block;
	font-size: 12px;
	color: #838383;
}

.blogs-third-blogs-container p {
	line-height: 1.5;
	text-align: center;
	font-size: 13px;
	color: #838383;
}

.blog-view {
   font-size: 15px;
   padding: 10px 18px;
}

/* css for blog two */
.post-media img {
		width: 100% !important;
}

.blog-media-two {
	max-height: 300px;
	border: 1px solid transparent;
	max-width: 335px;
	margin-top: 25px;
	margin-bottom: 25px;
}


.post-media-box:hover {
	margin-top: -5px;
	box-shadow: 0 0 45px rgba(5, 5, 5, 0.08) !important;
}

.post-media-box {
	border: 1px solid #e4e4e4;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	
}
 
.post-media .post-media-box-link:hover > .readblog {
	display: block !important;
}

.readblog {
	height: 170px;
	width: 100%;
	position: relative;
	clear: both; 
	background: rgba(0, 0, 0, 0.51);
	margin-top: -176px;
	display: none;
	margin-bottom: 5px;
}

.read-blog-container {
	padding-top: 80px;
}

.readblog a {
	text-decoration: none;
	background: #0f52ba;
	color:#fff;
	font-weight: bold;
	font-size: 14px; 
	border: 1px #0f52ba solid;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	padding: 10px 30px;
	text-transform: uppercase;
}

.readblog a:hover {
   background: transparent;
   color: #0f52ba;
}

.blog-view-ul {
   text-align: left;
   line-height: 100%;
   padding-top: 35px;
}

.blog-view-li {
   border-left: 2px solid #0f52ba;
   text-align: left;
   padding-left: 5px;
   font-size: 12px;
}

.postblog-title {
	font-size: 17px;
	text-align: left;
	font-weight: 700;
	
}

.postblog-title a {
	color: #535353 !important;
	text-transform: uppercase;
}

.postblog-title a:hover {
	text-decoration: none !important;
	color: #0f52ba !important;
}

/* Revisions
----------------------------------------------- */

/* logo */

#logo{
	margin-top: -5px;
}

#logo h1 a {
    color: #fff;
    font-size: 20px;
}

#tagline {
	font-size: 10px;
	margin-top:-10px;
	color: #fff;
}

/* navigation */

#navigation-wrapper {
	background: transparent;
}

#wp-navigation {
	width: auto !important;
	float: right !important;
	margin-top: 10px;
}

#navigation-full-wrapper {
    background: transparent;
    position: absolute;
    float: left; 
    top: 0px;
    z-index: 1111; 
	width: 100%;
	display: block;
	/*animate*/
	 -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.admin-bar #navigation-full-wrapper {
	padding-top: 30px;
	
}

@media only screen and (max-width: 750px) {		
	.navi-block	{
		display: none;	
	}	
	
	/* dropdown-menu */
	.navigation-menu-toggle {
		display: block !important;
		float: right;
		padding:  0 10px;
		font-size: 15px;
		font-weight: 700;
		margin-top: -10px;
	}
	
	.navigation-menu-toggle a {
		color: #fff;
	}
	
	.navigation-menu-toggle a:hover {
		text-decoration: none;
	}
	
	.dropdownmenu {
		
	}
	
	/* mobile-view */
	#navigation-full-wrapper {
		background: #333 !important;
		opacity: .9;
		/*margin-top: -50px;*/
	}
	
	.admin-bar #navigation-full-wrapper {
		margin-top: 10px;
	}
	
	#logo, #tagline {
		float: none;
		text-align: center;
		margin: 0 auto;
	}
	
	#logo img {
		padding-top: 10px;
	}
	
	/*search top*/
	#wp-navigation {
		float: left !important;
		margin-top: -20px;
		/*padding-left: 12px;*/
		padding-bottom: 5px;
		width: 100% !important;
	}
	
	.toggle-search{
		padding-left: 12px;
	}
		
	.top-search {
		left: 15px;
		margin-top: 35px;
		width: 245px;
	}
	
}

/* Css for Fix Header */
.fixedheader {
    background: rgba(39, 39, 39, 0.88) !important;
    top: 0 !important;
    position: fixed !important;
    width: 100% !important;
	margin-top: -45px;
}

.admin-bar .fixedheader {
	margin-top: 20px;
}

.admin-bar .appointment-inner-box {
		top: 35px;
}

@media only screen and (max-width: 750px) {	
	.admin-bar .fixedheader {
		margin-top: 10px;
	}
	
	.fixedheader {
		margin-top: -30px;
	}
	
	.admin-bar .header-upper-box {
		margin-top: 5px;
	}

}

@media only screen and (max-width: 650px) {	
	.admin-bar .fixedheader {
		margin-top: -40px !important;
	}
	
	.fixedheader {
		margin-top: -50px;
	}

}

.post-media img{
	height: 170px;
	width: 290px;
}

/* preloader
----------------------------------------------- */

.preloader {
	background: #fff;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999;
	text-align: center;
}

.loader {
  border: 10px solid #f3f3f3;
  border-radius: 50%;
  border-top: 10px solid #0f52ba;
 -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  	width: 50px;
	height: 50px;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Scroll */
.scrollToTop{
	text-decoration: none;
	position:fixed;
	bottom: 15px;
	right:15px;
	display:none;
	z-index: 1;
	
}

/* Owl */
.scrollToTop li {
    padding: 10px 10px 10px 10px;
	width:20px; 
	height:20px;
	text-align:center; 
	font-weight: bold;
	color: #fff;
	font-size: 15px;
	background: #0f52ba;
	border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
	line-height: 1.2;
    text-indent: 1px;
}
					
@media only screen and (max-width: 768px) {
				
	.scrollToTop {
		display:none;	
	}
}
							
.scrollToTop:hover {
	text-decoration:none;
}

/*Owl*/
.owl-dot.active span, .owl-dot:hover span {
	background: #0f52ba;
}

.owl-dot.active, .owl-dot:hover {
	border-color: #0f52ba;
}

/* Owl Caraousel */
.mfp-container .mfp-close {
	background: #0f52ba !important;
}

/* Title Border */

.title-border {
	border-bottom: 4px solid #0f52ba;
    max-width: 50px;
    margin: 0 auto;
    margin-bottom: 20px;
	text-align: center;
}

/* Header Title */
#cw-banner-container {
	background-size: cover !important;
	background-position: 50% center !important;
	min-height: 450px;
}

#cw-banner-wrap {
	background: rgba(0,0,0,0.8);
	padding-bottom: 170px
}

#cw-banner {
	width: 100%;
    text-align: center;
	position: relative;
    clear: both;
    display: block;
    float: none;
    padding-top: 220px;
}

.cw-banner-separator {
	border-bottom: 2px solid #0f52ba;
	max-width: 80px;
	margin: 0 auto;
	margin-top: -40px;
}

#cw-banner h1 {
	padding-left: 55px;
	padding-right: 55px;
	padding-bottom: 45px;
	color: #fff;
	word-break: break-all;
}

/*comment*/
#author {
	width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

#email, #url {
	width: 100%;
	padding-top: 10px;
    padding-bottom: 10px;
}

#comment {
	width: 100%;
}

#commentform label {
	text-align: left;
    font-size: 15px;
    margin-top: 15px;
}

.form-submit {
	text-align: left;
}

.form-submit input {
	cursor: pointer;
}