/*
*
* Site Name: Journey to Andaman
* Date Created: November 2018
* Agency : jagan arasu
* Agency Website : http://talkmejagan.com/
* Coder : jagan arasu
* Last edit: 17-4-2019
*/

/* ==================================================================
* Table of Contents:
*
* 1.0 - Custom Font Declarations(if any)
* 2.0 - Simple Declarations / Fixes
* 3.0 - Basic Styles
* 4.0 - Responsive Styles
================================================================== */

html {

  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700|Roboto:300,400,500,700);
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.css);

@font-face {
  font-family: 'Roboto';
  font-style: normal;
}

body {
  font-family: 'Roboto';
  font-size: 14px;
    line-height: 24px;
    color: #333146;
    background-color: #fff;
    overflow-x: hidden;
 
    
}


.desktop-menu{
  background: #333146;
  border-top: 3px solid #ff5a2c;
  padding-top: 10px;
  padding-bottom: 10px;
  color:white;
}

.desktop-menu p{
  margin: 0 !important;
  font-size: 12px;
}
.desktop-menu a{
  color:white;
  text-decoration: none !important;
}


/*================ navbar style =================== */


.navbar-brand {
padding: 0px;
}
.navbar-brand>img {
/*height: 100%;*/
padding: 5px;
/*width: 250px;*/
}
.menuheader .navbar-brand {
height: 80px;
text-align: uppercase !important;
}

.menuheader .nav >li >a {
padding-top: 30px;
padding-bottom: 30px;
}
.menuheader .navbar-toggle {
padding: 10px;
margin: 25px 15px 25px 0;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px !important;
    border: 1px solid transparent;
}

/*================ navbar style =================== */


/*================ bannercontainer =================== */


.bannercontainer{
  background: url('../images/full01.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 400px;
}



.caption {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #000;
}

.caption span.border {
  background-color: #020818;
color: #fff;
padding: 42px;
font-size: 25px;
letter-spacing: 10px;
text-transform: uppercase;
}

.caption p{
  color: #fff;
}





.bannercontainer .title {
    -webkit-animation: color-text 5s infinite;
    background: linear-gradient(to right,#ffffff 0%,#ffffff 15%,#ffffff 35%,#ffffff 50%,#ffffff 85%,#ffdd00 90%,#ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.homepage-default .group-title {
    display: inline-block;
    padding-top: 50px;
}


/*================ end bannercontainer =================== */





.full-height{
  height: 100%;
  overflow: auto;
  background-color:#fafafa;
}


.containerbar{
  position: relative;
  height: 80vh;
  /*background: url('https://via.placeholder.com/1980x650') no-repeat center center;*/

  background: url('../images/full01.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}


.headingline {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    transition: color 0.20s linear;
}


.headingline:after {
    content: "";
    position: absolute;
    width: 30%;
    display: block;
    border: 1px solid #ff8b3d;
    transition: all 0.30s ease;
}

.aboutuscontainer{
  padding-bottom:50px;
  padding-top:50px;
  background-color:#fff;
}
.aboutuscontainer p{
  text-align:justify;
}

.aboutlinks{
  margin:0;
  padding:0;
  list-style-type:none;
  text-decoration: none;
}

.aboutlinks i {
  margin-right: 2px;
}
.aboutlinks li a {
  color: #000;
  font-size: 13px;
  text-decoration: none;
  line-height: 22px;
}
.aboutlinks li a:hover{
    color: #000;
}
.aboutlinks li span {
  display: block;
  color:#E3E3E3;
  font-size: 12px;
  margin-bottom: 6px;
}

.about-us-list {
    display: inline-block;
    margin-bottom: 0;
}

/*================ start tourcontainer =================== */
.tourcontainer{
  padding-bottom:50px;
  padding-top:50px;
  background: url("../images/tour-bg-2.jpg")no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color:#fff;
}
.tourcontainer .h3{text-align:center;
  padding:1.5em 0em;
  text-transform: uppercase;
  font-size:1.5em;}


  .number {
      font-size: 30px;
      font-weight: 700;
      color:#ff8d00;
  }

  .buttontour{
    background-color:#fd0;
      border: none;
      color: white;
      padding: 15px 32px;
      text-align: center;
      text-decoration: none !important;
      display: inline-block;
      font-size: 16px;

    }





.post-slide2{
    margin: 0 15px;
    box-shadow: 0 1px 2px rgba(43,59,93,0.30);
    margin-bottom:2em;
}
.post-slide2 .post-img{
    overflow: hidden;
}
.post-slide2 .post-img img{
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: all 1s ease-in-out 0s;
}
.post-slide2:hover .post-img img{
    transform: scale(1.08);
}
.post-slide2 .post-content{
    background: #fff;
    padding: 20px;
}
.post-slide2 .post-title{
    font-size: 17px;
    font-weight: 600;
    margin-top: 0;
    text-transform: capitalize;
}
.post-slide2 .post-title a{
    display: inline-block;
    color: #808080;
    transition: all 0.3s ease 0s;
}
.post-slide2 .post-title a:hover{
    color: #3d3030;
    text-decoration: none;
}
.post-slide2 .post-description{
    font-size: 15px;
    color: #676767;
    line-height: 24px;
    margin-bottom: 14px;
}
.post-slide2 .post-bar{
    padding: 0;
    margin-bottom: 15px;
    list-style: none;
}
.post-slide2 .post-bar li{
    color: #676767;
    padding: 2px 0;
}
.post-slide2 .post-bar li i{
    margin-right: 5px;
}
.post-slide2 .post-bar li a{
    display: inline-block;
    font-size: 12px;
    color: #808080;
    transition: all 0.3s ease 0s;
}
.post-slide2 .post-bar li a:after{
    content: ",";
}
.post-slide2 .post-bar li a:last-child:after{
    content: "";
}
.post-slide2 .post-bar li a:hover{
    color: #3d3030;
    text-decoration: none;
}
.post-slide2 .read-more{
    display: inline-block;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #333146;
    border-bottom-right-radius: 10px;
    text-transform: capitalize;
    transition: all 0.30s linear;
}
.post-slide2 .read-more:hover{
    background: #ff5a2c;
    text-decoration: none;
}




/*================ end tourcontainer =================== */
/*================ start videobgcontainer=================== */
.videobgcontainer{
  padding-bottom:50px;
  padding-top:50px;
  background: url("../images/tour-bg-1.jpg")no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color:#fff;
  color:#fff;
}

.videobgcontainer p{
  text-align:justify;
  color:#fff;
}

.videobgcontainer .title {
    font-size: 55px;
    font-weight: 700;
    display: block;
    margin: 0 0 15px;
    text-transform: uppercase;
      color:#fff;
}

.videobgcontainer .sub-title strong {
    font-size: 24px;
    color:#fff;
}


.videobgcontainer .sub-title {
    font-size: 18px;
    display: inline-block;
    margin: 0 0 8px;
    padding-bottom: 5px;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
}


/*================ end videobgcontainer =================== */




/*================ start Hotelbgcontainer =================== */
.Hotelbgcontainer{
  padding-bottom:50px;
  padding-top:50px;
  background: url("../images/tour-bg-1.jpg")no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color:#fff;
}


.lib-panel {
   margin-bottom: 20Px;
}
.lib-panel img {
   width: 100%;
   background-color: transparent;
}

.lib-panel .row,
.lib-panel .col-md-6 {
   padding: 0;
   background-color: #FFFFFF;
}


.lib-panel .lib-row {
   padding: 0 20px 0 20px;
}

.lib-panel .lib-row.lib-header {
   background-color: #FFFFFF;
   font-size: 17px;
   padding: 10px 20px 0 20px;
}

.lib-panel .lib-row.lib-header .lib-header-seperator {
   height: 2px;
   width: 26px;
   background-color: #fd0;
   margin: 7px 0 7px 0;
}

.lib-panel .lib-row.lib-desc {
   position: relative;
   height: 100%;
   display: block;
   font-size: 13px;
}
.lib-panel .lib-row.lib-desc a{
   position: absolute;
   width: 100%;
   bottom: 10px;
   left: 20px;
}

.row-margin-bottom {
   margin-bottom: 20px;
}

.box-shadow {
   -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.10);
   box-shadow: 0 0 10px 0 rgba(0,0,0,.10);
}

.no-padding {
   padding: 0;
}


/*================ end Hotelbgcontainer =================== */



/* From http://stackoverflow.com/questions/18202240/bootstrap-3-grid-with-no-gap
*/
.row-no-padding {
  overflow: hidden !important; }
  .row-no-padding [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: -99999px;
    padding-bottom: 99999px;
background-color:white;	}
  .row-no-padding .seperator-line {
    margin: 20px 0px 20px 0px; }

.full-row-content {
      padding: 40px;
background-color:white;  }
  .full-row-content p {
    font-size: 1.1em;
	color:black;
	}

.full-row-content h3, h4{
	color:black;
}

.servicebanner-1  {
	 
	
	 
    
     
	
	
}


.servicebanner-1 h1 {
	font-size: 89px;
	
	 
    
     
	
	
}



.servicebanner-1 img{
	 width:100% !important;
}

 .spacingpadding{
	 padding-bottom:5px;
 }

@media (min-width: 1024px) and (max-width: 1406px) {
     .full-row-content {
      padding: 30px;
background-color:white;  }
.full-row-content p {
    font-size: 1em;
	color:black;
	}
}


/*================ testimonial =================== */

.testimonialcontainer{

  background:#ff5a2c;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

  padding-bottom:100px;
  padding-top:100px;
}
.testimonial{
  margin: 0 15px;
  padding: 20px 0;
}

.headtestimonial{
  color:  #fff;
  text-align: center;
  text-transform: uppercase;
}


.testimonial .testimonial-profile{
  float: left;
  width: 135px;
  border: 2px solid #fff;
  margin-right: 7%;
}
.testimonial .testimonial-profile img{
  width: 100%;
  height: auto;
  transform: translate(10px,10px);
}
.testimonial .testimonial-content{
  position: relative;
  overflow: hidden;
  padding-left: 10px;
}
.testimonial .testimonial-content:before{
  content: "\f10d";
  font-size: 35px;
  font-family: FontAwesome;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 2px;
  left: 0;
}
.testimonial .testimonial-title{
  margin: 10px 0 8px 0;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.testimonial .testimonial-post{
  display: block;
  color: #fd0;
  margin-bottom: 20px;
}
.testimonial .testimonial-description{
  font-size: 16px;
  color: #fff;
  line-height: 23px;
  margin-bottom: 30px;
}
.owl-theme .owl-controls{
  position: absolute;
  bottom: 0;
  left: 20%;
}
.owl-theme .owl-controls .owl-buttons div{
  border: 1px solid #fff;
  border-radius: 25px;
  padding: 5px 10px;
  background: transparent;
}
.owl-prev:before,
.owl-next:before{
  content: "\f053";
  font-family: FontAwesome;
  font-weight: 900;
  color: #fff;
}
.owl-next:before{
  content: "\f054";
}
@media only screen and (max-width: 767px) {
  .testimonial .testimonial-profile{
    float: none;
    margin: 0 0 15px 0;
  }
  .testimonial .testimonial-content{
    padding-left: 25px;
  }
  .testimonial-content:before{
    left: 10px;
  }
  .owl-theme .owl-controls{
    left: 3%;
  }
}
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #fd0 !important;
  filter: Alpha(Opacity=50);
  opacity: .5;
}

/* =================================================================== */
/*  FOOTER & FOOTER WIDGETS
====================================================================== */
.footer{
  background:#333146;
  padding:30px 0;
  position: relative;
  color:#fff;
  list-style-type:none;
}

.widget_title {
  position: relative;
  margin-bottom:5px;
  padding:10px 0;
}
.widget_title h4 {
  font-size: 14px;
  line-height:0;
  margin-bottom:10px;
  margin-top:0;
}

.footer .widget_title h4 {
  color:#fefefe;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Roboto';
}

.footer .widget_content{
  margin-top: 15px;
}
.footer .widget_content > p {
  font-size: 13px;
}

/* Recent Posts Widget
====================================*/
.links{
  margin:0;
  padding:0;
  list-style-type:none;
}

.links i {
  margin-right: 2px;
}
.links li a {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
}
.links li a:hover{
  color:#ff5a2c !important;
}
.links li span {
  display: block;
  color:#E3E3E3;
  font-size: 12px;
  margin-bottom: 6px;
}


.flickr_badge_image {
  margin: 0px;
  display: inline;
}

.flickr_badge_image img {
  border: 0px solid #666666 !important;
  padding: 1px;
  margin: 2px;
}
#flickr_badge_wrapper {
  width: 300px;
  text-align: left
}


/* Contact Widget
====================================*/
.contact-details-alt{padding:0; list-style-type:none;}
.contact-details-alt li p strong {color:#fff;float: left;margin: 0;font-size:12px; list-style-type:none; /* width:25%; */}
.contact-details li p strong { color:#666; float: left; margin: 0 5px 5px 0; }
.contact-details-alt li {
  margin: 0 0 5px 0;
}
.contact-details p,
.contact-details li,
.contact-details a {color: #666;}
.contact-details-alt p {
  line-height: 18px;
  width: 100%;
  margin:0;
}
.contact-details-alt p a {
  color: #FFFFFF;
  font-weight: 700;
  font-size:12px;
}
.contact-details-alt p a:hover {
  color:#CDCCCC;
}
.contact-details-alt li i {
  float: left;
  font-size: 12px;
  margin: 2px 0 0 0;
  width: 15px;
}

/* Footer Bottom
====================================*/
.footer_bottom{
  background: #33313D;
  padding: 0;
  color:#fff;
}
.copyright {
  font-size: 12px;
  line-height: 40px;
  margin: 0;
}
.copyright a{
  color:#fff;
  text-decoration:none;
}
.copyright a:hover{
  color:#cdcccc;
}

/* Footer Social
====================================*/

.footer_social{
  float: right;
}
.footer-social-icons {
  width: 350px;
  display:block;
  margin: 0 auto;
}
.social-icon {
  color: #fff;
}
ul.social-icons {
  margin-top: 10px;
}
.social-icons li {
  vertical-align: top;
  display: inline;
  height: 100px;
}
.social-icons a {
  color: #fff;
  text-decoration: none;
}
.fa-facebook {
  padding: 7px 9px;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition: .5s;
  background-color: #322f30;
}
.fa-facebook:hover {
  background-color: #3d5b99;
}
.fa-twitter {
  padding: 7px 9px;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition: .5s;
  background-color: #322f30;
}
.fa-twitter:hover {
  background-color: #00aced;
}
.fa-rss {
  padding: 7px 9px;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition: .5s;
  background-color: #322f30;
}
.fa-rss:hover {
  background-color: #eb8231;
}
.fa-youtube {
  padding: 7px 9px;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition: .5s;
  background-color: #322f30;
}
.fa-youtube:hover {
  background-color: #e64a41;
}
.fa-linkedin {
  padding: 7px 9px;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition: .5s;
  background-color: #322f30;
}
.fa-linkedin:hover {
  background-color: #0073a4;
}
.fa-google-plus {
  padding: 7px 9px;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition: .5s;
  background-color: #322f30;
}
.fa-google-plus:hover {
  background-color: #e25714;
}




/* honeymoon-packages css
====================================*/
.honeymoon-page-heading-3{
	  padding-bottom:150px;
  padding-top:150px;
  
  
  background: url('../images/about-bg.jpg') no-repeat center bottom;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


.honeymoon-page-heading{
	  padding-bottom:150px;
  padding-top:150px;
  
  
  background: url('../images/about-bg.jpg') no-repeat center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.honeymoon-page-heading-1{
	  padding-bottom:150px;
  padding-top:150px;
  
  
  background: url('../images/about-bg-1.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.pagehead
{     
    font-size: 36px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
     }
	
.pageline{
    height: 2px;
    width: 30%;
    background-color: #fd0;
    margin: 7px 0 7px 0;
	 }

.honeymoon-page-inner{
	padding-bottom:50px;
  padding-top:50px;
}



/* honeymoon-inner page css
====================================*/


.panelspace{
	
	margin: 20px;
}


.panel-title > a:before {
    float: right !important;
    font-family: FontAwesome;
    content:"\f146"	;
    padding-right: 5px;
	 
}
.panel-title > a.collapsed:before {
    float: right !important;
    content:"\f0fe";
	 
}
.panel-title > a:hover, 
.panel-title > a:active, 
.panel-title > a:focus  {
    text-decoration:none;
}

.tp-inclusions {
    margin-left: 0;
    padding-left: 0px;
    list-style-type: none;
}

.tp-inclusions li::before {
    content: "\f00c";
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    margin-right: 20px;
    
}


.tp-ex li::before {
    content: "\f00d" !important;
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    margin-right: 20px;
     
}
/* about-page--inner page css
====================================*/

.about-page-inner{
	padding-bottom:50px;
  padding-top:50px;
}

.about-page-inner p{
	font-size: 16px;
    text-align: justify;
    font-weight: 700;
}
/* contact-page-inner page css
====================================*/


.contact-page-inner{
	padding-bottom:50px;
  padding-top:50px;
}




.contact-details-alt-1 {
    padding: 0;
    list-style-type: none;
    color: #010d19;
    font-size: 16px;
    font-weight: 400;
}




