<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*------------------------------------------------------------------
[Table of contents]
	+ General
		- Boxed Body
		- Dark Body
		+ Body Separators
			- Skew
			- Reversed Skew
			- Double Diagonal
			- Big Triangle
		- Heading
		- Paragraph
	+ Header
		- Logo
		- Dark Header
		- Navigation Menu
	+ Content
		- Custom Button
		- Preloader
		- Main Slider (Revolution Slider)
		+ Sections
			- About
			- Project Manager
			- Services
			- Testimonials
			+ Portfolio
				- Filter Controls
				- Zoom Icons
			- Team
			- Facts
			- Newsletter
			- Blog
			- Video Promotion
			- Contact
			- Contact Form
			- Logos Slider
		- Social Media
		- Back To Top
		- Horizontal Rows
		- Inputs
	- Footer
	+ Responsive Design Styles
		- Small Devices
		- Extra Small Devices
-------------------------------------------------------------------*/
/* [ GENERAL ] */
/*================================================== */

.mainslider{
    background-repeat: no-repeat;
    background-image: url(../img/backgrounds/header4.jpg);
    background-size: cover;
    background-position: center top;
    width: 100%;
    height: 719px;
    position: relative;
}
.mainslider h2{
letter-spacing: 0px;
    font-weight: 300 !important;
    font-size: 43px;
    line-height:53px;
}
.mainslider h4{
    font-size: 25px;
    line-height: 29px;
    transition: none 0s ease 0s;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    letter-spacing: 0px;
    font-weight: 300;
}

.mainslider:after{
    left: 50%;
    border-left: 1000px solid transparent;
    border-right: 1000px solid;
    top: initial;
    border-top: none;

    content: "";
    position: absolute;
    bottom: 0;
    width: 50%;
    z-index: 100;
    border-bottom: 100px solid #fff;
    -webkit-transform: rotate(0.000001deg);
    transform: rotate(0.000001deg);
}

.mainslider:before{
    right: 50%;
    border-right: 1000px solid transparent;
    border-left: 1000px solid;
    top: initial;
    border-top: none;
    content: "";
    position: absolute;
    bottom: 0;
    width: 50%;
    z-index: 100;
    border-bottom: 100px solid #fff;
    -webkit-transform: rotate(0.000001deg);
    transform: rotate(0.000001deg);
}

body {
    font: 14px/22px "Lato", Arial, Helvetica, sans-serif;
    color: #6e6e6e;
    background-color: #111;
    padding: 0 !important;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.pos-relative{
    position: relative;
}
.wrapper {
    overflow: hidden;
    background-color: #fff;
}
.section-overlay {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 90px 0;
}
.about .container,
.services .container,
.portfolio .container,
.team .container,
.blog .container {
    padding: 70px 0;
}
.about .container {
    padding-bottom: 100px;
}
/* Boxed Body */

body.boxed header {
    max-width: 1220px;
}
body.boxed .wrapper {
    max-width: 1220px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0px 3px 8px 7px #ccc;
}
body.boxed {
    background: url(../img/backgrounds/washi.png);
    background-attachment: fixed;
}
/* Dark Body */

body.dark {
    color: #ccc;
}
body.dark p,
body.dark h1,
body.dark h2,
body.dark h4,
body.dark h5,
body.dark h6,
body.dark .portfolio .caption h3,
body.dark .nav-menu ul.nav-menu-inner li a,
body.dark .nav-menu-icon,
body.dark .header-fixed .nav-menu-icon i,
body.dark .portfolio .nav-pills li,
body.dark .blog .blog-content .blog-excerpt span.date, 
body.dark.blog-page .blog-content span.date,
body.dark.blog-post .blog-content .comments span.author,
body.dark.blog-page .sidebar h3 {
    color: #eee;
}
body.dark.blog-page .footer, body.dark.blog-page.reversed-skew .footer  {
	background:#222;
}
body.dark.blog-page .blog-content .meta span.date,
body.dark.blog-page .blog-content .meta span {
	color:#999;
}
body.dark.blog-post .add-comment .form-holder form input:focus, body.dark.blog-post .add-comment .form-holder form textarea:focus  {
	background-color:#222;
}
body.dark.blog-post .blog-content figure img {
	border:0;
}
body.dark.blog-post .post-author {
	    background: #333;
    border: 1px solid #444;
}
body.dark.blog-post .blog-content .comment .comment-body {
	background: #444;
    border: 1px solid #555;
}
body.dark.blog-post .post-author img, body.dark.blog-post .blog-content .comment-author img {
	border: 1px solid #666;
}
body.dark .add-comment .form-holder form input, body.dark .add-comment .form-holder form textarea {
	background: transparent;
    border: 1px solid #999;
}
body.dark.blog-page .sidebar .widget.recent-posts figure {
	border: 1px solid #222;
}
body.dark.blog-page ul.pagination li a{
	    background: transparent;
    color: #eee;
	    border: 1px solid #777;
}
body.dark.blog-page ul.pagination li a:hover{
	    background: #222;
}
body.dark.blog-page .meta {
	    border-top: 1px solid #777;
    border-bottom: 1px solid #777;
}
body.dark.blog-page .sidebar .widget.recent-posts ul li a, body.dark.blog-page .sidebar .widget ul li a {
	color:#fff;
}
body.dark.boxed .wrapper,
body.dark .wrapper {
    background-color: #111;
}
body.dark .header.header-fixed {
    background-color: #111;
    border-bottom: 1px solid #222;
}
body.dark .about,
body.dark .services,
body.dark .portfolio,
body.dark .team,
body.dark .blog,
body.dark .contact {
    background-color: #111;
}
body.dark .nav-menu ul.nav-menu-inner li a,
body.dark .header-fixed .nav-menu ul.nav-menu-inner li a {
    border-top: 1px solid #222;
}
body.dark .about .about-content .title-about {
    color: #fff;
}
body.dark hr.custom:before {
    color: #eee;
    background: #111;
}
body.dark .services-box-item-cover,
body.dark .services-box-item-content {
    background: #000;
    box-shadow: none;
}
body.dark .portfolio .thumbnail__portfolio {
    border: 1px solid #333;
}
body.dark .caption p,
body.dark .services-box-item-content p,
body.dark .info-map-boxes-item p {
    color: #ccc;
}
body.dark .blog .blog-content .blog-figure a {
	border:none;
}
body.dark .blog .blog-content h3 {
	color:#fff;
}
body.dark .blog .blog-content h3:hover {
	color:#eee;
}
body.dark .team-member {
    box-shadow: none;
}
body.dark .team-member-caption {
    background-color: #000;
}
body.dark .info-map-boxes-item {
    background-color: #000;
    box-shadow: none;
}
body.dark .info-map-boxes-item:before {
    background-color: #000;
}
body.dark .gmap_container {
    color: #6e6e6e;
}
body.dark .logos {
    background-color: #222;
}
body.dark.reversed-skew .logos {
    margin-top: -50px;
    padding-top: 27px;
    margin-bottom: -82px;
    padding-bottom: 62px;
}
body.dark.skew .logos {
    margin-top: -50px;
    padding-top: 50px;
    margin-bottom: -82px;
    padding-bottom: 80px;
}
body.dark.reversed-skew .footer {
    background-color: #111;
}
body.dark.skew .contactform, body.dark.reversed-skew .contact, body.dark.reversed-skew .contactform {
	border-top: 60px solid #111;
}
body.dark.big-triangle .projectmanager:after,
body.dark.big-triangle .projectmanager:before,
body.dark.big-triangle .mainslider:after,
body.dark.big-triangle .mainslider:before,
body.dark.big-triangle .testimonials:after,
body.dark.big-triangle .testimonials:before,
body.dark.big-triangle .newsletter:after,
body.dark.big-triangle .newsletter:before,
body.dark.big-triangle .facts:after,
body.dark.big-triangle .facts:before,
body.dark.big-triangle .videopromotion:after,
body.dark.big-triangle .videopromotion:before,
body.dark.big-triangle .contactform:after,
body.dark.big-triangle .contactform:before {
    border-bottom: 100px solid #111;
}
body.dark.big-triangle .projectmanager:after,
body.dark.big-triangle .projectmanager:before,
body.dark.big-triangle .testimonials:after,
body.dark.big-triangle .testimonials:before,
body.dark.big-triangle .newsletter:after,
body.dark.big-triangle .newsletter:before,
body.dark.big-triangle .facts:after,
body.dark.big-triangle .facts:before,
body.dark.big-triangle .videopromotion:after,
body.dark.big-triangle .videopromotion:before,
body.dark.big-triangle .contactform:after,
body.dark.big-triangle .contactform:before{
	border-top: 100px solid #111;
}
body.dark.big-triangle .footer:after,
body.dark.big-triangle .footer:before  {
	border-top: 100px solid #222;
}
body.dark.big-triangle .contactform:after,
body.dark.big-triangle .contactform:before {
    border-bottom: 100px solid #222;
}
body.dark.big-triangle.blog-page .footer {
    background-color: #222;
}
body.dark.big-triangle.blog-page .footer:after, body.dark.big-triangle.blog-page .footer:before {
	border-top: 100px solid #111;
}
body.dark.big-triangle.blog-page .banner:before, body.dark.big-triangle.blog-page .banner:after {
	border-bottom: 100px solid #111;
	bottom:0;
}
body.dark .logos ul.bxslider img {
	opacity:1;
	-webkit-filter: saturate(5);
  filter: saturate(5);
}
/* Body Separators
================================================== */
/* Skew */

body.skew .about,
body.skew .projectmanager,
body.skew .services,
body.skew .testimonials,
body.skew .team,
body.skew .blog,
body.skew .facts,
body.skew .newsletter,
body.skew .contactform ,
body.skew .videopromotion 
{
    -webkit-transform: skewY(-3deg);
    transform: skewY(-3deg);
}
body.skew .about .container,
body.skew .projectmanager .container,
body.skew .services .container,
body.skew .testimonials .container,
body.skew .team .container,
body.skew .blog .container,
body.skew .facts .container,
body.skew .newsletter .container,
body.skew .contactform .container,
body.skew .videopromotion .container {
    -webkit-transform: skewY(3deg);
    transform: skewY(3deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
body.skew .about {
    margin-top: -55px;
}
body.skew .portfolio,
body.skew .contact {
    margin-top: -20px;
    padding-top: 32px;
}
body.skew .contact {
       margin-bottom: 100px;
}
body.skew .contactform {
    margin-top: -150px;
    border-top: 60px solid #efefef;
}
body.skew.blog-page .blog{
	margin-top:-50px;
}
body.skew .about .container {
    padding: 70px 0 150px;
}
body.skew .services .container {
    padding: 70px 0 90px;
}
body.skew .portfolio .container {
    padding: 70px 0 100px;
}
body.skew .team .container {
    padding: 70px 0 120px;
}
body.skew .blog .container {
    padding: 90px 0 120px;
}
body.skew .bx-wrapper {
    margin: 90px 0 60px;
}
body.skew .footer {
    -webkit-transform: skewY(-3deg);
    transform: skewY(-3deg);
    margin-top: 30px;
    margin-bottom: -50px;
    padding-bottom: 90px;
    border: none;
}
body.skew .footer .container {
    -webkit-transform: skewY(3deg);
    transform: skewY(3deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
	padding: 20px 0 0;
}
/* Reversed Skew */

body.reversed-skew .about {
    margin-top: -55px;
}
body.reversed-skew .about .container {
    padding: 70px 0 100px;
}
body.reversed-skew .services .container {
    padding: 70px 0 90px;
}
body.reversed-skew .portfolio .container {
    padding: 70px 0 100px;
}
body.reversed-skew .team .container {
    padding: 70px 0 120px;
}
body.reversed-skew  .blog .container {
	padding: 70px 0 120px;
}
body.reversed-skew .about .container,
body.reversed-skew .projectmanager,
body.reversed-skew .facts,
body.reversed-skew .videopromotion,
body.reversed-skew.blog-page .blog {
    -webkit-transform: skewY(3deg);
    transform: skewY(3deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
body.reversed-skew .testimonials,
body.reversed-skew .newsletter,
body.reversed-skew .contactform,
body.reversed-skew .about {
    -webkit-transform: skewY(-3deg);
    transform: skewY(-3deg);
}
body.reversed-skew .testimonials .container,
body.reversed-skew .newsletter .container,
body.reversed-skew .contactform .container {
    -webkit-transform: skewY(3deg);
    transform: skewY(3deg);
}
body.reversed-skew .services,
body.reversed-skew .team {
    padding-bottom: 100px;
    margin-top: -50px;
    border-top: 60px solid #efefef;
}
body.reversed-skew .blog {
    padding-bottom: 100px;
    margin-top: -100px;
}
body.dark.reversed-skew .services,
body.dark.reversed-skew .team {
    border-top: 60px solid #111;
}
body.reversed-skew .testimonials,
body.reversed-skew .newsletter,
body.reversed-skew .videopromotion {
    margin-top: -100px;
    margin-bottom: 100px;
}
body.reversed-skew .portfolio{
    margin-top: -100px;
}
body.reversed-skew .contact{
    margin-top: -150px;
    border-top: 60px solid #efefef;
	margin-bottom: 100px;
}
body.reversed-skew .contactform{
	margin-top: -150px;
    border-top: 60px solid #efefef;
}	
body.reversed-skew .contact .container {
    padding: 70px 0 70px;
}
body.reversed-skew .bx-wrapper {
    margin: 90px 0 50px;
}
body.reversed-skew .footer {
    -webkit-transform: skewY(3deg);
    transform: skewY(3deg);
    margin-top: 30px;
    margin-bottom: -50px;
    padding-bottom: 90px;
    border: none;
}
body.reversed-skew .footer .container {
    -webkit-transform: skewY(-3deg);
    transform: skewY(-3deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
	padding: 20px 0 0;
}
body.reversed-skew .projectmanager .container,
body.reversed-skew .facts .container,
body.reversed-skew .videopromotion .container,
body.reversed-skew.blog-page .blog .container {
    -webkit-transform: skewY(-3deg);
    transform: skewY(-3deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
/* Double diagonal */

body.double-diagonal .services,
body.double-diagonal .team,
body.double-diagonal .blog,
body.double-diagonal .contact {
    padding-bottom: 50px;
}
body.double-diagonal .testimonials,
body.double-diagonal .newsletter {
    margin-top: -50px;
}
body.double-diagonal .contact {
	margin-bottom:-50px;
}
body.double-diagonal .projectmanager,
body.double-diagonal .testimonials,
body.double-diagonal .facts,
body.double-diagonal .videopromotion,
body.double-diagonal .newsletter,
body.double-diagonal .contactform {
    -webkit-transform: skewY(-3deg);
    transform: skewY(-3deg);
}
body.double-diagonal .about .container,
body.double-diagonal .services .container,
body.double-diagonal .portfolio .container,
body.double-diagonal .team .container {
    padding: 70px 0 120px;
}
body.double-diagonal .blog .container {
	padding: 70px 0;
}
body.double-diagonal section {
    position: relative;
    z-index: 1;
}
body.double-diagonal section::before,
body.double-diagonal section::after {
    position: absolute;
    content: "";
    pointer-events: none;
}
body.double-diagonal .about::before,
body.double-diagonal .about::after,
body.double-diagonal .services::before,
body.double-diagonal .services::after,
body.double-diagonal .portfolio::before,
body.double-diagonal .portfolio::after,
body.double-diagonal .team::before,
body.double-diagonal .team::after,
body.double-diagonal .blog::before,
body.double-diagonal .blog::after,
body.double-diagonal .contact::before,
body.double-diagonal .contact::after,
body.double-diagonal .logos::before,
body.double-diagonal .logos::after {
    top: 0;
    left: -25%;
    z-index: -1;
    width: 150%;
    height: 75%;
    background: inherit;
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
body.double-diagonal .about::before,
body.double-diagonal .services::before,
body.double-diagonal .portfolio::before,
body.double-diagonal .team::before,
body.double-diagonal .blog::before,
body.double-diagonal .contact::before,
body.double-diagonal .logos::before {
    height: 50%;
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
    -webkit-transform-origin: 3% 0;
    transform-origin: 3% 0;
}
body.double-diagonal .projectmanager .container,
body.double-diagonal .testimonials .container,
body.double-diagonal .facts .container,
body.double-diagonal .videopromotion .container,
body.double-diagonal .newsletter .container,
body.double-diagonal .contactform .container {
    -webkit-transform: skewY(3deg);
    transform: skewY(3deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
body.double-diagonal .section-overlay {
    padding: 90px 0 150px;
}
body.double-diagonal .footer {
	padding: 30px 0;
}
body.double-diagonal .bx-wrapper {
    margin: 50px 0 50px;
}
/* Big Triangle */

body.big-triangle .projectmanager,
body.big-triangle .mainslider,
body.big-triangle .testimonials,
body.big-triangle .facts,
body.big-triangle .contactform,
body.big-triangle .newsletter,
body.big-triangle .videopromotion,
body.big-triangle .footer,
body.big-triangle .banner {
    position: relative;
}
body.big-triangle .projectmanager .container,
body.big-triangle .mainslider .container,
body.big-triangle .testimonials .container,
body.big-triangle .facts .container,
body.big-triangle .contactform .container,
body.big-triangle .newsletter .container,
body.big-triangle .videopromotion .container{
    position: relative;
	z-index:999;
}
body.big-triangle .projectmanager:after,
body.big-triangle .projectmanager:before,
body.big-triangle .mainslider:after,
body.big-triangle .mainslider:before,
body.big-triangle .testimonials:after,
body.big-triangle .testimonials:before,
body.big-triangle .newsletter:after,
body.big-triangle .newsletter:before,
body.big-triangle .facts:after,
body.big-triangle .facts:before,
body.big-triangle .contactform:after,
body.big-triangle .contactform:before,
body.big-triangle .videopromotion:after,
body.big-triangle .videopromotion:before,
body.big-triangle .footer:after,
body.big-triangle .footer:before,
body.big-triangle .banner:after,
body.big-triangle .banner:before {
    content: "";
    position: absolute;
    bottom: 0;
	top:0;
    width: 50%;
    z-index: 100;
	border-top: 100px solid #fff;
    border-bottom: 100px solid #fff;
    -webkit-transform: rotate(0.000001deg);
    transform: rotate(0.000001deg);
}
body.big-triangle .mainslider:after,
body.big-triangle .mainslider:before ,
body.big-triangle .banner:after,
body.big-triangle .banner:before {
	top:initial;
	border-top:none;
}
body.big-triangle .testimonials:after,
body.big-triangle .testimonials:before,
body.big-triangle .newsletter:after,
body.big-triangle .newsletter:before,
body.big-triangle .contactform:after,
body.big-triangle .contactform:before {
	border-top: 100px solid #efefef;
}
body.big-triangle .team .container {
    padding: 70px 0 100px;
}
body.big-triangle .testimonials .carousel-indicators {
    z-index: 111;
}
body.big-triangle .projectmanager:after,
body.big-triangle .projectmanager:before,
body.big-triangle .facts:after,
body.big-triangle .facts:before ,
body.big-triangle .videopromotion:after,
body.big-triangle .videopromotion:before,
body.big-triangle .footer:after,
body.big-triangle .footer:before{
    border-bottom: 100px solid #efefef;
}
body.big-triangle .mainslider:before,
body.big-triangle .projectmanager:before,
body.big-triangle .testimonials:before,
body.big-triangle .newsletter:before,
body.big-triangle .facts:before,
body.big-triangle .contactform:before,
body.big-triangle .videopromotion:before,
body.big-triangle .footer:before,
body.big-triangle .banner:before {
    right: 50%;
    border-right: 1000px solid transparent;
    border-left: 1000px solid;
}
body.big-triangle .mainslider:after,
body.big-triangle .projectmanager:after,
body.big-triangle .testimonials:after,
body.big-triangle .newsletter:after,
body.big-triangle .facts:after,
body.big-triangle .contactform:after,
body.big-triangle .videopromotion:after,
body.big-triangle .footer:after,
body.big-triangle .banner:after {
    left: 50%;
    border-left: 1000px solid transparent;
    border-right: 1000px solid;
}
body.big-triangle .footer:after,
body.big-triangle .footer:before {
	bottom:initial;
	border-bottom:none;
}
body.big-triangle .footer {
	border-top:none;
}
body.big-triangle .footer .container {
	padding: 60px 0 30px;
}
body.big-triangle .bx-wrapper {
    margin: 70px 0 60px;
}
/* Heading */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #555;
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
}
h1 {
    font-size: 48px;
    line-height: 52px;
    font-weight: 800;
    margin: 15px 0;
}
h2 {
    font-size: 36px;
    line-height: 40px;
    font-weight: 800;
}
h3 {
    font-size: 24px;
    line-height: 24px;
}
h4 {
    font-size: 18px;
    line-height: 20px;
}
h5 {
    font-size: 14px;
    line-height: 16px;
}
h6 {
    font-size: 12px;
    line-height: 14px;
}
.projectmanager h2,
.facts h2,
.facts h4,
.testimonials h2,
.testimonials h4,
.newsletter h2,
.newsletter h4,
.contactform h2,
.contactform h4,
.projectmanager h1,
.testimonials h1,
.facts h1,
.newsletter h1,
.contactform h1,
.videopromotion h1,
.videopromotion h4 {
    color: #fff;
}
/* Paragraph */

p {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
    margin-bottom: 15px;
    margin-top: 0px;
    color: #666;
}
.top-text h4 {
    margin: 15px 0 25px;
    font-weight: 400;
}
a, a:hover {
    text-decoration: none !important;
}
/* [ HEADER ] */
/*================================================== */

.header {
    position: absolute;
    text-align: center;
    top: 0px;
    z-index: 1000;
    color: #fff;
    width: 100%;
    height: 99px;
    transition: background-color 200ms ease-in-out 0s;
    -o-transition: background-color 200ms ease-in-out 0s;
    -moz-transition: background-color 200ms ease-in-out 0s;
    -webkit-transition: background-color 200ms ease-in-out 0s;
}
.header.header-fixed {
    display: block;
    margin-top: 0 !important;
    position: fixed;
    height: 65px;
    background-color: #fff;
    border-bottom: 1px solid #f1f1f1;
}
.header-inner {
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
}
.header-fixed .logo a {
    margin-top: 20px;
    margin-bottom: 15px;
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
.header-fixed .nav-menu ul.nav-menu-inner li a {
    padding: 26px 8px; /* was 26px 12px */
    color: #555;
}

@media(max-width:1400px){
.header-fixed .nav-menu ul.nav-menu-inner li a {
    padding: 26px 4px;
    color: #555;
}
}

.header:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 120px;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(252, 252, 252, 0) 99%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(252, 252, 252, 0) 99%, rgba(255, 255, 255, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#a6000000", endColorstr="#00ffffff", GradientType=0);
}
.header-fixed:before {
    background: none;
    height: 0;
}
@media all and (max-width: 1024px) {
    .header {
        height: 65px;
    }
    .header .logo a {
		width:100px;
        margin-top: 21px;
        margin-bottom: 15px;
        transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
    }
}
/* Logo */

.logo {
    float: left;
    text-align: left;
    display: inline-block;
}
.logo a {
    width: 150px;
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
.logo a img {
    width: 100%;
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
.header .logo a img.logo-light {
    opacity: 1;
}
.header .logo a img.logo-dark {
    opacity: 0;
}
.header.header-fixed .logo a img.logo-light {
    opacity: 0;
}
.header.header-fixed .logo a img.logo-dark {
    opacity: 1;
}
.logo {
    float: left;
    text-align: left;
    display: inline-block;
}
.logo a {
    max-width: 100%;
    margin-top: 34px;
    transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    position: relative;
}
.logo a img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
}
/* Dark Header */

body.dark .header .logo a img.logo-light {
    opacity: 1;
}
body.dark .header .logo a img.logo-dark {
    opacity: 0;
}
body.dark .header.header-fixed .logo a img.logo-light {
    opacity: 1;
}
body.dark .header.header-fixed .logo a img.logo-dark {
    opacity: 0;
}
/* Navigation Menu */

.nav-menu {
    position: static;
    float: right;
    display: block;
	/*padding-top:36px;  was originally none */
}
.nav-menu.active {
    display: block;
}
.nav-menu ul.nav-menu-inner {
    margin: 0;
    padding: 0;
    list-style: none;
}
.nav-menu ul.nav-menu-inner li {
    display: inline-block;
    list-style: none;
    text-align: center;
}
.nav-menu ul.nav-menu-inner li a {
    display: block;
    text-decoration: none;
    color: #f1792a; /* was #fff */
    font-size: 16px;
    line-height: 1;
    padding: 43px 8px; /* was 43px 12px */
    font-weight: 500;
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
}

@media(max-width:1400px){
    .nav-menu ul.nav-menu-inner li a {
    padding: 43px 4px; /* was 43px 12px */
}
}

.nav-menu ul.nav-menu-inner li a i {
    font-size: 11px;
    padding-right: 3px;
}
.nav-menu-icon {
    display: none;
    float: right;
}
.nav-menu-icon a {
    color: #555; /* was #fff */
    display: block;
    font-size: 17px;
    padding: 19px 0;
}
.nav-menu-icon.active a,
.nav-menu-icon a.active,
.nav-menu-icon:hover a,
.nav-menu-icon a:hover,
.nav-menu ul.nav-menu-inner li.active a,
.nav-menu ul.nav-menu-inner li a.active,
.nav-menu ul.nav-menu-inner li:hover a,
.nav-menu ul.nav-menu-inner li a:hover,
.header-fixed .nav-menu ul.nav-menu-inner li a.current,
.header-fixed .nav-menu ul.nav-menu-inner li.current a {
    color: #555; /* was #c7a674 */
}
@media all and (max-width: 1300px) { /* Change the max-width value to control nav collapse. Originally 1024 */
    .nav-menu ul.nav-menu-inner li {
        display: block;
        width: 100%;
    }
    .nav-menu {
        position: fixed;
        top: 65px;
        left: 0;
        float: none;
        display: block;
        width: 100%;
        background: #fff;
        overflow-y: auto;
        display: none;
        z-index: 999;
    }
    body.dark .nav-menu {
        background-color: #111;
    }
    .nav-menu-icon,
    .header-fixed .nav-menu-icon {
        display: inline-block;
        float: right;
    }
    .nav-menu-icon,
    .header-fixed .nav-menu-icon i {
        color: #555;
    }
    .nav-menu ul.nav-menu-inner li a,
    .header-fixed .nav-menu ul.nav-menu-inner li a {
        padding: 20px 4px; /* Was 20px 12px */
        border-top: 1px solid #f6f6f6;
    }
    .nav-menu ul.nav-menu-inner li a,
    .header-fixed .nav-menu ul.nav-menu-inner li a {
        position: relative;
        text-decoration: none;
        color: #f1792a; /* was #555; */
        text-align: left;
        padding-left: 30px;
    }
}
/* [ CONTENT ] */
/*================================================== */
/* Custom Button */

.custom-button {
    border: none;
    color: #fff;
    text-decoration: none;
    background: #00bbda;
    cursor: pointer;
    display: inline-block;
    text-transform: lowercase;
    border-radius: 6px;
    outline: none;
    padding: 6px 20px;
    box-shadow: none;
    text-shadow: none;
    position: relative;
    letter-spacing: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-top: 10px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}
.custom-button,
.custom-button:hover,
.custom-button:focus {
    color: #fff;
    text-decoration: none;
}
.custom-button:before {
    content: "\f1d8";
    font: 15px/1.2em FontAwesome;
    color: #fff;
    position: absolute;
    height: 100%;
    right: 12px;
    top: 50%;
    margin-top: -8px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
}
.custom-button span {
    position: relative;
    display: block;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.custom-button:hover span {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
}
.custom-button:hover:before {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
/* Preloader 
---------------------------------------- */

.preloader {
    position: fixed;
    left: 0;
    top: -100%;
    right: 0;
    height: 100%;
    z-index: 999999999999999999;
    background: #fff;
    text-align: center;
    overflow: hidden;
    opacity: 1;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
}
.preloader:before {
    content: "";
    height: 100%;
    width: 0;
    display: inline-block;
    vertical-align: middle;
}
.preloader .logopreloader {
    vertical-align: middle;
    -webkit-transform: translate(0, 500px);
    transform: translate(0, 500px);
    position: relative;
    white-space: nowrap;
    display: inline-block;
    top: -50px;
    opacity: 0;
    -webkit-transition: -moz-transform 1s ease, -webkit-transform 1s ease, -ms-transform 1s ease, -o-transform 1s ease, transform 1s ease, opacity 1s ease;
    transition: -webkit-transform 1s ease, transform 1s ease, opacity 1s ease;
}
.preloader .loader {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 0px 0 0 -50px;
    -webkit-transform: translate(0, 500px);
    transform: translate(0, 500px);
    opacity: 0;
    -webkit-transition: opacity 1s ease .3s, -webkit-transform 1s ease .3s;
    transition: opacity 1s ease .3s, -webkit-transform 1s ease .3s;
    transition: transform 1s ease .3s, opacity 1s ease .3s;
    transition: transform 1s ease .3s, opacity 1s ease .3s, -webkit-transform 1s ease .3s;
}
.preloader.loading .loader,
.preloader.loading .logopreloader {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
    opacity: 1;
}
.preloader.ended {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0;
    -webkit-transition: -webkit-transform 1s ease 0.5s, -moz-transform 1s ease 0.5s, -ms-transform 1s ease 0.5s, -o-transform 1s ease 0.5s, transform 1s ease 0.5s, opacity 1s ease 0.5s;
    transition: -webkit-transform 1s ease 0.5s, transform 1s ease 0.5s, opacity 1s ease 0.5s;
}
.preloader.ended .loader,
.preloader.ended .logopreloader {
    -webkit-transform: translate(0, -500px);
    transform: translate(0, -500px);
    opacity: 0;
}
/* Main Slider (Revolution Slider)
---------------------------------------- */

.tp-simpleresponsive .slider-button {
    color: #fff;
    border-radius: 40px;
    padding: 12px 26px;
    font-size: 14px;
    font-weight: 600;
}
.tp-simpleresponsive .slider-button:before {
    content: "\f063";
}
.comingsoon-slider .tp-simpleresponsive .comingsoon-subtitle {
    text-align: center !important;
}
.comingsoon-slider .tp-simpleresponsive .slider-button {
    margin-right: 15px;
    min-width: 190px;
    font-size: 16px;
    text-align: center;
}
.comingsoon-slider .tp-simpleresponsive .slider-button:before {
    font-size: 16px;
    right: 35px;
    margin-top: -11px;
}
.comingsoon-slider .button-facebook {
    background-color: #3b5998;
}
.comingsoon-slider .button-pinterest {
    background-color: #bd081c;
}
.comingsoon-slider .button-twitter {
    background-color: #55acee;
}
.comingsoon-slider .button-facebook:before {
    content: "\f09a";
}
.comingsoon-slider .button-pinterest:before {
    content: "\f0d2";
}
.comingsoon-slider .button-twitter:before {
    content: "\f099";
}
.dark-slider .rev_slider .slotholder:after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    z-index: 1111;
    background: rgba(0, 0, 0, .5);
}

.scroll-effects-text {
	color:#eee !important;
}
/* About
---------------------------------------- */

.about {
    background-color: #fff;
}
.about .about-content .title-about {
    font-size: 28px;
    margin-bottom: 10px;
}
.about .about-content {
    margin-top: 50px;
}
.about .about-content .about-left-side {
    margin-top: 40px;
}
.about .about-content .custom-button {
    padding: 12px 26px;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 900;
}
.about .about-content .custom-button:before {
    content: "\f03e";
}
.about .about-content .full-image-overlay h3 {
    text-transform: Capitalize;
    color: #ffffff;
}
.about .about-content .about-right-side img {
    border: 1px solid #ddd;
    border-radius: 4px;
    margin: 0 auto;
    margin-left: auto;
    display: block;
}
.list-why-choose-us {
    display: inline;
    list-style: none;
    margin-top: 30px;
    text-align: left;
}
.list-why-choose-us li {
    position: relative;
    padding-left: 22px;
    font-size: 15px;
    line-height: 18px;
}
.list-why-choose-us li:before {
    content: '\f061';
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 400;
    font-size: 15px;
    font-family: "FontAwesome";
}
.list-why-choose-us li + li {
    margin-top: 14px;
}
.full-text-container + .full-image-container:before {
    right: auto;
    left: 0;
}
.about-right-side:hover .full-text-container + .full-image-container:before,
.about-right-side .full-text-container + .full-image-container.hovered:before {
    right: auto;
    left: 5%;
}
.about-right-side {
    position: relative;
    display: table;
    table-layout: fixed;
}
.full-image-container {
    width: 50%;
    display: table-cell;
    position: relative;
    overflow: hidden;
}
.full-image-container:before {
    content: '';
    position: absolute;
    top: 5%;
    right: 0%;
    width: 50%;
    height: 90%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.full-text-container + .full-image-container:before {
    right: auto;
    left: 0;
}
.about-right-side:hover .full-image-container:before,
.about-right-side .full-image-container.hovered:before {
    width: 90%;
    right: 5%;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.about-right-side:hover .full-text-container + .full-image-container:before,
.about-right-side .full-text-container + .full-image-container.hovered:before {
    right: auto;
    left: 5%;
}
.about-right-side:hover .full-image-overlay,
.about-right-side .hovered .full-image-overlay {
    text-align: left;
    position: absolute;
    width: 100%;
    top: 50%;
    padding: 0 10%;
    margin-top: -133px;
    color: #ffffff;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: block;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.full-text-container {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    padding: 0 50px;
    position: static;
}
.full-text-container * {
    max-width: 700px;
}
.full-text-container.left {
    text-align: right;
}
.full-text-container.left * {
    margin-left: auto;
}
.full-text-container p {
    margin-bottom: 10px;
}
/* Project Manager
---------------------------------------- */

.projectmanager {
    color: #fff;
    background-image: url("../img/breather-187939-1920-bw.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 110%;
}
.projectmanager .section-overlay {
    padding: 90px 0 120px;
}
.projectmanagerpicture {
    border-radius: 50%;
}
.projectmanager h1 {
    margin-bottom: 20px;
}
.projectmanager h3 {
    margin-top: 10px;
    font-size: 30px;
    line-height: 30px;
    font-weight: 500;
}
.projectmanager p {
    color: #fff;
}
.projectmanager blockquote {
    padding-top: 0;
    padding-bottom: 0;
    color: #cecece;
    font-size: 14px;
}
.projectmanager p,
.projectmanager blockquote {
    margin-top: 30px;
    font-style: italic;
}
.projectmanager li:hover,
.projectmanager li:hover a,
.projectmanager li a:hover {
    color: #fff;
}
/* Services
---------------------------------------- */

.services {
    background-color: #efefef;
}
.services .services-box {
    zoom: 1;
    margin: 15px 0;
}
.services .services-box:before {
    content: "";
    display: table;
}
.services .services-box:after {
    content: "";
    display: table;
    clear: both;
}
.services .services-box-item {
    position: relative;
    color: #717c8e;
    text-decoration: none;
    -webkit-perspective: 750px;
    -ms-perspective: 750px;
    -o-perspective: 750px;
    perspective: 750px;
    margin: 15px 0;
    float: left;
}
.services .services-box-item:hover,
.services .services-box-item:focus,
.services .services-box-item.hover {
    text-decoration: none;
}
.services .services-box-item:hover&gt; .services-box-item-cover,
.services .services-box-item:focus&gt; .services-box-item-cover,
.services .services-box-item.hover&gt; .services-box-item-cover {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.services .services-box-item:hover&gt; .services-box-item-content,
.services .services-box-item:focus&gt; .services-box-item-content,
.services .services-box-item.hover&gt; .services-box-item-content {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}
.services .services-box-item-cover,
.services .services-box-item-content {
    position: relative;
    border-radius: 3px;
    background: #fff;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.services .services-box-item-cover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0px 15px;
    box-shadow: 0px 0px 3px 1px #ddd;
    border-radius: 7px;
}
.services .services-box-item-cover:before,
.services .services-box-item-cover:after {
    position: absolute;
    top: 50%;
    left: 50%;
}
.services .services-box-item-cover:before {
    margin: -40px 0px 0px -20px;
    font-size: 40px;
}
.services .services-box-item-cover:after {
    content: attr(data-headline);
    font-family: "Lato";
    left: 0;
    width: 100%;
    margin: 20px 0 0;
    font-size: 18px;
    text-align: center;
    font-weight: 900;
}
.services .services-box-item-content {
    overflow: hidden;
    margin: -16px -6px;
    padding: 30px 40px;
    font-size: 14px;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    border-radius: 7px;
}
.services .services-box-item-content:before {
    position: absolute;
    top: 0;
    right: 0;
    margin: -60px;
    font-size: 228px;
    opacity: 0.2;
}
.services .services-box-item-content h2 {
    position: relative;
    margin: 8px 0;
    font-size: 16px;
    font-weight: 500;
    text-transform: Capitalize;
}
.services .services-box-item-content p {
    line-height: 23px;
    position: relative;
    margin: 12px 0;
    font-size: 13px;
}
.services[data-icon]:before,
.services[class^="icon-"]:before,
.services[class*=" icon-"]:before {
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: geometricPrecision;
    text-indent: 0;
    display: inline-block;
    position: relative;
}
.services[data-icon]:before {
    content: attr(data-icon);
}
.services[data-icon].after:before {
    content: none;
}
.services[data-icon].after:after {
    content: attr(data-icon);
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: geometricPrecision;
    text-indent: 0;
    display: inline-block;
    position: relative;
    margin-left: 4px;
}
/* Testimonials
---------------------------------------- */

.testimonials {
    background: url("../img/sections/testimonials-bg.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 110%;
}
.testimonials #quote-carousel {
    margin-top: 50px;
}
.testimonials #quote-carousel hr {
    border-top: 1px solid #fff;
}
.testimonials #quote-carousel,
.testimonials #quote-carousel h6 {
    color: #fff;
}
.testimonials #quote-carousel blockquote {
    padding: 0;
    text-align: center;
    font-size: 15px;
    border: none;
}
.testimonials #quote-carousel p {
    font-style: italic;
    color: #fff;
}
.testimonials #quote-carousel p:before,
.testimonials #quote-carousel p:after {
    font-family: "FontAwesome";
}
.testimonials #quote-carousel p:before {
    margin-right: 20px;
    content: "\f10d";
}
.testimonials #quote-carousel p:after {
    margin-left: 20px;
    content: "\f10e";
}
.testimonials #quote-carousel h5 {
    margin: 20px 0 10px;
    font-size: 20px;
    font-weight: 500;
}
.testimonials #quote-carousel h6 {
    margin: 0;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
}
.testimonials #quote-carousel .img-responsive {
    margin: 0 auto 25px;
    border: 6px solid #f9f9f9;
}
.testimonials #quote-carousel .carousel-indicators {
    right: 50%;
    bottom: -40px;
}
.testimonials #quote-carousel .carousel-indicators li {
    margin-right: 0;
    background: #fff;
}
/* Portfolio
---------------------------------------- */

.portfolio {
    background-color: #fff;
}
.portfolio .nav-pills {
    overflow: hidden;
    margin: 40px 15px 30px;
    text-align: center;
}
.portfolio .nav-pills li {
    margin-right: 10px;
    border-radius: 40px;
    padding: 8px 30px;
    color: #111;
    font-weight: 600;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    float: none;
}
.portfolio .nav-pills li:hover,
.portfolio .nav-pills li.active {
    color: #fff;
}
.portfolio .caption {
	padding-left:15px;
}
.portfolio .caption h3 {
    font-size: 16px;
    margin-top: 20px;
    text-decoration: none;
    font-weight: 900;
}
.portfolio .filtr-container {
    position: relative;
    overflow: hidden;
}
.portfolio .filtr-container .filtr-item {
    display: block;
    float: left;
    box-sizing: border-box;
}
.portfolio .filtr-container .filtr-item_holder {
    overflow: hidden;
}
.portfolio .filtr-container .image-wrap {
    position: relative;
    display: block;
    overflow: hidden;
    outline: none;
}
.portfolio .thumbnail__portfolio {
    margin: 0;
    padding: 0;
}
.filtr-item {
    padding: 1rem;
}
.item-desc {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    position: absolute;
    text-transform: uppercase;
    text-align: center;
    padding: 1rem;
    z-index: 1;
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
}
/* Filter controls */

.simplefilter li,
.multifilter li,
.sortandshuffle li {
    color: white;
    cursor: pointer;
    display: inline-block;
    padding: 1rem 2rem;
}
.simplefilter li.active {
    background-color: #212121;
}
.multifilter li {
    background-color: #4b9eff;
}
.multifilter li.active {
    background-color: #2265b4;
}
/* Zoom icons */

.zoom-icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    cursor: pointer;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.zoom-icon:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    margin: -13px 0 0 -13px;
    width: 25px;
    height: 26px;
    background: url(../img/projects/icons/zoom-icon.png) 50% 50% no-repeat;
    content: "";
}
.video-icon:before {
    background: url(../img/projects/icons/video-icon.png) 50% 50% no-repeat;
}
.gallery-icon:before {
    background: url(../img/projects/icons/gallery-icon.png) 50% 50% no-repeat;
}
.external-icon:before {
    background: url(../img/projects/icons/external-icon.png) 50% 50% no-repeat;
}
.image-wrap:hover .zoom-icon,
.featured-thumbnail a:hover .zoom-icon {
    opacity: 1;
}
.featured-thumbnail a:hover .zoom-icon {
    visibility: visible;
}
/* Team
---------------------------------------- */

.team {
    background-color: #efefef;
}
.team .container {
    padding: 70px 0 100px;
}
.team-members {
    margin-top: 40px;
}
.team-member {
    position: relative;
    display: inline-block;
    box-shadow: 0px 1px 2px 1px #ccc;
    border-radius: 7px;
}
.team-member-img-wrap {
    position: relative;
    display: block;
    outline: 0 !important;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
.team-member-img-wrap:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
.team-member-caption {
    text-align: center;
    background: #fff;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}
.team-member .team-member-caption h4 {
    line-height: 0;
    margin-top: 35px;
    text-transform: capitalize;
    margin: 35px 0 25px;
    font-weight: 900;
}
.team-member-caption p {
    padding: 0px 0 18px;
    font-style: italic;
    margin: 0;
}
.team-member-caption .list {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    opacity: 0;
    margin-top: -45px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    will-change: content;
}
.team-member-caption .list li {
    padding: 0;
}
.team-member-caption .list li a {
    color: #fff;
}
.team-member-caption .list li + li {
    margin-left: 5px;
}
.team-member-img-wrap img {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.team-member-caption a:hover {
    text-decoration: none;
}
.team-member:hover .team-member-img-wrap:before {
    opacity: 1;
}
.team-member:hover .team-member-caption h4,
.team-member:hover .team-member-caption p {
    color: #fff;
}
.team-member:hover .team-member-caption .list {
    opacity: 1;
}
.team ul.social li a {
    border: 2px solid #fff;
    width: 40px;
    height: 40px;
    line-height: 36px;
}
.team ul.social li a:before {
    color: #fff;
    font-size: 20px;
}
.team .social-icons ul.social li a:hover:before {
    font-size: 20px;
}
.team .social-icons ul.social li a:hover {
    background: #fff;
}
/* Facts
---------------------------------------- */

.facts {
    background: url("../img/sections/facts-bg.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 110%;
}
.fact-badges {
    margin-top: 65px;
    text-align: center;
}
.fact-badges h2 span {
    font-weight: bold;
    font-size: 48px;
}
.fact-badges h2 strong {
    padding-right: 3px;
}
.fact-badges .fa {
    font-size: 90px;
    color: #fff;
}
.facts .top-text h4 {
    margin: 15px 0 25px;
    font-weight: 400;
}
.facts h4 {
    margin: 25px 0;
    font-weight: 900;
}
/* Newsletter
---------------------------------------- */

.newsletter {
    color: #fff;
    background: url("../img/sections/newsletter-bg-bw.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 110%;
}
.newsletter p {
    color: #fff;
}
.newsletter-content {
    margin-top: 40px;
}
.newsletter form .custom-input-label::before {
    height: 52px;
}
.newsletter form {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
}
.newsletter .custom-form-group {
    margin-top: 20px;
    margin-bottom: 30px;
}
.newsletter form .custom-button {
    margin-top: 0;
    margin: 0 auto;
    display: block;
    padding: 15px 30px;
    border-radius: 40px;
    width: 260px;
}
.newsletter form .custom-button span {
    font-size: 15px;
}
.newsletter form .custom-button:before {
    font-size: 13px;
    content: "\f0e0";
    right: 48px;
}
/* Blog
---------------------------------------- */

.blog { 
	background-color:#fff;
}
.blog .blog-content {
	margin-top:45px;
}
.blog .blog-content .blog-figure {
  font-size: 0;
  line-height: 0;
  position: relative;
}
.blog .blog-content .blog-figure a {
  position: relative;
  display: inline-block;
  max-width: 100%;
  overflow: hidden; 
  border: 1px solid #ccc;
    border-radius: 4px;
z-index:1;
}
.blog .blog-content .blog-figure a img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.blog .blog-content .blog-figure a:hover img {
  transform: scale(1.1) !important;
  -o-transform: scale(1.1) !important;
  -moz-transform: scale(1.1) !important;
  -webkit-transform: scale(1.1) !important;
  -ms-transform: scale(1.1) !important;
  opacity: 1 !important;
}
.blog-post .blog .blog-content .blog-figure a:hover img {
  transform: none !important;
  -o-transform: none !important;
  -moz-transform: none !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  opacity: 1 !important;
}
.blog .blog-content h3 {
	font-size: 17px;
    margin: 30px 0 20px;
    text-decoration: none;
    font-weight: 900;
	color:#555;
	text-decoration:none;
	transition: 0.2s;
}
.blog .blog-content h3:hover {
	color:#111;
}
.blog .blog-content .blog-excerpt a {
	text-decoration:none;
}
.blog .blog-content .blog-excerpt p {
	margin-bottom:20px;
}
.blog .blog-content .blog-excerpt .meta  {
	font-size:13px;
}
.blog .blog-content .blog-excerpt .meta a{
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}
.blog .blog-content .blog-excerpt span, .blog-page .blog-content span  {
	margin-right: 16px;
	    color: #555;
		font-weight: 500;
		    display: inline-block;
}
.blog .blog-content .blog-excerpt span.date, .blog-page .blog-content span.date {
	color:#777;
	font-size:13px;
}
.blog-page .blog-content span.permalink {
	float:right;
	margin-right:0;
}
.blog .blog-content .blog-excerpt span i, .blog-page .blog-content  span i  {
    padding-right: 3px;
	font-size:15px;
}
.blog .blog-content .custom-button, .blog-page .blog-content .custom-button  {
	padding: 15px 30px;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 600;
	width: 260px;
    text-align: center;
	display:block;
	margin: 0 auto;
	margin-top:50px;
}
.blog .blog-content .custom-button:before {
	right:58px;
	content: "\f086";
}
.blog .blog-content .custom-button span {
	color:#fff;
}
.blog-page .blog .blog-content .custom-button span {
	margin-right:0;
}
.blog-page .blog-content .custom-button:before {
	right:12px;
	content:"\f061";
	margin-top: -10px;
}
.blog-post .banner .content .top-text h4 {
	    font-size: 14px;
		text-transform:lowercase;
}
.blog-post .banner .content .top-text h4 a {
	color:#eee;
}
.blog-post .banner .content .top-text h4 span {
	margin-right:15px;
	display: inline-block;
}
.blog-post .blog-content figure img {
  border: 1px solid #ccc;
    border-radius: 4px;
}
.blog-post .post-author {
	background: #ddd;
    border: 1px solid #ccc;
    margin-top: 30px;
    padding: 20px;
}
.blog-post .blog-content .post-author h3 {
    margin-top: 10px;
	font-weight:500;
	font-size:24px;
}
.blog-post .post-author img {
	float: left;
    margin: 5px 20px 10px 0;
	    border: 1px solid #ddd;
}
.blog-post .post-author-link {
	clear:both;
}
.blog-post .post-author-link a {
	font-weight:600;
}
.blog-post .blog-content h4 {
  font-weight:600;
  margin: 40px 0;
  font-size:24px;
}
/* comments */
.blog-post .blog-content .comments ul.comment-list {
	list-style:none;
	padding:0;
} 
/* Comment List */
.blog-post .blog-content .comment-list {
  position: relative;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.blog-post .blog-content .comment {
  position: relative;
  margin: 0;
  padding: 0;
  background: none;
  list-style-type: none;
  text-transform: none;
}
.blog-post .blog-content .comment .comment-body {
  position: relative;
  overflow: hidden;
  margin-top: 10px;
  padding: 20px;
  border: 1px solid #eee;
  background: #e9e9e9;
  zoom: 1;
}
.blog-post .blog-content .comments span.author {
  display:block;
  font-weight: 600;
}
.blog-post .blog-content .comment-author {
  float: left;
  margin: 0;
}
.blog-post .blog-content .comment-author img {
  border:1px solid #ccc;
}
.blog-post .post-author, .blog-post .blog-content .comment .comment-body, .blog-post .blog-content .comment-author img {
	border-radius:4px;
}
.blog-post .blog-content .comment-reply-link {
	padding-left:15px;
	float:right;
}
.blog-post .blog-content .comment-author .author {
  display: block;
  padding-top: 6px;
  width: 65px;
  text-align: center;
  text-transform: capitalize;
  font-weight: bold;
  font-size: 12px;
}
/* Comment meta */
.blog-post .blog-content .comment-meta {
  float: right;
}
.blog-post .add-comment .form-holder form input {
	width: 320px;
    display: block;
    margin-bottom: 15px;
    padding: 7px 15px;
    font-size: 13px;
	border:1px solid #ccc;
	transition:.2s;
}
.blog-post .add-comment .form-holder form textarea {
	width:560px;
	height:180px;
	padding: 7px 15px;
	font-size: 13px;
	border:1px solid #ccc;
	transition:.2s;
}
.blog-post .add-comment .form-holder form input:focus, .add-comment .form-holder form textarea:focus  {
	background-color:#f2f2f2;
  box-shadow: none;
  outline: 0 none;
}
.blog-post .add-comment .form-holder form .custom-button {
	margin: 30px 0;
    width: 180px;
    padding: 12px 7px;
}
.blog-post .add-comment .form-holder form .custom-button:before {
	content:"\f075";
}
.blog-page .banner {
	background: #292929 url(../img/blog/blog-banner-1920.jpg) center top no-repeat;
    background-size: auto 110%;
    background-attachment: fixed;
}
.blog-page .banner .content {
	    background-color: rgba(0,0,0,.8);
    padding: 200px 0;
    width: 100%;
}
.blog-page .banner .content .top-text h1 {
	color:#fff;
}
.blog-page .banner .content .top-text h4 {
	color:#eee;
}
.blog-page .blog .blog-content {
	margin-top:0;
	    position: relative;
    z-index: 999;
}
.blog-page article figure{
	margin-bottom:20px;
}
.blog-page .blog-content article h3{
	font-size:30px;
	font-weight:900;
	line-height: 30px;
}
.blog-page .blog-content article h3:hover{
	text-decoration:none;
}
.blog-page .banner .content .top-text hr {
	width:80px;
}
.blog-page article {
	float:left;
	margin-bottom:40px;
}
.blog-page .blog-content .blog-excerpt a.readmore {
	margin: 0;
    display: inline-block;
    width: 140px;
    padding: 10px;
}
.blog-page .meta {
	clear:both;
	padding:10px 0;
	width: 100%;
    margin-top: 30px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.blog-page .sidebar{
	    margin-top: 15px;
}
.blog-page .sidebar h3{
	    margin-bottom: 20px;
		font-size:20px;
		    display: block;
    clear: both;
}
.blog-page .sidebar .widget ul{
	list-style-type:none;
	padding:0;
}
.blog-page .sidebar .widget ul li{
	margin-bottom:5px;
}
.blog-page .sidebar .widget ul li a{
	color:#555;
	text-decoration:none;
	transition: 0.2s;
}
.blog-page .sidebar .widget.recent-posts figure {
	width: 100px;
    float: left;
    margin-right: 15px;
	padding:0;
}
.blog-page .sidebar .widget.recent-posts ul li{
	display: table;
    width: 100%;
}
.blog-page .sidebar .widget.recent-posts ul li a{
	    font-size: 15px;
    font-weight: 600;
}
.blog-page .sidebar .widget.recent-posts span{
	    font-size: 12px;
		
}
.blog-page .sidebar .widget.ads img {
	margin-bottom:40px;
}

.blog-page ul.pagination li a, ul.pagination li a :hover  {
	color:#555;
}
.blog-page ul.pagination li.active a {
	color:#fff;
}
/* Video Promotion
---------------------------------------- */

.videopromotion {
	color:#fff;
	background: url("../img/sections/video-bg.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 110%;
}
.videopromotion p{
	color:#fff;
}
.btn-wrapper {
	margin-top:70px
}
.btn-wrapper a {
    border-radius: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    height: 100px;
    position: relative;
    text-align: center;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100px;
	outline:none;
}
.btn-wrapper a:before {
    content: "\f04b";
    font-family: FontAwesome;
    font-size: 45px;
    left: 50%;
    line-height: 41px;
    margin-left: -12px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
}
.btn-wrapper a:hover {
    border-width: 22px;
}
.btn-wrapper a:hover:before {
    color: #fff;
}

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

.contact {
    background-color: #efefef;
}
.contact .container {
    padding: 70px 0 30px;
}
/* Google Map */

.gmap_container {
    overflow: hidden;
    height: 450px;
    width: 100%;
}
.contact #gmap_canvas, #gmap_canvas2 {
    height: 450px;
    width: 100%;
}
.contact #gmap_canvas, #gmap_canvas2 strong {
    line-height: 26px;
}
.contact #gmap_canvas, #gmap_canvas2 img {
    max-width: none!important;
    background: none!important;
}
.info-map {
    position: relative;
    clear: both;
	border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.info-map-gmap {
    height: 450px;
}
.info-map-boxes {
    zoom: 1;
    position: relative;
    margin-top: -120px;
    margin-bottom: 44px;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
.info-map-boxes:before {
    content: "";
    display: table;
}
.info-map-boxes:after {
    content: "";
    display: table;
    clear: both;
}
.info-map-boxes-item {
    padding: 11px 22px;
    width: 100%;
    border-radius: 3px;
    font-size: 14px;
    color: inherit;
    background: #fff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 0 7px rgba(0, 0, 0, 0.15);
}
.info-map-boxes-item:before {
    float: right;
    margin: 0;
    padding: 10px 0 0 30px;
    font-size: 40px;
    background: #fff;
}
.info-map-boxes-item:hover,
.info-map-boxes-item:focus {
    text-decoration: none;
}
.info-map-boxes-item h1 {
    margin: 9px 0;
    padding: 0 0 3px;
    border-bottom: 1px solid #e5e8ee;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 20px;
}
.info-map-boxes-item p {
    margin: 9px 0;
    line-height: 23px;
    font-size: 13px;
}
/* Contact Form */

.contactform {
    color: #fff;
    background: url("../img/sections/contactform-bg.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 110%;
}
.contactform .form-container {
    max-width: 750px;
    margin: 0 auto;
    padding: 60px 0 30px;
}
.custom-form-group {
    margin-bottom: 20px;
}
.custom-form-group .input-group .input-group-addon {
    padding: 0px 13px;
    font-size: 18px;
    border: none;
    color: white;
}
.form-inputs .form-control {
    height: 40px;
}
.form-inputs .form-control {
    background: #fff;
    border-radius: 30px;
    box-shadow: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.custom-form-group textarea {
    width: 100%;
    padding: 20px 0 0 25px;
    margin-top: 10px;
}
.form-group textarea:focus,
.form-group .form-control:focus {
    outline: 0px !important;
    -webkit-appearance: none;
}
.submit-form button {
    padding: 14px 26px;
    border-radius: 40px;
    display: block;
    font-weight: 600;
    margin: 0 auto;
    width: 100%;
}
.submit-form button:before {
    right: 92px;
}
.success {
    text-align: center;
    color: #9acd32;
    font-size: 18px;
}
.failure {
    text-align: center;
    color: #ff0000;
    font-size: 18px;
}
/* Logos Slider */

.logos {
    background-color: #fff;
}
.bx-wrapper {
    margin: 70px 0 70px;
}
ul.bxslider img {
    opacity: 0.7;
}
/* Social media */

.social-icons ul {
    margin: 0;
    padding: 0;
    line-height: 0;
    font-size: 0;
}
.social-icons ul li {
    display: inline-block;
    margin: 0 10px 5px 0;
    padding: 0;
    vertical-align: top;
    list-style: none;
}
.social-icons ul li a {
    background: transparent;
    display: block;
    width: 63px;
    height: 63px;
    line-height: 61px;
    border-radius: 50%;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    text-align: center;
    text-decoration: none;
    color: #fff !important;
}
.social-icons ul li a:hover {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    color: #fff !important;
}
.social-icons ul li a:hover:before {
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    color: #fff !important;
}
.social-icons ul li a:before {
    display: block;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    font-family: FontAwesome;
    font-size: 36px;
    text-align: center;
}
.social-icons ul li a[title="facebook"]:before {
    content: "\f09a";
}
.social-icons ul li a[title="twitter"]:before {
    content: "\f099";
}
.social-icons ul li a[title="google"]:before {
    content: "\f0d5";
}
.social-icons ul li a[title="skype"]:before {
    content: "\f17e";
}
.social-icons ul li a[title="instagram"]:before {
    content: "\f16d";
}
.social-icons ul li a[title="linkedin"]:before {
    content: "\f0e1";
}
.social-icons ul li a[title="instagram"]:before {
    content: "\f16d";
}
.social-icons ul li a[title="youtube"]:before {
    content: "\f167";
}
/* Back To Top
---------------------------------------- */

#back-top {
    display: none;
}
#back-top-wrapper {
    position: fixed;
    right: 26px;
    bottom: 26px;
    overflow: hidden;
    z-index: 1111;
}
#back-top a {
    display: block;
    background-color: transparent;
    text-align: center;
    text-decoration: none;
    -webkit-transition: 1s;
    transition: 1s;
    width: 45px;
    margin: 0 auto;
    border-radius: 50%;
}
#back-top a:hover span:before {
    top: -50px;
}
#back-top a:hover span:after {
    top: 0;
}
#back-top a:hover span {
    background: none;
}
#back-top span {
    display: block;
    -webkit-transition: 1s;
    transition: 1s;
    z-index: 1;
    margin-bottom: 0;
    width: 41px;
    height: 41px;
    background: none;
    position: relative;
    overflow: hidden;
}
#back-top span:before,
#back-top span:after {
    content: "\f062";
    font-size: 24px;
    font-family: FontAwesome;
    line-height: 41px;
    position: absolute;
    left: 0;
    width: 41px;
    text-align: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
#back-top span:before {
    top: 0;
}
#back-top span:after {
    top: 50px;
    color: #fff;
}
/* Horizontal rows
---------------------------------------- */

hr.custom {
    border-top: 1px solid #ddd;
    width: 50%;
    text-align: center;
}
hr.custom:before {
    font-family: "fontAwesome";
    text-align: center;
    position: relative;
    display: inline-block;
    top: -12px;
    background: white;
    padding: 0 20px;
    font-size: 18px;
    color: #777;
}
hr.about-hr:before {
    content: "\f007";
}
hr.services-hr:before {
    content: "\f085";
    background-color: #efefef;
}
hr.portfolio-hr:before {
    content: "\f03e";
}
hr.team-hr:before {
    content: "\f0c0";
    background-color: #efefef;
}
hr.contact-hr:before {
    content: "\f0e0";
	background-color: #efefef;
}
hr.blog-hr:before {
    content: "\f086";
}
/* Inputs */

.input {
    position: relative;
    z-index: 1;
    display: inline-block;
}
.input-field {
    position: relative;
    display: block;
    float: right;
    padding: 0.8em;
    width: 60%;
    border: none;
    border-radius: 0;
    background: #f0f0f0;
    color: #aaa;
    -webkit-appearance: none;
}
.input-field:focus {
    outline: none;
}
.input-field:invalid, textarea:invalid {
    box-shadow:none;
}
.input-label {
    display: inline-block;
    float: right;
    padding: 0 1em;
    width: 40%;
    color: #6a7989;
    font-weight: bold;
    font-size: 70.25%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.custom-input {
    overflow: hidden;
    border-radius: 30px;
    background: #fff;
    width: 100%;
}
.custom-input-field {
    padding-left: 51px;
    width: 100%;
    background: transparent;
    -webkit-transform: translate3d(1em, 0, 0);
    transform: translate3d(1em, 0, 0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    height: 50px;
    border-radius: 4px;
}
.custom-input-field:focus {
    outline: 0px !important;
    -webkit-appearance: none;
}
.custom-input-field:focus .custom-input {
    background: blue;
}
.custom-input-label {
    position: absolute;
    padding: 14px;
    width: 52px;
    height: 50px;
}
.contactform textarea {
    color: #aaa;
    border-radius: 30px;
    box-shadow: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.custom-input-label::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 50px;
    height: 50px;
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}
.icon-field {
    color: #fff;
    -webkit-transform: scale3d(1, 1, 1);
    /* Needed for Chrome bug */
    
    transform: scale3d(1, 1, 1);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    margin: 0 auto;
    display: block;
    text-align: center;
    font-size: 20px;
    margin: 0;
}
.custom-input-field:focus {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.custom-input-field:focus + .custom-input-label::before {
    -webkit-transform: scale3d(0.8, 1, 1);
    transform: scale3d(0.8, 1, 1);
}
.custom-input-field:focus + .custom-input-label .icon-field {
    -webkit-transform: scale3d(0.6, 0.6, 1);
    transform: scale3d(0.6, 0.6, 1);
}
/* [ FOOTER ] */
/*================================================== */

.footer {
    padding: 40px 0;
    background-color: #111;
}
.footer .container{
    padding: 30px 0;
}
.footer,
.footer a,
.footer p {
    color: #fff;
	padding-bottom:10px;
	text-transform:lowercase;
}
.footer .container p:first-child {
    font-weight: 500;
    text-transform: uppercase;
}
.footer .social-icons ul li a {
    width: 42px;
    height: 42px;
    line-height: 40px;
}
.footer .social-icons ul li a:before {
    font-size: 21px;
}





























/* Responsive Design Styles
---------------------------------------- */
/* Small Devices */

@media (max-width: 992px) {
    .projectmanager {
        text-align: center;
    }
    .projectmanager .img-responsive {
        float: none;
        margin: 0 auto 50px;
    }
    .about .about-content .title-about {
        margin-top: 0;
    }
	.about-right-side {
        padding-top: 50px;
    }
    .team-member {
        margin-top: 20px;
    }
    .newsletter form .custom-button {
        position: relative;
        margin-top: 40px;
    }
    .newsletter form .form-group input {
        padding-right: 0;
    }
    .submit-form button:before {
        right: 260px;
    }
	.blog .blog-content .blog-excerpt .meta  {
		margin-bottom:40px;
	}
	.blog-page .sidebar .widget.recent-posts ul li {
		display: block;
    clear: both;
	}
}
/* Extra Small Devices */

@media (max-width: 767px) {
    .container {
        padding-left: 0;
        padding-right: 0;
    }
    .header-inner,
	.videopromotion p,
    .newsletter p,
    .logos .container,
    .footer .social-icons {
        padding-left: 15px;
        padding-right: 15px;
    }
	.widget {
		padding-left: 0;
        padding-right: 0;
	}
    h1 {
        font-size: 40px;
        line-height: 40px;
    }
    h2 {
        font-size: 32px;
    }
    h4 {
        font-size: 18px;
    }
    .top-text h1,
    .top-text h4,
    .footer p {
        margin-left: 15px;
        margin-right: 15px;
    }
	.top-text h4 {
		line-height: 28px;
	}
    body.double-diagonal .about::before,
    body.double-diagonal .services::before,
    body.double-diagonal .portfolio::before,
    body.double-diagonal .team::before,
	body.double-diagonal .blog::before,
    body.double-diagonal .contact::before,
    body.double-diagonal .logos::before {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    .about-right-side .hovered .full-image-overlay {
        margin-top: -55%;
        position: relative;
    }
    .list-why-choose-us li {
        margin-bottom: 17px;
    }
    .projectmanager .img-responsive {
        float: none;
        margin: 0 auto 50px;
    }
    .projectmanager ul,
    .projectmanager li {
        margin-top: 15px;
    }
    .portfolio .nav-pills li {
        margin: 0 10px 10px 0;
    }
    .portfolio .filtr-item {
        padding-left: 0;
        padding-right: 0;
    }
    .testimonials #quote-carousel blockquote {
        padding: 0 15px;
    }
    .services .services-box-item {
        float: none;
        max-width: 400px;
        margin: 0 auto;
        display: block;
        margin-bottom: 25px;
        margin-top: 25px;
    }
    .services .services-box-item-cover {
        margin: 0;
    }
    .team-member {
        max-width: 480px;
        margin: 0 auto;
        display: block;
        margin-bottom: 25px;
    }
    .info-map-gmap {
        height: 300px;
    }
    .info-map-boxes-item {
        width: 100%;
        margin-top: 30px;
    }
    .info-map-boxes {
        margin-top: 0px;
    }
    .footer li a {
        font-size: 23px;
    }
    .social-icons ul li a {
        width: 35px;
        height: 35px;
        line-height: 32px;
    }
    .social-icons ul li a:before {
        font-size: 19px;
    }
    .submit-form button {
        width: 260px;
    }
    .submit-form button:before {
        right: 42px;
    }
	.blog-page .blog-content span.permalink {
		float:none;
	}
	.blog-page article figure {
		max-width: 100%;
		margin-right: 0px;
		margin-bottom: 20px;
	}
	.blog-post .add-comment .form-holder form input, .blog-post .add-comment .form-holder form textarea {
		width:100%;
	}
}



</pre></body></html>