body {
	margin:0;
	padding:0;
	font-family: 'Poppins', sans-serif;
}
.top-left.h2-topleft ul li a {
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.2px;
}
ul#mobilemenu li a i {
    border: 1px solid #c7980a;
    height: 24px;
    width: 24px;
    text-align: center;
    line-height: 23px;
    border-radius: 20px;
    color: #c7980a;
    display: none;
    font-size: 13px;
    margin: 0 2px 0 0;
}
.main-banner {
    background-image: url(../images/main_banenr.jpg);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 86px 0 29px 0;
    background-position: bottom, right;
}
.main-banner:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:#00000047;
}
.main-banner-captions {
    position: relative;
}
.main-banner-captions h4 {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.2px;
    text-shadow: #000 0px 1px 2px;
    margin: 0 0 12px 0;
    text-align:center;
}
.main-banner-captions h1 {
    color: #fff;
    font-size:28px;
    font-weight: 600;
    letter-spacing: 0.2px;
    text-shadow: #000 0px 1px 2px;
    margin: 0 0 30px 0;
    text-align:center;
}

.destinations_hd {
    text-align: center;
    margin-bottom: 50px;
}
.destinations_hd h2 {
    color: #164b7a;
    font-size:24px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    line-height: normal;
    border-radius: 71px;
    padding: 0px 10px 0 10px;
}
.destinations_hd h2:before {
    content: " ";
    position: absolute;
    top: 45px;
    left: 15px;
    width: 72px;
    height: 3px;
    background-color: #c7980a;
}
.destinations_hd h2:after {
    position: absolute;
    content: '';
    left: 83px;
    bottom: -15px;
    background-color: #c7980a;
    background-size: cover;
    background-repeat: no-repeat;
    width: 8px;
    height: 8px;
    transform: rotate(0deg);
}
.destinations_hd h2 span {
    font-size: 24px;
    color: #c7980a;
}

.des_gp {
    margin: 0;
    padding: 0 8px 0px 8px;
}
.des_gp2 {
    margin: 0;
    padding: 0 3px 0px 15px;
}
.des_gp3 {
    margin: 0;
    padding: 0 15px 5px 3px;
}
.des_gp a {
	text-decoration:none;
}
.des_gp2 {
    text-decoration:none;
}
.des_gp3 {
    text-decoration:none;
}
.blog-title h3 {
    margin: 0 0 0 0;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-shadow: #000 0px 1px 2px;
    line-height: normal;
    position: relative;
    z-index: 9;
}
.blog-title p i {
    color: #c7980a;
    margin: 0 3px 0 0;
    font-size: 15px;
    position: relative;
    z-index: 9;
}
.why_img img {
    border-radius: 2px;
    border-top: 6px solid #c7980a;
    border-right: 6px solid #c7980a;
}
.blog-img img {
    overflow:hidden !important;
    transition:1s ease !important;
}
.blog-img {
    position: relative;
    overflow:hidden;
    transition:1s ease;
}
.blog-img img:hover {
    transform:scale(1.1, 1.1);
    transition:1s ease;
    border-radius:6px;
}
.blog-img span {
    position: absolute;
    top: 4px;
    right: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-shadow: #000 0px 1px 2px;
    z-index: 9;
}
.about_read_btn {

}
.about_left_list {
    margin: 18px 0 0 0;
}
.about_left_list ul {
    margin:0;
    padding:0;
    display:block;
}
.about_left_list ul li {
    display: inline-block;
    width: 49%;
    background: #c7980a;
    margin: 0 0 14px 0;
    padding: 5px 10px 7px 12px;
    border-radius: 2px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
.about_left_list ul li i {
    background: #c7980a;
    color: #fff;
    margin: 0 6px 0px 0;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    border-radius: 2px;
    font-size:14px;
}
.h2-about {
    padding: 48px 0 22px 0;
    position: relative;
}
.blog-item {
    position: relative;
}
.blog-item:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:#00000029;
    z-index: 1;
    border-radius: 6px;
}
.envelope {
    width: 70px;
    height: 70px;
    float: left;
    margin: 0 25px 0 0;
}
.social-icon {
    margin-top: 5px;
}
.social-icon h2 {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
}
.social-icon ul {
    padding: 0;
}
.social-icon ul li {
    list-style: none;
    display: inline-block;
    padding-right: 0px;
}
.social-icon ul li a {
    font-size: 18px;
    color: #ffffff;
}
.payment_icons {
    margin-bottom: 0px;
    margin-top: 25px;
}
.payment_icons {
    text-align: center;
    padding: 10px 0 20px 0;
}
.payment_icons ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.payment_icons ul li {
    display: inline-block;
    cursor: pointer;
    margin: 0 5px 0px 5px;
}
.footer_pay ul {
    margin: 0;
    padding: 0;
    display: block;
}
.footer_pay ul li {
    list-style: none;
    display: inline-block;
    margin: 0 4px 0 0;
}
.footer_desclimer p {
    color: #fff;
    font-size: 13px;
    text-align: justify;
    line-height: 23px;
    padding: 16px 0 20px 0;
    border-top: 1px solid white;
    margin: 19px 0 0 0;
}
.needs_hp {
    border: dashed 1px #ffffff;
    padding: 6px 14px 6px 14px;
    border-radius: 6px;
    margin: 7px 0 0 0;
}
.needs_hp p a i {
    color: #fff;
    border: 1px solid white;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 20px;
    font-size: 15px;
}


.tollfree_footer {
    float: right;
}
.tollfree_footer a {
    color: #fff;
    background: #c7980a;
    font-size: 20px;
    font-weight: 600;
    border-radius: 40px;
    padding: 6px 12px 6px 12px;
    outline: 1px dashed #fff;
}
.tollfree_footer a span {

}
.tollfree_footer a i {
    
}


.qickes_link_toll h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 7px 0;
    color: #fff;
}
.needs_hp p {
    font-size: 13px;
    color: #fff;
    margin: 0px 0 0px 0;
}
.needs_hp p a {
    text-decoration: none;
    display: block;
    font-weight: 600;
    padding: 0px 0 0 0;
    color: #fff;
    font-size: 18px;
}

.about_pg_area {
    padding: 45px 0px 50px 0px;
    position: relative;
}
.contact-right input {
    width: 100%;
    height: 44px;
    background: #fff;
    padding: 0px 0 0 13px;
    border: 1px solid #ccc;
    border-radius: 2px;
}
.contact-right h4 {
    margin: 0 0 14px 0;
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    color: #333;
}
.contact-list {
    padding: 48px 0px 44px 0;
}

.pb_banner {
    background-image:url(../images/privacy-banner.jpg);
    background-size:cover;
    background-repeat:no-repeat;
    z-index: 1;
    position: relative;
    padding-top: 70px;
    padding-bottom: 70px;
}
.pb_banner:before {
    content:" ";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#00000021;
    z-index:9;
}
.pb_title {
    position: relative;
    z-index: 99;
}
.pb_title h2 {
    color: #fff;
    font-size: 26px;
    margin-bottom: 3px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.3px;
}
.pb_title ul li {
  display: inline-block;
  margin-right: 10px;
  color: #fff;
}
.pb_title ul li:last-child {
  margin-right: 0;
}
.pb_title ul li:last-child a {
  color: #c7980a;
}
.pb_title li:last-child:before {
  content: "|";
  margin-right: 10px;
  color: #fff;
  font-weight: 500;
}
.pb_title li a {
  font-size:16px;
  color: #fff;
}

.h2-privacy {
    padding: 35px 0 35px 0;
    position: relative;
    background: #fff;
}
.privacy_cont h2 {
    margin: 0 0 5px 0;
    font-size: 24px;
    font-weight: 600;
    color: #c7980a;
    position: relative;
    line-height: normal;
}
.privacy_cont h3 {
    margin: 0 0 5px 0;
    font-size: 21px;
    font-weight: 500;
    color: #c7980a;
    position: relative;
    line-height: normal;
    background: #faffff;
    padding: 0px 1px 0px 6px;
    border-left: 4px solid #c7980a;
}
.privacy_cont h4 {
    margin: 0 0 5px 0;
    font-size:18px;
    font-weight: 500;
    color: #c7980a;
    position: relative;
    line-height: normal;
    background: #faffff;
    padding: 0px 1px 0px 6px;
    border-left: 4px solid #c7980a;
}
.privacy_cont p {
    font-size: 13px;
    color: #333;
    margin: 0 0 7px 0;
}



.terms_banner {
    background-image:url(../images/terms-banner.jpg);
    background-size:cover;
    background-repeat:no-repeat;
    z-index: 1;
    position: relative;
    padding-top: 70px;
    padding-bottom: 70px;
}
.terms_banner:before {
    content:" ";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#00000021;
    z-index:9;
}
.terms_title {
    position: relative;
    z-index: 99;
}
.terms_title h2 {
    color: #fff;
    font-size: 26px;
    margin-bottom: 3px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.3px;
}
.terms_title ul li {
  display: inline-block;
  margin-right: 10px;
  color: #fff;
}
.terms_title ul li:last-child {
  margin-right: 0;
}
.terms_title ul li:last-child a {
  color: #c7980a;
}
.terms_title li:last-child:before {
  content: "|";
  margin-right: 10px;
  color: #fff;
  font-weight: 500;
}
.terms_title li a {
  font-size:16px;
  color: #fff;
}

.h2-terms {
    padding: 35px 0 35px 0;
    position: relative;
    background: #fff;
}
.terms_cont h2 {
    margin: 0 0 5px 0;
    font-size: 24px;
    font-weight: 600;
    color: #c7980a;
    position: relative;
    line-height: normal;
}
.terms_cont h3 {
    margin: 0 0 5px 0;
    font-size: 21px;
    font-weight: 500;
    color: #c7980a;
    position: relative;
    line-height: normal;
    background: #faffff;
    padding: 0px 1px 0px 6px;
    border-left: 4px solid #c7980a;
}
.terms_cont h4 {
    margin: 0 0 5px 0;
    font-size:18px;
    font-weight: 500;
    color: #c7980a;
    position: relative;
    line-height: normal;
    background: #faffff;
    padding: 0px 1px 0px 6px;
    border-left: 4px solid #c7980a;
}
.terms_cont p {
    font-size: 13px;
    color: #333;
    margin: 0 0 7px 0;
}

.desti-banner01 {
    background-image: url(../images/desti-banner01.jpg);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 86px 0 29px 0;
}
.desti-banner01:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:#00000040;
}
.desti-banner02 {
    background-image: url(../images/desti-banner02.jpg);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 86px 0 29px 0;
}
.desti-banner02:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:#00000040;
}
.desti-banner-captions {
    position: relative;
}
.desti-banner-captions h1 {
    color: #fff;
    font-size:28px;
    font-weight: 600;
    letter-spacing: 0.2px;
    text-shadow: #000 0px 1px 2px;
    margin: 0 0 30px 0;
    text-align:center;
}
.h2-desti {
    padding: 35px 0 35px 0;
    position: relative;
    background: #fff;
}
.desti_cont h2 {
    margin: 0 0 5px 0;
    font-size: 24px;
    font-weight: 600;
    color: #c7980a;
    position: relative;
    line-height: normal;
}
.desti_cont h3 {
    margin: 0 0 5px 0;
    font-size: 21px;
    font-weight: 500;
    color: #c7980a;
    position: relative;
    line-height: normal;
    background: #faffff;
    padding: 0px 1px 0px 6px;
    border-left: 4px solid #c7980a;
}
.desti_cont h4 {
    margin: 0 0 5px 0;
    font-size:18px;
    font-weight: 500;
    color: #c7980a;
    position: relative;
    line-height: normal;
    background: #faffff;
    padding: 0px 1px 0px 6px;
    border-left: 4px solid #c7980a;
}
.desti_cont p {
    font-size: 13px;
    color: #333;
    margin: 0 0 7px 0;
}

.widget.footer-menu ul li {
    display: inline-block;
    margin: 0 26px 2px 0;
}
.widget.about-info p {
    text-align: justify;
    padding: 0 13px 0 0px;
    font-size: 13px;
    line-height: 25px;
}
.footer-widget {
    margin: 11px 0 0 0;
}



/*css for airlines page*/

.air-banner01 {
    background-image: url(../images/air-banner01.jpg);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 86px 0 29px 0;
}
.air-banner01:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:#00000040;
}
.air-banner02 {
    background-image: url(../images/air-banner02.jpg);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 86px 0 29px 0;
}
.air-banner02:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:#00000040;
}
.air-banner03 {
    background-image: url(../images/air-banner03.jpg);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 86px 0 29px 0;
}
.air-banner03:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:#00000040;
}
.air-banner04 {
    background-image: url(../images/air-banner04.jpg);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 86px 0 29px 0;
}
.air-banner04:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:#00000040;
}
.air-banner05 {
    background-image: url(../images/air-banner05.jpg);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 86px 0 29px 0;
}
.air-banner05:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:#00000040;
}
.air-banner-captions {
    position: relative;
}
.air-banner-captions h1 {
    color: #fff;
    font-size:28px;
    font-weight: 600;
    letter-spacing: 0.2px;
    text-shadow: #000 0px 1px 2px;
    margin: 0 0 30px 0;
    text-align:center;
}
.h2-air {
    padding: 35px 0 35px 0;
    position: relative;
    background: #fff;
}
.air_cont h2 {
    margin: 0 0 5px 0;
    font-size: 24px;
    font-weight: 600;
    color: #c7980a;
    position: relative;
    line-height: normal;
}
.air_cont h3 {
    margin: 0 0 5px 0;
    font-size: 21px;
    font-weight: 500;
    color: #c7980a;
    position: relative;
    line-height: normal;
    background: #faffff;
    padding: 0px 1px 0px 6px;
    border-left: 4px solid #c7980a;
}
.air_cont h4 {
    margin: 0 0 5px 0;
    font-size:18px;
    font-weight: 500;
    color: #c7980a;
    position: relative;
    line-height: normal;
    background: #faffff;
    padding: 0px 1px 0px 6px;
    border-left: 4px solid #c7980a;
}
.air_cont p {
    font-size: 13px;
    color: #333;
    margin: 0 0 7px 0;
}

.footer_phone_fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    background: #c7980a;
    width: 100%;
    text-align: center;
    padding: 12px 0 12px 0;
    display:none;
    z-index: 11;
}
.footer_phone_fixed a {
    color: #fff;
    font-size: 19px;
    font-weight: 600;
    text-decoration: none;
}
.footer_phone_fixed a span {
    background: #000;
    padding: 2px 9px 2px 9px;
    border-radius: 2px;
    margin: 0 4px 0 0;
}


/*css for site map page*/

.site-map {
    background-image:url(../images/site-banner.jpg);
    width:100%;
    position: relative;
    background-size:cover;
    background-repeat:no-repeat;
    padding:50px 0px 50px 0px;
}
.site-map-caption h1 {
    text-align:center;
    margin:0 0 0 0;
    font-size:26px;
    font-weight:600;
    color:#fff;
}
.site_bottom {
    background-color: #f8f8f8;
    padding: 8px 0 8px 0;
}
.site_bottom_caption {
    position: relative;
}
.site_bottom_caption ul {
    margin:0 0 0 0;
    padding:0 0 0 0;
    display:block;
}
.site_bottom_caption ul li {
    list-style:none;
    display:inline-block;
    font-size:13px;
    font-weight:500;
    color:#333;
}
.site_bottom_caption ul li a {
    text-decoration:none;
    font-size:13px;
    font-weight:500;
    color:#333;
}

.site_main_cont {
    padding: 30px 0 36px 0;
    background: #fff;
    position: relative;
}
.site_main_link {
    margin: 0 0 15px 0;
    position: relative;
    border-bottom: 1px dashed #cecece;
    padding: 0 0 14px 0;
}
.site_main_link h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 6px 0;
    color: #444;
    position: relative;
}
.site_main_link ul {
    margin:0 0 0 0;
    padding:0 0 0 0;
    display:block;
}
.site_main_link ul li {
    display: inline-block;
    width: 19%;
}
.site_main_link ul li a {
    text-decoration:none;
    font-size:13px;
    font-weight:500;
    color:#333;
    line-height: 33px;
}
.site_main_link ul li a i {
    font-size:13px;
    margin:0px 3px 0px 0px;
}
.site_main_custom_ds {
    box-shadow: 1px 1px 4px 0 rgb(0 0 0 / 57%);
    padding: 17px 10px 14px 20px;
    border-radius: 4px;
}
.site_main_custom_ds p {
    font-size: 14px;
    margin: 0 0 17px 0;
    color: #222;
}
.site_main_custom_ds h3 {
    font-size: 18px;
    margin: 0 0 3px 0;
    color: #222;
}

.air-banner06 {
    background-image: url(../images/air-banner06.jpg);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 86px 0 29px 0;
}
.air-banner06:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:#00000040;
}
.air-banner07 {
    background-image: url(../images/air-banner07.jpg);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 86px 0 29px 0;
}
.air-banner07:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:#00000040;
}
.air-banner08 {
    background-image: url(../images/air-banner08.jpg);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 86px 0 29px 0;
}
.air-banner08:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:#00000040;
}
.air-banner09 {
    background-image: url(../images/air-banner09.jpg);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 86px 0 29px 0;
}
.air-banner09:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:#00000040;
}
.air-banner10 {
    background-image: url(../images/air-banner10.jpg);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 86px 0 29px 0;
}
.air-banner10:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:#00000040;
}
.air-banner11 {
    background-image: url(../images/air-banner11.jpg);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 86px 0 29px 0;
}
.air-banner11:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:#00000040;
}
.air-banner12 {
    background-image: url(../images/air-banner12.jpg);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 86px 0 29px 0;
}
.air-banner12:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:#00000040;
}
.air-banner13 {
    background-image: url(../images/air-banner13.jpg);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 86px 0 29px 0;
}
.air-banner13:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:#00000040;
}
.air-banner14 {
    background-image: url(../images/air-banner14.jpg);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 86px 0 29px 0;
}
.air-banner14:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:#00000040;
}
.air-banner15 {
    background-image: url(../images/air-banner15.jpg);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 86px 0 29px 0;
}
.air-banner15:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:#00000040;
}
.air-banner16 {
    background-image: url(../images/air-banner16.jpg);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 86px 0 29px 0;
}
.air-banner16:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:#00000040;
}
.air-banner17 {
    background-image: url(../images/air-banner17.jpg);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 86px 0 29px 0;
}
.air-banner17:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:#00000040;
}






@media only screen and (min-width:320px) and (max-width:360px) {
#responsive-menu {
    position: absolute !important;
    top: 0px !important;
    right: 0 !important;
}
.seori-header {
    padding: 0 0 4px 0;
}
.logo a img {
    width: 159px;
    margin: -1px 0 0 0;
}
.slicknav_btn {
    background-color: #c7980a !important;
    margin: -2px 5px 10px !important;
}
.slicknav_nav {
    background: #c7980a !important;
    width: 100% !important;
    padding: 7px 12px !important;
}
.des_gp2 {
    margin: 0;
    padding: 0 15px 0px 15px;
}
.des_gp3 {
    margin: 0;
    padding: 0 15px 5px 15px;
}
.des_gp {
    margin: 0;
    padding: 0 15px 0px 15px;
}
.main-banner-captions h4 {
    display: none;
}
.main-banner {
    padding: 12px 0 12px 0;
}
.main-banner-captions h1 {
    font-size: 26px;
    margin: 0 0 12px 0;
    line-height: 36px;
}
.payment_icons {
    display: none;
}
.section-title h2:before {
    display: none;
}
.section-title h2:after {
    display: none;
}
.section-padding {
    padding: 36px 0px 10px 0;
}
.section-title {
    margin-bottom: 31px;
}
.section-title h2 span {
    font-size: 22px;
    color: #c7980a;
}
.service-item {
    height: auto;
}
.destinations_hd h2:before {
    display:none;
}
.destinations_hd h2:after {
    display:none;
}
.destinations_hd h2 span {
    font-size: 20px;
    color: #c7980a;
}
.destinations_hd {
    margin-bottom: 30px;
}
.remb-30 {
    margin-bottom: 0px !important;
}
.h2-about {
    padding: 8px 0 0px 0 !important;
    position: relative;
}
.about-left h2:before {
    display:none;
}
.about-left h2:after {
    display:none;
}
.about-left p {
    margin-top: 4px;
    margin-bottom: 10px;
}
.about_left_list ul li {
    width: 100%;
}
.review {
    padding: 40px 0 34px 0;
}
.subscribe-bg {
    padding: 6px 0 8px 0 !important;
}
.envelope {
    float: none;
    margin: 0 auto 9px auto;
}
.subscribe-left {
    text-align: center;
    margin-bottom: 8px !important;
}
.subscribe-box button {
    width: 54px !important;
}
.footer-widget {
    margin: 0 0 18px 0;
    position: relative;
}
.mmbe-30 {
    margin-bottom: 0px !important;
}
.footer_pay ul li { 
    margin: 0 4px 7px 0;
}
.footer_pay {
    text-align: center;
}
.footer {
    padding-top: 100px;
    padding-bottom: 17px;
}
.ab_banner {
    padding-top: 34px;
    padding-bottom: 48px;
}
.ab_banner:before { 
    background-color: #000000a8;
    z-index: 9;
}
.about_pg_area {
    padding: 30px 0px 36px 0px;
    position: relative;
}
.cb-banner {
    padding-top: 34px;
    padding-bottom: 48px;
}
.cb-banner:before { 
    background-color: #000000a8;
    z-index: 9;
}
.rtmb-30 {
    margin-bottom: 14px !important;
}
.contact-list {
    padding: 36px 0px 32px 0 !important;
}
.contact-right .form-group {
    margin-bottom: 10px;
}
.contact-form {
    padding-bottom: 36px;
}
.pb_banner {
    padding-top: 34px;
    padding-bottom: 48px;
}
.pb_banner:before { 
    background-color: #000000a8;
    z-index: 9;
}
.h2-privacy {
    padding: 28px 0 30px 0;
}
.terms_banner {
    padding-top: 34px;
    padding-bottom: 48px;
}
.terms_banner:before { 
    background-color: #000000a8;
    z-index: 9;
}
.terms_title h2 {
    font-size: 22px;
}
.h2-terms {
    padding: 28px 0 30px 0;
}
.desti-banner01 {
    padding: 12px 0 12px 0;
}
.desti-banner02 {
    padding: 12px 0 12px 0;
}
.desti-banner03 {
    padding: 12px 0 12px 0;
}
.desti-banner04 {
    padding: 12px 0 12px 0;
}
.desti-banner05 {
    padding: 12px 0 12px 0;
}
.desti-banner-captions h1 {
    font-size: 26px;
    margin: 0 0 12px 0;
    line-height: 36px;
}
.h2-desti {
    padding: 25px 0 22px 0;
}
.scroll-top span {
    display: none;
}
.footer_phone_fixed {
    display:block;
}
.site_main_link ul li {
    display: inline-block;
    width: 100%;
}
.air-banner01 {
    padding: 20px 0 20px 0;
} 
.air-banner02 {
    padding: 20px 0 20px 0;
}
.air-banner03 {
    padding: 20px 0 20px 0;
}   
.air-banner04 {
    padding: 20px 0 20px 0;
}
.air-banner05 {
    padding: 20px 0 20px 0;
}
.air-banner06 {
    padding: 20px 0 20px 0;
}
.air-banner07 {
    padding: 20px 0 20px 0;
}
.air-banner08 {
    padding: 20px 0 20px 0;
}
.air-banner09 {
    padding: 20px 0 20px 0;
}
.air-banner10 {
    padding: 20px 0 20px 0;
}
.air-banner11 {
    padding: 20px 0 20px 0;
}
.air-banner12 {
    padding: 20px 0 20px 0;
}
.air-banner13 {
    padding: 20px 0 20px 0;
}
.air-banner14 {
    padding: 20px 0 20px 0;
}
.air-banner15 {
    padding: 20px 0 20px 0;
}
.air-banner16 {
    padding: 20px 0 20px 0;
}
.air-banner17 {
    padding: 20px 0 20px 0;
}
.air-banner-captions h1 {
    font-size: 26px;
    margin: 0 0 17px 0;
}
}




@media only screen and (min-width:360px) and (max-width:480px) {
#responsive-menu {
    position: absolute !important;
    top: 0px !important;
    right: 0 !important;
}
.seori-header {
    padding: 0 0 4px 0;
}
.logo a img {
    width: 159px;
    margin: -1px 0 0 0;
}
.slicknav_btn {
    background-color: #c7980a !important;
    margin: 5px 5px 10px !important;
}
.slicknav_nav {
    background: #c7980a !important;
    width: 100% !important;
    padding: 7px 12px !important;
}
.des_gp2 {
    margin: 0;
    padding: 0 15px 0px 15px;
}
.des_gp3 {
    margin: 0;
    padding: 0 15px 5px 15px;
}
.des_gp {
    margin: 0;
    padding: 0 15px 0px 15px;
}
.main-banner-captions h4 {
    display: none;
}
.main-banner {
    padding: 12px 0 12px 0;
}
.main-banner-captions h1 {
    font-size: 26px;
    margin: 0 0 12px 0;
    line-height: 36px;
}
.payment_icons {
    display: none;
}
.section-title h2:before {
    display: none;
}
.section-title h2:after {
    display: none;
}
.section-padding {
    padding: 36px 0px 10px 0;
}
.section-title {
    margin-bottom: 31px;
}
.section-title h2 span {
    font-size: 22px;
    color: #c7980a;
}
.service-item {
    height: auto;
}
.destinations_hd h2:before {
    display:none;
}
.destinations_hd h2:after {
    display:none;
}
.destinations_hd h2 span {
    font-size: 20px;
    color: #c7980a;
}
.destinations_hd {
    margin-bottom: 30px;
}
.remb-30 {
    margin-bottom: 0px !important;
}
.h2-about {
    padding: 8px 0 0px 0 !important;
    position: relative;
}
.about-left h2:before {
    display:none;
}
.about-left h2:after {
    display:none;
}
.about-left p {
    margin-top: 4px;
    margin-bottom: 10px;
}
.about_left_list ul li {
    width: 100%;
}
.review {
    padding: 40px 0 34px 0;
}
.subscribe-bg {
    padding: 6px 0 8px 0 !important;
}
.envelope {
    float: none;
    margin: 0 auto 9px auto;
}
.subscribe-left {
    text-align: center;
    margin-bottom: 8px !important;
}
.subscribe-box button {
    width: 54px !important;
}
.footer-widget {
    margin: 0 0 18px 0;
    position: relative;
}
.mmbe-30 {
    margin-bottom: 0px !important;
}
.footer_pay ul li { 
    margin: 0 4px 7px 0;
}
.footer_pay {
    text-align: center;
}
.footer {
    padding-top: 100px;
    padding-bottom: 17px;
}
.ab_banner {
    padding-top: 34px;
    padding-bottom: 48px;
}
.ab_banner:before { 
    background-color: #000000a8;
    z-index: 9;
}
.about_pg_area {
    padding: 30px 0px 36px 0px;
    position: relative;
}
.cb-banner {
    padding-top: 34px;
    padding-bottom: 48px;
}
.cb-banner:before { 
    background-color: #000000a8;
    z-index: 9;
}
.rtmb-30 {
    margin-bottom: 14px !important;
}
.contact-list {
    padding: 36px 0px 32px 0 !important;
}
.contact-right .form-group {
    margin-bottom: 10px;
}
.contact-form {
    padding-bottom: 36px;
}
.pb_banner {
    padding-top: 34px;
    padding-bottom: 48px;
}
.pb_banner:before { 
    background-color: #000000a8;
    z-index: 9;
}
.h2-privacy {
    padding: 28px 0 30px 0;
}
.terms_banner {
    padding-top: 34px;
    padding-bottom: 48px;
}
.terms_banner:before { 
    background-color: #000000a8;
    z-index: 9;
}
.terms_title h2 {
    font-size: 22px;
}
.h2-terms {
    padding: 28px 0 30px 0;
}
.desti-banner01 {
    padding: 12px 0 12px 0;
}
.desti-banner02 {
    padding: 12px 0 12px 0;
}
.desti-banner03 {
    padding: 12px 0 12px 0;
}
.desti-banner04 {
    padding: 12px 0 12px 0;
}
.desti-banner05 {
    padding: 12px 0 12px 0;
}
.desti-banner-captions h1 {
    font-size: 26px;
    margin: 0 0 12px 0;
    line-height: 36px;
}
.h2-desti {
    padding: 25px 0 22px 0;
}
.scroll-top span {
    display: none;
}
.footer_phone_fixed {
    display:block;
}
.site_main_link ul li {
    display: inline-block;
    width: 100%;
}
.air-banner01 {
    padding: 20px 0 20px 0;
} 
.air-banner02 {
    padding: 20px 0 20px 0;
}
.air-banner03 {
    padding: 20px 0 20px 0;
}   
.air-banner04 {
    padding: 20px 0 20px 0;
}
.air-banner05 {
    padding: 20px 0 20px 0;
}
.air-banner06 {
    padding: 20px 0 20px 0;
}
.air-banner07 {
    padding: 20px 0 20px 0;
}
.air-banner08 {
    padding: 20px 0 20px 0;
}
.air-banner09 {
    padding: 20px 0 20px 0;
}
.air-banner10 {
    padding: 20px 0 20px 0;
}
.air-banner11 {
    padding: 20px 0 20px 0;
}
.air-banner12 {
    padding: 20px 0 20px 0;
}
.air-banner13 {
    padding: 20px 0 20px 0;
}
.air-banner14 {
    padding: 20px 0 20px 0;
}
.air-banner15 {
    padding: 20px 0 20px 0;
}
.air-banner16 {
    padding: 20px 0 20px 0;
}
.air-banner17 {
    padding: 20px 0 20px 0;
}
.air-banner-captions h1 {
    font-size: 26px;
    margin: 0 0 17px 0;
}
}




@media only screen and (min-width:480px) and (max-width:768px) {
#responsive-menu {
    position: absolute !important;
    top: 0px !important;
    right: 0 !important;
}
.seori-header {
    padding: 0 0 4px 0;
}
.logo a img {
    width: 159px;
    margin: -1px 0 0 0;
}
.slicknav_btn {
    background-color: #c7980a !important;
    margin: 5px 5px 10px !important;
}
.slicknav_nav {
    background: #c7980a !important;
    width: 100% !important;
    padding: 7px 12px !important;
}
.des_gp2 {
    margin: 0;
    padding: 0 15px 0px 15px;
}
.des_gp3 {
    margin: 0;
    padding: 0 15px 5px 15px;
}
.des_gp {
    margin: 0;
    padding: 0 15px 0px 15px;
}
.main-banner-captions h4 {
    display: none;
}
.main-banner {
    padding: 12px 0 12px 0;
}
.main-banner-captions h1 {
    font-size: 26px;
    margin: 0 0 12px 0;
    line-height: 36px;
}
.payment_icons {
    display: none;
}
.section-title h2:before {
    display: none;
}
.section-title h2:after {
    display: none;
}
.section-padding {
    padding: 36px 0px 10px 0;
}
.section-title {
    margin-bottom: 31px;
}
.section-title h2 span {
    font-size: 22px;
    color: #c7980a;
}
.service-item {
    height: auto;
}
.destinations_hd h2:before {
    display:none;
}
.destinations_hd h2:after {
    display:none;
}
.destinations_hd h2 span {
    font-size: 20px;
    color: #c7980a;
}
.destinations_hd {
    margin-bottom: 30px;
}
.remb-30 {
    margin-bottom: 0px !important;
}
.h2-about {
    padding: 8px 0 0px 0 !important;
    position: relative;
}
.about-left h2:before {
    display:none;
}
.about-left h2:after {
    display:none;
}
.about-left p {
    margin-top: 4px;
    margin-bottom: 10px;
}
.about_left_list ul li {
    width: 100%;
}
.review {
    padding: 40px 0 34px 0;
}
.subscribe-bg {
    padding: 6px 0 8px 0 !important;
}
.envelope {
    float: none;
    margin: 0 auto 9px auto;
}
.subscribe-left {
    text-align: center;
    margin-bottom: 8px !important;
}
.subscribe-box button {
    width: 54px !important;
}
.footer-widget {
    margin: 0 0 18px 0;
    position: relative;
}
.mmbe-30 {
    margin-bottom: 0px !important;
}
.footer_pay ul li { 
    margin: 0 4px 7px 0;
}
.footer_pay {
    text-align: center;
}
.footer {
    padding-top: 100px;
    padding-bottom: 17px;
}
.ab_banner {
    padding-top: 34px;
    padding-bottom: 48px;
}
.ab_banner:before { 
    background-color: #000000a8;
    z-index: 9;
}
.about_pg_area {
    padding: 30px 0px 36px 0px;
    position: relative;
}
.cb-banner {
    padding-top: 34px;
    padding-bottom: 48px;
}
.cb-banner:before { 
    background-color: #000000a8;
    z-index: 9;
}
.rtmb-30 {
    margin-bottom: 14px !important;
}
.contact-list {
    padding: 36px 0px 32px 0 !important;
}
.contact-right .form-group {
    margin-bottom: 10px;
}
.contact-form {
    padding-bottom: 36px;
}
.pb_banner {
    padding-top: 34px;
    padding-bottom: 48px;
}
.pb_banner:before { 
    background-color: #000000a8;
    z-index: 9;
}
.h2-privacy {
    padding: 28px 0 30px 0;
}
.terms_banner {
    padding-top: 34px;
    padding-bottom: 48px;
}
.terms_banner:before { 
    background-color: #000000a8;
    z-index: 9;
}
.terms_title h2 {
    font-size: 22px;
}
.h2-terms {
    padding: 28px 0 30px 0;
}
.desti-banner01 {
    padding: 12px 0 12px 0;
}
.desti-banner02 {
    padding: 12px 0 12px 0;
}
.desti-banner03 {
    padding: 12px 0 12px 0;
}
.desti-banner04 {
    padding: 12px 0 12px 0;
}
.desti-banner05 {
    padding: 12px 0 12px 0;
}
.desti-banner-captions h1 {
    font-size: 26px;
    margin: 0 0 12px 0;
    line-height: 36px;
}
.h2-desti {
    padding: 25px 0 22px 0;
}
.scroll-top span {
    display: none;
}
.footer_phone_fixed {
    display:block;
}
.site_main_link ul li {
    display: inline-block;
    width: 100%;
}
.air-banner01 {
    padding: 20px 0 20px 0;
} 
.air-banner02 {
    padding: 20px 0 20px 0;
}
.air-banner03 {
    padding: 20px 0 20px 0;
}   
.air-banner04 {
    padding: 20px 0 20px 0;
}
.air-banner05 {
    padding: 20px 0 20px 0;
}
.air-banner06 {
    padding: 20px 0 20px 0;
}
.air-banner07 {
    padding: 20px 0 20px 0;
}
.air-banner08 {
    padding: 20px 0 20px 0;
}
.air-banner09 {
    padding: 20px 0 20px 0;
}
.air-banner10 {
    padding: 20px 0 20px 0;
}
.air-banner11 {
    padding: 20px 0 20px 0;
}
.air-banner12 {
    padding: 20px 0 20px 0;
}
.air-banner13 {
    padding: 20px 0 20px 0;
}
.air-banner14 {
    padding: 20px 0 20px 0;
}
.air-banner15 {
    padding: 20px 0 20px 0;
}
.air-banner16 {
    padding: 20px 0 20px 0;
}
.air-banner17 {
    padding: 20px 0 20px 0;
}
.air-banner-captions h1 {
    font-size: 26px;
    margin: 0 0 17px 0;
}
}
.top-destination-item {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  background: linear-gradient(45deg, #ff89e9 0%,#05abe0 100%);
  margin-bottom: 6px;
}
.top-destination-item:last-child{
  margin-bottom: 0;
}
.top-destination-item .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 85px 20px;
  background: #00000054;
}
.top-destination-item .overlay-full{
  padding: 215px 20px;
}

.top-destination-item img {
  display: block;
  position: relative;
  max-width: none;
  width: calc(100% + 20px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.top-destination-item:hover img {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.top-destination-item h2{
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 24px;
  overflow: hidden;
  padding: 0.5em 0;
  background-color: transparent;
}
.top-destination-item h2 a{
  color: #fff;
}
.top-destination-item h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
}

.top-destination-item:hover h2:after {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.top-destination-item p {
  color: #FFF;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
}

.top-destination-item:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

section.trip-ad{
  position: relative;
  background: url(../images/adbg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  overflow: hidden;
}

section.trip-ad .container{position: relative; z-index: 2;}

.trip-ad:before{
  position: absolute;
  content: '';
  top: 0;
  left: -12%;
  height: 100%;
  width: 65%;
  background: #fff;
  transform: skew(15deg);
  z-index: 1;
}
.trip-ad:after{
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,0.5);
}
.ad-title h2{
  text-transform: uppercase;
}
.ad-title span{
  display: block;
  font-size: 40px;
  color: #c7980a;
}
.trip-ad-btn{
  margin-top: 32px;
}
.ad-price-outer{
  position: relative;
}
.ad-price{
  padding:5px; 
  background: #c7980a;
  border-radius: 50%;
  box-shadow: 1px 1px 5px #000000;
  text-align: center;
  height: 200px;
  width: 200px;
  z-index: 1;
  margin: 13% auto 0;
}
.ad-price-inner{
  height: 190px;
  width: 190px;
  border: 1px dashed #fff;
  border-radius: 50%;
  padding: 45px 0;
  background: #99062f;
}
.ad-price span{
  color: #fff;
  font-size: 25px;
}
span.rate{
  display: block;
  font-size: 50px;
  font-weight: 600;
}
section.countdown-section{
  background: url(../images/countdownbg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  padding-bottom: 53px;
}
.countdown-title{
  position: relative;
  z-index: 1;
}
.countdown-title h2{
  color: #fff;
  width: 80%;
  text-align: center;
  margin: 0 auto;
  font-size: 40px;
}
.countdown-title h2 span{
  color: #c7980a;
}
.countdown-title p{
  color: #fff;
  font-size: 20px;
  text-align: center;
  margin: 30px 0;
}
.countdown-container {
  position: relative;
  z-index: 1;
}
p#demo{
  text-align: center;
  color: #fff;
  font-size: 80px;
  font-weight: 500;
  margin-bottom: 0;
}
p#demo span{
  font-size: 40px;
  color: #c7980a;
  margin-left: 10px;
}

@media(max-width: 639px){
  p#demo{font-size: 60px;}
}
.testimonial-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
}

.blog-item{
  box-shadow: 0px 0px 10px #cccccc57;
}
.blog-image{
  overflow: hidden;
}
.blog-image img{
  transition: all ease-in-out 0.3s;
}
.blog-content{
  padding: 20px 20px 12px;
  background: #fff;
}
.blog-content h3{
  text-transform: capitalize;
  margin-bottom: 10px;
}
.blog-item:hover img{
  transform: rotate(5deg) scale(1.2);
  transition: all ease-in-out 0.3s;
}
.blog-content i{
  padding-right: 5px;
}

.blog-date {
    background: #2195c3;
    display: inline-block;
    padding: 8px 15px;
    margin-bottom: 15px;
    color: #fff;
}

.blog-date p {
    color: #fff;
    margin: 0;
    font-weight: 700;
}

.blog-date-icon p{
  padding-left: 10px;
  margin-bottom: 0;
  display: inline-block;
}
.blog-author{
  display: inline-block;
  width: 100%;
  border-top: 1px dashed #ccc;
  padding-top: 15px;
}
.blog-author p{
  margin-bottom: 0px;
}
.blog-wrapper .blog-item{
  margin-bottom: 30px;
}


section {
    padding: 65px 0 20px;
}


section.testimonials{
  background-position: center;
  background-size: cover;
  position: relative;
  padding-bottom: 38px; 
}
.testimonials .section-title{
  margin-bottom: 0;
}
.testimonial_094_slide h5{
  margin-top: 10px;
  font-size: 20px;
}
.testemonials .section-title{
  margin-bottom: 30px;
}
.testimonial-overlay{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.7);
}
.testimonial_094_indicators > .carousel-indicators{
  left: 0;
  bottom: 0px;
  margin: 0;
  width: 100%;
  font-size: 0;
  padding: 2px 0;
  cursor: e-resize;
  overflow-x: auto;
  line-height: 90px;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.testimonial_094_indicators > .carousel-indicators li{
  padding: 0;
  width: 90px;
  height: 90px;
  border: none;
  text-indent: 0;
  margin:  0 6px;
  cursor: pointer;
  display: inline-block;
  background-color: transparent;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 1px 1px 15px #cccccc57;
  transition: all ease-in-out 1s;
  position: relative;
}
.testimonial_094_indicators > .carousel-indicators li:after{
  position: absolute;
  content: '';
  background-image: linear-gradient(to right, rgba(87, 87, 87, 0.46), rgba(84, 99, 103, 0.73)); 
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.testimonial_094_indicators > .carousel-indicators li.active:after{
  opacity: 0;
}
.testimonial_094_indicators > .carousel-indicators .active{
  padding: 0;
  width: 130px;
  height: 130px;
  border: none;
  margin: 0 6px;
  border-radius: 50%;
  overflow: hidden;
}
.testimonial_094_indicators > .carousel-indicators li img{
  width: 100%;
  display: block;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.7s cubic-bezier(.39,.575,.565,1);
  -moz-transition: all 0.7s cubic-bezier(.39,.575,.565,1);
  transition: all 0.7s cubic-bezier(.39,.575,.565,1);
}
.testimonial_094_indicators > .carousel-indicators::-webkit-scrollbar{
  height: 3px;
}
.testimonial_094_indicators > .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/*---------- HEADER ----------*/
.testimonial_094_header > h5,
.testimonial_094_slide > p,
.testimonial_094_slide > h5 > a,
.testimonial_094_slide > h6 > a{
  text-shadow: none;
  font-family: 'Raleway', sans-serif;
  -webkit-font-smoothing: antialiased;
}
.testimonial_094_header{
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.testimonial_094_header > h5{
  color: #1e1e25;
  font-size: 35px;
  font-weight: 900;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.testimonial_094_header > h5 > span{
  color: #c32026;
  margin: 0 10px;
  position: relative;
}
.testimonial_094_header > h5 > span:after{
  left: 0;
  right: 0;
  bottom: 0;
  top: auto;
  height: 2px;
  content: "";
  width: 100%;
  margin: auto;
  position: absolute;
  background: #c32026;
}
/*---------- TEXT LAYER ----------*/
.testimonial_094_slide{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  margin: auto;
  padding: 25px 10px 10px;
  position: relative;
  text-align: center;
}
.testimonial_094_slide:before{
    position: absolute;
    height: 100px;
    width: 100px;
    top: -20px;
    left: -100px;
    background: url(../images/quote.png) no-repeat;
    content: '';
    transform: rotate(180deg);
}
.testimonial_094_slide > p{
 
}
.testimonial_094_slide > h5 > a{
  color: #c7980a;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  -webkit-transition: opacity 0.7s cubic-bezier(.39,.575,.565,1);
  transition: opacity 0.7s cubic-bezier(.39,.575,.565,1);
}
.testimonial_094_slide > h5 > a:hover{
  opacity: 0.6;
}
.testimonial_094_slide > h6 > a{
  color: #1e1e25;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  text-transform: lowercase;
  -webkit-transition: color 0.7s cubic-bezier(.39,.575,.565,1);
  transition: color 0.7s cubic-bezier(.39,.575,.565,1);
}
.testimonial_094_slide > h6 > a:hover{
  color: #c32026;
}
/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/
/*---------- MEDIA 480px ----------*/
@media only screen and (max-width: 480px){
  .testimonial_094_header{
    width: 95%;
    margin: 20px auto;
  }
  .testimonial_094_header > h5{
    font-size: 20px;
  }
  .testimonial_094_slide{
    width: 98%;
    padding: 5px;
  }
  .testimonial_094_slide > p{
    font-size: 12px;
  }
  .testimonial_094_slide > h5 > a{
    font-size: 16px;
  }
  .testimonial_094_slide > h6 > a{
    font-size: 14px;
  }
}
/*---------- MEDIA 481px - 767px ----------*/
@media (min-width: 481px) and (max-width: 767px){
  .testimonial_094_header{
    width: 95%;
    margin: 15px auto;
  }
  .testimonial_094_slide{
    width: 98%;
    padding: 5px;
  }
}
/*---------- MEDIA 768px - 991px ----------*/
@media (min-width: 768px) and (max-width: 991px){
  .testimonial_094_slide{
    width: 98%;
    padding: 5px;
  }
}
/*---------- MEDIA 992px - 1225px ----------*/
@media (min-width: 992px) and (max-width: 1225px){
  .testimonial_094_slide{
    padding: 5px;
  }
}
.testimonials img {
    border-radius: 50%;
    height: 100px;
    width: 100px;
    margin: 25px auto;
}
#testimonial_094 {
    overflow: hidden;
}
@media (max-width:768px) { 
    .trip-ad:before {
        left: 0 !important;
        width: 100% !important;
        transform: skew(0deg) !important;
        background: #ffffffa3 !important;
    }
    .contact-info i {
        font-size: 16px !important;
    margin-right: 5px !important;
    }
    .upper-head p {
        font-size: 12px !important;
    margin-right: 6px !important;
    }
    
}
@media only screen and (min-width:360px) and (max-width:480px) {
    .slicknav_btn {
        margin: -4px 5px 10px !important;
    }
}
@media only screen and (min-width:290px) and (max-width:350px) {
.navbar-brand > img {
    width: 140px !important;
}
.toll_free a {
    font-size: 12px !important;
    letter-spacing: initial !important;
}
.toll_free p {
    font-size: 8px !important;
}

}
