html{
 height:100%;
 min-height:100%;
 }
body{
  min-height:100%;
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  overflow-x:hidden;
}
.preloader{
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 100;
  background: #222;
  display: block;
}
.preload_logo{
  width: 20%;
  margin-left: 40%;
  margin-top: 200px;
}
.preload_logo .svg_to_fill{
  fill: #ffffff; 
}
.welcome{
  width: 100%;
  min-height: 100%;
  height: 100vh;
  background-color: #fffc00;
  position: relative;
  text-align: center;
}
.next_content{
  padding-top: 100px;
  width: 100%;
  position: relative;
}
.menu_wrap{
  width: 100%;
  height: 150px;
  position: fixed;
  top:0;
  z-index: 10;
  background-color: rgba( 255, 58, 26,0);
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.menu_scrink{
  height: 100px;
  background-color: rgba( 255, 58, 26,1);
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.logo_wrap{
  width: 130px;
  height: 130px;
  top:20px;
  position: relative;
  float: left;
  margin-left: 30px;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.svg_to_fill{
  fill: #231F20; 
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.menu_scrink .logo_wrap{
  width: 80px;
  height: 80px;
  top:10px;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.menu_scrink .svg_to_fill{
  fill: #ffffff; 
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.menu_scrink .svg_to_filltwo{
  fill: #ffffff; 
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.menu_scrink .lines{
  stroke-width:0;
}

.down_arrow{
  position: absolute;
  bottom:20px;
  width: 10%;
  margin-left: 45%;
  text-align: center;

  cursor: pointer;
}
.down_arrow i{
  color: #231F20;
  font-size: 50px;
}
.welcome_text{
  color: #231F20;
  width: 70%;
  margin-left: 15%;
  text-align: center;
  font-size: 44px;
  font-weight: 800;
  position: absolute;
  top:40%;
}

.menu_button{

  width: 80px;
  height: 65px;
  padding: 10px;
  float: right;
  position: relative;
  margin-right: 20px;
  z-index: 55;

}


#nav-icon2{
  width: 60px;
  height: 45px;
  position: relative;
  margin: 50px auto;
  top:-30px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}


#nav-icon2 {
}

#nav-icon2 span {
  display: block;
  position: absolute;
  height: 9px;
  width: 50%;
  background: #231F20;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon2 span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

#nav-icon2 span:nth-child(odd) {
  left:0px;
  border-radius: 9px 0 0 9px;
}

#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
  top: 0px;
}

#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
  top: 18px;
}

#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
  top: 36px;
}

#nav-icon2.open span:nth-child(1),#nav-icon2.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon2.open span:nth-child(2),#nav-icon2.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon2.open span:nth-child(1) {
  left: 5px;
  top: 7px;
}

#nav-icon2.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px;
}

#nav-icon2.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(5) {
  left: 5px;
  top: 29px;
}

#nav-icon2.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 29px;
}

.menu_scrink #nav-icon2 span {
  background: #ffffff;
}
#nav-icon2.nav_icon_out span{
background: #ffffff;
}



.mobil_menu{
  width: 300px;
  height: 100vh;
  background-color: #231F20;
  position: fixed;
  top:0px;
  z-index: 12;
  right: -300px;  
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.mobil_menu_out{
  right: 0px;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;

}

.mobil_menu ul{
  margin: 0;
  padding: 0;
  list-style: none;
  padding-left: 30px;
  margin-top: 110px;
}


.mobil_menu li a{
  color: #fff;
  font-size: 28px;
  line-height: 46px;
  font-weight: 700;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;

}
.mobil_menu li a:hover{
  color:#ff3a1a;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  text-decoration: none;
}
.section_inner_wrap{
  width: 150%;
  height: 100%;
  position: relative;
  left: 0px;

}

.section_inner{
  width: 34%;
  float: left;
  height: 100%;
   
}
.section_one{
  width: 34%;
  padding-top: 200px;
}
.section_two{
  width: 34%;
  background-size:cover;
  background-repeat: no-repeat;
  background-position: center; 
  background-color: #231F20;
}
.section_three{

  width: 32%;
  height: 100%;
  overflow-x:scroll; 
  margin-top: 120px;
  padding-left: 20px;
  padding-right: 30px;
}
.scroll_button{
  width: 60px;
  height: 60px;
  position: absolute;
  background-color: rgba(255, 58, 26,1);
  top:50%;
  margin-left: 30px;
  -webkit-border-radius: 50%;
  border-radius: 50%;  
  cursor: pointer;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.scroll_button:hover{
  -ms-transform: scale(1.3,1.3); /* IE 9 */
    -webkit-transform: scale(1.3,1.3); /* Safari */
    transform: scale(1.3,1.3); /* Standard syntax */
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;

}
.scroll_button i{
  color:#fff;
  font-size: 20px;
  text-align: center;
  line-height: 60px;
  padding-left: 16px;
}
.icon_to_close{
  display: none;
}

.welcome_section{
  background-color: #fffc00;
  position: relative;
}
.scroll_indicator{
  width: 8%;
  margin-left: 46%;
  position: absolute;
  bottom: 20px;
}
.scroll_indicator_mobile{
  display: none;
  width: 30%;
  margin-left: 35%;
  position: absolute;
  bottom: 20px;
}

.portfolio_text{
  color: #231F20;
  width: 70%;
  margin-left: 15%;
  text-align: center;
  font-size: 44px;
  font-weight: 800;
  position: absolute;
  top:25%;
}
.portfolio_text_two{
  color: #231F20;
  width: 70%;
  margin-left: 15%;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  position: absolute;
  top:70%;
}

.port_text_desk{
  display: block;

}
.port_text_mob{
  display: none;
}

.project_name{
  color: #231F20;
  text-align: left;
  font-size: 34px;
  font-weight: 700;
  line-height: 40px;
  width: 70%;
  margin-left: 15%;
  border-bottom:2px solid #ff3a1a;
  position: relative;
  padding-bottom: 20px;
}


.project_owner{
  width: 70%;
  margin-left: 15%;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  padding-top: 20px;
  position: relative;
  
}

.project_name_inner{
  color: #231F20;
  text-align: left;
  font-size: 34px;
  font-weight: 700;
  line-height: 40px;
  width: 90%;
  border-bottom:2px solid #ff3a1a;
  position: relative;
  padding-bottom: 10px;
}


.project_owner_inner{
  width: 90%;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  padding-top: 10px;
  position: relative;
  margin-bottom: 30px;
  
}
.project_link a{
  color: #ff3a1a;
  margin-top: 20px;
  font-size: 16px;
  border-bottom:1px solid rgba(255, 58, 26,0);
   -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;

}
.project_link a:hover{
  text-decoration: none;
  border-bottom:1px solid rgba(255, 58, 26,1);
   -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.greeting{
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  padding-bottom: 20px;
  border-bottom: 2px solid #222;
  width: 80%;
  margin-left: 10%;


}

.home_button{
  display: block;
  color: #ff3a1a;
  font-size: 24px;
  text-align: center;
  border:2px solid #ff3a1a;
  width: 150px;
  padding: 10px;
  text-decoration: none;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.home_button:hover{
  text-decoration: none;
  background-color: #ff3a1a;
  color:#fff;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.cbp-so-side-left .home_button{
  float: right;
  
}

.cbp-so-side-right .home_button{
  float: left;
  
}

.cbp-so-section .about_me p{
  font-size: 18px;
}
.about_me_logo{
  width: 80%;
}

.container-fluid{
  padding: 0px;
}



@media (max-width: 768px) {

  .greeting{
  font-size: 30px;
  width: 90%;
  margin-left: 5%;


}
  .cbp-so-section .about_me p{
  font-size: 14px;
}

.welcome_text{
  width: 80%;
  margin-left: 10%;
  font-size: 22px;
  top:40%;
}

.portfolio_text{
  width: 80%;
  margin-left: 10%;
  font-size: 26px;
  top:30%;
}
.portfolio_text_two{
  color: #231F20;
  width: 70%;
  margin-left: 15%;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  position: absolute;
  top:65%;
}

.down_arrow{
  width: 30%;
  margin-left: 35%;
}
.scroll_indicator{
  display: none;
}
.scroll_indicator_mobile{
  display: block;
}
.port_text_desk{
  display: none;

}
.port_text_mob{
  display: block;
}

.project_name{
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  width: 80%;
  margin-left: 10%;
  padding-bottom: 20px;
}


.project_owner{
  width: 80%;
  margin-left: 10%;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  padding-top: 20px;
  }

  .project_name_inner{
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}


.project_owner_inner{
  font-weight: 400;
  line-height: 28px;
  
}
.cbp-so-side{
  max-height: 1000px;
}
.text_three{
  width: 94%;
  margin-left: 3%;
}

}