/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: 'Americana Std';
  font-weight:bold;
  color: #000000;
}

.container{max-width:1250px;}


h1, h2, h3, h4, h5, h6, .font-primary {
  font-family: 'Americana Std';
  font-weight:800;
}

.h1, h1 {
    font-size: 62px;
	margin-bottom: 30px;
	font-family:Americana Std;
	font-weight:800;
}
p {
    line-height: 30px;
}
.section-heading{
font-size: 62px; line-height: 62px;
margin-bottom: 30px;
font-family: Americana Std;
font-weight: 800;}




.color-1{background-color:#ff6f77}
.color-2{background-color:#ff9768}
.color-3{background-color:#ffd146}
.color-4{background-color:#79ff79}
.color-5{background-color:#7fb0ff}
.color-6{background-color:#b189ff}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
header{padding:21px 0 16px;border-bottom:1px solid #00c0a4; display:flex; justify-content:space-between}
#hero-banner {  
  padding: 0;
  z-index: 10;
  position: relative;
 /* border-bottom: 1px solid #00c0a4;
  background:url(../img/header-bg.jpg)top center no-repeat;*/
}

#hero-banner .logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 3px;
}

#hero-banner .logo h1 a, #hero-banner .logo h1 a:hover {
  color: #333;
  text-decoration: none;
  font-family:Americana Std;
  font-size: 24px;
  font-weight: 800;
  
}
#mountains .logo h1 a, #mountains .logo h1 a:hover {
  color: #333;
  text-decoration: none;
  font-family:Americana Std;
  font-size: 24px;
  font-weight: 800;
  
}


#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
.nav-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  right: -260px;
  width: 260px;
  padding-top: 18px;
  background: rgba(34, 34, 34, 0.8);
  transition: 0.4s;
}

.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #ffd2b7;
  padding: 10px 20px;
  font-weight: 500;
  transition: 0.3s;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #ffa26a;
  text-decoration: none;
}

.nav-menu .drop-down > a:after {
  content: "\e9f8";
  font-family: "boxicons";
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.nav-menu .active.drop-down > a:after {
  content: "\e9f8";
}

.nav-menu .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down ul {
  display: none;
  overflow: hidden;
}

.nav-menu .drop-down li {
  padding-left: 20px;
}

.nav-menu-active {
  right: 0;
}

.nav-toggle {
  z-index: 9998;
  border: 0;
  background: rgba(34, 34, 34, 0.0);
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
  padding: 0px;
  border-radius: 2px;
}

.nav-toggle i {
  color: #000;
  font-size: 35px;
}

.nav-toggle-active {
  right: 275px;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  /*width: 100%;
  height: 80vh;
  background: url("../img/hero-bg.jpg") center center;
  background-size: cover;
  position: relative;
  margin-top: -80px;
  z-index: 9;*/
}

/*#hero .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 0 15px;
}*/
#hero{padding:155px 0 190px}
#hero .hero-container {  justify-content:center; text-align:center; padding:0 15px;}

#hero h1 {
    margin:0px 0 55px;
    font-size: 61px;
    font-weight: 800;
    line-height: 70px;
    color: #222;
	font-family: 'Americana Std';
}

#hero h2 {
  color: #333;
  margin-bottom: 30px;
  font-size: 24px;
}

#hero .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}
9931708570 Rakesh
#hero .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

#hero .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

#hero .php-email-form .loading {
  display: none;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  padding: 15px;
  border-radius: 50px;
}

#hero .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading-notify 1s linear infinite;
  animation: animate-loading-notify 1s linear infinite;
}

@-webkit-keyframes animate-loading-notify {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading-notify {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#hero .php-email-form input {
  border-radius: 50px;
  box-shadow: none;
  font-size: 14px;
  border: 0;
  padding: 0px 15px 2px 20px;
  width: 250px;
  height: 40px;
  margin: 0 8px;
}

#hero .php-email-form button[type="submit"] {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: none;
  color: #fff;
  background: #fd680e;
}

#hero .php-email-form button[type="submit"]:hover {
  background: #fd8841;
}



/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 80px 0;
}

.section-bg {
  background-color: #ffffff;
  
  
}
.section-green {
    background-color: #00d1b2;
}
.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 20px;
  padding-bottom: 15px;
  position: relative;
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 80px;
  height: 1px;
  background: #fd680e;
  bottom: 0;
  left: calc(50% - 40px);
}

.section-title p {
  margin-bottom: 0;
  font-style: italic;
  color: #666666;
}

.carousel-control-prev-icon {
    background-image: url(../img/left.png);
}

.carousel-control-next-icon {
    background-image: url(../img/right.png);
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.aboutbox{ width:54%;}
.aboutbox{}
.about h3 {
  font-weight: 300;
  font-size: 26px;
}

.about ul {
  list-style: none;
  padding: 0;
}

.about ul li {
  padding-bottom: 10px;
}

.about ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #fd680e;
}

.about p:last-child {
  margin-bottom: 0;
}
#services{background: #fbfafe;}
/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us {
  padding-bottom: 30px;
}

.why-us .card {
  border-radius: 10px;
  border: 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.why-us .card img{margin: 20px 0px 10px 20px;}

.why-us .card-icon {
  text-align: left;
  margin-top: 0px;
}

.why-us .card-icon i {
  font-size: 40px;
  color: #fff;
  width: 64px;
  height: 64px;
  padding-top: 20px;
  text-align: center;
  text-align: center;
  transition: 0.3s;
  display: inline-block;
}

.why-us .card-body {
  padding-top: 12px;
}

.why-us .card-title {
    text-align: left;
	font-size: 23px;
	font-weight:800;
}
.why-us .card-title:after {
    display: block;
    content: "";
    border-bottom: 3px solid #fff;
    width: 3rem;
    transform: translateY(0.5rem);
}
.why-us .card-title a {
  color: #743e1d;
}

.why-us .card-title a:hover {
  color: #fd680e;
}

.why-us .card-text {
  /*color: #5e5e5e;*/
  font-size:18px;
}

.why-us .card:hover .card-icon i {
  color: #fff;
}



/*--------------------------------------------------------------
# Client
--------------------------------------------------------------*/
#client{background: #fbfafe;}
#client .card {border:0px; background:transparent}

.card .carousel-item {
  height: 200px;
}
.card .carousel-caption {
  padding: 0;
  right: 0;
  left: 0;
  bottom:0px;
  color: #3d3d3d;
}
.card .carousel-caption h3 {
  color: #3d3d3d;
      font-size: 25px;
}
.card .carousel-caption p {
  line-height: 30px;
}
.card .carousel-caption .col-sm-3 {
  display: flex;
  align-items: center;
  border-right:1px solid #000;
}
.card .carousel-caption .col-sm-9 {
  text-align: left;
}
.navi a {
    text-decoration: none;
    margin: 0px 4px;
}
a > .ico {
    background-color: #fff;
    padding: 10px;
    
}
a:hover > .ico {
    background-color: #fff;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 14px;
    height: 24px;
 
}
.gallery
{
        display: contents;
}
.gallery img{width:100%}
.gallery h3{color:#000; font-size: 25px; margin-top:38px; }
.particles-js-canvas-el{height:70vh !important;}

.client .slider-box{padding-top:80px;display:flex; max-width:1123px;}
.client .slider-box .img-box{width:136px; height:136px;}
.client .slider-box .cnt-box{width:86%;padding-left:157px; text-align:left; position:relative; font-size:20px; margin-top:-5px;}
.client .slider-box .cnt-box p{margin-bottom:22px;}
.client .slider-box .cnt-box:before{ position:absolute; content:""; height:136px; width:1px; background:#161717; left:85px;  top:5px;}


/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog-slider .sider-box{padding: 20px 20px;}
.blog-slider .sider-box:hover {background: #000; border-radius: 10px; color: #fff;}
.sider-box:hover .item-box-blog-heading a, .sider-box:hover .item-box-blog-date span{color: #fff}
.blog-slider{margin-left:-20px;}
.blog .carousel-indicators li {
  background: #708198;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.blog .carousel-indicators .active {
  background: #0fc9af;
}

.item-carousel-blog-block {
  outline: medium none;
  padding: 15px;
}

.item-box-blog {
  z-index: 4;
   padding: 20px 10px;
}
.item-box-blog:hover{
    background: #000;
    border-radius: 10px;
}

.item-box-blog:hover > div span,.item-box-blog:hover > div p,.item-box-blog:hover > div a h5{
	color:#fff;
	}
.item-box-blog-image {
  position: relative;
}

.item-box-blog-image figure img {
  width: 100%;
  height: auto;
}

.item-box-blog-date {
  z-index: 5;
}

.item-box-blog-date span {
  color: #000;
  display: block;
  line-height: 1.2;
}

.item-box-blog-date span.mon {
  font-size: 15px;
   font-family: 'Americana Std';
   font-weight:normal;
}

.item-box-blog-date span.day {
  font-size: 16px;
}

.item-box-blog-body {
  padding: 10px 0px;
}

.item-heading-blog a h5 {
  margin: 0;
  line-height: 1;
  text-decoration:none;
  transition: color 0.3s;
}

.item-box-blog-heading a {
    text-decoration: none;
	color:#000;
}
.item-box-blog-heading h5{ font-size:27px;}

.item-box-blog-data p {
  font-size: 13px;
}

.item-box-blog-data p i {
  font-size: 12px;
}


.mt-10 {
  float: left;
  margin-top: -10px;
  padding-top: 10px;
}

.btn.bg-blue-ui.white.read {
  cursor: pointer;
  padding: 4px 20px;
  float: left;
  margin-top: 10px;
}

.btn.bg-blue-ui.white.read:hover {
  box-shadow: 0px 5px 15px inset #4d5f77;
}

/*--------------------------------------------------------------
# Counter
--------------------------------------------------------------*/
.counter {
    background-color:#f5f5f5;
    padding: 20px 0;
    border-radius: 5px;
}

.count-title {
    font-size: 40px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.count-text {
    font-size: 19px;
    font-weight: 800;
    margin-top: 20px;
    margin-bottom: 0;
    text-align: center;
}

.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #fff;
}
/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.contact .info {
  color: #444444;
}

.contact .info i {
  font-size: 32px;
  color: #fd680e;
  float: left;
}

.contact .info p {
  padding: 0 0 10px 50px;
  margin-bottom: 20px;
  line-height: 22px;
  font-size: 14px;
}

.contact .info .email p {
  padding-top: 5px;
}

.contact .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #5a2c10;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

.contact .social-links a:hover {
  background: #fd680e;
  color: #fff;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(2.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 5px;
  font-family: 'Americana Std';
  box-shadow: none;
  font-size: 16px;
  font-weight:normal;
}

.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #fd680e;
}

.contact .php-email-form button[type="submit"] {
      background: #ffffff;border:2px solid transparent;
    
    padding: 8px 37px;
    color: #000;
    transition: 0.4s;
    border-radius: 22px;
    font-weight: bold;
	font-size:20px;
}
.contact .php-email-form button[type="submit"]:hover{color:#fff;background: transparent; border:2px solid #fff;}
.contact .php-email-form button[type="submit"]:focus{outline: none}



@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #ffffff;
  padding: 30px 0;
  color: #000;
  font-size: 14px;
}

#footer .copyright {
  text-align: left;
}

#footer .credits {
  text-align: right;
  font-size: 13px;
  color: #fff;
}
#footer .credits a {
  text-align: right;
  font-size: 13px;
  color: #000;
}
/*--------------------------------------------------------------
# scroll
--------------------------------------------------------------*/
.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
	overflow: hidden;
	text-align: center;
	z-index: 99999999;
    background-color: #040404;
	color: #eeeeee;
	width: 50px;
	height: 48px;
	line-height: 48px;
	right: 30px;
	bottom: 30px;
	padding-top: 2px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
	background-color: #888888;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
	opacity: 1.0;
}
.scroll-top-wrapper i.fa {
	line-height: inherit;
}

.banner-btn{ font-family:Americana Std; font-weight:800; padding:18px 38px; margin-right:10px;margin-left:10px; background:#fff; text-align:center; border-radius:40px; color:#161717; border:2px solid transparent;}
.banner-btn:hover{color:#fff;background: transparent; border:2px solid #fff; text-decoration: none}
.banner-btn:focus{outline: none}

.item-box-blog-text p{ font-size:18px;}
.contact h5{ font-size:20px;}


.myDIV{ position:relative;}
.myDIV img{position:relative; z-index:1}
.gall-content { width:100%;
  display: none;
  position:absolute;
  top:0px;
  right:0px;
  background:#67ffe9;
  padding:60px 30px;
  font-size:18px;
  font-weight:800;
  border-radius:8px;
  z-index:2
  
}
    
.myDIV:hover .gall-content {
  display: block;
  color: #161717;
  margin-top:-10px;
}
#container {overflow:hidden; position:relative; max-width:100% !important;width:100% !important; height: 734px !important;}
#pixie {
	z-index:0;
	background:-o-linear-gradient(top, #00d1b2, #00d1b2);
	background:-ms-linear-gradient(top, #00d1b2, #00d1b2);
	background:-moz-linear-gradient(top, #00d1b2, #00d1b2);
	background:-webkit-linear-gradient(top, #00d1b2, #00d1b2);
	background:linear-gradient(top, #00d1b2, #00d1b2);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#00d1b2', EndColorStr='#00d1b2');
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='#00d1b2', EndColorStr='#00d1b2')";
	height:734px !important; width:100% !important;
}

#mountains, #grass {width:100%; position:absolute; top:0;}
#mountains {/*height:156px;*/z-index:1;	background:url(mountains.png) repeat-x 0 0;	}
#grass {height:62px;z-index:2;	background:url(grass.png) repeat-x left 10px;}
.group-btn{display: flex; justify-content: center; flex-wrap: wrap;}
.count-box {display: flex; justify-content: space-between; flex-wrap: wrap;}

@media (min-width: 1024px) {
#hero {background-attachment: fixed;}
.why-us {background-attachment: scroll;}
}

@media (max-width: 768px) {
#hero h1 {font-size: 28px;line-height: 36px;}
#hero h2 {font-size: 18px;line-height: 24px;margin-bottom: 30px;}
#hero .php-email-form input {margin: 0 auto;}
#header .logo h1 {font-size: 28px; padding: 8px 0; }	
.contact .social-links {text-align: center;}
#container, #pixie{height:600px !important;}
header {padding: 20px 0;  }
.carousel-inner{overflow: inherit}
.client .slider-box .cnt-box{padding-left:50px;}
.client .slider-box .cnt-box:before{left:25px}
.client .slider-box {padding-top: 50px;}

}
@media (max-width: 767px) {
.aboutbox {width: 100%;}
.blog-slider { margin-left:0px;}
.blog-slider .sider-box { padding: 0;}
section {padding:30px 0;}
.section-heading {font-size: 30px; line-height: 30px; margin-bottom:25px;}
#hero {padding: 30px 0;}
#hero .hero-container{padding:0px;}
header {padding: 10px 0;}
#container, #pixie {height: 400px !important;}
.blog-slider .sider-box:hover{background: transparent;}
.count-box {display: flex; justify-content: center; flex-wrap: wrap;}

}
@media (max-width: 500px) {
.banner-btn{margin-top: 15px;padding: 10px 15px;}
#hero h1 {margin: 0px 0 10px;font-size: 24px;line-height: normal;}
#container, #pixie {height: 350px !important;}
.client .slider-box{flex-wrap: wrap; padding-top: 20px;}
.client .slider-box .cnt-box { padding: 20px 0 0; width: 100%;}
.client .slider-box .cnt-box:before{display: none;}
.item-box-blog-heading h5 {font-size: 20px; margin-bottom: 15px;}
.item-box-blog-text p {font-size: 16px; line-height: 28px;}
.count-text{margin-top: 0px;}
.count-text {font-size: 14px;}
.count-title {margin-top: 0;font-size: 32px;}
.counter{padding: 10px 0;}
.count-box .column{width: 50%}
.gallery h3{margin:20px 0 20px; font-size: 20px}
.client .slider-box .cnt-box{font-size: 18px; line-height: normal;}
}