*{
	box-sizing: border-box;
	font-family: 'Barlow';
}
:root {
	--titlecolor: #424241;
	--textcolor: #939393;
	--redcolor: #DA5945; 
  }
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;font-family: 'Barlow';
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
p{color: var(--textcolor);font-size: 1vw;line-height: 1.5;}
h1,h2,h3,h4,h5,h6{color: var(--titlecolor); }
a{text-decoration: none;}
img{max-width: 100%; display: block; height: auto;}
.ty-wrapper { width: 100%; height: 100vh; display: table; background-color: #333; }
.ty-vertical { display: table-cell; vertical-align: middle; text-align: center; font-size: 25px; color: #fff; }
.w100{display: inline-block;position: relative;float: left;width: 100%;}

main {
    position: relative;
    right: 0px;
    transition: all .3s ease-in-out;
    overflow-x: hidden;
    background-color: #fff;
    transition: all .3s cubic-bezier(0.48, -0.02, 0.57, 0.95);
    z-index: 2;
}
.container{width: 1620px;max-width: 90%;position: relative;margin: 0 auto;z-index: 1;}
.container2{width: 1400px; max-width: 85%; position: relative; margin: 0 auto; z-index: 1;}
.mtop {margin-top: 100px;}
.ptop{padding-top: 100px;}
.pdn{padding: 75px 0px;}
.img100 img{ width: 100%;}
.text-center{text-align: center;}


.topBar {
    height: 100px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 50;
    transition: all .3s cubic-bezier(0.48, -0.02, 0.57, 0.95);
    background-color: transparent;
}

.topBar .container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}


.topMenu > ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.topMenu > ul > li {
    position: relative;
    margin: 0px 30px;
}

.topMenu > ul > li > a {
    position: relative;
    color: #424241;
    font-size: 1vw;
    transition: all .2s cubic-bezier(0.42, 0, 0.25, 0.99);
    padding: 15px 0px;
    display: inline-block;
    font-weight: 400;
}

.topMenu > ul > li > ul {
    position: absolute;
    top: 100%;
    left: 0px;
    width: max-content;
    background-color: #fff;
    box-shadow: 0px 5px 20px rgb(0 0 0 / 15%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    margin-top: 10px;
    transition: all .3s cubic-bezier(0.42, 0, 0.26, 1);
}

.topMenu > ul > li > ul > li {
    display: block;
}

.topMenu > ul > li > ul > li > a {
    font-size: 15px;
    color: var(--redcolor);
    padding: 12px 15px 12px 15px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #dbdbdb;
    font-weight: 500;
}

.topMenu > ul > li > ul > li:last-child > a {
    border: none;
}
.menu-trigger {
    display: none;
}

.logo {
    width: 220px;
    transition: all .2s cubic-bezier(0.42, 0, 0.25, 0.99);
    position: absolute;
    left: 0px;
    top: 0px;
}

.sliderSect {
    z-index: 1;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
.sliderSect .container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sliderSect figure {
    width: 55%;
    height: 90%;
    position: relative;
    top: -5%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


.sliderSect .items {
    height: calc(100vh - 100px);
}
.sliderSect figure img {
    width: 100%;
}

.sliderContent {
    width: 40%;
}

.sliderContent > h2, .sliderContent > h1 {
    font-size: 3.5vw;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 25px;
}

.sliderContent > h2 > span, .sliderContent > h1 > span {
    font-size: 70%;
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 300;
    position: relative;
    z-index: 1;
}
.sliderContent > h2 > span::before, .sliderContent > h1 > span::before {
    content: "";
    position: absolute;
    left: -25px;
    top: -10px;
    width: 50%;
    height: 45px;
    background-color: #f5f5f5;
    z-index: 0;
}
.sliderContent > h2 > span i {position: relative;z-index: 1;}
.sliderContent > p {
    display: inline-block;
    width: 100%;
}

.detailBtn {
    margin-top: 40px;
    display: table;
    padding: 15px 25px;
    background-color: var(--redcolor);
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    font-weight: 600;
	transition: all .2s ease-in-out;
}
.detailBtn:hover{background-color: var(--titlecolor);}
.sliderSect::before {
    content: "";
    position: absolute;
    right: 0px;
    top: -100px;
    bottom: 0px;
    width: 46%;
    background-color: #DEDAD5;
}
.detailBtn img {
    width: 22px !important;
    margin-left: 10px;
    position: relative;
    top: 1px;
}


.featuresList {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.featuresList li {
    width: 27%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    border-radius: 15px;
}

.featuresList li span {
    margin-bottom: 35px;
    padding-bottom: 35px;
    font-size: 1.5vw;
    font-weight: 600;
    position: relative;
    color: var(--titlecolor);
}

.featuresList li img {
    margin-bottom: 25px;
}

.featuresList li span::Before {
    content: "";
    position: absolute;
    left: 50%;
    width: 70px;
    height: 2px;
    background-color: #8E8E8E;
    top: 100%;
    transform: translateX(-50%);
}

.halfAboutBox {
    height: 650px;
}

.halfAboutBox article {
    width: 50%;
    float: left;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0px 5%;
    position: relative;
}

.halfAboutBox figure {
    float: left;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.halfAboutBox article h3 {
    font-size: 2.5vw;
    font-weight: 600;
    margin-bottom: 30px;
    line-height: 1.2;
    position: relative;
    z-index: 1;
    width: 100%;
    display: inline-block;
    padding-bottom: 25px;
}

.halfAboutBox article p {
    position: relative;
    z-index: 1;
    margin-bottom: 35px;
}
.halfAboutBox.reverse figure {
    float: right;
}
.halfAboutBox article p:last-child {
    margin-bottom: 0px;
}
.halfAboutBox .detailBtn {
    margin-top: 0px;
}
.halfAboutBox article h3::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    width: 100vw;
    height: 1px;
    background-color: #c9c9c9;
}
.halfAboutBox.reverse article h3::before {
    left: initial;
    right: 0px;
}
.araBnr {
    text-align: right;
    color: #fff;
    font-size: 3.5vw;
    font-weight: 500;
}
.araBnr::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    background-color: rgb(0 0 0 / 30%);
    z-index: 0;
}

.araBnr * {
    position: relative;
    z-index: 1;
}

.footerMenu ul li a:hover {
    color: #8f8f8f;
}
.footerContact ul li a:hover {
    text-decoration: none;
}

.footerTitle {
    color: #fff;
    font-size: 1.2vw;
    margin-bottom: 35px;
    display: inline-block;
    width: 100%;
    font-weight: 700;
}

.footerMenu ul {
    width: 100%;
}

.footerMenu ul li {
    margin-bottom: 20px;
}

.footerMenu ul li a {
    color: #fff;
    font-weight: 400;
    transition: all .2s cubic-bezier(0.42, 0, 0.34, 1.05);
    font-size: .8vw;
}

.footerMenu ul li:last-child {
    margin-bottom: 0px;
}

.footerContact {
    width: 100%;
}

.footerContact ul li {
    float: left;
    width: 45%;
    position: relative;
    border-right: 1px solid #fff;
    margin-right: 10%;
}

.footerContact ul li:last-child {
    border-right: 0px;
    margin-right: 0px;
}

.footerContact ul li img {
    margin-right: 20px;
}

.footerContact ul li p, .footerContact ul li a {
    color: #fff;
    font-size: 1vw;
    line-height: 1.2;
}

.footerContact ul li a {
    color: #fff;
    font-weight: 400;
    font-size: 1.7vw;
}

.footerlogo {
    width: 75%;
    margin-bottom: 20px;
}

.footerContent {
    width: 100%;
}
.ft3{width: 25%;float: left;}

.footer {
    background-color: #3E3E3E;
    overflow-x: hidden;
}

.bottom {
    width: 100%;
    display: inline-block;
    padding: 60px 0px;
    float: left;
}
.copyright {
    width: 100%;
    display: inline-block;
    float: left;
    background-color: transparent;
    text-align: center;
    color: #fff;
    font-size: 17px;
}

.footerContent p {
    color: #fff;
    font-size: .8vw;
    font-weight: 400;
    margin-bottom: 15px;
}
.bottom .container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.footerContact ul li span {
    display: block;
    color: #31363B;
    margin-bottom: 10px;
    font-weight: 400;
    width: 100%;
}

.copyright .container {
    border-top: 2px solid #fff;
    padding: 50px 0px;
}
.footerMenu {
    width: 100%;
}

.footerMenu ul {
    float: left;
    width: 50%;
}
.footerContact ul li i {
    width: 35px;
    display: inline-block;
    float: left;
    margin-right: 5px;
}
.footerContact ul {
    width: 100%;
    display: inline-block;
    margin-bottom: 25px;
}
.ft3:nth-child(3) {
    width: 40%;
    padding-right: 5%;
}
.footerContent p:last-child {
    margin-bottom: 0px;
}
.footerContent p a {
    color: #fff;
    text-decoration: underline;
}
.ft3:last-child {
    width: 17%;
}


.homeAbout {
    width: 50%;
    float: left;
    display: inline-block;
}

.homeAbout2 {
    float: right;
    width: 40%;
    padding-right: 45px;
}

.homeAbout p {
    font-size: 1.3vw;
    line-height: 1.3;
    font-weight: 400;
}
.homeAbout2 p {
    margin-bottom: 15px;
}

.homeAbout2 p:last-child {
    margin-bottom: 0px;
}

.aboutTitle {
    width: 100%;
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
}
.aboutTitle h1,.aboutTitle h2 {
    font-size: 3.5vw;
    line-height: 1.2;
    font-weight: 500;
}
.homeAbout2 p strong {
    font-weight: 600;
    color: var(--titlecolor);
}
.titleBorder{width:100%;display:inline-block;margin-bottom: 50px;text-align: left;/* letter-spacing: 1px; */}
.titleBorder span{display:inline-block;width:100%;font-size:1vw;color: #69080C;font-weight: bold;margin-bottom:0}
.titleBorder h2{font-size: 2.2vw;width: auto;display:inline-block;color: #31363B;font-weight: 300;line-height:1.3;position: relative;}
.titleBorder h2 strong{font-weight: bold;}
.titleBorder h2::Before {
    content: "";
    position: absolute;
    left: calc(100% + 50px);
    top: 50%;
    transform: translateY(-50%);
    width: 20vw;
    height: 2px;
    background-color: var(--redcolor);
}

.projectSlider, .projectSlider_2 {
    width: calc(100vw + 500px);
}


.projectBox {
    width: 90%;
    display: inline-block;
    padding: 35px 35px 90px 35px;
    background-color: #F8F8F8;
    border-radius: 15px;
    height: 100%;
}

.projectBox a {
    display: inline-block;
    width: 100%;
    color: #000;
}

.projectBox figure {
    width: 100%;
    height: 240px;
    background-size: cover;
    background-position: center;
    border-radius: 15px;
    margin-bottom: 30px;
    transition: all .5s cubic-bezier(0.42, 0, 0.18, 1.03);
}

.projectBox span {
    font-size: 1.6vw;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: all .5s cubic-bezier(0.42, 0, 0.18, 1.03);
}

.projectBox p {
    font-weight: 400;
    color: #696969;
    /* display: -webkit-box; */
    /* -webkit-line-clamp: 4; */
    /* -webkit-box-orient: vertical; */
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .5s cubic-bezier(0.42, 0, 0.18, 1.03);
    font-size: .85vw;
}

.projectBox i {
    transition: all .5s cubic-bezier(0.42, 0, 0.18, 1.03);
    padding: 15px 25px;
    background-color: transparent;
    font-size: .8vw;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    font-weight: bold;
    color: var(--redcolor);
    border: 2px solid var(--redcolor);
    border-radius: 360px;
    margin-top: 20px;
    position: absolute;
    left: 35px;
    bottom: 25px;
}

.projectBox i img {
    width: 9px !important;
    margin-left: 15px;
    transition: all .5s cubic-bezier(0.42, 0, 0.18, 1.03);
    position: relative;
    left: 0px;
}

.projectBox a:hover figure {
    box-shadow: initial;
    transform: scale(0.95);
}

.projectBox a:hover span {
    color: var(--redcolor);
}

.projectBox a:hover i img {
    left: 10px;
}

.projectCarousel .owl-nav{
    position: absolute;
    top: -95px;
    left: 49vw;
    transform: translateX(-50%);
}

.projectCarousel .owl-next,.projectCarousel .owl-prev{background-size:100%;background-repeat:no-repeat;background-position:center center;background-color:transparent!important;border:none!important;text-indent:-9999em;width: 20px;height: 40px;margin: 0 20px;position: relative;top: 50%;}
.projectCarousel .owl-next{background-image:url(../images/icons/next.png);right: 0px;}
.projectCarousel .owl-prev{background-image:url(../images/icons/prev.png);left: 0px;}

.projectCarousel .owl-stage{display: flex;}
.projectCarousel  .items {
    height: 100%;
}

.homeAbout2 img {
    position: absolute;
    right: 0px;
    top: -25px;
}



.homeCarousel .owl-dots {
    /* margin: 0 auto; */
    /* display: inline-flex; */
    /* align-items: center; */
    /* justify-content: center; */
    /* width: auto; */
    /* padding: 30px 10px; */
    /* background-color: #F8F9FA; */
    /* position: relative; */
    /* left: 50%; */
    position: absolute;
    left: 50px;
    bottom: 25px;
    width: 65px;
}

.homeCarousel .owl-dot {
    /* width: 35px; */
    /* height: 2px; */
    /* background-color: #AEAEAE; */
    /* margin: 0px 7px; */
    background: transparent !important;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.homeCarousel .owl-dot.active {
    background-color: #333;
}

.homeCarousel .owl-dot.active::before {
    opacity: 1
}
.homeCarousel .owl-dots {
    counter-reset: dots;
}
.homeCarousel .owl-dot:before {
    counter-increment: dots;
    content: ''counter(dots);
    opacity: 0;
    position: relative;
    font-size: 65px;
    font-weight: 300;
    width: 50px;
    text-align: right;
}
.homeCarousel .owl-dot span {
    display: none;
}
.total-slides {
    position: absolute;
    left: 85px;
    bottom: 25px;
    font-weight: 300;
    z-index: 1;
    font-size: 65px;
    opacity: .3;	
}

.dotsProject {
    position: absolute;
    right: 2%;
    bottom: 5%;
    background-color: #fff;
    width: 350px;
    padding: 10px 30px;
    z-index: 2;
}

.dotsProject a {
    display: flex;
    align-items: center;
    position: relative;
    color: var(--titlecolor);
    border-bottom: 1px solid #DEDAD5;
    padding: 20px 0px;
    width: 100%;
}

.dotsProject a i {
    width: 35px;
    font-size: 18px;
    color: #a1a1a1;
}

.dotsProject a span {
    width: calc(100% - 35px);
    font-size: 19px;
}

.dotsProject a:last-child {
    border-bottom: 0px;
}
.projectBox ul li {
    color: var(--titlecolor);
    font-size: 1vw;
    line-height: 1.5;
    font-weight: 600;
    position: relative;
    padding-left: 30px;
    width: 100%;
    display: inline-block;
}
.projectBox ul li::before{content: "";background-image: url(../images/icons/check.png);position: absolute;left: 0px;top: 5px;width: 20px;height: 20px;background-size: 100%;background-position: left top;background-repeat: no-repeat;}
.projectBox ul {
    display: inline-block;
    width: 100%;
    margin-top: 5px;
}
.topMenu > ul > li:last-child {margin-right: 0px;}