*{
	font-family:sans-serif;
	scroll-behavior: smooth;
}
body{
	margin:0px;
    background-color: #fff!important;
	 color:#000!important;
}
.logo a{
	display: inline-flex;
}
.future{
    height: 80px;
    margin: auto;
}

.toro{ height: 100px;
    object-fit: cover;
   margin-left: 15px;}

header {
	 background: #fff!important;
    position: fixed;
    top: 0;
	/* padding: 0 20px; */
    z-index: 999;
    width: 100%;
    transition: background .25s ease-in;
    -webkit-transition: background .25s ease-in;
    -moz-transition: background .25s ease-in;
    -ms-transition: background .25s ease-in;
    -o-transition: background .25s ease-in;
}

@media(max-width:767px){
	header{
		padding:0px 15px;
	}
	.col-20 {
		max-width:100%!important;
	}
	.toro{
		height:80px!important;
	}
}

.flex {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
}

header nav {
    align-items: center;
    justify-content: flex-start;
    height: inherit;
}
.container {
    max-width: calc(1440px - 150px);
    width: 100%;
    margin: 0 auto;
}
.col-25{
	  max-width: 23%;
    width: 100%;
}
.col-30 {
    max-width: 30%;
    width: 100%;
}
.col-40 {
  max-width: 40%;
    width: 100%;

}
.col-50 {
    max-width: 50%;
    width: 100%;
}
.col-60 {
    max-width: 60%;
    width: 100%;
}
.col-100 {
    max-width: 100%;
    width: 100%;
}
header nav .navbar-wrapper {
    height: inherit;
    align-items: center;
    position: relative;
    justify-content: space-between!important;
}
.col-20 {
    max-width: 20%;
    width: 100%;
}
 .col-20.head-menu.menu-wrapper.mobile_onlyyx {
    display: none!important;
}
.col-60 {
    max-width: 60%;
    width: 100%;
}
.col-60.head-consult.new_displayy{
	display:flex;
	justify-content:flex-end;
}
.talk-to-us a{
	display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border: 1px solid #d01f29;
    border-radius: 30px;
    transition: all .3s linear;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    background:#d01f29;
    cursor: pointer;
    width: max-content;
    height: 45px;
    padding: 0 15px;
    white-space: nowrap;
    color: #fff;
	text-decoration:none;
	text-transform: uppercase;
}

.new_stats {
    background: url(/lpimages/ToroBFBannerEnglish.png);
    background-size: cover;
    /* background-attachment: fixed; */
    background-repeat: no-repeat;
    padding: 90px 0px;
}
.statistics-container {
    display: flex;
    justify-content: space-evenly;
    padding: 20px;
}
.card {
    flex: 1;
    background-size: cover;
    background: #ffffffa3;
    border-radius: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.2s;
    margin: 10px;
    width: 250px;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.card:hover {
    transform: scale(1.05);
}
.card-content {
    padding: 20px;
}
.count {
    font-size: 48px;
    font-weight: bold;
    line-height: 1.6;
    color: #000;
}
.label {
    font-size: 20px;
    color: #000;
    line-height: 1.5;
}
.second_sec{
	padding:40px 0px 70px;
}
.second_sec h2{text-align: center;
    color: #000000;
    font-size: 38px;
    margin: 30px 0 40px;
    font-weight: 800;
}

.logo-slider .slick-initialized .slick-slide{
	display:flex!important;justify-content:center;align-items:center;
}
   .logo-slider .slick-slide img {height: auto;
width: auto;
object-fit:cover;}
.slick-slider{
	height:fit-content;
}
.slick-prev::before, .slick-next::before {
        content: "";
        display: block;
        width: 70px; /* Adjust the width and height to match your icon's size */
        height: 70px;
        background-size: cover;

    }
.slick-dots {
        display: flex;
        justify-content: center; /* Center-align the dots */
        list-style: none;
        padding: 0;
	margin-top:30px;
    }

.slick-dots li.slick-active button{
	color:#d01f29;
	background:#d01f29;
}
/* .slider-item {
        opacity: 0.3;
    }

    .slider-item.active {
		opacity: 1!important; } */

    .slick-dots li {
        margin: 0 5px; /* Adjust the margin between dots */
    }

    .slick-dots li button {
        font-size: 0; /* Hide the dot label text */
        background-color: #ccc; /* Change the dot color */
        width: 10px; /* Adjust the dot size */
        height: 10px;
        border: none;
        border-radius: 50%; /* Make the dot round */
        cursor: pointer;
		padding:0px 2px;
    }


button.slick-arrow.slick-next:before {
    background: url(/lpimages/next.png) no-repeat center/50%;
}
button.slick-arrow.slick-next {
    right: -37px;
}
button.slick-arrow.slick-prev {
    left: -37px;
}
button.slick-arrow.slick-prev:before {
    background: url(/lpimages/back.png) no-repeat center/50%;
}
.slick-prev, .slick-next {
        background-color: transparent;
        border: none;
        padding: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1;
        cursor: pointer;
    }

    .slick-prev, .slick-next {
        font-size: 1px; /* Hide the text by setting font size to 1px */
    }

section{
    padding: 70px 0px;
}
section.imgright_sec .mflex {
    display: flex;
    flex-direction: row;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: flex-start;
}
.new_content {
    max-width: 550px;
    float: right;
    margin: 0px 50px 0px 0;
}
.imgright_sec h2 {
    color: #232331;
	width: 600px;
    margin: auto;
    line-height: 1.4;
    margin-bottom: 20px;
}
h2 {
    font-size: 32px;
    line-height: 1.2;
    margin: 0;
    margin-bottom: 22px;
    padding: 0;
}
strong{
	color: #d01f29;
	font-weight:bold;
}
.ncontent p{
	font-size: 16px;
    line-height: 1.4;
    text-align: left;
}
section {
    overflow: hidden;
}
.banner{
	margin-top:90px;
}
.banner .slider {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
/*     height: 400px; */
}
.banner .slider img{
	height: fit-content;
    width: 100%;
    object-fit: cover;
}
.banner_Sec{
	margin-top:90px;
	padding:50px 0px;
	text-align:center;
	background: linear-gradient(#0000008f, #0000004f), url(/lpimages/Still008.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 90vh;
    width: 100%;
    background-position: top center;
	margin-bottom:0px;


}

h1 {
    font-size: 48px;
    color: #fff;
    font-weight: 800;
    line-height: 1.4;
	margin:0px;
}
h3{
	font-size:28px;
	color:#fff
}

.col-100.new_img{
	text-align:center;
}

.intro h2, .why_us h2{
	line-height:1.4;
	text-align:center;
}
.why_us h2{
	font-size:36px;
	color:#fff;
}
.why_us{
	background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
background-image: url(/lpimages/pa.jpeg);
}

.our-value-content {
    flex-direction: row;
    flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
}

.our-content-section {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
	width: 31%;
display:flex;
background: #f6f6f599;
    padding: 14px;
    color: #000;
    margin:30px 10px;
    max-height: 100%;
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
    filter: drop-shadow(2px 4px 11px rgba(0, 0, 0, 0.1));
border: 1px solid #d01f29;
	transition: transform 0.2s;
	overflow: hidden;
    box-sizing: border-box;
}
.our-content-section:hover{
	transform: scale(1.05);
}

.feature-icon svg {
    width: 48px;
    height: 37px;
	margin-right: 5px;}
.our-values-features {
    flex-direction: column;
	margin-bottom: 40px;}

 .our-values-features h3 {

    font-weight: 700;
    font-size: 26px;
    line-height: 140%;
	 margin-bottom: 14px;
color:#000;}
.our-values-features p {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 160%;
	color:#fff;
	color:#000;
}
.flex {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
}
@media(max-width:1092px){
	.our-content-section{
		width:44%;
	}
	.building_slider1 .slick-slide img, .building_slider2 .slick-slide img{
		width:490px;
	}
}

.building_slider1 .slick-slide img, .building_slider2 .slick-slide img{
	margin:auto;
	border-radius:5px;
	height: 400px;
    width: 600px;
	object-fit:cover;

}
section.footer_cta {
    background: #d01f29;
    padding: 20px 0px;
}
section.footer_cta a{
	text-decoration:none!important;

}
.cta {
    display: flex;
    align-items: center;
}
.cta .question {
    width: 50%;
    float: left;
}
.question h3 {
    font-size: 40px;
    font-weight: 800;
    color: #fff;
    line-height: 1;
    margin: 0 0 6px;
}
.question h4 {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin: 0;
}
.number {
    /* background-color: #161616; */
    float: right;
    width: 48%;
    text-align: center;

}
.number .call {
    font-size: 38px;
    font-weight: 800;
    color: #fff;
}
.btn {
    padding: 12px 30px;
    font-size: 22px;
    font-weight: 800;
    color: #000;
    background: #eed609;
    border-radius: 4px;
    margin-left: 12px;
    vertical-align: super;
}
.btn:hover {
    background: #FFF;
    color: #ec2821;
}
.buildings .col-100{
	display:flex;
	flex-direction:row;
}
.buildings h2{
	font-size:36px;
	text-align:center;
	margin-bottom:30px;
}

.buildings h3{
	font-size:28px;
	text-align:center;
	margin-bottom:0px;
	color:#d01f29!important;
}
.buildings p{
	text-align:center;
	margin-bottom:30px;
}
.inner_sec.neflex {
    display: flex;
    align-items: center;
}
.inner_sec {
    max-width: 1300px;
    background-color: rgba(0, 0, 0, 0.45);
    padding: 60px;
}
.inner_sec.neflex .content {
    margin: 0px 0px 0px 50px;
}
.intro{
	background: url(/lpimages/home.jpeg);
    background-repeat: no-repeat;
    padding: 50px 0px;
}


.inner_sec.neflex {
    display: flex;
    align-items: center;
}
.inner_sec {
	background-color: #ffffffa1;
    margin: 50px 0px;
    padding: 60px;
}
.inner_sec.neflex .content {
    margin: 0px 0px 0px 50px;
}
@media(max-width:991px){
    .new_stats{
        background-size: cover!important;
    }
    .buildings h2{
        margin-bottom: 0px;
    }
    .inner_sec.neflex {
        display: block!important;
    }
        .inner_sec{    max-width: 100%;
        /* background-color: rgba(0, 0, 0, 0.45); */
        padding: 40px 15px;
    }
        .inner_sec.neflex img{
        width: 100%;
        height: fit-content;
    }
        .inner_sec.neflex .content {
        margin: 30px 0px 0px 0px;
    }
	.buildings .col-100{
	display:flex;
	flex-direction:column;
}
	.building_slider1 .slick-slide img, .building_slider2 .slick-slide img {
    margin: 10px 16px;
    border-radius: 5px;
    height: auto;
    width: -webkit-fill-available;
    object-fit: cover;
		text-align: center;}
	.imgright_sec h2{
		width:auto;
	}
	.cta {
    flex-direction: column;
}
	.cta .question, .number {
    width: auto;
    text-align: center;
    float: none;
}
	.question h3 {
    font-size: 32px;
    line-height: 1.5;
}
	.question h4 {
    margin: 10px 15px;
}
	.number {
    display: flex;
    flex-direction: column;
}
	.number .call {
    color: #000;
}
	.btn {
    background: #FFF;
    color: #ec2821;
}
	.call, .btn {
    margin: 10px 0px;
}
	.col-100.new_img img{
		width:auto;
	}

	.our-content-section{
		height:auto!important;
		margin:15px;
	}

	.our-value-content-wrapper {
		flex-direction: column;}
	 .our-content-section {
    width: 100%;
}
	.feature-icon {
    padding-top: 6px;
}
	.feature-icon svg {
    width: 40px;
    height: 35px;
    margin-right: 5px;
}
	.our-values-features {
    margin-bottom: 20px;
}
	.banner_Sec{
		height:auto!important;
        width: auto!important;
	}
	h1{
		font-size:24px;
	}
	h3{
		font-size:20px;
		line-height:1.5;
	}
	.col-60.head-consult.new_displayy{
		display:none!important;
	}
	.col-25, .col-30, .col-40, .col-50, .col-60, .col-100 {
    max-width: 100%;
    width: 100%;
}
	h2{
		font-size:24px;
	}
	section.imgright_sec .mflex {
    flex-direction: column-reverse!important;
}

	.new_content {
    float: none;
    margin: 0px;
		padding: 30px;}
	.col-50.new_img img{
		width:auto;
	}
	.second_sec h2 {
    text-align: center;
    color: #000000;
    font-size: 28px;
    margin: 20px 10px;
    font-weight: 800;
    line-height: 1.4;
}


	section {
    padding: 50px 15px!important;
}
	.statistics-container {
    flex-direction: column;
    align-items: center;
}
.count {
    font-size: 28px;
}
.label {
    font-size: 18px;
}
	.card {
    width: 100%;
    max-width: 100%;
}
.card:not(:last-child) {
    margin-bottom: 10px;
}
}