@charset "utf-8";


@import url('https://fonts.googleapis.com/css?family=Lato|Open+Sans|Poppins|Raleway|Sofia|Varela+Round');



@import url('font-awesome.min.css');
@import url('bootsnav.css');
@import url('fancyBox.css');
@import url('bootstrap-dropdownhover.css');
@import url('owl.carousel.min.css');
@import url('owl.theme.default.css');


body {
    background: #ffffff;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .2px;
    line-height: 26px;
    color: #4c4c4c;
    position: relative;
    overflow-x: hidden !important;
}





h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Varela Round', sans-serif;
    color: #111111;
    line-height: 1.2;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0;
    text-transform: uppercase;
}

p {
    margin: 0;
    padding: 0;
}

a {
    color: #4cb049;
    outline: none;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    outline: none;
}



.input-group .form-control:first-child {
    border-radius: 0;
}

a:focus,
a:hover {
    outline: none;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

input,
input:focus,
select,
select:focus,
button,
button:focus {
    outline: none;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}


nav.navbar.bootsnav ul.nav li.active > a {
    color: #4cb049;
}

.mb-4 {
    margin-bottom: 40px !important;
}

.mt-4 {
    margin-top: 40px !important;
}

.mt-3 {
    margin-top: 30px !important;
}




/* Preloader CSS */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99999999;
  width: 100%;
  height: auto;
}
#status {
  width: 250px;
  height: 250px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(../images/1.gif);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
}




/* Social Media CSS*/


.social{
      margin-top: 7px;
}
.social a{
position: relative;
    display: inline-block;
    font-size: 1.2em;
    width: 25px;
    height: 25px;
    line-height: 25px;
    color: white;
    border-radius: 50%;
    text-align: center;
    margin-right: 10px;
    font-smoothing: antialiased;
}
.social .fb{
    background: #46629E;
}
.social .fb:before,
.social .fb:after{
    border-color: #46629E;
}

.social .tw{
    background: #00ACEE;
}
.social .tw:before,
.social .tw:after{
    border-color: #00ACEE;
}

.social .gp{
    background: #DD4B39;
}
.social .gp:before,
.social .gp:after
{
    border-color: #DD4B39;
}
.social a:before,
.social a:after{
    content: "";
    display: block;
    position: absolute;
    background: transparent;
    top: 0; bottom: 0; left: 0; right: 0;
    border-radius: 50%;
    transition: .3s all;
    border: 3px solid;
}
.social a:hover:after{
   -webkit-transform: scale(1.5);
}
.social a:hover:before{
    -webkit-transform: scale(2);
    transition: .3s all;
    opacity: 0;
}





/* Strat Header Top CSS Start */

.top-header {
    background: #130f6c;
}

.top-bar {
    padding: 10px 0;
}

.top-bar ul {
    color: #ffffff;
    margin-top: 10px;
}

.top-bar ul li i {
    color: #ffffff;
}

.top-bar ul li a {
    color: #ffffff;
}




/* ENd Top Header 1 */


/* Strat Top Header 2 */

.topbar {
    background: #4cb049;
    padding: 25px 40px 20px 100px;
    position: relative;
    float: left;
    height: 65px;
    width: 100%;
}

.topbar::before,
.topbar::after {
    content: "";
    display: table;
}

.topbar::after {
    content: "";
    position: absolute;
    left: -50px;
    bottom: 0;
    top: 0;
    width: 0;
    height: 0;
    border-top: 65px solid #4cb049;
    border-left: 50px solid transparent !important;
}

.topbar span {
    color: #ffffff;
    float: left;
    font-size: 12px;
    font-weight: 600;
    margin-right: 80px;
}

.topbar span em {
    color: #ffffff;
    font-style: normal !important;
}

.topbar .top-social {
    margin: 0px !important;
    padding: 0px !important;
}

.topbar .top-social li {
    display: inline-block;
}

.topbar .top-social li a {
    color: #ffffff;
    font-size: 15px;
    padding: 0 5px;
    background: transparent;
}

.topbar ul li a:hover {
    color: #4cb049;
}

.topbar > span:nth-child(2) {
    margin-right: 5px;
}

.topbar .registration a {
    float: left;
    font-size: 11px;
    color: #ffffff;
    text-transform: uppercase;
    padding-left: 10px;
    margin-left: 10px;
}


/* End Top Header 2 */


/* Navbar CSS start */

.navbar-header .navbar-brand img {
    width: 85px;
    height: 74px;
    margin-top: -10px;
}

.header-navbar {
    color: #ffffff;
}

.header-navbar .navbar-brand {
    padding: 0;
}

.header-navbar .navbar-brand img {
    width: 180px;
    height: auto;
}

.header-navbar .navbar {
    margin-bottom: 0;
}

.header-navbar .navbar-nav {
    margin-top: 8px;
}

.header-navbar .navbar-default {
    background: transparent;
    border: none;
    padding: 10px 0 15px;
}

.header-navbar .navbar-default .navbar-nav > .active > a,
.header-navbar .navbar-default .navbar-nav > li > a:hover {
    color: #4cb049;
    background-color: transparent;
}

.header-navbar .navbar-default .navbar-nav > li > a {
    color: #333333;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 0;
    padding-right: 0;
    margin-left: 30px;
}

.header-navbar .navbar-default .navbar-nav > li > a:focus,
.header-navbar .navbar-default .navbar-nav > li > a:hover {
    background: transparent;
}

.header-navbar .navbar-right .dropdown-menu {
    right: auto;
}

.header-navbar .navbar-nav .dropdown-menu {
    padding: 0;
    margin-left: 30px;
}

.header-navbar .navbar-nav .dropdown-menu > li > a {
    padding: 15px 10px;
    color: #333333;
    font-weight: bold;
    text-transform: uppercase;
    border-left: 5px solid transparent;
    border-top: 1px solid #eeeeee;
}

.header-navbar .navbar-nav .dropdown-menu > li > a:hover {
    border-left-color: #4cb049;
}

.header-navbar .navbar-default .navbar-nav > .open > a,
.header-navbar .navbar-default .navbar-nav > .open > a:focus,
.header-navbar .navbar-default .navbar-nav > .open > a:hover {
    background-color: transparent;
}


/* NavBar Fixed CSS */

.menu-transparent {
    z-index: 22;
    position: absolute;
    width: 100%;
    left: 0;
    background-color: transparent !important;
    border-bottom: 1px solid rgba(212, 212, 212, 0.08) !important;
}

.menu-transparent nav.navbar.bootsnav.affix {
    border-bottom: 1px solid #cccccc;
    -webkit-box-shadow: 0px 8px 12px -10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 8px 12px -10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 8px 12px -10px rgba(0, 0, 0, 0.2);
}

nav.navbar.bootsnav.menu-transparent ul.nav > li > a {
    color: #fff;
}

nav.navbar.bootsnav.menu-transparent.affix ul.nav > li > a {
    color: #6f6f6f;
}

nav.navbar.bootsnav.menu-transparent.affix ul.nav > li.active > a {
    color: #168dd2;
}

nav.navbar.bootsnav.menu-transparent .attr-nav > ul > li > a {
    color: #fff;
}

nav.navbar.bootsnav.menu-transparent.affix .attr-nav > ul > li > a {
    color: #6f6f6f;
}

.menu-transparent nav.navbar.bootsnav {
    background: transparent;
    border: none;
    box-shadow: none;
}

.menu-transparent nav.navbar.bootsnav ul.nav > li > a {
    color: #ffffff;
}

.menu-transparent nav.navbar.bootsnav.affix ul.nav > li > a {
    color: #333;
}

.menu-transparent nav.navbar.bootsnav ul.nav li.active > a {
    color: #4cb049;
}

.menu-transparent nav.navbar.bootsnav .navbar-brand.logo-1 > img {
    display: none;
}

.menu-transparent nav.navbar.bootsnav.affix .navbar-brand.logo > img {
    display: none;
}

.menu-transparent nav.navbar.bootsnav.affix .navbar-brand.logo-1 > img {
    display: block;
}

.affix {
    border-bottom: 1px solid #cccccc;
    background: #ffffff !important;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0px 8px 12px -10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 8px 12px -10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 8px 12px -10px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.layout-boxed .affix {
    position: static;
}


.w-100 {
    width: 100%;
}


/* End Header CSS */



.search-from-area {
    position: relative;
    margin-top: -100px;
    background: transparent;
    z-index: 999;
}



.search-from{
    background: #fff;
    border-bottom: 3px solid #4cb049;
    overflow: hidden;
    border-radius: 50px;
    height: 75px;
}
.searchbox{
    padding: 35px;
    border-radius: 50px;
    font-size: 32px;
}
.sbox{
    padding: 0px 0px 0px 0px;
}

.safar-destinations{

    background: #fff;
    padding: 50px 0px;
}
.safar-destinations h3{
    font-family: 'Sofia', cursive;
    font-size: 42px;
    text-transform: capitalize;
    margin-bottom: 0px;
}
.safar-destinations b{
    color: #d36028;
}
.brline{
    padding: 15px 0;
}
p.brline img{
    margin: 0 auto;
    display: block;
}


.safar-desination-box .image{
    display: block;
    position: relative;
    overflow: hidden;
}
.safar-desination-box .image img {
    width: 100%;
    height: auto;
}


.content {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: auto;
  overflow: hidden;
}

.content .content-overlay {
  background: rgba(0,0,0,0.7);
  position: absolute;
  height: auto;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 25px;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay{
  opacity: 1;
}

.content-image{
  width: 100%;
  height: 250px;
  padding-bottom: 25px;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details h3{
    color: #fff;
    font-weight: 300;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
    font-size: 32px;
}

.fadeIn-bottom{
  top: 80%;
}

.parallax { 
  /*background: url(../images/mountain.jpg);*/
  background-image: linear-gradient(#1254aa, #50aced);
  height: auto;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax h3{
    padding: 60px 0px 10px 0px;
    text-align: center;
    color: #fff;
    font-size: 48px;
}


.whychoose-col{
    border: 1px solid #fff;
    border-radius: 50%;
    height: 200px;
    padding: 33px;
    margin: 25px 25px;
}
.whychoose-col h4{
    color: #fff;
    font-size: 15px
}
.whychoose i{
  font-size: 48px;
}
.start-count{
    font-size: 28px;
    padding: 10px 0px;  
}



.popular-package{
    background: #fff;
    padding: 60px 0px;  
}
.popular-package h3{
    font-family: 'Sofia', cursive;
    font-size: 42px;
    text-transform: capitalize;
    margin-bottom: 0px;  
}
.popular-package b {
    color: #4cb049;
}

.popular-package .owl-carousel .owl-nav .owl-next,
.popular-package .owl-carousel .owl-nav .owl-prev {
    top: 115px;
    width: 40px;
    height: 40px;
    padding-top: 5px;
    background-color: #ddd;
    color: #333;
    font-size: 18px;
    line-height: 1.5em;
    cursor: pointer;
    text-align: center;
    border: 1px solid #FFFFFF;
    border-radius: 0;
}

.popular-package .owl-carousel .owl-nav .owl-next:hover,
.popular-package .owl-carousel .owl-nav .owl-next:active,
.popular-package .owl-carousel .owl-nav .owl-next:focus,
.popular-package .owl-carousel .owl-nav .owl-prev:hover,
.popular-package .owl-carousel .owl-nav .owl-prev:active,
.popular-package .owl-carousel .owl-nav .owl-prev:focus {
    background: #4cb049 !important;
    color: #fff;
}

.popular-package .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: -25px;
}

.popular-package .owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: -25px;
}

.hover-box .image {
    display: block;
    position: relative;
    overflow: hidden;
}

.hover-box .image img {
    width: 100%;
    height: 300px;
}

.hover-box .image .over-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    transform: translateX(-100%);
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.hover-box:hover .image .over-layer {
    transform: translateX(0);
}

.hover-box .image .over-layer .links {
    padding: 30px 30px;
    margin: 0;
    list-style: none;
    text-align: center;
    position: relative;
}

.hover-box .image .over-layer .links h4 a {
    font-size: 24px;
    font-weight: 600;
    margin-left: 18px;
    color: #4cb049;
    line-height: 40px;
}

.hover-box .image .over-layer .links h6 {
    color: #fff;
    font-size: 14px;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.hover-box .image .over-layer .links p {
    color: #fff;
}

.rating ul.rating-btn li {
    display: inline-block;
}

.rating ul.rating-btn li a {
    font-size: 18px;
    color: #FF6600;
}

.rating a.view-btn {
    color: #FF6600;
    font-size: 14px;
    text-transform: uppercase;
    transition: 0.3s;
}

.rating a.view-btn:hover {
    color: #fff;
}

.tour-item {
    position: relative;
    padding: 0 25px;
    top: -25px;
}

.tour-item .tour-details {
    background: #4cb049;
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%;
    box-shadow: 0px 2px 2px #dadada;
    transition: all 0.3s ease-in-out;
}


.tour-item .tour-details p {
    font-size: 16px;
    text-transform: capitalize;
    color: #fff;
    padding: 30px 0px 30px;
}



.testimonal-area {
/*    background: url(../images/bg/3.jpg);*/
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    padding: 60px 0px;
}

.testimonal-area h3{
    text-align: center;
    color: #d36028;
    font-size: 48px;
    font-family: 'Sofia', cursive;
    text-transform: capitalize;
    margin-bottom: 0px;
}
.testimonal-area b{
  color: #d36028;
}


.testimonal-area .sec-title p {
    color: #fff;
}

.testimonial-carousel .item blockquote {
    margin: 0;
    color: #bcbcbc;
    font-style: italic;
    background: transparent;
    border-left: none;
    padding-top: 50px;
    padding-bottom: 20px;
    text-align: center;
    border-right: none;
}

.testimonial-carousel .item blockquote .block-img {
    width: 90px;
    height: 90px;
    display: block;
    position: relative;
    margin: 0 auto 40px;
    background: #fff;
    border-radius: 50%;
    border: 3px solid #FF6600;
}

.testimonial-carousel .item blockquote .block-img img {
    position: relative;
    z-index: 123;
}

.testimonial-carousel .item blockquote .block-img:after {
    left: 50%;
    bottom: -12px;
    width: 0;
    height: 0;
    content: "";
    margin: 0 5px 4px -8px;
    position: absolute;
    border-style: solid;
    border-top: 15px solid #FF6600;
    border-right: 8px solid #FF6600;
    border-bottom: 0px solid transparent !important;
    border-left: 8px solid #FF6600;
    transform: rotate(46deg);
}

.testimonial-carousel .item blockquote i.fa-quote-left {
    margin: -5px 0 0 -20px;
    color: #FF6600;
    font-size: 34px;
    position: absolute;
    left: 0;
}

.testimonial-carousel .item blockquote i.fa-quote-right {
    color: #FF6600;
    font-size: 34px;
    position: absolute;
    margin: 5px 0 0 0px;
    right: 0;
}

.testimonial-carousel .item blockquote p {
    margin: 0 0 20px;
    font-size: 18px;
    letter-spacing: 0.5px;
}

.testimonial-carousel .item blockquote strong {
    color: #FF6600;
    font-size: 22px;
    font-weight: 600;
    font-style: normal;
}

.testimonial-carousel .item blockquote h6 {
    color: #ccc;
    font-style: normal;
    font-size: 20px;
    text-align: center;
    margin-top: 15px;
    font-weight: 300;
}

.testimonal-area .owl-theme .owl-dots .owl-dot span {
    width: 3px;
    border-radius: 0;
    height: 20px;
    background: #D6D6D6;
}

.testimonal-area .owl-theme .owl-dots .owl-dot.active span,
.testimonal-area .owl-theme .owl-dots .owl-dot:hover span {
    width: 3px;
    border-radius: 0;
    height: 25px;
    background: #FF6600;
}

.association{
  background: #fff;
    padding: 60px 0px;  
}

.association .subtitle {
    color: #4cb049;
    display: block;
    margin-bottom: 15px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
}

.association .subtitle:before{
    height: 2px;
    width: 70px;
    background-color: #4cb049;
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;  
}

.association h3{
  font-size: 20px;
  text-align: left;
}


.association .association-list {
    padding: 0;
    margin-top: -15px;
    margin-bottom: -15px;
}
.association .association-list>li {
    padding-top: 15px;
    padding-bottom: 15px;
    list-style: none;
}
.association .association-list .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.association-list .item .intro-img {
    width: 75px;
}
.association .association-list .item .intro-img img {
    max-width: none;
    max-height: 60px;
}
.association .association-list .item .intro-text {
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid rgba(136, 136, 136, 0.5);
}
.association-list .item .intro-text h4 {
    font-size: 11px;
    color: #888888;
    line-height: 1.5;
    margin-bottom: 0;
}


footer{
    padding: 50px 0px 0px 0px;
    background: #130f6c; 
}

.footerlist {
    margin-bottom: 10px;
}
.footerlist ul {
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    list-style: none;   
}
.footerlist ul li {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 13px;
    padding: 0 8px;
    border-left: 1px solid #fff;
    margin-bottom: 15px;
}
.footerlist ul li:first-child {
    border-left: 0;
}
.footerlist ul a {
    color: #fff;
}

hr.footerhr {
    border: 0;
    height: 2px;
    background: #4cb049;
    background-image: linear-gradient(to right, #4cb049, #fff, #4cb049);
}


.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    display: none;
    bottom: 20px;
    right: 20px;
    z-index: 99999;
    background-color: #d36028;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    border-radius: 50%;
}



/*Internal Page Css*/

.page-banner {
    padding: 50px 0;
    text-align: center;
    background: black;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
} 

.page-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.2);
}

.page-banner.page-title {
    

    position: relative;
    color: #fff;
    
    padding: 50px 80px;
    display: inline-block;
    border-radius: 50%;
}

.page-banner .page-title h1 {
    font-family: 'Sofia', cursive;
    font-weight: 700;
    font-size: 120px;
    color: #fff;
}

.page-banner .page-title h2 {
    font-size: 36px;
    color: #ffffff;
}

.page-banner .page-title p.page-title-text {
    display: block;
    font-size: 18px;
    margin-bottom: 20px;
}

.page-banner .page-title p {
    display: inline-flex;
}

.page-banner .page-title p a {
    color: #fff;
    margin: 0 5px;
    text-transform: uppercase;
    font-size: 16px;
}

.page-banner .page-title p i {
    display: inline-block;
    font-size: 14px;
    margin: 4px 6px 0px 6px;
}


/*Contact Page*/

.contact-section{
    background: #fff;
    padding: 60px 0px;    
}



.awo-contract-form {
    background-color: #f5f5f5;
    display: block;
    position: relative;
    overflow: hidden;
}

.contact-form h2 {
    padding-left: 15px;
}

.contact-form .input-field {
    overflow: hidden;
}

.contact-form .input-field input {
    background: #ffffff;
    display: block;
    border: 1px solid #ededed;
    color: #333;
    float: left;
    outline: none;
    font-size: 14px;
    padding: 10px 22px;
    margin-bottom: 25px;
    height: 60px;
    width: 100%;
}

.contact-form .input-field input:focus,
.contact-form .input-field textarea:focus {
    box-shadow: none !important;
    border: 1px solid #FF6600;
}

.contact-form .input-field textarea {
    background: #ffffff;
    display: block;
    border: 1px solid #ededed;
    color: #333;
    float: left;
    outline: none;
    font-size: 14px;
    padding: 10px 22px;
    margin-bottom: 25px;
    resize: none;
    width: 100%;
}

.contact-form .input-field .more-link {
    background: #FF6600;
    border-radius: 0 !important;
    float: left;
}

.contact-address .address {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.15), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background: #ffffff;
    overflow: hidden;
    position: relative;
    padding: 15px 25px 20px;
    margin-bottom: 30px;
}

.contact-address .address ul li {
    font-size: 16px;
    line-height: 3em;
    color: #000;
}

.contact-address .address ul li i {
    font-size: 22px;
    margin-top: 12px;
    color: #FF6600;
}

.contact-map-3 #map {
    height: 600px;
}

.set-contact-info {
    padding: 20px 0;
}

.set-contact-info .column .fa-ul li i.fa-li {
    border: 1px solid #ddd;
    display: block;
    height: 70px;
    line-height: 3em;
    font-size: 22px;
    border-radius: 50%;
    width: 70px;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.set-contact-info .column .fa-ul li:hover i {
    background: #FF6600;
    color: #ffffff;
    display: block;
}

.set-contact-info .column .fa-box-info {
    margin-left: 40px;
}

.awo-contract-form.set-contact-info {
    padding: 70px 0 40px;
}

.awo-contract-form.set-contact-info .fa-box-info {
    margin-left: 20px;
}

.awo-contract-form.set-contact-info .fa-ul li {
    line-height: 2em;
}

.awo-contract-form.set-contact-info .fa-ul li:hover i {
    background: #FF6600;
    color: #ffffff;
    display: block;
}

.awo-contract-form.set-contact-info .fa-ul li i.fa-li {
    border: 1px solid #ddd;
    display: block;
    height: 70px;
    line-height: 3em;
    font-size: 22px;
    border-radius: 50%;
    width: 70px;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.awo-contacts {
    background-color: #f5f5f5;
    padding: 70px 0 40px;
    display: block;
    position: relative;
    overflow: hidden;
}

.awo-contacts h2 {
    margin-top: 0;
    margin-left: 15px;
}

.awo-contacts .input-field {
    overflow: hidden;
}

.awo-contacts .input-field input {
    background: #ffffff;
    display: block;
    border: 1px solid #ededed;
    color: #333;
    float: left;
    outline: none;
    font-size: 14px;
    padding: 10px 22px;
    margin-bottom: 25px;
    height: 60px;
    width: 100%;
}

.awo-contacts .input-field input:focus,
.awo-contacts .input-field textarea:focus {
    box-shadow: none !important;
    border: 1px solid #FF6600;
}

.awo-contacts .input-field textarea {
    background: #ffffff;
    display: block;
    border: 1px solid #ededed;
    color: #333;
    float: left;
    outline: none;
    font-size: 14px;
    padding: 10px 22px;
    margin-bottom: 25px;
    width: 100%;
}

.awo-contacts .input-field .more-link {
    background: #ffa125;
    border-radius: 0 !important;
    float: left;
}

.awo-contacts .address {
    background: #ffffff;
    display: block;
    border: 1px solid #ededed;
    overflow: hidden;
    position: relative;
    padding: 15px 25px 20px;
    margin-bottom: 30px;
}

.awo-contacts .address ul li {
    font-size: 16px;
    line-height: 3em;
}

.awo-contacts .address ul li i {
    font-size: 22px;
    margin-top: 12px;
    color: #FF6600;
}

.contact-map-3 #map {
    height: 600px;
}

.set-contact-info {
    padding: 20px 0;
}

.set-contact-info .column .fa-ul li i.fa-li {
    border: 1px solid #ddd;
    display: block;
    height: 70px;
    line-height: 3em;
    font-size: 22px;
    border-radius: 50%;
    width: 70px;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.set-contact-info .column .fa-ul li:hover i {
    background: #ffa125;
    color: #ffffff;
    display: block;
}

.set-contact-info .column .fa-box-info {
    margin-left: 40px;
}

.awo-contacts.set-contact-info {
    padding: 70px 0 40px;
}

.awo-contacts.set-contact-info .fa-box-info {
    margin-left: 20px;
}

.awo-contacts.set-contact-info .fa-ul li {
    line-height: 2em;
}

.awo-contacts.set-contact-info .fa-ul li:hover i {
    background: #FF6600;
    color: #ffffff;
    display: block;
}

.awo-contacts.set-contact-info .fa-ul li i.fa-li {
    border: 1px solid #ddd;
    display: block;
    height: 70px;
    line-height: 3em;
    font-size: 22px;
    border-radius: 50%;
    width: 70px;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}


.btn-safar{
    background: #d36028;
    color: #fff;    
}


/*Team Section*/

.team-section{
    background: #fff;
    padding: 60px 0px;
}
.team-section h3{
    font-family: 'Sofia', cursive;
    font-size: 42px;
    text-transform: capitalize;
    margin-bottom: 0px;    
}
.team-section b{
    color: #d36028;
}
.safar-team{
    position: relative;
    padding: 0 5px; 
    top: -50px;   
}
.safar-team-detail{
    background: #fff none repeat scroll 0 0;
    display: flex;
    justify-content: center;
    padding: 30px 0 30px;
    text-align: center;
    width: 100%;
    box-shadow: 0px 2px 2px #dadada;
    transition: all 0.3s ease-in-out; 
    display: block;   
    border-radius: 15px;
}
.safar-team-detail small{
    color: #988e8e;
    font-size: 15px;
}.main-heading{
    padding-bottom: 40px;    
}

/*Tour Listing*/

.safar-tour-list-section{
    background: #fff;
    padding: 60px 0px;
}
.safar-tour-list{
    float: left;
    margin-bottom: 45px;
}
.safar-tour-list .image img{
    width: 100%;
    height: auto;
}
.safar-tour-list-content{
    padding: 10px 0 20px;
    text-align: left;    
}
.safar-tour-list-content h4{
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    margin: 0 0 5px 0;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;    
}
.safar-tour-list-content h4 a{
    color: #333;
}
.safar-tour-list-content p{
    margin-bottom: 10px;
    color: #4c4c4c;    
}
.btn-view{
    background: #d36028;
    color: #fff;
    padding: 13px 15px 9px 15px;    
}


/*Pagination LInks*/
.safar-pagination-list {
    margin: 50px 0 35px;
}
.safar-pagination-list ul li {
    margin: 0 11px 0 0;
}

.safar-pagination-list ul li a {
    border: 1px solid #e6e6e6;
    color: #888888;
    float: left;
    height: 50px;
    line-height: 40px;
    padding: 4px 15px;
    background: #fff;
    font-size: 20px;
    text-align: center;
}
.safar-pagination-list ul li a.active {
    background: #FF6600;
    color: #fff !important;
}

/*Sidebar Widgets*/
.safar-sidebar-widget{
    position: relative;
    float: left;
    border-left: 3px solid #4cb049;
    padding: 15px 15px;
    margin-bottom: 50px;
    width: 100%;
    background: #fff;   
}
.safar-sidebar-widget .widget-img{
    text-align: center;
}
.safar-sidebar-widget .widget-img img{
    width: 100%;
    padding-bottom: 15px;
}

.widget-img .caption{
    position: absolute;
    top: 35%;
    left: 0;
    width: 100%;
    color: #fff;
    font-size: 18px;
    background: rgba(97, 94, 94, 0.7);
    padding: 5px 0px;
}

.safar-sidebar-widget .widget-img { 
   position: relative; 
   width: 100%; 
}


/*Tour Details*/

.safar-destination-tour-details-section{
    background: #eee;
    padding: 60px 0px;
}
.safar-tour-detail-wrapper{
    float: left;
    background: #fff;
    width: 100%;
}
.safar-tour-detail-post{
    float: left;
    padding: 20px;
}
.safar-tour-detail-post h4{
    margin: 10px 15px;
    font-size: 22px;
    line-height: 1.5em;    
}
.safar-tour-title p{
    color: #4cb049;
    padding: 0px 15px 15px 15px;    
}


.safar-tour-detail-post h4 a{
    color: #888;
    display: inline-block;
}
.safar-tour-detail-post .nav-tabs>li>a {
    text-transform: uppercase;
}
.safar-tour-detail-post .nav-tabs>li.active>a{
    background: #4cb049;
    color: #fff;
}
.safar-tour-detail-post .tab-pane{
    color: #888;
}
.safar-tour-detail-post .tab-content{
    padding: 15px 0px;
}



.gallery-box {
    position: relative;
    float: left;
    overflow: hidden;
    text-align: center;
}

.gallery-box .image img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
    opacity: 0.95;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
    height: 200px;
    margin-bottom: 30px;


}

.gallery-box .image:hover img {
    opacity: 0.6;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.gallery-box .image .overlay::before,
.gallery-box .image .overlay::after {
    content: '';
    display: table;
}

.gallery-box .image .overlay::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    content: '';
    display: table-cell;
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}

.gallery-box .image:hover .overlay::before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}

.gallery-box .image .overlay-content .overlay-icon {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    display: table;
    width: 100%;
}

.gallery-box .image .overlay-content .overlay-icon a {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    color: #ffffff;
    z-index: 234;
    opacity: 0;
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.gallery-box .image:hover .overlay-content .overlay-icon a {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.gallery-box .image .overlay-content a i::before {
    position: relative;
    width: 65px;
    height: 65px;
    background: #fff;
    color: #FF6600;
    text-align: center;
    line-height: 65px;
    font-size: 35px;
    border-radius: 50%;
}

.gallery-box .image:hover .overlay-content a i {
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.gallery-box .image .overlay-content p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -50px;
    color: #333;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.gallery-box .image .overlay-content p a {
    z-index: 9;
    color: #333;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.gallery-box .image .overlay-content p a:hover {
    color: #FF6600;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.gallery-box .image .overlay-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.gallery-box .image:hover .overlay-content {
    opacity: 1;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}



.input-group{
    margin-bottom: 10px;
}