body {
    font-family: 'Work Sans', sans-serif;
    color: #FFF;
    background-color: #231F20;
    overflow-x: hidden;
}

.lateef {
    font-family: 'Lateef', cursive;
}

.bg-dark {
    background-color: #1C1819 !important;
}

.footer {
    font-size: 14px;
}

.footer .text-muted {
    color: #6A6A6A;
}

.footer .navbar-brand {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
}

.header {
    background-color: #231F20;
    transition: all 0.2s;
    height: 80px !important;
}

.header .navbar-brand {
    display: inline;
}

.header .navbar-brand img {
    width: 180px;
    margin-left: 50px;
    margin-top: -8px;
}

.eight {
    width: 40px;
    height: 80px;
    position: absolute;
    background-image: url("../img/eight.svg");
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: -24px;
}


.header .navbar-toggler {
    width: 40px;
    height: 50px;
    margin-top: -8px;
    color: #FFF;
    transition: all 0.2s;
}

.header.scroll {
    padding: 0px;
    height: 60px !important;
}

.header .navbar-toggler.active, .header .navbar-toggler:focus {
    border: 0px;
    border-radius: 0px;
    background: #1C1819;
    box-shadow: none;
    height: 40px;
    width: 40px;
}

.header .navbar-collapse {
    margin-top: 0;
    background: transparent;
    transition: all 0.2s;
    flex-grow: 0;
}

.header .navbar-collapse .navbar-nav li a {
    color: #939598;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
}

.header .navbar-collapse .navbar-nav li a:hover {
    color: #ddd;
}

.header .navbar-collapse .navbar-nav li a.active {
    color: #FFF;
}

.header .navbar-collapse .navbar-nav li a.btn {
    color: #FFF;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    padding: 10px 12px;
    margin: 0 8px;
}

/* on medium and smaller */

@media (max-width: 768px) { 

    .header.scroll .container { 
        margin-top: -20px;
    }

    .header .container { 
        margin-top: 0px;
        transition: all 0.3s;
    }

    .header.scroll .navbar-collapse {
        margin-top: 50px;
    }

    .header .navbar-collapse {
        margin-top: 80px;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        width: 100%;
        background: #1C1819;
        text-align: center;
        padding: 10px 0;
    }

    .header .navbar-collapse .navbar-nav li a {
        color: #FFF;
        text-decoration: none;
        text-align: center;
        padding: 10px;
    }

    .header .navbar-collapse .navbar-nav li:last-child a {
        text-decoration: none;
    }

    .header .navbar-collapse .navbar-nav li a.btn {
        color: #FFF;
        border-radius: 50px;
        font-size: 12px;
        font-weight: 700;
        margin-top: 20px;
        padding: 10px;
        height: 40px;
    }

    .footer {
        font-size: 10px;
        text-align: center !important;
    }

    .footer .container-fluid {
        justify-content: center;
    }

    .footer .navbar-brand {
        font-size: 10px;
        text-align: center;
    }
}

/* Button Colors */

.btn-primary {
    color: #fff !important;
    background-color: #1C3879;
    border-color: #1C3879;
}

.btn-warning {
    color: #fff !important;
    background-color: #EEAA3C;
    border-color: #EEAA3C;
}

/* End Button Colors */


.title-banner {
    position: absolute;
    margin: -60vh auto;
    width: 100%;
    text-align: center;
    z-index: 999;
    color: #E6BC17;
}

.title-banner h3 {
    font-size: 30px !important;
    margin-bottom: 4px !important;
}

.title-banner h1 {
    font-size: 70px !important;
}

.title-banner h5 {
    font-size: 20px !important;
    font-weight: 600;
    color: rgba(229,204,119,1);
}

.section-banner .carousel .carousel-inner .carousel-item img {
    margin-top: 50px;
    height: 95vh;
    padding: 0px;
}

.mouse {
    margin-top: 38vh;
}

.bounce2 {
    animation: bounce2 2s ease infinite;
}

@keyframes bounce2 {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-30px);}
    60% {transform: translateY(-15px);}
}

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

.section-data {
    font-weight: 300;
    margin-top: 60px;
}

.mt-24 {
    margin-top: 44px;
}

.section-data h1 {
    font-weight: 300 !important;
    margin-bottom: 24px;
}

.section-data h4 {
    font-weight: 400 !important;
    margin-bottom: 24px;
}

.section-data .banner {
    height: 450px;
    width: 100%;
    background-color: transparent !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 0px !important;
}

.section-data .banner.img-banner {
    background-color: red !important;
}

.section-data .banner.foto {
    height: 350px;
    width: 300px;
    background-color: transparent;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    border: 0px !important;
}

.banner.foto.cirle {
    border-radius: 100%;
    height: 300px;
    object-fit: contain;
}

.section-content .content {
    font-weight: 300;
    padding: 80px 24px;
}

.section-project .container-fluid {
    background: #1C1819;
    font-weight: 400;
    padding: 80px 24px;
}

.section-project.small .container-fluid {
    background: #1C1819;
    font-weight: 400;
    padding: 40px 24px;
}

.section-project .container-fluid h2 {
    font-weight: 300 !important;
    margin-bottom: 80px;
}

.project .order-last .picture-big {
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-left: -120px;
    aspect-ratio: 1 / 1;
}

.project .picture-big {
    width: 80%;
    aspect-ratio: 1 / 1;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-left: 200px;    
}

.project .picture-small {
    width: 80%;   
    margin-top: 54px;
    margin-left: 20%; 
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    aspect-ratio: 1 / 1;
    box-shadow: -6px -2px 88px 0px rgba(0,0,0,0.31);
    -webkit-box-shadow: -6px -2px 88px 0px rgba(0,0,0,0.31);
    -moz-box-shadow: -6px -2px 88px 0px rgba(0,0,0,0.31);
}

.project .order-last .picture-small {
    width: 80%;
    height: 520px;    
    margin-top: 54px;
    margin-left: 0;
    margin-right: 20%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.project .content-text {
    width: 80%;
    margin-top: 24px;
    float: right;
    text-align: left !important;
}

.project .content-text p {
    width: 80%;
    font-weight: 300;
}


.project .content-text h2 {
    margin-bottom: 28px !important;
}

.proj .btn.btn-project {
    font-weight: 300;
}

.proj  .btn {
	display: inline-block;
	line-height: 1;
	padding: 12px 18px;
	position: relative;
	text-align: center;
	text-decoration: none;
    font-weight: 400;
	z-index: 5;
}
.proj .btn::after {
	content: '';
	display: block;
	position: absolute;
	top: 0; bottom: 0; left: 0;
	width: 5px;
	transition: width 0.25s ease-out;
	z-index: -1;
}
.proj .btn:hover::after {
	width: 100%;
}

.proj .btn--fluid {
	max-width: none;
}

.proj .btn-project {
	color: #FFF;
}
.proj .btn-project::after {
	background-color: #FFF;
}
.proj .btn-project:hover {
	color: #101010;
    font-weight: 600;
}

.read-more,
.site-navigation__navigation ul li a {
	color: #FFF;
	display: inline-block;
	padding-bottom: 0.25em;
    font-weight: 300;
	position: relative;
	text-decoration: none !important;
}
.read-more:hover,
.site-navigation__navigation ul li a:hover {
	color: #FFF;
}
.read-more::after,
.site-navigation__navigation ul li a::after {
	background-color: #FFF;
	content:'';
	display:block;
	height:7.25%;
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	-webkit-transform:scaleX(0);
	    -ms-transform:scaleX(0);
	        transform:scaleX(0);
	-webkit-transform-origin:right;
	    -ms-transform-origin:right;
	        transform-origin:right;
	-webkit-transition: -webkit-transform 0.25s ease-out;
	transition: -webkit-transform 0.25s ease-out;
	-o-transition: transform 0.25s ease-out;
	transition: transform 0.25s ease-out;
	transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
.read-more:hover::after,
.site-navigation__navigation ul li a:hover::after,
.site-navigation__navigation ul li.current-menu-item > a::after,
.site-navigation__navigation ul li.current-page-ancestor > a::after {
	-webkit-transform:scaleX(1);
	    -ms-transform:scaleX(1);
	        transform:scaleX(1);
	-webkit-transform-origin:left;
	    -ms-transform-origin:left;
	        transform-origin:left;
}

.section-news .container-fluid h2 {
    font-weight: 300 !important;
}

.section-news .container-fluid {
    background: #3E3636;
    font-weight: 400;
    padding: 80px 0;
}

.btn.arrow-link {
	font-size: 24px;
    text-decoration: none;
	transition: color 0.25s ease-out, opacity 0.25s ease-out;
    color: #FFF
}

.btn.arrow-link:hover {
    color: #101010
}

.news .card {
    border: 0px; 
    border-radius: 0px;
}

.news .card .card-img-top {
    border: 0px; 
    border-radius: 0px;
    height: 175px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.news .card .card-body {
    background: #231f20 !important;
    color: #FFF !important;
}

.news .card .card-body * {
    color: #FFF !important;
    font-size: 12px !important;
}

.news .card .card-body .card-title {
    font-weight: 300 !important;
    font-size: 18px !important;
}

.news .card .card-body .card-description {
    font-weight: 300 !important;
    font-size: 12px !important;
    color: #ddd !important;
}

.form-control, .form-select {
    border: 2px solid #101010;
    border-radius: 4px;
    background: #fff;
    color: #101010;
    padding-top: 32px;
}

.btn.btn-primary {
    background: #ffd602;
    color: #101010 !important;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    display: block;
    height: 50px;
    width: 100%;
}


/* on medium and smaller */

@media (max-width: 768px) { 


    .section-banner .carousel .carousel-inner .carousel-item img {
        margin-top: 80px;
        height: 400px;
        width: 100%;
        padding: 0px;
    }

    .mouse {
        margin-top: 10vh;
    }

    .project .picture-big {
        display: none;
    }

    .project .picture-small {
        width: 100%;
        height: 500px;
        margin-top: 0px;
        margin-right: 0px;
        margin-left: 0px;
        position: relative;
    }

    .project .order-last .picture-small {
        width: 100%;
        height: 500px;
        margin-top: 0px;
        margin-right: 0px;
        margin-left: 0px;
        position: relative;
    }

    .project .content-text {
        width: 100%;
        margin-top: 24px;
        float: none;
        text-align: left !important;
    }

    .project .content-text p {
        width: 100%;
        font-weight: 300;
    }
    
    .project .content-text h2 {
        margin-bottom: 28px !important;
    }

    .title-banner {
        position: absolute;
        margin: -35vh auto;
        width: 100%;
        text-align: center;
        z-index: 999;
    }

    .header {
        background-size: 30px;
        background-position: 18px center;
    }

    .header .navbar-brand img {
        width: 140px !important;
        margin-left: 50px;
        margin-top: -5px;
    }

}

.services .col {
    aspect-ratio: 1 / 1;
    text-align: center;
    vertical-align: middle;
}

.services .col .card {
    background-color: #231f20;
    border-color: #231F20;
    border-radius: 0px !important;
}

.services .carousel {
    aspect-ratio: 1 / 1;
    width: 100%;
    height: 100%;
}

.services .carousel .carousel-inner, .services .carousel .carousel-item {
    aspect-ratio: 1 / 1;
    width: 100%;
    height: 100%;
}

.services .carousel .carousel-item div {
    aspect-ratio: 1 / 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.services .carousel .carousel-caption {
    background-color: rgba(15, 15, 15, 0.203);  
    height: 100px; 
    width: 100%; 
    left: 0;
    right: 0;
}


.services .col .card:hover .card-body {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 200%;
}

.services .col .card .card-title {
    color: #FFF;
    font-weight: 700;
    font-size: 1.4rem;
    text-align: center;
}

.services .col .card .card-caption {
    margin-top: 0px;
    color: #DDD;
    font-weight: 500;
    font-size: 1rem;
    text-align: center;
}

.services .col .card-body{
    border-color: #DDD;
}

.certificate div {
    height: 100%;
    aspect-ratio: 1 / 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #1C1819;
}



.banner.img-service {
    border-radius: 20px;
    background: #101010;
    padding: 1rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.carousel-control-next, .carousel-control-prev {
    color: #101010;
    opacity: 1;
}

.carousel-control-next .bi, .carousel-control-prev .bi {
    box-shadow: 1px 1px 31px -5px rgba(0,0,0,0.32);
    -webkit-box-shadow: 1px 1px 31px -5px rgba(0,0,0,0.32);
    -moz-box-shadow: 1px 1px 31px -5px rgba(0,0,0,0.32);
    font-size: 2rem;
}

.contact a { 
    text-decoration: none;
}

.company li img {
    width: 130px;
    border-radius: 10%;
}



@media (max-width: 768px) { 

    .company li img {
        width: 200px;
        border-radius: 10%;
        margin-bottom: 1rem;
    }
}