@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i');
@import url('https://fonts.googleapis.com/css?family=Raleway:300,300i,400,500,500i,600,600i');
@import url('https://fonts.googleapis.com/css?family=Fondamento:400,400i&display=swap');
body{
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
	font-weight:400;
	color:#414141;
	line-height:24px;
}
ul,ol{list-style:none;margin:0;padding:0;}
h1,h2,h3,h4,h5,h6{margin:0;padding:0;font-family: 'Fondamento', cursive;color:#000;}
h3,h4,h5,h6{}
h1,h2{font-weight:700}

a{text-decoration:none;color:#000;}
a:focus{outline:none;}
a:hover{text-decoration:none;-webkit-transition: .5s ease;transition:.5s ease}
.margin-0{margin:0;}
.rh-img-responsive{width:100%;height:auto;}
.write-up{margin:0 0 30px 0}
.bg-color-blue{background:#E91D24;color:#fff}
.section-padding-60x70{padding:60px 0px 70px 0px;}
.section-padding-120x110{padding:120px 0px 110px 0px;}
.section-padding-140x140{padding:140px 0px 140px 0px;}
.section-padding-50x100{padding:50px 0px 100px 0px;}
.section-padding-80x0{padding:80px 0px;}
.section-padding-3d{padding:83px 0px 13px;}
.section-padding-b0{padding:100px 0px 0px 0px}
.section-padding-b1{padding:100px 0px 50px 0px}
.section-padding-100x50{padding:100px 0px 50px 0px}
.section-padding-50x0{padding:50px 0px 0px 0px}
.section-padding-90x90{padding:90px 0px;}
.sp-topbot-50px{padding:50px 0px;}

.owl-carousel .owl-stage, .owl-carousel.owl-drag .owl-item{
    -ms-touch-action:auto;
    touch-action:auto;
}
.slicknav_menu {
    display:none;
}

/* Header Area */
.header-area{}

.header-phone {
  margin: 33px 0;
}
.header-phone  a {
  background: #fff none repeat scroll 0 0;
  border-radius: 15px;
  color: #000;
  display: inline-block;
  padding: 5px 15px;
  transition:.5s
}
.header-phone  a:hover {
  background: #000 none repeat scroll 0 0;
  color: #fff;
}
/* Main Navigation Area */
.main-navigation-area {
  background:rgba(255,255,255,.6);
  left: 0;
  min-height: 100px;
  position: absolute;
  top: 0;
  width: 100%;
   -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index:9
}
.main-navigation-area2 {
 background:#2C5D2D;
  height: 80px;
  min-height: 0;
  color:#000;
}
/* Logo */
.logo {
  margin: 6px 0;
  overflow: hidden;
}
.logo img{max-width:100%;height:auto;}

/* Navigation */
.padding-fix{padding:0;}

div.navigation {
  float: right;
  margin: 33px 0 0;
}
.navigation ul{
    list-style: outside none none;
    margin: 0;
    padding: 0;
	
}
.navigation ul#nav li {
    float:left;
    position: relative;
}
.navigation ul#nav li a {
  color: #000;
  display: block;
 font-family: 'Fondamento', cursive;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 39px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 6px 28px;
  text-decoration: none;
  transition: all 0.5s ease 0s;
  text-align:left;
}

.navigation ul#nav li a:hover {
	color:#000;
	background:#fff;
}

/*First dorpdown*/
.navigation ul#nav ul {
  display: none;
  left: 0;
  padding: 0;
  position: absolute;
  top: 99.99%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.75) none repeat scroll 0 0;
}
.navigation ul#nav ul li {
	float: none;
	width: 320px;
}
.navigation ul#nav ul li a {
  border-radius: 0;
  color: #fff;
  margin: 0;
  padding: 10px 20px;
}
.navigation ul#nav ul li a:hover{

}
.navigation ul#nav li:hover ul {
	display:block
}

/*Seocnd dropdown*/
.navigation ul#nav ul ul,.navigation ul#nav ul ul ul {
  left: 100%;
  top: 0;  display: none !important;
  padding:0;
}
.navigation ul#nav ul li:hover ul{display: block !important;} 

/* sticky navigation */

.stcik {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    border-top: 0;
	 -webkit-animation: smoothScroll 1s forwards;
	         animation: smoothScroll 1s forwards;
}
@-webkit-keyframes smoothScroll {
	0% {
		-webkit-transform: translateY(-40px);
		        transform: translateY(-40px);
	}
	100% {
		-webkit-transform: translateY(0px);
		        transform: translateY(0px);
	}
}
@keyframes smoothScroll {
	0% {
		-webkit-transform: translateY(-40px);
		        transform: translateY(-40px);
	}
	100% {
		-webkit-transform: translateY(0px);
		        transform: translateY(0px);
	}
}
.main-navigation-area2.stcik, .main-navigation-area.stcik {
  background: #fff none repeat scroll 0 0;
  color: #000;
  height:100px;
  min-height: 0;
}
.stcik div.logo-area {
	margin:0;

}
.stcik div.logo img {
-webkit-transition: 0.6s;
transition:0.6s
}

.main-navigation-area2 .logo img{width:50%}
.main-navigation-area2 .navigation ul#nav li a {
  color: #fff;
  display: block;
  font-family: "Roboto",sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 28px 15px;
  text-decoration: none;
}
.main-navigation-area2 .navigation ul#nav ul li a {
    color: #fff;
	padding:10px 20px;
}

.stcik div.navigation {

 -webkit-transition: 0.6s;
 transition:0.6s
}

.stcik div{-webkit-transition: 0.6s;transition:0.6s}

.stcik div .navigation ul#nav li a {

}
.stcik .navigation ul#nav ul li a {
    color: #fff;
	padding:10px 20px;
	margin:0;
}
.stcik .navigation ul#nav ul li a:hover {
    color: #000;
	
}
.stcik .header-phone .textwidget a {
background:#000;
color:#fff;
}



/* slider area */
.slider-fill{width:100%;height:100vh;}
.slider-middel-text {
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.slider-middel-text h1 {
	color: #000;
	font-size: 76px;
	font-family: "Roboto",sans-serif;
	text-transform: uppercase;
}
.slider-middel-text > h3 {
  color: #000;
  font-size: 46px;
  font-weight: 500;
  font-family: "Roboto",sans-serif;
}
.bttn-main {
  margin-top: 30px;
}
.bttn-main > a {
  display: inline-block;
  margin: 5px;
  padding: 8px 75px;
}
.bttn-main > a:hover {
  color:#477A8F;
}
.bg-color-white{background:#fff;color:#000}
.bg-color-black{background:#000;color:#fff}
.promotion-area{width:100%;height:350px;}
.promo-wrap h1{font-size:38px;color:#fff;line-height:60px;font-style:italic;font-weight:400;padding-top:100px;}
/* swiper */
.swiper-container {
      width: 100%;
      height: auto;
      margin-left: auto;
      margin-right: auto;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      height: auto;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;

}

.swiper-slide img{width:100%;height:auto;}

/* ==========================================================================
   Section Heading & Sub Heading
   ========================================================================== */
   .most-popular-tour a{color:#414141!important}
.section-heading-area{margin-bottom:50px;}
.section-title {
  color: #000;
  font-size: 46px;
  line-height: 38px;
  margin-bottom: 20px;
}
.section-subheading{color:#555555;font-size:13px;font-weight:400;}
/* ==========================================================================
   Most Popular Tour Section
   ========================================================================== */
.most-popular-tour-single-item {
  margin-bottom: 30px;
  border: 1px solid #ddd;
  border-radius:3px;
  overflow:hidden;
}
.most-popular-tour-single-item:hover{cursor:pointer}
.most-popular-tour-single-item img{width:100%;height:auto;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.most-popular-tour-single-item:hover.most-popular-tour-single-item img {
 -webkit-transform: scale(1.025);
  transform: scale(1.025);
  cursor:pointer;
}
.left-item {
  float: none;
  width: 100%;
} 
.most-popular-tour-content {
	overflow: hidden;
	padding: 15px;
}
.right-item > h4 {
  border-radius: 15px 0 0 15px;
  color: #fff;
  display: block;
  font-size: 12px;
  padding: 5px;
  text-align: center;
}
.most-popular-tour-content .left-item > h2 {
	color: #000;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 15px;
}
.most-popular-tour-content .right-item {
  float: right;
  width: 30%;
}
 .right-item > h3 {
  display: block;
  font-size: 23px;
  line-height: 22px;
  margin-top: 10px;
  text-align: center;
}
.right-item span {
  display: block;
  text-align: center;
}
/* ==========================================================================
   Dhaka Walk Area
   ========================================================================== */
.dhaka-walk-area {
	height:450px;
}

.dhaka-walk-single{
  border-radius: 3px;
  padding: 30px;
}
.dhaka-walk-single > h2 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 15px;
}
.dhaka-walk-single > p {
  color: #fff;
  font-size: 14px;
}
.bttn-dhaka > a {
  background: #fff none repeat scroll 0 0;
  color: #000;
  display: inline-block;
  padding: 5px 75px;
}
.bttn-dhaka > a:hover{background:#000;color:#fff}


/* ==========================================================================
   Why Choose Us
   ========================================================================== */
.wcu-single-item{margin-bottom:30px;}
.img-wrapper {

}

.img-wrapper > img {
  max-width:100%;
  height:auto;
  margin-bottom:15px
}
.wcu-content > h3 {
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 15px;
	color: #000;
	font-family: "Roboto",sans-serif;
}

/* ==========================================================================
   Special Offer Banner
   ========================================================================== */

.special-offer-area{height:600px}
.special-offer-area .bttn-dhaka {
  margin-top: 30px;
}
.special-offer-area .dhaka-walk-single {
  padding: 60px;
}
.special-offer-area .dhaka-walk-single > h2 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 15px;
  position:relative;
  padding-bottom:10px;
}
.special-offer-area .dhaka-walk-single > h2::before {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  top: 100%;
  transform: translate(-50%, -100%);
  width: 100px;
}
.special-offer-area .dhaka-walk-single.text-center > h1 {
  color: #fff;
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 20px;
}


/* ==========================================================================
	Footer Area
   ========================================================================== */
.footer-top-area {
  background: #222324 none repeat scroll 0 0;
  border-bottom: 1px solid #414141;
  color:#fff;
}
.footer-top-area a{color:#fff;}
.footer-top-area a:hover{color:#0B2644;}

.footer-logo {
  margin-bottom: 30px;
}
.footer-logo > img {
  height: auto;
  width: 100%;
}
.footer-box{}
.footer-box p{margin:0}
.footer-widget-title {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 30px;
}
.footer-box > img {
  height: auto;
  max-width: 100%;
}
.footer-blog-single-item {
  margin-bottom: 15px;
  overflow:hidden;
}
.footer-blog-img {
  float: left;
  width: 30%;
}
.footer-blog-img img {
max-width:100%;
height:auto;
}
.footer-blog-title {
  float: right;
  width: 70%;
}
.footer-box p span{font-size:16px;color:#fff;font-weight:500;line-height:24px;margin:0;margin-right:5px;}
.footer-social {
  margin-top: 30px;
}
.footer-social img {
  margin: 0 10px 0 5px;
}
.copy-right p {
  margin: 10px 0 0;
}
.sity-by-area{background:#000;}
.sity-by-area .site-by-contain p{margin:0;color:#fff;padding:12px 0px}
.sity-by-area .site-by-contain a{ color:#fff;;}
.sity-by-area .site-by-contain a:hover{ color:#E5BE2E;}
.sity-by-area .site-by-contain img{margin-right:5px;}






/* =========================================================================================================================================================================
   Page Template Style
   =========================================================================================================================================================================*/

   

/* ==========================================================================
   banner
   ========================================================================== */
.page-banner{width:100%;height:450px;position:relative;}
.banner-text {
  left: 50%;
  position: absolute;
  text-align: center;
  top: 80%;
  transform: translate(-50%, -80%);
  -moz-transform: translate(-50%, -80%);
  -o-transform: translate(-50%, -80%);
  -webkit-transform: translate(-50%, -80%);
  width: 100%;
}
.banner-text h1 {
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 10px;
}
.banner-text > p {
  color: #fff;
  font-size:13px;
}
/* ==========================================================================
   Blog Single item
   ========================================================================== */
.sub-heading-blog{font-size:16px;}
.blog-body > img {
  height: auto;
  margin-bottom: 30px;
  width: 100%;
}

.most-popular-tour-single-item.md-related-fix > a:hover {
  color: #414141;
}


/* ==========================================================================
   portfolio
   ========================================================================== */

.portfolio-area{}
.portfolio-area .section-title {
	font-size: 34px;
	margin-bottom: 15px;
}
.portfolio-area .section-heading-area {
	margin-bottom: 50px;
	margin-top: 50px;
}
.content-area {
	margin-bottom: 60px;
	overflow: hidden;
}
.portfoli-title, .content-area h2{
	margin-bottom:10px;
	font-size:30px;
}

.download-cv{
	text-decoration:none;
	text-align:center;
	display:inline-block;
	padding:15px 30px;
	color:white;
	background:#212121;
	letter-spacing:1px;
	transition:.5s;
	border:1px solid black;
	margin-top:20px;
}
.download-cv:hover{
	color:black;
	border:1px solid black;
	background:none;
}

.image-area img{
	width:100%;
	height:auto;
}
.margin-40{margin:20px 0;overflow:hidden;}

.special-text-area h3{
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 15px;
	color: #000;
	font-family: "Roboto",sans-serif;
}




.ex-content{
	float:left;
	width:70%;
	margin-right:20px;
	
}
.ex-content h3{
	font-size:25px;
	font-family: "Roboto",sans-serif;
	margin-bottom:15px;
}
.ex-content h4{
	margin:10px 0px;
	color:#616161;
	font-family: "Roboto",sans-serif;
}
.ex-content h5 {
	font-family: "Roboto",sans-serif;
	color: #616161;
	font-size: 14px;
	font-weight: 600;
}

.ex-image{
	width: 28%;
    float: right;
	text-align:center;
}
.ex-content h4 {
	margin: 10px 0px;
	color: #616161;
	font-family: "Roboto",sans-serif;
	font-size: 18px;
}
.ex-image img{
	width:100%;
}


.area, .pro-area{
	margin-bottom:50px!important;
	overflow:hidden;
}
.pro-content{
	float:left;
	width: 70%;
}
.pro-img {
    float: right;
    width: 28%;
}

.pro-img img {
    width: 100%;
}

.professional-training {
    display: inline-block;
    padding: 50px 0;
}

.pro-content h3 {
	font-size:25px;
	font-family: "Roboto",sans-serif;
	margin-bottom:15px;
}



.pro-content {
	padding-top: 50px;
}
.pro-area {
    margin-bottom: 50px;
    display: inline-block;
}

.pro-area:last-child {
    margin-bottom: 0;
}

.education-area{
	display: flow-root;
	padding: 50px 0;
}

.education-area h2 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 50px;
}
.img-area {
    width: 3%;
    display: inline-block;
    float: left;
}

.edu-info {
    width: 96%;
    float: right;
}

.img-area img {
    width: 30px;
}

.edu-info h4 {
    font-size: 20px;
    font-family: "Roboto",sans-serif;
}

.edu-info h5 {
    font-size: 22px;
    margin: 5px 0;
    color:#000;
    font-family: "Roboto",sans-serif;
}

.edu-info p {
    margin: 8px 0;
    font-size: 20px;
}

.edu-info .subject, .edu-info .point {
    font-size: 15px;
}

.edu-info .point {
    font-weight: 600;
}
.edu-details {
    display: flow-root;
    margin-bottom: 40px!important;
}

.edu-details:last-child {
    margin-bottom: 0;
}
/* ==========================================================================
   Contact Us
   ========================================================================== */
.contact-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
}
.contact-single-item > img {
  left: -2%;
  position: absolute;
  top: 15%;
  transform: translate(2%, -15%);
}
.address-wrap li {
  color: #000;
  font-size: 14px;
  margin: 12px 0;
}
.address-wrap img {
  float: left;
  margin: 12px 10px 0 8px;
}
.contact-single-item{margin-bottom:15px;}
.contact-single-item input[type="text"],.contact-single-item input[type="email"],.contact-single-item input[type="tel"]{
	width:100%;
	padding:10px;
	border-radius:2px;
	border:1px solid #B9B9B9;
	
	
	}

.contact-single-item textarea{
	width:100%;height:120px;resize:none;
	padding:10px 10px;
	border:1px solid #B9B9B9;}
.contact-single-item input[type="submit"] {
  background: #000 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  margin: 15px 0;
  padding: 8px 42px;
  border:1px solid #000;
}

.contact-single-item input:hover[type="submit"]{background:#fff;color:#000;cursor:pointer;border:1px solid #000}

/* ==========================================================================
   map area
   ========================================================================== */
.map-area{}
.map-area iframe {
  height: 450px;
  width: 100%;
}


/* ==========================================================================
  photo gallery
   ========================================================================== */

 .lc-gallery-total{margin-left:-1%}
 .lc-gallery-single {
	float: left;
	height: 300px;
	margin-bottom: 1%;
	margin-left: 1%;
	position:relative;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	display: block;
	opacity: 1;
	overflow:hidden;
}
.lc-large{width:60%}
.lc-small{width:32.26%}
   
.gallery-overley{
	transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color:rgba(76,123,139,.9);
  font-size: 38px;
	height:100%;
	width:100%;

}
.ovr_imag {
  background: rgba(0, 0, 0, 0) url("../img/gallery-oveley-icon.png") repeat scroll 0 0;
  background-position: center;
  width: 100%;
  height: 50px;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  
}
.lc-gallery-single:hover .gallery-overley {
opacity: 1;
cursor:pointer;
  
}


/* ==========================================================================
  Clients feedback
   ========================================================================== */
.clients-feedbak-area{height:450px;width:100%;padding:100px 0px}
.clients-feedbak-area .section-heading-area .section-title,.clients-feedbak-area .section-heading-area .section-subheading {color:#fff;}
.clients-feedback-wrapper{}
.clients-testimonial-single-item p,h5,h6{color:#fff;}
.clients-testimonial-single-item h5 {
  font-size: 16px;
  line-height: 20px;
}
 .clients-feedbak-area .owl-nav {
  display: none;
}
.clients-testimonial-single-item h6{  font-size: 12px;}
.clients-feedback-wrapper .owl-dots {
  left: 50%;
  position: absolute;
  top: 130%;
  transform: translate(-50%, -130%);
}
.clients-feedback-wrapper .owl-dot.active {
     background: #000!important;
	  border: 0px solid #fff!important;
}
.clients-feedback-wrapper .owl-dot {
  border: 1px solid #fff!important;
  border-radius: 100%;
  display: inline-block;
  height: 10px;
  margin-right: 15px;
  width:10px;
  background: transparent !important;
}
 .owl-carousel .owl-dots.disabled{
  display: block;
}


/* ==========================================================================
    blog
   ========================================================================== */
.blog_content_  .title{font-size:26px!Important;line-height:30px;font-family: "Roboto",sans-serif;}
.blog_content_ h1{font-size:20px;margin-bottom:15px;	font-family: "Roboto",sans-serif;}
.blog_content_ h2{font-size:18px;margin-bottom:15px;	font-family: "Roboto",sans-serif;}
.blog_content_ h3{font-size:18px;margin-bottom:10px;	font-family: "Roboto",sans-serif;}
.blog_content_ h4,.blog_content_ h5,.blog_content_ h6{font-size:18px;margin-bottom:10px;font-family: "Roboto",sans-serif;}
.blog_content_ img {
  height: auto;
  width: 100%;
}
 .image-block img {
	width: 100%;
	height: auto;
}
.rh-bl.most-popular-tour .left-item h2{font-family: "Roboto",sans-serif;}

