@import url(http://fonts.googleapis.com/css?family=Dosis:400,200,300,500,600,700,800);
@import url(http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:400,300,200,700);


/*************************
*******Typography******
**************************/

body {
 font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #fff
}


.btn {
  border-radius: 0;
  font-family: 'Yanone Kaffeesatz','sans-serif';
  font-size: 20px;
  padding: 9px 23px;
}

a {
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

a:focus, 
a:hover {
  text-decoration: none;
  outline: none
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Yanone Kaffeesatz', 'sans-serif';
  font-weight: 300;
  text-transform: uppercase;
}

h2 {
  font-size: 36px
}

.navbar-toggle {
  margin-top: 12px
}

.navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-toggle, 
.navbar-toggle:focus {
  border:1px solid #fff;
  outline: none;
}


/*************************
*******Header CSS******
**************************/

.header-top {
  display: block;
  overflow: hidden;
 /* padding: 25px;*/
}

.main-nav {
  position: absolute;
  width: 100%;
  z-index: 999;
  padding-top: 10px;
}

.main-nav 
.container {
  width: 100%
}

.social-icons a {
  font-size: 18px;
  color:#126790;
  padding:3px 6px;
  background-color:#FFFFFF;  
  -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
text-align:center;
}
.logo_title{}

.social-icons .fa-facebook:hover {
  color: #3B5997
}

.social-icons .fa-twitter:hover {
  color:#29C5F6
}

.social-icons .fa-google-plus:hover {
  color:#D13D2F
}

.social-icons .fa-youtube:hover{
  color: #ec5538
}

.navbar-brand {
  /*background-color: #1B7B98;*/
  height: 53px;
  margin-bottom: 20px;
  position: relative;
  width: 280px;
  -moz-border-radius-topright: 20px;
-webkit-border-top-right-radius: 20px;
border-top-right-radius: 20px;
-moz-border-radius-bottomright: 20px;
-webkit-border-bottom-right-radius: 20px;
border-bottom-right-radius: 20px;

}

.navbar-brand img {
  position: absolute;
  top: 2px;
}

.navbar-right {
/*  background-color: #1B7B98;
  padding:0 95px 0 0;*/
  opacity: .9;
  margin:10px 10px 20px 10px;
}

.navbar-right li a {
  padding: 20px 20px;
  font-size: 16px;
  margin:2px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  line-height:0;
  /* border: 1px solid #fff;
  background-color:rgba(255,255,255, 0.3);
 border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	-ms-border-radius: 20px;
	transition:.5s all;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;*/
	
  
}

.navbar-right li a:hover, 
.navbar-right li a:focus,  
.navbar-right .active a {
 /* background-color: #fff;*/
  color: #ff8c67;
}


.fixed-menu {
/*  background-color: #1B7B98;*/
background-image:url(../images/top_bg.jpg); background-repeat:no-repeat;

  position: fixed;
  top: 0;
}

.fixed-menu .navbar-right {
  padding: 0;
}


.fixed-menu .navbar-right li a {
  font-size: 16px;
   padding: 20px 20px;
  text-shadow:inherit;
}

.fixed-menu .navbar-brand {
  height: 60px;
  margin-top: 0;
  /*padding: 0;*/
  margin-bottom: 0;
  width: 125px;
}

.fixed-menu .navbar-brand img {
  height:60px;
  top: 0;
  width:156px;
}

.fixed-menu .header-top {
  display: none;
}



/*************************
*******Home CSS******
**************************/

#home {
  position: relative;
  overflow: hidden;
}

#main-slider img {
  width: 100%
}

#main-slider 
.carousel-caption {
  background-color:rgba(27, 123, 152,  0.6);
  /* background-color:rgba(255, 255, 255,  0.5);*/
  bottom: 14%;
  float: left;
  left: 0;
  /*opacity: 0.8;*/
  padding:10px 60px 35px;
  right: inherit;
  text-transform: uppercase;
  color: #fff;
  text-align: left;
}


#main-slider 
.carousel-caption h2 {  
  font-size: 38px;
  font-family: 'Anton', sans-serif;
  letter-spacing:1px;
 
}

#main-slider 
.carousel-caption h4 {
  font-size: 24px;
}

#main-slider 
.carousel-caption a {
  font-size: 22px;
  color: #2da1c5
}

#main-slider 
.carousel-caption a:hover {
  color: #2588a6
}

#main-slider 
.carousel-caption a:hover i {
  margin-left: 35px
}

#main-slider 
.carousel-caption a i {
  margin-left: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#main-slider 
.carousel-indicators li {
  background-color:#1B7B98;
  border: 1px solid #1B7B98;
}

#main-slider 
.carousel-indicators li.active {
  background-color:#fff;
  border: 1px solid #fff;
}

/*************************
*******Explore CSS******
**************************/

#explore {
 /* background-color: #C34C39;*/
  /*background-image: url("../images/event-bg.jpg");*/
  background-position: center bottom;
  background-size: contain;
  background-repeat:no-repeat;
  position: relative;
  overflow: hidden;
  /*padding: 30px 0 200px;*/
  min-height:324px;
}
.watchUK {
  position: absolute;  
  background-image:url(../images/watch.png);
  width:140px;
  height:139px;
  background-repeat:no-repeat; background-position:0px 0px;
}

.watch {
  position: absolute;
  left: 0;
  top: 7%;
  background-image:url(../images/watch.png);
  width:270px;
  height:316px;
  background-repeat:no-repeat; background-position:0px 0px;
}
.watch h2{text-align:center;}
.india_watch h2{text-align:center;}
.india_watch {
  position: absolute;
  right: 0;
  top: 7%;
  background-image:url(../images/watch.png);
  width:270px;
  height:316px;
  background-repeat:no-repeat; background-position:0px 0px;
}

#explore h2 {
  font-size: 35px;
  text-transform: uppercase;
  text-align: center;
  color:#1B7B98;
  font-weight:700;
 /* margin-left: -20px;*/
}
#explore p {
  color:#171717;
}
#explore p span{color:#1B7B98; font-weight:bold}

#countdown {
  display: block;
  overflow: hidden;
  text-align: center;
  padding: 0
}

#countdown li {
  list-style: none;
  display:inline-block;
  margin-right: 40px;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  position: relative;
}

#countdown li:last-child {
  margin-right: 0
}

#countdown li span {
  display: block;
  font-size: 40px;
  font-weight: 700;
  height: 82px;
  line-height: 79px;
  width: 75px;
  border-radius: 10px;
  border-right: 1px solid #9e3e2e;
  border-bottom: 1px solid #9e3e2e;
}

#countdown li .days {
  background-color: #45b29d;
  border-top: 1px solid #6ac1b1;
  border-left: 1px solid #6ac1b1;
}

#countdown li .hours {
  background-color: #efc94c; 
  border-top: 1px solid #f2d470;
  border-left: 1px solid #f2d470;
}

#countdown li .minutes {
  background-color: #e27a3f;
  border-top: 1px solid #e89565;
  border-left: 1px solid #e89565;
}

#countdown li .seconds {
  background-color: #df5a49;
  border-top: 1px solid #e57b6d;
  border-left: 1px solid #e57b6d;
}

#countdown li:before {
  background-color: #FFFFFF;
  content: "";
  height: 11px;
  left: 0;
  position: absolute;
  top: 36px;
  width: 1px;
}

#countdown li:after {
  background-color: #FFFFFF;
  content: "";
  height: 11px;
  right:0;
  position: absolute;
  top: 36px;
  width: 1px;
}

.cart {
  background-color: #b34534;  
  position: absolute;
  right:-200px;
  top: 37%;
  width:252px;
   -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

.cart:hover {
  right:0;
}


.cart a {
  color: #FFFFFF;
  display: block;
  font-size: 24px;
  text-transform: uppercase;
}

.cart a i {
  font-size: 30px;  
  padding: 20px 12px;
  background-color: #A64030; 
  margin-right: 3px;
}

 

 /*************************
*******Event CSS******
**************************/
#event {
  background-color: #33888F;
  background-image: url("../images/performar-bg.jpg");
/*  background-position: 50% 0;
  background-size: contain;
  position: relative;
  background-repeat: no-repeat;*/
  background-attachment: fixed;
    background-origin: initial;
    background-clip: initial;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 80% 100%;
    min-height: 615px;
}

.guitar {
  position: absolute;
  right:0;
  top: 0
}


#event h2 {
  color: #FFFFFF;
  font-size: 36px;
  font-weight: 300;
  margin-bottom:-2px;
  margin-top: 29px;
  text-transform: uppercase;
  text-align:center
}

.single-event {
 /* margin-bottom: 70px;*/
}
.image-container {
    position: relative;
	border:2px solid #ffffff;
  
}
.image-container .n1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    color: #FFF;
	min-height:313px;
	/* border:2px solid #ffffff;*/
	cursor:pointer;
}
.image-container:hover .n1 {
    display: block;
    background: rgba(0, 0, 0, .6);
	    transition: all 0.2s ease;
}
.image-container .btn{ margin:56% 35%;}
.image-container_new {
    position: relative;
  
}
.image-container_new .n1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 103%;
    display: none;
    color: #FFF;
}
.image-container_new:hover .n1 {
    display: block;
    background: rgba(255, 255, 255, .6);
	    transition: all 0.2s ease;
}
.image-container_new .btn{ margin:56% 20%; }
.no-margin{ margin:0;}
/*.bdr{ border:2px solid #ffffff;  min-height:314px;}
.bdr:hover {
    background-color: rgba(91, 192, 222, 0.88);
    transition: all 0.2s ease-in-out;
}*/
.single-event h4 {
  color: #FFFFFF;
  font-size: 22px;
  font-weight: 300;
  line-height: 26px;
  margin-top: 25px;
  text-transform: uppercase;
  text-align:center;
   margin-bottom: 25px;
}


.single-event h5 {
  font-size: 18px;
  font-weight: 100;
  display: block;
  text-align:center;
}

#event-carousel {
  position: relative;
}

.even-control-left, 
.even-control-right {
  position: absolute;
  font-size: 24px;
  color: #fff;
  top: 0;
}

.even-control-left {
  right: 3%
} 

.even-control-right {
  right: 0;
}


/*************************
*******About CSS**********
**************************/

#about {
  /* background-image: url("../images/aproach_bg.jpg"); */ 
 background-attachment: fixed;
    background-origin: initial;
    background-clip: initial;
    background-size: cover;
    background-repeat: no-repeat;
   background-position: 80% 100%;
    min-height: 380px;
	
}
#about1 {
  /* background-image: url("../images/aproach_bg.jpg"); */ 
 /*background-attachment: fixed;*/
    background-origin: initial;
    background-clip: initial;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    min-height: 450px;
	background-image:url(../images/about.jpg);
}

#contact {
  /* background-image: url("../images/aproach_bg.jpg"); */ 
 /*background-attachment: fixed;*/
    background-origin: initial;
    background-clip: initial;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    min-height: 450px;
	background-image:url(../images/contact.jpg);
}

#services {
  /* background-image: url("../images/aproach_bg.jpg"); */ 
 /*background-attachment: fixed;*/
    background-origin: initial;
    background-clip: initial;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    min-height: 450px;
	background-image:url(../images/services.jpg);
}

#approach {
  /* background-image: url("../images/aproach_bg.jpg"); */ 
 /*background-attachment: fixed;*/
    background-origin: initial;
    background-clip: initial;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    min-height: 450px;
	background-image:url(../images/approach.jpg);
}

#leader {
  /* background-image: url("../images/aproach_bg.jpg"); */ 
 /*background-attachment: fixed;*/
    background-origin: initial;
    background-clip: initial;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    min-height: 450px;
	background-image:url(../images/leader.jpg);
}

.guitar2 {
  top: 0;
  width: 50%;
}

.guitar2 img {
  padding-top: 3%;
}

.about-content {
 
 /*  background-image: url("../images/aproach_bg.jpg");*/
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: cover;
 /* padding: 70px 70px 110px;*/
}


#about h2 {
  margin-bottom: 23px;
  color:#186e88;
  text-align:center;
      
}
#about h4 {
  color:#ffffff;
  text-align:center;
  margin: 0;
}
#about h5 {
  color:#ffffff;
  text-align:center;
}
.box_rd{-webkit-border-top-left-radius: 50px;
-webkit-border-bottom-right-radius: 50px;
-moz-border-radius-topleft: 50px;
-moz-border-radius-bottomright: 50px;
border-top-left-radius: 50px;
border-bottom-right-radius: 50px; background:url(../images/ap_bg.jpg) repeat;
width:23%; margin:9px;    min-height: 259px;}
/*.about-content p {
  font-size: 17px;
  font-family: 'Dosis',sans-serif;
}*/
#about i{ text-align:center; font-size:100px; padding:40px 0px}
#about .image-container_new{ text-align:center}

#about .btn-primary {
  background-color: #137c61;
  color: #fff;
  text-transform: capitalize;
  border: none;
  margin-top: 28px;
}

#about .btn-primary:hover {
  background-color: #126d55
}



/*************************
******Twitter CSS****
**************************/

#twitter {
  background-color: #ffffff;
/*  background-image: url("../images/team_bg.jpg");*/
  background-position: center bottom;
  background-size: cover;
  background-repeat:no-repeat;
  position: relative;
  padding: 84px 0 0px;
  overflow: hidden;
}

.twit {
  position: absolute;
  left: 0;
  top:-42%;
}

#twitter-feed .item {
  text-align: center;
  margin-bottom:20px;
   margin-top:20px;
}

#twitter-feed .item img {
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #c5c8ce;
  padding: 5px;
  margin-bottom: 20px;
}
#twitter h2{ color:#186e88}
#twitter-feed .item a, 
#twitter-feed .item p { 
  font-size: 24px;
  font-weight: 300;
  font-family: 'Yanone Kaffeesatz','sans-serif';
 
}

#twitter-feed .item p {
 /* color: #3D3D3D;*/
  /*min-height:80px;*/
      font-size: 21px;
}

#twitter-feed .item a {
  color:#ffffff;
  
}

.twitter-control-left, 
.twitter-control-right {
  position: absolute;
  color: #00c3ff;
  top: 59%;
  font-size: 24px
}

.twitter-control-left {
  left: 0;
}

.twitter-control-right {
  right:0;
} 



/*************************
******Sponsor CSS****
**************************/

#sponsor {
  background-color: #1881a2;
  background-image: url("../images/sponsor-bg.jpg");
  background-attachment: fixed;
    background-origin: initial;
    background-clip: initial;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 80% 100%;
    min-height: 350px;
}

.light {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index:1;
}

#sponsor .col-sm-10 {
  z-index: 10;
}

#sponsor h2 {
  margin-top:22px;
  margin-bottom: 10px;
  text-align:center;
}

#sponsor .item ul {
  font-size: 0;
  padding: 0;
}


#sponsor .item ul li {
  display: inline-block;
  list-style: none;
  width: 33.33%;
  margin-bottom: 75px;
}

#sponsor .item ul li:last-child {
  margin-right: 0
}

.sponsor-control-left, 
.sponsor-control-right {
  color: #FFFFFF;
  font-size: 24px;
  position: absolute;
  top: 20%;
}

.sponsor-control-left {
  right: 12%
}

.sponsor-control-right {
  right: 10%
}


/*************************
******Map CSS****
**************************/
#map {
  position: relative;
}

#gmap {
  height:450px;  
}


/*************************
******Contact CSS****
**************************/

.contact-section {
  background-color: #f7ab24;
  background-image: url("../images/contact-bg.jpg");
  background-position:60% 0;
  background-size:contain;
  background-repeat:no-repeat;  
  position: relative;
}

.ear-piece {
  position: absolute;
  left: 0;
  top: 0;
}

#contact .container {
  padding-top:47px;
}

#contact h3 {
  text-transform:inherit;
  color: #373737; 
}

#contact-section h3 {  
  margin-bottom: 25px
}

#contact address {
  font-size: 18px;  
  color: #373737; 
}

.contact-text {
  margin-bottom: 35px;
  display: block;
}


#contact-section .form-control {
  border-color: #03465b;
  box-shadow:none;
  outline: 0 none;
  border-radius: 0;
  color: #797979;
  font-size: 18px;
}

#contact-section .form-control:focus {
  border-color: #ae750d;
}

#contact-section input {  
  height: 44px;
}

#contact-section textarea {
  height: 90px;
  resize:none;
}

#contact-section .btn-primary {
  background-color: #373737;
  color: #ffffff;
  border: none;
  font-size: 24px;
  padding: 6px 42px;
  margin-bottom: 110px;
  margin-top: 10px
}

#contact-section .btn-primary:hover {
  background-color: #212020;
  color: #fff
}



/*************************
******Footer CSS****
**************************/

#footer {
  background-color: #212121;
  background-image: url("../images/footer-bg.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  color: #FFFFFF;
  font-size: 15px;
  padding: 11px 0 4px 0;
}

#footer a {
  color:#FFFFFF
}

#footer a:hover {
  color:#1B7B98
}
.option {
    /*-webkit-animation-duration: 3s;*/
    -webkit-animation-delay: 1s;
    -webkit-animation-iteration-count: 1;
}
.option1 {
    /*-webkit-animation-duration: 3s;*/
    -webkit-animation-delay: 3s;
    -webkit-animation-iteration-count: 1;
}
.wht_transparent{background-color:rgba(27, 123, 152,  0.6); padding:20px;     margin: 15px;}
.pad_icon{
    padding:10% 18% 0% 20%;}
/*.clock_ht{ height:200px;}*/
.no-margin{ margin:0;}
.legal_out h1{ /*min-height:85px;*/ font-size:26px; text-transform:capitalize; color:#FFFFFF;     font-family: 'Yanone Kaffeesatz', 'sans-serif'; font-weight:500;}
.legal_out h3{  font-size:26px; text-transform:capitalize; color:#FFFFFF;     font-family: 'Yanone Kaffeesatz', 'sans-serif'; font-weight:500;}
.legal_out p{ text-align:justify;}
.modal-dialog modal-lg h2{ color:#FFFFFF}
.blue_bg{/* background-color:#1B7B98;*/ /*position: inherit;*/ background-image:url(../images/top_bg.jpg); background-repeat:no-repeat;}
.white{ color:#FFFFFF}
.ft_hel{font-family: Helvetica, Arial, sans-serif;}
.black{ color:#000000;}

.do_padding{ padding-top:30px;}
.city_name{ font-size:25px;    
    text-transform: uppercase;
    text-align: center;
    color: #1B7B98;
    font-weight: 700;
    margin-left: -20px;}
	.bg_green{ background-color:#1B7B98;}
	#twitter  .white{ color:#FFFFFF}
	.sp_ht{ height:400px;}
	@media (min-width: 1200px) {
	#event{ min-height:680px}
	}
/*::-webkit-scrollbar {
     width:10px;
	 height:10px;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment  {
	width: 10px;
	display: block;
	background-color:rgba(255, 0, 0, 0.5);
}
::-webkit-scrollbar-track-piece {
	background-color: rgba(255, 0, 0, 0.3);
	width: 10px;
 
}

::-webkit-scrollbar-thumb:vertical, ::-webkit-scrollbar-thumb:horizontal{
	height: 5px;
	background-color:rgba(255, 0, 0, 1);
}
*/
.demo {
    overflow: auto;
}

.demo p {
    margin: 0em 1em;
   
}

#demo1 {
    width: 400px;
    max-width: 95%;
    height: 400px;
    margin: 50px auto;
    background: #eee;
}

#demo2 {
    width: 100%;
    height: 90%;
    margin: 1em auto;
	right:-10px;
}
.listing_inner ul{ margin:15px; padding:0;}
.box_sh{box-shadow: 0px 0px 1px 1px #cfcfcf;  border-radius: 1.2em;}
.box_tx{box-shadow: 0px 0px 1px 1px #cfcfcf;  border-radius: 0.5em; margin:10px; width:46%;}


.mouse{
    display:none;
    color: #FFF;
	border:1px solid #ffffff;
	cursor:pointer;
	
	}
	
.mouse:hover{
    display: block;
    background: rgba(0, 0, 0, .6);
	    transition: all 0.2s ease;
}