/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300&display=swap');
 
 body {
padding:0;
margin:0;
}

/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:rgba(255,255,255,0.7);
  /* change if the mask should have another color then white */
  z-index: 2000;
  /* makes sure it stays on top */
}

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-image: url(../images/loader.gif);
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  /* is width and height divided by two */
}
/* Preloader end*/

.clr{clear:both;}


.gap{padding:100px 0 40px;}

.nogap{padding:0;}

.btn-warning{background-color:#dd2222!important;}


.headertop{background:#000; text-align:right; padding:2px 10px; font-size:16px;
}

.headerresponsive{display:none;}

 header{background-color:#545252!important;}

.header{display:block;}

.title{padding:10px 0;}

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

.nav-link {
    padding: .2rem 1rem;
}

.navbar-dark .navbar-nav .nav-link {
    color:#ffffff;
	border:solid 4px transparent;
	font-size:13px;
	font-family: "Oswald", sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	margin:0;
	padding:4px 10px;
	transition:ease all 0.5s;
}

.navbar-dark .navbar-nav .nav-link:hover {
	background:#dd2222;
	color:#ffffff;
}

.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,1);
    border-color: #111547;
    background: #626060;
	margin-bottom:10px;
}

.navbar-dark {
    position: relative;
    padding:10px;
    background:#333131;
	}	
	
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    background-color:#f6ce20;
	color: #000000;
}	

.navbar-toggler {
    padding:2px 5px;
}


.custom-toggler.navbar-toggler {
  border-color: rgb(255,102,203);
} 

.dropdown-item {
    font-size:14px;
	border-bottom:solid 1px #cccccc;
	font-family: "Oswald", sans-serif;
}

.dropdown-item:last-child {border-bottom:0;}

.dropdown-item:hover {
    background:#f6ce20;
	color:#000000;
}

/*==========navbar end==========*/

h1, h2, .whatwedo_heading {font-size:35px; padding:3px 0 15px; margin-bottom:30px; position:relative; font-family: 'Poppins', sans-serif; color:#dd2222;}

h2 {font-size:28px; padding:3px 0 15px; margin-top:20px; margin-bottom:0; position:relative; font-family: 'Poppins', sans-serif; color:#dd2222;}

h1:before {content:""; position:absolute; left:0; right:0; margin:auto; bottom:10px; width:100px; height:2px; background-color:#dd2222; z-index:100;}

h2:before{content:""; position:absolute; left:0; bottom:10px; width:100px; height:2px; background-color:#dd2222; z-index:100;}

.whatwedo_heading:before{content:""; position:absolute; left:0; margin:auto; bottom:10px; width:100px; height:2px; background-color:#dd2222; z-index:100;}

h1 > span, h2 > span {color:#000000;}

.modal {z-index: 3000;}

.content{text-align:justify; margin:5px 0 25px; font-size:18px;}

#contentwrapper, #testimonialwrapper {
	padding:5% 0 4%;
}

/*==========package==========*/

.get_evolved img, .our_works img {
    margin-bottom: 20px;
}
.our_works img, .gallery img {
    box-shadow: -7px 8px 2px 0px #ffc672;
}
.our_works strong, .knowledge_section strong {
    color: #dd2222;
    font-size: 18px;
	padding-bottom:10px;
	display:block;
	font-weight:600;
}

.get_evolved a, .our_works a, .knowledge_section a {
    padding: 2px 0 2px 6px;
    color: #ffffff;
    width: 130px;
	font-size:14px;
    margin-bottom: 20px;
    display: block;
    font-weight: bold;
    text-decoration: none;
    font-family: "Oswald", sans-serif;
    transition: ease-in all 0.4s;
}

.our_works a:hover, .knowledge_section a:hover, .get_evolved a:hover{background:#000000; color:#ffffff;}

.welcome img{float:right; margin:0 0 20px 20px; display:block; width:500px; height:auto;}

.tourdetails img{float:left; margin:0 20px 20px 0; display:block;}


ul.breadcrumb {
  padding: 3px 16px 3px 120px;
  list-style: none;
  border-top:solid 1px #cccccc;
  border-bottom:solid 1px #cccccc;
  background:none;
}
ul.breadcrumb li {
  display: inline;
  font-size: 18px;
}
ul.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}
ul.breadcrumb li a {
  color: #000000;
  text-decoration: none;
}
ul.breadcrumb li a:hover {
  color: #dd2222;
  text-decoration: underline;
}

/*==========package end==========*/

/*==========gallery==========*/
.gallery > div > div {
    padding: 6px;
    margin: 10px auto;
    width: 95%;
    position: relative;
	overflow: hidden;
}

.gallery > div > div > div > h6 {
	display:none;
	bottom:0; left:0;
	opacity:0;
}

.gallery > div > div > div > a >img {
    transform: scale(1);
    transition: ease-out 0.3s;
}
.gallery > div > div > div > a >img:hover {
    transform: scale(1.1);
    transition: ease-out 0.3s;
}

.gallery > div > div > div:hover h6 {
    padding:5px 0 0;
    width:99%;
	height: 40px;
	line-height:20px;
    font-weight: bold;
	display:block!important;
    color: #ffffff;
	background:rgba(0,0,0,0.6);
	position:absolute;
	bottom:-10px; left:0;
	z-index:1000;
	opacity:1;
	transition:ease all 0.4s;
}

.pagen1 {
    font-size: 12px;
    text-align: justify;
    padding: 6px;
    color: #FFFFFF;
    text-align: justify;
    background: #ea3232;
    width: 80px;
    height: 16px;
    border: 1px solid #999;
}

.pagen {
    padding: 6px;
    color: #000000;
    text-align: justify;
    font-size: 12px;
    width: 80px;
    height: 16px;
    border: 1px solid #ea3232;
    font-weight: bold;
    text-decoration: none;
    margin: 1px;
}

/*==========gallery end==========*/

/*==========achievement==========*/
#achievement {background:url(../images/achievementbg.jpg) no-repeat fixed; padding:5% 0 6%;}

.counter {
    font-size: 60px;
    font-weight: 600;
}
#achievement strong {
    font-size: 20px;
    font-weight: 600;
}

#achievement h1 {
    font-weight: 600;
	color:#ffffff;
}

#achievement h1:before {
	background-color:#ffffff;
}
/*==========achievement end==========*/

/*==========footer end==========*/
footer{background:#000000; color:#ffffff; font-weight:bold; font-size:14px;}

.footernav{
   position:relative;
   width:100%;
   margin:0;
   padding:3% 3% 0;
   background-color:#222222;
   color:#ffffff; 
}

.footernav ul{padding:0; margin:0;}
.footernav ul li{}
.footernav ul li a{padding:5px 0 5px 4px; color:#ffffff; display:block; text-decoration:none;}
.footernav ul li a:hover{color:#ff5722;}

.footernav > .content{font-size:12px;}

.footernav > a{margin:4px; color:#6b6b6b;}

.footernav > .img{position:absolute; z-index:1000; height:40px; width:100%; bottom:0; left:0; background:url(../images/footerimg.png) bottom left;}

footer > div > p > a {color:#000000;}
/*==========footer end==========*/

/*==========social link==========*/
.sociallink {
    width: 100%;
}
.sociallink{width:100%;}
.sociallink > a{float:left!important; width:30px; margin:20px 10px 0 0;}

.map{margin:50px 0 0;}

.fa1 {
  padding: 10px;
  font-size: 18px!important;
  width: 36px;
  height: 36px;
  border-radius:50%;
  text-align: center;
  text-decoration: none;
  margin: 20px 2px 0;
  float:left!important;
  color:#000000!important;
}

.fa1:hover, .fa1:active {
    opacity: 1;
	color:#ffffff;
	background:#ffffff;
	transition:ease all 0.5s;
	text-decoration:none;
	
	-moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
  transition: all 0.6s;
	
}

.fa1-facebook, .fa1-twitter, .fa1-youtube, .fa1-search-plus {
  background: #ffffff;
  color:#e91e63!important;
}

.fa2 {
  padding: 10px;
  font-size: 44px!important;
  width: 44px;
  height: 44px;
  border-radius:50%;
  text-align: center;
  text-decoration: none;
  margin: 20px 2px 0;
  float:left!important;
  color:#000000!important;
}

.fa2:hover, .fa2:active {
    opacity: 1;
	color:#ffffff;
	transition:ease all 0.5s;
	text-decoration:none;
}

.fa2-facebook, .fa2-twitter,
 .fa2-youtube, .fa2-search-plus {color:#ffffff!important;}
/*==========social link end==========*/

/*==========scroll Top==========*/
.scrollTop {
    position: fixed;
    right: 4px;
    bottom: 10px;
    background-color: #ff5722;
    padding: 0 20px;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
    z-index: 1000;
}
.scrollTop a {
    font-size: 43px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}
/*==========scroll Top end==========*/

/* Screen larger than 600px? 2 column */
@media (min-width: 700px) {
  .grid-container { grid-template-columns: repeat(2, 1fr); }
}

/* Screen larger than 900px? 3 columns */
@media (min-width: 900px) {
  .grid-container { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 991px) {

.navbar-dark {
	background:none;
    background-color:#333131;
	}		
	
	
.navbar-dark .navbar-nav .nav-link {
	border:0;
	border-bottom:solid 1px;
	font-size:12px;
	padding:5px;
	margin:0 3px;
	transition:ease all 0.5s;
}

.navbar-dark .navbar-nav .nav-link:hover {
	border:0;
	border-radius:0;
	transition:ease all 0.5s;
}

h1, h2, .whatwedo_heading {
    font-size: 20px;
    padding: 3px 0 15pxpx;
    margin-bottom: 10px;
    position: relative;
    font-family: 'Poppins', sans-serif;
    color: #dd2222;
}

ul.breadcrumb {
  padding: 3px 16px 3px 30px;
  list-style: none;
  border-top:solid 1px #cccccc;
  border-bottom:solid 1px #cccccc;
  background:none;
}

}
