*{
    box-sizing: border-box;
}
*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
body {
    margin: 0;
    background-color: #000000;
    font-family: Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    color: #ffffff;
    text-align: left;
    cursor: none;
    overflow-x: hidden !important;
}
@media screen and (max-width:991px){
    body{
        cursor: pointer !important;
    }
}
li{
    list-style: none;
}
a:hover,
a:focus,
a{
    text-decoration: none;
    color: #ffffff;
    outline: none;
}
a,button{
    outline: none;
}
button:focus{
    outline: none;
}
.row{
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}
/*you-hero*/
.you-hero{
    width: 100%;
    height:100%;
    position: absolute;
    background-image:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(../img/branding-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.you-hero-txt{
    position: absolute;
    width:100%;
    height: 100%;
    z-index: 10;
    text-transform: uppercase;
    font-weight: 700;
    padding:60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.you-hero-txt p{
    font-size: 8em;
    display: block;
    width: 100%;
    text-align: center;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ffffff;
    color: transparent;
}

.you-hero-txt span{
    transition:all 0.5s ease-in-out;
}
@media screen and (min-width:1000px){
.you-hero-txt p:hover span{
    margin-right:40px;
}
}

@media screen and (min-width:1000px){
.you-hero-txt p:hover span{
    margin-right:40px;
}
}

@media screen and (max-width:1020px){
    .you-hero-txt{
        padding:20px !important;
    }
    .you-hero-txt p{
    font-size: 6em !important;
}
}
@media screen and (max-width:725px){
    .you-hero-txt p{
    font-size: 4.5em !important;
}
}
@media screen and (max-width:550px){
    .you-hero-txt{
        padding:10px !important;
    }
    .you-hero-txt p{
    font-size: 4em !important;
}
}
@media screen and (max-width:470px){
    .you-hero-txt{
        padding:10px !important;
    }
    .you-hero-txt p{
    font-size: 3em !important;
}
}
@media screen and (max-width:365px){
    .you-hero-txt p{
    font-size: 2em !important;
    color: #ffffff !important;
}
}
/*site-section*/
.site-section{
    width: 100%;
    height: auto;
    padding: 60px;
}
.sec-icon--1{
    width: 100%;
    height: auto;
    font-size: 30px;
    color: #640094;
}
.sec-icon--1:before{
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    border:3px solid #da0505;
    border-radius: 50%;
    right: 80px;
}
.sec-icon--1:after{
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    border:3px solid #ffffff;
    border-radius: 50%;
    left: 80px;
    margin-top: 50px;
}
/*top-sec*/
.top-sec{
    width: 100%;
    height: auto;
}
.top-sec-header{
    width: 100%;
    height: auto;
    text-align: center;
    text-transform: uppercase;
    padding:40px 0px;
}
.top-sec-header h3{
    margin: 0;
    padding: 0;
    font-size: 54px;
    font-weight: 700;
}
.top-sec-content{
    width: 100%;
    height: auto;
    padding:20px 0px;
}
.top-sec-content-txt{
    width: 100%;
    height: auto;
}
.top-sec-content-txt p{
    margin: 0;
    padding: 0;
    font-size: 17px;
    margin-bottom: 20px;
}
.top-sec-content-txt h3{
    font-size:20px;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    font-weight: 700;
}
.top-sec-content-txt ul{
    width: 100%;
    height: auto;
    padding:0;
    margin: 0;
    display: block;
    margin-top: 10px;
}
.top-sec-content-txt ul li{
    display: flex;
    padding:5px 0px;
    font-size:17px;
}
.top-sec-content-txt i{
    margin-right: 9px;
    margin-top: 7px;
    font-size: 10px;
}
/*rvt-row*/
@media screen and (max-width:771px){
    .rvt-row{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column-reverse;
    }
    .cct-section{
    padding: 20px 10px !important;
}
.slt-banner{
   margin-top:0px !important;
}
}
/*cct-section*/
.cct-section{
    width: 100%;
    height: auto;
    padding: 60px 10px;
}
.cct-section-banner{
    width: 80%;
    margin-left:10%;
    height:500px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius:5px;
    margin-bottom: 30px;
}
@media screen and (max-width:1000px){
    .cct-section-banner{
        height: 400px !important;
        width: 100% !important;
        margin-left: 0px !important;
    }
    .cct-section-banner:before{
        height: 300px !important;
    }
}
@media screen and (max-width:800px){
    .cct-section-banner{
        height: auto !important;
        max-height:450px !important;
    }
}
@media screen and (max-width:400px){
    .cct-section-banner:before{
        height:200px !important;
    }
}
.cct-section-banner img{
    width: 100%;
    object-fit: cover;
    height: 100%;
    border-radius: inherit;
    transition: all 0.5s ease-in-out;
}
.cct-section-banner:before{
    content: '';
    position: absolute;
    width:70%;
    height: 400px;
    border:1px solid #ffffff;
    background-color: rgba(0,0,0,0.3);
    border-radius: inherit;
    background: #000;
   background: -moz-linear-gradient(-45deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.3) 25%, transparent 50%, transparent 75%, transparent 100%);
   background: -webkit-linear-gradient(-45deg, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.3) 25%,transparent 50%,transparent 75%,transparent 100%);
   background: linear-gradient(135deg, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.3) 25%,transparent 50%,transparent 75%,transparent 100%);  
  background-size: 400% 400%;
  background-repeat: no-repeat;
  transition: all 1s ease-in-out;
  z-index: 2;
}
.cct-section-banner:hover::before{
     background-position: 100% 100%;
}
.cct-section-banner:hover img{
    transform: scale(1.2) rotate(10deg);
}

.cct-section-txt{
    width: 100%;
    height: auto;
}
.cct-section-txt h3{
    margin: 0;
    padding: 0;
    font-size: 45px;
    font-weight:700;
    padding:15px 0px;
}
.cct-section-txt .cct-line{
    display: block;
    width: 100px;
    height:3px;
    background: linear-gradient(130deg,#ff7a18,#af002d 41.07%,#319197 76.05%);
    margin-bottom: 20px;
}

.cct-section-txt p{
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    font-size: 17px;
}
.cct-section-txt p span{
    text-transform: uppercase;
    font-weight: 600;
}
.cct-section-txt h4{
    margin: 0;
    padding: 0;
    font-size: 20px;
    margin-bottom: 10px;
}
.cct-section-txt ul{
    width: 100%;
    height: auto;
    padding:0;
    margin: 0;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.cct-section-txt ul li{
    display: flex;
    padding:5px 0px;
    font-size:17px;
}
.cct-section-txt i{
    margin-right: 9px;
    margin-top: 7px;
    font-size: 10px;
}
.slt-banner{
   height: 600px;
   margin-top:90px;
}
/*sclt-section*/
.sclt-section{
    width: 100%;
    height: auto;
    padding: 60px 0px;
}
.sclt-section-txt{
    width: 100%;
    height: auto;
}
.sclt-section-txt h3{
    margin: 0;
    padding: 0;
    padding: 40px 0px;
    font-size: 54px;
    font-weight: 700;
}
.sclt-section-txt p{
    margin: 0;
    padding: 0;
    font-size: 17px;
}
/*project-section*/
.project-section{
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 10;
}

.project-section-header{
    width: 100%;
    height: auto;
    text-align: center;
    text-transform: uppercase;
    padding:40px;
}
.project-section-header h3{
    margin: 0;
    padding: 0;
    font-size: 54px;
    font-weight: 700;
}

.project-grid{
    width: 100%;
    height:auto;
    margin-top: 60px;
      display: grid;
    grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));  
      grid-template-rows:auto;
}
@media screen and (max-width:900px){
    .project-grid{
        display: block !important;
    }
    .project-card{
        height: 550px !important;
    }
}

.project-card{
    width: 100%;
    height:600px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.project-main-banner{
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.project-main-banner img{
    transform:scale(1.2);
    transition:all 0.5s ease-in-out;
}
.project-card:hover img{
    transform: scale(1);
}
.project-layer{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    transition: all 0.5s ease-in-out;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
}
.project-layer img{
    max-width:200px;
}
.project-layer p{
    font-size:30px;
    text-transform: uppercase;
    font-weight:600;
    margin: 0;
    padding: 0;
    transition: all 0.5s ease-in-out;
}
.project-card:hover .project-layer{
    background-color: rgba(0,0,0,0.2);
}
.project-card:hover .project-layer p{
    letter-spacing:5px;
}
.project-card:hover .project-layer img{
    animation:fadeInUp 0.5s ease-in-out;
}
/*site-footer*/
.site-footer{
    margin-top: 0px !important;
}