body{
    background-color: #C8C9C7;
}

.home_logo{
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 1000;
    background-color: #C8C9C7;
}

.home_logo img{
    position: absolute;
    top:0px;
    right:0px;
    bottom:0px;
    left:0px;
    margin: auto;
    width:65%;
    max-width: 600px;
    margin: auto;
}

.scrollbar_wrapper{
    position: fixed;
    left: 0px;
    top: 0px;
    right:0px;
    bottom:0px;
    margin: auto;
    overflow: hidden;
    transform: translateZ(0);
    z-index: 1;
}

#my-scrollbar {
    position: fixed;
    left: 0px;
    top: 0px;
    right:0px;
    bottom:0px;
    margin: auto;
}

#my-scrollbar.noscroll {
    pointer-events: none;
}

.scroll_section{
    position: relative;
}

[data-scrollbar] .scrollbar-track, [scrollbar] .scrollbar-track, scrollbar .scrollbar-track {
    opacity:0 !important
}

[data-scrollbar] .scrollbar-track-y, [scrollbar] .scrollbar-track-y, scrollbar .scrollbar-track-y {
    width: 14px;
    background-color: rgba(0,0,0,0.1);
}

[data-scrollbar] .scrollbar-thumb, [scrollbar] .scrollbar-thumb, scrollbar .scrollbar-thumb {
    right:0px;
    left:0px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(255,255,255,0.6);
}


.full_content_wrapper{
    position: relative;
}

.content_wrapper{
    padding: 60px 120px;
    position: relative;
}

.content_wrapper2{
    padding: 60px 120px 120px 120px;
    position: relative;
}


.section_arrow{
    width:25px;
    height:25px;
    position: absolute;
    bottom:120px;
    margin: auto;
    z-index: 2;
    display: block;
	-webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.section_arrow:hover{
    opacity: 0.5;
}

.home_content .section_arrow{
    left:0px;
    right:0px;
    bottom:60px;
}

.section_arrow::before{
    content:"";
    width:15px;
    height:15px;
    position: absolute;
    top:0px;
    bottom:0px;
    right:0px;
    left:0px;
    border-bottom:3px solid #fff;
    border-right:3px solid #fff;
    transform: rotate(45deg);
    margin: auto;
}

.black_section_arrow::before{
    border-bottom:3px solid #000;
    border-right:3px solid #000;
}

.section_arrow::after{
	-webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content:"";
    width:3px;
    position: absolute;
    height:22px;
    bottom:3px;
    right:0px;
    left:0px;
    margin: auto;
    background-color: #fff;
}

.section_arrow:hover::after{
    height:40px;
    top:auto;
}

.black_section_arrow::after{
    background-color: #000;
}

.section_bg{
    position: absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    overflow: hidden;
}

.section_bg .bg{
    position: absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    background-position: center center;
    background-size: cover;
    opacity:0.4;
}

.section_name{
    font-weight: 300;
    position: relative;
}

.home_content{
    width:100%;
    height:100%;
    display: flex;
    align-items: flex-end;
}

.home_content .content_wrapper{
    padding: 140px 120px;
}


.home_content .bg_wrapper{
    position: absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    overflow: hidden;
}

.home_content .bg_wrapper .bg{
    position: absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    background-position: center center;
    background-size: cover;
    opacity:0.4;
}


.home_content .video_wrapper{
    position: absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    overflow: hidden;
}

.home_content .video_wrapper video{
    position: absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    object-fit: cover;
    object-position: center center;
}


.home_content .text_wrapper{
    position: relative;
    z-index: 1;
    color:#fff;
    font-weight: 500;
}

.home_content .text_wrapper .t1{
    font-weight: 400;
}

.home_content .text_wrapper .t1 + .t2{
    margin-top: 10px;
}

.text_layout1{
    width: 100%;
    margin-top: 120px;
    padding-bottom: 140px;
}

.text_layout1 .title{
    font-weight: 500;
    max-width: 990px;
}


.text_layout1 .description{
    margin-top: 50px;
    max-width: 570px;
}


.text_layout2{
    width: 100%;
    margin-top: 120px;
    padding-bottom: 140px;
    position: relative;
}

.text_layout2 .title{
    font-weight: 500;
    max-width: 990px;
}

.text_layout2 .description{
    margin-top: 50px;
    max-width: 570px;
}

.text_layout3{
    width: 100%;
    margin-top: 120px;
    padding-bottom: 140px;
    position: relative;
}

.text_layout3 .title{
    font-weight: 500;
    max-width: 990px;
}

.text_layout3 .description{
    margin-top: 50px;
    max-width: 570px;
}

.partners_popup_btn_item_wrapper{
    border-bottom:1px solid #000;
}

.section_name + .partners_popup_btn_item_wrapper{
    margin-top: 120px;
}

.partners_popup_btn_item_wrapper .popup_btn{
	-webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-top:1px solid #000;
    padding: 25px 0px;
    display: block;
    cursor: pointer;
}


.partners_popup_btn_item_wrapper .popup_btn_item .title{
    float: left;
    font-weight: 500;
}


.partners_popup_btn_item_wrapper .popup_btn_item .name{
    font-weight: 500;
}

.partners_popup_btn_item_wrapper .popup_btn:hover{
    opacity: 0.25;
}


.partners_popup_btn_item_wrapper .popup_btn_item+.popup_btn_item{
}

.contact_content .title{
    font-weight: 500;
}

.contact_content .form_wrapper{
    margin-top: 40px;
}

.contact_content .input_wrapper{
    position: relative;
    display: block;
    border-bottom:1px solid #000;
}

.contact_content input{
    background: none;
    border:none;
    padding: 20px 0px;
    width:100%;
    line-height: 1em;
}

.contact_content .submit_btn{
    position: relative;
    margin: auto;
    z-index: 1;
    cursor: pointer;
    display: block;
    margin-bottom: 20px;
	-webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.contact_content .submit_btn:hover{
    opacity: 0.5;
}

.contact_content .submit_btn::before{
    content:"";
    width:15px;
    height:15px;
    position: absolute;
    top:0px;
    bottom:0px;
    right:3px;
    border-top:3px solid #000;
    border-right:3px solid #000;
    transform: rotate(45deg);
    margin: auto;
}

.contact_content .submit_btn::after{
	-webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content:"";
    height:3px;
    position: absolute;
    top:0px;
    bottom:0px;
    right:3px;
    width:22px;
    margin: auto;
    background-color: #000;
}


.contact_content .input_wrapper:hover .submit_btn::after{
    width:40px;
}


.popup{
    display: none;
    position: fixed;
}

.partner_popup{
    width:100%;
    height:100%;
    right:0px;
    top:0px;
    position: fixed;
    background-color: rgba(0,0,0,0.75);
    z-index: 999;
}

.popup_close_bg{
    position: absolute;
    width:100%;
    height:100%;
    right:0px;
    top:0px;
    cursor: pointer;
}

.popup_content{
	-webkit-transition: all 1.2s ease;
    transition: all 1.2s ease;
    width:50%;
    height:100%;
    right:-50%;
    top:0px;
    position: absolute;
}

.active .popup_content{
    right:0%;
}

.popup_scroll{
    width:100%;
    height:100%;
    right:0px;
    top:0px;
    overflow: auto;
    height:100%;
}

.popup_spacing{
    padding: 120px 60px;
    position: relative;
}

.popup_content .title{
    font-weight: 500;
}

.popup_content .name{
    margin-top: 20px;
    font-weight: 500;
}

.popup_content .name:first-child{
    margin-top: auto;
}

.popup_content .profile_thumbnail{
    margin-top: 60px;
}

.popup_content .profile_thumbnail img{
    width:100%;
}

.popup_content .free_text{
    margin-top: 60px;
}

.popup_close{
	-webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    top:40px;
    right:60px;
    line-height: 1em;
    opacity: 0.5;
    padding-right: 35px;
    color:#fff;
    cursor: pointer;
}

.popup_close:hover{
    opacity: 1;
}

.popup_close::before{
    content:"";
    position: absolute;
    width:25px;
    height:3px;
    top:0px;
    right:0px;
    bottom:0px;
    margin: auto;
    background-color: #fff;
    transform: rotate(-45deg);
}

.popup_close::after{
    content:"";
    position: absolute;
    width:25px;
    height:3px;
    top:0px;
    right:0px;
    bottom:0px;
    margin: auto;
    background-color: #fff;
    transform: rotate(45deg);
}



@media screen and (max-width: 1023px) {

.popup_spacing {
  padding: 120px 20px;
}

.popup_content {
  width: 100%;
}

.popup_close {
  top: 20px;
  right: 20px;
}

.content_wrapper{
    padding: 20px ;
}

.content_wrapper2{
    padding: 60px 20px;
    padding-top: 20px;
}
.home_content .content_wrapper {
  padding: 100px 20px;
}

.contact_content{
    width: 100%;
}

.section_arrow{
    bottom:120px;
    display: block;
}


.home_content .text_wrapper .t1 + .t2{
    margin-top: 5px;
}
.home_content .section_arrow {
  bottom: 40px;
}

.text_layout1, .text_layout2{
    padding-bottom: 180px;
}

.text_layout1 .title{
    width: auto;
    float: none;
}

.text_layout1 .description{
    width: auto;
    float: none;
}

.text_layout2 .title{
    width: auto;

}

.text_layout2 .description{
    width: auto;
}

.partners_popup_btn_item_wrapper .popup_btn_item .title {
    font-weight: 400;
    float: none;
}

.contact_content .form_wrapper {
  margin-top: 15px;
}

.contact_content input {
  padding: 10px 0px;
}

}


@media screen and (max-width: 480px) { 

.profile_thumbnail{
    width:100%;
}

}
