@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,100,500,700);
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700);
@import url(http://fonts.googleapis.com/css?family=Glegoo);
body {
  font-family: "Roboto", sans-serif;
}

#load{
    width:100%;
    height:100%;
    position:fixed;
    z-index:9999;
    background:url("../images/greeniit-loader.gif") no-repeat center center rgba(255,255,255,255);
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto Condensed", sans-serif;
}

h2 {
  font-size: 26px;
}

p {
  font-family: "Roboto", sans-serif;
  line-height: 22px;
  font-size: 16px;
  font-weight: 300;
}

body {
  background: #ffffff;
}
.btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open>.dropdown-toggle.btn-default {
    color: #fdfdfd;
    background-color: #f3af32;
    border-color: #f3af32;
}

ul {
  /* padding-left: 0; */
}

ul li {
  list-style: none;
}

.nav-line a:before,
.nav-line a:after{
	content: "";
  display: block;
}

.nav-line a:after {
  position: absolute;
  left: 0;
  top: 50%;
  width: 2px;
  height: 0%;
  background-color: #4d8424;
  transform: translateY(-50%);
  -webkit-transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.nav-line a:before {
  position: absolute;
  right: 0;
  top: 50%;
  width: 2px;
  height: 0%;
  background-color: #4d8424;
  transform: translateY(-50%);
  -webkit-transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.nav-line a:hover:after {
  height: 50%;
}
.nav-line a:hover:before {
  height: 50%;
}

a:hover {
  text-decoration: none;
}
.navbar-brand{
	    margin-top: -2%;
}
.section-heading {
  text-align: center;
  margin-bottom: 65px;
}

.section-heading p {
  font-size: 14px;
  font-weight: 300;
  color: #727272;
  line-height: 20px;
}

.title {
  font-size: 30px;
  line-height: 1.1;
  font-weight: 300;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.subtitle {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.subtitle-des {
  color: #727272;
  font-size: 14px;
  margin-bottom: 35px;
  font-weight: 300;
}

.pages {
  padding: 80px 0 40px;
}

.moduler {
  padding: 140px 0;
}

.social-share li {
  display: inline-block;
  margin: 3px 1px;
}

.social-share a {
  font-size: 20px;
  color: #fff;
  background: <a  href="contact.html" class="btn btn-primary quote-btn">Get Connected</a>;
  padding: 4px 10px;
  display: inline-block;
}


.fancybox-close {
  background: url("../images/icons/close.png") no-repeat scroll 0 0 transparent;
  height: 50px;
  right: 0;
  top: 0;
  width: 50px;
}

.fancybox-next span {
  background: url("../images/icons/right.png") no-repeat scroll center center #009ee3;
  height: 50px;
  width: 50px;
  right: 0;
}

.fancybox-prev span {
  background: url("../images/icons/left.png") no-repeat scroll center center #009ee3;
  height: 50px;
  width: 50px;
  left: 0;
}

.fancybox-title {
  padding: 15px 8px;
}

.fancybox-title h3 {
  font-size: 15px;
  margin: 0;
}

.global-page-header {
     background-attachment: fixed;
    background-size: cover;
    padding: 120px 0 25px 0;
    position: relative;
    background: url(../images/header-art1.png) #f3af32;
    color: #fff;
    background-repeat: no-repeat;
}

.global-page-header h2 {
  font-size: 42px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}

.global-page-header .breadcrumb {
  background: none;
  font-size: 16px;
  padding: 8px  0;
}

.global-page-header .breadcrumb .active, .global-page-header .breadcrumb li a {
  color: #fff;
}

.global-page-header .block {
  position: relative;
  z-index: 99;
  text-align: center;
}

.works-fit {
  padding: 40px 0;
}

.works-fit figure .buttons {
  left: 14%;
}

.company-description {
  margin-top: 80px;
}

.company-description .block h3 {
  margin-top: 0;
}

.company-description .block p {
  color: #727272;
}

/*=== MEDIA QUERY ===*/
.navbar-default .navbar-nav li a:hover {
  color: #f3af32;
}

.navbar.navbar-default {
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
}

.navbar.navbar-default .navbar-toggle {
  margin-top: 32px;
}

.navbar-header .navbar-brand {
  padding: 0;
}

/*.navbar-header .navbar-brand a {
  height: auto;
  display: inline-block;
  margin-top: 8px;
}*/

.navbar-inverse .navbar-toggle {
  background: #444;
}

.navbar-inverse .navbar-toggle:focus {
  background: #444;
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 540px;
}

 


@media (min-width: 768px)
{
.navbar-right {
    float: right!important;
    margin-right: -70px;
}
}

#top-bar {
  background: #fff;
  color: #fff;
  transition: all 0.2s ease-out 0s;
  padding: 15px 0;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #dedede;
}

#top-bar .navbar-nav li a:hover {
  background: transparent;
}

#top-bar.animated-header {
  padding: 20px 0;
  background: #fff;
  box-shadow: none;
}

#top-bar .main-menu li {
  position: relative;
}

#top-bar .main-menu li a {
  color: #444;
  font-size: 14px;
  font-weight: 500;
  border-bottom: 2px solid transparent;
  transition: .3s all;
  text-transform: uppercase;
}

.ddlist  {
  
}

.ddlist li a {color: #444;
  font-size: 13px !important;
  font-weight: 500!important;
  border-bottom: 2px solid transparent;
  padding: 8px !important;
  transition: .3s all;
  text-transform: uppercase;}

#top-bar .main-menu li a:hover {
  color: #f3af32;
}

.navbar-custom .nav li a {
  position: relative;
  color: #222222;
}





.navbar-toggle {
  background: #222222;
}

.navbar-toggle .icon-bar {
  background: #fff;
}



.nav .open a {
  background-color: transparent;
}

.nav .open a:focus {
  background-color: transparent;
}



#hero-area {
  background: url("../images/slider.jpg") no-repeat 50%;
  background-size: cover;
  background-attachment: fixed;
  padding: 230px 0;
  color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  position: relative;
}

#hero-area:before {
  content: '';
  z-index: 9;
  background: rgba(255, 255, 255, 0.78);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#hero-area .block {
  position: relative;
  z-index: 999;
}

#hero-area h1 {
  font-size: 28px;
  line-height: 50px;
  color: #333;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
}

#hero-area h2 {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 38px;
  line-height: 27px;
  text-transform: uppercase;
  color: #666;
  font-family: 'Roboto', sans-serif;
  margin-top: 25px;
}

#hero-area .btn {
  background: #f9c833;
  border: none;
  color: #fff;
  padding: 20px 35px;
  margin-top: 30px;
  font-size: 16px;
  font-size: 13px;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: normal;
  border-radius: 0;
}

#call-to-action {
      background: url(../images/header-art1.png) #f3af32;
    background-size: cover;
    padding: 80px 0;
    text-align: center;
    background-repeat: no-repeat;
    position: relative;
    color: #fff;
    background-position-x: -647px;
    background-position-y: 38px;
}

#call-to-action .block {
  position: relative;
  z-index: 99;
  color: #fff;
}

#call-to-action .block h2 {
  margin-bottom: 15px;
  color: #fff;
}

#call-to-action .block p {
  font-size: 15px;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  margin-top: 20px;
}

#call-to-action .block .btn-contact {
  background: #fff;
  border: none;
  color: #f3af32;
  padding: 16px 35px;
  margin-top: 20px;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 0;
}

#call-to-action .block .btn-contact i {
  margin-right: 10px;
}

#about {
  padding: 10px 0;
}

#about .block {
  padding: 20px 30px 0 30px;
}

#about .block h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
  text-transform: uppercase;
}

#about .block p {
  color: #727272;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 35px;
}

#about .block img {
  max-width: 100%;
}

.about-feature {
  margin-top: 50px;
}

.about-feature .block {
  color: #fff;
  width: 33.33%;
  padding: 5%;
  float: left;
}

.about-feature .block p {
  font-weight: 300;
}

.about-feature .about-feature-1 {
  background: #f3af32;
}

.about-feature .about-feature-2 {
  background: #00B0C7;
}

.about-feature .about-feature-3 {
  background: #00A6BB;
}

.about-man img{
	width:100%;
	margin-top:10px;
}

.about-data h2{
	font-size:35px;
	color:#f3af32;
}
.about-data p{
	    text-align: justify;
    text-align-last: center;
	line-height:2;
}
.works {
  padding: 80px 0;
  background: #FCFCFC;
}

.works .block {
  position: relative;
  z-index: 99;
}

.works .block:hover .img-overly .overly {
  opacity: 1;
}

.works .block h4 {
  padding: 20px 15px;
  margin-top: 0;
  color: #666;
}

.works .block .img-overly {
  position: relative;
  background: rgba(0, 0, 0, 0.85);
}

.works .block .img-overly img {
  border-radius: 0;
}

.works .block .img-overly .overly {
  background: rgba(57, 181, 74, 0.9);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: .3s all;
}

.works .block .img-overly .overly a {
  position: absolute;
  top: 45%;
  left: 22%;
}

.works .block .img-overly .overly a i {
  font-size: 30px;
  color: #fff;
}

figure {
  background: #fff;
  margin-bottom: 45px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.04), 0 2px 10px 0 rgba(0, 0, 0, 0.06);
}

figure .img-wrapper {
  position: relative;
  overflow: hidden;
}

figure img {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  transition: -webkit-transform 400ms;
  transition: transform 400ms;
  transition: transform 400ms, -webkit-transform 400ms;
}

figure:hover img {
  -webkit-transform: scale3d(1.2, 1.2, 1);
  transform: scale3d(1.2, 1.2, 1);
}

figure:hover .overlay {
  opacity: 1;
}

figure:hover .overlay .buttons a {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

figure .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 400ms;
}

figure .overlay a {
  display: inline-block;
  color: #fff;
  padding: 10px 23px;
  line-height: 1;
  border: 1px solid #fff;
  border-radius: 0px;
  margin: 7px 7px 7px 50px;
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
  transition: all 400ms;
}

figure .overlay a:hover {
  text-decoration: none;
}

figure .overlay:hover a {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

figure .buttons {
  position: absolute;
  top: 45%;
  left: 24%;
}

figure figcaption {
  padding: 20px 25px;
  margin-top: 0;
  color: #666;
}

figure figcaption h4 {
  margin: 0;
}

figure figcaption h4 a {
  color: #f3af32;
}

figure figcaption p {
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 5px;
}

#feature {
  padding: 10px 0;
}

#feature .media {
  margin: 0px 0 70px 0;
}

#feature .media .media-left {
  padding-right: 25px;
}

#feature h3 {
  color: #222222;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
  margin: 0px 0px 15px;
  font-weight: 400;
}

#feature p {
  line-height: 25px;
  font-size: 14px;
  color: #777777;
}

#feature .icon {
  text-decoration: none;
  color: #fff;
  background-color: #f3af32;
  height: 100px;
  text-align: center;
  width: 100px;
  font-size: 50px;
  line-height: 100px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  text-shadow: #f8c333 1px 1px, #f8c333 2px 2px, #f8c333 3px 3px, #f8c333 4px 4px, #f8c333 5px 5px, #f8c333 6px 6px, #f8c333 7px 7px, #f8c333 8px 8px, #f8c333 9px 9px, #f8c333 10px 10px, #f8c333 11px 11px, #f8c333 12px 12px, #f8c333 13px 13px, #f8c333 14px 14px, #f8c333 15px 15px, #f8c333 16px 16px, #f8c333 17px 17px, #f8c333 18px 18px, #f8c333 19px 19px, #f8c333 20px 20px, #f8c333 21px 21px, #f8c333 22px 22px, #f8c333 23px 23px, #f8c333 24px 24px, #f8c333 25px 25px, #f8c333 26px 26px, #f8c333 27px 27px, #f8c333 28px 28px, #f8c333 29px 29px, #f8c333 30px 30px, #f8c333 31px 31px, #f8c333 32px 32px, #f8c333 33px 33px, #f8c333 34px 34px, #f8c333 35px 35px, #f8c333 36px 36px, #f8c333 37px 37px, #f8c333 38px 38px, #f8c333 39px 39px, #f8c333 40px 40px, #f8c333 41px 41px, #f8c333 42px 42px, #f8c333 43px 43px, #f8c333 44px 44px, #f8c333 45px 45px, #f8c333 46px 46px, #f8c333 47px 47px, #f8c333 48px 48px, #f8c333 49px 49px, #f8c333 50px 50px, #f8c333 51px 51px, #f8c333 52px 52px, #f8c333 53px 53px, #f8c333 54px 54px, #f8c333 55px 55px, #f8c333 56px 56px, #f8c333 57px 57px, #f8c333 58px 58px, #f8c333 59px 59px, #f8c333 60px 60px, #f8c333 61px 61px, #f8c333 62px 62px, #f8c333 63px 63px, #f8c333 64px 64px, #f8c333 65px 65px, #f8c333 66px 66px, #f8c333 67px 67px, #f8c333 68px 68px, #f8c333 69px 69px, #f8c333 70px 70px, #f8c333 71px 71px, #f8c333 72px 72px, #f8c333 73px 73px, #f8c333 74px 74px, #f8c333 75px 75px, #f8c333 76px 76px, #f8c333 77px 77px, #f8c333 78px 78px, #f8c333 79px 79px, #f8c333 80px 80px, #f8c333 81px 81px, #f8c333 82px 82px, #f8c333 83px 83px, #f8c333 84px 84px, #f8c333 85px 85px, #f8c333 86px 86px, #f8c333 87px 87px, #f8c333 88px 88px, #f8c333 89px 89px, #f8c333 90px 90px, #f8c333 91px 91px, #f8c333 92px 92px, #f8c333 93px 93px, #f8c333 94px 94px, #f8c333 95px 95px, #f8c333 96px 96px, #f8c333 97px 97px, #f8c333 98px 98px, #f8c333 99px 99px, #f8c333 100px 100px;
}
@media (max-width:500px) {


/*mega menu style */

.dropdown-content {
    display: none;
    position:  relative;
    background-color: transparent;
   
    width: 100%;

   
 
    z-index: 1;
}


.dropdown:hover .dropdown-content {
    display: block;
}

/* Create three equal columns that floats next to each other */
.column {
    
    width: 80%;
    
    background-color:#444;
    padding-right: 15px;
    
    padding-top: 10PX;
      box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.9);
}

.column a {

    
    color: black;
    padding: 16px;
    text-decoration: none;
    display: block;
    text-align: center;
}

.column a:hover {
    background-color: #ddd;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/*mega menu style */



  #feature .icon {

  text-decoration: none;
  color: #fff;
  background-color: #f3af32;
  height: 75px;
  text-align: center;
  width: 75px;
  font-size: 40px;
  line-height: 80px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  text-shadow: #f8c333 1px 1px, #f8c333 2px 2px, #f8c333 3px 3px, #f8c333 4px 4px, #f8c333 5px 5px, #f8c333 6px 6px, #f8c333 7px 7px, #f8c333 8px 8px, #f8c333 9px 9px, #f8c333 10px 10px, #f8c333 11px 11px, #f8c333 12px 12px, #f8c333 13px 13px, #f8c333 14px 14px, #f8c333 15px 15px, #f8c333 16px 16px, #f8c333 17px 17px, #f8c333 18px 18px, #f8c333 19px 19px, #f8c333 20px 20px, #f8c333 21px 21px, #f8c333 22px 22px, #f8c333 23px 23px, #f8c333 24px 24px, #f8c333 25px 25px, #f8c333 26px 26px, #f8c333 27px 27px, #f8c333 28px 28px, #f8c333 29px 29px, #f8c333 30px 30px, #f8c333 31px 31px, #f8c333 32px 32px, #f8c333 33px 33px, #f8c333 34px 34px, #f8c333 35px 35px, #f8c333 36px 36px, #f8c333 37px 37px, #f8c333 38px 38px, #f8c333 39px 39px, #f8c333 40px 40px, #f8c333 41px 41px, #f8c333 42px 42px, #f8c333 43px 43px, #f8c333 44px 44px, #f8c333 45px 45px, #f8c333 46px 46px, #f8c333 47px 47px, #f8c333 48px 48px, #f8c333 49px 49px, #f8c333 50px 50px, #f8c333 51px 51px, #f8c333 52px 52px, #f8c333 53px 53px, #f8c333 54px 54px, #f8c333 55px 55px, #f8c333 56px 56px, #f8c333 57px 57px, #f8c333 58px 58px, #f8c333 59px 59px, #f8c333 60px 60px, #f8c333 61px 61px, #f8c333 62px 62px, #f8c333 63px 63px, #f8c333 64px 64px, #f8c333 65px 65px, #f8c333 66px 66px, #f8c333 67px 67px, #f8c333 68px 68px, #f8c333 69px 69px, #f8c333 70px 70px, #f8c333 71px 71px, #f8c333 72px 72px, #f8c333 73px 73px, #f8c333 74px 74px, #f8c333 75px 75px, #f8c333 76px 76px, #f8c333 77px 77px, #f8c333 78px 78px, #f8c333 79px 79px, #f8c333 80px 80px, #f8c333 81px 81px, #f8c333 82px 82px, #f8c333 83px 83px, #f8c333 84px 84px, #f8c333 85px 85px, #f8c333 86px 86px, #f8c333 87px 87px, #f8c333 88px 88px, #f8c333 89px 89px, #f8c333 90px 90px, #f8c333 91px 91px, #f8c333 92px 92px, #f8c333 93px 93px, #f8c333 94px 94px, #f8c333 95px 95px, #f8c333 96px 96px, #f8c333 97px 97px, #f8c333 98px 98px, #f8c333 99px 99px, #f8c333 100px 100px;
}
}

.wrapper_404 h1 {
  font-size: 200px;
  color: #f3af32;
  line-height: 1;
}

.wrapper_404 h2 {
  font-size: 50px;
  margin-top: 0;
}

.wrapper_404 .btn-home {
  background: #414141;
  border: none;
  color: #fff;
  padding: 20px 35px;
  margin-top: 10px;
  font-size: 16px;
  font-size: 13px;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: normal;
  border-radius: 0;
}

#blog-full-width {
  padding: 40px 0 80px;
}

article {
  padding: 30px 0;
}

.blog-content h2 {
  font-family: 'Roboto', sans-serif;
}

.blog-content h2 a {
  color: #444;
  font-weight: 400;
  font-size: 30px;
}

.blog-content .blog-meta {
  color: #9a9a9a;
  font-weight: 300;
  margin-bottom: 25px;
}

.blog-content .blog-meta span:after {
  content: '/';
  padding: 0 3px 0 6px;
}

.blog-content .blog-meta a {
  color: #acacac;
}

.blog-content .blog-meta p {
  margin-top: 20px;
}

.blog-content .btn-details {
  color: #f3af32;
  padding: 0;
  background: #f3af32;
  color: #fff;
  padding: 8px 18px;
  border-radius: 0;
  margin-top: 15px;
  border: 1px solid #fff;
  box-shadow: 0px 0px 0px 1px #f3af32;
}

.blog-post-image {
  margin-top: 30px;
}

.sidebar {
  padding-top: 60px;
}

.sidebar .widget {
  margin-bottom: 40px;
  padding: 15px;
  border: 1px solid #dedede;
}

.sidebar .widget h3 {
  margin-top: 8px;
}

.sidebar .search input.form-control {
  border-right: 0;
  border-radius: 0;
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
}

.sidebar .search button {
  border-left: 0;
}

.sidebar .search button:hover {
  background: transparent;
}

.sidebar .author .author-img img {
  width: 90px;
  border-radius: 100%;
  margin-top: -40px;
  border: 3px solid #fff;
}

.sidebar .author .author-bio p {
  font-size: 14px;
  color: #888;
}

.sidebar .categories ul li {
  border-bottom: 1px solid #f0f0f0;
  padding: 10px 0;
  list-style: none;
}

.sidebar .categories ul li span.badge {
  float: right;
  background: transparent;
  color: #444;
  border: 1px solid #dedede;
  border-radius: 0;
}

.sidebar .categories ul li a {
  color: #555;
}

.sidebar .categories ul li:last-child {
  border-bottom: none;
}

.sidebar .recent-post ul li {
  margin: 20px 0;
}

.sidebar .recent-post ul li a {
  color: #555;
  font-size: 15px;
}

.sidebar .recent-post ul li a:hover {
  color: #f3af32;
}

.sidebar .recent-post time {
  font-weight: 300;
  color: #999;
  font-size: 12px;
}

#clients {
  padding: 30px 0 60px;
}

#clients .owl-carousel .owl-item {
  margin-right: 10px;
}

#clients .owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

#contact-section {
  padding: 90px 0;
}

#contact-section .contact-form {
  margin-top: 42px;
}

#contact-section .contact-form .btn-send {
  color: #fff;
  outline: none;
  background: #f3af32;
}

#contact-section .contact-form .btn-send:hover {
  border: 1px solid #f3af32;
}

#contact-section input {
  display: block;
  height: 40px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.428571429;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-radius: 1px;
  border: 1px solid rgba(111, 121, 122, 0.3);
  box-shadow: none;
  -webkit-box-shadow: none;
}

#contact-section textarea {
  display: block;
  border-radius: 0;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #cccccc;
  box-shadow: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

#contact-section .address, #contact-section .email, #contact-section .phone {
  text-align: center;
  background: #F7F7F7;
  padding: 20px 0 40px 0;
  margin-bottom: 20px;
}

#contact-section .address i, #contact-section .email i, #contact-section .phone i {
  font-size: 45px;
  color: #f3af32;
}

#contact-section .address h5, #contact-section .email h5, #contact-section .phone h5 {
  font-size: 16px;
  line-height: 1.4;
}

#contact-section .address-details {
  padding-top: 70px;
}

#map-canvas {
  width: 100%;
  height: 350px;
  background-color: #CCC;
}

.error {
  padding: 10px;
  color: #D8000C;
  border-radius: 2px;
  font-size: 14px;
  background-color: #FFBABA;
}

.success {
  background-color: #6cb670;
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  padding: 10px;
}

#error, #success {
  display: none;
  margin-bottom: 10px;
}

.gallery {
  padding: 100px;
}

.gallery figure .buttons {
  left: 40%;
}

.portfolio-meta span {
  margin: 5px 10px;
  font-weight: 300;
}

.portfolio-meta span a {
  color: #fff;
}

.portfolio-single {
  padding: 80px 0 20px;
}

.portfolio-single .portfolio-content {
  padding: 40px 0;
}

.single-post {
  padding: 80px 0 20px;
}

.single-post .post-content {
  padding: 40px 0;
}

.single-post .post-content ol li, .single-post .post-content ul li {
  color: #666;
}

.single-post .media {
  border: 1px solid #dedede;
  padding: 30px 20px;
}

.single-post .media .media-body a {
  color: #f3af32;
  font-size: 12px;
}

.single-post .media .media {
  border: none;
}

.single-post .comments {
  margin-top: 40px;
}

.single-post .post-comment {
  margin-top: 40px;
}

.single-post .post-comment h3 {
  margin-bottom: 15px;
}

.single-post .post-comment .form-control {
  box-shadow: none;
  border-radius: 0;
}

.single-post .post-comment .btn-send {
  background: #f3af32;
  color: #fff;
  border-radius: 0;
}

#product-showcase-banner {
  padding-top: 160px;
}

#product-showcase-banner .block {
  padding: 20px 0 20px 50px;
}

#product-showcase-banner .block h2 {
  font-size: 40px;
  color: #f3af32;
  margin-bottom: 20px;
  margin-top: 0;
}

#product-showcase-banner .block p {
  color: #666;
  line-height: 25px;
}

#product-showcase-banner .block .buttons {
  margin-top: 25px;
}

#product-showcase-banner .block .buttons .btn {
  color: #fff;
  border: none;
  padding: 12px 40px;
  transition: .2s all;
  letter-spacing: 2px;
  font-size: 15px;
}

#product-showcase-banner .block .buttons .btn-demo {
  background: #5abd4f;
  margin-right: 8px;
  border-bottom: 3px solid #429E38;
}

#product-showcase-banner .block .buttons .btn-demo:hover {
  background: #429E38;
}

#product-showcase-banner .block .buttons .btn-buy {
  background: #00AEDA;
  border-bottom: 3px solid #0190B5;
}

#product-showcase-banner .block .buttons .btn-buy:hover {
  background: #0190B5;
}

#product-showcase-banner .block .buttons .btn-buy span {
  margin-right: 8px;
  font-weight: bold;
}

#product-description {
  padding-top: 80px;
}

#product-description .block {
  height: 400px;
  overflow: hidden;
  margin-top: 35px;
  border-bottom: 1px solid #dedede;
  padding-top: 30px;
  position: relative;
  webkit-transform: translateZ(0);
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

#product-description .block:hover img {
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}

#product-description .block img {
  position: absolute;
  top: 10px;
  left: 0;
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
  transition: -webkit-transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#product-description .block .content {
  width: 60%;
  padding-top: 70px;
}

#product-description .block .content h3 {
  font-size: 32px;
  color: #5c5c5c;
}

#product-description .block .content p {
  color: #787f8c;
  line-height: 25px;
}

#related-items {
  padding: 60px 0 110px;
}

#related-items .title {
  border-bottom: 1px solid #dedede;
  padding: 10px 0;
  margin: 5px 15px 30px 15px;
  text-align: left;
  color: #777;
}

#related-items .product-details {
  margin-bottom: 0;
}

#related-items .block {
  position: relative;
  background: #fff;
  margin-bottom: 45px;
  box-shadow: 0 0px 1px rgba(0, 0, 0, 0.14);
}

#related-items .block:hover .img-overly .overly {
  opacity: 1;
}

#related-items .block h4 {
  padding: 20px 15px;
  margin-top: 0;
  color: #666;
}

#related-items .block h4 span {
  float: right;
  color: #f3af32;
}

#related-items .block .img-overly {
  position: relative;
  background: rgba(0, 0, 0, 0.85);
}

#related-items .block .img-overly img {
  border-radius: 0;
}

#related-items .block .img-overly .overly {
  background: rgba(57, 181, 74, 0.9);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: .3s all;
}

#related-items .block .img-overly .overly a {
  position: absolute;
  top: 45%;
  left: 45%;
}

#related-items .block .img-overly .overly a i {
  font-size: 30px;
  color: #fff;
}

.service-page .service-parts .block {
  margin-bottom: 40px;
  text-align: center;
}

.service-page .service-parts .block i {
  font-size: 35px;
  color: #f3af32;
}

.service-page .service-parts .block p {
  padding: 0 8px;
  font-size: 14px;
  color: #777;
  line-height: 1.7;
}
.service-text{
	
	margin-top:15%;
}
.heading-title{
	color: #f3af32;
}
.works.service-page figure .buttons {
  position: absolute;
  top: 45%;
  left: 13%;
}

#team {
  margin: 50px 0;
}

.team-member {
  margin-top: 30px;
}

.team-member:hover .team-img img {
  opacity: .8;
}

.team-member .team-img {
  position: relative;
}

.team-member .team-img .team-pic {
  width: 100%;
}

.team-member .team_designation {
  font-size: 13px;
}

.team-member h3 {
  color: #f3af32;
  margin-bottom: 0;
  font-size: 20px;
}

.team-member p {
  font-size: 14px;
}

.team-member .social-icons a {
  background: #f3af32;
  color: #fff;
  padding: 4px 8px;
  display: inline-block;
  font-size: 15px;
}

.team-member .social-icons .facebook {
  padding: 4px 12px;
}

#footer {
  background: #fff;
  padding: 25px 0;
  color: #555;
}

#footer .copyright {
  font-size: 13px;
  margin-bottom: 0;
  margin-top: 10px;
}

#footer .copyright a {
  color: #f3af32;
}

#footer .social {
  text-align: right;
  margin-bottom: 0;
}

#footer .social li {
  display: inline-block;
  margin-right: 15px;
}

#footer .social li a {
  font-size: 22px;
  color: #f3af32;
}

.cd-headline.slide .cd-words-wrapper {
  color: #f3af32;
}

ul.social-icons {
  height: auto;
  overflow: hidden;
  list-style: none !important;
  margin-bottom: 10px;
}

ul.social-icons li {
  float: none;
  display: inline-block;
  height: 36px;
}

#copyright a:hover, #copyright nav .menu li a:hover {
  color: #e4e4e4 !important;
}

#copyright a {
  text-decoration: none;
}

#copyright a:hover {
  text-decoration: none;
}

/* Responsive styles
================================================== */
/* Large Devices, Wide Screens */
@media (min-width: 1200px) {



  
.dropdown-content {
    display: none;
    position:  fixed;
    background-color: #f9f9f9;
   right:  60px;
    width: 58%;

    
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}



.dropdown:hover .dropdown-content {
    display: block;
}

/* Create three equal columns that floats next to each other */
.column {
    float: left;
    width: 33.33%;
    padding: 10px;
    background-color: #fff;
  height: 300px;
  max-height: 300px;
    padding-top: 40PX;
}

.column a {
    float: none;
    color: black;
    padding: 16px;
    text-decoration: none;
    display: block;
    text-align: center;
}

.column a:hover {
    background-color: #ddd;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/*mega menu style */


 
  
}



/*		Tablet Layout: 768px.
		Gutters: 24px.
		Outer margins: 28px.
		Inherits styles from: Default Layout.
-----------------------------------------------------------------
cols    1     2      3      4      5      6      7      8
px      68    160    252    344    436    528    620    712    */
/*		Mobile Layout: 320px.
		Gutters: 24px.
		Outer margins: 34px.
		Inherits styles from: Default Layout.
---------------------------------------------
cols    1     2      3
px      68    160    252    */


@media all and (device-width: 1024px) and (device-height: 1366px) and (orientation:portrait) {

.dropdown-content {
    display: none;
    position:  fixed;
    background-color: #f9f9f9;
   right:  50px;
    width: 90%;

    
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}



.dropdown:hover .dropdown-content {
    display: block;
}

/* Create three equal columns that floats next to each other */
.column {
    float: left;
    width: 33.33%;
    padding: 10px;
    background-color: #fff;
  height: 400px;
  max-height: 300px;
    padding-top: 40PX;
}

.column a {
    float: none;
    color: black;
    padding: 16px;
    text-decoration: none;
    display: block;
    text-align: center;
}

.column a:hover {
    background-color: #ddd;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/*mega menu style */


}








@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
  

.dropdown-content {
    display: none;
    position:  fixed;
    background-color: #f9f9f9;
   right:  40px;
    width: 90%;

    
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}



.dropdown:hover .dropdown-content {
    display: block;
}

/* Create three equal columns that floats next to each other */
.column {
    float: left;
    width: 33.33%;
    padding: 10px;
    background-color: #fff;
  height: 400px;
  max-height: 300px;
    padding-top: 40PX;
}

.column a {
    float: none;
    color: black;
    padding: 16px;
    text-decoration: none;
    display: block;
    text-align: center;
}

.column a:hover {
    background-color: #ddd;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/*mega menu style */


}



@media only screen and (max-width: 767px) {
  .title {
    font-size: 40px;
  }
  .navbar-header .navbar-brand a {
    padding: 6px 8px;
  }
  #hero-area {
    padding: 140px 0;
  }
  #hero-area .btn {
    margin-top: 8px;
  }
  #about {
    padding: 70px 0;
  }
  #about .block {
    padding: 0;
  }
  figure .buttons {
    left: 16%;
  }
  #feature .media {
    margin: 0px 0px 35px;
  }
  #footer .copyright {
    text-align: center;
  }
  #footer .social {
    text-align: center;
  }
 
  .navbar-collapse {
    background: #333333;
  }
  #top-bar .main-menu li > a {
    color: #fff;
    padding: 21px 10px;
    background: transparent;
  }
  
  
}

.cont{
  position: relative;
  display: block;
  width: 100%;
  height: 500px;
  /* margin: 60px auto; */
  padding: 5px 20px;
}

span.green {
  display: inline;
  font-size: 75px;
  color: #f3af32;
  margin-right:-10px;
}

.contact{
     width: 100%;
    height: 330px;
    padding: 25px;
    margin: 0 auto;
    text-align: center;
    margin-top: 40px;
    /* border-radius: 5px; */
    box-shadow: 1px 1px 10px 2px #e6e6e6;
    background-color: rgba(255, 255, 255, 0.12);
}

.c1,.c2,.c3,.c4 {
  display: inline-block;
  color: #fff;
  height: 35px;
  font-size: 15px;
  margin: 10px 5px;
  padding: 0 0 0 10px;
  border-radius: 4px;
  border: 1px solid rgba(199, 199, 199, 0.45);
  background-color: rgba(255, 255, 255, 0.28);
}

.c1{ 
width: 100%;
 }
.c2 { 
width: 48%;
 }
.c3 {
  width: 100%;
}

.c4 {
	width: 100%;
  height: 90px;
  padding: 5px 10px;
  color:#000;
}

.submit-btn{
	width: 94%;
  height: 40px;
  color: #fff;
  font-size: 20px;
  /* font-weight: 100; */
  border: none;
  border-radius: 5px;
  background: #f3af32;
}

.contact-addr h2{
	font-weight:bold;
	    color: #f3af32;
}

.information{
	text-align:center;
}
.information span {
	font-weight: bold;
}
.textwidget{
	    height: 520px;
		padding-top:10%;
}
.textwidget li{
font-size:18px;
    font-weight: 300;	
}

.textwidget hr {
    background-image: url(../images/divider-medium.png);
    height: 10px;
	    background-size: contain;
    background-repeat: no-repeat;
    width: 50%;
}
.tall hr {
    background-image: url(../images/divider-medium.png);
    height: 10px;
	    background-size: contain;
    background-repeat: no-repeat;
    width: 50%;
}
.no-padding{
	padding:0;
}

/*************client gallery*************/

.gallery-title
{
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}
.filter-button
{
    font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #42B32F;
    margin-bottom: 30px;

}
.filter-button:hover
{
    font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #42B32F;

}
.btn-default:active .filter-button:active
{
    background-color: #42B32F;
    color: white;
}

.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 30px;
}
.feature-list{
	padding:15px;
	/* list-style-image:url(images/list-icon.png); */
	    text-align: left;
}
.feature-list li{
	padding:10px;
	list-style-image: url(../images/list-icon.png);
}

/*================================================
Main Banner Area CSS
=================================================*/
.main-banner {
  height: 970px;
  position: relative;
  z-index: 2;
  background: {
      position: center center;
      size: cover;
      repeat: no-repeat;
  };
  &::before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
      background: transparent url(../../assets/img/banner-shape.png) center center no-repeat;
      background-size: cover;
  }
  &::after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 360px;
      z-index: 1;
      background: {
          image: url(../../assets/img/banner-white-shape.png);
          position: center center;
          size: cover;
          repeat: no-repeat;
      };
  }
}
.item-bg1 {
  background: {
      image: url(../../assets/img/main-banner-image/1.jpg);
  };
}
.item-bg2 {
  background: {
      image: url(../../assets/img/main-banner-image/2.jpg);
      position: right top !important;
  };
}
.item-bg3 {
  background: {
      image: url(../../assets/img/main-banner-image/3.jpg);
      position: center top !important;
  };
}
.item-bg4 {
  background: {
      image: url(../../assets/img/main-banner-image/4.jpg);
      position: top left!important;
  };
}
.item-bg5 {
  background: {
      image: url(../../assets/img/main-banner-image/5.jpg);
  };
}
.item-bg6 {
  background: {
      image: url(../../assets/img/main-banner-image/6.jpg);
  };
}
.item-bg7 {
  background: {
      image: url(../../assets/img/main-banner-image/7.jpg);
  };
}
.banner-section {
  height: 870px;
  position: relative;
  z-index: 1;
  background: {
      position: center center;
      size: cover;
      repeat: no-repeat;
  };
  &::before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
      background: transparent url(../../assets/img/banner-shape.png) center center no-repeat;
      background-size: cover;
  }
  .main-banner-content {
      margin-top: 150px;
  }
}
.main-banner-content {
  position: relative;
  z-index: 2;
  margin-top: 10px;
  max-width: 785px;

  .sub-title {
      text-transform: uppercase;
      display: block;
      color: $white-color;
      margin-bottom: 13px;
      font: {
          size: 16px;
      };
  }
  h1 {
      color: $white-color;
      text-transform: uppercase;
      font: {
          size: 55px;
          weight: 900;
      };
  }
  .btn-box {
      margin-top: 32px;

      .default-btn {
          margin-right: 10px;
          background-color: $white-color;
          color: $black-color;

          &:hover, &:focus {
              color: $white-color;
          }
      }
      .optional-btn {
          color: $white-color;

          &::before {
              border-color: $white-color;
          }
      }
  }
  p {
      color: $white-color;
      max-width: 485px;
      margin: {
          bottom: 0;
          top: 13px;
      };
  }
  &.text-center {
      margin: {
          left: auto;
          right: auto;
      };
      p {
          max-width: 530px;
          margin: {
              left: auto;
              right: auto;
          };
      }
      .btn-box {
          .default-btn, .optional-btn {
              margin: {
                  left: 5px;
                  right: 5px;
              };
          }
      }
  }
}
.banner-content {
  position: relative;
  z-index: 2;
  margin-top: 150px;
  max-width: 785px;

  .sub-title {
      text-transform: uppercase;
      display: block;
      color: $white-color;
      margin-bottom: 17px;
      border-left: 3px solid $main-color;
      padding-left: 10px;
      font: {
          size: 16px;
      };
  }
  h1 {
      color: $white-color;
      text-transform: uppercase;
      font: {
          size: 55px;
          weight: 900;
      };
  }
  .btn-box {
      margin-top: 40px;
      position: relative;

      .default-btn {
          margin-right: 25px;
          background-color: $white-color;
          color: $black-color;
          padding: {
              top: 15px;
              bottom: 15px;
              right: 35px;
              left: 35px;
          };
          &:hover, &:focus {
              color: $white-color;
          }
      }
      .video-btn {
          display: inline-block;
          color: $white-color;
          position: absolute;
          top: 2px;
          font: {
              weight: 600;
              size: 16px;
          };
          span {
              display: inline-block;
              margin-right: 5px;
              width: 50px;
              height: 50px;
              line-height: 50px;
              position: relative;
              z-index: 1;
              text-align: center;
              border-radius: 50%;
              background-color: rgba(255, 255, 255, .2);
              color: $white-color;
              font-size: 20px;
              transition: $transition;

              &::after, &::before {
                  content: '';
                  display: block;
                  position: absolute;
                  top: 0;
                  right: 0;
                  z-index: -1;
                  bottom: 0;
                  left: 0;
                  border-radius: 50%;
                  border: 1px solid rgba(255, 255, 255, .2);
              }
              &::before {
                  animation: ripple 2s linear infinite
              }
              &::after {
                  animation: ripple 2s linear 1s infinite
              }
          }
          &:hover {
              span {
                  background-color: $white-color;
                  color: $black-color;
              }
          }
      }
  }
  p {
      color: $white-color;
      max-width: 485px;
      margin: {
          bottom: 0;
          top: 17px;
      };
  }
}
.main-banner-section {
  height: 969px;
  position: relative;
  z-index: 1;
  background: {
      position: center center;
      size: cover;
      repeat: no-repeat;
  };
  .main-banner-content {
      margin-top: 130px;
  }
}
.home-slides {
  &.owl-theme {
      .owl-nav {
          margin-top: 0;

          [class*=owl-] {
              position: absolute;
              left: 50px;
              top: 45%;
              transform: translateY(-45%);
              background-color: transparent !important;
              transition: $transition;
              margin: 0;
              padding: 0 0 0 0 !important;
              opacity: .50;
              color: $white-color;
              font-size: 30px;
              overflow: hidden;

              &.owl-prev {
                  padding: 0 25px 0 0 !important;

                  &::before {
                      content: 'Prev';
                      position: absolute;
                      right: 0;
                      top: 50%;
                      transform: translateY(-50%);
                      font-size: 14px;
                      transition: transform .4s ease;
                  }
                  &::after {
                      content: 'Prev';
                      position: absolute;
                      right: 0;
                      top: 50%;
                      transform: translate(0%, 100%);
                      transition: transform .4s ease;
                      font-size: 14px;
                  }
                  &:hover {
                      &::before {
                          transform: translateY(-190%);
                      }
                      &::after {
                          transform: translate(0, -50%);
                      }
                  }
              }
              &.owl-next {
                  left: auto;
                  right: 50px;
                  padding: 0 0 0 25px !important;

                  &::before {
                      content: 'Next';
                      position: absolute;
                      left: 0;
                      top: 50%;
                      transform: translateY(-50%);
                      font-size: 14px;
                      transition: transform .4s ease;
                  }
                  &::after {
                      content: 'Next';
                      position: absolute;
                      left: 0;
                      top: 50%;
                      transform: translate(0%, 100%);
                      transition: transform .4s ease;
                      font-size: 14px;
                  }
                  &:hover {
                      &::before {
                          transform: translateY(-190%);
                      }
                      &::after {
                          transform: translate(0, -50%);
                      }
                  }
              }
              &:hover {
                  opacity: 1;
              }
          }
      }
  }
}
.home-slides-two {
  &.owl-theme {
      .owl-nav {
          margin-top: 0;

          [class*=owl-] {
              position: absolute;
              left: 50px;
              top: 58%;
              transform: translateY(-58%);
              background-color: transparent !important;
              transition: $transition;
              margin: 0;
              padding: 0 0 0 0 !important;
              opacity: .50;
              color: $white-color;
              font-size: 30px;
              overflow: hidden;

              &.owl-prev {
                  padding: 0 25px 0 0 !important;

                  &::before {
                      content: 'Prev';
                      position: absolute;
                      right: 0;
                      top: 50%;
                      transform: translateY(-50%);
                      font-size: 14px;
                      transition: transform .4s ease;
                  }
                  &::after {
                      content: 'Prev';
                      position: absolute;
                      right: 0;
                      top: 50%;
                      transform: translate(0%, 100%);
                      transition: transform .4s ease;
                      font-size: 14px;
                  }
                  &:hover {
                      &::before {
                          transform: translateY(-190%);
                      }
                      &::after {
                          transform: translate(0, -50%);
                      }
                  }
              }
              &.owl-next {
                  left: auto;
                  right: 50px;
                  padding: 0 0 0 25px !important;

                  &::before {
                      content: 'Next';
                      position: absolute;
                      left: 0;
                      top: 50%;
                      transform: translateY(-50%);
                      font-size: 14px;
                      transition: transform .4s ease;
                  }
                  &::after {
                      content: 'Next';
                      position: absolute;
                      left: 0;
                      top: 50%;
                      transform: translate(0%, 100%);
                      transition: transform .4s ease;
                      font-size: 14px;
                  }
                  &:hover {
                      &::before {
                          transform: translateY(-190%);
                      }
                      &::after {
                          transform: translate(0, -50%);
                      }
                  }
              }
              &:hover {
                  opacity: 1;
              }
          }
      }
  }
}
.shape1 {
  position: absolute;
  left: 35px;
  top: 26%;
  z-index: -1;
  animation: moveLeftBounce 10s linear infinite;
  opacity: .50;
}
.shape2 {
  position: absolute;
  right: 200px;
  top: 30%;
  z-index: -1;
  animation: moveBounce 10s linear infinite;
  opacity: .50;
}
.shape3 {
  position: absolute;
  left: 100px;
  bottom: 135px;
  z-index: -1;
  animation: moveBounce 10s linear infinite;
  opacity: .50;
}
.shape4 {
  position: absolute;
  right: 74px;
  bottom: 75px;
  z-index: -1;
  animation: moveLeftBounce 10s linear infinite;
  opacity: .50;
}
@keyframes ripple {
  0% {
      transform: scale(1)
  }
  75% {
      transform: scale(1.75);
      opacity: 1
  }
  100% {
      transform: scale(2);
      opacity: 0
  }
}
@keyframes moveLeftBounce {
  0% {
      transform: translateX(0px); 
  }
  50% {
      transform: translateX(30px); 
  }
  100% {
      transform: translateX(0px); 
  } 
}
@keyframes moveBounce {
  0% {
      transform: translateY(0px); 
  }
  50% {
      transform: translateY(30px); 
  }
  100% {
      transform: translateY(0px); 
  } 
}
#myCarousel .carousel-item .mask {
  position: absolute;
  top: 0;
left:0;
height:100%;
  width: 100%;
  background-attachment: fixed;
}
#myCarousel h4{
font-size:50px;
margin-bottom:15px;
color:#FFF;
line-height:100%;
letter-spacing:0.5px;
font-weight:600;
}
#myCarousel p{
font-size:18px;
margin-bottom:15px;
color:#d5d5d5;
}
#myCarousel .carousel-item a{background:#F47735; font-size:14px; color:#FFF; padding:13px 32px; display:inline-block; }
#myCarousel .carousel-item a:hover{background:#394fa2; text-decoration:none;  }

#myCarousel .carousel-item h4{-webkit-animation-name:fadeInLeft; animation-name:fadeInLeft;} 
#myCarousel .carousel-item p{-webkit-animation-name:slideInRight; animation-name:slideInRight;} 
#myCarousel .carousel-item a{-webkit-animation-name:fadeInUp; animation-name:fadeInUp;}
#myCarousel .carousel-item .mask img{-webkit-animation-name:slideInRight; animation-name:slideInRight; display:block; height:auto; max-width:100%;}
#myCarousel h4, #myCarousel p, #myCarousel a, #myCarousel .carousel-item .mask img{-webkit-animation-duration: 1s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
#myCarousel .container {max-width: 1430px;  }
#myCarousel .carousel-item{height:100%; min-height:550px; }
#myCarousel{position:relative; z-index:1; background:url(https://i.imgur.com/6axE29k.jpg) center center no-repeat; background-size:cover; }

.carousel-control-next, .carousel-control-prev{height:40px; width:40px; padding:12px; top:50%; bottom:auto; transform:translateY(-50%); background-color: #f47735; }


.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  transition: -webkit-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease,-webkit-transform .6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.carousel-fade .carousel-item {
opacity: 0;
-webkit-transition-duration: .6s;
transition-duration: .6s;
-webkit-transition-property: opacity;
transition-property: opacity
}
.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
opacity: 1
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-right.active {
opacity: 0
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0)
}
@supports (transform-style:preserve-3d) {
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}



@-webkit-keyframes fadeInLeft {
from {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

to {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
}

@keyframes fadeInLeft {
from {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

to {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
}

.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInUp {
from {
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

to {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
}

@keyframes fadeInUp {
from {
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

to {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
}

.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}

@-webkit-keyframes slideInRight {
from {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  visibility: visible;
}

to {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
}

@keyframes slideInRight {
from {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  visibility: visible;
}

to {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
}

.slideInRight {
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
}

/*================================================
















/* mega menu style */



      


