/*
Home Slider
Banner Area
Clients
Team Member
Testimonial
Pricing Table
Timeline
Login
Side Icons
Accordions
Divider
toggle
Countdown
Subscribe
Promo Box
Enquiry
Fun Factors
Typist
tabs
Progress Bar
Magazine
Travel
gallery

item meta
Blog
Hero Boxes
Events
Register
Search
*/
/* Home Slider Area css
============================================================================================ */
.home_banner_area {
	border-top: 2px solid #eeeeee;
	position: relative;
	padding-top: 100px;
}

.swiper-slide.swiper-slide-active .slider_text_inner {
	left: 0px;
	visibility: visible;
	opacity: 1;
}

.swiper-slide img{
	width: 100% !important;
	height: auto;
	/*width: 32% !important;
	padding-top: 100px;
	padding-right: 150px;
	float: right; */
}

.slider_text_inner {
	position: absolute;
	left: 50px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	z-index: 5;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	-webkit-transition-delay: 1.2s;
	-o-transition-delay: 1.2s;
	transition-delay: 1.2s;
}

.slider_text_inner .slider_text {

	border-radius: 5px;
	padding: 65px;
	position: relative;
}

.slider_text_inner .slider_text:before {
	content: "";
	/* width: 360px;
	height: 500px;
	position: absolute;
	border-bottom: solid 10px #999;
	border-top: solid 10px #999;
	border-left: solid 10px #999;
	left: -95px;
	top: -70px;
	z-index: -1; */
}

.slider_text_inner .slider_text h2 {
	font-size: 48px;
	color: #000000;
	text-transform: uppercase;
	margin-bottom: 12px;
}

.slider_text_inner .slider_text p {
	margin-bottom: 30px;
}

.slider_text_inner .slider_text .banner_btn {
	margin-right: 7px;
}

.banner_box {
	max-width: 1620px;
	margin: auto;
}

.banner_area {
	position: relative;
	z-index: 1;
	background: url(../images/banners/banner_en.jpg) no-repeat scroll center center;
	background-size: cover;
}

.banner_area .banner_inner {
	position: relative;
	overflow: hidden;
	width: 100%;
	z-index: 1;
	padding-top: 140px;
	padding-bottom: 140px;
}

.banner_area .banner_inner .banner_content {
	max-width: 655px;
	background: #fff;
	padding: 50px 65px;
	position: relative;
	border-radius: 5px;
}

.banner_area .banner_inner .banner_content:before {
	content: "";
	width: 313px;
	height: 216px;
	background: rgba(214, 177, 97, 0.8);
	position: absolute;
	left: -50px;
	top: -30px;
	z-index: -1;
}

.banner_area .banner_inner .banner_content h2 {
	color: #000000;
	font-size: 36px;
	margin-bottom: 0px;
	display: inline-block;
	text-transform: uppercase;
}

.banner_area .banner_inner .banner_content .page_link {
	display: inline-block;
	float: right;
	padding-top: 10px;
}

.banner_area .banner_inner .banner_content .page_link a {
	font-size: 14px;
	color: #666666;
	font-family: "Raleway", sans-serif;
	margin-right: 32px;
	font-weight: 300;
	position: relative;
	text-transform: uppercase;
}

.banner_area .banner_inner .banner_content .page_link a:before {
	content: "\f0da";
	font: normal normal normal 14px/1 FontAwesome;
	position: absolute;
	right: -25px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.banner_area .banner_inner .banner_content .page_link a:last-child {
	margin-right: 0px;
}

.banner_area .banner_inner .banner_content .page_link a:last-child:before {
	display: none;
}

/* End Home Slider Area css
============================================================================================ */
@media (max-width:1199px){
	/* Main Menu Area css
	============================================================================================ */
	.header_area .navbar .nav .nav-item {
		margin-right: 28px;
	}
	/* End Main Menu Area css
	============================================================================================ */
	/* Home Banner Area css
	============================================================================================ */
	.home_banner_area .banner_inner {
		padding: 100px 0px;
	}
}
@media (max-width:991px){
	.home_banner_area .banner_inner .banner_content .banner_map_img {
		display: none;
	}
	.home_banner_area .donation_inner{
		margin-bottom: -30px;
	}
	.home_banner_area .dontation_item{
		max-width: 350px;
		margin: auto;
	}
	.home_banner_area {
		padding-top: 62px;
	}
}
@media (max-width:767px){
	.home_banner_area {
	}
	.home_banner_area .banner_inner {
		min-height: 500px;
	}
	.home_banner_area .banner_inner .banner_content {
		margin-top: 0px;
	}
	/* Blog Page Area css
	============================================================================================ */
	.blog_banner .banner_inner .blog_b_text h2 {
		font-size: 40px;
		line-height: 50px;
	}
	.blog_info.text-right{
		text-align: left !important;
		margin-bottom: 10px;
	}
	/* End Blog Page Area css
	============================================================================================ */
	.home_banner_area .banner_inner .banner_content h3 {
		font-size: 30px;
	}
	.home_banner_area .banner_inner .banner_content p br {
		display: none;
	}
	.home_banner_area .banner_inner .banner_content h3 span {
		line-height: 45px;
		padding-bottom: 0px;
		padding-top: 0px;
	}
}
@media (max-width:575px){
	.top_menu {
		display: none;
	}
	/* Home Banner Area css
	============================================================================================ */
	.home_banner_area .banner_inner .banner_content h2 {
		font-size: 28px;
		line-height: 38px;
	}
	.home_banner_area {

	}
	.home_banner_area .banner_inner {
		min-height: 500px;
	}
	.blog_banner .banner_inner .blog_b_text {
		margin-top: 38px;
	}
	.home_banner_area .banner_inner .banner_content img{
		display: none;
	}
	.home_banner_area .banner_inner .banner_content h5 {
		margin-top: 0px;
	}
}
@media (max-width:480px){
	/* Main Menu Area css
	============================================================================================ */
	.header_area .navbar-collapse{
		max-height: 250px;
	}
	/* End Main Menu Area css
	============================================================================================ */

	/* Home Banner Area css
	============================================================================================ */
	.home_banner_area .banner_inner .banner_content {
		padding: 0px 0px;
		margin-top: 0px;
	}
	.banner_content .white_btn {
		display: block;
	}
	.home_banner_area .banner_inner .banner_content h3 {
		font-size: 24px;
	}
}
/*======================================================
*======================= Clients =======================
*=====================================================*/
.clients {
    overflow: hidden; 
    margin: 0;
    padding: 0;
    list-style: none;
}

.clients li {
    position: relative;
    float: left;
    padding: 20px 0;
    text-align: center;
}

.clients li a img {
    width: 100%;
}

.clients li a,
.clients li img {
    display: block;
    width: 75%;
    margin-right: auto; 
    margin-left: auto;
}

.clients.grid-2 li {
    width: 50%;
}

.clients.grid-3 li {
    width: 33.33%;
}

.clients.grid-4 li {
    width: 25%;
}

.clients.grid-5 li {
    width: 20%;
}

.clients.grid-6 li {
    width: 16.66%;
}

/**/
.clients.angle-box.grid-2 li {
    width: 46%;
}

.clients.angle-box.grid-3 li {
    width: 29.33%;
}

.clients.angle-box.grid-4 li {
    width: 21%;
}

.clients.angle-box.grid-5 li {
    width: 16%;
}

.clients.angle-box.grid-6 li {
    width: 12.66%;
}

.clients.angle-box.grid-2 li,
.clients.angle-box.grid-3 li,
.clients.angle-box.grid-4 li,
.clients.angle-box.grid-5 li,
.clients.angle-box.grid-6 li {
    margin: 2%;
}

/**/
.clients.plus-box li:before {
    top: 0;
    right: -2px;
    height: 100%;
    border-right: 1px solid #ddd;
}

.clients.plus-box li:after {
    top: auto;
    right: 0;
    bottom: -1px;
    width: 100%;
    height: 0;
    border-bottom: 1px solid #ddd;
}

.clients.plus-box li:after,
.clients.plus-box li:before,
.clients.angle-box li:after,
.clients.angle-box li:before {
    position: absolute; 
    content: "";
}

/**/
#clients-1 .item {
    margin: 20px;
}

#clients-1 .item img {
    display: block;
    width: 100%;
    height: auto;
}

#clients-1.owl-theme .owl-controls .owl-page span {
    background: #333;
}

/**/
.clients.angle-box li:before {
    top: 0;
    right: 1px;
    height: 100%;
    border-right: 1px solid #ddd;
}

.clients.angle-box li:after {
    top: auto;
    right: 1px;
    bottom: 1px;
    width: 100%;
    height: 0;
    border-bottom: 1px solid #ddd;
}
/*------------------------------------------------
 Responsive
------------------------------------------------*/
@media screen and (max-width: 992px) {
    .clients.grid-2 li {
        width: 50%;
    }
    .clients.grid-3 li,
    .clients.grid-4 li,
    .clients.grid-5 li,
    .clients.grid-6 li {
        width: 33.33%;
    }
    .clients.angle-box.grid-2 li {
        width: 46%;
    }
    .clients.angle-box.grid-3 li,
    .clients.angle-box.grid-4 li,
    .clients.angle-box.grid-5 li,
    .clients.angle-box.grid-6 li {
        width: 29.33%;
    }
}
@media screen and (max-width: 767px) {
    .clients.grid-2 li,
    .clients.grid-3 li,
    .clients.grid-4 li,
    .clients.grid-5 li,
    .clients.grid-6 li {
        width: 50%;
    }
    .clients.angle-box.grid-2 li,
    .clients.angle-box.grid-3 li,
    .clients.angle-box.grid-4 li,
    .clients.angle-box.grid-5 li,
    .clients.angle-box.grid-6 li {
        width: 46%;
    }
}
@media screen and (max-width: 479px) {
    .clients.grid-2 li,
    .clients.grid-3 li,
    .clients.grid-4 li,
    .clients.grid-5 li,
    .clients.grid-6 li,
    .testimonial.grid-2 li {
        width: 100%;
    }
    .clients.angle-box.grid-2 li,
    .clients.angle-box.grid-3 li,
    .clients.angle-box.grid-4 li,
    .clients.angle-box.grid-5 li,
    .clients.angle-box.grid-6 li {
        width: 96%;
    }
}
/*======================================================
*===================== End Clients =====================
*=====================================================*/

/*======================================================
*===================== Team Member =====================
*=====================================================*/
.team-member {
    overflow: hidden;
}

.team-member,
.team-member .team-img {
    position: relative;
	max-width: 300px;
	margin: auto;
}

.team-member .team-img img {
    width: 100%;
    height: auto;
}

.team-member .team-intro {
    position: absolute;
    right: 0;
    bottom: 30px;
    width: 70%;
    padding: 10px 20px;
    text-align: right; 
    background: rgba(0, 0, 0, .7);
}

.team-member .team-intro h5,
.team-member .team-intro.light-txt span {
    margin-bottom: 0;
    letter-spacing: 2px; 
    text-transform: uppercase;
}

.team-member .team-intro.light-txt h5 {
    color: #fff;
}

.team-member .team-intro.light-txt span {
    color: rgba(255, 255, 255, .5);
    font-size: 12px;
}

.team-member .s-link a {
    margin: 0 10px;
    color: #333;
    font-size: 16px;
}

.t-s-link {
    display: block; 
    margin-top: 10px;
}

.t-s-link a {
    margin-right: 10px;
    color: #333;
    font-size: 16px;
}

/**/
.team-hover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    -webkit-transition: all .3s;
            transition: all .3s; 
    opacity: 0;
    border: 20px solid rgba(0, 0, 0, .1);
    background-color: rgba(255, 255, 255, .9);
}
.team-member:hover .team-hover,
.team-member:hover .team-hover .desk,
.team-member:hover .team-hover .s-link {
    opacity: 1;
}
.team-member:hover .team-hover .s-link {
    bottom: 10%;
}
.team-member:hover .team-hover .desk {
    top: 35%;
}
.team-hover .desk {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 0 20px; 
    -webkit-transition: all .3s .2s;
            transition: all .3s .2s;
    -webkit-transform: translateY(-55%);
        -ms-transform: translateY(-55%);
            transform: translateY(-55%);
    opacity: 0;
}
.team-hover .s-link {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all .3s .2s;
            transition: all .3s .2s;
    text-align: center;
    opacity: 0;
    font-size: 35px;
}

.desk,
.desk h4,
.team-hover .s-link a {
    text-align: center;
    color: #222;
}

.desk h4 {
    margin-bottom: 25px;
    letter-spacing: 4px; 
    text-transform: uppercase;
    font-size: 14px;
}

.desk p {
    margin-bottom: 0;
    color: #7e7e7e;
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
}

.team-title {
    position: static;
    display: inline-block;
    width: 100%; 
    padding: 20px 0;
    letter-spacing: 2px;
}

.team-title h5 {
    display: block;
    margin-bottom: 0;
    text-transform: uppercase;
}

.team-title span {
    letter-spacing: 1px; 
    text-transform: uppercase;
    color: #a5a5a5;
    font-size: 12px;
}

.team-title p {
    padding-top: 30px;
    letter-spacing: normal;
    line-height: 30px;
}
/*wedding team*/
.bride-groom-row {
    padding: 0 50px;
}

.bride-groom-row .team-img {
    width: 300px;
    height: 300px;
    margin: 0 auto;
}

.bride-groom-row .team-img img {
    width: 100%;
    height: auto;
}

.wed-thumb,
.bride-groom-row .team-img.fnf-img {
    display: inline-block; 
    width: 160px;
    height: 160px;
}

.wed-thumb img,
.bride-groom-row .team-img.fnf-img img {
    width: 100%;
    height: auto;
    border: 10px solid #fff; 
    border-radius: 50%;
}
/*------------------------------------------------
 Responsive
------------------------------------------------*/
@media screen and (max-width: 767px) {
    .team-member {
    /*padding-right:30px;
    padding-left:30px;*/
    }
    .team-member .team-intro {
            width:100% !important;	
    }
    .team-hover{
        /*width:calc(100% - 60px); margin:0 30px !important;*/
        width:100%; margin:0 !important;
    } 
}
/*======================================================
*=================== End Team Member ===================
*=====================================================*/

/*======================================================
*===================== Testimonial =====================
*=====================================================*/
.testimonial {
    overflow: hidden; 
    margin: 0;
    padding: 0;
    list-style: none;
}

.testimonial li {
    position: relative;
    float: left;
    padding: 40px 20px 40px 40px;
}

.testimonial.grid-2 li {
    width: 50%;
}

/**/
.testimonial.plus-box li:before {
    top: 0;
    right: -2px;
    height: 100%;
    border-right: 1px solid #ececec;
}

.testimonial.plus-box li:after {
    top: auto;
    right: 0;
    bottom: -1px;
    width: 100%;
    height: 0;
    border-bottom: 1px solid #ececec;
}

.testimonial.plus-box li:after,
.testimonial.plus-box li:before {
    position: absolute; 
    content: "";
}

/*----*/
.testimonial .avatar,
.testimonial .avatar a,
.testimonial .avatar i,
.testimonial .avatar img {
    display: table;
    width: 130px;
    height: 130px;
    border-radius: 50%;
}

#testimonial-2 .avatar,
#testimonial-2 .avatar a,
#testimonial-2 .avatar i,
#testimonial-2 .avatar img,
#testimonial-3 .avatar,
#testimonial-3 .avatar a,
#testimonial-3 .avatar i,
#testimonial-3 .avatar img {
    display: inline-block;
    width: 100px;
    height: 100px;
    margin-bottom: 30px; 
    border-radius: 50%;
}

.testimonial .avatar {
    float: left;
    margin-right: 35px;
}

.testimonial .content {
    position: relative;
    overflow: hidden;
    padding-right: 18px;
}

.testimonial .content p {
    color: #7e7e7e;
    display: block;
    overflow: hidden;
    margin-bottom: 0px;
}

.testimonial-meta {
    margin-top: 10px;
    letter-spacing: 2px; 
    text-transform: uppercase;
    color: #222;
}
.testimonial-meta h2{
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 5px !important;
}
.testimonial-meta span {
    display: block;
    color: #7f7f7f; 
    font-size: 12px;
}
.testimonial-meta del {
	color: lightgrey !important;
}
.light-txt .testimonial-meta,
.light-txt .testimonial-meta span {
    color: #fff;
}

/*-------*/
#testimonial-2 .item {
    margin: 20px;
    text-align: center;
}

#testimonial-2 .item img {
    display: block;
    width: 100%;
    height: auto;
}

#testimonial-2.owl-theme .owl-controls .owl-page span {
    background: #cecece;
}

.light-txt.owl-theme .owl-controls .owl-page span {
    background: #cecece;
}

#testimonial-3.owl-theme .owl-controls .owl-page span {
    width: 30px;
    height: 5px;
}

#testimonial-2 .item .icon,
#testimonial-3 .item .icon {
    display: inline-block;
    margin-bottom: 30px;
    font-size: 30px;
}

.big-icon .item .icon {
    font-size: 60px !important;
}

#testimonial-2 .content p,
#testimonial-3 .content p,
.light-txt .content p {
    font-size: 16px;
    font-style: italic;
    line-height: 30px;
}

.light-txt.owl-theme .owl-controls {
    margin-top: 20px;
    text-align: center;
}

.tst-thumb {
    display: inline-block;
    width: 100px;
    height: auto;
    margin-bottom: 20px;
}
/**/
.testimonial-parallax {
    background-image: url("../images/parallax/para-1.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50% 50%; 
    background-size: cover;
}

.testimonial-alt .testi-auth .avatar {
    float: left;
    margin-right: 30px;
	margin-left: 15px;
}

.testimonial-alt .content {
    position: relative; 
    display: inline-block;
    margin-bottom: 40px;
    padding: 24px 34px;
    border-radius: 18px;
    background: #f5f5f5;
	box-shadow:0 0 8px #DDD;
	max-width: 96% !important;
	margin-left: 2%;
	margin-right: 2%;
}

.testimonial-alt .content:after {
    position: absolute;
    bottom: -20px;
    left: 40px;
    display: block;
    width: 40px; 
    height: 40px;
    content: "";
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    border-style: none;
    border-color: #f5f5f5;
    border-right: 1px solid #f5f5f5;
    -o-border-image: none;
       border-image: none;
    background-color: #f5f5f5;
	box-shadow:2px 2px 2px #eee;
}

.testimonial-alt .content p {
    margin: 0;
    padding: 0;
    letter-spacing: 0px;
}

.testimonial-alt .testi-auth .testimonial-meta {
    display: inline-block; 
    margin-top: 15px;
}

.testimonial-alt .testi-auth .avatar,
.testimonial-alt .testi-auth .avatar a,
.testimonial-alt .testi-auth .avatar img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
}
.testimonial-alt .testi-auth .avatar img {
	padding:5px;
	border:1px solid #CCC;
}

#testimonial-4.owl-theme .owl-controls .owl-page span {
    width: 8px;
    height: 8px; 
    background: #cecece;
}

.testimonial-thumb {
    display: inline-block;
    width: 100px;
    height: 100px;
    margin-bottom: 50px;
}

.testimonial-thumb img {
    width: 100%;
    height: auto;
}
    .testimonial.grid-1 li {
        width: 100%;
        display: table;
    }
.c-info-row .c-info,
.c-info-row .c-slide {

}
.testimonials
{
	width: 100%;
	background: #1a1a1a;
}
.testimonials_background_container
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.testimonials_background
{
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	opacity: 0.27;
}
.testimonials .section_title h1
{
	color: #FFFFFF;
}
.testimonials_slider_container
{
	padding-left: 30px;
	padding-right: 30px;
	margin-top: 56px;
}
.testimonials_item
{
	width: 100%;
	padding-bottom: 75px;
}
.quote{
	font-size: 36px;
}
.testimonials_text
{
	color: #FFFFFF;
	margin-bottom: 0px;
}
.testimonial_user
{
	margin-top: 43px;
}
.testimonial_image
{
	width: 98px;
	height: 98px;
	border-radius: 50%;
	overflow: hidden;
}
.testimonial_image img
{
	width: 100%;
	height: auto;
}
.testimonial_name
{
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: #f6af03;
	margin-top: 21px;
}
.testimonial_title
{
	font-size: 14px;
	font-weight: 500;
	color: #FFFFFF;
	margin-top: 6px;
}
.testimonials_slider .owl-dots
{
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
	flex-direction: row !important;
	justify-content: center;
	align-items: center;
}
.testimonials_slider .owl-dot span
{
	width: 8px !important;
	height: 8px !important;
	border: solid 2px #FFFFFF;
	background: transparent !important;
}
.testimonials_slider .owl-dot.active span
{
	width: 16px !important;
	height: 16px !important;
	border: none;
	background: #aaa;
}
/*------------------------------------------------
 Responsive
------------------------------------------------*/
@media screen and (max-width: 800px) {
    .testimonial.grid-2 li {
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .testimonial .avatar {
        height: auto;
        float: none;
        margin: auto auto 20px !important;
    }
    .testimonial .avatar img{
        margin: auto !important;
    }
    .testimonial.grid-2 li,
    .c-info-row .c-info,
    .c-info-row .c-slide {
        width: 100%;
        display: table;
    }
}
/*======================================================
*=================== End Testimonial ===================
*=====================================================*/

/*======================================================
*==================== Pricing Table ====================
*=====================================================*/
.price-col {
    padding: 50px;
    text-align: center; 
    border: 1px solid #e8e8e8;
    background: #fff;
}

.price-col.feature {
    border: 1px solid #222; 
    background: #222;
}

.price-col h1 {
    margin-bottom: 30px; 
    text-transform: uppercase;
    font-size: 16px;
}

.price-col .p-value {
    margin-bottom: 40px; 
    padding: 25px 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.price-col.feature .p-value {
    margin-bottom: 40px; 
    padding: 25px 0;
    border-top: 1px solid rgba(255, 255, 255, .2);
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.price-col .dollar {
    font-size: 42px;
    font-weight: normal;
}

.price-col .dollar span {
    margin-left: -10px; 
    font-size: 16px;
}

.price-col .duration {
    text-transform: uppercase; 
    font-size: 12px;
}

.price-col ul {
    display: block; 
    margin-bottom: 40px;
    padding: 0;
    list-style: none;
}

.price-col ul li {
    margin-bottom: 15px;
    color: #222;
}

.price-col.feature ul li {
    color: #7d7d7d;
}

.price-col .p-btn {
    display: inline-block;
    display: inherit;
    padding: 15px 20px;
    text-transform: uppercase;
    color: #222;
    border: 1px solid #e8e8e8;
    font-weight: normal;
    /*letter-spacing: 2px;*/
}

.price-col .p-btn:hover {
    border: 1px solid #222;
    background: #222;
}

.price-col.feature .p-btn,
.price-col.feature .p-btn:hover {
    color: #222; 
    background: #fff;
}

.price-col.feature .p-btn:hover,
.price-col .p-btn:hover,
.price-col.feature {
    color: #fff;
}

.p-table-gutter-less .col-lg-1,
.p-table-gutter-less .col-lg-10,
.p-table-gutter-less .col-lg-11,
.p-table-gutter-less .col-lg-12,
.p-table-gutter-less .col-lg-2,
.p-table-gutter-less .col-lg-3,
.p-table-gutter-less .col-lg-4,
.p-table-gutter-less .col-lg-5,
.p-table-gutter-less .col-lg-6,
.p-table-gutter-less .col-lg-7,
.p-table-gutter-less .col-lg-8,
.p-table-gutter-less .col-lg-9,
.p-table-gutter-less .col-md-1,
.p-table-gutter-less .col-md-10,
.p-table-gutter-less .col-md-11,
.p-table-gutter-less .col-md-12,
.p-table-gutter-less .col-md-2,
.p-table-gutter-less .col-md-3,
.p-table-gutter-less .col-md-4,
.p-table-gutter-less .col-md-5,
.p-table-gutter-less .col-md-6,
.p-table-gutter-less .col-md-7,
.p-table-gutter-less .col-md-8,
.p-table-gutter-less .col-md-9,
.p-table-gutter-less .col-sm-1,
.p-table-gutter-less .col-sm-10,
.p-table-gutter-less .col-sm-11,
.p-table-gutter-less .col-sm-12,
.p-table-gutter-less .col-sm-2,
.p-table-gutter-less .col-sm-3,
.p-table-gutter-less .col-sm-4,
.p-table-gutter-less .col-sm-5,
.p-table-gutter-less .col-sm-6,
.p-table-gutter-less .col-sm-7,
.p-table-gutter-less .col-sm-8,
.p-table-gutter-less .col-sm-9,
.p-table-gutter-less .col-xs-1,
.p-table-gutter-less .col-xs-10,
.p-table-gutter-less .col-xs-11,
.p-table-gutter-less .col-xs-12,
.p-table-gutter-less .col-xs-2,
.p-table-gutter-less .col-xs-3,
.p-table-gutter-less .col-xs-4,
.p-table-gutter-less .col-xs-5,
.p-table-gutter-less .col-xs-6,
.p-table-gutter-less .col-xs-7,
.p-table-gutter-less .col-xs-8,
.p-table-gutter-less .col-xs-9,
.price-table-row .p-table-gutter-less .col-lg-1,
.price-table-row .p-table-gutter-less .col-lg-10,
.price-table-row .p-table-gutter-less .col-lg-11,
.price-table-row .p-table-gutter-less .col-lg-12,
.price-table-row .p-table-gutter-less .col-lg-2,
.price-table-row .p-table-gutter-less .col-lg-3,
.price-table-row .p-table-gutter-less .col-lg-4,
.price-table-row .p-table-gutter-less .col-lg-5,
.price-table-row .p-table-gutter-less .col-lg-6,
.price-table-row .p-table-gutter-less .col-lg-7,
.price-table-row .p-table-gutter-less .col-lg-8,
.price-table-row .p-table-gutter-less .col-lg-9,
.price-table-row .p-table-gutter-less .col-md-1,
.price-table-row .p-table-gutter-less .col-md-10,
.price-table-row .p-table-gutter-less .col-md-11,
.price-table-row .p-table-gutter-less .col-md-12,
.price-table-row .p-table-gutter-less .col-md-2,
.price-table-row .p-table-gutter-less .col-md-3,
.price-table-row .p-table-gutter-less .col-md-4,
.price-table-row .p-table-gutter-less .col-md-5,
.price-table-row .p-table-gutter-less .col-md-6,
.price-table-row .p-table-gutter-less .col-md-7,
.price-table-row .p-table-gutter-less .col-md-8,
.price-table-row .p-table-gutter-less .col-md-9,
.price-table-row .p-table-gutter-less .col-sm-1,
.price-table-row .p-table-gutter-less .col-sm-10,
.price-table-row .p-table-gutter-less .col-sm-11,
.price-table-row .p-table-gutter-less .col-sm-12,
.price-table-row .p-table-gutter-less .col-sm-2,
.price-table-row .p-table-gutter-less .col-sm-3,
.price-table-row .p-table-gutter-less .col-sm-4,
.price-table-row .p-table-gutter-less .col-sm-5,
.price-table-row .p-table-gutter-less .col-sm-6,
.price-table-row .p-table-gutter-less .col-sm-7,
.price-table-row .p-table-gutter-less .col-sm-8,
.price-table-row .p-table-gutter-less .col-sm-9,
.price-table-row .p-table-gutter-less .col-xs-1,
.price-table-row .p-table-gutter-less .col-xs-10,
.price-table-row .p-table-gutter-less .col-xs-11,
.price-table-row .p-table-gutter-less .col-xs-12,
.price-table-row .p-table-gutter-less .col-xs-2,
.price-table-row .p-table-gutter-less .col-xs-3,
.price-table-row .p-table-gutter-less .col-xs-4,
.price-table-row .p-table-gutter-less .col-xs-5,
.price-table-row .p-table-gutter-less .col-xs-6,
.price-table-row .p-table-gutter-less .col-xs-7,
.price-table-row .p-table-gutter-less .col-xs-8,
.price-table-row .p-table-gutter-less .col-xs-9 {
    padding: 0;
}

.p-table-gutter-less .price-col {
    margin-right: -1px;
}

.price-table-parallax {
    background-image: url("../images/parallax/2.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.price-table-row .col-lg-1,
.price-table-row .col-lg-10,
.price-table-row .col-lg-11,
.price-table-row .col-lg-12,
.price-table-row .col-lg-2,
.price-table-row .col-lg-3,
.price-table-row .col-lg-4,
.price-table-row .col-lg-5,
.price-table-row .col-lg-6,
.price-table-row .col-lg-7,
.price-table-row .col-lg-8,
.price-table-row .col-lg-9,
.price-table-row .col-md-1,
.price-table-row .col-md-10,
.price-table-row .col-md-11,
.price-table-row .col-md-12,
.price-table-row .col-md-2,
.price-table-row .col-md-3,
.price-table-row .col-md-4,
.price-table-row .col-md-5,
.price-table-row .col-md-6,
.price-table-row .col-md-7,
.price-table-row .col-md-8,
.price-table-row .col-md-9,
.price-table-row .col-sm-1,
.price-table-row .col-sm-10,
.price-table-row .col-sm-11,
.price-table-row .col-sm-12,
.price-table-row .col-sm-2,
.price-table-row .col-sm-3,
.price-table-row .col-sm-4,
.price-table-row .col-sm-5,
.price-table-row .col-sm-6,
.price-table-row .col-sm-7,
.price-table-row .col-sm-8,
.price-table-row .col-sm-9,
.price-table-row .col-xs-1,
.price-table-row .col-xs-10,
.price-table-row .col-xs-11,
.price-table-row .col-xs-12,
.price-table-row .col-xs-2,
.price-table-row .col-xs-3,
.price-table-row .col-xs-4,
.price-table-row .col-xs-5,
.price-table-row .col-xs-6,
.price-table-row .col-xs-7,
.price-table-row .col-xs-8,
.price-table-row .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
/*======================================================
*================== End Pricing Table ==================
*=====================================================*/

/*======================================================
*====================== Timeline =======================
*=====================================================*/
.timeline {
    position: relative;
    display: table;
    width: 100%; 
    table-layout: fixed;
    border-spacing: 0;
    border-collapse: collapse;
}

.timeline .time-show {
    position: relative;
    margin-top: 30px;
    margin-right: -75px;
    margin-bottom: 30px;
}

.timeline .time-show a {
    color: #fff;
}

.timeline:before {
    position: absolute;
    z-index: 0; 
    top: 30px;
    bottom: 0;
    left: 50%;
    width: 1px;
    content: "";
    background-color: #d8d9df;
}

h3.timeline-title {
    margin: 0;
    margin: 0 0 5px;
    text-transform: uppercase; 
    color: #c8ccd7;
    font-size: 20px;
    font-weight: 400;
}

.t-info {
    color: #c8ccd7;
}

.timeline-item:before,
.timeline-item.alt:after {
    display: block;
    width: 50%; 
    content: "";
}

.timeline-item {
    display: table-row;
    display: inline-table;
    width: 100%; 
    margin-bottom: 50px;
}

.timeline-desk {
    position: relative; 
    display: table-cell;
    width: 50%;
    vertical-align: top;
}

.timeline-desk h1 {
    margin: 0 0 5px; 
    font-size: 16px;
    font-weight: 400;
}

.timeline-desk .panel {
    display: block;
    margin-left: 45px;
    text-align: left;
    border-radius: 0; 
    background: none;
    box-shadow: none;
}

.timeline .timeline-icon {
    position: absolute;
    top: 5px; 
    left: -35px;
}

.timeline .timeline-icon {
    background: #c7cbd6;
}

.timeline-desk span a {
    text-transform: uppercase;
}

.timeline .timeline-icon {
    border: 5px solid #fff; 
    background: #222;
}

.timeline .timeline-icon.light {
    background: #fff;
}

.timeline .timeline-icon {
    display: block;
    width: 70px;
    height: 70px;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    font-size: 30px; 
    line-height: 65px;
}

.timeline .timeline-icon i {
    margin-top: 9px;
}

.timeline-item.alt .timeline-icon {
    right: -35px; 
    left: auto;
}

.timeline .time-icon:before {
    margin-top: 5px; 
    font-size: 16px;
}

.timeline .timeline-date {
    position: absolute;
    top: 30px;
    left: -210px;
    display: none; 
    width: 150px;
    text-align: right;
}

.timeline-item.alt .timeline-date {
    right: -210px;
    left: auto;
    display: none; 
    text-align: left;
}

.timeline-desk h5 span {
    display: block;
    margin-bottom: 4px; 
    color: #999;
    font-size: 12px;
}

.timeline-item.alt:before {
    display: none;
}

.timeline-item:before,
.timeline-item.alt:after {
    display: block;
    width: 50%; 
    content: "";
}

.timeline-desk p {
    margin-bottom: 0;
    color: #999; 
    font-size: 14px;
}

.timeline-desk .panel {
    margin-bottom: 5px;
}

.timeline-desk .album {
    margin-top: 20px;
}

.timeline-item.alt .timeline-desk .album {
    float: right; 
    margin-top: 20px;
}

.timeline-desk .album a {
    float: left; 
    margin-right: 5px;
}

.timeline-item.alt .timeline-desk .album a {
    float: right; 
    margin-left: 5px;
}

.timeline-desk .notification {
    margin-top: 20px;
    padding: 8px; 
    background: none repeat scroll 0 0 #fff;
}

.timeline-item.alt .panel {
    margin-right: 45px; 
    margin-left: 0;
}

.timeline-item.alt h1,
.timeline-item.alt p {
    text-align: right;
}

/*----*/
.timeline.dark:before {
    position: absolute;
    z-index: 0; 
    top: 30px;
    bottom: 0;
    left: 50%;
    width: 1px;
    content: "";
    background-color: #fff;
}

.timeline.dark h3.timeline-title {
    margin: 0;
    margin: 0 0 5px;
    text-transform: uppercase; 
    color: #333;
    font-size: 20px;
    font-weight: 400;
}

.timeline.dark .timeline-desk h1 {
    color: #fff;
}

.timeline.dark .timeline-desk p {
    color: #7e7e7e;
}

.timeline.dark .timeline-icon {
    border: 5px solid #000; 
    background: #fff;
}

.timeline.dark .timeline-icon {
    color: #222;
}

.timeline-parallax {
    background-image: url("../images/parallax/t-parallax.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}
/*======================================================
*==================== End Timeline =====================
*=====================================================*/

/*======================================================
*======================== Login ======================== 
*=====================================================*/
.login {
    position: relative;
}
.login .form-control {
    height: 40px; 
    box-shadow: none;
}
.login .form-group {
    margin-bottom: 20px;
}
.login .form-group label {
    font-weight: normal;
}
.login .container {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -330px;
}
.login.register .container {
    position: static;
    top: auto;
    width: 100%;
    margin-top: 0;
}
.login-bg {
	height: 80vh; 
    background: #f5f5f5;
}
.login-parallax {
    background-image: url("../images/parallax/lg.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}
.login-parallax .login-box {
    background: rgba(255, 255, 255, .9);
}
.login-box {
    width: 450px;
    margin: 0 auto;
    padding: 30px; 
    background: #fff;
}
.login-box.gray-bg {
    width: auto; 
    background: #f5f5f5;
}
.login-logo {
    padding: 50px 0;
}
.login-social-link {
    display: inline-block;
    width: 100%; 
    margin-bottom: 15px;
}
.login-social-link a.facebook {
    float: left; 
    margin-right: 22px;
    background: #3b5999;
}
.login-social-link a.facebook:hover {
    color: #fff; 
    background: #30497d;
}
.login-social-link a {
    width: 47%;
    padding: 10px 38px;
    text-align: center; 
    color: #fff;
    border-radius: 4px;
}
.login-social-link a.twitter {
    float: left; 
    background: #63c6ff;
}
.login-social-link a.twitter:hover {
    color: #fff; 
    background: #4c98c4;
}
.login-accordion > dd {
    padding: 10px 0;
}
.login-accordion .login .form-control,
.tab-pane .form-control {
    border-radius: 0;
}
.login-bg-input input {
    background: #f5f5f5;
}
/*------------------------------------------------
 Responsive
------------------------------------------------*/
@media screen and (max-width:1024px){
    .login-box.gray-bg {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 479px) {
    .login-box,
    .login-social-link a,
    .c-info-row .c-info,
    .c-info-row .c-slide {
        width: 100%;
    }
    .login-social-link a {
        display: block; 
        margin-bottom: 15px;
    }
}
/*======================================================
*====================== End Login ====================== 
*=====================================================*/

/*======================================================
*===================== Side Icons ====================== 
*=====================================================*/
	.side-icons-container{
            background-color: transparent;
            padding: 0px;
            margin: 0px;
            position: fixed;
            left: -150px;
            top:250px;
            width: 200px;
            z-index: 999;
	}
	.side-icons li{
            list-style-type: none;
            /*background-color: #eee;*/
            color: #FFF;
            height: 43px;
            padding: 0px;
            margin: 0px 0px 5px 0px;
            -webkit-transition:all 0.25s ease-in-out;
            -moz-transition:all 0.25s ease-in-out;
            -o-transition:all 0.25s ease-in-out;
            transition:all 0.25s ease-in-out;

            /*filter: url(filters.svg#grayscale);
            -webkit-filter: grayscale(100%);
            -moz-filter: grayscale(100%);
            -ms-filter: grayscale(100%);
            -o-filter: grayscale(100%);
            filter: grayscale(100%);
            filter: gray;*/
	}
	.side-icons li:hover{
            margin-right: -115px;
            
            /*filter: none;
            -webkit-filter: grayscale(0);
            -moz-filter: grayscale(0);
            -ms-filter: grayscale(0);
            -o-filter: grayscale(0);*/
	}
        .side-icons li a{
            width: 100%;
            display: inline-block;
	}
	.side-icons li i{
            float: right;
            margin: 5px 5px;
            margin-left: 10px;
            width: 42px;
            height: 32px;
            line-height: 28px;
            font-size: 28px;
            border: 1px solid #FFF;
            padding: 0 5px;
            color: #FFF;
	}
	.side-icons li p{
            float: right;
            padding: 0px;
            margin: 0px;
            text-transform: uppercase;
            line-height: 43px;
            color: #FFF;
	}
/*======================================================
*=================== End Side Icons ===================
*=====================================================*/

/*======================================================
*====================== Accordions =====================
*=====================================================*/
.accordion > dt {
    margin-bottom: 0px;
    letter-spacing: .2em; 
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
}

.accordion.time-line > dt > a {
    background: none;
}

.accordion > dt > a {
    position: relative;
    display: block;
    padding: 14px 20px;
    text-decoration: none;
    letter-spacing: 2px; 
    color: #222;
    border: 1px solid #e8e8e8;
    background: #e8e8e8;
}

.accordion > dt > a:hover {
    text-decoration: none;
}

.accordion > dt > a:hover,
.accordion > dt > a.active {
    cursor: pointer; 
    color: #fff;
    border-color: #222;
    background: #222;
}

.accordion > dt > a:after {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 15px;
    height: 15px;
    margin-top: -8px;
    content: "\e648";
    text-align: center;
    text-transform: none;
    color: #696969;
    font-family: "icomoon";
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 15px;

    -webkit-font-smoothing: antialiased; 
    speak: none;
}

.accordion > dt > a.active:after,
.accordion > dt > a.active:hover:after {
    content: "\e641";
    color: #fff;
}

.accordion > dt > a:hover:after {
    color: #fff;
}

.accordion > dd {
    margin-bottom: 10px;
    padding: 30px 20px 20px;
    color: #777; 
    font-size: 14px;
    line-height: 1.8;
}

.accordion > dt > a,
.accordion > dt > a:after {
    -webkit-transition: all .27s cubic-bezier(0, 0, .58, 1);
            transition: all .27s cubic-bezier(0, 0, .58, 1);
}
/*------------------------------------------------------
    timeline accordions
------------------------------------------------------*/
dl.accordion.time-line {
    position: relative;
}

dl.accordion.time-line:before {
    position: absolute;
    z-index: 0; 
    top: 25px;
    bottom: 10px;
    left: 15px;
    content: "";
    border-left: 1px dashed #cecece;
}

.accordion.time-line > dd {
    margin-bottom: 10px;
    padding: 0px 20px 0px 40px;
    color: #777; 
    font-size: 14px;
    line-height: 1.8;
}

.accordion.time-line > dt > a:after {
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    padding-left: 3px; 
    content: "\e648";
    text-align: center;
    text-transform: none;
    color: #fff;
    background: #222;
    font-family: "icomoon";
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    line-height: 30px;

    -webkit-font-smoothing: antialiased;
    speak: none;
}

.accordion.time-line > dt > a.active:after,
.accordion.time-line > dt > a.active:hover:after {
    content: "\e641";
    color: #fff;
}

.accordion.time-line > dt > a {
    position: relative;
    display: block;
    padding: 14px 20px 14px 40px;
    text-decoration: none;
    letter-spacing: 2px; 
    color: #222;
    border: none;
}

.accordion.time-line > dt > a:hover,
.accordion.time-line > dt > a.active {
    background: none !important;
}
/*======================================================
*==================== End Accordions ===================
*=====================================================*/

/*======================================================
*======================= Divider =======================
*=====================================================*/
.divider {
    position: relative;
    display: inline-block; 
    width: 100%;
    margin: 50px 0;
    color: #e2e2e2;
}

.divider.d-single {
    width: 100%;
    height: 1px;
    border-color: #e2e2e2;
    border-top-width: 1px;
}

.divider.d-double {
    width: 100%;
    height: 8px;
    border-color: #e2e2e2;
    border-top-width: 1px;
    border-bottom-width: 1px;
}

.d-single.d-solid {
    border-top-style: solid;
}

.d-single.d-dashed {
    border-top-style: dashed;
}

.d-double.d-solid {
    border-top-style: solid;
    border-bottom-style: solid;
}

.d-double.d-dashed {
    border-top-style: dashed;
    border-bottom-style: dashed;
}

.dot {
    position: absolute;
    top: -5px;
    display: inline-block;
    width: 8px;
    height: 8px;
    border: 1px solid #e2e2e2;
    border-radius: 50%;
    background: #fff;
}

.text-center .dot {
    margin-left: -17px;
}

.dot:before {
    position: absolute;
    top: -1px;
    left: 12px;
    display: inline-block;
    width: 8px;
    height: 8px;
    content: ""; 
    border: 1px solid #e2e2e2;
    border-radius: 50%;
    background: #fff;
}

.dot:after {
    position: absolute;
    top: -1px;
    left: 25px;
    display: inline-block;
    width: 8px;
    height: 8px;
    content: ""; 
    border: 1px solid #e2e2e2;
    border-radius: 50%;
    background: #fff;
}

.text-right .dot:before {
    left: -13px;
}

.text-right .dot:after {
    left: -25px;
}

.divider-small {
    width: 40% !important;
}

.divider-small.text-center {
    display: inherit; 
    margin: 50px auto;
}

.divider-small.text-right {
    float: right;
}

.divider i {
    position: absolute;
    top: -10px;
    width: 30px; 
    background: #fff;
    font-size: 18px;
}

.d-round i {
    position: absolute;
    top: -15px;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #b4b4b4;
    border-radius: 50%;
    background: #f5f5f5;
    font-size: 15px; 
    line-height: 30px;
}

.d-border i {
    position: absolute;
    top: -15px;
    width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #e2e2e2;
    border-radius: 50%;
    font-size: 15px; 
    line-height: 30px;
}
/*======================================================
*===================== End Divider =====================
*=====================================================*/

/*======================================================
*======================= toggle ======================== 
*=====================================================*/
.toggle > dt {
    margin-bottom: 10px;
    letter-spacing: .2em; 
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
}
.toggle > dt > a {
    position: relative;
    display: block;
    padding: 14px 20px;
    text-decoration: none;
    letter-spacing: 3px; 
    color: #222;
    border: 1px solid #e8e8e8;
    background: #cccccc;
}
.toggle.time-line > dt > a {
    background: none;
}
.toggle > dt > a:hover {
    text-decoration: none;
}
.toggle > dt > a:hover,
.toggle > dt > a.active {
    cursor: pointer; 
    color: #fff;
    border-color: #222;
    background: #222;
}
.toggle > dt > a:after {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 15px;
    height: 15px;
    margin-top: -8px;
    content: "\e648";
    text-align: center;
    text-transform: none;
    color: #696969;
    font-family: "icomoon";
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 15px;
    -webkit-font-smoothing: antialiased; 
    speak: none;
}
.toggle > dt > a.active:after,
.toggle > dt > a.active:hover:after {
    content: "\e641";
    color: #fff;
}
.toggle > dt > a:hover:after {
    color: #fff;
}
.toggle > dd {
    margin-bottom: 10px;
    padding: 10px 20px 20px;
    color: #777; 
    font-size: 14px;
    line-height: 1.8;
}
/*------------------------------------------------------------------
    timeline toggle
-------------------------------------------------------------------*/
dl.toggle.time-line {
    position: relative;
}
dl.toggle.time-line:before {
    position: absolute;
    /*width: 1px;*/
    z-index: 0; 
    top: 25px;
    bottom: 10px;
    left: 15px;
    content: "";
    /*background-color: #d1d1d1;*/
    border-left: 1px dashed #cecece;
}
.toggle.time-line > dd {
    margin-bottom: 10px;
    padding: 10px 20px 20px 40px;
    color: #777; 
    font-size: 14px;
    line-height: 1.8;
}
.toggle.time-line > dt > a:after {
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    padding-left: 3px; 
    content: "\e648";
    text-align: center;
    text-transform: none;
    color: #fff;
    background: #222;
    font-family: "icomoon";
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    line-height: 30px;
    -webkit-font-smoothing: antialiased;
    speak: none;
}
.toggle.time-line > dt > a.active:after,
.toggle.time-line > dt > a.active:hover:after {
    content: "\e641";
    color: #fff;
}
.toggle.time-line > dt > a {
    position: relative;
    display: block;
    padding: 14px 20px 14px 40px;
    text-decoration: none;
    letter-spacing: 3px; 
    color: #222;
    border: none;
}
.toggle.time-line > dt > a:hover,
.toggle.time-line > dt > a.active {
    background: none !important;
}
.toggle > dt > a,
.toggle > dt > a:after {
    -webkit-transition: all .27s cubic-bezier(0, 0, .58, 1);
            transition: all .27s cubic-bezier(0, 0, .58, 1);
}
/*======================================================
*===================== End toggle ======================
*=====================================================*/

/*======================================================
*====================== Countdown ====================== 
*=====================================================*/
.count-down,
.count-down-alt {
    text-transform: uppercase;
}
.count-down .c-grid,
.count-down-alt .c-grid {
    display: inline-block;
    width: 150px;
    height: 150px;
    margin: 0 20px; 
    padding-top: 42px;
    text-align: center;
}
.count-down.light-bg .c-grid,
.count-down-alt.light-bg .c-grid {
    background: #fff;
}
.count-down-alt .c-grid {
    border: 5px solid rgba(0, 0, 0, .2);
}
.count-down .c-grid {
    border: 1px solid #e0e0e0;
}
.count-down .c-grid,
.count-down.light .c-grid {
    border: 1px solid #fff;
}
.count-down.light .c-value,
.count-down.light .c-title,
.count-down-alt.light .c-value,
.count-down-alt.light .c-title {
    color: #fff;
}
.count-down .c-value,
.count-down .c-title,
.count-down-alt .c-value,
.count-down-alt .c-title {
    display: block;
}
.count-down .c-value,
.count-down-alt .c-value {
    font-size: 30px;
}
.count-down .c-title,
.count-down-alt .c-title {
    letter-spacing: 3px; 
    font-size: 14px;
}
.count-down.circle .c-grid,
.count-down-alt.circle .c-grid {
    border-radius: 50% !important;
}
.count-down.round .c-grid,
.count-down-alt.round .c-grid {
    border-radius: 5px !important;
}
.count-parallax {
    background-image: url("../images/parallax/5.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 
    background-size: cover;
}
.count-icon {
    position: absolute;
    top: 50px; 
    right: 0;
}
.count-icon i {
    font-size: 40px;
}
/*------------------------------------------------
 Responsive
------------------------------------------------*/
@media screen and (max-width:1024px){
    .count-down .c-grid,
    .count-down-alt .c-grid {
        margin: 10px;
    }
    .count-icon {
        right: 40px;
    }
}
@media screen and (max-width:767px){
    .count-down .c-grid,
    .count-down-alt .c-grid {
        margin: 20px;
    }
    .tp-caption .btn {
        padding: 5px;
        font-size: 10px;
    }
}
@media screen and (max-width:480px){
    .count-down .c-grid,
    .count-down-alt .c-grid {
        margin: 10px 20px;
    }
}
@media screen and (max-width: 479px) {
    .count-down .c-grid,
    .count-down-alt .c-grid {
        float: left; 
        width: 100%;
        height: 70px;
        padding-top: 5px;
        margin: 10px 0;
    }
    .count-down.circle .c-grid,
    .count-down-alt.circle .c-grid {
        border-radius: 0 !important;
    }
    .count-down.round .c-grid,
    .count-down-alt.round .c-grid {
        border-radius: 0 !important;
    }
    .tp-caption .btn {
        padding: 5px;
        font-size: 6px;
    }
    .count-down .c-value,
    .count-down-alt .c-value {
        font-size: 20px;
    }
    .count-down .c-title,
    .count-down-alt .c-title {
        letter-spacing: 3px; 
        font-size: 12px;
    }
}
/*======================================================
*==================== End countdown ====================
*=====================================================*/

/*======================================================
*====================== Subscribe ======================
*=====================================================*/
.subscribe-box {
    display: inline-block;
    width: 100%; 
    padding: 40px;
}

.subscribe-box,
.full-width.subscribe-box .container {
    position: relative;
}

.subscribe-box h1,
.subscribe-box h2,
.subscribe-box h3,
.subscribe-box h4,
.subscribe-box h5,
.subscribe-box h6 {
    margin-bottom: 0;
    letter-spacing: 1px; 
    text-transform: uppercase;
}

.text-center .subscribe-info span,
.text-center .subscribe-info {
    display: inline-block;
}

.subscribe-info,
.subscribe-form {
    float: left;
}

.subscribe-info {
    width: 40%;
}

.subscribe-form {
    width: 60%;
}

.subscribe-form input {
    width: 75% !important;
    height: 52px;
    border: 1px solid #fff;
    background: #fff;
    box-shadow: none;
}

.subscribe-form input:focus {
    border: 1px solid #222; 
    box-shadow: none;
}

.subscribe-form .btn {
    float: right; 
    margin-right: 0;
}

.text-center .subscribe-info {
    padding-right: 0;
}

.subscribe-box.text-center .subscribe-info,
.subscribe-box.text-center .subscribe-form {
    width: 100%;
}

.subscribe-box.text-center .subscribe-info {
    margin-bottom: 50px;
}

.subscribe-box.text-center .subscribe-form input,
.subscribe-box.text-center .subscribe-form .btn {
    display: inline-block;
    float: none;
    margin: 0 5px; 
    border: none;
}

.subscribe-box.dark-bg .subscribe-form input,
.subscribe-box.border-box .subscribe-form input {
    border: none;
}

.subscribe-info h1 span,
.subscribe-info h2 span,
.subscribe-info h3 span,
.subscribe-info h4 span,
.subscribe-info h5 span,
.subscribe-info h6 span {
    display: inline; 
    margin-top: 0;
}

.subscribe-info span {
    display: block;
    margin-top: 10px;
    color: #7e7e7e;
}

.subscribe-box.border-box .subscribe-form input,
.subscribe-box.gray-bg {
    background: #f8f8f8;
}

.subscribe-box.dark-bg {
    background: #222;
}

.text-center .subscribe-info span {
    width: 100%; 
    margin-bottom: 20px;
}

.subscribe-box a.btn {
    padding: 15px 30px;
}

.subscribe-box.border-box {
    border: 1px solid #ececec;
}

.full-width.subscribe-box {
    padding: 40px 0;
}

.full-width.subscribe-box .promo-btn {
    right: 0;
}
/*------------------------------------------------
 Responsive
------------------------------------------------*/
@media screen and (max-width: 800px) {
    .subscribe-info,
    .subscribe-form {
        width: 90%;
    }
    .subscribe-info {
        display: inline-block; 
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 767px) {
    .subscribe-info,
    .subscribe-form,
    .c-info-row .c-info,
    .c-info-row .c-slide{
        width: 100%;
    }
    .subscribe-info{
        display: inline-block;
        width: 100%; 
        margin-bottom: 30px;
    }

    .subscribe-form input,
    .subscribe-box.text-center .subscribe-form input {
        display: inline-block; 
        margin-bottom: 10px;
    }
    .subscribe-form input,
    .subscribe-form .btn {
        width: 100% !important;
    }
}
/*======================================================
*==================== End Subscribe ====================
*=====================================================*/

/*======================================================
*====================== Promo Box ====================== 
*=====================================================*/
.f-promo-box {
	display: block;
	width: 80%;
	padding: 30px 40px;
	margin: 0 auto;
}
.promo-box {
	display: block;
	width: 100%;
	padding: 40px;
}
.promo-box, .f-promo-box,
.text-center .promo-btn,
.text-center .promo-btn a,
.full-width.promo-box .container,
.full-width.f-promo-box .container {
    position: relative;
}
.promo-box h1, .f-promo-box h1,
.promo-box h2, .f-promo-box h2,
.promo-box h3, .f-promo-box h3,
.promo-box h4, .f-promo-box h4,
.promo-box h5, .f-promo-box h5,
.promo-box h6, .f-promo-box h6 {
    margin-bottom: 0;
    letter-spacing: 1px; 
    text-transform: uppercase;
}
.text-center .promo-btn,
.text-center .promo-btn a,
.text-center .promo-info span,
.text-center .promo-info {
    display: inline-block;
}
.promo-info {
    padding-right: 200px;
}
.text-center .promo-info {
    padding-right: 0;
}
.promo-info h1 span,
.promo-info h2 span,
.promo-info h3 span,
.promo-info h4 span,
.promo-info h5 span,
.promo-info h6 span {
    display: inline; 
    margin-top: 0;
}
.promo-info span {
    display: block;
    margin-top: 10px;
    color: #7e7e7e;
}
.promo-box.gray-bg, .f-promo-box.gray-bg {
	background: #f5f5f5;
}
.promo-box.dark-bg, .f-promo-box.dark-bg {
	background: #222;
}
.promo-btn {
    position: absolute;
    top: 50%;
    right: 40px;
    margin-top: -28px;
}
.promo-btn a.btn {
    margin-right: 0;
}
.text-center .promo-info span {
    width: 100%; 
    margin-bottom: 20px;
}
.promo-btn a.btn,
.promo-box a.btn,
.f-promo-box a.btn{
	padding: 15px 30px;
}
.promo-box.border-box,
.f-promo-box.border-box {
	border: 1px solid #ececec;
}
.full-width.promo-box,
.full-width.f-promo-box {
	padding: 60px 0;
}
.full-width.promo-box .promo-btn,
.full-width.fpromo-box .promo-btn {
    right: 0;
}
.promo-pattern {
    height: auto; 
    background-image: url(../images/div/pattern.png);
    background-repeat: repeat;
}
.promo-parallax {
    height: auto;
    background-image: url(../images/parallax/promo_para.jpg);
    background-repeat: repeat;
    background-attachment: fixed;
}
/*------------------------------------------------
 Responsive
------------------------------------------------*/
@media screen and (max-width:767px){
    .promo-info {
        padding-right: 0;
    }
    .promo-btn {
        position: relative;
        top: 0;
        right: 0;
        margin-top: 0;
        margin-top: 20px;
    } 
}
/*======================================================
*==================== End Promo Box ==================== 
*=====================================================*/

/*======================================================
*======================= Enquiry ======================= 
*=====================================================*/
.enquiry-main-container{margin-bottom:0;}
.enquiry-container{background-color:#edf9fc !important; margin:80px 0;}
.enquiry-text{float:left; width:100% !important; height:40px; margin:0 0 20px; padding:0 10px; border:1px solid #eee;}
.enquiry-text2{float:left; width:100% !important; height:35px; margin:0 0 16px; padding:0 10px; border:1px solid #eee;}
.enquiry-title-container{width:100% !important; margin-bottom:30px;}
.enquiry-textarea{width:100%; height:160px; border:1px solid #eee; margin:0 0 20px; resize:none; padding:10px; float:left;}
.enquiry-textarea2{width:100%; height:110px; border:1px solid #eee; margin:0 0 16px; resize:none; padding:10px; float:left;}
.enquiry-btn-container{width:104%; text-align:center;}
.enquiry-btn-container .btn{float:none !important;}
/*------------------------------------------------
 Responsive
------------------------------------------------*/
@media screen and (max-width: 1024px) {
    .enquiry-btn-container .btn-medium{
            padding: 10px 20px !important;
    }
}
@media screen and (max-width: 992px) {
    .enquiry-main-container{margin-bottom:60px !important; padding-left:15px !important; padding-right:15px !important;}
/*.enquiry-text2{height:29px;}
.enquiry-textarea2{height:99px;}*/
}
@media screen and (max-width: 639px) {
    .enquiry-textarea{width:96%;}
}
/*======================================================
*===================== End Enquiry ===================== 
*=====================================================*/

/*======================================================
*===================== Fun Factors ===================== 
*=====================================================*/
.fun-factor .icon {
    float: left;
    margin-top: 10px;
}
.fun-factor .icon i {
    color: #222; 
    font-size: 36px;
}
.fun-factor .fun-info {
    padding-left: 100px;
}
.fun-factor .fun-info span {
    display: block;
    letter-spacing: 0px;
    text-transform: uppercase;
}
.fun-factor .fun-info h1,
.fun-factor .fun-info h2,
.fun-factor .fun-info h3,
.fun-factor .fun-info h4,
.fun-factor .fun-info h5,
.fun-factor .fun-info h6 {
    margin-bottom: 0;
    color: #222;
    font-weight: normal;
}
.fun-factor .fun-info {
    position: relative;
}
.fun-factor .fun-info:before {
    position: absolute;
    top: 0;
    left: 75px;
    width: 1px;
    height: 80px;
    content: "";
    -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
            transform: rotate(30deg); 
    background: rgba(0, 0, 0, .2);
}
.fun-factor-parallax {
    height: auto;
    background-image: url(../images/parallax/2.jpg);
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center; 
    background-size: cover;
}
.dark .fun-factor .icon i,
.dark .fun-factor .fun-info h1,
.dark .fun-factor .fun-info h2,
.dark .fun-factor .fun-info h3,
.dark .fun-factor .fun-info h4,
.dark .fun-factor .fun-info h5,
.dark .fun-factor .fun-info h6,
.dark .fun-factor .fun-info span {
    color: #fff;
}
.dark .fun-factor .fun-info:before {
    background: rgba(255, 255, 255, .4);
}
.fun-factor.alt {
    text-align: center;
}
.fun-factor.alt .fun-info {
    padding-left: 0;
}
.fun-factor.alt .icon {
    display: inline-block;
    float: none;
    margin-top: 0;
    margin-bottom: 10px;
}
.fun-factor.alt .fun-info:before {
    content: "";
    background: none;
}
.gray-border-factor .fun-factor {
    padding: 100px 0;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
}
.gray-border-factor.dark .fun-factor {
    padding: 100px 0;
    border-top: none;
    border-bottom: none;
}
.gray-border-factor .f-grid:nth-child(2n+2) {
    background-color: #f5f5f5;
}
.gray-border-factor.dark .f-grid {
    background-color: #323232;
}
.gray-border-factor.dark .f-grid:nth-child(2n+2) {
    background-color: #3a3a3a;
}
.gray-border-factor .col-lg-1,
.gray-border-factor .col-lg-10,
.gray-border-factor .col-lg-11,
.gray-border-factor .col-lg-12,
.gray-border-factor .col-lg-2,
.gray-border-factor .col-lg-3,
.gray-border-factor .col-lg-4,
.gray-border-factor .col-lg-5,
.gray-border-factor .col-lg-6,
.gray-border-factor .col-lg-7,
.gray-border-factor .col-lg-8,
.gray-border-factor .col-lg-9,
.gray-border-factor .col-md-1,
.gray-border-factor .col-md-10,
.gray-border-factor .col-md-11,
.gray-border-factor .col-md-12,
.gray-border-factor .col-md-2,
.gray-border-factor .col-md-3,
.gray-border-factor .col-md-4,
.gray-border-factor .col-md-5,
.gray-border-factor .col-md-6,
.gray-border-factor .col-md-7,
.gray-border-factor .col-md-8,
.gray-border-factor .col-md-9,
.gray-border-factor .col-sm-1,
.gray-border-factor .col-sm-10,
.gray-border-factor .col-sm-11,
.gray-border-factor .col-sm-12,
.gray-border-factor .col-sm-2,
.gray-border-factor .col-sm-3,
.gray-border-factor .col-sm-4,
.gray-border-factor .col-sm-5,
.gray-border-factor .col-sm-6,
.gray-border-factor .col-sm-7,
.gray-border-factor .col-sm-8,
.gray-border-factor .col-sm-9,
.gray-border-factor .col-xs-1,
.gray-border-factor .col-xs-10,
.gray-border-factor .col-xs-11,
.gray-border-factor .col-xs-12,
.gray-border-factor .col-xs-2,
.gray-border-factor .col-xs-3,
.gray-border-factor .col-xs-4,
.gray-border-factor .col-xs-5,
.gray-border-factor .col-xs-6,
.gray-border-factor .col-xs-7,
.gray-border-factor .col-xs-8,
.gray-border-factor .col-xs-9 {
    padding-right: 0; 
    padding-left: 0;
}
.fun-icon-text-parallel .icon i,
.fun-icon-text-parallel .icon h1 {
    display: inline-block;
    margin-bottom: 0;
}
.fun-icon-text-parallel .icon i {
    padding-right: 10px;
    font-size: 36px;
}
/*------------------------------------------------
 Responsive
------------------------------------------------*/
@media screen and (max-width:767px){
    .fun-factor {
        padding: 30px 0;
    }  
}
/*======================================================
*=================== End Fun Factors =================== 
*=====================================================*/

/*======================================================
*======================= Typist ======================== 
*=====================================================*/
@-webkit-keyframes blink {
    0% {
        opacity: 1.0;
    }
    50% {
        opacity: .0;
    }
    100% {
        opacity: 1.0;
    }
}
@keyframes blink {
    0% {
        opacity: 1.0;
    }
    50% {
        opacity: .0;
    }
    100% {
        opacity: 1.0;
    }
}
.typist-blink:after {
    position: relative;
    top: 10px;
    display: inline-block;
    height: 47px;
    margin-right: 7px;
    margin-left: 3px;
    content: " ";
    -webkit-animation: blink 1s step-start 0s infinite;
            animation: blink 1s step-start 0s infinite; 
    border-right: 2px solid;
}
.typist-blink > .selectedText {
    display: none;
}
.typist-mark > .selectedText {
    color: #fff;
    background-color: #222;
    font-style: normal;
}
/*======================================================
*===================== End Typist ====================== 
*=====================================================*/











/*------------------------------------------------------------------
    tabs
-------------------------------------------------------------------*/
.tab-content{
    padding: 50px 50px 30px; text-align:justify;	
}
.nav-tabs > li > a,
.nav-tabs.nav-justified > li > a {
    margin-right: -1px;
    letter-spacing: 1px; 
    text-transform: uppercase;
    color: #434343;
    border: 1px solid #eee;
    border-radius: 0;
    background: #fafafa;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:hover {
    cursor: default;
    border: 1px solid #eee;
    border-bottom-color: transparent; 
    background-color: #fff;
}

.nav-tabs {
    border-bottom: 1px solid #eee;
}

.nav-tabs > li > a:hover {
    border-color: #eee #eee #eee;
}

.nav-tabs > li > a {
    padding: 20px 30px;
}

.nav-tabs > li > a:hover {
    background-color: #fff;
}

.tab-pane {
    line-height: 30px;
}
.tab-center{float:none !important; display:inline-block !important;}
/*normal tabs*/
.normal-tabs .panel-body {
    padding: 30px 0;
}

.normal-tabs ul.nav-tabs {
    padding-left: 20px;
}

/*border tabs*/
.border-tabs .panel-body {
    margin-top: -1px; 
    padding: 30px;
    border: 1px solid #eee;
}

/*round tabs*/
.round-tabs .nav-pills,
.square-tabs .nav-pills {
    display: inline-block;
}

.round-tabs .nav-pills > li > a {
    color: #434343; 
    border: 1px solid #eaeaea;
    border-radius: 30px;
}

.round-tabs .nav-pills > li > a:hover,
.round-tabs .nav-pills > li.active > a,
.round-tabs .nav-pills > li.active > a:focus,
.round-tabs .nav-pills > li.active > a:hover,
.square-tabs .nav-pills > li > a:hover,
.square-tabs .nav-pills > li.active > a,
.square-tabs .nav-pills > li.active > a:focus,
.square-tabs .nav-pills > li.active > a:hover {
    color: #222;
    border: 1px solid #222;
    background: none;
}

.round-tabs .nav > li > a,
.square-tabs .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 25px;
}

.round-tabs .nav-pills > li + li,
.square-tabs .nav-pills > li + li {
    margin-left: 20px;
}
.square-tabs .nav-pills > li > a {
    color: #434343; 
    border: 1px solid #eaeaea;
    border-radius: 0;
}

/**/
.tab-parallax {
    background-image: url("../images/parallax/13.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50% 50%; 
    background-size: cover;
}

.icon-box-tabs .nav-pills {
    display: inline-block;
}

.icon-box-tabs .nav-pills > li > a:hover,
.icon-box-tabs .nav-pills > li.active > a,
.icon-box-tabs .nav-pills > li.active > a:focus,
.icon-box-tabs .nav-pills > li.active > a:hover {
    color: #222;
    background: white;
}

.icon-box-tabs .nav > li > a {
    position: relative;
    display: block;
    padding: 35px 70px;
}

.icon-box-tabs .nav-pills > li + li {
    margin-left: 20px;
}

.icon-box-tabs .nav-pills > li > a {
    position: relative;
    -webkit-transition: all .3s ease;
            transition: all .3s ease; 
    color: #434343;
    border-radius: 0;
    background: rgba(34, 34, 34, .05);
}

.icon-box-tabs .nav-pills > li > a:after {
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -10px;
    content: "";
    -webkit-transition: all .3s ease;
            transition: all .3s ease; 
    opacity: 0;
    border-width: 10px 10px 0 10px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

.icon-box-tabs .nav-pills > li > a:hover:after,
.icon-box-tabs .nav-pills > li.active > a:after,
.icon-box-tabs .nav-pills > li.active > a:focus:after,
.icon-box-tabs .nav-pills > li.active > a:hover:after {
    -webkit-transition: all .3s ease;
            transition: all .3s ease;
    opacity: 1;
}

.icon-box-tabs .nav-pills > li > a i {
    font-size: 36px;
}

.icon-box-tabs .panel-body {
    padding: 30px 0;
}

/**/
.line-tab .nav-tabs > li > a,
.line-tab .nav-tabs.nav-justified > li > a {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 1px solid transparent !important;
    border-left: none !important;
    background: none;
}

.line-tab .nav-tabs > li.active > a,
.line-tab .nav-tabs > li.active > a:focus,
.line-tab .nav-tabs > li.active > a:hover,
.line-tab .nav-tabs.nav-justified > .active > a,
.line-tab .nav-tabs.nav-justified > .active > a:focus,
.line-tab .nav-tabs.nav-justified > .active > a:hover {
    border-top: 1px solid transparent; 
    border-right: 1px solid transparent;
    border-bottom: 1px solid !important;
    border-left: 1px solid transparent;
}

.line-tab ul.nav-tabs {
    padding-left: 0;
}

/**/
.icon-tabs .nav-pills > li > a {
    border: none; 
    border-radius: 0;
}

.icon-tabs ul {
    margin-bottom: 50px;
}

.icon-tabs.light .nav-pills > li > a,
.icon-tabs.light .tab-content,
.icon-tabs.light .tab-content p {
    color: #fff;
}

.icon-tabs .nav > li {
    padding: 0 30px;
}

.icon-tabs .nav > li > a {
    padding: 10px 0;
}

.icon-tabs li i {
    display: block; 
    margin-bottom: 10px;
    font-size: 55px;
}

.icon-tabs .nav-pills > li > a:hover,
.icon-tabs .nav-pills > li.active > a,
.icon-tabs .nav-pills > li.active > a:focus,
.icon-tabs .nav-pills > li.active > a:hover {
    border-top: none;
    border-right: none;
    /*border-bottom:1px solid #ddd;*/
    border-left: none;
    background: none;
}

.tab-parallax-alt {
    padding: 200px 0;
    background-image: url("../images/parallax/13.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50% 50%; 
    background-size: cover;
}

/*--------------------------*/
.title-img {
    position: relative;
}

.title-img img {
    width: 100%;
    height: auto; 
    border: none !important;
}

.title-img .info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; 
    padding: 10px;
    color: #fff;
    background: rgba(0, 0, 0, .5);
}

.right-side,
.left-side {
    padding: 110px 0;
}

.gap-less .col-md-6 {
    padding: 0;
}
/*------------------------------------------------------------------
    list style
-------------------------------------------------------------------*/
.circle-list {
    padding-left: 0;
    list-style: none;
}

.circle-list li {
    display: block; 
    margin-bottom: 10px;
}

.circle-list li:before {
    float: left;
    padding-right: 10px;
    content: "\f10c";
    color: #757575; 
    font-family: "FontAwesome";
    font-size: 14px;
}

/*list half*/
.list-half li {
    float: left; 
    width: 50%;
}
/*------------------------------------------------
 Responsive
------------------------------------------------*/
@media screen and (max-width: 1024px) {
    .tab-content{
        padding: 20px 10px !important;	
    }
    .round-tabs .nav > li > a,
    .square-tabs .nav > li > a {
            padding: 5px 10px;
    }
    .round-tabs .nav-pills > li + li,
    .square-tabs .nav-pills > li + li {
            margin-left: 0px;
    }
}
@media screen and (max-width: 767px) {
    .icon-box-tabs .nav-pills > li + li {
        margin-left: 0;
    }
    .icon-box-tabs .nav-pills > li {
        margin-bottom: 10px;
        text-align: center;
    }
}
/*==============================================
 Pages
 ===============================================*/
.ticket-register .form-control {
    height: 40px;
    color: #a7a7a7; 
    border-radius: 5px;
}
.ticket-register .form-group,
.register-member a {
    margin: 0 5px;
}
.register-member a {
    display: inline-block;
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
}
.register-member a img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.catering-form .form-control {
    height: 65px;
    border: none;
}
.catering-form input {
    width: 400px !important;
}
.catering-form select {
    width: 200px !important;
}
.catering-list .post-single .post-desk {
    height: 180px; 
    padding: 30px 0;
}
@media screen and (max-width: 1024px) {
    .catering-form input,
    .catering-form button,
    .catering-form select {
        width: 100% !important;
        margin-bottom: 10px;
    }
    .catering-form .form-group {
        margin: 0;
    }
}
.app-down-row {
    position: relative;
    height: 510px;
}
.app-down-row .cater-avatar {
    position: absolute;
    top: -65px; 
    left: 0;
}
.app-btn a {
    margin-right: 10px;
}
.app-down-row .app-info {
    font-weight: 300;
}
.app-down-row .app-info span {
    font-weight: bold;
}
.app-device {
    /*position: relative;*/
}
.app-device img {
    position: absolute;
    right: 10%;
    bottom: 0;
}
.app-img-bottom {
    min-height: 600px;
}
.app-img-bottom img {
    position: absolute;
    bottom: 0; 
    left: 15%;
}
.app-icon i {
    margin-right: 15px;
    color: #dedede; 
    font-size: 30px;
}

.maintenance-banner {
    background: #ededed;
}
.maintenance-banner p {
    font-size: 16px;
}
.banner-intro {
    background-image: url("../img/intro/intro-banner.jpg") !important;
}
.intro-title h2 {
    font-size: 36px;
}
.intro-title p {
    letter-spacing: 2px; 
    color: #fff !important;
    font-size: 16px;
    font-weight: 300;
}
.intro-title p span {
    font-size: 26px;
}
.intro-title i {
    position: relative;
    top: 4px;
    right: 10px; 
    color: rgba(255, 255, 255, .5);
    font-size: 26px;
    line-height: 20px;
}
.intro-title .btn {
    line-height: 32px;
}
.intro-title a:hover i,
.intro-title a:focus i {
    color: #222;
}
.intro-portfolio img {
    margin-bottom: 30px;
}
.intro-portfolio .fit-img {
    margin-bottom: 20px;
}
.intro-portfolio a img,
.intro-portfolio a img:hover {
    -webkit-transition: all .3s ease;
            transition: all .3s ease;
}
.intro-portfolio a img:hover {
    opacity: .8;
}
.intro-portfolio a {
    text-transform: uppercase;
    color: #222;
}
@media screen and (max-width: 767px) {
    .maintenance-banner img {
        width: 100%;
        height: auto;
    }
    .intro-title h2 {
        font-size: 20px;
    }
    .intro-title p {
        font-size: 15px;
    }
    .intro-title p span {
        font-size: 20px;
    }
}
/*======================================================
*==================== Progress Bar =====================
*=====================================================*/
.massive-progress {
    overflow: visible;
    height: 20px;
    margin-top: 10px;
    margin-bottom: 50px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 0;
    background: #eae8e8;
    box-shadow: none; 
    font-weight: 400;
}
.massive-progress .progress-bar {
    position: relative;
    overflow: visible;
    box-sizing: border-box;
    padding-top: 0;
    padding-left: 10px;
    text-align: left;
    color: #fff;
    background-color: #222;
    box-shadow: none;
    font-size: 10px;
    line-height: 20px;
}
.massive-progress .progress-bar > span {
    position: absolute;
    top: -28px;
    right: -5px;
    display: inline-block;
    min-width: 25px;
    height: 20px;
    padding: 0 8px;
    text-align: center;
    letter-spacing: 0;
    color: #fff;
    border-radius: 30px; 
    background-color: rgba(0, 0, 0, .6) !important;
    line-height: 20px;
}
.massive-progress .progress-bar > span:before {
    position: absolute;
    bottom: -2px;
    left: 15px;
    display: block;
    width: 5px; 
    height: 5px;
    content: "";
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    border-style: none;
    border-color: #666;
    border-right: 1px solid #666;
    -o-border-image: none;
       border-image: none;
    background-color: #666;
}
/* Alt progress bar */
.massive-progress-alt {
    height: 30px;
    margin-bottom: 30px;
    border-radius: 0;
    background: #f2f2f2;
    box-shadow: none;
}
.massive-progress-alt .progress-bar {
    position: relative;
    overflow: visible;
    box-sizing: border-box;
    padding-right: 10px;
    padding-left: 10px;
    text-align: left;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    background-color: #222;
    box-shadow: none; 
    font-size: 11px;
    line-height: 30px;
}
.massive-progress-alt .progress-bar span {
    float: right;
}
.massive-progress-alt.progress-theme-color .progress-bar,
.massive-progress-alt.progress-theme-color .progress-bar > span {
    color: #fff;
}
.progress-light-trans-bg {
    background: rgba(255, 255, 255, .1);
}
/*======================================================
*================== End Progress Bar ===================
*=====================================================*/

/*======================================================
*======================= Magazine ======================
*=====================================================*/
.magazine-grid .col-lg-1,
.magazine-grid .col-lg-10,
.magazine-grid .col-lg-11,
.magazine-grid .col-lg-12,
.magazine-grid .col-lg-2,
.magazine-grid .col-lg-3,
.magazine-grid .col-lg-4,
.magazine-grid .col-lg-5,
.magazine-grid .col-lg-6,
.magazine-grid .col-lg-7,
.magazine-grid .col-lg-8,
.magazine-grid .col-lg-9,
.magazine-grid .col-md-1,
.magazine-grid .col-md-10,
.magazine-grid .col-md-11,
.magazine-grid .col-md-12,
.magazine-grid .col-md-2,
.magazine-grid .col-md-3,
.magazine-grid .col-md-4,
.magazine-grid .col-md-5,
.magazine-grid .col-md-6,
.magazine-grid .col-md-7,
.magazine-grid .col-md-8,
.magazine-grid .col-md-9,
.magazine-grid .col-sm-1,
.magazine-grid .col-sm-10,
.magazine-grid .col-sm-11,
.magazine-grid .col-sm-12,
.magazine-grid .col-sm-2,
.magazine-grid .col-sm-3,
.magazine-grid .col-sm-4,
.magazine-grid .col-sm-5,
.magazine-grid .col-sm-6,
.magazine-grid .col-sm-7,
.magazine-grid .col-sm-8,
.magazine-grid .col-sm-9,
.magazine-grid .col-xs-1,
.magazine-grid .col-xs-10,
.magazine-grid .col-xs-11,
.magazine-grid .col-xs-12,
.magazine-grid .col-xs-2,
.magazine-grid .col-xs-3,
.magazine-grid .col-xs-4,
.magazine-grid .col-xs-5,
.magazine-grid .col-xs-6,
.magazine-grid .col-xs-7,
.magazine-grid .col-xs-8,
.magazine-grid .col-xs-9 {
    padding-right: 10px; 
    padding-left: 10px;
}
.magazine-grid .row {
    margin-right: -10px;
    margin-left: -10px;
}
.magazine-grid .post-single .post-desk {
    height: auto;
}
.decor-category a {
    position: relative; 
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
    border: 1px solid #DDD;
}
.decor-category a img {
    -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
}
.decor-category a:hover img {
    -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
            transform: scale(1.3);
}
.decor-category a .title {
    position: absolute;
    top: 35%;
    right: 10%;
    text-align: right;
    text-transform: uppercase; 
    font-size: 24px;
    font-weight: 300;
}
.decor-category a .title.dark {
    color: #222;
}
.decor-category a .title.light {
    color: #fff;
}
/*======================================================
*===================== END Magazine ====================
*=====================================================*/

/*======================================================
*======================== Travel =======================
*=====================================================*/
.travel-booking {
    position: relative;
    height: 100vh; 
    background-image: url("../images/banners/travel.jpg");
}
.travel-form-bg {
    display: inline-block;
    width: 100%; 
    background: rgba(0, 0, 0, .7);
}
.travel-form-bg-light {
    padding: 30px 0; 
    background: rgba(0, 0, 0, .3);
}
.travel-form-bg ul {
    margin-bottom: 0;
    margin-left: 15px;
}
.travel-form {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.travel-form.icon-tabs li i {
    display: inline-block !important;
}
.travel-form.icon-tabs li i {
    position: relative;
    top: 7px;
    padding-right: 10px; 
    font-size: 35px;
}
.travel-form.icon-tabs .nav > li {
    margin-left: 0; 
    padding: 0;
}
.travel-form.icon-tabs .nav > li > a {
    padding: 30px 40px;
}
.travel-form.icon-tabs .nav > li > a:hover {
    /*background: #fff;*/
}
.travel-form.icon-tabs .nav-pills > li > a:hover,
.travel-form.icon-tabs .nav-pills > li.active:hover > a,
.travel-form.icon-tabs .nav-pills > li.active > a,
.travel-form.icon-tabs .nav-pills > li.active > a:focus {
    color: #fff; 
    border-bottom: none;
}
.travel-form .form-control,
.travel-form .btn {
    height: 50px;
    border-color: transparent;
    border-radius: 4px;
}
.travel-form .btn {
    margin-top: 35px;
}
.travel-form .form-group {
    float: left;
    width: 15%;
    margin-right: 10px;
}
.travel-form .form-group label {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: normal;
}
.travel-grid .col-md-6 {
    padding: 0;
}
.travel-grid .post-list-aside .post-img img {
    border: none;
}
.travel-grid .post-list-aside {
    float: left;
}
.travel-grid .post-desk {
    display: inline-block;
    height: auto; 
    padding: 50px 30px;
}
.featured-item.feature-outline.travel-feature {
    position: relative;
    padding: 0 0 0 130px;
}
/*------------------------------------------------
 Responsive
------------------------------------------------*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .travel-form-bg ul {
        margin-bottom: -1px;
        margin-left: 15px;
    }
}
@media screen and (max-width: 1024px) {
    .travel-form.icon-tabs .nav > li > a {
        padding: 30px 25px;
    }
}
@media screen and (max-width: 767px) {
    .travel-form .form-group {
        width: 100%;
    }
    .travel-form.icon-tabs .nav > li > a {
        padding: 10px 5px;
        font-size: 12px;
    }
    .travel-form.icon-tabs li i {
        font-size: 20px;
    }
    .travel-form .nav > li {
        width: auto;
        margin-right: 5px;
    }
    .travel-form .form-control,
    .travel-form .btn {
        height: 30px;
    }
    .travel-form .form-group {
        margin-bottom: 0;
    }
    .travel-form label {
        display: inline-block;
        margin-bottom: 0;
        font-size: 11px; 
        font-weight: normal;
    }
    .travel-form .btn {
        margin-top: 10px;
    }
    .travel-form .btn {
        line-height: 10px;
    }
    .travel-booking + .body-content {
        margin-top: 100px;
    }
    .travel-form {
        position: static;
        margin-top: 20px;
    }
    .travel-form-bg-light {
        padding: 24px 0;
    }
}
/*======================================================
*====================== End Travel =====================
*=====================================================*/

/*=======================================================
*================== Magnific Popup CSS ==================
=======================================================*/
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8; 
    filter: alpha(opacity=80);}
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden; }
.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box; 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;}
.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
.mfp-align-top .mfp-container:before {
    display: none; }
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto; }
.mfp-ajax-cur {
    cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out; }
.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
    cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }
.mfp-loading.mfp-figure {
    display: none; }
.mfp-hide {
    display: none !important; }
.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044; }
.mfp-preloader a {
    color: #CCC; }
.mfp-preloader a:hover {
    color: #FFF; }
.mfp-s-ready .mfp-preloader {
    display: none; }
.mfp-s-error .mfp-content {
    display: none; }
button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
    touch-action: manipulation; }
button::-moz-focus-inner {
    padding: 0;
    border: 0; }
.mfp-close {
    width: 40px;
    height: 40px;
    line-height: 44px;
border-radius: 0 !important;
background: none !important;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
.mfp-close:focus {
    opacity: 1; 
    filter: alpha(opacity=100);
border-radius: 0 !important;
background: none !important;
}
.mfp-close:active {
    top: 1px; }
.mfp-close-btn-in .mfp-close {
    color: #333; }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    text-align: right;
    padding-right: 6px;
    width: 100%; }
.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap; }
.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
.mfp-arrow:active {
    margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1; 
    filter: alpha(opacity=100);}
.mfp-arrow:before,
.mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
.mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
.mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }
.mfp-arrow-left {
    left: 0; }
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a  {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {
    right: 0; }
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
.mfp-iframe-holder .mfp-close {
    top: -40px; }
.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100vh !important;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto; }
/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }
.mfp-figure figure {
  margin: 0; }
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }
.mfp-image-holder .mfp-content {
  max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }
.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
	padding-right: 6px; } 
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }
}
/* Magnific Animations */
/*====== Zoom effect ======*/
.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(0.8);
    opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}
/* ====== Newspaper effect ======*/
.mfp-newspaper .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.5s;
    transform: scale(0) rotate(500deg);
}
.mfp-newspaper.mfp-bg {
    opacity: 0;
    transition: all 0.5s;
}
.mfp-newspaper.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1) rotate(0deg);
}
.mfp-newspaper.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.mfp-newspaper.mfp-removing .mfp-with-anim {
    transform: scale(0) rotate(500deg);
    opacity: 0;
}
.mfp-newspaper.mfp-removing.mfp-bg {
    opacity: 0;
}
/* ====== Move-horizontal effect ======*/
.mfp-move-horizontal .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s;
    transform: translateX(-50px);
}
.mfp-move-horizontal.mfp-bg {
    opacity: 0;
    transition: all 0.3s;
}
.mfp-move-horizontal.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: translateX(0);
}
.mfp-move-horizontal.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.mfp-move-horizontal.mfp-removing .mfp-with-anim {
    transform: translateX(50px);
    opacity: 0;
}
.mfp-move-horizontal.mfp-removing.mfp-bg {
    opacity: 0;
}
/* ====== Move-from-top effect ======*/
.mfp-move-from-top .mfp-content {
    vertical-align: top;
}
.mfp-move-from-top .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s;
    transform: translateY(-100px);
}
.mfp-move-from-top.mfp-bg {
    opacity: 0;
    transition: all 0.2s;
}
.mfp-move-from-top.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: translateY(0);
}
.mfp-move-from-top.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.mfp-move-from-top.mfp-removing .mfp-with-anim {
    transform: translateY(-50px);
    opacity: 0;
}
.mfp-move-from-top.mfp-removing.mfp-bg {
    opacity: 0;
}
/*====== 3d unfold ======*/
.mfp-3d-unfold .mfp-content {
    perspective: 2000px;
}
.mfp-3d-unfold .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform-style: preserve-3d;
    transform: rotateY(-60deg);
}
.mfp-3d-unfold.mfp-bg {
    opacity: 0;
    transition: all 0.5s;
}
.mfp-3d-unfold.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: rotateY(0deg);
}
.mfp-3d-unfold.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.mfp-3d-unfold.mfp-removing .mfp-with-anim {
    transform: rotateY(60deg);
    opacity: 0;
}
.mfp-3d-unfold.mfp-removing.mfp-bg {
    opacity: 0;
}
/* ====== Zoom-out effect ======*/
.mfp-zoom-out .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.mfp-zoom-out.mfp-removing .mfp-with-anim {
    transform: scale(1.3);
    opacity: 0;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
    opacity: 0;
}
/* 
====== "Hinge" close effect ======
*/
@keyframes hinge {
	0% { transform: rotate(0); transform-origin: top left; animation-timing-function: ease-in-out; }	
	20%, 60% { transform: rotate(80deg); transform-origin: top left; animation-timing-function: ease-in-out; }	
	40% { transform: rotate(60deg); transform-origin: top left; animation-timing-function: ease-in-out; }	
	80% { transform: rotate(60deg) translateY(0); opacity: 1; transform-origin: top left; animation-timing-function: ease-in-out; }	
	100% { transform: translateY(700px); opacity: 0; }
}
.hinge {
  animation-duration: 1s;
	animation-name: hinge;
}
.mfp-with-fade {
  .mfp-content,
  &.mfp-bg {
    opacity: 0;
    transition: opacity .5s ease-out;
  }
  &.mfp-ready {
    .mfp-content {
     opacity: 1; 
    }
    &.mfp-bg {
      opacity: 0.8;
    }
  }
  &.mfp-removing {
    &.mfp-bg {
      opacity: 0;
    }
  }
}
/*=======================================================
*================ End Magnific Popup CSS ================
=======================================================*/

/*********************************
6. item meta
*********************************/
.item-meta {
	font-size: 12px;
	text-transform: uppercase;
	line-height: 1.6;
}
.item-meta i {
	margin-right: 10px;
	width: 1em;
	text-align: center;
	position: relative;
	font-size: 1.2em;
}
.item-meta span {
	padding: 0 0.5em;
}
/* item media & item links */
.item-media {
	position: relative;
	overflow: hidden;
}
.item-media img {
	width: 100%;
}
.item-media.cover-image {
	height: 100%;
}
.media-links {
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.media-links div {
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -30px;
	z-index: 4;
}
.content-absolute .media-links div {
	margin-top: -50px;
}
@media (max-width: 991px) {
	.content-absolute .media-links div {
		display: none;
	}
}
.content-absolute .media-links div a {
	transition: all 0.35s ease 0.1s;
}
.content-absolute .media-links div a:hover {
	transform: scaleX(-1);
}
.content-absolute .media-links div a:first-child {
	transition-delay: 0s;
}
.media-links:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #20252b;
	opacity: 0;
	transition: all 0.2s linear;
	border-radius: 5px;
}
[class*="-item"]:hover .media-links:before {
	opacity: 0.5;
}
.media-links a.abs-link {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
}
[class*="-item"]:hover .media-links a.abs-link {
	opacity: 1;
}
[class*="-item"] .links-wrap a {
	position: relative;
	width: 60px;
	height: 60px;
	line-height: 58px;
	top: -100px;
	border: 2px solid transparent;
	display: inline-block;
	z-index: 5;
	font-size: 16px;
	text-align: center;
	opacity: 0;
	transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}
[class*="-item"] .links-wrap a.link-zoom {
	color: #fff;
}
[class*="-item"] .links-wrap a.link-zoom:hover {
	opacity: 1;
	color: #fff;
}
[class*="-item"] .links-wrap a.link-anchor {
	background-color: #fff;
	border-color: #fff;
	transition-delay: 0.1s;
}
[class*="-item"] .links-wrap a.link-anchor:hover {
	opacity: 1;
	color: #fff;
}
[class*="-item"] .links-wrap a:before {
	font-family: 'FontAwesome';
	content: "\f002";
}
[class*="-item"] .links-wrap a.link-anchor:before {
	content: "\f041";
}
[class*="-item"]:hover .links-wrap a {
	top: 0;
	filter: alpha(opacity=100);
	opacity: 1;
}
[class*="-item"]:hover .media-links div {
	filter: alpha(opacity=100);
	opacity: 1;
}
/* item icons */
.item-icons {
	margin-top: 35px;
	font-size: 12px;
}
.content-padding .item-icons {
	margin-top: 0;
}
.item-icons i {
	padding: 0 4px;
}
.item-icons .col {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 20px;
}
.bordered {
	border-radius: 5px;
}
.media .media-body h5 {
	margin-bottom: 12px;
}
/*********************************
6. Blog
*********************************/
.blog-slider {
	margin-bottom: 73px;
}
@media (min-width: 992px) {
	.blog-slider .intro_layers_wrapper {
		left: 130px;
		right: 130px;
	}
}
@media (max-width: 767px) {
	.blog-slider {
		display: none;
	}
}
.blog-slider h2 {
	line-height: 60px;
}
.blog-slider .intro_section.page_slider {
	border-radius: 5px;
}
.blog-slider .flex-direction-nav .flex-prev {
	left: 47.5%;
}
.blog-slider .flex-direction-nav .flex-next {
	right: 47%;
}
.blog-featured-posts .post {
	height: 100%;
}
@media (max-width: 991px) {
	.blog-featured-posts {
		margin-bottom: 0 !important;
	}
}
.entry-title, .entry-title:last-child {
	text-transform: none;
	margin: 0 0 0.7em;
	line-height: 1;
	font-size: 32px;
}
@media (max-width: 575px) {
	.entry-title, .entry-title:last-child {
		font-size: 20px;
	}
}
h4.entry-title {
	font-size: 24px;
	margin-bottom: 0.7em;
}
.item-media + .item-content h1.entry-title {
	margin-top: 5px;
}
.post {
	position: relative;
}
.post > .fa {
	position: absolute;
	right: 9px;
	top: 7px;
	color: #fff;
	transform: rotate(45deg);
	z-index: 2;
}
.post > .fa:before {
	position: relative;
	z-index: 3;
}
.post > .fa:after {
	content: '';
	display: block;
	position: absolute;
	z-index: 2;
	top: -14px;
	left: -35px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 40px 40px 40px;
}
.post + .post {
	margin-top: 60px;
}
.post h3.entry-title + .entry-meta {
	margin-top: -0.65em;
}
.post h1.entry-title + .entry-meta {
	margin: -1em 0 2em;
}
.post.cover-image {
	padding: 35px 30px 30px;
	text-align: center;
	height: auto;
}
@media (max-width: 767px) {
	.post.cover-image {
		padding: 35px 20px 30px;
	}
}
@media (min-width: 992px) {
	.post.cover-image {
		padding: 60px 60px 70px;
	}
}
.post.cover-image .post-thumbnail {
	display: none;
}
.post ul li, .post ol li {
	padding: 3px 0;
}
.post ul li:before, .post ol li:before {
	padding-right: 17px;
	top: -3px;
}
.post-thumbnail {
	text-align: center;
}
.post-thumbnail .owl-dots {
	position: absolute;
	bottom: 30px;
	right: 0;
	left: 0;
}
.post-thumbnail + .entry-content {
	margin-top: 1.5em;
}
.post-password-form input[type="password"] {
	margin-top: 0.5em;
	width: auto;
}
.post-password-form input[type="submit"] {
	position: relative;
	top: -2px;
}
.entry-meta-wrap {
	position: relative;
	text-align: center;
}
.entry-meta {
	bottom: 0;
	left: 0;
	right: 0;
	padding: 19px 20px 19px 26px;
	z-index: 10;
	line-height: 1;
	clear: both;
	margin: 0 -1px;
	position: absolute;
}
.has-post-thumbnail .entry-meta {
	position: absolute;
}
@media (max-width: 767px) {
	.entry-meta {
		text-align: left;
		padding: 19px 27px !important;
	}
}
@media (max-width: 991px) {
	.entry-meta {
		padding: 19px 60px;
	}
}
.entry-meta i {
	padding-right: 5px;
	font-size: 14px;
}
.entry-meta a {
	font-size: 12px;
	text-transform: uppercase;
	margin-right: 23px;
	letter-spacing: 0;
	font-weight: 500;
}

.entry-meta .post-categories {
	margin-right: 23px;
}
.entry-meta .post-categories a {
	margin: 0;
}
.bg-dark-transpatent {
	background-color: rgba(32, 37, 43, 0.8);
}
.entry-footer {
	margin-top: 40px;
	margin-bottom: 50px;
}
.entry-footer .fa {
	margin-right: 10px;
}
.entry-content:before, .entry-footer:before, .entry-header:before, .entry-content:after, .entry-footer:after, .entry-header:after {
	display: block;
	content: '';
	clear: both;
}
.cat-links {
	font-size: 0;
	display: block;
	line-height: 1;
}
.cat-links a {
	display: inline-block;
	line-height: 1;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.1em;
	padding: 0.35em 0.5em 0.25em;
	color: #fff;
	border-radius: 1px;
}


.entry-footer .edit-link, .entry-header .edit-link {
	float: right;
}
.entry-footer .edit-link a:before, .entry-header .edit-link a:before {
	font-family: 'FontAwesome';
	content: '\f040';
	padding-right: 0.4em;
}
.entry-footer .entry-title + .edit-link, .entry-header .entry-title + .edit-link {
	position: absolute;
	right: 15px;
	top: 0.5em;
}
.post-adds {
	display: flex;
	background-color: #f5f5f5;
	line-height: 1;
	align-items: center;
	margin-bottom: 30px;
}
.post-adds i {
	width: 1em;
}
.post-adds a {
	display: inline-block;
	margin: 0;
}
.post-adds .dropdown-menu {
	padding: 0;
	border: none;
}
.post-adds .share_buttons {
	display: flex;
}
.post-adds .share_button {
	color: #fff;
	line-height: 60px;
	padding: 0 21px;
}
.post-adds .like_button {
	line-height: 60px;
	padding: 0 21px;
	border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.post-adds .votes_count {
	padding: 0 21px;
}
.post-adds .views-count {
	margin-left: auto;
	padding: 22px 30px;
	color: #fff;
}
@media (max-width: 576px) {
	.post-adds {
		flex-wrap: wrap;
	}
	.post-adds .share_button {
		line-height: 40px;
		padding: 0 11px;
	}
	.post-adds .like_button {
		line-height: 40px;
		padding: 0 11px;
	}
	.post-adds .views-count {
		padding: 10px 15px;
		width: 100%;
	}
}
/*gallery post*/
.post .gallery {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -7px;
}
.post .gallery .gallery-item {
	width: 50%;
	padding: 0 7px;
}
.post .gallery .gallery-item figcaption {
	padding: 20px;
	max-width: 100%;
	border-radius: 0 0 5px 5px;
}
@media (min-width: 992px) {
	.post .gallery.gallery-columns-1 .gallery-item {
		width: 100%;
	}
	.post .gallery.gallery-columns-2 .gallery-item {
		width: 50%;
	}
	.post .gallery.gallery-columns-3 .gallery-item {
		width: 33.33%;
	}
	.post .gallery.gallery-columns-4 .gallery-item {
		width: 25%;
	}
	.post .gallery.gallery-columns-5 .gallery-item {
		width: 20%;
	}
	.post .gallery.gallery-columns-6 .gallery-item {
		width: 16.66%;
	}
	.post .gallery.gallery-columns-7 .gallery-item {
		width: 14.28%;
	}
	.post .gallery.gallery-columns-8 .gallery-item {
		width: 12.5%;
	}
	.post .gallery.gallery-columns-9 .gallery-item {
		width: 11.11%;
	}
}
/*post author*/
.item-content {
	padding: 20px;
}
.author-bio .item-content {
	padding: 57px 58px 30px;
}
@media (max-width: 767px) {
	.author-bio .item-content {
		padding: 30px 20px;
	}
}
.author-bio a.fa {
	margin: 0 12px;
}
.author-bio a.fa:first-child {
	margin: 0 12px 0 0;
}
.author-bio a span {
	float: right;
	margin-top: 6px;
	font-weight: 300;
	letter-spacing: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
	.author-bio a span {
		float: left;
	}
}
.author-bio h4 {
	margin-bottom: 25px;
}
.author-bio p {
	margin-bottom: 9px;
}
/*********************************
6. Hero Boxes
*********************************/

.hero_boxes {
	width: 100%;
	height: 0px;
	z-index: 9;
	padding-top: 0px;
	position: relative;
	display: table;
}
.hero_boxes_inner {
	//
	position: absolute;
	left: 0;
	width: 100%;
	padding: 30px 0;
}
.hero_box{
	width: 100%;
	height: 161px;
	background: #ffffff;
	cursor: pointer;
	text-align: center;
	border: solid 2px #999;
}
.hero_box:hover {
	background: #eee;
}
.hero_box img {
	width: 150px;
	height: auto;
	margin-top: 6px;
}
.hero_box svg {
	width: 62px;
	height: auto;
	float: left;
}
.hero_box:hover .svg {
	background: #FFFFFF;
}
.hero_box_content {
	padding-left: 13px;
	padding-top: 11px;
	margin-top: -6px;

	float: left;
}
.hero_box_title {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 2px;
}
.hero_box:hover .hero_box_title {
	color: #FFFFFF;
}
.hero_box_link {
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	color: #FFFFFF;
	padding-left: 3px;
}
.hero_box_link:hover {
	color: #1a1a1a;
}
@media only screen and (max-width: 1199px){
	.hero_box {
		padding-left: 20px;
	}
}
@media only screen and (max-width: 991px){
	.hero_slide_content h1
	{
		font-size: 48px;
	}
	.hero_boxes{
		padding-top: 30px;
	}
	.hero_boxes_inner
	{
		position: relative;
		top: auto;
		left: auto;
	}
	.hero_box_col
	{
		margin-bottom: 30px;
	}
	.hero_box_col:last-child
	{
		margin-bottom: 0px;
	}
}
@media only screen and (max-width: 479px) {
	.hero_boxes {
		padding-top: 30px;
	}
	.hero_box {
		padding-left: 15px;
		height: 120px;
	}
	.hero_box_content {
		padding-top: 6px;
	}
	.hero_box img {
		width: 45px;
	}
	.hero_box_title {
		font-size: 18px;
		margin-bottom: 3px;
	}
	.hero_box_link {
		font-size: 10px;
	}
}
/*********************************
14. Events
*********************************/

.event_items
{
	margin-top: 68px;
}
.event_item
{
	margin-bottom: 56px;
}
.event_item:last-child
{
	margin-bottom: 0px;
}
.event_date
{
	width: 131px;
	height: 131px;
	border: solid 2px #999;
	margin: 0 auto 18px;
	padding-top: 25px;
}
.event_day
{
	font-size: 48px;
	font-weight: 700;
	margin-bottom: 1px;
	line-height: 1;
	display: block;
}
.event_month {
	font-size: 16px;
	font-weight: 700;
	display: block;
	margin: 0;
}
.event_name a {
	font-size: 19px;
	font-weight: 500;
	color: #1a1a1a;
}
.event_date_hom{
	width: 100%;
	height: 95px;
	border: solid 2px #999;
	padding-top: 26px;
	margin-top: 0;
	margin-bottom: 10px;
	color: #999;
}
.event_day_hom{
	font-size: 22px;
	margin-bottom: 1px;
	line-height: 1;
	display: inline-block;
	color: #999;
}
.event_month_hom{
	font-size: 22px;
	display: inline-block;
	margin: 0 10px;
	color: #999;
}
.event_name_hom a{
	min-height: 150px;
	display: block;
	font-size: 19px;
	font-weight: 500;
	color: #1a1a1a;
}
.event_location
{
	font-size: 14px;
	font-weight: 500;
	color: #1a1a1a;
	margin-top: 2px;
}
.event_content p
{
	font-weight: 500;
	color: #a5a5a5;
	margin-top: 21px;
	margin-bottom: 13px;
}
.event_image
{

}
.event_image img
{
	width: 100%;
}

/*********************************
10. Register
*********************************/

.register
{
	width: 100%;
}
.register_section
{
	width: 100%;
	background: #aaa;
	padding-top: 156px;
	padding-bottom: 161px;
}
.register_content
{
	width: 522px;
}
.register_title
{
	color: #FFFFFF;
	margin-bottom: 16px;
	line-height: 1.63;
}
.register_title:last-child
{
	margin-bottom: 0px;
}
.register_title	span
{
	color: #1a1a1a;
}
.register_text
{
	color: #FFFFFF;
	font-weight: 500;
	margin-top: 32px;
	padding-left: 25px;
	padding-right: 25px;
	margin-bottom: 0px;
}
.register_button{
	background: #171a1f;
	margin: 30px auto 0;
	padding: 8px 0 14px;
	width: 60%;
	display: block;
	color: #FFFFFF;
}
.register_button:hover{
	color: #aaa;
}
/*********************************
11. Search
*********************************/

.search_section{
	width: 100%;
	height: 100%;
	background: #ececec;
	padding-top: 197px;
	padding-bottom: 197px;
}
.search_content
{
	width: 522px;
}
.search_background{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	opacity: 0.23;
}
.search_title{
	color: #1a1a1a;
}

/*********************************
11.1 Search Form
*********************************/

.search_form
{
	margin-top: 57px;
}
.input_field
{
	width: 100%;
	height: 42px;
	background: #FFFFFF;
	box-sizing: border-box;
	border: solid 2px #FFFFFF;
	padding-left: 25px;
	margin-bottom: 24px;
}
input:last-of-type
{
	margin-bottom: 0px;
}
.input_field:focus
{
	outline: none !important;
	border: solid 2px #999;
}
.search_submit_button
{
	width: 100%;
	height: 48px;
	background: #aaa;
	color: #FFFFFF;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 28px;
	border: none;
	cursor: pointer;
}
.search_submit_button:hover
{
	box-shadow: 0px 10px 20px rgba(0,0,0,0.2);
}
.search_submit_button:focus
{
	outline: solid 2px #FFFFFF;
}

@media only screen and (max-width: 1280px){
	.register_content,
	.search_content{
		width: 442px;
	}
}
@media only screen and (max-width: 991px){
	.search_section{
		padding-top: 156px;
		padding-bottom: 161px;
	}
	.register_content,
	.search_content{
		width: 75%;
	}
	.testimonials_slider_container{
		padding-left: 0px;
		padding-right: 0px;
	}
	.event_date{
		width: 100px;
		height: 135px;
		margin-top: 30px;
	}
	.event_name{
		margin-top: 17px;
	}
	.event_content p{
		margin-bottom: 0px;
	}
}
@media only screen and (max-width: 767px){
	.event_items{
		margin-top: 30px;
	}
	.event_item {
		margin-bottom: 56px;
		padding: 0 20px;
	}
	.event_date{
		width: 100%;
		height: 135px;
		padding-top: 40px;
		margin-top: 0;
	}
	.event_day{
		font-size: 30px;
		display: inline-block;
	}
	.event_month {
		font-size: 30px;
		display: inline-block;
		margin: 0 10px;
	}
}
@media only screen and (max-width: 575px){
	.register_section,
	.search_section{
		padding-top: 115px;
		padding-bottom: 120px;
	}
	.register_content,
	.search_content{
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	.register_text{
		margin-top: 25px;
	}
	.register_button{
		margin-top: 53px;
	}
	.testimonials_slider .owl-dots{
		display: none !important;
	}
	.testimonials_item{
		padding-bottom: 0px;
	}
	.event_name{
		margin-top: 5px;
	}
}
.choose-course-2 .item-course {
	width: 100%;
	cursor: pointer;
	border: 1px solid #999;
	position: relative;
	text-align: center;
	overflow: hidden;
	padding: 70px 0;
	transition: all .5s ease-in-out;
	background-color: #FFF;
}

.choose-course-2 .item-course .icon-course .icons-img {
	font-size: 64px;
	line-height: 80px;
	color: #999;
	transition: all .5s ease-in-out;
}

.choose-course-2 .item-course .info-course {
	margin-top: 15px;
}

.choose-course-2 .item-course .info-course .name-course {
	font-size: 21px;
	color: #49575f;
	margin-bottom: 10px;
	font-weight: 700;
}

.choose-course-2 .item-course .info-course .info {
	font-size: 18px;
	color: #6f8190;
}

.choose-course-2 .item-course .hover-text {
	position: absolute;
	top: 100%;
	width: 100%;
	height: 100%;
	background-color: #eee;
	color: #fff;
	transition: all .5s ease-in-out;
}

.choose-course-2 .item-course .hover-text .wrapper-hover-text {
	display: table;
	height: 100%;
	width: 100%;
}

.choose-course-2 .item-course .hover-text .wrapper-hover-content {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 0 30px;
	line-height: 24px;
}

.choose-course-2 .item-course .hover-text .wrapper-hover-content .title {
	text-transform: uppercase;
	margin-bottom: 20px;
	color: #fff;
}

.choose-course-2 .item-course .hover-text .wrapper-hover-content .title:hover {
	border-bottom: 1px solid #fff;
}

.choose-course-2 .item-course:hover {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.choose-course-2 .item-course:hover .hover-text {
	top: 0;
}

.choose-course-2 .choose-course-wrapper .col-md-4.col-xs-6 {
	margin-bottom: 30px;
}

.choose-course-2 .choose-course-wrapper .col-md-4.col-xs-6:nth-last-child(-n+3) {
	margin-bottom: 0;
}

.choose-course-3 .choose-course-3-wrapper.row {
	margin: 0;
}
@media screen and (max-width: 768px) {
	.choose-course-2 .choose-course-wrapper .col-md-4.col-xs-6:nth-last-child(-n+3) {
		margin-bottom: 30px;
	}

	.choose-course-2 .choose-course-wrapper .col-md-4.col-xs-6:nth-last-child(-n+2) {
		margin-bottom: 0;
	}
}
@media screen and (max-width: 480px) {
	.choose-course-2 .col-md-4.col-xs-6 :nth-child(2n - 1) {
		padding-right: 8px;
	}

	.choose-course-2 .col-md-4.col-xs-6 :nth-child(2n) {
		padding-left: 7px;
	}

	.choose-course-2 .item-course {
		padding: 55px 0;
	}

	.choose-course-2 .item-course .info-course {
		margin-top: 10px;
		padding: 0 10px;
	}

	.choose-course-2 .item-course .info-course .name-course {
		font-size: 20px;
		margin-bottom: 5px;
	}

	.choose-course-2 .item-course .hover-text .wrapper-hover-content {
		padding: 10px;
	}
}
@media screen and (max-width: 380px) {
	.choose-course-2 .choose-course-wrapper .col-md-4.col-xs-6:nth-last-child(-n+2) {
		margin-bottom: 30px;
	}

	.choose-course-2 .choose-course-wrapper .col-md-4.col-xs-6:last-child {
		margin-bottom: 0;
	}
	.choose-course-2 .col-md-4.col-xs-6 {
		width: 100%;
		padding: 0 15px !important;
	}
}
/*********************************
6. Home About
*********************************/
.about-desc {
	width: 100%;
	float: left;
	z-index: 0;
	padding-left: 2em;
}
@media screen and (max-width: 768px) {
	.about-desc {
		padding-right: 0;
		margin-bottom: 4em;
	}
}
.about-desc .about-img-1 {
	width: 80%;
	height: 310px;
	float: right;
	-webkit-box-shadow: 26px 26px 78px -34px rgba(0, 0, 0, 0.52);
	-moz-box-shadow: 26px 26px 78px -34px rgba(0, 0, 0, 0.52);
	box-shadow: 26px 26px 78px -34px rgba(0, 0, 0, 0.52);
	z-index: 1;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}
.about-desc .about-img-2 {
	width: 80%;
	height: 310px;
	margin-top: -3em;
	float: left;
	z-index: 0;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}

.colorlib-heading {
	margin-bottom: 2em;
	position: relative;
}
.colorlib-heading h1.heading-big {
	position: absolute;
	bottom: 0px;
	left: 10px;
	color: rgba(0, 0, 0, 0.05);
	z-index: 0;
	font-weight: 700;
	font-size: 60px;
}
.colorlib-heading h2{
	font-size: 30px;
	z-index: 1;
	top: -35px;
	position: relative;
	left: -12px;
}
@media screen and (max-width: 768px) {
	.colorlib-heading h1.heading-big {
		font-size: 40px;
	}
}
.colorlib-heading h2 {
	font-size: 28px;
	font-weight: 400;
}
@media screen and (max-width: 768px) {
	.colorlib-heading h2 {
		font-size: 30px;
	}
}
.colorlib-heading.center-heading h1.heading-big {
	left: 0;
	right: 0;
}


.counter-entry {
	padding: 0;
	position: relative;
	margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
	.counter-entry {
		margin-bottom: 20px;
	}
}

.colorlib-counters {
	width: 100%;
	background-color: #EEE;
	text-align: center;

	margin-bottom: 20px
}

.colorlib-counters .icon {
	padding: 15px 0;
	margin: 0;
	width: 100%;
	display: block;
}
.colorlib-counters .icon i {
	font-size: 35px;
	color: rgba(0, 0, 0, 0.9);
	z-index: 1;
}


.colorlib-counters .colorlib-counter {
	font-size: 40px;
	display: block;
	font-family: "Rubik", Arial, sans-serif;
	width: 100%;
	font-weight: 500;
	margin-bottom: 0;
}
.colorlib-counters .colorlib-counter-label {
	color: black;
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: 1px;
	display: block;
	font-weight: 400;
}

/*********************************
7. Section Title
*********************************/
div
{
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.section_title {

}
.section_title h1 {
	display: block;
	color: #1a1a1a;
	font-weight: 500;
	padding-top: 24px;
}
.section_title h1::before {
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 55px;
	height: 4px;
	content: '';
	background: #aaa;
}