/* Benefits*/

.benefits {
	padding: 20px;
	text-align: center;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.benefits img {
	margin-bottom: 15px;
}
.benefits p{color:#000; display:block;}
.benefits .title{color:#ff9b19; font-weight:bold; display:block;}


/* - Photo Slider */
.photo-slider {
	position: relative;
	text-align: center;
}
.photo-slider .item::before {
	background-color: rgba(30, 30, 30, 0.20);
    bottom: 0;
    content: "";
    display: inline-block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.photo-slider .carousel-indicators {
	bottom: 30px;
}
.photo-slider .carousel-indicators li {
  text-indent: 0;
  margin: 0 12px;
  height: auto;
  width: 30px;
  border: none;
  border-bottom: 3px solid #fff;
  display: inline-block;
  border-radius: 0;
  color: #fff;
  font-family: 'Crimson Text', serif;
  font-style: italic;
  font-size: 20px;
  padding: 5px 0;
  background-color: transparent;
  text-align: left;     
}
.photo-slider .carousel-indicators li.active {
	border-color: #ffc81c;
	color: #ffc81c;
}
.photo-slider .carousel-caption {
	bottom: auto;
	top: 50%;
	text-shadow: none;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%); 
}
.photo-slider .carousel-caption h5 {
	color: #fff;
	font-family: 'MontserratUltraLight';
	font-size: 50px;
	margin-bottom: 0;
	margin-top: 0;
	display: inline-block;
	text-transform: capitalize;
}
.photo-slider .carousel-caption h3 {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 73px;
	margin-top: 20px;
	margin-bottom: 30px;
	text-transform: capitalize;
}
.photo-slider .carousel-caption p {
	font-family: 'Crimson Text', serif;
	font-style: italic;
	font-size: 24px;
	line-height: 27px;
	letter-spacing: 1.2px;
	margin-bottom: 0;
}
.photo-slider .carousel-control {
    background-image: none;	
	top: 50%;
	width: auto;
	bottom: auto;
	z-index: 11;
	opacity: 1;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
}
.photo-slider .carousel-control.left {
	left: 0;
}
.photo-slider .carousel-control.right {
	right: 0;
}
.photo-slider .carousel-control i {
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.502);
	color: #fff;
	font-size: 18px;
	height: 92px;
	width: 52px;
	line-height: 92px;
	text-align: center;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.photo-slider .carousel-control i:hover {
	color: #111;
	background-color: #ddd;
}

/* - Intro Section */
.intro-section {
	position: relative;
	z-index: 1;
}
.intro-section a{ text-decoration:none;}
.intro-section .intro-content {
	background-color: #fcd846;
	font-family: 'montserratlight';
	position: relative;
	padding-left: 33.59%;
	padding-right: 14.06%;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: -20px;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.intro-section .intro-content::before,
.intro-section .intro-content::after {
	content: "";
	position: absolute;
	bottom: 0;
	height:0;
	width: 0;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;

}
.intro-section .intro-content::before {
	right: 0;
	border-top: 10px solid #cfa700;
	border-right: 10px solid transparent;
	opacity: 0;
}
.intro-section .intro-content::after {
	border-top: 10px solid #cfa700;
	border-left: 10px solid transparent;
	left: 0;
	opacity: 0;
}
.intro-section .intro-content:hover {
	background-color: #f2cb28;
	margin-top: -30px;
	margin-left: -10px;
	margin-right: -10px;
	z-index: 1;
}
.intro-section .intro-content:hover::before {
	opacity: 1;
	margin-bottom: -10px;
}
.intro-section .intro-content:hover::after {
	opacity: 1;
	margin-bottom: -10px;
}
.intro-section .intro-content img {
	position: absolute;
	left: 60px;
	top: 20%;
}
.intro-section .intro-content h5,
.intro-section .intro-content h3 {
	color: #111;
	letter-spacing: 0.29px;
	margin-bottom: 0;
	word-wrap: break-word;
}
.intro-section .intro-content h3 {
	margin-top: 0;
	margin-bottom: 0;
}
.intro-section .intro-content p {
	color: #333;
	font-size: 15px;
	letter-spacing: 0.15px;
	line-height: 20px;
	margin-bottom: 0;
	margin-top: 10px;
}

/* - Inro About */
.intro-about {
	text-align: center;
}
.intro-about .section-header {
	margin-bottom: 30px;
	margin-top: 30px;
}
.intro-about .intro-about-content p {
	color: #777;
	font-family: 'Work Sans', sans-serif;
	font-size: 15px;
	padding: 0 7%;
	line-height: 32px;
	letter-spacing: 0.45px;
	margin-bottom: 40px;
}
.intro-about .intro-about-content p span {
	color: #e3b700;
}
.intro-about .intro-about-content a {
	background-color: #ff9b19;
	border: 2px solid #ff9b19;
	color: #111;
	display: inline-block;
	font-family: 'Work Sans', sans-serif;
	font-weight: 500;
	font-size: 13px;
	padding: 13px 30px;
	letter-spacing: 1.95px;
	margin-right: 18px;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.intro-about .intro-about-content a:hover {
	border-color: #111;
	background-color: transparent;
	color: #111;
}
.intro-about .intro-about-content a.contact-us {
	border: 2px solid #111;
	background-color: transparent;
	color: #111;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.intro-about .intro-about-content a.contact-us:hover {
	background-color: #ff9b19;
	border: 2px solid #ff9b19;
	color: #fff;
}

/* - Process Section */
.process-section  {
	background-image: url("../images/process-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 1;
}
.process-section::after {
	background-color: rgba(0,0,0,0.851);
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
}
.process-section::before {
	content: "";
	background-color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	display: inline-block;
	height: 20%;
}
.process-section .process-box {
	padding-top: 150px;
}
.process-section .section-header {
	padding-top: 150px;
	margin-bottom: 30px;
}
.process-section .section-header h3,
.process-section .section-header h5 {
	color: #fff; font-weight:bold;
}
.process-section .process-content {
	text-align: center;
	background-color: #ff9b19;
}
.process-section .process-content h3 {
	color: #111;
	font-family: 'montserratlight';
	font-size: 20px;
	margin-top: 0;
	display: inline-block;
	letter-spacing: 0.6px;
	margin-bottom: 15px;
}
.process-section .process-content span {
	background-color: #ff9b19;
	border-radius: 100%;
	color: #111;
	display: inline-block;
	font-size: 18px;
	width: 60px;
	height: 60px;
	margin-top: -30px;
	line-height: 60px;
	position: relative;
	z-index: 1;
}
.process-section .owl-carousel .owl-item img {
    width: auto;
	display: inline-block;
	transform-style: inherit;
}
.process-section .custom-nav {
	text-align: center;
}
.process-section .custom-nav a {
	border-radius: 100%;
	border: 1px solid #fff;
	color: #fff;
	display: inline-block;
	height: 33px;
	width: 33px;
	margin-right: 5px;
	text-align: center;
}

/* - Gallery Section */
.gallery-box {
	overflow: hidden;
	text-align: center;
	position: relative;
	margin-bottom: 30px;
}
.gallery-box::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: inline-block;
	background-color: rgba(0,0,0,0.78);
	opacity: 0;
	transition: opacity ease-out 1s; /* vendorless fallback */
	-o-transition: opacity ease-out 1s; /* opera */
	-ms-transition: opacity ease-out 1s; /* IE 10 betas, not needed in final build. */
	-moz-transition: opacity ease-out 1s; /* Firefox */
	-webkit-transition: opacity ease-out 1s; /*safari and chrome */
}
.gallery-box-hover {
	position: absolute;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 100%;
	top: 30%;
	padding: 0 40px;
	opacity: 0;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.gallery-box:hover::before, 
.gallery-box:hover .gallery-box-hover {
	opacity: 1;
	transition: opacity 2s ease-in; /* vendorless fallback */
	-o-transition: opacity 2s ease-in; /* opera */
	-ms-transition: opacity 2s ease-in; /* IE 10 betas, not needed in final build. */
	-moz-transition: opacity  2s ease-in; /* Firefox */
	-webkit-transition: opacity 2s ease-in; /*safari and chrome */
}
.gallery-content {
	background-color: #f8c119;
	position: absolute;
	bottom: 50%;
	left: 0;
	right: 0;
	opacity: 0;
	margin: 0 auto;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.gallery-box:hover .gallery-content {
	bottom: 0;
	opacity: 1;
}
.gallery-content a {
	background-color: #ff9b19;
	border-radius: 100%;
	color: #111;
	display: inline-block;
	font-size: 18px;
	width: 71px;
	height: 71px;
	margin-top: -35px;
	line-height: 71px;
	position: relative;
}
.gallery-content h3 {
	color: #111;
	font-family: 'Crimson Text', serif;
	font-size: 18px;
	letter-spacing: 0.68px;
	margin-top: -15px;
	margin-bottom: 18px;
	text-transform: capitalize;
	position: relative;
	z-index: 1;
}
.gallery-section .gallery-box-hover p {
	color: #fff;
	font-family: 'Work Sans', sans-serif;
	font-size: 15px;
	letter-spacing: 0.45px;
	line-height: 26px;
	text-align: center;
}

/* - Our Courses */
.our-courses {
	background-image: url("../images/courses-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	position: relative;
	z-index: 1;
	padding: 140px 0;
}
.our-courses::before {
	background-color: rgba(0, 0, 0, 0.878);
	content: "";
	left: 0;
	right: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	display: inline-block;
	z-index: -1;
}
.our-courses .section-header h5,
.our-courses .section-header h3 {
	color: #fff; font-weight:bold;
}
.our-courses .courses-box {
	display: inline-block;
	margin: 0 50px;
}
.our-courses .courses-content {
	text-align: left;
	position: relative;
	padding-left: 110px;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-right: 60px;
}
.our-courses .courses-content::before {
	background-image: url("../images/courses-arrow.png");
	background-position: right center;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 40px;
    position: absolute;
    top: 100%;
	left: -50px;
	right: 0;
	width: 100%;
}
.our-courses .courses-content:last-of-type::before {
	display: none;
}
.our-courses .courses-content a {
	background-color: #fff;
	border-radius: 100%;
	color: #111;
	display: inline-block;
	font-size: 22px;
	height: 91px;
	width: 91px;
	line-height: 91px;
	text-align: center;
	position: absolute;
	left: 0;
	text-decoration: none;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.our-courses .courses-content a:hover {
	background-color: #fcd846;
}
.our-courses .courses-content > span {
	background-color: #fcd846;
	border: 2px solid #fff;
	border-radius: 100%;
	color: #111;
	height: 32px;
	width: 32px;
	line-height: 28px;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	text-align: center;
	position: absolute;
	top: 50px;
	left: 0;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.our-courses .courses-content > span:hover {
	background-color: #fff;
	border-color: #fcd846;
}
.our-courses .courses-content h3 {
	color: #fff;
	font-family: 'montserratlight';
	font-size: 22px;
	line-height: 28px;
	margin-top: 24px;
}

/* - Team Section */
.team-section .team-box {
	position: relative;
}
.team-section .team-box .team-content {
	text-align: center;
	border-top: 2px solid transparent;
	display: inline-block;
	width: 100%;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.team-section .team-content h3 {
	color: #111;
	font-family: 'Crimson Text', serif;
	font-size: 19px;
	letter-spacing: 0.57px;
}
.team-section .team-content h5 {
	color: #444;
	font-family: 'MontserratUltraLight';
	font-size: 12px;
	letter-spacing: 1.8px;
	margin-bottom: 25px;
}
.team-section .team-content ul {
	padding-left: 0;
	margin-bottom: 0;
}
.team-section .team-content ul li {
	display: inline-block;
	margin-right: 3px;
}
.team-section .team-content ul li a {
	background-color: #555;
	color: #fff;
	font-size: 15px;
	display: inline-block;
	height: 36px;
	width: 36px;
	line-height: 36px;
	text-decoration: none;
	text-align: center;
	opacity: 0;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.team-section .team-content ul li a:hover {
	background-color: #ff9b19;
}
.team-section .team-box:hover .team-content {
	border-top-color: #ff9b19;
	margin-top: -66px;
	background-color: #fff;
}
.team-section .team-box:hover .team-content ul li a {
	opacity: 1;
}

/* - Testimonial Section */
.testimonial-section {
	background-image: url("../images/testi-bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.testimonial-section .col-md-6::after {
	background-color: #e9eaeb;
	content: "";
	display: inline-block;
	position: absolute;
	height: 630px;
	width: 2px;
	left: 0;
	top: 0;
	bottom: 0;
}
.testimonial-section .col-md-6:first-child::after {
	display: none;
}
.testimonial-section .testi-content {
	padding-bottom: 55px;
	position: relative;
	padding-top: 150px;
}
.testimonial-section .col-md-6.testi-content::after {
	background-color: #e9eaeb;
	content: "";
	display: inline-block;
	position: absolute;
	height: 2px;
	width: 968px;
	left: -65%;
	right: 0;
	top: 100%;
}
.testimonial-section .section-header.left-header {
	margin-bottom: 0;
}
.testimonial-section .section-header h3 {
	margin-bottom: 18px;
}
.testimonial-section .section-header p {
	color: #666;
	font-family: 'Crimson Text', serif;
	font-size: 18px;
	line-height: 27px;
	padding-right: 100px;
}
.testimonial-section .testi-info {
	padding-top: 178px;
	padding-bottom: 215px;
	padding-left: 85px;
}
.testimonial-section .testi-info .testiGallery li {
	margin-right: 10px;
}
.testimonial-section .testi-info ul {
	list-style: none;
	display: inline-block;
}
.testimonial-section .testi-info ul i {
	font-size: 32px;
	color: #dddedf;
	margin-bottom: 28px;
}
.testimonial-section .testi-info ul p {
	color: #989898;
	font-family: 'Work Sans', sans-serif;
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 30px;
}
.testimonial-section .testi-info ul h3 {
	color: #ff9b19;
	font-family: 'Crimson Text', serif;
	font-style: italic;
	font-size: 19px;
	letter-spacing: 0.57px;
}
.testimonial-section .lSSlideWrapper {
	position: static;
}
.testimonial-section .lSSlideOuter .lSPager.lSGallery img {
	border-radius: 100%;
	max-width: 100%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.testimonial-section .lSPager.lSGallery {
	display: inline-block;
	position: absolute;
	left: -100%;
	bottom: 20%;
}
.lSAction > a {
	background-image: none;
	color: #2f2f2f;
	text-align: center;
	text-decoration: none;
	line-height: 30px;
	top: 71%;
	height: 33px;
	left: 125px;
	width: 33px;
	opacity: 1;
}
.testimonial-section .lSAction > a::before {
	font-family:'FontAwesome';
	font-size: 19px;
}
.testimonial-section .lSAction > .lSPrev::before {
	content:"\f104";
}
.testimonial-section .lSAction > .lSNext::before {
	content:"\f105";
}
.testimonial-section .lSAction > .lSPrev {
	left: 80px;
}
.testimonial-section .lSAction > .lSPrev,
.testimonial-section .lSAction > .lSNext {
	border: 1px solid #2f2f2f;
	border-radius: 100%;
}
.testimonial-section .lSSlideOuter .lSPager.lSGallery li {
	padding: 10px 0 10px 10px;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.testimonial-section .lSSlideOuter .lSPager.lSGallery li.active, 
.testimonial-section .lSSlideOuter .lSPager.lSGallery li:hover {
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

/* - Latest Blog */
.latest-blog .entry-cover {
	position: relative;
}
.latest-blog .entry-cover::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 47.5438%;
	background: rgba(247, 247, 247 , 0.949);
	z-index: 1;
}
.latest-blog .entry-cover a {
	display: inline-block;
}
.latest-blog  .latest-blog-content {
	position: absolute;
	top: 50%;
	left: 58%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	z-index: 11;
}
.latest-blog .latest-blog-content span {
	background-color: #ff9b19;
	color: #111;
	display: inline-block;
	font-family: 'Crimson Text', serif;
	font-size: 14px;
	padding: 8px 25px;
	letter-spacing: 1.3px;
	margin-left: -33px;
}
.latest-blog .latest-blog-content h3.entry-title {
	font-family: 'MontserratUltraLight';
	font-size: 16px;
	display: inline-block;
	letter-spacing: 1.6px;
	line-height: 27px;
	margin-top: 38px;
	margin-bottom: 14px;
}
.latest-blog .latest-blog-content h3.entry-title a {
	color: #111;
	text-decoration: none;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.latest-blog .latest-blog-content h3.entry-title a:hover {
	color: #ff9b19;
}
.latest-blog .latest-blog-content .post-date {
	color: #777;
	font-family: 'Work Sans', sans-serif;
	font-size: 13px;
	margin-bottom: 20px;
}
.latest-blog .latest-blog-content .post-date i {
	color: #ff9b19;
	padding-right: 6px;
	font-size: 14px;
}
.latest-blog .latest-blog-content .entry-content p {
	color: #666;
	font-family: 'Work Sans', sans-serif;
	font-size: 14px;
	line-height: 27px;
	margin-bottom: 15px;
}
.latest-blog .latest-blog-content a.read-more {
	color: #111;
	font-family: 'Crimson Text', serif;
	font-size: 14px;
	letter-spacing: 1.12px;
	font-style: italic;
	text-transform: capitalize;
	text-decoration: none;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.latest-blog .latest-blog-content a.read-more:hover {
	color: #ff9b19;
}
.latest-blog .owl-theme .owl-controls {
	margin-top: 50px;
}
.latest-blog .owl-carousel .owl-item img {
    width: auto;
	display: inline-block;
}
.latest-blog .owl-theme .owl-dots .owl-dot span {
	background-color: #c0c0c0;
	margin: 5px;
}
.latest-blog .owl-theme .owl-dots .owl-dot.active span {
	background-color: #ff9b19;
}

/* - Blog Section */
.blog-section article {
	margin-bottom: 60px;
}

.blog-section .entry-cover::before {
	width: 56.9135%;
}
.blog-section .latest-blog-content {
	left: 47.5%;
}
.blog-section .latest-blog-content span {
	left: -30px;
}
.blog-section .latest-blog-content .post-date {
	display: inline-block;
	margin-bottom: 0;
}
.blog-section .latest-blog-content .entry-meta {
	display: inline-block;
}
.blog-section .latest-blog-content .entry-meta a {
	color: #777;
	font-family: 'Work Sans', sans-serif;
	font-size: 13px;
	text-decoration: none;
	padding-left: 10px;
}
.blog-section .latest-blog-content .entry-meta a:hover {
	color: #ff9b19;
}
.blog-section .latest-blog-content .entry-meta a i {
	color: #ff9b19;
	padding-right: 6px;
	font-size: 14px;
}
.blog-section .latest-blog-content .entry-content p {
	padding-right: 20px;
	margin-top: 10px;
}
/* Pagination */
.ow-pagination {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-top: 30px;
}
.ow-pagination .pagination li {
	float: left;
	margin-right: 10px;
}
.ow-pagination .pagination a {
	font-size: 15px;
	height: 43px;
	width: 43px;
	line-height: 28px;
	font-family: 'montserratlight';
	color: #ff9b19;
	border: none;
	letter-spacing: 0.3px;
	border-bottom: 1px solid #ff9b19;
	text-align: center;
	-webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.ow-pagination .pagination li:last-of-type a {
	padding: 9px 12px;
}
.ow-pagination .pagination a:focus,
.ow-pagination .pagination a:hover {
	color: #fff;
	background-color: #ff9b19;
	border-color: #ff9b19;
}
.ow-pagination .pagination > li:first-child > a,
.ow-pagination .pagination > li:last-child > a {
	border-radius: 0;
}

/* - Blog Post */
.blog-post .latest-blog-content {
	background-color: #f7f7f7;
	padding: 35px 32px;
}
.blog-post .entry-cover img {
	position: relative;
}
.blog-post .latest-blog-content {
	position: static;
	left: 0;
	top: 0;
	transform: none;
}
.blog-post .entry-cover::before {
	display: none;
}
.blog-post .latest-blog-content h3.entry-title {
	margin-top: 0;
}
.blog-post .latest-blog-content .entry-content p {
	margin-bottom: 20px;
}
.blog-post .latest-blog-content .entry-content p:last-of-type {
	margin-bottom: 0;
	margin-top: 15px;
}
.blog-post h2 {
	margin-left: 0;
	position: absolute;
	left: 0;
	top: 21%;
	background-color: #ff9b19;
	color: #111;
	display: inline-block;
	font-family: 'Crimson Text', serif;
	font-size: 14px;
	padding: 8px 25px;
	letter-spacing: 1.3px;
}
.blog-post .entry-social {
	display: inline-block;
	padding-left: 10px;
}
.blog-post .entry-social h5 {
	color: #777;
	display: inline-block;
	font-family: 'Work Sans', sans-serif;
	font-size: 13px;
}
.blog-post .entry-social h5 i {
	color: #ff9b19;
	padding-right: 6px;
}
.blog-post .entry-social ul {
	padding-left: 0;
	display: inline-block;
}
.blog-post .entry-social ul li {
	display: inline-block;
	margin-left: 6px;
}
.blog-post .entry-social ul li a {
	color: #777;
	font-size: 12px;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.blog-post .entry-social ul li a:hover {
	color: #ff9b19;
}
.blog-post .entry-content blockquote {
	border-left: none;
	background-color: #ff9b19;
	color: #fff;
	font-family: 'Crimson Text', serif;
	font-style: italic;
	font-size: 24px;
	padding: 20px 20px;
	line-height: 34px;
	letter-spacing: 1.92px;
	text-align: center;
}
.blog-post .entry-gallerylist img {
	position: relative;
}
.blog-post .entry-gallerylist .img-box i::before {
	background-color: rgba(51, 51, 51, 0.8);
    bottom: 0;
    content: "";
    display: inline-block;
    left: 15px;
    opacity: 0;
    position: absolute;
    right: 15px;
    top: 0;
	z-index: 1;
	-webkit-transition: all ease 1.5s;
	-moz-transition: all ease 1.5s;
	-o-transition: all ease 1.5s;
	-ms-transition: all ease 1.5s;
}
.blog-post .entry-gallerylist .img-box i::after {
	background-image: url("../images/post-ic.png");
	background-repeat: no-repeat;
    content: "";
    height: 25px;
	width: 30px;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 50%;
	z-index: 1;
    transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%); 
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.blog-post .entry-gallerylist .img-box i:hover::before,
.blog-post .entry-gallerylist .img-box i:hover::after {
	opacity: 1;
}

/* -- About Author */
.about-author {
    display: inline-block;
    border: 1px solid #e9e9e9;
    padding: 20px 22px;
    position: relative;
}
.author-img img {   
    position: absolute;
	top: 30px;
	left: 30px;
}
.author-img img:hover {
	opacity: 0.8;
}
.author-content {
	padding-left: 170px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.author-content p {
    color: #777;
    display: inline-block;
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    letter-spacing: 0.56px;
	margin-bottom: 22px;
    line-height: 28px;
}
.author-content > a {
    color: #222;
    display: inline-block;
	font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    letter-spacing: 0.64px;
    margin-bottom: 10px;
    text-decoration: none;
    text-transform:  uppercase;
}
.author-content .author-social{
	padding-left: 0;
	float: right;
}
.author-content .author-social li {
	display: inline-block;
	margin-left: 10px;
}
.author-content .author-social li a {
	display: inline-block;
	color: #737373;
	text-decoration: none;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.author-content .author-social li a:hover {
	color: #ffc81c;
}

/* - Comment Section */
.section-heading h3 {
	color: #111;
	font-family: 'MontserratUltraLight';
	font-size: 30px;
	text-transform: capitalize;
}
.comment-section {
	display: inline-block;	
	margin-top: 50px;	
}
.comment-section .section-heading span {
	margin-left: 10px;
}
.comment-section .media {
	border-bottom: 1px solid #e9e9e9;
	padding: 28px 0;
}
.comment-section .media-body {
	text-align: left;
}
.comment-section .media-left {
	float: left;
	clear: both; 
}
.comment-section .media-heading {
	text-transform: capitalize;
	font-size: 15px;
	color: #232323;
	font-family: 'Montserrat', sans-serif;
	display: inline-block;
	letter-spacing: 0.75px;
}
.comment-section h5 {
	color: #989898;
	font-size: 14px;
	display: inline-block;
	margin-top: 5px;
	margin-bottom: 8px;
	text-transform: capitalize;
	letter-spacing: 1.4px;
	font-family: 'Crimson Text', serif;
}
.comment-section h5::before {
	content: "|";
	padding: 0 20px;
}
.comment-section .media-content a {
	background-color: transparent;
	font-size: 12px;
	color: #cacaca;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1.2px;
	margin-left: 5px;
	font-family: 'Montserrat', sans-serif;
	float: right;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.comment-section .media-content a i {
	padding-right: 5px;
}
.comment-section .media-content a:hover {
	color: #ffc81c;
}
.comment-section .media-list {
	display: inline-block;
	margin-top: 30px;
	margin-bottom: 15px;
}
.comment-section .media-content {	
	margin-left: 24px;
	position: relative;
	display: inline-block;	
	padding-bottom: 15px;
}
.comment-section .media-content p {
    color: #777;
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    letter-spacing: 0.56px;
    line-height: 24px;
    margin-top: 0;
	margin-bottom: 0;
}
.comment-section .media.media-even {
	margin-left: 60px;
}
.comment-section a.load-more {
	color: #222;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.98px;
	text-decoration: underline;
}
.comment-section a.load-more i {
	padding-left: 5px;
}
.blog-post .comment-form {
	text-align: left;
}
.comment-form form {
	margin-top: 30px;
}
.comment-form {
	margin-top: 80px;
}
.comment-form .widget-heading.col-md-12{
	margin-bottom: 40px;
}
.comment-form .form-control {
	padding: 13px 25px;
	height: auto;
	outline: none;
	box-shadow: none;
	border-radius: 2px;
	border: 1px solid #e8e8e8;
	background-color: transparent;
	position: relative;
	z-index: 1;
	margin-bottom: 15px;
	font-size: 14px;
	font-family: 'Ubuntu', sans-serif;
	text-transform: capitalize;
	color: #a0a0a0;
	letter-spacing: 0.42px;
}
.comment-form  input[type="submit"] { 
	color: #fff;
	font-size: 14px;
	display: inline-block;
	font-weight: 600;
	background-color: #ffc81c;
	padding: 12px 30px;
	text-transform: uppercase;
	border: none;
	border-radius: 0;
	text-decoration: none;
	margin: 10px 15px 0;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.56px;
	border: 1px solid transparent;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.comment-form  input[type="submit"]:hover {
	border-color: #ffc81c;
	color: #ffc81c;
	background-color: transparent;
}
.comment-form .form-control::-webkit-input-placeholder {
   color: #cbcbcb;
}
.comment-form .form-control:-moz-placeholder { /* Firefox 18- */
   color: #cbcbcb; 
}
.comment-form .form-control::-moz-placeholder {  /* Firefox 19+ */
   color: #cbcbcb;
}
.comment-form .form-control:-ms-input-placeholder {  
   color: #cbcbcb; 
}

/* - Widget Area */
.widget-area .widget {
	display: inline-block;
	margin-bottom: 30px;
	width: 100%;
}

.widget-area .widget-title {
	color: #111;
	font-family: 'MontserratUltraLight';
	font-size: 20px;
	margin-bottom: 20px;
	margin-top: 0;
	text-transform: capitalize;
	position: relative;
	padding-bottom: 15px;
}
.widget-area .widget-title::after {
	content: "";
	background-color: #ff9b19;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 40px;
	height: 2px;
}

/* -- Search Widget */
.widget-area .widget-search {
	background-color: transparent;;
}
.widget-area .widget-search .input-group {
	border: 1px solid #e6e6e6;
}
.widget-area .widget-search .input-group .form-control,
.widget-area .widget-search .btn-search {
	height: 42px;
	border-radius: 0;
	outline: none;
	box-shadow: none;
	border: none;
	color: #c0c0c0;
}
.widget-area .widget-search .input-group .form-control {
	text-transform: capitalize;
	font-family: 'Work Sans', sans-serif;
	font-size: 13px;
	letter-spacing: 0.78px;
	padding: 10px 26px;
	color: #c4c4c4;
	background-color: transparent;
}
.widget-area .widget-search .input-group .input-group-btn i {
	font-size: 15px;
	padding-right: 10px;
}
.widget-area .widget-search .form-control::-webkit-input-placeholder {
	color: #c4c4c4;
}
.widget-area .widget-search .form-control:-moz-placeholder {
	/* Firefox 18- */
	color: #c4c4c4;
}
.widget-area .widget-search .form-control::-moz-placeholder {
	/* Firefox 19+ */
	color: #c4c4c4;
}
.widget-area .widget-search .form-control:-ms-input-placeholder {
	color: #c4c4c4;
}
.widget-area .widget-search .btn-search,
.widget-area .widget-search .btn-search:focus {
	background-color: transparent;
	outline: none;
} 

/* -- Widget Categories */
.widget-area .widget.widget-categories {
	margin-bottom: 40px;
}
.widget-area .widget-categories ul {
	padding-left: 0;
	margin-bottom: 15px;
}
.widget-area .widget-categories ul li {
	list-style: none;
	display: inline-block;
	width: 100%;
	margin-bottom: 18px;
}
.widget-area .widget-categories ul li a {
	font-size: 14px;
	color: #777;
	font-family: 'Work Sans', sans-serif;
	text-decoration: none;
	letter-spacing: 0.84px;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
}
.widget-area .widget-categories li > a > span {
	font-size: 12px;
	text-align: center;
	height: 26px;
	width: 26px;
	line-height: 25px;
	background-color: transparent;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
}
.widget-area .widget-categories li a:hover {
	color: #ff9b19;
}
.widget-area .widget-categories li > a:hover > span {
	background-color: #ff9b19;
	color: #fff;
	height: 26px;
	width: 26px;
	line-height: 25px;
}

/* -- Latest Post */
.widget-area .widget-latestposts .widget-title h3 {
	padding-bottom: 0;
}
.widget-area .widget-latestposts .latest-content {
	display: inline-block;
	position: relative;
	width: 100%;
	padding-left: 100px;
	padding-bottom: 16px;
	padding-top: 16px;
	padding-right: 0;
}
.widget-area .widget-latestposts .latest-content:last-of-type {
	margin-bottom: 0;
	border-bottom: none;
}
.widget-area .widget-latestposts .latest-content > a {
	position: absolute;
	left: 0;
}
.widget-area .widget-latestposts .latest-content img {
	border-radius: 9px;
	position: relative;
}
.widget-area .widget-latestposts .latest-content i::before {
	background-color: rgba(51, 51, 51, 0.8);
    bottom: 0;
	border-radius: 9px;
    content: "";
    display: inline-block;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
	z-index: 1;
	-webkit-transition: all ease 1.5s;
	-moz-transition: all ease 1.5s;
	-o-transition: all ease 1.5s;
	-ms-transition: all ease 1.5s;
}
.widget-area .widget-latestposts .latest-content i::after {
	background-image: url("../images/post-ic.png");
	background-repeat: no-repeat;
    content: "";
    height: 25px;
	width: 30px;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 50%;
	z-index: 1;
    transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%); 
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.widget-area .widget-latestposts .latest-content i:hover::before,
.widget-area .widget-latestposts .latest-content i:hover::after {
	opacity: 1;
}
.widget-area .widget-latestposts .latest-content h3 {
	margin: 0;
	display: inline-block;
	font-family: 'montserrathairline';
	font-size: 14px;
	padding-right: 30px;
	letter-spacing: 0.56px;
	width: 100%;
}
.widget-area .widget-latestposts .latest-content h3  a {
	color: #111;
	text-decoration: none;
	line-height: 22px;
}
.widget-area .widget-latestposts .latest-content h3 a:hover {
	color: #ff9b19;
}
.widget-area .widget-latestposts .latest-content p {
	font-size: 12px;
	color: #cbcbcb;
	line-height: 26px;
	display: block;
	font-family: 'Work Sans', sans-serif;
	letter-spacing: 0.84px;
	margin-bottom: 0;
	margin-top: 5px;
	display: inline-block;
	width: 100%;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.widget-area .widget-latestposts .latest-content p:hover {
	color: #ff9b19;
}

/* - Tags */
.widget-area .widget-tag {
	padding-right: 45px;
	display: inline-block;
}
.widget-area .widget-tag  > a {
	font-size: 12px;
	padding: 6px 16px;
	margin-bottom: 10px;
	margin-right: 8px;
	display: inline-block;
	color: #ff9b19;
	text-decoration: none;
	text-align: center;
	font-family: 'Work Sans', sans-serif;
	text-transform: capitalize;
	letter-spacing: 0.48px;
	text-transform: uppercase;
	border: 1px solid #ff9b19;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.widget-area .widget-tag  > a:hover {
	background-color: #ff9b19;
	color: #fff;
	border-color: #ff9b19;
}

/* - Info Section */
.info-section .intro-about-content {
	text-align: left;
}
.info-section  .intro-about-content p {
	padding: 0;
	margin-bottom: 10px;
}
.info-section  .intro-about-content a {
	margin-top: 30px;
}
.info-section .info-box p{color:#000;}
.info-section .info-box {
	background-color: #fcd846;
	padding: 20px;
	height:100px;
	text-align: center;
	position: relative;
	z-index: 1;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.info-section .info-box::after {
	border: 1px solid #fff;
    bottom: 5px;
    content: "";
    display: inline-block;
    left: 5px;
    position: absolute;
    right: 5px;
    top: 5px;
	z-index: -1;
}
.info-section .info-box img {
	margin-bottom: 15px;
}
.info-section .info-box h5,
.info-section .info-box h3 {
	color: #111;
	font-family: 'MontserratUltraLight';
	font-size: 28px;
	letter-spacing: 0.29px;
	margin-bottom: 0;
	word-wrap: break-word;
}
.info-section .info-box h3 {
	font-family: 'montserratlight';
	margin-top: 0;
	margin-bottom: 0;
}
.info-section .info-content {
	position: relative;
	margin-bottom: 10px;
	padding: 10px 15px;	
}
.info-section .info-content > span {
	position: absolute;
	width: 10px;
	height: 10px;
	opacity: 0;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.info-section .info-content > span.corner-left-top,
.info-section .info-content > span.corner-right-top {
	top: 0;
}
.info-section .info-content > span.corner-left-bottom,
.info-section .info-content > span.corner-right-bottom {
	bottom: 0;
}
.info-section .info-content > span.corner-left-top,
.info-section .info-content > span.corner-left-bottom {
	left: 0; 
}
.info-section .info-content > span.corner-right-top,
.info-section .info-content > span.corner-right-bottom {
	right: 0;
}
.info-section .info-content > span.corner-left-top,
.info-section .info-content > span.corner-right-top {
	border-top: 1px solid #fcd846;
}
.info-section .info-content > span.corner-left-top,
.info-section .info-content > span.corner-left-bottom {
	border-left: 1px solid #fcd846;
}
.info-section .info-content > span.corner-left-bottom,
.info-section .info-content > span.corner-right-bottom {
	border-bottom: 1px solid #fcd846;
}
.info-section .info-content > span.corner-right-top,
.info-section .info-content > span.corner-right-bottom {
	border-right: 1px solid #fcd846;
}

.info-section .info-content:hover .info-box {
	background-color: #f2cb28;
}
.info-section .info-content:hover span {
	opacity: 1;
}

/* - Service Section */
.services-section .srv-content {
	margin-bottom: 30px;
}

.services-section .srv-box {
	text-align: center;
	border: 2px solid #fcd846;
	padding: 35px;
	position: relative;
	min-height: 247px;
	max-height: 247px;
}
.services-section .srv-box::before {
	background-image: url("../images/srv-ic.png");
	background-repeat: no-repeat;
	right:0;
	top: 0;
	bottom: 0;
	width: 65px;
	height: 159px;	
	content: "";
	display: inline-block;
	position: absolute;
	opacity: 0;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.services-section .srv-box i {
	margin-bottom: 20px;
	height: 77px;
	display: inline-block;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.services-section .srv-box h5,
.services-section .srv-box h3 {
	color: #111;
	display: inline-block;
	width: 100%;
	font-family: 'MontserratUltraLight';
	font-size: 29px;
	letter-spacing: 0.29px;
	margin-bottom: 0;
	margin-top: 0;
	word-wrap: break-word;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.services-section .srv-box h3 {
	font-family: 'montserratlight';
	margin-top: 0;
	margin-bottom: 0;
}
.services-section .srv-box p {
	color: #333;
	font-family: 'Work Sans', sans-serif;
	font-size: 0;
	line-height: 0;
	margin-top: 0;
	margin-bottom: 0;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.services-section .srv-box:hover::before {
	top: auto;
	opacity: 1;
}
.services-section .srv-box:hover {
	background-color: #fcd846;
	border: 2px solid #fcd846;
	padding-top: 28px;
	padding-bottom: 29px;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.services-section .srv-box:hover i {
	height: 0;
	margin-bottom: 0;
	position: absolute;
	top: -20%;
}
.services-section .srv-box:hover img {
	height: 0;
}
.services-section .srv-box:hover p {
	font-size: 15px;
	letter-spacing: 0.15px;
	margin-top: 20px;
	line-height: 30px;
}

/* - Price Section */
.price-section {
	text-align: center;
	margin:auto;
	display:block;
}
.price-section .price-box {
	border: 1px solid #ddd;
	margin:15px 0 15px 0;
}
.price-section .price-title {
	background-color: #ff9b19;
	position: relative;
}
.price-section .price-title::before {
	background-color: #ffffff;
	bottom: 0;
	content: "";
	height: 41px;
	position: absolute;
	left: 0;
	right: 0;
}
.price-section .price-title span {
	background-color: #ff9b19;
	display: block;
	border-radius: 100%;
	width: 82px;
	height: 82px;
	margin: 0 auto;
	position: relative;
	line-height: 80px;
}
.price-section .price-title h5 {
	color: #000;
	display: inline-block;
	width: 100%;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	letter-spacing: 1.4px;
	margin-top: 40px;
	text-transform: uppercase;
}
.price-section .price-title h3 {
	color: #000;
	display: inline-block;
	font-weight:bold;
	font-family: 'Montserrat', sans-serif;
	font-size: 23px;
	letter-spacing: 0.69px;
	margin-bottom: 20px;
}
.price-section .price-title h3 sub::before {
	background-color: #fff;
    bottom: 0;
    content: "";
    left: -55px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -5px;
    transform: rotate(20deg);
    width: 2px;
	height: 25px;
}
.price-section .price-title h3 sub {
	font-size: 14px;
	padding-left: 20px;
}
.price-section .price-content ul {
	padding-left: 0;
	list-style: none;
	margin-bottom: 0;
}
.price-section .price-content ul li {
	color: #777;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	letter-spacing: 0.45px;
	margin-bottom: 22px;
}
.price-section .price-content ul li:first-of-type {
	margin-top: 30px;
}
.price-section .price-content ul li:last-of-type {
	margin-bottom: 0;
}
.price-section .price-content a {
	border: 2px solid #111;
	color: #111;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 13px;
	padding: 13px 40px;
	letter-spacing: 1.95px;
	margin-bottom: 40px;
	margin-top: 40px;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.price-section .price-content a:hover {
	border: 2px solid #f2cb28;
	background-color: #f2cb28;
	color: #fff;
}

/* - Clients */
.clients .owl-carousel .owl-item img {
    width: auto;
	display: inline-block;
}
.clients .clients-carousel .item  a {
	text-align: center;
	line-height: 150px;
	border: 1px solid #ddd; 
	width: 100%;
	display: inline-block;
	vertical-align: middle;	
	min-height: 150px;
	max-height: 150px;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.clients .clients-carousel .item  a:hover {
	border: 1px solid #a8a8aa;
}

/* - Feature Section */
.feature-section .intro-about-content {
	text-align: center;
	margin-bottom: 80px;
}

/* - Chooseus Section */
.chooseus-section .panel-default > .panel-heading {
    padding: 0;
	position: relative;
	border: none;
	border-radius: 0;
	margin-bottom: 10px;
}
.chooseus-section .panel-default > .panel-heading a::before {
	content: "";
	background-color: #000;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	padding: 15px;
	/* width: 46px;
	line-height: 45px;
	text-align: center; */
}
.chooseus-section .panel-default > .panel-heading a::after {
	content: "";
	width: 0;
	height: 0;
	border-top: 24px solid transparent;
	border-left: 20px solid #000;
	border-bottom: 23px solid transparent;
	position: absolute;
	left: 46px;
	top: 0;
}	
.chooseus-section .panel-default > .panel-heading a:before {
	content: "\e687";
	color: #ff9b19;
	font-family: 'Stroke-Gap-Icons';
}
.chooseus-section .panel-default > .panel-heading a.collapsed:before {
	content: "\e681";
	font-family: 'Stroke-Gap-Icons';
}
.chooseus-section .panel-default > .panel-heading .panel-title a {
	background-color: #ff9b19;
    color: #111;
	padding: 15px 10px 15px 90px;
	width: 100%;
	display: inline-block;
}
.chooseus-section .panel-default > .panel-heading .panel-title a.collapsed {
    background-color: #ff9b19;
    color: #111;
}
.chooseus-section .panel-title > a {
	font-size: 16px;
	font-family: 'montserratlight';
	color: #111;
	letter-spacing: 0.48px;
	text-decoration: none;
}
.chooseus-section .panel-body {
	font-family: 'Work Sans', sans-serif;
	font-size: 15px;
	letter-spacing: 0.45px;
	color: #777;
	line-height: 32px;
	padding: 10px 10px 20px 28px;
}
.chooseus-section .panel-group .panel {
	border-radius: 0;
	border: none;
	box-shadow: none;
}
.chooseus-section .panel-group .panel-heading + .panel-collapse > .list-group, 
.chooseus-section .panel-group .panel-heading + .panel-collapse > .panel-body {
	border: none;
}
.video-section {
	position: relative;
}
.video-section::before {
	background-color: rgba(0, 0, 0,0.75);
    bottom: 0;
    content: "";
    display: inline-block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.video-section .video-section-content > a {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	left: 0;
	right: 0;
	margin: 0 auto;
}
.video-section .video-section-content > a {
	width: 40px;
	height: 40px;
	border: 1px solid #fff;
	border-radius: 100%;
	display: inline-block;
	line-height: 38px;
	font-size: 15px;
	color: #fff;
	text-align: center;
}

/* - Search Section */
.search-section {
	position: relative;
}
.search-section::before {
	background-color: rgba(255, 255, 255, 0.969);
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.search-section .serach-content {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%); 
}
.search-section .input-group {
	border-bottom: 2px solid #333;
}
.search-section .input-group .form-control {
	background-color: transparent;
	border: none;
	color: #111;
	border-radius: 0;
	box-shadow: none;
	font-family: 'Crimson Text', serif;
	font-size: 19px;
	letter-spacing: 1.52px;
	height: 50px;
	padding: 15px 10px;
}
.search-section .form-control::-webkit-input-placeholder {
   color: #111;
}
.search-section .form-control:-moz-placeholder { /* Firefox 18- */
   color: #111; 
}
.search-section .form-control::-moz-placeholder {  /* Firefox 19+ */
   color: #111;
}
.search-section .form-control:-ms-input-placeholder {  
   color: #111; 
}
.search-section .input-group .form-control:focus {
	box-shadow: none;
}
.search-section .input-group-btn > .btn {
	background-color: transparent;
	padding: 6px 0;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.search-section .input-group-btn > .btn:hover {
	color: #fcd846;
}

/* - 404 */
.error-page {
	text-align: center;
}
.error-page .section-padding {
	padding-top: 80px;
	padding-bottom: 160px;
}
.error-page .error-code p {
	color: #777;
	font-family: 'Work Sans', sans-serif;
	font-size: 15px;
	line-height: 32px;
	letter-spacing: 0.45px;
	margin-top: 50px;
	padding: 0 4%;
	margin-bottom: 62px;
}
.error-page .error-code p span {
	color: #e3b700;
}
.error-page .col-md-6.col-sm-6 {
	margin: 0 auto;
	float: none;
}
.error-page .input-group {
	margin-bottom: 45px;
}
.error-page .form-control {
	height: 39px;
	border-radius: 0;
	border-color: #ececec;
	font-family: 'Work Sans', sans-serif;
	font-size: 13px;
	color: #cbcbcb;
	box-shadow: none;
	letter-spacing: 0.39px;
}
.error-page .form-control:focus {
	box-shadow: none;
}
.error-page .input-group .btn-default {
	background-color: #ff9b19;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 1.05px;
	padding: 9px 45px 8px;
	border-radius: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

/* - Map */
.map-canvas {
    height: 600px;
    width: 100%;	
	display: inline-block;
}

.contact-us .form-group {
	margin-bottom: 30px;
}
.contact-us .form-control {
	border-radius: 0;
	box-shadow: none;
	min-height: 40px;
	border-color: #ececec;
	box-shadow: none;
	font-family: 'Work Sans', sans-serif;
	font-size: 13px;
	padding: 6px 16px;
	letter-spacing: 0.52px;
}
.contact-us .form-control::-webkit-input-placeholder {
   color: #d1d1d1;
}
.contact-us .form-control:-moz-placeholder { /* Firefox 18- */
   color: #d1d1d1; 
}
.contact-us .form-control::-moz-placeholder {  /* Firefox 19+ */
   color: #d1d1d1;
}
.contact-us .form-control:-ms-input-placeholder {  
   color: #d1d1d1; 
}
.contact-us .form-control:focus {
	border-color: #ececec;
}
.contact-us textarea {
	display: inline-block;
	height: 170px;
	margin-bottom: 20px;
}
.contact-us input[type="submit"] {
	color: #fff;
	font-size: 14px;
	display: inline-block;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	background-color: #ff9b19;
	border: 1px solid #ff9b19;
	padding: 10px 32px;
	letter-spacing: 1.05px;
	text-transform: uppercase;
	border-radius: 0;
	margin: 0 15px 0;
	text-decoration: none;
	-webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.contact-us input[type="submit"]:hover {
	color: #ff9b19;
	background-color: #fff;
	border: 1px solid #ff9b19;
}

/* - Alert Msg */
.alert-msg {
	color: #ccc;
	width: 100%;
	margin: 10px 0;
	position: relative;
	text-align: left;
	z-index: 1;
}
.alert-msg-success {
	color: #50B948;
}
.alert-msg-failure {
	color: #FF0000;
}

/*---------------------------------------------------
	* Responsive
-----------------------------------------------------*/

/* - max-width: 1800px */
@media (max-width: 1800px) {
	/* - Intro Section */
	.intro-section .intro-content img {
		max-width: 100px;
	}
}

/* - max-width: 1200px */
@media (max-width: 1200px) {
	/* - Process Section */
	.process-section .process-content h3 {
		display: block;
		margin-bottom: 0;
	}
	.process-section .process-content {
		max-width: 253px;
		padding-bottom: 18px;
	}
	.process-section .process-content h3 {
		font-size: 18px;
	}
	/* - Gallery Section */
	.gallery-box-hover {
		top: 14%;
	}
	.testimonial-section .testi-content {
		padding-top: 100px;
	}
	/* - Latest Blog */
	.latest-blog article {
		display: block;
		max-width: 570px;
		margin: 0 auto;
	}
	.blog-section article {
		margin-bottom: 60px;
	}
}

/* - min-width: 1200 to max-width: 1366 */
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
	/* - Photo Slider */
	.photo-slider .carousel-caption h3 {
		font-size: 50px;
	}
	/* - Intro Section */
	.intro-section .intro-content img {
		left: 30px;
	}
	.intro-section .intro-content h5, 
	.intro-section .intro-content h3 {
		font-size: 25px;
	}
}

/* - min-width: 992 to max-width: 1199 */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	/* - Photo Slider */
	.photo-slider .carousel-caption h5 {
		font-size: 35px;
	}
	.photo-slider .carousel-caption h3 {
		font-size: 45px;
	}
	/* - Intro Section */
	.intro-section .intro-content {
		padding: 50px 14.06% 50px 33.59%;
	}
	.intro-section .intro-content img {
		left: 15px;
		max-width: 70px;
	}
	.intro-section .intro-content h5, 
	.intro-section .intro-content h3 {
		font-size: 22px;
	}
	/* - Our Courses */
	.our-courses .courses-content {
		padding: 50px 35px 50px 110px;
	}
	/* - Testimonial Section */
	.testimonial-section .col-md-6.testi-content::after {
		width: 778px;
	}
	.testimonial-section .testi-info {
		padding-top: 150px;
	}
	/* - Latest Blog */
	.latest-blog .latest-blog-content span {
		margin-left: -25px;
	}
	/* - Blog Section */
	.blog-section .latest-blog-content h3.entry-title {
		margin-top: 10px;
		line-height: 20px;
		font-size: 12px;
		margin-bottom: 8px;
	}
	.blog-section .latest-blog-content .post-date {
		font-size: 11px;
	}
	.blog-section .latest-blog-content .post-date i {
		padding-right: 3px;
	}
	.blog-section .latest-blog-content .entry-meta a {
		font-size: 11px;
		padding-left: 3px;
	}
	.blog-section .latest-blog-content .entry-content p {
		line-height: 20px;
	}
	/* - Blog Post */
	.blog-post h2 {
		top: 16%;
	}
	/* - Info Section */
	.info-section .section-header h3 {
		font-size: 28px;
	}
	.info-section .info-box h5, 
	.info-section .info-box h3 {
		font-size: 18px;
	}
	/* - Chooseus Section */
	.chooseus-section .panel-default > .panel-heading .panel-title a {
		padding: 6px 0 6px 90px;
	}
}

/* - max-width: 991 */
@media (max-width: 991px) {
	/* - Photo Slider */
	.photo-slider .carousel-indicators {
		bottom: 15px;
	}
	.photo-slider .carousel-caption h5 {
		font-size: 28px;
	}
	.photo-slider .carousel-caption h3 {
		font-size: 32px;
	}
	.photo-slider .carousel-caption p {
		font-size: 20px;
	}
	/* - Intro Section */
	.intro-section .intro-content {
		padding: 45px 100px 45px 25.59%;
	}
	.intro-section .col-sm-6.col-xs-6 {
		width: 100%;
	}
	.intro-section .intro-content::before,
	.intro-section .intro-content::after {
		display: none;
	}
	.intro-section .intro-content:hover {
		margin: 0;
	}
	/* - Process Section */
	.process-section .section-header,
	.process-section .process-box {
		padding-top: 80px;
	}
	.process-section .section-header {
		margin-bottom: 20px;
	}
	.process-section .section-header h3 {
		font-size: 32px;
	}
	/* - Our Courses */
	.our-courses .courses-content {
		padding: 50px 15px 50px 110px;
	}
	.our-courses .courses-content h3 {
		font-size: 18px;
	}
	.our-courses .courses-box {
		margin: 0;
	}
	.our-courses .courses-content::before {
		left: 30px;
	}
	/* - Team Section */
	.team-section .team-box {
		max-width: 272px;
	}
	/* - Testimonial Section */
	.testimonial-section .col-md-6.testi-content::after {
		width: 595px;
	}
	.testimonial-section .testi-info {
		padding-top: 65px;
	}
	/* - Blog Section */
	.blog-section .entry-cover::before {
		display: none;
	}
	.blog-section .latest-blog-content {
		position: relative;
		transform: none;
		top: 0;
		left: 0;
	}
	.latest-blog.blog-section .latest-blog-content span {
		margin-left: 0;
	}
	.blog-section article {
		margin-bottom: 30px;
	}
	.blog-section .latest-blog-content {
		margin-top: 30px;
	}
	.blog-section .latest-blog-content h3.entry-title {
		margin-top: 25px;
	}
	/* - Blog Post */
	.blog-post .latest-blog-content {
		margin-top: 0;
	}
	.blog-post h2 {
		top: 8%;
	}
	.blog-post .entry-social {
		padding-left: 5px;
	}
	.entry-gallerylist .col-sm-6.col-xs-6 {
		margin-bottom: 30px;
	}
	/* - Info Section */
	.info-section .intro-about-content ,
	.info-section .section-header.left-header {
		text-align: center;
	}
	.info-section .intro-about-content {
		margin-bottom: 30px;
	}
	/* - Price Section */
	.price-section .price-box {
		margin-bottom: 30px;
	}
	/* - Chooseus Section */
	.chooseus-section .panel-group {
		margin-bottom: 30px;
	}
	.video-section {
		max-width: 565px;
		display: block;
		margin: 0 auto;
	}
	/* - 404 */
	.error-page .error-code p {
		padding: 0 15px;
	}
}

/* - max-width: 767 */
@media (max-width: 767px) {	
	/* - Intro Section */
	.intro-section .intro-content img {
		max-width: 75px;
		left: 15px;
	}
	/* - Process Section */
	.process-section .col-xs-6 {
		width: 100%;
		text-align: center;
	}
	/* - Our Courses */
	.our-courses .courses-content::before {
		display: none;
	}
	.ow-pagination {
		margin-bottom: 30px;
	}
	.widget-area .widget-latestposts .latest-content {
		padding: 22px 0 22px 100px;
	}
	/* - Testimonial Section */
	.testimonial-section .col-xs-6.testi-content,
	.testimonial-section .col-xs-6.testi-info {
		width: 100%;
	}
	.testimonial-section .col-md-6.testi-content::after,
	.testimonial-section .col-md-6::after {
		display: none;
	}
	.testimonial-section .lSAction > .lSPrev {
		left: 15px;
	}
	.testimonial-section  .lSAction > a {
		left: 60px;
	}
	.testimonial-section .testi-info {
		padding: 100px 90px 175px 15px;
	}
	.testimonial-section .lSPager.lSGallery {
		bottom: 90%;
		left: 15px;
	}
	/* - Blog Post */
	.comment-form {
		margin-bottom: 30px;
	}
}

/* -  max-width: 639 */
@media (max-width: 639px) {
	/* - Photo Slider */
	.photo-slider .carousel-caption h3 {
		margin: 5px 0;
		font-size: 25px;
	}
	/* - Gallery Section */
	.gallery-section .col-xs-6 {
		width: 100%;
		text-align: center;
	}
	.gallery-box {
		max-width: 373px;
		display: block;
		margin: 0 auto 30px;
	}
	/* - Our Courses */
	.our-courses .courses-content h3 {
		font-size: 16px;
	}
	/* - Team Section */
	.team-section .col-xs-6 {
		width: 100%;
		text-align: center;
	}
	.team-section .team-box {
		max-width: 272px;
		display: block;
		margin: 0 auto 30px;
	}
	/* - Latest Blog */
	.latest-blog .entry-cover::before {
		right: -1px;
	}
	.latest-blog .latest-blog-content h3.entry-title {
		margin-top: 22px;
		line-height: 22px;
	}
	.latest-blog .latest-blog-content span {
		margin-left: -25px;
	}
	/* - Blog Section */
	.blog-section .latest-blog-content span {
		margin-left: 0;
	}
	/* - Blog Post */
	.media-content > h5 {
		display: block;
	}
	.comment-section h5::before {
		display: none;
		padding: 0;
	}
	.comment-section .media-content a {
		float: none;
		margin-left: 0;
		margin-bottom: 10px;
	}
	.comment-section .media.media-even {
		margin-left: 20px;
	}
	.author-content .author-social {
		float: none;
	}
	.author-content .author-social li:first-child {
		margin-left: 0;
	}
	/* - Info Section */
	.info-section .info-box h5, 
	.info-section .info-box h3 {
		font-size: 18px;
	}
	/* - Service Section */
	.services-section .col-xs-6.srv-content {
		width: 100%;
		text-align: center;
	}
	/* - Chooseus Section */
	.chooseus-section .panel-default > .panel-heading .panel-title a {
		padding: 10px 0 10px 70px;
	}
	.chooseus-section .panel-default > .panel-heading a::after {
		border-bottom: 19px solid transparent;
		border-left: 20px solid #000;
		border-top: 19px solid transparent;
		left: 40px;
	}
	.chooseus-section .panel-default > .panel-heading a::before {
		padding: 12px;
	}
	.error-page .section-padding {
		padding-top: 70px;
		padding-bottom: 140px;
	}
}

/* -  max-width: 479 */
@media (max-width: 479px) {
	/* - Photo Slider */
	.photo-slider .carousel-indicators {
		bottom: 0;
	}
	.photo-slider .carousel-caption h5,
	.photo-slider .carousel-caption h3 {
		font-size: 14px;
	}
	.photo-slider .carousel-caption p {
		font-size: 14px;
		line-height: 20px;
	}intro-section .intro-conten
	.photo-slider .carousel-control i {
		width: 35px;
		height: 80px;
		line-height: 80px;
	}
	.photo-slider .carousel-indicators li {
		font-size: 16px;
	}
	/* - Intro Section */
	.intro-section .intro-content {
		padding: 10px 10px 10px 25.59%;
		margin-top: 0;
	}
	.intro-section .intro-content img  {
		max-width: 55px;
	}
	.intro-section .intro-content h5, 
	.intro-section .intro-content h3 {
		font-size: 20px;
	}
	.intro-section .intro-content p {
		font-size: 14px;
	}
	.intro-about .intro-about-content a {
		margin-bottom: 15px;
	}
	/* - Process Section */
	.process-section .col-xs-12.process-box {
		width: 100%;
		text-align: center;
	}
	.process-section .process-content{
		 margin: 0 auto;
	}
	/* - Gallery Section */
	.gallery-box-hover {
		top: 10%;
	}
	/* - Our Courses */
	.our-courses .col-xs-6.courses-content {
		width: 100%;
	}
	.our-courses .courses-content h3 {
		font-size: 22px;
	}
	/* - Testimonial Section */
	.testimonial-section .testi-content {
		padding-top: 100px;
	}
	.testimonial-section .testi-info {
		padding-top: 70px;
	}
	.testimonial-section .section-header p {
		padding-right: 50px;
	}
	.testimonial-section  .lSAction > a {
		top: 80%;
	}
	/* - Latest Blog */
	.latest-blog .entry-cover::before {
		width: 58%;
	}
	.latest-blog .latest-blog-content {
		left: 50%;
		padding-right: 4px;
	}
	.latest-blog .latest-blog-content span {
		padding: 4px 8px;
		margin-left: -22px;
	}
	.latest-blog .latest-blog-content h3.entry-title {
		font-size: 11px;
		line-height: 15px;
		margin-top: 10px;
		margin-bottom: 5px;
	}
	.latest-blog .latest-blog-content .post-date {
		font-size: 12px;
		margin-bottom: 5px;
	}
	.latest-blog .latest-blog-content .post-date i {
		font-size: 12px;
		padding-right: 5px;
	}
	.latest-blog .latest-blog-content .entry-content p {
		line-height: 18px;
		margin-bottom: 5px;
	}
	/* - Blog Section */
	.blog-section .latest-blog-content {
		left: 0;
	}
	.blog-section.latest-blog-content span {
		margin-left: 0;
	}
	.blog-section .latest-blog-content .entry-meta a {
		padding-left: 3px;
	}
	.blog-section .latest-blog-content h3.entry-title {
		font-size: 14px;
		margin-bottom: 15px;
	}
	.blog-section  .latest-blog-content .entry-content p {
		margin-bottom: 15px;
		line-height: 22px;
	}
	/* - Blog Post */
	.blog-post .latest-blog-content {
		 padding: 15px 16px;
	}
	.blog-post h2 {
		top: 4%;
	}
	.entry-gallerylist .col-xs-6 {
		width: 100%;
		text-align: center;
	}
	.entry-gallerylist .img-box {
		max-width: 242px;
		display: block;
		margin: 0 auto;
	}
	.blog-post .entry-gallerylist .img-box i::before {
		max-width: 242px;
		margin: 0 auto;
	}
	.author-img img {
		max-width: 80px;
		left: 15px;
	}
	.author-content {
		padding-left: 100px;
	}
	.author-content > a {
		font-size: 11px;
	}
	.author-content p {
		line-height: 20px;
	}
	.media-left img {
		max-width: 75px;
	}
	/* - Info Section */
	.info-section .intro-about-content a {
		margin-top: 10px;
	}
	.info-section .col-xs-6.info-content {
		width: 100%;
		text-align: center;
	}
	/* - Service Section */
	.services-section .srv-box:hover p {
		line-height: 22px;
		margin-top: 15px;
	}
	.services-section .srv-box h5,
	.services-section .srv-box h3 {
		font-size: 25px;
	}
	/* - Price Section */
	.price-section .col-xs-6 {
		width: 100%;
		text-align: center;
	}
	/* - Chooseus Section */
	.chooseus-section .panel-title > a {
		font-size: 13px;
	}
	.chooseus-section .panel-default > .panel-heading a::before {
		padding: 9px;
	}
	.chooseus-section .panel-default > .panel-heading a::after {
		left: 30px;
		border-bottom: 17px solid transparent;
		border-top: 17px solid transparent;
	}
	/* - 404 */
	.error-page .input-group .btn-default {
		padding: 9px 15px 8px;
	}
}

/* - max-width: 360 */
@media (max-width: 360px) {
	/* - Blog Post */
	.blog-post h2 {
		top: 2%;
	}
	/* - Testimonial Section */
	.testimonial-section .lSPager.lSGallery {
		bottom: 95%;
	}
	
	/* - Chooseus Section */
	.chooseus-section .panel-default > .panel-heading .panel-title a {
		padding: 4px 0 4px 70px;
	}
	.chooseus-section .panel-default > .panel-heading a::before {
		padding: 12px;
	}
	.chooseus-section .panel-default > .panel-heading a::after {
		left: 37px;
		border-bottom: 18px solid transparent;
		border-top: 18px solid transparent;
	}
	.chooseus-section .panel-body {
		line-height: 25px;
		font-size: 14px;
	}
}