/*!
 * Start Bootstrap - Stylish Portfolio v4.0.0-beta.3 (https://startbootstrap.com/template-overviews/stylish-portfolio)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-stylish-portfolio/blob/master/LICENSE)
 */
body,
html {
  width: 100%;
  height: 100%; }

body {
  font-family: 'Source Sans Pro'; }

.btn-xl {
  padding: 1.25rem 2.5rem; }

.content-section {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem; }

.content-section-heading h2 {
  font-size: 1.4rem; }

.content-section-heading h3 {
  font-size: 1rem;
  text-transform: uppercase; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700; }

.text-faded {
  color: rgba(255, 255, 255, 0.7); }

/* Map */
.map {
  height: 99rem; 
}
.map::after {
    display: block;
    content: "";
    clear: both;
}

@media (max-width: 992px) {
  .map {
    height: 75%; } }

.map iframe {
  pointer-events: none; }

.scroll-to-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  color: white;
  background: rgba(52, 58, 64, 0.5);
  line-height: 45px; }
  .scroll-to-top:focus, .scroll-to-top:hover {
    color: white; }
  .scroll-to-top:hover {
    background: #343a40; }
  .scroll-to-top i {
    font-weight: 800; }

.masthead {
  min-height: 30rem;
  position: relative;
  display: table;
  width: 100%;
  height: auto;
  padding-top: 6rem;
  padding-bottom: 8rem;
  background-color: #f0f1f2;
    background-image: none;
  background-size: 17% 51%;
}
.masthead .pencil {
    position: absolute;
    width: 17%;
    height: 51%;
    top: 5%;
    left: 0;
}
  .masthead h1 {
    font-size: 4rem;
    margin: 0;
    padding: 0; }
    .masthead h1 img {
        width: 50%;}
  @media (min-width: 992px) {
    .masthead {
      height: 100vh; }
      .masthead h1 {
        width: 40.5%;
    margin: 0 auto;font-size: 5.5rem;
    height: 284px;;}
      .masthead h1 img {
        width: 70%;}
      .masthead h1.logo-ie {
        height: 140px
    }
  }
@media (max-width: 414px) {
    .masthead h1 {
        display: none;
    }
    .masthead h1.logo-ie {
        display: block;
        height: 140px
    }
}
.logo-ie {
    display: none;
}
/* Side Menu */
#sidebar-wrapper {
  position: fixed;
  z-index: 2;
  right: 0;
  width: 250px;
  height: 100%;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  transform: translateX(250px);
  background: #000;
  border-left: 1px solid rgba(255, 255, 255, 0.1); }

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  margin: 0;
  padding: 0;
  list-style: none; }

.sidebar-nav li.sidebar-nav-item a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 15px; }

.sidebar-nav li a:hover {
  text-decoration: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.2); }

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none; }

.sidebar-nav > .sidebar-brand {
  font-size: 1.2rem;
  background: rgba(52, 58, 64, 0.1);
  height: 80px;
  line-height: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px; }

.sidebar-nav > .sidebar-brand a {
  color: #fff; }

.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none; }

#sidebar-wrapper.active {
  right: 250px;
  width: 250px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s; }

.menu-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #fff;
  background: #0069ab;
  line-height: 50px;
  z-index: 98; }
  .menu-toggle:focus, .menu-toggle:hover {
    color: #fff; }
  .menu-toggle:hover {
    background: #0069ab; }

.service-icon {
  background-color: #fff;
  color: #1D809F;
  height: 7rem;
  width: 7rem;
  display: block;
  line-height: 7.5rem;
  font-size: 2.25rem;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1); }

.callout.creat-01 {
  padding: 2.5rem 0 24.75rem;
  background: url("../img/creat_1.jpg");
  background-position: right right;
  background-repeat: no-repeat;
  background-size: cover; 
}
.callout.creat-01 .container {
    position: relative;
}
.callout.creat-02 {
  padding: 2.5rem 0 24.75rem;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%), url("../img/creat_2.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;}
.callout.creat-02 .container {
    position: relative;
}
  .callout h2 {
    font-size: 1.4rem;
    font-weight: 700;
    display: block;
    max-width: 30rem; }
@media (min-width: 992px) {
    .callout.creat-01 {
        padding: 2.5rem 0 24.1875rem;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%), url("../img/creat_1.png");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover; 
    }
    .callout.creat-02 {
        padding: 2.5rem 0 24.75rem;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%), url("../img/creat_2.png");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}
@media (max-width: 414px) {
    .callout.creat-01 {
        padding: 2.5rem 0 14.0415rem;
        background: url(../img/creat_1_sp.png);
        background-size: contain;
        background-repeat: no-repeat;
    }
    .callout.creat-02 {
        padding: 2.5rem 0 19.4rem;
        background: url(../img/creat_2_sp.png);
        background-size: contain;
        background-repeat: no-repeat;
        text-align: left
    }
}
@media (max-width: 375px) {
    .callout.creat-01 {
        padding: 2.5rem 0 11.5rem;
    }
    .callout.creat-02 {
        padding: 2.5rem 0 17rem;
    }
}
 .portfolio-item {
  display: block;
  position: relative;
  overflow: hidden;
  max-width: 530px;
  margin: auto auto 1rem; }
  .portfolio-item .caption {
    display: flex;
    height: 100%;
    width: 100%;
    background-color: inherit;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1; }
    .portfolio-item .caption .caption-content {
      color: #fff;
      margin: 10.2rem auto 2rem; }
      .portfolio-item .caption .caption-content h2 {
        font-size: 0.8rem;
        text-transform: uppercase; }
      .portfolio-item .caption .caption-content p {
            font-weight: 300;
          font-size: .6875rem;
          text-align: center; }
  @media (min-width: 992px) {
    .portfolio-item {
      max-width: none;
      margin: 0; }
      .portfolio-item .caption {
        -webkit-transition: -webkit-clip-path 0.25s ease-out, background-color 0.7s;
        -webkit-clip-path: inset(0px);
        clip-path: inset(0px); }
        .portfolio-item .caption .caption-content {
          transition: opacity 0.25s;
          margin: 10.2rem auto 2rem; }
      .portfolio-item img {
        -webkit-transition: -webkit-clip-path 0.25s ease-out;
        -webkit-clip-path: inset(-1px);
        clip-path: inset(-1px); }
      .portfolio-item:hover img {
        -webkit-clip-path: inset(2rem);
        clip-path: inset(2rem); }
      .portfolio-item:hover .caption {
        background-color: rgba(0, 0, 0, 0.7);
        -webkit-clip-path: inset(2rem);
        clip-path: inset(2rem); } }
@media (max-width: 414px) {
    .portfolio-item .caption {
        background-color: rgba(0, 0, 0, 0.5);
    }
}

footer.footer {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
    font-size: 1.06rem;
    background-color: #000;
}
  footer.footer .social-link {
    display: block;
    height: 4rem;
    width: 4rem;
    line-height: 4.3rem;
    font-size: 1.5rem;
    background-color: #1D809F;
    transition: background-color 0.15s ease-in-out;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1); }
    footer.footer .social-link:hover {
      background-color: #155d74;
      text-decoration: none; }

a {
  color: #1D809F; }
  a:hover, a:focus, a:active {
    color: #155d74; }

.btn-primary {
  background-color: #0069ab !important;
  border-color: #0069ab !important;
  color: #fff !important; }
  /*.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color: #155d74 !important;
    border-color: #155d74 !important; }*/

.btn-secondary {
  background-color: #000 !important;
  border-color: #000 !important;
  color: #fff !important; }
  /*.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
    background-color: #ba9106 !important;
    border-color: #ba9106 !important; }*/

.btn-dark {
  color: #fff !important; }

.btn {
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  font-weight: 700; }

.bg-primary {
  background-color: #1D809F !important; }

.text-primary {
  color: #1D809F !important; }

.text-secondary {
  color: #ecb807 !important; }

/****custom *****/
div#loader-bg {
        z-index: 99;
}
#loader-bg {
position: fixed;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
background: #FFF;
z-index: 1;
}
#loading{
position: absolute;
left: 47.5%;
top: 43%;
}
@media (max-width: 414px) {
    #loading {
        left: 43%
    }
}
.row img {
    display: block;
}
.lead {
    font-size: 1.81rem;
    margin-bottom: .8rem;
    line-height: 1;
    font-weight: 600;
}
@media (max-width: 414px) {
    .lead {
        font-size: 1.21rem;
    }
    .span {
        font-size: .8rem;
    }
}
@media (max-width: 375px) {
    .lead {
        font-size: 1.08rem;
    }
    .span {
        font-size: .68rem;
    }
}
.span {
    font-size: .8rem;
    margin-bottom: 4.25rem
}
.top-dbg {
    background: url("../img/top_dbg.png");
    background-color: #fff;
    background-repeat: repeat-x;
    width: 100%;
    height: 1.5rem;
}
#about {
    padding-top: 0;
    padding-bottom: 6rem;
}
#about h2 {
    margin: 1rem auto;
    font-weight: 600;
    font-size: 1.4rem;
}
#services {
    padding-top: 2.5rem;
    padding-bottom: 5rem;
}
#services h2 {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: #fff;
}
#services h3 {
    font-size: 2rem;
    font-weight: 300;
    margin-bottom: 5rem;
    color: #fff;
}

#services h4 {
    font-size: 1.25rem;
    font-weight: 300;
    margin-bottom: .5rem;
    color: #fff;
}
#services .text-faded {
    color: #9a9a9a;
    font-size: .88rem;
}
#services .service-icon {
    width: 170px;
    height: 170px;
}
#creative {
    padding-top: 5.5rem;
    padding-bottom: 7.625rem;
}
#creative h4{
    font-size: 1.25rem;
}
#creative p {
    font-size: .88rem;
    margin-bottom: 0;
}
#creative .mblg {
    margin-bottom: 3.7rem;
}
#portfolio {
    padding-top: 0;
    padding-bottom: 4rem;
}
#portfolio  .content-section-heading h2 {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 2rem;
    text-align: center;
}
#portfolio h2 {
    font-size: .875rem;
    font-weight: 600;
    margin-bottom: .3rem;
    text-align: center;
}
#portfolio .img-fd1 {
    padding: 55px 40px;
    background-color: #000;
}
#portfolio .img-fd2 {
    padding: 58px 94px 27px;
    background-color: #bdbdbd;
}
#portfolio .img-ft-1 {
    width: 555px;
    padding: 28px 74px;
}
#portfolio .img-ft-2 {
    width: 555px;
    padding: 50px 101px 49px;
}
@media (max-width: 1200px) {
#portfolio .img-fd2 {
    padding: 58px 87px 38px;
    background-color: #bdbdbd;
}
}
@media (max-width: 414px) {
    #portfolio .img-sp1 {
        background-color: #000;
    }
    #portfolio .img-sp2 {
        background-color: #bdbdbd
    }
    #portfolio .img-ft-1 {
            padding: 25px 31px;
    }
    #portfolio .img-ft-2 {
            padding: 25px 31px;
    }
}
#portfolio .img-fd3 {
    padding: 35px 40px;
    background-color: #eae5d5;
}
.portfolio-item .caption .caption-content {
    display: none;
}
.portfolio-item:hover .caption .caption-content {
    display: block;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
    transform: all 0.5s;
}
.creat-02 h2 {
    color: #fff;
}
#company {
    margin-top: 3rem;
    margin-bottom: 2rem;
    background-color: #f0f1f2
}
#company h2 {
    font-size: 1.4rem;
    margin-bottom: 4rem;
    color: #0069ab;
}
#company table {
    width: 100%;
    text-align: left;
    margin: 0 auto;
}
#company table tr {
    height: 2rem;
}
#company table tr th {
    vertical-align: top;
}
#company table tr td {
    vertical-align: top;
    
}
#company table tr td:first-of-type {
    width: auto;
}
@media (min-width: 992px) {
    #company table {
        width: 960px;
        text-align: left;
        margin: 0 auto;
    }
    #company table tr {
        height: 6.25rem;
    }
    #company table tr td:first-of-type {
        width: 30.5rem;
    }
}
@media (max-width: 768px) {
#company table tr {
    height: auto;
    display: block;
}
#company table tr th {
    vertical-align: top;
    display: block; 
}
#company table tr td {
    vertical-align: top;
    padding: 0.3rem 0 1rem;
}
}
div#map1 {
    height: 100%;
}
div#map2 {
    height: 100%;
}
@media (min-width: 992px) {
    div#map1 {
        height: 43rem;
    }
    div#map2 {
        height: 43rem;
    }
}
#inquiry h2 {
    text-align: center;
    font-size: 1.4rem;
    color: #999;
    margin-bottom: 3.5rem;
    margin-top: 6.75rem;
}
form.smt_ul {
    width: 100%;
    margin: 0 auto;
}
form.smt_ul .form_list {
    text-align: center;
}
form.smt_ul .form_lf {
    text-align: center;
    font-size: 1rem;
}
form.smt_ul .form_rg input {
    width: 95%;
    background-color: #e6e6e6;
    box-shadow: none;
    padding: 0 0 0 10px;
    border: none;
    height: 45px;
    margin-bottom: 3.75rem;
}
form.smt_ul textarea#data_field {
    resize: none;
    background-color: #e6e6e6;
    border: none;
    width: 95%;
    height: 11.25rem;
    margin-bottom: 3.25rem;
    padding: 10px;
}
form.smt_ul input[type="submit"] {
    background-color: #000;
    border: none;
    color: #fff;
    font-size: .95rem;
    width: 11.375rem;
    height: 2.75rem;
    margin: 0 auto 8.875rem;
}
@media (min-width: 782px) {
    form.smt_ul {
        width: 48.875rem;
        margin: 0 auto;
    }
    
}
.creat-title-left {
    position: absolute;
    width: 43%;
    right: 0%;
    top: 650%;
    text-align: left;
}
.creat-title-left h3 {
    margin-bottom: 1rem
}
.creat-title-left a {
    color: #999;
    font-size: .88rem;
    margin-top: 1rem
}
.creat-title-left a:hover,
.creat-title-left a:visited,
.creat-title-left a:active,
.creat-title-left a:focus {
    color: #999;
    text-decoration: none;
}
.creat-title-right {
    position: absolute;
    width: 43%;
    left: 0%;
    top: 650%;
    text-align: right;
}
.creat-title-right h3 {
    margin-bottom: 1rem
}
.creat-title-right a {
    color: #fff;
    font-size: .88rem;
}
.creat-title-right a:hover,
.creat-title-right a:visited,
.creat-title-right a:active,
.creat-title-right a:focus {
    color: #fff;
    text-decoration: none;
}

@media (max-width: 414px) {
    .creat-title-left {
        position: inherit;
            width: 74%;
            margin: 0 auto;
    }
    .creat-title-left h3 {
        margin-bottom: 0rem;
        padding-top: 5rem;
    }
    .creat-title-right {
        position: inherit;
            width: 74%;
            margin: 0 auto;
    }
    .creat-title-right h3 {
        margin-bottom: 0;
    }
    .portfolio-item .caption .caption-content {
        display: block;
        margin: 6.2rem auto 2rem;
    }
}