@import url('https://fonts.googleapis.com/css2?family=Righteous&display=swap');

 
body {
padding:0;
margin:0;
}

:root{
    /*--theme-color: #653405;*/
	--theme-color: #1f2057;
	--theme-secondary-color: #ee1c25;
}



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

#status {
  width: 145px;
  height: 99px;
  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.webp);
  /* 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:var(--theme-secondary-color)!important;}


.headertop{background:#ee1c25; text-align:right; padding:2px 10px;}

.headerresponsive{display:none;}
.header{display:block;}

.title{padding:0;}

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

.contact{font-size:18px; color:#ffffff; margin-top:14%;
display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.3rem 0.70rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.contact2{margin-top:10%;}

.menubg{background:url(../images/menubg.webp) no-repeat left; padding:20px 20px 20px 90px; background-color:var(--theme-color)!important;}


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

.navbar{
border-bottom:solid 4px var(--theme-secondary-color);
}

.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:var(--theme-secondary-color);
}

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

.navbar-dark {
    position: relative;
    padding:0 0 0 20px;
	}	
	
.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:var(--theme-secondary-color);
	color: #000000;
}	

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


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


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

h1, h2, h3, .whatwedo_heading {font-size:40px; padding:3px 0 15px; margin-bottom:30px; position:relative; font-family: 'Righteous', cursive; color:var(--theme-secondary-color);}

h1{margin-top:0; margin-bottom:5px;}

h2 {padding:3px 0 15px; margin-top:0; margin-bottom:10px; position:relative;}

h3{font-size:35px; padding:3px 0 2px; margin-top:0; margin-bottom:2px;}

.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, h3 > span {color:var(--theme-color);}

.modal {z-index: 3000;}

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

#contentwrapper, #contentwrapper2 {
	padding:3% 0 4%;
	/*box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;*/
}

#contentwrapper2 {
	padding:2% 0 4%;
}



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

.get_evolved img, .our_works img {
    margin-bottom: 10px;
}
.our_works img, .gallery img {
    box-shadow: -7px 8px 2px 0px var(--theme-secondary-color);
	height:270px;
}
.our_works strong {
    color:#ffffff;
    font-size: 16px;
	padding:5px 0;
	margin:0 auto 10px;
	display:block;
	font-weight:600;
	background: var(--theme-color);
}


.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==========*/

/*==========home scroll==========*/
.homescroll{background:url(../images/homescrollbg.webp) fixed bottom right; background-color:#ffffff; padding-top:20px;}
.homescroll > h2 > span{color:#ffffff; background:var(--theme-secondary-color); padding:1px 20px; border-radius:30px; border:6px solid #ffffff;}
/*==========home scroll 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;
}

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

.servicebook{width:auto; padding:0 20px; font-size:30px; color:#ffffff; border-radius:25px; font-weight:500;

/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffc987+0,ce800c+52,ff9915+100 */
background: rgb(255,201,135); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,201,135,1) 0%, rgba(206,128,12,1) 52%, rgba(255,153,21,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,201,135,1) 0%,rgba(206,128,12,1) 52%,rgba(255,153,21,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,201,135,1) 0%,rgba(206,128,12,1) 52%,rgba(255,153,21,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc987', endColorstr='#ff9915',GradientType=0 ); /* IE6-9 */

}

.manufacturingfacility_type{position:relative; color:var(--theme-color); font-size:27px; font-weight:bold; text-transform:uppercase; padding:21px 0 0 10px; display:inline-block; text-decoration:none!important;}
.manufacturingfacility_type:after{content:""; width:100px; height:5px; background:var(--theme-secondary-color); left:8px; position:absolute; bottom:-5px;}

.manufacturingfacility_type:hover{color:var(--theme-secondary-color);}


.form-control{border:0; border-bottom:solid 1px #900; margin:10px auto;}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 14px solid var(--theme-secondary-color);
    border-radius: 0 10px 0 10px;
    outline: 0;
	margin-top:10%;
}


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

.footernav{
   position:relative;
   width:100%;
   margin:0;
   padding:3% 3% 0;
   background: var(--theme-color);
   border-bottom:solid 5px var(--theme-secondary-color);
   color:#ffffff!important; 
}

.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 > .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;}

.readmore, .readmore:hover{color:#ffd43d; text-decoration:underline;}
/*==========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:4px 10px 6px;
  font-size: 35px!important;
  width: 46px;
  height: 46px;
  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:var(--theme-color);
	transition:ease all 0.5s;
	text-decoration:none;
}

.fa1-facebook, .fa1-twitter, .fa1-youtube, .fa1-search-plus {
  background:var(--theme-secondary-color);
  color:#ffffff!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: var(--theme-secondary-color);
    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:#ffffff;
	}		
	
	
.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;
	background:var(--theme-color);
}

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


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

}

@media (max-width: 800px) {

.menubg{background:none; padding:20px 20px 20px 10px; background-color:var(--theme-color)!important;}	
	
	#contentwrapper {
	padding:10px 0 4%;
}

h1, h2, .whatwedo_heading {
    font-size: 27px;
    padding: 3px 0 15px;
    margin:10px 0 10px;
    position: relative;
}

.our_works img, .gallery img {height:auto;}

.contact{font-size:18px; color:#ffffff; margin-top:10px;
}
.contact2{display:none;}
.navbar-dark .navbar-toggler {margin-bottom:0;}

.manufacturingfacility_type{font-size:20px; padding:17px 0 0 2px;}
.manufacturingfacility_type:after{content:""; width:100px; height:3px; background:var(--theme-secondary-color); left:8px; position:absolute; bottom:-5px;}

.fa1 {
  padding:2px 10px 6px 5px;
  font-size: 22px!important;
  width: 26px;
  height: 26px;
  border-radius:50%;
  text-align: center;
  text-decoration: none;
  margin: 20px 2px 0;
}

}