body {
	padding: 0;
	margin: 0;
	background:none ;
	font-family: 'Open Sans', sans-serif;
}
body a {
	color:#fff;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	text-decoration: none;
}
body a:hover {
	text-decoration: none;
}
body a:focus, a:hover {
	text-decoration: none;
}
input[type="button"], input[type="submit"] {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: 'Raleway', sans-serif;
	font-weight:600;
	letter-spacing: 1px;
}
p {
	margin: 0;
	line-height: 1.7em;
	letter-spacing: 1px;
}
ul {
	margin: 0;
	padding: 0;
}
li {
	list-style-type:none;
		transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
label {
	margin: 0;
}
a:focus, a:hover {
	text-decoration: none;
	outline: none;
}
/*-- //Reset-Code --*/

/* nav top */

.nav-top {
    display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
    justify-content: space-between;
	-ms-flex-pack: justify;
	-ms-flex-pack: space-between;
}
.nav-top a:hover {
    color: #6EEF1F;
}
.w3-contact a {
    padding: 0px 10px;
}
.w3-contact {
    padding: 10px 0px;
	    font-size: 14px;
}
.w3-socials {
    display: inline-block;
    text-align: center;
}
.w3-socials ul li {
    display: inline-block;
    padding: 10px;
}
.w3-socials span.fa.fa-facebook {
  /*  color: #6d84b4; */
}

.w3-socials span.fa.fa-twitter {
  /*   color: #00b6f1; */
}
.w3-contact a span.fa {
    margin-right: 10px;
}

/* //nav top */
/* Banner */

.agile-banner {
    font-size: 18px;
}
.navbar-header {
    width: 500px;
     padding: 5px 0px;
}
.logo-wrap a {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.logo-wrap a span {
    display: block;
    margin-top: -8px;
	margin-left: 8px;
}
.logo-wrap a:hover {
    color: #80c4f5;
    -webkit-transition: 0.5s all;
}
.nav-wrap {
    width: calc( 100% - 200px );
	padding: 5px;
	margin: auto;
    margin-right: 0px;
}
.w3ls-nav {
    text-align: right;
}
ul.nav li a:hover {
    	background-color: transparent;
    color: #6EEF1F;
}
ul.nav li.active a {
	background-color: transparent;
    color: #6EEF1F;
}
.navbar-nav>li>a {
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
	    padding: 7px 10px;
}
.navbar-nav {
    margin: 0;
    float: none;
    display: inline-block;
}
.container-fluid {
    padding: 0 50px;
}
nav.navbar.w3-navbar {
    background: transparent;
    margin: 0;
    border-radius: 0;
    position: absolute;
    z-index: 1000;
    width: 100%;
}

span.fa.fa-angle-left, span.fa.fa-angle-right {
    font-weight: 400;
    position: absolute;
    font-size: 50px;
    top: 48%;
}
.carousel-caption {
    top: 0;
    height: 275px;
    right: 0;
    left: 0;
}
.carousel-caption1 {
	position: absolute;
    top: 43%;
    height: 275px;
	right: 10%;
    left: 10%;
	text-shadow: 0 4px 2px rgba(0,0,0,.6);
}
 
.carousel-inner {
    height: 650px;
	
}
.carousel-caption p {
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 600;
}

div#myCarousel {
    height: 650px;
}
.carousel-caption h1,{
    font-weight: 700;
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 15px;
	letter-spacing: 1px;
	color: #fff;
}
.banner-dott, .banner-dott1 {
    background: linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/banner3.jpg) no-repeat;
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-attachment: scroll, scroll;
    background-size: auto;



    background-size: 2px;
    -webkit-background-size: 2px;
    -moz-background-size: 2px;
    -o-background-size: 2px;
    -ms-background-size: 2px;
	    height: auto;
		height: 650px;
}
.carousel-caption h2 
{
    color: #1FEFD9;
    font-size: 110px;
    font-family: showcard gothic;
    text-shadow: 9px 9px 6px #000;
    letter-spacing: 10px;
    margin: 0 0 0 auto;
    width: 64%; 
}
 
/* Banner */
/* About */
div#about {
    padding: 5% 0px;
	background: transparent;
    color: #fff;
}

h3.center {
    text-align: center;
    font-weight: 700;
    font-size: 35px;
    text-transform: uppercase;
    margin-bottom: 30px;
    text-shadow: 0 2px 2px rgba(0,0,0,.6);
	letter-spacing: 2px;
    color: #333;
    font-family: Showcard Gothic;
}
h3.center:after {
    border-top: 2px solid #FF5722;
    display: block;
    width: 100px;
    content: "";
    margin: 10px auto 0;
}

.d-flex {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.about1, .about2 {
    flex: 1;
	  -ms-flex: 1;
}
.about1 {
    padding-right: 15px;
}
.about1 h4 {
    font-size: 35px;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.about1 p {
    color: #332823;
    font-size: 15px;
}
ul.about-list li {
    margin: 20px 0px;
}
ul.about-list li span.fa {
    font-size: 50px;
	    height: 80px;
    width: 80px;
    vertical-align: top;
	color: #e43873;
}
.in-block {
    display: inline-block;
    width: calc( 100% - 100px);
}
.in-block h5 {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 20px;
    margin-bottom: 5px;
    letter-spacing: 1px;
    color: #1e1717;
}

.about-pic img
{
 width: 100%;
 height: auto;
}

.about3  img
{
  
 width: 100%;
 
}


/* //About */
/* services */
div#service {
    padding: 5% 0px;
    text-align: center;
	/*    background: rgba(233, 30, 99, 0.88);
    color: honeydew; */
}
.service p.details {
    margin: 25px 0px 45px;
}
.service-list {
      display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    justify-content: space-between;
	-ms-flex-pack: justify;
	-ms-flex-pack: space-between;
}
.service-list span.fa {
    font-size: 45px;
    width: 80px;
    height: 80px;
    border: 1px solid #FF5722;
    border-radius: 50%;
    line-height: 80px;
	color: #F44336;
}
.service-list h5 {
    margin: 20px 0px;
    font-size: 20px;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.service1, .service2, .service3 {
    flex: 1;
	  -ms-flex: 1;
    padding: 0px 10px;
}
span.fa.fa-university {
    padding-left: 6px;
}




/* //services */
/*-- gallery --*/ 
div#gallery {
    padding: 5% 0px;
	    background: azure;
}
.gallery {
    text-align: center;
}
.gallery-grids img {
    width: 100%;
}
.gallery-grids { 
	padding: 10px;
}
/*-- gallery-hover effect --*/
.w3ls-hover {
	background-color: #FFF;
	display: block; 
	overflow: hidden;
	position: relative; 
	text-align: center;
} 
.w3ls-hover .view-caption { 
    padding: 1.5em 0;
    position: absolute;
    left: 0;
    top: 50%;
    width: 0%;
    height: 50%;
	opacity: 0;
	background-color: rgba(0, 0, 0, 0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; 
}
.w3ls-hover .view-caption h5 {
    color: #fff;
    font-size: 20px;
    font-weight: normal;
	    text-transform: uppercase;
}
.w3ls-hover .view-caption span {
    color: #fff;
    font-size: 16px;
    margin-top: 0%;
    display: inline-block;
     padding: 10px 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
    border-radius: 50%;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; 
}
.w3ls-hover:hover .view-caption { 
	background-color: rgba(0, 167, 189, 0.74); 
	opacity: 1;
	width: 100%;
    padding: 0px;
}
.w3ls-hover .view-caption span:hover {
    color: #FFEB3B;
    border-color: #FFEB3B; 
}
/*-- //gallery --*/
/* testimonials */
div#testimon {
    padding: 5% 0px;
	/*    background: rgba(24, 154, 171, 0.38); */
}

.user-review {
	letter-spacing: 0.5px;
	padding: 20px 0px;
}
.usr-txt, .usr-img {
	    padding: 0px 10px;
}
.usr-txt {
    width: 70%;
    display: inline-block;
    vertical-align: top;
    padding-top: 5%;
}
.usr-img {
    width: 300px;
    display: inline-block;
    /* height: 300px; */
    overflow: hidden;
    /* border-radius: 50%; */
}
.flexslider-info {
    height: auto;
}
.flex-control-nav {
    right: 50%;
    bottom: 0;
}
h6.review {
    padding-left: 35px;
    margin-bottom: 15px;
    background: url(../images/quotes.png) no-repeat 0px 0px;
    background-size: 20px;
    line-height: 20px;
	font-size: 17px;
}
p.indent {
    color: #696464;
    padding-left: 60px;
    margin-bottom: 10px;
	    font-size: 15px;
}
p.usr-name {
    padding-left: 60px;
    color: #E91E63;
  /*  font-weight: bold; */
    font-size: 18px;
}
span.designation {
    font-size: 14px;
    font-weight: 100;
    font-style: italic;
    margin-left: 10px;
}
.usr-img {

    overflow: hidden;
}
.usr-img img.img-responsive {
    width: 300px;
    border-radius: 50%;
}
/* //testimonials */
/* contact */
div#contact {
    padding: 5% 0px;
    text-align: center;
 }
ul.input {
    margin: 30px 0px;
}
ul.input li {
    margin: 25px 0px;
}
.contact-me input[type="submit"] {
  font-size: 19px;
background-size: 200% 100%;
background-image: linear-gradient(to right, white 50%, #6EEF1F 50%);
transition: background-position 0.3s linear, color 0.3s linear;
color: #000;
width: 78%;
margin: 0 0 0 42px;
border: none;
border-radius: 4px;
padding: 3px 0;
}
ul.input input {
    border: none;
    border-bottom: 3px solid #6EEF1F;
    padding: 10px 15px;
    width: 85%;
    letter-spacing: 1px;
    font-size: 15px;
    outline: 0;
	    background: transparent;
    color: white;
}
ul.input span.fa {
    vertical-align: top;
    margin: 13px 10px 0px;
    font-size: 20px;
}
.contact-me {
    width: 500px;
    margin: auto;
    color: #fff;
}
.contact-me textarea {
    border: none;
    border-bottom: 3px solid #6EEF1F;
    padding: 10px 15px;
    width: 85%;
    letter-spacing: 1px;
    font-size: 15px;
    outline: 0;
    height: 100px;
	background: transparent;
    color: white;
}

 
.contact-me input[type="submit"]:hover
 {
    background-position: -100% 0;
color: #fff !important;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
color: #f9e9d3;
      letter-spacing: 1px;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
        letter-spacing: 1px;
        opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
        letter-spacing: 1px;
        opacity: 1;
}
:-moz-placeholder { /* Firefox 18- */
  color: #f9e9d3;
        letter-spacing: 1px;
}

/* //contact */
/* Map */
.map iframe {
    border: none;
    width: 100%;
    height: 350px;
}
/* //Map */
/* footer */
.list {
      display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    justify-content: space-between;
	-ms-flex-pack: justify;
	-ms-flex-pack: space-between;
	margin-bottom: 3%;
	letter-spacing: 1px;
    font-size: 16px;
}
.list a {
    margin: 20px;
    margin-left: 0;
    display: inline-block;
    font-size: 18px;
}
.list li {
    margin: 15px 0px;
}
.footer {
    padding: 30px 0px;
    background: #7710CB;
    color: white;
    border-bottom: 2px solid #ccc;
}

/* //footer */
/* copyright */
.copyright {
    background-color: #7710CB;
    text-align: center;
    padding: 15px 0px;
    color: #fff;
	letter-spacing: 1px;
}
.copyright p
{
 font-size: 14px;
 float: left;
 color: #fff; 
 font-weight: bold;
}
.copyright p a
{
 color: #fff;
}

.copyright h4 a
{
 font-size: 11px;
  color: #fff;
}
.copyright h4 
{
 float: left;

}

.copyright a:hover {
    color: #fff;
    text-decoration: underline;
}
/* //contact */
/*Go to Top*/
/*-- to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 8px;
	right: 2%;
	overflow: hidden;
	z-index: 999; 
	width: 40px;
	height: 40px;
	border: none;
	text-indent: 100%;
	background: url(../images/arrow.png) no-repeat 0px 0px;
}
#toTopHover {
	width: 40px;
	height: 40px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*-- //to-top --*/

/*-------------------------------------------------------*/

/* responsive */

@media screen and (max-width: 767px){
	.container-fluid {
    padding: 0 50px;
}
	button.navbar-toggle {
    border: 1px solid #ffffff;

}
.navbar-header {
    width: 100%;
    text-align: left;
}
	.w3-hide {
    display: none;
}
.logo-wrap a span {
    margin-left: 1px;
}
.nav-wrap {
    width: 100%;
	    padding: 0px;
}
.navbar-toggle .icon-bar {
	    background-color: aliceblue;
}
.heading h1 {

    padding: 10px;
    font-size: 40px;

}
.heading {
    padding-top: 25%;
	    padding-bottom: 3%;
}
h3.center {
    font-size: 32px;
}
div#about h2 {
    font-size: 23px;
    font-weight: 400;
    letter-spacing: 1px;
	margin-bottom: 10px;
}
div#about p {
    font-size: 15px;
    letter-spacing: 1px;
}
.guide1 img, .guide2 img, .guide3 img, .guide4 img {
    width: 150px;
}
.modal-dialog {
	margin: 40px;
}
.partner img.img-responsive {
    margin: auto;
}
.mask img.img-responsive.zoom-img {
    margin: auto;
}
.partner {
    margin-bottom: 30px;
    padding: 0px 20px;
    display: inline-block;
    width: 49%;
}
.prop {
    margin-top: 30px;
    width: 49%;
    display: inline-block;
}
.w3ls-nav {
    text-align: center;
}

}
/* responsive */
@media screen and (max-width: 1600px){}

@media screen and (max-width: 1440px){
	span.fa.fa-angle-left, span.fa.fa-angle-right {
    top: 44%;
}
	
}

@media screen and (max-width: 1366px){}

@media screen and (max-width: 1280px){
	div#myCarousel,.carousel-inner {
    height: auto;
}
.w3ls-hover .view-caption {
    padding: 10px 0;
}

}

@media screen and (max-width: 1080px){
	.carousel-caption1 {
    top: 32%;
	}
	.about1 h4 {
    font-size: 30px;
	}
	.w3ls-hover .view-caption span {

    margin-top: 5px;
    padding: 15px;
	}
	.w3ls-hover .view-caption h5 {
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.usr-txt {
    width: 70%;
}
.usr-img {
    width: 29%;
}

}

@media screen and (max-width: 1050px){}

@media screen and (max-width: 1024px){
	.about1 p {
    color: #000000;
    font-size: 14px;
}

.map iframe {
    height: 300px;
}

}

@media screen and (max-width: 991px){
	div#about .container {
    width: 95%;
}
.collapse.text-center.navbar-collapse.w3ls-nav.navbar-collapse {
    padding: 5px 0px 0px;
}

}

@media screen and (max-width: 900px){
	.carousel-caption h1, .carousel-caption h2 {
    font-size: 50px;
	}
	.carousel-caption1 {
    top: 27%;
	    height: auto;
	}
	
}

@media screen and (max-width: 800px){
	.container-fluid {
    padding: 0 2%;
}
.carousel-caption h1, .carousel-caption h2 {
    font-size: 42px;
}
.carousel-caption p {
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 100;
}
ul.about-list li span.fa {
    font-size: 40px;
    height: auto;
    width: 60px;
}
.in-block {
    width: calc( 100% - 65px);
}
.service-list span.fa {
    font-size: 35px;
    width: 70px;
    height: 70px;
    line-height: 65px;
}
.w3ls-hover .view-caption h5 {
    font-size: 18px;
}

.w3ls-hover .view-caption span {
    margin-top: 5px;
    padding: 10px;
}
.usr-txt {
    padding: 0px;
    padding-left: 10px;
}

}

@media screen and (max-width: 768px){
	.carousel-caption1 {
    top: 23%;
}
h3.center {
    font-size: 30px;
}
.about1 h4 {
    font-size: 22px;
}
.in-block h5 {
    font-size: 18px;
}

}

@media screen and (max-width: 736px){
	.logo-container {
    padding: 0px 15px;
}
.d-flex {
    flex-direction: column-reverse;
}
.about2 {
    height: 196px;
	margin-bottom: 30px;
    width: 100%;
}
.about1 h4 {
    font-size: 30px;
    text-align: center;
}
p.details {
    text-align: center;
}
ul.about-list li span.fa {
    font-size: 45px;
    height: auto;
    width: 70px;
}
.in-block {
    width: calc( 100% - 80px);
}
.w3ls-hover .view-caption span {
    margin-top: 5%;
    padding: 20px;
}
.w3ls-hover .view-caption h5 {
    font-size: 22px;
}

}
@media screen and (max-width: 667px){
	.carousel-caption p {
    font-size: 14px;
}
.carousel-caption h1, .carousel-caption h2 {
    font-size: 39px;
}
.carousel-caption1 {
    top: 20%;
}
.about1 h4 {
    font-size: 27px;
}
.map iframe {
    height: 250px;
}
div#about .container {
    width: 87%;
}
.row {
    margin-right: 0;
    margin-left: 0;
}


}

@media screen and (max-width: 640px){
	.carousel-caption1 {
    right: 8%;
	}
}

@media screen and (max-width: 600px){
	.carousel-caption h1, .carousel-caption h2 {
    font-size: 33px;
    margin-bottom: 8px;
}

	.list a {
    margin: 12px;
    margin-left: 0;
	}
	.service-list h5 {
    font-size: 18px;
	}
}

@media screen and (max-width: 568px){
	.service-list {
    flex-direction: column;
	}
	.service1, .service2, .service3 {
    margin-bottom: 30px;
	}
	.usr-txt {
    width: 100%;
}
.usr-img {
    width: 40%;
    margin-left: 10%;
    margin-top: 3%;
}
.contact-me ul.input li {
    margin: 18px 0px;
}

}

@media screen and (max-width: 480px){
	.carousel-caption h1, .carousel-caption h2 {
    font-size: 26px;
    margin-bottom: 8px;
}
.carousel-caption1 {
    top: 23%;
}
.w3-socials {
    display: none;
}
.nav-top {
    justify-content: center;
}
h3.center {
    font-size: 26px;
}
.carousel-inner .item img {
    height: 350px;
}
	.contact-me {
    width: 400px;
    margin: auto;
}
.contact-me input[type="submit"] {
    padding: 9px 27%;
}
.list {
    flex-direction: column;
    text-indent: 60px;
}
.list a {
    text-indent: 0;
    margin: 0;
    margin-right: 25px;
}
.w3ls-hover .view-caption span {
    margin-top: 5%;
    padding: 10px;
}
.w3ls-hover .view-caption h5 {
    font-size: 20px;
}
div#about .container {
    width: 96%;
}
ul.address {
    border-bottom: 1px solid #d2c1c1;
    border-top: 1px solid #d2c1c1;
}

}
@media screen and (max-width: 414px){
	.carousel-caption h1, .carousel-caption h2 {
    font-size: 30px;
    margin-bottom: 5px;
}
.carousel-inner .item img {
    height: 320px;
}
.carousel-caption1 {
    top: 20%;
}
.about1 h4 {
    font-size: 22px;
}

h6.review {
    font-size: 15px;
}
p.indent {
    font-size: 14px;
}
.usr-img {
    width: 200px;
    margin-bottom: 10px;
}
.flexslider-info {
    height: auto;
    margin: 0;
}
.contact-me {
    width: 350px;
}
.contact-me input[type="submit"] {
    padding: 9px 23%;
}

}

@media screen and (max-width: 384px){
	.w3ls-hover .view-caption h5 {
    font-size: 16px;
}
.w3ls-hover .view-caption span {
    padding: 6px;
}

.contact-me {
    width: 300px;
}
.contact-me input[type="submit"] {
    padding: 9px 21%;
}
.carousel-caption h1, .carousel-caption h2 {
    font-size: 27px;
    margin-bottom: 5px;
}
.carousel-inner .item img {
    height: 300px;
}
.w3-contact {
    font-size: 13px;
}
.w3-contact a {
    padding: 0px 5px;
}
.w3-contact a span.fa {
    margin-right: 7px;
}


}

@media screen and (max-width: 375px){
	div#about .container {
    width: 100%;
}
.about1 h4 {
    font-size: 20px;
}
.service-list h5 {
    margin: 13px 0px;
}
.gallery-grids {
    padding: 20px;
    width: 100%;
}
.w3ls-hover .view-caption {
    top: 65%;
    height: 35%;
}

}

@media screen and (max-width: 320px){
	.w3-contact a {
    padding: 0px 5px;
    padding-left: 0;
}
	.carousel-caption h1, .carousel-caption h2 {
    font-size: 24px;
}
.carousel-caption p {
    font-size: 13px;
}
.carousel-caption1 {
    right: 6%;
}
.carousel-inner .item img {
    height: 275px;
}
.carousel-caption1 {
    top: 18%;
}
h3.center {
    font-size: 20px;
}
h6.review {
    font-size: 14px;
}
.contact-me {
    width: 280px;
}
.contact-me input[type="submit"] {
    padding: 9px 20%;
    margin-left: 0;
}
ul.input input,.contact-me textarea {
    width: 80%;
}
.list {
    flex-direction: column;
    text-indent: 40px;
}

}



/*------------------------------------------------------RAHUL- CSS-----------------------------------------------------*/

.dropbtn {
  background-color: transparent;
  color: white;
   font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  background-color: #f9f9f9;
  width: 516px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  right: -112px;
 padding: 15px 15px;
 top: 100%;
}

.dropdown-content a {
  color: black;
  padding: 7px 16px;
  text-decoration: none;
  display: block;
 text-align: center;
 border-bottom: 1px solid #ccc;
 font-size: 13px;
}

.dropdown-content a:hover {background-color: #f1f1f1;}
.dropdown:hover .dropdown-content {display: block;}
.dropdown:hover .dropbtn {background-color: #3e8e41;}


.dropdown-content li
{
 margin: 0px;
padding: 0 0 0 0px;
text-align: justify;
}

.ftr-add
{
 margin:0 0 0 0;
 padding: 0 0 0 0;
}
.ftr-add h2
{
 margin:0 0 15px 0;
 padding: 0 0 0 0;
 font-size: 26px;
 font-weight: normal;
}

.ftr-add p
{
 margin: 0 0 0 0;
 padding: 0px 25px 0 8px;
 font-size: 13px;
 text-decoration: none;
 line-height: 27px;
 text-align: justify;
 }

 .ftr-add ol
 {
 margin: 0px;
 padding: 0px;
 float: left;
 }

.ftr-add a:hover
 {
 margin: 0px;
 padding: 0px;
 color: #00a7bd;
 }


  .ftr-add ol li
 {
  margin: 0px;
  padding: 0px;
  font-size: 15px;
  line-height: 27px;
 }

.ftr-add a:hover
{
 color: #000;
}

.ftr-add1
{
 margin: 0 0 18px 25px;
 padding:0 0 0 0;
 font-size: 26px;
 font-weight: normal;
}

.ftr-list .contact
{
 float: left;
padding-right: 21px;
padding-top: 4px;
height: 30px;
}

.ftr-mail
{
 margin-bottom: 10px;
}

.ftr-list > li 
{
 margin-bottom: 11px;
}

.input-group {
    margin-bottom: 12px;
}

.footer-form-control {
    height: 36px;
    border: 1px solid #ccc;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color: transparent;
    color: #fff;
    width: 100%;
    padding-left: 8px;
}
.input-group-addon:last-child {
    border-left: none;
}

.input-group-addon {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 6px 12px;
    border: 1px solid #ccc;
        border-left-color: rgb(125, 183, 0);
        border-left-style: solid;
        border-left-width: 1px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background-color: #7db700;
}

.buk-nw
{
 margin: 0 0 0 0;
 padding: 0 0 0 0;
 background: #6EEF1F;
}
.buk-nw a
{
 color: #fff;
 font-size: 19px;
background-size: 200% 100%;
background-image: linear-gradient(to right, white 50%, #6EEF1F 50%);
transition: background-position 0.3s linear, color 0.3s linear;
color: #000;
}

.buk-nw a:hover
{
 background-position: -100% 0;
color: #fff !important;
}



.rahul
{
 width: 1280px;
 min-height: 500px;
 background: transparent;
margin: 70px auto 0;
display: flex;
flex-direction: row;
flex-wrap: wrap;
 
}

.rahul .box
{
 position: relative;
 width: 300px;
 height: 300px;
 background: transparent;
 margin: 0px ;
 box-sizing: border-box;
 display: inline-block;
}

.rahul .box .imgBox
{
    position: relative;
    overflow: hidden;

}
 
.rahul .box .imgBox img
{
max-width: 100%;
transition: transform 2s;

}

.rahul .box:hover .imgBox img
{
 transform: scale(1.2);
}
.rahul .box .details
{
 position: absolute;
 top: 10px;
 bottom: 10px;
 left: 10px;
 right: 10px;
 background: rgba(0,0,0,0.8);  
 transform: scaleY(0); 
 transition: transform .5s;
}
.rahul .box:hover .details
{
     transform: scaleY(1); 

}

.rahul .box .details .content
{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    padding: 15px;
    color: #fff;
}

.rahul .box .details .content h2
{
 margin: 0;
 padding: 0;
 font-size: 30px;
 color: #6EEF1F;
 font-family: Comic Sans MS;
}
.rahul .box .details .content p
{
    margin: 10px 0 0;
    padding: 0;

}

.bck-pic
{
 background: linear-gradient(rgba(14, 13, 14, 0.82), rgba(23, 22, 23, 0.5)), url(../images/wall/back.jpg) no-repeat;
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-attachment: scroll, scroll;
    background-size: auto, auto;
background-position-x: 0%, 0%;
background-position-y: 0%, 0%;
background-size: cover !important;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-moz-background-size: cover;
min-height: 500px;
background-position: center;
background-attachment: fixed;
margin: 0 0 5% 0;
padding: 50px 0;
}

.bck-pic1
{
   background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url(../images/bck.jpg) repeat;
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-attachment: scroll, scroll;
    background-size: auto, auto;
background-position-x: 0%, 0%;
background-position-y: 0%, 0%;
background-size: cover !important;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-moz-background-size: cover;
min-height: 300px;
background-position: center;
background-attachment: fixed;
margin: 0 0;
padding: 0px 0;  
}

.cntct-bck
{
 background: linear-gradient(rgba(105, 95, 95, 0.64), rgba(105, 95, 95, 0.64)), url(../images/back.jpg) no-repeat;
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-attachment: scroll, scroll;
    background-size: auto, auto;
background-position-x: 0%, 0%;
background-position-y: 0%, 0%;
background-size: cover !important;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-moz-background-size: cover;
height: 100%;
background-position: center;
background-attachment: fixed;
margin: 0 0;
padding: 100px 0;  
}


.enquiry-bck
{
   background: linear-gradient(rgba(105, 95, 95, 0.64), rgba(105, 95, 95, 0.64)), url(../images/enquiry.jpg) no-repeat;
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-attachment: scroll, scroll;
    background-size: auto, auto;
background-position-x: 0%, 0%;
background-position-y: 0%, 0%;
background-size: cover !important;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-moz-background-size: cover;
height: 100%;
background-position: center;
background-attachment: fixed;
margin: 0 0;
padding: 100px 0 0 0;    
}


.abt-banner
{
   background: linear-gradient(rgba(41, 38, 41, 0.54), rgba(23, 22, 23, 0.29)), url(../images/wall/back.jpg) no-repeat;
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-attachment: scroll, scroll;
    background-size: auto, auto;
background-position-x: 0%, 0%;
background-position-y: 0%, 0%;
background-size: cover !important;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-moz-background-size: cover;
min-height: 500px;
background-position: center;
background-attachment: fixed;
margin: 0 0 0% 0;
padding: 50px 0; 
}


.srvc-banner
{
   background: linear-gradient(rgba(41, 38, 41, 0.54), rgba(23, 22, 23, 0.29)), url(../images/srvc-bnnr.jpg) no-repeat;
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-attachment: scroll, scroll;
    background-size: auto, auto;
background-position-x: 0%, 0%;
background-position-y: 0%, 0%;
background-size: cover !important;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-moz-background-size: cover;
min-height: 500px;
background-position: center;
background-attachment: fixed;
margin: 0 0 0% 0;
padding: 50px 0;  
}

.abt-bck
{
    background: #FBF6F2;
}
 

.main-txt h1
{
   margin: 0 0 0 0;
   padding: 50px 0 20px 0;
   font-size: 50px;
   color: #9cda25;
   letter-spacing: 3px;
   font-weight: bold; 
   text-align: center;
   line-height: 53px;
   font-family: Finger Paint;
}

.main-txt h1 span
{
   margin: 0 0;
   padding: 0 0;
   font-size: 25px;
   font-weight: bold;
   letter-spacing: 1px;
   color: #9cda25;
}

.main-txt p
{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2px;
}

.contact-me1
{
  margin: auto;
  padding: 0px;
  width: 75%;
}
.contact-me1 p
{
  margin: 0px;
  padding: 5px 0;
  font-family: finger paint;
  line-height: 30px;
  font-size: 19px;
  color: #fff;
}


.booking-txt
{
   width: 85%;
   margin: auto;
   padding: 0px;
}
 
.booking-txt h1
{
    color: #6EEF1F;
    font-size: 40px;
    font-family: finger paint;
    line-height: 60px;
    margin: 0px;
    padding: 10px 0px;
}

.booking-txt p
{
   color: #fff;
   font-size: 18px;
   margin: 0px;
   padding: 50px 0;
   font-family: finger paint;
   line-height: 35px; 
}

.book-us
{
  margin: auto;
  padding: 10px 0px;
  width: 70%;
}

.book-form
{
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  background: transparent;
  border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
  border-bottom: 2px solid #6EEF1F;
  color: #fff;
  font-size: 15px;
  letter-spacing: 1px;
}

.book-form-select
{
   width: 100%;
  padding: 10px;
  margin: 10px 0;
  background: transparent;
  border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
  border-bottom: 2px solid #6EEF1F;
  color: #fff;
  font-size: 15px;
  letter-spacing: 1px; 
}


 .ui-select{width: 100%}
/* This is to remove the arrow of select element in IE */
select::-ms-expand {    display: none; }
select{
    -webkit-appearance: none;
    appearance: none;
}
@-moz-document url-prefix()
{
.ui-select
 {
      
      box-sizing: border-box; 
      position: relative; 
      overflow: hidden;
  }
.ui-select select 
{ 
    width: 110%; 
    background-position: right 30px center !important; 
    border: none !important;}
}
 
 .form-control
 {
    border-radius: 0px !important;
 }

.form-control:focus
{
    border-color: #6EEF1F !important;
    box-shadow: none !important;
}

.snd_qry
{
font-size: 21px;
background-size: 200% 100%;
background-image: linear-gradient(to right, white 50%, #6EEF1F 50%);
transition: background-position 0.3s linear, color 0.3s linear;
color: #000;
width: 40%;
margin: 15px auto;
padding: 15px 10px;
border: none;

}

.snd_qry:hover
{
     background-position: -100% 0;
color: #fff !important;
}


.abt-txt
{
    margin :0px;
    padding: 0px;
}

.abt-txt p
{
    margin: 0px;
    padding: 0px 0;
    color: #000;
    font-size: 15px;
    text-align: justify;
    line-height: 30px;
 }
.abt-txt1 p
{
    margin: 0px;
    padding: 0px 0;
    color: #000;
    font-size: 15px;
    text-align: justify;
    line-height: 30px;
 }

.abt-txt1 p span a
{
    color: #199CBD;
    letter-spacing: 0px;
}

.abt-txt1 p span a:hover
{
    text-decoration: underline;
}

.abt-txt2
{
    margin:0px;
    padding: 15px 0;   
}

.abt-txt2 h4
{
    margin: 0px;
    padding: 0px 0px;
    color: #000;
    font-size: 15px;
    line-height: 33px;
    font-weight: normal;
    text-align: justify; 
}

.abt-txt2 h4 span
{
  font-size: 18px;
  font-weight: bold;
}

.abt-txt2 p
{
    margin: 0px;
    padding: 10px 0;
    font-size: 15px;
    line-height: 30px;   
}


.abt-hdng h1
{
    margin: 0px;
    padding: 18px 0 3px 10px;
    font-size: 40px;
    color: #333;
    font-family: Showcard Gothic;
    width: 100%;
    border-bottom: 2px solid #333;
}


.abt-goals
{
    margin: 0px;
    padding: 0px;
}

.abt-goals img
{
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.abt-comit-pic
{
    margin: 0px;
    padding: 0px;
}

.abt-comit-pic img
{
    margin: 20px 0 0 0;
    padding: 0px;
    width: 100%;
}

.abt-comit-txt
{
    margin: 0px;
    padding: 0px;
}

.abt-comit-hdng h1
{
    margin: 0px;
    padding: 18px 0 3px 10px;
    font-size: 40px;
    color: #333;
    font-family: Showcard Gothic;
    width: 100%;
    border-bottom: 2px solid #333;
}

.srvc-hdng1 h1
{
    margin: 6% 0 0 0;
    padding: 0px 0 0px 0;
    font-size: 40px;
    color: #333;
    font-family: Showcard Gothic;
    width: 100%;
    text-align: center;
    text-decoration: underline red;

}


.clr
{
    margin: 0px;
    padding: 0px;
    line-height: 0px;
    clear: both;
}


.abt-comit-txt
{
    margin :0px;
    padding: 0px;
}

.abt-comit-txt h4
{
    margin: 0px;
    padding: 0px 0px;
    color: #000;
    font-size: 15px;
    line-height: 33px;
    font-weight: normal;
    text-align: justify;
}

.abt-comit-txt h4 span
{
    font-size: 18px;
  font-weight: bold;
}


.srvc-txt
{
    margin:0px;
    padding:0px;
}

.srvc-txt p
{
    margin: 0px;
    padding: 0 0 10px 0;
    font-size: 13px;
    text-align: justify;
    word-spacing: 1px;
}

 
.srvc-hdng h2
{
    margin: 0 0 10px 0;
    padding: 2px 10px;
    font-size: 25px;
    color: #574F5C;
    border-bottom: 2px solid #333;
    font-weight: bold;
}

 

.srvc-pics img
{
   width: 57%;
   margin: 0 0 0 59px;
}

.sprt-pic1
{
    background: linear-gradient(rgba(41, 38, 41, 0.54), rgba(23, 22, 23, 0.29)), url(../images/sprt1.jpg) no-repeat;
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-attachment: scroll, scroll;
    background-size: auto, auto;
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-size: cover !important;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     -moz-background-size: cover;
    min-height: 430px;
    background-position: center;
    background-attachment: scroll;
    margin:20% 0;
    padding: 0px 0;
    border-radius: 9px

}
.sprt-pic2
{
   background: linear-gradient(rgba(41, 38, 41, 0.54), rgba(23, 22, 23, 0.29)), url(../images/paisa.jpg) no-repeat;
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-attachment: scroll, scroll;
    background-size: auto, auto;
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-size: cover !important;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     -moz-background-size: cover;
    min-height: 430px;
    background-position: center;
    background-attachment: scroll;
    margin:20% 0;
    padding: 0px 0;
    border-radius: 9px
}
.sprt-pic3
{
   background: linear-gradient(rgba(41, 38, 41, 0.54), rgba(23, 22, 23, 0.29)), url(../images/mob.jpg) no-repeat;
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-attachment: scroll, scroll;
    background-size: auto, auto;
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-size: cover !important;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     -moz-background-size: cover;
    min-height: 430px;
    background-position: center;
    background-attachment: scroll;
    margin:20% 0;
    padding: 0px 0;
    border-radius: 9px
}

.sprt-pic4
{
   background: linear-gradient(rgba(41, 38, 41, 0.54), rgba(23, 22, 23, 0.29)), url(../images/cus.jpg) no-repeat;
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-attachment: scroll, scroll;
    background-size: auto, auto;
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-size: cover !important;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     -moz-background-size: cover;
    min-height: 430px;
    background-position: center;
    background-attachment: scroll;
    margin:20% 0;
    padding: 0px 0;
    border-radius: 9px
}

.srvc-sprt h2
{
    font-size: 20px;
    text-align: center;
    margin: 0 0 0 0;
    padding: 30px 0;
    line-height: 26px;
    color: #fff;

}

.srvc-sprt p
{
   font-size: 13px;
   margin: 0 0 0 0;
   padding: 0px 23px;
   line-height: 20px;
   text-align: center;
   top: 345px;
   color: #fff;
   position: absolute;
    
}

.andman-banner
{
    background: linear-gradient(rgba(41, 38, 41, 0.54), rgba(23, 22, 23, 0.29)), url(../images/ind-img/andaman/andaman.jpg) no-repeat;
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-attachment: scroll, scroll;
    background-size: auto, auto;
background-position-x: 0%, 0%;
background-position-y: 0%, 0%;
background-size: cover !important;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-moz-background-size: cover;
height: auto;
background-position: center;
background-attachment: fixed;
margin: 0 0 0% 0;
padding: 100px 0;
}
.kerala-banner
{
    background: linear-gradient(rgba(41, 38, 41, 0.54), rgba(23, 22, 23, 0.29)), url(../images/ind-img/kerala/kerala.jpg) no-repeat;
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-attachment: scroll, scroll;
    background-size: auto, auto;
background-position-x: 0%, 0%;
background-position-y: 0%, 0%;
background-size: cover !important;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-moz-background-size: cover;
height: auto;
background-position: center;
background-attachment: fixed;
margin: 0 0 0% 0;
padding: 100px 0;
}

.ladakh-banner
{
    background: linear-gradient(rgba(41, 38, 41, 0.54), rgba(23, 22, 23, 0.29)), url(../images/ind-img/ladakh/ladakh.jpg) no-repeat;
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-attachment: scroll, scroll;
    background-size: auto, auto;
background-position-x: 0%, 0%;
background-position-y: 0%, 0%;
background-size: cover !important;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-moz-background-size: cover;
height: auto;
background-position: center;
background-attachment: fixed;
margin: 0 0 0% 0;
padding: 100px 0;
}


.uttarakhand-banner
{
    background: linear-gradient(rgba(41, 38, 41, 0.54), rgba(23, 22, 23, 0.29)), url(../images/ind-img/uttr/uttr.jpg) no-repeat;
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-attachment: scroll, scroll;
    background-size: auto, auto;
background-position-x: 0%, 0%;
background-position-y: 0%, 0%;
background-size: cover !important;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-moz-background-size: cover;
height: auto;
background-position: center;
background-attachment: fixed;
margin: 0 0 0% 0;
padding: 100px 0;
}

.kashmir-banner
{
    background: linear-gradient(rgba(41, 38, 41, 0.54), rgba(23, 22, 23, 0.29)), url(../images/ind-img/kashmir/kashmir.jpg) no-repeat;
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-attachment: scroll, scroll;
    background-size: auto, auto;
background-position-x: 0%, 0%;
background-position-y: 0%, 0%;
background-size: cover !important;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-moz-background-size: cover;
height: auto;
background-position: center;
background-attachment: fixed;
margin: 0 0 0% 0;
padding: 100px 0;
}


.himachal-banner
{
 background: linear-gradient(rgba(41, 38, 41, 0.54), rgba(23, 22, 23, 0.29)), url(../images/ind-img/himachal/himachal.jpg) no-repeat;
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-attachment: scroll, scroll;
    background-size: auto, auto;
background-position-x: 0%, 0%;
background-position-y: 0%, 0%;
background-size: cover !important;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-moz-background-size: cover;
height: auto;
background-position: center;
background-attachment: fixed;
margin: 0 0 0% 0;
padding: 100px 0;
}


.rajasthan-banner
{
 background: linear-gradient(rgba(41, 38, 41, 0.54), rgba(23, 22, 23, 0.29)), url(../images/ind-img/rajasthan/rajasthan.jpg) no-repeat;
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-attachment: scroll, scroll;
    background-size: auto, auto;
background-position-x: 0%, 0%;
background-position-y: 0%, 0%;
background-size: cover !important;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-moz-background-size: cover;
height: auto;
background-position: center;
background-attachment: fixed;
margin: 0 0 0% 0;
padding: 100px 0;
}

.golden-banner
{
    background: linear-gradient(rgba(41, 38, 41, 0.54), rgba(23, 22, 23, 0.29)), url(../images/ind-img/golden/golden.jpg) no-repeat;
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-attachment: scroll, scroll;
    background-size: auto, auto;
background-position-x: 0%, 0%;
background-position-y: 0%, 0%;
background-size: cover !important;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-moz-background-size: cover;
height: auto;
background-position: center;
background-attachment: fixed;
margin: 0 0 0% 0;
padding: 100px 0; 
}


.kailash-banner
{
    background: linear-gradient(rgba(41, 38, 41, 0.54), rgba(23, 22, 23, 0.29)), url(../images/ind-img/kailash/kailash.jpg) no-repeat;
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-attachment: scroll, scroll;
    background-size: auto, auto;
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-size: cover !important;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     -moz-background-size: cover;
    height: auto;
    background-position: center;
    background-attachment: fixed;
    margin: 0 0 0% 0;
    padding: 100px 0;  
}


.europe-banner
{
 background: linear-gradient(rgba(41, 38, 41, 0.54), rgba(23, 22, 23, 0.29)), url(../images/int-img/europe/europe.jpg) no-repeat;
 background-position-x: 0%, 0%;
 background-position-y: 0%, 0%;
 background-attachment: scroll, scroll;
 background-size: auto, auto;
 background-position-x: 0%, 0%;
 background-position-y: 0%, 0%;
 background-size: cover !important;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
 height: auto;
 background-position: center;
 background-attachment: fixed;
 margin: 0 0 0% 0;
 padding: 100px 0;  
}

.america-banner
{
    background: linear-gradient(rgba(41, 38, 41, 0.54), rgba(23, 22, 23, 0.29)), url(../images/int-img/america/america.jpg) no-repeat;
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-attachment: scroll, scroll;
    background-size: auto, auto;
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-size: cover !important;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     -moz-background-size: cover;
    height: auto;
    background-position: center;
    background-attachment: fixed;
    margin: 0 0 0% 0;
    padding: 100px 0;  
}


.australia-banner
{
    background: linear-gradient(rgba(41, 38, 41, 0.54), rgba(23, 22, 23, 0.29)), url(../images/int-img/australia/australia.png) no-repeat;
    background-position-x: 0%, 0%;australia
png-position-y: 0%, 0%;
    background-attachment: scroll, scroll;
    background-size: auto, auto;
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-size: cover !important;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     -moz-background-size: cover;
    height: auto;
    background-position: center;
    background-attachment: fixed;
    margin: 0 0 0% 0;
    padding: 100px 0;  
}


.africa-banner
{
    background: linear-gradient(rgba(41, 38, 41, 0.54), rgba(23, 22, 23, 0.29)), url(../images/int-img/africa/africa.jpg) no-repeat;
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-attachment: scroll, scroll;
    background-size: auto, auto;
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-size: cover !important;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     -moz-background-size: cover;
    height: auto;
    background-position: center;
    background-attachment: fixed;
    margin: 0 0 0% 0;
    padding: 100px 0;  
}

.egypt-banner
{
    background: linear-gradient(rgba(41, 38, 41, 0.54), rgba(23, 22, 23, 0.29)), url(../images/int-img/egypt/egypt.jpg) no-repeat;
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-attachment: scroll, scroll;
    background-size: auto, auto;
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-size: cover !important;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     -moz-background-size: cover;
    height: auto;
    background-position: center;
    background-attachment: fixed;
    margin: 0 0 0% 0;
    padding: 100px 0;  
}


.maldives-banner
{
    background: linear-gradient(rgba(41, 38, 41, 0.54), rgba(23, 22, 23, 0.29)), url(../images/int-img/maldives/maldives.jpg) no-repeat;
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-attachment: scroll, scroll;
    background-size: auto, auto;
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-size: cover !important;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     -moz-background-size: cover;
    height: auto;
    background-position: center;
    background-attachment: fixed;
    margin: 0 0 0% 0;
    padding: 100px 0;  
}

.bali-banner
{
    background: linear-gradient(rgba(41, 38, 41, 0.54), rgba(23, 22, 23, 0.29)), url(../images/int-img/bali/bali.jpg) no-repeat;
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-attachment: scroll, scroll;
    background-size: auto, auto;
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-size: cover !important;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     -moz-background-size: cover;
    height: auto;
    background-position: center;
    background-attachment: fixed;
    margin: 0 0 0% 0;
    padding: 100px 0;  
}

.mauritius-banner
{
    background: linear-gradient(rgba(41, 38, 41, 0.54), rgba(23, 22, 23, 0.29)), url(../images/int-img/mauritius/mauritius.jpg) no-repeat;
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-attachment: scroll, scroll;
    background-size: auto, auto;
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-size: cover !important;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     -moz-background-size: cover;
    height: auto;
    background-position: center;
    background-attachment: fixed;
    margin: 0 0 0% 0;
    padding: 100px 0;  
}


.singapore-banner
{
    background-position-x: 0%, 0%;
    background: linear-gradient(rgba(41, 38, 41, 0.54), rgba(23, 22, 23, 0.29)), url(../images/int-img/singapore/singapore.jpg) no-repeat;
    background-position-y: 0%, 0%;
    background-attachment: scroll, scroll;
    background-size: auto, auto;
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-size: cover !important;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     -moz-background-size: cover;
    height: auto;
    background-position: center;
    background-attachment: fixed;
    margin: 0 0 0% 0;
    padding: 100px 0;  
}

.tc-banner
{
    background-position-x: 0%, 0%;
    background: linear-gradient(rgba(41, 38, 41, 0.54), rgba(23, 22, 23, 0.29)), url(../images/tc.jpg) no-repeat;
    background-position-y: 0%, 0%;
    background-attachment: scroll, scroll;
    background-size: auto, auto;
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-size: cover !important;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     -moz-background-size: cover;
    height: auto;
    background-position: center;
    background-attachment: fixed;
    margin: 0 0 0% 0;
    padding: 100px 0;  
}

.pp-banner
 {
    background-position-x: 0%, 0%;
    background: linear-gradient(rgba(41, 38, 41, 0.54), rgba(23, 22, 23, 0.29)), url(../images/pp.jpg) no-repeat;
    background-position-y: 0%, 0%;
    background-attachment: scroll, scroll;
    background-size: auto, auto;
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-size: cover !important;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     -moz-background-size: cover;
    height: auto;
    background-position: center;
    background-attachment: fixed;
    margin: 0 0 0% 0;
    padding: 100px 0;  
}

.ind-hdng
{
    margin: 0px;
    padding: 100px;
    color: #fff;
    text-align: center;
}

.ind-hdng h1
{
    margin: 0px;
    padding: 30px 0;
    font-size: 100px;
    font-family: finger paint;
    background: -webkit-linear-gradient(left, orange , #fff, #6EEF1F);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.ind-hdng p
{
    margin:0px;
    padding:0px;
    font-size: 35px;
    font-family: Showcard Gothic;
}

.int-hdng
{
    margin: 0px;
    padding: 100px;
    color: #fff;
    text-align: center;
}

.int-hdng h1
{
    margin: 0px;
    padding: 30px 0;
    font-size: 100px;
    font-family: finger paint;
    background: -webkit-linear-gradient(left, red , #fff, #ff0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.int-hdng p
{
    margin:0px;
    padding:0px;
    font-size: 35px;
    font-family: Showcard Gothic;
}

.and-dtl
{
    margin: 20px 0;
    padding: 20px;
    background: #199cdb;
    height: 610px;
    color: #fff;
 }

.and-dtl:hover
{
    background:#ff0; 
    color: #000;
}

.and-dtl img
{
    margin: 0px;
    padding: 20px 30px;
    width: 100%;
}

.and-dtl h4
{
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-size: 23px;
}

 
.and-dtl p
{
    margin: 0px;
    padding: 0px 5px;
    text-align: justify;
    line-height: 22px;
}

.btm-txt
{
    margin: 0px auto;
    padding: 0px;
    width: 70%;
}

.btm-btn
{
    margin:0 0px 0 0;
    padding:0 0 0 0;
    text-align: center;
}

.btm-btn a h4
{
    font-size: 21px;
    background-size: 200% 100%;
    background-image: linear-gradient(to right, white 50%, #6EEF1F 50%);
    transition: background-position 0.3s linear, color 0.3s linear;
    color: #000;
    width: 24%;
    margin: 15px auto;
    padding: 15px 10px;
    border: none;
 }

.btm-btn a h4:hover
{
    background-position: -100% 0;
    color: #fff !important;
}


.kail-bck
{
    margin: 20px auto;
    padding: 20px;
    background: #199cdb;
    width: 80%;
}

.kail-bck:hover
{
    background:#ff0;
    color: #000;

}

.kail-bck img
{
  width: 100%;
}

.kail-bck p
{
  margin: 0px;
  padding: 10px 5px;
  text-align: justify;
}

.int-bck
{
  margin: 20px 0;
  padding: 10px 10px;
  background: #199cdb;
  height: 650px;
  color: #fff;
}

.int-bck:hover
{
    background:#ff0;
    color:#000;
}

.int-bck h2
{

   text-align: center;
  font-size: 23px;
  margin: 0px;
  padding: 8px 0;
}

.int-bck img
{
  width: 100%;
  margin: 0px;
  padding: 12px;
}

.int-bck p
{
    margin: 0px;
    padding: 0px 5px;
     text-align: justify;
    line-height: 22px;
}

.mal-bck
{
    margin: 20px auto;
    padding: 20px;
    background: #199cdb;
    width: 90%;
    color: #fff;
}

.mal-bck:hover
{
 background-color: #ff0;
 color: #000;
}

.mal-bck img
{
    width: 100%; 
    height: 500px;
}

.mal-bck p
{
  margin: 0px;
  padding: 10px 5px;
   text-align: justify;
}

.mal-bck h2
{
     font-size: 20px;
    text-decoration: underline;
    margin: 0px 0 0 0;
   padding: 7px 0 0 0;
}

.tc-bck
{
    margin:0 auto;
    padding: 20px;
    width: 90%;
    background: #199cdb;

}

.pp-bck
{
    margin:0 auto;
    padding: 20px;
    width: 90%;
    background: #199cdb;
}

.bck-wall {
    margin: 0 0 0 0;
    padding: 40px 0 40px 0;
}

.tc-hdng {
    margin: 0 0 0 0;
    padding: 20px 0 20px 0;
}
.tc-hdng h1 {
    margin: 0 0 0 0;
    padding: 10px 0 10px 0;
    font-size: 30px;
    text-align: center;
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: bold;
    word-spacing: 0px;
    border-bottom: 5px solid #666;
    line-height: 40px;
}

.tc-txt {
    margin: 0 0 0px 0;
    padding: 0 20px;
}
.tc-txt h3 {
    margin: 0 0 0 0;
    padding: 20px 0 0px 0;
    color: #fff;
    font-size: 15px;
     font-weight: 503;
}
.tc-txt h4 {
    margin: 0 0 0 0;
    padding: 10px 0 0px 20px;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
     line-height: 22px;
    text-align: justify;
}
.tc-txt ul {
    margin: 0 0 0 0;
    padding: 0px 0 0px 34px;
}
 
 .tc-txt ul li {
    margin: 0 0 0 0;
    padding: 5px 0 5px 0;
    text-align: justify;
    list-style: num;
    color: #fff;
     font-size: 13px;
}

.end-txt p {
    margin: 0px;
    padding: 30px 120px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0px;
    line-height: 24px;
    border-bottom: 5px solid #666;
    word-spacing: 3px;
}


.pv-hdng {
    margin: 0 0 0 0;
    padding: 0 20px;
}

.pv-hdng p {
    margin: 0 0 0 0;
    padding: 8px 0px;
    color: #fff;
    font-size: 15px;
    font-weight: 402;
    text-align: justify;
    line-height: 19px;
     letter-spacing: 0px;
    text-decoration: none;
}

.pv-hdng h3 {
    margin: 0 0 0 0;
    padding: 20px 0 5px 0;
    color: #fff;
    font-size: 15px;
     font-weight: 503;
}

.pv-hdng h4 {
    margin: 0 0 0 0;
    padding: 6px 0 6px 0px;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
     text-align: justify;
    line-height: 22px;
}

.pv-hdng ul {
    margin: 0 0 0 0;
    padding: 6px 0 6px 34px;
}
.pv-hdng ul li {
    margin: 0 0 0 0;
    padding: 5px 0 5px 0;
    text-align: justify;
    list-style: disc;
    color: #fff;
    font-weight: 400;
     font-size: 13px;
}

.logo-wrap img
{
    margin: 0px;
    padding: 0px;
    width: 50%;
}

.bg-color
{
    background-color: #eee;
    padding: 20px 0px;
}

.three-d-slider
{
     background: linear-gradient(rgba(239, 232, 160, 0.86), rgba(23, 22, 23, 0.5)), url(../images/slider-back.jpg) no-repeat;
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-attachment: scroll, scroll;
    background-size: auto, auto;
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-size: cover !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    min-height: 500px;
    background-position: center;
    background-attachment: fixed;
    padding: 30px 0;
    margin: 0px 0 50px 0;
}

.three-d-slider h1
{
  text-align: center;
  font-weight: 700;
  font-size: 35px;
  text-transform: uppercase;
  margin-bottom: 30px;
  text-shadow: 0 2px 2px rgba(0,0,0,.6);
  letter-spacing: 2px;
  color: #fff;
  font-family: Showcard Gothic;
}

.three-d-slider h1::after
{
    border-top: 2px solid #FF5722;
    display: block;
    width: 100px;
    content: "";
    margin: 10px auto 0;
}

 














/*-----------------------------------Rahul-Responsive-CSS--------------------------------------------------*/
   


@media(min-width: 320px) and (max-width: 720px)
{

.logo-wrap img {
    margin: 0px;
    padding: 0px;
    width: 60%;
}


.rahul 
{
    width: 100%;
}

.rahul .box
{
    margin: 0px;
    width: 100%;
}

.book-us
{
    width: 100%;
}

.snd_qry
{
    width: 100%;
}

.booking-txt h1
{
    font-size: 25px;
    line-height: 38px;
}

.booking-txt p
{
    font-size: 14px;
    line-height: 23px;
}

.dropdown-content li
{
    text-align: center;
}

.dropdown-content
{
    width: 299px;
    right: -85px;
}

.btm-txt
{
    margin:0px;
    width: 100%;
}

.kail-bck
{
    width: 100%;
}

.about2
{
    margin:0 0 0 0;
}

.main-txt h1
{
  font-size: 26px;
  line-height: 29px;
}

.main-txt h1 span
{
    font-size: 12px;
}

.main-txt p
{
    font-size: 14px;
}

.ftr-add1
{
    margin: 0 0 0px 0px;
    padding: 10px 0;
    font-size: 22px;
    font-weight: normal;
}

.srvc-hdng h2
{
    font-size: 15px;
}

.srvc-pics img {
    width: 25%;
    margin: 0 auto;
}

.ind-hdng h1
{
    font-size: 35px;
    padding: 15px 0px;
}

.ind-hdng
{
    padding: 0px;
}

.ind-hdng p
{
    font-size: 12px;
}



.btm-btn a h4
{
    font-size: 16px;
    width: 70%;
}


.int-hdng
{
    padding: 0px;
}

.int-hdng h1
{
  font-size: 35px;
    padding: 15px 0px;  
}

.int-hdng p
{
   font-size: 12px; 
}

.mal-bck
{
    width: 100%;
}

.mal-bck img
{
    height: auto;
}

.contact-me1
{
    width: 100%;
}

.copyright h4
{
    float: none;
}

.copyright p
{
    font-size: 13px;
}

.pp-bck
{
    padding: 0px;
    width: 98%;

}

.tc-bck
{
  padding: 0px;
    width: 98%;  
}

.tc-hdng h1
{
    font-size: 15px;
    line-height: 23px;
}

.end-txt p
{
    padding: 11px;
    font-size: 12px;
    line-height: 20px;
}











}