@font-face {
  font-family: 'Helvetica Neue bold';
  src: url('../fonts/HelveticaMedExt.ttf');
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,700;0,900;1,300;1,400&display=swap');
.h2-desk {
  font-family: 'Helvetica Neue bold';
}
body,
a {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-size: 16px;
  color: #000;
}
.navbar-default {
  background-color: #d29d4a !important;
}
.navbar-default a {
  color: #04181f;
}
.span-btn {
  background: #fff;
  padding: 5px 25px;
  border-radius: 15px;
  margin-top: 30px;
  box-shadow: 2px 3px 6px 0px;
}
.feature1 h2 {
  padding-bottom: 30px;
}
.span-btn a {
  color: #000;
  text-decoration: none;
}
.span-btn a:hover {
  text-decoration: none;
  color: #000;
}
ul.navbar-nav {
  max-width: max-content;
  margin: auto;
  float: unset;
}
a {
  text-decoration: none;
}
.navbar-nav a:hover {
  color: #fff !important;
  text-decoration: none !important;
}
#banner-desk {
  position: relative;
}
#mark-img {
  position: absolute;
  top: 0;
  left: 0;
}
section {
  margin-top: 70px;
}
h3.font15 {
  font-size: 15px;
}
.col-txt-center {
  text-align: center;
}
h4.sub-title {
  font-size: 12px;
  font-weight: bold;
  color: #d29d4a;
  text-transform: inherit !important;
  font-style: italic;
}
.col-txt-center {
  border-right: 1px solid #d5d1d1;
}
.col-txt-center:last-child {
  border-right: none;
}
#logo {
  margin: auto;
}

.nav-primary-menu {
  width: 100%;
  height: 70px;
  background-color: #d29d4a;
  text-align: center;
}
.nav-primary-menu ul {
  list-style: none;
  line-height: 70px;
}
.nav-primary-menu ul li {
  display: inline-block;
  margin: 0 20px;
}
.nav-primary-menu ul li a {
  color: #000;
  text-decoration: none;
  font-size: 29px;
  text-transform: uppercase;
}
.img-colum-left {
  width: 50%;
  float: left;
}
.content-colum-rigth {
  width: 50%;
  float: left;
  padding: 10%;
}
#tb-no-border tr td {
  border: none;
  padding: 10px 0;
  vertical-align: top;
}
#tb-no-border tr td .fa {
  min-width: 15px;
}
td.td-title {
  width: 30%;
  font-weight: 900;
}
.content-exp {
  width: 100%;
  margin: auto;
  max-width: 355px;
  letter-spacing: 0;
}
#nav-mobile {
  position: fixed;
  left: 0;
  display: none;
  z-index: 9;
  height: 0;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.row {
  margin: 0;
}
#banner-mobile,
.expirtise-mobile {
  display: none;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 3px;
  border-radius: 5px;
  background: #fff;
}
#desk-mobile {
  display: none;
  text-align: center;
  position: absolute;
  background: #fff;
  padding: 50px 20px;
  top: 25%;
  left: 0;
  right: 0;
  margin: auto;
  margin: 0 40px;
}
.h2-mobile,
.contact-mobile {
  display: none;
}
.container {
  display: flex;
  justify-content: center;
  align-items: center;
}
a.current {
  color: #fff !important;
}
.fix-menu {
  position: fixed;
  width: 100%;
  z-index: 9;
  top: 0;
}
#menuToggle {
  display: flex;
  flex-direction: column;
  position: relative;
  top: 25px;
  left: 25px;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input {
  opacity: 0;
  z-index: 2;
  opacity: 0;
  z-index: 2;
  width: 40px;
  height: 32px;
  position: absolute;
}

#menuToggle span {
  display: flex;
  width: 29px;
  height: 3px;
  margin-bottom: 5px;
  position: relative;
  background: #ffffff;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 5px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
    background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  box-shadow: 6px 0px 4px #888888;
}

#menuToggle span:first-child {
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-3px, -1px);
  background: #36383f;
}
#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, -1px);
}

#menu {
  text-align: center;
  list-style: none;
  position: absolute;
  width: 300px;
  height: 100vh;
  box-shadow: 0 0 10px #85888c;
  margin: -50px 0 0 -50px;
  padding: 50px;
  padding-top: 125px;
  background-color: #d29d4a;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}

#menu li {
  padding: 10px 0;
  transition-delay: 2s;
}
#menu li a {
  color: #666;
  font-size: 13px;
  font-weight: bold;
  height: 70px;
  line-height: 40px;
  text-transform: uppercase;
}
#menuToggle input:checked ~ ul {
  transform: none;
}
@media only screen and (max-width: 360px) {
  .mobile-center2 {
    text-align: center;
    padding: 0 5px !important;
  }
}
@media only screen and (max-width: 600px) {
  .col-txt-center {
    border: none !important;
  }
  .navbar-default,
  #banner-desk,
  #desk-logo,
  .expirtise-desk,
  .contact-desk,
  .h2-desk,
  .contact-desk {
    display: none;
  }
  .img-colum-left,
  .content-colum-rigth {
    width: 100%;
  }
  #banner-mobile {
    display: block;
    position: relative;
  }
  #desk-mobile,
  .expirtise-mobile,
  .h2-mobile,
  .contact-mobile,
  #nav-mobile {
    display: block;
  }
  .mobile-center2 {
    text-align: center;
  }
  .mg-top {
    margin-bottom: 35px;
  }
  .mobile-center {
    text-align: center;
    padding: 0 40px 70px !important;
  }
  .container,
  .col-md-6 {
    padding: 0;
  }
  #feature1 {
    padding-top: 0;
  }
  #feature1 span {
    float: none;
  }
  .col-txt-center {
    border: none;
  }
}
@media only screen and (max-width: 820px) {
  .content-exp {
    max-width: 100%;
  }
  .expirtise .templatemo-box {
    width: calc((100% - 20px) / 3);
  }
  .img-colum-left,
  .content-colum-rigth {
    width: unset;
    float: unset;
    text-align: center;
    margin: auto !important;
  }
  .content-colum-rigth table {
    text-align: left;
    margin: auto;
  }
}
