 body {
    color: #566787;
    background: #f5f5f5;
    font-family: 'Varela Round', sans-serif;
    font-size: 16px;
  }
 

a {
  color: #121119;
  text-decoration: none;
  background-color: transparent;
}
/* Header Banner */
body.inner-page {
    padding-top: 87px;
}
 header {
      background-color: transparent;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
  }
  .inner-page header{
    background-color: #fff;
        position: fixed;
    left: 0;
    top: 0;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
  }
  body.inner-page nav.navbar {
    padding: 0;
}
  header nav .navbar-nav a.nav-link, .navbar-light .navbar-nav .nav-link {
      display: block;
      padding: 20px 20px !important;
      color: #fff;
      position: relative;
  }
  .inner-page header nav .navbar-nav a.nav-link, .inner-page .navbar-light .navbar-nav .nav-link{
    color: #121119 !important;
  }
  .inner-page header nav .navbar-nav a.nav-link:hover, .inner-page header nav .navbar-nav a.nav-link.active:hover{
    color: #121119 !important;
  }
  .inner-page header nav .navbar-nav a.nav-link.active:after, .inner-page .navbar-light .navbar-nav .nav-link:hover:after{
    content: '';
    position: absolute;
    bottom: 18px;
    left: 0;
    width: calc(100% - 40px);
    height: 1px;
    background-color: #121119 !important;
    right: 0;
    margin: 0 auto;
  }
  header .logo img {
    width: 137px;
}
header .logo .color-logo{
  display: none;
}
 header .animated .logo .color-logo{
  display: block;
 }
  header .animated .logo .white-logo{
  display: none;
 }
 header .navbar-light.animated .navbar-nav .nav-link:hover:after, header .navbar-light.animated .navbar-nav .nav-link.active:after{
  background-color: #121119;
 }
header .navbar-light .navbar-nav .nav-link:hover, header .navbar-light .navbar-nav .nav-link.active, header .navbar-light .navbar-nav .nav-link:focus{
  color: #fff;
}
 header .navbar-light .navbar-nav .nav-link:hover:after, header .navbar-light .navbar-nav .nav-link.active:after{
    content: '';
    position: absolute;
    bottom: 18px;
    left: 0;
    width: calc(100% - 40px);
    height: 1px;
    background-color: #fff;
    right: 0;
    margin: 0 auto;
}

body.home nav.navbar {
    top: 0;
    position: fixed;
    left: 0;
    width: 100%;
    background-color: transparent;
    border: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

body.home nav.navbar.animated {
    background-color: #fff;
    box-shadow: 0 4px 4px -2px rgb(0 0 0 / 15%);
    padding: 0;
}

body.home nav.navbar.animated a.nav-link {
    color: #121119;
}

  .b-content {
	padding: 10% 0;
	position: relative;
	z-index: 9;
  }

  .b-content h1 {
      font-size: 4.125rem;
          color: #fff;
    text-align: center;
  }
/*****************/


/* Team Page */
  .u-container-layout {
      padding: 30px;
      position: relative;
      max-width: 100%;
      display: block;
      min-height: 368px;
          margin: 50px 0;
  }
  section.our-team {
     padding: 60px 0;
    background-color: #fff;
  }

  .u-image-circle {
      width: 308px;
      height: 308px;
      background-image: url(https://aui.atlassian.com/aui/latest/docs/images/avatar-person.svg);
      background-position: 50% 50%;
      margin: 0 auto 0 0;
      border-radius: 50% !important;
      object-fit: cover;
      display: block;
      vertical-align: middle;
      background-size: cover;
      background-repeat: no-repeat;
  }

  .u-container-layout h2 {
      margin: -276px 0 0 347px;
      word-wrap: break-word;
      position: relative;
      font-weight: bold;
  }

  .u-container-layout h3 {
      text-transform: uppercase;
      font-size: 3rem;
      margin: -276px 0 0 347px;
      word-wrap: break-word;
      position: relative;
      color: #121119;
  }
  .u-container-layout h4 {
      color: #ef4366 !important;
      font-weight: 700;
      font-size: 1.125rem;
      letter-spacing: 1px;
      margin: 20px 0 0 347px;
  }

  .u-container-layout p {
      margin-left: 347px;
      margin-right: 0;
      margin-bottom: 0;
      margin-top: 20px;
  }
  section.content-t img {
      width: 100%;
  }

  section.content-t {
      padding: 80px 0;
  }

  section.content-i {
      padding: 20px 0;
  }

  section.content-t h2 {
      font-size: 2.125rem;
          color: #000000;
      margin-bottom: 1.25rem;
      font-weight: 600;
  }

  .banner{
    background: #5F451A;
          color: #fff;
  }


/* Home */

.home-banner{
    background: #5F451A;
  }
  .home-banner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
  .home-banner .b-content {
      padding: 21% 0 15% 0;
  }

 .home-banner .index-content {
      padding: 10% 0 6% 0;
  }

  .home-banner .b-content h1 {
      font-size: 4.125rem;
          color: #fff;
    text-align: left;
    font-weight: 600;
  }

  .home-banner .b-content p, .home-banner .index-content p  {
    font-size: 18px;
    color: #fff;
    letter-spacing: .06875rem;
    margin: 0 0 2.1875rem;
    line-height: 1.3;
   }
  
 @media screen and (min-width: 800px) {
	.home-banner .index-content p  {
		width: 68%;
	} 

}	 

/* Contact */

  .dbox .icon {
          width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #2553b8;
    margin: 0 auto;
    margin-bottom: 0;
    min-width: 60px;
    margin-right: 22px;
  }
  .dbox .icon span {
    font-size: 20px;
    color: #fff;
}
.text p {
    margin-bottom: 1.4rem;
    width: 90%;
        margin-bottom: 6px;
}
.text {
    width: 100%;
}
.dbox {
    margin-top: 20px;
    margin-bottom: 40px;
}
section.contact .col-md-6 {
    background-color: #f8f9fa;
    padding: 0;
}
section.contact .col-md-6.contact-detail {
    padding: 70px 10px 70px 80px;
}
section.contact {
        padding: 60px 0;
    background-color: #fff;
}
section.contact .row {
    box-shadow: 0 0 32px rgb(0 0 0 / 10%);
}
/****************/
  

/* Career */
section.career {
    padding: 60px 0;
    background-color: #fff;
}

section.career h1 {
    font-size: 3.125rem;
    margin-bottom: 30px;
    background-color: #2553b8;
    color: #fff;
    padding: 11px 11px 18px 11px;
    text-align: center;
    line-height: 1;
        margin-left: -40px;
    margin-right: -40px;
}
.cc-content {
    background-color: #f8f9fa;
    padding: 0;
}
.cc-content h2 {
    font-size: 24px;
}
.card button.btn-link:focus {
    box-shadow: none !important;
}

.card button.btn-link {
    background-color: #121119;
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    font-weight: 600;
    padding: 6px 20px 9px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.card button.btn-link span {
    font-weight: 100;
    font-size: 20px;
}

.card-header {
    padding: 0;
}

.card {
    border: none;
        margin: 12px 0;
}

.card-body {
    background-color: #f8f9fa;
}


  /*****************/


.logo__icon {
    fill: #34e0a1;
}
.logo__text {
    fill: #006390;
}
section.logos {
    padding: 80px 0;
        background-color: #000000;
}

section.bottomlogo {
    padding: 30px 0;
    background-color: #000000;
}

section.logos ul li svg, section.logos ul li img, section.logos ul li object {
   max-width: 146px;
    width: 100%;
    margin: 0 auto;
}

section.logos ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    justify-content: center;
    align-items: center;
}

section.logos ul li {
    margin: 8px;
    height: 100px;
    width: 206px;
    display: flex;
    align-items: center;
    background-color: #e8e8e8;
    line-height: 100px;
    padding: 8px 25px;
    border-radius: 8px;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    border: 1px solid #d5d5d5;
}
section.logos ul li:hover{
  box-shadow: 0px 10px 30px rgb(0 0 0 / 30%);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}
section.logos h1 {
    text-align: center;
    font-weight: 600;
    font-size: 2.125rem;
    color: #ffffff;
    margin-bottom: 1.25rem;
}

section.logos p {
    text-align: center;
    margin-bottom: 3rem;
}

/* Project */

.projects h1 {
    font-size: 2.125rem;
    color: #121119;
    margin-bottom: 2.25rem;
    font-weight: 600;
}
.pro-bg {
       min-height: 149px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: #e8e8e8;
    margin-bottom: 26px;
    border-radius: 15px;
}
.pro-set {
    margin-bottom: 40px;
}
.content-t.projects .pro-set p {
    font-size: 14px;
}
.content-t.projects .pro-set h2 a {
    font-size: 24px;
    color: #121119;
}
.nav-container{
  justify-content: flex-end;
}

/* Footer */

  .footer-contact-section {
    background-color: #e8e8e8;
    text-align: center;
    padding: 1.875rem 0;
    border-top: 1px #A5B1AA solid
}

@media print {
    .footer-contact-section {
        border-color: #b8b8b8
    }
}

.footer-contact-section ul {
    text-align: center;
    display: flex;
    padding: 0 0 7px 0;
    justify-content: space-between;
    align-items: center;
}

.footer-contact-section li {
    display: inline-block;
    margin: 0.6625rem 0;
}

.footer-contact-section a {
    padding: .625rem 0
}

.footer-contact-section li,.footer-contact-section a {
    color: #333;
    font-size: 16px
}
.footer-contact-section ul a {
    padding: 0 0 0 8px;
    font-size: 30px;
    color: rgb(0 126 212);
    transition: 0.3s all;
}

.footer-contact-section ul a:hover {
    color: rgba(51,51,51,1);
}


.footer-contact-section_print {
    margin-top: -1.5625rem
}

.footer-media-section ul {
    width: 100%;
    text-align: center
}

.footer-media-section li {
    display: inline-block;
    margin: 0 0 .875rem .875rem;
    opacity: 0.5;
    transition: all 300ms ease-out
}

.footer-media-section li:first-of-type {
    margin-left: 0
}

.footer-media-section li:hover {
    opacity: 1
}

.social-media {
    color: #F1F0ED;
    font-size: 1.25rem;
    display: block
}

.footer-media-icon {
    display: block;
    width: 2.8125rem;
    height: 2.8125rem;
    background-position-y: top;
    margin-bottom: .625rem
}

.social-media-text {
    display: none
}

.social-media:hover {
    text-decoration: none;
    color: #333
}

@media only screen and (min-width: 40.0625em) {
    .footer-media-section {
        float:right
    }

    .site-footer-figure-block+.site-footer-link-blocks {
        width: 60%
    }

    .site-footer-figure-block {
        width: 40%;
        float: left
    }

    .site-footer-figure-block img {
        width: 100%;
        margin: 0
    }

    .site-footer-link-blocks {
        padding-bottom: 2.5rem
    }

    .footer-media-icon {
        width: 2.8125rem;
        height: 2.8125rem
    }

    .footer-contact-section {
        padding-bottom: .3125rem;
        padding-top: .3125rem
    }
}
section.footer-contact-section {
    overflow: hidden;
}


/* Media Quries */

@media(max-width: 991px){
  header nav .navbar-nav a.nav-link, .navbar-light .navbar-nav .nav-link{
    padding: 20px 14px !important;
    font-size: 15px;
  }
  .u-image-circle{
    width: 208px;
    height: 208px;
  }
  .u-container-layout h3{
        margin: -276px 0 0 250px;
        font-size: 2rem;
  }
  .u-container-layout h4{
    margin: 20px 0 0 250px;
  }
  .u-container-layout p{
        margin-left: 250px;
  }
}

@media(max-width: 767px){
  .container {
      max-width: 100%;
  }
  .navbar-light .navbar-toggler{
    background-color: #fff;
  }
  .navbar-nav {
      background-color: #fff;
  }
  header nav .navbar-nav a.nav-link, .navbar-light .navbar-nav .nav-link {
      padding: 14px !important;
      color: #000;
      border-top: 1px solid #e9e9e9;
      text-align: center;
  }
  body.home nav.navbar.animated{
        padding: 0 15px;
  }
  .home-banner .b-content p{
    width: 100%;
    font-size: 16px;
  }
  .home-banner .b-content {
      padding: 130px 0 9% 0;
  }
  body.inner-page nav.navbar {
      padding: 0 15px;
  }
  .inner-page .navbar-light .navbar-nav .nav-link.active {
      color: #fff !important;
      background-color: #0078d4;
  }
  section.contact .col-md-6.contact-detail {
    padding: 70px 10px 70px 10px;
  }
  .b-content h1{
    font-size: 2.525rem;
  }
  .u-container-layout{
    margin: 0;
    padding: 30px 15px;
  }
  .u-container-layout h3{
        font-size: 2rem;
      margin: 14px 0 0 0;
      text-align: center;
  }
  .u-container-layout h4{
        margin: 10px 0 0 0;
        text-align: center;
  }
  .u-container-layout p {
      margin-left: 0;
      text-align: center;
  }
  .u-image-circle {
      margin: 0 auto;
  }
}