/*
	Theme Name: Halena child
	Theme URI: http://demo.agnidesigns.com/halena/demos
	Author: AgniDesigns	
	Version: 1.0.2
	Description: Minimal & Modern eCommerce WordPress Theme.
	Author URI: http://themeforest.net/user/AgniHD	
	Template: halena
*/

/* FONTS */

@font-face {
    font-family: 'brandon_grotesquebold';
    src: url('fonts/brandon/brandon_bld-webfont.woff2') format('woff2'),
         url('fonts/brandon/brandon_bld-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'brandon_grotesqueblack';
    src: url('fonts/brandon/brandon_blk-webfont.woff2') format('woff2'),
         url('fonts/brandon/brandon_blk-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'brandon_grotesquelight';
    src: url('fonts/brandon/brandon_light-webfont.woff2') format('woff2'),
         url('fonts/brandon/brandon_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'brandon_grotesquemedium';
    src: url('fonts/brandon/brandon_med-webfont.woff2') format('woff2'),
         url('fonts/brandon/brandon_med-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'brandon_grotesque_regularRg';
    src: url('fonts/brandon/brandon_reg-webfont.woff2') format('woff2'),
         url('fonts/brandon/brandon_reg-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'brandon_grotesquethin';
    src: url('fonts/brandon/brandon_thin-webfont.woff2') format('woff2'),
         url('fonts/brandon/brandon_thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

h2,h6,h4{ 
font-family: 'brandon_grotesquemedium' !important; 
}

p, a, h5{ 
font-family: 'brandon_grotesque_regularRg' !important; 
}


@media (min-width: 1500px){
	
	.container {
		width: 1380px;
	}

}

.home.page .header-navigation-menu.header-sticky {
	position: fixed !important;
}

.margin-content-bottom .content{
	margin-bottom:150px;
}

.header-menu a{
	font-family: 'brandon_grotesquemedium' !important;
}

	/* White menu */
	
.white-menu .nav-menu a,.white-menu .nav-menu-content li a{
	color: #fff !important;
}

.white-menu .logo-icon-svg path{
	fill: #fff !important;
}

.white-menu .top-sticky {
    margin-top: 0;
    position: fixed;
    background: #191919 !important;
}

/* Header */

.header-icon img, .header-icon .header-logo-icon-svg {
    max-width: 300px !important;
    height: auto !important;
}

	/* Passivhaus page */
	
.no-menu .header-navigation-menu,
.no-menu .header-navigation-menu-container {
    background: none;
}

.no-menu .content{
	margin-top: -110px;
}

.passivhaus .max-width{
	max-width: 800px;
	margin: 0 auto;
}

.spacer{}

@media only screen and (max-width: 999px) {
	
	h5{
		font-size:25px !important;
		line-height: 30px !important;
	}
	
}


	/* Services */
	
.margin-services{
	margin-top: 150px;
}


.services-text h4{
	font-size: 40px;
	margin-bottom: 30px;
    line-height: 40px;
} 

.services-text p{
	font-size: 25px;
    color: #000;
    margin-bottom: 20px;
    line-height: 30px;
}

.text-one{	
	margin-top: 50px;
    margin-left: 40px;
    max-width: 330px;
}

.text-two{
	max-width: 300px;
	margin-top: 50px;
    margin-left: 100px;
} 

.text-three{
	margin-top: 136px;
    margin-left: 0;
    max-width: 300px;
	margin-right: 60px;
}

.text-four{	
	margin-top: 50px;
    margin-left: 40px;
    max-width: 300px;
}

.no-left-padding .vc_column-inner{
	padding-left: 0px !important;
}

@media only screen and (max-width: 1199px) {
	
	.text-two{
    margin-left: 0px;
} 

.text-three{
	margin-right: 0px;
}

}

@media only screen and (max-width: 999px) {
	
	.services .wpb_column {
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
	
		
	.text-one {
		max-width: 330px;
		margin: 50px auto 0 auto;
		float: none !important;
	}
	
	.services-text h4,
	.services-text p	{
		text-align: center;
	}
	
	.services-text h4 {
    font-size: 34px;
    margin-bottom: 26px;
    line-height: 37px;
}

.services-text p {
    font-size: 22px;
    color: #000;
    margin-bottom: 14px;
    line-height: 30px;
}

.margin-services {
    margin-top: 80px;
}

.text-two {
}
.text-three {
    margin-top: 0;
}

.services .vc_row{
    display: flex;
    flex-direction: column;
}
.text-two {
    order: 2;
}
.text-three {
    order: 3
}
.text-image{
	order: 1;
}

}

@media only screen and (max-width: 767px) {

.services-text h4 {
    font-size: 26px;
    margin-bottom: 26px;
    line-height: 28px;
}

.services-text p {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 21px;
}


}


/* About */

.about-column-one{
	max-width: 500px;
	margin: 0 auto;
}

.about-column-two{
	margin-top: -100px;
	margin-bottom: 200px;
}

.about-text p{
	font-size: 30px;
}

.about-text-bottom{
	line-height: 42px;
}

a:active, a:hover {
    color: #c5c5c5 !important;
}


@media only screen and (max-width: 1199px) {

.about-text-bottom {
    line-height: 32px;
    font-size: 30px !important;
}

}

@media only screen and (max-width: 999px) {

.agni-slide-title h2 {
    font-size: 70%;
    max-width: 500px;
}

.about-text p {
    font-size: 24px;
    line-height: 32px;
    max-width: 401px;
    margin-left: auto;
    margin-right: auto;
}

.about-text-bottom {
    line-height: 26px;
    font-size: 25px !important;
}

}


@media only screen and (max-width: 767px) {
	
	.agni-slide-title h2 {
		font-size: 45%;
	}
	
	.about-text p {
		font-size: 20px;
		line-height: 28px;
	}
	
	.about-column-two{
		margin-top: 50px;
		margin-bottom: 0px;
}

.footer-content-block .section-row{
	padding-right:0;
	padding-left: 0;
}
.footer-content-block p,
.footer-content-block .vc_column_container>.vc_column-inner{
	text-align: center !important;
}

.home .agni-page-header .agni-slide-title {
    width: 60%;
    margin-left: 40%;
}

.agni-slide-title h2 {
    font-size: 50% !important;
}

}

	/* HOME */
	
.home .agni-page-header .agni-slide-title{
    line-height: 50px;
	width: 88%;
	margin-left: 12%;
}
.home .agni-page-header .agni-slide-title h2{
	font-family: 'brandon_grotesquemedium';
}
.home .agni-page-header .agni-slide-description{
	line-height: 29px ;
}

.home .agni-page-header .agni-slide-description p{
	font-family: 'brandon_grotesquemedium' !important;
}



.home .agni-page-header a{
	background: none;
}



/* Middle part */

.home-heading-one{
	margin-top: 0 !important;
    line-height: 39px;
}

.home-custom-description{
	font-size: 20px;
    max-width: 370px;
    line-height: 28px;
}

.home-custom-description p{
    font-family: 'brandon_grotesquemedium' !important;
}

.residential-projects-row a{
	background: #000 !important;
}

.residential-projects-row a:hover{
	color: #000 !important;
	background: none !important;
}

/* Last part */

.home-custom-description-two{
	font-size: 20px;
    max-width: 370px;
    line-height: 28px;
	margin-top: 30px;
}

.home-third-section{
	max-width: 400px;
}

.home-heading-two{
    line-height: 39px;
}

.home-third-section a{
	background: #fff !important;
	color: #000 !important;
}

.home-third-section a:hover{
	color: #fff !important;
	background: none !important;
	border-color: #fff !important;
}

.home-third-section .btn-default::before,.home-third-section .btn-default:hover::before {
    border-color: #fff;
}

@media only screen and (max-width: 1199px) {
	
	.home-heading-one {
		margin-top: 0 !important;
		line-height: 30px;
		font-size: 29px !important;
	}

	.home-third-section .agni_column-inner{
		margin-top: 40% !important;
		margin-left: 20% !important;
	}
	
}

@media only screen and (max-width: 999px) {
	
	.home-heading-one {
		margin-top: 20px !important;
		line-height: 23px;
		font-size: 21px !important;
	}
	
	.home-heading-two{
		line-height: 23px;
		font-size: 21px !important;
	}
	
	.home-custom-description-two {
    max-width: 300px;
	font-size: 16px;
    line-height: 24px;
	}
		
	.home-third-section .agni_column-inner {
		margin-top: 40% !important;
		margin-left: 15% !important;
	}

	.home-custom-description {
		font-size: 16px;
		max-width: 370px;
		margin-top: 20px;
		line-height: 24px;
	}
	


}

@media only screen and (max-width: 999px) {

	.home .agni-page-header .agni-slide-title {
		line-height: 35px;
		width: 70%;
		margin-left: 30%;
		margin-bottom: 15px !important;
	}

	.home .agni-page-header .agni-slide-description{
		margin-bottom: 15px !important;
	}
	
	.home .agni-page-header .agni-slide-description {
		line-height: 25px;
		font-size: 19px !important;
	}
		
}

@media only screen and (max-width: 767px) {

	.home .agni-page-header .agni-slide-title {
		font-size: 70px !important;
		width: 100%;
		margin-left: 0;
	}
	
	.home .agni-page-header .agni-slide-description {
		line-height: 22px;
		font-size: 17px !important;
	}
	
	.agni-slide .agni-slide-bg-image {
		background-position: center center !important;
	}
	
	.home-heading-one {
		line-height: 26px;
		font-size: 28px !important;
	    text-align: right !important;
	}
	
		.home-heading-two {
		line-height: 26px;
		font-size: 28px !important;
	}
	
	.agni-slide-buttons a {
		padding: 19px 32px !important;
	}
	
	.home-custom-description {
    text-align: right;
    float: right;
    margin-left: auto;
	}
	
	.home .home-button {
		text-align: right;
		float: right;
		width: 100%;
	}
	
	.home-third-section .agni_column-inner {
		margin-top: 20% !important;
		margin-left: 5% !important;
		margin-bottom: 30% !important;
		width: 95% !important;
	}
	
	.home-third-section {
		max-width: 300px;
	}
	


}

	/* PROJECT PAGE */

.project-container{
    padding-left: 3%;
}

.project-title{
    text-align: left;
    font-size: 15px !important;
    font-family: 'brandon_grotesquemedium' !important;
    color: #BBBDC0;
	margin-top: 50px;
    line-height: 17px !important;
}

.project-name{
    color: #000000;
    text-align: left;
    font-size: 78px !important;
    font-family: 'brandon_grotesquebold' !important;
    line-height: 71px;
    margin-top: 0;
}

.project-description{
    font-size: 18px;
    font-family: 'brandon_grotesque_regularRg' !important;
    color: #000;
    margin-left: 100px;
    max-width: 350px;
    line-height: 26px;
    margin-top: 50px;
}

.project-learn-more{
    text-align: left;
    font-size: 16px;
    font-family: 'brandon_grotesquebold' !important;
    float: left;
    margin-left: 100px;
    margin-top: 40px;
    margin-bottom: 50px;
}

.project-icon{
    margin-top: 37px;
    margin-left: 10px;
}

@media only screen and (max-width: 999px) {

	.project-name {
		font-size: 52px !important;
		line-height: 62px;
	}

	.project-description,
	.project-learn-more	{
    margin-left: 20px;
	}
	
}

@media only screen and (max-width: 767px) {

	.project-name {
		font-size: 32px !important;
		line-height: 40px;
	}
	
	.project-description{
		margin-left: 0;
		margin-top: 20px;
		line-height: 24px;
	}
	
	 .project-learn-more{
		margin-left: 0;
		margin-top: 20px;
	}
	
	.project-icon {
		margin-top: 19px;
	}
	
	/* Projects page */

}
	
.grid-sizer {
	display: none !important;
}

.filter-button{
	display:none !important;
}

.portfolio-filter{
	margin-bottom: 30px;
	
}
#filters{
	margin: 0 auto;
}

#filters li a{
	display: block;
	margin-bottom: 6px;
    padding: 25px 40px;
    font-size: 21px;
    background: #F1F1F2;
	margin-left: -4px;
    font-family: 'brandon_grotesquemedium' !important;
}


#filters li a.active{
	background: #000;
	color: #fff;
}
	
a:active, a:hover {
    color: #717171 !important;
}
	
@media only screen and (max-width: 767px) {	
	
#filters li a {
    padding: 15px 30px;
	font-size: 16px;
}

.portfolio-filter {
    margin-bottom: 10px;
}

}

.copyright-text{
	text-align: right;
}

.wpcf7-wpgdprc{
	border: none !important;
	    padding: 0 !important;
}

	/*** New Home ***/
	
/* Header menu */

.home .header-menu-flex{
	margin-top: 20px;
}

.home .logo-icon-svg{
	display: block;
    background: url(http://oasis.notminimal.com/wp-content/uploads/2019/logo-white.svg) no-repeat;
    width: 77px;
    height: 77px;
    background-size: cover;
	margin-left: 30px;
}

.home .header-logo-icon-svg svg{
	display: none;
}

.header-menu a {
    font-family: 'brandon_grotesque_regularRg' !important;
	font-size: 18px !important;
}


.home .nav-menu a{
	color: #fff;
}


/* Top */

.home .agni-slide-bg-image{
  background-size: 110% 110%;
  animation: shrink 10s infinite alternate;
}
@keyframes shrink {
  0% {
    background-size: 110% 110%;
  }
  100% {
    background-size: 100% 100%;
  }
}
.home .agni-page-header .agni-slide-title h2 {
	font-family: 'brandon_grotesquebold' !important;
    color: #fff;
    text-align: left;
    line-height: 62px;
    font-size: 65px;
    letter-spacing: 0px;
}

.home .agni-page-header .agni-slide-description p {
    font-family: 'brandon_grotesquethin' !important;
}

.home .agni-slide-title{
	margin-left: 70px !important;
	margin-top: 283px;
}
 
.home .agni-slide-description{
    max-width: 300px;
    line-height: 32px !important;
    margin-left: 70px;
    letter-spacing: 0px;
}

.home .agni-slide-divideline{
    margin-left: 20px;
    position: absolute;
    top: 170px;
    height: 479px;	
}

.linestyle{
  animation: animate 0.8s ease-in-out forwards;
}
@keyframes animate{
    0%{
    width: 0;
    height: 0;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left:  1px solid #fff;
    border-right-color: transparent;
  }

  100%{
    width: 0;
    height: 479px;
    border-left: 1px solid #fff;
  }

}

.home .agni-slide-divideline span{
	display: none;
}

/* top button */

.home .agni-slide-buttons{
	margin-left: 70px;
}

.home .agni-slide-buttons >div {
    padding-left: 0;
}



.home .btn-primary{
	font-size: 15px;
}

/*

.home .btn-primary::after {
    background: none;
}
*/

.home .agni-page-header a {
    background: none;
	border: none;
	background: linear-gradient(to right, white 50%, transparent 50%);
	background-size: 200% 100%;
	background-position: -145px bottom;	
	transition: all .5s ease-in-out;
}

.home .agni-page-header a:hover {
  background-position: left bottom;
}


.btn-primary, input.btn-primary {
    border-color: transparent;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.agni-slide-btn{
  display: inline-block;
  position: relative;
  background: none;
  border: none;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  background: rgba(0,0,0,0.0);
}
.btn-primary{
  display: block;
}
.agni-slide-btn::before, .agni-slide-btn::after{
  content:"";
  width: 0;
  height: 1px;
  position: absolute;
  transition: all 0.2s linear;
  background: #fff;
}

.btn-primary::before, .btn-primary::after{
  content:"";
  width:1px;
  height:0;
  position: absolute;
  transition: all 0.2s linear;
  background: #fff;
}
.agni-slide-btn.hover::before, .agni-slide-btn.hover::after{
  width: 100%;
}
.agni-slide-btn.hover .btn-primary::before, .agni-slide-btn.hover .btn-primary::after{
  height: 100%;
}

/*----- button 3 -----*/
.agni-slide-btn::after{
  left: 0;
  bottom: 0;
  transition-delay: 7.4s;
}
.agni-slide-btn .btn-primary::after{
  transition-delay: 7.2s;
  right: 0;
  bottom: 0
}
.agni-slide-btn::before{
  right: 0;
  top: 0;
  transition-delay: 7s;
}
.agni-slide-btn .btn-primary::before{
  transition-delay: 6.8s;
  left: -1px;
  top: 0;
}

.agni-slide-btn.hover::after{
  transition-delay: 6.8s;
}
.agni-slide-btn.hover .btn-primary::after{
  transition-delay: 7s;
}
.agni-slide-btn.hover::before{
  transition-delay: 7.2s;
}
.agni-slide-btn.hover .btn-primary::before{
  transition-delay: 7.4s;
}








.btn-default, input.btn-default {
    border-color: transparent;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.home-button{
  display: inline-block;
  position: relative;
  background: none;
  border: none;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  background: rgba(0,0,0,0.0);
}
.btn-default{
  display: block;
}
.home-button::before, .home-button::after{
  content:"";
  width: 0;
  height: 1px;
  position: absolute;
  transition: all 0.2s linear;
  background: #000;
}

.btn-default::before, .btn-default::after{
  content:"";
  width:1px;
  height:0;
  position: absolute;
  transition: all 0.2s linear;
  background: #000;
}
.home-button.hover::before, .home-button.hover::after{
  width: 100%;
}
.home-button.hover .btn-default::before, .home-button.hover .btn-default::after{
  height: 100%;
}

/*----- button 3 -----*/
.home-button::after{
  left: 0;
  bottom: 0;
  transition-delay: 0.6s;
}
.home-button .btn-default::after{
  transition-delay: 0.4s;
  right: 0;
  bottom: 0
}
.home-button::before{
  right: 0;
  top: 0;
  transition-delay: 0.2s;
}
.home-button .btn-default::before{
  transition-delay: 0s;
  left: -1px;
  top: 0;
}

.home-button.hover::after{
  transition-delay: 0s;
}
.home-button.hover .btn-default::after{
  transition-delay: 0.2s;
}
.home-button.hover::before{
  transition-delay: 0.4s;
}
.home-button.hover .btn-default::before{
  transition-delay: 0.6s;
}













	
/*Residential projects*/	

/* buttons */


.button-column1 {
    margin-top: -310px;
    padding-left: 209px !important;
}

.button-column2{
	margin-top: -320px;
    margin-left: -11px;
}


.home .page-layout .btn-default,
.home .page-layout .btn-default {
    background: linear-gradient(to right, black 50%, transparent 50%);
	background-size: 200% 100%;
	background-position: -140px bottom;	
	transition: all .5s ease-in-out;
}



.home .page-layout .btn:not(.btn-plain),
.home .page-layout .btn:not(.btn-plain){
	color: #000;
    font-family: 'brandon_grotesquemedium' !important;
    font-size: 16px;
/*	padding-left: 0; */
	border: none;
}

.home .page-layout .btn-default:hover,
.home .page-layout .btn-default:hover{
	background-position: left bottom;
	border: none;
}  

.home .page-layout .btn:not(.btn-plain):hover,
.home .page-layout .btn:not(.btn-plain):hover{
	color: #fff !important;
	transition: all .5s ease-in-out;
	padding-left: 30px;
}

.home .page-layout .btn:not(.btn-plain)::before,
.home .page-layout .btn:not(.btn-plain)::before{
	border: 0px solid !important;
}

.home .page-layout .btn-default::after,
.home .page-layout .btn-default::after{
/*    background: none; */
}

.home-row1{
	margin-top: 150px;
}

.home-row2{
	margin-top: 0px;
	margin-bottom: 50px;
}

.homeimage-one{
	padding-left: 0px;
}

.home-column2 .agni_column-inner{
	padding: 0 !important;
}

.home-column2 {
	max-width: 540px;
}

.home-column1 .wpb_wrapper {
	max-width: 560px;
    margin-left: 15%;
	position: relative;
}

.home-column4 .wpb_wrapper {
	max-width: 560px;
    margin-left: 10%;
}

.home-column3{
	max-width: 610px;
}

.section-row {
    overflow: visible;
}

.home-middle-title{
	margin-top: 200px;
    font-size: 40px;
    color: #0a0a0a;
    text-align: left;
    line-height: 39px;
    font-weight: 600;
	font-family: 'brandon_grotesquebold' !important;
    line-height: 34px;
}

.home-custom-description {
    font-size: 22px;
    max-width: 320px;
    line-height: 28px;
    color: #000;
    font-weight: 100;
    margin-top: 100px;
    text-align: left;
    margin-left: 100px;
}

.home-button{
	margin-left: 100px;
    margin-top: 90px;
}

.homeimage-two{
	margin-top: -60px;
	margin-left: -100px;
}

.home-custom-description p {
    font-family: 'brandon_grotesque_regularRg' !important;
    line-height: 35px;
    font-size: 20px;
}

.homeimage-three{
	margin-top: 0px;
	margin-left: 100px;
}

.homeimage-five{
	margin-top: -70px;
    margin-left: 0px;
	z-index: -100;
    position: relative;
	margin-bottom: 200px;

}


	/*** Press page ***/
	
.press-heading{
	margin-bottom: 50px;

}
.press-column{
    margin-left: -200px;
    margin-top: 50px;
    padding: 30px !important;
    background: #000;
    max-width: 350px;
} 

.press-title{
	color: #fff;
    font-size: 30px;
}

.press-text{
	color: #ffff;
    line-height: 22px;
}

.press-text p{
	margin-bottom: 10px;
}

.press-image{ 
	margin-bottom: 100px;
}

	/* PASSIVHAUS Page */
	
.passiv-row-one	{
	margin-bottom: 180px;
}
.passiv-image-one{
	margin-left: -120px;
}
.passiv-heading-one{
    line-height: 49px;
    font-family: 'brandon_grotesquebold' !important;
    max-width: 300px;
    margin-top: 200px;
    margin-left: 80px;
    margin-bottom: 40px;
}
.passiv-t,
.pasiv-t-small{
	max-width: 315px;
	font-size: 22px;
    color: #000;
    line-height: 26px;
    letter-spacing: 0;
}
.passiv-text-one {
    margin-left: 115px;
}

.passiv-t p,
.pasiv-t-small p{
    font-family: 'brandon_grotesquelight' !important;
}	

.passiv-heading-two{
    line-height: 38px;
    font-family: 'brandon_grotesquebold' !important;
	margin-top:70px;
	margin-bottom: 35px;
}

.passiv-text-two{
	margin-left: 0;
}
.passiv-image-three{
	margin-top: 160px;
    margin-left: -50px;
}
.passiv-heading-three{
    line-height: 38px;
    font-family: 'brandon_grotesquebold' !important;
	margin-top:0px;
	margin-bottom: 35px;
}
.passiv-column-one{
	padding-left: 190px !important;
}
.passiv-image-four{
	margin-top:300px;
}
.passiv-heading-four{
	line-height: 49px;
    font-family: 'brandon_grotesquebold' !important;
    max-width: 300px;
    margin-top: 0;
    margin-left: 260px;
}
.passiv-heading-small{
	line-height: 28px;
    font-family: 'brandon_grotesquebold' !important;
	margin-top:0px;
	margin-bottom: 35px;
}
.first-heading{
	margin-top: 110px;
}
.pasiv-t-small{
	color: #6d6e70;
	margin-bottom: 90px;
	max-width: 285px;
}
.passiv-why-two{
	padding-left: 60px !important;
}
.passiv-heading-five{
	line-height: 49px;
    font-family: 'brandon_grotesquebold' !important;
    max-width: 300px;
    margin-top: 100px;
	margin-left: 90px;
	margin-bottom: 100px;
}
.passiv-t-bottom{
	max-width: 350px;
	font-size: 22px;
    color: #000;
    line-height: 26px;
    letter-spacing: 0;
}
.passiv-heading-bottom{
	line-height: 38px;
    font-family: 'brandon_grotesquebold' !important;
	margin-bottom: 35px;
	margin-top: 0px;
}
.passiv-column-bottom{
	padding-right:30px !important;
}
.bottom-row-one{
	margin-bottom: 130px;
}
.bottom-row-two{
	margin-bottom: 150px;
}
.bottom-row-three{
	margin-bottom: 230px;
}
.page .column-right-one{
	width: 60%;
}
.page .column-right-two{
	width: 40%;
}
	

.home .page-layout .my-class-style-btn {
	width: 140px;
	height: 58px;
	padding: 0;
}

.home .page-layout .my-class-style-btn.right-btn {
	left: 100px;
}

.home .page-layout .my-class-style-btn .maw_advanced_btn {
	width: 140px;
	position: absolute;
	left: 0;
}

.home-column1 .wpb_wrapper .my-class-style-btn {
	position: absolute;
	right: 0;
}

.about-us-page {
	font-size: 30px;
}

.full-page-main .container {
	width: 100%; 
	padding: 0;
}

.full-page-main .add-padd-left {
	padding-left: 20%;	
}

.about-us-second-section .section-left {
	margin-top: -100px;
}

.about-us-second-section {
	background: black;
}

.about-us-second-section {
	margin-top: 200px;
	margin-bottom: 100px;
	padding-bottom: 100px;
}

.mb-100 {
		margin-bottom: 100px;
}

.text-one {
	margin-bottom: 100px;
}

.box-img-second {
	margin-top: 100px;
}

.vc_grid-container .vc_grid-filter {
	margin: 20px auto 60px;
}
	
.vc_grid-container .vc_grid-filter li	{
		    display: inline-block;
    padding: 0 !important; 
	}

.vc_grid-container .vc_grid-filter li span {
	 display: block;
    margin-bottom: 6px;
    padding: 25px 40px;
    font-size: 21px;
    background: #F1F1F2;
	color: #333333;
}

.vc_grid-filter.vc_grid-filter-size-lg .vc_grid-filter-item:hover {
	padding: 0 !important;
	background: none !important;
}

.vc_grid-filter.vc_grid-filter-color-grey>.vc_grid-filter-item.vc_active {
	background: none !important;
}

.vc_grid-filter.vc_grid-filter-color-grey>.vc_grid-filter-item.vc_active span {
	color: white !important;
	background: black !important;
}

.custom-grid .vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_excerpt {
	display: none;
}

.custom-grid .vc_btn3-container {
	display: none;
}

.custom-grid .vc_gitem-zone.vc_gitem-zone-c.vc_custom_1419240516480 {
	background-color: rgba(255, 255, 255, 0.7) !important;
	color: #333;
	position: absolute;
	top: 0;
	opacity: 0;
	height: calc(100% - 30px);
    width: calc(100% - 30px);
	transition: opacity .3s;
	text-align: center;
}

.custom-grid .vc_grid-item-mini:hover .vc_gitem-zone {
	opacity: 1;
}

.custom-grid .vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_title h4 {
	text-align: center !important;
}

.custom-grid .vc_gitem-zone-mini {
	height: 100%;
	display: flex;
    align-items: center;
	justify-content: center;
}

.mb-100-last {
	margin-bottom: 100px;
}

.footer-content.footer-content-style-2 {
  display: flex;
  flex-direction: row;
}

.footer-content.footer-content-style-2 .footer-logo-container { order: 3; justify-content: end; display: flex }
.footer-content.footer-content-style-2 .footer-text-container { order: 1; }
.footer-content.footer-content-style-2 .footer-menu-container { order: 2; }

.footer-content.footer-content-style-2 div {
	flex: 1;
}

.footer-content.footer-content-style-2 .list-inline > li {
	display: block;
	text-align: left;
}

.footer-content.footer-content-style-2 .additional-nav-menu li:after {
	content: none;
}

.footer-widget-row.row {
	display: none;
}

@media (max-width: 768px) { 
	.full-page-main .add-padd-left {
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 60px;
		font-size: 20px;
        line-height: 28px;
		margin-top: 80px;
    	margin-bottom: 80px;
	}
	
	.about-us-second-section {
		margin-top: 50px;
	}
	
	.about-us-second-section .section-right-main {
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 0;
	}
	
	.about-us-second-section .section-left {
		margin-top: 20px;
	}
	
	.home-column1 .wpb_wrapper {
		max-width: 100%;
    	margin-left: 0;
		margin-bottom: 150px;
	}
	
	.home-column1 .wpb_wrapper .my-class-style-btn {
		position: relative;
	}
	
	.home .page-layout .my-class-style-btn.right-btn {
		left: 0;
	}
	
	.home-custom-description {
		max-width: 100%;
	}
	
	.mb-100 {
		margin-bottom: 0;
	}
	
	.box-img-second {
		margin-top: 0;
	}
}

@media (min-width: 768px) {
    .full-page-main .vc_col-sm-4 {
        width: 40%;
    }
	
	.full-page-main .vc_col-sm-8 {
		width: 60%;
	}
}

@media (max-width: 900px) {
    .footer-content.footer-content-style-2 {
	  flex-direction: column;
	}
	
	.footer-content.footer-content-style-2 .footer-text-container p {
		text-align: center !important;
	}
	
	.footer-content.footer-content-style-2 .list-inline > li {
		text-align: center;
	}
	
	.footer-content.footer-content-style-2 .footer-logo-container {
	    justify-content: center;
	}
}

@media (max-width: 1499px) {
    .home-column1 {
        margin-left: 0 !important;
    }
}

.btn-primary::before, .btn-primary::after {
	background: transparent !important;
}

.btn-default::before, .btn-default::after {
	background: transparent !important;
}

.home .agni-page-header a {
	border-right: 1px solid white;
}











