@charset "utf-8";

/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300');

body {
    margin: 0px;
    font-family: 'Yeseva One', cursive;
}

.pace-minimal.pace-on {
    -webkit-background-size: auto auto;
    background-size: auto;
}

.full-wrapper {
    width: 100%;
    margin: 0px auto;
    max-width: 1400px;
}

.wrapper {
    width: 1100px;
    margin: 0px auto;
}

header {
    float: left;
    width: 100%;
    margin-top: 20px;
    position: relative;
    z-index: 99;
}

.d-flex{
    display: flex;
}

header1 {
    display: none;
    float: left;
    width: 100%;
    margin-top: 0px;
    position: fixed;
    z-index: 999;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.56)), to(rgba(0, 0, 0, 0.55)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.56) 0%, rgba(0, 0, 0, 0.55) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.56) 0%, rgba(0, 0, 0, 0.55) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.56) 0%, rgba(0, 0, 0, 0.55) 100%);
    padding: 10px 0px;
    max-width: 1400px;
}

.logo {
    float: left;
    width: 24%;
}

.logo img {
    float: left;
    width: 100%;
}

.nav-main {
    float: right;
    width: 72%;
    margin-top: 20px;
}

.nav-main ul {
    float: left;
    background: #cf670a;
    margin: 0px;
    padding: 9.3px 0px;
}

.nav-main ul li {
    float: left;
    display: inline;
    list-style: none;
    position: relative;
}

.nav-main ul li a {
    color: #fff;
    text-transform: capitalize;
    font-size: 16px;
    text-decoration: none;
    padding: 9.3px 3px;
    margin: 0px 4px;
    -webkit-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.nav-main ul li:hover a,
.active {
    color: #9a4d07 !important;
    background: #fff !important;
    -webkit-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.nav-main ul li span {
    padding: 1px !important;
   color: #fff;
    text-transform: capitalize;
    font-size: 16px; font-family: 'Yeseva One', cursive; font-weight:normal; 
	text-shadow: 0 1px 0 rgba(0,0,0,.1);
    border-radius:0px; 
    text-decoration: none;
    padding: 9.3px 3px;
    margin: 0px 4px;
    -webkit-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease; cursor:pointer;
}

.nav-main .social {
    float: left;
    background: #dfd6d0;
}

.nav-main .social li {
    float: left;
    display: inline;
    list-style: none;
    margin: 0px 5px;
    -webkit-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    position: relative;
}

.nav-main .social li img {
    float: left;
    padding: 5px 2px;
}

.nav-main .social li a {
    color: #000;
    -webkit-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.nav-main .social li a:hover img {
    -webkit-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
    -webkit-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.hover {
    float: left;
    display: none;
    width: 60px;
}

.hover img {
    float: left;
    width: 100%;
}

.nav-main .social li a:hover .hover {
    display: block;
    position: absolute;
    left: -12px;
    top: 40px;
}

.drop-img img {
    float: left;
    width: 16px;
    margin-left: 5px;
    -webkit-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.drop-main .drop-content {
    display: none;
    position: absolute;
    top: 28px;
    left: 4px;
    width: 200px;
    padding: 0px !important;
    background: none !important;
}

.drop-main .drop-content li {
    width: 100%;
    line-height: 40px;
    border-bottom: 1px solid #fff;
}

.drop-main .drop-content li a {
    padding: 0px 9px;
    float: left;
    width: 91%;
    margin: 0px;
    background: #cf670a !important;
    color: #fff !important;
    border-bottom: 1px solid #cf670a;
    font-size: 15px !important;
}

.drop-main .drop-content li a:hover {
    color: #fff !important;
    background: #cf670a !important;
    -webkit-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.drop-main:hover .drop-content {
    display: block;
}

.banner {
    float: left;
    width: 100%;
    max-width: 1400px;
    margin-top: -9%;
}

.banner img {
    float: left;
    width: 100%;
    background-attachment: fixed;
}

.banner-tag {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: -32%;
}

.banner-tag span {
    float: left;
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: bold;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.56)), to(rgba(0, 0, 0, 0.55)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.56) 0%, rgba(0, 0, 0, 0.55) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.56) 0%, rgba(0, 0, 0, 0.55) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.56) 0%, rgba(0, 0, 0, 0.55) 100%);
    padding: 10px 15px;
    margin-left: 26%;
    width: 46%;
    border-bottom: 5px solid #fff;
}

.banner-undr {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: -20%;
}

.banner-tag2 {
    float: left;
    width: 100%;
    margin-top: -5%;
}

.banner-tag2 .col-1 {
    float: left;
    width: 28%;
    margin: 0 28px;
    position: abosoute;
    left: 0px;
    top: 0px;
    *overflow: hidden;
}

.banner-tag2 .col-1 .sel {
    float: left;
    width: 99%;
    text-align: center;
    font-size: 25px;
    color: #fff;
    font-weight: bold;
    background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.56)), to(rgba(0, 0, 0, 0.55))) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(top, rgba(0, 0, 0, 0.56) 0%, rgba(0, 0, 0, 0.55) 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) -o-linear-gradient(top, rgba(0, 0, 0, 0.56) 0%, rgba(0, 0, 0, 0.55) 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0.56) 0%, rgba(0, 0, 0, 0.55) 100%) repeat scroll 0 0;
    padding: 12px 0px;
    border: 1px solid #ccc;
    overflow: hidden;
    -webkit-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;cursor: pointer;
}

.banner-tag2 .col-1:hover .sel {
    float: left;
    left: 0px;
    margin-top: -58px;
    padding: 40px 0px;
    -webkit-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}


/******** panel1 ******/

.panel1 {
    float: left;
    width: 100%;
    background: url(../images/panel1.jpg) no-repeat left;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    padding: 30px 0px;
    height: 490px;
}

.panel1 .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}


.panel1 .col-left {
    float: left;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 1)), to(rgba(244, 244, 244, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 1) 100%);
    border: 1px solid #ccc;
    width: 47%;
    padding: 8px;
    height: 370px;
}

.panel1 .col-right {
    float: right;
    width: 47%;
    margin-left: 3%;
    margin-top: 0px;
    text-align: center;
    position: relative;
}

.panel1 .col-right img {
    float: none;
    display: inline-block;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.panel1 .col-left .head {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    font-size: 30px;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0) url("../images/underline.png") no-repeat scroll 50% 82% / 30% 6%;
    padding-bottom: 20px;
    font-weight: bold;
    color: #51575b;
}

.panel1 .col-left p {
    float: left;
    width: 100%;
    text-align: center;
    color: #505050;
    font-size: 16px;
    margin-top: 5px;
}

.panel1 .col-left .read-more {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.panel1 .col-left .read-more a {
    color: #505050;
    text-transform: uppercase;
    font-size: 15px;
    text-decoration: none;
    padding: 7px 15px;
    border: 1px solid #ccc;
    -webkit-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.panel1 .col-left .read-more a:hover {
    background: #cf670a;
    color: #fff;
    -webkit-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.panel1 .col-left .img {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 40px;
}


/********** panel2 ******/

.panel2 {
    float: left;
    width: 100%;
    background: url(../images/panel2.jpg) no-repeat left;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background-attachment: fixed;
    height: 500px;
}

.panel2 .col-full {
    float: left;
    width: 100%;
    padding: 60px 0px;
    margin-top: 50px;
}

.panel2 .col-full .col-1 {
    float: left;
    width: 32%;
    margin: 4px;
    border: 2px solid #ccc;
    position: relative;
    overflow: hidden;
}

.panel2 .col-full .col-1 img {
    float: left;
    width: 100%;
    -webkit-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    overflow: hidden;
}

.panel2 .col-full .col-1 .name {
    float: left;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0px;
    top: 43%;
    -webkit-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease
}

.panel2 .col-full .col-1 .name a {
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    border: 1px solid #fff;
    padding: 12px 40px;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.panel2 .col-full .col-1 .name a:hover {
    background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.56)), to(rgba(0, 0, 0, 0.55))) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(top, rgba(0, 0, 0, 0.56) 0%, rgba(0, 0, 0, 0.55) 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) -o-linear-gradient(top, rgba(0, 0, 0, 0.56) 0%, rgba(0, 0, 0, 0.55) 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0.56) 0%, rgba(0, 0, 0, 0.55) 100%) repeat scroll 0 0;
    -webkit-transition: all .9s ease;
    -o-transition: all .9s ease;
    transition: all .9s ease;
}

.panel2 .col-full .col-1:hover img {
    -webkit-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
    -webkit-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}


/******** panel3 ***********/

.panel3 {
    float: left;
    width: 100%;
    background: url(../images/panel3.jpg) no-repeat left;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background-attachment: fixed;
}

.panel3 .head {
    color: #51575b;
    float: left;
    font-size: 35px;
    font-weight: bold;
    margin-top: 30px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    background: rgba(0, 0, 0, 0) url("../images/underline.png") no-repeat scroll 50% 85% / 17% 6%;
    padding-bottom: 20px;
}

.panel3 .col-full {
    float: left;
    width: 100%;
    padding: 60px 0px;
}

.panel3 .col-full .col-1 {
    background: rgba(0, 0, 0, 0) url("../images/img6.png") no-repeat scroll left center / 100% 100%;
    float: left;
	margin: 56px 0% 56px 13.5%;
  /*  margin: 56px 1.5%;*/
    min-height: 210px;
    padding: 50px;
    width: 30.33%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.panel3 .col-full .col-1 .img {
    float: left;
    margin-top: -45%;
    text-align: center;
    width: 100%;
}

.panel3 .col-full .col-1 img {
    -webkit-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.panel3 .col-full .col-1 .name {
    color: #51575b;
    float: left;
    font-size: 18px;
    font-weight: bold;
    margin-top: 40px;
    text-align: center;
    *text-transform: uppercase;
    width: 100%;
    float: left;
}

.panel3 .col-full .col-1 .name1 {
    margin-top: 0px !important;
}

.panel3 .col-full .col-1:hover .name {
    color: #cf670a;
}

.panel3 .col-full .col-1:hover img {
    color: #cf670a;
    -webkit-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
}


/******** panel4 ***********/

.panel4 {
    float: left;
    width: 100%;
    background: #fff;
    padding-bottom: 20px;
}

.panel4 .head {
    color: #51575b;
    float: left;
    font-size: 35px;
    font-weight: bold;
    margin-top: 30px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    background: rgba(0, 0, 0, 0) url("../images/underline.png") no-repeat scroll 50% 85% / 17% 6%;
    padding-bottom: 20px;
}

.panel4 .col-full {
    background: rgba(0, 0, 0, 0) url("../images/img7.png") no-repeat scroll left center / 100% 100%;
    float: left;
    margin: 36px 102px;
    padding: 30px 10px;
    width: 80%;
}

.panel4 .col-full .col-1 {
    border-right: 1px solid #c7c7c7;
    float: left;
    margin-bottom: 10px;
    margin-top: 50px;
    padding: 20px 16px;
    width: 46%;
    color: #51575b;
}

.panel4 .col-full .col-1a {
    border: none !important;
}

.panel4 .col-full .col-1 .name1 {
    color: #51575b;
    float: left;
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.panel4 .name2 {
    float: left;
    width: 100%;
    text-align: center;
    *font-weight: bold;
    color: #51575b;
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 10px;
}
.panel4 .name2 a{ color:#cf670a}
.panel4 .name2new {
    float: left;
    width: 100%;
    text-align: center;
    *font-weight: bold;
    color: #f50505;
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 10px;
}

.panel4 .head2 {
    color: #51575b;
    float: left;
    font-size: 35px;
    font-weight: bold;
    margin-top: 30px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    background: rgba(0, 0, 0, 0) url("../images/underline.png") no-repeat scroll 50% 85% / 17% 6%;
    padding-bottom: 20px;
    margin-bottom: 10px;
}


/********* footter *******/

footter .ftr1 {
    float: left;
    width: 100%;
    background: #e4e4e4;
    padding: 20px 0px;
    border-top: 1px solid #ccc;
}

footter .ftr1 .wrapper2 {
    margin: 0px auto;
    width: 590px;
}

footter .ftr1 .wrapper2 .nav-main2 {
    float: left;
    width: 100%;
    text-align: center;
    margin-left: 14px;
}

footter .ftr1 .wrapper2 .nav-main2 ul {
    float: left;
    margin: 0px;
    padding: 0px;
}

footter .ftr1 .wrapper2 .nav-main2 li {
    float: left;
    list-style: none;
    display: inline;
    margin: 5px;
}

footter .ftr1 .wrapper2 .nav-main2 li a {
    color: #51575b;
    text-transform: uppercase;
    font-size: 13px;
    text-decoration: none;
    margin-left: 13px;
    -webkit-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

footter .ftr1 .wrapper2 .nav-main2 li a:hover {
    color: #e06b0c;
    -webkit-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

footter .ftr1 .wrapper2 .social-full {
    float: left;
    width: 100%;
    margin-top: 20px;
}

footter .ftr1 .wrapper2 .social-full .bdr {
    border-bottom: 2px solid #b6b6b6;
    float: left;
    width: 100%;
}

footter .ftr1 .wrapper2 .social-full .bdr2 {
border-bottom: 2px solid #b6b6b6;
    float: right;
    width: 50%;
    /* margin-top: -10%; */
}

footter .ftr1 .wrapper2 .social-full .name {
    float: left;
    width: 100%;
    font-size: 16px;
    text-transform: capitalize;
    color: #51575b;
    text-align: center;
    margin-top: -10px;
}

footter .ftr1 .wrapper2 .social-full .social {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 15px;
}
footter .ftr1 .wrapper2 .social-full .social ul{float: left;
    margin-top: 5px;}
footter .ftr1 .wrapper2 .social-full .social ul li {float: left;
    list-style: none;
    display: inline; border-right:1px #666 solid; margin-right :10px;}
	
footter .ftr1 .wrapper2 .social-full .social ul li a {
    border-right: 1px solid #737373;
    color: #737373;
    display: block;text-decoration: none;
    padding: 0 10px 0px 0px;}
footter .ftr1 .wrapper2 .social-full .social ul li:nth-last-child(1) a {
    border-right: none !important;
	
}	
footter .ftr1 .wrapper2 .social-full .social li {
    *float: left;
    list-style: none;
    display: inline;
    margin: 3px;
    -webkit-transition: all .9s ease;
    -o-transition: all .9s ease;
    transition: all .9s ease;
}

footter .ftr1 .wrapper2 .social-full .social li a img {
    -webkit-transition: all 1000ms ease-in-out;
    -o-transition: all 1000ms ease-in-out;
    transition: all 1000ms ease-in-out;
}

footter .ftr1 .wrapper2 .social-full .social li a:hover img {
    -webkit-transition: all .9s ease-in;
    -o-transition: all .9s ease-in;
    transition: all .9s ease-in;
    -webkit-transform: rotateX(360deg);
    transform: rotateX(360deg);
}

footter .ftr2 {
    float: left;
    width: 100%;
    background: #e06b0c;
    padding: 15px 0px;
    border-top: 1px solid #ccc;
}

footter .ftr2 .col-full {
    float: left;
    width: 100%;
}

footter .ftr2 .copy {
    float: left;
    color: #fff;
    font-size: 15px;
}

footter .ftr2 .design {
    float: right;
    color: #fff;
    font-size: 15px;
}

footter .ftr2 .design a {
    color: #fff;
    font-size: 15px;
    margin-left: 3px;
    text-decoration: none;
    -webkit-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

footter .ftr2 .design a:hover {
    color: #000;
    -webkit-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}


/****************** inner-page *************/

.inner-banner {
    float: left;
    width: 100%;
    background: url(../images/inner-banner/1.jpg) no-repeat left;
    -webkit-background-size: 100% 85%;
    background-size: 100% 85%;
    background-attachment: fixed;
    height: 500px;
    margin-top: -8%;
    background-position: top;
}

.inner-banner1 {
    background: url(../images/chirstmas-special.jpg) no-repeat left;
    background-attachment: fixed;
    background-attachment: fixed;
    background-position: 0 -301px;
    -webkit-background-size: 100% 100%;
    background-size: 100%;
}

.inner-banner2 {
    float: left;
    width: 100%;
    background: url(../images/banner2.jpg) no-repeat left;
    -webkit-background-size: 100% 85%;
    background-size: 100% 85%;
    background-attachment: fixed;
    height: 500px;
    margin-top: 4%;
    background-position: top;
}

.inner-banner3 {
    float: left;
    width: 100%;
    background: url(../images/banner2.jpg) no-repeat left;
    -webkit-background-size: 100% 85%;
    background-size: 100% 85%;
    background-attachment: fixed;
    height: 500px;
    margin-top: -8%;
    background-position: top;
}

.banner-innertag {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: -28%;
}

.banner-innertag span {
    color: #fff;
    text-transform: capitalize;
    font-size: 96px;
    font-weight: bold;
    *background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.56)), to(rgba(0, 0, 0, 0.55)));
    *background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.56) 0%, rgba(0, 0, 0, 0.55) 100%);
    *background: -o-linear-gradient(top, rgba(0, 0, 0, 0.56) 0%, rgba(0, 0, 0, 0.55) 100%);
    *background: linear-gradient(to bottom, rgba(0, 0, 0, 0.56) 0%, rgba(0, 0, 0, 0.55) 100%);
    *padding: 20px 60px;
    *border-bottom: 5px solid #fff;
}

.banner-undrinner {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: -17%;
}

.inner-col {
    float: left;
    width: 100%;
    background: url(../images/panel3.jpg) no-repeat left;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background-attachment: fixed;
    padding: 40px 0px;
}

.inner-col p {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 16px;
    margin-top: 5px;
    color: #51575b;
    line-height: 35px;
}

.inner-col .head {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 27px;
    color: #cf670a;
    margin-bottom: 10px;
}

.inner-col h2 { float: left;
    width: 100%;
    text-align: left;
    font-size: 27px;
    color: #cf670a;
    margin-bottom: 10px;}
.inner-col .head4 {
    margin-top: 50px !important;
    font-size: 27px;
}

.inner-col .trip-img {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.inner-col .trip-img img {
    display: inline-block;
    vertical-align: middle;
}

.inner-col .trip-img img+img {
    margin-left: 30px;
}

.badge {
    float: left;
    width: 20%;
    text-align: center;
    margin-left: 40%;
}

.badge2 {
    float: left;
    width: 34%;
    text-align: center;
}

.trip {
    float: left;
    width: 22%;
    margin-left: 0%;
}

.trip img {
    float: left;
    width: 100%;
}

.inner-col2 {
    float: left;
    width: 100%;
    background: url(../images/inner.jpg) no-repeat left;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    padding: 40px 0px;
}

.inner-col2 .col-full {
    float: left;
    width: 100%;
}

.inner-col2 .col-full h3 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    text-transform: capitalize;
    color: #cf670a;
    background: rgba(0, 0, 0, 0) url("../images/undr2.png") no-repeat scroll 50% 100% / 15% 40%;
    padding-bottom: 30px;
}

.inner-col2 .col-full .col-left {
    float: left;
    width: 49%;
}

.inner-col2 .col-full .col-left1 {
    float: left;
    width: 100%;
    margin-top: 15px;
}

.inner-col2 .col-full .col-left h3 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    text-transform: capitalize;
    color: #cf670a;
    background: rgba(0, 0, 0, 0) url("../images/undr2.png") no-repeat scroll 50% 100% / 29% 40%;
    padding-bottom: 30px;
}

.inner-col2 .col-full .col-left .col-1 {
    float: left;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.inner-col2 .col-full .title-menu {
    width: 30%;
}

.inner-col2 .col-full .col-left .col-1 h4 {
    float: left;
    *width: 80%;
    font-size: 25px;
    font-weight: normal;
    text-transform: capitalize;
    color: #cf670a;
    margin: 0px;
}

.inner-col2 .col-full .col-left .col-1 h5 {
    float: right;
    *width: 80%;
    font-size: 25px;
    font-weight: normal;
    text-transform: capitalize;
    color: #cf670a;
    margin: 0px;
}

.options [data-id] {
    display: none;
    background: none;
}

.options [data-id].active {
    display: inline-block;
    background: transparent !important;
}

.buttons {
    float: left;
    width: 100%;
}

.buttons a {
    float: left;
    padding: 10px;
    font-size: 12px;
    background: #e1e1e1;
    color: #000;
    text-decoration: none;
    margin-right: 2px;
}

.buttons a.active {
    font-size: 12px;
    background: #fff;
    color: #000;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .4);
    box-shadow: 0 0 5px rgba(0, 0, 0, .4)
}

.inner-col2 .col-full .col-left .col-1 h6 {
    float: right;
    *width: 80%;
    font-size: 17px;
    font-weight: normal;
    text-transform: capitalize;
    color: #cf670a;
    margin: 0px;
    *font-style: italic;
}

.inner-col2 .col-full .col-left .col-1 h7 {
    float: right;
    width: 35%;
    font-size: 17px;
    font-weight: normal;
    text-transform: capitalize;
    color: #cf670a;
    margin: 0px;
    *font-style: italic;
}

.inner-col2 .col-full .col-right .col-1 h6 {
    float: right;
    *width: 80%;
    font-size: 17px;
    font-weight: normal;
    text-transform: capitalize;
    color: #cf670a;
    margin: 0px;
    *font-style: italic;
}

.inner-col2 .col-full .col-right .col-1 h7 {
    float: right;
    width: 35%;
    font-size: 17px;
    font-weight: normal;
    text-transform: capitalize;
    color: #cf670a;
    margin: 0px;
    *font-style: italic;
}

.inner-col2 .col-full .empty {
    width: 42px;
}

.inner-col2 .col-full .col-right .col-1 .btl {
    font-style: italic;
    font-size: 20px !important;
}

.inner-col2 .col-full .col-left .col-1 h6 span {
    font-style: italic;
    font-size: 20px;
}

.inner-col2 .col-full .col-left .col-1 h7 span {
    font-style: italic;
    font-size: 20px;
}

.inner-col2 .col-full .col-right .col-1 h6 span {
    font-style: italic;
    font-size: 20px;
}

.inner-col2 .col-full .col-right .col-1 h7 span {
    font-style: italic;
    font-size: 20px;
}

.inner-col2 .col-full p {
    float: left;
    width: 100%;
    margin: 10px 0px;
    padding: 0px;
    font-size: 19px;
    color: #51575b;
    text-align: justify;
}

.inner-col2 .col-full .col-right {
    float: right;
    width: 49%;
}

.inner-col2 .col-full .col-right1 {
    float: left;
    width: 100%;
    margin-top: 15px;
}

.inner-col2 .col-full .col-right h3 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    text-transform: capitalize;
    color: #cf670a;
    background: rgba(0, 0, 0, 0) url("../images/undr2.png") no-repeat scroll 50% 100% / 29% 40%;
    padding-bottom: 30px;
}

.inner-col2 .col-full .col-right .col-1 {
    float: left;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.inner-col2 .col-full .col-right .col-1 h4 {
    float: left;
    *width: 80%;
    font-size: 25px;
    font-weight: normal;
    text-transform: capitalize;
    color: #cf670a;
    margin: 0px;
}

.inner-col2 .col-full .col-right .col-1 h4 span {
    margin-left: 7px;
}

.inner-col2 .col-full .col-right .col-1 h5 {
    float: right;
    *width: 80%;
    font-size: 25px;
    font-weight: normal;
    *text-transform: capitalize;
    color: #cf670a;
    margin: 0px;
}

.inner-panel1 {
    float: left;
    width: 100%;
    background: url(../images/inner-panel1.jpg) no-repeat left;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    height: 300px;
    background-attachment: fixed;
}

.inner-panel1 .head {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    text-transform: capitalize;
    background: rgba(0, 0, 0, 0) url("../images/undr.png") no-repeat scroll 50% 100% / 14% 35%;
    padding-bottom: 60px;
    margin-top: 7%;
}

.inner-panel2 {
    float: left;
    width: 100%;
    background: url(../images/inner-panel2.jpg) no-repeat left;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    height: 300px;
    background-attachment: fixed;
}

.inner-panel2 .head {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 60px;
    color: #fff;
    font-weight: bold;
    text-transform: capitalize;
    background: rgba(0, 0, 0, 0) url("../images/undr.png") no-repeat scroll 50% 100% / 14% 35%;
    padding-bottom: 60px;
    margin-top: 7%;
}

.inner-panel3 {
    float: left;
    width: 100%;
    background: url(../images/inner-panel3.jpg) no-repeat left;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    height: 300px;
    background-attachment: fixed;
}

.inner-panel3 .head {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 60px;
    color: #fff;
    font-weight: bold;
    text-transform: capitalize;
    background: rgba(0, 0, 0, 0) url("../images/undr.png") no-repeat scroll 50% 100% / 14% 35%;
    padding-bottom: 60px;
    margin-top: 7%;
}

.inner-col2 .col-full2 {
    float: left;
    width: 100%;
}

.inner-col2 .col-full2 .col-2 {
    float: left;
    width: 30%;
    margin: 12px;
    border: 5px solid #ccc;
    position: relative;
    overflow: hidden;
    left: 0px;
}

.inner-col2 .col-full2 .col-2 img {
    float: left;
    width: 100%;
}

.inner-col2 .col-full2 .head3 {
    float: left;
    width: 97%;
    padding: 10px 5px;
}

.inner-col2 .col-full2 .head3 .name1 {
    float: left;
    color: #cf670a;
    font-size: 18px;
    text-transform: capitalize;
}

.inner-col2 .col-full2 .head3 .name2 {
    float: right;
    color: #cf670a;
    font-size: 18px;
}

.inner-col2 .col-full2 .name3 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 25px;
    color: #fff;
}

.inner-col2 .col-full2 .name4 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 25px;
    color: #fff;
    margin-top: 10px;
}

.inner-panel4 {
    float: left;
    width: 100%;
    background: url(../images/inner-panel4.jpg) no-repeat left;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    height: 300px;
    background-attachment: fixed;
}

.inner-panel4 .head {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    text-transform: capitalize;
    background: rgba(0, 0, 0, 0) url("../images/undr.png") no-repeat scroll 50% 100% / 14% 35%;
    padding-bottom: 60px;
    margin-top: 7%;
}

.inner-col .col-full .address {
    float: left;
    width: 45%;
}

.inner-col .col-full .address h2 {
    float: left;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #cf670a;
    font-size: 30px;
    background: rgba(0, 0, 0, 0) url("../images/undr2.png") no-repeat scroll 0% 92% / 20% 34%;
    padding-bottom: 30px;
}

.inner-col .col-full .address p {
    float: left;
    width: 100%;
    font-size: 19px;
    text-align: justify;
    color: #51575b;
}

.inner-col .col-full .address p a {
    font-size: 19px;
    text-align: justify;
    color: #51575b;
    text-decoration: none;
}

.inner-col .col-full .address p a:hover {
    color: #cf670a;
}

.inner-col .col-full .form {
    float: right;
    width: 45%;
}

.inner-col .col-full .form h2 {
    float: left;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #cf670a;
    font-size: 30px;
    background: rgba(0, 0, 0, 0) url("../images/undr2.png") no-repeat scroll 0% 92% / 20% 34%;
    padding-bottom: 30px;
}

.inner-col .col-full .form .input {
    float: left;
    width: 95%;
    padding: 10px 7px;
    background: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 5px;
    color: #000;
}

.inner-col .col-full .form .input:hover {
    border: 1px solid #cf670a;
}

.inner-col .col-full .form .inputa {
    float: left;
    width: 95%;
    padding: 10px 7px;
    background: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 5px;
    color: #000;
    height: 70px;
}

.inner-col .col-full .form .inputa:hover {
    border: 1px solid #cf670a;
}

.inner-col .col-full .form .submit {
    float: left;
    background: #cf670a;
    border: 2px solid #ccc;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 15px;
    font-size: 17px;
    cursor: pointer;
    margin: 5px;
    -webkit-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.inner-col .col-full .form .submit:hover {
    -webkit-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    border: 2px solid #cf670a;
    color: #cf670a;
    background: #ccc;
}

.inner-col .col-full .map1 .head {
    float: left;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 0px;
    color: #cf670a;
    font-size: 30px;
    background: rgba(0, 0, 0, 0) url("../images/undr2.png") no-repeat scroll 50% 92% / 14% 35%;
    padding-bottom: 30px;
    text-align: center;
    font-weight: bold;
}

.inner-col .col-full .map {
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 5px solid #ccc;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.inner-panel5 {
    float: left;
    width: 100%;
    background: url(../images/inner-panel5.jpg) no-repeat left;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    height: 300px;
    background-attachment: fixed;
}

.inner-panel5 .head {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 60px;
    color: #fff;
    font-weight: bold;
    text-transform: capitalize;
    background: rgba(0, 0, 0, 0) url("../images/undr.png") no-repeat scroll 50% 100% / 14% 35%;
    padding-bottom: 60px;
    margin-top: 7%;
}

.inner-panel5 .head span {
    font-size: 30px !important;
    margin-left: 10px;
}

.inner-col2 .col-full {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.inner-col2 .col-full h3 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    text-transform: capitalize;
    color: #cf670a;
    background: rgba(0, 0, 0, 0) url("../images/undr2.png") no-repeat scroll 50% 100% / 15% 40%;
    padding-bottom: 30px;
}

.col-full .col-4 {
    float: left;
    width: 31%;
    margin: 4px;
    border: 2px solid #ccc;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.col-full .col-4 img {
    float: left;
    width: 100%;
}

.hover1a {
    float: left;
    width: 100%;
    background: #ccc;
    position: absolute;
    left: -100%;
    -webkit-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.inner-col2 .col-full2 .head3 {
    float: left;
    width: 97%;
    padding: 10px 5px;
}

.inner-col2 .col-full2 .head3 .name1 {
    float: left;
    color: #cf670a;
    font-size: 18px;
    text-transform: capitalize;
}

.inner-col2 .col-full2 .head3 .name2 {
    float: right;
    color: #cf670a;
    font-size: 18px;
}

.col-full .col-4 .name1 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 28px;
    color: #cf670a;
}

.col-full .col-4 .name1a {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 22px;
    color: #cf670a;
}

.col-full .col-4 .name2 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #cf670a;
    margin-top: 5px;
}

.col-full .col-4 .name2a {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 40px;
    color: #cf670a;
    margin-top: 5px;
}

.col-full .col-4:hover .hover1a {
    -webkit-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    left: 0px;
    padding: 115px 0px;
}

.bottom-span {
    float: left;
    width: 100%;
    margin-top: 60px;
    margin-bottom: 10px;
    border: 1px solid #cf670a;
    padding: 8px 0px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background: #fff;
}

.bottom-span span {
    float: left;
    width: 92%;
    text-align: center;
    color: #000;
    font-style: italic;
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 30px;
}

.bottom-span .contents {
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px;
}

.bottom-span .contents p {
    width: 25%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    margin: 0 0 15px 0;
}

.bottom-span .contents .full {
    text-align: center;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
}

.bottom-span .contents .full p {
    width: auto;
    margin: 0;
}

.bottom-span .contents span {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 9px;
    border: 1px solid #000;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    font-style: normal;
    margin: 0 10px 0 0;
}

.inner-panel6 {
    float: left;
    width: 100%;
    background: url(../images/inner-panel6.jpg) no-repeat left;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    height: 300px;
    background-attachment: fixed;
}

.inner-panel6 .head {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 60px;
    color: #fff;
    font-weight: bold;
    text-transform: capitalize;
    background: rgba(0, 0, 0, 0) url("../images/undr.png") no-repeat scroll 50% 100% / 14% 35%;
    padding-bottom: 60px;
    margin-top: 7%;
}

.inner-panel6 .head span {
    font-size: 30px !important;
    margin-left: 10px;
}

.inner-panel7 {
    float: left;
    width: 100%;
    background: url(../images/inner-panel7.jpg) no-repeat left;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    height: 300px;
    background-attachment: fixed;
}

.inner-panel7 .head {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 60px;
    color: #fff;
    font-weight: bold;
    text-transform: capitalize;
    background: rgba(0, 0, 0, 0) url("../images/undr.png") no-repeat scroll 50% 100% / 14% 35%;
    padding-bottom: 60px;
    margin-top: 7%;
}

.inner-panel7 .head span {
    font-size: 30px !important;
    margin-left: 10px;
}

.inner-panel8 {
    float: left;
    width: 100%;
    background: url(../images/inner-panel8.jpg) no-repeat left;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    height: 300px;
    background-attachment: fixed;
}

.inner-panel8 .head {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 60px;
    color: #fff;
    font-weight: bold;
    text-transform: capitalize;
    background: rgba(0, 0, 0, 0) url("../images/undr.png") no-repeat scroll 50% 100% / 14% 35%;
    padding-bottom: 60px;
    margin-top: 7%;
}

.inner-panel8 .head span {
    font-size: 30px !important;
    margin-left: 10px;
}

.inner-panel9 {
    float: left;
    width: 100%;
    background: url(../images/inner-panel6.jpg) no-repeat left;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    height: 300px;
    background-attachment: fixed;
    border-top: 5px solid #fff;
}

.inner-panel9 .head {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 60px;
    color: #fff;
    font-weight: bold;
    text-transform: capitalize;
    background: rgba(0, 0, 0, 0) url("../images/undr.png") no-repeat scroll 50% 100% / 14% 35%;
    padding-bottom: 60px;
    margin-top: 7%;
}

.inner-panel9 .head span {
    font-size: 30px !important;
    margin-left: 10px;
}

.inner-col2 .col-full .col-left .one {
    float: left;
    width: 21%;
    font-size: 20px;
    font-weight: normal;
    text-transform: capitalize;
    color: #cf670a;
    margin-left: 20px;
    *font-style: italic;
}

.inner-col2 .col-full .col-left .two {
    float: left;
    width: 21%;
    font-size: 20px;
    font-weight: normal;
    text-transform: capitalize;
    color: #cf670a;
    margin-left: 18px;
    *font-style: italic;
}

.inner-col2 .col-full .col-left .three {
    float: right;
    *width: 21%;
    font-size: 20px;
    font-weight: normal;
    text-transform: capitalize;
    color: #cf670a;
    margin: 0px;
    *font-style: italic;
}

.inner-col2 .col-full .col-right .one {
    float: left;
    width: 21%;
    font-size: 20px;
    font-weight: normal;
    text-transform: capitalize;
    color: #cf670a;
    margin-left: 20px;
    *font-style: italic;
}

.inner-col2 .col-full .col-right .two {
    float: left;
    width: 21%;
    font-size: 20px;
    font-weight: normal;
    text-transform: capitalize;
    color: #cf670a;
    margin-left: 18px;
    *font-style: italic;
}

.inner-col2 .col-full .col-right .three {
    float: right;
    *width: 21%;
    font-size: 20px;
    font-weight: normal;
    text-transform: capitalize;
    color: #cf670a;
    margin: 0px;
    *font-style: italic;
}

h4 span.black,
h4 span.green {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    line-height: 20px;
    text-align: center;
    font-size: 10px;
}

h4 span.green {
    /*color: #006400;*/
    color: #000;
}

h4 span.black {
    color: #000;
    text-transform: none;
}

h5 span {
    font-size: 15px !important;
}

.under {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: -10%
}

.undr2 {
    float: left;
    width: 100%;
    font-weight: bold;
    color: #fff;
    font-size: 21px;
    text-transform: uppercase;
    margin-top: -7%;
    text-align: center;
}

.undr_3 {
    margin-top: 0;
    width: 40%;
    line-height: 32px;
    margin-left: 30px;
    float: none;
    display: inline-block;
}

.undr_4 {
    position: relative;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    color: #f4f4f4
}

.undr_4:before {
    content:'{';
    position: absolute;
    left: 0;
    font-size: 130px;
    font-weight: 300;
    font-family: 'Source Sans Pro', sans-serif;
    top: 0;
    line-height: 65px;
}

.undr_4:after {
    content: '}';
    position: absolute;
    right: 0;
    font-size: 130px;
    font-weight: 300;
    font-family: 'Source Sans Pro', sans-serif;
    top: 0;
    line-height: 65px;
}

.booking_form {
    position: absolute;
    top: 230px;
    left: 50px;
}

.booking_form.bottom {
    top: 430px;
}

.booking_form a {
    text-decoration: none;
    color: #fff;
    padding: 10px;
    background: rgb(141, 1, 0);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: none;
}

.inner-panel10 {
    float: left;
    width: 100%;
    background: url(../images/inner-panel10.jpg) no-repeat left;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    height: 300px;
    background-attachment: fixed;
    border-top: 5px solid #fff;
}

.inner-panel10 .head {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    text-transform: capitalize;
    background: rgba(0, 0, 0, 0) url("../images/undr.png") no-repeat scroll 50% 100% / 14% 35%;
    padding-bottom: 60px;
    margin-top: 7%;
}

.inner-panel11 {
    float: left;
    width: 100%;
    background: url(../images/inner-panel11.jpg) no-repeat left;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    height: 300px;
    background-attachment: fixed;
}

.inner-panel11 .head {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 60px;
    color: #fff;
    font-weight: bold;
    text-transform: capitalize;
    background: rgba(0, 0, 0, 0) url("../images/undr.png") no-repeat scroll 50% 100% / 14% 35%;
    padding-bottom: 60px;
    margin-top: 7%;
}

.pop-full {
    float: left;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.83)), color-stop(1%, rgba(0, 0, 0, 0.83)), to(rgba(0, 0, 0, 0.81)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.83) 0%, rgba(0, 0, 0, 0.83) 1%, rgba(0, 0, 0, 0.81) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.83) 0%, rgba(0, 0, 0, 0.83) 1%, rgba(0, 0, 0, 0.81) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.83) 0%, rgba(0, 0, 0, 0.83) 1%, rgba(0, 0, 0, 0.81) 100%);
    display: none;
    position: fixed;
    height: 100%;
    z-index: 99999999;
}

.pop {
    float: left;
    width: 100%;
    position: fixed;
    text-align: center;
    height: 100vh;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    display: table;
}

.pop.show {
    visibility: visible;
    opacity: 1;
}

.pop .img-pop {
    display: table-cell;
    vertical-align: middle;
}

.pop img {
    height: 500px;
}

.close {
    float: right;
    width: 3%;
    margin: 9%;
    cursor: pointer;
    position: relative;
    z-index: 999;
}

.close img {
    float: right;
    width: 100%;
    cursor: pointer;
}

.gal-col {
    float: left;
    width: 100%;
    border-top: 1px solid #cf670a;
}

.gal-col .col-1 {
    float: left;
    width: 25%;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.gal-col .col-1 img {
    float: left;
    width: 100%;
    -webkit-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.gal-col .col-1 .img1-hover {
    float: left;
    width: 100%;
    text-align: center;
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.67)), to(rgba(0, 0, 0, 0.67)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.67) 0%, rgba(0, 0, 0, 0.67) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.67) 0%, rgba(0, 0, 0, 0.67) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.67) 0%, rgba(0, 0, 0, 0.67) 100%);
    padding: 140px 0px;
    display: none;
    text-transform: uppercase;
    font-size: 18px;
    -webkit-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.gal-col .col-1 .img1-hover img {
    float: left;
    width: 10%;
    left: 45%;
    top: 45%;
    position: absolute;
}

.gal-col .col-1:hover .img1-hover {
    position: absolute;
    display: block;
    -webkit-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.gal-col .col-1:hover img {
    -webkit-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
}

.col-reserv {
    float: left;
    width: 100%;
}

.col-reserv .col-left {
    float: left;
    width: 45%;
}

.col-reserv .col-left img {
    float: left;
    width: 100%;
}

.col-reserv .col-left img+img {
    margin-top: 20px;
}

.col-reserv .col-right {
    float: right;
    width: 54%;
}

.col-reserv .col-right-1 {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-left: 50px;
    width: 100%;
    text-align: center;
    float: left;
    padding: 0 380px;
}

.col-reserv .col-right-1>div {
    text-align: center;
    float: none;
}

.col-reserv .col-right .name {
    float: left;
    width: 100%;
    text-align: center;
    color: #cf670a;
    margin-bottom: 10px;
    font-size: 20px;
}

.col-reserv .col-right .name.new {
    float: left;
    width: 100%;
    text-align: center;
    color: red;
    margin-bottom: 10px;
    font-size: 14px;
}

:before {
    -o-transition: all ease .5s;
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
}

.full-width {
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    margin: 20px 0
}

.full-width p {
    width: auto;
    height: auto;
    line-height: normal;
    margin: 0 20px;
    text-transform: capitalize;
}

.full-width .check {
    float: left;
    width: 50px;
    height: 20px;
}

.full-width .check label {
    float: left;
    position: relative;
    width: 100%;
    height: 20px;
    background: rgb(207, 103, 10);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 0 0 4px #000;
    box-shadow: 0 0 4px #000;
    cursor: pointer;
}

.full-width .check label:before {
    width: 20px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    content: '';
    border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
}

.full-width .check #day:checked+label:before {
    left: -webkit-calc(100% - 20px);
    left: calc(100% - 20px);
    border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
}

.full-width .check label:after {
    content: '\f0d9';
    font-family: 'fontawesome';
    position: absolute;
    left: 5px;
    top: 2px;
    transition: all ease .7s;
    -webkit-transition: all ease .7s;
    -moz-transition: all ease .7s;
    -ms-transition: all ease .7s;
    -o-transition: all ease .7s;
    color: rgb(81, 94, 136)
}

.full-width .check #day:checked+label:after {
    content: '\f0da';
    left: 97%;
    left: -webkit-calc(100% - 10px);
    left: calc(100% - 10px);
}

.inputselect {
    display: none;
}

.inputselect.active {
    display: block
}

.col-reserv .col-right .name1 {
    float: left;
    width: 100%;
    text-align: center;
    color: #cf670a;
    margin-bottom: 20px;
    font-size: 20px;
    margin-top: 40px;
}

.col-reserv .col-right .click {
    margin-left: 38px;
    color: #F00;
    background: url(../images/clivk.png) no-repeat right;
    -webkit-background-size: 28% 100%;
    background-size: 28% 100%;
    background-position: 100% 61%;
    padding-right: 35px;
}

.col-reserv .col-right .book {
    float: left;
    width: 100%;
    text-align: center;
}

.col-reserv .col-right .book a {
    background: #cf670a;
    border: 2px solid #ccc;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    *text-transform: uppercase;
    color: #fff;
    padding: 7px 25px;
    font-size: 17px;
    cursor: pointer;
    margin: 5px;
    -webkit-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    text-decoration: none;
}

.col-reserv .col-right .book a:hover {
    background: #fff;
    color: #cf670a;
}

.col-reserv .col-right .form {
    float: left;
    width: 45%;
    margin: 11px;
}

.col-reserv .col-right .form label {
    float: left;
    color: #51575b;
    font-size: 16px;
    text-transform: capitalize;
    width: 100%;
}

.col-reserv .col-right .form .input {
    float: left;
    width: 95%;
    padding: 10px 5px;
    color: #51575b;
    background: #fff;
    border: 1px solid #ccc;
    margin-bottom: 30px;
    margin-top: 5px;
}

.col-reserv .col-right .form .inputa {
    float: left;
    width: 99%;
    padding: 10px 5px;
    color: #51575b;
    background: #fff;
    border: 1px solid #ccc;
    margin-bottom: 5px;
    margin-top: 5px;
}

.col-reserv .col-right .submit {
    float: left;
    background: #cf670a;
    border: 2px solid #ccc;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    *text-transform: uppercase;
    color: #fff;
    padding: 7px 25px;
    font-size: 17px;
    cursor: pointer;
    -webkit-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    width: 40%;
}

.col-reserv .col-right .submit:hover {
    background: #fff;
    color: #cf670a;
}

.menu {
    display: block;
}

.menu-img {
    display: none;
}

.monday {
    color: #cf670a;
    float: left;
    margin-top: -30px;
}

.monday1 {
    *background: #f2f2f2 none repeat scroll 0 0;
    border: 1px solid #cf670a;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    *-webkit-box-shadow: 0 1px 6px 0 #000;
    *box-shadow: 0 1px 6px 0 #000;
    color: #cf670a;
    float: left;
    font-size: 22px;
    margin-left: 10%;
    margin-top: 0;
    padding: 15px 0;
    text-align: center;
    width: 80%;
}

#test .inner-col2 .col-full .col-left1 {
    float: left;
    width: 210%;
    margin-top: 15px;
}

.absolute {
    position: absolute;
    top: 150px;
    left: 0;
    right: 0;
    width: 100%;
}

.absolute>div {
    float: left;
    width: 50%;
}

.absolute>div h2 {
    text-align: center;
    font-size: 25px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 400;
}

.absolute>div h2 span:last-child {
    font-size: 27px;
}

.absolute>div .part {
    float: left;
    width: 100%;
    text-align: center;
}

.absolute>div .part.full {
    width: 100%;
}

.absolute>div h3 {
    text-align: center;
    font-size: 27px;
    font-weight: 400;
    color: #fff;
    line-height: 30px
}

.absolute>div span {
    float: left;
    width: 100%;
}

.absolute>div p {
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    line-height: 25px;
}

.absolute>div p span {
    font-size: 15px;
}

.press {
    float: left;
    width: 100%
}

.press p {
    font-size: 15px;
}

.press p a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #551a8b
}


/******************* Responsive **************/

@media all and (min-width:320px) and (max-width:1024px) {
    .absolute {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        padding-bottom: 50px;
    }

    .absolute>div {
        float: left;
        width: 100%;
    }

    .absolute>div h3 {
        color: #51575b
    }

    .absolute>div h2 {
        color: #8d0100;
    }

    .absolute>div p {
        color: #51575b
    }

    .booking_form.bottom {
        top: 170px;
    }

    #test .inner-col2 .col-full .col-left1 {
        width: 100%;
    }

    .logo img {
        width: 150px;
    }
	.nav-main li span { width:100%; background-color:#cf670a !important;
        color: #fff;
        padding: 3px 0px !important;
        border: 1px solid #fff;
        float: left;
        width: 100%;
        text-align: center;
        font-size: 15px; width: 100%;
        line-height: 27px;}
}

@media all and (min-width:320px) and (max-width:479px) {

    .panel1 .wrapper{
        flex-wrap: wrap;
    }
    .wrapper {
        width: 90%;
    }

    .menu {
        display: none;
        position: absolute;
        margin: 0px !important;
        padding: 0px !important;
        background: none !important;
    }

    .menu-img {
        display: block;
        float: right;
        margin-top: 13px;
    }

    .nav-main {
        width: 90%;
        margin-top: 0px;
        margin-right: 53px;
    }

    .nav-main li {
        width: 100%;
        line-height: 27px;
    }
.nav-main li span { width:100%; background-color:#cf670a !important;
        color: #fff;
        padding: 3px 0px !important;
        border: 1px solid #fff;
        float: left;
        width: 100%;
        text-align: center;
        font-size: 15px; width: 100%;
        line-height: 27px;}
		
    .nav-main li a {
        background: #cf670a;
        color: #fff;
        padding: 3px 0px !important;
        border: 1px solid #fff;
        float: left;
        width: 100%;
        text-align: center;
        font-size: 15px;
    }

    .drop-main .drop-content {
        z-index: 999;
    }

    .drop-main .drop-content li a {
        width: 100%;
    }

    header {
        margin-top: 0px;
        background: #000;
    }

    header1 {
        position: relative;
    }

    header1 .nav-main nav ul {
        display: none;
    }

    .logo {
        float: left;
        width: 50%;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .nav-main .social {
        display: none;
    }

    .banner-tag span {
        font-size: 12px;
        padding: 10px 0px;
        margin-left: 0px;
        width: 100%;
    }

    .banner-undr {
        display: none;
    }

    .banner-tag2 .col-1 {
        width: 100%;
        margin: 5px 0px;
    }

    .banner-tag2 {
        margin-top: 0px;
    }

    .banner-tag2 .col-1 .sel {
        font-size: 18px;
    }

    .panel1 {
        height: auto;
    }

    .panel1 .col-left {
        width: 93%;
        height: auto;
    }

    .panel1 .col-left .head {
        font-size: 24px;
    }

    .panel1 .col-left p {
        font-size: 14px;
    }

    .panel1 .col-left .read-more {
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .panel1 .col-left .img {
        display: none;
        *margin-top: 20px;
    }

    .panel1 .col-right {
        width: 100%;
        margin-left:0;
        margin-top: 20px;
    }

    .panel2 {
        height: auto;
    }

    .panel2 .col-full {
        margin-top: 0px;
    }

    .panel2 .col-full .col-1 {
        margin: 5px 0px;
        width: 100%;
    }

    .panel2 .col-full .col-1 .name a {
        font-size: 18px;
    }

    .panel3 .head {
        font-size: 24px;
    }

    .panel3 .col-full {
        padding: 0px;
    }

    .panel3 .col-full .col-1 {
        background: none;
        margin: 0px;
        padding: 0px;
        width: 100%;
        min-height: inherit;
    }

    .panel3 .col-full .col-1 .img {
        margin: 0px;
    }

    .panel3 .col-full .col-1 .name {
        margin-bottom: 30px;
        margin-top: 0px;
        font-size: 18px;
    }

    .panel3 .col-full .col-1:hover img {
        color: #cf670a;
        -webkit-transition: all 1000ms ease;
        -o-transition: all 1000ms ease;
        transition: all 1000ms ease;
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
    }

    .panel4 .head {
        font-size: 24px;
    }

    .panel4 .col-full .col-1 {
        width: 40%;
        padding: 20px 13px;
    }

    .panel4 .col-full {
        width: 100%;
        background: none;
        margin: 0px;
        padding: 0px;
    }

    .panel4 .col-full .col-1 .name1 {
        font-size: 19px;
    }

    .panel4 .name2 {
        font-size: 13px;
    }

    .panel4 .head2 {
        font-size: 24px;
    }

    footter .ftr1 .wrapper2 {
        width: 90%;
    }

    footter .ftr1 .wrapper2 .nav-main2 {
        margin-left: 5px;
    }

    footter .ftr1 .wrapper2 .nav-main2 li {
        width: 42%;
    }

    footter .ftr1 .wrapper2 .nav-main2 li a {
        font-size: 14px;
        margin-left: 0px;
    }

    footter .ftr1 .wrapper2 .social-full .bdr {
        width: 31%;
    }

    footter .ftr1 .wrapper2 .social-full .bdr2 {
        width: 31%;
    }

    footter .ftr2 .copy {
        font-size: 13px;
    }

    footter .ftr2 .design a {
        font-size: 13px;
    }

    footter .ftr2 .design {
        width: 100%;
        margin-top: 10px;
    }

    .inner-banner {
        background: rgba(0, 0, 0, 0) url("../images/inner-banner/1.jpg") no-repeat fixed center top / 100% 100%;
        height: 150px;
        margin-top: 0px;
    }

    .inner-banner3 {
        background: rgba(0, 0, 0, 0) url("../images/banner2.jpg") no-repeat fixed center top / 100% 85%;
        height: 150px;
        margin-top: 0px;
    }

    .banner-innertag {
        margin-top: -36%;
    }

    .banner-innertag span {
        font-size: 30px;
    }

    .banner-undrinner {
        display: none;
    }

    .inner-col p {
        font-size: 14px;
    }

    .inner-panel11 {
        height: 120px;
    }

    .inner-panel10 {
        height: 120px;
    }

    .inner-panel9 {
        height: 120px;
    }

    .inner-panel8 {
        height: 120px;
    }

    .inner-panel7 {
        height: 120px;
    }

    .inner-panel6 {
        height: 120px;
    }

    .inner-panel5 {
        height: 120px;
    }

    .inner-panel4 {
        height: 120px;
    }

    .inner-panel3 {
        height: 120px;
    }

    .inner-panel2 {
        height: 120px;
    }

    .inner-panel1 {
        height: 120px;
    }

    .inner-panel11 .head {
        font-size: 25px;
        background: rgba(0, 0, 0, 0) url("../images/undr.png") no-repeat scroll 50% 60% / 30% 29%;
    }

    .inner-panel10 .head {
        font-size: 25px;
        background: rgba(0, 0, 0, 0) url("../images/undr.png") no-repeat scroll 50% 60% / 30% 29%;
    }

    .inner-panel9 .head {
        font-size: 25px;
        background: rgba(0, 0, 0, 0) url("../images/undr.png") no-repeat scroll 50% 60% / 30% 29%;
    }

    .inner-panel8 .head {
        font-size: 25px;
        background: rgba(0, 0, 0, 0) url("../images/undr.png") no-repeat scroll 50% 60% / 30% 29%;
    }

    .inner-panel7 .head {
        font-size: 25px;
        background: rgba(0, 0, 0, 0) url("../images/undr.png") no-repeat scroll 50% 60% / 30% 29%;
    }

    .inner-panel6 .head {
        font-size: 25px;
        background: rgba(0, 0, 0, 0) url("../images/undr.png") no-repeat scroll 50% 60% / 30% 29%;
    }

    .inner-panel5 .head {
        font-size: 22px;
        background: rgba(0, 0, 0, 0) url("../images/undr.png") no-repeat scroll 50% 60% / 30% 29%;
    }

    .inner-panel4 .head {
        font-size: 25px;
        background: rgba(0, 0, 0, 0) url("../images/undr.png") no-repeat scroll 50% 60% / 30% 29%;
    }

    .inner-panel3 .head {
        font-size: 25px;
        background: rgba(0, 0, 0, 0) url("../images/undr.png") no-repeat scroll 50% 60% / 30% 29%;
    }

    .inner-panel2 .head {
        font-size: 23px;
        background: rgba(0, 0, 0, 0) url("../images/undr.png") no-repeat scroll 50% 60% / 30% 29%;
    }

    .inner-panel1 .head {
        font-size: 25px;
        background: rgba(0, 0, 0, 0) url("../images/undr.png") no-repeat scroll 50% 60% / 30% 29%;
    }

    .inner-panel5 .head span {
        font-size: 20px !important
    }

    .inner-col2 .col-full .col-left {
        width: 100%;
    }

    .inner-col2 .col-full .col-left h3 {
        font-size: 22px;
    }

    .inner-col2 .col-full .col-right {
        width: 100%;
    }

    .inner-col2 .col-full .col-right h3 {
        font-size: 22px;
    }

    .inner-col2 .col-full h3 {
        font-size: 22px;
    }

    .inner-col2 .col-full p {
        font-size: 14px;
    }

    .bottom-span span {
        font-size: 14px;
        width: 77%;
    }

    .inner-col2 .col-full .col-left .col-1 h4 {
        font-size: 14px;
    }

    .inner-col2 .col-full .col-right .col-1 h4 {
        font-size: 14px;
    }

    .inner-col2 .col-full .col-left .col-1 h5 {
        font-size: 14px;
    }

    .inner-col2 .col-full .col-right .col-1 h5 {
        font-size: 14px;
    }

    .inner-col2 .col-full .col-left .one {
        width: auto;
        margin-left: 0px;
        float: right;
        font-size: 14px;
    }

    .inner-col2 .col-full .col-left .two {
        width: 30%;
        margin-left: 0px;
        float: right;
        font-size: 14px;
    }

    .inner-col2 .col-full .col-left .three {
        width: 30%;
        margin-left: 0px;
        float: right;
        font-size: 14px;
        margin-right: -11px;
    }

    .inner-col2 .col-full .col-right .one {
        width: auto;
        margin-left: 0px;
        float: right;
        font-size: 14px;
    }

    .inner-col2 .col-full .col-right .two {
        width: 30%;
        margin-left: 0px;
        float: right;
        font-size: 14px;
    }

    .inner-col2 .col-full .col-right .three {
        width: 30%;
        margin-left: 0px;
        float: right;
        font-size: 14px;
        margin-right: -11px;
    }

    .col-reserv .col-left {
        width: 100%;
    }

    .col-reserv .col-right {
        float: left;
        width: 100%;
    }

    .col-reserv .col-right .form {
        float: left;
        width: 100%;
    }

    .col-reserv .col-right .submit {
        margin-left: 10px;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-right: 0px;
    }

    .gal-col .col-1 {
        width: 33.3%;
    }

    .close {
        margin: 30% 9% 9%;
        width: 10%;
    }

    .pop {
        left: 18px;
        top: 28%;
    }

    .pop img {
        float: left;
        width: 50%;
    }

    .pop2 {
        left: 18px;
        top: 28%;
    }

    .pop2 img {
        float: left;
        width: 50%;
    }

    .pop3 {
        left: 18px;
        top: 28%;
    }

    .pop3 img {
        float: left;
        width: 50%;
    }

    .pop4 {
        left: 18px;
        top: 28%;
    }

    .pop4 img {
        float: left;
        width: 50%;
    }

    .pop5 {
        left: 18px;
        top: 28%;
    }

    .pop5 img {
        float: left;
        width: 50%;
    }

    .pop6 {
        left: 18px;
        top: 28%;
    }

    .pop6 img {
        float: left;
        width: 50%;
    }

    .pop7 {
        left: 18px;
        top: 28%;
    }

    .pop7 img {
        float: left;
        width: 50%;
    }

    .pop8 {
        left: 18px;
        top: 28%;
    }

    .pop8 img {
        float: left;
        width: 50%;
    }

    .pop9 {
        left: 18px;
        top: 28%;
    }

    .pop9 img {
        float: left;
        width: 50%;
    }

    .pop10 {
        left: 18px;
        top: 28%;
    }

    .pop10 img {
        float: left;
        width: 50%;
    }

    .pop11 {
        left: 18px;
        top: 28%;
    }

    .pop11 img {
        float: left;
        width: 50%;
    }

    .pop12 {
        left: 18px;
        top: 28%;
    }

    .pop12 img {
        float: left;
        width: 50%;
    }

    .pop13 {
        left: 18px;
        top: 28%;
    }

    .pop13 img {
        float: left;
        width: 50%;
    }

    .pop14 {
        left: 18px;
        top: 28%;
    }

    .pop14 img {
        float: left;
        width: 50%;
    }

    .pop15 {
        left: 18px;
        top: 28%;
    }

    .pop15 img {
        float: left;
        width: 50%;
    }

    .pop16 {
        left: 18px;
        top: 28%;
    }

    .pop16 img {
        float: left;
        width: 50%;
    }

    .pop17 {
        left: 18px;
        top: 28%;
    }

    .pop17 img {
        float: left;
        width: 50%;
    }

    .pop18 {
        left: 18px;
        top: 28%;
    }

    .pop18 img {
        float: left;
        width: 50%;
    }

    .inner-col .head {
        font-size: 20px;
    }

    .inner-col .trip-img img {
        width: 100%;
    }

    .inner-col .col-full .address {
        width: 100%;
    }

    .inner-col .col-full .address p {
        font-size: 15px;
    }

    .inner-col .col-full .address p a {
        font-size: 15px;
    }

    .inner-col .col-full .form {
        float: left;
        width: 100%;
    }

    .undr2 {
        font-size: 12px;
        margin-top: -20%;
    }
	
.absolute center { line-height:24px;
    color: #000 !important;
	font-size:16px !important;
}

    .inner-col2 .col-full .col-left .col-1 h7 {
        font-size: 14px;
    }

    .inner-col2 .col-full .col-left .col-1 h6 {
        font-size: 14px;
    }

    .inner-col2 .col-full .col-right .col-1 h7 {
        font-size: 14px;
    }

    .inner-col2 .col-full .col-right .col-1 h6 {
        font-size: 14px;
    }

    .inner-col2 .col-full .col-right .col-1 h6 span {
        font-size: 14px;
    }

    .inner-col2 .col-full .col-right .col-1 h7 span {
        font-size: 14px;
    }

    .inner-col2 .col-full .col-left .col-1 h6 span {
        font-size: 14px;
    }

    .inner-col2 .col-full .col-left .col-1 h7 span {
        font-size: 14px;
    }

    .trip {
        float: left;
        width: 100%;
        margin-left: 0%;
    }

    .trip img {
        float: left;
        width: 100%;
    }

    .badge {
        margin-left: 67px;
    }

    .badge2 {
        float: left;
        margin-bottom: 15px;
/*        margin-left: 67px;*/
        margin-top: 20px;
        text-align: center;
		width:100%;
    }

    .booking_form {
        top: 180px;
        left: 25%
    }

    .under {
        display: none
    }

    .panel1 .col-right img{
        position: unset;
        float: left;
        display: inline-block;
        max-height: 100%;
        position: unset;
        left: 50%;
        top: 50%;
        /* -webkit-transform: translate(-50%, -50%); */
        -ms-transform: translate(-50%, -50%);
        /* transform: translate(-50%, -50%); */
        width: 100%;
        transform: none;
    }
}

@media all and (min-width:480px) and (max-width:767px) {
    .wrapper {
        width: 90%;
    }

    .panel1 .wrapper{
        flex-wrap: wrap;
    }

    .menu {
        display: none;
        position: absolute;
        margin: 0px !important;
        padding: 0px !important;
        background: none !important;
    }

    .menu-img {
        display: block;
        float: right;
        margin-top: 13px;
    }

    .nav-main {
        width: 90%;
        margin-top: 0px;
        margin-right: 53px;
    }

    .nav-main li {
        width: 100%;
        line-height: 27px;
    }

.nav-main li span { width:100%; background-color:#cf670a !important;
        color: #fff;
        padding: 3px 0px !important;
        border: 1px solid #fff;
        float: left;
        width: 100%;
        text-align: center;
        font-size: 15px; width: 100%;
        line-height: 27px;}
    .nav-main li a {
        background: #cf670a;
        color: #fff;
        padding: 3px 0px !important;
        border: 1px solid #fff;
        float: left;
        width: 100%;
        text-align: center;
        font-size: 15px;
    }

    .drop-main .drop-content {
        z-index: 999;
    }

    .drop-main .drop-content li a {
        width: 100%;
    }

    header {
        margin-top: 0px;
        background: #000;
    }

    header1 {
        position: inherit;
    }

    header1 .nav-main nav ul {
        display: none;
    }

    .logo {
        float: left;
        width: 50%;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .nav-main .social {
        display: none;
    }

    .banner-tag span {
        font-size: 12px;
        padding: 10px 0px;
        margin-left: 0px;
        width: 100%;
    }

    .banner-undr {
        display: none;
    }

    .banner-tag2 .col-1 {
        width: 100%;
        margin: 5px 0px;
    }

    .banner-tag2 {
        margin-top: 0px;
    }

    .banner-tag2 .col-1 .sel {
        font-size: 18px;
    }

    .panel1 {
        height: auto;
    }

    .panel1 .col-left {
        width: 93%;
        height: auto;
    }

    .panel1 .col-left .head {
        font-size: 24px;
    }

    .panel1 .col-left p {
        font-size: 14px;
    }

    .panel1 .col-left .read-more {
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .panel1 .col-left .img {
        display: none;
        *margin-top: 20px;
    }

    .panel1 .col-right {
        width: 100%;
    }

    .panel2 {
        height: auto;
    }

    .panel2 .col-full {
        margin-top: 0px;
    }

    .panel2 .col-full .col-1 {
        margin: 5px 65px;
        width: 65%;
    }

    .panel2 .col-full .col-1 .name a {
        font-size: 18px;
    }

    .panel3 .head {
        font-size: 24px;
    }

    .panel3 .col-full {
        padding: 0px;
    }

    .panel3 .col-full .col-1 {
        background: none;
        margin: 0px;
        padding: 0px;
        width: 100%;
        min-height: inherit;
    }

    .panel3 .col-full .col-1 .img {
        margin: 0px;
    }

    .panel3 .col-full .col-1 .name {
        margin-bottom: 30px;
        margin-top: 0px;
        font-size: 18px;
    }

    .panel3 .col-full .col-1:hover img {
        color: #cf670a;
        -webkit-transition: all 1000ms ease;
        -o-transition: all 1000ms ease;
        transition: all 1000ms ease;
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
    }

    .panel4 .head {
        font-size: 24px;
    }

    .panel4 .col-full .col-1 {
        width: 40%;
        padding: 20px 13px;
    }

    .panel4 .col-full {
        width: 100%;
        background: none;
        margin: 0px;
        padding: 0px;
    }

    .panel4 .col-full .col-1 .name1 {
        font-size: 19px;
    }

    .panel4 .name2 {
        font-size: 13px;
    }

    .panel4 .head2 {
        font-size: 24px;
    }

    footter .ftr1 .wrapper2 {
        width: 90%;
    }

    footter .ftr1 .wrapper2 .nav-main2 {
        margin-left: 5px;
    }

    footter .ftr1 .wrapper2 .nav-main2 li {
        width: 42%;
    }

    footter .ftr1 .wrapper2 .nav-main2 li a {
        font-size: 14px;
        margin-left: 0px;
    }

    footter .ftr1 .wrapper2 .social-full .bdr {
        width: 31%;
    }

    footter .ftr1 .wrapper2 .social-full .bdr2 {
        width: 31%;
    }

    footter .ftr2 .copy {
        font-size: 13px;
    }

    footter .ftr2 .design a {
        font-size: 13px;
    }

    footter .ftr2 .design {
        width: 100%;
        margin-top: 10px;
    }

    .inner-banner {
        background: rgba(0, 0, 0, 0) url("../images/inner-banner/1.jpg") no-repeat fixed center top / 100% 100%;
        height: 150px;
        margin-top: 0px;
    }

    .inner-banner3 {
        background: rgba(0, 0, 0, 0) url("../images/banner2.jpg") no-repeat fixed center top / 100% 85%;
        height: 150px;
        margin-top: 0px;
    }

    .banner-innertag {
        margin-top: -20%;
    }

    .banner-innertag span {
        font-size: 30px;
    }

    .banner-undrinner {
        display: none;
    }

    .inner-col p {
        font-size: 14px;
    }

    .inner-panel11 {
        height: 120px;
    }

    .inner-panel10 {
        height: 120px;
    }

    .inner-panel9 {
        height: 120px;
    }

    .inner-panel8 {
        height: 120px;
    }

    .inner-panel7 {
        height: 120px;
    }

    .inner-panel6 {
        height: 120px;
    }

    .inner-panel5 {
        height: 120px;
    }

    .inner-panel4 {
        height: 120px;
    }

    .inner-panel3 {
        height: 120px;
    }

    .inner-panel2 {
        height: 120px;
    }

    .inner-panel1 {
        height: 120px;
    }

    .inner-panel11 .head {
        font-size: 25px;
        background: rgba(0, 0, 0, 0) url("../images/undr.png") no-repeat scroll 50% 60% / 30% 29%;
    }

    .inner-panel10 .head {
        font-size: 25px;
        background: rgba(0, 0, 0, 0) url("../images/undr.png") no-repeat scroll 50% 60% / 30% 29%;
    }

    .inner-panel9 .head {
        font-size: 25px;
        background: rgba(0, 0, 0, 0) url("../images/undr.png") no-repeat scroll 50% 60% / 30% 29%;
    }

    .inner-panel8 .head {
        font-size: 25px;
        background: rgba(0, 0, 0, 0) url("../images/undr.png") no-repeat scroll 50% 60% / 30% 29%;
    }

    .inner-panel7 .head {
        font-size: 25px;
        background: rgba(0, 0, 0, 0) url("../images/undr.png") no-repeat scroll 50% 60% / 30% 29%;
    }

    .inner-panel6 .head {
        font-size: 25px;
        background: rgba(0, 0, 0, 0) url("../images/undr.png") no-repeat scroll 50% 60% / 30% 29%;
    }

    .inner-panel5 .head {
        font-size: 22px;
        background: rgba(0, 0, 0, 0) url("../images/undr.png") no-repeat scroll 50% 60% / 30% 29%;
    }

    .inner-panel4 .head {
        font-size: 25px;
        background: rgba(0, 0, 0, 0) url("../images/undr.png") no-repeat scroll 50% 60% / 30% 29%;
    }

    .inner-panel3 .head {
        font-size: 25px;
        background: rgba(0, 0, 0, 0) url("../images/undr.png") no-repeat scroll 50% 60% / 30% 29%;
    }

    .inner-panel2 .head {
        font-size: 23px;
        background: rgba(0, 0, 0, 0) url("../images/undr.png") no-repeat scroll 50% 60% / 30% 29%;
    }

    .inner-panel1 .head {
        font-size: 25px;
        background: rgba(0, 0, 0, 0) url("../images/undr.png") no-repeat scroll 50% 60% / 30% 29%;
    }

    .inner-panel5 .head span {
        font-size: 20px !important
    }

    .inner-col2 .col-full .col-left {
        width: 100%;
    }

    .inner-col2 .col-full .col-left h3 {
        font-size: 22px;
    }

    .inner-col2 .col-full .col-right {
        width: 100%;
    }

    .inner-col2 .col-full .col-right h3 {
        font-size: 22px;
    }

    .inner-col2 .col-full h3 {
        font-size: 22px;
    }

    .inner-col2 .col-full p {
        font-size: 14px;
    }

    .bottom-span span {
        font-size: 14px;
        width: 77%;
    }

    .inner-col2 .col-full .col-left .col-1 h4 {
        font-size: 14px;
    }

    .inner-col2 .col-full .col-right .col-1 h4 {
        font-size: 14px;
    }

    .inner-col2 .col-full .col-left .col-1 h5 {
        font-size: 14px;
    }

    .inner-col2 .col-full .col-right .col-1 h5 {
        font-size: 14px;
    }

    .inner-col2 .col-full .col-left .one {
        width: auto;
        margin-left: 0px;
        float: right;
        font-size: 14px;
    }

    .inner-col2 .col-full .col-left .two {
        width: 30%;
        margin-left: 0px;
        float: right;
        font-size: 14px;
    }

    .inner-col2 .col-full .col-left .three {
        width: 30%;
        margin-left: 0px;
        float: right;
        font-size: 14px;
    }

    .inner-col2 .col-full .col-right .one {
        width: auto;
        margin-left: 0px;
        float: right;
        font-size: 14px;
    }

    .inner-col2 .col-full .col-right .two {
        width: 30%;
        margin-left: 0px;
        float: right;
        font-size: 14px;
    }

    .inner-col2 .col-full .col-right .three {
        width: 30%;
        margin-left: 0px;
        float: right;
        font-size: 14px;
    }

    .col-reserv .col-left {
        width: 100%;
    }

    .col-reserv .col-right {
        float: left;
        width: 100%;
    }

    .col-reserv .col-right .form {
        float: left;
        width: 100%;
    }

    .col-reserv .col-right .submit {
        margin-left: 10px;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-right: 0px;
    }

    .gal-col .col-1 {
        width: 33.3%;
    }

    .close {
        margin: 30% 9% 9%;
        width: 6%;
    }

    .pop {
        left: 18px;
        top: 28%;
    }

    .pop img {
        float: left;
        width: 30%;
    }

    .pop2 {
        left: 60px;
        top: 28%;
    }

    .pop2 img {
        float: left;
        width: 30%;
    }

    .pop3 {
        left: 60px;
        top: 28%;
    }

    .pop3 img {
        float: left;
        width: 30%;
    }

    .pop4 {
        left: 60px;
        top: 28%;
    }

    .pop4 img {
        float: left;
        width: 30%;
    }

    .pop5 {
        left: 60px;
        top: 28%;
    }

    .pop5 img {
        float: left;
        width: 30%;
    }

    .pop6 {
        left: 60px;
        top: 28%;
    }

    .pop6 img {
        float: left;
        width: 30%;
    }

    .pop7 {
        left: 60px;
        top: 28%;
    }

    .pop7 img {
        float: left;
        width: 30%;
    }

    .pop8 {
        left: 60px;
        top: 28%;
    }

    .pop8 img {
        float: left;
        width: 30%;
    }

    .pop9 {
        left: 60px;
        top: 28%;
    }

    .pop9 img {
        float: left;
        width: 30%;
    }

    .pop10 {
        left: 60px;
        top: 28%;
    }

    .pop10 img {
        float: left;
        width: 30%;
    }

    .pop11 {
        left: 60px;
        top: 28%;
    }

    .pop11 img {
        float: left;
        width: 30%;
    }

    .pop12 {
        left: 60px;
        top: 28%;
    }

    .pop12 img {
        float: left;
        width: 30%;
    }

    .pop13 {
        left: 60px;
        top: 28%;
    }

    .pop13 img {
        float: left;
        width: 30%;
    }

    .pop14 {
        left: 60px;
        top: 28%;
    }

    .pop14 img {
        float: left;
        width: 30%;
    }

    .pop15 {
        left: 60px;
        top: 28%;
    }

    .pop15 img {
        float: left;
        width: 30%;
    }

    .pop16 {
        left: 60px;
        top: 28%;
    }

    .pop16 img {
        float: left;
        width: 30%;
    }

    .pop17 {
        left: 60px;
        top: 28%;
    }

    .pop17 img {
        float: left;
        width: 30%;
    }

    .pop18 {
        left: 60px;
        top: 28%;
    }

    .pop18 img {
        float: left;
        width: 30%;
    }

    .inner-col .head {
        font-size: 20px;
    }

    .inner-col .trip-img img {
        width: 100%;
    }

    .inner-col .col-full .address {
        width: 100%;
    }

    .inner-col .col-full .address p {
        font-size: 15px;
    }

    .inner-col .col-full .address p a {
        font-size: 15px;
    }

    .inner-col .col-full .form {
        float: left;
        width: 100%;
    }

    .undr2 {
        font-size: 12px;
        margin-top: -9%;
    }

    .gal-col .col-1 .img1-hover img {
        display: none;
    }

    .inner-col2 .col-full .col-left .col-1 h7 {
        font-size: 14px;
    }

    .inner-col2 .col-full .col-left .col-1 h6 {
        font-size: 14px;
    }

    .inner-col2 .col-full .col-right .col-1 h7 {
        font-size: 14px;
    }

    .inner-col2 .col-full .col-right .col-1 h6 {
        font-size: 14px;
    }

    .inner-col2 .col-full .col-right .col-1 h6 span {
        font-size: 14px;
    }

    .inner-col2 .col-full .col-right .col-1 h7 span {
        font-size: 14px;
    }

    .inner-col2 .col-full .col-left .col-1 h6 span {
        font-size: 14px;
    }

    .inner-col2 .col-full .col-left .col-1 h7 span {
        font-size: 14px;
    }

    .trip {
        margin-left: 0;
        margin-top: 40px;
        width: 45%;
    }

    .trip img {
        float: left;
        width: 100%;
    }

    .badge {
        margin-left: 105px;
    }

    .badge2 {
        float: left;
        margin-bottom: 15px;
        margin-left: 35px;
        margin-top: 20px;
        text-align: center;
    }

    .inner-col .trip-img {
        margin-left: 115px;
        width: 45%;
    }
}

@media all and (min-width:768px) and (max-width:1024px) {
    .full-wrapper {
        width: 100%;
        margin: 0px auto;
        max-width: 1400px;
    }

    .wrapper {
        width: 90%;
        margin: 0px auto;
    }

    header {
        float: left;
        width: 100%;
        margin-top: 20px;
        position: relative;
        z-index: 99;
    }

    header1 {
        display: none;
        float: left;
        width: 100%;
        margin-top: 0px;
        position: fixed;
        z-index: 999;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.56)), to(rgba(0, 0, 0, 0.55)));
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.56) 0%, rgba(0, 0, 0, 0.55) 100%);
        background: -o-linear-gradient(top, rgba(0, 0, 0, 0.56) 0%, rgba(0, 0, 0, 0.55) 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.56) 0%, rgba(0, 0, 0, 0.55) 100%);
        padding: 10px 0px;
        max-width: 1400px;
    }

    .logo {
        float: left;
        width: 24%;
    }

    .logo img {
        float: left;
        width: 100%;
    }

    .nav-main {
        float: right;
        width: 100%;
        margin-top: 20px;
    }

    .nav-main ul {
        float: left;
        background: #cf670a;
        margin: 0px;
        padding: 9.3px 0px;
    }

    .nav-main ul li {
        float: left;
        display: inline;
        list-style: none;
        position: relative;
    }

    .nav-main ul li a {
        color: #fff;
        font-size: 15px;
        margin: 0 4px;
        padding: 9.3px 3px;
        text-decoration: none;
        text-transform: capitalize;
        -webkit-transition: all 1000ms ease 0s;
        -o-transition: all 1000ms ease 0s;
        transition: all 1000ms ease 0s;
    }

    .nav-main ul li:hover a,
    .active {
        color: #9a4d07 !important;
        background: #fff !important;
        -webkit-transition: all 1000ms ease;
        -o-transition: all 1000ms ease;
        transition: all 1000ms ease;
    }

    .nav-main .social {
        float: left;
        background: #dfd6d0;
    }

    .nav-main .social li {
        float: left;
        display: inline;
        list-style: none;
        margin: 0px 5px;
        -webkit-transition: all 1000ms ease;
        -o-transition: all 1000ms ease;
        transition: all 1000ms ease;
        position: relative;
    }

    .nav-main .social li img {
        float: left;
        padding: 5px 2px;
    }

    .nav-main .social li a {
        color: #000;
        -webkit-transition: all 1000ms ease;
        -o-transition: all 1000ms ease;
        transition: all 1000ms ease;
    }

    .nav-main .social li a:hover img {
        -webkit-transform: scale(1.3, 1.3);
        -ms-transform: scale(1.3, 1.3);
        transform: scale(1.3, 1.3);
        -webkit-transition: all 1000ms ease;
        -o-transition: all 1000ms ease;
        transition: all 1000ms ease;
    }

    .hover {
        float: left;
        display: none;
        width: 60px;
    }

    .hover img {
        float: left;
        width: 100%;
    }

    .nav-main .social li a:hover .hover {
        display: block;
        position: absolute;
        left: -12px;
        top: 40px;
    }

    .drop-img img {
        float: left;
        width: 16px;
        margin-left: 5px;
        -webkit-transition: all 1000ms ease;
        -o-transition: all 1000ms ease;
        transition: all 1000ms ease;
    }

    .drop-main .drop-content {
        display: none;
        position: absolute;
        top: 28px;
        left: 4px;
        width: 200px;
        padding: 0px !important;
        background: none !important;
    }

    .drop-main .drop-content li {
        width: 100%;
        line-height: 40px;
        border-bottom: 1px solid #fff;
    }

    .drop-main .drop-content li a {
        padding: 0px 9px;
        float: left;
        width: 91%;
        margin: 0px;
        background: #cf670a !important;
        color: #fff !important;
        border-bottom: 1px solid #cf670a;
        font-size: 15px !important;
    }

    .drop-main .drop-content li a:hover {
        color: #fff !important;
        background: #cf670a !important;
        -webkit-transition: all 1000ms ease;
        -o-transition: all 1000ms ease;
        transition: all 1000ms ease;
        -webkit-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }

    .drop-main:hover .drop-content {
        display: block;
    }

    .banner {
        float: left;
        width: 100%;
        max-width: 1400px;
        margin-top: -20%;
    }

    .banner img {
        float: left;
        width: 100%;
        background-attachment: fixed;
    }

    .banner-tag {
        float: left;
        width: 100%;
        text-align: center;
        margin-top: -22%;
    }

    .banner-tag span {
        float: left;
        color: #fff;
        text-transform: uppercase;
        font-size: 20px;
        font-weight: bold;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.56)), to(rgba(0, 0, 0, 0.55)));
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.56) 0%, rgba(0, 0, 0, 0.55) 100%);
        background: -o-linear-gradient(top, rgba(0, 0, 0, 0.56) 0%, rgba(0, 0, 0, 0.55) 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.56) 0%, rgba(0, 0, 0, 0.55) 100%);
        padding: 10px 15px;
        margin-left: 26%;
        width: 46%;
        border-bottom: 5px solid #fff;
    }

    .banner-undr {
        float: left;
        width: 100%;
        text-align: center;
        margin-top: -20%;
        display: none;
    }

    .banner-tag2 {
        float: left;
        width: 100%;
        margin-top: -5%;
    }

    .banner-tag2 .col-1 {
        float: left;
        width: 25%;
        margin: 0 15px;
        position: abosoute;
        left: 0px;
        top: 0px;
        *overflow: hidden;
    }

    .banner-tag2 .col-1 .sel {
        float: left;
        width: 99%;
        text-align: center;
        font-size: 15px;
        color: #fff;
        font-weight: bold;
        background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.56)), to(rgba(0, 0, 0, 0.55))) repeat scroll 0 0;
        background: rgba(0, 0, 0, 0) -webkit-linear-gradient(top, rgba(0, 0, 0, 0.56) 0%, rgba(0, 0, 0, 0.55) 100%) repeat scroll 0 0;
        background: rgba(0, 0, 0, 0) -o-linear-gradient(top, rgba(0, 0, 0, 0.56) 0%, rgba(0, 0, 0, 0.55) 100%) repeat scroll 0 0;
        background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0.56) 0%, rgba(0, 0, 0, 0.55) 100%) repeat scroll 0 0;
        padding: 12px 0px;
        border: 1px solid #ccc;
        overflow: hidden;
        -webkit-transition: all 1000ms ease;
        -o-transition: all 1000ms ease;
        transition: all 1000ms ease;
    }

    .banner-tag2 .col-1:hover .sel {
        float: left;
        left: 0px;
        margin-top: -58px;
        padding: 40px 0px;
        -webkit-transition: all 1000ms ease;
        -o-transition: all 1000ms ease;
        transition: all 1000ms ease;
    }

    /******** panel1 ******/
    .panel1 {
        float: left;
        width: 100%;
        background: url(../images/panel1.jpg) no-repeat left;
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
        padding: 30px 0px;
        height: 490px;
    }

    .panel1 .col-left {
        float: left;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 1)), to(rgba(244, 244, 244, 1)));
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 1) 100%);
        background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 1) 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 1) 100%);
        border: 1px solid #ccc;
        width: 47%;
        padding: 8px;
        height: 370px;
    }

    .panel1 .col-right {
        float: left;
        width: 35%;
        margin-top: 17px;
    }

    .panel1 .col-right img {
        float: left;
        width: 100%;
    }

    .panel1 .col-left .head {
        float: left;
        width: 100%;
        text-align: center;
        margin-top: 10px;
        font-size: 30px;
        text-transform: uppercase;
        background: rgba(0, 0, 0, 0) url("../images/underline.png") no-repeat scroll 50% 82% / 30% 6%;
        padding-bottom: 20px;
        font-weight: bold;
        color: #51575b;
    }

    .panel1 .col-left p {
        float: left;
        width: 100%;
        text-align: center;
        color: #505050;
        font-size: 16px;
        margin-top: 5px;
    }

    .panel1 .col-left .read-more {
        float: left;
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }

    .panel1 .col-left .read-more a {
        color: #505050;
        text-transform: uppercase;
        font-size: 15px;
        text-decoration: none;
        padding: 7px 15px;
        border: 1px solid #ccc;
        -webkit-transition: all 1000ms ease;
        -o-transition: all 1000ms ease;
        transition: all 1000ms ease;
    }

    .panel1 .col-left .read-more a:hover {
        background: #cf670a;
        color: #fff;
        -webkit-transition: all 1000ms ease;
        -o-transition: all 1000ms ease;
        transition: all 1000ms ease;
    }

    .panel1 .col-left .img {
        float: left;
        width: 100%;
        text-align: center;
        margin-top: 15px;
    }

    /********** panel2 ******/
    .panel2 {
        float: left;
        width: 100%;
        background: url(../images/panel2.jpg) no-repeat left;
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
        background-attachment: fixed;
        height: 500px;
    }

    .panel2 .col-full {
        float: left;
        width: 100%;
        padding: 60px 0px;
        margin-top: 50px;
    }

    .panel2 .col-full .col-1 {
        float: left;
        width: 31%;
        margin: 4px;
        border: 2px solid #ccc;
        position: relative;
        overflow: hidden;
    }

    .panel2 .col-full .col-1 img {
        float: left;
        width: 100%;
        -webkit-transition: all 1000ms ease;
        -o-transition: all 1000ms ease;
        transition: all 1000ms ease;
        overflow: hidden;
    }

    .panel2 .col-full .col-1 .name {
        float: left;
        width: 100%;
        text-align: center;
        position: absolute;
        left: 0px;
        top: 43%;
        -webkit-transition: all 1000ms ease;
        -o-transition: all 1000ms ease;
        transition: all 1000ms ease
    }

    .panel2 .col-full .col-1 .name a {
        color: #fff;
        font-size: 13px;
        font-weight: bold;
        border: 1px solid #fff;
        padding: 12px 40px;
        text-transform: uppercase;
        text-decoration: none;
        -webkit-transition: all 1000ms ease;
        -o-transition: all 1000ms ease;
        transition: all 1000ms ease;
    }

    .panel2 .col-full .col-1 .name a:hover {
        background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.56)), to(rgba(0, 0, 0, 0.55))) repeat scroll 0 0;
        background: rgba(0, 0, 0, 0) -webkit-linear-gradient(top, rgba(0, 0, 0, 0.56) 0%, rgba(0, 0, 0, 0.55) 100%) repeat scroll 0 0;
        background: rgba(0, 0, 0, 0) -o-linear-gradient(top, rgba(0, 0, 0, 0.56) 0%, rgba(0, 0, 0, 0.55) 100%) repeat scroll 0 0;
        background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0.56) 0%, rgba(0, 0, 0, 0.55) 100%) repeat scroll 0 0;
        -webkit-transition: all .9s ease;
        -o-transition: all .9s ease;
        transition: all .9s ease;
    }

    .panel2 .col-full .col-1:hover img {
        -webkit-transform: scale(1.5, 1.5);
        -ms-transform: scale(1.5, 1.5);
        transform: scale(1.5, 1.5);
        -webkit-transition: all 1000ms ease;
        -o-transition: all 1000ms ease;
        transition: all 1000ms ease;
    }

    /******** panel3 ***********/
    .panel3 {
        float: left;
        width: 100%;
        background: url(../images/panel3.jpg) no-repeat left;
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
        background-attachment: fixed;
    }

    .panel3 .head {
        color: #51575b;
        float: left;
        font-size: 35px;
        font-weight: bold;
        margin-top: 30px;
        text-align: center;
        text-transform: uppercase;
        width: 100%;
        background: rgba(0, 0, 0, 0) url("../images/underline.png") no-repeat scroll 50% 85% / 17% 6%;
        padding-bottom: 20px;
    }

    .panel3 .col-full {
        float: left;
        width: 100%;
        padding: 60px 0px;
    }

    .panel3 .col-full .col-1 {
        background: none;
        float: left;
        margin: 90px 40px;
        min-height: 110px;
        padding: 0px;
        width: 35%;
    }

    .panel3 .col-full .col-1 .img {
        float: left;
        margin-top: -45%;
        text-align: center;
        width: 100%;
    }

    .panel3 .col-full .col-1 img {
        -webkit-transition: all 1000ms ease;
        -o-transition: all 1000ms ease;
        transition: all 1000ms ease;
    }

    .panel3 .col-full .col-1 .name {
        color: #51575b;
        float: left;
        font-size: 22px;
        font-weight: bold;
        margin-top: 40px;
        text-align: center;
        *text-transform: uppercase;
        width: 100%;
        float: left;
    }

    .panel3 .col-full .col-1 .name1 {
        margin-top: 0px !important;
    }

    .panel3 .col-full .col-1:hover .name {
        color: #cf670a;
    }

    .panel3 .col-full .col-1:hover img {
        color: #cf670a;
        -webkit-transition: all 1000ms ease;
        -o-transition: all 1000ms ease;
        transition: all 1000ms ease;
        -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
        transform: translateY(50px);
    }

    /******** panel4 ***********/
    .panel4 {
        float: left;
        width: 100%;
        background: #fff;
        padding-bottom: 20px;
    }

    .panel4 .head {
        color: #51575b;
        float: left;
        font-size: 35px;
        font-weight: bold;
        margin-top: 30px;
        text-align: center;
        text-transform: uppercase;
        width: 100%;
        background: rgba(0, 0, 0, 0) url("../images/underline.png") no-repeat scroll 50% 85% / 17% 6%;
        padding-bottom: 20px;
    }

    .panel4 .col-full {
        background: rgba(0, 0, 0, 0) url("../images/img7.png") no-repeat scroll left center / 100% 100%;
        float: left;
        margin: 36px 65px;
        padding: 30px 10px;
        width: 80%;
    }

    .panel4 .col-full .col-1 {
        border-right: 1px solid #c7c7c7;
        float: left;
        margin-bottom: 10px;
        margin-top: 50px;
        padding: 20px 16px;
        width: 42%;
        color: #51575b;
    }

    .panel4 .col-full .col-1a {
        border: none !important;
    }

    .panel4 .col-full .col-1 .name1 {
        color: #51575b;
        float: left;
        font-size: 23px;
        font-weight: bold;
        margin-bottom: 20px;
        margin-top: 0;
        text-align: center;
        text-transform: uppercase;
        width: 100%;
    }

    .panel4 .name2 {
        float: left;
        width: 100%;
        text-align: center;
        *font-weight: bold;
        color: #51575b;
        text-transform: uppercase;
        font-size: 15px;
        margin-bottom: 10px;
    }

    .panel4 .head2 {
        color: #51575b;
        float: left;
        font-size: 35px;
        font-weight: bold;
        margin-top: 30px;
        text-align: center;
        text-transform: uppercase;
        width: 100%;
        background: rgba(0, 0, 0, 0) url("../images/underline.png") no-repeat scroll 50% 85% / 17% 6%;
        padding-bottom: 20px;
        margin-bottom: 10px;
    }

    /********* footter *******/
    footter .ftr1 {
        float: left;
        width: 100%;
        background: #e4e4e4;
        padding: 20px 0px;
        border-top: 1px solid #ccc;
    }

    footter .ftr1 .wrapper2 {
        margin: 0px auto;
        width: 590px;
    }

    footter .ftr1 .wrapper2 .nav-main2 {
        float: left;
        width: 100%;
        text-align: center;
        margin-left: 14px;
    }

    footter .ftr1 .wrapper2 .nav-main2 ul {
        float: left;
        margin: 0px;
        padding: 0px;
    }

    footter .ftr1 .wrapper2 .nav-main2 li {
        float: left;
        list-style: none;
        display: inline;
        margin: 5px;
    }

    footter .ftr1 .wrapper2 .nav-main2 li a {
        color: #51575b;
        text-transform: uppercase;
        font-size: 13px;
        text-decoration: none;
        margin-left: 13px;
        -webkit-transition: all 1000ms ease;
        -o-transition: all 1000ms ease;
        transition: all 1000ms ease;
    }

    footter .ftr1 .wrapper2 .nav-main2 li a:hover {
        color: #e06b0c;
        -webkit-transition: all 1000ms ease;
        -o-transition: all 1000ms ease;
        transition: all 1000ms ease;
    }

    footter .ftr1 .wrapper2 .social-full {
        float: left;
        width: 100%;
        margin-top: 20px;
    }

    footter .ftr1 .wrapper2 .social-full .bdr {
        border-bottom: 2px solid #b6b6b6;
        float: left;
        width: 40%;
    }

    footter .ftr1 .wrapper2 .social-full .bdr2 {
        border-bottom: 2px solid #b6b6b6;
        float: right;
        width: 40%;
        margin-top: -10px;
    }

    footter .ftr1 .wrapper2 .social-full .name {
        float: left;
        width: 100%;
        font-size: 16px;
        text-transform: capitalize;
        color: #51575b;
        text-align: center;
        margin-top: -10px;
    }

    footter .ftr1 .wrapper2 .social-full .social {
        float: left;
        width: 100%;
        text-align: center;
        margin-top: 15px;
    }

    footter .ftr1 .wrapper2 .social-full .social li {
        *float: left;
        list-style: none;
        display: inline;
        margin: 3px;
        -webkit-transition: all .9s ease;
        -o-transition: all .9s ease;
        transition: all .9s ease;
    }

    footter .ftr1 .wrapper2 .social-full .social li a img {
        -webkit-transition: all 1000ms ease-in-out;
        -o-transition: all 1000ms ease-in-out;
        transition: all 1000ms ease-in-out;
    }

    footter .ftr1 .wrapper2 .social-full .social li a:hover img {
        -webkit-transition: all .9s ease-in;
        -o-transition: all .9s ease-in;
        transition: all .9s ease-in;
        -webkit-transform: rotateX(360deg);
        transform: rotateX(360deg);
    }

    footter .ftr2 {
        float: left;
        width: 100%;
        background: #e06b0c;
        padding: 15px 0px;
        border-top: 1px solid #ccc;
    }

    footter .ftr2 .col-full {
        float: left;
        width: 100%;
    }

    footter .ftr2 .copy {
        float: left;
        color: #fff;
        font-size: 15px;
    }

    footter .ftr2 .design {
        float: right;
        color: #fff;
        font-size: 15px;
    }

    footter .ftr2 .design a {
        color: #fff;
        font-size: 15px;
        margin-left: 3px;
        text-decoration: none;
        -webkit-transition: all 1000ms ease;
        -o-transition: all 1000ms ease;
        transition: all 1000ms ease;
    }

    footter .ftr2 .design a:hover {
        color: #000;
        -webkit-transition: all 1000ms ease;
        -o-transition: all 1000ms ease;
        transition: all 1000ms ease;
    }

    /****************** inner-page *************/
    .inner-banner {
        float: left;
        width: 100%;
        background: url(../images/inner-banner/1.jpg) no-repeat left;
        -webkit-background-size: 100% 85%;
        background-size: 100% 85%;
        background-attachment: fixed;
        height: 500px;
        margin-top: -26%;
        background-position: top;
    }

    .inner-banner2 {
        float: left;
        width: 100%;
        background: url(../images/banner2.jpg) no-repeat left;
        -webkit-background-size: 100% 85%;
        background-size: 100% 85%;
        background-attachment: fixed;
        height: 500px;
        margin-top: 4%;
        background-position: top;
    }

    .inner-banner3 {
        float: left;
        width: 100%;
        background: url(../images/banner2.jpg) no-repeat left;
        -webkit-background-size: 100% 85%;
        background-size: 100% 85%;
        background-attachment: fixed;
        height: 500px;
        margin-top: -25%;
        background-position: top;
    }

    .banner-innertag {
        float: left;
        width: 100%;
        text-align: center;
        margin-top: -26%;
    }

    .banner-innertag span {
        color: #fff;
        text-transform: capitalize;
        font-size: 60px;
        font-weight: bold;
        *background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.56)), to(rgba(0, 0, 0, 0.55)));
        *background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.56) 0%, rgba(0, 0, 0, 0.55) 100%);
        *background: -o-linear-gradient(top, rgba(0, 0, 0, 0.56) 0%, rgba(0, 0, 0, 0.55) 100%);
        *background: linear-gradient(to bottom, rgba(0, 0, 0, 0.56) 0%, rgba(0, 0, 0, 0.55) 100%);
        *padding: 20px 60px;
        *border-bottom: 5px solid #fff;
    }

    .banner-undrinner {
        float: left;
        width: 100%;
        text-align: center;
        margin-top: -17%;
    }

    .inner-col {
        float: left;
        width: 100%;
        background: url(../images/panel3.jpg) no-repeat left;
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
        background-attachment: fixed;
        padding: 40px 0px;
    }

    .inner-col p {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 18px;
        margin-top: 5px;
        color: #51575b;
        line-height: 35px;
    }

    .inner-col .head {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 20px;
        color: #cf670a;
        margin-bottom: 10px;
    }

    .inner-col .trip-img {
        float: left;
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }

    .inner-col .trip-img img {
        display: inline-block;
        vertical-align: middle;
    }

    .inner-col2 {
        float: left;
        width: 100%;
        background: url(../images/inner.jpg) no-repeat left;
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
        padding: 40px 0px;
    }

    .inner-col2 .col-full {
        float: left;
        width: 100%;
    }

    .inner-col2 .col-full h3 {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 30px;
        font-weight: bold;
        text-transform: capitalize;
        color: #cf670a;
        background: rgba(0, 0, 0, 0) url("../images/undr2.png") no-repeat scroll 50% 100% / 15% 40%;
        padding-bottom: 30px;
    }

    .inner-col2 .col-full .col-left {
        float: left;
        width: 47%;
    }

    .inner-col2 .col-full .col-left1 {
        float: left;
        width: 100%;
        margin-top: 15px;
    }

    .inner-col2 .col-full .col-left h3 {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 30px;
        font-weight: bold;
        text-transform: capitalize;
        color: #cf670a;
        background: rgba(0, 0, 0, 0) url("../images/undr2.png") no-repeat scroll 50% 100% / 29% 40%;
        padding-bottom: 30px;
    }

    .inner-col2 .col-full .col-left .col-1 {
        float: left;
        width: 100%;
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
    }

    .inner-col2 .col-full .col-left .col-1 h4 {
        float: left;
        *width: 80%;
        font-size: 17px;
        font-weight: normal;
        text-transform: capitalize;
        color: #cf670a;
        margin: 0px;
    }

    .inner-col2 .col-full .col-left .col-1 h5 {
        float: right;
        *width: 80%;
        font-size: 17px;
        font-weight: normal;
        text-transform: capitalize;
        color: #cf670a;
        margin: 0px;
    }

    .inner-col2 .col-full .col-left .col-1 h6 {
        float: right;
        *width: 80%;
        font-size: 17px;
        font-weight: normal;
        text-transform: capitalize;
        color: #cf670a;
        margin: 0px;
        *font-style: italic;
    }

    .inner-col2 .col-full .col-left .col-1 h7 {
        float: right;
        width: 35%;
        font-size: 17px;
        font-weight: normal;
        text-transform: capitalize;
        color: #cf670a;
        margin: 0px;
        *font-style: italic;
    }

    .inner-col2 .col-full .col-right .col-1 h6 {
        float: right;
        *width: 80%;
        font-size: 17px;
        font-weight: normal;
        text-transform: capitalize;
        color: #cf670a;
        margin: 0px;
        *font-style: italic;
    }

    .inner-col2 .col-full .col-right .col-1 h7 {
        float: right;
        width: 35%;
        font-size: 17px;
        font-weight: normal;
        text-transform: capitalize;
        color: #cf670a;
        margin: 0px;
        *font-style: italic;
    }

    .inner-col2 .col-full .col-right .col-1 .btl {
        font-style: italic;
        font-size: 20px !important;
    }

    .inner-col2 .col-full .col-left .col-1 h6 span {
        font-style: italic;
        font-size: 20px;
    }

    .inner-col2 .col-full .col-left .col-1 h7 span {
        font-style: italic;
        font-size: 20px;
    }

    .inner-col2 .col-full .col-right .col-1 h6 span {
        font-style: italic;
        font-size: 20px;
    }

    .inner-col2 .col-full .col-right .col-1 h7 span {
        font-style: italic;
        font-size: 20px;
    }

    .inner-col2 .col-full p {
        float: left;
        width: 100%;
        margin: 10px 0px;
        padding: 0px;
        font-size: 16px;
        color: #51575b;
        text-align: justify;
    }

    .inner-col2 .col-full .col-right {
        float: right;
        width: 47%;
    }

    .inner-col2 .col-full .col-right1 {
        float: left;
        width: 100%;
        margin-top: 15px;
    }

    .inner-col2 .col-full .col-right h3 {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 30px;
        font-weight: bold;
        text-transform: capitalize;
        color: #cf670a;
        background: rgba(0, 0, 0, 0) url("../images/undr2.png") no-repeat scroll 50% 100% / 29% 40%;
        padding-bottom: 30px;
    }

    .inner-col2 .col-full .col-right .col-1 {
        float: left;
        width: 100%;
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
    }

    .inner-col2 .col-full .col-right .col-1 h4 {
        float: left;
        *width: 80%;
        font-size: 18px;
        font-weight: normal;
        text-transform: capitalize;
        color: #cf670a;
        margin: 0px;
    }

    .inner-col2 .col-full .col-right .col-1 h4 span {
        margin-left: 7px;
    }

    .inner-col2 .col-full .col-right .col-1 h5 {
        float: right;
        *width: 80%;
        font-size: 18px;
        font-weight: normal;
        *text-transform: capitalize;
        color: #cf670a;
        margin: 0px;
    }

    .inner-panel1 {
        float: left;
        width: 100%;
        background: url(../images/inner-panel1.jpg) no-repeat left;
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
        height: 300px;
        background-attachment: fixed;
    }

    .inner-panel1 .head {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 60px;
        color: #fff;
        font-weight: bold;
        text-transform: capitalize;
        background: rgba(0, 0, 0, 0) url("../images/undr.png") no-repeat scroll 50% 100% / 14% 35%;
        padding-bottom: 60px;
        margin-top: 7%;
    }

    .inner-panel2 {
        float: left;
        width: 100%;
        background: url(../images/inner-panel2.jpg) no-repeat left;
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
        height: 300px;
        background-attachment: fixed;
    }

    .inner-panel2 .head {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 60px;
        color: #fff;
        font-weight: bold;
        text-transform: capitalize;
        background: rgba(0, 0, 0, 0) url("../images/undr.png") no-repeat scroll 50% 100% / 14% 35%;
        padding-bottom: 60px;
        margin-top: 7%;
    }

    .inner-panel3 {
        float: left;
        width: 100%;
        background: url(../images/inner-panel3.jpg) no-repeat left;
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
        height: 300px;
        background-attachment: fixed;
    }

    .inner-panel3 .head {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 60px;
        color: #fff;
        font-weight: bold;
        text-transform: capitalize;
        background: rgba(0, 0, 0, 0) url("../images/undr.png") no-repeat scroll 50% 100% / 14% 35%;
        padding-bottom: 60px;
        margin-top: 7%;
    }

    .inner-col2 .col-full2 {
        float: left;
        width: 100%;
    }

    .inner-col2 .col-full2 .col-2 {
        float: left;
        width: 30%;
        margin: 12px;
        border: 5px solid #ccc;
        position: relative;
        overflow: hidden;
        left: 0px;
    }

    .inner-col2 .col-full2 .col-2 img {
        float: left;
        width: 100%;
    }

    .inner-col2 .col-full2 .head3 {
        float: left;
        width: 97%;
        padding: 10px 5px;
    }

    .inner-col2 .col-full2 .head3 .name1 {
        float: left;
        color: #cf670a;
        font-size: 18px;
        text-transform: capitalize;
    }

    .inner-col2 .col-full2 .head3 .name2 {
        float: right;
        color: #cf670a;
        font-size: 18px;
    }

    .inner-col2 .col-full2 .name3 {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 25px;
        color: #fff;
    }

    .inner-col2 .col-full2 .name4 {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 25px;
        color: #fff;
        margin-top: 10px;
    }

    .inner-panel4 {
        float: left;
        width: 100%;
        background: url(../images/inner-panel4.jpg) no-repeat left;
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
        height: 300px;
        background-attachment: fixed;
    }

    .inner-panel4 .head {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 60px;
        color: #fff;
        font-weight: bold;
        text-transform: capitalize;
        background: rgba(0, 0, 0, 0) url("../images/undr.png") no-repeat scroll 50% 100% / 14% 35%;
        padding-bottom: 60px;
        margin-top: 7%;
    }

    .inner-col .col-full .address {
        float: left;
        width: 45%;
    }

    .inner-col .col-full .address h2 {
        float: left;
        width: 100%;
        margin-top: 0px;
        margin-bottom: 0px;
        color: #cf670a;
        font-size: 30px;
        background: rgba(0, 0, 0, 0) url("../images/undr2.png") no-repeat scroll 0% 92% / 20% 34%;
        padding-bottom: 30px;
    }

    .inner-col .col-full .address p {
        float: left;
        width: 100%;
        font-size: 19px;
        text-align: justify;
        color: #51575b;
    }

    .inner-col .col-full .address p a {
        font-size: 19px;
        text-align: justify;
        color: #51575b;
        text-decoration: none;
    }

    .inner-col .col-full .address p a:hover {
        color: #cf670a;
    }

    .inner-col .col-full .form {
        float: right;
        width: 45%;
    }

    .inner-col .col-full .form h2 {
        float: left;
        width: 100%;
        margin-top: 0px;
        margin-bottom: 0px;
        color: #cf670a;
        font-size: 30px;
        background: rgba(0, 0, 0, 0) url("../images/undr2.png") no-repeat scroll 0% 92% / 20% 34%;
        padding-bottom: 30px;
    }

    .inner-col .col-full .form .input {
        float: left;
        width: 95%;
        padding: 10px 7px;
        background: #fff;
        border: 1px solid #ccc;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        margin: 5px;
        color: #000;
    }

    .inner-col .col-full .form .input:hover {
        border: 1px solid #cf670a;
    }

    .inner-col .col-full .form .inputa {
        float: left;
        width: 95%;
        padding: 10px 7px;
        background: #fff;
        border: 1px solid #ccc;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        margin: 5px;
        color: #000;
        height: 70px;
    }

    .inner-col .col-full .form .inputa:hover {
        border: 1px solid #cf670a;
    }

    .inner-col .col-full .form .submit {
        float: left;
        background: #cf670a;
        border: 2px solid #ccc;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        text-transform: uppercase;
        color: #fff;
        padding: 10px 15px;
        font-size: 17px;
        cursor: pointer;
        margin: 5px;
        -webkit-transition: all 1000ms ease;
        -o-transition: all 1000ms ease;
        transition: all 1000ms ease;
    }

    .inner-col .col-full .form .submit:hover {
        -webkit-transition: all 1000ms ease;
        -o-transition: all 1000ms ease;
        transition: all 1000ms ease;
        border: 2px solid #cf670a;
        color: #cf670a;
        background: #ccc;
    }

    .inner-col .col-full .map1 .head {
        float: left;
        width: 100%;
        margin-top: 50px;
        margin-bottom: 0px;
        color: #cf670a;
        font-size: 30px;
        background: rgba(0, 0, 0, 0) url("../images/undr2.png") no-repeat scroll 50% 92% / 14% 35%;
        padding-bottom: 30px;
        text-align: center;
        font-weight: bold;
    }

    .inner-col .col-full .map {
        float: left;
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
        border: 5px solid #ccc;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

    .inner-panel5 {
        float: left;
        width: 100%;
        background: url(../images/inner-panel5.jpg) no-repeat left;
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
        height: 300px;
        background-attachment: fixed;
    }

    .inner-panel5 .head {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 60px;
        color: #fff;
        font-weight: bold;
        text-transform: capitalize;
        background: rgba(0, 0, 0, 0) url("../images/undr.png") no-repeat scroll 50% 100% / 14% 35%;
        padding-bottom: 60px;
        margin-top: 7%;
    }

    .inner-panel5 .head span {
        font-size: 30px !important;
        margin-left: 10px;
    }

    .inner-col2 .col-full {
        float: left;
        width: 100%;
    }

    .inner-col2 .col-full h3 {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 30px;
        font-weight: bold;
        text-transform: capitalize;
        color: #cf670a;
        background: rgba(0, 0, 0, 0) url("../images/undr2.png") no-repeat scroll 50% 100% / 15% 40%;
        padding-bottom: 30px;
    }

    .col-full .col-4 {
        float: left;
        width: 31%;
        margin: 4px;
        border: 2px solid #ccc;
        position: relative;
        overflow: hidden;
        -webkit-transition: all 1000ms ease;
        -o-transition: all 1000ms ease;
        transition: all 1000ms ease;
    }

    .col-full .col-4 img {
        float: left;
        width: 100%;
    }

    .hover1a {
        float: left;
        width: 100%;
        background: #ccc;
        position: absolute;
        left: -100%;
        -webkit-transition: all 1000ms ease;
        -o-transition: all 1000ms ease;
        transition: all 1000ms ease;
    }

    .inner-col2 .col-full2 .head3 {
        float: left;
        width: 97%;
        padding: 10px 5px;
    }

    .inner-col2 .col-full2 .head3 .name1 {
        float: left;
        color: #cf670a;
        font-size: 18px;
        text-transform: capitalize;
    }

    .inner-col2 .col-full2 .head3 .name2 {
        float: right;
        color: #cf670a;
        font-size: 18px;
    }

    .col-full .col-4 .name1 {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 28px;
        color: #cf670a;
    }

    .col-full .col-4 .name1a {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 22px;
        color: #cf670a;
    }

    .col-full .col-4 .name2 {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 18px;
        color: #cf670a;
        margin-top: 5px;
    }

    .col-full .col-4 .name2a {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 40px;
        color: #cf670a;
        margin-top: 5px;
    }

    .col-full .col-4:hover .hover1a {
        -webkit-transition: all 1000ms ease;
        -o-transition: all 1000ms ease;
        transition: all 1000ms ease;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        left: 0px;
        padding: 115px 0px;
    }

    .bottom-span {
        float: left;
        width: 100%;
        margin-top: 60px;
        margin-bottom: 10px;
        border: 1px solid #cf670a;
        padding: 8px 0px;
        -webkit-border-radius: 20px;
        border-radius: 20px;
        background: #fff;
    }

    .bottom-span span {
        float: left;
        width: 92%;
        text-align: center;
        color: #000;
        font-style: italic;
        font-size: 16px;
        margin-bottom: 10px;
        margin-top: 10px;
        margin-left: 30px;
    }

    .inner-panel6 {
        float: left;
        width: 100%;
        background: url(../images/inner-panel6.jpg) no-repeat left;
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
        height: 300px;
        background-attachment: fixed;
    }

    .inner-panel6 .head {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 60px;
        color: #fff;
        font-weight: bold;
        text-transform: capitalize;
        background: rgba(0, 0, 0, 0) url("../images/undr.png") no-repeat scroll 50% 100% / 14% 35%;
        padding-bottom: 60px;
        margin-top: 7%;
    }

    .inner-panel6 .head span {
        font-size: 30px !important;
        margin-left: 10px;
    }

    .inner-panel7 {
        float: left;
        width: 100%;
        background: url(../images/inner-panel7.jpg) no-repeat left;
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
        height: 300px;
        background-attachment: fixed;
    }

    .inner-panel7 .head {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 60px;
        color: #fff;
        font-weight: bold;
        text-transform: capitalize;
        background: rgba(0, 0, 0, 0) url("../images/undr.png") no-repeat scroll 50% 100% / 14% 35%;
        padding-bottom: 60px;
        margin-top: 7%;
    }

    .inner-panel7 .head span {
        font-size: 30px !important;
        margin-left: 10px;
    }

    .inner-panel8 {
        float: left;
        width: 100%;
        background: url(../images/inner-panel8.jpg) no-repeat left;
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
        height: 300px;
        background-attachment: fixed;
    }

    .inner-panel8 .head {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 60px;
        color: #fff;
        font-weight: bold;
        text-transform: capitalize;
        background: rgba(0, 0, 0, 0) url("../images/undr.png") no-repeat scroll 50% 100% / 14% 35%;
        padding-bottom: 60px;
        margin-top: 7%;
    }

    .inner-panel8 .head span {
        font-size: 30px !important;
        margin-left: 10px;
    }

    .inner-panel9 {
        float: left;
        width: 100%;
        background: url(../images/inner-panel6.jpg) no-repeat left;
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
        height: 300px;
        background-attachment: fixed;
        border-top: 5px solid #fff;
    }

    .inner-panel9 .head {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 60px;
        color: #fff;
        font-weight: bold;
        text-transform: capitalize;
        background: rgba(0, 0, 0, 0) url("../images/undr.png") no-repeat scroll 50% 100% / 14% 35%;
        padding-bottom: 60px;
        margin-top: 7%;
    }

    .inner-panel9 .head span {
        font-size: 30px !important;
        margin-left: 10px;
    }

    .inner-col2 .col-full .col-left .one {
        float: left;
        width: 21%;
        font-size: 17px;
        font-weight: normal;
        text-transform: capitalize;
        color: #cf670a;
        margin-left: 40px;
        *font-style: italic;
    }

    .inner-col2 .col-full .col-left .two {
        float: left;
        width: 21%;
        font-size: 17px;
        font-weight: normal;
        text-transform: capitalize;
        color: #cf670a;
        margin-left: 18px;
        *font-style: italic;
    }

    .inner-col2 .col-full .col-left .three {
        float: right;
        *width: 21%;
        font-size: 17px;
        font-weight: normal;
        text-transform: capitalize;
        color: #cf670a;
        margin: 0px;
        *font-style: italic;
    }

    .inner-col2 .col-full .col-right .one {
        float: left;
        width: 21%;
        font-size: 17px;
        font-weight: normal;
        text-transform: capitalize;
        color: #cf670a;
        margin-left: 40px;
        *font-style: italic;
    }

    .inner-col2 .col-full .col-right .two {
        float: left;
        width: 21%;
        font-size: 17px;
        font-weight: normal;
        text-transform: capitalize;
        color: #cf670a;
        margin-left: 18px;
        *font-style: italic;
    }

    .inner-col2 .col-full .col-right .three {
        float: right;
        *width: 21%;
        font-size: 17px;
        font-weight: normal;
        text-transform: capitalize;
        color: #cf670a;
        margin: 0px;
        *font-style: italic;
    }

    h4 span.green {
        color: #13AF69;
        font-size: 14px;
    }

    h4 span.black {
        color: #000;
        font-size: 14px;
        text-transform: none;
    }

    h5 span {
        font-size: 15px !important;
    }

    .undr2 {
        float: left;
        width: 100%;
        font-weight: bold;
        color: #fff;
        font-size: 21px;
        text-transform: uppercase;
        margin-top: -7%;
        text-align: center;
    }

    .inner-panel10 {
        float: left;
        width: 100%;
        background: url(../images/inner-panel10.jpg) no-repeat left;
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
        height: 300px;
        background-attachment: fixed;
        border-top: 5px solid #fff;
    }

    .inner-panel10 .head {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 60px;
        color: #fff;
        font-weight: bold;
        text-transform: capitalize;
        background: rgba(0, 0, 0, 0) url("../images/undr.png") no-repeat scroll 50% 100% / 14% 35%;
        padding-bottom: 60px;
        margin-top: 7%;
    }

    .inner-panel11 {
        float: left;
        width: 100%;
        background: url(../images/inner-panel11.jpg) no-repeat left;
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
        height: 300px;
        background-attachment: fixed;
    }

    .inner-panel11 .head {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 60px;
        color: #fff;
        font-weight: bold;
        text-transform: capitalize;
        background: rgba(0, 0, 0, 0) url("../images/undr.png") no-repeat scroll 50% 100% / 14% 35%;
        padding-bottom: 60px;
        margin-top: 7%;
    }

    .pop-full {
        float: left;
        width: 100%;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.83)), color-stop(1%, rgba(0, 0, 0, 0.83)), to(rgba(0, 0, 0, 0.81)));
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.83) 0%, rgba(0, 0, 0, 0.83) 1%, rgba(0, 0, 0, 0.81) 100%);
        background: -o-linear-gradient(top, rgba(0, 0, 0, 0.83) 0%, rgba(0, 0, 0, 0.83) 1%, rgba(0, 0, 0, 0.81) 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.83) 0%, rgba(0, 0, 0, 0.83) 1%, rgba(0, 0, 0, 0.81) 100%);
        display: none;
        position: fixed;
        height: 100%;
    }

    .pop {
        float: left;
        width: 100%;
        position: fixed;
        top: 11%;
        text-align: center;
        display: none;
    }

    .pop2 {
        float: left;
        width: 100%;
        position: fixed;
        top: 11%;
        text-align: center;
        display: none;
    }

    .pop3 {
        float: left;
        width: 100%;
        position: fixed;
        top: 11%;
        text-align: center;
        display: none;
    }

    .pop4 {
        float: left;
        width: 100%;
        position: fixed;
        top: 20%;
        text-align: center;
        display: none;
    }

    .pop5 {
        float: left;
        width: 100%;
        position: fixed;
        top: 11%;
        text-align: center;
        display: none;
    }

    .pop6 {
        float: left;
        width: 100%;
        position: fixed;
        top: 20%;
        text-align: center;
        display: none;
    }

    .pop7 {
        float: left;
        width: 100%;
        position: fixed;
        top: 11%;
        text-align: center;
        display: none;
    }

    .pop8 {
        float: left;
        width: 100%;
        position: fixed;
        top: 11%;
        text-align: center;
        display: none;
    }

    .pop9 {
        float: left;
        width: 100%;
        position: fixed;
        top: 20%;
        text-align: center;
        display: none;
    }

    .pop10 {
        float: left;
        width: 100%;
        position: fixed;
        top: 20%;
        text-align: center;
        display: none;
    }

    .pop11 {
        float: left;
        width: 100%;
        position: fixed;
        top: 11%;
        text-align: center;
        display: none;
    }

    .pop12 {
        float: left;
        width: 100%;
        position: fixed;
        top: 11%;
        text-align: center;
        display: none;
    }

    .pop13 {
        float: left;
        width: 100%;
        position: fixed;
        top: 11%;
        text-align: center;
        display: none;
    }

    .pop14 {
        float: left;
        width: 100%;
        position: fixed;
        top: 11%;
        text-align: center;
        display: none;
    }

    .pop15 {
        float: left;
        width: 100%;
        position: fixed;
        top: 10%;
        text-align: center;
        display: none;
    }

    .pop16 {
        float: left;
        width: 100%;
        position: fixed;
        top: 11%;
        text-align: center;
        display: none;
    }

    .pop17 {
        float: left;
        width: 100%;
        position: fixed;
        top: 11%;
        text-align: center;
        display: none;
    }

    .pop18 {
        float: left;
        width: 100%;
        position: fixed;
        top: 11%;
        text-align: center;
        display: none;
    }

    .close {
        float: right;
        width: 3%;
        margin: 20%;
        cursor: pointer;
        position: relative;
        z-index: 999;
    }

    .close img {
        float: right;
        width: 100%;
        cursor: pointer;
    }

    .gal-col {
        float: left;
        width: 100%;
        border-top: 1px solid #cf670a;
    }

    .gal-col .col-1 {
        float: left;
        width: 25%;
        position: relative;
        overflow: hidden;
        cursor: pointer;
    }

    .gal-col .col-1 img {
        float: left;
        width: 100%;
        -webkit-transition: all 1000ms ease;
        -o-transition: all 1000ms ease;
        transition: all 1000ms ease;
    }

    .gal-col .col-1 .img1-hover {
        float: left;
        width: 100%;
        text-align: center;
        color: #fff;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.67)), to(rgba(0, 0, 0, 0.67)));
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.67) 0%, rgba(0, 0, 0, 0.67) 100%);
        background: -o-linear-gradient(top, rgba(0, 0, 0, 0.67) 0%, rgba(0, 0, 0, 0.67) 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.67) 0%, rgba(0, 0, 0, 0.67) 100%);
        padding: 140px 0px;
        display: none;
        text-transform: uppercase;
        font-size: 18px;
        -webkit-transition: all 1000ms ease;
        -o-transition: all 1000ms ease;
        transition: all 1000ms ease;
    }

    .gal-col .col-1 .img1-hover img {
        float: left;
        width: 10%;
        left: 45%;
        top: 45%;
        position: absolute;
        display: none;
    }

    .gal-col .col-1:hover .img1-hover {
        position: absolute;
        display: block;
        -webkit-transition: all 1000ms ease;
        -o-transition: all 1000ms ease;
        transition: all 1000ms ease;
    }

    .gal-col .col-1:hover img {
        -webkit-transition: all 1000ms ease;
        -o-transition: all 1000ms ease;
        transition: all 1000ms ease;
        -webkit-transform: scale(1.5, 1.5);
        -ms-transform: scale(1.5, 1.5);
        transform: scale(1.5, 1.5);
    }

    .col-reserv {
        float: left;
        width: 100%;
    }

    .col-reserv .col-left {
        float: left;
        width: 45%;
    }

    .col-reserv .col-left img {
        float: left;
        width: 100%;
    }

    .col-reserv .col-right {
        float: right;
        width: 54%;
    }

    .col-reserv .col-right .name {
        float: left;
        width: 100%;
        text-align: center;
        color: #cf670a;
        margin-bottom: 10px;
        font-size: 20px;
    }

    .col-reserv .col-right .name1 {
        float: left;
        width: 100%;
        text-align: center;
        color: #cf670a;
        margin-bottom: 10px;
        font-size: 20px;
    }

    .col-reserv .col-right .form {
        float: left;
        width: 45%;
        margin: 10px;
    }

    .col-reserv .col-right .form label {
        float: left;
        color: #51575b;
        font-size: 14px;
        text-transform: capitalize;
        width: 100%;
    }

    .col-reserv .col-right .form .input {
        float: left;
        width: 95%;
        padding: 10px 5px;
        color: #51575b;
        background: #fff;
        border: 1px solid #ccc;
        margin-bottom: 30px;
        margin-top: 5px;
    }

    .col-reserv .col-right .form .inputa {
        float: left;
        width: 99%;
        padding: 10px 5px;
        color: #51575b;
        background: #fff;
        border: 1px solid #ccc;
        margin-bottom: 30px;
        margin-top: 5px;
    }

    .col-reserv .col-right .submit {
        float: left;
        background: #cf670a;
        border: 2px solid #ccc;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        *text-transform: uppercase;
        color: #fff;
        padding: 7px 25px;
        font-size: 17px;
        cursor: pointer;
        margin: 5px;
        -webkit-transition: all 1000ms ease;
        -o-transition: all 1000ms ease;
        transition: all 1000ms ease;
        margin-left: 35%;
    }

    .col-reserv .col-right .submit:hover {
        background: #fff;
        color: #cf670a;
    }

    .menu {
        display: block;
    }

    .menu-img {
        display: none;
    }

    .trip {
        margin-left: 22%;
    }
}



.noscroll {
    overflow: hidden;
}

.newpopup {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(255, 255, 255, .8);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 100000;
    display: none;
    background-color: rgba(51, 51, 51, 0.78);
    background-image: url('../images/s1.png'), url('../images/s2.png'), url('../images/s3.png');
    -webkit-animation: snow 10s linear infinite;
    animation: snow 10s linear infinite;
}

.visiblepop {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.newpopup .popup {
    width: 90%;
    max-width: 500px;
    max-height: 60vh;
    overflow: auto;
    min-height: 60vh;
    background: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    padding: 15px;
    display: none;
}

.newpopup .popup a {
    color: rgb(238, 108, 1)
}

@keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px;
    }

    50% {
        background-position: 500px 500px, 100px 200px, -100px 150px;
    }

    100% {
        background-position: 500px 1000px, 200px 400px, -100px 300px;
    }
}

@-webkit-keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px;
    }

    50% {
        background-position: 500px 500px, 100px 200px, -100px 150px;
    }

    100% {
        background-position: 500px 1000px, 200px 400px, -100px 300px;
    }
}

.newpopup img {
    max-width: 200px;
}

.newpopup .close {
    position: absolute;
    top: 10px;
    right: 10px;
    margin: 0 !important;
    font-size: 25px;
    color: #fff;
    z-index: 100000;
}


.sp-pop {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 1)), to(rgba(244, 244, 244, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgb(244, 244, 244)));
    background: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(244, 244, 244) 100%);
    background: -o-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(244, 244, 244) 100%);
    background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(244, 244, 244) 100%);
    border: 1px solid rgb(204, 204, 204);
    padding: 30px 0;
}

.visiblepop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.visiblepop a {
    text-decoration: none;
    color: #000;
}

.panel1 .col-right .visiblepop img {
    max-width: 200px;
    max-height: 200px;
    width: auto;
}

.absolute center {
    float: left;
    width: 100%;
    margin-top: 20px;
    color: #fff;
    font-size: 20px;
}

#test .inner-col2 .col-full .col-left1+h2 {
    color: rgb(207, 103, 16);
    font-weight: 400;
    margin: 20px 0;
    float: left;
    width: 100%;
}

.left-wrap {
    width: 60%;
    float: left;
}

.right-wrap {
    width: 38%;
    margin-left: 2%;
    float: left;
}

.right-wrap img {
    max-width: 100%;
}



@media (max-width: 767px) {

    .right-wrap,
    .left-wrap {
        width: 100%;
        margin: 10px 0;
    }
}

img.small {
    max-width: 300px;
}

img.medium {
    max-width: 600px;
    display: inline-block;
}

.text-center {
    text-align: center;
    float: left;
    width: 100%;
}