/* @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;700&display=swap');

*,
*:after,
*:before{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	font-size: 10px;
}

@media screen and (max-width: 991px) {
	html {
		font-size: 9px;
	}
}

body{
	overflow-x: hidden;
	background-color: #f2f2f2;
}
body.is-menushow{
	overflow: hidden;
}
p,a,span,div{
	font-size: 1.9rem;
	font-family: 'Roboto', sans-serif; 
    font-weight:300;
	line-height: 2.1rem;
}

p {
	margin: 0 0 2rem;
}

p:last-child {
	margin-bottom: 0;
}

a{
	text-decoration: none;
	color: inherit;
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Noto Serif', serif;
	font-weight: 500;
}

h1 {
	font-size: 3.6rem;
	margin-bottom: 2.1rem;

}

h2 {
	font-size: 3.2rem;
	margin-bottom: 1.8rem;
}

h3 {
	font-size: 2.8rem;
	margin-bottom: 1.6rem;
}

h4 {
	font-size: 2.4rem;
	margin-bottom: 1.6rem;
}

h5 {
	font-size: 2.2rem;
	margin-bottom: 1.4rem;
}

h6 {
	font-size: 1.9rem;
	margin-bottom: 1.2rem;
}

.align-items-center{
	align-items: center;
}

/* menu */

.home header{background-color: transparent; }
header {
	position: fixed;
	background-color:#000;
	padding: 15px 0 10px;
	width: 100%;
	z-index: 1111;
	-webkit-transition: padding .3s;
	-moz-transition: padding .3s;
	transition: padding .3s;
	top: 0;
}

header.sticky {
	background-color: #000;
	padding: 10px 0 5px;
	position: fixed;
}


.nav ul {
	list-style: none;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.nav ul li a{
	margin: 0 15px;
}

.brand {
	width: 65px;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
}
header.sticky .brand{
	width: 55px;
}

.brand a img {
	width: 100%;
}

.menu-toggle {
	width: 16px;
	cursor: pointer;
	margin-right: 5px;
}
.menu-toggle.on .one {
	-moz-transform: rotate(45deg) translate(7px, 7px);
	-ms-transform: rotate(45deg) translate(7px, 7px);
	-webkit-transform: rotate(45deg) translate(7px, 7px);
	transform: rotate(45deg) translate(2px, 2px);
}
.menu-toggle.on .two {
	opacity: 0;
}
.menu-toggle.on .three {
	-moz-transform: rotate(-45deg) translate(8px, -10px);
	-ms-transform: rotate(-45deg) translate(8px, -10px);
	-webkit-transform: rotate(-45deg) translate(8px, -10px);
	transform: rotate(-45deg) translate(6px, -7px);
}

.menu-toggle.on {
	padding-top: 2.5px;
}

.one, .two, .three {
	width: 100%;
	height: 2px;
	background: white;
	margin: 4px auto;
	backface-visibility: hidden;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.menu-popup {
	display: none;
	background: rgba(0, 0, 0, 0.93);
}  

.menu-section.on {
	z-index: 10;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
}

.menu-popup {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1200;
	overflow: auto;
}

.menu-popup ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	/* margin-top: 122px; */
}

.menu-popup ul li {
	width: 100%;
	text-align: center;
}

.menu-popup ul li a {
    color: #fff;
    margin-bottom: 3.3rem;
    display: inline-block;
    text-transform: uppercase;
    font-size: 2.3rem;
    transition: .2s linear;
    font-family: "gothammedium";
}

.nav ul li a {
	color: #fff;
	transition: .15s all;
	display: inline-block;
}

.nav ul li a:hover {
	color: #963839;
}

.nav .toggle-menu.on p {
	position: relative;
	top: -2px;
}

.nav ul li a:hover .one,.nav ul li a:hover .two ,.nav ul li a:hover .three {
	background: #963839;
}

a.toggle-menu span {
	line-height: 2.5rem;
}

.contact-pc a:hover{
	background:#fff;
}

li.contact-pc a {
	background: #963839;
	border-radius: 50px;
	line-height: 1;
	padding: 5px 12px;
}

a.toggle-menu {
	display: flex !important;
	align-items: center;
	cursor: pointer;
}

a.toggle-menu p {
	line-height: 1;
	display: inline-table;
}

.menu-toggle.on{
	position: relative;
	z-index: 11;
}

.page-wrap{
	padding-top:88px
}
.home .page-wrap{
	padding-top:0px
}

/* hero */

section#hero {
	position: relative;
	overflow: hidden;
}

#hero .hero-container {
	min-height: 800px;
	height: 100vh;
	background: rgb(0 0 0 / 80%);
	display: flex;
	align-items: center;
}

.hero-content p {
	font-size: 2rem;
	line-height: 1.6;
}
.hero-text {
	margin-bottom: 3rem;
}

.text a {
	font-size: 1.9rem;
}

.text a:hover {
	color: #ebc270;
}

.page-text a:hover,
.page-text a {
	color: #963839;
}


section#hero video {
	z-index: -1;
	position: absolute;
	width: 100%;
	object-fit: cover;
	height: 100%;
	object-position: top center;
}

.hero-content {
	color: #eee;
	text-align: center;
}

.hero-content h1 {
	font-size: 6.8rem;
	margin-bottom: 3.6rem;
	line-height: 1;
	color: #eee;
}

.hero-content p {
	padding: 0 15%;
	font-family: 'Roboto', sans-serif; 
    font-weight:300;
	opacity: .9;
}

.border-btn a{
	margin-top: 5px;
	display: inline-block;
	border: 1px solid #963839;
	padding: 15px 25px;
	transition: .15s all;
	text-transform: uppercase;
}

.border-btn a:hover {
	background: #963839;
}

.current-menu-item a {
	color: #963839 !important;
}

/* About */

.our-company {background: #833435;color: #fff;padding: 50px 25% 50px 50px;line-height: 1;}

.our-photo img {
	width: 100%;
	box-shadow: 0px 0px 15px 2px #0006;
}

section#about {
	padding: 8rem 0 8rem;
	background: #eeeeee;
}

.about-photo {
	position: absolute;
	right: 0;
	bottom: -5px;
	width: 40%;
}

.our-company h2 {
	font-size: 4.8rem;
	margin-bottom: 4.4rem;
}

.position-relative {
	position: relative;
}

.our-company p {
	line-height: 3.1rem;
	font-size: 2.5rem;
	font-family: 'Roboto', sans-serif; 
    font-weight:300;
	opacity: 0.8;
}

.readmore {
	display: flex;
}

.readmore {
	margin-top: 40px;
	display: flex;
	align-items: center;
}

.readmore .line {
	width: 210px;
	height: 3px;
	background: #fff;
	margin-right: 10px;
	transition: 0.15s all;
}

.readmore:hover .line {
	width: 220px;
}

.our-company .text a {
	text-transform: uppercase;
}

/* companys */

section.company {
	padding: 4rem 0 8rem;
	background: #eee;
} 

h2.company-title {
	line-height: 1;
	margin-bottom: 3.2rem;
	font-size: 2.8rem;
	color: #323232;
}

.slick-track {
	align-items: center;
	display: flex;
}

.slick-item {
	margin: 0 10px;
}

.slick-item img {
	max-width: 100%;
	max-height: 75px;
	margin: 0 auto;
}


/* service */

section.service {
	padding: 8rem 0 12rem;
	background: black;
	background: url('./../images/service_bg.jpg');
	background-size: cover;
	position: relative;
/* 	border-bottom: 1px solid #fff; */
	background-attachment: fixed;
}

section.service:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	left: 0;
	top: 0;
	opacity: 0.83;
}

.color-white {
	color: #eeeeee;
}

h2.section-title {
	text-align: center;
	margin-bottom: 2.8rem;
	font-size: 4.2rem;
	line-height: 1.4;
}

.section-details p {
	text-align: center;
	font-size: 2.2rem;
	line-height: 1.4;
	margin-bottom: 75px;
	font-family: 'Roboto', sans-serif; 
    font-weight:300;
	opacity: 0.8;
}

.service-box {
	background: #963839;
	color: #fff;
	padding: 50px 30px;
}

h3.service-title {
	text-align: center;
	margin-bottom: 25px;
	line-height: 1.4;
	font-size: 3.6rem;
	padding-bottom: 15px;
	border-bottom: 2px solid #ebc270;
	color:#ededee;
}

.service-text p {
	text-align: center;
	font-size: 2rem;
	line-height: 1.4;
	font-family: 'Roboto', sans-serif; 
    font-weight:300;
	opacity: 0.8;
}

.more-service-detail {
	text-align: center;
	margin-top: 50px;
}

.more-service-detail a {
	color: #ebc270;
	padding: 15px 30px;
	border: 1px solid #ebc270;
	display: inline-block;
	text-transform: uppercase;
	transition: 0.15s all;
}

.more-service-detail a:hover {
	background: #ebc270;
	color: #fff;
}

/* partner */

section#partners {
	background: #963839;
	padding: 10rem 0 5rem;
}

.profiles {
	display: flex;
}

.partner-profile {
	margin: 0 15px;
	color: #fff;
}

.partner-image img {
	width: 100%;
}

h4.partner-name {
	font-size: 1.9rem;
	text-align: center;
	margin-top: 0.8rem;
	margin-bottom: 0;
}

.profile-link {
	text-align: center;
	margin-top: 15px;
}

.profile-link a {
	border: 1px solid #ebc270;
	padding: 10px 20px;
	display: inline-block;
	transition: 0.15s all;
}

.profile-link a:hover {
	background: #ebc270;
}



/* footer */

.footer-details-wrap {
	color: #eee;
}

.form-wrap-left {
	display: flex;
	flex-wrap: wrap;
	width: 50%;
	margin: 0 5px;
}

.contact-form-footer form {
	display: flex;
}

input.input-footer {
	width: 100%;
	margin-bottom: 8px;
	padding: 12px 15px;
	font-family: 'Roboto', sans-serif; 
    font-weight:300;
	font-size: 1.3rem;
}

textarea.text-area-footer {
	width: 100%;
	padding: 12px 15px;
	height: calc(100% - 55px);
	margin-bottom: 10px;
	font-family: 'Roboto', sans-serif; 
    font-weight:300;
	font-size: 1.3rem;
}

.form-wrap-right {
	display: flex;
	flex-wrap: wrap;
	width: 50%;
	margin: 0 5px;
}

button.submit-form {
	border: none;
	background: transparent;
	color: #fff;
	padding: 12px 25px;
	border: 1px solid #963839;
	transition: 0.15s all;
	cursor: pointer;
}

button.submit-form:hover {
	background: #963839;
}

.footer-top {
	padding: 100px 0;
	background: url('./../images/footer-bg.jpg');
	background-size: cover;
	background-position: center;
	position: relative;
}

.footer-top:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgb(0 0 0 / 83%);
}

.address,
.address p {
	font-size: 1.5rem;
	line-height: 1.4;
	margin-bottom: 5px;
	transition: 0.15s all;
	font-family: 'Roboto', sans-serif; 
    font-weight:300;
}

.address a {
	font-family: 'Roboto', sans-serif; 
    font-weight:300;
}


.brand-name {
	text-transform: uppercase;
	line-height: 1.4;
	font-size: 1.9rem;
}

.call-detail {
	text-transform: capitalize;
	font-size: 1.9rem;
}

.call-detail a {
	transition: 0.15s all;
	font-size: 1.5rem;
	font-family: 'Roboto', sans-serif; 
    font-weight:300;
}

.footer-social {
	color: #fff;
	margin-top: auto;
}

.social-title {
	font-size: 1.9rem;
	margin-bottom: 15px;
}

.social-link a {
	font-size: 2.8rem;
	margin-right: 10px;
	transition: 0.15s all;
}

.col-md-4.flex-position-footer {
	display: flex;
	flex-wrap: wrap;
}

.footer-title {
	font-size: 5.2rem !important;
	margin-bottom: 5.4rem !important;
}

.form-wrap-left input:last-child {
	margin-bottom: 0;
}

.copyright-text p, .copyright-text a{
	text-align: center;
	font-size: 1.9rem;
	color: #eeeeee;
}
.copyright-text > p {
	margin-bottom: 18px;
}

.copyright-text a {
	color: #963839;
}

.disclosure {
	color: #eeeeee;
}
.disclosure p {
	font-size: 1.2rem;
	line-height: 1.6;
	margin: 15px 0  0 0;
}

#footer .footer-bottom {
	background: #1e1e1e;
	border-top: 1px solid #aeadad;
	padding: 30px 0;
}

.social-link a:hover {
	color: #963839;
}

.call-detail a:hover {
	opacity: 1;
	color: #963839;
}

/* Inner pages */
.inner-page-title {
	text-align: center;
	padding: 30px 30px 60px;
	margin: 0;
	font-size: 4.2rem;
	line-height: 1;
	border: none !important;
	color: white;
}

section.page-text {
	padding: 0 0 50px;
}

.page-description, .page-description p {
	font-family: 'Roboto', sans-serif; 
    font-weight:300;
	font-size: 1.9rem;
	line-height: 2;
}

.alignright {
	text-align: right !important;
}

.alignleft {
	text-align: left !important;
}

.aligncenter {
	text-align: center !important;
}
section.page-text h2 {
	padding-bottom: 10px;
	border-bottom: 10px solid #963839;
	margin-top: 70px !important;
}

/* HOME LOGOS */
#hero .hero-container {
	min-height: 100vh;
	height: 100%;
}

#hero section.company {
    padding: 0;
    margin-top: 60px;
    background: transparent;
}

#hero .hero-brand img {
	max-width: 160px;
}

#hero .hero-content h1 {
	font-size: 5.9rem;
}

#hero .hero-content {
    padding: 180px 0 50px 0;
}

#hero h2.company-title {
	color: white;
}

#hero .client-slick-item.slick-slide {
    padding: 0 10px;
    height: auto;
}

#hero .client-slick-item.slick-slide .slick-item {
/*     background: white; */
    padding: 10px 20px;
    height: 100%;

    display: flex;
    align-items: center;
    justify-content: center;
}

#hero .slick-track {
    display: flex;
    align-items: stretch;
}

@media only screen and (max-width: 1199px) {
	#hero .hero-content h1 {
		font-size: 5.2rem;
	}
}


@media only screen and (max-width: 991px) {
	#hero .hero-content h1 {
		font-size: 4.8rem;
	}
}

@media only screen and (max-width: 767px) {
	#hero .hero-content h1 {
		font-size: 3.6rem;
	}
}

body{margin: 0;padding: 0;}
.step{padding: 50px 0;background: #963839;}
.our-process .number{font-size: 100px;opacity: 0.2;font-weight: 800;line-height: normal;font-family: GothamBold;}
.our-process h3{color: #fff !important;font-size: 24px;font-family: gothammedium;}
.our-process p{color: #fff !important;font-family: 'Roboto', sans-serif; font-weight:300;}

@media (min-width:768px) and (max-width: 991px){ 
	.our-process .number {font-size: 70px;}
}
@media (max-width:768px){
	.step .mx-auto {margin-left: unset !important;}
}

