@import url("https://fonts.googleapis.com/css?family=Lato:400,700,900|Roboto:400,500,700");
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #232655;
  margin: 0px;
}
html, body {
    overflow-x: hidden;
}
.img-feature {
    position: relative;
}
img.image_banner {
    width: 75%;
    margin-top: 46px;
}
.slider-area {
    padding-top: 100px;
    height: 100%;
    padding-bottom: 60px;
}
section.slider-area.bg_cover.img-feature:before {
    content: '';
    background-color: #002E5B;
    position: absolute;
    width: 100%;
    height: calc(100% - 20%);
    top: 0;
}
.slider-form-box {
    padding: 30px 35px 35px;
}
.features {
    margin-top: 2rem;
}
img.image_with_shadow {
    width: calc(100% - 20px);
    margin-left: 20px;
}
.about-image {
    position: relative;
}
.about-image:before {
    position: absolute;
    width: 95%;
    height: 80%;
    content: '';
    bottom: -20px;
    left: 0;
    background-color: #d61728;
    -webkit-box-shadow: 0 -5px 20px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 -5px 20px 0 rgba(0,0,0,.1);
    box-shadow: 0 -5px 20px 0 rgb(0 0 0 / 10%);
    z-index: -1;
}
.slider-form-box {
    padding: 40px 35px 50px;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    border-radius: 20px;
}
.slider-form-box.blue {
    background-color: rgb(35 38 85 / 90%);
}
h1 {
    font-family: Lato;
    font-weight: bold;
    font-size: 52px;
    line-height: 68px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
}
.slider-form-box .form-title {
    font-weight: bold;
    font-size: 33px;
    line-height: 56px;
    text-align: center;
    color: #002E5B;
}
.slider-form-box p {
    font-family: Lato;
    font-weight: 500;
    font-size: 17px;
    text-align: center;
    color: #002E5B;
    margin-top: 0;
    margin-bottom: 30px;
}
.slider-form-box p span{
	color:#ff2134;
}
.slider-form-box .single-form-input {
    margin-top: 18px;
}
.display_mobile {
    margin-top: 6rem;
}
.slider-form-box .single-form-input textarea, .slider-form-box .single-form-input input {
    width: 100%;
    height: 45px;
    padding: 15px;
    border: 1px solid #e9e9e9;
}
.main-btn {
    display: inline-block;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #002E5B;
    padding: 0 50px;
    font-size:1rem;
    font-family: "Lato", sans-serif;
    line-height: 48px;
    border-radius: 50px;
    color: #fff !important;
    cursor: pointer;
    z-index: 5;
    -webkit-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
    -ms-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
    background-color: #002E5B;
}
a.main-btn:hover {
    background-color: #ff2134;
    border: 1px solid #ff2134;
    text-decoration: none;
}
.main-btn.red{
	border: 1px solid #002E5B;
	background-color: #002E5B;
	text-decoration: none;
}
.main-btn.red:hover{
	border: 1px solid #ff2134;
	background-color: #ff2134;
}
.single-features {
    padding: 30px;
    height: 100%;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}
.single-features .features-top .features-content {
    padding-left: 15px;
}
.single-features .features-top .features-content .features-title {
    font-weight: 600;
    font-size:1.5rem;
    line-height: 34px;
    color: #002E5B;
}
.single-features .features-text p {
    font-family: Lato;
    font-size:1.125rem;
    line-height: 25px;
    color: #767676;
}
.slider-form-box .single-form-input textarea {
    padding-top: 10px;
    height: 100px;
    resize: none;
}
.slider-form-box .single-form-input textarea, .slider-form-box .single-form-input input {
    width: 100%;
    height: 50px;
    padding: 15px;
    border: 1px solid #EFF3F7;
    background: #EFF3F7;
}
a.logo>img {
    margin-bottom: 20px;
}
.text_intro,a.link_info.italic,.title_eurola {
    color: #fff;
} 
.intro_title {
    color: #fff;
    font-size: 1.5rem;
}
.section-title h6 {
    position: relative;
    text-transform: uppercase;
    font-size:1.688rem;
    color: #ff2134;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 9px;
    letter-spacing: 2px;
}
.section-title h6::before {
    position: absolute;
    content: '';
    background-color: #ff2134;
    width: 100px;
    height: 1px;
    right: -110px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.about-feature-3 {
    border: 1px solid #eceff8;
    padding: 30px;
    position: relative;
}
.about-feature-3 .feature-icon {
    width: 60px;
    height: 60px;
}
.about-feature-3 .feature-icon {
    position: absolute;
    top: 30px;
    left: 30px;
}

.about-content {
    position: relative;
}
.about-items-3 h3, .about-items-3 h2 {
    font-size:2.25rem;
    font-weight: 700;
    padding-right: 10px;
    color: #232655;
}
.about-feature-3 .about-content h4, .about-feature-3 .about-content h3 {
    color: #23282d;
    font-size:1.25rem;
    font-weight: 700;
}

.bg-1 {
    width: 60px;
    height: 60px;
    background: url(../images/landing/icons/tout.png) 0px 0px;
    background-repeat: no-repeat;
}
.bg-2{
    width: 60px;
    height: 60px;
    background: url(../images/landing/icons/tout.png) -85px 0px;
    background-repeat: no-repeat;
}
img.img_testi {
    width: 70%;
}
.testi {
    padding-bottom: 5%;
    font-size:1.875rem;
    font-weight:700;
    color:#232655;
}
.bg-red{
	background-color: #ff2134 !important;
	border: 1px solid #ff2134;
}
.about-content .about-title {
    font-size: 22px;
    font-weight: 900;
}
.slider-form-box .single-form-input textarea {
    padding-top: 10px;
    height: 100px;
    resize: none;
}
section.about-page-3{
    background: #f4f7fc;
}
.about-feature-3 {
    border: 1px solid #eceff8;
    padding: 30px;
    position: relative;
    background: #fff;
}
.slider-form-box p span a {
    font-weight: 700;
    color: #002E5B;
}
.slider-form-box p.text-white span a {
    color: #ff2134;
}
section.about-landing {
    margin: 90px 0;
}
.about-image.detail-img {
    position: relative;
}
.detail-img::before {
    position: absolute;
    width: 80%;
    height: 80%;
    content: '';
    bottom: -18px;
    left: -18px;
    background-color: #d61728;
    -webkit-box-shadow: 0 -5px 20px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 -5px 20px 0 rgba(0,0,0,.1);
    box-shadow: 0 -5px 20px 0 rgb(0 0 0 / 10%);
}
.detail-img img {
    height: 355px;
    object-fit: cover;
}
.section-title h1 {
    font-size: 28px !important;
}
.detail-img img {
    width: 90%;
    position: relative;
    z-index: 5;
}
.service-landing p,.about-landing p {
    font-size:1rem;
    font-weight: 400;
    line-height: 27px;
    color: #555;
    margin: 0px;
}
.img-feature-elec{
	background-image: url(../images/about/bg-electric.jpg);
}
.service-landing h2 {
    color: #23282d;
    font-size:1.5rem;
    font-weight: 900;
    -webkit-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
    -ms-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
    margin: 10px 0;
}
section.service-landing img {
    height: 255px;
    object-fit: cover;
}
.slider-form-box.blue .error {
    color: #fff !important;
}
.slider-form-box.blue input {
    background-color: #fff;
    border-radius: 5px;
}
.slider-form-box.blue button {
    border: 1px solid #ff2134;
    background-color: #ff2134;
}
.slider-form-box.blue p {
    text-align: left;
    font-size: 15.5px;
}
section.about-landing h1 {
    line-height: inherit;
    color: #232655;
    font-size: 22px !important;
    font-weight: 900;
}
section.slider-area.bg_cover.img-feature-elec a.logo>img {
    position: absolute;
    top: 25px;
    left: 25px;
}
@media(max-width:576px){
	 #rc-imageselect,
     .g-recaptcha {
          transform:scale(0.80);
         transform-origin:0;
          transform:scale(0.80);
          transform-origin:0 0;
          -webkit-transform:scale(0.80);
          transform:scale(0.80);
         -webkit-transform-origin:0 0;
         transform-origin:0 0;
     }
	
	img.img_testi {
    	margin-bottom: 30px;
	}
	.section-title h1 {
	    font-size: 23px !important;
	}
	section.about-landing {
	    margin: 70px 0 0 0;
	}
	.detail-img::before {   
	    bottom: -12px;
	    left: -12px;	    
	}
}
@media(min-width:1400px){
	.container-75{
	width:75%;
}
	.container-70{
	width:70%;
}
}
@media(max-width:991px){
.detail-img img {
    height: 100%;
    width: 100%;
}
h1 {
    font-size:1.875rem;
    text-align: center;
    margin-bottom: 28px;
   	line-height: inherit;
}
a.logo {
    display: block;
    text-align: center;
}
.slider-area {
    padding-top: 0;
}
}
.lds-ripple {
			  display: inline-block;
			  position: relative;
			  width: 80px;
			  height: 80px;
			}
			.lds-ripple div {
			  position: absolute;
			  border: 4px solid #002E5B;
			  opacity: 1;
			  border-radius: 50%;
			  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
			}
			.lds-ripple div:nth-child(2) {
			  animation-delay: -0.5s;
			}
			@keyframes lds-ripple {
			  0% {
			    top: 36px;
			    left: 36px;
			    width: 0;
			    height: 0;
			    opacity: 1;
			  }
			  100% {
			    top: 0px;
			    left: 0px;
			    width: 72px;
			    height: 72px;
			    opacity: 0;
			  }
}
.error {
    color: #002e5b;
}
@media(min-width:1200px) and (max-width:1500px){
	#rc-imageselect,
     .g-recaptcha {
          transform:scale(0.80);
         transform-origin:0;
          transform:scale(0.80);
          transform-origin:0 0;
          -webkit-transform:scale(0.80);
          transform:scale(0.80);
         -webkit-transform-origin:0 0;
         transform-origin:0 0;
     }
	
}