body{
  margin: 0 auto;
  font-family: "Arial", sans-serif;
}
#af-form-479294937 {
  display: block;
  overflow: hidden;
    background-color: #800808;
    border-color: transparent;
    border-width: none;
    border-style: none;
}

#af-form-479294937 .af-header {
    padding-bottom: 1px;
    padding-top: 1px;
    padding-right: 10px;
    padding-left: 10px;
    background-color: #0479C2;
    background-repeat: repeat-x;
    background-position: bottom;
    background-image: url(https://cdn1.gttwl.net/attachments/creativeweb.gttwl2.com/nzjizypk331/1575499619_original.png);
    border-width: 1px;
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
    border-top-style: none;
    color: #FFFFFF;
    font-size: 24px;
    font-family: Times New Roman, serif;
}

.af-form {
    text-align: left;
    margin: 0;
}
.aboutbtn{
  border: 1px solid black;
  border-radius: 255px;
  padding: 10px;
  color: black;
}
.about{
  float: left;
}

.about p{
  font-size: 14px;
}
.card{
  padding-right: 0px;
  padding-left: 0px;
  height: 31.26em;
  margin-top: 16px;
}

.card-text:last-child{
  text-transform: lowercase;
  /*text-overflow: ellipsis;*/
}
.text{
  background-color: #0000008c; 
  position:absolute; 
  bottom: 0;
}
.text h4{
  color: white; 
}
.text p{
  font-size: 14px;
  display:block; 
  color: white; 
  font-family:'Tahoma', sans-serif
}

.column .text{
  padding-left:11px;
  font-family:"Tw Cen MT Condensed",Impact, Charcoal, sans-serif;
  font-size: 22px;
  color: white;
  visibility: hidden;
  margin-top: 155px;
}
.column:hover .text {
  visibility: visible;
}
.cfooter{
  padding-bottom: 25px;
}

.btn{
  border: 1px solid white;
  border-radius: 25px;
  color: white;
  font-family: "Montserrat";
  padding: 10px;
}

blockquote {
  display: block;
  border-width: 2px 0;
  border-style: solid;
  border-color: #eee;
  padding: 1.5em 0 0.5em;
  margin: 1.5em 0;
  position: relative;
}

.card-img-top{
  height: 193px;
}

.carousel-item{
  height: 100vh;
  width: 100%;
  min-height: 600px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  background-size: cover;
}

.carousel-caption{
  bottom: 241px;
}

.carousel-caption h5{
  padding: 0;
  font-size: 60px;
  font-family: "MV Boli", Times,  sans-serif;
}

.cfooter{
  padding-left: 25px;
}

.comma{
  border-radius: 50%;
  position: relative;
  z-index: 9;
  margin-left: 60px;
  background-color: #aacbe0;
  width: 60px;
  height: 60px; 
  margin-top: -34px;
}



h2{
  font-family: "BodoniFLF", sans-serif;
}

h3{
  font-family: "Arial", sans-serif;
  color: white;
  font-size: 46px;
  padding: 8px;
  text-align: center;
}



.header-section{
  height: 600px;
  margin-top: -56px;
  background-color:#aaa;
  opacity:.3em;
  position:relative;
  overflow:hidden;
}

.header-section::after{
  content:"";
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  background-color:#00000030;
  
}
.grid{
  position: relative;
  width: 100%;
  overflow: hidden;
  display:block;
  box-shadow:4px 5px 10px #0000004f;
}
.grid-container{
  display: flex;
  z-index: 9px;
}
.grid1{
  float:left;
}
.grid2{
  float:left;
}
.grid3{
  float:left;
}

.navbar-light .navbar-brand {
  color: #fff;
  font-size: 25px;
  letter-spacing: 2px;
}

.navbar-light #navbarNav .nav-link{
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  font-family: "Montserrat",sans-serif;
  
}
.navbar-light #navbarNav .nav-item{
  padding-left: 30px;
}

.testimonial{
  float:left;
}
.testimony{
  background-color: #f5f8fb;
  width: 100%;
  height: 246px;
  padding: 10px;
}

.testimony p{
  text-align: left;
  font-size:14px;
}

.testimony img{
  height: 170px;
}

.testimony img::before{
  width: 100px; 
  height: 100px;
}

.testimony .img{
  float: left;
  margin: 0 auto;
  padding-left: 59px;
  padding-top: 20px;
}

.travel-container .column {
  float: left;
  background: no-repeat ;
  background-size: cover;
  min-height: 242px;
}

.travel-container .hover-shadow {
  transition: 0.3s;
}

.travel-container .hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  
}
.travel-container .row > .column {
  padding: 0 0px;
  position: relative;
}

.travel-container .row:after {
  content: "";
  display: table;
  clear: both;
}



/* For tablets*/
@media only screen and (max-width: 768px) {
  .about p{
    font-size:13px;
  }
  
  
  .col-md-6{
    max-width: 100%;
  }
  .comma{
    width: 50px;
    height: 50px;
  }
  .testimony{
    height: 302px;
  }
  .testimony p{
    font-size:13px;
  }
  
   .travel-container .column {
    background: no-repeat ;
    background-size: cover;
    min-height: 242px;
  }
  
 
  .travel-container .column1 {
    background: no-repeat ;
    background-size: cover;
    
  }

} 


/* For mobile phones: */
@media only screen and (max-width: 40em) {
  .btn{
    font-size: 13px;
  }
  
  .carousel-caption h5{
    text-align: center;
    font-size: 43px;
  }
  
  .comma{
    width: 50px;
    height: 50px;
  }
  
  .grid1{
    padding-top: 15px;
    padding-bottom: 15px;
    box-shadow: none;
  }
  .grid2{
    padding-top: 15px;
    padding-bottom: 15px;
    box-shadow: none;
  }
  .grid3{
    padding-top: 15px;
    padding-bottom: 15px;
    box-shadow: none;
  }
  
  .testimonial{
    padding-top: 46px;
  }
 
  .travel-container .column {
    background: no-repeat ;
    background-size: cover;
    min-height: 310px;
  }
  
  

}