:root{
    --brand-color: #ffcd00;
    --brand-color-hover: #ebfc58;
}
::-webkit-scrollbar {
    width: 7px;
    background-color: #111;
}
::-webkit-scrollbar-thumb {
    width: 7px; background-color: var(--brand-color);
}
::-webkit-scrollbar-thumb:hover{
    width: 7px; background-color: var(--brand-color);
}

@media only screen and (max-device-width: 667px) and (min-device-width: 320px) and (orientation: landscape){
    html{
        background: #000;}
    body{
        display: none;}
}
body{
    font-family: 'Roboto', sans-serif;
    color: #111; font-size: 15px;
    overflow-x: hidden;
}
.container{
    max-width: 1170px;
}
.media-bg{
    height: 100vh;
    width: 100%;
    position: absolute;
    top: 0px;
    z-index:-2;
}
#myVideo {
    position: absolute;
    right: 0;
    min-width: 100%;
    min-height: 100%;
}
.opacity-black{
    position: absolute; 
    right: 0;
    min-width: 100%;
    min-height: 100%;
    background:#000;
    z-index:-1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}
.fas{
    padding:0 7px 0 0;
    font-size: 16px
}
header.extended{
    height: 260px;
    display: flex;
    align-items: center;
    line-height: 55px;
}
header.extended figure a{
    display: flex;
    align-items: center;
    height: 69px;
    line-height: 69px;
}
header.extended address{
    display: flex;
    align-items: center;
    font-style: normal;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    font-family: 'Ruberoid';
}
header.extended address::before{
    font-family: "Font Awesome 6 Free"; 
    font-weight: 900;
    content: "\f3c5";
    display: block;
    width: 20px; height: 30px;
    margin-right: 5px;
    line-height: 30px;
    font-size: 18px;
    color: #9d9d9d;
}
header.extended address::after{
    content: '';
    display: block;
    clear: both;
}
header.extended button.mobile-menu{
    display: none;
}
header.extended .phone{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-grow: 1;
}
header.extended .phone a{
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    font-family: 'Ruberoid';
    font-weight: bold;
}
header.extended .phone a span{
    color: var(--brand-color);
}
header.extended .phone::before{
    font-family: "Font Awesome 6 Free"; 
    font-weight: 900;
    content: "\f095";
    display: block;
    width: 40px; height: 35px;
    font-size: 20px;
    color: var(--brand-color);
    margin-right: 5px;
    text-align: center;
    line-height: 35px;
}
header.extended nav{
    font-family: 'Ruberoid';
    font-weight: bold;
    height: 69px;
    line-height: 69px;
}
header.extended nav ul{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
header.extended nav ul li{
    display: flex;
    align-items: center;
}
header.extended nav ul li:nth-child(1)::after,
header.extended nav ul li:nth-child(2)::after{
    font-family: "Font Awesome 6 Free"; 
    font-weight: 900;
    content: "\f111";
    font-size: 3px;
    color: #fff;
    opacity: 0.4;
    margin-left: 45px;
    margin-right: 45px;
}
header.extended nav ul li a{
    color: #fff; font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
}
header.extended nav ul li a:hover{
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
header.extended .flex-r{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}
section.component-intro h1{
    color: #fff;
    font-size: 48px;
    font-weight: 900;
    font-family: 'Ruberoid Extra';
    text-transform: uppercase;
    line-height: 60px;
}
section.component-intro h1 span{
    display: block;
    font-family: 'Ruberoid';
    font-weight: normal;
}
section.component-intro h2{
    margin-top: 100px;
    text-transform: uppercase;
    font-family: 'Ruberoid';
    font-weight: normal;
    font-size: 24px;
    color: #fff;
}
section.component-intro h2 span{
    display: block;
    text-transform: initial;
}
section.component-intro button{
    margin-top: 60px;
    width: 250px;
    height: 52px;
    color: #111;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Ruberoid Semi';
    background-color: var(--brand-color);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
section.component-intro button:hover{
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    background-color: var(--brand-color-hover);
}
section.component-company{
    margin-top: 300px;
    background-color: #fff;
}
section.component-company .layout{
    margin-top: -70px;
    min-height: 210px;
    padding: 35px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 45px -8px rgba(163, 163, 163, 0.2);
    -moz-box-shadow: 0px 0px 45px -8px rgba(163, 163, 163, 0.2);
    box-shadow: 0px 0px 45px -8px rgba(163, 163, 163, 0.2);
}
section.component-company .layout h3{
    position: relative;
    font-family: 'Ruberoid';
    font-weight: bold;
    font-size: 21px;
    z-index: 1;
    margin-bottom: 25px;
}
section.component-company .layout h3::after{
    content: '';
    display: block;
    position: absolute;
    top: 15px;
    width: 75px; height: 15px;
    background-color: var(--brand-color);
    z-index: -1;
}
section.component-company .layout p{
    margin: 0;
    font-family: 'Ruberoid';
    font-weight: normal;
    font-size: 15px;
    line-height: 26px;
}
section.component-company .company-description{
    margin-top: 25px;
    padding: 35px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 45px -8px rgba(163, 163, 163, 0.2);
    -moz-box-shadow: 0px 0px 45px -8px rgba(163, 163, 163, 0.2);
    box-shadow: 0px 0px 45px -8px rgba(163, 163, 163, 0.2);
}
section.component-company .company-description p{
    text-align: justify;
    font-family: 'Ruberoid';
    font-weight: normal;
    font-size: 15px;
    line-height: 30px;
}
section.component-company .responsive,
section.component-company .whatsapp-box{
    margin-top: 70px;
}
section.component-company .whatsapp-box{
    padding: 35px;
    height: 456px;
    background: #f3f8ff url(../img/whatsapp-box.png) bottom center no-repeat;
}
section.component-company .whatsapp-box p{
    margin: 0;
    font-family: 'Ruberoid';
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
}
section.component-company .whatsapp-box p a{
    display: block;
    padding-top: 15px;
    font-family: 'Ruberoid Extra';
    font-weight: 800;
    font-size: 17px;
    color: #111;
    text-decoration: none;
}
section.component-service{
    padding-top: 150px;
}
section.component-service h4{
    margin-bottom: 50px;
    font-family: 'Ruberoid Extra';
    font-weight: 800;
    font-size: 28px;
}
section.component-company .company-description h3{
    margin-bottom: 30px;
    font-family: 'Ruberoid Extra';
    font-weight: 800;
    font-size: 28px;
}
section.component-service .service-box{
    margin-bottom: 30px;
    border: 1px solid #d4ecfa;
}
section.component-service .service-box .box-flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
    padding: 0 30px 0 30px;
}
section.component-service .service-box h5{
    font-family: 'Ruberoid';
    font-weight: bold;
    font-size: 18px;
}
section.component-service .service-box span{
    font-family: 'Ruberoid';
    font-weight: bold;
    font-size: 18px;
    color: #e1e1e1;
}
section.component-callback{
    margin-top: 150px;
    background: #f9fbfe url(../img/callback.jpg) center center no-repeat;
}
section.component-callback form.callback{
    padding-top: 110px;
    padding-bottom: 110px;
    padding-right: 50px;
}
section.component-callback form.callback > h6{
    margin: 0 0 40px 0;
    font-family: 'Ruberoid';
    font-weight: bold;
    font-size: 24px;
}
section.component-callback form.callback > label{
    display: block;
    font-family: 'Ruberoid';
    font-weight: normal;
    font-size: 15px;
    line-height: 44px;
}
section.component-callback form.callback > input{
    display: block;
    padding-left: 15px;
    margin-bottom: 12px;
    height: 50px;
    width: 100%;
    border: 1px solid #d4ecfa;
    background-color: initial;
}
section.component-callback form.callback > input:focus{
    outline: none;
    border: 2px solid var(--brand-color);
}
section.component-callback form.callback > p{
    padding-top: 30px;
    padding-bottom: 10px;
    font-family: 'Ruberoid';
    font-weight: 300;
    font-size: 14px;
    color: #c2c2c2;
}
section.component-callback form.callback > button{
    width: 240px;
    height: 50px;
    font-family: 'Ruberoid';
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    background-color: var(--brand-color);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
section.component-callback form.callback > button:hover{
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    background-color: var(--brand-color-hover); 
}
footer.component-footer{
    margin-top: 300px;
    padding-bottom: 250px;
    background-color: #000;
}
footer.component-footer .footer-logo figure{
    width: 215px;
    padding: 10px 0 10px 0;
    margin: 0 auto;
    border-radius: 2px;
}
footer.component-footer iframe{
    margin-top: -100px;
}
footer.component-footer .footer-logo{
    text-align: center;
    padding-top: 70px;
    padding-bottom: 70px;
}
footer.component-footer ul{
    text-align: center;
}
footer.component-footer ul li{
    padding-bottom: 20px;
    font-family: 'Ruberoid';
    font-weight: 500;
    font-size: 14px;
    color: #fff;
}
footer.component-footer ul li a{
    text-decoration: none;
    color: #fff;    
}

.video-wrp {
	position: relative;
	padding-top: 60.25%;
}
.video-wrp iframe {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	margin: 0;
	top: 0;
	left: 0;
	border: none;
}

div.scrollup {
    position: fixed;
    color: #fff;
    background-color: #000;
    right: 20px;
    bottom: 20px;

    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    opacity: 0.8;
    font-size: 20px;
    cursor: pointer;
    display: none;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
 }

 div.scrollup:hover {
    transform: scale(1.1)!important;
    background-color: var(--brand-color);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
 }
