/*
	Theme Name: Creative Travel
	Theme URI: http://spiritnoise.com/
	Author: Shobhit Verma	
	Version: 4.9.1
	Description: Custom theme for creative travel website
	Author URI: https://www.linkedin.com/in/shobhit-verma-26148194
	Template: twentythirteen
*/
/*Reset Start*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video,input,textarea{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	box-sizing:border-box;
}
*{
	box-sizing:border-box;
	outline: none !important;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	tap-highlight-color: rgba(0,0,0,0);
	-webkit-backface-visibility: hidden !important;
	font-family: 'Roboto', sans-serif;
}
img.first-image, img.second-image {
    border-radius: 50%;
}
input{
	/*-webkit-appearance: none;*/
	-webkit-border-radius:0;
    border-radius: 0;
}
body{
	font-weight: 400;
    font-size: 0.9em;
    line-height: 193%;
    background-color: #ffffff;
}
.scroll-off {
    position: fixed !important;
    width: 100%;
}
.overflow-hidden{
	overflow: hidden !important;
}
body,p,a,li,input,textarea{
	font-family: 'Roboto', sans-serif;

}
a{
	text-decoration: none;
	color: #000;
}
a:hover{
	text-decoration: none;
	text-decoration-line: none;
	text-decoration-style: none;
	text-decoration-color: none;
}
.read-more:focus, .read-more:hover, .read-more:visited {
    color: #ff9900 !important;
    text-decoration: none;
}
a:focus, a:hover, a:visited {
/*     color: #f68b1e !important; */
    text-decoration: none;
}

h4,h5,h6{
	color: #000000;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
}
h1{
	font-size: 38px;
	font-weight: 300;
	margin-bottom: 24px;
	font-family: 'Josefin Sans', sans-serif;
}
h2{
	font-size: 38px;
	font-weight: 300;
	margin-bottom: 24px;
	font-family: 'Josefin Sans', sans-serif;
}
h3{
	font-size: 24px;
	margin-bottom: 18px;
	line-height: 27px;
	font-weight: 300;
}
h4{
	font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px;
    font-weight: 300;
}
p{
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 20px;
	font-weight: 300;
	color: #666666;
	letter-spacing: .02em;
}
#content ul{
	padding-left: 15px;
	margin-bottom: 20px;
}
#content .flexslider ul{
	padding-left: 0px;
}
#content li {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
}
img{
	max-width: 100%;
	height: auto;
}
#page{
	position:relative;
	overflow: hidden;
}
#main {
    min-height: 550px;
}
.wrapper{
	max-width: 1240px;
	width: 100%;
	margin: 0px auto;
	padding:0px 20px;
/* 	margin-top: -90px; */
}
.wrapper:after{
	content: "";
	clear: both;
	display: block;
}
.inner-wrapper{
	max-width: 1000px;
	width: 100%;
	margin: 0px auto;
}
/*header*/

#masthead{
	width: 100%;
	position: relative;
	top: 0px;
/* 	margin-top: 6%; */
	left: 0px;
	z-index: 888;
	background-color: #ffffff;
	border-bottom: 1px solid rgba(153, 153, 153, 0.3);
	z-index: 9999;
}
.home #masthead{
	position: absolute;
	background-color: transparent;
	border-bottom: none;
}
#masthead .wrapper{
	padding: 15px 20px;
	position: relative;
}
.home #masthead .wrapper{
	padding: 20px 20px;
}
#masthead .home-link{
	display: inline-block;
	color: #ffffff;
}
#masthead .site-title{
	width: 150px;
	height: 60px;
	text-indent:-9999px;
	margin-bottom: 0px;
	background-image: url("images/creative-travel-logo-b.png");
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 100%;
}
.home #masthead .site-title{
	width: 240px;
	height: 113px;
	background-image: url("images/creative-travel-logo-home.png");
}
.menu-button{
	position: absolute;
    top: 31px;
    right: 20px;
    color: #000000;
    cursor: pointer;
    padding-right: 36px;
    font-size: 14px;
    line-height: 100%;
    padding-top: 1px;
}
.menu-button span{
	width: 25px;
	height: 2px;
	background-color: #000000;
	position: absolute;
	right: 0px;
	
}
.home .menu-button{
	top: 48px;
}
.menu-button span:first-child{
	top: 0px;
}
.menu-button span:nth-child(2){
	top: 6px;
}
.menu-button span:last-child{
	top: 12px;
}
.home .menu-button{
	color: #ffffff;
}
.home .menu-button span{
	background-color: #ffffff;
}
#navbar .email a{
	color: #666666;
}
#navbar .social-media {
	margin-bottom: 20px;
}
#navbar .social-media a{
	font-size: 20px;
	margin-right: 15px;
}
#navbar .social-media a:last-child{
	margin-right: 0px;
}
#navbar .search-box{
	display: none;
}
.search-box{
	margin: 50px 0px 30px 0px;
}
.search-box #searchform {
    display: inline-block;
    max-width: 400px;
    width: 100%;
    position: relative;
}
.search-box #s{
	max-width: 400px;
	width: 100%;
    border: 1px solid #000000;
    padding: 10px 60px 10px 10px; 
}

.search-box #searchsubmit{
	width: 50px;
    height: 50px;
    position: absolute;
    top: 0px;
    right: 0px;
    background-image: url(images/search-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    text-indent: -9999px;
}
#navbar{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: rgba(255, 255, 255,1);
	text-align: center;
	padding: 100px 20px 50px 20px;
	visibility: hidden;
	opacity: 0;
	z-index: 999;
	overflow: auto;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.home #navbar{
	background-color: rgba(255, 255, 255, 0.90);
}
.navbar-on{
	display: block !important;
	visibility: visible !important;
    opacity: 1 !important;
    -webkit-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    -o-transform: scale(1) !important;
    transform: scale(1) !important;
}

#navbar .wrapper{
	position: absolute;
	top: 50px;
	right: -50%;
	left: -50%;
	margin: 0px auto;
}
#navbar #close-menu{
	position: absolute;
	font-size: 24px;
	top: 0px;
	right: 20px;
	cursor: pointer;
}
#navbar ul{
	max-width: 400px;
	width: 100%;
	display: inline-block;
	margin:0px auto;
}
#navbar ul li{
	display: block;
	border-bottom: 1px solid rgba(102, 102, 102, 0.30);
	padding: 15px 0px;
}
#navbar ul li a{
	font-weight: 400;
	font-size: 24px;
	line-height: 26px;
	font-weight: 300;
	color: #000 !important;
	text-transform: uppercase;
	display: block;
	padding: 0px 50px;
	position: relative;
	overflow: hidden;
}
#navbar a .icon {
    position: absolute;
    top: 4px;
    right: 0px;
    font-size: 18px;
}
#navbar a span {
    display: block;
    line-height: 100%;
}
.toggle-menu-icon{
	top: -15px !important;
}
#navbar .sub-menu{
	display: block;
	display: none;
	padding-top: 15px;
}
#navbar .sub-menu li a{
	font-size: 15px;
}
#navbar .sub-menu li:first-child{
	border-top: 1px solid rgba(102, 102, 102, 0.30);
}
#navbar .sub-menu li:last-child{
	border-bottom: none;
}
#primary-menu > li:last-child{
	border-bottom: none;
}
.header-tabs {
    display: inline-block;
	float: right;
	margin-right: 100px;
	margin-top: 10px;
}
.home .header-tabs {
	color: #ffffff;
	margin-top: 22px;
}
.home .header-tabs a{
	color: #ffffff;
}
span.language-tab{
	cursor: pointer;
}
span.language-tab,
.header-tabs a{
	font-weight: 200;
}
#masthead .languages {
    position: absolute;
    top: 60px;
    right: 185px;
    background-color: #fff;
    padding: 20px;
    display: none;
    color: #666666;
}
#masthead .languages > div{
	border-bottom: 1px solid rgba(204, 204, 204, 0.5);
}
.spanish,
.portuguese{
	color: #cccccc;
}
.l-open{
	-moz-transform: rotate(180deg);
    -o-transform: rotate(1800deg);
	-ms-transform: rotate(180deg);
    -webkit-transform: rotate(1800deg);
    transform: rotate(180deg);
}
.sticky_header .header-tabs {
	display: none;
}
.home .sticky_header .header-tabs ,
.home .sticky_header  .header-tabs a{
	color: #000000 !important;
}
.sticky_header .menu-button{
	color: #000000 !important;
}
.sticky_header .menu-button span{
	background-color: #000000 !important;
}
@-webkit-keyframes animateHeader {
  0% { top: -90px; }
  100% { top: 0px; }
}
@-moz-keyframes animateHeader {
  0% { top: -90px; }
  100% { top: 0px; }
}
@-o-keyframes animateHeader {
  0% { top: -90px; }
  100% { top: 0px; }
}
@keyframes animateHeader {
  0% { top: -90px; }
  100% { top: 0px; }
}
.sticky_header{
	position: fixed !important;
	background-color: #ffffff !important;
	border-bottom: 1px solid rgba(153, 153, 153, 0.3) !important;
	-webkit-animation-name: animateHeader;
	-moz-animation-name: animateHeader;
	-o-animation-name: animateHeader;
  	animation-name: animateHeader;
  	-webkit-animation-duration: 1s;
  	-moz-animation-duration: 1s;
  	-o-animation-duration: 1s;
  	animation-duration: 1s;
}
.sticky_header .wrapper{
	padding: 10px 20px !important;
}
.sticky_header .menu-button{
	top: 27px !important;
}
.home .sticky_header .site-title,
.sticky_header .site-title{ 
	width: 220px !important;
    height: 71px !important;
	background-image: url("images/creative-travel-logo-b.png") !important;
}
/*main*/
.title{
	text-align: center;
}
.entry-title{
	margin: 30px 0px 20px 0px;
	text-align: center;
}
.entry-content{
	width: 100%;
	margin: 0px auto;
}
.entry-content p{
	max-width: 600px;
	width: 100%;
	margin: 0px auto 20px auto;
	text-align: justify;
}
.entry-content ul,
.entry-content ol{
	max-width: 600px;
	width: 100%;
	margin: 0px auto 20px auto;
	text-align: justify;
}
.entry-content a:hover{
	font-weight: bold;
}
/*flex slider*/
.flexslider{
	border: none;
	background-color: transparent;
}
/*home*/
.flexslider{
	margin:0px;
}
#home-slider{
	margin-bottom: 150px;
	background-color:#ffffff;
}
.home-slide p{
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 300;
}
.home-slide .tp-shape{
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%) !important;
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.9))) !important;
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%) !important;
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%) !important;
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%) !important;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
.hermes .tp-bullet {
    width: 14px;
    height: 14px;
    background-color: rgba(0, 0, 0, 0);
    box-shadow: inset 0 0 0 1px rgb(255, 255, 255);
}
.tp-bullet.selected, .tp-bullet:hover {
    background-color: #ff9900;
    box-shadow: inset 0 0 0 1px #ff9900;
}
.hermes .tp-bullet:after {
    background-color: #ff9900;
    box-shadow: 0 0 1px #ff9900;
    
}
#creative-intro {
	margin-bottom:60px;
}
#creative-intro .row .col-xs-6:first-child{
	text-align:right;
}
#creative-intro .row .col-xs-6:last-child{
	text-align:left;
}
#creative-intro .row .col-xs-6:last-child p{
	max-width:350px;
}

#creative-intro h2, 
#creative-intro h3,
.who-we-are-intro h2,
.who-we-are-intro h3{
	text-transform: uppercase;
	font-weight: 300;
	font-family: 'Josefin Sans', sans-serif;
	margin-bottom: 15px;
}
.read-more {
    color: #ff9900;
    font-size: 12px;
    font-weight: 300;
}
#creative-intro .child-menu{
	max-width: 470px;
	margin-top: 20px;
	padding: 0px !important;
}
#creative-intro .child-menu li{
	padding: 5px 0px;
}
#creative-intro .child-menu a{
	border-right: 1px solid #ff9900;
	padding: 0px 10px;
	font-size: 16px;
}
#creative-intro .child-menu li:first-child a{
	padding-left: 0px;
}
#creative-intro .child-menu li:last-child a{
	border-right: none;
	padding-right: 0px;
}
#creative-intro .row{
	display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
#creative-intro .text-col{
	margin: auto 0px;
}
.our-values{
	padding:60px 0px;
	text-align:center;
	background-image: url("images/creative-travel-parallax.jpg");
	background-attachment: fixed;
	background-position: center;
}
.our-values h3{
	text-transform: uppercase;
	position: relative;
	padding-bottom: 20px;
}
.our-values h4{
	text-transform: uppercase;
	font-weight: 500;
}
.our-values h3:after{
	content: "";
	clear: both;
	display: block;
	width: 100px;
	height: 2px;
	position: absolute;
	left: -50%;
	right: -50%;
	bottom: 0px;
	margin: auto;
	background-color: #ff9900;
}
.our-values p{
	margin-bottom: 50px;
	text-align: center;
}
.our-values .row{
	margin-top: 30px;
}
.flex-direction-nav a:before{
	display: none;
}
#our-world{
	padding:60px 0px 120px 0px;
}
#our-world-home-slider{
	margin-bottom:20px;
	position: relative;
	overflow: hidden;
}

#our-world .slide-caption{
	width:300px;
	height:100%;
	position:absolute;
	top:0px;
	right:0px;
	padding:20px;
	background-color:rgba(255,255,255,0.9);
	display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 999;
}
#our-world .caption-col{
	margin: auto;
}
#our-world .caption-col h4 a{
	color: #ff9900;
}
#our-world .caption-col h3{
	font-size: 24px;
	line-height: 24px;
}
#our-world-home-slider .bx-wrapper{
	height: 450px;
}
.bx-wrapper {
	position: relative;
	overflow: hidden;
	margin-bottom: 0px;
    -moz-box-shadow: 0 0 0 transparent;
     -webkit-box-shadow: 0 0 0 transparent; 
     box-shadow: 0 0 0 transparent; 
     border: none; 
     background: #fff; 
}
.bx-wrapper ul{
	max-width: inherit !important;
	padding: 0px !important;
}
#our-world-home-slider .bx-controls{
	width: 300px;
	height: 50px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 1000;
	padding-left: 15px;
}
.bx-wrapper .bx-pager{
	padding-top: 0px;
	bottom: 0px;
	position: relative;
}
.bx-wrapper .bx-controls-auto{
	display: none;
}
.bx-wrapper .bx-pager.bx-default-pager a{
	background-color: #cccccc;
}
.bx-wrapper .bx-pager.bx-default-pager a.active{
	border:1px solid #ff9900;
	background-color: transparent;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover{
	background-color: #ff9900;
}
#temp_load {
    width: 100px;
    height: 100px;
    position: absolute;
    top: -50%;
    bottom: -50%;
    left: -50%;
    right: -50%;
    margin: auto;
}
.our-world-carousel .col-20{
	width: 20%;
	float: left;
	padding: 0px 15px;
	cursor: pointer;

}
.our-world-carousel .col-20 .img-col{
	line-height: 100%;
}
.our-world-carousel .col-20 p{
	text-align: center;
    padding-top: 10px;
    font-weight: 500;
    color: #000;
}

#experiences{
	padding: 70px 0px;
	background-image: url("images/creative-travel-parallax.jpg");
	background-attachment: fixed;
	background-position: center;
}
.experience-slider-wrapper {
    min-height: 506px;
    position: relative;
    overflow: hidden;
}
.experiences-slider{
	max-width: 	1200px;
	width: 100%;
    height: 506px;
    position: relative;
    overflow: hidden;
}
.experiences-slider img{
	visibility: hidden;
	cursor: pointer;
	max-width: 900px;
	height: auto;
}
.experience-slider-wrapper #textbox {
	max-width: 900px;
	width: 100%;
	height: 160px;
	position: absolute;
	left: -50%;
	right: -50%;
	bottom: 0px;
	margin: auto;
	text-align: center;
	z-index: 999;
	color: #ffffff;
	padding-bottom: 20px;
	padding-top: 65px;
	background: rgba(0,0,0,0);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.9)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
.experience-slider-wrapper #textbox h3,
.experience-slider-wrapper #textbox a{
	color: #ffffff;
	margin-bottom: 5px;
}
.experience-slider-wrapper #textbox span{
	font-size: 12px;
	font-weight: 300;
}
.experience-slider-wrapper #textbox p{
	color: #ff9900;
	margin-bottom: 0px;
	text-transform: uppercase;
}
.water_wheel_nav {
    position: absolute;
    top: -50%;
    bottom: -50%;
    margin: auto;
    z-index: 999;
    width: 100%;
    height: 50px;
}
.water_wheel_nav a{
	background-color: transparent;
	width: 40px;
    font-size: 18px;
    padding: 10px 0px;
    display: block;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.5);
    position: absolute;
    color: #ffffff;
    font-size: 30px;
}
.water_wheel_nav #prev{
	left: 0px;
	padding-left: 15px;
	text-align: left;
}
.water_wheel_nav #next{
	right: 0px;
	padding-right: 15px;
	text-align: right;
}

#creativ-travel-live{
	padding-top:60px;
}
#creativ-travel-live .col{
	position: relative;
	overflow: hidden;
	text-align: center;
}
.trending-col .col{
	padding: 10px;
	background-color: #e8e8e8;
}
.trending-col .col h3{
	margin-bottom: 0px;
}
.trending-col .trending-url{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	display: block;
	background-color: transparent;
	z-index: 1;
}
#content .trending-col .social-icons ul{
	margin-bottom: 0px;
}
#creativ-travel-live .col .img-col{
    min-height: 345px;
    display: block;
    background-size: cover;
    background-position: center;
}
#creativ-travel-live .col .img-col img{
	display: none;
}
#creativ-travel-live .col .title{
	position: absolute;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.90);
	padding: 10px;
	text-align: center;
	bottom: 0px;
	left: 0px;
}
#creativ-travel-live .col .title h3{
	margin-bottom: 0px;
	position: relative;
}
#creativ-travel-live .col .img-col,
#creativ-travel-live .col .title h3{
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
#creativ-travel-live .col:hover .img-col{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
#creativ-travel-live .col:hover .title h3{
	padding-bottom: 10px;
}
#creativ-travel-live .col:hover h3:after{
	visibility: visible;
}
.insta-gram{
	text-align: center;
}
.social-icons ul:after{
	content: "";
	clear: both;
	display: block;
}
.social-icons{
	text-align: center;
}
.social-icons ul {
	display: inline-block;
    padding: 0;
}
.social-icons li {
    float: left;
    list-style: none;
}
.social-icons li a{
    color: #fff;
    border: 0;
}
.social-icons li a {
    float: left;
    cursor: pointer;
    height: 32px;
    width: 32px;
    line-height: 32px;
    font-size: 16px;
    text-align: center;
    margin: 0 8px 8px 0;
    border-radius: 4px;
    border: 0;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.social-icons .social-facebook a {
    background-color: #5d82d1;
}
.social-icons .l-in a{
	background-color: #0e76a8;
}
.social-icons .social-twitter a{
	background-color: #40bff5;
}	
.social-icons .insta a {
     background: #f09433; 
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
	background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
.social-icons .youtube a{
	background-color: #3b5998;
}
s
@-webkit-keyframes toTopFromBottom{49%{-webkit-transform:translateY(-100%)}50%{opacity:0;-webkit-transform:translateY(100%)}51%{opacity:1}}
@-moz-keyframes toTopFromBottom{49%{-moz-transform:translateY(-100%)}50%{opacity:0;-moz-transform:translateY(100%)}51%{opacity:1}}
@keyframes toTopFromBottom{49%{transform:translateY(-100%)}50%{opacity:0;transform:translateY(100%)}51%{opacity:1}}

.social-icons li:hover i {
    -webkit-animation: toTopFromBottom 0.3s forwards;
    -moz-animation: toTopFromBottom 0.3s forwards;
    animation: toTopFromBottom 0.3s forwards;
}
#testimonials{
	text-align:center;
	padding:100px 0px 100px 0px;
}
#testimonials h2{
	padding-bottom: 50px;
	background-image: url(images/testimonials-icon.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}
#testimonials .slides li p{
	padding: 0px 30px;
}
.flexslider:hover .flex-direction-nav .flex-prev{
	left: 0px;
}
.flexslider:hover .flex-direction-nav .flex-next{
	right: 0px;
}
#testimonials p{
	max-width:600px;
	margin:0px auto;
	text-align:center;
}
#testimonials p.name{
	margin: 20px auto;
}
#testimonials p.name span:last-child{
	color: #ff9900;
}
#testimonials .slides .img-col {
	text-align: center;
	margin-top: 50px;
}
#testimonials .img-col .round-img{
	max-width: 79px;
	width: 100%;
	height: 79px;
	border-radius: 50%;
	display: inline-block;
}
#testimonials .img-col .round-img img{
	max-width: 79px;
	width: inherit;
}
#testimonials .img-col p{
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
	padding: 25px 0px 0px 20px;
}
.flex-direction-nav a{
	width: 30px; 
	background-color: #f2f2f2;
	opacity: 1;
	padding: 12px 0px;
	text-align: center;
	line-height: 100%;
}
.flex-direction-nav .flex-prev{
	left: 0px;
	text-align: center;
}
.flex-direction-nav .flex-next{
	right: 0px;
	text-align: center;
}

#subscribe-form{
	padding: 20px 0px;
	background-color: #f2f2f2;
}
#subscribe-form input{
	width: 100%;
	padding: 5px 10px;
	background-color: #ffffff;
}
#subscribe-form .col-xs-6{
	margin-bottom: 30px;
}
#subscribe-form .col-xs-6:last-child{
	margin-bottom: 0px;
}
#subscribe-form .subscribe-button{
	max-width: 300px;
	width: 100%;
	margin: 0px auto;
	padding: 5px 10px;
	text-align: center;
	background-color: #ffffff;
	cursor: pointer;
}
.subscribe-popup{
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	padding: 80px 20px;
	background: rgba(255, 255, 255, 0.98);
	z-index: 9999;
	overflow: auto;
}
.sub-pop-col{
	max-width: 500px;
	width: 100%;
	margin: 0px auto;
	background-color: #ffffff;
	padding: 40px 30px;
    border: 1px solid #ff9900;
    position: relative;
}
.sub-pop-col .sub-form{
	text-align: center;
}
.sub-pop-col .field{
	max-width: 304px;
	width: 100%;
	margin: 0px auto 20px auto;
}
.sub-pop-col .field input{
	border-bottom: 1px solid #cccccc;
	padding: 0px 0px 5px 0px;
	width: 100%;
}
.sub-pop-col .captcha{
	display: inline-block;
	margin-top: 15px;
}
.sub-pop-col .submit{
	text-align: center;
    margin-top: 50px;
}
.sub-pop-col .submit input{
	padding: 10px 50px;
    border: 1px solid #cccccc;
    border-radius: 5px;
}	

.sub-pop-col .s-close-button{
	position: absolute;
    right: -14px;
    top: -10px;
    font-size: 32px;
    width: 32px;
    height: 32px;
    cursor: pointer;
}
.sub-pop-col .s-close-button i{
	border-radius: 50%;
    color: #ff9900;
    background-color: #ffffff;
}
.sub-pop-col span.wpcf7-not-valid-tip{
	text-align: left;
}
/*news letters*/
.page-template-tranding-now-tem .news-letters p{
	margin-bottom: 5px;
}

/*who we are*/
.child-menu{
	list-style-type: none;
	border-bottom: 1px solid rgba(153, 153, 153, 0.3);
	border-top: 1px solid rgba(153, 153, 153, 0.3);
	text-align: center;
	margin-bottom: 30px;
	position: relative;
}
.child-menu li{
	display: inline-block;
}
.child-menu li a{
	font-weight: 100;
	text-transform: uppercase;
	padding: 15px 10px;
	display: block;
}
.child-menu #magic-line {
    position: absolute;
    bottom: -1px;
    height: 2px;
    background: #ff9900;
    padding: 0px;
}
.child-menu .active a{
	font-weight: 400;
}
.child-pages-menu a{
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	transition:all 0.3s linear;
}
.child-pages-menu a:hover{
	font-weight: 400;
}
.who-we-are-intro{
	margin:50px 0px;
}
.who-we-are-intro .col-xs-6:first-child{
	text-align: right;
}
.who-we-are-intro .col-xs-6:last-child{
	text-align: left;
}

/*our story*/
.founder {
    text-align: center;
    padding:50px 0px 30px 0px;
}
.founder-image img{
	border-radius: 50%;
}
.mem-row{
	padding: 50px 0px 10px 0px;
}
.mem-row .col-xs-4{
	text-align: center;
}
.founder h4,
.mem-row .col-xs-4 h4{
	margin-bottom: 0px;
}
.founder p,
.mem-row .col-xs-4 p{
	color: #ff9900;
	font-size: 12px;
}
.top-image{
	text-align: center;
	margin-bottom: 50px;
}
.top-image p{
	font-style: italic;
	margin-bottom: 0px;
}
/*our tram*/

.team-wrapper .col-xs-4{
	text-align: center;
	margin-bottom: 30px;
}
.team-wrapper .col-xs-4 .mem-col{
	cursor: pointer;
}
.team-wrapper .col-xs-4 .img-col {
    line-height: 100%;
    padding-bottom: 10px;
}
.team-wrapper .col-xs-4 .mem-col .second-image{
	display: none;
}
.team-wrapper .col-xs-4 .mem-col h4{
	margin-bottom: 0px;
}
.mem-col .designation{
	color: #ff9900;
    font-size: 12px;
    margin-bottom: 10px;
}
.team-wrapper .col-xs-4 .mem-col .text-col .text{
	display: none;
}
.team-wrapper .col-xs-4 .mem-col li{
	display: none;
}
.pop-container{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    padding: 50px 20px;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 9999;
    overflow: auto;
	display: none;
}
.pop-container .pop-col{
	max-width: 600px;
    width: 100%;
    margin: 0px auto 0px auto;
    background: #fff;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
    position:relative;
}
.pop-container .pop-col .img-col{
	width: 100%;
	background-color: #dadada;
	padding: 20px 50px;
	position: relative;
}
.pop-container .pop-col .img-col:after{
	content: "";
	clear: both;
	display: block;
	width: 0; 
	height: 0; 
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #dadada;
	position: absolute;
	left: -50%;
	right: -50%;
	bottom: -15px;
	margin: auto;
}
.pop-container .pop-col .text-col{
	padding: 20px;
}
.pop-container .pop-col h4,
.pop-container .pop-col .text-col p:last-child{
	margin-bottom: 0px;
}

.pop-container .pop-col .mem-slider li{
	text-align: center;
	line-height: 100% !important;
}
.pop-container .pop-col .mem-slider li img{
	display: inline-block;
	max-height: 320px;
	max-width: 100%;
}
.pop-container .bx-wrapper .bx-controls-direction a{
	text-indent: inherit;
	font-size: 32px;
	color: #666666;
}
.pop-container .bx-wrapper{
	overflow: visible;
}
.pop-container .bx-wrapper .bx-controls-direction .bx-prev{
	left: -30px;
	text-align: left;
}
.pop-container .bx-wrapper .bx-controls-direction .bx-next{
	right: -30px;
	text-align: right;
}

.pop-container .pop-col .close-button{
	position: absolute;
	right: -14px;
	top: -10px;
	font-size: 32px;
	width: 32px;
	height: 32px;
	cursor: pointer;
}
.pop-container .pop-col .close-button i{
	border-radius: 50%;
	color: #666666;
	background-color: #f1f1f1;
}
/*mem images*/
#content .mem-images ul{
	list-style-type: none;
	padding-left: 0px;
	margin-bottom: 0px;
	background-color: #111;
}
.mem-images ul:after{
	content: "";
	clear: both;
	display: block;
}
.mem-images ul li{
	width: 6.25%;
    height: 60px;
	display: block;
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
	background: #333;
	opacity: 0.5;
	background-color: #333;
	background-position: 50% 50%;
	background-size: cover;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.mem-images ul li span{
	position: absolute;
	bottom: 2px;
	right: 5px;
	color: #fff;
	text-align: right;
	font-weight: bold;
	font-size: 11px;
	line-height: 1;
	display: none;
}
.mem-images ul li:hover{
	opacity: 1;
}
.mem-images ul li:hover span{
	display: block;
}

/*our brands*/
.page-template-our-brands-template .row{
	margin-top: 50px;
}
.page-template-our-brands-template .col-xs-4 .img-col {
    border: 1px solid #f1f1f1;
    margin-bottom: 15px;
    padding: 10px;
}
.page-template-our-brands-template .col-xs-4 img{
	max-width: 210px;
	width: 100%;
	height: auto;
	display: block;
	margin: 0px auto 20px auto;
}
.page-template-our-brands-template  .website-url {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    text-align: center;
    padding: 5px 0px;
}
.page-template-our-brands-template .col-xs-4 .text-col{
	max-height: 300px;
	overflow: hidden;
}
.height{
	max-height: inherit !important;
}
.page-template-our-brands-template .read-tab{
	text-align: right;
	padding: 10px 0px;
}
.page-template-our-brands-template .read-more{
	display: inline-block;
	margin-bottom: 0px;
	cursor: pointer;
}
.page-template-our-brands-template .col-xs-4 a{
	font-size: 12px;
	color: #ff9900;
}
/*things make us proud*/
.page-template-make-us-proud-template .logos-slider{
	margin-top: 50px;
}
.page-template-make-us-proud-template .logos-slider h4{
	text-align: center;
	font-weight: 700;
	margin-bottom: 30px;
}
.affiliations {
    margin-bottom: 50px;
}
.affiliations-slider li{
	float: left;
	width: 120px;
	list-style-type: none;
}
.bx-wrapper {
    margin: 0px auto;
    background-color: transparent;
}

/*where to find us next*/
.page-template-where-to-find-us-template .entry-content{
	max-width: 600px;
}
.page-template-where-to-find-us-template .row{
	margin-top: 50px;
}
.page-template-where-to-find-us-template .row .col-xs-6 h3{
	font-size: 24px;
	margin-bottom: 5px;
}
.page-template-where-to-find-us-template .row .col-xs-6 p{
	margin-bottom: 5px;
}
.page-template-where-to-find-us-template .row .col-xs-6 strong{
	color: #ff9900;
	font-size: 12px;
}
.page-template-responsibility-tem{
	background-color: #f8ebc6;
}
.page-template-responsibility-tem .foundation-logo,
.page-template-responsibility-tem .ram-kohli-img,
.page-template-responsibility-tem .ram-kohli-img p{
	text-align: center;
}
.page-template-responsibility-tem .foundation-logo{
	margin-bottom: 30px;
}
.page-template-responsibility-tem .ram-kohli-img img{
	max-width: 300px;
}
/*our world*/
.our-world-slider {
    margin-bottom: 50px;
}
.entry-title{
	text-transform: uppercase;
}
.page-title{
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.our-world-content {
	padding-left: 100px;
	position: relative;
}
.our-world-content p{
	text-align: justify;
}
.our-world-slider .caption{
	text-align: center;
}
.our-world-slider .caption p{
	font-style: italic;
	padding: 10px 0px;
}
.make-an-enquiry {
	width: 100%;
	color: #ff9900;
	text-align:center;
	padding: 10px;
	border:1px solid #999999;
	margin: 50px auto 100px auto;
	cursor: pointer;
}
.map {
    max-width: 800px;
    width: 100%;
    margin: 0px auto;
}
.enquiry-wrapper{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: rgba(255,255,255,0.95);
	z-index: 99999;
	overflow: auto;
	display: none;
}
.enquiry-wrapper .wrapper{
	padding: 100px 20px 0px 20px;
}
.enquiry-form {
	max-width: 500px;
	width: 100%;
	margin: 0px auto;
}
.enquiry-form .field input,
.enquiry-form .field textarea{
	width: 100%;
	border: none;
	padding: 5px 0px;
	margin-bottom: 10px;
	border-bottom: 1px solid #666666;
}
.enquiry-form .field textarea{
	height: 120px;
}
.enquiry-form .submit{
	text-align: center;
}
.enquiry-form .submit input{
	color: #ff9900;
	font-size: 18px;
}

.enquiry-wrapper .close-button {
    width: 50px;
    height: 50px;
    background: #fff;
    color: #666;
    font-size: 32px;
    padding: 7px 14px;
    margin: 50px auto 0px auto;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.51);
}
/*bog template*/
.bog-info-content {
    width: 774px;
    text-align: left;
    max-width: 100%;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 300;
}

.bog-info-content blockquote p{
	font-size:18px;
	padding-bottom:15px;
}
.bog-col-wrapper .col-xs-2{
	margin-bottom: 25px;
	text-align: center;
	width:50%;
}
.bog-col-wrapper .col-xs-2 h3{
	margin-bottom: 6px;
	font-weight: 400;
}
.bog-col-wrapper .col-xs-2 p{
	color: #ff9900;
}
.bog-col-wrapper .row.bog-row{
	display: flex;
    flex-wrap: wrap;
}
.bog-col-wrapper .col-xs-2 .bog-wrap{
	box-shadow:0 0 5px #ccc;
	height:100%;
}
.bog-col-wrapper .col-xs-2 .bog-wrap .bog-wrap-footer{
	padding:0 20px;
}
.bog-col-wrapper .col-xs-2 .itanary-tagline{
	color: #777777;
	font-size:12px;
}
.single-post-wrapper{
	padding-top: 40px;
}

/*experiences template*/
.page-template-experiences-template #experiences, .page-template-be-our-guest-template #experiences{
	margin-bottom: 50px;
}
.experience-col-wrapper .col-xs-4{
	margin-bottom: 25px;
	text-align: center;
}
.experience-col-wrapper .col-xs-4 h3{
	margin-bottom: 10px;
}
.experience-col-wrapper .col-xs-4 p{
	color: #ff9900;
}
.bog-row{
	display: flex;
    flex-wrap: wrap;
}
.experience-col-wrapper .col-xs-4 .bog-wrap{
	box-shadow:0 0 5px #ccc;
	height:100%;
}
.experience-col-wrapper .col-xs-4 .bog-wrap .bog-wrap-footer{
	padding:0 20px;
}
.experience-col-wrapper .col-xs-4 .itanary-tagline{
	color: #777777;
	font-size:12px;
}
.single-post-wrapper{
	padding-top: 40px;
}
.post-cat-bar {
	padding-left: 100px;
	margin:15px;
	text-transform: uppercase;
}
.post-cat-bar span{
	color: #ff9900;
}
.experiences-content {
	padding-left: 100px;
	margin-top: 15px;
	position: relative;
}
.share_icons{
	width: 59px;
	position: absolute;
	top: 0px;
	left: 0px;
	padding-top: 30px;
	padding-right: 15px;
	text-transform: uppercase;
	border-top: 1px solid #666666;
}
.share_icons a{
	font-size: 20px;
	margin-bottom: 5px;
}
 .share_icons span{
	color: #cccccc;
}
.share_icons .fb{
	color: #3b5998;
}
.share_icons .twi{
	color: #4099FF;
}
.share_icons .pint{
	color: #c92228;
}
.share_icons .l-in{
	color: #0e76a8;
}
.share_icons a{
	display: block;
	text-align: center;
}
.more-post{
	margin-bottom: 50px;
}
.more-post h4{
	text-transform: uppercase;
}
.more-post .post-col{
	margin-bottom: 20px;
}
.more-post .post-col p{
	margin-bottom: 10px;
}
.blog-archive,
.categories{
	margin-bottom: 50px;
}
.categories li{
	list-style-type: none;
}
.categories .cat-col{
	border-bottom: 1px solid #e6e4e4;
	padding: 5px 0px;
}
.blog-archive .cat-col{
	border-top: 1px solid #e6e4e4;
	padding: 5px 0px;
}
.blog-archive .cat-col:first-child{
	border-top:none;
}
.blog-archive p,
.categories .cat-col p{
	margin-bottom: 0px;
	cursor: pointer;
	font-size: 14px;
	position: relative;
	overflow: hidden;
}
.blog-archive .icon,
.categories .icon{
	position: absolute;
	top: 5px;
	right: 0px;
}
.blog-archive .icon span,
.categories .icon span{
	display: block;
	line-height: 100%;
}
.toggle-icon{
	top: -10px !important;
}
.blog-archive li{
	list-style-type: none;
	padding-left: 25px;
	display: none;
}
.categories .cat-col ul{
	display: none;
	padding-left: 25px;
	padding-bottom: 20px;
}
.blog-archive a,
.categories .cat-col ul li a{
	font-size: 12px;
    color: #666666;
    font-weight: 300;
}
.related-post{
	padding: 50px 0px;
	margin-top:100px;
	background-color: rgba(204, 204, 204, 0.40);
}
.related-post .col-xs-4{
	text-align: center;
}
.related-post .col-xs-4 p{
	margin-bottom: 0px;
	color: #ff9900;
}
.single-experience #colophon{
	margin-top: 0px;
}
/*tranding now*/
div#creatively-yours {
    margin-bottom: 30px;
}
#creatively-yours #newsletters{
	max-height: 370px;
	overflow: auto;
	padding-right: 20px;
}

#creatively-yours #newsletters p{
	color: #ff9900;
}
#creatively-yours .sub-title{
	font-size: 14px;
    margin-bottom: 15px;
    line-height: 10px;
    font-weight: 400;
}
.page-template-tranding-now-tem .row{
	padding-top: 20px;
}
.page-template-tranding-now-tem .row:first-child{
	padding-top: 0px;
}
#video-gallery{
	padding-top: 40px;
	margin-top: 30px;
}
#y-channel{
	background-color: #666666;
}
#y-channel iframe{
	max-width: 100%;
	margin: 0px auto;
	display: block;
}
/*testimonial*/
.page-template-testimonial-template .entry-title{
	margin-bottom: 30px;
}
.testimonial-col{
	padding-left: 80px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 30px;
	background-image: url("images/testimonial-icon.png");
	background-repeat: no-repeat;
	background-position: top left;
}
.testimonial-col:last-child{
	border-bottom: none;
}
.place{
	color: #ff9900;
}
.tag-lines {
    text-align: center;
    padding: 20px 0px 0px 0px;
}
/*blog landing page*/
.post-row{
	position: relative;
	padding-left: 100px;
	margin-bottom: 20px;
}
.post-row .row{
	display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
    margin-right: 0px;
    -moz-box-shadow: 2px 2px 10px rgba(102, 102, 102, 0.3);
	-webkit-box-shadow: 2px 2px 10px rgba(102, 102, 102, 0.3);
    box-shadow: 2px 2px 10px rgba(102, 102, 102, 0.3);
}
.post-row .row .col-xs-6:first-child{
	padding-left: 0px;
}
.post-row .row .col-xs-6:last-child{
	margin: auto 0px;
}
.blog-img-col .col {
    min-height: 250px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.category-list{
	list-style-type: none;
	margin-bottom: 30px;
}
/*get in touch*/
.page-template-get-in-touch-tem .intro-line{
	margin: 0px auto 70px auto;
    max-width: 330px;
    text-align: center;
}
.page-template-get-in-touch-tem .contact-container{
	padding-bottom: 30px;
	margin-bottom: 70px;
	border-bottom: 1px solid #cccccc;
}
.contact-form{
	margin-bottom: 30px;
}
.contact-form .c_field input,
.contact-form .c_field textarea{
	width: 100%;
	border:none;
	background-color: transparent;
	border:none;
	border-bottom: 1px solid #cccccc;
	color: #666666;
}
.contact-form .c_field{
	margin-bottom: 15px;
}
.contact-form .c_field textarea {
	height: 120px;
}
.contact-form .send input{
	width: 80px;
	height: 75px;
	background-color: transparent;
	border: 1px solid #ff9900;
	color: #000000;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.contact-form .send input:hover{
	background-color: #ff9900;
	color: #ffffff;
}
.contact-form .wpcf7 .ajax-loader{
	display: block;
}
.contact-form .captcha-row:after, footer .captcha-row:after{
	content: "";
	clear: both;
	display: block;
}
.contact-form .captcha-row .captcha, footer .captcha-row .captcha,
.contact-form .captcha-row .send{
	display: inline-block;
}
.contact-form .captcha-row .send, footer .captcha-row .send{
	float: right;
}
.contact-container .g-map iframe{
	width: 100%;
}
.custom-map-wrapper{
	margin-bottom: 70px;
}
.address-container h3{
	font-size: 24px;
	margin-bottom: 30px;
}
.address-container .row{
	margin-bottom: 50px;
	display: flex;
    flex-wrap: wrap;
}
.address-container .row .col-xs-4{
	margin-bottom: 20px;
}
.address-container .address-col p:first-child strong:first-child{
	color: #ff9900;
}

.address-container .address-col a:hover{
	font-weight: bold;
}

/*our festivals*/
.page-template-our-festivals-tem .post-row,
.single-our-festival .experiences-content{
	padding-left: 80px;
}
.blog-img-col .col{
	min-height: 280px;
}
.page-template-our-festivals-tem .date,
.single-our-festival .date{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 59px;
}
.page-template-our-festivals-tem .date span,
.single-our-festival .date span{
	display: block;
	text-align: center;
}
.page-template-our-festivals-tem .day,
.single-our-festival .date .day{
	font-size: 34px;
	color: #ff9900;
}

.page-template-our-festivals-tem  .share_icons,
.single-our-festival .share_icons{
	width: 46px;
	padding-right: 0px;
	padding-top: 20px;
	top: 95px;
}
.single-our-festival .festival-gallery{
	margin-bottom: 20px;
}
.single-our-festival .festival-gallery .img-col{
	height: 400px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
p.image-count{
	padding-top: 10px;
	margin-bottom: 0px;
	text-align: right;
}
/*intresting reads tem*/
.three-col-l {
	max-width: 1000px;
	width: 100%;
	margin: 0px auto;
	margin-bottom:80px;
}
.three-col-l .row{
	margin-left: -5px;
	margin-right: -5px;
}
.three-col-l .col-xs-3 {
	margin-bottom: 30px;
	padding-left: 5px;
	padding-right: 5px;
}
.three-col-l .col-xs-3 .col,
.recommended-by-us .col-xs-4 .col{
	box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
}
.three-col-l .col-xs-3 .img-col,
.recommended-by-us .col-xs-4 .img-col {
	height: 250px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.three-col-l .col-xs-3 .img-col img,
.recommended-by-us .col-xs-4 .img-col img{
	display: none;
}
.three-col-l .col-xs-3 .text-col{
	border: 1px solid #f1f1f1;
	padding: 15px 15px;
}
.three-col-l .col-xs-3 h3{
	
}

.recommended-by-us .col-xs-4 .col{
	background-color: rgba(255,255,255,0.4);
}
.recommended-by-us .col-xs-4 .col h3{
	padding: 10px;
	text-align: center;
	margin-bottom: 0px;
}
/*news letters*/
.page-template-our-newsletters-tem .page-title{
	clear: both;
	display: block;
}
.page-template-our-newsletters-tem .col-xs-4{
	margin-bottom: 30px;
	text-align: center;
}
.page-template-our-newsletters-tem .img-col{
	width: 100%;
	height: 250px;
	margin-bottom: 15px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.page-template-our-newsletters-tem .col-xs-4 h3{
	margin-bottom: 10px;
}
 
.newsletter-archive a{
    border-bottom: 1px solid #666;
    border-top: 1px solid #666;
    display: block;
    padding: 40px 0px;
    text-align: center;
}
.newsletter-archive a h3{
	margin-bottom: 0px;
}

/*recommended by us*/
.recommended-by-us{
	padding: 80px 0px 80px 0px;
	background-image: url(images/creative-travel-parallax.jpg);
	background-attachment: fixed;
	background-position: center;
}
.recommended-by-us .col-20 .title{
	font-weight: 600;
}
.recommended-by-us .col-20 p{
	text-align: center;
	margin-bottom: 0px;
}
.books .col-20,
.movies .col-20,
.documentaries .col-20{
	width: 20%;
	height: 250px;
	float: left;
	margin-bottom: 30px;
}
#watching,
#listening{
	padding-top: 100px;
}

.banne-img{
	width: 120px;
	height: 180px;
	margin: 0px auto 10px auto;
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.banne-img img{
	display: none;
}
.books .col-20 .title,
.movies .col-20 .title,
.documentaries .col-20 .title{
	font-weight: 600;
}
.books .col-20 p,
.movies .col-20 p,
.documentaries .col-20 p{
	text-align: center;
	margin-bottom: 0px;
}
.lode-more{
	text-align: center;
}
.lode-more h4{
	cursor: pointer;
	display: inline-block;
	color: #f78b1d;
}
.display-hide{
	display: none;
}
/*footer*/
#colophon{
	margin-top: 150px;
	padding-top: 50px;
	background-color: #262626;
}
.home #colophon{
	margin-top: 0px;
}
#colophon p,
#colophon a{
	color: #ffffff;
}
#colophon h2,
#colophon h3,
#colophon h4,
#colophon i{
	color: #ffffff;
}
#colophon .bx-viewport li{
	/*background-color: #ffffff;*/
	text-align: center;
	min-height: 90px;
	display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
}
#colophon .bx-viewport li img{
	display: inline-block;
	margin:auto;
}
.awards {
    text-align: center;
    margin-bottom: 50px;
}
.award-col {
    display: inline-block;
    padding: 0px 10px;
}
#colophon ul{
	list-style-type: none;
}
#footer-menu li a{
	text-transform: uppercase;
}
#colophon .widget-area{
	height: inherit !important;
}
#colophon .widget-area aside{
	position: relative !important;
	top: auto !important;
	left: auto !important;
}
#colophon p.address {
    letter-spacing: 0px;
}
#colophon #text-2 p{
	position: relative;
	padding-left: 20px;
	font-size: 13px;
	line-height: 18px;
}
#colophon #text-2 p i{
	position: absolute;
	top: 0px;
	left: 0px;
}
#colophon .social-media a {
    font-size: 16px;
    margin-right: 10px;
}

#colophon form{
	position: relative;
}
#colophon .row{
	margin-bottom: 10px;
}
#colophon .c_field {
	width: 100%;
}
#colophon .c_field input,
#colophon .c_field textarea{
	width: 100%;
    border: none;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
#colophon .c_field textarea {
	height: 100px;
}
#colophon .name{
	margin-bottom: 43px;
}
.captcha-row .col{
	padding-left: 15px;
	display: inline-block;
	vertical-align: top;
}

#colophon .c_field input::-webkit-input-placeholder,
#colophon .c_field textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ffffff;
}
#colophon .c_field input::-moz-placeholder,
#colophon .c_field textarea::-moz-placeholder { /* Firefox 19+ */
  color: #ffffff;
}
#colophon .c_field input:-ms-input-placeholder,
#colophon .c_field textarea:-ms-input-placeholder { /* IE 10+ */
  color: #ffffff;
}
#colophon .c_field input:-moz-placeholder,
#colophon .c_field textarea:-moz-placeholder { /* Firefox 18- */
  color: #ffffff;
}

#colophon .send input{
	width: 80px;
	height: 75px;
	background-color: transparent;
	border: 1px solid #ffffff;
	color: #ffffff;
	-webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#colophon .send input:hover{
	background-color: #ffffff;
	color: #262626;
}
#colophon .wpcf7 .ajax-loader{
	display: block;
}
.wpcf7-validation-errors,
.wpcf7-mail-sent-ok,
div.wpcf7-spam-blocked{
	color: #666666;
	border: none !important; 
}

.wpcf7-mail-sent-ok,
div.wpcf7-spam-blocked{
	color: #666666 !important;
}
div.wpcf7-mail-sent-ng,
div.wpcf7-mail-sent-ok,
div.wpcf7-spam-blocked{
	color: #666666 !important;
	border: none !important	;
}
#colophon .site-info{
	text-align: center;
	padding-bottom: 10px;
	margin-top: 30px;
}
#colophon .site-info p{
	margin: 0px auto;
	font-size: 12px;
}

img.aligncenter {
    margin: 0px auto;
    display: block;
}
.wrapper-404{
	text-align: center;
}


/*creative press*/
.page-id-1667 .inner-wrapper {
	padding: 30px 20px;
	background-image: url(images/creative-travel-parallax.jpg);
	background-position: center;
	background-attachment: fixed;
}	
.page-id-1667 .inner-wrapper h3{
	font-size: 20px;
	border-top: 1px solid #66666675;
    padding-top: 50px;
    margin-top: 60px;
}
.page-id-1667 .inner-wrapper .entry-content h3:first-child{
	border-top: 0px;
	padding-top: 0px;
	margin-top: 0px;
}
.page-id-1667 .entry-content img{
	margin-bottom: 30px;
}



/*responsive*/
@media(max-width: 900px){
	#our-world-home-slider .bx-wrapper{
		height: inherit;
	}
}
@media(max-width: 768px){
	#creativ-travel-live .col-xs-4{
		max-width: 480px;
		width: 100%;
		margin: 0px auto 20px auto;
		float: none;
	}
	#creativ-travel-live .col-xs-4 img{
		width: 100%;
		height: auto;
	}
	#content .child-menu li{
		font-size: 12px;
	}
	.who-we-are-intro .col-xs-6{
		width: 100%;
		float: none;
	}
	.who-we-are-intro .col-xs-6:first-child,
	.who-we-are-intro .col-xs-6:last-child{
		text-align: center;
	}
	/*footer*/
	#colophon .col-xs-3,
	#colophon .col-xs-6{
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	#subscribe-form .col-xs-3 {
	    width: 50%;
	    margin-bottom: 10px;
	}
	.awards{
		margin-bottom: 30px;
	}
	.awards .award-col {
	    max-width: 100px;
	}
	.single-post-wrapper .col-xs-9,
	.blogs-wrapper .col-xs-9{
		margin-bottom: 50px;
	}

	.blogs-wrapper .col-xs-9,
	.blogs-wrapper .col-xs-3,
	.single-post-wrapper .col-xs-9,
	.single-post-wrapper .col-xs-3{
		width: 100%;
	}

	.page-template-tranding-now-tem .col-xs-4{
		width: 100%;
		float: none;
		margin-bottom: 30px;
		padding-bottom: 30px;
		border-bottom: 1px solid #cccccc;
	}

	.page-template-tranding-now-tem .news-letters .col-xs-4{
		width: 33.33333333%;
	}
	.page-template-tranding-now-tem .news-letters .col-xs-4 img{
		width: 100%;
	}
	.page-template-tranding-now-tem .news-letters .col-xs-8{
		width: 66.66666667%;
	}
	.page-template-tranding-now-tem .news-letters .col-xs-4,
	.page-template-tranding-now-tem .news-letters .col-xs-8{
		float: left;
		margin-bottom: 0px;
   		padding-bottom: 0px;
   		border-bottom: none;
	}
	.team-wrapper .col-xs-4{
		width: 50%;
	}
	.address-container .col-xs-4 {
	    width: 50%;
	}
	.three-col-l .col-xs-3{
		width: 50%;
		margin-bottom: 30px;
	}
	.books .col-20, .movies .col-20, .documentaries .col-20{
		width: 33.33%;
	}
	.entry-title-btm {
	font-size:20px !important;
	font-weight:bold;
	line-height: 34px !important;
}
}
@media(max-width: 640px){
	h1,h2{
		font-size: 28px;
	}
	.home #masthead .wrapper,
	#masthead .wrapper {
	    padding: 47px 20px 20px 20px;
	}
	.menu-button{
		top: 57px;
	}
	.sticky_header .menu-button{
		top: 28px !important;
	}
	.home .header-tabs,
	.header-tabs {
	    display: block;
	    float: none;
	    margin-right: 0px; 
	    margin-top: 0px; 
	    position: absolute;
	    top: 0px;
	    left: 0px;
	    width: 100%;
	    text-align: center;
	    background-color: rgba(255, 255, 255, 0.60);
	    font-size: 12px;
	}
	.home .sticky_header .header-tabs{
		display: none;
	}
	.home .header-tabs,
	.home .header-tabs a{
		color: #000000;
	}
	#masthead .languages{
		top: 27px;
		right: 0px;
		z-index: 1;
	}
	#masthead .site-title{
		width: 150px !important;
		height: 75px !important;
	}
	.home #masthead .site-title{
		width: 166px !important;
		height: 77px !important;
	}
	#creative-intro .row{
		display: block;
	}
	#creative-intro .row .col-xs-6:first-child,
	#creative-intro .row .col-xs-6:last-child{
		text-align: center;
	}
	#creative-intro .col-xs-6{
		width: 100%;
		float: none;
	}
	#creative-intro .text-col img{
		margin:10px 0px;
	}
	#creative-intro .col-xs-6 p{
		margin: 0px auto 20px auto;
	}
	#creative-intro .child-menu{
		margin: 0px auto;
	}
	.child-menu li a,
	#creative-intro .child-menu a{
		font-size: 10px;
	}
	.our-values .col-xs-4{
		width: 50%;
	}
	#our-world .wrapper{
		padding: 0px 0px;
	}
	#our-world .slide-caption{
		position: relative;
	    width: 100%;
	    height: inherit;
	    min-height: 36px;
	    bottom: auto;
	    top: auto;
	    display: block;
	    background-color: rgba(255, 255, 255, 0.80);
	}
	#our-world .slide-caption h4{
		margin-bottom: 0px;
		text-align: center;
	}
	#our-world .slide-caption h3, 
	#our-world .slide-caption p, 
	#our-world .slide-caption .read-more {
	    display: none;
	}
	.our-world-carousel .col-20 p{
		padding-top: 0px;
		font-size: 10px;
		margin-bottom: 0px;
	}
	#our-world-home-slider .bx-controls{
		width: 100%;
		height: 40px;
		position: relative;
		padding-left: 0px;
	}
	.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager{
		width: 100%;
		text-align: center;
	}
	.our-world-carousel .row{
		padding: 0px 15px;
	}
	.our-world-carousel .col-20{
		padding: 0px 1px;
	}
	.our-world-carousel .col-20 .img-col{
		height: 100px;
		margin-bottom: 10px;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	.our-world-carousel .col-20 img{
	    display: none;
	}
	.experience-slider-wrapper,
	.experiences-slider{
		height: 281px;
		min-height: 281px;
	}
	.experience-slider-wrapper #textbox,
	.experiences-slider img{
		max-width: 500px;
	}
	.experience-slider-wrapper #textbox{
		height: 120px;
		padding-top: 30px;
	}
	.captcha-row .col{
		display: block;
		margin-bottom: 15px;
	}
	.awards .award-col{
		max-width: 80px;
	}
	.page-template-our-world-page-tem .col-xs-8{
		margin-bottom: 30px;
	}
	.page-template-our-world-page-tem .col-xs-8,
	.page-template-our-world-page-tem .col-xs-4{
		width: 100%;
	}
	.our-world-content{
		padding-left: 0px;
	}
	.our-world-content p{
		padding-left: 70px;
	}
	.share_icons{
		padding-top: 15px;
		width: 45px;
	}
	.single-experience .col-xs-9,
	.single-experience .col-xs-3{
		width: 100%;
	}
	.single-experience .col-xs-9{
		margin-bottom: 30px;
	}
	.post-cat-bar,
	.experiences-content{
		padding-left: 70px;
	}
	.mem-row .col-xs-4{
		max-width: 400px;
		width: 100%;
		float: none;
		margin:0px auto 30px auto;
	}
	.page-template-our-brands-template .col-xs-4{
		width: 100%;
		float: none;
		margin-bottom: 30px;
	}
	.experience-col-wrapper .col-xs-4{
		width: 50%;
	}
	.post-row{
		padding-left: 70px;
	}
	#home-slider .tp-caption{
		font-size: 12px !important;
		line-height: 16px !important;
		height: inherit !important;
		min-height: inherit !important;
		padding: 0px 40px !important;
	}
	.page-template-get-in-touch-tem .contact-container .col-xs-5,
	.page-template-get-in-touch-tem .contact-container .col-xs-7,
	.custom-map-wrapper .col-xs-5,
	.custom-map-wrapper  .col-xs-7{
		width: 100%;
	}

	#navbar ul li a {
		font-size: 20px;
	}
	#navbar .sub-menu li a{
		font-size: 12px;
	}
	.page-template-our-newsletters-tem .col-xs-4{
		width: 50%;
	}
.entry-title-btm {
	font-size:20px !important;
	font-weight:bold;
	line-height: 34px !important;
}
}
@media(max-width: 560px){
	.post-row .row{
		display: block;
	}
	.post-row .col-xs-6{
		width: 100%;
	}
	.post-row .row .col-xs-6:first-child{
		padding-right: 0px;
		margin-bottom: 15px;
	}
	.entry-title-btm {
	font-size:20px !important;
	font-weight:bold;
	line-height: 34px !important;
}
}
@media(max-width: 480px){
	.our-values .col-xs-4{
		width: 100%;
	}
	.our-world-carousel .col-20 .img-col{
		height: 85px;
	}
	.experience-col-wrapper .col-xs-4{
		width: 100%;
		float: none;
	}

	.team-wrapper .col-xs-4{
		width: 100%;
	}
	.address-container .col-xs-4 {
	    width: 100%;
	}
	.address-container .address-col{
		min-height: inherit;
		padding-bottom: 30px;
	}
	.three-col-l .col-xs-3,
	.recommended-by-us .col-xs-4{
		width: 100%;
		margin-bottom: 30px;
	}
	.books .col-20, .movies .col-20, .documentaries .col-20{
		width: 50%;
		padding: 0px 10px;
	}
	.page-template-our-newsletters-tem .col-xs-4{
		width: 100%;
	}
}


.newsletter-archive-tem a:hover{
	font-weight: bold;
}

.page-id-881 .entry-content p{
	max-width: 700px;
}
.page-id-881 .entry-content p a:first-child{
	margin-left: 0px;
}
.page-id-881 .entry-content a{
	margin-left: 10px;
}

.votes-banner{
	text-align: center;
	padding-bottom: 10px;
}
.ct-partner-wraper{width:100%; text-align:center;padding-bottom:50px;padding-top: 5%;}
.ct-partner-wraper img{margin:0 20px;}


.btn.btn-download{
	color: #fff !important;
	border-radius:20px;
	border:1px solid #f18700;
	padding: 9px 30px;
	background-color:#f18700;
}
.btn.btn-download :hover{
	background-color:#eee;
}
.wpcf7-captchar{border:1px solid #ccc; width:100px; padding: 3px 10px;}
.grecaptcha-badge { visibility: hidden; }
span.wpcf7-not-valid-tip{
	color:red;
	font-size:12px !important;
}
footer .wpcf7-form-control.wpcf7-captchar{
	color:#fff;
}

/* vdo modal */
.vdo-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }



.vdo-modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 60%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
  }
  
  /* Add Animation */
  @-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
  }
  
  @keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
  }
  
  /* The Close Button */
  .vdo-close {
    position: absolute;
    right: -14px;
    top: -10px;
    font-size: 32px;
    width: 32px;
    height: 32px;
    cursor: pointer;
  }

  .vdo-close i {
        border-radius: 50%;
        color: #ff9900;
        background-color: #ffffff;
    }

  
  .vdo-modal-body {padding: 2px 16px;}

  .videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
  }
  .videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
   }

	.single-post-content a{
		color: #ff9900;
		text-decoration: underline;
	}

	#experiences.myindia{
		padding: 40px 0px;
	}

  #experiences.myindia .videoWrapper {
	position: relative;
	padding-bottom: 40%; /* 16:9 */
	padding-top: 25px;
	height: 0;
  }
  #experiences.myindia .videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
   }

.myindia-post-content p{
	color:#666666 !important;
	line-height:24px;
}
.myindia-post-content a{
	color: #3a81d9;
}
.myindia-post-content a:hover{
	text-decoration:underline;
}
.myindia-post-content li{
	font-size: 16px !important;
    line-height: 24px !important;
}
.st-4{
	padding:15px 0 15px 0;
	margin:0;
	font-weight:400;
}

.entry-title.ttl-bold{
	font-weight: 400;
    line-height: 45px;
}
.myindia-content p{
	font-size:16px;
	line-height:24px;
}
.myindia-form {
    width: 700px;
    max-width: 100%;
    margin: 30px auto 50px;
    box-shadow: 0 0 10px #ccc;
    padding:30px;
}
.myindia-content p sup{
	font-size: 12px;
}
.myindia-form .send input {
    width: 80px;
    height: 75px;
    background-color: transparent;
    border: 1px solid #ff9900;
    color: #000000;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
	float:right;
}
.myindia-form .c_field input {
    width: 100%;
    border: none;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #cccccc;
    color: #666666;
	padding:6px 0;
}
.myindia-form .send input:hover {
    background-color: #ff9900;
    color: #ffffff;
}
.entry-title-btm {
    margin: 20px 0px 20px 0px;
    text-align: center;
	font-size:30px;
	line-height: 40px !important;
}

.myindia-wrapper .row.mi-row {
    display: flex;
    flex-wrap: wrap;
}
.myindia-wrapper .col-md-6{
	margin-bottom: 25px;
    text-align: center;
}
.myindia-wrapper .col-md-6 .myindia-wrap{
	box-shadow: 0 0 5px #ccc;
    height: 100%;
}
.myindia-wrapper .col-md-6 .myindia-wrap .myindia-footer {
    padding: 0 20px;
}
.myindia-wrapper .col-md-6 .thumb-banner{
	border-top:#eee solid 1px;
	border-bottom:#eee solid 1px;
}
.myindia-content p.disclaimer{
	font-size:14px;
}
/* home page vdo madal */

.vdo-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }



.vdo-modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 50%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
  }
  
  /* Add Animation */
  @-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
  }
  
  @keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
  }
  
  /* The Close Button */
  .vdo-close {
    position: absolute;
    right: -14px;
    top: -10px;
    font-size: 32px;
    width: 32px;
    height: 32px;
    cursor: pointer;
  }

  .vdo-close i {
        border-radius: 50%;
        color: #ff9900;
        background-color: #ffffff;
    }

  
  .vdo-modal-body {padding: 20px;}

.covid-contener{
	width:900px;
	max-width:100%;
	margin:auto;
}
.covid-contener a{
	color:#f18700;
	text-decoration:underline;
}

.covid-contener h2{
	font-size:36px;
	margin-top:30px;
	margin-bottom: 6px;
}

.covidSearch {
  background-image: url('images/searchicon.png');
  background-position: 10px 14px;
    background-repeat: no-repeat;
    width: 100%;
    font-size: 16px;
    padding: 10px 20px 10px 40px;
    border: 1px solid #ddd;
    margin-bottom: 12px;
}

.covid-table {
  border-collapse: collapse; /* Collapse borders */
  width: 100%; /* Full-width */
  border: 1px solid #ddd; /* Add a grey border */
  font-size: 14px; /* Increase font-size */
}

.covid-table th, .covid-table td {
  text-align: left; /* Left-align text */
  padding:8px 12px; /* Add padding */
}

.covid-table tr {
  /* Add a bottom border to all table rows */
  border-bottom: 1px solid #ddd;
}

.covid-table tr.header, .covid-table tr:hover {
  /* Add a grey background color to the table header and on hover */
  background-color: #f1f1f1;
}
.page-id-2640 .wrapper bog-col-wrapper {
  display: none;
}
