/*home section beginning*/
/*
#home-cover{
	background-image: url(../../images/home/cover-one.jpg);
	background-size: cover;
	background-position: bottom;
}
*/
.left-cover-information{
	background-color: #0b0d198a;
	width: 423px;
	height: 100%;
}

.home-logo-container{
	padding-left: 20px;
	padding-top: 20px;
}

.home-logo{
	height: 85px;
}

.home-logo-cover{
	height: 165px;
	margin-bottom: 25px;
}

.home-left-separation{
	background-color: white;
	width: 2px;
	height: 100%;
}

.home-company-container{
	padding-left: 15px;
    width: 145%;
    bottom: 155px;
}

.home-company-letter{
	height: 295px;
}

.home-text-desc{
	font-size: 90%;
	padding-left: 15px;
}

.home-button-read-more{
	margin-left: 15px;
	background-color: #12435a;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 1px solid #cdb462;
	margin-top: 20px;
	font-size: 85%;
	transition: 0.3s;
	margin-bottom: 15px;
}

.home-button-read-more:hover {
	border-bottom: 1px solid #77693a;
	background-color: #072f43 !important;
}

.home-social-container{
	right: 15px;
	bottom: 15px;
}

.home-social-button{
	background-color: #1e2a30c9;
	border-radius: 100%;
	width: 45px;
	height: 45px;
	padding-left: 5px;
	padding-top: 5;
    margin-left: 10px;
}

.home-social-icon{
	height: 35px;
}
/*home section ending*/

/*us beginning*/
.us-men{
	height: 445px;
}

.us-title{
	font-size: 140%;
}
/*us ending*/

/*services beginning*/
.services-container{
	padding-top: 10;
    background-color: #274265;
    padding-bottom: 10px;
}

.services-card-container{
	background-color: white;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border: 0px solid #000000;
    height: 100%;
}

.contact-background-l{
	background: url(../../images/icon_w_b.png);
	padding-top: 50px;
	padding-bottom: 50px;
    background-repeat: no-repeat;
    background-size: cover;
}

.services-card-one{
	background-image: url(../../images/services/card-one.jpg);
}

.services-card-two{
	background-image: url(../../images/services/card-two.jpg);
}

.services-card-background-body{
	height: 206px;
    border-radius: 3px 3px 0px 0px !important;
    -moz-border-radius: 3px 3px 0px 0px !important;
    -webkit-border-radius: 3px 3px 0px 0px !important;
    border: 0px solid #000000;
    background-size: cover;
    background-position: center;
}

.services-card-back-title{
	width: 100%;
    height: 100%;
    backdrop-filter: blur(2px);
    border-radius: 3px 3px 0px 0px !important;
	-moz-border-radius: 3px 3px 0px 0px !important;
	-webkit-border-radius: 3px 3px 0px 0px !important;
	border: 0px solid #000000;
}

.services-card-title{
	color: white;
    font-size: 280%;
}

.services-card-container-sb{
	padding-top: 25px;
	padding-bottom: 25px;
}

.services-title-ins{
	font-size: 150%;
}

.services-image{
	height: 337px;
}
/*services ending*/

/*contact beginning*/
.contact-image{
	height: 250px;
	margin-bottom: 45px;
}

.contact-icons-size{
	height: 40px;
	margin-right: 10px;
}

.contact-user-name{
	font-size: 150%;
}

.contact-data{
	font-size: 120%;
	color: #5c5c5c;
}

.contact-l-section{
	margin-bottom: 5px;
}

.conmtact-w-size{
	width: 380px;
}
/*contact ending*/

/*footers beginning*/
.footers-container{
	background-color: #274265;
}


/*carrusel*/
.home-icon-logo{
	height: 140px;
}

.home-read-more-buutton{
	color: #292929 !important;
	border-bottom: 1px solid #8e2929 !important;
	border-bottom-right-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
	background-color: #007bff00;
	transition: 0.3s;
	margin-top: 125px;
}

.home-read-more-buutton:hover {
	background-color: #8e29291a !important;
}

.home-casoulsel-white-button{
	color: #ffffff !important;
	border-bottom: 1px solid #ffffff !important;
	border-bottom-right-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
	margin-top: 125px;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
	background-color: #007bff00;
	transition: 0.3s;
}

.home-casoulsel-white-button:hover {
	background-color: #ffffff14 !important;
}

.background-blur{
  backdrop-filter: blur(4px);
}

#cover-one{
  background-image: url(../../images/home/cover-one.jpg);
  background-position: center;
  background-size: cover;
}

#cover-two{
  background-image: url(../../images/home/cover-two.jpg);
  background-position: center;
  background-size: cover;
}

#cover-three{
  background-image: url(../../images/home/cover-three.jpg);
  background-position: center;
  background-size: cover;
}

#cover-four{
  background-image: url(../../images/home/cover-four.jpg);
  background-position: center;
  background-size: cover;
}

#cover-five{
  background-image: url(../../images/home/cover-five.jpg);
  background-position: center;
  background-size: cover;
}

.l-cover-separation{
	border-bottom: 1px solid #ffffff82;
	width: 314px;
	margin-bottom: 15px;
	margin-top: 15px;
}

.l-cover-separation-black{
	border-bottom: 1px solid #00000082;
	width: 314px;
	margin-bottom: 15px;
	margin-top: 15px;
}

.background-first-cover{
  background-color: #ffffff66;
}

.card-cover-company-name{
	font-size: 170%;
}

.title-card-cover{
	font-size: 140%;
}

.sub-title-card-cover{
	font-size: 115%;
}

.h-70{
	height: 70%;
}

.home-unfocus-white{
	background-color: #0000009c;
}

.home-unfocus-black{
	background-color: #33333366 !important;
}

/*Carrusel*/
/*
#bien{
	position: relative;
	left: 20%;
}
*/


/*footers ending*/


/*responsive additionals*/

@media screen and (max-width: 1024px){
	.us-men{
		height: 385px !important;
	}
}

@media screen and (max-width: 426px){
	.mobile-margin{
		margin-bottom: 45px;
	}

	.mobile-margin-25{
		margin-bottom: 25px;
	}

	.home-company-letter{
		height: 160px;
	}

	.home-company-container{
		bottom: 160px;
	}

	.left-cover-information{
		background-color: #0b0d19cf;
	}

	.contact-l-section-mobile{
		align-items: center !important;
		justify-content: center !important;
	}
}

@media screen and (max-width: 768px){
	.left-cover-information{
		width: 100% !important;
	}

	.home-company-container{
		padding-left: 0px !important;
		width: 100% !important;
		text-align: center;
	}

	.home-text-desc{
		padding-right: 15px;
	}
}