.main-menu, .responsive-menu ul, .social-member, .progess-bars, .first-footer .social-footer ul { padding: 0; margin: 0; list-style: none; }

body { font: 16px/1.85em Calibri,'Open Sans', Arial, Helvetice Neue, sans-serif; color: #000000; line-height: 1.5; font-weight: 400; font-style: normal; -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */ -webkit-text-size-adjust: 100%; }

a, a:hover, a:focus { text-decoration: none; -webkit-transition: all 150ms ease-in; -moz-transition: all 150ms ease-in; -o-transition: all 150ms ease-in; transition: all 150ms ease-in; }

h1, h2, h3, h4, h5, h6 { font-family: Calibri,'Open Sans', Arial, Helvetice Neue, sans-serif; }

*, *:before, *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

iframe { border: none; width: 100%; height: 800px; }

#main-content, .full-width-slider { float: right; width: 77%; }

.section-content { padding: 0 7%; margin-bottom: 100px; }

.section-title { border-top: 4px solid; margin-bottom: 40px; }
.section-title h2 { display: inline-block; padding: 20px 35px; color: white; text-transform: uppercase; font-weight: 500; margin: 0; font-size: 20px; }

#about .section-title { border-color: #d13801; /*#004676; #e09d1a;*/ }
#about h2 { background-color: #e24912;/*#118aad; /*#e9b144;*/ }

#services .section-title { border-color: /*#6f8920;*/ #54ba00; }
#services h2 { background-color: /*#789d4a;* #974dea;*/ #65cb10; }

#blog .section-title { border-color: /*#1dcb7c;*/ #ee9100; }
#blog h2 { background-color: /*#38e395;*/ #ffa200; }

#contact .section-title { border-color: /*#cb1d62;*/ #8e4fa4; }
#contact h2 { background-color: /*#e3387c;*/ #9f60b5; }

a.largeButton { color: white; text-transform: uppercase; font-weight: 700; font-size: 14px; display: inline-block; padding: 10px 20px; border-bottom: 3px solid; 
	/*text-shadow:
	 -1px -1px 0 #000,
	 1px -1px 0 #000,
	 -1px 1px 0 #000,
	 1px 1px 0 #000;*/
}

.homeBgColor { background: #38a9e3; }
.homeBgColor:hover { background-color: #16709f; }

.servicesBgColor { background: /*#974dea;*/#65cb10; }
.servicesBgColor:hover { background-color: #54ba0f;/*#7514a6;*/ }

.blogBgColor { background: /*#38e395;*/ #ffa200; }
.blogBgColor:hover { background-color: /*#169f60;*/ #ee9100; }

.contactBgColor { background: #e3387c; }
.contactBgColor:hover { background-color: #9f164d; }

a.largeButton.homeBgColor { border-color: #16709f; }

a.largeButton.servicesBgColor { border-color:  #54ba0f;/*#7514a6;*/  }

a.largeButton.blogBgColor { border-color: #ee9100; /*#169f60;*/ }

a.largeButton.contactBgColor { border-color: #9f164d; }

#main-sidebar { float: left; width: 23%; height: 100%; position: fixed; background-color: #414B56;/*#495054;*/ color: white; }

.logo { margin: 100px 0; background-color: white; padding: 25px 40px; }
.logo img {     display: block;
    margin-left: auto;
    margin-right: auto; }
.logo a { color: white; }


/*.logo { margin: 100px 0; background-color: #38a9e3; padding: 25px 40px; }
.logo a { color: white; }
.logo a h1 { text-transform: uppercase; font-size: 30px; margin: 0; font-weight: 800; }
.logo span { color: #bee3f6; font-size: 13px; }
*/

.main-menu { text-align: center; }
.main-menu li { margin-bottom: 1px; }
.main-menu li a { color: white; text-transform: uppercase; display: block; border-left: 4px solid; padding: 15px 30px; background-color: #383e41; -webkit-transition: all 150ms ease-in; -moz-transition: all 150ms ease-in; -o-transition: all 150ms ease-in; transition: all 150ms ease-in; }
.main-menu li a:hover { background-color: #34393b; }

li.home a { border-color: #38a9e3; }
li.home a.active { color: #38a9e3; }

li.about a { border-color: /*#00799C; #e9b144;*/ #e24912; }
li.about a.active { color: /*#00799C; #e9b144;*/ #e24912; }

li.services a { border-color: /*#789d4a;* #974dea;*/ #76dc21; }
li.services a.active { color: /*#789d4a;* #974dea;*/ #76dc21;}

li.blog a { border-color: /*#38e395;*/ #ffa200; }
li.blog a.active { color: /*#38e395;*/ #ffa200; }

li.contact a { border-color: /*#e3387c;*/ #9f60b5; }
li.contact a.active { color: /*#e3387c;*/ #9f60b5; }

a.menu-toggle-btn { width: 100%; height: 60px; background-color: #38a9e3; text-align: center; line-height: 60px; display: block; color: white; }
a.menu-toggle-btn i { line-height: 60px; }

.responsive-navigation { position: relative; width: 100%; display: block; z-index: 9999; }

.responsive-menu { display: none; background-color: #495054; }
.responsive-menu ul li a { color: white; text-transform: uppercase; display: block; padding: 20px; border-bottom: 1px solid #5a6267; }

.main-slider { /*width: 100%;*/ height: 570px; }

.flexslider .slides { height: 570px; }

.slider-caption {
	position: absolute;
	vertical-align: text-bottom;
	width: 100%;
	text-align: center;
	height: 100;
	z-index: 8;
	color: white;
	top: 350px;
}
.slider-caption h2 {
	font-size: 48px;
	/*font-family:Calibri;*/
	text-shadow:
	 -1px -1px 0 #000,
	 1px -1px 0 #000,
	 -1px 1px 0 #000,
	 1px 1px 0 #000;
	 /*slightly thicker outline*/
	 /*
	 -2px -2px 0 #000,
	 2px -2px 0 #000,
	 -2px 2px 0 #000,
	 2px 2px 0 #000;
	 */
	text-transform: uppercase;
	font-weight: 800;
	margin-bottom: 30px;
}
.slider-caption p { font-size: 12px; text-transform: uppercase; letter-spacing: 2px; width: 50%; margin: 0 auto 30px auto; line-height: 1.8em; }

.slider-caption a { text-decoration: none; -webkit-transition: all 150ms ease-in; -moz-transition: all 150ms ease-in; -o-transition: all 150ms ease-in; transition: all 150ms ease-in; }

.flexslider { /*background-color: none*/ height: 570px; overflow: hidden; margin: 0px; }

.flexslider img { position: relative; opacity: 1/*0.5*/; width:20%; z-index: 7; }

.flex-control-nav { bottom: 15px; z-index: 9; }

/*slide selection 'dots'*/
.flex-control-paging li a { background-color: white; border: 2px solid black; opacity: 0.6; }
.flex-control-paging li a:hover { opacity: 1; background: white; }
.flex-control-paging li a.flex-active { opacity: 1; background: white; }

/* content below Home page */
.welcome-text { padding: 60px; text-align: center; }
.welcome-text a { color: #38a9e3; }
.welcome-text h2 { color: #38a9e3; font-weight: 300; text-transform: uppercase; font-size: 32px; }
.welcome-text p { color: #aaaaaa; }

/*.member-item { overflow: hidden; height: auto; }
.member-item:hover .overlay { opacity: 1; visibility: visible; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }

.member-thumb { width: 100%; overflow: hidden; height: auto; position: relative; }
.member-thumb img { width: 100%; }
.member-thumb .overlay { position: absolute; top: 0; right: 0; opacity: 0; visibility: hidden; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.6); }

.member-content { margin-top: 10px; overflow: hidden; text-align: center; }
.member-content h4 { text-transform: uppercase; font-size: 18px; color: #e9b144; }
.member-content p { color: #aaaaaa; font-size: 12; }

.social-member li { display: inline; float: left; width: 40px; height: 40px; background-color: #e9b144; text-align: center; margin-right: 1px; }
.social-member li a { display: block; line-height: 40px; color: white; }
.social-member li:hover { background-color: #e5a424; }
*/

.our-story { margin-top: 10px; }
.our-story h3 { color: /*#00799C; #e9b144;*/ #e24912; font-weight: 300; text-transform: uppercase; font-size: 24px; margin: 0 0 20px 0; }

.story-image { margin-top: 30px; overflow: hidden; }
.story-image img { width: 100%; height: auto; }

.service-item { background-color: /*#789d4a; #974dea;*/#414B56; color: white;  -webkit-border-radius: 6px; border-radius: 6px; background-clip: padding-box;}
.service-item .service-icon { width: 25%; float: left; overflow: hidden; display: inline-block; text-align: center; margin-top: 30px; height: 100%; }
.service-item .service-content { width: 75%; overflow: hidden; text-align: center; padding: 20px 20px 20px 0; }
.service-item .service-content h3 { margin: 0; font-size: 20px; }

.service-item a { color: white; }
.service-item a:hover { color: #65cb10; }

.our-skills { margin-top: 80px; }
.our-skills h3 { color: /*#789d4a; #974dea;*/ #65cb10;; font-weight: 300; text-transform: uppercase; font-size: 24px; margin: 0 0 20px 0; }

/*.progress-bar { background-color: #974dea; text-transform: uppercase; font-size: 12px; }
*/
/*.blog-thumb { overflow: hidden; position: relative; }
.blog-thumb img { width: 100%; height: auto; }
.blog-thumb .overlay-p { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(56, 227, 149, 0.9); visibility: hidden; opacity: 0; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
.blog-thumb .overlay-p a { position: absolute; top: 50%; margin-top: -12px; left: 50%; margin-left: -15px; color: white; }

.blog-item { margin-bottom: 40px; overflow: hidden; }
.blog-item:hover .overlay-p { visibility: visible; opacity: 1; }

.blog-title { width: 100%; text-align: center; }
.blog-title a { color: #38e395; font-size: 18px; text-transform: uppercase; }
*/

.blog-story { margin-top: 0px; }
.blog-story h3 { color: #ffa200; font-weight: 300; text-transform: uppercase; font-size: 26px; /*margin: 0 0 20px 0;*/ }
.blog-story h4 { color: #ffa200; font-weight: 300; text-transform: uppercase; font-size: 24px; margin: 0 0 20px 0; }
.blog-story h5 { color: #ffa200; font-weight: 300; text-transform: uppercase; font-size: 14px/1.85em; }

.blog-sidebar { margin-top: 20px; }
.blog-sidebar h3 { font-weight:bold; color: #ffa200; text-transform: uppercase; font-size: 14px/1.85em; }
.blog-sidebar h4 { color: #ffa200; font-weight: 500; text-transform: uppercase; font-size: 14px/1.85em; margin-left: 20px; }
.blog-sidebar a { color: #ffa200; }
.blog-sidebar a:hover { color: #ee9100; }

.load-more { margin-top: 40px; width: 100%; text-align: center; }

/*.map-holder { border: 1px solid #d5dbe0; padding: 6px; background-color: #fafafa; }
.google-map-canvas { height: 400px; }

.contact-form { margin-top: 60px; }
.contact-form input, .contact-form textarea { width: 100%; display: block; border: 1px solid #d5dbe0; padding: 10px 15px; outline: 0; }
.contact-form input { height: 46px; margin-bottom: 30px; }
.contact-form label { font-weight: normal; }
.contact-form label.required:after { content: "*"; color: red; margin-left: 5px; }

.submit-btn { margin-top: 30px; }
*/

.contact-item { background-color: none; color: #e3387c; }
.contact-item .contact-icon { width: 25%; float: left; overflow: hidden; display: inline-block; text-align: center; margin-top: 30px; height: 100%; }
.contact-item .contact-content { width: 75%; overflow: hidden; text-align: center; padding: 20px 20px 20px 0; }
.contact-item .contact-content h2 { margin: 0; font-size: 10px; }

.first-footer { background-color: #495054; padding: 50px; text-align: center; border-left: 5px solid #313639; }
.first-footer .social-footer ul li { display: inline; }
.first-footer .social-footer ul li a { width: 40px; height: 40px; -webkit-border-radius: 3px; border-radius: 3px; background-clip: padding-box; /* stops bg color from leaking outside the border: */ background-color: #313639; text-align: center; line-height: 40px; color: white; }

.bottom-footer { background-color: #313639; color: #949da2; padding: 25px 7% 16px 7%; }
.bottom-footer a { color: white; }
.bottom-footer .credits { text-align: right; }

@media (max-width: 991px) { #main-content { width: 100%; }
  .first-footer { border-left: 0; }
  .flexslider .slides, .flexslider, .main-slider { height: auto; }
  .service-item { margin-bottom: 30px; }
  .progess-bars { margin-top: 40px; } }
@media (max-width: 767px) { .slider-caption a, .slider-caption p { display: none; top: 50px !important; } }
@media (max-width: 581px) { .slider-caption { display: none; } }

templatemo_paracenter { text-align: center; }

.templatemo_about_box {
	background: #ffffff;
	border-radius: 5px;
	padding: 20px 0px;
	text-align: center;
}

.square_coner {
	margin: 0 auto;
	width: auto;
	margin-bottom: 20px;

}
.texts-a {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 20px 30px;
	background: #72b842;
	border-radius: 5px;
	font-size: 28px;
	color: #ffffff;
} 

.hover-box {
    position: absolute;
    top: 5px;
    left: 4%;
    width: 92%;
    height: 100%;
	border-radius: 5px;
    background: #72b842;
    visibility: hidden\0/;
    opacity: 0\0/;
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -webkit-transform: rotateY(-90deg) scale(0.8);
    -moz-transform: rotateY(-90deg) scale(0.8);
    -ms-transform: rotateY(-90deg) scale(0.8);
    -o-transform: rotateY(-90deg) scale(0.8);
    transform: rotateY(-90deg) scale(0.8);
}

.project-post:hover .hover-box {
    visibility: visible;\0/;
    opacity: 1\0/;
    -webkit-transform: rotateY(0deg) scale(1);
    -moz-transform: rotateY(0deg) scale(1);
    -ms-transform: rotateY(0deg) scale(1);
    -o-transform: rotateY(0deg) scale(1);
    transform: rotateY(0deg) scale(1);
}

.inner-hover-box p {
	color: #ffffff;
	padding: 15px 10px;
}
