#main-container {
	overflow: hidden;
	background-color: #fff;
}
.boxed {
	background: url(../images/bg-pattern-1.png) repeat top left;
}
.boxed #main-container {
	margin: 0 auto;
	position: relative;
	max-width: 1200px;
	-webkit-box-shadow: 0px 0px 5px #323232;
	box-shadow: 0px 0px 5px #323232;
}
.boxed .header-sticky {
	max-width: 1200px;
}

@media (min-width: 1400px) {
.boxed #main-container, .boxed .header-sticky {
	max-width: 1350px;
}
}
#header-top {
	padding: 10px 0;
	border-bottom: 3px solid #2EA7E0;
	background-color: #1277BD;
	color: #fff;
}
#header-top a {
	color: #fff;
}
#header-top a:hover {
	color: #fff;
	text-decoration: none;
}
#header-top h1, #header-top h2, #header-top h3, #header-top h4, #header-top h5, #header-top h6 {
	color: #151f48;
}
#header-top .widget:last-child {
	margin-bottom: 0;
}
#header-top .widget-pages ul li:before, #header-top .widget-metadata ul li:before, #header-top .widget-archives ul li:before, #header-top .widget-categories ul li:before {
	background-color: #fff;
}
#header-top .widget-tags a:hover {
	border-color: #fff;
	color: #fff;
}
#header-top .widget-contact ul li {
	display: inline-block;
	margin-bottom: 0;
	margin-right: 20px;
}
#header-top .widget-contact ul li:last-child {
	margin-right: 0;
}
#header-top .widget-contact ul li i {
	color: #fff;
}
#header-top .widget-social .social-media {
	display: inline-block;
	float: right;
	padding: 4px 0;
	text-align: right;
}
#header-top .widget-social .social-media.rounded a {
	line-height: 24px;
	font-size: 12px;
	width: 26px;
	height: 26px;
	margin-bottom: 0;
	border-color: #fff;
}
/***********************************************************************************
 *	- HEADER
 ***********************************************************************************/

#header {
	position: relative;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#header [class^="col-"] {
	position: static;
}
#header .container {
	position: relative;
}
/***********************************************************************************
 *	- LOGO
 ***********************************************************************************/

#logo {
	max-width: 100%;
	margin: 15px 0;
}
#logo a {
	display: inline-block;
	max-width: 100%;
	text-align: center;
}
#logo a img {
}
/***********************************************************************************
 *	- MENU
 ***********************************************************************************/

.menu, .menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.menu {
	float: right;
	margin-top: 25px;
}
.menu > li {
	float: left;
}
.menu li a {
	display: block;
	color: #2C2E35;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
}
.menu > li > a {
	position: relative;
	margin-right: 5px;
	padding: 30px 15px;
	font-size: 17.4px;
	line-height: 24px;
	letter-spacing: 0.5px;
	text-decoration: none;
	text-transform: uppercase;
	color: #151f48;
}
.menu > li:last-child > a {
	margin-right: 0;
}
.menu li.dropdown ul {
	position: absolute;
	top: 100%;
	left: 10px;
	display: none;
	z-index: 2000;
	width: 215px;
	margin-top: -1px;
	border-bottom: none;
	border: 1px solid #f5f5f5;
	background-color: #fff;
}
.menu li.dropdown ul ul {
	top: 0;
	left: 100%;
}
.menu li.dropdown:hover > ul {
	display: block;
}
.menu li.dropdown ul li a {
	padding: 10px 30px;
	border-bottom: 1px solid #f5f5f5;
}
.menu li.dropdown ul li:last-child a {
	border-bottom: none;
}
.menu li.dropdown ul li a:before {
	content: "\e911";
	font-family: "mt-icons";
	font-size: 10px;
	position: relative;
	top: -1px;
	left: -15px;
}
.menu li.megamenu .megamenu-container {
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
	z-index: 2000;
	width: 100%;
	margin-top: -1px;
	border: 1px solid #f5f5f5;
	background-color: #fff;
}
.megamenu-container .section {
	float: left;
	width: 25%;
	padding: 20px;
}
.megamenu-container.col-2 .section {
	width: 50%;
}
.megamenu-container.col-3 .section {
	width: 33.33333333%;
}
.megamenu-container.col-4 .section {
	width: 25%;
}
.megamenu-container.col-5 .section {
	width: 20%;
}
.megamenu-container .section > ul {
	margin: -20px;
}
.megamenu-container .section > ul li a {
	padding: 15px 30px;
	border-bottom: 1px solid #f5f5f5;
	border-right: 1px solid #f5f5f5;
}
.megamenu-container .section > ul li a:before {
	content: "\e911";
	font-family: "mt-icons";
	font-size: 10px;
	position: relative;
	top: -1px;
	left: -15px;
}
.megamenu-container .section > ul li:last-child a {
	border-bottom: none;
}
.megamenu-container .section:last-child > ul li a {
	border-right: none;
}
.menu li.megamenu:hover > .megamenu-container {
	display: block;
}
.sf-arrows .sf-with-ul:after {
	position: absolute;
	top: 50%;
	right: 0;
	width: 0;
	height: 0;
	margin: -3px -1px 0 0;
	content: "";
	border: 5px solid transparent;
	border-top-color: #151f48;
}
.sf-arrows > li:hover > .sf-with-ul:after, .sf-arrows > li.active > .sf-with-ul:after {
	border-top-color: #38B6FF;
}
.sf-arrows ul .sf-with-ul:after {
	display: block;
	margin-top: -5px;
	margin-right: 10px;
	border-color: transparent;
	border-left-color: #4e515d;
}
.sf-arrows ul li:hover > .sf-with-ul:after {
	border-left-color: #fff;
}
.menu li a:hover, .menu li.active > a, .menu li.sfHover > a {
	text-decoration: none;
	color: #38B6FF;
	font-weight: 600;
}
.menu ul li > a:hover, .menu ul li.sfHover > a {
	background-color: #38B6FF;
	color: #fff;
}
/***********************************************************************************
 *	- MOBILE MENU
 ***********************************************************************************/

#mobile-menu-button {
	float: right;
	display: none;
	font-size: 24px;
	line-height: 24px;
	padding: 9px 10px 6px;
	border-radius: 3px;
	margin-top: 0px;
	text-decoration: none;
	background-color: #38B6FF;
	color: #fff;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}
#mobile-menu-button:hover {
	background-color: #209fe8;
}
#mobile-menu, #mobile-menu ul {
	list-style: none;
	display: none;
	margin: 0;
}
#mobile-menu {
	border-bottom: 1px solid #ddd;
	background-color: #159EEF;
}
#mobile-menu li a {
	display: block;
	padding: 10px 20px;
	border-top: 1px solid #ddd;
	text-decoration: none;
	color: #fff;
}
#mobile-menu > li > a {
	text-transform: uppercase;
}
#mobile-menu ul a {
	padding-left: 40px;
}
#mobile-menu ul ul a {
	padding-left: 60px;
}
#mobile-menu .megamenu-container {
	display: none;
	margin-left: 0;
	border-top: 1px solid #fff;
}
#mobile-menu .megamenu-container .section {
	float: none;
	width: 100%;
	margin-bottom: -1px;
	padding: 0 20px 20px 20px;
}
#mobile-menu .megamenu-container .section ul {
	display: block;
	margin: 0 -25px -20px;
}
#mobile-menu .megamenu-container .section ul a {
	padding-left: 40px;
	border-top: none;
}
#mobile-menu .megamenu-container .section > ul li a:before {
	display: none;
}
#mobile-menu .megamenu-container .section ul li:last-child a {
	border-bottom: 1px solid #fff;
}
#mobile-menu li.dropdown > a, #mobile-menu li.megamenu > a {
	position: relative;
}
#mobile-menu li.dropdown > a:after, #mobile-menu li.megamenu > a:after {
	position: absolute;
	top: 17px;
	right: 25px;
	font-family: "mt-icons";
	font-size: 10px;
	line-height: 10px;
	font-weight: 400;
	content: "\e90c";
}
#mobile-menu li.dropdown > a.open:after, #mobile-menu li.megamenu > a.open:after {
	content: "\e912";
}
/***********************************************************************************
 *	- SEARCH
 ***********************************************************************************/

.menu li.search {
}
.menu li.search a {
}
#search-form {
	position: absolute;
	top: 50%;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#search-form-container {
	position: fixed;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 30px 0 20px 0;
	text-align: center;
	background-color: #38B6FF;
	background: -webkit-linear-gradient(#209fe8, #38B6FF, #209fe8);
	background: linear-gradient(#209fe8, #38B6FF, #209fe8);
	-webkit-transform: rotateX(90deg);
	-ms-transform: rotateX(90deg);
	transform: rotateX(90deg);
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
#search-form-container.open-search-form {
	z-index: 9999;
	-webkit-transform: rotateX(0);
	-ms-transform: rotateX(0);
	transform: rotateX(0);
}
#search-form {
}
#search-form #search {
	display: inline-block;
	width: 50%;
	height: 50px;
	padding: 10px 45px 10px 20px;
	margin: 0 auto;
	border-color: #fff;
	background-color: #fff;
}
#search-submit {
	display: inline-block;
	border: none;
	padding: 8px;
	margin-left: -40px;
	margin-bottom: 0;
	vertical-align: middle;
	background: url(../images/search.png) no-repeat center center;
}
#search-form #s:focus {
	border-color: #c1c1c1;
}
#search-form-container a.search-form-close {
	position: absolute;
	top: 50px;
	right: 50px;
	display: inline-block;
	width: 32px;
	height: 32px;
	font-size: 18px;
	font-weight: 400;
	line-height: 25px;
	border-radius: 50%;
	border: 2px solid #fff;
	color: #fff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#search-form-container a.search-form-close:hover {
	border-color: #fff;
	background-color: #fff;
	color: #38B6FF;
}
/***********************************************************************************
 *	- STICKY
 ***********************************************************************************/

#header-sticky [class^="col-"] {
	position: static;
}
#header-sticky .container {
	position: relative;
}
#header-sticky {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	z-index: 100;
	background-color: #fff;
	box-shadow: 0 3px 25px 0 rgba(40, 40, 40, 0.2);
}
.header-sticky #logo {
	margin: 10px 0;
}
.header-sticky #logo img {
	max-width: 70%;
	display: inline-block;
	-webkit-transition: all 0.3s 0.01s;
	transition: all 0.3s 0.01s;
}
.header-sticky .menu {
	margin-top: 4px;
	-webkit-transition: all 0.3s 0.01s;
	transition: all 0.3s 0.01s;
}
.header-sticky .menu > li > a {
	padding-bottom: 23px;
	-webkit-transition: all 0.3s 0.01s;
	transition: all 0.3s 0.01s;
}
.header-sticky .sf-arrows .sf-with-ul:after {
	margin-top: 0;
	-webkit-transition: all 0.3s 0.01s;
	transition: all 0.3s 0.01s;
}
.header-sticky .sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
}
#header-sticky #search-form-container {
	display: none;
}
#page-header {
	padding: 50px 0;
	text-transform: lowercase;
	color: #fff;
	background: #f6fcff url(../../img/bg/flower-bg.png) no-repeat center;
	background-size: auto;
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
    z-index: 1;
}
#page-header h2 {
	margin-bottom: 0;
	color: #494949;
	font-size: 29px;
}
#page-header h2 small {
	margin-left: 10px;
	text-transform: none;
}
#page-header .breadcrumb {
	float: right;
	display: inline-block;
	margin-bottom: 0;
	background-color: transparent;
}
#page-header .breadcrumb li {
	color: #333333;
	font-size: 16px;
}
#page-header .breadcrumb li a {
	color: #38B6FF;
	text-decoration: none;
	-moz-transition: color .1s linear;
	-webkit-transition: color .1s linear;
	transition: color .1s linear;
}
#page-header .breadcrumb li a:hover {
	color: #1277BD;
}
#footer {
	background: url(../../img/bg/footer-bg.png) no-repeat center bottom;
	background-size: auto;
	border-top: 1px solid #ddd;
}
#footer .container {
	padding: 55px 0;
	color: #212121;
}
#footer a {
	color: #323232;
}
#footer a:hover {
	color: #38B6FF;
}
#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
	color: #38B6FF;
}
#footer h3.logo-title {
	font-size: 22px;
}
#footer h3.logo-title > b {
	font-size: 32px;
	color: #008BDB;
	font-weight: normal;
}
#footer .widget:last-child {
	margin-bottom: 0;
}
#footer .widget-title {
	font-size: 20px;
	text-transform: none;
	margin-bottom: 15px;
}
#footer .widget-title > i {
	font-size: 22px;
	margin-right: 5px;
}
#footer .widget-title > [class^="mt-"] {
	font-size: 32px;
	vertical-align: sub;
}
#footer .widget-recent-posts ul li .post-title {
	font-style: italic;
	color: #fff;
}
#footer .widget-recent-posts ul li .post-details {
	border-bottom: none;
	margin-bottom: 0;
	font-weight: 300;
}
#footer .widget-recent-posts ul li .post-details:after {
	content: "";
	display: block;
	width: 15px;
	margin-top: 10px;
	border-bottom: 1px solid #909090;
}
#footer .widget-recent-posts ul li .post-details, #footer .widget-recent-posts ul li .post-details a {
	color: #38B6FF;
}
#footer .widget-recent-posts ul li .read-more {
	color: #909090;
}
#footer .widget-newsletter input[type="email"] {
	border-color: #d1d1d1;
	background-color: transparent;
	color: #d1d1d1;
}
#footer .check-list {
	font-size: 16px;
}
#footer .widget-contact ul li {
	padding-bottom: 8px;
	border-bottom: 1px dashed #ddd;
}
#footer .widget-social ul {
	padding-left: 10px;
	list-style: none;
}
#footer .widget-social ul > li {
	display: inline-block;
	float: left;
	width: 45%;
	margin-bottom: 15px;
	text-align: center;
}
#footer .widget-social ul > li img {
	display: inline-block;
	width: 60px;
	height: 60px;
	clear: right;
	-moz-transition: opacity .1s ease-in-out;
	-webkit-transition: opacity .1s ease-in-out;
	transition: opacity .1s ease-in-out;
}
#footer .widget-social ul > li > a {
	display: block;
}
#footer .widget-social ul > li > a:hover > img {
	opacity: .8;
}
#footer .widget-social ul > li h5 {
	margin: 10px 0;
	color: #4C4C4C;
	font-size: 18px;
	font-weight: 600;
}
#footer-bottom {
	font-size: 14px;
	padding: 15px 0;
	background-color: #111315;
	color: #fff;
}
#footer-bottom a {
	color: #DADADA;
}
#footer-bottom a:hover {
	color: #38B6FF;
}
#footer-bottom h1, #footer-bottom h2, #footer-bottom h3, #footer-bottom h4, #footer-bottom h5, #footer-bottom h6 {
	color: #fff;
}
#footer-bottom .widget:last-child {
	margin-bottom: 0;
}
#footer-bottom .widget address {
	margin-bottom: 0;
}
#footer-bottom .widget p {
	font-size: 14px;
}
#footer-bottom .widget p .ouo-a {
	color: #F99B12;
	font-weight: bold;
}
#footer-bottom .widget-pages ul {
	text-align: right;
}
#footer-bottom .widget-pages ul li {
	display: inline-block;
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
#footer-bottom .widget-pages ul li i {
	margin-right: 5px;
}
#footer-bottom .widget-pages ul li:before {
	display: none;
}
#footer-bottom .widget-pages ul li:after {
	margin: 0 5px 0 7px;
	color: #6B6B6B;
	font-weight: normal;
	font-size: 13px;
	content: "|";
}
#footer-bottom .widget-pages ul li:last-child:after {
	display: none;
}
.team {
	list-style: none;
}
.team > li {
	border-bottom: 1px solid #f0f0f0;
}
.team > li:last-child {
	border-bottom: none;
}
.team > li .about-me {
	float: left;
	width: 50%;
	padding: 50px 0;
	margin-bottom: 0;
}
.team > li .about-me:hover {
	background-color: #FBFBFB;
}
.about-me {
	margin-bottom: 50px;
}
.about-me + .about-me {
	border-left: 1px solid #f0f0f0;
}
.about-me-image {
	float: left;
	width: 45%;
}
.about-me-image > img {
	display: block;
	height: auto;
	max-width: 100%;
	margin-bottom: 20px;
	padding: 1px;
	border: 1px solid #ddd;
}
.about-me-details {
	float: left;
	width: 55%;
}
.about-me-details {
	padding: 15px 25px 0;
}
.about-me-details h3 {
	margin-bottom: 20px;
	font-size: 20px;
}
.about-me-details h3 small {
	display: block;
	margin-top: 8px;
	font-size: 15px;
	color: #38B6FF;
}
.about-me-details p {
	color: #333;
	font-size: 15.5px;
}
.about-me .social-media {
	margin-bottom: 0;
}
.team > li:after, .about-me:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
/***********************************************************************************
 *	- SERVICES
 ***********************************************************************************/

	/* SERVICE BOX STYLE 1 */
.service-box.style-1 {
	margin-bottom: 50px;
}
.service-box.style-1 > i {
	float: left;
	display: block;
	width: 78px;
	height: 78px;
	font-size: 32px;
	line-height: 78px;
	text-align: center;
	border-radius: 50%;
	border: 2px solid #2cacf5;
	color: #2cacf5;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.service-box.style-1 > i:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	border-radius: 50%;
	z-index: -1;
	background-color: #2cacf5;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.service-box.style-1 .service-box-content {
	margin-left: 100px;
}
.service-box.style-1 .service-box-content h4 {
	margin-bottom: 20px;
}
.service-box.style-1:hover > i {
	background-color: #2cacf5;
	color: #fff;
}
.service-box.style-1:hover > i:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
/* SERVICE BOX STYLE 2 */
.service-box.style-2 {
	margin-bottom: 50px;
	text-align: center;
}
.service-box.style-2 > i {
	display: inline-block;
	width: 42px;
	height: 42px;
	font-size: 18px;
	line-height: 42px;
	text-align: center;
	margin-bottom: 15px;
	border-radius: 50%;
	background-color: #2cacf5;
	color: #fff;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.service-box.style-2 .service-box-content h5 {
	margin-bottom: 15px;
}
.service-box.style-2 .btn {
	font-weight: 400;
	font-style: italic;
	text-transform: none;
}
.service-box.style-2:hover > i {
	-webkit-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
/* SERVICE BOX STYLE 3 */
.service-box.style-3 {
	margin-bottom: 50px;
}
.service-box.style-3 > i {
	position: relative;
	float: left;
	display: block;
	font-size: 48px;
	line-height: 48px;
	color: #209fe8;
}
.service-box.style-3 > i:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	background: -webkit-linear-gradient(transparent, rgba(255, 255, 255, 0.7));
	background: linear-gradient(transparent, rgba(255, 255, 255, 0.7));
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.service-box.style-3 .service-box-content {
	margin-left: 85px;
}
.service-box.style-3 .service-box-content h5 {
	padding-top: 12px;
	margin-bottom: 30px;
}
.service-box.style-3:hover > i:after {
	-webkit-transform: rotateX(180deg);
	-ms-transform: rotateX(180deg);
	transform: rotateX(180deg);
}
/* SERVICE BOX STYLE 4 */
.service-box.style-4 {
	margin-bottom: 50px;
	text-align: center;
}
.service-box.style-4 > i {
	display: block;
	width: 78px;
	height: 78px;
	font-size: 32px;
	line-height: 78px;
	margin: 0 auto 25px;
	border-radius: 50%;
	border: 2px solid #2cacf5;
	color: #2cacf5;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.service-box.style-4 > i:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	border-radius: 50%;
	z-index: -1;
	background-color: #2cacf5;
	-webkit-transform: rotateX(90deg);
	-ms-transform: rotateX(90deg);
	transform: rotateX(90deg);
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.service-box.style-4 .service-box-content {
}
.service-box.style-4 .service-box-content h4 {
	margin-bottom: 20px;
}
.service-box.style-4 .btn {
	font-weight: 400;
	font-style: italic;
	text-transform: none;
}
.service-box.style-4:hover > i {
	background-color: #2cacf5;
	color: #fff;
}
.service-box.style-4:hover > i:after {
	-webkit-transform: rotateX(0);
	-ms-transform: rotateX(0);
	transform: rotateX(0);
}
/* SERVICE BOX STYLE 5 */
.service-box.style-5 {
	text-align: center;
	padding: 75px 20px 10px;
	margin-bottom: 30px;
	border: 2px solid #4e515d;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.service-box.style-5 > i {
	display: inline-block;
	margin-bottom: 15px;
	font-size: 42px;
	line-height: 42px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.service-box.style-5 a {
	text-decoration: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.service-box.style-5 .service-box-content {
	opacity: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.service-box.style-5 .service-box-content h6 {
	text-transform: uppercase;
}
.service-box.style-5:hover {
	cursor: pointer;
	padding: 45px 20px 40px;
	border-color: #38B6FF;
	background-color: #38B6FF;
	color: #fff;
}
.service-box.style-5:hover .service-box-content {
	opacity: 1;
}
.service-box.style-5:hover a {
	color: #fff;
}
/* SERVICES BOX STYLE 6 */
.service-box.style-6 {
	margin-bottom: 50px;
}
.service-box.style-6.icon-right {
	text-align: right;
}
.service-box.style-6 > i {
	display: block;
	width: 42px;
	height: 42px;
	font-size: 18px;
	line-height: 42px;
	text-align: center;
	border-radius: 50%;
	background-color: #38B6FF;
	color: #fff;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.service-box.style-6.icon-left > i {
	float: left;
}
.service-box.style-6.icon-right > i {
	float: right;
}
.service-box.style-6.icon-left .service-box-content {
	margin-left: 60px;
}
.service-box.style-6.icon-right .service-box-content {
	margin-right: 60px;
}
.service-box.style-6 .service-box-content h4 {
	padding-top: 7px;
	margin-bottom: 15px;
}
.service-box.style-6:hover > i {
	-webkit-animation: icon-zoom 0.5s linear;
	animation: icon-zoom 0.5s linear;
}
 @-webkit-keyframes icon-zoom {
 50% {
 -webkit-transform: scale(1.2);
 -ms-transform: scale(1.2);
 transform: scale(1.2);
}
}
 @keyframes icon-zoom {
 50% {
 -webkit-transform: scale(1.2);
 -ms-transform: scale(1.2);
 transform: scale(1.2);
}
}
/* SERVICES LIST */
.services-list {
	list-style: none;
	margin-bottom: 50px;
}
.services-list ul {
	margin-left: 0;
}
.services-list > li {
	border-bottom: 1px solid #d7d7d7;
}
.services-list > li:last-child {
	border-bottom: none;
}
.services-list > li .service-box {
	float: left;
	width: 50%;
	margin-bottom: 0;
	padding: 50px 30px;
}
.services-list > li .service-box:first-child {
	padding-left: 0;
}
.services-list > li .service-box:last-child {
	padding-right: 0;
}
.services-list > li .service-box + .service-box {
	border-left: 1px solid #d7d7d7;
}
.services-list > li .service-box *:last-child {
	margin-bottom: 0;
}
.services-list > li:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
/***********************************************************************************
 *	- PORTFOLIO
 ***********************************************************************************/

.portfolio-item {
	margin-bottom: 30px;
	overflow: hidden;
}
.portfolio-item-thumbnail {
	position: relative;
	overflow: hidden;
}
.portfolio-item-thumbnail img {
	width: 100%;
	display: block;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.portfolio-item-hover {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 0;
	height: 0;
	background-color: rgba(255,255,255,.5);
	color: #fff;
}
.portfolio-item-hover .zoom-action {
	color: #38B6FF;
}
.portfolio-item-hover .zoom-action > i {
	font-size: 1.5em;
}
.portfolio-item-hover .zoom-action:hover {
	color: #06A3FF;
	text-decoration: none;
}
.portfolio-item-details {
	text-align: center;
}
.portfolio-item-details h4 {
	margin-bottom: 5px;
	font-weight: 600;
}
.portfolio-item-details h4 a {
	color: #45bbff;
}
.portfolio-item-details h4 a:hover {
	color: #009AF3;
}
.portfolio-item-details h4 + p {
	font-size: 15px;
}
.courses-seciton .portfolio-item-details h4 + p {
	color: #F62459;
	font-size: 15px;
}
.portfolio-item-details *:last-child {
	margin-bottom: 0;
}
.portfolio-item-hover .portfolio-item-details {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	opacity: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.portfolio-item-thumbnail + .portfolio-item-details {
	margin: 15px 0;
}
.zoom-action {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 32px;
	line-height: 32px;
	text-decoration: none;
	opacity: 0;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.portfolio-item:hover .portfolio-item-hover {
	width: 100%;
	height: 100%;
}
.portfolio-item:hover .portfolio-item-hover .portfolio-item-details {
	opacity: 1;
}
.portfolio-item:hover .zoom-action {
	opacity: 1;
}
.portfolio-item:hover .portfolio-item-thumbnail img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
/* PORTFOLIO CLASSIC */
.portfolio-item.portfolio-classic {
}
.portfolio-item.portfolio-classic .portfolio-item-thumbnail {
	float: left;
	width: 50%;
}
.portfolio-item.portfolio-classic .portfolio-item-details {
	text-align: left;
	float: left;
	width: 50%;
	margin-top: 0;
	padding: 0 50px;
}
.portfolio-item.portfolio-classic .portfolio-item-details h4 {
	text-transform: uppercase;
}
.portfolio-item.portfolio-classic:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.blog-article {
	position: relative;
	margin-bottom: 35px;
}
.blog-article-thumbnail {
	margin-bottom: 15px;
	max-height: 350px;
	overflow: hidden;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.blog-article-thumbnail img {
}
.blog-article-date {
	position: relative;
	font-size: 32px;
	line-height: 32px;
	font-weight: 700;
	width: 75px;
	padding: 12px 0 10px 0;
	margin-bottom: 0;
	text-align: center;
	background-color: #38B6FF;
	color: #fff;
}
.blog-article-date:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	border-bottom: 5px solid;
}
.blog-article-date:before {
	bottom: 0;
	border-bottom-color: #209fe8;
}
.blog-article-date small {
	font-size: 14px;
	line-height: 30px;
	font-weight: 400;
	display: block;
}
.blog-article-thumbnail + .blog-article-date {
	position: absolute;
	top: 0;
	left: 15px;
}
.blog-article > .blog-article-thumbnail + .blog-article-date {
	left: 0;
}
.blog-article-details h4 {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ddd;
}
.blog-article-details h4 > a {
	display: -webkit-box;
	height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.blog-article-details h4 + p {
	margin-bottom: 10px;
	font-size: 15px;
}
.blog-article-details h4 + p > span {
	color: #A5A5A5;
	font-weight: 400;
}
.blog-article-details p {
	font-size: 15px;
}
.blog-article-details .more-link {
	text-decoration: none;
	font-size: 14.5px;
	font-weight: normal;
}
/* BLOG ARTICLE AUTHOR */
.blog-article-author {
	margin-bottom: 100px;
}
.blog-article-author-img {
	float: left;
	width: 135px;
	padding: 30px 0;
	margin-bottom: 10px;
	border-radius: 30px 0 0 30px;
	text-align: center;
	background-color: #38B6FF;
	background: -webkit-linear-gradient(90deg, #209fe8, #2cacf5, #38B6FF);
	background: linear-gradient(90deg, #209fe8, #2cacf5, #38B6FF);
}
.blog-article-author-img img {
	border-radius: 50%;
}
.blog-article-author h5 {
	font-weight: 600;
	font-style: italic;
	margin-bottom: 10px;
	color: #38B6FF;
}
.blog-article-author-details {
	margin-left: 180px;
	padding-top: 30px;
}
.blog-article-author-details > *:last-child {
	margin-bottom: 0;
}
.blog-article-author:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
/* BLOG POST COMMENT */
.commentlist-title {
	text-transform: uppercase;
}
.commentlist, .commentlist ul {
	list-style: none;
}
.commentlist {
	margin: 50px 0 100px;
}
.commentlist ul {
}
.commentlist li {
}
.commentlist li > ul.children {
	margin-left: 90px;
}
.comment-body {
	position: relative;
	padding-left: 125px;
	margin-bottom: 50px;
}
.comment-meta {
}
.comment-author {
}
.comment-author .avatar {
	position: absolute;
	top: 0;
	left: 0;
}
.comment-author .fn {
	font-weight: 600;
	color: #151f48;
}
.comment-author .says {
	display: none;
}
.comment-metadata {
	margin-bottom: 20px;
}
.comment-metadata a {
	font-style: italic;
	color: #4e515d;
}
.comment-content {
	font-style: italic;
}
.reply {
}
.reply a {
	font-weight: 400;
	font-style: italic;
	text-decoration: none;
	display: inline-block;
	padding: 6px 20px 6px 20px;
	border-radius: 20px;
	border: 2px solid #d7d7d7;
	color: #d7d7d7;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.reply a:hover {
	border-color: #38B6FF;
	color: #38B6FF;
}
.commentform-title {
	text-transform: uppercase;
}
#commentform {
	margin: 50px 0;
}
#commentform label {
}
#commentform input[type="text"], #commentform textarea {
}
#commentform input[type="submit"] {
	padding: 10px 30px;
}
#contact-form {
	margin: 15px 0 50px 0;
}
#contact-form .form-group {
	padding: 0 15px;
}
#contact-form label {
	display: block;
	font-size: 15px;
	font-weight: 600;
}
#contact-form label.radio-inline {
	display: inline-block;
}
#contact-form label.captcha {
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}
#contact-form label.error {
	position: absolute;
	top: 40px;
	right: 30px;
	font-size: 14px;
	color: #ff3333;
}
#contact-form #captcha-error.error {
	top: 11px;
}
.icons-list {
	list-style: none;
}
.icons-list li {
	text-align: center;
	display: inline-block;
	padding: 10px;
	width: 19%;
}
.icons-list li i, .icons-list li .glyphicon {
	font-size: 20px;
}
.icons-list li .icon-name {
	display: block;
}
.checkbox {
	padding-left: 20px;
}
.checkbox label {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-left: 5px;
}
.checkbox label::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 17px;
	height: 17px;
	left: 0;
	margin-left: -20px;
	border: 1px solid #cccccc;
	border-radius: 3px;
	background-color: #fff;
	-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
	display: inline-block;
	position: absolute;
	width: 16px;
	height: 16px;
	left: 0;
	top: 0;
	margin-left: -20px;
	padding-left: 3px;
	padding-top: 1px;
	font-size: 11px;
	color: #555555;
}
.checkbox input[type="checkbox"], .checkbox input[type="radio"] {
	opacity: 0;
	z-index: 1;
}
.checkbox input[type="checkbox"]:focus + label::before, .checkbox input[type="radio"]:focus + label::before {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.checkbox input[type="checkbox"]:checked + label::after, .checkbox input[type="radio"]:checked + label::after {
	font-family: "FontAwesome";
	content: "\f00c";
}
.checkbox input[type="checkbox"]:indeterminate + label::after, .checkbox input[type="radio"]:indeterminate + label::after {
	display: block;
	content: "";
	width: 10px;
	height: 3px;
	background-color: #555555;
	border-radius: 2px;
	margin-left: -16.5px;
	margin-top: 7px;
}
.checkbox input[type="checkbox"]:disabled + label, .checkbox input[type="radio"]:disabled + label {
	opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before, .checkbox input[type="radio"]:disabled + label::before {
	background-color: #eeeeee;
	cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
	border-radius: 50%;
}
.checkbox.checkbox-inline {
	margin-top: 0;
}
.checkbox-primary input[type="checkbox"]:checked + label::before, .checkbox-primary input[type="radio"]:checked + label::before {
	background-color: #337ab7;
	border-color: #337ab7;
}
.checkbox-primary input[type="checkbox"]:checked + label::after, .checkbox-primary input[type="radio"]:checked + label::after {
	color: #fff;
}
.checkbox-danger input[type="checkbox"]:checked + label::before, .checkbox-danger input[type="radio"]:checked + label::before {
	background-color: #d9534f;
	border-color: #d9534f;
}
.checkbox-danger input[type="checkbox"]:checked + label::after, .checkbox-danger input[type="radio"]:checked + label::after {
	color: #fff;
}
.checkbox-info input[type="checkbox"]:checked + label::before, .checkbox-info input[type="radio"]:checked + label::before {
	background-color: #5bc0de;
	border-color: #5bc0de;
}
.checkbox-info input[type="checkbox"]:checked + label::after, .checkbox-info input[type="radio"]:checked + label::after {
	color: #fff;
}
.checkbox-warning input[type="checkbox"]:checked + label::before, .checkbox-warning input[type="radio"]:checked + label::before {
	background-color: #f0ad4e;
	border-color: #f0ad4e;
}
.checkbox-warning input[type="checkbox"]:checked + label::after, .checkbox-warning input[type="radio"]:checked + label::after {
	color: #fff;
}
.checkbox-success input[type="checkbox"]:checked + label::before, .checkbox-success input[type="radio"]:checked + label::before {
	background-color: #5cb85c;
	border-color: #5cb85c;
}
.checkbox-success input[type="checkbox"]:checked + label::after, .checkbox-success input[type="radio"]:checked + label::after {
	color: #fff;
}
.checkbox-primary input[type="checkbox"]:indeterminate + label::before, .checkbox-primary input[type="radio"]:indeterminate + label::before {
	background-color: #337ab7;
	border-color: #337ab7;
}
.checkbox-primary input[type="checkbox"]:indeterminate + label::after, .checkbox-primary input[type="radio"]:indeterminate + label::after {
	background-color: #fff;
}
.checkbox-danger input[type="checkbox"]:indeterminate + label::before, .checkbox-danger input[type="radio"]:indeterminate + label::before {
	background-color: #d9534f;
	border-color: #d9534f;
}
.checkbox-danger input[type="checkbox"]:indeterminate + label::after, .checkbox-danger input[type="radio"]:indeterminate + label::after {
	background-color: #fff;
}
.checkbox-info input[type="checkbox"]:indeterminate + label::before, .checkbox-info input[type="radio"]:indeterminate + label::before {
	background-color: #5bc0de;
	border-color: #5bc0de;
}
.checkbox-info input[type="checkbox"]:indeterminate + label::after, .checkbox-info input[type="radio"]:indeterminate + label::after {
	background-color: #fff;
}
.checkbox-warning input[type="checkbox"]:indeterminate + label::before, .checkbox-warning input[type="radio"]:indeterminate + label::before {
	background-color: #f0ad4e;
	border-color: #f0ad4e;
}
.checkbox-warning input[type="checkbox"]:indeterminate + label::after, .checkbox-warning input[type="radio"]:indeterminate + label::after {
	background-color: #fff;
}
.checkbox-success input[type="checkbox"]:indeterminate + label::before, .checkbox-success input[type="radio"]:indeterminate + label::before {
	background-color: #5cb85c;
	border-color: #5cb85c;
}
.checkbox-success input[type="checkbox"]:indeterminate + label::after, .checkbox-success input[type="radio"]:indeterminate + label::after {
	background-color: #fff;
}
.form-horizontal .radio {
	padding: 15px 15px;
	margin-left: 5px;
}
.radio {
	display: inline-block;
}
.radio label {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-left: 5px;
}
.radio label::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 17px;
	height: 17px;
	left: 0;
	margin-left: -20px;
	border: 1px solid #cccccc;
	border-radius: 50%;
	background-color: #fff;
	-webkit-transition: border 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out;
	transition: border 0.15s ease-in-out;
}
.radio label::after {
	display: inline-block;
	position: absolute;
	content: " ";
	width: 11px;
	height: 11px;
	left: 3px;
	top: 3px;
	margin-left: -20px;
	border-radius: 50%;
	background-color: #555555;
	-webkit-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	transform: scale(0, 0);
	-webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	-moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	-o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type="radio"] {
	opacity: 0;
	z-index: 1;
}
.radio input[type="radio"]:focus + label::before {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.radio input[type="radio"]:checked + label::after {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
}
.radio input[type="radio"]:disabled + label {
	opacity: 0.65;
}
.radio input[type="radio"]:disabled + label::before {
	cursor: not-allowed;
}
.radio.radio-inline {
	margin-top: 0;
}
.radio-primary input[type="radio"] + label::after {
	background-color: #337ab7;
}
.radio-primary input[type="radio"]:checked + label::before {
	border-color: #337ab7;
}
.radio-primary input[type="radio"]:checked + label::after {
	background-color: #337ab7;
}
.radio-danger input[type="radio"] + label::after {
	background-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::before {
	border-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::after {
	background-color: #d9534f;
}
.radio-info input[type="radio"] + label::after {
	background-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::before {
	border-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::after {
	background-color: #5bc0de;
}
.radio-warning input[type="radio"] + label::after {
	background-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::before {
	border-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::after {
	background-color: #f0ad4e;
}
.radio-success input[type="radio"] + label::after {
	background-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::before {
	border-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::after {
	background-color: #5cb85c;
}
input[type="checkbox"].styled:checked + label:after, input[type="radio"].styled:checked + label:after {
	font-family: 'FontAwesome';
	content: "\f00c";
}
input[type="checkbox"] .styled:checked + label::before, input[type="radio"] .styled:checked + label::before {
	color: #fff;
}
input[type="checkbox"] .styled:checked + label::after, input[type="radio"] .styled:checked + label::after {
	color: #fff;
}
/**********************************
** Common Style
***********************************/
.news-section.home {
	margin-bottom: 0;
	padding-bottom: 35px;
}
.btn-more {
	margin-top: 25px;
	font-size: 15px;
	font-weight: normal;
}
.required {
	color: #F62459;
}
.news-single-section .blog-article-details {
	padding-bottom: 35px;
	font-size: 16px;
	border-bottom: 1px solid #ddd;
}
.news-single-section .blog-article-details .type-nav {
	margin-bottom: 15px;
	padding-bottom: 8px;
	font-size: 17px;
	border-bottom: 1px solid #ddd;
}
.news-single-section .blog-article-details .type-nav > div {
	display: inline-block;
}
.news-single-section .blog-article-details .type-nav a {
	text-decoration: none;
}
.news-single-section .blog-article-details .type-nav > .line {
	margin: 0 5px;
	font-size: 15px;
	color: #c3c3c3;
}
.other-ser-section {
	margin-bottom: 65px;
}
.other-ser-section .image-box-thumbnail {
	height: 200px;
	max-height: 200px;
	overflow: hidden;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.other-ser-section h4 {
	color: #38B6FF;
	letter-spacing: 1px;
}
.other-ser-section p {
	font-size: 15px;
}
.contact-section .widget-contact ul li {
	padding-bottom: 8px;
	border-bottom: 1px dashed #ddd;
}
.contact-section .widget-contact ul li i {
	width: 20px;
	height: 20px;
	font-size: 18px;
	text-align: center;
}
.contact-section .widget {
	margin-bottom: 35px;
}
.contact-section h6 {
	margin-bottom: 35px;
	color: #777;
	font-weight: normal;
}
.contact-section h5 {
	margin-bottom: 15px;
	color: #444444;
}
.faq-section p {
	margin-bottom: 5px;
}
.courses-single-section .tabs {
	margin-top: 35px;
}
.courses-single-section .youtube-preview {
	width: 100%;
	height: 400px;
}

@media (min-width: 1920px) {
#footer {
	background-size: cover;
}
}

@media (min-width: 1200px) {
.portfolio-item.portfolio-classic .portfolio-item-details {
	padding: 50px;
}
.icons-list li {
	width: 14%;
}
}

@media (max-width: 768px) {
#footer .container {
	padding: 35px 15px;
}
.social-media a {
	border-bottom: none;
}
.team > li .about-me {
	padding: 25px 0;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.menu {
	display: none;
}
#mobile-menu-button {
	display: block;
}
#logo a img {
	width: 140px;
	height: auto;
}
#search-form-container {
	position: relative;
	z-index: 1;
	padding: 15px 20px;
	text-align: left;
	border-top: 1px solid #fff;
	background: transparent;
	-webkit-transform: rotateX(0);
	-ms-transform: rotateX(0);
	transform: rotateX(0);
}
#search-form {
	position: relative;
	top: 0;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
#search-form #search {
	width: 100%;
	height: 40px;
}
#search-submit {
	position: absolute;
	top: 0;
	right: 15px;
}
#search-form-container a.search-form-close {
	display: none;
}
#header-sticky {
	visibility: hidden;
}
.team > li {
	border-bottom: none;
}
.team > li .about-me {
	float: none;
	width: 100%;
	border-bottom: 1px solid #d7d7d7;
}
.team > li .about-me + .about-me {
	border-left: none;
}
.team > li:first-child .about-me:first-child {
	padding-top: 0;
}
.team > li:last-child .about-me:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.service-box.style-1 > i {
	float: none;
	margin-bottom: 20px;
}
.service-box.style-1 .service-box-content {
	margin-left: 0;
}
.portfolio-item.portfolio-classic .portfolio-item-details {
	padding: 0 20px;
}
.blog-article-author-details {
	margin-left: 160px;
	padding-top: 20px;
}
.commentlist li > ul.children {
	margin-left: 30px;
}
.icons-list li {
	width: 24%;
}
#footer .widget-title {
	margin-bottom: 60px;
}
}

@media (max-width: 767px) {
#header-top [class^="col-"] + [class^="col-"] {
	margin-top: 0;
}
#header-top .widget-social .social-media {
	text-align: left;
}
#logo {
	margin-right: 80px;
}
#logo a img {
	width: 125px;
	height: auto;
}
.menu {
	display: none;
}
#mobile-menu-button {
	position: absolute;
	top: 8px;
	right: 20px;
	display: block;
}
#search-form-container {
	position: relative;
	z-index: 1;
	padding: 15px 20px;
	text-align: left;
	border-top: 1px solid #fff;
	background: transparent;
	-webkit-transform: rotateX(0);
	-ms-transform: rotateX(0);
	transform: rotateX(0);
}
#search-form {
	position: relative;
	top: 0;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
#search-form #search {
	width: 100%;
	height: 40px;
}
#search-submit {
	position: absolute;
	top: 0;
	right: 15px;
}
#search-form-container a.search-form-close {
	display: none;
}
#header-sticky {
	visibility: hidden;
}
.full-section {
	padding-top: 35px;
}
.full-section.dark-section h3 {
	font-size: 17px;
}
#page-header {
	padding: 25px 0;
}
#page-header .breadcrumb {
	float: none;
	padding-left: 0;
}
#section-17 {
	padding: 45px 0 40px;
}
.team > li {
	border-bottom: none;
}
.team > li .about-me {
	float: none;
	width: 100%;
	border-bottom: 1px solid #d7d7d7;
}
.team > li .about-me + .about-me {
	border-left: none;
}
.team > li:first-child .about-me:first-child {
	padding-top: 0;
}
.team > li:last-child .about-me:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.about-me-image, .about-me-details {
	float: none;
	width: 100%;
}
.about-me-details + .about-me-image {
	margin-top: 30px;
}
.about-me:last-child .about-me-details {
	padding-top: 0;
}
.services-list > li {
	border-bottom: none;
}
.services-list > li .service-box {
	float: none;
	width: 100%;
	padding: 0;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #d7d7d7;
}
.services-list > li:last-child .service-box:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
.services-list > li .service-box + .service-box {
	border-left: none;
}
.portfolio-item.portfolio-classic .portfolio-item-details, .portfolio-item.portfolio-classic .portfolio-item-thumbnail {
	float: none;
	width: 100%;
}
.portfolio-item.portfolio-classic .portfolio-item-details {
	padding: 0;
	margin-top: 30px;
}
.blog-article-author-img {
	float: none;
}
.blog-article-author-details {
	margin-left: 0;
}
.commentlist li > ul.children {
	margin-left: 20px;
}
.comment-body {
	padding-left: 0;
}
.comment-author .avatar {
	position: relative;
	display: block;
	margin-bottom: 20px;
}
.icons-list li {
	width: 49%;
}
#footer .widget-title {
	margin-bottom: 15px;
}
#footer [class^="col-"] + [class^="col-"] {
	margin-top: 30px;
}
#footer-bottom [class^="col-"] + [class^="col-"] {
	margin-top: 20px;
}
#footer-bottom .widget-pages ul {
	text-align: left;
}
.other-ser-section .image-box-thumbnail {
	height: auto;
	max-height: none;
}
}
