@charset "UTF-8";
/*!
 * Bootstrap  v5.2.3 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
    body, html {
      font-family: 'Open Sans', sans-serif;
      text-rendering: optimizeLegibility !important;
      -webkit-font-smoothing: antialiased !important;
      color: #666;
      font-weight: 400;
      width: 100% !important;
      height: 100% !important;
    }
    hr {
      height: 3px;
      width: 70px;
      text-align: center;
      position: relative;
      background: #FFA121;
      margin: 0 auto;
      margin-bottom: 20px;
      border: 0;
      opacity: 1;
    }
    #menu {
      padding: 20px;
      transition: all 0.8s;
    }
    .on {
      background-color: #333 !important;
      padding: 0 !important;
      padding: 15px 0 !important;
    }
    #menu a.navbar-brand {
      font-size: 26px;
      font-weight: 600;
      color: #fff;
    }
    #menu a.navbar-brand em {
      font-size: 22px;
      font-weight: 400;
      font-style: normal;
      margin-left: 3px;
    }
    @media (min-width: 992px) {
      #menu .navbar-collapse {
        display: block!important;
      }
      #menu .navbar-collapse ul {
        float: right;
      }
    }
    #menu.navbar-dark .navbar-nav > li > a {
      text-transform: uppercase;
      color: #fff;
      font-size: 15px;
      font-weight: 400;
      letter-spacing: 1px;
      padding: 8px 2px;
      border-radius: 0;
      margin: 11px 20px 0 20px;
    }
    .intro {
      display: table;
      width: 100%;
      overflow: hidden;
      padding: 0;
      background-color: #000;
      background-size: cover;
      background-position: top center;
      background-repeat: no-repeat; 
    }
    .bd-office-business-park {
      background: url('/theme/CODEBRILL/mobile/img/Office-Business-Park-1920x1080.jpg');
    }
    .intro .overlay {
      background: rgba(0, 0, 0, 0.55);
    }
    .intro p {
      color: rgba(255, 255, 255, 0.6);
      font-size: 20px;
      letter-spacing: 8px;
      line-height: 28px;
      font-weight: 200;
      margin-top: 20px;
    }
    .intro h2 {
      color: #fff;
      font-size: 60px;
      line-height: 60px;
      font-weight: 700;
      letter-spacing: -1px;
      text-transform: uppercase;
      margin-top: 30px;
    }
    header .intro-text {
      padding-top: 260px;
      text-align: center;
      margin-bottom: 190px;
    }
    #about {
      padding: 90px 0 60px 0;
      background: #f6f6f6;
    }
    #about .about-text, #about .about-desc {
      margin-bottom: 40px;
    }
    #about h3 {
      font-family: 'Noto Sans KR', sans-serif;
      font-size: 22px;
      font-weight: 500;
      padding: 0;
      margin: 20px 0 0 0;
    }
    #about hr {
      margin: 1rem 0;
    }
    #about p {
      font-family: 'Noto Sans KR', sans-serif;
      color: #333;
      font-weight: 400;
      line-height: 24px;
      margin-top: 18px;
    }
    #about .about-media img {
      position: relative;
      display: block;
      width: 100%;
      height: auto;
    }
    .btn-custom {
      font-family: 'Noto Sans KR', sans-serif;
      color: #fff;
      background-color: #FFA121;
      padding: 13px 33px 15px 33px;
      border-radius: 0;
      letter-spacing: -0.5px;
      margin: 0;
      font-size: 17px;
      font-weight: 400;
      margin-top: 20px;
      transition: all 0.2s;
    }
    .btn-custom:hover, .btn-custom:focus, .btn-custom.focus, .btn-custom:active, .btn-custom.active {
      color: #fff;
      background-color: #FFA121;
    }
    #services {
      padding: 90px 0 57px 0;
      background: #FFA121;
    }
    #services .section-title {
      margin-bottom: 56px;
    }
    #services h2 {
      color: #fff;
      font-weight: 600;
    }
    #services hr {
      background: rgba(255,255,255,1);
      margin-bottom: 30px;
    }
    #services p {
      color: #fff;
      font-family: 'Noto Sans KR', sans-serif;
    }
    #services p.sub1 {
      font-size: 20px;
      font-weight: 200;
      margin: 0;
      padding: 0;
    }
    #services .text-center .icon {
      width: 90px;
      height: 90px;
      display: table;
      text-align: center;
      margin: 0 auto 40px auto;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      border: 1px solid rgba(255, 255, 255, 0.8);
      background: #FFA121;
    }
    #services .text-center .icon svg {
      display: table-cell;
      vertical-align: middle;
      height: 90px;
      font-size: 40px;
      font-style: normal;
      line-height: 40px;
      color: #fff;
      fill: currentColor;
      text-align: center;
      margin: 0 auto;
    }
    #services .service-desc {
      margin: 10px 10px 40px;
      text-align: center;
    }
    #services p {
      color: #fff;
      font-family: 'Noto Sans KR', sans-serif;
    }
    #services p.sub2 {
      font-size: 22px;
      font-weight: 500;
      padding: 0;
      margin: 20px 0 0 0;
    }
    #services p.sub3 {
      font-size: 15px;
      font-weight: 300;
      line-height: 20px;
      margin-top: 7px;
    }
    #teams {
      display: table;
      width: 100%;
      padding: 0;
      background: #222;
    }
    #teams.bg-4542406 {
      background-size: cover;
      background-position: top center;
      background-repeat: no-repeat; 
      background: url('/theme/CODEBRILL/mobile/img/4542406.jpg');
    }
    #teams .overlay {
      display: flex;
      padding: 83px 0 32px 0;
      background: rgba(0, 0, 0, 0.75);
    }
    #teams .section-title {
      margin-bottom: 70px;
    }
    #teams h2 {
      color: #fff;
      font-weight: 600;
    }
    #teams .card {
     background: transparent;
    }
    #teams .card h5 {
      color: #eee;
    }
    #teams .card p {
      color: #7c7c7c;
    }
    #portfolio {
      padding: 83px 0 85px 0;
      background: #FFF;
    }
    #portfolio .section-title {
      margin-bottom: 70px;
    }
    #portfolio .section-title h2 {
      margin: 0 0 20px 0;
      font-weight: 600;
      font-size: 36px;
      color: #333;
    }
    #contact {
      padding: 28px 0 15px 0;
      background: #FFA121;
    }
    #contact .contact-info { 
      width:auto;
    
    }
    @media (min-width: 992px) {
      #contact .col-md-4 {
        float: left;
      }
    }
    #contact h3 {
      text-transform: uppercase;
      font-size: 17px;
      font-weight: 600;
      color: #fff;
      letter-spacing: 1px;
      padding: 0;
      margin-bottom: 2px;
    }
    #contact .contact-item {
     margin: 0 0 40px 0;
     padding: 0;
    }
    #contact .contact-item p {
      color: #fff;
      font-family: 'Noto Sans KR', sans-serif;
      font-size: 14px;
      letter-spacing: normal;
      font-weight: 200;
    }
    #footer {
      background: #32271A;
      padding: 45px 0 60px 0;
    }
    #footer p {
      color: #A99275;
      font-size: 13px;
    }
