*{
    padding:0px;
    margin:0px;
    box-sizing: border-box;    
}
body{
 width: 100%;
 height: auto;
}
/* line 1, /Applications/MAMP/htdocs/palash/cl/july 2019/193 Travel/193 travel html/sass/_sub_menu.scss */
.sub_menu {
  background-color: #eaefff;
  padding: 9px 0px 0px 4px;
}

/* line 16, /Applications/MAMP/htdocs/palash/cl/july 2019/193 Travel/193 travel html/sass/_sub_menu.scss */
.sub_menu .sub_menu_left_content p{
  color: #17b978;
  font-size: 14px;
  font-weight: 700;
}

@media (max-width: 575px) {
  /* line 4, /Applications/MAMP/htdocs/palash/cl/july 2019/193 Travel/193 travel html/sass/_sub_menu.scss */
  .sub_menu .sub_menu_left_content {
    text-align: center;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 4, /Applications/MAMP/htdocs/palash/cl/july 2019/193 Travel/193 travel html/sass/_sub_menu.scss */
  .sub_menu .sub_menu_left_content {
    text-align: center;
  }
}
/* line 16, /Applications/MAMP/htdocs/palash/cl/july 2019/193 Travel/193 travel html/sass/_sub_menu.scss */
.sub_menu .sub_menu_center_content p{
  color: #0c3e72;
  font-size: 13px;
  text-align: center;
  font-weight: 700;
}

/* line 27, /Applications/MAMP/htdocs/palash/cl/july 2019/193 Travel/193 travel html/sass/_sub_menu.scss */
.sub_menu .sub_menu_social_icon {
  float: right;
  text-align: right;
}

@media (max-width: 575px) {
  /* line 27, /Applications/MAMP/htdocs/palash/cl/july 2019/193 Travel/193 travel html/sass/_sub_menu.scss */
  .sub_menu .sub_menu_social_icon {
    text-align: center;
    float: none;
    margin-top: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 27, /Applications/MAMP/htdocs/palash/cl/july 2019/193 Travel/193 travel html/sass/_sub_menu.scss */
  .sub_menu .sub_menu_social_icon {
    text-align: center;
    float: none;
    margin-top: 15px;
  }
}

/* line 49, /Applications/MAMP/htdocs/palash/cl/july 2019/193 Travel/193 travel html/sass/_sub_menu.scss */
.sub_menu .sub_menu_social_icon a {
  color: #0c3e72;
  margin-right: 20px;
  
}

@media (max-width: 575px) {
  /* line 49, /Applications/MAMP/htdocs/palash/cl/july 2019/193 Travel/193 travel html/sass/_sub_menu.scss */
  .sub_menu .sub_menu_social_icon a {
    margin-right: 10px;
  }
}

/* line 55, /Applications/MAMP/htdocs/palash/cl/july 2019/193 Travel/193 travel html/sass/_sub_menu.scss */
.sub_menu .sub_menu_social_icon i{
  transition: 0.5s;
}

/* line 55, /Applications/MAMP/htdocs/palash/cl/july 2019/193 Travel/193 travel html/sass/_sub_menu.scss */
.sub_menu .sub_menu_social_icon i:hover {
  transform: scale(1.4,1.4);
}

.header{
  width: 100%; 
  height: auto;
  position: fixed;
  align-items: center;
  padding: 23px 100px;
  background: white;

  /*add flexbox styles*/

  display: flex;
  justify-content: space-between;
  transition: 0.90s;
  z-index: 100000;
}
.logo1{
  width: 150px;
  height: 50px;           
}
.header nav{
  width: 100%;
  height: auto;
  text-align: center;
}
#check{
  display: none;    
}
.checkbtn{
  font-size: 20px;
  color: #333;
  cursor: pointer;
  display: none;
}
.header nav ul li{
  position: relative;
  display: inline-block;
  margin: 0 15px;
  line-height: 50px;
  list-style: none;
}
.header nav ul li a{
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  color: #0c3e72;
  font-weight: 700;
}

.header nav a:hover{
  text-decoration: none;
  color: #17b978 !important;
}
.logo2{
  width: 150px;
  height: 50px;   
}  
.header.sticky{  
  top: 0;
  padding: 2px 100px;  
  /*background: linear-gradient(45deg, #1de099, #1dc8cd);*/
  background: linear-gradient(45deg, #fff, #f1f1f1 #fff);
}
.header.sticky nav ul li a{
  
} 
#myCarousel .carousel-inner .item img{
  width: 100%;
  height: 500px;
}
.carousel-inner .item .carousel-caption{
  width: 60%;
  height: auto;
  margin: auto;
  padding: 20px 10px;
  background: rgb(0, 0, 0, 0.5);
}
.carousel-inner .item .carousel-caption h4{
  font-size:25px; 
  color:white;
  font-family: "poppins", sans-serif;
  font-weight: 300 !important;
  letter-spacing: 1.5px;
}
.line1{
  width: 80%;
  height: 0.2px;
  margin: auto;
  background: #cfcc22;
}
.single-blog{
  margin: 30px 0px 30px 0px;
  padding: 50px 30px;
  transition: 0.90s;
  background: #f1f1f1;  
}
.single-blog i{
  font-size: 35px;
  color: green;
}
.single-blog h2{
  font-size: 28px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600 !important;
  color: #333;
}
.single-blog p{
  font-size: 15px;
  font-weight: 200 !important;
  font-family: "poppins", sans-serif;
  letter-spacing: 0.5px;
}
.single-blog:hover{
  color: white;
  background: rgb(49, 168, 31);
}
.single-service{
  margin:20px 10px;
  padding:20px; 
  background: #f9f9ff;
  transition: 0.80s;
}
.single-service .detail{
  padding-top:13px; 
}
.single-service:hover{
  color: white;
  background:  rgb(49, 168, 31);
}
.content-area{
  width: 100%;
  height: 100px;
  background: gray;
  text-align: center;
}
.content-area img{
  width: 100%;
  height: 200px;
}
.content-area p{
  font-size: 20px;
  color:white;
  margin-top: -120px;
  position: absolute;          
  font-family: 'Proxima Nova Thin', sans-serif;          
  width: 100%;
  height: auto;
  text-transform: uppercase;
  text-align: center;      
}
.about-content1{
  width: 80%;
  height: auto;
  margin: auto;
  padding: 0px 0px 40px 0px;
}
.about-content1 p{
  font-size: 25px;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  text-align: justify;
  text-justify: inter-word;
}
.about-content2{
  width: 80%;
  height: auto;
  margin: auto;
}
.about-content2 p{
  width: 100%;
  height: auto;
  font-size: 15px;
  font-family: "poppins", sans-serif;
  letter-spacing: 1px;
  text-align: justify;
  text-justify: inter-word;
  line-height: 30px;
  /*margin-top: -120px;
  position: absolute;  */     
}
.team-area{
  
}
.section-heading{
  text-align: center;
  margin-bottom: 50px;
  font-size: 30px;
  font-family: bignoodletitling;
  letter-spacing: 3px;
  font-weight: 300;
}
.team-single{
  margin: 0px;
  height: auto;
}
.content-area2{
  transform: perspective(1000px);
  transition: 1s;
  transform-style: preserve-3d;
  position: relative;
}
.side-one{
  position: relative;
  transform: rotateY(0eg);
  z-index: 2;
  margin-top: 20px;
  border: none;
}
.card{
  border: none;
}
.img-area{
  border-radius: 50%;
  display: inline-block;
  overflow: hidden;
  width: 280px;
  height: 280px;
}
.img-area img{
  width: 100%;
  height: 100%;
}
.side-one h3{
  letter-spacing: 1px;
  font-size: 20px;
  font-weight: 600;
}
.side-one p{
  font-size: 14px;
  font-family: merienda;
}
.team-single:hover .side-one{
  transform: rotateY(180deg);
}
.team-single:hover .side-two{
  transform: rotateY(0deg);
  border-radius: 5px;
}
.side-two{
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  background: #2c3e50;
  transform: rotateY(-180deg);
}
.side-one, 
.side-two{
  backface-visibility: hidden;
  transition: 1s;
  transform-style: preserve-3d;
}
.side-two .card a{
  font-size: 13px;
} 
.side-two .card ul li{
  transition: 0.5s; 
} 
.side-two .card ul li:hover{
  transform: scale(1.05,1.05); 
} 
.side-two h3{
  letter-spacing: 1px;
  font-size: 20px;
  font-weight: 600;
} 
.side-two p{
  font-size: 14px;
  font-family: merienda;
  text-align: justify;
}
.contact-content1{
  width: 90%;
  height: auto; 
  padding: 30px 0px;

  /*add flexbox styles*/

  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  margin: auto;
}
.contact-content1-left{
  width: 50%;
  height: auto;
  padding: 30px 0px;
  text-align: center;
}
.contact-content1-right{
  width: 40%;
  height: auto;
  padding: 50px 0px 0px 50px;
}
.box{
  width: 100%;
  display: block;
}
/*.box p{
  color: #8f8d19;
  text-transform: uppercase;
  font-family: bignoodletitling;
  font-weight: 500;
  text-align: center;
  font-size: 18px;
  letter-spacing: 1px;
}*/
.box input[type = "text"]{
  width: 80%;
  padding: 14px 10px;
  margin: 20px auto;
  border: 1px solid #333; 
  border-radius: 10px;
  transition: 0.25s;
  font-size: 14px;
}
.box textarea{
  width: 80%;
  height: 200px;
  padding: 14px 10px;
  margin: 20px auto;
  border: 1px solid #333; 
  border-radius: 0px;
  transition: 0.25s;
  font-size: 14px;
}
.box input[type = "text"]:focus, .box textarea:focus{
  width: 90%;
  border-color: #2ecc71;
}
.box input[type = "submit"]{
  width: 40%;
  background: linear-gradient(45deg, #1de099, #1dc8cd);
  margin: 20px;
  text-align: center;
  border: 2px solid #333;
  padding: 14px 0px;
  font-family: "poppins", sans-serif;
  font-size: 16px;
  transition: 0.30s;
  cursor: pointer;
  text-transform: capitalize;
  color: #fff;
}
.box input[type = "submit"]:hover{
  border: 6px solid #333;
}
.contact-content1-right p{
  font-size: 12px;
  line-height: 25px;
}
.nav-tabs .nav-item a{
  color: #3498db;
  font-family: verdana;
  font-size: 14px;
  text-align: justify;
  text-justify: inter-word;
  box-shadow: 1px 1px 1px 1px grey;  
  font-weight: 200;
}
.tab-content > div h1{
  color: #2c3e50;
  font-family: verdana;
  text-align: justify;
  text-justify: inter-word;  
  padding-top: 30px;
}
.tab-content > div p{
  color: black;
  font-family: "poppins", sans-serif;
  font-size: 16px;
  padding-top: 30px;
  text-align: justify;
  text-justify: inter-word;
  line-height: 25px;
  letter-spacing: 1px;
}
.container .persons{
  padding:20px;
  max-width:100%;
  height:auto;
  margin:auto;
  position:relative;
}
.container .persons:before,
.container .persons:after{
  clear:both;
  content:"";
  display:table;
}
.container .persons .person{
  width: 31%;
  margin: 0px 20px 30px 0px;
  padding:20px;
  display:table;
  float:left;
  cursor:pointer;
  transition: 1s;
  background: #f9f9ff;
}
.container .persons .person .avatar img{
  width: 100%;
  height:200px;
  display:inline-block;        
  vertical-align:middle;
}
.container .persons .person:hover{
  background:rgb(49, 168, 31);
}
.service-container .persons .person.active{
  transform: scale(1.1,1);
  background:#fab700;
}
.container .persons .person .fullname{
  width: 100%;
  display:block; 
  font-size:25px;
  padding: 10px 0px 0px 0px;
}
.container .persons .person .js-description{
  display:none;
}
.container .persons .person .js-description img{
  width: 45%;
  height: 280px;
  float: left;
}
.container .persons .person .js-description p{
  width: 45%;
  float: right;
}
.container .persons .js-dropdown{
  flex: left;
  margin: 40px 0 20px;
  width: 100%;
  display:flex;
  border-width:0 0 10px 20px;
  text-align: justify;
  text-justify: inter-word;
}


   /*-------------------------------------------------------------------------------------
  RESPONSIVE STYLES
  -------------------------------------------------------------------------------------*/
  
  /* Large devices (large desktops, 11990px and up) */
  @media screen  and (min-width: 1199px)
  {
      
  }
  /* Large devices (large screen, 1024px and up) */
  @media screen and (max-width: 1199px) and (min-width: 1024px)
  { 
    .header{
      padding: 30px 40px;
    }
    .header .logo2{
      display: none
    } 
    .header nav{
      display: block;
    }    
    .header nav .checkbtn{
      display: none;
    }      
  }

  /* Medium devices (desktops, 992px and up) */
  @media screen and (max-width: 1023px) and (min-width: 700px)
  {
    .header{
      padding: 30px 80px;
    }
    .header .logo1{
      display: none
    } 
    .header nav{
      display: block;
    }    
    .header nav .checkbtn{
      display: block;
    }
    .header nav ul{
      position: fixed;
      width: 100%;
      height: 100%;
      background:white;
      top: 70px;
      left: -100%;
      text-align: center;
      transition: all .5s;
    }
    .header nav ul li{
      display: block;
    }
    .header nav ul li a{
      color: #0c3e72;
      font-weight: 700;
      font-size: 10px;
    }
    #check:checked ~ ul{
      left: 0;
    }
    .header.sticky{  
      padding: 30px 50px;  
    }
  .content{
    width: 70%;
  }
  .contact-content1 .contact-content1-left{
    width: 100%;
  }
  .contact-content1 .contact-content1-right{
    width: 100%;
  }
  .service-container .card{
    width: 60%;
    margin: auto;
  }
  .container .persons .person{
    width: 100%;
  }
  }

  @media screen and (max-width: 700px) and (min-width: 500px)
  {
    .header{
      padding: 30px 80px;
    }
    .header .logo1{
      display: none
    } 
    .header nav{
      display: block;
    }    
    .header nav .checkbtn{
      display: block;
    }
    .header nav ul{
      position: fixed;
      width: 100%;
      height: 100%;
      background:white;
      top: 70px;
      left: -100%;
      text-align: center;
      transition: all .5s;
    }
    .header nav ul li{
      display: block;
    }
    .header nav ul li a{
      color: #0c3e72;
      font-weight: 700;
      font-size: 10px;
    }
    #check:checked ~ ul{
      left: 0;
    }
    .header.sticky{  
      padding: 30px 50px;  
    }
    carousel .carousel-inner .item img{
      height: 400px;
    }
    .carousel-inner .item .carousel-caption{
      width: 80%;
    }
  .content{
    width: 70%;
  }
  .single-blog{
    margin: 0px 0px 0px 0px;
  }
  .about-content1{
    width: 90%;
  }
  .about-content1{
    width: 90%;
  }
  .contact-content1 .contact-content1-left{
    width: 100%;
  }
  .contact-content1 .contact-content1-right{
    width: 100%;
  }
  .container .persons .person{
    width: 100%;
  }
}
  @media screen and (max-width: 500px)
  { 
  .header{
    padding: 30px 80px;
  }
  .header .logo1{
    display: none
  } 
  .header nav{
    display: block;
  }    
  .header nav .checkbtn{
    display: block;
  }
  .header nav ul{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, 1);
    top: 70px;
    left: -100%;
    text-align: center;
    transition: all .5s;
  }
  .header nav ul li{
    display: block;
  }
  .header nav ul li a{
    color: #0c3e72;
    font-weight: 600;
    font-size: 12px;
  }
  #check:checked ~ ul{
    left: 0;
  }
  .logo1{
    widows: 30px;
    height: 20px;           
}
  .header.sticky{  
    padding: 30px 50px;  
  }
  carousel .carousel-inner .item img{
    height: 300px;
  }
  .carousel-inner .item .carousel-caption{
    width: 80%;
    margin:auto;
  }
  .content{
    width: 70%;
  }
  .single-blog{
    margin: 0px 0px 0px 0px;
  }
  .about-content1{
    width: 90%;
  }
  .about-content2{
    width: 90%;
  }
  .img-area{
    width: 200px;
    height: 200px;
  }
  .contact-content1 .contact-content1-left{
    width: 100%;
  }
  .contact-content1 .contact-content1-right{
    width: 100%;
    padding: 50px 0px 0px 10px;
  }
  .container .persons .person{
    width: 100%;  
    border-left: medium none;
  }
  .js-description img{
    display: none;
  }
  .js-description p{
    width: 100%;
  }

}



  