@font-face {
  font-family: orbitron-bold;
  src:  url('./fonts/orbitron-bold.otf');
}

.action-btn span {
    background: linear-gradient(264.28deg, #2323F1 -38.2%, #C72099 103.12%);
}

#scroll-top {
    background: linear-gradient(264.28deg, #2323F1 -38.2%, #C72099 103.12%);
}

body,h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6,a, button{
  font-family: 'orbitron-bold',"Readex Pro", sans-serif !important;
}

.block-banner-btn {
  position:absolute; bottom:220px; width:100%; text-align:center;
}
.block-banner-btn a {
  margin:13px;
}
.block-banner-btn img {
  height:60px;
}

.about .about__right .images {
    padding-top:40px;
}

p {
  text-align: justify;
  font-size: 16px;
  line-height:1.5;
}


.block-text .sub-heading {
  padding: 0;
  border: none;
  display: inline-block;
  margin:0 0 0 0;
  font-size: 36px;
  line-height:1.5;
  background: none;
}

h3 {
  font-size:24px;
  line-height:1.5;
}

.creation {
    padding: 0 0 100px;
    position: relative;
}

.creation .block-text {
    padding-top: 116px;
    padding-bottom: 58px;
}

.about .block-text {
    padding: 116px 0 116px 0;
}

.footer .block-text {
    padding: 116px 0 116px 0;
}

h5.title {
  font-size: 40px;
  line-height: 1.5;
}
.speciality-box {
  font-size:16px;
  line-height: 1.5;
}

.portfolio-box .content h5.title {
    font-size: 16px;
}
.portfolio-box .content p {
    font-size: 14px;
}


.creation ul, .creation li {
    list-style-type: disc;
    margin-left: 10px;
}

strong {
    font-weight: 700;
}

.banner {
  height:52vw; background-size: 100% 100%;
}


.aki-form-title{
  color:#333 !important;
}

.show-pc{
  display:block !important;
}

.show-mobile{
  display:none !important;
}


  .box p.font-aitisa {text-align: center; font-size:18px; font-weight:700;}
  .jsq {position:absolute; bottom:60px; text-align:center; width:100%; color:#fff; font-size:24px; font-weight:700;letter-spacing:3px;}

@media all and (max-width: 767px) {
  .show-pc{
    display:none !important; 
  }
  
  .show-mobile{
    display:block !important; 
  }
  .banner {
    height:182vw; background-size: 100% 100%;
  }
  .portfolio__left {
    padding-bottom:35px;
    padding-top:0!important;
  }
  .block-banner-btn {
    bottom: 220px;
  }
  .block-banner-btn a {
    margin: 5px 8px;
  }
  .block-banner-btn img {
    height: 45px;
  }
  .creation .block-text {
    padding-top: 58px;
    padding-bottom: 20px;
  }
  .about .block-text {
    padding-top: 116px;
    padding-bottom: 0;
  }
  .footer .block-text {
    padding-top: 0;
    padding-bottom: 58px;
  }
  .creation {
    padding-bottom: 58px;
  }
  .creation .portfolio__left {    
    padding-top:35px!important;
  }
  .footer {
    background-size: container;
  }
  #awards h5.title {
    font-size: 60px;
  }
  #about.about {
    padding-bottom: 50px;
  }
  .box p.font-aitisa {font-size:16px; font-weight: 700;}
  .jsq {font-size:16px; padding:15px;}
}

/* ===================================
    1.1 Columns CSS
====================================== */

.one,  .one_half,  .one_third,  .two_third,  .three_fourth, 
.one_fourth, .one_fifth, .two_fifth, .three_fifth {
    margin-right: 8%;
    float: left;
    position: relative;
    margin-bottom: 30px;
}
.one_fourth, .one_fifth, .two_fifth, .three_fifth {
    margin-right: 1%;
}
.last{
    margin-right: 0 !important;
    clear: right;
}
.one{
    float: none;
    display: block;
    clear: both;
    margin-right: 0;
}
.one_half{
    width: 46%;
}
.one_third{
    width: 28%;
}
.two_third{
    width: 64%;
}
.one_fourth{
    width: 24%;
}
.three_fourth{
    width: 73%;
}
.one_fifth{
    width: 19%;
}
.two_fifth{
    width: 39%;
}
.three_fifth{
    width: 59%;
}

.aki-form-title {
  color:#000;
}

.one_fifth img {
  max-width: 100%;
}
.new-user-field {
    color: #333 !important;
}