/*
    Template Name    : Construct Homes
	Description		 : Responsive HTML5 Construction Template
    Version          : 1.0
/*
================================================
/* Table of Content
==================================================

1. Fonts - Roboto and Poppins
2. Common CSS
3. Topbar CSS
4. Logobar CSS
5. Banner CSS
6. Services Section CSS
7. How It Works Section CSS
8. About Section CSS
9. Free Quote Section CSS
10. Our Team Section CSS
11. Our Portfolio Section CSS
12. Count Section CSS
13. Join Us Section CSS
14. FAQ Section CSS
15. Start Your Project Section CSS
16. Newcase Section CSS
17. Our Client Section CSS
18. Inner page Wrapper
19. Inner Content Wrapper
20. Gallery Wrapper
21. FAQ Wrapper
22. Error Section
23. Blog Section
24. Contact Section
25. Footer Top Section CSS
26. Footer Section CSS
27. Responsive CSS

/*
================================================
1. Fonts - Roboto and Poppins
================================================
*/

/*
================================================
2. Common CSS
================================================
*/
* {
	margin: 0;
	padding: 0;
}
body {
    font-family: 'Quicksand', sans-serif;
	font-size: 17px;
	color: #233941;
}
div.wrapper {
	width: 100%;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Lato', sans-serif;
	margin-top: 0;
    font-style: italic
}
.mb-15 {
	margin-bottom: 15px;
}
.m-b30 {
	margin-bottom: 30px;
}
a {
	color: #2d2e2e;
	transition: all 0.3s ease 0s;
}
a:hover {
	color: #242c42;
	text-decoration: none;
}
a, a:hover, a:active, a:focus {
	outline: none;
	text-decoration: none;
}
.btn, .btn * {
	transition: all 0.3s ease 0s;
}
i {
	transition: all 0.4s ease-in-out 0s;
}
ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
li {
	list-style: outside none none;
}
button:focus {
	outline: none;
}
#button {
	display: inline-block;
	background-color: #7CC24E;
	width: 40px;
	height: 40px;
	text-align: center;
	position: fixed;
	bottom: 30px;
	right: 30px;
	transition: background-color .3s, opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
}
#button::after {
	content: "\f077";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	line-height: 37px;
	color: #fff;
}
#button:hover {
	cursor: pointer;
	opacity: 0.8;
}
#button.show {
	opacity: 1;
	visibility: visible;
}
section {
	float: left;
	width: 100%;
	padding: 100px 0;
}
.section-title {
	margin: 0 0 50px;
	text-align: center;
}
.section-title h4 {
	color: #7CC24E;
	font-size: 20px;
	font-weight: 700;
	line-height: 38px;
	text-transform: uppercase;
	position: relative;
    font-family: 'Quicksand', sans-serif;
}
.section-title h4 span {
	color: #0D099D;
	font-size: 40px;
	display: block;
	text-transform: capitalize;
	margin: 0;
	padding: 0 0 20px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 900
}
.section-title h4:after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	background: #7CC24E;
	width: 60px;
	height: 2px;
	left: 47%;
}
.section-title p {
	margin-bottom: 25px;
}
.logobar.sticky_menu {
	left: 0;
	right: 0;
	top: 0;
	position: fixed;
	z-index: 9999;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
	background: #fff;
	padding: 15px 0 0;
}
.logobar.sticky_menu .site-logo {
	margin: 0 0 10px;
}
.logobar.sticky_menu .navbar-collapse .main-menu li .sub-menu {
	margin: 20px 0 0 0;
}
/** Scroll to top **/
.howitworks-video {
	position: relative;
}
#video-play {
	border-radius: 2px;
	bottom: 14%;
	color: #fff;
	display: block;
	font-size: 20px;
	height: 112px;
	line-height: 0;
	position: absolute;
	right: 6%;
	text-align: center;
	text-decoration: none !important;
	transition: all 0.5s cubic-bezier(0, 0, 0, 1) 0s;
	width: 112px;
	z-index: 1000 !important;
	background: #506C32;
	line-height: 40px;
	transition: 1s ease;
	-webkit-animation: pulse 3s infinite;
	-o-animation: pulse 3s infinite;
	animation: pulse 3s infinite;
	display: table;
}
#video-play span {
	display: table-cell;
	vertical-align: middle;
	height: 47px;
}
@keyframes pulse {
 50% {
 box-shadow: 0 0 0 15px rgba(80, 108, 50, 0.6), 0 0 0 30px rgba(80, 108, 50, 0.20);
}
}
/** Scroll to top **/
/** Loader **/
#dvLoading {
	background: url(../images/loader.gif) no-repeat center center #fff;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999999;
}
/** button Effects **/
.bttn {
	background: #1112A9;
	border-radius: 3px;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	margin: 10	px 0 0;
	padding: 18px 35px;
	font-size: 15px;
	display: inline-block;
}
.bttn:hover {
	background: #7CC24E;
	color: #ffffff;
}
/** Quote Popup **/
.quote-part {
	position: relative;
	background-color: #fff;
	margin: 20px auto;
	transition: 1s all;
	max-width: 800px;
	padding: 50px;
	font-family: 'Quicksand', sans-serif;
}
.quote-part .section-title {
	margin-bottom: 15px;
	padding-bottom: 0;
}
.section-title .section-span {
	font-size: 25px;
	color: #7CC24E;
	font-weight: 600;
}
.section-title .head-two {
	font-size: 35px;
	font-weight: 600;
	color: #121619;
	margin-top: 5px;
}
.quote-part .form-control {
	height: 50px;
	margin-bottom: 30px;
	box-shadow: none;
	border-color: #ced4da;
	font-size: 14px;
	border: 1px solid #ddd;
	color: #999;
}
.quote-part textarea.form-control {
	height: unset;
}
.quote-part .quote-contact-btn {
	background-color: #7CC24E;
	border: none;
	text-align: center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	display: inline-block;
	color: #fff;
	font-size: 16px;
	padding: 13px 45px 11px;
}
.quote-part .contact-detail-grp {
	height: 100%;
	width: 100%;
	background-color: #f5f5f5;
	text-align: center;
	position: relative;
}
/*
================================================
3. Topbar CSS
================================================
*/
div.topbar {
	width: 100%;
	margin: 0;
	padding: 10px 0;
	float: left;
	background: url("../images/header.jpg");
    background-repeat: no-repeat
}
div.topbar p {
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
	border-right: solid 1px #7CC24E;
	line-height: 17px;
	display: inline-block;
}
div.topbar p:last-child {
	border: none;
}
div.topbar .topbar-right p {
	border: none;
	margin-right: 25px;
}
div.topbar p, div.topbar p a {
	color: #fff;
	font-family: 'Quicksand', sans-serif;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.5px;
    padding-top: 15px
}
div.topbar p a:hover {
	color: #fff;
}
div.topbar p .fa {
	color: #fff;
	font-size: 18px;
	margin-right: 6px;
}
div.topbar p .fa.fa-envelope {
	font-size: 15px;
}
div.topbar-soc {
	margin: 0;
	padding: 0;
	float: right;
}
div.topbar-soc ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
div.topbar-soc ul li {
	list-style: none;
	margin: 0 20px 0 0;
	padding: 0;
	float: left;
}
div.topbar-soc ul li:last-child {
	margin: 0;
}
div.topbar-soc ul li a {
	color: #333;
	font-size: 15px;
}
div.topbar-right {
	text-align: right;
}
/*
================================================
4. Logobar CSS
================================================
*/
div.logobar {
	width: 100%;
	margin: 0;
	padding: 15px 0 0;
	float: left;
	background: #ffffff;
}
div.logobar .site-logo {
	margin: 0 0 15px;
	display: inline-block;
}
.header-bottom {
	background-color: transparent;
	z-index: 99;
	width: 100%;
}
.navbar {
	display: inline-flex;
}
.navbar-expand-lg {
	z-index: 10;
	float: right;
}
.fa-bars {
	background: #000;
	width: 40px;
	height: 40px;
	line-height: 40px !important;
	color: #fff;
	border: none;
	border-radius: 3px;
	font-size: 18px;
	text-align: center;
}
.navbar-collapse {
	background-color: #fff;
}

@media (max-width: 991px) {
.navbar-collapse .main-menu {
	padding: 15px 0;
}
.menu_has_children .sub-menu {
	display: none !important;
}
.menu_has_children .sub-menu li {
	width: 100%;
}
.navbar-collapse .main-menu .menu_has_children.show .sub-menu, .navbar-collapse .main-menu .menu_has_children.show .sub-menu {
	display: flex !important;
	flex-wrap: wrap;
}
}
.navbar-collapse .main-menu li:last-child .sub-menu {
	left: auto;
	right: 0;
}
.navbar-collapse .main-menu li:hover .sub-menu > li {
	position: relative;
	width: 100%;
	border-bottom: 1px solid rgba(0,0,0,0.10);
}
.navbar-collapse .main-menu li:hover .sub-menu {
	opacity: 1;
	visibility: visible;
	top: 100%;
}
.navbar-collapse .main-menu li.menu_has_children {
	position: relative;
}
.navbar-collapse .main-menu li.menu_has_children i {
	font-size: 18px;
	/* transform: translateY(2px); */
	margin-left: 5px;
}

@media (max-width: 991px) {
.navbar-collapse .main-menu li.menu_has_children::before {
	top: 12px;
	right: 15px;
}
}

.navbar-collapse .main-menu{
    margin-top: 40px
}

.navbar-collapse .main-menu li a {
	align-items: center;
	color: #0D099D;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	font-size: 23px;
	text-transform: capitalize;
	border-bottom: 2px solid transparent;
    font-style: italic;
    padding-right: 30px
}

.navbar-collapse .main-menu li a:hover, .navbar-collapse .main-menu li a.active {
	color: #7CC24E;
}

.pt-10{
	padding-top: 15px;
}

@media (max-width: 1199px) {
.navbar-collapse .main-menu {
	margin: 5px 0 0;
	padding: 0;
}
.navbar-collapse .main-menu li a {
	padding: 30px 8px;
}
div.search-box-item {
	margin: 5px 30px 0 10px;
}
}

@media (max-width: 991px) {
.navbar-collapse .main-menu li a {
	padding: 12px 15px;
	display: block;
}
}
.navbar-collapse .main-menu li .sub-menu {
	position: absolute;
	top: 160%;
	left: 0;
	width: 220px;
	background-color: #ffffff;
	-webkit-box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.1);
	margin: 36px 0 0 0;
	padding: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	z-index: 9;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	border-top: 3px solid #7CC24E;
}
.navbar-collapse .main-menu li .sub-menu li a {
	color: var(--heading-color);
	padding: 8px 20px;
	display: block;
	border: none;
}
.navbar-collapse .main-menu li .sub-menu li a:hover {
	color: #7CC24E;
	background-color: rgba(0, 0, 0, 0.05);
}

@media (max-width: 991px) {
.navbar-collapse .main-menu li .sub-menu {
	position: initial;
	opacity: 1;
	visibility: visible;
	display: none;
	-webkit-transition: none;
	transition: none;
}
}

@media (max-width: 991px) {
.navbar-collapse .main-menu li + li a {
	border-top: 1px solid rgba(255, 255, 255, 0.15);
}
}
.navbar-collapse .main-menu li:last-child .sub-menu {
	left: auto;
	right: 0;
}
.menu-toggle {
	margin: 15px 0;
	position: relative;
	display: block;
	width: 35px;
	height: 20px;
	cursor: pointer;
	background: transparent;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	font-size: 0;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.menu-toggle.is-active {
	border-color: transparent;
}
.menu-toggle::before, .menu-toggle::after {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	position: absolute;
	top: 50%;
	left: 50%;
	background: #ffffff;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transition: -webkit-transform 0.25s ease-in-out;
	-webkit-transition: -webkit-transform 0.25s ease-in-out;
	transition: transform 0.25s ease-in-out;
	transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}
.menu-toggle.is-active::before {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}
.menu-toggle.is-active::after {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}
.navbar-toggler {
	padding-right: 0;
	display: none;
}
.header-bar {
	margin-right: 30px;
}
.header-bar i {
	font-size: 25px;
	cursor: pointer;
}
.search-box-item {
	color: #7CC24E;
	cursor: pointer;
	width: auto;
	float: right;
	margin: 0 30px 0 10px;
	padding: 0;
}
.sticky_menu .search-box-item .search-overlay.search-popup {
	margin-top: 21px;
}
.search-box-item .search-overlay.search-popup {
	position: absolute;
	top: 100%;
	width: 300px;
	right: 0;
	background: #ffffff;
	z-index: 2;
	padding: 20px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	margin-top: 36px;
}
.search-box-item .search-overlay.search-popup .search-form {
	position: relative;
}
.search-box-item .search-overlay.search-popup .search-form .search-input {
	display: block;
	width: 100%;
	height: 50px;
	line-height: initial;
	border: 1px solid #eeeeee;
	color: #212529;
	outline: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	padding-top: 4px;
	padding-left: 10px;
}
.search-box-item .search-overlay.search-popup .search-form .search-input:focus {
	border-color: #3a8d00;
}
.search-box-item .search-overlay.search-popup .search-form .search-button {
	position: absolute;
	right: 0;
	top: 0;
	height: 50px;
	background: transparent;
	border: none;
	width: 50px;
	outline: 0;
	color: #102a82;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	padding: 0;
	cursor: pointer;
}
.search-button .ti-search {
	margin: 15px 10px;
	float: right;
}
.search-box-item .search-overlay.search-popup .search-form .search-button:focus {
	color: #3a8d00;
}
.search-box-item .search-btn {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.search-box-item .search-btn:hover {
	color: #7CC24E;
}
.search-box-item .search-overlay {
	display: none;
}
.search-box-item .close-btn {
	cursor: pointer;
	display: none;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	color: #7CC24E;
	font-size: 16px;
}
.search-box-item .close-btn:hover {
	color: #7CC24E;
}
.search-box-item .close-btn.active {
	display: inline-block;
}
.search-btn.ti-search {
	font-size: 16px;
}
.request-quote-btn {
	float: right;
}
.request-quote-btn a {
	background: #7CC24E;
	border-radius: 3px;
	color: #ffffff;
	font-size: 15px;
	font-family: 'Quicksand', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
	padding: 12px 30px;
}
.request-quote-btn a:hover {
	background: #0D099D;
}
.header-register-form {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 112;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	transition: all ease 0.3s;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	visibility: hidden;
}
.header-register-form .close {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 20px;
	color: var(--heading-color);
	cursor: pointer;
}
/*
================================================
5. Banner CSS
================================================
*/
.banner {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
}
.banner-lines {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 100%;
	height: 49px;
	z-index: 9;
	background: url('../images/banner-bg-lines.png') repeat-x left bottom;
}
.banner .carousel {
	z-index: 0;
}
.banner .carousel-control-next, .banner .carousel-control-prev {
	float: left;
	margin: 0 1px 0 0;
	background: #7CC24E;
	width: 59px;
	height: 48px;
	display: inline-block;
	top: inherit;
	bottom: 0;
	opacity: 1;
	z-index: 9;
}
.banner .carousel-control-next {
	left: 60px;
}
.banner .carousel-control-next .fa, .banner .carousel-control-prev .fa {
	font-size: 20px;
}
.banner .carousel-control-next-icon, .banner .carousel-control-prev-icon {
	position: absolute;
	left: 0;
	bottom: 0;
	top: 13px;
	left: 20px;
	background: none;
}
.banner img {
	width: 100%;
}
.banner-cnt {
	position: absolute;
	left: 0;
	right: 0;
	top: 200px;
	text-align: center;
}
.banner-cnt h1 {
	color: #ffffff;
	font-size: 80px;
	font-weight: 700;
	line-height: 80px;
	text-transform: uppercase;
}
.banner-cnt h1 span {
	display: block;
	color: #7CC24E;
}
.banner-cnt p {
	color: #ffffff;
	font-size: 20px;
	font-family: 'Quicksand', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	position: relative;
	width: auto;
	display: inline-block;
}
.banner-cnt p:after {
	position: absolute;
	content: '';
	left: 40%;
	bottom: 0;
	background: #ffffff;
	width: 60px;
	height: 3px;
}
.banner-cnt-btn {
	display: inline-block;
	margin: 30px 0 0 0;
}
.banner-cnt-btn a {
	color: #ffffff;
	font-size: 18px;
	font-family: 'Quicksand', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 12px 0 0;
	padding: 20px 50px;
	text-align: center;
	background: #7CC24E;
	border-radius: 3px;
}
.banner-cnt-btn a:hover {
	background: #0D099D;
}
.banner-cnt-btn a:last-child {
	margin: 0;
}
.banner-cnt-btn a.contactus-btn {
	background: #ffffff;
	color: #1112A9;
}
.banner-cnt-btn a.contactus-btn:hover {
	background: #0D099D;
	color: #ffffff;
}
.banner-cnt-btn a .fa {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	font-size: 15px;
	margin-left: 5px;
}
/*
================================================
6. Services Section CSS
================================================
*/
div.services-sec {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
}
div.services-inn {
	background: #7CC24E;
	margin: 0;
	padding: 50px 0;
	float: left;
	transition: all 0.3s ease 0s;
}
div.services-icon {
	width: 32%;
	float: left;
	text-align: center;
}
div.services-txt {
	display: inline-block;
	width: 63%;
	padding-right: 10px;
}
div.services-inn h3 {
	color: #ffffff;
	font-size: 25px;
	font-weight: 900;
	position: relative;
	margin: 0 0 15px;
	padding: 0 0 15px;
    font-family: 'Quicksand', sans-serif;
    font-style: italic
}
div.services-inn h3 span {
	display: block;
}
div.services-inn h3::after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 60px;
	height: 3px;
	background: #ffffff;
}
div.services-inn p {
	color: #ffffff;
}
div.services-icon img {
	filter: brightness(0) invert(1);
}
div.services-inn:hover, div.services-inn.active {
	background: #f9f9f9;
	transition: all 0.3s ease 0s;
}
div.services-inn:hover .services-icon img, div.services-inn.active .services-icon img {
	filter: brightness(1) invert(0);
	transition: all 0.3s ease 0s;
}
div.services-inn:hover h3, div.services-inn:hover p, div.services-inn.active h3, div.services-inn.active p {
	color: #1112A9;
	transition: all 0.3s ease 0s;
}
div.services-inn:hover h3::after, div.services-inn.active h3::after {
	background: #1112A9;
	transition: all 0.3s ease 0s;
}
/** Single Services Section **/
.services-details-sec h2, .services-details-sec h3 {
	font-weight: 600;
}
.service-details {
	font-size: 16px;
}
.services-details-sec ul {
	margin: 0 0 0 15px;
}
.single-widget {
	margin-bottom: 35px;
}
.service-list ul li i {
	font-size: 14px;
	color: #7CC24E;
}
.widget .single-accordion {
	border: 1px solid #eee;
	border-radius: 4px;
}
.widget .single-accordion h3 a {
	color: #444;
	border-bottom: 1px solid #eee;
}
.widget-content {
	position: relative;
}
.widget-items li a {
	position: relative;
	border-bottom: 1px solid #eee;
}
.widget-items li a span {
	line-height: 1.4;
}
.advertise {
	background: rgba(0, 0, 0, 0) url("../images/welcome-thumb.jpg") no-repeat scroll center center / cover;
	border-radius: 0.5rem;
}
.avatar-md {
	height: 4rem;
	width: 4rem;
}
.bg-overlay::after {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	background-color: #0F4C81;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	z-index: -1;
}
.bg-overlay {
	position: relative;
	z-index: 0;
}
.tags-widget .single-accordion {
	border: none;
}
.tags-widget-items a {
	border: 1px solid #e5e5e5;
	font-size: 12px;
}
.tags-widget-items a:hover {
	border: 1px solid #e5e5e5;
	background: #e5e5e5;
}
/*
================================================
7. How It Works Section CSS
================================================
*/
.howitworks-sec .section-title {
	text-align: left;
}
.howitworks-sec .section-title h4::after {
	left: 0;
}
.howitworks-sec {
	background: url('../images/howitworks-bg.png') no-repeat left center;
}
div.howitworks-list ul {
	width: 50%;
	float: left;
}
div.howitworks-list ul li {
	font-family: 'Quicksand', sans-serif;
	color: #1112A9;
	font-weight: 700;
	line-height: 20px;
	margin: 0 0 12px;
	padding: 0 0 0 45px;
	background-repeat: no-repeat;
	background-position: left center;
}
div.howitworks-list ul li.brilliant {
	background-image: url('../images/howitworks-icon1.png');
}
div.howitworks-list ul li.professional {
	background-image: url('../images/howitworks-icon2.png');
}
div.howitworks-list ul li.world-wide {
	background-image: url('../images/howitworks-icon3.png');
}
div.howitworks-list ul li.revolution {
	background-image: url('../images/howitworks-icon4.png');
}
div.readmore-btn {
	margin: 35px 0 0;
	padding: 0;
	float: left;
}
div.readmore-btn a {
	background: #1112A9;
	border-radius: 3px;
	color: #ffffff;
	font-family: 'Quicksand', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
	padding: 18px 35px;
}
div.readmore-btn a:hover {
	background: #7CC24E;
}
/*
================================================
8. About Section CSS
================================================
*/
.aboutus-sec .section-title {
	text-align: left;
}
.aboutus-sec .section-title h4::after {
	left: 0;
}
.aboutus-sec {
	background: #f9f9f9 url('../images/aboutus-bg.jpg') no-repeat left center;
	background-size: 100%;
	padding: 60px 0 0;
}
.aboutus-person {
	margin-top: 0px;
}
div.aboutus-list {
	margin: 70px 0 0;
}
div.aboutus-list ul li {
	margin: 0 0 65px;
	padding: 0 0 0 80px;
	position: relative;
}
div.aboutus-list ul li:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 35px;
	height: 32px;
	background: #7CC24E;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 50%;
	margin: 0;
	padding: 28px;
	display: inline-block;
}
div.aboutus-list ul li.about-list-one:before {
	background-image: url('../images/aboutus-list4.png');
}
div.aboutus-list ul li.about-list-two:before {
	background-image: url('../images/aboutus-list3.png');
}
div.aboutus-list ul li.about-list-three:before {
	background-image: url('../images/aboutus-list2.png');
}
div.aboutus-list ul li h5 {
	font-family: 'Quicksand', sans-serif;
	color: #1112A9;
	font-size: 20px;
	font-weight: 700;
	line-height: 20px;
	margin: 0 0 10px;
	padding: 0;
}
/*
================================================
9. Free Quote Section CSS
================================================
*/
div.free-quote-sec {
	width: 100%;
	margin: 0;
	padding: 60px 0;
	float: left;
	background: #fff;
}
div.free-quote-sec .container {
	max-width: 1372px;
}
div.free-quote-sec h3 {
	color: #ffffff;
	font-size: 60px;
	font-weight: 700;
	line-height: 50px;
	text-transform: uppercase;
	border-right: solid 1px #ffffff;
	margin: 0 50px 0 0;
	padding: 0 50px 0 0;
	width: auto;
	float: left;
}
div.free-quote-sec h3 span {
	display: block;
	margin: 16px 0 0 0;
}
div.free-quote-sec form h4 {
	color: #ffffff;
	font-size: 31px;
	font-weight: 700;
	line-height: 50px;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}
div.free-quote-sec form {
	float: left;
}
div.free-quote-sec form input {
	background: #ffffff;
	border: none;
	border-radius: 30px;
	margin: 0 8px 0 0;
	padding: 20px 20px;
	color: #7b888c;
	font-family: 'Quicksand', sans-serif;
	font-size: 15px;
	font-weight: 400;
	width: 330px;
	float: left;
}

div.free-quote-sec p {
	font-family: 'Quicksand', sans-serif;
    font-weight: 600
}

div.free-quote-sec form input::-webkit-input-placeholder {
 color: #7b888c;
 opacity:1;
}
div.free-quote-sec form input:-moz-placeholder { /* Firefox 18- */
 color: #7b888c;
 opacity:1;
}
 div.free-quote-sec form input::-moz-placeholder {  /* Firefox 19+ */
 color: #7b888c;
 opacity:1;
}
div.free-quote-sec form input:-ms-input-placeholder {
 color: #7b888c;
 opacity:1;
}
div.free-quote-sec form button {
	background: #0D099D;
	border: none;
	border-radius: 30px;
	margin: 0 8px 0 0;
	padding: 20px 30px;
	color: #ffffff;
	font-family: 'Quicksand', sans-serif;
	font-size: 15px;
	font-weight: 400;
}
/*
================================================
10. Our Team Section CSS
================================================
*/
.our-team .section-title {
	margin: 0;
}
.inner-content-wrapper.our-team {
	padding: 60px 0 100px;
}
/** Single Our Team Sec **/
.ourteam-inn {
	text-align: center;
	width: 100%;
	float: left;
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 34%, rgba(249,249,249,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(34%, rgba(255,255,255,1)), color-stop(100%, rgba(249,249,249,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 34%, rgba(249,249,249,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 34%, rgba(249,249,249,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 34%, rgba(249,249,249,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 34%, rgba(249,249,249,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9', GradientType=0 );
	-webkit-box-shadow: 0px 0px 17px -7px rgba(0,0,0,0.30);
	-moz-box-shadow: 0px 0px 17px -7px rgba(0,0,0,0.30);
	box-shadow: 0px 0px 17px -7px rgba(0,0,0,0.30);
	margin: 40px 0 0;
}
.ourteam-inn .image-main {
	position: inherit;
	z-index: 99;
	padding: 12px 12px 0;
}
.ourteam-image-soc {
	position: relative;
}
.ourteam-image-soc img {
	width: 100%;
}
.ourteam-image-soc .ourteam-soc-list {
	opacity: 0;
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	background: rgb(0, 0, 0, 0.4);
	display: table;
	transition: all 0.25s ease-in-out;
}
.ourteam-inn:hover .ourteam-soc-list {
	opacity: 1;
	transition: all 0.25s ease-in-out;
}
.ourteam-inn:hover .ourteam-inn-btm {
	border-bottom: solid 5px #7CC24E;
}
.ourteam-soc-list ul {
	vertical-align: middle;
	display: table-cell;
}
.ourteam-soc-list ul li {
	display: inline-block;
}
.ourteam-soc-list ul li a {
	color: #ffffff;
	background: #7CC24E;
	border-radius: 3px;
	font-size: 15px;
	line-height: 15px;
	margin: 0 2px;
	padding: 7px 0;
	width: 30px;
	height: 30px;
	display: inline-block;
	text-align: center;
}
.ourteam-inn-btm {
	width: 100%;
	text-align: center;
	display: inline-block;
	margin: 0;
	padding: 25px 0 25px;
	border-bottom: solid 5px #f9f9f9;
}
.ourteam-inn-btm h6 {
	color: #0D099D;
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	text-transform: uppercase;
}
.ourteam-inn-btm span {
	font-size: 17px;
	font-weight: 400;
	font-family: 'Quicksand', sans-serif;
	display: block;
	text-transform: capitalize;
}
/*
================================================
11. Our Portfolio Section CSS
================================================
*/
.portfolio-sec {
	background: #0D099D url('../images/our-portfolio-bg.png') no-repeat left center;
	background-size: 100%;
}
.portfolio-sec.inner-content-wrapper {
	background: none;
}
.portfolio-sec .section-title h4 span {
	color: #ffffff;
}
.blog .carousel-indicators {
	top: -75px;
	right: 0;
	bottom: auto;
	left: auto;
	margin: 0;
}
/* The colour of the indicators */
.blog .carousel-indicators li {
	background: #7CC24E;
	border-radius: 5px;
	width: 43px;
	height: 43px;
	line-height: 21px;
	text-align: center;
	margin: 0 0 0 8px;
	padding: 0 10px;
	text-indent: 0;
	box-sizing: border-box;
}
.blog .carousel-indicators li .fa {
	color: #ffffff;
	font-size: 16px;
}
.item-carousel-blog-block {
	outline: medium none;
	padding: 15px;
}
.item-box-blog {
	z-index: 4;
}
.item-box-blog figure {
	margin: 0;
}
.item-box-blog-image {
	position: relative;
}
.item-box-blog-image figure img {
	width: 100%;
	height: auto;
}
.item-box-blog-body {
	background: #7CC24E;
	padding: 35px;
}
.item-box-blog h5 {
	color: #ffffff;
	font-size: 20px;
	font-weight: 700;
}
.item-box-blog p {
	color: #ffffff;
	font-size: 17px;
	font-weight: 400;
	line-height: 24px;
	margin: 0;
}
div.item-box-blog .imghvr-push-up .figcaption, div.item-box-blog .figure {
	background-color: #7CC24E;
}
div.item-box-blog .imghvr-push-up .figcaption .fa {
	text-align: center;
	color: #d44200;
	font-size: 120px;
	margin: 0 0 10px 0;
	width: 100%;
}
div.item-box-blog .imghvr-push-up .figcaption p {
	font-size: 20px;
	margin-bottom: 10px;
}
div.item-box-blog .imghvr-push-up .figcaption a {
	background: #0D099D;
	border-radius: 3px;
	color: #ffffff;
	font-family: 'Quicksand', sans-serif;
	font-size: 17px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 20px 0 0 0;
	padding: 12px 30px;
	float: left;
	position: relative;
}
/*
================================================
12. Count Section CSS
================================================
*/
.counter-sec {
	float: left;
	width: 100%;
	padding: 100px 0;
}
.count-main {
	text-align: center;
}
.counter.col_fourth {
	width: 29%;
	display: inline-block;
	text-align: center;
	margin: 0 45px 0 0;
	padding: 0 45px 0 0;
	position: relative;
}
.counter.col_fourth:last-child {
	margin: 0;
	padding: 0;
}
.counter.col_fourth:after {
	position: absolute;
	content: '';
	bottom: 0;
	right: 0;
	width: 2px;
	height: 100px;
	background: #0D099D;
	margin: 0;
	padding: 0;
}
.counter.col_fourth:last-child:after {
	display: none;
}
.count-num {
	width: 100%;
	display: flex;
	margin-bottom: 10px;
}
.timer.count-title.count-number {
	display: inline-block;
	color: #0D099D;
	font-size: 60px;
	font-weight: 700;
	line-height: 55px;
	margin: 0 0 0 15px;
	padding: 0;
}
.timer.count-title.count-number:after {
	background: #7CC24E;
	border-radius: 50%;
	position: absolute;
	content: '';
	top: 0;
	width: 13px;
	height: 13px;
}
.counter.col_fourth p {
	color: #0D099D;
	font-size: 30px;
	font-family: 'Quicksand', sans-serif;
	font-weight: 700;
	line-height: 25px;
	margin: 0;
	position: relative;
	text-align: left;
}
/*
================================================
13. Join Us Section CSS
================================================
*/
.joinus-sec {
	background: #7CC24E url('../images/joinus-bg.png') no-repeat left center;
	background-size: 100%;
	padding: 70px 0;
}
.joinus-sec h3 {
	color: #ffffff;
	font-size: 60px;
	font-weight: 700;
}
.joinus-sec h3 span {
	display: block;
	font-size: 30px;
	text-transform: uppercase;
}
.joinus-sec a {
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	background: #0D099D;
	border-radius: 30px;
	float: left;
	margin: 15px 0 0;
	padding: 18px 45px;
}
/*
================================================
14. FAQ Section CSS
================================================
*/
.faq-sec {
	padding: 100px 0 75px;
	background-color: #efefef
}
.faq-sec .section-title {
	margin: 0;
}
.faq-img {
	margin: 40px 0 0;
}
.faq-img img {
	width: 100%;
}
.faq-cnt {
	margin-top: 0px;
}
.faq-sec .myaccordion {
	box-shadow: 0 0 1px rgba(0,0,0,0.1);
	margin: 40px 0 0;
}
.myaccordion .card {
	border: none;
	margin-bottom: 25px;
	padding: 16px;
	background: #ffffff;
	-webkit-box-shadow: 0px 0px 17px -7px rgba(0,0,0,0.30);
	-moz-box-shadow: 0px 0px 17px -7px rgba(0,0,0,0.30);
	box-shadow: 0px 0px 17px -7px rgba(0,0,0,0.30);
}
.myaccordion .card-header {
	border-bottom-color: #EDEFF0;
	background: transparent;
	border: none;
	padding: 0;
}
.card-body {
	padding: 0;
}
.card-body p {
	margin: 0 30px 0 0;
	font-size: 15px;
	font-weight: 100;
}
.myaccordion .btn {
	width: 100%;
	color: #0D099D;
	padding: 0;
	font-size: 20px;
	font-family: 'Quicksand', sans-serif;
	font-weight: 700;
}
.myaccordion .btn-link:hover, .myaccordion .btn-link:focus {
	text-decoration: none;
}
.myaccordion li + li {
	margin-top: 10px;
}
.myaccordion .card .fa {
	background: #7CC24E;
	width: 34px;
	height: 34px;
	font-size: 12px;
}
.myaccordion .card .fa-stack {
	width: 34px;
	height: 34px;
	line-height: 34px;
}
/*
================================================
15. Start Your Project Section CSS
================================================
*/
.start-project-sec {
	background: url('../images/start-project-bg.jpg') no-repeat left center;
	background-size: cover;
	text-align: center;
	background-attachment: fixed;
}
.start-project-sec .section-title {
	margin: 0;
}
.start-project-sec .section-title h4 span {
	color: #ffffff;
}
.start-project-sec .section-title p {
	color: #ffffff;
}
.start-project-sec .section-title a {
	color: #ffffff;
	font-size: 18px;
	font-family: 'Quicksand', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	background: #7CC24E;
	border-radius: 30px;
	margin: 20px 0 0 0;
	padding: 18px 40px;
	display: inline-block;
}
.start-project-sec .section-title a:hover {
	background: #0D099D;
}
/*
================================================
16. Newcase Section CSS
================================================
*/
.newcase-sec {
	padding: 0;
	float: left;
	width: 100%;
}
.newcase-img {
	width: 33.333333%;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	transition: all 0.3s ease 0s;
}
.newcase-sec img {
	width: 100%;
}
.newcase-overlay {
	opacity: 0;
	position: absolute;
	bottom: 15px;
	right: 0;
	background: #7CC24E;
	color: #ffffff;
	font-size: 17px;
	font-family: 'Quicksand', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
	padding: 8px 16px;
	z-index: 99;
	transition: all 0.3s ease 0s;
}
.newcase-img:hover .newcase-overlay {
	opacity: 1;
}
/*
================================================
17. Our Client Section CSS
================================================
*/
.testimonial-sec .section-title {
	text-align: left;
	margin: 0;
}
.testimonial-sec .section-title h4:after {
	left: 0;
}
.client-logos {
	margin: 40px 0 0;
}
.client-logos img {
	float: left;
	border: solid 1px #e1e3e5;
	margin: 0 5px 5px 0;
	padding: 4px 20px;
}
.client-logos img:last-child {
	margin: 0;
}
.testimonial-sec .carousel.slide {
	margin: 40px 0 0;
}
.testimonial-sec .carousel-item p {
	background: #f4f6f8;
	margin: 0;
	padding: 10px;
	position: relative;
}
.testimonial-sec .carousel-item p:after {
	position: absolute;
	content: '\f0d7';
	color: #f4f6f8;
	font-size: 60px;
	font-family: FontAwesome;
	left: 45px;
	bottom: -51px;
}
.testimonial-sec .carousel-indicators {
	right: 0;
	left: inherit;
	bottom: 35px;
	margin: 0;
}
.testimonial-sec .carousel-indicators li {
	background: #f4f6f8;
	border-radius: 50%;
	border: none;
	width: 12px;
	height: 12px;
}
.testimonial-sec .carousel-indicators li.active {
	background: #7CC24E;
}
div.carousel-btm {
	margin: 20px 0 0;
	padding-left: 20px;
}
div.carousel-btm img {
	border: solid 5px #7CC24E;
	border-radius: 50%;
	float: left;
}
div.carousel-btm h4 {
	color: #0D099D;
	font-size: 18px;
	font-weight: 800;
	line-height: 76px;
	margin-left: 30px;
	float: left;
}
div.carousel-btm h4 span {
	font-weight: 400;
}
/*
================================================
18. Inner page Wrapper
================================================
*/
.inner-header:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	opacity: 0.9;
	background: rgba(0,0,0,0.7);
	z-index: -1;
}
.inner-header {
	background: url(../images/inner-header-bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 350px;
	display: table;
	width: 100%;
	position: relative;
	z-index: 9;
}
.inner-header .pattern {
	background: url(../images/dots.png) repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 9;
	top: 0;
	left: 0;
}
.inner-header .display-cell {
	display: table-cell;
	vertical-align: middle;
}
.inner-header .container {
	z-index: 9;
	position: relative;
}
.inner-header .home-builder-page-title {
	position: relative;
	z-index: 2;
}
.inner-header .home-builder-page-title h1 {
	color: #7CC24E;
	font-size: 60px;
	margin: 0;
	line-height: 55px;
	font-weight: 900;
	text-transform: uppercase;
    font-family: 'Quicksand', sans-serif;
}
.home-builder-page-title h1.titlecolor {
	color: #7CC24E;
	margin: 0;
	display: block;
	padding-bottom: 15px;
}
.inner-header .breadcrumb {
	padding: 0;
	margin-top: 10px;
	list-style: none;
	background: none;
	border-radius: 0;
	font-size: 14px;
}
.inner-header .breadcrumb > li + li::before {
	padding: 0 5px;
	color: #ccc;
	content: "/\00a0";
}
.inner-header .breadcrumb > li {
	text-transform: uppercase;
	font-size: 14px;
	display: inline-block;
	margin: 5px 0;
}
.inner-header .breadcrumb > li a {
	color: #FFFFFF;
}
.inner-header .breadcrumb i {
	margin-right: 5px;
}
.inner-header .breadcrumb > .active {
	color: #7CC24E;
}
/*
================================================
19. Inner Content Wrapper
================================================
*/
.inner-content-wrapper {
	float: left;
	width: 100%;
	padding: 100px 0;
}
/*
================================================
20. Gallery Wrapper
================================================
*/
.project-block {
	position: relative;
	margin-bottom: 30px;
}
.project-block .inner-box {
	position: relative;
}
.project-block .inner-box .image {
	position: relative;
}
.project-block .inner-box .image img {
	position: relative;
	width: 100%;
	display: block;
}
.project-block .inner-box .image .overlay-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	padding: 40px 40px;
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}
.project-block .inner-box:hover .image .overlay-box {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
}
.project-block .inner-box .image .overlay-box:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: 0.9;
	display: block;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	background-image: -ms-linear-gradient(bottom, #1112AA 0%, #88C754 100%);
	background-image: -moz-linear-gradient(bottom, #1112AA 0%, #88C754 100%);
	background-image: -o-linear-gradient(bottom, #1112AA 0%, #88C754 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #1112AA), color-stop(100, #88C754));
	background-image: -webkit-linear-gradient(bottom, #1112AA 0%, #88C754 100%);
	background-image: linear-gradient(to top, #1112AA 0%, #88C754 100%);
}
.project-block .inner-box .image .overlay-box .overlay-inner {
	position: relative;
	height: 100%;
}
.project-block .inner-box .image .overlay-box .title {
	position: relative;
	color: #ffffff;
	font-size: 16px;
	margin-bottom: 8px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.project-block .inner-box .image .overlay-box h4 {
	position: relative;
	color: #ffffff;
	font-weight: 600;
	line-height: 1.3em;
}
.project-block .inner-box .image .overlay-box h4 a {
	position: relative;
	color: #ffffff;
}
.project-block .inner-box .image .overlay-box .social-box {
	position: relative;
	margin-top: 20px;
}
.project-block .inner-box .image .overlay-box .social-box a {
	position: relative;
	font-size: 18px;
	color: #ffffff;
	margin-right: 18px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.project-block .inner-box .image .overlay-box .social-box a:hover {
	color: #222222;
}
.project-block .inner-box .image .overlay-box .plus {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 50px;
	height: 50px;
	color: #ffffff;
	font-size: 18px;
	line-height: 50px;
	text-align: center;
	font-weight: 700;
	display: inline-block;
	background-color: #222222;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.project-block .inner-box .image .overlay-box .plus:hover {
 background-color:#222222;
}
/*
================================================
21. FAQ Wrapper
================================================
*/
.faq-page-section {
	position:relative;
	padding:100px 0px ;
}
.faq-page-section .sec-title h2 {
	position: relative;
	color: #222222;
	font-size: 40px;
	font-weight: 600;
	line-height: 1.3em;
	margin-top: 15px;
	text-transform: capitalize;
}
.faq-page-section .title-column{
	position:relative;
}
.faq-page-section .title-column .inner-column{
	position:relative;
	margin-bottom:40px;
	padding-right:100px;
}
.faq-page-section .title-column .sec-title{
	margin-bottom:15px;
}
.faq-page-section .title-column .text{
	position:relative;
	color:#0e0e0e;
	font-size:16px;
	line-height:1.8em;
	margin-bottom:25px;
}
.faq-page-section .accordion-box {
	position: relative;
}
.faq-page-section .accordion-box .heading {
	position: relative;
	color: #000000;
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 45px;
}
.faq-page-section .accordion-box .block {
	position: relative;
	padding-bottom: 30px;
}
.faq-page-section .accordion-box .block:last-child {
	padding-bottom: 0px;
}
.faq-page-section .accordion-box .block .acc-btn {
	font-size: 18px;
	padding-right: 0px;
	padding-left: 50px;
	position: relative;
	cursor: pointer;
	line-height: 30px;
	color: #000000;
	font-weight: 600;
	transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
}
.faq-page-section .accordion-box .block .icon-outer {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 50%;
	font-size: 14px;
	color: #ffffff;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	background-color: #7CC24E;
}
.faq-page-section .accordion-box .block .icon-outer .icon {
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 50%;
	line-height: 30px;
	font-size: 14px;
	color: #ffffff;
}
.faq-page-section .accordion-box .block .icon-outer .icon-plus {
	opacity: 1;
}
.faq-page-section .accordion-box .block .icon-outer .icon-minus {
	opacity: 0;
	color: #ffffff;
	font-weight: 400;
}
.faq-page-section .accordion-box .block .acc-btn.active .icon-outer .icon-minus {
	opacity: 1;
	color: #ffffff;
}
.faq-page-section .accordion-box .block .acc-btn.active .icon-outer .icon-plus {
	opacity: 0;
}
.faq-page-section .accordion-box .block .acc-btn.active .icon-outer {
	border-color: #ff3548;
	color: #ff3548;
}
.faq-page-section .accordion-box .block .acc-content {
	position: relative;
	display: none;
}
.faq-page-section .accordion-box .block .acc-content .content-text {
	padding-bottom: 6px;
}
.faq-page-section .accordion-box .block .acc-content.current {
	display: block;
}
.faq-page-section .accordion-box .block .content {
	position: relative;
	font-size: 14px;
	padding: 10px 0px 0px 0px;
}
.faq-page-section .accordion-box .block .content p {
	margin-bottom: 0px;
	line-height: 1.8em;
	font-size: 16px;
	color: #0e0e0e;
	padding-left: 50px;
}
.faq-page-section .accordion-box .block .content p:last-child {
	margin-bottom: 0px;
}
.faq-page-section .accordion-box.style-two .block {
	margin-bottom: 10px;
	padding-bottom: 0px;
}
.faq-page-section .accordion-box.style-two .block .acc-btn {
	background-color: #eeeeee;
	color: #333333;
	font-size: 18px;
	font-weight: 400;
	padding: 20px 32px;
	text-transform: uppercase;
	font-family: 'Quicksand', sans-serif;
}
.faq-page-section .accordion-box.style-two .block .icon-outer {
	right: 20px;
	left: auto;
	top: 20px;
	background-image: none;
	background-color: #333333;
}
.faq-page-section .accordion-box.style-two .block .content {
	padding: 30px 30px;
	border: 2px solid #eeeeee;
}
.faq-page-section .accordion-box.style-two .block .content p {
	padding: 0px;
}
/*
================================================
22. Error Section
================================================
*/
.error-section .content {
	position: relative;
	text-align: center;
}
.error-section h1 {
	position: relative;
	color: #222222;
	font-size: 180px;
	font-weight: 600;
	line-height: 1em;
	margin-bottom: 10px;
}
.error-section h2 {
	position: relative;
	color: #222222;
	font-size: 50px;
	font-weight: 400;
	line-height: 1.2em;
	margin-bottom: 10px;
}
.error-section .text {
	position: relative;
	color: #222222;
	font-size: 20px;
	font-weight: 400;
	margin-top: 20px;
	margin-bottom: 30px;
}
.error-section .btn-style-two::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	background-color: #fda700;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-transform: scale(0.2, 1);
	transform: scale(0.2, 1);
}
.error-section .btn-style-two {
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #7CC24E;
	padding: 10px 32px 10px;
	font-weight: 400;
	overflow: hidden;
	overflow: hidden;
	background: none;
	letter-spacing: 1px;
	border-radius: 50px;
	text-transform: uppercase;
	border: 2px solid #7CC24E;
	font-family: 'Quicksand', sans-serif;
}
.error-section .btn-style-two:hover::before {
	opacity: 1;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	background-color: #7CC24E;
}
.error-section .btn-style-two .txt {
	position: relative;
	z-index: 1;
}
.error-section .btn-style-two:hover {
	color: #ffffff;
}
/*
================================================
23. Blog Section
================================================
*/
/** Single Blog Sec **/
.single-blog-area {
	position: relative;
	z-index: 1;
}
.blog-thumb img {
	width: 100%;
}
.single-blog-area .blog-thumb {
	position: relative;
	z-index: 1;
}
.single-blog-area .blog-thumb .date {
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 22;
	background-color: #7CC24E;
	color: #fff;
	height: 60px;
	width: 70px;
	text-align: center;
	line-height: 60px;
	display: inline-block;
	font-weight: 600;
	-webkit-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	transition-duration: 500ms;
	border-radius: 2px;
}
.blog-content {
	background-color: #fff;
	padding: 20px;
	margin: 0 15px;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .07);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .07);
	position: relative;
	z-index: 22;
	margin-top: -50px;
	-webkit-transition-duration: 400ms;
	-o-transition-duration: 400ms;
	transition-duration: 400ms;
}
.blog-content h3 a  {
	line-height: 32px;
	-webkit-transition-duration: 400ms;
	-o-transition-duration: 400ms;
	transition-duration: 400ms;
	margin-bottom: 0;
	font-size: 25px;
}
.blog-content a h3:hover {
	color: #7CC24E;
}
.single-blog-area:hover .blog-content {
	margin-left: 0;
	margin-right: 0;
}
.single-blog-area:hover .blog-thumb .date {
	-webkit-transform: rotateY(360deg);
	transform: rotateY(360deg);
}
.blog-content .comment a {
	font-size: 12px;
	font-weight: 600;
	-webkit-transition-duration: 400ms;
	-o-transition-duration: 400ms;
	transition-duration: 400ms;
}
.blog-content .comment a i {
	color: #555;
	-webkit-transition-duration: 400ms;
	-o-transition-duration: 400ms;
	transition-duration: 400ms;
}
.blog-content .comment a:hover {
	color: #7CC24E;
}
.blog-content .comment a:hover i {
	color: #7CC24E;
}
.blog-content a {
	font-size: 14px;
	font-weight: 600;
	-webkit-transition-duration: 400ms;
	-o-transition-duration: 400ms;
	transition-duration: 400ms;
}
.blog-content a:hover {
	color: #7CC24E;
}
/** Blog Details Sec **/
.blog-details-sec .sidebar-side, .blog-details-sec .content-side {
	position: relative;
	margin-bottom: 50px;
}
.blog-detail .news-block-two {
	margin-bottom: 20px;
}
.blog-detail .news-block-two .date-and-like {
	left: 30px;
	top: 0;
}
.blog-detail h3 {
	position: relative;
	display: block;
	font-size: 30px;
	line-height: 1.2em;
	color: #36404b;
	font-weight: 500;
	margin-bottom: 20px;
}
.blog-detail p {
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 26px;
	color: #666666;
	font-weight: 400;
	margin-bottom: 30px;
}
.blog-detail blockquote {
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	font-weight: 400;
	text-align: center;
	font-style: italic;
	border: 5px double #7CC24E;
	margin-bottom: 30px;
	padding: 29px 20px;
	font-family: 'Quicksand', sans-serif;
}
.blog-detail .post-share-options {
	position: relative;
	display: block;
	padding: 20px 0;
	border-top: 1px solid #dddddd;
}
.blog-detail .post-share-options .social-links {
	position: relative;
	float: left;
}
.post-share-options h4 {
	position: relative;
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	color: #7CC24E;
	display: inline-block;
	margin-right: 10px;
}
.post-share-options .social-links ul {
	position: relative;
	display: inline-block;
}
.post-share-options .social-links li {
	position: relative;
	display: inline-block;
	margin-left: 20px;
}
.post-share-options .social-links li a {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 20px;
	color: #777777;
	font-weight: 400;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.post-share-options .social-links li a:hover {
	color: #7CC24E;
}
.post-share-options .next-prev {
	position: relative;
	float: right;
}
.post-share-options .next-prev a {
	position: relative;
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	color: #222222;
	padding-right: 20px;
	margin-right: 20px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.post-share-options .next-prev a:last-child {
	padding-right: 0;
	margin-right: 0;
}
.post-share-options .next-prev a:last-child:before {
	display: none;
}
.post-share-options .next-prev a:before {
	position: absolute;
	right: 0;
	top: 5px;
	width: 1px;
	height: 15px;
	background-color: #1c63b8;
	content: "";
}
.post-share-options .next-prev a:hover {
	color: #7CC24E;
}
.post-share-options .next-prev .prev i {
	margin-right: 10px;
}
.post-share-options .next-prev .next i {
	margin-left: 10px;
}
.news-block-two {
	position: relative;
	margin-bottom: 40px;
}
.news-block-two .inner-box {
	position: relative;
	overflow: hidden;
}
.news-block-two .image-box {
	position: relative;
	display: block;
}
.news-block-two .image-box img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}
.news-block-two .image-box a {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.news-block-two .image-box a:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #222222;
	opacity: .60;
	content: "";
}
.news-block-two .inner-box:hover .image-box a {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.plus-icon {
	height: 50px;
	width: 50px;
	background-image: url(../images/icons/plus.html);
	background-position: center;
	background-repeat: no-repeat;
}
.news-block-two .image-box a .plus-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 50px;
	width: 50px;
	margin-top: -25px;
	margin-left: -25px;
}
.news-block-two .lower-content {
	position: relative;
}
.news-block-two .lower-content .info-box {
	position: relative;
	display: block;
	background-color: #f2f2f2;
	padding: 20px 20px;
	margin-bottom: 40px;
}
.news-block-two .info-box li {
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	color: #222222;
	font-weight: 400;
	padding-right: 11px;
	margin-right: 10px;
}
.news-block-two .info-box li a {
	color: #222222;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.news-block-two .info-box li a:hover {
	color: #7CC24E;
}
.news-block-two .info-box li:before {
	position: absolute;
	right: 0;
	top: 3px;
	height: 14px;
	width: 1px;
	background-color: #4f4f4f;
	content: "";
}
.news-block-two .info-box li:last-child:before {
	display: none;
}
.news-block-two .info-box li:last-child {
	margin-right: 0;
	padding-right: 0;
}
.news-block-two .info-box li i {
	margin-right: 10px;
	font-weight: 400;
}
.news-block-two .lower-content .content {
	position: relative;
	padding-left: 100px;
}
.news-block-two .content h3 {
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 30px;
	top: -5px;
	color: #36404b;
	font-weight: 500;
	margin-bottom: 15px;
}
.news-block-two .content h3 a {
	color: #36404b;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.news-block-two .content h3 a:hover {
	color: #7CC24E;
}
.news-block-two .content p {
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 30px;
	color: #666666;
	font-weight: 400;
	margin-bottom: 27px;
}
.news-block-two .content .read-more {
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	color: #36404b;
	font-weight: 500;
	padding: 10px 25px;
	border: 1px solid #cbcbcb;
	font-family: 'Quicksand', sans-serif;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.news-block-two .content .read-more:hover {
	color: #7CC24E;
}
.news-block-two .date-and-like {
	position: absolute;
	left: 0;
	top: 0;
	width: 70px;
	z-index: 99;
	text-align: center;
}
.news-block-two .date-and-like .date {
	position: relative;
	display: block;
	background-color: #f2f2f2;
	padding-top: 9px;
	padding-bottom: 7px;
}
.news-block-two .date-and-like .date h4 {
	position: relative;
	font-size: 24px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 500;
}
.news-block-two .date-and-like .date span {
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 500;
	text-transform: uppercase;
	font-family: 'Quicksand', sans-serif;
}
.news-block-two .date-and-like .like {
	position: relative;
	background-color: #7CC24E;
	color: #ffffff;
	font-size: 14px;
	line-height: 20px;
	padding: 5px 0;
}
.news-block-two .date-and-like .like span {
	margin-right: 7px;
	font-size: 14px;
	font-weight: 400;
}
.blog-list .news-block-two {
	margin-bottom: 60px;
}
.blog-list .news-block-two .content h3 {
	margin-bottom: 10px;
}
.blog-list .news-block-two .content p {
	font-weight: 500;
}
.blog-list .styled-pagination {
	margin-top: 100px;
}
.blog-details-sec .group-title {
	position: relative;
	display: block;
	margin-bottom: 30px;
}
.blog-details-sec .group-title h2 {
	color: #36404b;
	font-size: 24px;
	line-height: 1.2em;
	font-weight: 600;
	text-transform: uppercase;
}
.blog-details-sec .comments-area {
	position: relative;
	margin-bottom: 20px;
	margin-top: 60px;
}
.blog-details-sec .comments-area .comment-box {
	position: relative;
	background-color: #f7f7f7;
	margin-bottom: 70px;
}
.blog-details-sec .comments-area .comment-box.reply-comment {
	margin-left: 80px;
}
.blog-details-sec .comments-area .comment {
	position: relative;
	min-width: 120px;
	padding: 30px 30px 30px 180px;
}
.blog-details-sec .comments-area .comment .comment-inner {
	position: relative;
}
.blog-details-sec .comments-area .comment .comment-reply {
	position: relative;
	font-size: 14px;
	line-height: 20px;
	color: #7CC24E;
	font-weight: 400;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}
.blog-details-sec .comments-area .comment-box .author-thumb {
	position: absolute;
	left: 30px;
	top: 30px;
	width: 120px;
	overflow: hidden;
	margin-bottom: 20px;
}
.blog-details-sec .comments-area .comment-box .author-thumb img {
	display: block;
}
.blog-details-sec .comments-area .comment-info {
	position: relative;
	display: block;
}
.blog-details-sec .comments-area .comment-info h4 {
	color: #36404b;
	line-height: 28px;
	font-size: 14px;
	font-weight: 600;
	display: inline-block;
}
.blog-details-sec .comments-area .comment-info span {
	display: inline-block;
	font-weight: 500;
	font-size: 12px;
	line-height: 28px;
	color: #36404b;
	margin-left: 15px;
}
.blog-details-sec .comments-area .comment-box .text {
	color: #777777;
	font-size: 14px;
	margin-top: 5px;
	line-height: 28px;
	font-weight: 500;
	margin-bottom: 5px;
}
.comment-form input, .comment-form select, .comment-form textarea {
	position: relative;
	display: block;
	width: 100%;
	font-size: 14px;
	color: #aaaaaa;
	font-weight: 400;
	line-height: 20px;
	padding: 14px 22px;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}
.comment-form .form-group textarea {
	height: 190px;
	resize: none;
	padding: 18px 22px;
	margin-bottom: 20px;
}
.comment-form button {
	position: relative;
	padding: 8px 30px;
	font-weight: 600;
	font-size: 14px;
	line-height: 30px;
}
.comment-form .btn-style-three:hover {
	color: #36404b;
	background: #ffffff;
	border-color: #222222;
}
.comment-form .btn-style-three {
	position: relative;
	font-size: 15px;
	color: #ffffff;
	padding: 13px 30px;
	line-height: 20px;
	font-weight: 400;
	background: #222222;
	border: 2px solid #222222;
	text-transform: capitalize;
}
.comment-form .theme-btn {
	display: inline-block;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
/*Search Box Widget*/
.sidebar-widget {
	position: relative;
	margin-bottom: 40px;
}
.sidebar-side .sidebar-title h2 {
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 1.2em;
	color: #36404b;
	text-transform: uppercase;
	font-weight: 600;
}
.sidebar .search-box {
	position: relative;
}
.sidebar .search-box .form-group {
	position: relative;
	margin: 0px;
}
.sidebar .search-box .form-group input[type="text"], .sidebar .search-box .form-group input[type="search"] {
	position: relative;
	display: block;
	font-size: 14px;
	color: #aaaaaa;
	line-height: 28px;
	padding: 10px 25px;
	padding-right: 60px;
	height: 50px;
	width: 100%;
	border: 1px solid #eeeeee;
	background-color: #ffffff;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.sidebar .search-box .form-group input:focus {
	border-color: #7CC24E;
}
.sidebar .search-box .form-group button {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	line-height: 46px;
	text-align: center;
	display: block;
	font-size: 16px;
	color: #7CC24E;
	background: none;
	font-weight: normal;
	border:none;
}
/*=== Categories ===*/

.category-list {
	position: relative;
	display: block;
}
.category-list li {
	position: relative;
	border: 1px solid #eeeeee;
	margin-bottom: -1px;
}
.category-list li a {
	position: relative;
	display: block;
	font-size: 14px;
	color: #666666;
	font-weight: 400;
	line-height: 28px;
	padding: 10px 0;
	padding-left: 35px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.category-list li a:before {
	position: absolute;
	left: 15px;
	height: 50px;
	top: 2px;
	line-height: 48px;
	font-size: 14px;
	color: #7CC24E;
	content: "\f105";
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.category-list li a span {
	float: right;
	font-size: 14px;
	margin-right: 20px;
	color: #333333;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.category-list li a:hover {
	color: #7CC24E;
	background: #eeeeee;
}
/*=== Latest News ===*/
.latest-news .post {
	position: relative;
	padding-left: 100px;
	margin-bottom: 30px;
	min-height: 70px;
}
.latest-news .post-thumb {
	position: absolute;
	left: 0;
	top: 0;
	height: 70px;
	width: 85px;
	margin-bottom: 20px;
}
.latest-news .post-thumb img {
	position: relative;
	display: block;
	width: 100%;
}
.latest-news .post h3 {
	position: relative;
	font-size: 16px;
	line-height: 24px;
	color: #36404b;
	font-weight: 500;
	top: 0px;
	margin-bottom: 2px;
}
.latest-news .post h3 a {
	color: #36404b;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.latest-news .post:hover h3 a {
	color: #7CC24E;
}
.latest-news .post .post-info {
	position: relative;
	font-size: 14px;
	line-height: 24px;
	color: #777777;
}
.latest-news .post .post-info span {
	position: relative;
	margin-right: 6px;
	font-size: 16px;
	color: #aaaaaa;
}
/*=== Tags ===*/

.tag-list {
	position: relative;
	display: block;
	margin-right: -10px;
}
.tag-list li {
	position: relative;
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}
.tag-list li a {
	position: relative;
	display: block;
	font-size: 13px;
	color: #666666;
	line-height: 15px;
	padding: 9px 18px;
	text-align: center;
	border: 1px solid #cccccc;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.tag-list li a:hover {
	background-color: #7CC24E;
	border-color: #7CC24E;
	color: #ffffff;
}
/*
================================================
24. Contact Section
================================================
*/
.contact-sec .section-head {
	margin: 0 0 15px;
}
.contact-sec .section-head h2 {
	font-weight: 600;
	font-size: 35px;
}
.site-button:active, .site-button:focus, .site-button:visited, .active>.site-button {
	background-color: #1012AA;
	color: #fff;
}
.site-button:hover {
	background-color: #00173c;
	color: #fff;
}
.site-btn-effect {
	color: rgba(0, 0, 0, 0) !important;
	transition: all .3s ease !important;
}
.site-btn-effect {
	text-shadow: 0 0 0 #fff, 400px 0 0 #fff;
}
.site-btn-effect:hover {
	text-shadow: -400px 0 0 #fff, 0 0 0 #fff;
}
.site-button {
	outline: none;
	color: #fff;
	padding: 15px 40px;
	letter-spacing: 1px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	display: inline-block;
	background-color: #88C754;
	border: none;
	font-size: 14px;
	font-weight: 500;
	text-shadow: 0 0 0 #fff, 400px 0 0 #fff;
}
.site-btn-effect {
	color: rgba(0, 0, 0, 0) !important;
	transition: all .3s ease !important;
}
.contact-sec .form-control {
	height: 50px;
	font-size: 13px;
	line-height: 20px;
	padding: 10px 12px;
	border-radius: 0px;
	border: none;
	background: #f6f6f6;
    color: #000
}
.contact-sec textarea.form-control {
	height: 150px;
}
.contact-info-section {
	padding: 30px;
	background-color: #00173c;
	border: 8px solid #fff;
	color: #fff;
	box-shadow: 0px 0px 30px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 30px rgba(0,0,0,0.3);
	margin: 0;
}
.wt-icon-box-wraper {
	position: relative;
}
.icon-content {
	overflow: hidden;
}
.icon-content h3 {
	color: #7CC24E;
	font-weight: 600;
}
.contact-info {
	padding: 0 0 0 25px;
}
.google-map {
	margin: 0 0 -10px;
}
.google-map iframe {
	width: 100%;
	height: 450px;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	border: none;
}
/*
================================================
25. Footer Top Section CSS
================================================
*/
.footer-top {
	background: url('../images/start-project-bg.jpg') no-repeat left center;
	background-size: cover;
	background-attachment: fixed;
}
.footer-sec {
	float: left;
	width: 100%;
}
.footer-top h5 {
	color: #ffffff;
	font-size: 25px;
	font-weight: 900;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 15px;
	position: relative;
    font-style: italic;
    font-family: 'Lato', sans-serif;
}
.footer-top h5:after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	background: #7CC24E;
	width: 59px;
	height: 2px;
}
.footer-logo {
	margin: 35px 0;
}
.footer-top p {
	color: #ffffff;
	font-weight: 300;
	margin-bottom: 25px;
    font-family: 'Quicksand', sans-serif;
}
.footer-top form input.form-control {
	width: 77%;
	height: 46px;
	float: left;
	color: #333;
	line-height: 44px;
	background: #fff;
	border-radius: 0;
	border: none;
	font-size: 15px;
	font-family: 'Quicksand', sans-serif;
	font-weight: 300;
}
.footer-top form input::-webkit-input-placeholder { /* Edge */
 opacity:1;
 color:#333;
}

.contact-sec .form-group input{
    color: #000
}


.contact-sec .form-group textarea{
    color: #000
}


.footer-top form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
 opacity:1;
 color:#333;
}
.footer-top form input::placeholder {
 opacity:1;
 color:#333;
}
.footer-top form button {
	color: #0D099D;
	font-size: 29px;
	line-height: 46px;
	background: #506C32;
	border: none;
	margin: 0;
	padding: 0px 15px;
}
.footer-top-list {
	margin: 25px 0 0;
}
.footer-top-list ul {
	width: 42%;
	margin-right: 16%;
	float: left;
}
.footer-top-list ul:last-child {
	margin: 0;
}
.footer-top-list ul li a {
	color: #ffffff;
	font-family: 'Quicksand', sans-serif;
	font-size: 17px;
	font-weight: 700;
	border-bottom: solid 1px #053277;
	margin: 0 0 10px;
	padding: 0 0 10px;
	width: 100%;
	float: left;
}
.footer-top-list ul li:last-child a {
	border: none;
}
.footer-top-list ul:last-child li:last-child a {
	border-bottom: solid 1px #053277;
}
.footer-top-list ul li a:hover {
	color: #7CC24E;
}
.footer-top h6 {
	color: #ffffff;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	margin: 0;
	padding: 0 0 0 25px;
}
.footer-top h6:before {
	position: absolute;
	left: 0;
	top: 0;
	color: #7CC24E;
	font-size: 22px;
	font-family: FontAwesome;
}
.footer-top h6.location-icon:before {
	content: '\f041';
}
.footer-top h6.call-icon:before {
	content: '\f095';
}
.footer-top h6.mail-icon:before {
	content: '\f0e0';
	font-size: 16px;
}
.address-col {
	margin: 28px 0 0;
}
.address-col p {
	margin: 4px 0 35px;
	padding: 0 0 0 20px;
}
.address-col p:last-child {
	margin-bottom: 0;
}
/*
================================================
26. Footer Section CSS
================================================
*/
footer {
	margin: 0;
	padding: 15px 0;
	width: 100%;
	float: left;
	background: #7CC24E;
}
footer ul {
	float: right;
}
footer ul li {
	float: left;
	margin: 0 10px 0 0;
}
footer ul li:last-child {
	margin: 0;
}
footer ul li a {
	color: #ffffff;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	background: #0D099D;
	border-radius: 3px;
	margin: 0;
	padding: 0;
	width: 40px;
	height: 40px;
	display: inline-block;
}
footer ul li a:hover {
	color: #7CC24E;
}
footer p {
	color: #ffffff;
	font-size: 15px;
	font-family: 'Quicksand', sans-serif;
	font-weight: 300;
	line-height: 42px;
	margin: 0;
}
.copyright {
	margin: 5px 0 0;
	color: #fff;
	font-size: 13px
}
/*
================================================
27. Responsive CSS
================================================
*/
@media(max-width: 1700px) {
.booking-element {
	display: none;
}
.booking-form {
	margin-left: 20px;
}
.banner-element {
	display: none;
}
.about-element-two {
	width: 50%;
}
.about-thumb {
	padding-right: 0;
}
.about-section--style .about-thumb {
	padding-left: 0;
}
.about-content {
	width: 100%;
	margin-left: 0;
}
.choose-us-content {
	width: 100%;
}
.contact-section {
	padding-left: 0;
	width: 100%;
}
.contact-element {
	display: none;
}
.contact-element--style {
	display: none;
}
.flight-search-area {
	max-width: 100%;
}
.banner-section--style .banner-content {
	width: 100%;
}
.search-widget-area--style2 {
	display: none;
}
.hotel-booking-content {
	width: 100%;
}
}

@media(max-width: 1199px) {
.banner-content .title {
	width: 100%;
}
.choose-content {
	max-width: 100%;
}
.team-section--style .team-thumb {
	width: 100%;
}
.team-section--style .team-content {
	width: 100%;
}
.overview-content {
	width: 100%;
	margin-left: 0;
}
.airline-course-section {
	display: none;
}
.banner-content p {
	width: 100%;
}
.client-content--style .client-thumb--style::before {
	display: none;
}
.posrt-thumb .hover .title {
	font-size: 18px;
}
.posrt-thumb .hover a {
	font-size: 16px;
	width: 30px;
	height: 30px;
	line-height: 30px;
}
}

@media (min-width: 1025px) and (max-width: 1440px) {
.banner-cnt {
	top: 120px;
}
.banner-cnt h1 {
	font-size: 45px;
	line-height: 45px;
}
div.services-inn h3 {
	font-size: 32px;
}
#video-play {
	width: 80px;
	height: 80px;
}
#video-play span img {
	width: auto;
}
.howitworks-video img {
	width: 100%;
}
div.howitworks-list ul li {
	font-size: 14px;
}
.counter.col_fourth p {
	font-size: 23px;
}
}

@media (min-width: 1025px) and (max-width: 1310px) {
div.free-quote-sec form input {
	width: auto;
}
div.free-quote-sec h3 {
	font-size: 45px;
}
.faq-cnt img {
	width: 100%;
}
}

@media (min-width: 992px) and (max-width: 1024px) {
/** Bammer Sec **/
/** Bammer Sec **/
.banner-cnt {
	top: 80px;
}
.banner-cnt h1 {
	font-size: 40px;
	line-height: 40px;
}
/** Free Quote Sec **/
div.free-quote-sec form input {
	width: auto;
}
div.free-quote-sec h3 {
	font-size: 45px;
}
/** Counter Sec **/
.counter.col_fourth p {
	font-size: 23px;
}
.timer.count-title.count-number {
	font-size: 50px;
}
/** How it Works Sec **/
.howitworks-video img {
	width: 100%;
}
#video-play span img {
	width: auto;
}
div.howitworks-list ul li {
	font-size: 14px;
}
/** Services Sec **/
div.services-inn h3 {
	font-size: 32px;
}
/** FAQ Sec **/
.faq-cnt img {
	width: 100%;
}
/** Footer Sec **/
.footer-sec .footer-logo > img {
    width:90%;
}
}

@media (max-width: 991px) {
h2 {
	font-size: 32px;
}
h3 {
	font-size: 20px;
}
input, textarea {
	font-size: 14px;
}
.banner-section {
	padding-top: 120px;
	padding-bottom: 235px;
}
.banner-section--style {
	padding-top: 120px;
	padding-bottom: 120px;
}
.banner-content .title {
	font-size: 32px;
}
.banner-content .title span {
	font-size: 32px;
}
.banner-content p {
	font-size: 18px;
}
.banner-content .cmn-btn {
	margin: 20px 15px 0 0;
}
.four-not-four-section-wrapper .title {
	font-size: 80px;
}
.sidebar {
	margin-top: 60px;
}
.privacy-sidebar {
	margin-top: 60px;
}
.destination-details-section .sidebar {
	margin-bottom: 60px;
}
.question-form-area {
	padding-top: 90px;
}
.faq-thumb {
	padding-top: 30px;
}
.inner-banner-content .title {
	font-size: 40px;
}
.sidebar-offer-item .title {
	font-size: 40px;
}
.sidebar-offer-item .title span {
	font-size: 30px;
}
.add-content .title {
	font-size: 32px;
}
.add-content span {
	font-size: 35px;
}
.grid-item {
	max-width: 50%;
	flex: 50%;
	width: 50%;
}
.offer-item {
	width: 50%;
}
.portfolio-section .section-header {
	margin-bottom: 30px;
}
.portfolio-section .cmn-btn.active {
	margin-bottom: 60px;
}
.header-bottom {
	background-color: #fff;
}
.header-bottom .site-logo {
	display: block;
	padding: 5px 0;
	float: left;
}
.navbar-expand-lg {
	float: right;
	width: 90%;
	position: absolute;
	right: 5%;
}
.header-action {
	margin-left: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.navbar-collapse {
	padding: 30px;
}
.navbar-toggler {
	display: block;
}
.skill-content-area {
	width: 100%;
}
.about-section::after {
	background-color: #fff;
}
.counter-area {
	padding-top: 70px;
	padding-bottom: 70px;
}
.about-element-one {
	display: none;
}
.about-element-two {
	display: none;
}
.about-section::after {
	width: 0;
}
.single-row .right .top {
	width: 100%;
}
.facilities-content {
	padding-top: 0;
	padding-bottom: 0;
}
.four-not-four-thumb {
	padding-top: 0;
	margin-left: -120px;
	margin-right: -90px;
}
.four-not-four-content {
	padding-top: 100px;
}
.four-not-four-content .sub-title {
	font-size: 35px;
}
.video-content .title {
	font-size: 30px;
}
.faq-thumb {
	display: none;
}
.client-item--style .client-thumb--style {
	width: 100%;
}
.client-item--style .client-content--style {
	width: 100%;
}
.header-top-btn {
	position: absolute;
	width: 100%;
	left: auto;
	right: 0;
	top: 100%;
	display: block;
}
.change-catagory-area {
	display: none;
}
.common-form-style {
	border-radius: 15px;
}
.search-widget-area--style2 {
	display: block;
	width: 100%;
}
.rt-input-group--style3 .single-input {
	margin-bottom: 30px;
}
.hotel-booking-thumb {
	display: none;
}
.hotel-details-content .title {
	font-size: 22px;
}
.rt-input-group .col-rt-in-3 {
	max-width: 100%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	margin-bottom: 20px;
}
.counter.col_fourth {
	margin: 0 30px 0 0;
	padding: 0 30px 0 0;
}
.timer.count-title.count-number {
	font-size: 40px
}
.counter.col_fourth p {
	font-size: 18px;
}
.client-logos img {
	padding: 4px 10px;
}
div.carousel-btm {
	padding-left: 0px;
}
div.carousel-btm h4 {
	margin-left: 10px;
}
.footer-logo {
	width: 100%;
}
.search-bar {
	display: none;
}
.request-quote-btn {
	margin: 0px 0 0 0;
}
div.faq-cnt img {
	width: 100%;
}
.start-project-sec .section-title p {
	padding: 0 20px;
}

}

@media (min-width: 768px) and (max-width: 991px) {
/** Top Bar Sec **/
div.topbar-right {
	text-align: inherit;
	display: inline-block;
	vertical-align: middle;
}
div.topbar-soc {
	margin: 0;
	padding: 0;
	float: none;
	display: inline-block;
}
div.topbar-soc ul {
	margin: 3px 0 0;
}
div.topbar-soc ul li {
	float: none;
	display: inline-block;
}
/** Logo Bar Sec **/
.request-quote-btn {
	float: left;
	margin: 30px 0 0 0;
}
/** Banner Sec **/
.banner-cnt {
	top: 60px;
}
.banner-cnt h1 {
	font-size: 32px;
	line-height: 32px;
}
div.services-icon {
	width: 36%;
	float: left;
	text-align: center;
	padding: 20px;
}
/** Services Sec **/
div.services-icon img {
	width: auto;
}
div.services-inn h3 {
	font-size: 24px;
}
/** How it works Sec **/
div.howitworks-list ul {
	width: 100%;
}
.howitworks-sec img {
	width: 100%;
}
/** About Sec **/
.aboutus-sec {
	background-image: none;
	padding: 100px 0;
}
.aboutus-sec .section-title {
	margin: 0;
}
div.aboutus-list ul li:last-child {
	margin-bottom: 0;
}
#video-play {
	width: 80px;
	height: 80px;
}
#video-play span img {
	width: auto;
}
/** Services Sec **/
div.services-icon {
	width: 100%;
	text-align: left;
	padding: 20px;
}
div.services-txt {
	width: 100%;
	padding: 0 20px;
}
/** Free Quote Sec **/
div.free-quote-sec h3 {
	font-size: 32px;
	line-height: 23px;
	margin: 0 30px 0 0;
	padding: 0 30px 0 0;
}
div.free-quote-sec form input {
	margin: 6px 8px 0 0;
	padding: 7px 20px;
	width: 170px;
}
div.free-quote-sec form button {
	margin: 6px 8px 0 0;
	padding: 7px 20px;
}
div.free-quote-sec form h4 {
	font-size: 32px;
	line-height: 32px;
}
/** Our Team Sec **/
.ourteam-soc-list ul li a {
	line-height: 11px;
	margin: 0;
	width: 26px;
	height: 26px;
}
/** Counter Sec **/
.counter.col_fourth::after {
	display: none;
}
/** Join Us Sec **/
.joinus-sec {
	background: #7CC24E;
}
.joinus-sec h3 {
	color: #ffffff;
	font-size: 35px;
	font-weight: 700;
}
.joinus-sec a {
	margin: 10px 0 0;
}
}

@media (max-width:767px) {
/** Common Styles Sec **/	
section {
	padding: 60px 0;
}
.inner-content-wrapper {
	padding: 60px 0;	
}
/** Banner Sec **/		
.banner-cnt {
	top: 20px;
}
.banner-cnt h1 {
	font-size: 35px;
	line-height: 30px;
}
.banner-cnt p {
	font-size: 14px;
}
.banner .carousel-control-next {
	left: 31px;
}
.banner .carousel-control-next-icon, .banner .carousel-control-prev-icon {
	top: 3px;
	left: 6px;
}
.banner .carousel-control-next .fa, .banner .carousel-control-prev .fa {
	font-size: 14px;
}
.banner .carousel-control-next, .banner .carousel-control-prev {
	width: 30px;
	height: 30px;
}
.banner-cnt {
	top: 20px;
}
.banner-cnt h1 {
	font-size: 35px;
	line-height: 30px;
}
.banner-cnt p {
	font-size: 14px;
}
.banner .carousel-control-next {
	left: 31px;
}
.banner .carousel-control-next-icon, .banner .carousel-control-prev-icon {
	top: 3px;
	left: 6px;
}
.banner .carousel-control-next .fa, .banner .carousel-control-prev .fa {
	font-size: 14px;
}
.banner .carousel-control-next, .banner .carousel-control-prev {
	width: 30px;
	height: 30px;
}
div.carousel-inner .item-box-blog img {
	width: 100%;
}
/** Blog Sec **/		
.blog-content--style .meta-date {
	width: 100%;
}
.grid-item {
	width: 100%;
}
.offer-item {
	width: 100%;
}
.team-section--style .team-content {
	width: 100%;
}
.overview-content {
	width: 100%;
	margin-left: 0;
}
.grid-item {
	max-width: 100%;
	flex: 0 0 100%;
}
.counter-item .counter-number {
	font-size: 32px;
}
.counter-item .counter-content {
	font-size: 18px;
}
.blog-thumb {
	width: 100%;
}
.choose-us-section .choose-content {
	padding-bottom: 0;
}
.client-thumb {
	margin-left: 0;
}
.client-content {
	width: 100%;
	padding-left: 0;
}
.blog-footer--style .meta-writer {
	padding-left: 0;
}
.contact-form-area .caption {
	font-size: 24px;
}
.video-content .title {
	font-size: 20px;
}
.header-register-form.active {
	overflow-y: scroll;
}
.header-login-form.active {
	overflow-y: scroll;
}
#video-play {
	width: 80px;
	height: 80px;
}
#video-play span img {
	width: auto;
}
div.free-quote-sec form h4 {
	font-size: 38px;
	margin: 15px 0 20px 0;
	line-height: 48px;
}
div.topbar p {
	border: none;
}
.header-bottom .site-logo {
	float: left;
}
div.topbar-right {
	text-align: left;
}
div.topbar-soc {
	margin: 5px 0 0 0;
	float: none;
}
div.topbar .topbar-right {
	margin: 10px 0 0;
}
div.topbar .topbar-right p {
	float: left;
	margin: 5px 15px 0 0;
}
.banner-cnt-btn {
	display: none;
}
.request-quote-btn {
	float: left;
	margin:0 0 20px;
}
.banner-cnt h1 {
	font-size: 20px;
}
div.services-inn h3 {
	font-size: 32px;
}
div.howitworks-list ul {
	width: 100%;
}
div.readmore-btn a {
	margin: 0;
	display: inline-block;
}
.howitworks-sec img {
	width: 100%;
}
div.readmore-btn {
	margin: 10px 0 0;
}
.joinus-sec {
	background-image: inherit;
	padding: 60px 0;
}
.joinus-sec h3 {
	font-size: 35px;
}
.joinus-sec a {
	margin: 15px 0 0;
}
.aboutus-sec {
	background-image: inherit;
	padding: 60px 0 35px;
}
/** Start Project Sec **/	
.start-project-sec .section-title a {
	margin: 0;
}
/** Services Sec **/
.service-thumb img {
	width: 100%;
}
/** New case Sec **/
.newcase-sec .newcase-img {
	width: 100%;
}	
/** Contact Sec **/
.contact-us-content .title {
	font-size: 30px;
}
.contact-info {
	padding: 0;
}
/** Free Quote Sec **/
div.free-quote-sec h3 {
	font-size: 41px;
	line-height: 30px;
	border: none;
	margin: 0;
	padding: 0;
}
div.free-quote-sec form input {
	margin: 7px 8px 5px 0;
	padding: 20px 20px;
	width: 100%;
}
div.free-quote-sec form button {
	margin-top: 7px;
}
.faq-cnt img {
	width: 100%;
}
.ourteam-inn {
	width: 100%;
}
.portfolio-sec .carousel {
	margin: 75px 0 0 0;
}
/** Counter Sec **/
.count-main .counter.col_fourth {
	width: 100%;
	margin: 0;
	padding: 0;
	margin-bottom: 40px;
}
.count-main .counter.col_fourth:last-child {
	margin: 0;
}
.counter.col_fourth::after {
	display: none;
}
.start-project-sec .section-title p {
	padding: 0 20px;
}
.client-logos {
	margin-bottom: 40px;
	float: left;
}
.client-logos img {
	padding: 4px 10px;
}
.testimonial-sec .carousel-indicators {
	bottom: 0;
}
/** Error Sec **/	
.error-section h2 {
	font-size: 40px;
}
.error-section .text {
	font-size: 20px;
	margin-top: 10px;
}
/** Footer Sec **/
.footer-logo {
	width: 100%;
}
.footer-logo img {
	width: 100%;
}
.footer-top-list ul {
	width: 100%;
}
.footer-top-list ul li:last-child a {
	border-bottom: solid 1px #4b6f7b;
}
footer {
	padding: 15px 0 30px;
}
footer ul {
	float: left;
}
.footer-top .footer-top-list {
	margin-bottom: 0;
}
div.aboutus-list ul li:last-child {
	margin: 0;
}
.footer-top form {
	margin-bottom: 50px;
}
.footer-top-list {
	margin-bottom: 50px;
	float: left;
	width: 100%;
}
.footer-top-list ul li:last-child a {
	border-bottom: solid 1px #053277;
}
}

@media (max-width: 575px) {
.section-title h4 span {
	font-size: 35px;
}
h2 {
	font-size: 24px;
}
h3, h3>a {
	font-size: 18px;
}
h5, h5>a {
	font-size: 16px !important;
}
input, textarea {
	font-size: 14px;
}
.testimonial-item p {
	font-size: 18px;
}
.inner-banner-content .title {
	font-size: 30px;
}
.inner-banner-section {
	padding-top: 90px;
	padding-bottom: 90px;
}
.contact-banner-section {
	padding-top: 90px;
	padding-bottom: 90px;
}
.call-action-section .button-group {
	float: left;
	margin-top: 20px;
}
.sidebar-offer-item .title {
	font-size: 20px;
}
.sidebar-offer-item .title span {
	font-size: 18px;
}
blockquote .quote-content {
	font-size: 18px;
}
.comment-item .comment-content {
	width: calc(100% - 0px);
	padding-left: 0;
	margin-top: 20px;
}
.common-form-style .title {
	font-size: 22px;
}
.faq-section-header {
	font-size: 24px;
}
.add-content .title {
	font-size: 28px;
}
.add-content span {
	font-size: 30px;
}
.destination-details-question .title {
	font-size: 24px;
}
.widget-box .caption {
	font-size: 18px;
}
.filter-btn-group button {
	padding: 10px 30px;
	font-size: 16px;
}
.details-area .details-header .job-post .job-post-header {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding: 20px 0 0 0;
}
.single-row {
	padding: 30px 30px;
}
.single-row .left {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding: 0;
}
.single-row .left span::before {
	opacity: 1;
}
.single-row .right {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding: 0;
	border: none;
	margin-top: 20px;
}
.details-area .details-header .job-post .job-post-icon {
	-ms-flex: 0;
	flex: 0;
}
.blog-content .title a {
	font-size: 18px;
}
.pagination li a {
	font-size: 16px;
}
.blog-details-thumb-area .title {
	font-size: 18px;
	width: 100%;
}
.faq-tab-wrapper .tab-menu li {
	font-size: 16px;
}
.flight-item--style .flight-thumb {
	width: 100%;
}
.flight-item--style .flight-details {
	width: 100%;
}
.table-area {
	overflow-y: hidden;
	overflow-x: scroll;
}
.table-area .table {
	width: 900px;
}
.post-share-options .next-prev {
	width: 100%;
	text-align: center;
	margin-top: 30px;
}
.blog-details-sec .comments-area .comment {
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
}
.blog-details-sec .comments-area .comment-box .author-thumb {
	left: 0;
	top: 0;
	position: relative;
	margin: 0 auto 20px;
}
.blog-details-sec .comments-area .comment-box.reply-comment {
	margin-left: 0;
}
}

@media (max-width: 440px) {
    
    .topbar{
        font-size: 10px
    }

.common-form-style {
	padding: 20px;
}
.register-form-area {
	padding: 20px;
}
.login-form-area {
	padding: 20px;
}
.comments-section .comment-wrapper li .reply-wrapper {
	padding-left: 0;
}
.contact-form-area .caption {
	font-size: 18px;
}
.four-not-four-content .cmn-btn {
	padding: 0 18px;
}
.contact-form-area {
	padding: 30px;
}
}








































.download-btn {
  margin-bottom: 0;
}
.download-btn a {
  display: block;
  color: #fff;
  font-size: 24px;
  font-family: 'Quicksand', sans-serif;
}
.download-btn a span {
  font-weight: 400;
}
.download-btn a i {
  float: right;
  color: #1112AB;
  font-size: 30px;
}

/* Section */
section,
.section {
  padding: 80px 0;
  position: relative;
  z-index: 1;
}


.column-title,
.column-title-sm {
  position: relative;
  margin-bottom: 55px;
}
.column-title span,
.column-title-sm span {
  font-weight: 900;
    font-family: 'Quicksand', sans-serif;
    
}

.column-title,
.column-title-sm {
  font-weight: 900;
    font-family: 'Quicksand', sans-serif;
    
}

.column-title:before,
.column-title-sm:before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 60px;
  height: 2px;
  background: #1112AB;
}
.column-title small,
.column-title-sm small {
  display: block;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 17px;
}
.column-title.text-white:before,
.column-title-sm.text-white:before {
  background: #fff;
}
.column-title.no-border,
.column-title-sm.no-border {
  margin-bottom: 32px;
}
.column-title.no-border:before,
.column-title-sm.no-border:before {
  display: none;
}

.column-title-sm {
  font-size: 24px;
}

/* Show */
.show {
  opacity: 1;
  visibility: visible;
}

/* Overflow Hidden */
.overflow-hidden {
  overflow: hidden;
}

/* Background */
.highlight {
  background-color: #1112AB !important;
}

/* BG Overlay */
.bg-overlay {
  position: relative;
  z-index: 1;
}
.bg-overlay:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(78, 89, 114, 0.7);
  z-index: -1;
}

.solid-bg {
  background: #f7f7f7;
}

.bg-blue {
  background-color: #5C9B7E;
}

.bg-red {
  background-color: #1112AB;
}

/* List ul ol */
.unstyled {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* List Round */
.list-round li {
  margin-bottom: 15px;
}
.list-round li:before {
  content: "\f10c";
  font-family: fontAwesome;
  padding-right: 10px;
}

/* List Round Solid */
.list-round-solid {
  margin: 0;
  padding: 0;
  padding-left: 15px;
}
.list-round-solid li {
  margin-bottom: 15px;
}
.list-round-solid li:last-child {
  margin-bottom: 0;
}

/* Check List */
.check-list li {
  margin-bottom: 12px;
}
.check-list li:before {
  content: "\f00c";
  font-family: fontAwesome;
  color: #1112AB;
  margin-right: 13px;
}
.check-list li:last-child {
  margin-bottom: 0;
}

/* Ratings */
.ts-rating li {
  display: inline-block;
}
.ts-rating li i {
  color: #ffd324;
}

/* Video Button */
.video-btn a {
  position: absolute;
  font-size: 60px;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  color: #fff;
  z-index: 2;
}
.video-btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.post-video {
  position: relative;
}

/* Pagination */
.pagination li a {
  width: 40px;
  height: 40px;
  text-align: center;
  margin-right: 5px;
  line-height: 42px;
  display: block;
  border-radius: 2px;
  border: 1px solid #f1f1f1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #101010;
}
.pagination li a:hover {
  background: #e7272d;
  color: #fff;
}

/* No Padding */
.no-padding {
  padding: 0 !important;
}

/* No Border */
.no-border {
  border: none !important;
}

/* Padding */
.pt-0 {
  padding-top: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.padding-0 {
  padding: 0;
}

.pb-120 {
  padding-bottom: 120px !important;
}

/* Gap */
.gap-30 {
  height: 30px;
  clear: both;
}

.gap-35 {
  height: 35px;
  clear: both;
}

.gap-60 {
  height: 60px;
  clear: both;
}

.gap-75 {
  height: 75px;
  clear: both;
}

.gap-80 {
  height: 80px;
  clear: both;
}

/* Padding */
.pd-top0 {
  padding-top: 0;
}

/* Box Skew */
.box-skew-sm-left {
  display: table-cell;
  vertical-align: middle;
  padding-left: 165px;
  -webkit-transform: skewX(16deg);
  transform: skewX(16deg);
}

@media (min-width: 1500px) {
  .box-skew-sm-left {
    padding-left: 435px;
  }
}
.box-skew-sm-right {
  position: relative;
  z-index: 2;
  -webkit-transform: skewX(16deg);
  transform: skewX(16deg);
  padding-left: 150px;
  display: table-cell;
  vertical-align: middle;
}
.box-skew-sm-right > img {
  position: absolute;
  top: 0;
  left: -60px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.box-skew-sm-right:before {
  content: "";
  position: absolute;
  top: 0;
  right: 102%;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transform: skewX(-16deg);
  transform: skewX(-16deg);
  z-index: 1;
}
@media (max-width: 767px) {
  .box-skew-sm-right:before {
    display: none;
  }
}
.box-skew-sm-right:after {
  content: "";
  position: absolute;
  top: 0;
  left: -115px;
  width: 105%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.box-skew-area-left {
  height: 255px;
  display: table;
  width: 100%;
  -webkit-transform: skewX(-16deg);
  transform: skewX(-16deg);
  margin-left: -22px;
  position: relative;
  z-index: 2;
}

.box-skew-area-right {
  position: relative;
  height: 305px;
  -webkit-transform: skewX(-16deg);
  transform: skewX(-16deg);
  margin-left: -55px;
  z-index: 1;
  display: table;
  width: 118%;
}

/* Breadcumb */
.banner-area {
  min-height: 285px;
}
.banner-area.bg-overlay:after {
  background: rgba(0, 0, 0, 0.6);
}

.banner-heading .banner-title {
  font-size: 60px;
  color: #fff;
  padding: 100px 0px;
  font-weight: 400;
}
.banner-heading .banner-title span {
  font-weight: 700;
  color: #5C9B7E;
}

.breadcrumb {
  background: none;
  position: absolute;
  right: 0;
  bottom: 0;
  margin-bottom: 0px;
}
.breadcrumb li {
  color: #fff;
  font-size: 20px;
  font-family: 'Quicksand', sans-serif;
}
.breadcrumb li a {
  color: #1112AB;
}
.breadcrumb li:not(:last-child):after {
  content: "/";
  margin: 0px 5px;
}

/* Blockquote */
blockquote {
  background: #f8f8f8;
  position: relative;
  padding: 28px 15px 25px 30px;
}
blockquote p {
  font-size: 18px;
  line-height: 29px;
  margin-bottom: 0;
  font-style: italic;
}
blockquote p cite {
  text-align: right;
  display: block;
  margin-top: 22px;
  font-style: normal;
  margin-right: 13px;
}

/* Social Icons */
.social-icons li {
  display: inline-block;
  margin-right: 2px;
}
.social-icons li a i {
  display: block;
  width: 40px;
  height: 40px;
  background: #101010;
  text-align: center;
  line-height: 40px;
  color: #fff;
  border-radius: 50%;
}
.social-icons li a i.fa-facebook {
  background: #3b5998;
}
.social-icons li a i.fa-twitter {
  background: #55acee;
}
.social-icons li a i.fa-google-plus {
  background: #dd4b39;
}
.social-icons li a i.fa-linkedin {
  background: #0976b4;
}
.social-icons li a i.fa-instagram {
  background: #b7242a;
}
.social-icons li a i.fa-youtube {
  background: #eb252d;
}
.social-icons li:last-child {
  margin-right: 0;
}

/* Navbar */
.navbar {
  padding: 1px 0;
}
.navbar .nav-item {
  margin-right: 30px;
}
.navbar .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.navbar .nav-item .nav-link {
  padding: 17px 5px;
  display: block;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  font-family: 'Quicksand', sans-serif;
  z-index: 2;
  color: #fff;
}
.navbar .nav-item .nav-link:hover {
  color: #fff;
}
.navbar .nav-item .nav-link:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  background: #fff;
  width: 100%;
  height: 4px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}
.navbar .nav-item .nav-link.active {
  color: #fff;
}
.navbar .nav-item .nav-link.active:after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.navbar .nav-item .nav-link:hover:after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.navbar-nav .nav-item .dropdown-menu {
  top: 57px;
  border-radius: 0;
  background: #fff;
  border-color: transparent;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  left: 0;
  min-width: 220px;
  border: none;
}
.navbar-nav .nav-item .dropdown-menu li {
  padding-bottom: 0px;
}
.navbar-nav .nav-item .dropdown-menu li a {
  color: #101010;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  padding: 13px 23px;
  -webkit-transition: all ease 500ms;
  transition: all ease 500ms;
  font-family: 'Quicksand', sans-serif;
}
.navbar-nav .nav-item .dropdown-menu li a:hover, .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #fff;
  background: #1112AB;
}
@media (min-width: 992px) {
  .navbar-nav .nav-item .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
  }
}
.navbar-nav .show > .nav-link {
  color: #fff;
}
.navbar-nav:focus {
  color: #fff;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* owl carousel home slider */
.owl-stage-outer .owl-item.active .slider-items .slider-content h1 {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}
.owl-stage-outer .owl-item.active .slider-items .slider-content p {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.owl-stage-outer .owl-item.active .slider-items .slider-content .btn {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* Owl Carousel Common */
.owl-carousel.owl-loaded .owl-nav button {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #1112AB;
  font-size: 20px;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-left: 10px;
}
.owl-carousel.owl-loaded .owl-nav button:hover {
  background: #101010;
  color: #fff;
}

.owl-carousel .owl-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.owl-carousel .owl-dots button {
  width: 9px;
  height: 9px;
  display: inline-block;
  background: #b2b2b2;
  border-radius: 50%;
  margin-right: 8px;
  margin-top: 40px;
}
.owl-carousel .owl-dots button.active {
  width: 14px;
  height: 14px;
  background: #1112AB;
}

.owl-carousel.owl-loaded .owl-nav .owl-next.disabled,
.owl-carousel.owl-loaded .owl-nav .owl-prev.disabled {
  background: #101010;
  color: #fff;
}

.btn-primary:not([disabled]):not(.disabled):active {
  color: #fff;
  background-color: #1112AB;
  border: 1px solid transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: #fff;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #fff;
}

/* Input */
/* Contact Me */
.intro-form .btn-primary {
  border: 1px solid;
}

.contactMe {
  border-color: #e7e7e7;
  border-radius: 0;
}
.contactMe .btn {
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  border: 1px solid #1112AB;
  font-family: 'Quicksand', sans-serif;
  position: relative;
  z-index: 2;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contactMe .btn.btn-bordered {
  height: 50px;
  padding: 0 45px;
  background: none;
  margin: 0 auto;
  border:1px solid #fff;
}
.contactMe > section {
  border-radius: 0;
  padding: 40px;
}
.contactMe input {
  height: 50px;
}
.contactMe .select2-container .select2-selection {
  height: 50px;
}
.contactMe .select2-container .select2-selection .select2-selection__rendered {
  height: 50px;
  line-height: 50px;
}
.contactMe .select2-container .select2-selection .select2-selection__arrow {
  height: 50px;
}
.contactMe .field {
  margin-bottom: 20px;
}
.contactMe .btn {
  background: transparent;
  line-height: 0;
  border: 1px solid transparent;
}

/* Owl Carousel */
.owl-carousel .owl-item img {
  width: auto;
}

/* Form COntrol */
.input-group .form-control:active,
.input-group .form-control:focus,
.input-group .form-control:hover {
  z-index: 1;
}

.form-control:focus {
  color: transparent;
  background-color: transparent;
  border-color: #eee;
  outline: 0 solid;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* About  
===========================================*/
/* Fun Facts */
.ts-fun-facts {
  padding: 0px;
  overflow: hidden;
}
.ts-fun-facts .box-skew-sm-left .ts-main-fact {
  padding-right: 50px;
}
.ts-fun-facts .box-skew-area-left {
  height: 430px;
  width: 112%;
  margin-left: -65px;
}
.ts-fun-facts .box-skew-area-right {
  height: 500px;
  width: 130%;
}
.ts-fun-facts .box-skew-area-right .box-skew-sm-right:before {
  right: 99%;
}
.ts-fun-facts .fun-fact-info {
  color: #fff;
  padding-right: 40px;
}
.ts-fun-facts .ts-facts {
  margin-left: -60px;
}
.ts-fun-facts .ts-facts h3 {
  font-size: 32px;
  padding: 10px 0;
  color: #fff;
  font-weight: 500;
}
.ts-fun-facts .ts-facts p {
  color: #fff;
}
.ts-fun-facts .ts-facts .ts-facts-num p {
  color: #fff;
}
.ts-fun-facts .ts-facts i {
  font-size: 40px;
  color: #fff;
}

/* Testimonial */
.testimonial-slide .testimonial-item {
  position: relative;
}
.testimonial-slide .testimonial-item p {
  color: #fff;
  margin-bottom: 35px;
}
.testimonial-slide .testimonial-item span.icon {
  font-size: 40px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  position: absolute;
  top: -70px;
  color: #fff;
}
@media (min-width: 1400px) {
  .testimonial-slide .testimonial-item {
    margin-left: 50px;
  }
}
.testimonial-slide .quote-item-info h3,
.testimonial-slide .quote-item-info span {
  color: #fff;
}
.testimonial-slide .quote-item-footer h3 {
  color: #fff;
}
.testimonial-slide .quote-item-footer img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  float: left;
  margin-right: 25px;
}
.testimonial-slide .quote-author {
  color: #fff;
}
.testimonial-slide .quote-text {
  color: #fff;
	padding: 0px;
  overflow: hidden;
}

.overflow-hidden .box-skew-right {
  width: 200%;
  padding-left: 100px;
  padding-right: 0;
  height: 315px;
}
.overflow-hidden .box-skew-left {
  height: 375px;
}
.overflow-hidden .box-skew-left img {
  z-index: 1;
}
.overflow-hidden .box-skew-left:after {
  z-index: 0;
}

.ts-facts-newsletter .box-skew-area-left {
  background: #d20022;
}
.ts-facts-newsletter .box-skew-area-right {
  height: 305px;
}
.ts-facts-newsletter .box-skew-sm-right {
  padding-right: 150px;
}
.ts-facts-newsletter .box-skew-sm-right .column-title,
.ts-facts-newsletter .box-skew-sm-right .column-title-sm {
  z-index: 1;
}

.ts-pertner.border-bottom {
  padding: 35px;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(239, 239, 239, 0.7);
  box-shadow: 0px 2px 5px 0px rgba(239, 239, 239, 0.7);
}
.ts-pertner.border-bottom .owl-nav {
  display: none;
}

.ts-feature-standard {
  padding-bottom: 30px;
}
.ts-feature-standard .ts-feature-wrapper {
  margin-bottom: 50px;
}
.ts-feature-standard .feature-single .feature-content {
  margin-top: 20px;
  margin-left: 0px;
}
.ts-feature-standard .feature-single .feature-content h3 a {
  margin-bottom: 20px;
  color: #000;
}
.ts-feature-standard .feature-single .feature-icon {
  float: none;
}
.ts-feature-standard .feature-single:hover .feature-content h3 a {
  color: #1112AB;
}

.ts-feature .widget-contact {
  margin-top: -100px;
}
.ts-feature .widget-contact .contactMe > section {
  border-radius: 0;
  padding: 40px 22px 40px 34px;
}
.ts-feature .widget-contact .contactMe > section .btn {
  background: #1112AB;
  text-align: center;
  display: block;
}
.ts-feature .widget-contact .contactMe > section .btn:after {
  background: transparent;
}
.ts-feature .contact-form-title {
  margin-left: 15px;
  height: 55px;
  margin-right: 15px;
  background: #1112AB;
  text-align: center;
}
.ts-feature .contact-form-title h2.column-title {
  font-size: 24px;
  color: #fff;
  padding: 10px 0;
}
.ts-feature button.btn.btn-primary {
  width: 95%;
}
.ts-feature .contactMe .field {
  margin-bottom: 0px;
}
.ts-feature .contactMe .form-row {
  margin-bottom: 20px;
}

.ts-feature.ts-feature-2 .ts-feature-wrapper {
  margin-bottom: 50px;
}

.box-content-wrapper i {
  font-size: 32px;
  float: left;
  width: 50px;
  line-height: 50px;
  border-radius: 3px;
  padding-left: 9px;
  background: #1112AB;
  margin-right: 20px;
}

.box-skew-right .column-title {
  margin-bottom: 35px;
}

/* Header 2
==================================*/
.ts-top-bar-2 {
  padding: 8px 0;
}

.ts-top-bar-2.classic {
  background-color: #06163a;
}
.ts-top-bar-2.classic .top-bar-social-icon li a {
  padding: 0px 10px;
}
.ts-top-bar-2.classic .top-bar-social-icon li a:last-of-type {
  padding-right: 0;
}

.ts-header-classic .ts-logo-area {
  padding: 25px 0;
  background-color: #091b46;
  padding-bottom: 58px;
}
.ts-header-classic .ts-logo-area .info-wrapper .info-subtitle {
  color: #fff;
}
.ts-header-classic .ts-logo-area .info-wrapper .info-title {
  color: #fff;
}
.ts-header-classic .header-angle {
  position: absolute;
  width: 100%;
  margin-top: -30px;
}
.ts-header-classic .header-angle:after {
  background: transparent;
}
.ts-header-classic .header-angle .ts-navbar {
  border-right: 1px solid #1112AB;
}
.ts-header-classic .header-angle .navbar-nav {
  padding-left: 28px;
}
.ts-header-classic .header-angle:before {
  background: transparent;
}
.ts-header-classic .header-angle:after {
  width: 87%;
}
.ts-header-classic .header-angle .navbar-light {
  background: #1112AB;
  margin-left: 55px;
  padding-right: 35px;
}
.ts-header-classic .header-angle .navbar-light:before {
  position: absolute;
  top: 0;
  left: -56px;
  right: auto;
  content: "";
  border-right: 56px solid #1112AB;
  border-top: 60px solid transparent;
}
.ts-header-classic .cart-link form {
  padding: 0px;
}

/* Header 3
==================================*/
.ts-top-bar-2.standard {
  background-color: #1112AB;
}

.ts-header-standard .ts-logo-area {
  padding: 15px 0;
}
.ts-header-standard .ts-logo-area .ts-navbar {
  margin-right: 0;
}
.ts-header-standard .ts-logo-area .navbar-light .navbar-nav .active > .nav-link,
.ts-header-standard .ts-logo-area .navbar-light .navbar-nav .nav-link.active,
.ts-header-standard .ts-logo-area .navbar-light .navbar-nav .nav-link.show,
.ts-header-standard .ts-logo-area .navbar-light .navbar-nav .show > .nav-link {
  color: #1112AB;
}
.ts-header-standard .ts-logo-area .navbar-light .navbar-nav .nav-link:focus, .ts-header-standard .ts-logo-area .navbar-light .navbar-nav .nav-link:hover {
  color: #1112AB;
}
.ts-header-standard .ts-logo-area .navbar .nav-item {
  margin-right: 20px;
}
.ts-header-standard .ts-logo-area .navbar .nav-item .dropdown-menu {
  top: 76px;
}
.ts-header-standard .ts-logo-area .navbar .nav-item .nav-link {
  color: #101010;
}
.ts-header-standard .ts-logo-area .navbar .nav-item .nav-link.active:after {
  background-color: #1112AB;
  bottom: -20px;
}
.ts-header-standard .ts-logo-area .navbar .cart-link form {
  padding: 0 5px;
}
.ts-header-standard .ts-logo-area .navbar .cart-link form button {
  color: #101010;
}
.ts-header-standard .ts-logo-area .navbar .cart-link a {
  color: #101010;
}
.ts-header-standard .ts-logo-area .navbar .cart-link a sup {
  background: #101010;
  color: #fff;
}
.ts-header-standard .header-cart {
  position: relative;
  z-index: 2;
  padding-left: 15px;
}
.ts-header-standard .header-cart::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  content: '';
  background: #ddd;
}

/* Header 4
==================================*/
.ts-top-bar-standard {
  background: #1112AB;
}

.ts-header-transparent {
  position: relative;
}
.ts-header-transparent .ts-logo-area {
  position: absolute;
  z-index: 2;
  width: 100%;
  border-bottom: 1PX solid rgba(149, 153, 155, 0.25);
}
.ts-header-transparent .navbar .nav-item {
  margin-right: 20px;
}
.ts-header-transparent .navbar .nav-item .nav-link {
  padding: 32px 10px;
}
.ts-header-transparent .navbar .nav-item .nav-link:after {
  bottom: -8px;
  background-color: #1112AB;
}
.ts-header-transparent .navbar .nav-item .nav-link.active:after {
  bottom: -8px;
  background-color: #1112AB;
}
.ts-header-transparent .ts-navbar {
  margin-right: 0px;
}
.ts-header-transparent .navbar-nav .nav-item .dropdown-menu {
  top: 106%;
}
.ts-header-transparent .navbar-light .navbar-nav .active > .nav-link,
.ts-header-transparent .navbar-light .navbar-nav .nav-link.active,
.ts-header-transparent .navbar-light .navbar-nav .nav-link.show,
.ts-header-transparent .navbar-light .navbar-nav .show > .nav-link {
  color: #1112AB;
}
.ts-header-transparent .navbar-light .navbar-nav .nav-link:focus, .ts-header-transparent .navbar-light .navbar-nav .nav-link:hover {
  color: #1112AB;
}

/*  */
/* Top Bar
============================*/
.ts-top-bar {
  position: relative;
  z-index: 2;
}
.ts-top-bar:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  content: "";
  background: #5C9B7E;
}

.top-bar-angle {
  position: relative;
  z-index: 2;
  padding: 9px 0 3px;
}
.top-bar-angle:after {
  z-index: -1;
  content: "";
  position: absolute;
  background: #5C9B7E;
  display: block;
  width: 68%;
  height: 100%;
  right: 0;
  top: 4px;
}
.top-bar-angle:before {
  content: '';
  position: absolute;
  right: 68%;
  z-index: 0;
  border-right: 65px solid #5C9B7E;
  border-left: 0 solid #5C9B7E;
  border-bottom: 40px solid transparent;
  bottom: 0;
  top: 0;
}

.top-bar-social-icon ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.top-bar-social-icon li {
  display: inline-block;
}
.top-bar-social-icon li a {
  display: block;
  padding: 0 8px;
}
.top-bar-social-icon li::last-child a {
  padding-right: 0;
}
.top-bar-social-icon i {
  font-size: 14px;
  color: #fff;
}

.top-bar-event {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.top-bar-event i,
.top-bar-event span {
  color: #fff;
}
.top-bar-event i {
  font-size: 16px;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.top-bar-event span {
  font-size: 19.5px;
	font-weight: 900
}
.top-bar-event.ts-top {
  display: block;
  width: 100%;
  text-align: right;
}

/* Logo Area
=================================*/
.ts-logo-area {
  padding: 6px 0;
}

.top-contact-info {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
}
.top-contact-info li {
  display: inline-block;
  position: relative;
  top: 10px;
}
.top-contact-info li span {
  display: inline-block;
  position: relative;
  top: -7px;
  font-size: 24px;
  margin-right: 10px;
  color: #62976B;
}
.top-contact-info a.btn-primary {
  position: relative;
  top: -15px;
}
.top-contact-info .btn {
  height: 40px;
  padding: 8px 32px;
  line-height: 24px;
}

.info-wrapper {
  display: inline-block;
  margin-right: 50px;
}
.info-wrapper p {
  margin-bottom: 0;
}
.info-wrapper .info-title {
  font-size: 14px;
  font-weight: 500;
  color: #101010;
  line-height: 18px;
}
.info-wrapper .info-subtitle {
  color: #666666;
  font-size: 14px;
}

/* Tw Header
===========================*/
.ts-header {
  position: relative;
  z-index: 2;
  margin-top: 4px;
}
.ts-header:after {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  height: 4px;
  content: "";
  background: #1112AB;
}

.header-angle {
  position: relative;
  z-index: 2;
  margin-bottom: -15px;
}
.header-angle:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 68%;
  height: 100%;
  content: "";
  background: #1112AB;
  z-index: -1;
}
.header-angle:before {
  position: absolute;
  top: 0;
  right: 68%;
  content: "";
  border-right: 56px solid #1112AB;
  border-top: 60px solid transparent;
}

@media (min-width: 1600px) {
  .top-bar-angle:before {
    right: 62.5%;
  }
  .top-bar-angle:after {
    width: 62.5%;
  }

  .header-angle:before {
    right: 62.5%;
  }
  .header-angle:after {
    width: 62.5%;
  }
}
/* Navbar
===============================*/
.cart-link a {
  display: inline-block;
  color: #fff;
  font-size: 20px;
}
.cart-link a sup {
  font-size: 8px;
  top: -15px;
  background: #fff;
  color: #1112AB;
  width: 10px;
  height: 10px;
  display: inline-block;
  line-height: 10px;
  text-align: center;
  border-radius: 50%;
  right: 5px;
  font-weight: 700;
}
.cart-link form {
  display: inline-block;
  padding: 0 15px;
  padding-right: 0;
  position: relative;
  z-index: 1;
}
.cart-link form button {
  color: #fff;
}
.cart-link form button .icon-cross {
  position: absolute;
  top: 0;
  font-size: 25px;
  left: 20px;
  opacity: 0;
  visibility: hidden;
}
.cart-link form button .icon-cross.show {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.cart-link form button .icon-search {
  visibility: hidden;
  opacity: 0;
}
.cart-link form button .icon-search.show {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.cart-link form .search-box {
  position: absolute;
  bottom: -100px;
  left: auto;
  right: 0;
  background: #fff;
  padding: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.cart-link form .search-box input[type=search] {
  border: 1px solid rgba(238, 49, 49, 0.12);
  background: transparent;
  padding: 5px 0;
}
.cart-link form .search-box input::-webkit-input-placeholder {
  font-family: 'Quicksand', sans-serif;
  font-size: 14px;
  color: #101010;
  padding-left: 10px;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0.5px;
}
.cart-link form .search-box input::-moz-placeholder {
  font-family: 'Quicksand', sans-serif;
  font-size: 14px;
  color: #101010;
  padding-left: 10px;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0.5px;
}
.cart-link form .search-box input:-ms-input-placeholder {
  font-family: 'Quicksand', sans-serif;
  font-size: 14px;
  color: #101010;
  padding-left: 10px;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0.5px;
}
.cart-link form .search-box input::-ms-input-placeholder {
  font-family: 'Quicksand', sans-serif;
  font-size: 14px;
  color: #101010;
  padding-left: 10px;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0.5px;
}
.cart-link form .search-box input::placeholder {
  font-family: 'Quicksand', sans-serif;
  font-size: 14px;
  color: #101010;
  padding-left: 10px;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0.5px;
}
.cart-link form .search-box input:focus {
  outline: 0 solid;
}
.cart-link form .search-box.show {
  bottom: -73px;
  opacity: 1;
  visibility: visible;
}

.ts-navbar {
  margin-right: 20px;
}

/* Slider Area
=================================== */
.slider-items {
  height: 645px;
  background-size: 100% 100% !important;
  background-size: cover !important;
}
.slider-items .row,
.slider-items .container {
  height: 100%;
}

.slider-overlay {
  position: relative;
  z-index: 2;
}
.slider-overlay:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.3);
  z-index: -1;
}

.slider-content h1 {
  font-family: 'Quicksand', sans-serif;
  font-size: 60px;
  color: #fff;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.slider-content h1 small {
  font-family: 'Quicksand', sans-serif;
  font-size: 20px;
  color: #fff;
  display: block;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.slider-content h1 span {
  color: #1112AB;
}
.slider-content .slider-desc {
  font-size: 20px;
  color: #fff;
  margin-bottom: 30px;
  line-height: 30px;
}

.ts-slider-area.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -30px;
}
.ts-slider-area.owl-carousel .owl-nav button {
  position: absolute;
  top: 0;
  left: 30px;
  width: 60px;
  height: 60px;
  line-height: 65px !important;
  background: rgba(0, 0, 0, 0.5) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: -15px;
  margin-left: 0px;
}
.ts-slider-area.owl-carousel .owl-nav button i {
  color: #fff;
  font-size: 25px;
}
.ts-slider-area.owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: 30px;
}
.ts-slider-area.owl-carousel .owl-nav button:hover {
  background: #1112AB !important;
}

/* Intro Area
====================== */
.ts-intro {
  margin-top: -130px;
}

.ts-intro-wrapper {
  background: #5C9B7E;
  padding: 35px 35px 25px 40px;
  border-radius: 5px;
  position: relative;
  z-index: 2;
}
.ts-intro-wrapper > i {
  font-size: 150px;
  position: absolute;
  left: 0px;
  bottom: -20px;
  z-index: -1;
  opacity: 0.1;
  color: #fff;
}
.ts-intro-wrapper.highlight {
  margin-left: -3px;
  position: relative;
  z-index: 9;
  margin-right: -3px;
  margin-top: -22px;
  padding-bottom: 43px;
  padding-left: 30px;
  padding-right: 30px;
}
.ts-intro-wrapper.highlight .intro-content h2 {
  margin-bottom: 40px;
}
.ts-intro-wrapper.intro-carousel {
  padding-bottom: 40px;
}
.ts-intro-wrapper .select2-container .select2-selection .select2-selection__arrow:before {
  top: 24px;
  color: #fff;
}

.intro-content h2 {
  font-size: 24px;
  color: #fff;
  text-align: center;
  font-family: 'Quicksand', sans-serif;
  margin-bottom: 35px;
}
.intro-content h2 span {
  font-weight: 400;
}
.intro-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.intro-content li {
  content: "";
  display: block;
  clear: both;
}
.intro-content li p {
  float: right;
  width: 165px;
  text-align: left;
  color: #fff;
  font-family: 'Quicksand', sans-serif;
  font-weight: 400;
}
.intro-content li span {
  color: #fff;
  font-family: 'Quicksand', sans-serif;
  font-weight: 400;
}

.intro-form .btn {
  margin-top: 20px;
}
.intro-form .btn-primary {
  border: 1px solid;
}
.intro-form .contactMe {
  background: transparent;
  border: none;
}
.intro-form .contactMe .field,
.intro-form .contactMe .select2-selection {
  padding: 23px 25px;
  line-height: 0;
  background: #be2727;
  border-radius: 3px;
  border: none;
}
.intro-form .contactMe .field::-webkit-input-placeholder,
.intro-form .contactMe .select2-selection::-webkit-input-placeholder {
  color: #fff;
}
.intro-form .contactMe .field::-moz-placeholder,
.intro-form .contactMe .select2-selection::-moz-placeholder {
  color: #fff;
}
.intro-form .contactMe .field:-ms-input-placeholder,
.intro-form .contactMe .select2-selection:-ms-input-placeholder {
  color: #fff;
}
.intro-form .contactMe .field::-ms-input-placeholder,
.intro-form .contactMe .select2-selection::-ms-input-placeholder {
  color: #fff;
}
.intro-form .contactMe .field::placeholder,
.intro-form .contactMe .select2-selection::placeholder {
  color: #fff;
}
.intro-form .contactMe .select2-container .select2-selection .select2-selection__rendered {
  overflow: visible;
  color: #fff;
  padding-left: 0;
  padding-right: 0;
}
.intro-form .contactMe .select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-top: 0;
  border-color: #fff transparent transparent transparent;
}
.intro-form .contactMe .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #fff;
}
.intro-form .contactMe .select2-container--default .select2-selection--single .select2-selection__clear {
  display: none;
}
.intro-form .contactMe .btn {
  float: none;
}

.intro-form .contactMe .form-row {
  margin: 0;
}
.intro-form .contactMe .form-row [class*=col-] {
  padding-right: 10px;
  padding-left: 10px;
}

.intro-form .contactMe .form-row-second {
  margin-bottom: 20px;
}

.intro-content-carousel.owl-carousel p {
  color: #fff;
  padding: 0 2px;
}
.intro-content-carousel.owl-carousel .owl-nav {
  margin-top: 20px;
  text-align: right;
}

/* Feature
============================ */
.ts-feature .feature-img {
  position: absolute;
  right: 0;
  top: 64%;
  width: 36%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (min-width: 1500px) {
  .ts-feature .feature-img {
    width: auto;
  }
}
.feature-single .feature-icon {
  float: left;
  font-size: 50px;
  color: #5C9B7E;
}
.feature-single .feature-content {
  margin-left: 80px;
  padding-right: 10px;
}
.feature-single .feature-content h3 {
  margin-bottom: 13px;
}
.feature-single .feature-content h3 span {
  font-weight: 400;
}

/* About
====================== */
.ts-about {
  overflow: hidden;
}
.ts-about [class*=col-] {
  padding: 0;
}

.box-content-wrapper * {
  color: #fff;
}
.box-content-wrapper p {
  margin-bottom: 5px;
}

@media (min-width: 992px) {
  .box-skew-hidden-left {
    position: relative;
  }
  .box-skew-hidden-left:after {
    content: "";
    position: absolute;
    top: 0;
    right: -86%;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-transform: skewX(-16deg);
    transform: skewX(-16deg);
  }
}

.box-skew-left {
  display: table;
  height: 500px;
  -webkit-transform: skewX(-16deg);
  transform: skewX(-16deg);
  position: relative;
  width: 95%;
}
.box-skew-left .box-skew-img:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0, 0, 0, 0.5);
}
.box-skew-left .column-title {
  font-size: 44px;
}
.box-skew-left img {
  position: absolute;
  top: 0;
  left: 0;
  width: 110%;
  height: 100%;
  -webkit-transform: skewX(16deg);
  transform: skewX(16deg);
  background-size: cover;
  background-position: center;
}
.box-skew-left .box-content-wrapper {
  display: table-cell;
  vertical-align: middle;
  -webkit-transform: skewX(16deg);
  transform: skewX(16deg);
  padding: 0 120px 0 135px;
  position: relative;
  z-index: 2;
}
.box-skew-left .box-content-wrapper p {
  padding-right: 120px;
}
.box-skew-left:after {
  content: "";
  position: absolute;
  top: 0;
  left: -85px;
  width: 102%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
@media (min-width: 1600px) {
  .box-skew-left .box-content-wrapper {
    padding: 0 120px 0 424px;
  }
}
@media (min-width: 992px) {
  .box-skew-left:before {
    -webkit-transform: skewX(16deg);
    transform: skewX(16deg);
  }
}

.box-skew-right {
  display: table;
  -webkit-transform: skewX(-16deg);
  transform: skewX(-16deg);
  left: -125px;
  width: 141%;
  position: absolute;
  top: 33px;
  padding-left: 90px;
  padding-right: 235px;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 435px;
  background: #f7f7f7;
  margin-left: -35px;
}
.box-skew-right img {
  position: absolute;
  top: -70px;
  right: 75px;
  -webkit-transform: skewX(16deg);
  transform: skewX(16deg);
  height: 505px;
}
.box-skew-right:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url("../images/pattern/about-pattern.png");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.box-skew-right .column-title {
  margin-bottom: 50px;
  color: #101010;
}
.box-skew-right .column-title span {
  color: #101010;
}
.box-skew-right .column-title:before {
  background: #101010;
}
.box-skew-right .box-content-wrapper {
  display: table-cell;
  vertical-align: middle;
  -webkit-transform: skewX(16deg);
  transform: skewX(16deg);
  width: 485px;
}
.box-skew-right .box-content-wrapper ul li,
.box-skew-right .box-content-wrapper p {
  color: #666666;
}
.box-skew-right .list-round {
  margin-top: 28px;
}
.box-skew-right.bg-red {
  background-color: #1112AB;
}
.box-skew-right.bg-red .column-title {
  color: #fff;
}
.box-skew-right.bg-red .column-title span {
  color: #fff;
}
.box-skew-right.bg-red .column-title:before {
  background: #fff;
}
.box-skew-right.bg-red .box-content-wrapper ul li,
.box-skew-right.bg-red .box-content-wrapper p {
  color: #fff;
}
@media (min-width: 1200px) {
  .box-skew-right {
    padding-left: 75px;
  }
}

/* Working Process */
.ts-working-process {
  margin-top: 0px;
  padding-top: 0;
}

.working-box-wrapper {
  counter-reset: working-number;
}
.working-box-wrapper .working-single-box {
  background: #2f2f2f;
  position: relative;
  min-height: 250px;
  display: table;
}
.working-box-wrapper .working-single-box:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-style: solid;
  border-width: 125px 0 125px 70px;
  border-color: #2f2f2f #2f2f2f #2f2f2f #fff;
}
.working-box-wrapper .working-single-box:after {
  content: "";
  position: absolute;
  right: -43px;
  top: 0;
  border-style: solid;
  border-width: 125px 0 125px 60px;
  border-color: transparent #2f2f2f transparent #2f2f2f;
  z-index: 1;
}
.working-box-wrapper .working-single-box.bg-red {
  background: #569369;
}
.working-box-wrapper .working-single-box.bg-red:before {
  border-color: #569369 #569369 #569369 transparent;
}
.working-box-wrapper .working-single-box.bg-red:after {
  border-color: transparent #569369 transparent #569369;
}
.working-box-wrapper .working-single-box.bg-red-light {
  background: #1112AB;
}
.working-box-wrapper .working-single-box.bg-red-light:before {
  border-color: #1112AB #1112AB transparent;
}
.working-box-wrapper .working-single-box.bg-red-light:after {
  border-color: transparent #1112AB transparent #1112AB;
  right: -51px;
  border-width: 125px 0 125px 51px;
}
.working-box-wrapper .working-content-wrapper {
  padding-left: 105px;
  padding-top: 25px;
  vertical-align: middle;
  display: table-cell;
  height: 250px;
  padding-right: 20px;
}
.working-box-wrapper .working-content-wrapper .workig-icon {
  font-size: 80px;
  color: #fff;
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.working-box-wrapper .working-content-wrapper .workig-icon:after {
  counter-increment: working-number;
  content: counter(working-number);
  position: absolute;
  right: 40px;
  top: 25px;
  font-size: 80px;
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  color: #444444;
}
.working-box-wrapper .working-content-wrapper .working-content p {
  color: #fff;
}
.working-box-wrapper .working-content-wrapper .working-content h3 {
  color: #fff;
  margin-bottom: 22px;
  font-size: 24px;
}
.working-box-wrapper .working-content-wrapper .working-content h3 span {
  font-weight: 400;
}
.working-box-wrapper [class*=col] {
  padding: 0;
  margin-left: -17px;
}
.working-box-wrapper [class*=col]:first-child {
  padding-left: 15px;
}
.working-box-wrapper [class*=col]:last-child {
  padding-right: 0px;
}
.working-box-wrapper [class*=col]:last-child .workig-icon:after {
  color: #f04646;
}
.working-box-wrapper [class*=col]:nth-child(2) .workig-icon:after {
  color: #d71a39;
}

/* Service */
.ts-service-bg {
  padding: 80px 0 180px;
  background: url("../images/service/service_bg1.jpg");
  background-size: cover;
  background-position: bottom right;
  background-attachment: fixed;
}

.ts-service-bg.bg-overlay:after {
  background: rgba(6, 22, 58, 0.7);
}

.ts-service {
  margin-top: -270px;
}

.ts-service.ts-service-2 {
  padding-bottom: 70px;
}
.ts-service.ts-service-2 .ts-service-wrapper {
  margin-bottom: 30px;
}

.service-content {
  position: relative;
  background: #f7f7f7;
  padding: 0 30px 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.service-content h3,
.service-content h3 > a {
  padding-top: 25px;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #1110B3;
  font-family: 'Quicksand', sans-serif;
  font-weight: 900;
  font-size: 24px;
}
.service-content .service-icon {
  position: absolute;
  right: 30px;
  top: -30px;
  width: 55px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  background: #1112AB;
  border-radius: 3px;
  font-size: 28px;
  color: #fff;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
}
.service-content .service-img img {
  width: 100%;
}

.readmore {
  font-size: 14px;
  color: #666666;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.readmore i {
  width: 18px;
  height: 18px;
  text-align: center;
  border: 1px solid #696969;
  border-radius: 50%;
  line-height: 16px;
  margin-left: 6px;
  font-size: 12px;
}

.ts-service-wrapper {
  background: #f7f7f7;
}
.ts-service-wrapper .service-img img {
  width: 100%;
}
.ts-service-wrapper:hover .service-content {
  background: #fff;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.06);
}
.ts-service-wrapper:hover .service-content h3,
.ts-service-wrapper:hover .service-content h3 > a {
  color: #1112AB;
}
.ts-service-wrapper:hover .readmore {
  color: #1112AB;
}
.ts-service-wrapper:hover .readmore i {
  border-color: #1112AB;
}

.service-carousel .owl-stage-outer {
  padding-bottom: 25px;
}
.service-carousel .owl-nav {
  position: absolute;
  top: -100px;
  right: 15px;
}

/* Contact us */
.ts-main-form > section {
  padding-left: 30px;
  padding-right: 30px;
}
.ts-main-form > section .form-row > .col,
.ts-main-form > section .form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 20px;
}
.ts-main-form .add_service_link {
  font-weight: 700;
  margin-left: 16px;
  color: #666666;
  float: left;
  margin-top: 16px;
}

.contactMe > section:after {
  content: "";

  display: block;
  clear: both;
}
.contactMe .btn {
  float: right;
  margin-top: 0px;
}
.contactMe input {
  font-family: 'Quicksand', sans-serif;
  color: #999999;
  font-size: 16px;
  padding: 0 20px;
}
.contactMe input::-webkit-input-placeholder {
  color: #999999;
  font-size: 16px;
}
.contactMe input::-moz-placeholder {
  color: #999999;
  font-size: 16px;
}
.contactMe input:-ms-input-placeholder {
  color: #999999;
  font-size: 16px;
}
.contactMe input::-ms-input-placeholder {
  color: #999999;
  font-size: 16px;
}
.contactMe input::placeholder {
  color: #999999;
  font-size: 16px;
}
.contactMe .select2-container--default .select2-selection--single {
  padding: 0 12px;
}
.contactMe .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999999;
  font-size: 16px;
}
.contactMe .select2-container .select2-selection .select2-selection__rendered {
  color: #999999;
  font-size: 16px;
}

/* Testimonial Carousel */
.testimonial-carousel {
  margin-left: auto;
  max-width: 340px;
}

.ts-appointment .testimonial-carousel {
  margin-left: 0;
  margin-right: 0;
}

.testimonial-body {
  background: #f7f7f7;
  padding: 38px 40px 12px;
  position: relative;
}
.testimonial-body .testimonial-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 12px;
}
.testimonial-body .quote-icon {
  font-size: 36px;
  display: block;
  text-align: right;
  margin-top: -30px;
  color: #d20022;
}
.testimonial-body:after {
  content: "";
  position: absolute;
  left: 65px;
  bottom: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #f7f7f7 transparent transparent transparent;
  border-width: 20px 18px 0px 0px;
}

.testimonial-container .testimonial-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 30px;
  margin-top: 40px;
}
.testimonial-container .testimonial-footer .client-info {
  margin-left: 22px;
}
.testimonial-container .testimonial-footer .client-info .client-name {
  font-weight: 600;
  margin-bottom: 5px;
}
.testimonial-container .testimonial-footer img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  float: left;
}

/* Newsletter */
.ts-newsletter {
  padding-bottom: 0;
  overflow: hidden;
}
.ts-newsletter [class*=col] {
  padding: 0;
}
.ts-newsletter .box-skew-sm-right:after {
  z-index: -1;
}

.newsletter-form.contactMe {
  border: none;
  padding-right: 105px;
  background: none;
  margin-bottom: 11px;
}
.newsletter-form.contactMe .form-row {
  margin-bottom: 0;
}
.newsletter-form.contactMe .field {
  background: none;
  margin-bottom: 0;
  padding-right: 53px;
}
.newsletter-form.contactMe input {
  color: #fff;
}
.newsletter-form.contactMe input::-webkit-input-placeholder {
  color: #fff;
}
.newsletter-form.contactMe input::-moz-placeholder {
  color: #fff;
}
.newsletter-form.contactMe input:-ms-input-placeholder {
  color: #fff;
}
.newsletter-form.contactMe input::-ms-input-placeholder {
  color: #fff;
}
.newsletter-form.contactMe input::placeholder {
  color: #fff;
}
.newsletter-form.contactMe .newsletter-box {
  position: relative;
}
.newsletter-form.contactMe .newsletter-box .btn {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  padding: 0 30px;
}
.newsletter-form.contactMe .newsletter-box .btn i {
  font-size: 20px;
  color: #fff;
}
.newsletter-form.contactMe .newsletter-box .btn.btn-bordered:after {
  background-image: none;
}
.newsletter-form > section {
  background: none;
  padding: 0;
}

/* Latest news */
@media (min-width: 1400px) {
  .ts-facts-newsletter .newsletter-form.contactMe .newsletter-box {
    max-width: 470px;
  }
}
.ts-latest-post:hover .post-body {
  background: #fff;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.06);
}
.ts-latest-post:hover .post-body .post-title a {
  color: #d20022;
}
.ts-latest-post:hover .post-body .readmore {
  color: #1112AB;
}
.ts-latest-post:hover .post-body .readmore i {
  border-color: #1112AB;
}
.ts-latest-post:hover .post-body .post-date:before {
  border-color: #1112AB #fff;
}
.ts-latest-post .post-media.post-image img {
  min-height: 230px;
}
.ts-latest-post .post-body {
  position: relative;
  padding: 0 30px 27px;
  background: #f7f7f7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ts-latest-post .post-body .post-title {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 500;
}
.ts-latest-post .post-body .post-title a {
  color: #101010;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ts-latest-post .post-body .readmore {
  display: block;
  text-align: right;
}
.ts-latest-post .post-body .post-text p {
  margin-bottom: 10px;
}
.ts-latest-post .post-body .post-date {
  position: absolute;
  right: 30px;
  width: 45px;
  height: 75px;
  background: #1112AB;
  text-align: center;
  color: #fff;
  padding-top: 2px;
  top: -38px;
}
.ts-latest-post .post-body .post-date .day {
  border-bottom: 1px solid #f15a5a;
  padding-bottom: 3px;
  font-size: 20px;
}
.ts-latest-post .post-body .post-date .month {
  font-size: 12px;
  display: block;
}
.ts-latest-post .post-body .post-date:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-color: #1112AB #f7f7f7;
  border-width: 28px 0px 0px 45px;
  border-style: solid;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ts-latest-post .post-body .post-meta {
  margin-bottom: 15px;
  padding-top: 20px;
}
.ts-latest-post .post-body .post-meta img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
.ts-latest-post .post-body .post-meta .post-author {
  font-size: 14px;
  margin-left: 5px;
}
.ts-latest-post .post-body .post-meta .post-author a {
  color: #666666;
}

.news-carousel {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.news-carousel.owl-carousel .owl-item img {
  display: inline-block;
}
.news-carousel.owl-carousel .owl-stage-outer {
  padding-bottom: 20px;
}
.news-carousel.owl-carousel .owl-nav {
  position: absolute;
  top: -110px;
  right: 15px;
}
.news-carousel.owl-carousel.owl-loaded .owl-nav button:hover {
  background: #101010;
  color: #fff;
}

/* Partners */
.ts-pertner {
  padding: 55px 0 105px;
}

.partner-carousel.owl-carousel .owl-nav {
  position: absolute;
  top: 0;
  width: 100%;
}
.partner-carousel.owl-carousel .owl-nav button {
  position: absolute;
  left: -10px;
}
.partner-carousel.owl-carousel .owl-nav button.owl-next {
  right: -10px;
  left: auto;
}

.partner-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0;
}



/* Subpages
==================================== */
/* About us
==================================== */
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border: none;
  background: none;
}

.ts-tab.nav-tabs {
  border: none;
}
.ts-tab.nav-tabs .nav-link {
  color: #101010;
  border: none;
  background: #f7f7f7;
  text-align: center;
  padding: 15px 0 5px;
  margin-bottom: 10px;
  width: 280px;
  height: 100px;
  position: relative;
  z-index: 1;
  padding-left: 25px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ts-tab.nav-tabs .nav-link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 50px 0 50px 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ts-tab.nav-tabs .nav-link:after {
  content: "";
  position: absolute;
  top: 0;
  right: -76px;
  border-style: solid;
  border-color: transparent transparent transparent #f7f7f7;
  border-width: 50px 46px 50px 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ts-tab.nav-tabs .nav-link i {
  font-size: 36px;
  display: block;
  margin-bottom: 5px;
}

.ts-tab.nav-tabs .nav-link {
  font-size: 19px;
    color: #1112AB;
    font-weight: 900;
    font-style: italic

}

.ts-tab.nav-tabs .nav-link.active {
  color: #fff;
  background: #1112AB;
}
.ts-tab.nav-tabs .nav-link.active:after {
  border-color: transparent transparent transparent #1112AB;
}

/* Team 
===============================================*/
.progress-bar {
  -webkit-transition-duration: 2s;
  transition-duration: 2s;
  width: 0;
}

.ts-team-info {
  position: relative;
}
.ts-team-info .team-img {
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .ts-team-info .team-img img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .ts-team-info .team-img img {
    width: 100%;
  }
}
.ts-team-info .team-img .team-social {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}
.ts-team-info .team-img .team-social li {
  display: inline-block;
  margin-right: 25px;
}
.ts-team-info .team-img .team-social li a {
  font-size: 18px;
  display: block;
  color: #fff;
}
.ts-team-info .team-img .team-social li:last-child {
  margin-right: 0;
}
.ts-team-info .team-img:after {
  position: absolute;
  content: "";
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 105%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(47, 57, 103, 0)), color-stop(54%, rgba(0, 0, 0, 0.54)), to(#5C9B7E));
  background: linear-gradient(to bottom, rgba(47, 57, 103, 0) 0%, rgba(0, 0, 0, 0.54) 54%, #5C9B7E 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005C9B7E', endColorstr='#5C9B7E', GradientType=0);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ts-team-info .team-content {
  position: relative;
  padding: 5px 30px 15px;
  background: #f7f7f7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: none;
  border: 1px solid #eeeeee;
  border-top: none;
}
.ts-team-info .team-content .team-details {
  position: relative;
}
.ts-team-info .team-content .team-details .team-rating {
  position: absolute;
  top: 25px;
  right: 0;
  font-size: 41px;
  color: #d20022;
}
.ts-team-info .team-content .team-details .team-rating span {
  position: absolute;
  font-size: 16px;
  top: calc(50% - 8px);
  left: calc(50% - 4px);
  z-index: 1;
  color: #fff;
}
.ts-team-info .team-content .team-details p {
  color: #666;
  font-size: 14px;
  margin-top: 6px;
  font-family: 'Quicksand', sans-serif;
}
.ts-team-info .team-content .team-text p {
  margin-bottom: 0;
}
.ts-team-info .team-content .team-text p span {
  float: right;
}
.ts-team-info .team-content .team-name {
  font-size: 24px;
  font-weight: 500;
  padding-top: 20px;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ts-team-info .team-content .team-name span {
  font-size: 14px;
  color: #666666;
  display: block;
  margin: 8px 0px;
  margin-left: 15px;
  padding-left: 3px;
  position: relative;
}
.ts-team-info .team-content .team-name span:after {
  position: absolute;
  content: "";
  width: 12px;
  height: 2px;
  background: #d20022;
  left: -15px;
  top: calc(50% - 1px);
}
.ts-team-info .team-content p {
  font-size: 16px;
  font-weight: normal;
}
.ts-team-info:hover .team-img:after {
  visibility: visible;
  opacity: 1;
  bottom: 0;
}
.ts-team-info:hover .team-content {
  background: #fff;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.06);
  border-color: transparent;
}
.ts-team-info:hover .team-content .team-name {
  color: #d20022;
}
@media (max-width: 991px) {
  .ts-team-info {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .ts-team-info {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .ts-team-info > img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .ts-team-info > img {
    width: 100%;
  }
}

.ts-team {
  padding-bottom: 80px;
}

/* Team Classic */
.ts-team-classic {
  padding: 80px 0;
}
.ts-team-classic .ts-team-info .team-content {
  padding: 20px 20px 0;
  position: relative;
  border: none;
}
.ts-team-classic .ts-team-info .team-content .team-name {
  padding-top: 4px;
}
.ts-team-classic .ts-team-info .team-content p {
  margin-bottom: 0;
}
.ts-team-classic .ts-team-info:hover .team-content {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ts-team-classic .ts-team-info .team-img .team-social {
  top: auto;
  bottom: -22px;
}
.ts-team-classic .ts-team-info:hover .team-social {
  bottom: 22px;
  opacity: 1;
  visibility: visible;
}

/* Team  Standard */
.ts-team-standard {
  padding: 80px 0px;
}
.ts-team-standard .ts-team-info .team-content {
  position: absolute;
  bottom: 30px;
  border: none;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ts-team-standard .ts-team-info .team-content span {
  display: block;
  font-size: 14px;
  color: #666666;
  position: relative;
}
.ts-team-standard .ts-team-info .team-content span:before {
  position: absolute;
  content: "";
  left: 0;
  top: 6px;
  width: 10px;
  height: 3px;
  background: #d20022;
}
.ts-team-standard .ts-team-info .team-content:hover {
  background: transparent;
}
.ts-team-standard .ts-team-info .team-content .team-name {
  background: #d20022;
  padding: 5px 0 10px;
  display: inline-block;
  position: relative;
  color: #fff;
  margin: 0;
  font-size: 20px;
  width: 150px;
  text-align: center;
}
.ts-team-standard .ts-team-info .team-content .team-name:before {
  position: absolute;
  right: -20px;
  top: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 20px 0 0;
  border-color: #d20022 transparent transparent transparent;
  content: '';
}
.ts-team-standard .ts-team-info:hover .team-content {
  background: none;
}
.ts-team-standard .ts-team-info:hover .team-social {
  bottom: auto;
  opacity: 1;
  visibility: visible;
}

/* team Carousel */
.team-carousel .owl-nav {
  position: absolute;
  top: -104px;
  right: 0;
}

/*  Skill Area */
.ts-skill-area {
  padding: 100px 0px;
}
.ts-skill-area .progress-wrapper {
  padding-right: 60px;
}
.ts-skill-area .progress-wrapper .intro-desc {
  margin-bottom: 33px;
}
.ts-skill-area .progress-wrapper .ts-progress-bar {
  margin-bottom: 20px;
}
.ts-skill-area .progress-wrapper .ts-progress-bar h3 {
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  margin: 0 0 10px 0;
}
.ts-skill-area .progress-wrapper .ts-progress-bar .progress {
  height: 5px;
  position: relative;
  overflow: visible;
}
.ts-skill-area .progress-wrapper .ts-progress-bar .progress .progress-value {
  display: block;
  font-size: 16px;
  color: #000;
  position: absolute;
  top: -25px;
  right: 0;
}
.ts-skill-area .progress-wrapper .btn {
  margin-top: 17px;
}
.ts-skill-area .video-popup {
  position: relative;
}
.ts-skill-area .video-popup .video-popup-btn {
  position: absolute;
  top: calc(50% - 37px);
  left: calc(50% - 37px);
}
.ts-skill-area .video-popup .video-popup-btn a {
  width: 75px;
  height: 75px;
  text-align: center;
  background: #5C9B7E;
  display: block;
  line-height: 75px;
  color: #fff;
  border-radius: 50%;
  font-size: 20px;
  padding-left: 5px;
}
@media (max-width: 991px) {
  .ts-skill-area .video-popup img {
    width: 100%;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .ts-skill-area .video-popup img {
    width: 100%;
    margin-top: 40px;
  }
}

/* Gallery 
==============================================*/
.ts-gallery {
  padding-bottom: 30px;
}
.ts-gallery .img-gallery {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.ts-gallery .img-gallery img {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
@media (max-width: 991px) {
  .ts-gallery .img-gallery img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .ts-gallery .img-gallery img {
    width: 100%;
  }
}
.ts-gallery .img-gallery a {
  display: block;
}
.ts-gallery .img-gallery a:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.5);
  top: 50%;
  left: 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ts-gallery .img-gallery .gallery-popup .gallery-content {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 0;
  width: 100%;
  color: #fff;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
.ts-gallery .img-gallery .gallery-popup .gallery-content h3 {
  color: #fff;
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 2px;
}
.ts-gallery .img-gallery .gallery-popup .gallery-content p {
  font-style: italic;
  color: #999;
  margin-bottom: 0;
}
.ts-gallery .img-gallery:hover a:after {
  visibility: visible;
  opacity: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.ts-gallery .img-gallery:hover .gallery-popup .gallery-content {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1) translateY(-25px);
  transform: scale(1) translateY(-25px);
}
.ts-gallery .img-gallery:hover img {
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}
@media (max-width: 991px) {
  .ts-gallery .img-gallery {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .ts-gallery .img-gallery {
    margin-bottom: 40px;
  }
}

/* Pricing 
==============================================*/
.ts-pricing-intro .box-skew-left:after {
  background: none;
}

/* Service 
==============================================*/
.ts-service-wrapper .service-content {
  background: none;
  border-top: none;
}
.ts-service-wrapper:hover .service-content {
  border-color: transparent;
}

.contactMe .btn {
  margin-right: 10px;
}

/* News Details
=================================== */
.post-content.post-single {
  margin-bottom: 40px;
  position: relative;
}
.post-content.post-single .post-date {
  content: "";
  position: absolute;
  top: 40px;
  right: 40px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='58px' height='96px'%3E%3Cpath fill-rule='evenodd' fill='rgb(210, 0, 34)' d='M58.000,-0.000 L58.000,96.000 L-0.000,70.400 L-0.000,-0.000 L58.000,-0.000 Z'/%3E%3C/svg%3E");
  height: 96px;
  width: 60px;
  background-repeat: no-repeat;
  text-align: center;
  padding-top: 15px;
}
.post-content.post-single .post-date span {
  color: #fff;
  display: inline-block;
}
.post-content.post-single .post-date span.day {
  font-size: 32px;
  border-bottom: 1px solid #db334e;
  padding-bottom: 9px;
  margin-bottom: 2px;
}
.post-content.post-single .post-date span.month {
  display: block;
}
.post-content.post-single .post-body {
  border: 1px solid #eeeeee;
  padding: 17px 40px 30px;
}
.post-content.post-single .post-body .entry-title {
  font-size: 30px;
  margin-bottom: 25px;
}
.post-content.post-single .post-body .entry-title a {
  color: #010101;
  -webkit-transition: all ease 500ms;
  transition: all ease 500ms;
}
.post-content.post-single .post-body .post-meta {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.post-content.post-single .post-body .post-meta .post-author a {
  color: #666666;
  font-size: 14px;
  margin-right: 5px;
  margin-left: 10px;
}
.post-content.post-single .post-body .post-meta .post-author img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
.post-content.post-single .post-body .post-meta span {
  margin-right: 25px;
}
.post-content.post-single .post-body .post-meta .post-comment {
  color: #666666;
  font-size: 14px;
}
.post-content.post-single .post-body .post-meta .post-comment a {
  margin-left: 5px;
}
.post-content.post-single .post-body .post-meta a {
  color: #666666;
  font-size: 14px;
  margin-right: 5px;
  margin-left: 10px;
}
.post-content.post-single .post-body .entry-content blockquote {
  margin-top: 37px;
  margin-bottom: 35px;
}
.post-content.post-single .post-body .entry-content blockquote i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  display: inline-block;
  font-size: 36px;
  color: #d20022;
  margin-bottom: 22px;
}
.post-content.post-single .post-body .entry-content blockquote p cite {
  color: #d20022;
}
.post-content.post-single .post-body .entry-content > h3 {
  color: #101010;
  font-size: 24px;
  margin-bottom: 25px;
}
.post-content.post-single .post-body .entry-content .list-round-solid {
  margin-top: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 35px;
  margin-bottom: 35px;
}
.post-content.post-single .post-body .post-footer {
  margin-top: 26px;
}
.post-content.post-single .post-body .post-footer .post-tags strong {
  color: #101010;
  margin-right: 15px;
}
.post-content.post-single .post-body .post-footer .post-tags a {
  border: 1px solid #eee;
  padding: 5px 20px;
  margin-right: 10px;
  color: #666666;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.post-content.post-single .post-body .post-footer .post-tags a:hover {
  background: #e7272d;
  color: #fff;
}
.post-content.post-single .post-body .post-footer .post-tags a:last-child {
  margin-right: 0;
}

.post-social-icons li {
  display: inline-block;
  margin-left: 12px;
}
.post-social-icons li a {
  color: #252a37;
  font-size: 14px;
}

.author-box {
  padding: 40px 40px 20px;
}
.author-box .author-img img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.author-box .author-info {
  margin-left: 90px;
}
.author-box .author-info > h3 {
  margin-bottom: 4px;
}
.author-box .author-url {
  margin-bottom: 12px;
}
.author-box .author-url a {
  color: #666666;
  font-size: 14px;
}

.post-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
}
.post-navigation.borderd {
  border: 1px solid #f1f1f1;
}
.post-navigation .post-previous a span i {
  padding-right: 10px;
}
.post-navigation .post-next a span i {
  padding-left: 5px;
}
.post-navigation div {
  padding: 30px 40px;
}
.post-navigation div a h3 {
  line-height: 30px;
}
.post-navigation div a span {
  color: #666;
  font-size: 14px;
}
.post-navigation div:hover a span i {
  color: #d20022;
}
.post-navigation .post-next {
  text-align: right;
}
.post-navigation:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 70px;
  background: #f1f1f1;
  top: calc(50% - 35px);
  left: calc(50% - 1px);
}

.comments-area .comments-heading {
  font-size: 24px;
  margin-bottom: 32px;
}

.comments-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 45px;
}
.comments-list .comment {
  margin-bottom: 40px;
}
.comments-list .comment .comment-avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.comments-list .comment .comment-body {
  margin-left: 90px;
}
.comments-list .comment .comment-body .comment-author {
  font-size: 20px;
  color: #101010;
}
.comments-list .comment .comment-body .comment-date {
  display: block;
  font-size: 14px;
  margin-top: -2px;
  margin-bottom: 10px;
}
.comments-list .comment .comment-body .meta-data span a {
  color: #666666;
  font-size: 14px;
}
.comments-list .comment .comment-body .meta-data span a i {
  font-size: 16px;
  color: #252a37;
  margin-right: 5px;
}
.comments-list .comments-reply {
  list-style: none;
  margin: 0;
}
.comments-list .comments-reply .comment {
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.comments-list .comments-reply .comment .comment-body {
  background: #f7f9fd;
  padding: 25px 30px 10px;
}

.comments-form .form-control:focus {
  color: #666;
}
.comments-form .title-normal {
  margin-bottom: 35px;
  font-size: 24px;
}
.comments-form form input {
  padding: 12px 18px;
  border-radius: 00;
  border-color: #eeeeee;
}
.comments-form form textarea {
  border-radius: 0;
  border-color: #eeeeee;
  resize: none;
}

/* Sidebar */
/* Widget */
.sidebar.sidebar-right {
  margin-left: 10px;
}
.sidebar.sidebar-right.mt-minus-105 {
  margin-top: -105px;
}
.sidebar.sidebar-left {
  margin-right: 10px;
}
@media (max-width: 991px) {
  .sidebar {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .sidebar {
    margin-top: 40px;
  }
}
.sidebar .widget {
  padding: 35px 40px;
  border: 1px solid #eeeeee;
  margin-bottom: 40px;
}
.sidebar .widget .widget-title span {
  font-weight: 400;
}
.sidebar .widget.widget-social {
  padding-right: 0;
  background: #f1f1f1;
}
.sidebar .widget .service-time li {
  border-bottom: none;
  font-size: 16px;
  color: #666666;
}
.sidebar .widget.widget-download {
  padding: 27px 35px;
  background: #5C9B7E;
}
.sidebar .widget.widget-search {
  padding: 0;
  border: none;
  position: relative;
}
.sidebar .widget.widget-search input {
  padding: 15px 25px;
  border-radius: 0;
  font-style: italic;
  border-color: #eee;
  color: #101010;
}
.sidebar .widget.widget-search input::-webkit-input-placeholder {
  color: #101010;
}
.sidebar .widget.widget-search input::-moz-placeholder {
  color: #101010;
}
.sidebar .widget.widget-search input:-ms-input-placeholder {
  color: #101010;
}
.sidebar .widget.widget-search input::-ms-input-placeholder {
  color: #101010;
}
.sidebar .widget.widget-search input::placeholder {
  color: #101010;
}
.sidebar .widget.widget-search .input-group-btn i {
  font-size: 18px;
  color: #fff;
  width: 55px;
  height: 55px;
  line-height: 55px;
  background: #e7272d;
  text-align: center;
  position: absolute;
  right: 0;
  z-index: 2;
}
.sidebar .widget .widget-title {
  margin-bottom: 35px;
}
.sidebar .widget .media {
  margin-bottom: 40px;
}
.sidebar .widget .media img {
  width: 80px;
  height: 70px;
}
.sidebar .widget .media:last-child {
  margin-bottom: 0;
}
.sidebar .widget .media-body {
  margin-left: 20px;
}
.sidebar .widget .media-body .post-date a {
  color: #666;
  font-size: 14px;
  margin-bottom: 5px;
  display: inline-block;
}
.sidebar .widget .media-body .entry-title a {
  color: #101010;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sidebar .widget .media-body .entry-title a:hover {
  color: #d20022;
}
.sidebar .widget .widget-nav-tabs {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar .widget .widget-nav-tabs li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 17px;
}
.sidebar .widget .widget-nav-tabs li a {
  color: #666;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sidebar .widget .widget-nav-tabs li:last-child {
  margin-bottom: 0;
}
.sidebar .widget .widget-nav-tabs li:hover a,
.sidebar .widget .widget-nav-tabs li:hover span {
  color: #d20022;
}
.sidebar .widget.widget-tags ul li {
  display: inline-block;
  margin-bottom: 8px;
  margin-right: 4px;
}
.sidebar .widget.widget-tags ul li a {
  display: block;
  padding: 5px 20px;
  border: 1px solid #eee;
  color: #666;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sidebar .widget.widget-tags ul li a:hover {
  background: #e7272d;
  color: #fff;
}
.sidebar .widget.widget-tags ul li:last-child {
  margin-bottom: 0;
}

/* News left and Right
=================================== */
.post {
  margin-bottom: 40px;
  position: relative;
}
.post .post-date {
  content: "";
  position: absolute;
  top: 40px;
  right: 40px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='58px' height='96px'%3E%3Cpath fill-rule='evenodd' fill='rgb(210, 0, 34)' d='M58.000,-0.000 L58.000,96.000 L-0.000,70.400 L-0.000,-0.000 L58.000,-0.000 Z'/%3E%3C/svg%3E");
  height: 96px;
  width: 60px;
  background-repeat: no-repeat;
  text-align: center;
  padding-top: 15px;
}
.post .post-date span {
  color: #fff;
  display: inline-block;
}
.post .post-date span.day {
  font-size: 32px;
  border-bottom: 1px solid #db334e;
  padding-bottom: 9px;
  margin-bottom: 2px;
}
.post .post-date span.month {
  display: block;
}
.post .post-body {
  border: 1px solid #eeeeee;
  padding: 17px 40px 30px;
}
.post .post-body .entry-title {
  font-size: 30px;
  margin-bottom: 25px;
}
.post .post-body .entry-title a {
  color: #010101;
  -webkit-transition: all ease 500ms;
  transition: all ease 500ms;
}
.post .post-body .entry-title a:hover {
  color: #d20022;
}
.post .post-body .post-meta .post-footer {
  display: block;
  float: right;
  margin-top: 5px;
  margin-right: 0;
}
.post .post-body .post-meta .post-footer a {
  margin-right: 0;
  color: #d20022;
}
.post .post-body .post-meta .post-footer a i {
  border-radius: 0;
  border: none;
  font-size: 16px;
  margin-left: 0px;
}
.post .post-quote-wrapper {
  border: 1px solid #eee;
}
.post .post-quote-content {
  padding: 35px 40px 10px;
}
.post .post-quote-content .entry-header i {
  display: inline-block;
  font-size: 46px;
  color: #d20022;
  margin-bottom: 22px;
}
.post .post-quote-content .entry-header .entry-title {
  font-size: 18px;
  margin-bottom: 25px;
  line-height: 29px;
  font-style: italic;
}
.post .post-quote-content .entry-header .entry-title a {
  color: #666666;
  font-family: 'Quicksand', sans-serif;
  font-weight: 400;
}
.post .post-quote-content .post-meta {
  padding-top: 10px;
  text-align: left;
}
.post .post-quote-content .post-meta .post-footer {
  display: block;
  float: right;
  margin-top: 5px;
  margin-right: 0;
}
.post .post-quote-content .post-meta .post-footer a {
  margin-right: 0;
  color: #d20022;
}
.post .post-quote-content .post-meta .post-footer a i {
  border-radius: 0;
  border: none;
  font-size: 16px;
  margin-left: 0px;
}
.post .post-meta {
  border-top: 1px solid #eeeeee;
  padding-top: 20px;
  margin-top: 30px;
}
.post .post-meta .post-author a {
  color: #666666;
  font-size: 14px;
  margin-right: 5px;
  margin-left: 10px;
}
.post .post-meta .post-author img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
.post .post-meta span {
  margin-right: 25px;
}
.post .post-meta .post-comment {
  color: #666666;
  font-size: 14px;
}
.post .post-meta .post-comment a {
  margin-left: 5px;

}
.post .post-meta a {
  color: #666666;
  font-size: 14px;
  margin-right: 5px;
  margin-left: 10px;
}

/* Contact us */
.mapouter .gmap_canvas {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.mapouter .gmap_canvas #gmap_canvas {
  width: 100%;
  border: none;
}

.contact-details {
  background: #5C9B7E;
  padding: 52px 40px 38px;
}
.contact-details h2.column-title {
  margin-bottom: 27px;
}
.contact-details .column-title {
  margin-bottom: 12px;
}
.contact-details .contact-info-item {
  margin-bottom: 23px;
}
.contact-details .contact-info-item:last-of-type {
  margin-bottom: 0;
}
.contact-details p {
  font-size: 16px;
  font-weight: 400;
  font-family: 'Quicksand', sans-serif;
  margin-top: 15px;
  color: #fff;
}
@media (max-width: 991px) {
  .contact-details {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .contact-details {
    margin-top: 40px;
  }
}

.contact-us .contactMe {
  border: none;
}
.contact-us .contactMe > section {
  padding: 0;
}
.contact-us .contactMe textarea {
  height: 150px;
}

/* Testimonial
=================================== */
/* Testimonial common */
.quote-ratings {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.quote-ratings .service-name {
  font-family: 'Quicksand', sans-serif;
}

.testimonial-item-single {
  padding: 30px 30px 20px;
  border: 1px solid #eee;
}
.testimonial-item-single .quote-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
.testimonial-item-single .quote-item img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 15px;
}
.testimonial-item-single .quote-item-info .quote-author {
  margin-bottom: 4px;
}
.testimonial-item-single .quote-text {
  margin-bottom: 15px;
}
.testimonial-item-single.with-bg {
  background: #fff;
  border: none;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(48, 48, 48, 0.1);
  box-shadow: 0px 2px 5px 0px rgba(48, 48, 48, 0.1);
}
.testimonial-item-single.with-bg .quote-item {
  position: relative;
}
.testimonial-item-single.with-bg .quote-item:before {
  content: "\e937";
  font-family: iconfont;
  position: absolute;
  right: 0;
  font-size: 46px;
  color: #d20022;
}
@media (max-width: 320px) {
  .testimonial-item-single.with-bg .quote-item:before {
    top: 40px;
  }
}

/* Testimonial Standard */
.ts-testimonial-standard.mt-minus95 {
  margin-top: -95px;
}

.testimonial-standard.owl-carousel .owl-stage-outer {
  padding: 0 0 5px 5px;
}
.testimonial-standard.owl-carousel .owl-nav {
  position: absolute;
  top: -100px;
  width: 100%;
  text-align: right;
}

/* Testimonial Classic */
.testimonial-item-wrapper .quote-item {
  position: relative;
}
.testimonial-item-wrapper .quote-item img {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  display: inline-block;
}
.testimonial-item-wrapper .quote-item i {
  position: absolute;
  right: 0;
  font-size: 63px;
  color: #d20022;
}
.testimonial-item-wrapper .quote-item-info {
  margin-top: 25px;
  margin-bottom: 28px;
}
.testimonial-item-wrapper .quote-item-info .quote-author {
  margin-bottom: 0;
}
.testimonial-item-wrapper .quote-item-info .quote-subtext {
  font-size: 14px;
}

/* Testimonial Slide */
.testimonial-slide {
  max-width: 440px;
}
.testimonial-slide .owl-stage-outer {
  padding-top: 75px;
}
.testimonial-slide .owl-nav {
  text-align: right;
  margin-top: -55px;
  position: relative;
  z-index: 1;
}

/* Service
============================= */
.ts-testimonial-bg {
  padding-bottom: 0;
  background: url(../images/service/service_bg2.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  height: 275px;
}
.ts-testimonial-bg.bg-overlay:after {
  background: rgba(6, 22, 58, 0.7);
}

/* Service Details
============================== */
.service-menu li {
  background: #f8f8f8;
  margin-bottom: 10px;
}
.service-menu li a {
  display: block;
  padding: 17px 35px;
  color: #666;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.service-menu li a:hover {
  background: #1112AB;
  color: #fff;
}

.ts-service-detials .sidebar .widget {
  padding: 35px 20px 35px 30px;
}
.ts-service-detials .sidebar .widget.widget-download {
  padding-bottom: 0;
}
.ts-service-detials .sidebar .widget.widget-download p {
  color: #fff;
  margin-top: 19px;
}

.ts-service-content .section-title {
  margin-bottom: 50px;
}
.ts-service-content .column-title {
  margin-bottom: 25px;
}
.ts-service-content .service-img {
  margin: 40px 0 35px;
  display: block;
}
.ts-service-content .service-list {
  margin-top: 30px;
}

/* Pricing table
===================================== */
.ts-pricing-intro .box-skew-left:before {
  background: url(../images/pricing-bg1.jpg);
  width: 128%;
  z-index: 1;
  background-size: cover;
  background-position: center;
}
@media (min-width: 992px) {
  .ts-pricing-intro .box-skew-left:before {
    background-position: 75% 90%;
    background-size: auto;
  }
}

.plan {
  padding: 35px 40px 40px;
  border-radius: 5px;
}
.plan .plan-name {
  font-weight: 600;
  margin-bottom: 20px;
}
.plan .plan-price strong {
  font-size: 45px;
  font-weight: 600;
}
.plan .plan-price sup {
  font-size: 20px;
  top: -20px;
}
.plan ul {
  margin-top: 35px;
}
.plan ul li {
  margin-bottom: 12px;
}
.plan ul li:last-child {
  margin-bottom: 45px;
}
.plan.plan-highlight {
  background: #5C9B7E;
  color: #fff;
}
.plan.plan-highlight .plan-name {
  color: #fff;
}
.plan.plan-highlight .plan-price sup,
.plan.plan-highlight .plan-price strong {
  color: #fff;
}
.plan .plan-tag {
  position: absolute;
  top: 16px;
  left: 38px;
  width: 65px;
  height: 32px;
  background: red;
  line-height: 32px;
  display: block;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  padding-left: 10px;
}
.plan .plan-tag:after {
  content: "";
  position: absolute;
  left: -1px;
  top: 0px;
  border-style: solid;
  border-color: transparent transparent transparent #5C9B7E;
  border-width: 16px 0 16px 12px;
}

.ts-pricing-table-standard .plan {
  background: #fff;
}
.ts-pricing-table-standard .plan .plan-price {
  margin: 0 -40px;
  background: #f8f8f8;
  position: relative;
  height: 80px;
  padding-top: 18px;
}
.ts-pricing-table-standard .plan .plan-price span {
  font-size: 16px;
  font-family: 'Quicksand', sans-serif;
  font-weight: 400;
  font-style: italic;
  display: block;
  position: relative;
  z-index: 1;
  padding-top: 4px;
}
.ts-pricing-table-standard .plan .plan-price:after {
  content: "";
  position: absolute;
  top: 80px;
  left: 0;
  border-style: solid;
  border-color: #f8f8f8 transparent transparent;
  border-width: 40px 175px 0 175px;
}
.ts-pricing-table-standard .plan ul {
  margin-top: 85px;
}
.ts-pricing-table-standard .plan.plan-highlight .plan-name {
  color: #101010;
}
.ts-pricing-table-standard .plan.plan-highlight .plan-price {
  background: #1112AB;
  color: #fff;
}
.ts-pricing-table-standard .plan.plan-highlight .plan-price:after {
  border-color: #1112AB transparent transparent;
}
.ts-pricing-table-standard .plan.plan-highlight .plan-price span {
  color: #fff;
}
.ts-pricing-table-standard .plan.plan-highlight ul li {
  color: #666;
}

/* Faq
======================================= */
.card {
  border-radius: 0;
  margin-bottom: 20px;
  border-color: #e5e5e5;
}
.card .card-header {
  background: none;
  border-bottom: none;
  padding: 28px 25px 30px;
}
.card .card-body {
  padding-top: 0;
  margin-top: -5px;
  padding-left: 45px;
}

.card .card-body p{
    font-family: 'Quicksand', sans-serif;
}

.card .card-button a {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  color: #101010;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  position: relative;
  z-index: 1;
  padding-right: 20px;
}
.card .card-button a[aria-expanded="true"] {
  color: #d20022;
}
.card .card-button a[aria-expanded="true"]:before {
  content: "\e93d";
}
.card .card-button a[aria-expanded="false"]:after {
  content: "\e93e";
}
.card .card-button a:before, .card .card-button a:after {
  float: right;
  font-size: 12px;
  color: #101010;
  font-family: iconfont;
  position: absolute;
  top: 0;
  right: 0;
}

#preloader {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 9999999999;
  background-color: #1112AB;
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}
