/**
 *	01. General
 *	02. Header
 *	03. About
 *	04. Projects
 *	05. Testimonials
 *	06. Services
 *	07. Latest News
 *	08. Counter
 *	09. Team
 *	10. Contact Us
 *	11. Footer
 *	12. Blog
 *	13. Sidebar
 *	14. Markup Format
 *	15. Related Posts
 *	16. Comments
 *  17. Responsive
 *	18. Gallery
 */
/* 01. General */
html,
body {
	width: 100%;
	height: 100%;
	display: block;
	word-wrap: break-word;
}

body {
	line-height: 26px;
	background-color: #fff;
	font-family: "museo_sans_500", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #8c9597;
}
h1,h2,h3,h4,h5,h6 {
	font-family: "Poppins";
}
h1 {
	font-size: 80px;
	line-height: 84px;
	font-weight: 700;
}
h2 {
	font-size: 65px;
	line-height: 70px;
	font-weight: 700;
}
h3 {
	font-size: 35px;
	line-height: 38px;
	font-weight: 700;
}
h4 {
	font-size: 25px;
	line-height: 32px;
	font-weight: 700;
}
h5 {
	font-size: 23px;
	line-height: 32px;
	font-weight: 700;
}
h6 {
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
}
textarea,
input {
	-webkit-appearance: none;
	border-radius: 0;
}
ul,
ol {
	font-size: 16px;
	font-family: "Lato";
	line-height: 26px;
	font-weight: 400;
}
a {
	color: #8c979e;
}
a:hover, a:focus {
	color: #6a4d8a;
	text-decoration: none;
}

.front-page-section {
	width: 100%;
	text-align: center;
}
.front-page-section .section-header {
	/*margin-bottom: 65px;*/
}
#full-width.width-padding {
	padding-top: 130px;
}
.front-page-section .section-header {
	width: 100%;
}

.front-page-section .section-header h3 {
	margin: 0 0 5px 0;
	color: #545454;
}
.section-description img {
    float:right;
	max-width: 100%;
        margin-left: 20px;
}
.front-page-section .section-header .section-description {
	margin-bottom: 0;
	line-height: 26px;
	font-size: 16px;
	color: #8c9597;
	font-family: "Lato";
	font-weight: 400;
}
.front-page-section .section-header .section-description ul,
#header .bottom-header .section-description ul,
#header .bottom-header .section-description ol,
.front-page-section .section-header .section-description ol {
	list-style-position: inside;
}

.front-page-section .section-content {
	width: 100%;
}

.no-padding {
	padding: 0;
}

.wp-caption-text,
.sticky,
.gallery-caption,
.bypostauthor {
	margin: 0;
}

.open-responsive-menu {
	display: none;
}

.responsive-menu {
	display: none;
}

.customizer-display-none {
	display: none;
}

.customizer-display-block {
	display: block;
}

/* 02. Header */
#header {
	width: 100%;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}

#header .top-header {
	width: 100%;
	padding-top: 40px;
}

#header .top-header .header-logo {
	display: block;
	font-size: 43px;
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	line-height: 75px;
	font-weight: 700;
}

#header .top-header .header-logo:hover {
	color: #F36324;
	text-decoration: none;
}

#header .top-header .header-navigation {
	float: right;
}

#header .top-header .header-navigation ul {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#header .top-header .header-navigation > ul {
	margin-top: 20px;
}
#header .top-header .header-navigation ul li {
	margin-left: 33px;
	line-height: 40px;
	font-weight: 700;
	font-size: 14px;
	color: #fff;
	position: relative;
	float: left;
	font-family: "Lato";
}

#header .top-header .header-navigation ul li:first-child {
	margin-left: 0;
}

#header .top-header .header-navigation ul li.menu-item-has-children a {
	padding-right: 16px;
	position: relative;
	margin-bottom: 20px;
    display: inline-block;
}

#header .top-header .header-navigation ul li.menu-item-has-children a:after {
	content: "\f107";
	font-family: "FontAwesome";
	font-size: 16px;
	position: absolute;
	top: 0;
	right: 0;
}

#header .top-header .header-navigation ul li.menu-item-has-children .sub-menu {
	width: 200px;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 50%;
	display: none;
	z-index: 10;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.32);
	-moz-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.32);
	box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.32);

	transform: translateX(-50%);

}
#header .top-header .header-navigation ul li.menu-item-has-children .sub-menu:before {
	display: block;
	content: "";
	position: absolute;
	top: -5px;
	left: 50%;
	margin-left: -3px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #fff;
	width: 0;
	height: 0;
}

#header .top-header .header-navigation ul li.menu-item-has-children .sub-menu .sub-menu {
	transform: translateX(0);
}
#header .top-header .header-navigation ul li.menu-item-has-children .sub-menu .sub-menu:before {
	display: none;
}

#header .top-header .header-navigation ul li.menu-item-has-children .sub-menu li {
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #fff;
}

#header .top-header .header-navigation ul li.menu-item-has-children .sub-menu li:first-child {
	padding-top: 10px;
}

#header .top-header .header-navigation ul li.menu-item-has-children .sub-menu li:last-child {
	padding-bottom: 10px;
}

#header .top-header .header-navigation ul li.menu-item-has-children .sub-menu li a {
	width: 100%;
	margin: 0;
	padding: 0 10px;
	line-height: 40px;
	font-weight: 400;
	font-size: 14px;
	color: #8c9597;
	text-transform: none;
	display: block;
	font-family: "Lato";
}

#header .top-header .header-navigation ul li.menu-item-has-children .sub-menu li:hover > a {
	color: #F36324;
	border-left: 3px solid #F36324;
	background-color: #f8f8f8;
}

#header .top-header .header-navigation ul li.menu-item-has-children .sub-menu li a:after {
	display: none;
}

#header .top-header .header-navigation ul li a {
	color: #fff;
	font-size: 16px;
	line-height: 26px;
}

#header .top-header .header-navigation ul li:hover a {
	color: #F36324;
	text-decoration: none;
}

#header .bottom-header {
	width: 100%;
	/*padding-top: 240px;
	padding-bottom: 280px;*/
	padding-top: 40px;
	padding-bottom: 180px;
	text-align: center;
}

#header .bottom-header.blog {
	padding: 130px 0;
}
.error404 #header .bottom-header.blog {
	padding: 60px;
}
.row-404 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.row-404 > div {
	float: none;
}
.row-404 .error-code {
	font-size: 34px;
    line-height: 52px;
    color: #545454;
    font-weight: 700;
}
.row-404 p {
	margin: 40px 0 30px;
}
#header .bottom-header.blog p {
	margin-bottom: 0;
	color: #fff;
}

#header .bottom-header h1 {
	margin: 0 0 29px 0;
    line-height: 84px;
    font-weight: 700;
    font-size: 50px;
    color: #fff;
    font-family: "nexa_500", Tahoma, Geneva, sans-serif!important;
}
#header .bottom-header h1 span {
	word-wrap: break-word;
}

#header .bottom-header span.span-dot {
	color: #F36324;
}

#header .bottom-header .section-description {
	line-height: 26px;
    margin-bottom: 60px;
    font-size: 16px;
    color: #fff;
    font-family: "Lato";
    font-weight: 400;
}

#header .bottom-header .header-button-one {
	width: auto;
	height: 63px;
	line-height: 57px;
	background: rgba(255, 255, 255, 0.2);
	margin: 0 15px;
	padding: 0 70px;
	display: inline-block;
	border: 3px solid #fff;
	border-radius: 3px;
	font-weight: 700;
	font-size: 16px;
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	font-family: "Lato";
	min-width: 242px;
}

#header .bottom-header .header-button-one:hover {
	background: rgba(255, 255, 255, 0.1);
	text-decoration: none;
}

#header .bottom-header .header-button-two {
	width: auto;
	height: 63px;
	line-height: 63px;
	background: #F36324;
	margin: 0 15px;
	padding: 0 70px;
	display: inline-block;
	border-radius: 3px;
	font-weight: 700;
	font-size: 16px;
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	font-family: "Lato";
	min-width: 242px;
}

#header .bottom-header .header-button-two:hover {
	background: rgba(241, 210, 4, 0.9);
	text-decoration: none;
}

/* 03. About */
#about,
#static-page-content {
	width: 100%;
	background: #fff;
	padding: 65px 0 85px 0;
	text-align: center;
}

#about .section-header {
	margin-bottom: 110px;
}
#about .section-header h3 {
	margin-bottom: 55px;
}

#about .skill {
	width: 100%;
}

#about .skill .skill-top {
	width: 100%;
	margin-bottom: 25px;
}

#about .skill .skill-top .skill-progress-bar {
	width: 100%;
	height: 2px;
	background-color: #ebebeb;
	position: relative;
}

#about .skill .skill-top .skill-progress-bar .ui-progressbar-value {
	height: 4px;
	position: absolute;
	top: -1px;
	left: 0;
}

#about .skill .skill-top .skill-progress-bar .ui-progressbar-value .ui-progressbar-value-circle {
	content: "";
	width: 9px;
	height: 9px;
	position: absolute;
	top: -2.5px;
	right: 0;
	border-radius: 50%;
}

#about .skill .skill-top .skill-progress-bar .ui-progressbar-value .ui-progressbar-value-top {
	content: "";
	width: 64px;
	height: 29px;
	line-height: 26px;
	background-color: #000;
	position: absolute;
	top: -45px;
	right: -28px;
	border-radius: 3px;
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	font-family: "Lato";
}

#about .skill .skill-top .skill-progress-bar .ui-progressbar-value .ui-progressbar-value-top .ui-progressbar-value-triangle {
	width: 0;
	height: 0;
	margin-right: auto;
	margin-left: auto;
	border-style: solid;
	border-width: 5px 4.5px 0 4.5px;
	line-height: 0px;
	position: absolute;
	right: 0;
	bottom: -5px;
	left: 0;
}

#about .skill .skill-bottom {
	width: 100%;
	text-align: left;
}

#about .skill .skill-bottom span {
	margin-left: 8px;
	line-height: 26px;
	font-size: 16px;
	font-family: "Lato";
}

#about .widget_illdy_skill {
	margin-top: 106px;
}

#about .widget_illdy_skill:nth-child(1), #about .widget_illdy_skill:nth-child(2), #about .widget_illdy_skill:nth-child(3) {
	margin-top: 0;
}

/* 04. Projects */
#projects {
	width: 100%;
	padding: 65px 0 0 0;
	text-align: center;
}

#projects .container-fluid {
	max-width: 1920px;
}

#projects .section-header {
	margin-bottom: 65px;
}

#projects .project {
	width: auto;
	height: 200px;
	display: block;
	position: relative;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin: 5px;
	border: 2px solid #ccc;
}
#projects .project.no-url {
	pointer-events: none;
}
#projects .project:hover .project-overlay {
	opacity: 0.3;
}

#projects .project .project-overlay {
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

/* 05. Testimonials */
#testimonials {
	width: 100%;
	padding: 50px 0 30px 0;
	text-align: center;
	position: relative;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
}

#testimonials .section-header {
	width: 100%;
	margin-bottom: 40px;
}

#testimonials .section-header h3 {
	color: #fff;
}

#testimonials .section-content {
	width: 100%;
}

#testimonials .section-content .testimonials-carousel {
	width: 100%;
}

#testimonials .section-content .testimonials-carousel .carousel-testimonial {
	text-align: center;
}

#testimonials .section-content .testimonials-carousel .carousel-testimonial .testimonial-image {
	width: 100%;
	margin-bottom: 40px;
}

#testimonials .section-content .testimonials-carousel .carousel-testimonial .testimonial-image img {
	width: 127px;
	height: 127px;
	display: inline;
	border-radius: 50%;
}

#testimonials .section-content .testimonials-carousel .carousel-testimonial .testimonial-content {
	width: 100%;
	background-color: #6a4d8a;
	margin-bottom: 48px;
	padding: 50px 35px 25px;;
	position: relative;
}

#testimonials .section-content .testimonials-carousel .carousel-testimonial .testimonial-content blockquote {
	line-height: 26px;
	margin: 0;
	padding: 0;
	border-left: none;
	color: #fff;
	font-size: 16px;
    font-family: "Lato";
    font-weight: 400;
}

#testimonials .section-content .testimonials-carousel .carousel-testimonial .testimonial-content:after {
	content: "";
	width: 0;
	height: 0;
	margin-right: auto;
	margin-left: auto;
	border-style: solid;
	border-width: 19px 18px 0 18px;
	border-color: #6a4d8a transparent transparent transparent;
	position: absolute;
	right: 0;
	bottom: -19px;
	left: 0;
}

#testimonials .section-content .testimonials-carousel .carousel-testimonial .testimonial-meta {
	width: 100%;
    color: #fff;
    font-family: "Poppins";
}

#testimonials .section-content .testimonials-carousel .owl-controls {
	width: 100%;
	margin-top: 20px;
}

#testimonials .section-content .testimonials-carousel .owl-controls .owl-dots {
	width: 100%;
}

#testimonials .section-content .testimonials-carousel .owl-controls .owl-dots .owl-dot {
	width: 10px;
	height: 10px;
	background-color: #fff;
	margin: 0 7.5px;
	display: inline-block;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 50%;
}

#testimonials .section-content .testimonials-carousel .owl-controls .owl-dots .owl-dot:hover, #testimonials .section-content .testimonials-carousel .owl-controls .owl-dots .owl-dot.active {
	background: transparent;
	border: 1px solid #fff;
}

/* 06. Services */
#services {
	width: 100%;
	background: #fff;
	padding: 150px 0 75px 0;
	text-align: center;
}

#services .section-header {
	width: 100%;
	margin-bottom: 65px;
}

#services .section-content {
	width: 100%;
}

#services .section-content .service {
	width: 100%;
}

#services .section-content .service .service-icon {
    height:100px;
	width: 100%;
	margin-bottom: 10px;
	font-size: 35px;
}

#services .section-content .service .service-icon .fa {
	display: block;
}

#services .section-content .service .service-title {
	width: 100%;
	margin-bottom: 20px;
}

#services .section-content .service .service-entry {
	width: 100%;
	line-height: 26px;
	color: #8c9597;
	font-size: 16px;
	font-family: "Lato";
	font-weight: 400;
}

#services .widget_illdy_service {
	margin-top: 40px;
}

#services .widget_illdy_service:nth-child(1), #services .widget_illdy_service:nth-child(2), #services .widget_illdy_service:nth-child(3) {
	margin-top: 0;
}

/* 07. Latest News */
#latest-news {
	width: 100%;
	background-color: #222f36;
	padding: 75px 0 85px 0;
	text-align: center;
}
#latest-news .section-header h3,
#latest-news .section-header p {
    color: #fff;
}

#latest-news .section-header {
	margin-bottom: 55px;
}

#latest-news .section-content {
	width: 100%;
}

#latest-news .section-content .post {
	width: 100%;
	background-color: #fff;
	padding-bottom: 40px;
	text-align: left;
	min-height: 547px;
}

#latest-news .illdy-blog-post {
	margin-top: 30px;
	min-height: 540px;
}
#latest-news .owl-item .illdy-blog-post {
	width: 100%;
}
#latest-news .owl-prev,
#latest-news .owl-next {
    position: absolute;
    top: 50%;
    font-size: 50px;
    color: #fff;
    transform: translateY(-50%);
}
#latest-news .owl-prev {
	left: -15px;
}
#latest-news .owl-next {
	right: -15px;
}
#latest-news .section-content .post .post-image {
	width: 100%;
	height: 213px;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-bottom: 37px;
}
#latest-news .illdy-blog-post h5 {
	margin: 0;
}

#latest-news .section-content .post .post-title {
	width: 100%;
    padding: 0 30px;
    color: #5e5e5e;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
}

#latest-news .section-content .post .post-title:hover {
	color: #F36324;
	text-decoration: none;
}

#latest-news .section-content .post .post-entry {
	margin: 40px 0 55px 0;
	padding: 0 30px;
	line-height: 26px;
	color: #8c9597;
	font-size: 16px;
}

#latest-news .section-content .post .post-button {
	line-height: 26px;
	padding: 0 30px;
	font-size: 16px;
	font-family: "Lato";
	color: #F36324;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	margin-left: 10px;
}

#latest-news .section-content .post .post-button:hover,
#latest-news .section-content .post .post-button:focus {
	text-decoration: none;
	color: #6a4d8a;
}
#latest-news .section-content .post .post-button:active,
.illdy_home_parallax h3 {
	color: #545454;
}
.top-parallax-section h1,
.top-parallax-section p {
	color: #fff;
}

#latest-news .section-content .post .post-button .fa {
	margin-right: 10px;
}

#latest-news .latest-news-button,
a.button {
	width: auto;
	height: 45px;
	line-height: 45px;
	background: #F36324;
	margin-bottom: 50px;
	padding: 0 35px;
	display: inline-block;
	font-weight: 700;
	font-size: 16px;
	color: #f7f7f7;
	border-radius: 3px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	font-family: "Lato";
}

#latest-news .latest-news-button:hover,
a.button:hover {
	text-decoration: none;
	opacity: 0.9;
	color: #fff;
}
.right-button {
	margin-left: 15px;
}
#latest-news .latest-news-button .fa {
	margin-right: 12px;
}

/* 08. Counter */
#counter {
	width: 100%;
	padding: 55px 0;
	text-align: center;
	position: relative;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
}

#counter .col-sm-4 {
	border-right: 1px solid #fff;
}

#counter .col-sm-4:last-child {
	border-right: none;
}

#counter .counter-overlay {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

#counter .counter-number {
	width: 100%;
    display: block;
    margin-bottom: 10px;
    line-height: 1;
    font-weight: 700;
    font-size: 65px;
    color: #fff;
    font-family: "Poppins";
    line-height: 70px;
}

#counter .counter-description {
	width: 100%;
	line-height: 24px;
	display: block;
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	font-family: "Poppins";
	font-weight: 700;
}

#counter .widget_illdy_counter {
	margin-top: 40px;
}

#counter .widget_illdy_counter:nth-child(1), #counter .widget_illdy_counter:nth-child(2), #counter .widget_illdy_counter:nth-child(3) {
	margin-top: 0;
}

/* 09. Team */
#team {
	width: 100%;
	background: #fff;
	padding: 80px 0 100px 0;
	text-align: center;
}

#team .section-header {
	width: 100%;
	margin-bottom: 85px;
}

#team .section-content {
	width: 100%;
}

#team .section-content .person {
	width: 100%;
}

#team .section-content .person .person-image {
	width: 125px;
	margin-right: 25px;
	float: left;
}

#team .section-content .person .person-image img {
	max-width: 100%;
	height: auto;
	border-radius: 50%;
}

#team .section-content .person .person-content {
	text-align: left;
    width: calc( 100% - 150px );
    float: right;
}

#team .section-content .person .person-content h6 {
	width: 100%;
	margin: 12px 0 5px 0;
	color: #5e5e5e;
}

#team .section-content .person .person-content p {
	width: 100%;
	margin: 0 0 10px 0;
	color: #8c9597;
	line-height: 20px;
}
#team .section-content .person .person-content p.person-position {
	margin: 0 0 20px 0;
	line-height: 26px;
}

#team .section-content .person .person-content .person-content-social {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#team .section-content .person .person-content .person-content-social li {
	margin-left: 10px;
	float: left;
}

#team .section-content .person .person-content .person-content-social li:first-child {
	margin-left: 0;
}

#team .section-content .person .person-content .person-content-social li a {
	width: 25px;
	height: 25px;
	line-height: 25px;
	display: inline-block;
	border-radius: 50%;
	font-size: 13px;
	color: #fff;
	text-align: center;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	border: 1px solid;
}

#team .section-content .person .person-content .person-content-social li a:hover {
	opacity: 0.9;
}

#team .widget_illdy_person {
	margin-top: 40px;
}

#team .widget_illdy_person:nth-child(1), #team .widget_illdy_person:nth-child(2), #team .widget_illdy_person:nth-child(3) {
	margin-top: 0;
}

/* 10. Contact Us */
#contact-us label {
	width: 100% !important;
}

#contact-us {
	width: 100%;
	background-color: #FFF;
	/*padding: 40px 0 50px 0;*/
	text-align: center;
}

#contact-us .section-header {
	width: 100%;
	/*margin-bottom: 80px;*/
	margin-top: 40px;
}

#contact-us .section-content {
	width: 100%;
}

#contact-us .section-content .contact-us-box {
	width: 100%;
	display: none;
	text-align: left;
}

#contact-us .section-content .contact-us-box .box-left {
	width: auto;
	margin: 0;
	padding: 0 20px 0 0;
	border-right: 1px solid #e1e1e1;
	display: table-cell;
	font-weight: 400;
	font-size: 16px;
	color: #F36324;
	font-family: "Lato";
	line-height: 26px;
}

#contact-us .section-content .contact-us-box .box-right {
	width: auto;
	margin: 0;
	padding: 0 0 0 20px;
	display: table-cell;
}

#contact-us .section-content .contact-us-box .box-right span {
	width: 100%;
	display: block;
	line-height: 1.6;
	font-size: 16px;
	color: #8c9597;
	font-family: "Lato";
}

#contact-us .section-content .contact-us-box .box-right span a {
	color: #8c9597;
	text-decoration: none;
}

#contact-us .section-content .contact-us-box .box-right span a:hover {
	text-decoration: underline;
}

#contact-us .section-content .contact-us-social {
	width: 100%;
	text-align: right;
}

#contact-us .section-content .contact-us-social a {
	margin-left: 15px;
	font-size: 15px;
	color: #8c9597;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#contact-us .section-content .contact-us-social a:hover {
	color: #333;
}

#contact-us .section-content .contact-us-social a:first-child {
	margin-left: 0;
}

#contact-us .section-content .wpcf7-form {
	width: 100%;
	text-align: left;
}

#contact-us .section-content .wpcf7-form p span {
	width: 100%;
	display: block;
}

#contact-us .section-content .wpcf7-form p span.wpcf7-not-valid-tip {
	font-weight: 400;
}

#contact-us .section-content .wpcf7-form p:nth-of-type(1), #contact-us .section-content .wpcf7-form p:nth-of-type(2), #contact-us .section-content .wpcf7-form p:nth-of-type(3) {
	width: 33.33333333%;
	margin: 0;
	position: relative;
	min-height: 1px;
	display: block;
	float: left;
}

#contact-us .section-content .wpcf7-form p:nth-of-type(1) {
	padding-right: 15px;
}

#contact-us .section-content .wpcf7-form p:nth-of-type(2) {
	padding-right: 15px;
	padding-left: 15px;
}

#contact-us .section-content .wpcf7-form p:nth-of-type(3) {
	padding-left: 15px;
}

#contact-us .section-content .wpcf7-form p:nth-of-type(4) {
	width: 100%;
	margin: 26px 0 0 0;
	padding: 0;
	display: block;
	float: left;
}

#contact-us .section-content .wpcf7-form p:nth-of-type(5) {
	margin: 0;
	padding: 0;
	display: block;
	float: right;
	width: auto;
}

#contact-us .section-content .wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ng {
	color: #fff;
}

#contact-us .section-content .wpcf7-form .wpcf7-response-output {
	margin-top: 40px !important;
	float: left;
}

#contact-us div.wpcf7 img.ajax-loader {
	margin-top: 50px;
	margin-right: 10px;
}

#contact-us .section-content .wpcf7-form p .wpcf7-text {
	width: 100%;
	height: 35px;
	background-color: #fcfcfc;
	padding: 0 20px;
	border: 1px solid #e1e1e1;
	outline: 0;
	font-family: "Lato", sans-serif;
	font-size: 16px;
	color: #8c9597;
	display: block;
	font-weight: 400;
	line-height: 25px;
}

#contact-us .section-content .wpcf7-form p .wpcf7-text::-webkit-input-placeholder {
	color: #8c9597;
}

#contact-us .section-content .wpcf7-form p .wpcf7-text::-moz-placeholder {
	color: #8c9597;
}

#contact-us .section-content .wpcf7-form p .wpcf7-text:-ms-input-placeholder {
	color: #8c9597;
}

#contact-us .section-content .wpcf7-form p .wpcf7-text:-moz-placeholder {
	color: #8c9597;
}

#contact-us .section-content .wpcf7-form p .wpcf7-textarea {
	width: 100%;
	height: 217px;
	background-color: #fcfcfc;
	margin: 0;
	padding: 10px 20px 10px 20px;
	border: 1px solid #e1e1e1;
	outline: 0;
	resize: none;
	display: block;
	color: #8c9597;
	font-weight: 400;
	font-family: "Lato", sans-serif;
	font-size: 16px;
}

#contact-us .section-content .wpcf7-form p .wpcf7-textarea::-webkit-input-placeholder {
	color: #8c9597;
}

#contact-us .section-content .wpcf7-form p .wpcf7-textarea::-moz-placeholder {
	color: #8c9597;
}

#contact-us .section-content .wpcf7-form p .wpcf7-textarea:-ms-input-placeholder {
	color: #8c9597;
}

#contact-us .section-content .wpcf7-form p .wpcf7-textarea:-moz-placeholder {
	color: #8c9597;
}

#contact-us .section-content .wpcf7-form p .wpcf7-submit {
	width: auto;
	height: 44px;
	background-color: #fff;
	margin: 40px 0 0 0;
	padding: 0 60px;
	border: none;
	border-radius: 5px;
	display: inline-block;
	font-weight: 700;
	color: #fff;
	background-color: #f36324;
	float: right;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	outline: 0;
	font-family: "Lato";
	font-size: 16px;
	text-transform: initial;
}

#contact-us .section-content .wpcf7-form p .wpcf7-submit:hover {
	opacity: 0.9;
}

#contact-us .section-content .wpcf7-form .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
	margin: 0;
	padding: 10px 20px;
	float: left;
	border-color: #f3c3c3;
}
.wpcf7 label {
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	font-family: "Lato";
}

/* 11. Footer */
#footer {
	width: 100%;
	/*background-color: #292825;
	padding: 40px 0 0;*/
}
#footer .bottom-footer {
	margin-top: 50px;
	padding: 30px 0;
	text-align: center;
	background-color: #242320;
}

#footer .footer-logo {
	width: 100%;
	margin-bottom: 20px;
	display: block;
	text-align: right;
}

#footer .footer-logo img {
	max-width: 100%;
	height: auto;
}

#footer .copyright {
	width: 100%;
	line-height: 1.2;
	color: #8c9597;
	margin-bottom: 0;
	font-size: 15px;
}
#footer .bottom-copyright {
	color: #fff;
}

#footer .copyright a {
	color: #8c9597;
	text-decoration: none;
}

#footer .copyright a:hover {
	text-decoration: underline;
}

#footer .widget .widget-title {
	margin: 0 0 20px 0;
	padding: 0;
	color: #fff;
}
#footer .widget .widget-title h5,
#footer .widget .widget-title h5 a {
	color: #fff;
}

#footer .widget .widget-title:before {
	display: none;
}

#footer .widget .widget-title h3 {
	line-height: 1.15;
	color: #ffffff;
	font-size: 20px;
	font-family: "Lato";
	text-transform: initial;
}
#footer .widget table#wp-calendar tbody tr td a {
	width: calc( 100% + 8px );	
	height: calc( 100% + 8px );
	left: -4px;
	top: -4px;
}

.widget_rss cite {
	color: #545454;
}
#footer .widget_rss cite {
	color: #fff;
}
.recentcomments > a {
	color: #F36324;
}
.recentcomments a:hover {
	color: #6a4d8a;
}

#footer .widget ul li:last-child {
	margin-bottom: 0;
}

#footer .widget table thead th {
	color: #fff;
	font-weight: normal;
}
#footer .widget table tbody tr td:not(.pad) {
    color: #eeeeee;
    padding: 0;
    border: 3px solid #363636;
    background-color: transparent;
    line-height: 24px;
}



/* 12. Blog */
#blog {
	width: 100%;
	padding: 50px 0 40px 0;
	font-size: 17px;
}

#blog > p > strong {
    border-bottom: 1px solid;
    font-weight: 900;
}

#blog .blog-post {
	
	width: 100%;
	margin-bottom: 100px;
}

#blog .blog-post .blog-post-title {
	width: 100%;
	margin-top: 0;
	margin-bottom: 10px;
	line-height: 1.4;
	font-weight: 700;
	font-size: 25px;
	color: #333;
	text-transform: uppercase;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	display: block;
	/*text-align: center;
	display: none;*/
}

#blog .blog-post .blog-post-title:hover {
	text-decoration: none;
	color: #F36324;
}

#blog .blog-post h2.blog-post-title:hover {
	color: #333 !important;
}

#blog .blog-post .blog-post-image {
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
}

#blog .blog-post .blog-post-image img {
	/* width: 100%; */
	max-width: 100%;
	height: auto;
}

#blog .blog-post .blog-post-meta {
	width: 100%;
	margin-bottom: 10px;
	line-height: 2.428;
	font-size: 14px;
}

#blog .blog-post .blog-post-meta .post-meta-author {
	color: #F36324;
}

#blog .blog-post .blog-post-meta .post-meta-author .fa {
	margin-right: 6px;
	color: #F36324;
}

#blog .blog-post .blog-post-meta .post-meta-time,
#blog .blog-post .blog-post-meta .post-meta-categories {
	margin-left: 20px;
	color: #888;
}

#blog .blog-post .blog-post-meta .post-meta-categories a {
	color: #888;
}

#blog .blog-post .blog-post-meta .post-meta-time .fa,
#blog .blog-post .blog-post-meta .post-meta-categories .fa {
	margin-right: 6px;
	color: #F36324;
}

#blog .blog-post .blog-post-meta .post-meta-comments {
	margin-left: 40px;
	color: #888;
}

#blog .blog-post .blog-post-meta .post-meta-comments .fa {
	margin-right: 6px;
	color: #F36324;
}

#blog .blog-post .blog-post-meta .post-meta-comments a {
	color: #888;
}

#blog .blog-post .blog-post-entry {
	width: 100%;
	margin-bottom: 40px;
}

#blog .blog-post .blog-post-button {
	height: 45px;
	line-height: 45px;
	background-color: #F36324;
	padding: 0 30px;
	display: inline-block;
	border-radius: 3px;
	font-weight: 700;
	font-size: 16px;
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#blog .blog-post .blog-post-button:hover {
	text-decoration: none;
	opacity: 0.9;
}

#blog .blog-post .blog-post-tags {
	width: 100%;
	margin-bottom: 40px;
	padding: 0;
	list-style-type: none;
}

#blog .blog-post .blog-post-tags li {
	margin: 0;
	display: inline-block;
	color: #888;
}

#blog .blog-post .blog-post-tags li a {
	color: #888;
}

#blog .blog-post .social-links-list {
	width: 100%;
	margin: 0 0 55px 0;
	padding: 0;
	list-style-type: none;
}

#blog .blog-post .social-links-list li {
	margin-left: 30px;
	float: left;
}

#blog .blog-post .social-links-list li.links-list-title {
	margin-left: 0;
	line-height: 34px;
	font-weight: 700;
	color: #333;
	text-transform: uppercase;
}

#blog .blog-post .social-links-list li[data-customizer="twitter"] a {
	background-color: #2a7dca;
}

#blog .blog-post .social-links-list li[data-customizer="facebook"] a {
	background-color: #06bef4;
}

#blog .blog-post .social-links-list li[data-customizer="linkedin"] a {
	background-color: #0077b5;
}

#blog .blog-post .social-links-list li a {
	width: 34px;
	height: 34px;
	line-height: 34px;
	display: block;
	border-radius: 50%;
	color: #fff;
	font-size: 17px;
	text-align: center;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#blog .blog-post .social-links-list li a:hover {
	opacity: 0.9;
}

#blog .blog-post .blog-post-author {
	width: 100%;
	background: #f9f9f9;
	margin-bottom: 45px;
	padding: 20px 40px;
}

#blog .blog-post .blog-post-author .avatar {
	margin-right: 30px;
	border-radius: 50%;
	float: left;
}

#blog .blog-post .blog-post-author h4 {
	line-height: 1.7;
	margin: 10px 0 0 0;
	display: inline-block;
	font-size: 20px;
	color: #F36324;
}

#blog .blog-post .blog-post-author p {
	line-height: 1.6;
	color: #888;
}

#blog .nav-links {
	width: 100%;
}

.navigation .screen-reader-text {
	display: none;
}

#blog .nav-links .page-numbers {
	width: 34px;
	height: 34px;
	line-height: 32px;
	display: inline-block;
	color: #000;
	text-align: center;
}

#blog .nav-links .page-numbers.current,
#blog .nav-links .page-numbers:hover {
	text-decoration: none;
	border: 1px solid #000;
}

/* 13. Sidebar */
#sidebar {
	width: 90%;
	margin: 50px 0 40px 0;
	padding-left: 10%;
	border-left: 1px solid #ebebeb;
}

.page-template-left-sidebar #sidebar {
	padding-right: 10%;
	padding-left: 0;
	border-right: 1px solid #ebebeb;
	border-left: none;
}

.widget {
	width: 100%;
	/*margin-bottom: 75px;*/
}

.widget:last-child {
	margin-bottom: 0;
}

.widget .widget-title {
	width: 100%;
	margin-bottom: 20px;
	position: relative;
}

.widget .widget-title h5 {
	margin: 0;
	padding: 0;
	color: #f36324;
}

.widget img {
	max-width: 100%;
	height: auto;
}

.widget ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.widget ul.children li, .widget ul.sub-menu li {
	padding-bottom: 0;
	border-bottom: none;
}

.widget:not(.widget_rss):not(.widget_recent_comments):not(.widget_recent_entries) ul li {
	width: 100%;
	padding-left: 20px;
	position: relative;
	line-height: 38px;
}

.widget:not(.widget_rss):not(.widget_recent_comments):not(.widget_recent_entries) ul li:before {
	content: "\f105";
	font-family: "FontAwesome";
	color: #8c979e;
	position: absolute;
	left: 0;
	line-height: 38px;
}
.widget:not(.widget_rss):not(.widget_recent_comments):not(.widget_recent_entries) ul li:hover:before {
	color: #6a4d8a;
}

.widget ul li a {
	line-height: 33px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.widget_recent_comments .recentcomments .comment-author-link {
	line-height: 33px;
}

.widget:not(.widget_recent_comments) ul li:hover > a,
.widget.widget_recent_comments ul li a:hover {
	text-decoration: none;
	color: #6a4d8a;
}

.widget .screen-reader-text {
	width: 100%;
}

.widget select {
	width: 100%;
}

.widget table {
	width: 100%;
}
.widget #wp-calendar {
	position: relative;
}
.widget table caption {
	color: #fff;
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	font-family: "Poppins";
	width: 100%;
	background-color: #F36324;
	text-align: center;
	margin-bottom: 30px;
}

.widget table thead {
	color: #888;
}

.widget table thead th {
	padding-bottom: 5px;
	text-align: center;
	color: #333333;
}

.widget table thead th:last-child {
	border-right: none;
}

.widget table tbody {
	color: #8c9597;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
}
.widget table tbody tr:last-child {
	border-bottom: none;
}

.widget table tbody tr td:not(.pad) {
	padding: 4px;
	background-color: #f6f6f6;
	position: relative;
}
.widget table#wp-calendar tbody tr td a {
	display: block;
    background-color: #F36324;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 4px;
    text-decoration: none;
    color: #fff;
}
.widget table#wp-calendar tbody tr td a:hover {
	background-color: #6a4d8a;
}

.widget table tbody tr td:last-child {
	border-right: none;
}

.widget table tfoot {
	font-size: 16px;
	color: #FFF;
	position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
}

.widget table tfoot #next {
	text-align: right;
}

.widget table a {
	text-decoration: underline;
}
.widget table tfoot tr {
	height: 32px;
}
.widget table a:hover {
	text-decoration: none;
}
.widget table td#prev,
.widget table td#next {
	position: absolute;
	top: 0;
}
.widget table td#prev {
	left: 10px;
}
.widget table td#next {
	right: 10px;
}
.widget table td#prev a,
.widget table td#next a {
	color: #F36324;
	display: block;
    width: 10px;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
}
.widget table td#prev a:before,
.widget table td#next a:before {
	font-family: "FontAwesome";
	color: #fff;
	display: inline-block;
	font-size: 16px;
	vertical-align: top;
}
.widget table td#prev a:before {
	content: "\f104";
}
.widget table td#next a:before {
	content: "\f105";
}
.widget table td#prev a:hover:before,
.widget table td#next a:hover:before,
.widget table td#prev a:focus:before,
.widget table td#next a:focus:before {
	color: #6a4d8a;
}

.widget .search-form {
	width: 100%;
}

.widget .search-form .search-form-box {
	width: 100%;
	position: relative;
}
.widget .search-form .search-form-box:after {
	content: "\f002";
	position: absolute;
	right: 20px;
	top: 5px;
	color: #a9afb1;
	font-family: "FontAwesome";
	font-size: 15px;
}
.widget .search-form .search-form-box #s {
	padding-right: 40px;
	background-color: transparent;
	border-radius: 5px;
}

.widget .search-form .search-form-box #searchsubmit {
	height: 37px;
	line-height: 37px;
	background: transparent;
	margin-right: 10px;
	padding: 0;
	border: none;
	font-family: "FontAwesome";
	color: #000;
	float: left;
}


.widget .search-form .search-form-box #s::-webkit-input-placeholder {
	color: #a9afb1;
}

.widget .search-form .search-form-box #s::-moz-placeholder {
	color: #a9afb1;
}

.widget .search-form .search-form-box #s:-ms-input-placeholder {
	color: #a9afb1;
}

.widget .search-form .search-form-box #s:-moz-placeholder {
	color: #a9afb1;
}

.widget .widget-recent-post {
	width: 100%;
	margin-bottom: 37px;
}

.widget .widget-recent-post:last-of-type {
	margin-bottom: 0;
}

.widget .widget-recent-post .recent-post-image {
	width: 70px;
	margin-right: 22px;
	float: left;
}

.widget .widget-recent-post .recent-post-image img {
	max-width: 100%;
	height: auto;
	border-radius: 50%;
}

.widget .widget-recent-post .recent-post-title,
.widget.widget_recent_entries ul li a {
	width: 100%;
	line-height: 20px;
	font-size: 16px;
	display: block;
	font-weight: 400;
}
.widget.widget_recent_entries ul li {
	margin-bottom: 35px;
}

.widget .widget-recent-post .recent-post-button {
	width: 100%;
	line-height: 1.466;
	color: #F36324;
	text-transform: lowercase;
}
.widget table#wp-calendar {
	border-spacing: 4px;
    border-collapse: separate;
}

.widget ul li a.rsswidget {
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: "Poppins";
    line-height: 24px;
}
.widget_tag_cloud .tagcloud a {
	font-size: 16px !important;
	line-height: 26px;
	font-weight: 400;
}
.widget_tag_cloud .tagcloud a:after {
	display: inline-block;
	content: "/";
	color: #8c9597;
	margin-left: 5px;
}

footer .widget ul li a.rsswidget {
	color: #fff;
}

.widget_rss ul li {
	padding: 0;
	margin-bottom: 40px;
}
span.rss-date,
.post-date {
    font-size: 12px;
    font-weight: 400;
    font-family: "Lato";
    line-height: 24px;
    display: block;
}
span.rss-date:before,
.post-date:before {
	content: "\f017";
    font-family: "FontAwesome";
    color: #F36324;
    display: inline-block;
    margin-right: 5px;
}

.widget_categories ul li,
.widget_archive ul li {
	text-align: right;
}
.widget_categories ul li a,
.widget_archive ul li a {
	float: left;
	clear: left;
	line-height: 38px;
}
.widget_categories ul li:after,
.widget_archive ul li:after {
	content: "";
	display: block;
	clear: both;
}
.widget_categories ul li:hover,
.widget_archive ul li:hover {
	color: #6a4d8a;
}

/* 14. Markup Format */
.markup-format h1,
.markup-format h2,
.markup-format h3,
.markup-format h4,
.markup-format h5,
.markup-format h6 {
	/* margin: 30px 0; */
	margin: 15px 0;
}

.markup-format p {
	/* margin: 30px 0; */
	margin: 15px 0;
}

.markup-format a {
	color: #e2c504;
	text-decoration: underline;
}

.markup-format a:hover {
	text-decoration: none;
}

.markup-format img {
	max-width: 100% !important;
	height: auto;
}

.markup-format img.alignright {
	float: right;
	margin: 0 0 1em 1em;
}

.markup-format img.alignleft {
	float: left;
	margin: 0 1em 1em 0;
}

.markup-format img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.markup-format .alignright {
	float: right;
}

.markup-format .alignleft {
	float: left;
}

.markup-format .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.markup-format .wp-caption {
	max-width: 100%;
	height: auto;
}

.markup-format .post-password-form {
	width: 100%;
}

.markup-format .post-password-form label {
	float: left;
}

.markup-format .post-password-form input[type="submit"] {
	height: 40px;
	margin: 0;
}

.markup-format .gallery-item {
	width: 25%;
	padding: 10px;
	float: left;
}

.markup-format .gallery-columns-1 .gallery-item {
	width: 100%;
}

.markup-format .gallery-columns-2 .gallery-item {
	width: 50%;
}

.markup-format .gallery-columns-3 .gallery-item {
	width: 33.33%;
}

.markup-format .link-pages {
	width: 100%;
	margin-bottom: 40px;
	float: left;
}

.markup-format iframe {
	max-width: 100%;
}

.markup-format blockquote,
.markup-format q {
	margin: 0;
	padding: 0;
	line-height: 50px;
	font-size: 30px;
	color: #888;
	border-left: none;
}

.markup-format blockquote:before, .markup-format blockquote:after {
	content: "\"";
}

.markup-format cite {
	font-style: normal;
	font-size: 14px;
	color: #888;
}

.markup-format blockquote p {
	margin: 0;
}

.markup-format ul {
	list-style-position: inside;
	list-style-type: disc;
}

.markup-format ul li {
	list-style-position: inside;
	list-style-type: disc;
}

.markup-format ul li ul {
	padding-left: 20px;
}

.markup-format ol {
	list-style-position: inside;
	list-style-type: decimal;
}

.markup-format ol li {
	list-style-position: inside;
	list-style-type: decimal;
}

.markup-format ol li ol {
	padding-left: 20px;
}

.markup-format table {
	width: 100%;
}

.markup-format table caption {
	color: #888;
	margin-bottom: 10px;
	font-weight: 700;
}

.markup-format table thead {
	color: #888;
}

.markup-format table thead th {
	padding-bottom: 5px;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	text-align: center;
}

.markup-format table thead th:last-child {
	border-right: none;
}

.markup-format table tbody {
	color: #888;
	text-align: center;
	font-size: 12px;
	font-weight: 300;
}

.markup-format table tbody a {
	font-weight: 700;
}

.markup-format table tbody tr {
	border-bottom: 1px solid #eee;
}

.markup-format table tbody tr:last-child {
	border-bottom: none;
}

.markup-format table tbody tr td {
	border-right: 1px solid #eee;
	padding: 7px;
}

.markup-format table tbody tr td:last-child {
	border-right: none;
}

.markup-format table tfoot {
	font-size: 14px;
	color: #888;
}

.markup-format table tfoot #next {
	text-align: right;
}

.markup-format table a {
	color: #888;
	text-decoration: underline;
}

.markup-format table a:hover {
	text-decoration: none;
}

.markup-format table td#prev {
	padding-top: 10px;
}

.markup-format table td#prev a {
	color: #888;
}

.markup-format table td#next {
	padding-top: 10px;
}

.markup-format table td#next a {
	color: #888;
}

/* 15. Related Posts */
.blog-post-related-articles {
	width: 100%;
	margin-bottom: 50px;
}

.blog-post-related-articles .related-article-title {
	width: 100%;
	margin-bottom: 20px;
	font-weight: 700;
	color: #333;
	text-transform: uppercase;
	line-height: 1.6;
}

.blog-post-related-articles .related-post {
	width: 100%;
	height: 203px;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	display: block;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.blog-post-related-articles .related-post:hover .related-post-title {
	color: #F36324;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.blog-post-related-articles .related-post .related-post-title {
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 15px 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	line-height: 1.6;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

/* 16. Comments */
#comments {
	width: 100%;
}

#comments #comments-list {
	width: 100%;
	margin-bottom: 50px;
}

#comments #comments-list h3.medium {
	width: 100%;
	margin: 0 0 15px 0;
	line-height: 1.5;
	font-weight: 700;
	font-size: 17px;
	color: #333;
	text-transform: uppercase;
}

#comments #comments-list ul.comments {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#comments #comments-list ul.comments .comment {
	width: 100%;
}

#comments #comments-list ul.comments .comment > div {
	margin-bottom: 30px;
}

#comments #comments-list ul.comments .comment .comment-gravatar {
	width: 100%;
}

#comments #comments-list ul.comments .comment .comment-gravatar img {
	max-width: 100%;
	height: auto;
}

#comments #comments-list ul.comments .comment .url {
	color: #F36324;
}

#comments #comments-list ul.comments .comment .comment-entry p {
	margin: 15px 0;
	color: #8C9597;
}

#comments #comments-list ul.comments .comment .comment-reply-link {
	color: #F36324;
}

#comments #comments-list ul.comments .comment ul.children {
	width: 100%;
	margin: 0;
	padding: 0 0 0 40px;
	list-style-type: none;
}

#comments #respond {
	width: 100%;
}

#comments #respond #reply-title {
	width: 100%;
	margin: 0 0 15px 0;
	line-height: 1.5;
	font-weight: 700;
	font-size: 17px;
	color: #333;
	text-transform: uppercase;
}

#comments #respond .comment-form {
	width: 100%;
}

#comments #respond .comment-form .comment-notes {
	display: none;
}

#comments #respond .comment-form .input-full {
	width: 100%;
	margin: 0 0 30px 0;
}

#comments #respond .comment-form textarea {
	height: 125px;
	margin-bottom: 30px;
	padding: 10px;
}
#comments #respond .comment-form textarea::-webkit-input-placeholder {
	color: #8c9597;
}

#comments #respond .comment-form textarea::-moz-placeholder {
	color: #8c9597;
}

#comments #respond .comment-form textarea:-ms-input-placeholder {
	color: #8c9597;
}

#comments #respond .comment-form textarea:-moz-placeholder {
	color: #8c9597;
}
#comments #respond .comment-form input.input-full::-webkit-input-placeholder {
	color: #8c9597;
}

#comments #respond .comment-form input.input-full::-moz-placeholder {
	color: #8c9597;
}

#comments #respond .comment-form input.input-full:-ms-input-placeholder {
	color: #8c9597;
}

#comments #respond .comment-form input.input-full:-moz-placeholder {
	color: #8c9597;
}

input,
textarea {
	width: 100%;
	padding: 5px 10px;
	border: 1px solid #d7d7d7;
	outline: 0;
	font-family: "Lato", sans-serif;
	font-weight: 400;
	color: #8c9597;
	resize: none;
	display: block;
	font-size: 16px;
	line-height: 26px;
	background-color: transparent;
}
input:focus,
input:hover,
textarea:focus,
textarea:hover {
	border-color: #6a4d8a;
}

#comments #respond .comment-form #input-submit,
input[type=submit] {
	width: auto;
	height: 36px;
	background-color: #F36324;
	padding: 0 40px;
	display: inline-block;
	border: 0 none;
	font-family: "Lato", sans-serif;
	font-weight: 700;
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 3px;
}
#comments #respond .comment-form #input-submit:hover,
input[type=submit]:hover,
#latest-news .latest-news-button:hover,
#contact-us .section-content .wpcf7-form p .wpcf7-submit:hover,
#header .bottom-header .header-button-two:hover,
#blog .blog-post .blog-post-button:hover,
a.button:hover {
	background-color: #6a4d8a;
}
.bottom-header h2 {
	color: #fff;
}

#comments #respond .comment-form #input-submit:hover {
	opacity: 0.9;
}

.widget .search-form .search-form-box #searchsubmit {
	display: none;
}

/* Parallax Widget */
.align-children {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.top-parallax-section {
    overflow: hidden;
    padding: 96px 0;
}
p.mb32 {
	margin-bottom: 32px;
}

.illdy_home_parallax .row {
	margin: 0;
}
.bg-secondary {
    background: #f5f5f5;
}
.border-bottom {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.illdy_home_parallax .cast-shadow.img-responsive {
	display: inline-block;
}
.illdy-customizer-preview .parallax-mirror {
	z-index: 0 !important;
}

@media only screen and (max-width: 1024px) {
	#header {
		background-attachment: initial !important;
	}
}
@media only screen and (max-width: 992px) {
	#header .top-header .header-navigation {
		display: none;
	}

	.open-responsive-menu {
		height: 100%;
		background: 0 0;
		padding: 26px 0;
		border: none;
		outline: 0;
		display: block;
		float: right;
	}

	.open-responsive-menu .fa {
		font-size: 22px;
		color: #fff;
	}

	.responsive-menu {
		width: 100%;
		background-color: #fff;
		margin-top: 20px;
		display: none;
	}

	.responsive-menu ul {
		width: 100%;
		margin: 0;
		padding: 0;
	}

	.responsive-menu ul li {
		width: 100%;
	}

	.responsive-menu ul li a {
		width: 100%;
		padding: 15px;
		display: block;
		border-bottom: 1px solid #e4e4e4;
		color: #000;
		text-align: center;
	}
	.responsive-menu ul li.menu-item-has-children a {
		border-bottom: 0 none;
	}
	.responsive-menu ul li.menu-item-has-children {
		border-bottom: 1px solid #e4e4e4;
	}
	.header-front-page nav ul.sub-menu li a {
	    border-bottom: 0 none;
	    padding: 10px;
	    color: #fff;
	}
	.header-front-page nav ul.sub-menu {
		background-color: #F36324;
	}

	.responsive-menu.active {
		display: block;
	}

	#header .bottom-header .header-button-one,
	#header .bottom-header .header-button-two {
		margin-top: 10px;
		margin-bottom: 10px;
	}
}

/* 17. Responsive */
@media only screen and (min-width: 768px) and (max-width: 800px) {
	#team .section-content .person .person-image {
		float: none;
		margin-right: auto;
		margin-left: auto;
	}
	#team .section-content .person .person-content {
		float: none;
		width: 100%;
	}
	.row.blog-carousel.owl-carousel {
		margin: 0;
	}
}
@media only screen and (max-width: 767px) {
	#header .top-header .header-logo img {
		max-width: 320px;
	}

	#header .bottom-header h2 {
		font-size: 60px;
	}

	#about .widget_illdy_skill:nth-child(1) {
		margin-top: 0;
	}

	#about .widget_illdy_skill:nth-child(2),
	#about .widget_illdy_skill:nth-child(3) {
		margin-top: 66px;
	}

	#services .widget_illdy_service:nth-child(1) {
		margin-top: 0;
	}

	#services .widget_illdy_service:nth-child(2),
	#services .widget_illdy_service:nth-child(3) {
		margin-top: 40px;
	}

	#counter .col-sm-4 {
		border-right: none;
	}

	#counter .widget_illdy_counter:nth-child(1) {
		margin-top: 0;
	}

	#counter .widget_illdy_counter:nth-child(2),
	#counter .widget_illdy_counter:nth-child(3) {
		margin-top: 40px;
	}

	#team .widget_illdy_person:nth-child(1) {
		margin-top: 0;
	}

	#team .widget_illdy_person:nth-child(2),
	#team .widget_illdy_person:nth-child(3) {
		margin-top: 40px;
	}

	#contact-us .section-content .contact-us-box .box-left {
		width: 50%;
	}

	#contact-us .section-content .contact-us-box .box-left {
		width: 50%;
	}

	#contact-us .section-content .col-sm-5,
	#contact-us .section-content .col-sm-3 {
		margin-top: 40px;
	}

	#contact-us .section-content .contact-us-social {
		text-align: left;
	}

	#contact-us .section-content .wpcf7-form p:nth-of-type(1) {
		margin-top: 0;
	}

	#contact-us .section-content .wpcf7-form p:nth-of-type(1),
	#contact-us .section-content .wpcf7-form p:nth-of-type(2),
	#contact-us .section-content .wpcf7-form p:nth-of-type(3) {
		width: 100%;
		margin: 26px 0 0 0;
		padding: 0;
	}

	#footer .footer-logo {
		text-align: left;
	}

	#footer .col-sm-3 {
		margin-top: 40px;
	}

	#footer .col-sm-3:first-child {
		margin-top: 0;
	}

	#sidebar {
		width: 100%;
		margin-top: 0;
		padding-left: 0;
		border-left: none;
	}

	.blog-post-related-articles .related-post {
		margin: 40px 0;
	}

	#comments #comments-list ul.comments .comment .comment-gravatar {
		margin-bottom: 20px;
	}

	#blog {
		padding-bottom: 0;
	}
	.row.blog-carousel.owl-carousel {
	    margin: 0;
	}
}

@media only screen and (max-width: 320px) {
	#team .section-content .person .person-image {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

	#team .section-content .person .person-content {
		text-align: center;
	}

	#team .section-content .person .person-content .person-content-social li {
		display: inline-block;
		float: none;
	}
}

/* 18. Gallery */

.gallery.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery.gallery-columns-3 .gallery-item:nth-child(3n+1) {
	clear: left;
}

.gallery:after {
	content: "";
	display: block;
	clear: both;
}

.inline-columns {
	text-align: center;
}

.inline-columns > div {
	display: inline-block;
	float: none;
	vertical-align: top;
}


.wpcf7-form p .wpcf7-form-control:hover,
.wpcf7-form p .wpcf7-form-control:focus,
#contact-us .section-content .wpcf7-form p .wpcf7-textarea:hover,
#contact-us .section-content .wpcf7-form p .wpcf7-textarea:focus,
#contact-us .section-content .wpcf7-form p .wpcf7-text:hover,
#contact-us .section-content .wpcf7-form p .wpcf7-text:focus {
	border-color: #d2c9dc;
}

.wpcf7-form p .wpcf7-form-control.wpcf7-not-valid,
#contact-us .section-content .wpcf7-form p .wpcf7-textarea.wpcf7-not-valid,
#contact-us .section-content .wpcf7-form p .wpcf7-text.wpcf7-not-valid {
	border-color: #f3c3c3;
}

/* Homepage ssctions background image */

#latest-news,
#full-width,
#about,
#projects {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.pace-overlay {
	z-index: 10;
}

/*# sourceMappingURL=main.css.map */
/*23-5-17*/
#header .top-header .header-navigation ul li.menu-item-has-children.mega-menu .sub-menu {transform: translateX(-46%);  width: 1000px;}
#header .top-header .header-navigation ul li.menu-item-has-children.mega-menu .sub-menu li { padding-top:0;  float: left;  width: 33.33%;}
#header .top-header .header-navigation ul li.menu-item-has-children.mega-menu .sub-menu li a {  font-size: 14px;border-left: 3px solid transparent;background:rgba(0, 0, 0, 0) url("../images/arr-n.png") no-repeat scroll 1px 16px ; background-size:6px auto;}
#header .top-header .header-navigation ul li.menu-item-has-children.mega-menu .sub-menu li a:hover {border-left: 3px solid transparent; background:rgba(0, 0, 0, 0) url("../images/arr.png") no-repeat scroll 1px 16px ; background-size:6px auto;}
#header .top-header .header-navigation ul li.menu-item-has-children.mega-menu .sub-menu::before {  left: 59%;}
.fr_ck {  border-top: 5px solid #F36324;  left: 0;  position: absolute;  top: 0;  width: 100%; }
.fr_ck a {background: rgba(0, 0, 0, 0) url("../images/skw.png") no-repeat scroll center top;color: #fff;float: right;padding: 4px 30px;position: relative;background-size: 100% auto;margin: -4px 0 0;}
.fr_ck a:hover{ color:#785E95;}
@media screen and (max-width:1026px){
#header .top-header .header-navigation ul li.menu-item-has-children.mega-menu .sub-menu {  transform: translateX(-59%);}
#header .top-header .header-navigation ul li.menu-item-has-children.mega-menu .sub-menu::before {  left: 45%;}
}
@media screen and (max-width:626px){
.sticky-popup-right, .sticky-popup-left {
  top: 2% !important;
}
}
.testimonial-image {
    display: none;
}
.page-template-no-sidebar .sticky-popup-left{display:none;}
@media screen and (max-width:767px){
.sticky-popup.sticky-popup-left {
  left: -350px !important;
  top:0
}
.sticky-popup.sticky-popup-left .popup-header {
  display: none;
}
.popup-header.cus_btn{display:block!important;}
}
.popup-header.cus_btn {
  background: #f36324 none repeat scroll 0 0;
  border-radius: 0 8px 0 0;
  bottom: 0;
  left: 0;
  padding: 0 12px;
  position: fixed;
  width: 100px;
  display:none;
}


/*24-10*/
.pop_form_wrap{position: fixed; left: 50%; top: -150%; z-index: 9999; transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%); width: 800px; background: #F36324; padding: 30px 20px 10px; transition: all 0.4s ease 0s;-webkit-transition: all 0.4s ease 0s;}
.pop_form_wrap.shw{top:50%;transition: all 0.4s ease 0s;-webkit-transition: all 0.4s ease 0s;}
.pop_form_wrap ul{float:left; width: 100%;list-style: none; margin: 0; padding: 0;}
.pop_form_wrap ul li{float:left; list-style: none;width: 50%; padding: 0 10px; margin-bottom: 15px;}
.pop_form_wrap ul li .txt_wrp{float:left; width: 100%; padding:10px; border: 1px solid #fff; background: #fff; color: #000; font-size: 16px; height: 40px;}
.pop_form_wrap ul li select{float:left; width: 100%; padding:10px; border: 1px solid #fff; background: #fff; color: #000; font-size: 16px;height: 40px;}
.pop_form_wrap ul li .text_wrp{float:left; width: 100%; padding:10px; border: 1px solid #fff; background: #fff; color: #000; font-size: 16px;height: 100px; resize: none;}
.pop_form_wrap ul li.btn_wrp{text-align: center; width: 100%;}
.pop_form_wrap ul li.btn_wrp .btn_ipt{background-color: #6A4D8A !important;border: 0 none;border-radius: 3px;color: #fff;display: inline-block;font-family: "Lato",sans-serif;font-weight: 700;height: 36px;padding: 0 40px;transition: all 0.3s ease 0s;width: auto; float: none;}
.pop_form_wrap ul li.btn_wrp .btn_ipt:hover{background-color: #fff !important; color: #000;}
.clk_a_pop {  background-color: #6a4d8a;  color: #fff;  font-size: 20px;  left: -42px;  padding: 10px 16px 13px;
  position: fixed;  top: 50%;  transform: translate(0px, -50%) rotate(90deg);  -webkit-transform: translate(0px, -50%) rotate(90deg);  z-index: 9999;}
.clk_a_pop:hover, .clk_a_pop:focus {background-color: #F36324; color: #fff;}
html body .popup-header.cus_btn{display: none !important;}
.pop_form_wrap h2{float:left; width: 100%; text-align: center; color: #fff; text-transform: uppercase; font-size: 24px; font-weight: normal; position: relative; margin: 0 0 20px; line-height: normal;}
.pop_form_wrap h2 .cls_wrp{ position: absolute; right: 0; top:8px; font-family: arial; color: #fff; font-size: 18px;}
.pop_form_wrap div.wpcf7-response-output{display:none !important;}
.pop_form_wrap span.wpcf7-not-valid-tip { color: #fff !important;}

/* 25-10-2017 */
.clk_a_pop {background-color: #f36324;}
a:focus	{ outline:none;}
.pop_form_wrap span.wpcf7-not-valid-tip {float:left;}
#header .top-header .header-navigation ul li.menu-item-has-children .sub-menu {display:block;}

/* 28-10-2017 */
#services .section-header h3 {color:#545454;}
#services .section-header .section-description { color: #8c9597;}
select { background-color: transparent; border: 1px solid #d7d7d7; color: #8c9597; display: block; font-family: "Lato",sans-serif; font-size: 16px; font-weight: 400; line-height: 26px; outline: 0 none; padding: 5px 10px; resize: none; width: 100%;}
#sidebar .wpcf7 label {width:100%;}

.responsive-menu ul li .nav-toggle-subarrow {
  border-left: 1px solid #e9e9e9;
  color: #999999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  font-weight: normal;
  padding: 15px 20px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 10;
}
.responsive-menu ul li.menu-item-has-children {position:relative;}

@media  (min-width:993px){
	.responsive-menu.active{display:none !important;}	
	
}
/* @media  (max-width:1199px){
	.page-template-services .service-image{display:none;}
} */
@media  (max-width:992px){
	.responsive-menu ul.sub-menu {display:none;}
}

@media  (max-width:767px){
.pop_form_wrap { padding: 20px 10px 10px;  width: 300px;}
.pop_form_wrap ul li { width: 100%;}
.pop_form_wrap ul li .text_wrp { height: 50px;}
.clk_a_pop {  background-color: #6a4d8a;  color: #fff;  font-size: 14px;  left: 0;  padding: 4px 12px;  position: fixed;
  top: inherit;  transform: translate(0px, 0) rotate(0deg);  -webklit-transform: translate(0px, 0) rotate(0deg);
  z-index: 9999;  bottom: 0;}
.pop_form_wrap{position: absolute;}
.fr_ck {text-align:center;}
.fr_ck a {float:none; display:inline-block;}
.front-page-section.why_us_wrp .section-content .row .col-xs-10 {margin-bottom:30px;}
.front-page-section.why_us_wrp .section-header { margin-bottom: 50px;}
.responsive-menu ul.sub-menu { background-color: #f36324;}
.responsive-menu ul.sub-menu li a {color:#fff; }
}

@media  (max-width:639px){
	#formilla-chat-button-inner {right:0 !important;}
	#header .bottom-header h1 {font-size:50px; line-height:70px; word-wrap:normal;}
}

@media  (max-width:479px){
	#header .bottom-header h1 {font-size:32px; line-height:40px;}
}


/*2-11-2017*/
#footer > .container {display: none;}
.bottom-header .col-sm-8.col-sm-offset-2 {display: none;}
.page-template-no-sidebar .clk_a_pop{display:none;}

.single-post #blog {
 padding: 50px 0 10px 0;
}
.single-post #blog .blog-post {
 width: 100%;
 margin-bottom: 0px;
}
.single-post .blog_con_title {
 margin-bottom: 30px;
 line-height: 1.4;
 font-weight: 700;
 font-size: 25px;
 color: #333;
 text-transform: uppercase;
 -webkit-transition: all 0.3s;
 -moz-transition: all 0.3s;
 -o-transition: all 0.3s;
 transition: all 0.3s;
 display: block;
}
#header .bottom-header.blog {padding: 16px 0;}
/*3-11-2017*/
.front-page-section .section-header .section-description, body, ul, .widget .widget-recent-post .recent-post-title, .widget.widget_recent_entries ul li a, input, textarea ,select {font-size: 17px;color: #252525;font-weight: bold;}
#services .section-header .section-description, a {color: #252525;}
#testimonials .section-content .testimonials-carousel .carousel-testimonial .testimonial-content blockquote, #blog .blog-post .blog-post-button, input[type="submit"], .wpcf7 label {font-size: 17px;font-weight: bold;}
#header .top-header .header-navigation ul li.menu-item-has-children.mega-menu .sub-menu li a {color: #252525;font-weight: bold;}
#header .top-header .header-navigation ul li.menu-item-has-children.mega-menu .sub-menu li a:hover {color: #F36324;}
#header .top-header .header-navigation ul li.menu-item-has-children.mega-menu .sub-menu {transform: translateX(-36%);  width: 1169px;}

.pop_frm { margin: 0 !important; }
.clk_a_pop { left: -42px; }
#post-212 .blog-post-title { display: none !important;}
#post-647 .blog-post-title { display :none !important;}
#header .top-header .header-navigation ul li.lstmenu a { color: #f36324; }

/*8-11-2017*/
#projects_res{padding:0 5px 5px}
#projects_res .owl-carousel .owl-prev, #projects_res .owl-carousel .owl-next {
	position: absolute;
	top: 40%;
	font-size: 20px;
	color: #fff;
	background: #f36324;
	padding: 10px;
}
.owl-prev {left: 35px;}
.owl-next {right: 35px;}
#projects_res img {
	border: 2px solid #ccc;
}
@media screen and (max-width:767px){
.clk_a_pop {
 left: 0px;
}
}
.single #blog .blog-post .blog-post-image img {
  width: auto;
}
.blog-post-title {
  text-align: left;
}
.single-post .blog-post-entry p {
  font-weight: normal;
}
.single-post .blog-post-entry ul li {
	margin-left: 15px;
	list-style-position: outside;
	list-style-type: disc;
}
.custom-div h4 {
  font-weight: 600;
  margin-bottom: 17px;
  text-align: center;
}
.custom-div h5 {
  font-size: 16px;
  line-height: normal;
  margin: 0;
  text-align: center;
}
.custom-div ul {
  margin-top: 20px;
}
.custom-div ul li {
  font-size: 16px;
  line-height: normal;
  margin-bottom: 13px;
}
.btn.btn-theme-primary.btn-lg.sub_btn {
  display: block;
  float: none;
  font-size: 12px;
  margin: 0 auto;
  padding: 0 17px;
}
.btn.btn-theme-primary.btn-lg.sub_btn:hover {
  color: #fff;
}
.custom-div .col-sm-4 {
  margin-bottom: 15px;
}
.blog-post-button {
  float: right;
}
/* .page-template-services .service-image {
  position: absolute;
  right: 0;
  top: -270px;
} */
.page-template-services .wpcf7 label {
  font-family: "Lato";
  font-size: 14px !important;
  font-weight: 800;
  line-height: 26px;
  margin-bottom: -4px;
}
.page-template-services .wpcf7-form .form-group {
  margin-bottom: 10px;
}
.page-template-services .wpcf7-form .form-group textarea{
	height:100px;
}
.page-template-services .wpcf7-form .form-group input,.page-template-services .wpcf7-form .form-group textarea,.page-template-services .wpcf7-form .form-group select{font-size:14px;}
.markup-format ul li {list-style-position: outside;}
.header-front-page .front-page h1 {
  margin: 120px 0 0 !important;
}


/******************04-05-18*********************/
.page-template-services #header .bg-or {
    position: relative;
    height: 400px;
}
.page-template-services #header .bottom-header.blog {
    position: absolute;
	top: 163px;
}
.page-template-services #header .bottom-header.blog .col-sm-12 {
    width: 90%;
}
.service-title a:hover, .service-title a:focus {
    color: #6a4d8a!important;
    text-decoration: none!important;
}
.service-title a{
    color:black!important;
}
#testimonials {background-image: url(../img/magento/testiomnials-background.jpg) !important;}
.benefits img {
    max-height: 80px;
}
.five-columns {
    width: 20%;
    padding: 16px 16px 32px;
    float: left;
}
.row.benefits {
    padding-top: 30px;
    padding-bottom: 20px;
    text-align: center;
    margin-right: 0px;
    margin-left: 0px;
}
#back-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 999;
}
#back-top a {
    width: 50px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    border-radius: 8px;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    outline: 0;
}
#back-top span {
    background: #ed5f30;
}
#back-top span {
    width: 50px;
    height: 50px;
    display: block;
    /* margin-bottom: 7px; */
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    outline: 0;
    opacity: .6;
    font-size: 26px;
    color: #fff;
}
a [class^="icon-"], a [class*=" icon-"] {
    display: inline-block;
    text-decoration: inherit;
}
.icon-chevron-up:before {
    content: "\f077";
}
[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
}
#mainNav li.active {
    background: #fff;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    padding: 0 13px;
    height: 141px;
    position: relative;
    z-index: 5;
}

.icon-chevron-up{
    width: 50px;
    height: 50px;
    display: block;
    margin-bottom: 7px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    outline: 0;
    opacity: .6;
    font-size: 26px;
    color: red;
}
#mainNav li span {
    font-size: 12px;
    display: block;
    color: #b2b2b2;
    padding: 0 3px;
}
#pageHeader {
    width: 100%!important;
    height: 140px;
    margin-left: auto;
    margin-right: auto;
}
.pageTopCon .pageTop {
    width: 100%!important;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 35px;
    color: #b2b2b2;
    overflow: hidden;
}
b, strong {
    font-weight: bold!important;
}
h5 {
    font-size: 21px!important;
    line-height: 32px!important;
    font-weight: 700!important;
}
#testimonials h3{color:white!important;}

.front-page-section .section-header h3 {
    margin: 0 0 5px 0!important;
    color: #545454!important;
}
h3 {
    font-size: 35px!important;
    line-height: 38px !important;
    font-weight: 700 !important;
}
#about .section-header h3 {
    margin-bottom: 55px!important;
}
.tiendaVirtual p {
    font-size: 17px!important;
        font-family: "Lato", sans-serif;
}
.section-content{
    font-size: 17px;
    color: #252525;
    font-weight: bold;
    font-family: "Lato", sans-serif;
}

#testimonials .section-content .testimonials-carousel .carousel-testimonial .testimonial-content blockquote, #blog .blog-post .blog-post-button, input[type="submit"], .wpcf7 label {
    font-size: 17px!important;
    font-weight: bold!important;
    font-family: "Lato", sans-serif;
}
h6 {
    font-size: 20px!important;
    line-height: 24px!important;
    font-weight: 700!important;
    font-family: "Lato", sans-serif!important;
    color:white!important;
}
.front-page-section .section-header .section-description, body, ul, .widget .widget-recent-post .recent-post-title, .widget.widget_recent_entries ul li a, input, textarea, select {
    font-size: 17px!important;
    color: #252525!important;
    font-weight: bold!important;
    font-family: "Lato", sans-serif!important;
}

.benefits p {
    font-weight:normal!important;
}
#pageFooter .widgets h3{
    font-family: "nexa_500", Tahoma, Geneva, sans-serif;
    font-size:16px!important;
}
#pageFooter .col3 {
    font-size: 12px!important;
}
.col3 a{
    font-family: "museo_sans_500", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:12px;
}
.span9{
    font-size:12px!important;
}
.span3{
    font-size:12px!important;
}
.span9 strong{
    font-weight: normal!important;
        font-family: "nexa_500",Tahoma,Geneva,sans-serif;
}
#pageFooterCon .copyright {
    width: 100%!important;
    height: 45px;
    line-height: 45px;
}
.span4 span{
    font-size:12px!important;
}
.benefits h2{
    vertical-align: inherit!important;
    font-family: "nexa_500", Tahoma, Geneva, sans-serif!important;
    font-weight: bold!important;
    color: #545454!important;
    font-size:30px!important;
    padding-bottom: 2%!important;
}
hr {
    margin: 21px 0;
    border: 0;
    border-top: 1px solid #a0a0a0 !important;
    border-bottom: 1px solid #ffffff;
}
.service-top{margin-top: 6%;}
.clear-fix{height:40px;}
#about, #static-page-content {
    padding-top:20px!important;
    padding-bottom:20px!important;
}
#services {
    padding-top:20px!important;
    padding-bottom:20px!important;
}
#projects {
    padding-top:20px;
}

@media screen and (max-width: 768px) {
  .five-columns {
    width: 100%;
    padding: 16px 16px 32px;
    float: left;
}
.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    width: auto!important;
}
.row {
    margin-right: 15px!important;
    margin-left: 15px!important;
}
}



@media (max-width: 767px){
#pageFooter .col3 {
    background: transparent url(../img/sep-ver.png) repeat-y right top;
    width: 100%!important;
    padding-right: 1.6129032258064515%;
    margin-right: 1.6129032258064515%;
    float: left;
}
h3 {
    font-size: 20px !important;
    text-align: left!important;
    text-transform: uppercase!important!important;
}
#pageFooter h2, #pageFooter h3 {
    color: #fff;
    font-size: 16px!important;
    letter-spacing: 1px;
    line-height: 1.2;
    margin-top: 0;
}
.span4 span {
    font-size: 16px!important;
}
.section-header h3{
    text-align:center!important;
    vertical-align: inherit!important;
    /* font-family: "nexa_500", Tahoma, Geneva, sans-serif!important; */
    font-weight: bold!important;
    color: #545454!important;
    font-size: 30px!important;
    padding-bottom: 2%!important;
    }
}
.ourClients {
    width: 100%;
    max-width: 100%!important;
}
.mainTitle{
    font-family: "nexa_500", Tahoma, Geneva, sans-serif;
    font-size: 24px;
    text-align: center;
    height: 90px;
    line-height: 92px;
    background: #fff;
    margin-bottom: 30px;
    text-transform: uppercase;
    margin-top: 0;
}
.banner-clients{
    height:100px;color:red; background-color:red;
}
.border-clientes{
    border-bottom:1px solid #d6d6d6;
}

.front-page .btn-block.btn-info{width: 100px;}