/*
* ----------------------------------------------------------------------------------------
Author       : wordpressboss
Template Name: Travas - OnePage Travel Agency Template
Version      : 1.0                                          
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 01.GLOBAL CSS STYLE
* 02.PRELOADER & BOUNCE CCS STYLE
* 03.HOMEPAGE CSS STYLE
    VIDEO BACKGROUND CSS STYLE
* 04.ABOUT CSS STYLE
* 05.TOUR PLACE & DESTINATION CSS STYLE
* 06.SERVICE CSS STYLE
* 07.GALLERY CSS STYLE
* 08.TESTIMONIAL CSS STYLE
* 09.VIDEO CSS STYLE
* 10.FAQ CSS STYLE
* 11.CONTACT CSS STYLE
* 12.FOOTER TOP CSS STYLE
* 13.FOOTER CSS STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 01.GLOBAL STYLE
* ----------------------------------------------------------------------------------------
*/

body {
    font-size: 16px;
    font-weight: 300;
    height: 100%;
    font-family: 'Open Sans', sans-serif;
}

html,
body {
    height: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', serif;

}

a {
    text-decoration: none;
    -webkit-transition: all 0.4s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

img {
    width: 100%;
}

a:hover {
    text-decoration: none;
}

a:focus {
    outline: none;
    text-decoration: none;
}

p {
    line-height: 32px;
}

ul,
li {
    margin: 0;
    padding: 0;
	line-height: 32px;
}

fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}

.no-padding {
    padding: 0
}

.section-padding {
    padding: 40px 0px;
}

.section-title {
    margin-bottom: 20px;
    text-align: center;
}

.section-title h2 {
    font-size: 40px;
    /*text-transform: capitalize;*/
    margin-bottom: 0px;
    font-weight: 500;
    margin-top: 0;
    color: #ee7202;
}


a.read-more {
    display: inline-block;
    color: #fff;
    padding: 12px 25px;
    text-transform: capitalize;
    font-size: 14px;
    border: 1px solid #ee7202;
    background-color: #ee7202;
    font-weight: 600;
    letter-spacing: 1px;
    box-shadow: 0px 0px 70px rgba(29, 24, 24, 0.09);
    border-radius: 5px;
}

a.read-more:hover {
    background: transparent;
    color: #000;
    border: 1px solid #ee7202;
    -webkit-transition: .3s;
    transition: .3s;
}

.scrollup {
    border-radius: 50%;
    height: 40px;
    width: 40px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    position: fixed;
    bottom: 90px;
    right: 30px;
    line-height: 40px;
    cursor: pointer;
    display: none;
    z-index: 2;
    background: #ee7202;
}

.scrollup:hover {
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}


/*
* ----------------------------------------------------------------------------------------
* 02.PRELOADER & BOUNCE CCS STYLE
* ----------------------------------------------------------------------------------------
*/

.preloader-area {
    position: fixed;
    background: #fff;
    z-index: 11000;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.spinner {
    margin: auto;
    width: 40px;
    height: 40px;
    position: relative;
    text-align: center;
    position: absolute;
    left: 50%;
    right: 50%;
    margin-left: -20px;
    top: 50%;
    -webkit-animation: sk-rotate 2.0s infinite linear;
    animation: sk-rotate 2.0s infinite linear;
}

.dot1,
.dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #ee7202;
    border-radius: 100%;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.dot1 {
    background-color: #ee7202;
}

.dot2 {
    top: auto;
    background-color: #000;
    bottom: 0;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-rotate {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes sk-rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes sk-bounce {
    0%,
    100% {
        -webkit-transform: scale(0.0)
    }
    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bounce {
    0%,
    100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

.header-text .home-arrow-down {
    text-align: center;
    position: absolute;
    bottom: -150px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.header-text .home-arrow-down .btn {
    font-size: 50px;
}

.header-text .home-arrow-down .fa {
    color: #ee7202;
    display: inline-block;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-animation-name: home-arrow-down;
    animation-name: home-arrow-down;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@-webkit-keyframes home-arrow-down {
    from {
        -webkit-transform: translate3d( 0, 0px, 0);
        transform: translate3d( 0, 0px, 0);
        filter: alpha(opacity=0);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    10% {
        -webkit-transform: translate3d( 0, 5px, 0);
        transform: translate3d( 0, 5px, 0);
        filter: alpha(opacity=100);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    to {
        -webkit-transform: translate3d( 0, 30px, 0);
        transform: translate3d( 0, 30px, 0);
        filter: alpha(opacity=0);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

@keyframes home-arrow-down {
    from {
        -webkit-transform: translate3d( 0, 0px, 0);
        transform: translate3d( 0, 0px, 0);
        filter: alpha(opacity=0);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    10% {
        -webkit-transform: translate3d( 0, 5px, 0);
        transform: translate3d( 0, 5px, 0);
        filter: alpha(opacity=100);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    to {
        -webkit-transform: translate3d( 0, 30px, 0);
        transform: translate3d( 0, 30px, 0);
        filter: alpha(opacity=0);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}


/*
* ----------------------------------------------------------------------------------------
* 03.HOMEPAGE CSS STYLE
* ----------------------------------------------------------------------------------------
*/

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.particle-bg {
    background: url(../images/bg/particlebg.jpg);
}

.welcome-area {
    /*height: 100%;*/
	height: 450px;
}

.welcome-image-area {
    position: relative;
    /*height: 100%;*/
	height: 450px;
    background: url(../images/bg/mainbg.jpg);
    background-size: cover;
    z-index: 1;
}

.welcome-image-area:after {
    position: absolute;
    background: rgba(0, 0, 0, .2);
    left: 0;
    top: 0;
    width: 100%;
    height: 450px;
    content: "";
    z-index: -1;
}


.innerpage {
    /*height: 100%;*/
	height: 250px;
}

.innerpage {
    position: relative;
    /*height: 100%;*/
	height: 250px;
    background: url(../images/bg/inner.jpg);
    background-size: cover;
    z-index: 1;
}

.innerpage:after {
    position: absolute;
    background: rgba(0, 0, 0, .2);
    left: 0;
    top: 0;
    width: 100%;
    height: 250px;
    content: "";
    z-index: -1;
}

.display-table {
    display: table;
    width: 100%;
    height: 100%;
}

.display-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.header-text {
    margin-top: 60px;
}

.header-text h2 {
    color: #fff;
    font-size: 120px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 0;
}

.header-text p {
    color: #fff;
    font-size: 20px;
    margin: 0;
    margin-bottom: 40px;
    font-weight: 400;
}

.header-top-area {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background-color: #FFF;
}

.logo {
    padding-top: 26px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.logo a p {
    text-transform: capitalize;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    font-family: 'Playfair Display', serif;
}

.logo a img {
	width: 150px;
	margin-top: -20px;
}

.mainmenu .navbar-nav li {
    margin-left: 30px;
}

.mainmenu .navbar-nav li a {
    color: #333;
    /*text-transform: capitalize;*/
    font-size: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 0;
    padding-left: 0;
    -webkit-transition: .3s;
    transition: .3s;
    font-weight: 400;
}

.mainmenu .navbar-nav li a:hover {
    background: none;
    color: #ee7202;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.nav li a:focus,
.nav li a:hover {
    background: none;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navbar {
    margin: 0;
}

.menu-bg {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background: #fff;
    box-shadow: 0 2px 10px -1px rgba(87, 97, 100, 0.35);
    background: #fff;
    border: none;
}

.menu-bg .logo {
    padding-top: 16px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.menu-bg .logo a p {
    color: #000;
}

.menu-bg .mainmenu .navbar-nav li a {
    color: #333;
    padding-top: 22px;
    -webkit-transition: .3s;
    transition: .3s;
    padding-bottom: 22px;
}

.menu-bg .mainmenu .navbar-nav li a:hover {
    color: #ee7202;
}

a.slide-btn {
    margin: 0px 5px;
    display: inline-block;
    color: #000;
    padding: 12px 25px;
    text-transform: capitalize;
    font-size: 14px;
    border: 1px solid #fff;
    background-color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    box-shadow: 0px 0px 70px rgba(29, 24, 24, 0.09);
    border-radius: 5px;
}

a.slide-btn:hover {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    -webkit-transition: .3s;
    transition: .3s;
}

a.slide-btn.other-btn {
    background: transparent;
}

a.slide-btn.other-btn:hover {
    background: #ee7202;
}

.version:after {
    position: absolute;
    content: '';
    background-size: contain !important;
    background-repeat: no-repeat;
    background-position: bottom center;
    height: 100%;
    width: 100%;
    left: -1px;
    right: -1px;
    bottom: 0;
    z-index: -1;
}

.version:after {
    background-image: url(../images/bg/banner-angle.png);
}





.tour-info {
    padding-top: 20px;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.tour-social {
    padding-top: 20px;
    text-align: right;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.menu-bg .tour-info,
.menu-bg .tour-social {
    padding-top: 10px;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.menu-bg .tour-info ul li{
    color: #000;
}
.menu-bg .tour-info ul li i{
    color: #fff;
}
.tour-info ul,
.tour-social ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.tour-info ul li {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    margin-right: 20px;
}

.tour-info ul li i {
    margin-right: 10px;
    background: #ee7202;
    height: 30px;
    width: 30px;
    text-align: center;
    border-radius: 50%;
    line-height: 30px;
}

.tour-social ul li {
    display: inline-block;
}

.tour-social ul li a {
    display: block;
    background: #ee7202;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
}

/*
* ----------------------------------------------------------------------------------------
* VIDEO BACKGROUND CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.welcome-video-area {
    position: relative;
    height: 100%;
    background-size: cover;
    z-index: 1;
    background-position: center center;
}

.welcome-video-area:after {
    position: absolute;
    background: rgba(0, 0, 0, .2);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}

.display-table {
    display: table;
    width: 100%;
    height: 100%;
}

.display-table-cell {
    display: table-cell;
    vertical-align: middle;
}



/*
* ----------------------------------------------------------------------------------------
* 04.ABOUT CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.about-text {
    margin-top: 0;
}

.about-text h2 {
    margin-bottom: 18px;
    font-size: 70px;
    text-transform: capitalize;
    font-weight: 400;
    margin-top: 0;
}

.about-text h2 span {
    color: #fff;
}

.about-text p {
    margin-bottom: 20px;
    line-height: 32px;
}

.about-image img {
    box-shadow: 0px 0px 70px rgba(29, 24, 24, 0.09);
    border: 10px solid #fff;
}

/*
* ----------------------------------------------------------------------------------------
* 05.TOUR PLACES & Destinations CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.tour-places {}
.popular-places{
    background: #f9f9f9;
}
.single-place {
    padding: 0px 10px;
}

.tour-des {
    background: #F7F7F7;
    padding: 20px 10px;
}

.single-place h2 {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 500;
    margin-top: 0;
}

.single-place h3 {
    font-size: 14px;
    font-weight: 300;
    margin-top: 0;
    font-family: 'Open Sans', sans-serif;
}

.single-place h4 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
    font-family: 'Open Sans', sans-serif;
}

.single-place h4 span {
    font-size: 14px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    color: #333;
    position: relative;
    margin-left: 10px;
}

.single-place h4 span:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background: #000;
    content: "";
    margin-top: 10px;
}

.tour-places .owl-theme .owl-controls .owl-page span {
    display: block;
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    border-radius: 20px;
    background: #ee7202;
}

.owl-theme .owl-controls {
    margin-top: 40px;
    text-align: center;
}
.desti-des h2 {
	margin: 0;
	background: #fff;
	padding: 30px 20px;
	font-size: 20px;
	text-align: center;
}
/*
* ----------------------------------------------------------------------------------------
* 06.SERVICE CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.service-area {
    background: #f9f9f9;
    padding-top: 120px;
    padding-bottom: 90px;
}

.single-service {
    padding: 30px;
    -webkit-transition: .3s;
    transition: .3s;
    background: #fff;
    margin-bottom: 30px;
}

.single-service h4 {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-weight: 500;
    -webkit-transition: .3s;
    transition: .3s;
    color: #000;
}

.service-icon i {
    font-size: 40px;
    color: #ee7202;
}

.single-service p {
    margin-bottom: 0;
    color: #333;
}



/*
* ----------------------------------------------------------------------------------------
* 07. GALLERY CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.work .col-md-4 {
    padding: 0;
}

.project-item {
    overflow: hidden;
    position: relative;
    padding: 0;
    vertical-align: middle;
    text-align: center;
}

.project-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}

.project-info {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.project-item img {
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
    width: 100%;
}

.project-item:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.project-overlay h2 {
    color: #ffffff;
    font-size: 18px;
    margin: 0;
    text-transform: capitalize;
    font-weight: 400;
}

.project-item:hover .project-overlay {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    background: rgba(0, 0, 0, 0.7);
}

.view-portfolio {
    text-align: center;
}

a.more-portfolio {
    display: inline-block;
    text-align: center;
    color: #333;
    background: #fff;
    padding: 10px 30px;
    text-transform: capitalize;
    font-size: 16px;
}
/*
* ----------------------------------------------------------------------------------------
* 08.TESTIMONIAL CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.testimonial-area {
    background: #f7f7f7;
}


.single-testimonial {
    background: #fff;
    padding: 50px;
    text-align: center;
    margin: 0px 30px;
}


.single-testi-des {
    margin-bottom: 30px;
    color: #333;
    font-size: 30px;
}

.single-testi-des p {
    color: #333;
    font-size: 18px;
}

.single-testimonial img {
    width: 70px;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
}

.testi-name {
    text-align: center;
}

.testi-name h2 {
    font-size: 18px;
    margin-top: 20px;
    text-transform: capitalize;
    font-weight: 600;
    -webkit-transition: .3s;
    transition: .3s;
    color: #000;
}

.testi-name h3 {
    font-size: 16px;
    font-weight: 300;
    text-transform: capitalize;
    margin-top: 0;
    color: #333;
    margin-bottom: 0;
}

.owl-theme .owl-controls {
    margin-top: 30px;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    border: 1px solid #ee7202;
    background: #ee7202;
}
.rating ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.rating ul li {
    display: inline-block;
}

.rating ul li i {
    color: #FBBC05;
    font-size: 14px;
}
.rating ul li i.negstar{
    color: #ccc;
    font-size: 14px;
}

/*
* ----------------------------------------------------------------------------------------
* 09.VIDEO CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.video-area {
    padding: 200px 0px;
    background: url(../images/bg/video.jpg);
    position: relative;
    background-size: cover;
    z-index: 1;
}

.video-area:after {
    position: absolute;
    background: rgba(0, 0, 0, .7);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.video-area-text h2 {
    color: #fff;
    font-size: 40px;
}

.video-area-text i {
    font-size: 30px;
    border: 1px solid #fff;
    color: #FF9F1C;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    line-height: 100px;
    text-align: center;
    padding-left: 6px;
    background: #fff;
}

.mfp-iframe-holder {
    padding-top: 80px;
}
/*
* ----------------------------------------------------------------------------------------
* 10.FAQ CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.any-questions-area {}

#faq .panel-group .panel {
    margin-bottom: 8px;
}

#faq .panel-default {
    border: none;
}

#faq .panel-default > .panel-heading {
    background: #f0f0f0;
    color: #000;
}

#faq .panel-heading {
    border: none;
    padding-top: 8px;
    padding-bottom: 6px;
}

#faq .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top: none;
    padding-top: 22px;
    padding-left: 32px;
    padding-bottom: 22px;
}

#faq .panel-heading .panel-title a[data-toggle="collapse"] {
    font-size: 18px;
    font-weight: 300;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px 15px;
}

#faq .panel-heading .panel-title a[data-toggle="collapse"]:hover {
    color: #000;
}

#faq .panel-heading .panel-title a[data-toggle="collapse"]:after {
    content: "-";
    display: block;
    position: absolute;
    line-height: 1;
    right: 1em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
}

#faq .panel-heading .panel-title a[data-toggle="collapse"].collapsed:after {
    content: "+";
    font-size: 20px;
}



/*
* ----------------------------------------------------------------------------------------
* 11.CONTACT CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.contact-area {
    background: #f9f9f9;
}

.contact-details-list h2 {
    font-size:60px;
    text-transform: capitalize;
    margin-bottom: 30px;
    font-weight: 400;
    margin-top: 0;
}

.contact-details-list h3 {
    font-size: 18px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ee7202;
    display: inline-block;
    padding-bottom: 10px;
}

.form-control {
    display: block;
    border: 0px;
    width: 100%;
    height: 50px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #000;
    background-color: transparent;
    background-image: none;
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 10px;
    padding: 17px 7px 14px 15px;
    border: 1px solid #f2f2f2;
    background: #fff;
    -webkit-transition: .3s;
    transition: .3s
}

.form-control:focus {
    border-color: #ee7202;
    outline: 0;
    box-shadow: none;
}

.contact-form .contact_submit {
    display: inline-block;
    color: #fff;
    padding: 15px 35px;
    text-transform: capitalize;
    font-size: 14px;
    border: 1px solid #ee7202;
    background-color: #ee7202;
    font-weight: 600;
    border-radius: 0;
}

.contact-form .contact_submit:hover {
    background: transparent;
    color: #000;
    border: 1px solid #ee7202;
    -webkit-transition: .3s;
    transition: .3s;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
    outline: none;
}

.success {
    background: #50B948 none repeat scroll 0 0;
    color: #fff;
    font-weight: 700;
    padding: 20px;
    text-align: center;
}


/*
* ----------------------------------------------------------------------------------------
* 12.FOOTER TOP CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.single-footer-top {
    padding-right: 30px;
}

.single-footer-top p{
    margin-bottom: 0;
}

.single-footer-top h2 {
	margin-top: 0;
	font-size: 30px;
	margin-bottom: 30px;
	font-weight: 500;
	-webkit-transition: .3s;
	transition: .3s;
	color: #fff;
}

.contact-social {}

.contact-social ul,
.footer-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.contact-social ul li {
    display: inline-block;
    margin-right: 10px;
}

.contact-social ul li a {
    font-size: 20px;
    color: #ee7202;
}

.footer-menu ul li {
    margin-bottom: 10px;
}

.footer-menu ul li a {
    color: #fff;
    font-size: 16px;
}
.footer-menu ul li a:hover {
    color: #000;
}

.single-contact {
    margin-bottom: 22px;
}

.single-contact h3 {
    font-size: 18px;
    margin-top: 20px;
    font-weight: 400;
    -webkit-transition: .3s;
    transition: .3s;
    font-family: 'Open Sans', sans-serif;
}

.single-contact h3 i {
	margin-right: 12px;
	background: #ee7202;
	height: 30px;
	width: 31px;
	text-align: center;
	line-height: 30px;
	border-radius: 50px;
	color: #fff;
}
/*
* ----------------------------------------------------------------------------------------
* 13.FOOTER CSS STYLE
* ----------------------------------------------------------------------------------------
*/


.footer-area {
    background: #000;
    padding: 50px 0px;
}

.footer-text h6 {
    color: #fff;
    line-height: 25px;
    font-weight: 300;
    font-size: 16px;
}

.footer-bottom-menu {
    text-align: right;
}

.footer-bottom-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-bottom-menu ul li {
    display: inline-block;
    margin: 0px 5px;
    border-right: 1px solid #ee7202;
    padding-right: 10px;
    line-height: 14px;
}

.footer-bottom-menu ul li:last-child {
    border: none;
}

.footer-bottom-menu ul li a {
    display: block;
    color: #fafafa;
    font-size: 14px;
}

.footer-bottom-menu ul li a:hover {
    color: #ee7202;
}

/*
* ----------------------------------------------------------------------------------------
* PREVIEW CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.preview-body {
    background: #fafafa;
}

.preview-single-image img {
    width: 100%;
}

.preview-single-image {
    -webkit-transition: 1s;
    transition: 1s;
    box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.preview-single-image:hover {
    -webkit-transition: 1s;
    transition: 1s;
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
}

.preview-single-image h2 {
    font-size: 20px;
    text-align: center;
    color: #000;
    background: #fff;
    margin: 0;
    padding: 30px 20px;
}

.preview-header-top-area {
    padding: 50px 0px;
}

.preview-header-top-area h2 {
    font-size: 80px;
    color: #ee7202;
    text-transform: capitalize;
    font-weight: 900;
}

.preview-header-top-area p {
    color: #333;
    font-size: 30px;
    font-weight: 300;
}

.main h2 {
    color: #000;
}

.main {
    margin-bottom: 180px;
}

.preview-single-image img {
    width: 100%;
}




/*  a2fairs tab */
div.a2fairs-tab-container{
  z-index: 10;
  background-color: #ffffff;
  padding: 0 !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  border:1px solid #ddd;
  margin-top: 20px;
  margin-left: 50px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);
}
div.a2fairs-tab-menu{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
div.a2fairs-tab-menu div.list-group{
	line-height: 40px;
  margin-bottom: 0;
}
div.a2fairs-tab-menu div.list-group>a{
  margin-bottom: 0;
}
div.a2fairs-tab-menu div.list-group>a .glyphicon,
div.a2fairs-tab-menu div.list-group>a .fa {
  color: #ee7202;
}
div.a2fairs-tab-menu div.list-group>a:first-child{
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
div.a2fairs-tab-menu div.list-group>a:last-child{
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.a2fairs-tab-menu div.list-group>a.active,
div.a2fairs-tab-menu div.list-group>a.active .glyphicon,
div.a2fairs-tab-menu div.list-group>a.active .fa{
  background-color: #ee7202;
  background-image: #ee7202;
  color: #ffffff;
}
div.a2fairs-tab-menu div.list-group>a.active:after{
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #ee7202;
}

div.a2fairs-tab-content{
  background-color: #ffffff;
  /* border: 1px solid #eeeeee; */
  padding-left: 20px;
  padding-top: 10px;
}

div.a2fairs-tab div.a2fairs-tab-content:not(.active){
  display: none;
}


.tour_seasons h3 {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    border-color: transparent;
}

.mainmenu .navbar-nav ul.dropdown-menu li {
    margin-left: 10px;
}

.mainmenu .navbar-nav ul.dropdown-menu li a {
    color: inherit;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
}

@media (max-width: 767px){
    .navbar-nav .open .dropdown-menu>li>a {
        color: #000!important;
    }
}


.bg-a2 {
    color: #fff;
    background-color: #ee7202;
}

.text-white {
    color: #fff;
}

.text-black {
    color: #000;
}

.btn-register {
    padding: 10px!important; margin-top: 10px!important; color: #FFF!important; border-radius: 5px!important;

    border: solid 1px #ee7202!important;
}

.btn-register:hover {
    color: #ee7202!important;
}

.home-slider-bg {
    background: url(../images/sliders/home.jpg);
    background-size: cover;
}
.about-slider-bg {
    background: url(../images/sliders/about.jpg);
    background-size: cover;
}
.az-slider-bg {
    background: url(../images/sliders/AZ-slider.jpg);
    background-size: cover;
}
.highschool-slider-bg {
    background: url(../images/sliders/high-school.jpg);
    background-size: cover;
}
.mo-slider-bg {
    background: url(../images/sliders/morocco.jpg);
    background-size: cover;
}
.tunisia-slider-bg {
    background: url(../images/sliders/tunisia-slider.jpg);
    background-size: cover;
}
.online-recruitment-slider-bg {
    background: url(../images/sliders/online-recruitment.jpg);
    background-size: cover;
}
.register-slider-bg {
    background: url(../images/sliders/register.jpg);
    background-size: cover;
}
.sponsorluk-slider-bg {
    background: url(../images/sliders/sponsorluk.jpg);
    background-size: cover;
}
.student-slider-bg {
    background: url(../images/sliders/student-fair.jpg);
    background-size: cover;
}
.tanitim-slider-bg {
    background: url(../images/sliders/tanitim.jpg);
    background-size: cover;
}
.tr-slider-bg {
    background: url(../images/sliders/turkey.jpg);
    background-size: cover;
}
.workshop-slider-bg {
    background: url(../images/sliders/workshop.jpg);
    background-size: cover;
}
.workshop-2022-bg {
    background: url(../images/sliders/2022-workshop.jpg);
    background-size: cover;
}
.advertising-slider-bg {
    background: url(../images/sliders/advertising.jpg);
    background-size: cover;
}
.contact-slider-bg {
    background: url(../images/sliders/contact.jpg);
    background-size: cover;
}
.how-a2-promoted-slider-bg {
    background: url(../images/sliders/how-a2-promoted.jpg);
    background-size: cover;
}
.market-research-slider-bg {
    background: url(../images/sliders/market-research.jpg);
    background-size: cover;
}
.pb-1 {
    padding-bottom: 10px!important;
}

.px-2 {
    padding-left: 5px!important;
    padding-right: 5px!important;
}


.any-questions-area {}

#register .panel-group .panel {
    margin-bottom: 8px;
}

#register .panel-default {
    border: none;
}

#register .panel-default > .panel-heading {
    background: #f0f0f0;
    color: #000;
}

#register .panel-heading {
    border: none;
    padding-top: 8px;
    padding-bottom: 6px;
}

#register .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top: none;
    padding-top: 22px;
    padding-left: 32px;
    padding-bottom: 22px;
}

#register .panel-heading .panel-title a[data-toggle="collapse"] {
    font-size: 18px;
    font-weight: 300;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px 15px;
}

#register .panel-heading .panel-title a[data-toggle="collapse"]:hover {
    color: #000;
}

#register .panel-heading .panel-title a[data-toggle="collapse"]:after {
    content: "-";
    display: block;
    position: absolute;
    line-height: 1;
    right: 0.2em;
    top: 20%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 30px;
    color: red;
    animation: heart-pulse 0.9s infinite ease-out;
}

#register .panel-heading .panel-title a[data-toggle="collapse"].collapsed:after {
    content: "+";
    font-size: 30px;
}


@keyframes heart-pulse {
    0% {
        transform: scale(1); /* scaling to 0 */
    }
    50% {
        transform: scale(1.5); /* increasing the size */
    }
    70% {
        transform: scale(1.25); /* decreasing the size */
    }
    100% {
        transform: scale(1); /* seeting back to initial size */
    }
}



 .card {
     padding-top: 20px;
     margin: 10px 0 20px 0;
     border-top-width: 0;
     border-bottom-width: 2px;
     -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
     border-radius: 3px;
     box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
     transition: 0.3s;
     min-width: 40%;

     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
     height: 340px;

 }

.card:hover {
    cursor: pointer;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 1);
}

.card .card-heading {
    padding: 0 20px;
    margin: 0;
}

.card .card-heading.simple {
    font-size: 20px;
    font-weight: 300;
    color: #777;
    border-bottom: 1px solid #e5e5e5;
}

.card.hovercard {
    position: relative;
    padding-top: 0;
    overflow: hidden;
    text-align: center;
}

.card.hovercard .cardheader {
    height: 150px;
    margin-bottom: 10px;
}

.card.hovercard .cardheader img {
    padding: 20px;
    width: 100%;
}

.card.hovercard .info {
    padding: 15px 8px 10px;
}

.card.hovercard .info .title {
    font-size: 15px;
    vertical-align: middle;
    line-height: 1.5;
    margin: 10px;
}

.card.hovercard .info .title a {
    text-decoration: none;
    color: black;
}


.card.hovercard .bottom {
    padding: 0 20px;
    margin-bottom: 17px;
}


