
*, *:after, *:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@font-face {
  font-family: 'AvenirLTStd-Book';
  src: url(../css/fonts/AvenirLTStd-Book.otf);
  font-weight:300;
}

@font-face {
  font-family: 'AvenirLTStd-Heavy';
  src: url(../css/fonts/AvenirLTStd-Heavy.otf);
   font-weight:500;
}

@font-face {
  font-family: 'AvenirLTStd-Black';
  src: url(../css/fonts/AvenirLTStd-Black.otf);
     font-weight:600;
}
  html,body {
    background: #fff;
    font-family:'AvenirLTStd-Book';
    position: relative;
      /*height: 100%;*/
      overflow-x:hidden;
      letter-spacing: 1px;

   
  }
   
  .mg_bt {
    margin-bottom: 40px;

}

.section h2 ,.section .row{
        position:relative;
    z-index:9;
}



a{
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a:hover{
    text-decoration: none
}

.slider-overlay{
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.section-header p {
    width: 50%;
    line-height: 1.5;
    color: #8591ac;
    margin: 20px auto 55px;
}

.pd0{
    padding:0
}

::-webkit-scrollbar {
	width: 9px;
}

::-webkit-scrollbar-track {}

::-webkit-scrollbar-thumb {
	background: #777;
}

.carousel-indicators li{
    border-radius:0 !important;
}
.active {
    color:#c6cf76;
}
/*
* Preloader styles
* ====================
*/
#page-preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #dedede;
  z-index: 999999; }

.contpre {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
#loader {
  animation: rotate 2s linear infinite normal;
  height: 20px;
  position: relative;
  width:20px;
}
.loader__ball {
  animation: move1 1s ease-out infinite alternate;
  background-color: #b7c452;
  border-radius: 50%;
  height: 100%;
  position: absolute;
  width: 100%;
}
.loader__ball:nth-of-type(2) {
  animation-name: move2;
}
.loader__ball:nth-of-type(3) {
  animation-name: move3;
}
@keyframes rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes move1 {
  0%, 5% {
    transform: translate(0, 0);
  }
  to {
    transform: translate(0, -100%);
  }
}
@keyframes move2 {
  0%, 5% {
    transform: translate(0, 0);
  }
  to {
    transform: translate(100%, 100%);
  }
}
@keyframes move3 {
  0%, 15% {
    transform: translate(0);
  }
  to {
    transform: translate(-100%, 100%);
  }
}

/*#loader */
/*{width: 70px;*/
/*  height: 70px;*/
/*  border-radius: 50%;*/
/*  margin: 20px auto;*/
/*  background-color: transparent;*/
/*  border: 5px solid #eee;*/
/*  border-top: 5px solid #b7c452;*/
/*  border-right: 5px solid #b7c452;*/
/*  -webkit-transition: .2s;*/
/*  -moz-transition: .2s;*/
/*  transition: .2s;*/
/*  -webkit-animation: loading 1s linear infinite;*/
/*  -moz-animation: loading 1s linear infinite;*/
/*  animation: loading 1s linear infinite;*/
/*}*/
/*@-webkit-keyframes loading {*/
/*  from {*/
/*    -webkit-transform: rotate(0deg);*/
/*    -moz-transform: rotate(0deg);*/
/*    transform: rotate(0deg);*/
/*  }*/
/*  to {*/
/*    -webkit-transform: rotate(360deg);*/
/*    -moz-transform: rotate(360deg);*/
/*    transform: rotate(360deg);*/
/*  }*/
/*}*/
/*@-moz-keyframes loading {*/
/*  from {*/
/*    -webkit-transform: rotate(0deg);*/
/*    -moz-transform: rotate(0deg);*/
/*    transform: rotate(0deg);*/
/*  }*/
/*  to {*/
/*    -webkit-transform: rotate(360deg);*/
/*    -moz-transform: rotate(360deg);*/
/*    transform: rotate(360deg);*/
/*  }*/
/*}*/
/*@keyframes loading {*/
/*  from {*/
/*    -webkit-transform: rotate(0deg);*/
/*    -moz-transform: rotate(0deg);*/
/*    transform: rotate(0deg);*/
/*  }*/
/*  to {*/
/*    -webkit-transform: rotate(360deg);*/
/*    -moz-transform: rotate(360deg);*/
/*    transform: rotate(360deg);*/
/*  }*/
/*}*/

/*{*/
/*  position: fixed;*/
/*  top: 50%;*/
/*  left: 50%;*/
/*  width: 30px;*/
/*  height: 120px;*/
/*  display: -webkit-box;*/
/*  display: -webkit-flex;*/
/*  display: -ms-flexbox;*/
/*  display: flex;*/
/*  -webkit-box-orient: vertical;*/
/*  -webkit-box-direction: normal;*/
/*  -webkit-flex-flow: column nowrap;*/
/*  -ms-flex-flow: column nowrap;*/
/*  flex-flow: column nowrap;*/
/*  -webkit-transform: translate(-50%, -50%);*/
/*  -ms-transform: translate(-50%, -50%);*/
/*  transform: translate(-50%, -50%); }*/
/*  #loader .diamond {*/
/*    position: absolute;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    margin: 0 auto;*/
/*    width: 30px;*/
/*    height: 30px;*/
/*    border-radius: 2px;*/
/*    background: #b7c452;*/
/*    -webkit-transform: translateY(0) rotate(45deg) scale(0);*/
/*    -ms-transform: translateY(0) rotate(45deg) scale(0);*/
/*    transform: translateY(0) rotate(45deg) scale(0);*/
/*    -webkit-animation: diamonds 1500ms linear infinite;*/
/*    animation: diamonds 1500ms linear infinite; }*/
/*    #loader .diamond:nth-child(1) {*/
/*      -webkit-animation-delay: -1000ms;*/
/*      animation-delay: -1000ms; }*/
/*    #loader .diamond:nth-child(2) {*/
/*      -webkit-animation-delay: -2000ms;*/
/*      animation-delay: -2000ms; }*/
/*    #loader .diamond:nth-child(3) {*/
/*      -webkit-animation-delay: -3000ms;*/
/*      animation-delay: -3000ms; }*/
/*    #loader .diamond:nth-child(4) {*/
/*      -webkit-animation-delay: -4000ms;*/
/*      animation-delay: -4000ms; }*/

/*@-webkit-keyframes diamonds {*/
/*  50% {*/
/*    -webkit-transform: translateY(-50px) rotate(45deg) scale(1);*/
/*    transform: translateY(-50px) rotate(45deg) scale(1); }*/
/*  100% {*/
/*    -webkit-transform: translateY(-100px) rotate(45deg) scale(0);*/
/*    transform: translateY(-100px) rotate(45deg) scale(0); } }*/

/*@keyframes diamonds {*/
/*  50% {*/
/*    -webkit-transform: translateY(-50px) rotate(45deg) scale(1);*/
/*    transform: translateY(-50px) rotate(45deg) scale(1); }*/
/*  100% {*/
/*    -webkit-transform: translateY(-100px) rotate(45deg) scale(0);*/
/*    transform: translateY(-100px) rotate(45deg) scale(0); } }*/


/*  header ============ */
/*  header ============ */
header{
  height: auto;
  padding:  0;
  position: absolute;
  width: 100%;
  z-index: 999;
}
.navbar-brand {
  position: relative;
  z-index: 1;
}
.fixed {
    position: fixed !important;
	top: 0;
	width: 100%;
	z-index: 99999999;
     background: #fff !important;
     box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px 0px !important;
   
}


/*----------------------------------------
 10.Portfolio Area Css
----------------------------------------*/
.portfolio-area{
    padding: 2em 0;
    background: #f7f7f7;
}
.pst-content {
  padding-left: 10px;
}

.project-menu {
  margin-bottom: 40px;
  text-align: center;
}

.project-menu li {
  display: inline-block;
}

.project-menu li a {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #444;
  border-radius: 20px;
  color: #444;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  margin: 0 4px;
  padding: 6px 15px;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
}

.project-menu li a.active, .project-menu li a:hover {
  border-color: #c3cf21;
  background: #c3cf21;
  color: #fff;
  text-decoration: none;
}

.single-awesome-portfolio {
  float: left;
  overflow: hidden;
  padding: 15px;
  width: 25%;
  position: relative;
}

.single-awesome-project {
  overflow: hidden;
  margin-bottom: 30px;
}

.first-item {
  margin-bottom: 30px;
}

.awesome-img {
  display: block;
  width: 90%;
  height: 270px;
  position: relative;
}

.awesome-img>a {
  display: block;
  position: relative;
}

.awesome-img>a img{
    width:100%;
    height:270px;
}
.single-awesome-project:hover .awesome-img>a::after {
  opacity: 0;
}

.single-awesome-project:hover .add-actions {
  opacity: 0;
  bottom: 0;
      background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.awesome-img>a::after {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  transition: 0.4s;
}

.add-actions {
  background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
  bottom: 0;
  display: block;
  height: 288px;
  left: 0;
  /*opacity: 0;*/
  overflow: hidden;
  padding: 10px 15px;
  position: absolute;
  transition: all 0.4s ease 0s;
  width: 100%;
}

.project-dec {
  display: block;
  height: 100%;
  width: 100%;
}

.vbox-container img {
    max-width: 100%;
    height: 500px !important;
}
.project-dec a {
  display: block;
  height: 100%;
  width: 100%;
}

.project-dec h4 {
  margin-bottom: 5px;
}

.project-dec h4:hover {
  color: #fff;
}

.project-dec h4 {
  color: #ddd;
  font-size: 24px;
  margin-top: -45px;
  padding-top: 50%;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 800;
}

.project-dec span {
  color: #ddd;
  font-size: 13px;
}

.project-action-btn {
  display: block;
  height: 100%;
  text-align: center;
  transition: all 1s ease 0s;
  width: 100%;
}

.project-action-btn li {
  display: block;
  height: 100%;
  width: 100%;
}

.project-action-btn li a {
  display: block;
  height: 100%;
  width: 100%;
}

.section-headline h2 {
    display: inline-block;
    font-size: 30px;
    color: #ce9d27;
    font-weight: 600;
    margin-bottom: 60px;
    position: relative;
    text-transform: capitalize;
}

.section-headline h2::after {
    border: 1px solid  #ce9d27;
    bottom: -15px;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 30%;
}

.album{
    color: #ddd;
    font-size: 13px;
    border: 1px solid #ddd;
    padding: 5px 10px;
    margin-top: 24px;
    display: inline-block;
    border-radius: 3px;
}

/* gallary */
.portfolio-items {
    padding: 15px;
}

.projectItem img {
    width: 100%;
    o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.projectItem-hover {
    position: absolute;
    top: 0;
    /* padding: 10px; */
    padding: 0px;
    width: 100%;
    text-align: center;
    background: rgba(67, 150, 255, 0.9);
    height: 100%;
    display: none;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    -ms-transform: translateX(0%);
}

.projectItem-co {
    position: relative;
    height: 100%;
    border: 4px Solid #FFF;
    border-radius: 3px;
}

.Top-ProjectItem {
    margin-top: 10%;
    text-align: center;
}

.Top-ProjectItem h2 {
    font-size: 20px;
    color: #FFF;
    margin: 0px;
    font-family: 'ibm-plex-sans', sans-serif !important;
    font-weight: 500;
}

.Top-ProjectItem p {
    font-size: 12px;
    color: #FFF;
    margin: 0px;
    font-family: 'ibm-plex-sans', sans-serif !important;
    margin-top: 15px;
}

.Bootom-ProjectItem {
    display: inline-block;
    position: absolute;
    bottom: 10%;
    width: 100%;
    right: 0;
}

.portfolio-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 0px;
    border-radius: 3px;
    height: 260px;
    min-height: 260px;
    max-height: 260px;
}



.navbar-brand{
  margin-top: 15px;
}
.navbar-brand img{
  width: 100px;
  
}
.navbar-header img.logo-display
{
  display:block;
}

.navbar-header img.logo-scrolled
{
  display:none;
}

.fixed  .navbar-header img.logo-display
{
  display:none;
}

.fixed  .navbar-header img.logo-scrolled
{
  display:block;
  margin-top: -15px;
  width: 70px;
}

.navbar {
  border-radius: 0;
  height: auto;
  margin-bottom: 0;
}
/*
.navbar-brand {
  color: #333;
  font-size: 2.4em;
  padding: 5px;
  font-family: 'Lato-bold';
 height:100px;
 margin-right: 25px
}
*/
.navbar-brand i {
  color: #c6cf76;
}

.navbar-toggle {
  border-color: #c6cf76;
  margin-top: 22px;
  margin-right: 41px;
  margin-bottom: 20px;
  border-width: 2px;
}

.navbar-collapse {
  border-color: transparent;
}


.navbar-toggle i {
   font-size: 2em;
  color:#c6cf76;
}

.navbar-toggle i:hover,.navbar-toggle i:focus {
  color: #eee;
}

.navbar-toggle:hover, .navbar-toggle:focus {
  background-color: #c6cf76;
}


.logo-fixed{
  display:block;
   
}
.logo-scrolled{
  display:none !important;
}
.fixed  .logo-fixed{
  display:none;
}

.fixed  .logo-scrolled{
  display:block  !important;
}

.navbar-nav{
  margin:65px 20px 0;
  /*margin-left:150px;*/
}

.navbar-nav>li>a , .dropdown a  {
      color: #fff !important;
  font-size: 14px;
  /*letter-spacing:2px;*/
  font-weight:600;
  margin: 0 12px;
  padding: 18px 5px ;
  text-transform: uppercase;
}

.navbar-nav>li>a:before , .dropdown a :before  {
      position: absolute;
  background-color: #c6cf76;
  content: "";
  height: 2px;
  bottom: 0;
  left: 0;
  width: 0;
  opacity: 1;
  filter: alpha(opacity=1);
  -webkit-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}

/*.social a{*/
/*  background: #fff;*/
/*  color: #c6cf76 !important;*/
/*  width: 35px;*/
/*  height: 35px;*/
/*  text-align: center;*/
/*  padding: 8px;*/
/*  margin: 10px 5px;*/
/*  border-radius: 50%;*/
/*}*/
.navbar-nav>li>a:hover , .dropdown a:hover  {
  color:#c6cf76;
  font-weight:bold;
}
.navbar-nav>li>a:hover:before , .dropdown a :hover:before {
  position: absolute;
  background-color: #c6cf76;
  content: "";
  height: 2px;
  bottom:0;
  left: 0;
  width: 100%;
  opacity: 1;
  filter: alpha(opacity=1);
  -webkit-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}

.fixed  .navbar-nav{
  margin:30px 0;
  /*margin-left:150px;*/
}
/*.social {*/
/*    margin-right:35px;*/
/*}*/
.fixed  .navbar-nav>li>a , .fixed .dropdown a  , .fixed  .navbar-nav>li>a:focus   {
  color:#464646 !important;
 font-size: 14px;
  font-weight:600;
  margin: 0 12px;
  padding: 18px 5px ;
  text-transform: uppercase;
  

}
.fixed  .navbar-nav>li>a:hover , .dropdown a :hover  {
 color:#c6cf76;
  font-weight:bold;
}

.fixed  .social .icon , .fixed  .social .icon:hover , .fixed  .social .icon:focus{
    margin:40px 5px !important;
}
.navbar-nav>li>a:focus, .navbar-nav>li>a:hover,.dropdown a :focus  , .dropdown a :hover  {
  background: transparent;
   color: #fff ;
   outline:0

}

.sub-menu{
  background: #fff;
  width: 230px;
  left:10px;
  position: absolute;
  display:none;
}
li.hvr:hover a.ovr:before , li.hvr:focus a.ovr:before{
 position: absolute;
  background-color: #c6cf76;
  content: "";
  height: 2px;
  bottom:7px;
  left: 0;
  width: 100%;
  opacity: 1;
  filter: alpha(opacity=1);
  -webkit-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}


li.hvr:hover  .sub-menu{
  display: block;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
} 
.sub-menu ul li{
  list-style: none;
  
}

.sub-menu ul li a
{
  color: #b7c452;
  padding: 10px 25px;
  display: block;
   -webkit-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}

.sub-menu ul li a:hover
{
color: #c6cf76;
    padding-left: 30px;
  padding-right:30px;
font-weight:bold;

}
.list-btn{
  display: inline-block;
 
}

.sub-menu , .sub-dropmenu{
  background: #fff;
  width: 230px;
  position: absolute;
  display:none;
}

.sub-dropmenu{
  left: 230px;
  top:0px
}


.sub-dropmenu.menu2{
  left: 230px;
  top:50px
}



li.sub-hvr:hover a.sub-ovr{
 color: #b7c452;
  font-weight: bold;
  border-left: 4px solid #c6cf76;
  background: rgba(0,0,0,0.05);
}

li.hvr:hover  .sub-menu , li.sub-hvr:hover  .sub-dropmenu{
  display: block;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
} 
.sub-menu ul li, .sub-dropmenu ul li{
  list-style: none;
  
}


.sub-menu ul li a:hover,  .sub-dropmenu ul li a:hover
{
color: #b7c452;
    padding-left: 30px;
  padding-right:30px;
font-weight:bold;
color: #b7c452;
  font-weight: bold;
  border-left: 4px solid #c6cf76;
  background: rgba(0,0,0,0.05);
}
.social li
{
  display: inline-block;
}

/*-- search --*/

.cd-main-header {
	/* Force Hardware Acceleration in WebKit */
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
    transform: translateZ(0);
    webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	-o-transition: transform 0.3s;
	-ms-transition: transform 0.3s;
	transition: transform 0.3s;
    position: fixed;
    right:60px;
    top: 73px;
}

.fixed .cd-main-header{
    top:38px;
}

.cd-main-content.nav-is-visible,
.cd-main-header.nav-is-visible {
	-webkit-transform: translateX(-260px);
	-moz-transform: translateX(-260px);
	-ms-transform: translateX(-260px);
	-o-transform: translateX(-260px);
	transform: translateX(-260px);
}

.nav-on-left .cd-main-content.nav-is-visible,
.nav-on-left .cd-main-header.nav-is-visible {
	-webkit-transform: translateX(260px);
	-moz-transform: translateX(260px);
	-ms-transform: translateX(260px);
	-o-transform: translateX(260px);
	transform: translateX(260px);
}

.cd-header-buttons {
	position: absolute;
	display: inline-block;
	top: 0px;
	/*right: 0%;*/
}

.cd-header-buttons li {
	display: inline-block;
}

.cd-search-trigger,
.cd-nav-trigger {
	position: relative;
	display: block;
	width: 44px;
	height: 44px;
	overflow: hidden;
	white-space: nowrap;
	color: transparent;
	z-index: 3;
	transform:scale(0.7);
}

.cd-search-trigger::before,
.cd-search-trigger::after {
	/* search icon */
	content: '';
	position: absolute;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;
	/* Force Hardware Acceleration in WebKit */
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.cd-search-trigger::before {
	/* lens */
	top: 11px;
	left: 11px;
	width: 17px;
	height: 17px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	border: 3px solid #fff;
}

.fixed .cd-search-trigger::before{
    	border: 3px solid #2c2c2c;
}
.cd-search-trigger::after {
	/* handle */
	height: 3px;
	width: 9px;
	background: #fff;
	bottom: 14px;
	right: 11px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.fixed .cd-search-trigger::after{
    background:#2c2c2c;
}

.cd-search-trigger span {
	/* container for the X icon */
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

.cd-search-trigger span::before,
.cd-search-trigger span::after {
	/* close icon */
	content: '';
	position: absolute;
	display: inline-block;
	height: 3px;
	width: 22px;
	top: 50%;
	margin-top: -2px;
	left: 50%;
	margin-left: -11px;
	background: #fff;
	opacity: 0;
	/* Force Hardware Acceleration in WebKit */
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
}

.fixed .cd-search-trigger span::before,.fixed .cd-search-trigger span::after{
    background: #2c2c2c;
}
.cd-search-trigger span::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.cd-search-trigger span::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.cd-search-trigger.search-is-visible::before,
.cd-search-trigger.search-is-visible::after {
	/* hide search icon */
	-moz-opacity: 0;
	opacity: 0;
}

.cd-search-trigger.search-is-visible span::before,
.cd-search-trigger.search-is-visible span::after {
	/* show close icon */
	-moz-opacity: 1;
	opacity: 1;
}

.cd-search-trigger.search-is-visible span::before {
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

.cd-search-trigger.search-is-visible span::after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.cd-search {
	position: absolute;
	width: 18%;
	top: 73px;
	right:100px;
	z-index: 3;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}

.fixed .cd-search{
    top:38px;
}
.cd-search form{
	position:relative;
}
.cd-search form .a_search {
    background-color: #fff;
    border: 1px solid #ddd;
    width: 100%;
    display: block;
    color: #777;
    font-size: 14px;
    letter-spacing:0;
    right: 0;
    top: 0;
    padding: 11px 60px 11px 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.cd-search form .search-submit {
    background-image: url(../image/search.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 40px;
    height: 100%;
    border: none;
    text-indent: -9999px;
    position: absolute;
    cursor: pointer;
   right: 0;
    top: 0;
    min-height: 40px;
    border-radius:0;
    -webkit-border-radius:0;
	-moz-border-radius:0;
	-webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.cd-search input[type=button], .cd-search input[type=reset],.cd-search  input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}
.cd-search form .search-submit {
    background-color: #c6cf76;
}

/* end search*/
.cd-search input {
	border-radius: 0;
	border: none;
	background: rgba(0, 0, 0, 0.75);
	width: 100%;
	padding: 0 4%;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	font-size: 1em;
	padding: 1.3em 2em;
	color: #fff;
	font-weight: 300;
	letter-spacing: 4px;
}

.cd-search input::-webkit-input-placeholder {
	color: #777 !important;
}

.cd-search input::-moz-placeholder {
	color: #777 !important;
}

.cd-search input:-moz-placeholder {
	color: #777 !important;
}

.cd-search input:-ms-input-placeholder {
	color: #777 !important;
}

.cd-search input:focus {
	outline: none;
}

.cd-search.is-visible {
	-moz-opacity: 1;
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	-o-transition: opacity .3s 0s, visibility 0s 0s;
	-ms-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}


/*-- //search --*/


/*.social a , .social a:hover , .social a:focus{*/
  
/*  background: #fff;*/
/*  color: #c6cf76 !important;*/
/*  width: 35px;*/
/*  height: 35px;*/
/*  text-align: center;*/
/*  padding: 8px !important;*/
/*  margin: 75px 5px !important;*/
/*  border-radius: 50%;*/
/*}*/

/*.fixed .social a , .fixed .social a:hover , .fixed .social a:focus{*/
/*  background: #c6cf76;*/
/*  color: #fff !important;*/
/*  margin:40px 5px !important;*/
/*}*/


/* home ============ */

 .item {
  background-color: rgba(0,0,0,0.8);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100vh;
background-repeat: no-repeat;
background-size: cover;
background-position: 50% 50%;
opacity: 0;
 /*animation*/  
 animation: slideShow 8s linear infinite 0s;
 -o-animation: slideShow 8s linear infinite 0s;
 -moz-animation: slideShow 8s linear infinite 0s;
 -webkit-animation: slideShow 8s linear infinite 0s;

}
.item img{
height: 100vh !important;
width: 100%;
}
.item::before
{
  background-color: rgba(0, 0, 0, 0.5);
content: '';
display: block;
height: 100%;
position: absolute;
width: 100%;
}

@-webkit-keyframes slideShow { 
  1% {
    opacity: 0;
    animation-timing-function: ease-in;
    }
    4% {
        opacity: 1;
        transform: scale(1);
        animation-timing-function: ease-out;
    }
    22% {
        opacity: 1;
        transform: scale(1.1);
    }
    44% {
        opacity: 1;
        transform: scale(1.1) ;
    }
    100% {
        opacity: 1;
    }
}
  
  @keyframes slideShow { 
    1% {
      opacity: 0;
      animation-timing-function: ease-in;
      }
      4% {
          opacity: 1;
          transform: scale(1);
          animation-timing-function: ease-out;
      }
      22% {
          opacity: 1;
          transform: scale(1.1);
      }
      44% {
          opacity: 1;
          transform: scale(1.1) ;
      }
      100% {
          opacity: 1;
      }
  }
  
  .slider-overlay{
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
  }
  
.pic1{
  opacity: 1;
  background-image: url(../image/10.jpg);
 
}
.pic4{
  background-image: url(../image/slide1.jpg);
  /*animation*/  
  animation-delay: 18s;
  -o-animation-delay: 18s;
  -moz-animation-delay: 18s;
  -webkit-animation-delay: 18s;
}

.pic2{
  opacity: 1;
  background-image: url(../image/slideshow-1.jpg);
  /*animation*/  
  animation-delay: 6s;
  -o-animation-delay: 6s;
  -moz-animation-delay: 6s;
  -webkit-animation-delay: 6s;
}
.pic3{
  background-image: url(../image/slideshow-2.jpg);
  /*animation*/  
  animation-delay: 12s;
  -o-animation-delay: 12s;
  -moz-animation-delay: 12s;
  -webkit-animation-delay: 12s;
}
  .slider-overlay{
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
  }
  
   .carousel{
       position:relative;
       z-index:2;
   }

  .content
  {
    z-index: 9;
    position: absolute;
    display: block;
    top: 40vh;
    color: #fff;
    left: 10%;
    right: 20%;
  }
  .carousel-caption{
        /*right: 30%;*/
    text-align: left;
    /*left: 15%;*/
    padding-bottom: 0;
    top: 30vh;
  }
  .content h3 ,  .carousel-caption h3
  {
    margin-bottom: 15px;
    /*padding: 4px 12px;*/
    /*font-size: 33px;*/
    line-height: 1.4;
    /*letter-spacing: 1px;*/
    text-transform: uppercase;
    font-family: 'AvenirLTStd-Heavy';
  }
  .content p , .carousel-caption p{
    /*font-size: 1.2em;*/
    line-height: 3;
    /*padding: 4px 15px;*/
    color: #e7e7e7;
  }

/*.carousel-inner>.item>a>img, .carousel-inner>.item>img {*/
/*width: 100%;*/
/*height: 100vh;*/
/*}*/

/*.carousel-caption{*/
/*  z-index: 9;*/
/*    position: absolute;*/
/*    display: block;*/
/*    top: 40vh;*/
/*    color: #fff;*/
/*    left: 10%;*/
/*    right: 20%;*/
/*}*/

/*.slider-overlay {*/
/*background-color: rgba(0, 0, 0, 0.3);*/
/*z-index: 1;*/
/*position: absolute;*/
/*width: 100%;*/
/*height: 100%;*/
/*top: 0;*/
/*}*/
/*.carousel-control {*/
/*bottom: 21px;*/
/*}*/
/*.home {*/
/*  height:100vh;*/
/*  background-image: url("../image/bg.jpg");*/
/*  background-size: cover;*/
/*  background-position: center;*/
/*  position: relative;*/
/*}*/

/*.home .home-content{ */
/*  z-index: 9;*/
/*    position: absolute;*/
/*    display: block;*/
/*    top: 40vh;*/
/*    color: #fff;*/
/*    left: 10%;*/
/*    right: 20%;*/
/*}*/
/*.home-title*/
/*{*/
/*  margin-bottom: 30px;*/
/*    padding: 4px 12px;*/
/*    font-size: 3em;*/
/*    font-family: 'OpenSans-bold';*/
/*}*/


/*.home-desc {*/
/*  font-size: 1.2em;*/
/*  line-height: 1.7;*/
/*  padding: 4px 15px;*/
/*  color: #e7e7e7;*/
/*}*/

 
  /* about */
  .about-left , .about-right{
    display: block;
    height: 345px;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .about-right{
      margin-top:50px;
  }
  .about-left::before {
    background-color: #c6cf76;
    content: "";
    height: 310px;
    margin-top: 18px;
    position: absolute;
    right: 76px;
    transform: rotate(26deg);
    width: 10px;
    z-index: 3;
}
  .about-left img , .about-right img{
      width:100%;
      height:100%;
  }
     .about-left::after {
        border-bottom: 347px solid #fff;
        border-left: 170px solid transparent;
        bottom: 0;
        content: "";
        position: absolute;
        right: 0;
        z-index: 2;
    }
  
  .about-right::after {
    background-color: #c6cf76;
    content: "";
    height: 310px;
    margin-top: 18px;
    position: absolute;
    left: 76px;
    transform: rotate(-26deg);
    width: 10px;
    z-index: 3;
    top:0;
}

     .about-right::before {
        border-bottom: 347px solid #f7f7f7;
        border-right: 170px solid transparent;
        bottom: 0;
        content: "";
        position: absolute;
        left: 0;
        z-index: 2;
    }

  .section{
    padding: 70px 0;
    position:relative;
  }
.section:not(.footer-1):not(.about-1-m):not(.projects-1-m):after{
    position:absolute;
    content:"";
    top:0;
    left:0;
    width:100%;
    height:100%;
    /*background-image:url(../image/111.png);*/
    background-image:url(../image/11.png);
    background-size:cover;
    background-repeat:no-repeat
}
.about-1-m:after, .projects-1-m:after{
    position:absolute;
    content:"";
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-image:url(../image/cov2.png);
    background-size:cover;
    background-repeat:no-repeat
}

  .gray{
    background:#f7f7f7;
  }
  .img-fluid img{
      width:100%;
      height: 650px;
      border:4px solid transparent
     
  }
 .about .img-fluid{
   height: 650px
 }

  .img-fluid{
    position: relative;
  }
   
  .img-fluid::before,.img-fluid::after {
    box-sizing: inherit;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
  }
  
  .img-fluid::before,  .img-fluid::after {
    border: 4px solid transparent;
    width: 0;
    height: 0;
  }
  .img-fluid::before {
    top: 0;
    left: 0;
  }
  .img-fluid::after {
    bottom: 0;
    right: 0;
  }
  .img-fluid:hover {
    cursor: pointer;  
    
  }
  .about:hover .img-fluid::before,.about:hover  .img-fluid::after ,   .team-box:hover .img-fluid::before,.team-box:hover  .img-fluid::after {
    width: 100%;
    height: 100%;
  }
  .about:hover .img-fluid::before  {
    border-top-color: #c6cf76;
    border-right-color: #c6cf76;
    transition: width 1s ease-out , height 1s ease-out 1s;
  }
  .about:hover .img-fluid::after {
    border-bottom-color: #c6cf76;
    border-left-color: #c6cf76;
    transition: border-color 0s ease-out 2s, width 1s ease-out 2s, height 1s ease-out 3s;
  }
  
  .team-box:hover .img-fluid::before {
    border-top-color: #c6cf76;
    border-right-color: #c6cf76;
    transition: width 0.25s ease-out , height 0.25s ease-out 0.25s;
  }
  .team-box:hover .img-fluid::after {
    border-bottom-color: #c6cf76;
    border-left-color: #c6cf76;
    transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
  }
  
  
  h2{
    color: #464646;
    text-transform: capitalize;
    font-size: 35px;
    /*letter-spacing: 1px;*/
    font-family: 'AvenirLTStd-Black';
  }
  .desc p{
    font-size: 16px;
    line-height: 1.8;
    /*text-align: justify;*/
    margin-right: 30px;
    margin-top: 25px;
    margin-bottom: 25px;
  }


  .desc a {
    color: #222;
    font-size: 16px;
    border: 2px solid #222;
    padding: 10px 20px;
    display: inline-block;
    text-decoration: none;
    position: relative;
    z-index: 99;
    transition: all 0.2s ease-in-out;
}

.desc a::before,.desc a::after {
  box-sizing: inherit;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
}
.desc a:hover {
  transition: color 0.25s;

}
.desc a::before,  .desc a::after {
  border: 2px solid transparent;
  width: 0;
  height: 0;
}
.desc a::before {
  top: 0;
  left: 0;
}
.desc a::after {
  bottom: 0;
  right: 0;
}
.desc a:hover {
  color: #c6cf76;
  border: 0;
  padding: 12px 22px;
  transition: border 0.2s ease-in-out;
  text-decoration: none
  
}
.desc a:hover::before,  .desc a:hover::after {
  width: 100%;
  height: 100%;
}
.desc a:hover::before {
  border-top-color:#c6cf76;
  border-right-color: #c6cf76;
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.desc a:hover::after {
  border-bottom-color: #c6cf76;
  border-left-color: #c6cf76;
  transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}


/* services*/
.curved-border:after{
    content: '';
    background-image: url(../image/curved-border.svg);
    background-size: 100% 100%;
    background-size: 100% 100%;
    background-position: center;
    position: absolute;
    left: 0;
    top: -2px;
    bottom: auto;
    /*-webkit-transform: rotateX(180deg);*/
    /*transform: rotateX(180deg);*/
    overflow-x: hidden;
    width: 100vw;
    height: 7.2vw;
}
.services ,.team {
    position: relative;
    background: #222;
    min-height: 7.2vw;
   /* -webkit-clip-path: polygon(50% 0, 100% 43px, 100% 100%, 0 100%, 0 70px);*/
   /*clip-path: polygon(50% 0, 100% 43px, 100% 100%, 0 100%, 0 70px);*/
}

 .bg-srv{
    position: absolute;
    right:0;
   bottom:0px;
}

.services .bg-srv img{
        width: 580px;
    height: 450px;

}

.srv{
margin:20px 0 40px;
padding:0 15px ;
}

.srv img{
    width:85px;
    height:85px;
    padding:8px;
    border-radius:100%;
    background:#777;
    margin-bottom:15px;
    -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
    
}

.srv img:hover{
    background:#b7c452;
    cursor:pointer;
}
.srv h4{
    color:#c6cf76 !important;
}
.services .desc a , .team .desc a{
    color:#fff;
    border-color:#fff;
}
.services h2{
    color:#fff;
    font-size:35px;
    margin-bottom:40px;
    position:relative;
}

h2 span , h3 span{
    background: #c6cf76;
    color: #fff;
    padding: 3px 5px;
    text-transform: capitalize;
}
.poly-srv{
   position: absolute;
    display: block;
    width: 100%;
    height: 10%;
    z-index: 0;
    top: auto;
    left: 0;
    right: 0;
    background: #c6cf76;
        border-radius: 57% 57% 0 0;
    /* -webkit-clip-path: polygon(75% 0, 100% 15px, 100% 100%, 0 100%, 0 50px);*/
    /*clip-path: polygon(75% 0, 100% 15px, 100% 100%, 0 100%, 0 50px);*/

}
.mg-srv{
  margin:50px 0 20px;

}

.mg-srv-tp{
margin-top: 100px
}
.services h4 {
  color: #fff;
  font-weight: bold; 
}

.services p{
  color:#eee;
}
.choose{
   width:570px;
    height: 350px;
    background: #c6cf76;
    padding: 50px 120px 50px 40px;
      margin-left: 28px;
}
.img-choose img{
  height: 350px;
    margin-top: 20px;
    width: 100%;
    margin-left: -85px;
}

.solution{
  width: 570px;
    background: #c6cf76;
    padding: 50px 35px 50px 140px;
    margin-right: 0;
    margin-left: -58px;
    margin-top:20px;
    height: 350px;

 }

 .img-solution , .img-choose{
   width:600px;
   height: 350px;
 }
.img-solution img {
  height: 350px;
  width: 100%;
    position: relative;
    top: 0;
    z-index: 1;
        margin-left: 28px;
}


.solution p, .choose p{
  text-overflow: ellipsis;
overflow: hidden;
    max-height: 20em;
  line-height: 2em;
  word-wrap: break-word;
}

.desc-more{
  margin:25px  0;
}
.link , .link:hover {
  font-size: 10px;
  line-height: 12px;
  padding-left: 62px;
  position: relative;
  font-weight: 700;
  color: #fff;
  /*letter-spacing: 2px;*/
  text-transform: uppercase;
  margin-top: 20px;
  display: block;
}

.link:after {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 1px;
  background: #fff;
  left: 0;
  top: 7px;
  -moz-transition-property: width,opacity;
  -o-transition-property: width,opacity;
  -webkit-transition-property: width,opacity;
  transition-property: width,opacity;
  -moz-transition-duration: .4s;
  -o-transition-duration: .4s;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.link span {
  position: relative;
  display: inline-block;
  -moz-transition-property: color,-moz-transform;
  -o-transition-property: color,-o-transform;
  -webkit-transition-property: color,-webkit-transform;
  transition-property: color,transform;
  -o-transition-duration: .4s;
  transition-duration: .4s;
  transition-timing-function: ease-out;
}

/*projects*/


.row.proj .col-md-4{
    padding:0 7.5px;
}

.proj img{
    position:relative;
    vertical-align: middle;
    -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.proj a{
   position:relative;
   display:inline-block;
   overflow:hidden;
}
.proj a:hover img{
     -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
      -o-transform: scale(1.2);
      -webkit-transform: scale(1.2);
      transform: scale(1.2);
}

.sub-overlay{
    display:none;
    position: absolute;
    width: 100%;
    background: rgba(198, 207, 118, 0.8);
    bottom: 0;
    text-align: center;
}

.proj a:hover  .sub-overlay{
     display:block;
}
.sub-overlay h4{
    color: #fff;
    font-family: 'AvenirLTStd-Heavy';
    font-weight:900;
    font-style:italic;
    font-size: 24px;
}
.sub-overlay p{
     font-family: 'AvenirLTStd-Heavy';
     color:#555;
     font-size:18px;
}
/*.row.proj {*/
/*  display: flex;*/
/*  flex-wrap: wrap;*/
/*  padding: 0 4px;*/
/*}*/


/* Create four equal columns that sits next to each other */
/*.column {*/

/*  flex: 25%;*/
/*  max-width: 25%;*/
/*  padding: 0 4px;*/
/*}*/
/*.column1{*/
/*    -ms-flex: 50%;*/
/*    flex:50%;*/
/*    max-width:50%;*/
/*}*/
/*.column a {*/
/*    position: relative;*/
/*    display: block;*/
/*    box-sizing: border-box;*/
/*    text-align: center;*/
/*    overflow: hidden;*/
/*}*/
/*.column a::before {*/
/*  content: attr(data-overlay-text);*/
/*  font-size:1.6em;*/
/*  position: absolute;*/
/*  z-index: 1;*/
  /*On top of parent*/
/*  top: 0;*/
/*  left:0;*/
/*  width: 100%;*/
/*  height:100%;*/
/*  padding-top:20%;*/
/*  text-align: center;*/
/*  color: #fff;*/
/*  background: rgba(183, 196, 82, 0.8);*/
/*  opacity: 0;*/
/* ;*/
/*}*/
/*.column a:hover::before {*/
/*  opacity: 1;*/
  
/*}*/
/*.column a .overlay-img {*/
/*  -moz-transform: scale(1);*/
/*  -ms-transform: scale(1);*/
/*  -o-transform: scale(1);*/
/*  -webkit-transform: scale(1);*/
/*  transform: scale(1);*/
/*  -moz-transition: all 0.3s;*/
/*  -o-transition: all 0.3s;*/
/*  -webkit-transition: all 0.3s;*/
/*  transition: all 0.3s;*/
/*}*/
/*.column a:hover .overlay-img {*/
/*  -moz-transform: scale(1.2);*/
/*  -ms-transform: scale(1.2);*/
/*  -o-transform: scale(1.2);*/
/*  -webkit-transform: scale(1.2);*/
/*  transform: scale(1.2);*/
/*}*/

/*.column img {*/
  
/*  vertical-align: middle;*/
/*}*/

.ht{
    height:10px;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
  .single-awesome-project {
      margin-bottom:0px !important;
  }
}
div.All_Images {
  margin-top:40px;

}

div.All_Images .mix{
  position: relative;

}
.mix .overlay-img{
  position: absolute;
  top: 0;
  left:0;
  width: 100%;
  transition: .5s ease;
  height: 100%;
  bottom: 0;
  right: 0;
  background: rgb(184,195,82,0);
  
}
div.All_Images .mix:hover .overlay-img{
  display: block;
  cursor: pointer;
  background: rgb(184,195,82,0.3);
}
.projects div.All_Images .left
{
    width: 50%;
    float: left;
}

.projects div.All_Images .left .left-1
{
    width: 50%;
    float: left;
}

.projects div.All_Images .left .left-1 img
{
    width: 100%;
    height: 200px;
}

.projects div.All_Images .left .left-2
{
    width: 50%;
    float: left
}

.projects div.All_Images .left .left-2 img
{
    width: 100%;
    height:180px
}
.projects div.All_Images .left .left-2 img.last
{
  width: 100%;
  height:420px
}
.projects div.All_Images .right
{
    width: 50%;
    float: left
}

.projects div.All_Images .right .right-1
{
    width: 100%;
   
   
}



.projects div.All_Images .right .right-1 img
{
    height: 300px;
    width: 100%;
}

.projects div.All_Images .right .right-2
{
    width: 100%;
    display: flex
}

.projects div.All_Images .right .right-2 > div
{
    width: 50%
}

.projects div.All_Images .right .right-2 > div:nth-of-type(1) img
{
    width: 100%;
    height: 300px;
    float: left
}

.projects div.All_Images .right .right-2 > div:nth-of-type(2) img
{
    width: 100%;
    height: 300px;
    float: right;
    clear: both
}


/*********** team ***********/
.team-box .team-inner {
    position: relative;
    width: 150px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
  
}
.team .bg-srv{
    position: absolute;
    right:0;
    bottom:0px;
}

.team .bg-srv img{
    width: 620px;
    height: 620px;
}
.team h2 {
    color:#fff;
    position:relative;
}
/*.team-box .team-inner .mask {*/
/*    position: absolute;*/
/*    z-index: 2;*/
/*    top: 0;*/
/*    width: 100%;*/
/*    left: 0;*/
/*    height: 100%;*/
/*    opacity: 0;*/
/*    background:  rgb(184,195,82,0.78);*/
/*    -webkit-transition: all 0.3s ease-out;*/
/*    transition: all 0.3s ease-out;*/
/*}*/

.team-box .team-inner ul {
    list-style: none;
    position: absolute;
    z-index: 3;
    top: -30px;
    margin: 0px;
    padding: 0px;
    width: 100%;
    left: 0;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.team-box .team-inner ul li {
    display: inline-block;
    text-align: center;
    margin-left: 3px;
    margin-right: 3px;
}

.team-box .team-inner ul li a {
    font-family: 'FontAwesome';
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 15px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #fff;
    display: inline-block;
    color: #fff;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.team-box .team-inner ul li a:hover{
     color: #464646;
     border: 2px solid #464646;
} 
.team-caption  {
    padding: 1px 0px 18px;
    z-index: 1;
    position: relative;
}
.team-box h6 {
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
    /*letter-spacing:1px;*/
    text-transform: uppercase;
    font-weight: bold;
    color:#c6cf76;
}

.team-box .subtext {
    text-align: center;
    font-size: 13px;
    line-height: 12px;
    text-transform: uppercase;
    font-weight: 600;
    /*letter-spacing:1px;*/
    color:#aaa;
}
/*.team-box:hover .mask {*/
/*    opacity: 1;*/
/*}*/

.team-box:hover ul {
    top: 50%;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
/*clients*/

.swiper-container {
  width: 100%;
  height: 100%;
  margin-top: 40px
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;
  /* Center slide text vertically */
 
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

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

.swiper-container-horizontal>.swiper-pagination-bullets{
    position:relative !important;
    bottom:-5px !important;
}
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius:0 !important;
    background: transparent;
    opacity: 1;
    border: 1px solid #b7c452;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #b7c452;
   width: 12px;
    height: 12px;
   
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 20px 4px !important;
}





/* Footer
// ================ 
/*/
footer{
    position:relative;
    z-index:2;
}
.main-footer h6{
  color:#fff;
  line-height: 1.2;
  font-size: 18px;
  margin-top:3px;
}

.main-footer p{
    color: #ddd;
    font-size: 13.5px;
    line-height: 1.6
}

.break p{
    display:contents;
}
.address{
  /*margin-bottom: 10px;*/
  display:flex;
}
.small
{
  line-height: 2;
  font-size: 13px !important;
  margin-right:20px
}
.main-footer a{
  color: #eee;
  font-size: 13px;
  margin-top: 10px;
  display: inline-block;
  text-decoration: none;
}
.main-footer a:hover{
    color:#b7c452;
}

.icon{
  color:#b8c352;
  margin-right:10px;
}
a, button, input {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.social .icon ,.social .icon:hover {
  font-size: 16px;
  color: #fff;
  display: inline-block;
  width: 35px;
height: 35px;
text-align: center;
padding: 8px !important;
margin: 75px 5px !important;
  position: relative;
  z-index: 1;
  background:transparent;
}
.social .icon:before , .social .icon:hover:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.social .icon:after , .social .icon:hover:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #b8c352;
  opacity: 0.6;
  -webkit-transform: skew(-15deg);
  -ms-transform: skew(-15deg);
  transform: skew(0deg);
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  z-index: -1;
  border-radius:50%;
}
.social .icon:hover{
  transform:scale(0.85)
}
.main-footer .footer-block {
  margin: 20px 0;
 }
  @media (min-width: 992px) {
    .main-footer .footer-block {
      margin: 0; } 
    }

.main-footer .footer-1 {
  background: #333; 
}
  .main-footer .footer-1 * + .list-inline {
    margin-top: 20px; 
  }
  
  .main-footer .footer-1 .divider {
    width: 100%;
    height: 1px;
 margin:  20px 0;
    background: rgba(204, 204, 204, 0.1); 
  }
 
  
.main-footer .footer-2 {
  padding: 20px 0;
  background: #222; }
 
   .footer-2 {
     color:#eee
   } 

   
    .dt-sc-subscribe-frm {
    float: left;
    clear: both;
    width: 100%;
    position: relative;
    margin:20px 0px;
    padding: 0px;
}

.dt-sc-subscribe-frm:before {
    content: "\f1d9";
    position: absolute;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color:#c6cf76!important;
    right: 15px;
    top: 15px;
}

.dt-sc-subscribe-frm input[type="email"],.dt-sc-subscribe-frm input[type="email"]:focus {
    color: #fff;
    background-color: rgba(0,0,0,0.3);
    margin: 0;
    width: 100%;
    padding: 16px 15px 16px;
    font-size: 14px;
    border: 0;
    outline: 0;
    box-shadow: none
    
}

.dt-sc-subscribe-frm input[type="submit"] {
    position: absolute;
    right: 0;
       height: 64%;
    width: 52px;
    top: 0px;
    background: none;
    text-indent: -9999px;
    border: 0
}

/** inner pages **/
.banner{
   background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    min-height: 400px;
    position: relative;
    overflow: hidden;
}
.banner::before {
    content:"";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom:0;
   background: linear-gradient(127deg, #333 0%, #555 91%);
    z-index: 2;
    opacity: 0.7;
}

.page-top {
    position: absolute;
    width: 100%;
    bottom: 100px;
    z-index: 3;
}


.page-top h1 {
    font-weight: 400;
    font-size: 36px;
    height: 50px;
    line-height: 46px;
    letter-spacing: 1.4px;
    color: #fff;
    text-align: center;
}
.page-top .breadcrumb {
    float: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: none;
    padding: 0px;
    margin-top: 8px;
    margin-bottom: 0px;
    display: block;
    text-align: center;
}

.page-top .breadcrumb li:first-child {
    margin-left: 0px;
}

 .page-top .breadcrumb li {
    font-weight: 400;
    font-size: 14px;
    color: #E5E9F7;
    line-height: 30px;
    margin-left: 10px;
    display: inline-block;
}

 .page-top .breadcrumb li:last-child:after {
    content: '';
    margin-left: 0px;
} 

.breadcrumb>li+li:before {
    padding: 0 5px;
    display:none;
    color: #ccc;
    content: "/\00a0";
}
.page-top .breadcrumb li a {
    font-weight: 400;
    font-size: 14px;
    color: #fff;
}

.page-top .breadcrumb li:after {
    font-family: FontAwesome;
    content: "\f105";
    margin-left: 10px;
    color: #E5E9F7;
}

/*** service ***/

.service .srv{
    margin-bottom:30px;
}
.service .srv h4{
    color: #b7c452!important;
    font-family: 'AvenirLTStd-Heavy';
    font-size: 20px;
}

.service .srv p{
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: -moz-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 4;
    -moz-line-clamp: 4;
    line-height: 1.6em;
    max-height: 6.4em;
    height: 6.4em;
}

/************ news page ****************/
.news .blog {
    background-color: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin-bottom:30px;
}

.news .blog .img {
    clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%, 0 75%);
}


.news .blog img {
    width: 100%;
    height: 180px;
}


.news .blog .blog-info {
    padding: 20px 15px 35px;
    position: relative;
}


.news .blog .blog-info .date  {
    position: absolute;
    left: calc(50% - 25px);
    top: -55px;
    width: 60px;
    height: 60px;
    border-radius:100%;
    line-height: 20px;
    text-align: center;
    background-color: #b7c452;
    color: #fff;
    padding:10px 5px;
    /*transform: rotate(45deg);*/
}

.news .blog .blog-info .date span {
    /*transform: rotate(-45deg);*/
    display:inline-block;
}
.news .blog .blog-info a.title{
   display:block; 
}
.news .blog .blog-info a h5{
    color:#646464;
    font-size:17px;
    line-height:1.3;
    letter-spacing:0;
    font-family: 'AvenirLTStd-Heavy';
}
.news .icon{
    font-size: 17px;
}
.news .blog .info p {
    font-size: 15px;
    color: #999;
    letter-spacing:1px;
    line-height: 1.8;
    margin: 0;
}

.news .blog .more {
    position: absolute;
    right: 20px;
    bottom: 12px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    color: #b7c452;
    font-size: 25px;
    width: 40px;
    font-weight:600;
    height: 40px;
    border-radius: 50%;
    line-height: 42px;
    text-align: center;
    transform: translate(0 , 100px);
    transition: all 0.3s ease-in-out;
}

.news .blog:hover .img img {
    transform: rotate(-5deg) scale(1.2 , 1.2);
     transition: all 0.4s ease;
}
.news .blog:hover .more {
    transform: translate(0 , 0);
}

.news  form {
	position:relative;
}
.news  form .a_search{
    background-color: #fff;
    border: 1px solid #ddd;
    width: 100%;
    display: block;
    color: #777;
    font-style: italic;
    left: 0;
    top: 0;
    padding: 10px 60px 10px 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

 .news  form .search-submit{
    background-image: url(../image/search.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 40px;
    height: 100%;
    border: none;
    text-indent: -9999px;
    position: absolute;
    cursor: pointer;
    right: 0;
    top: 0;
    min-height: 40px;
    border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	-webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.news  form .search-submit:focus{
    outline:0;
}
input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}
.news form .search-submit{
    background-color: #b7c452;
}


.news .aside_widgets{
    margin-top:10px;
    margin-left:22px;
}
.widget{
	display: block;
    width: 100%;
    margin-bottom: 25px;
}
.widget_categories ul > li {
    background-position: 0 6px;
}
.widget ul > li {
    background-image: url(../img/arrow.png);
    background-repeat: no-repeat;
    background-position: 0 center;
    list-style: none;
    padding-left: 15px;
}

.widget li a , .widget p {
    padding-top: 5px;
	display: block;
	color: #464646;
	line-height: 22px;
	font-size: 14px;
	-webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    text-decoration: none;
}

.widget a:hover ,.widget a:focus {
	text-decoration: none;
	color:#b7c452
}
	

.widget .title h5 {
    font-family: 'AvenirLTStd-Heavy';
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.widget ul{
	padding:0
}

.widget .address h6{
    margin-top:7px;
}
.widget_recent_entries ul > li {
    position: relative;
    background: none;
    background-image: none !important;
    padding-left: 22px;
    border-bottom: 1px dotted #ddd;
    padding-bottom: 8px;
    margin-bottom: 8px;
}
.widget_recent_entries ul > li::before {
    position: absolute;
    display: block;
    content: "\f073";
    font-family: 'FontAwesome';
    font-size: 14px;
    top: 6px;
	left: 0;
	color:#b7c452
}

a.read-more {
    float: right;
	position: relative;
	color:#b7c452;
	text-transform: uppercase;
    font-weight: 700;
	display: block;
	font-size: 12px;
}

.share{
    float:left;
}

.share a i{
    font-size: 13px;
    margin: 0 4px;
}

.share .fa-facebook-f ,  .share-details a:hover .fa-facebook-f ,.share-details a:focus .fa-facebook-f {
        color: #3b5998;
}

.share .fa-twitter , .share-details a:hover .fa-twitter,.share-details a:focus .fa-twitter{
        color: #1da1f2;
}

.share .fa-linkedin ,  .share-details a:hover .fa-linkedin,.share-details a:focus .fa-linkedin{
    color: #007bb5;
}

.share-details{
    /*float:right;*/
    margin-top:30px;
    font-family: 'AvenirLTStd-Heavy';
    color:#2c2c2c;
}


.share-details a i{
    font-size: 14px;
    width:30px;
    height:30px;
    padding:7px;
    color:#fff;
    margin:0 5px;
    text-align:center;
     -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.share-details a:hover i,.share-details a:focus i{
    background-color:#fff;
    border:1px solid ;
}

.share-details .fa-facebook-f{
        background-color: #3b5998;
        border:1px solid  #3b5998;
}

.share-details .fa-twitter{
        background-color: #1da1f2;
        border:1px solid #1da1f2;
}

.share-details .fa-linkedin{
    background-color: #007bb5;
    border:1px solid  #007bb5;
}

a.read-more i {
    font-size: 11px;
    line-height: 20px;
    opacity: 0;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

a.read-more:hover span {
    transform: translate(-15px, 0);
    -webkit-transform: translate(-15px, 0);
    -moz-transform: translate(-15px, 0);
    -ms-transform: translate(-15px, 0);
}

a.read-more:hover i {
    opacity: 1;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
    max-width: 100%;
    height: auto;
}

.news .news-info .news-img img {
	width: 100%;
	height: 350px;
}


.post-date  {
    float: left;
   margin-top: 40px;
    width: 80px;
    height: 80px;
    text-align: center;
    background-color: #b7c452;
    color: #fff;
    border-radius:100%;
    padding: 15px;
    /*transform: rotate(45deg);*/
}

.post-date span {
    /*transform: rotate(-45deg);*/
    display:inline-block;
    font-size:18px;
    font-family: 'AvenirLTStd-Heavy';
}
.post-date .day {
    background-color: #fcfcfc;
    font-size: 36px;
    line-height: 36px;
    color: #333;
    font-weight: 800;
    text-align: center;
    padding: 20px 30px;
}

 .post-date .month {
    padding: 5px 10px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
	text-align: center;
	background: #3b165c;
} 


.news  .news-content

{
	padding-left: 130px;
}
.news-content h3 {
 margin-bottom: 17px;
 letter-spacing:1px;
 font-family: 'AvenirLTStd-Heavy';
}
.news-content ul
{
	font-size: 15px;
    line-height: 1.6;
    /*text-align: justify;*/
	padding: 0;
	margin: 15px 0;
}

.news-content li{
	list-style-type: disc;
    list-style-position: inside;
	font-size: 14px;
	line-height: 2.1
}


/******** career page *********/
.career-info{
    background-color: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding:30px 20px;
    margin-bottom:40px;
}

.career-info h4 {
 margin-bottom: 17px;
 letter-spacing:1px;
 font-family: 'AvenirLTStd-Heavy';
 color:#b7c452;
}

.career-info p {
    font-size: 14px;
    color: #464646;
    letter-spacing:1px;
    line-height: 1.7;
    margin-bottom: 15px;
}

.career-info .cv {
    font-family: 'AvenirLTStd-Heavy';
    font-size:13px;
    color:#2c2c2c;
    letter-spacing:0;
}

.career-info .cv  a{
    color:#b7c452;
}











/********************** project-single************/


.gallary{
    margin:10px 0 50px;
}
.gallary .swiper-container {
      width: 100%;
      height: 100%;
      margin-top: 25px;
    }
 .gallary   .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
    .gallary  .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 10px 4px !important;
}
.gallary .swiper-slide img
{
  width:100%;
  height:120px;
  border:2px solid #dddddd;
}

.gallary .swiper-slide img:hover
{
  border:2px solid #888888;
  cursor:pointer; 
}

.preview{
    margin-bottom:10px;
}
.preview img
{
  width:100%;
   height:400px;
  border:2px solid #ffffff;
}

.project-info h4 {
 margin-bottom: 15px;
 font-size:22px;
 letter-spacing:1px;
 font-family: 'AvenirLTStd-Heavy';
 color:#2c2c2c;
}

.project-info p {
    font-size: 14px;
    color: #646464;
    letter-spacing:1px;
    line-height: 1.7;
    margin-bottom: 15px;
}


/*** contact  ***/
.contact-us h2{
        margin-bottom: 2.4em;
}
.contact-us .address-c , .section .address-c{
    border-bottom:1px solid #ededed;
    padding-bottom:40px;
}
.contact-us h3 , .desc h3{
    color: #23282a;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.contact-us p.text
{
    color: #797979;
    line-height:1.8;
    font-size: 16px;
    margin-bottom: 45px;
}
.info{
    margin-bottom:25px;
    display:flex;
}
.box-icon{
    float: left;
    /*margin: 15px 0;*/
    margin-right: 19px;
}

.box-icon.email{
     margin: 8px 0;
      margin-right: 19px;
}

.box-icon .fa{
    font-size:30px !important;
    color:#b7c452 !important;
}

.details {
    margin-right:20px;
}
.details h5{
    font-weight:600;
      margin-bottom:5px;
}

.details p
{
    line-height: 1.6;
    color: #797979;
  
}

.details div{
    line-height:1.6;
}

.details div h5{
    display:inline-block;
}

.contact-us .form{
    padding:50px 15%;
}

.contact-form h3{
    text-align: center;
    margin-bottom: 50px;
}

.contact-us .form .form-control {
    height: auto;
    padding: 12px;
    font-size: 14px;
    border-radius: 0;
    box-shadow:none;
}

.contact-us .form textarea{
    resize:0;
}

.contact-us .form input[type=submit]{
    padding: 12px 28px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    background: #b7c452;
    border: 0;
    border-radius: 22px;
    margin-top:15px;
}

/*project*/
 .item-proj {
    background: #fff;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
    margin-bottom:30px;
    
}
.link-proj{
    display:block;
}
.post-img {
    position: relative;
}

.post-img .img {
    overflow: hidden;
    position: relative;

}

.post-img .img img
{
    transition: all .5s;
    width:100%;
    height:140px;
}
/*.post-img .img:after {*/
/*    position: absolute;*/
/*    content: "";*/
/*    left: 0;*/
/*    top: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: #b7c452;*/
/*    transition: all .5s;*/
/*    opacity: 0;*/
/*}*/
 .link-proj:hover .post-img .img:after {
    opacity: 0.7;
}

.link-proj:hover .post-img img {
      transform: scale(1.1, 1.1) ; 
     
 }
.item-proj .cont {
    padding:  15px;
    text-align: center;
}

 .item-proj h4{
    color: #b7c452;
   
}

.item-proj p {
    color: #555;
}
.cont a.rmore {
    font-size: 13px;
    color: #b7c452;
    border: 1px dashed #b7c452;
    border-radius: 50px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    margin-top: 15px;
    margin:auto;
    display:block

}
.error {
    color: #FF999A;
}

@media (min-width: 768px) and (max-width: 1000px) {
    .navbar-nav {
         width: 71rem;
        margin: 5px 0 0 10px
        
    }
     .navbar-brand img {
        position: relative;
        width: 70px;
        top: 10px;
        right: 70px;
    }
    .social {
        margin-top: -35px;
        margin-right: 0px
    }
    

}

@media (min-width: 481px) and (max-width: 767px) {
    .dots-bg2 {
        display:none;
    }
    .dots-bg1 {
        display:none;
    }
    .navbar-brand img {
        margin: -10px 15px;
    }
   .navbar-toggle {
        margin-top: 85px;
        bottom: 30px;
    }
    .cd-header-buttons {
        top: -10px;
        right: 55px;
    }
    .fixed .cd-header-buttons {
        top: 25px;
        right: 55px;
    }
    .cd-search {
        width: 32%;
    }
    .cd-search.is-visible{
        top: 115px !important;
        right: 115px;
    }
    .social {
        /*float: right;*/
        position: relative;
        bottom: 50px;
        /*left: 35%;*/
    }
    .navbar {
        background: #353535;
    }
}

@media (min-width: 20px) and (max-width: 480px) {
    .dots-bg2 {
        bottom: auto !important;
        display:none;
    }
    .dots-bg1 {
        left: auto !important;
        display:none;
    }
.carousel-caption{
    text-align: left;
    padding-bottom: 0;
    top: 30vh;
  }
.content h3 ,  .carousel-caption h3 {
    font-size: 20px;
  }
.content p , .carousel-caption p{
    line-height: 2;
  }
  .navbar-brand img {
       
            position: relative;
        width: 60px;
        top: 10px;
        right: 10px;
    }
   .navbar-toggle {
        margin-top: 85px;
        bottom: 30px;
        left: 30px;
    }
    .cd-header-buttons {
       top: -10px;
        right: 15px;
    }
    .fixed .cd-header-buttons {
            top: 20px;
         right: 20px;
    }
    .cd-search {
        width: 40%;
    }

    .social {
        /*float: right;*/
        position: relative;
        bottom: 50px;
        /*left: 35%;*/
    }
    .navbar {
        background: #353535;
    }
    .fixed .navbar-header img.logo-scrolled {
        position: relative;
        width: 60px;
        top: 22px;
        right: 10px;
    }
    .img-fluid img {
         height: auto !important; 
    }
    .about .img-fluid {
   height: auto !important; 
    }
}
.dt-sc-subscribe-frm input::placeholder {
  color: #fff;
 
}
/*dropmenue*/

.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 220px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 3;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black !important;
  /*padding: 12px 16px;*/
  text-decoration: none;
  display: block;
  width:100%;
  
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {color: #b8c352 !important;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #3e8e41;}

.dots-bg1{
    bottom:0;
    left:-110px;
    position:absolute;
}

.dots-bg2{
    bottom:0;
    right:-110px;
    position:absolute;
}

canvas {
  display: block;
  vertical-align: baseline;
}

/*#particles-js {*/
/*    opacity:0;*/
/*  cursor:pointer;*/
/*  position: absolute;*/
/*  top:0;*/
/*  bottom:0;*/
/*  left:0;*/
/*  right:0;*/
/*  width: 100%;*/
/*	background: transparent*/
/*}*/


/*body:hover #particles-js{*/
/*    opacity:1;*/
/*}*/


.vbox-container{
    overflow-y:hidden !important;
}
.vbox-content{
    margin:0 !important;
}
.vbox-container img {
    position:absolute;
    top:0;
    bottom:0;
    right:0;
    left:0;
    margin:auto;
    border: 4px solid #c6cf76 !important;
    height: 450px !important;
}