/*
Theme Name: alana consulting landing
Author: Rocketdev
Author URI: http://www.rocketdev.space
Author hi@rocketdev.space
Version: 1.0
*/

@font-face { 
	font-family: calibre-light;
	font-style: normal;
	font-weight: normal; 
	src: url('../fonts/CalibreLight.woff'); 
}
@font-face { 
	font-family: calibre-regular;
	font-style: normal;
	font-weight: normal; 
	src: url('../fonts/CalibreRegular.woff'); 
}
@font-face { 
	font-family: calibre-medium;
	font-style: normal;
	font-weight: normal; 
	src: url('../fonts/CalibreMedium.woff'); 
}
@font-face { 
	font-family: calibre-semibold;
	font-style: normal;
	font-weight: normal; 
	src: url('../fonts/CalibreSemibold.woff'); 
}
@font-face { 
	font-family: calibre-bold;
	font-style: normal;
	font-weight: normal; 
	src: url('../fonts/CalibreBold.woff'); 
}

html{
	font-family: 'calibre-light', sans-serif;
}
html.noscroll {
    position: fixed;
    overflow-y: scroll;
    width: 100%;
}

body{
	margin: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'calibre-light', sans-serif;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
html,body{
    position: relative;
}
header{
	padding-bottom: 40px;
	padding-top: 0px;
	position: relative;
	overflow: hidden;
}
a{
	text-decoration: none;
}
a:focus,button:focus{
	outline: none !important;
}
p{
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: 300;
	font-size: 20px;
	line-height: 32px;
	color: #000000;
}
a{
	text-decoration: none;
}
a:focus,button:focus{
	outline: none !important;
}
img{
	max-width: 100%;
}
input{
	font-size: 24px;
	line-height: 26px;
	color: #fff;
	height: 60px;
	width: 100%;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 0px;
	padding: 0px;
}
input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
a:focus,button:focus,input:focus{
	outline: none !important;
}
input:not([disabled]):not([type="submit"]):focus {
	border-bottom: solid 1px #fff;
}
.no-gutter.row,
.no-gutter.container,
.no-gutter.container-fluid{
  margin-left: 0;
  margin-right: 0;
}

.no-gutter>[class^="col-"]{
  padding-left: 0;
  padding-right: 0;
}
.nodk{
	display: none !important;
}
.container-relative{
	position: relative;
}
.main-menu{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 9;
	padding-top: 15px;
	padding-bottom: 15px;
}
#menu.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 9999;
    border: none;
    background-color: #fff;
}
.menu-hamburger{
	display: none;
}
.ulmenu{
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.ulmenu li{
	list-style-type: none;
	float: left;
	margin-right: 25px;
	position: relative;
	top: 3px;
}
.ulmenu li a{
	font-family: calibre-regular;
	font-size: 19px;
    line-height: 19px;
	color: #FFFFFF;
}
.ulmenu li a.btn-red{
	padding-top: 3px;
}
#menu.fixed .ulmenu li a{
	color: #000;
}
#menu.fixed .ulmenu li a.btn-red{
	color: #fff;
}
.ulmenu li:last-child{
	margin-right: 0px;
	position: relative;
	top: 0px;
}
.box-hero{
	display: flex;
	justify-content: flex-end;
}
.container-fluid-header{
	padding-left: 0px;
	padding-right: 0px;
}
.btn-red{
	background-color: #E22E2E;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 19px;
	line-height: 19px;
	height: 45px;
	padding-left: 20px;
	padding-right: 20px;
	width: 130px;
	color: #fff;
	font-family: calibre-regular;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.col-logo{
	display: flex;
	align-items: center;
	padding-top: 4px;
}
.content-hero-landing{
	position: absolute;
    left: 0px;
    width: 100%;
    top: 26%;
}
.colherolanding{

}
.colherolanding h1{
	margin-top: 0px;
	margin-bottom: 25px;
	font-family: calibre-regular;
    font-size: 69px;
    line-height: 59px;
	color: #000000;
}
.colherolanding p{
	font-size: 24px;
    line-height: 26px;
	color: #000000;
	width: 370px;
    max-width: 100%;
    display: block;
}
.colherolanding a{
	font-family: calibre-medium;
	margin-top: 25px;
	display: inline-flex;
	align-items: center;
	font-size: 21px;
    line-height: 21px;
	color: #032F5C;
}
.colherolanding a img{
	margin-right: 8px;
}
.box-hero{

}
.box-hero img{
	width: 56%;
}
#our-services{
	position: relative;
	padding-top: 30px;
	padding-bottom: 90px;
	overflow: hidden;
}
.col-title-service{
	margin-bottom: 40px;
}
.col-title-service h2{
	font-family: 'calibre-regular', sans-serif;
	margin-top: 0px;
	font-size: 48px;
	line-height: 45px;
	color: #000000;
	margin-bottom: 0px;
}
.col-title-service h2 b{
	font-family: 'calibre-regular', sans-serif;
}
.item-service{
	height: 570px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}
.service1{
	background-image: url('../img/services/img-costreduction.jpg');
}
.service2{
	background-image: url('../img/services/img-synergy.jpg');
}
.service3{
	background-image: url('../img/services/img-analytics.jpg');
}
.service4{
	background: #032F5C;
}
.row-services .col-item-service:nth-child(1){

}
.row-services .col-item-service:nth-child(2){
	margin-top: 50px;
}
.row-services .col-item-service:nth-child(3){
	margin-top: -10px;
}
.row-services .col-item-service:nth-child(4){
	margin-top: 40px;
}
.item-service .content{
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding: 30px 20px;
	width: 100%;
}
.col-text-service h3{
	font-family: calibre-medium;
	margin-top: 0px;
	margin-bottom: 20px;
	font-weight: 500;
	font-size: 36px;
    line-height: 33px;
	color: #FFFFFF;
	width: 300px;
	max-width: 100%;
}
.col-text-service p{
	margin-bottom: 0px;
    font-size: 22px;
    line-height: 20px;
    color: #FFFFFF;
    font-family: calibre-light;
}
.service4 .col-text-service  h3{
	font-family: 'calibre-light', sans-serif;
	font-size: 72px;
    line-height: 52px;
	color: #FFFFFF;
	width: 100%;
}
.service4 .col-text-service  h3 b{
	font-family: 'calibre-medium', sans-serif;
}
.service4 .col-text-service p{
	font-size: 28px;
    line-height: 32px;
	color: #FFFFFF;
}
#our-clients{
	position: relative;
	padding-top: 30px;
    padding-bottom: 30px;
	display: flex;
	overflow: hidden;
}
.col-title-clients{
	text-align: center;
	padding-bottom: 50px;
}
.col-title-clients h2{
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: 'calibre-regular', sans-serif;
	font-size: 28px;
	line-height: 30px;
	color: #000000;
}
.col-clients-img{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: -18px;
    margin-right: -18px;
    max-height: 65px;
    overflow: hidden;
    -webkit-transition: max-height 0.6s;
	-moz-transition: max-height 0.6s;
	transition: max-height 0.6s;
}
.col-clients-img.open {
  max-height: 800px;
}

.col-clients-img .imgclient{
	padding-left: 18px;
	padding-right: 18px;
	margin-bottom: 35px;
  min-width: 150px;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.imgglazers img{
	width: 150px;
}
.imgclient{
	max-width: 100%;
}
.col-showmore{
	padding-top: 30px;
	padding-bottom: 20px;
	text-align: center;
}
.col-showmore a{
	font-family: 'calibre-medium', sans-serif;
	font-size: 22px;
	line-height: 24px;
	color: #032F5C;
}
.show-more-clients .less{
	display: none;
}
.show-more-clients.open .less{
	display: block;
}
.show-more-clients.open .all{
	display: none;
}
#we-are{
	background-color: #F7F7F7;
	position: relative;
	padding-top: 90px;
	padding-bottom: 60px;
}
.nopadding{
	padding-left: 0px;
	padding-right: 0px;
}
.col-weare{
	margin-bottom: 40px;
}
.col-weare h2{
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 48px;
	line-height: 45px;
	color: #000000;
	font-family: 'calibre-regular', sans-serif;

}
.col-weare h2 b{
	font-family: 'calibre-regular', sans-serif;
}
.col-weare p{
	margin-top: 10px;
	font-size: 22px;
    line-height: 26px;
	color: #000000;
	width: 670px;
    max-width: 100%;
    display: block;
}
.container-description-weare{
	margin-top: 70px;
}
.col-description-weare p{
	font-family: 'calibre-light', sans-serif;
	font-size: 21px;
	line-height: 26px;
	color: #000000;
	margin-bottom: 30px;
}
.container-fluid-weare img{
	width: 100%;
}
#contact{
	position: relative;
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #24272A;
}
.row-contact{
	display: flex;
	flex-wrap: wrap;
}
.box-form{
	padding: 70px;
	width: 100%;
	background: rgba(255, 255, 255, 0.05);
}
.form-group{
	margin-bottom: 30px;
}
.form-group label{
	font-family: 'calibre-medium', sans-serif;
	font-size: 17px;
	line-height: 15px;
	color: #FFFFFF;
	width: 100%;
	position: relative;
    top: 2px;
}
input[type="submit"]{
	background-color: #fff;
	color: #f00;
	border: solid 1px #fff;
	text-align: center;
	font-size: 19px;
	line-height: 35px;
	color: #E22E2E;
	cursor: pointer;
	font-family: 'calibre-medium', sans-serif;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
     -webkit-appearance: none;
     border-radius: 0px;
    padding-top: 2px;
}
.col-description-contact{
	display: flex;
	align-items: center;
	justify-content: center;
}
.box-description-contact{
	width: 410px;
}
.box-description-contact h2{
	margin-top: 0px;
	margin-bottom: 25px;
	font-family: 'calibre-regular', sans-serif;
	font-size: 46px;
    line-height: 42px;
	color: #FFFFFF;
	width: 320px;
	max-width: 100%;
}
.box-description-contact h2 b{
	font-family: 'calibre-regular', sans-serif;
}
.box-description-contact p{
	font-size: 22px;
	line-height: 23px;
	color: #FFFFFF;
	margin-bottom: 25px;
}
.box-description-contact a{
	font-family: 'calibre-regular', sans-serif;
	font-size: 22px;
    line-height: 25px;
	text-decoration-line: underline;
	color: #FBF7EE;	
	margin-bottom: 14px;
	display: inline-block;
}
#help{
	position: relative;
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #F7F7F7;
}
.title-help{
	padding-bottom: 60px;
	border-bottom: solid 1px rgba(0, 0, 0, .2);
}
.title-help h2{
	font-family: 'calibre-regular', sans-serif;
	font-size: 48px;
    line-height: 45px;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 20px;
}
.title-help h2 b{
	font-family: 'calibre-regular', sans-serif;
}
.title-help p{
	font-size: 22px;
	line-height: 23px;
	color: #000000;	
	margin-bottom: 0px;
}
.item-help{
	padding-bottom: 90px;
	padding-top: 70px;
	border-bottom: solid 1px rgba(0, 0, 0, .2);
}
.item-help h2{
	font-family: 'calibre-light', sans-serif;
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 28px;
	line-height: 26px;
	color: #000000;
}
.item-help p{
	font-family: 'calibre-light', sans-serif;
	font-size: 28px;
    line-height: 34px;
	color: #000000;
	margin-bottom: 0px;	
}
.col-items-help .item-help:last-child{
	border-bottom: none;
}
#work-together{
	margin-top: -40px;
	position: relative;
	padding-bottom: 100px;
	overflow: hidden;
}
.box-together{
	background-color: #032F5C;
	padding: 25px;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
}
.box-together h2{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 20px;
	display: inline-block;
	font-size: 46px;
	line-height: 46px;
	color: #FFFFFF;
	font-family: 'calibre-light', sans-serif;
	position: relative;
	top: 2px;
}
.box-together h2 b{
	font-family: 'calibre-light', sans-serif;	
}
.box-together .btn-red{
	height: 50px;
	width: 140px;
	padding-top: 2px;
}
.box-main-footer{
	padding-top: 35px;
	padding-bottom: 30px;
	border-top: solid 1px rgba(0, 0, 0, .2);
}

.row-footer{
	display: flex;
	flex-wrap: wrap;
}
.col-footer{
	display: flex;
	align-items: center;
}
.col-footer p{
	margin-bottom: 0px;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	font-family: 'calibre-regular', sans-serif;
}
.col-footer ul{
	padding: 0px;
	margin: 0px;
}
.col-footer ul li{
	float: left;
	margin-right: 20px;
	list-style-type: none;
}
.col-footer ul li:last-child{
	margin-right: 0px;
}
.col-footer ul li a{
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	font-family: 'calibre-regular', sans-serif;
}
.footer-center{
	justify-content: center;
}
.footer-right{
	justify-content: flex-end;
}
.slick-dots {
    bottom: -30px;
}
.slick-dots li button:before {
    font-size: 9px;
}
.slick-dots li {
    margin: 0 0px;
}



span.wpcf7-not-valid-tip {
    margin-top: 7px;
    color: #fff !important;
    font-family: 'calibre-regular', sans-serif;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
	border: none !important;
	color: #fff !important;
	margin: 1em 0em 1em !important;
    text-align: center !important;
    font-size: 16px;
    font-family: 'calibre-regular', sans-serif;
}
div.wpcf7-mail-sent-ok {
    border: none !important;
	color: #fff !important;
	margin: 1em 0em 1em !important;
    text-align: center !important;
    font-size: 16px;
    font-family: 'calibre-regular', sans-serif;
}