@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700');
@import url('header-images.css');
@import url('simplelightbox.min.css');
@import url('testimonials-style.css');

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
    background-color: #fff;
}
a, a:focus, a:hover {
    text-decoration: none;
    outline: 0;
}

.main-heading {
    margin: 0px;
    padding: 60px 0px 30px 0px;
    text-align: center;
    font-size: 40px;
    color: #f64c22;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}


.main-heading-2 {
    margin: 0px;
    padding: 60px 0px 0 0px;
    text-align: center;
    font-size: 40px;
    color: #f64c22;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}


.main-heading-color {
    color: #017ac9;
}
.Stone-Town-Package-Tour {
    background: url(../images/inner-background/Stone-Town-Package-Tour.jpg);
    background-size: cover;
    background-attachment: fixed;
}
.useful-swahili-phrases {
    background: url(../images/inner-background/useful-swahili-phrases.jpg);
    background-size: cover;
    background-attachment: fixed;
}
.Stone-Town-Package-Holidays {
    background: url(../images/inner-background/Stone-Town-Package-Holidays.jpg);
    background-size: cover;
    background-attachment: fixed;
}
.innermain-heading-bg {
    background: url(../images/inner-heading-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
}
.Hotels-in-Zanzibar {
    background: url(../images/inner-background/Hotels-in-Zanzibar.jpg);
    background-size: cover;
    background-attachment: fixed;
}

.inner-main-heading {
    margin: 20px 0px;
    padding: 40px 0px;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    color: rgba(255,255,255,1.00);
    font-size: 50px;
    text-transform: uppercase;
}

.inner-heading-subtitle {
    font-family: 'Oswald', sans-serif;
    margin: 20px 0px 0px 0px;
    padding: 25px 20px;
    text-align: center;
    background-color: rgba(255,255,255,0.60);
    width: 100%;
    font-size: 20px;
    color: rgba(0,0,0,1.00);
    font-weight: 600;
}

.inner-heading-link {
    font-family: 'Oswald', sans-serif;
    color: rgba(235,65,0,1.00);
    font-weight: bold;
}

    .inner-heading-link:hover {
        color: rgba(0,104,215,1.00);
        font-weight: bold;
        text-decoration: none;
    }


/*------header-part------*/

.navbar-default {
    background-color: #FFFFFF;
    border: none;
    border-radius: 0px;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.50);
    min-height: 0px;
    margin-bottom: 0px;
}



.nav.navbar-nav > li > a {
    margin: 0px 0px 0px 8px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    text-transform: uppercase;
    padding: 22px 9px 22px 9px;
    background: none;
}

.nav.navbar-nav > li.active > a,
.nav.navbar-nav > li.focus > a,
.nav.navbar-nav > li:hover > a {
    background: none;
    color: #000000;
    padding: 22px 9px 17px 9px;
    border-bottom: 5px solid #f64c22;
}


.header-bg {
    background-color: #f4f3f8;
    padding-bottom: 5px;
    border-bottom: 2px solid #f64c22;
}
.header-bg-line {
    text-align: center;
    padding-top: 15px;
    margin-bottom: 5px;
    border-bottom: 2px solid #f64c22;
}

.main-logo {
    max-height: 115px;
}

.h-contact-btn {
    text-align: center;
    background: none;
    border: 1px solid #000000;
    border-radius: 50px;
    padding: 9px 12px;
    margin: 40px 0px 0px 0px;
}

.h-contact-btn-2 {
    text-align: center;
    background: none;
    border: 1px solid #000000;
    border-radius: 50px;
    padding: 9px 14px;
    margin: 40px 0px 0px 0px;
}

.h-contact-btn-p {
    margin: 52px 0px 0px 0px;
    font-weight: 600;
}

.header-media-icon-2 {
    background-color: #f64c22;
    margin-top: 35px;
}


.header-media-icon ul {
    margin: 0px;
    padding-left: 20px;
}

.header-media-icon li {
    list-style-type: none;
    float: left;
}

    .header-media-icon li a {
        text-decoration: none;
        text-align: center;
        display: block;
        color: #FFF;
        margin: 3px 0px 3px 0px;
        padding: 10px 19px;
    }

        .header-media-icon li a:hover {
            color: #000000;
        }




/* === HEADER STYLING === */

.header {
    width: 100%;
    float: left;
    background-color: white;
    z-index: 999;
}

.stickyheader {
    position: fixed;
    top: 0;
    margin: 0px auto;
    float: none;
    display: none;
    background-color: rgba(255,255,255,1.00);
    z-index: 1001;
}

.stickyheaderboxed {
    max-width: 1240px;
}

.topheader {
    background-color: #3E3E3E;
    color: #C8C8C8;
    font-size: 12px;
    line-height: 30px;
    height: 30px;
    width: 100%;
    padding: 10px 0px;
}

    .topheader > .container > .row > .span6 > i {
        color: white;
        font-size: 12px;
        padding: 9px 0px 7px 10px;
        margin-top: -9px;
        margin-right: 5px;
        line-height: 14px;
    }

        .topheader > .container > .row > .span6 > i:nth-child(2) {
            margin-left: 20px;
        }


#main_menu {
    width: auto;
    float: right;
    z-index: 2000;
}
.dropdown-menu li a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 600;
    line-height: 1.42857143;
    color: #333;
}
.dropdown-menu a:hover {
    background-color: #f1f1f1
}

#main_menu_sticky {
    width: auto;
    float: right;
}

.logo {
    max-height: 88px;
}

    .logo img {
        max-height: 88px;
        width: auto;
    }

.smalllogo {
    max-height: 64px;
}

    .smalllogo img {
        max-height: 60px;
        width: auto;
    }

.navbar-collapse {
    border: none;
    box-shadow: none;
}

/*------header-part------*/

.nav.navbar-nav.navbar-right li a {
    font-size: 13px;
}



/*Banner****************************************************/


.bs-slider {
    overflow: hidden;
    max-height: 100%;
    position: relative;
    background: rgba(0,0,0,0.00);
}

    .bs-slider .bs-slider-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.00);
    }

    .bs-slider > .carousel-inner > .item > img,
    .bs-slider > .carousel-inner > .item > a > img{
        margin: auto;
        width: 100% !important;
    }

/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}

    .fade .item {
        top: 0;
        z-index: 1;
        opacity: 0;
        width: 100%;
        position: absolute;
        left: 0 !important;
        display: block !important;
        -webkit-transition: opacity ease-in-out 1s;
        -moz-transition: opacity ease-in-out 1s;
        -ms-transition: opacity ease-in-out 1s;
        -o-transition: opacity ease-in-out 1s;
        transition: opacity ease-in-out 1s;
    }

        .fade .item:first-child {
            top: auto;
            position: relative;
        }

        .fade .item.active {
            opacity: 1;
            z-index: 2;
            -webkit-transition: opacity ease-in-out 1s;
            -moz-transition: opacity ease-in-out 1s;
            -ms-transition: opacity ease-in-out 1s;
            -o-transition: opacity ease-in-out 1s;
            transition: opacity ease-in-out 1s;
        }


/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: rgba(0,0,0,0.50);
    -webkit-border-radius: 100px;
    border-radius: 100px;
}

.control-round:hover .carousel-control {
    opacity: 1;
}

.control-round .carousel-control.left {
    left: 1%;
}

.control-round .carousel-control.right {
    right: 1%;
}

    .control-round .carousel-control.left:hover,
    .control-round .carousel-control.right:hover {
        background: #f64c22;
        color: rgba(0,0,0,1.00);
        border: 0px transparent;
    }

.control-round .carousel-control.left > span:nth-child(1) {
    left: 45%;
}

.control-round .carousel-control.right > span:nth-child(1) {
    right: 45%;
}

/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    text-align: left !important;
}

.slide_style_right {
    text-align: right !important;
}

.slide_style_center {
    text-align: center !important;
}

.slide-text {
    left: 0;
    top: 25%;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 85px;
}

    .slide-text > h1 {
        text-transform: uppercase;
        font-family: 'Oswald', sans-serif;
        padding: 0;
        font-weight: 700;
        color: #ffffff;
        font-size: 75px;
        font-style: normal;
        line-height: 84px;
        margin-bottom: 30px;
        letter-spacing: 1px;
        display: inline-block;
        -webkit-animation-delay: 0.7s;
        animation-delay: 0.7s;
    }

    .slide-text > p {
        padding: 0;
        color: #ffffff;
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        margin-bottom: 40px;
        letter-spacing: 1px;
        text-transform: uppercase;
        -webkit-animation-delay: 1.1s;
        animation-delay: 1.1s;
    }

    .slide-text > a.btn-primary {
        color: #FFF;
        cursor: pointer;
        font-weight: 600;
        font-size: 20px;
        line-height: 15px;
        margin-left: 10px;
        text-align: center;
        padding: 20px 50px;
        white-space: nowrap;
        letter-spacing: 1px;
        background: #f64c22;
        display: inline-block;
        text-decoration: none;
        text-transform: uppercase;
        border: none;
    }

    .slide-text > a:hover,
    .slide-text > a:active {
        color: #FFF;
        background: #000000;
        -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
        transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    }





/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 991px) {
    .slide-text h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }

    .slide-text > p {
        font-size: 18px;
        opacity: 0;
        color: rgba(0,0,0,0.00);
    }
}


/*---------- MEDIA 480px ----------*/
@media (max-width: 768px) {
    .slide-text {
        padding: 10px 50px;
    }

        .slide-text h1 {
            font-size: 30px;
            line-height: 40px;
            margin-bottom: 10px;
        }

        .slide-text > p {
            font-size: 14px;
            line-height: 20px;
            margin-bottom: 20px;
            opacity: 0;
            color: rgba(0,0,0,0.00);
        }

    .control-round .carousel-control {
        display: none;
    }
}

@media (max-width: 480px) {
    .slide-text {
        padding: 0px 30px;
    }

        .slide-text h1 {
            font-size: 20px;
            line-height: 25px;
            margin-bottom: 5px;
        }

        .slide-text > p {
            font-size: 12px;
            line-height: 18px;
            margin-bottom: 10px;
            opacity: 0;
            color: rgba(0,0,0,0.00);
        }

        .slide-text > a.btn-default,
        .slide-text > a.btn-primary {
            font-size: 10px;
            line-height: 10px;
            margin-right: 10px;
            text-align: center;
            padding: 10px 15px;
        }

    .indicators-line > .carousel-indicators {
        display: none;
    }
}

/*------------------------------------------------------*/
/* BANNER
/*------------------------------------------------------*/



/*------------------------------------------------------*/
/* ABOUT US
/*------------------------------------------------------*/


.about-us-bg {
    background-color: #eeeef0;
    padding-bottom: 50px;
}

.about-us-title {
    font-family: 'Oswald', sans-serif;
    margin: 0px;
    padding: 20px 0px;
    font-weight: 600;
    color: #f64c22;
}

.about-us-title-hr {
    margin: 0px;
    padding: 0px;
    height: 2px;
    background-color: #017ac9;
    width: 33%;
}

.about-us-btn {
    margin: 25px 0px 0px 0px;
    padding: 10px 25px;
    border: none;
    background-color: #017ac9;
    color: rgba(255,255,255,1.00);
    font-weight: 600;
}

    .about-us-btn:hover {
        background-color: #2a2a2a;
        color: rgba(255,255,255,1.00);
    }


.about-us-p {
    font-family: 'Oswald', sans-serif;
    margin: 0px;
    font-size: 18px;
    padding: 30px 0px 0px 0px;
    line-height: 22px;
    font-weight: 300;
}

.about-us-contact {
    margin: 0px;
    padding: 40px 0px 0px 0px;
    color: #017ac9;
    font-family: 'Oswald', sans-serif;
}



.about-us-contact-btn {
    margin: 35px 0px 0px 0px;
    padding: 10px 35px 10px 5px;
    border: none;
    font-family: 'Oswald', sans-serif;
    background-color: #017ac9;
    color: rgba(255,255,255,1.00);
    font-weight: 600;
    font-size: 16px;
}

    .about-us-contact-btn:hover {
        background-color: #2a2a2a;
        color: rgba(255,255,255,1.00);
    }

.about-phone {
    color: #017ac9;
    background-color: rgba(255,255,255,1.00);
    padding: 10px;
    font-size: 20px;
}



.about-us-mission-bg {
    background-color: rgba(255,255,255,1.00);
    margin: 20px 0px;
}


.mission-h {
    margin: 0px;
    padding: 20px 0px;
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    color: #f64c22;
}

.mission-p {
    margin: 0px;
    padding: 7px 0px;
    font-size: 13px;
    color: #646464;
}
.img-align img {
  position: relative;
  top: 19px;
  left: 5px;
    width: 217px;
    height: 218px;
}

/*-- edit ----*/
.container-mission {
  max-width: 800px;
  margin:10px auto;
}
.company-info p {
    margin: 0px;
    padding: 0px 0px 20px 0px;
    color: #FFF;
    font-size: 18px;
    line-height: 20px;
    font-family: 'Oswald', sans-serif;
}
.text-center {
  text-align: center;
}

.quote-card {
  background: #fff;
  color: #222222;
  padding: 20px;
  padding-left: 50px;
  box-sizing: border-box;
  box-shadow: 0 2px 4px rgba(34, 34, 34, 0.12);
  position: relative;
  overflow: hidden;
  min-height: 120px;
}
.quote-card p {
  font-family: 'Roboto', sans-serif;
  font-size: 13.5px;
  line-height: 1.5;
  margin: 0;
  max-width: 100%;
}
.quote-card cite {
  font-size: 16px;
  margin-top: 10px;
  display: block;
  font-weight: 200;
  opacity: 0.8;
}
.quote-card:before {
  font-family: Georgia, serif;
  content: "“";
  position: absolute;
  top: -10px;
  left: 10px;
  font-size: 5em;
  color: rgba(238, 238, 238, 0.8);
  font-weight: normal;
}
.quote-card:after {
  font-family: Georgia, serif;
  content: "”";
  position: absolute;
  bottom: -45px;
  line-height: 100px;
  right: 3px;
  font-size: 5em;
  color: rgba(238, 238, 238, 0.8);
  font-weight: normal;
}
@media (max-width: 640px) {
  .quote-card:after {
    font-size: 22em;
    right: -25px;
  }
}
.booking-button a.btn-primary {
    color: #FFF;
    cursor: pointer;
    font-weight: 600;
    font-size: 20px;
    line-height: 15px;
    margin-left: 10px;
    top: 10px;
    text-align: center;
    padding: 20px 50px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #f64c22;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
}
/*-- edit ----*/
.inner-about-bg {
    background: url(../images/about-inner-bg.jpg);
    background-size: cover;
    padding: 50px 0px;
}
.inner-about-bg-about {
    background: url(../images/about-inner-bg.jpg);
    background-size: cover;
    padding: 25px 0px;
}

.inner-about-title {
    margin: 0px;
    padding: 25px 0px 20px 0px;
    font-family: 'Oswald', sans-serif;
    color: #f64c22;
}

.inner-about-hr {
    margin: 0px;
    height: 2px;
    width: 78%;
    background-color: #f64c22;
}

.inner-about-title-tag {
    font-family: 'Oswald', sans-serif;
    margin: 0px;
    padding: 20px 0px 20px 0px;
    color: #343434;
    font-weight: 600;
}


.inner-about-p {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    margin: 0px;
    padding: 10px 0px;
    line-height: 24px;
    font-size: 20px;
}

.inner-about-color {
    color: #017ac9;
}


.inner-about-sub-title {
    margin: 0px;
    padding: 50px 0px 20px 0px;
    color: #017ac9;
    font-size: 18px;
    line-height: 20px;
    font-family: 'Oswald', sans-serif;
}

.inner-about-bg-2 {
    background-color: #017ac9;
    padding: 30px;
    margin-top: 30px;
}

.inner-about-staff-list {
    margin: 0px;
    padding: 10px 0px 08px 0px;
    color: rgba(255,255,255,1.00);
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.inner-about-staff-list2 {
    margin: 0px;
    padding: 10px 0px 08px 0px;
    color: #343434;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.inner-festival-p {
    margin: 0px;
    padding: 20px 0px;
    color: #017ac9;
    font-size: 20px;
    line-height: 24px;
    font-family: 'Oswald', sans-serif;
}

/*------------------------------------------------------*/
/* ABOUT US
/*------------------------------------------------------*/



/*------------------------------------------------------*/
/* SERVICES
/*------------------------------------------------------*/

.excursion-bg {
    background: url(../images/services-bg.jpg);
    background-attachment: fixed;
    background-size: cover;
    padding-bottom: 50px;
}

.excursion-bg-2 {
    background-color: #017ac9;
    margin: 20px 0px;
}


.hovereffect2 {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

    .hovereffect2 .overlay1 {
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
        background-color: rgba(0,0,0,0.30);
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .hovereffect2:hover .overlay1 {
        background-color: rgba(0,0,0,0.00);
    }

    .hovereffect2 img {
        display: block;
        position: relative;
    }

    .hovereffect2 h2 {
        text-transform: uppercase;
        color: rgba(255,255,255,0.80);
        margin: 210px 0px 0px 0px;
        text-align: center;
        font-weight: 600;
        position: relative;
        font-size: 16px;
        padding: 35px 10px 10px 10px;
        border: none;
        background-color: rgba(0,0,0,0.70);
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }


    .hovereffect2 a.info {
        left: 38%;
        display: inline-block;
        position: absolute;
        text-decoration: none;
        padding: 12px 16px;
        text-transform: uppercase;
        color: #FFF;
        font-size: 18px;
        border-radius: 50px;
        background-color: rgba(255,255,255,1.00);
        color: rgba(0,0,0,1.00);
        opacity: 1;
        font-weight: 600;
        margin: 175px 0px 0px 0px;
        transition: all ease-in-out 0.2s;
        z-index: 10;
    }

    .hovereffect2:hover a.info {
        opacity: 1;
        margin: 100px 0 0 0px;
    }


.excursion-h {
    margin: 0px;
    padding: 290px 0px 20px 0px;
    font-family: 'Oswald', sans-serif;
    font-size: 25px;
    text-align: center;
    color: rgba(255,255,255,1.00);
}




.excursion-inner-bg {
    background-color: transparent;
    border: 1px solid #f54c21;
}

.excursion-inner-h {
    font-family: 'Oswald', sans-serif;
    margin: 0px;
    padding: 15px 0px;
    text-align: center;
    background-color: #f54c21;
    font-size: 24px;
    color: #FFFFFF;
    font-weight: 600;
}



.excursion-inner-p {
    text-align: justify;
    font-family: 'Oswald', sans-serif;
    margin: 0px;
    padding: 20px;
    font-size: 16px;
    line-height: 22px;
}

.excursion-inner-btn {
    font-family: 'Oswald', sans-serif;
    margin: 0px 0px 20px 20px;
    padding: 10px 20px;
    border: none;
    background-color: #00273f;
    font-weight: 600;
    color: #FFFFFF;
}

    .excursion-inner-btn:hover {
        background-color: #004792;
        color: #FFFFFF;
    }

@media (max-width: 480px) {

    .hovereffect2 {
        width: 100%;
        height: 100%;
        float: left;
        overflow: hidden;
        position: relative;
        text-align: center;
        cursor: default;
    }

        .hovereffect2 .overlay1 {
            width: 100%;
            height: 100%;
            position: absolute;
            overflow: hidden;
            top: 0;
            left: 0;
            background-color: rgba(0,0,0,0.30);
            -webkit-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }

        .hovereffect2:hover .overlay1 {
            background-color: rgba(0,0,0,0.00);
        }

        .hovereffect2 img {
            display: block;
            position: relative;
        }

        .hovereffect2 h2 {
            text-transform: uppercase;
            color: rgba(255,255,255,0.80);
            margin: 205px 0px 0px 0px;
            text-align: center;
            font-weight: 600;
            position: relative;
            font-size: 16px;
            padding: 35px 10px 10px 10px;
            border: none;
            background-color: rgba(0,0,0,0.70);
            -webkit-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }


        .hovereffect2 a.info {
            left: 38%;
            display: inline-block;
            position: absolute;
            text-decoration: none;
            padding: 12px 16px;
            text-transform: uppercase;
            color: #FFF;
            font-size: 18px;
            border-radius: 50px;
            background-color: rgba(255,255,255,1.00);
            color: rgba(0,0,0,1.00);
            opacity: 1;
            font-weight: 600;
            margin: 175px 0px 0px 0px;
            transition: all ease-in-out 0.2s;
            z-index: 10;
        }

        .hovereffect2:hover a.info {
            opacity: 1;
            margin: 100px 0 0 0px;
        }


    .excursion-h {
        margin: 0px;
        padding: 290px 0px 20px 0px;
        font-family: 'Oswald', sans-serif;
        font-size: 25px;
        text-align: center;
        color: rgba(255,255,255,1.00);
    }
}


/*------------------------------------------------------*/
/* SERVICES
/*------------------------------------------------------*/




/*------------------------------------------------------*/
/* OFFER-PART
/*------------------------------------------------------*/

.offer-bg {
    background: url(../images/offer-bg.jpg);
    background-size: cover;
    padding: 160px 0px 70px 0px;
}


/*------------------------------------------------------*/
/* OFFER-PART
/*------------------------------------------------------*/


/*------------------------------------------------------*/
/* HOTEL-PART
/*------------------------------------------------------*/


.hotel-bg {
    font-family: 'Oswald', sans-serif;
    background: url(../images/hotel-bg.jpg);
    background-attachment: fixed;
    background-size: cover;
    padding-bottom: 20px;
}


.hotel-bg-2 {
    background-color: #FFF;
    margin: 20px 0px;
    box-shadow: 0px 1px 1px rgba(43,43,43,0.40);
    border: 1px solid rgba(255,255,255,1.00);
}

.hotel-h {
    margin: 0px;
    padding: 250px 0px 10px 20px;
    font-size: 25px;
    font-weight: 700;
    color: #017ac9;
    text-transform: uppercase;
}

.hotel-p {
    margin: 0px;
    padding: 0px 0px 10px 20px;
    font-weight: 600;
}

.hotel-btn-1 {
    margin: 30px 10px 20px 0px;
    padding: 7px 18px;
    border: none;
    background-color: #017ac9;
    color: rgba(255,255,255,1.00);
    font-weight: 600;
    font-size: 13px;
    width: 40%;
}

    .hotel-btn-1:hover {
        background-color: #2a2a2a;
        color: rgba(255,255,255,1.00);
    }


.hotel-btn-2 {
    margin: 30px 0px 20px 10px;
    padding: 7px 18px;
    border: none;
    background-color: #f64c22;
    color: rgba(255,255,255,1.00);
    font-weight: 600;
    font-size: 13px;
    width: 40%;
}

    .hotel-btn-2:hover {
        background-color: #2a2a2a;
        color: rgba(255,255,255,1.00);
    }


.hovereffect3 {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

    .hovereffect3 .overlay2 {
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
        background-color: rgba(0,0,0,0.30);
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .hovereffect3:hover .overlay2 {
        background-color: rgba(0,0,0,0.00);
    }

.hovereffect2 img {
    display: block;
    position: relative;
}

.hovereffect3 a.h-btn {
    display: inline-block;
    text-decoration: none;
    padding: 10px 30px;
    text-transform: uppercase;
    color: #FFF;
    font-size: 24px;
    background-color: #017ac9;
    color: rgba(255,255,255,1.00);
    opacity: 1;
    font-weight: bold;
    margin: 150px 0px 0px 200px;
    transition: all ease-in-out 0.2s;
    z-index: 10;
}

.hovereffect3:hover a.h-btn {
    margin: 150px 0px 0px 200px;
    background-color: #FFFFFF;
    color: #017ac9;
}



.hotel-bg-2 {
    background-color: #f1f5f8;
    margin-top: 50px;
}

.hotel-h-2 {
    font-family: 'Oswald', sans-serif;
    margin: 0px;
    padding: 40px 0px 10px 20px;
    font-size: 34px;
    font-weight: 600;
    color: #f54c21;
    text-transform: uppercase;
}

.hotel-p-2 {
    font-family: 'Oswald', sans-serif;
    margin: 0px;
    padding: 10px 20px;
    line-height: 22px;
    font-size: 20px;
    font-weight: 600;
}

.hotel-price-2 {
    font-family: 'Oswald', sans-serif;
    margin: 40px 0px 0px 0px;
    padding: 20px 0px;
    background-color: #FFFFFF;
    color: #f54c21;
    width: 100%;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    line-height: 30px;
    font-weight: 600;
}


.hotel-inner-btn {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    margin: 0px;
    padding: 15px 15px;
    width: 100%;
    border: none;
    background-color: #00285f;
    color: #FFFFFF;
    font-weight: 600;
    border-radius: 5px;
    box-shadow: 0px 3px 0px #000000;
}

    .hotel-inner-btn:hover {
        background-color: #f54c21;
        color: #FFFFFF;
    }

.call-any-p {
    font-family: 'Oswald', sans-serif;
    margin: 15px 0px 0px 0px;
    padding: 20px 20px;
    background-color: #FFFFFF;
    color: #4a5666;
}


/*------------------------------------------------------*/
/* HOTEL-PART
/*------------------------------------------------------*/


/*------------------------------------------------------*/
/* SAFARIS
/*------------------------------------------------------*/


.safari-bg {
    background: url(../images/safari-bg.jpg);
    background-size: cover;
    padding-bottom: 20px;
}

.safari-align {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.safari-h {
    margin: 0px;
    padding: 0px 0px 20px 0px;
    font-weight: bold;
}

.safari-btn {
    margin: 25px 0px 20px 10px;
    padding: 7px 20px;
    border: none;
    background-color: #f64c22;
    color: rgba(255,255,255,1.00);
    font-weight: 600;
    font-size: 13px;
    width: 50%;
}

    .safari-btn:hover {
        background-color: #017ac9;
        color: rgba(255,255,255,1.00);
    }

#safaris {
    padding: 30px 0px;
    color: #fff;
}

    #safaris h4 {
        font-family: 'Oswald', sans-serif;
        color: #fff;
        margin-bottom: 0;
        font-family: 'Oswald', sans-serif;
    }

    #safaris .btns {
        margin-top: 10px;
    }

.btn.btn-primary.btn-sm {
    background-color: rgba(255,255,255,1.00);
    border: none;
    border-radius: 0px;
    color: #f64c22;
    padding: 10px 20px;
    margin-left: 10px;
    margin-right: 10px;
}


#safaris2 {
    padding: 30px 0px;
    color: #fff;
}

    #safaris2 h4 {
        color: #fff;
        margin-bottom: 0;
        font-family: 'Oswald', sans-serif;
    }

    #safaris2 .btns {
        margin-top: 10px;
    }



.safaris-inner-1 {
    margin-top: 50px;
    background-image: url(../images/safari/safar-img-1.jpg);
    padding-top: 150px;
}

.safaris-inner-2 {
    margin-top: 50px;
    background-image: url(../images/safari/safar-img-2.jpg);
    padding-top: 150px;
}

.safaris-inner-3 {
    margin-top: 50px;
    background-image: url(../images/safari/safar-img-3.jpg);
    padding-top: 150px;
}

.safaris-inner-4 {
    margin-top: 50px;
    background-image: url(../images/safari/safar-img-4.jpg);
    padding-top: 150px;
}

.safaris-inner-5 {
    margin-top: 50px;
    background-image: url(../images/safari/safar-img-5.jpg);
    padding-top: 150px;
}

.safaris-inner-6 {
    margin-top: 50px;
    background-image: url(../images/safari/safar-img-6.jpg);
    padding-top: 150px;
}

.safaris-inner-bg {
    padding-bottom: 10px;
    margin: 15px;
    text-align: center;
    background-color: rgba(225, 225, 225, 0.7);
}

.safaris-inner-head {
    font-family: 'Oswald', sans-serif;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 42px;
    padding-top: 15px;
    color: #000;
    font-weight: bold;
    font-size: 25px;
}

.safaris-inner-hr {
    border: none;
    height: 5px;
    background-color: #666666;
}

.safaris-inner-butbg {
    font-family: 'Oswald', sans-serif;
    margin-right: 30px;
    margin-top: -127px;
    margin-bottom: 15px;
    text-align: center;
    background-color: rgba(225, 225, 225, 0.7);
}

.safaris-inner-readmore {
    font-family: 'Oswald', sans-serif;
    margin: 22px 0px;
    border: none;
    color: #fff;
    font-size: 15px;
    background-color: #686763;
    padding: 15px 30px;
}

    .safaris-inner-readmore:hover {
        background-color: #fff;
        color: #000;
    }

.safaris-inner-readmore-2 {
    font-family: 'Oswald', sans-serif;
    margin: 22px 0px;
    border: none;
    color: #fff;
    font-size: 15px;
    background-color: #f64c22;
    padding: 15px 30px;
}

    .safaris-inner-readmore-2:hover {
        background-color: #fff;
        color: #000;
    }

/*------------------------------------------------------*/
/* SAFARIS
/*------------------------------------------------------*/



/*------------------------------------------------------*/
/* IMAGE_GALLERY
/*------------------------------------------------------*/

.gallery_section {
    text-align: center;
}

.gallery li {
    list-style-type: none;
}

.gallery {
    margin: 0px;
    padding: 0px;
}

.gallery_img:hover {
    opacity: 0.8;
}


/*------------------------------------------------------*/
/* IMAGE_GALLERY
/*------------------------------------------------------*/



/*------------------------------------------------------*/
/* OUTDOOR-ACTIVITIES
/*------------------------------------------------------*/

.activities-bg {
    background: url(../images/activities-bg.jpg);
    background-size: cover;
    margin-top: 40px;
}

.oda-title {
    margin: 0px;
    padding: 40px 0px 30px 0px;
    font-family: 'Oswald', sans-serif;
    color: #017ac9;
}

.oda-color {
    color: #f64c22;
}

.left.carousel-control {
    background-image: none;
}

.right.carousel-control {
    background-image: none;
}

.oda-btn {
    margin: 50px 0px;
    padding: 15px 20px;
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
    border: none;
    background-color: #017ac9;
    color: #FFF;
    width: 100%;
}

    .oda-btn:hover {
        background-color: #f64c22;
        color: #FFF;
    }

.services-bg {
    background-color: #06456f;
    padding: 20px;
}

.services-title {
    margin: 0px;
    padding: 20px 20px;
    font-family: 'Oswald', sans-serif;
    width: 100%;
    text-align: center;
    background-color: rgba(255,255,255,1.00);
    color: #f64c22;
}

.services-1 {
    margin: 20px 0px 0px 0px;
}


/*-----------------*/
/***** dexter *****/
/*-----------------*/


figure.effect-dexter {
    background: #000000;
    background: #000000;
}

    figure.effect-dexter img {
        -webkit-transition: opacity 0.35s;
        transition: opacity 0.35s;
    }

    figure.effect-dexter:hover img {
        opacity: 0.4;
    }

    figure.effect-dexter figcaption::after {
        position: absolute;
        right: 30px;
        bottom: 30px;
        left: 30px;
        border-radius: 10px;
        height: -webkit-calc(50% - 30px);
        height: calc(50% - 30px);
        background-color: rgba(255,255,255,1.00);
        content: '';
        -webkit-transition: -webkit-transform 0.35s;
        transition: transform 0.35s;
        -webkit-transform: translate3d(0,0%,0);
        transform: translate3d(0,0%,0);
    }

    figure.effect-dexter:hover figcaption::after {
        -webkit-transform: translate3d(0,-50%,0);
        transform: translate3d(0,-50%,0);
    }

    figure.effect-dexter figcaption {
        padding: 3em;
        text-align: left;
    }

    figure.effect-dexter p {
        font-family: 'Oswald', sans-serif;
        text-align: center;
        position: absolute;
        right: 60px;
        bottom: 60px;
        left: 60px;
        opacity: 0;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: translate3d(0,-100px,0);
        transform: translate3d(0,-100px,0);
    }

    figure.effect-dexter:hover p {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    figure.effect-dexter h2 {
        font-family: 'Oswald', sans-serif;
        position: absolute;
        right: 40px;
        bottom: 150px;
        left: 40px;
        opacity: 1;
        font-size: 25px;
        font-weight: 600;
        text-align: center;
        color: #000000;
        -webkit-transition: -webkit-transform 0.35s;
        transition: transform 0.35s;
        -webkit-transform: translate3d(0,0%,0);
        transform: translate3d(0,0%,0);
        z-index: 10;
    }

    figure.effect-dexter:hover h2 {
        opacity: 1;
        -webkit-transform: translate3d(0,-500%,0);
        transform: translate3d(0,-500%,0);
    }

    figure.effect-dexter h3 {
        font-family: 'Oswald', sans-serif;
        position: absolute;
        right: 30px;
        bottom: 20px;
        left: 30px;
        opacity: 1;
        font-size: 16px;
        font-weight: 600;
        text-align: center;
        color: #000000;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        background-color: #f64c22;
        padding: 30px 0px;
        -webkit-transition: -webkit-transform 0.35s;
        transition: transform 0.35s;
        -webkit-transform: translate3d(0,0%,0);
        transform: translate3d(0,0%,0);
        z-index: 10;
    }

    figure.effect-dexter:hover h3 {
        opacity: 1;
        background-color: #000;
        -webkit-transform: translate3d(0,-147%,0);
        transform: translate3d(0,-147%,0);
    }







/*-----------------*/
/***** Steve *****/
/*-----------------*/

figure.effect-steve {
    z-index: auto;
    overflow: visible;
}

    figure.effect-steve:before,
    figure.effect-steve h2:before {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        content: '';
    }

    figure.effect-steve:before {
        box-shadow: 0 3px 30px rgba(0,0,0,1.0);
        opacity: 0;
    }

    figure.effect-steve figcaption {
        z-index: 1;
    }

    figure.effect-steve img {
        opacity: 1;
        -webkit-transition: -webkit-transform 0.35s;
        transition: transform 0.35s;
        -webkit-transform: perspective(1000px) translate3d(0,0,0);
        transform: perspective(1000px) translate3d(0,0,0);
    }

    figure.effect-steve h2,
    figure.effect-steve p {
        background: none;
        color: #2d434e;
    }

    figure.effect-steve h2 {
        position: relative;
        margin-top: 0px;
        padding: 5px 0px;
        color: rgba(255,255,255,1.00);
        font-family: 'Oswald', sans-serif;
        font-size: 22px;
        transition: all ease-in-out 0.2s;
    }

        figure.effect-steve h2:before {
            box-shadow: 0 1px 10px rgba(0,0,0,1.0);
        }



    figure.effect-steve:hover:before {
        opacity: 1;
    }

    figure.effect-steve:hover img {
        -webkit-transform: perspective(1000px) translate3d(0,0,21px);
        transform: perspective(1000px) translate3d(0,0,21px);
    }

    figure.effect-steve:hover h2 {
        background-color: rgba(255,255,255,0.50);
        opacity: 1;
        padding: 20px 20px;
    }



.services-inner-padding {
    margin: 20px 0px;
}

.services-inner-bg {
    background-color: #f1f1f1;
    text-align: center;
}

.services-inner-h {
    font-family: 'Oswald', sans-serif;
    margin: 0px;
    padding: 20px 10px;
    color: #1f1f1f;
    font-size: 22px;
    line-height: 25px;
    font-weight: 600;
}

.services-inner-p {
    font-family: 'Oswald', sans-serif;
    margin: 0px;
    padding: 0px 10px 20px 10px;
    color: #8E8E8E;
    font-size: 13px;
    font-weight: 600;
}

.services-inner-btn {
    font-family: 'Oswald', sans-serif;
    margin: 10px 0px;
    padding: 10px 35px;
    border: 1px solid #141414;
    color: #141414;
    background-color: rgba(255,255,255,1.00);
    font-size: 14px;
}

    .services-inner-btn:hover {
        border: 1px solid #141414;
        color: #FFFFFF;
        background-color: #f64c22;
    }

.services-inner-btn2 {
    font-family: 'Oswald', sans-serif;
    margin: 10px 0px;
    padding: 12px 35px;
    border: none;
    color: #FFF;
    background-color: #06456f;
    font-size: 14px;
}

    .services-inner-btn2:hover {
        color: #FFFFFF;
        background-color: #f64c22;
    }



@media (max-width: 480px) {
    .oda-btn {
        margin: 20px 0px;
        padding: 15px 20px;
        font-family: 'Oswald', sans-serif;
        font-size: 22px;
        border: none;
        background-color: #017ac9;
        color: #FFF;
        width: 100%;
    }

        .oda-btn:hover {
            background-color: #f64c22;
            color: #FFF;
        }
}



/*------------------------------------------------------*/
/* OUTDOOR-ACTIVITIES
/*------------------------------------------------------*/


/*------------------------------------------------------*/
/* OUR TEAM
/*------------------------------------------------------*/


.client-img {
    border: 2px solid #017ac9;
}

.client-name-title {
    margin: 5px 0px 0px 0px;
    padding: 20px 0px;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    font-size: 24px;
    color: rgba(255,255,255,1.00);
    background-color: #017ac9;
}


.client-name-subtitle {
    margin: 2px 0px 10px 0px;
    padding: 10px 0px;
    text-align: center;
    font-size: 18px;
    color: rgba(255,255,255,1.00);
    background-color: #017ac9;
}

/*------------------------------------------------------*/
/* OUR TEAM
/*------------------------------------------------------*/




/*------------------------------------------------------*/
/* TESTIMONIALS
/*------------------------------------------------------*/

.testimonials-bg {
    background: url(../images/hotel-bg.jpg);
    background-size: cover;
    padding-bottom: 100px;
    padding-top: 50px;
}

#testimonial {
    padding: 0px;
}

    #testimonial h3 {
        color: #017ac9;
        margin-bottom: 0;
        text-align: center;
        font-weight: bold;
        font-size: 22px;
    }

    #testimonial p {
        font-size: 15px;
        padding: 80px 20px;
        margin-top: 20px;
        color: rgba(0,0,0,1.00);
        border: 1px solid rgba(42,42,42,0.8);
        border-radius: 10px;
    }

    #testimonial img {
        text-align: center;
        position: relative;
        margin-top: -60px;
    }

    #testimonial small {
        display: block;
        margin-bottom: 10px;
        color: rgba(255, 255, 255, 0.7);
    }

    #testimonial .btns {
        margin-top: 10px;
    }



/*----------------------------Panel--------------------------*/
.panel {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    font-family: 'Oswald', sans-serif;
    font-size: 25px;
    font-weight: 600;
}
.list-group-horizontal a {
    color: #f64c22;
}
.list-group-horizontal .list-group-item:first-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
}
.list-group-horizontal .list-group-item {
    margin-bottom: 0;
    margin-left: -4px;
    margin-right: 0;
}
.list-group-horizontal .list-group-item {
    display: inline-block;
}
.list-group-horizontal .list-group-item {
    display: inline-block;
}
/*-----------------------------End of Panel -------------------------*/
/*------------------------------------------------------*/
/* TESTIMONIALS
/*------------------------------------------------------*/


/*------------------------------------------------------*/
/* CONTACT-INFORMATION
/*------------------------------------------------------*/


.cilent-informtions-part {
    background-color: #f64c22;
}

.book-by-phone-h {
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    margin: 0px;
    padding: 20px 0px 10px 0px;
    color: rgba(255,255,255,1.00);
    font-weight: 600;
}

.book-by-phone-bg {
    background-color: rgba(255,255,255,1.00);
    margin-bottom: 20px;
}

    .book-by-phone-bg:hover {
        background-color: #2a2a2a;
        color: rgba(255,255,255,1.00);
    }

.book-by-phone-btn {
    padding: 20px 0px;
    border: none;
    background: none;
    color: #017ac9;
    font-weight: 800;
    font-size: 15px;
    text-align: left;
    width: 100%;
}

.book-by-phone {
    color: #017ac9;
    padding: 10px 20px;
    background-color: transparent;
    border: none;
}


    .book-by-phone:hover,
    .book-by-phone-btn:hover {
        color: rgba(255,255,255,1.00);
    }

/*------------------------------------------------------*/
/* CONTACT-INFORMATION
/*------------------------------------------------------*/





/*------------------------------------------------------*/
/* FOOTER_PART
/*------------------------------------------------------*/

.footer-bg {
    background: url(../images/footer-bg.jpg);
    background-size: cover;
    padding: 50px 0px 80px 0px;
}

.footer-padding {
    margin: 30px 0px 0px 0px;
}

.left-footer-p {
    font-family: 'Oswald', sans-serif;
    margin: 0px;
    padding: 20px 0px 0px 0px;
    color: #d9d9d9;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}

.footer-title {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    margin: 0px;
    padding: 15px 0px;
    font-size: 30px;
    color: #f64c22;
    font-weight: 600;
}


.quicklink ul {
    font-family: 'Oswald', sans-serif;
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.quicklinkkayakheading {
    background-color: #ff690f;
    margin-top: 25px;
}
.quicklinkkayakheading a h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    text-align: center;
    padding: 5px;
    font-weight: 300;
    margin: 0!important;
    color: #FFF;
}

    .quicklink ul li {
        float: top;
    }

        .quicklink ul li a {
            font-size: 16px;
            margin-bottom: 3px;
            padding: 0rem 1rem;
            width: 100%;
            line-height: 25px;
            color: #d9d9d9;
            text-decoration: none;
            text-align: left;
            font-weight: 500;
            display: block;
        }

            .quicklink ul li a:hover {
                color: #f64c22;
            }


.bottom-footer-part {
    background-color: #e9e9e9;
    padding: 20px 0px;
}


.bottom-footer-link {
    font-family: 'Oswald', sans-serif;
    margin: 0px;
    padding: 20px 0px;
    line-height: 25px;
    color: #f64c22;
    font-size: 16px;
    font-weight: 600;
}


    .bottom-footer-link:hover {
        color: #000000;
    }


/*------------------------------------------------------*/
/* FOOTER_PART
/*------------------------------------------------------*/





/*------------------------------------------------------*/
/* zanzibar_PART
/*------------------------------------------------------*/
.zanzibar-btn-1 {
    padding: 10px 18px;
    margin: 20px 0px 10px 10px;
    font-size: 15px;
    color: rgba(255,255,255,1.00);
    background-color: #001c5d;
    border: none;
    border-radius: 25px;
}


    .zanzibar-btn-1:hover {
        color: rgba(255,255,255,1.00);
        background-color: #f64c22;
    }

.zanzibar-btn-2 {
    padding: 10px 18px;
    margin: 20px 0px 10px 10px;
    font-size: 15px;
    color: rgba(255,255,255,1.00);
    background-color: #f64c22;
    border: none;
    border-radius: 25px;
}


    .zanzibar-btn-2:hover {
        color: rgba(255,255,255,1.00);
        background-color: #001c5d;
    }



.zanzibar-bg {
    border: 2px solid #f64c22;
    margin: 50px 0px 0px 0px;
}

.zanzibar-subtitle {
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    margin: 0px;
    padding: 20px 0px 20px 10px;
    font-weight: 600;
}

.zanzibar-p {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    margin: 0px;
    padding: 0px 0px 4px 10px;
    font-size: 18px;
}



/*------------------------------------------------------*/
/* zanzibar_PART
/*------------------------------------------------------*/




.inner-heading {
    margin: 0px;
    padding: 50px 0px 50px 0px;
    text-align: center;
}


.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

    .hovereffect .overlay {
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .hovereffect:hover .overlay {
        background-color: rgba(75,75,75,0.7);
    }

    .hovereffect img {
        display: block;
        position: relative;
    }

    .hovereffect h2 {
        text-transform: uppercase;
        color: #fff;
        text-align: center;
        position: relative;
        font-size: 17px;
        padding: 15px;
        background: rgba(0, 0, 0, 0.6);
        -webkit-transform: translateY(105px);
        -ms-transform: translateY(105px);
        transform: translateY(105px);
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .hovereffect:hover h2 {
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
    }

    .hovereffect a.info {
        display: inline-block;
        text-decoration: none;
        padding: 7px 14px;
        text-transform: uppercase;
        color: #fff;
        border: 1px solid #fff;
        background-color: transparent;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        font-weight: normal;
        margin: 0px 0 0 0;
        padding: 10px 20px;
    }

    .hovereffect:hover a.info {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .hovereffect a.info:hover {
        box-shadow: 0 0 5px #fff;
    }

.inner-btn1 {
    padding: 8px 10px;
    margin: 10px 0px 10px 10px;
    font-size: 15px;
    color: rgba(255,255,255,1.00);
    background-color: #438acc;
    border: none;
}


    .inner-btn1:hover {
        color: rgba(255,255,255,1.00);
        background-color: #001c5d;
    }


.inner-btn2 {
    padding: 8px 8px;
    margin: 10px 0px 10px 10px;
    font-size: 12px;
    color: rgba(62,62,62,1.00);
    background-color: rgba(0,0,0,0.00);
    border: 1px solid rgba(0,0,0,0.60);
}


    .inner-btn2:hover {
        color: rgba(255,255,255,1.00);
        background-color: #001c5d;
    }

/***************************************landing-page-5*******************************/

.landing-page-padding {
    margin: 0px;
    padding-top: 50px;
}

/* Common style */
.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    background: #000000;
    text-align: center;
}

    .grid figure img {
        position: relative;
        display: block;
        min-height: 100%;
        max-width: 100%;
        opacity: 0.8;
    }

    .grid figure figcaption {
        padding: 2em;
        color: #fff;
        text-transform: uppercase;
        font-size: 1.25em;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

        .grid figure figcaption::before,
        .grid figure figcaption::after {
            pointer-events: none;
        }

        .grid figure figcaption,
        .grid figure figcaption > a {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

            /* Anchor will cover the whole item by default */
            /* For some effects it will show as a button */
            .grid figure figcaption > a {
                z-index: 1000;
                text-indent: 200%;
                white-space: nowrap;
                font-size: 0;
                opacity: 1;
            }


    .grid figure p {
        margin: 0;
    }

    .grid figure p {
        letter-spacing: 1px;
        font-size: 68.5%;
    }

/* Individual effects */


/***************************************landing-page-5*******************************/

/*------------------------------------------------------*/
/* All-Inner-page-part
/*------------------------------------------------------*/


.all-inner-page-bg {
    margin: 50px 0px 0px 0px;
    border: 1px solid #f64c22;
    background-color: rgba(239,241,245,0.50);
}


.all-inner-page-subtitle {
    font-family: 'Oswald', sans-serif;
    margin: 0px;
    padding: 35px 0px 25px 0px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
}

.all-inner-page-p {
    font-family: 'Oswald', sans-serif;
    margin: 0px;
    padding: 0px 0px 20px 0px;
    font-size: 15px;
    line-height: 22px;
    color: #515151;
}


.inner-btn3 {
    font-family: 'Oswald', sans-serif;
    padding: 8px 10px;
    margin: 20px 0px 10px 0px;
    font-size: 15px;
    color: rgba(255,255,255,1.00);
    background-color: #f64c22;
    border: none;
}

    .inner-btn3:hover {
        color: rgba(255,255,255,1.00);
        background-color: #001c5d;
    }

.inner-page-img-bg {
    background-color: #f3f3f3;
    padding: 20px;
}

.inner-page-content-bg {
    margin: 20px 0px;
    background-color: #f3f3f3;
    padding: 20px;
}
.inner-page-content-bg-2-day {
    margin: 7px 0px;
    background-color: #fff;
    padding: 0;
}
.inner-page-content-bg-3-day {
    margin: 7px 0px;
    background-color: #fff;
    padding: 0;
}
.inner-page-content-bg-4-day {
    margin: 7px 0px;
    background-color: #fff;
    padding: 0;
}
.inner-page-content-bg-5-day {
    margin: 7px 0px;
    background-color: #fff;
    padding: 19px;
}
.inner-page-content-bg-6-day {
    margin: 7px 0px;
    background-color: #fff;
    padding: 0;
}
.inner-page-content-bg-7-day {
    margin: 7px 0px;
    background-color: #fff;
    padding: 20px;
}
.inner-page-content-bg-8-day {
    margin: 7px 0px;
    background-color: #fff;
    padding: 0;
}
.inner-page-content-bg-9-day {
    margin: 7px 0px;
    background-color: #fff;
    padding: 30px;
}
.inner-page-content-bg-10-day {
    margin: 7px 0px;
    background-color: #fff;
    padding: 10px;
}
.inner-page-title {
    margin: 0px;
    padding: 10px 0px 20px 0px;
    font-family: 'Oswald', sans-serif;
    font-size: 35px;
    color: #f64c22;
    text-transform: uppercase;
}
.inner-page-subtitle {
    margin: 0px;
    padding: 10px 0px 20px 0px;
    font-family: 'Oswald', sans-serif;
    font-size: 35px;
    color: #000;
    text-transform:none;
}
.inner-page-subsubtitle {
    margin: 0px;
    padding: 10px 0px 20px 0px;
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    color: #000;
    text-transform:uppercase;
}
.inner-page-safarissubsubtitle {
    margin: 0px;
    padding: 10px 0px 20px 0px;
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    color: #000;
    text-transform:uppercase;
}

.inner-page-subtitle {
    font-family: 'Oswald', sans-serif;
    margin: 0px;
    padding: 0px 0px 10px 0px;
    font-size: 18px;
    color: #000;
    font-weight: 400;
}

.inner-page-p {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    font-weight: 300;
    margin: 0px;
    padding: 10px 0px;
    color: rgba(81,81,81,);
    line-height: 26px;
    text-align: justify;
}


.inner-free-hotels-list {
    margin: 0px;
    padding: 10px 0px 08px 0px;
    color: rgba(0,0,0,1.00);
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
}

.inner-page-get-in-touch-h {
    margin: 20px 0px 20px 0px;
    line-height: 28px;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-size: 28px;
    color: #f64c22;
}

.inner-page-book-btn {
    margin: 50px 0px 30px 0px;
    padding: 10px 30px;
    font-size: 20px;
    font-weight: 600;
    background-color: #017ac9;
    color: #FFF;
    border: none;
}

    .inner-page-book-btn:hover {
        background-color: #f64c22;
        color: #FFF;
    }

.sidebar-bg {
    background-color: #017ac9;
    padding: 15px;
    margin: 0px 0px 10px 0px;
}


.sidebar-title {
    margin: 0px;
    padding: 10px 0px 10px 0px;
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    color: #FFF;
    text-transform: uppercase;
}


.sidebar ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

    .sidebar ul li {
        float: top;
    }

        .sidebar ul li a {
            font-family: 'Oswald', sans-serif;
            font-size: 20px;
            margin-bottom: 3px;
            padding: 0rem 1rem;
            width: 100%;
            line-height: 40px;
            color: #d9d9d9;
            text-decoration: none;
            text-align: left;
            font-weight: 600;
            display: block;
            border-bottom: 1px dashed rgba(237,237,237,0.30);
            text-transform: uppercase;
        }

            .sidebar ul li a:hover {
                color: #000;
            }



/*------------------------------------------------------*/
/* All-Inner-page-part
/*------------------------------------------------------*/







/*------------------------------------------------------*/
/* national-park
/*------------------------------------------------------*/

.national-park-bg {
    margin: 20px 0px 0px 0px;
    padding: 5px;
    background-color: #f3f3f3;
}

.national-park-hr {
    margin: 5px 0px;
    height: 2px;
    background-color: #017ac9;
}

.national-park-h {
    text-align: center;
    font-family: 'Oswald', sans-serif;
    margin: 0px;
    padding: 10px 0px;
    color: #f64c22;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 22px;
}

.national-park-btn {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    margin: 10px 0px;
    padding: 5px 10px;
    background-color: #017ac9;
    border: none;
    color: #FFFFFF;
}

    .national-park-btn:hover {
        background-color: #404040;
        color: #FFFFFF;
    }

/*------------------------------------------------------*/
/* national-park
/*------------------------------------------------------*/



/*----------------------------*/
/***** Car-and-motor-bike *****/
/*----------------------------*/




/* Common style */
.grid2 figure {
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    background: #000000;
    text-align: center;
    margin: 50px 0px 0px 0px;
}


    .grid2 figure img {
        position: relative;
        display: block;
        min-height: 100%;
        max-width: 100%;
        opacity: 0.8;
        border: 1px solid rgba(0,0,0,1.00);
    }

    .grid2 figure figcaption {
        padding: 2em;
        color: #fff;
        text-transform: uppercase;
        font-size: 1.25em;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }


        .grid2 figure figcaption::before,
        .grid2 figure figcaption::after {
            pointer-events: none;
        }

        .grid2 figure figcaption,
        .grid2 figure figcaption > a {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

            /* Anchor will cover the whole item by default */
            /* For some effects it will show as a button */
            .grid2 figure figcaption > a {
                z-index: 1000;
                text-indent: 200%;
                white-space: nowrap;
                font-size: 0;
                opacity: 1;
            }


    .grid2 figure p {
        margin: 0;
    }

    .grid2 figure p {
        letter-spacing: 1px;
        font-size: 68.5%;
    }

/* Individual effects */


figure.effect-sadie figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.80);
    content: '';
    opacity: 0;
    -webkit-transform: translate3d(0,50%,0);
    transform: translate3d(0,50%,0);
}

figure.effect-sadie h2 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    color: #FFF;
    font-weight: 600;
    -webkit-transition: -webkit-transform 0.35s, color 0.35s;
    transition: transform 0.35s, color 0.35s;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
}

figure.effect-sadie figcaption::before,
figure.effect-sadie p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-sadie p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1em;
    width: 100%;
    opacity: 0;
    font-size: 20px;
    line-height: 30px;
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
}

figure.effect-sadie:hover h2 {
    color: #fff;
    -webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
    transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
}

figure.effect-sadie:hover figcaption::before,
figure.effect-sadie:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}




/*----------------------------*/
/***** Car-and-motor-bike *****/
/*----------------------------*/


/*----------------------------*/
/***** flight-and-ferries *****/
/*----------------------------*/

.nav.main-tab {
    background: #f64c22;
    border-right: rgba(255,255,255,1.00) 2px solid;
    line-height: 40px;
    margin: 20px 0px;
    color: rgba(255,255,255,1.00);
}

    .nav.main-tab > li > a {
        color: rgba(255,255,255,1.00);
        border-right: rgba(255,255,255,1.00) 2px solid;
        font-weight: 600;
    }

    .nav.main-tab > li:hover > a {
        background-color: rgba(0,0,0,1.00);
    }

    .nav.main-tab > li.active > a {
        background: #017ac9;
        color: #FFFFFF;
    }

    .nav.main-tab > li:first-child > a {
        border-radius: 3px 0 0 0;
    }

    .nav.main-tab > li:last-child > a {
        border-radius: 0 0px 0 0;
    }

.panel-default > .panel-heading {
    border-color: #eee;
}

    .panel-default > .panel-heading .panel-title {
        font-size: 14px;
        font-weight: normal;
    }

    .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #000000;
    }

.panel-text {
    color: rgba(0,0,0,1.00);
}





.table {
    text-align: left;
}

    .table.table-bordered thead th {
        background-color: #343434;
        border: 2px solid rgba(255,255,255,1.00);
        color: #FFF;
        margin: 0px;
        padding: 20px 0px 20px 10px;
    }

    .table.table-bordered tbody td {
        border: 2px solid rgba(255,255,255,1.00);
        background-color: #017ac9;
        color: rgba(255,255,255,1.00);
        font-family: 'Oswald', sans-serif;
        font-size: 18px;
        font-weight: 300;
        line-height: 30px;
    }


/*----------------------------*/
/***** flight-and-ferries *****/
/*----------------------------*/



/*----------------------------*/
/***** Testimonials ***********/
/*----------------------------*/

.testimonials-hr {
    margin: 10px 0px;
    height: 1px;
    background-color: #017ac9;
}


/*----------------------------*/
/***** Testimonials ***********/
/*----------------------------*/



/*----------------------------*/
/***** contact-page ************/
/*----------------------------*/

.contact-inner-bg {
    background-color: #f5f8f9;
}

.contact-inner-bg2 {
    background-color: #017ac9;
    padding: 10px;
    margin: 60px 0px 20px 0px;
}

.contact-inner-h {
    text-align: center;
    font-family: 'Oswald', sans-serif;
    margin: 0px;
    padding: 30px 0px;
    color: rgba(255,255,255,1.00);
    font-weight: 600;
}

.quicklink2 ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

    .quicklink2 ul li {
        float: top;
    }

        .quicklink2 ul li a {
            font-family: 'Oswald', sans-serif;
            font-size: 17px;
            margin-bottom: 10px;
            padding: 0rem 1rem;
            width: 100%;
            line-height: 50px;
            color: #FFF;
            text-decoration: none;
            text-align: left;
            font-weight: 600;
            display: block;
        }


@media (max-width: 480px) {
    .contact-inner-bg2 {
        background-color: #017ac9;
        padding: 10px;
        margin: 40px 0px 20px 0px;
    }
}

/*----------------------------*/
/***** contact-page ************/
/*----------------------------*/

.cat-book {
    padding: 32px 0 0 26px;
}

    .cat-book > a.btn-primary {
        color: #FFF;
        cursor: pointer;
        font-weight: 600;
        font-size: 20px;
        line-height: 15px;
        margin-left: 10px;
        text-align: center;
        padding: 20px 50px;
        white-space: nowrap;
        letter-spacing: 1px;
        background: #f64c22;
        display: inline-block;
        text-decoration: none;
        text-transform: uppercase;
        border: none;
    }

    .cat-book > a:hover,
    .cat-book > a:active {
        color: #FFF;
        background: #000000;
        -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
        transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    }

.loadmask {
    height: 2300% !important;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10000;
}

.loadmask-msg {
    position: absolute;
    z-index: 20001;
    color:#f64c22;
    top: 25%;
    left: 44%;
    text-align: center;
    line-height: 25px;
    border: 2px solid #ccc;
    padding: 7px;
    border-radius: 5px;
}
/*-- gallery --*/
.gallery {
	background: #e6e6e6;
}
.gallery-bg {
    float: left;
    width: 39.4%;
    height: auto;
    padding: .1em;
    -webkit-transition: -webkit-transform .15s ease;
    -moz-transition: -moz-transform .15s ease;
    -o-transition: -o-transform .15s ease;
    -ms-transition: -ms-transform .15s ease;
    transition: transform .15s ease;
    position: relative;
}
.gallery-bg a img{
    width: 100%;
    border: solid 2px #e6e6e6;
}
.gallery-small{
	float: left;
    width: 20%;
    height: auto;
    padding: .1em;
    -webkit-transition: -webkit-transform .15s ease;
    -moz-transition: -moz-transform .15s ease;
    -o-transition: -o-transform .15s ease;
    -ms-transition: -ms-transform .15s ease;
    transition: transform .15s ease;
    position: relative;
}
.gallery-small a img{
    width: 100%;
    border: solid 2px #e6e6e6;
}
.align-center {
  text-align: center;
}
/*-- Effect 2--*/
.gallery-bg-text:after {
    pointer-events: none;
    position: absolute;
    width: 400px;
    background: rgba(0, 0, 0, 0.36);
    height: 175px;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.effect-2 {
	-webkit-transition: background 0.5s, color 0.2s;
	-moz-transition: background 0.5s, color 0.2s;
	transition: background 0.5s, color 0.2s;
}
.effect-2:after {
    top: 27px;
    left: 27px;
    box-shadow: 0 0 0 2px #FFFFFF;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.2s;
    -webkit-transform: scale(0.8);
    -moz-transition: -moz-transform 0.5s, opacity 0.2s;
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transition: transform 0.5s, opacity 0.2s;
    transform: scale(0.8);
    background: url(../images/search1.png) no-repeat 50% 50% rgba(0, 0, 0, 0.36);
    opacity: 0;
}
.gallery-bg:hover.gallery-bg-text{
	background:#FF7200;
	color: #fff !important;
}
.gallery-bg:hover .gallery-bg-text:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
/*--//Effect 2--*/
/*-- Effect 3--*/
.gallery-small-text:after {
    pointer-events: none;
    position: absolute;
    width: 175px;
    background: rgba(0, 0, 0, 0.36);
    height: 175px;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.effect-3 {
	-webkit-transition: background 0.5s, color 0.2s;
	-moz-transition: background 0.5s, color 0.2s;
	transition: background 0.5s, color 0.2s;
}
.effect-3:after {
    top: 27px;
    left: 27px;
    box-shadow: 0 0 0 2px #FFFFFF;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.2s;
    -webkit-transform: scale(0.8);
    -moz-transition: -moz-transform 0.5s, opacity 0.2s;
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transition: transform 0.5s, opacity 0.2s;
    transform: scale(0.8);
    background: url(../images/search1.png) no-repeat 50% 50% rgba(0, 0, 0, 0.36);
    opacity: 0;
}
.gallery-small:hover.gallery-small-text{
	background:#FF7200;
	color: #fff !important;
}
.gallery-small:hover .gallery-small-text:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
/*--//Effect 2--*/
/*-- //gallery --*/
/*-- responsive --*/
@media(max-width:1366px){
	.top-nav ul li a {
		margin: 0 1em;
	}
	.top-nav {
		width: 68%;
	}
}
@media(max-width:1280px){
	.top-nav {
		width: 65%;
	}
}
@media(max-width:1080px){
	.top-nav {
		width: 60%;
	}
	.top-nav ul li a {
		margin: 0 .5em;
	}
	.search-grid {
		width: 20%;
	}
	.offer-right {
		padding: 4em 4em 3em 4em;
	}
	.offer-left {
		min-height: 483px;
	}
	.gallery-bg-text:after {
		width: 320px;
		height: 135px;
	}
	.gallery-small-text:after {
		width: 135px;
		height: 135px;
	}
	.back {
		padding: 8em 1em 0;
	}
	.flip-container, .back {
		height: 308px;
	}
	.back h4 {
		letter-spacing: 2px;
	}
	.back {
		padding: 6em 1em 0;
	}
	.top-nav {
		width: 57%;
	}
	.top-nav ul li a {
		font-size: .9em;
	}
	.w3layouts-banner-info h3 span {
		font-size: 8em;
	}
}
@media(max-width:1024px){
	.offer-left {
		min-height: 508px;
	}
	.callbacks_tabs {
		top: 100%;
		left: 47%;
	}
}
@media(max-width:991px){
	.w3layouts-logo {
		float: none;
		width: 100%;
		margin:0 0 1em 0;
	}
	.top-nav {
		width: 58%;
		text-align: left;
	}
	.w3layouts-banner-info h3 span {
		font-size: 5em;
	}
	.w3-welcome-grid {
		float: left;
		width: 50%;
	}
	.w3-welcome-grid:nth-child(3),.w3-welcome-grid:nth-child(4){
		margin:2em 0 0 0;
	}
	.about-bottom-right {
		margin: 2em 0 0 0;
	}
	.w3ls-about-bottom-grids {
		margin: 2em 0 0 0;
	}
	.gallery-bg-text:after {
		width: 240px;
		height: 95px;
	}
	.gallery-small-text:after {
		width: 95px;
		height: 95px;
	}
	.Works-grid {
		margin: 2em 0;
	}
	.back {
		padding: 6em .5em 0;
	}
	.back h4 {
		letter-spacing: 0px;
	}
	.back {
		padding: 4em .5em 0;
	}
	.flip-container, .back {
		height: 226px;
	}
	.blog-w3grid-img.blog-img-rght {
		float: none;
	}
	.blog-w3grid-text {
		margin: 2em 0 0 0;
	}
	.agileinfo-rate-grid-nfo {
		width: 80%;
	}
	.wthree-heading p {
		width: 95%;
	}
	.testimonial-grid-right {
		margin: 2em 0 0 0;
	}
	.w3l-footer {
		float: none;
		margin:2em 0 0 0;
	}
	.w3l-footer:nth-child(1){
		margin:0;
	}
	.styled-input {
		width: 48%;
	}
	.tweet ul li a i.fa {
		width: 5%;
	}
}
@media(max-width:900px){
	.top-nav {
		width: 100%;
		text-align: center;
		float: none;
		margin: 1em 0;
	}
	.agileinfo-social-grids {
		float: none;
		width: 100%;
		text-align: center;
	}
	.search-grid {
		width: 25%;
	}
	.Works-grid {
		margin: 2em 0 0 0;
	}
}
@media(max-width:736px){
	.gallery-bg-text:after {
		width: 225px;
		height: 90px;
	}
	.gallery-small-text:after {
		width: 90px;
		height: 90px;
	}
	.team-grid {
		float: left;
		width: 50%;
		margin: 2em 0 0 0;
	}
	.team-grid:nth-child(1),.team-grid:nth-child(2){
		margin:0;
	}
	.flip-container, .back {
		height: 474px;
	}
	.address-grids {
		margin:2em 0;
	}
	.address-grids:nth-child(1){
		margin:0;
	}
}
@media(max-width:667px){
	.w3layouts-banner-info h3 span {
		font-size: 7em;
	}
	.w3layouts-banner-info h3 {
		font-size: 1em;
	}
	.w3-header-bottom {
		padding: 1em 1em;
	}
	.gallery-bg-text:after {
		width: 195px;
		height: 70px;
	}
	.gallery-small-text:after {
		width: 70px;
		height: 70px;
	}
	.flip-container, .back {
		height: 419px;
	}
	.back {
		padding: 9em .5em 0;
	}
}
@media(max-width:640px){
	.offer-left {
		min-height: 400px;
	}
}
@media(max-width:600px){
	.gallery-bg-text:after {
		width: 180px;
		height: 70px;
	}
	.effect-3:after {
		top: 22px;
		left: 22px;
	}
	.effect-2:after {
		top: 22px;
		left: 22px;
	}
	.flip-container, .back {
		height: 370px;
	}
	.agileinfo-rate-grid-nfo {
		width: 95%;
	}
	.back {
		padding: 8em .5em 0;
	}
	.search-grid {
		width: 30%;
	}
}
@media(max-width:568px){
	.gallery-bg-text:after {
		width: 165px;
		height: 65px;
	}
	.gallery-small-text:after {
		width: 65px;
		height: 65px;
	}
	.callbacks_tabs {
		left: 45%;
	}
	.wthree-heading h2, .wthree-heading h3 {
		font-size: 2em;
	}
	.flip-container, .back {
		height: 346px;
	}
}
@media(max-width:480px){
	.search-grid {
	    width: 100%;
		float: left;
		text-align: center;
		margin: 1em 0 0 0;
	}
	.search-grid input[type="text"] {
		width: 50%;
	}
	.agileinfo-map {
		float: right;
	}
	.w3layouts-banner-info h3 {
		font-size: .9em;
	}
	.offer-left {
		min-height: 300px;
	}
	.offer-right {
		padding: 3em;
	}
	.gallery-bg {
		float: none;
		width: 100%;
	}
	.gallery-small {
		float: none;
		width: 100%;
	}
	.effect-2:after {
		top: 15px;
		left: 15px;
	}
	.gallery-bg-text:after {
		width: 400px;
		height: 190px;
	}
	.effect-3:after {
		top: 15px;
		left: 15px;
	}
	.gallery-small-text:after {
		width: 400px;
		height: 400px;
	}
	.flip-container, .back {
		height: 280px;
	}
	.back {
		padding: 5em .5em 0;
	}
}
@media(max-width:414px){
	.w3layouts-banner-info h3 span {
		font-size: 4em;
	}
	.w3layouts-banner-info p {
		letter-spacing: 4px;
	}
	.welcome, .about-bottom, .features, .gallery, .testimonial, .team, .blog, .contact, .rate {
		padding: 2em 0;
	}
	.w3-welcome-grids, .about-bottom-grids, .w3-agileits-gallery, .testimonial-grids, .agile-team-grids, .blog-agileinfo, .address, .agileinfo-rate-grids {
		margin: 2em 0 0 0;
	}
	.w3-welcome-grid {
		float: none;
		width: 100%;
	}
	.w3-welcome-grid:nth-child(2),.w3-welcome-grid:nth-child(3), .w3-welcome-grid:nth-child(4) {
		margin: 2em 0 0 0;
	}
	.wthree-heading h2, .wthree-heading h3 {
		font-size: 1.5em;
	}
	.offer-right {
		padding: 2em;
	}
	.offer-right h4 {
		font-size: .9em;
	}
	.gallery-bg-text:after {
		width: 335px;
		height: 155px;
	}
	.gallery-small-text:after {
		width: 335px;
		height: 335px;
	}
	.flip-container, .back {
		height: 230px;
	}
	.back {
		padding: 4em .5em 0;
	}
	.agileinfo-rate-grid ul li {
		padding: 1em 1em;
	}
	.agileinfo-rate-grid ul li {
		font-size: .9em;
		width: 49%;
	}
	.styled-input {
		width: 100%;
	}
	.styled-input.agile-styled-input-top {
		margin: 1em 0 1em 0em;
	}
	.styled-input {
		margin: 2em 0 1em 0em;
	}
	.agileits-w3layouts-map {
		margin: 2em 0 0 0;
	}
	.contact-form {
		margin: 0em 0 0 0;
	}
}
@media(max-width:384px){
	.agileinfo-phone {
		margin: .5em 0em 0 0;
	}
	.callbacks_tabs {
		left: 42%;
	}
	.w3layouts-logo h1 a {
		font-size: 1em;
	}
	.offer-left {
		min-height: 235px;
	}
	.gallery-bg-text:after {
		width: 300px;
		height: 140px;
	}
	.gallery-small-text:after {
		width: 300px;
		height: 300px;
	}
	.team-grid {
		float: none;
		width: 100%;
	}
	.team-grid:nth-child(2){
		margin:2em 0 0 0 !important;
	}
	.flip-container, .back {
		height: 458px;
	}
	.w3layouts-banner-info p {
		letter-spacing: 3px;
	}
	.wthree-heading h2, .wthree-heading h3 {
		letter-spacing: 4px;
	}
	.back {
		padding: 9em .5em 0;
	}
	.w3ls-footer-grids {
		padding: 2em 0;
	}
}
@media(max-width:375px){
	.flip-container, .back {
		height: 448px;
	}
}
@media(max-width:320px){
	.agileinfo-phone {
		float: none;
		text-align: center;
		width: 100%;
	}
	.agileinfo-map {
	    margin: .5em 0 0 0!important;
	}
	.search-grid {
	    float: none;
		margin: .5em 0 0 0;
	}
	.w3layouts-logo h1 a {
		font-size: .8em;
	}
	.w3layouts-banner-info h3 {
		font-size: .8em;
		letter-spacing: 4px;
	}
	.w3layouts-banner-info p {
		letter-spacing: 1px;
		font-size: .8em;
	}
	.offer-left {
		min-height: 200px;
	}
	.gallery-bg-text:after {
		width: 245px;
		height: 110px;
	}
	.gallery-small-text:after {
		width: 245px;
		height: 245px;
	}
	.top-nav {
		margin: .5em 0;
	}
	.w3layouts-logo {
		margin: 0 0 .5em 0;
	}
	.banner-info {
		padding: 1em 0;
	}
	.callbacks_tabs {
		top: 92%;
	}
	.flip-container, .back {
		height: 366px;
	}
}
/*-- //responsive --*/