/*
Testimonial
Pricing Table
Timeline
Login

Accordions
toggle
Countdown
Subscribe
Promo Box
Enquiry
Fun Factors
Typist
tabs
Magazine
Travel
*/
#school_fees::before,
#books_fees::before{
    position: absolute;
    content: "";
    z-index: 1000;
    display: inline-block;
    background-size: contain;
    background-color: transparent;
    background-repeat: no-repeat;
}
#school_fees::before{
    width: 80px;
    height: 62px;
    top: 21px;
    left: 40px;
    background-image: url("../images/div/st8.png"); 
}
#school_fees{position: relative;}
@media screen and (max-width: 575px){
#school_fees::before{

    top: 61px;
}
}
#books_fees::before{
    width: 70px;
    height: 83px;
    top: -3px;
    left: 65px;
    background-image: url("../images/div/st7.png"); 
}
#books_fees{position: relative;}
@media screen and (max-width: 640px){
  #books_fees::before{
    left: 20px;
}  
}

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

.testimonial li {
    position: relative;
    float: right;
    height: 280px; 
    padding: 40px;
}

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

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

.testimonial.plus-box li:after {
    top: auto;
    left: 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: block;
    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: right;
    margin-left: 35px;
}

.testimonial .content {
    position: relative;
    overflow: hidden;
}

.testimonial .content p {
    color: #7e7e7e;
}

.testimonial-meta {
    margin-top: 10px;
    letter-spacing: 1px; 
    text-transform: uppercase;
    color: #222;
    font-size: 17px;
}

.testimonial-meta span {
    display: block;
    color: #7f7f7f; 
    font-size: 15px;
}

.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: right;
    margin-left: 30px;
	margin-right: 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;
}

.testimonial-alt .content:after {
    position: absolute;
    bottom: -20px;
    right: 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-left: 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 {
	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;
}
/*------------------------------------------------
 Responsive
------------------------------------------------*/
@media screen and (max-width: 800px) {
    .testimonial.grid-2 li {
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .testimonial.grid-2 li,
    .c-info-row .c-info,
    .c-info-row .c-slide,
    .nav > li{
        width: 100%;
    }
}
/*======================================================
*=================== 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: 17px;
}

.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-right: -10px; 
    font-size: 17px;
}

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

.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-left: -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-left: 15px;
    padding-right: 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-left: -75px;
    margin-bottom: 30px;
}

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

.timeline:before {
    position: absolute;
    z-index: 0; 
    top: 30px;
    bottom: 0;
    right: 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 h5 {
    margin: 0 0 5px;
    font-weight: 400;
}

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

.timeline .timeline-icon {
    position: absolute;
    top: 5px; 
    right: -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 {
    left: -35px; 
    right: auto;
}

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

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

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

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

.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;
}

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

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

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

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

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

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

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

.timeline-item.alt h5,
.timeline-item.alt p {
    text-align: left;
}

/*----*/
.timeline.dark:before {
    position: absolute;
    z-index: 0; 
    top: 30px;
    bottom: 0;
    right: 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: 100vh; 
    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: right; 
    margin-left: 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: right; 
    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){
    .page-title {
        margin-top: 47px;
    }
}
@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 ====================== 
*=====================================================*/

/*======================================================
*====================== Accordions =====================
*=====================================================*/
.accordion > dt {
    margin-bottom: 0px;
    letter-spacing: 1px; 
    text-transform: uppercase;
    font-size: 17px;
    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: 1px; 
    color: #222;
    border: 1px solid #e8e8e8;
    background: #e8e8e8;
    font-size: 20px;
}

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

.accordion > dt > a:hover{
    cursor: pointer; 
    color: #fff;
    border-color: #EDC82B;
    background: #EDC82B;
}
.accordion > dt > a.active {
    cursor: pointer; 
    color: #fff;
    border-color: #9e1c20;
    background: #9e1c20;
}

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

    -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: 10px 20px 20px;
    color: #777; 
    font-size: 18px;
    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;
    right: 15px;
    content: "";
    border-right: 1px dashed #cecece;
}

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

.accordion.time-line > dt > a:after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    padding-right: 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 40px 14px 20px;
    text-decoration: none;
    letter-spacing: 1px; 
    color: #222;
    border: none;
}

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

/*======================================================
*======================= toggle ======================== 
*=====================================================*/
.toggle > dt {
    margin-bottom: 10px;
    letter-spacing: 1px; 
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 400;
}
.toggle > dt > a {
    position: relative;
    display: block;
    padding: 14px 20px;
    text-decoration: none;
    letter-spacing: 1px; 
    color: #222;
    border: 1px solid #e8e8e8;
    background: #e8e8e8;
}
.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%;
    left: 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: 17px;
    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;
    right: 15px;
    content: "";
    /*background-color: #d1d1d1;*/
    border-right: 1px dashed #cecece;
}
.toggle.time-line > dd {
    margin-bottom: 10px;
    padding: 10px 40px 20px 20px;
    color: #777; 
    font-size: 17px;
    line-height: 1.8;
}
.toggle.time-line > dt > a:after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    padding-right: 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 40px 14px 20px;
    text-decoration: none;
    letter-spacing: 1px; 
    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: 1px; 
    font-size: 17px;
}
.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; 
    left: 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 {
        left: 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: 13px;
    }
}
@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: right; 
        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: 10px;
    }
    .count-down .c-value,
    .count-down-alt .c-value {
        font-size: 20px;
    }
    .count-down .c-title,
    .count-down-alt .c-title {
        letter-spacing: 1px; 
        font-size: 15px;
    } 
}
/*======================================================
*==================== 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: right;
}

.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: left; 
    margin-left: 0;
}

.text-center .subscribe-info {
    padding-left: 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 {
    left: 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,
    .nav > li{
        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 ====================== 
*=====================================================*/
.promo-box {
    display: block;
    width: 100%; 
    padding: 40px;
}
.promo-box,
.text-center .promo-btn,
.text-center .promo-btn a,
.full-width.promo-box .container {
    position: relative;
}
.promo-box h1,
.promo-box h2,
.promo-box h3,
.promo-box h4,
.promo-box h5,
.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-left: 200px;
}
.text-center .promo-info {
    padding-left: 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 {
    background: #f5f5f5;
}
.promo-box.dark-bg {
    background: #222;
}
.promo-btn {
    position: absolute;
    top: 50%;
    left: 40px;
    margin-top: -28px;
}
.promo-btn a.btn {
    margin-left: 0;
}
.text-center .promo-info span {
    width: 100%; 
    margin-bottom: 20px;
}
.promo-btn a.btn,
.promo-box a.btn {
    padding: 15px 30px;
}
.promo-box.border-box {
    border: 1px solid #ececec;
}
.full-width.promo-box {
    padding: 60px 0;
}
.full-width.promo-box .promo-btn {
    left: 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-left: 0;
    }
    .promo-btn {
        position: relative;
        top: 0;
        left: 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:right; width:100% !important; height:40px; margin:0 0 20px; padding:0 10px; border:1px solid #eee;}
.enquiry-text2{float:right; 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:right;}
.enquiry-textarea2{width:100%; height:110px; border:1px solid #eee; margin:0 0 16px; resize:none; padding:10px; float:right;}
.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:0 0 40px !important; margin-left:0 !important; margin-right:0 !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: right;
    margin-top: 10px;
}
.fun-factor .icon i {
    color: #222; 
    font-size: 36px;
}
.fun-factor .fun-info {
    padding-right: 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;
    right: 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-right: 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-left: 0; 
    padding-right: 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-left: 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-left: 7px;
    margin-right: 3px;
    content: " ";
    -webkit-animation: blink 1s step-start 0s infinite;
            animation: blink 1s step-start 0s infinite; 
    border-left: 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-left: -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-right: 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-right: 0px;
}
.square-tabs .nav-pills > li > a {
    color: #434343; 
    border: 1px solid #eaeaea;
    border-radius: 0;
}

/**/
.tab-parallax {
    background-image: url("../images/div/pattern-2.png");
    background-repeat: repeat; 
    /*background-size: cover;*/
    background-attachment: fixed;
}

.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-right: 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;
    right: 50%;
    width: 0;
    height: 0;
    margin-right: -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-left: none !important;
    border-bottom: 1px solid transparent !important;
    border-right: 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-left: 1px solid transparent;
    border-bottom: 1px solid !important;
    border-right: 1px solid transparent;
}

.line-tab ul.nav-tabs {
    padding-right: 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 20px;
}

.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-left: none;
    /*border-bottom:1px solid #ddd;*/
    border-right: 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;
    right: 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-right: 0;
    list-style: none;
}

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

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

/*list half*/
.list-half li {
    float: right; 
    width: 50%;
}
/*------------------------------------------------
 Responsive
------------------------------------------------*/
@media screen and (max-width: 1024px) {
    .tab-content{
        padding: 20px 0px !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-right: 0px;
    }
}
@media screen and (max-width: 767px) {
    .icon-box-tabs .nav-pills > li + li {
        margin-right: 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; 
    right: 0;
}
.app-btn a {
    margin-left: 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;
    left: 10%;
    bottom: 0;
}
.app-img-bottom {
    min-height: 600px;
}
.app-img-bottom img {
    position: absolute;
    bottom: 0; 
    right: 15%;
}
.app-icon i {
    margin-left: 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: 1px; 
    color: #fff !important;
    font-size: 17px;
    font-weight: 300;
}
.intro-title p span {
    font-size: 26px;
}
.intro-title i {
    position: relative;
    top: 4px;
    left: 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;
    }
}
/*======================================================
*======================= 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-left: 10px; 
    padding-right: 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%;
    left: 10%;
    text-align: left;
    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-right: 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-left: 10px; 
    font-size: 35px;
}
.travel-form.icon-tabs .nav > li {
    margin-right: 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: right;
    width: 15%;
    margin-left: 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: right;
}
.travel-grid .post-desk {
    display: inline-block;
    height: auto; 
    padding: 50px 30px;
}
.featured-item.feature-outline.travel-feature {
    position: relative;
    padding: 0 130px 0 0;
}
/*------------------------------------------------
 Responsive
------------------------------------------------*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .travel-form-bg ul {
        margin-bottom: -1px;
        margin-right: 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: 15px;
    }
    .travel-form.icon-tabs li i {
        font-size: 20px;
    }
    .travel-form .nav > li {
        width: auto;
        margin-left: 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: 14px; 
        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 =====================
*=====================================================*/