/*--Base--*/
/*--Layout--*/
/* line 1, ../sass/layouts/_header.scss */
.main-menu {
  background-color: white;
  height: 70px;
  padding: 10px 0;
  border: 0px;
  top: 0;
  z-index: 1;
  width: 100%;
}

/* line 12, ../sass/layouts/_header.scss */
.navbar {
  margin-bottom: 0;
}

/* line 16, ../sass/layouts/_header.scss */
.drawer-menu {
  position: absolute;
  width: 43%;
  height: 50px;
  z-index: 4;
  top: 10px;
  right: -100%;
}

/* line 26, ../sass/layouts/_header.scss */
button.toggle {
  position: absolute;
  top: 2%;
  right: 8%;
  z-index: 8;
  border: none;
  height: 40px;
  width: 40px;
  background: transparent;
  color: black;
  font-size: 20px;
}

/* line 40, ../sass/layouts/_header.scss */
.navbar-header {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

/* line 47, ../sass/layouts/_header.scss */
.nav-menu ul {
  display: inline-flex;
}
/* line 49, ../sass/layouts/_header.scss */
.nav-menu ul li {
  margin: 0 auto;
  padding: 15px 7px;
}
/* line 52, ../sass/layouts/_header.scss */
.nav-menu ul li a {
  text-align: center;
  display: block;
  color: #000000;
  font-size: 18px;
}
/* line 57, ../sass/layouts/_header.scss */
.nav-menu ul li a:hover, .nav-menu ul li a:active, .nav-menu ul li a:focus {
  text-decoration: none;
}

/* line 66, ../sass/layouts/_header.scss */
.custom-navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 0px;
  border: 1px solid transparent;
}
/* line 72, ../sass/layouts/_header.scss */
.custom-navbar img {
  height: 80px;
  background: white;
  transform: translate(160%, -55%);
}

/* line 15, ../sass/base/_mixins.scss */
.navbar-nav li a:hover, .navbar-nav li a:focus, .navbar-nav li a:active {
  color: blue;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* line 94, ../sass/layouts/_header.scss */
.top_header {
  height: 30px;
  float: right;
}
/* line 98, ../sass/layouts/_header.scss */
.top_header li a {
  padding-top: 5px;
  padding-bottom: 10px;
  border-right: 1px solid #fff;
}
/* line 15, ../sass/base/_mixins.scss */
.top_header li:hover, .top_header li:focus, .top_header li:active {
  color: #fff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* line 109, ../sass/layouts/_header.scss */
.custom_nav {
  float: right;
}

/* line 1, ../sass/layouts/_global.scss */
.font-Titillium-Regular, .about-wrapper, .service-wrapper, .solution-wrapper, .solutiontwo-wrapper, footer {
  font-family: Titillium-Regular;
}

/* line 5, ../sass/layouts/_global.scss */
.font-Titillium-Light, .main-menu, .drawer-menu, .home-wrapper, .section-home1-div2 li a, .team-wrapper, .management-info {
  font-family: Titillium-Light;
}

/* line 9, ../sass/layouts/_global.scss */
.font-Titillium-Bold, .section-home2 h3 {
  font-family: Titillium-Bold;
}

/* line 13, ../sass/layouts/_global.scss */
.font-Titillium-LightItalic, .section-home1-div1 a, .section-home1-div2 a, .section-home2-div1-info1 a, .section-home2-div1-info2 a, .section-home2-div2-info1 a {
  font-family: Titillium-LightItalic;
}

/* line 17, ../sass/layouts/_global.scss */
.text-center {
  text-align: center;
}

/* line 21, ../sass/layouts/_global.scss */
.text-left {
  text-align: left;
}

/* line 25, ../sass/layouts/_global.scss */
.no-padding {
  padding: 0px !important;
  margin: 0px important;
}

/* line 30, ../sass/layouts/_global.scss */
.pd_20 {
  padding: 20px;
}

/* line 34, ../sass/layouts/_global.scss */
.mr-top-m27 {
  margin-top: -27px;
}

/* line 38, ../sass/layouts/_global.scss */
h4 {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* line 44, ../sass/layouts/_global.scss */
.hover-active-focus-button:hover {
  color: #4c4c4c;
  background: #ffffff;
}
/* line 48, ../sass/layouts/_global.scss */
.hover-active-focus-button:active {
  color: #4c4c4c;
  background: #ffffff;
}
/* line 52, ../sass/layouts/_global.scss */
.hover-active-focus-button:focus {
  color: #4c4c4c;
  background: #ffffff;
}

/* line 58, ../sass/layouts/_global.scss */
#showmenu {
  height: 50px;
  display: inline-block;
  text-align: center;
}

/* line 63, ../sass/layouts/_global.scss */
.container-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  width: auto;
}

/* line 68, ../sass/layouts/_global.scss */
:focus {
  outline: none;
}

/* line 71, ../sass/layouts/_global.scss */
.menu1,
.menu2 {
  margin-top: 5px;
}

/* line 77, ../sass/layouts/_global.scss */
.error {
  color: red;
  font-weight: inherit;
  letter-spacing: 1px;
}

/* line 82, ../sass/layouts/_global.scss */
#uword-error {
  color: red;
  float: left;
  font-weight: inherit;
  letter-spacing: 3px;
  padding: 0 11px 0 41px;
}

/* line 90, ../sass/layouts/_global.scss */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 2px solid #d8d8d8;
}

/* line 97, ../sass/layouts/_global.scss */
.success-message {
  position: relative;
  top: 104px;
  right: 0px;
  padding: 50px;
  z-index: 1000;
}

/* line 105, ../sass/layouts/_global.scss */
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  /* bottom: 0; */
  top: 15%;
  right: 1%;
  padding: 33px;
  font-size: 19px;
}

/* line 116, ../sass/layouts/_global.scss */
.cust-btn {
  color: #fff;
  margin-top: 20px;
  background: #fcb422;
  padding: 14px 15px;
  font-size: 1.3em;
  font-weight: 600;
  border: 1px solid #fcb422;
  display: block;
  width: 28%;
}
/* line 126, ../sass/layouts/_global.scss */
.cust-btn:hover {
  color: #fcb422;
  background: #fff;
}

/* line 1, ../sass/layouts/_index.scss */
.home-wrapper {
  padding-bottom: 100px;
}

/* line 6, ../sass/layouts/_index.scss */
.hidemobile {
  height: 585px;
}
/* line 8, ../sass/layouts/_index.scss */
.hidemobile img {
  height: 100% !important;
  width: 100%;
}

/* line 16, ../sass/layouts/_index.scss */
.topimage .tagline {
  height: 292px;
  color: #ffffff;
  padding-left: 40px;
  padding-top: 15px;
  background: #fcb422;
}
/* line 23, ../sass/layouts/_index.scss */
.topimage .tagline h4 {
  font-size: 47px;
  font-weight: 100;
  line-height: 56px;
}
/* line 29, ../sass/layouts/_index.scss */
.topimage .sub-tagline {
  height: 293px;
  background: #696464;
  padding-top: 38px;
  padding-left: 26px;
  color: #ffffff;
}
/* line 35, ../sass/layouts/_index.scss */
.topimage .sub-tagline h5 {
  padding: 0;
  margin: 20px 0;
}
/* line 39, ../sass/layouts/_index.scss */
.topimage .sub-tagline h5 a {
  color: #ffffff;
  font-size: 20px;
  font-weight: 800;
}
/* line 46, ../sass/layouts/_index.scss */
.topimage .col-lg-6 {
  padding: 0 !important;
}

/* line 52, ../sass/layouts/_index.scss */
.section-home1 {
  width: 90%;
  margin: 0 auto;
  padding: 55px 0px;
}
/* line 56, ../sass/layouts/_index.scss */
.section-home1 ul {
  list-style-type: none;
}
/* line 58, ../sass/layouts/_index.scss */
.section-home1 ul li {
  padding-bottom: 14px;
}

/* line 65, ../sass/layouts/_index.scss */
.section-home1-div1 h1 {
  font-size: 47px;
  line-height: 1.3;
  margin: 20px 0;
}
/* line 70, ../sass/layouts/_index.scss */
.section-home1-div1 p {
  line-height: 2;
  font-size: 17px;
}
/* line 74, ../sass/layouts/_index.scss */
.section-home1-div1 a {
  color: #000000;
}

/* line 80, ../sass/layouts/_index.scss */
.section-home1-div2 {
  padding-left: 57px;
  line-height: 28px;
}
/* line 83, ../sass/layouts/_index.scss */
.section-home1-div2 h4 {
  font-weight: bold;
}
/* line 86, ../sass/layouts/_index.scss */
.section-home1-div2 ul {
  padding-left: 0;
}
/* line 90, ../sass/layouts/_index.scss */
.section-home1-div2 li a {
  font-size: 17px;
}
/* line 95, ../sass/layouts/_index.scss */
.section-home1-div2 a {
  color: #000000;
}

/* line 101, ../sass/layouts/_index.scss */
.section-home2-div2 {
  padding-left: 57px;
}
/* line 103, ../sass/layouts/_index.scss */
.section-home2-div2 a {
  color: #000000;
  display: block;
  font-size: 13px;
}

/* line 110, ../sass/layouts/_index.scss */
.section-home2 {
  width: 90%;
  margin: 0 auto;
  padding: 40px 0px 70px 0px;
}
/* line 115, ../sass/layouts/_index.scss */
.section-home2 h3 {
  font-weight: bold;
  font-size: 17px;
}

/* line 123, ../sass/layouts/_index.scss */
.section-home2-div1-info1 h4 {
  font-size: 28px;
  line-height: 38px;
}
/* line 127, ../sass/layouts/_index.scss */
.section-home2-div1-info1 a {
  color: #000000;
}

/* line 133, ../sass/layouts/_index.scss */
.section-home2-div1-info2 h4 {
  font-size: 18px;
  line-height: 28px;
}
/* line 137, ../sass/layouts/_index.scss */
.section-home2-div1-info2 a {
  color: #000000;
  display: block;
  font-size: 13px;
}

/* line 145, ../sass/layouts/_index.scss */
.section-home2-div2-info1 h4 {
  font-size: 18px;
  line-height: 28px;
}
/* line 149, ../sass/layouts/_index.scss */
.section-home2-div2-info1 a {
  color: #000000;
}

/* line 154, ../sass/layouts/_index.scss */
.showmobile {
  display: none;
}

/* line 2, ../sass/layouts/_about.scss */
.color-orange {
  color: #fcb422 !important;
}

/* line 5, ../sass/layouts/_about.scss */
.custom-nav {
  width: 100%;
  background: white;
  z-index: 5;
  top: 0px;
}

/* line 12, ../sass/layouts/_about.scss */
#navWrap {
  height: 46px;
}

/* line 15, ../sass/layouts/_about.scss */
.nav {
  height: 46px;
}

/* line 18, ../sass/layouts/_about.scss */
.sticky {
  position: fixed;
  top: 0;
}

/* line 23, ../sass/layouts/_about.scss */
.about-wrapper {
  padding-bottom: 100px;
}
/* line 27, ../sass/layouts/_about.scss */
.about-wrapper .setting-content {
  margin: 0 80px;
}
/* line 31, ../sass/layouts/_about.scss */
.about-wrapper .nav-pills {
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
}
/* line 35, ../sass/layouts/_about.scss */
.about-wrapper .nav-pills > li.active > a {
  color: #000;
  background-color: #fcb422;
}
/* line 39, ../sass/layouts/_about.scss */
.about-wrapper .nav-pills > li > a {
  border-radius: 0px;
  color: #000;
  font-size: 1.3em;
}
/* line 44, ../sass/layouts/_about.scss */
.about-wrapper .nav > li > a:hover {
  background-color: #fcb422;
}
/* line 48, ../sass/layouts/_about.scss */
.about-wrapper a {
  cursor: pointer;
}
/* line 51, ../sass/layouts/_about.scss */
.about-wrapper .sub-head {
  padding-left: 30px;
}
/* line 53, ../sass/layouts/_about.scss */
.about-wrapper .sub-head h3 {
  font-size: 1.8em;
  font-weight: bolder;
}
/* line 57, ../sass/layouts/_about.scss */
.about-wrapper .sub-head .side-text {
  font-size: 17px;
  padding-right: 20px;
}
/* line 61, ../sass/layouts/_about.scss */
.about-wrapper .sub-head .fa-circle {
  font-size: 13px;
  margin-right: 10px;
}
/* line 66, ../sass/layouts/_about.scss */
.about-wrapper .experience {
  padding-top: 20px;
}
/* line 68, ../sass/layouts/_about.scss */
.about-wrapper .experience ul {
  list-style-type: none;
  padding: 20px;
  padding-bottom: 0;
}
/* line 72, ../sass/layouts/_about.scss */
.about-wrapper .experience ul a {
  font-size: 1.2em;
}
/* line 76, ../sass/layouts/_about.scss */
.about-wrapper .experience th {
  padding-left: 40px;
  height: 80px;
  border: 1px solid #000 !important;
  vertical-align: middle;
}
/* line 83, ../sass/layouts/_about.scss */
.about-wrapper .experience .left-border {
  background-image: linear-gradient(to bottom, #333 11%, rgba(255, 255, 255, 0) 2%);
  background-position: left;
  background-size: 2px 14px;
  background-repeat: repeat-y;
}
/* line 89, ../sass/layouts/_about.scss */
.about-wrapper .experience .right-border {
  background-image: linear-gradient(to bottom, #333 11%, rgba(255, 255, 255, 0) 2%);
  background-position: right;
  background-size: 2px 14px;
  background-repeat: repeat-y;
}

/* line 98, ../sass/layouts/_about.scss */
.page-head .row {
  height: 100px;
}
/* line 102, ../sass/layouts/_about.scss */
.page-head .head-img img {
  height: 100px;
  width: 100%;
}
/* line 106, ../sass/layouts/_about.scss */
.page-head .head-text {
  height: inherit;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
/* line 107, ../sass/layouts/_about.scss */
.page-head .head-text h1 {
  font-size: 2.4em;
}

/* line 115, ../sass/layouts/_about.scss */
.right-padding {
  padding-right: 5%;
}

/* line 118, ../sass/layouts/_about.scss */
.left-padding {
  padding-left: 5%;
}

/* line 121, ../sass/layouts/_about.scss */
.bottom-margin {
  margin-bottom: 60px;
}

/* line 124, ../sass/layouts/_about.scss */
.page-sub-head {
  margin: 30px auto;
}
/* line 126, ../sass/layouts/_about.scss */
.page-sub-head h1 {
  font-size: 3.6em;
}

/* line 131, ../sass/layouts/_about.scss */
.page-sub-content p {
  font-size: 1.4em;
  color: #666;
}

/* line 137, ../sass/layouts/_about.scss */
.capabilities {
  padding-top: 20px;
}
/* line 139, ../sass/layouts/_about.scss */
.capabilities ul {
  list-style-type: none;
  padding: 20px;
  padding-bottom: 0;
}
/* line 144, ../sass/layouts/_about.scss */
.capabilities a {
  font-size: 1.3em;
}

/* line 150, ../sass/layouts/_about.scss */
li a {
  color: #666;
}

/* line 155, ../sass/layouts/_about.scss */
.list-head {
  font-size: 1.5em;
}

/* line 159, ../sass/layouts/_about.scss */
.spacing {
  margin-top: 100px;
  margin-bottom: 150px;
}

@media (max-width: 768px) {
  /* line 166, ../sass/layouts/_about.scss */
  .head-text h1 {
    font-size: 2.1em;
  }

  /* line 170, ../sass/layouts/_about.scss */
  .about-wrapper {
    margin: 0 50px;
    margin-top: 50px;
  }
  /* line 174, ../sass/layouts/_about.scss */
  .about-wrapper .setting-content {
    margin: 0 40px;
  }

  /* line 178, ../sass/layouts/_about.scss */
  .list-head {
    font-size: 1.4em;
  }
}
@media (max-width: 568px) {
  /* line 184, ../sass/layouts/_about.scss */
  .about-wrapper {
    margin: 0 20px;
    margin-top: 50px;
  }
  /* line 188, ../sass/layouts/_about.scss */
  .about-wrapper .setting-content {
    margin: 104px 20px 0 20px;
  }

  /* line 192, ../sass/layouts/_about.scss */
  .list-head {
    font-size: 1.3em;
  }
}
/* line 197, ../sass/layouts/_about.scss */
.top {
  display: none;
  border-radius: 10px;
  background: #fcb422;
  position: fixed;
  bottom: 4%;
  right: 2%;
  padding: 0.5% 1%;
  color: #000;
  text-decoration: none !important;
}
/* line 198, ../sass/layouts/_about.scss */
.top i {
  display: block;
}

/* line 1, ../sass/layouts/_services.scss */
.service-wrapper {
  padding-bottom: 100px;
}
/* line 4, ../sass/layouts/_services.scss */
.service-wrapper .nav-pills {
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
}
/* line 8, ../sass/layouts/_services.scss */
.service-wrapper .nav-pills > li.active > a {
  color: #000;
  background-color: #fcb422;
}
/* line 12, ../sass/layouts/_services.scss */
.service-wrapper .nav-pills > li > a {
  border-radius: 0px;
  color: #000;
  font-size: 1.3em;
}
/* line 17, ../sass/layouts/_services.scss */
.service-wrapper .nav > li > a:hover {
  background-color: #fcb422;
}

/* line 23, ../sass/layouts/_services.scss */
.sublinks {
  margin-top: 90px;
}
/* line 25, ../sass/layouts/_services.scss */
.sublinks a {
  color: #000;
  padding: 10px 0px;
  border-bottom: 2px solid #000;
  text-decoration: none;
  cursor: pointer;
}

/* line 34, ../sass/layouts/_services.scss */
.pagelinks h3 {
  font-weight: normal;
  padding-bottom: 18px;
  border-bottom: 1px solid #000;
}
/* line 39, ../sass/layouts/_services.scss */
.pagelinks h3:first-child,
.pagelinks h4:first-child {
  border-top: 1px solid #000;
  padding-top: 18px;
}
/* line 45, ../sass/layouts/_services.scss */
.pagelinks h4 {
  font-weight: normal;
  padding-bottom: 18px;
  border-bottom: 1px solid #bbb;
}
/* line 50, ../sass/layouts/_services.scss */
.pagelinks a {
  font-weight: normal;
  color: #666;
  text-decoration: none;
  cursor: pointer;
}

/* line 58, ../sass/layouts/_services.scss */
.details-table th {
  width: 30%;
  font-size: 1.5em;
}
/* line 62, ../sass/layouts/_services.scss */
.details-table td {
  font-size: 1.3em;
}
/* line 65, ../sass/layouts/_services.scss */
.details-table td,
.details-table th {
  padding: 20px;
  border-top: 1px solid #000 !important;
}
/* line 71, ../sass/layouts/_services.scss */
.details-table tr:last-child th,
.details-table tr:last-child td {
  border-bottom: 1px solid #000 !important;
}

/* line 77, ../sass/layouts/_services.scss */
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  padding: 17px 0px;
}

/* line 81, ../sass/layouts/_services.scss */
.modal form label {
  min-width: 100px;
}
/* line 84, ../sass/layouts/_services.scss */
.modal .btn-submit {
  padding: 5px 15px;
  margin: auto;
}
/* line 88, ../sass/layouts/_services.scss */
.modal .form-group {
  margin-bottom: 10px;
  display: block !important;
}
/* line 92, ../sass/layouts/_services.scss */
.modal .form-control {
  width: 100% !important;
}

/* line 97, ../sass/layouts/_services.scss */
.tab-pane {
  width: 90%;
  margin: 0 auto;
}

@media (max-width: 868px) {
  /* line 103, ../sass/layouts/_services.scss */
  .nav-pills > li {
    background: #fff;
  }
  /* line 105, ../sass/layouts/_services.scss */
  .nav-pills > li a {
    font-size: 1em !important;
  }
}
@media (max-width: 768px) {
  /* line 113, ../sass/layouts/_services.scss */
  .service-wrapper, .contact-wrapper {
    margin: 0px 50px;
    margin-top: 0px 50px;
  }

  /* line 118, ../sass/layouts/_services.scss */
  .details-table th {
    font-size: 1.3em;
  }
  /* line 121, ../sass/layouts/_services.scss */
  .details-table td {
    font-size: 1.1em;
  }
}
@media (max-width: 698px) {
  /* line 128, ../sass/layouts/_services.scss */
  .nav-pills > li {
    float: none;
    background: #fff;
  }

  /* line 132, ../sass/layouts/_services.scss */
  .tab-content {
    margin-top: 41%;
  }

  /* line 137, ../sass/layouts/_services.scss */
  .details-table td {
    padding: 0px;
  }
  /* line 140, ../sass/layouts/_services.scss */
  .details-table th {
    padding: 0px;
  }
}
@media (max-width: 568px) {
  /* line 146, ../sass/layouts/_services.scss */
  .service-wrapper {
    margin: 0 20px;
    margin-top: 50px;
  }

  /* line 151, ../sass/layouts/_services.scss */
  .details-table th {
    font-size: 1.1em;
  }
  /* line 154, ../sass/layouts/_services.scss */
  .details-table td {
    font-size: 1em;
  }

  /* line 159, ../sass/layouts/_services.scss */
  .tab-content {
    margin-top: 48%;
  }

  /* line 163, ../sass/layouts/_services.scss */
  .service-wrapper .nav-pills {
    border: 0px;
  }
}
/* line 1, ../sass/layouts/_solutions.scss */
.solution-wrapper {
  margin: 70px 100px 0px 100px;
}

/* line 7, ../sass/layouts/_solutions.scss */
.colored-text .page-sub-head h1 {
  color: #fcb422;
}

/* line 13, ../sass/layouts/_solutions.scss */
.paragraph-content {
  margin: 30px auto;
}
/* line 15, ../sass/layouts/_solutions.scss */
.paragraph-content p {
  font-size: 1.3em;
}

/* line 19, ../sass/layouts/_solutions.scss */
.arrow-section {
  margin-left: 28px;
}

/* line 22, ../sass/layouts/_solutions.scss */
.top-margin {
  margin-top: 80px;
}

/*media queries*/
@media (max-width: 1024px) {
  /* line 28, ../sass/layouts/_solutions.scss */
  .paragraph-content {
    padding-left: 8%;
  }

  /* line 31, ../sass/layouts/_solutions.scss */
  .sublinks {
    padding-left: 8%;
  }
}
@media (max-width: 560px) {
  /* line 36, ../sass/layouts/_solutions.scss */
  .solution-wrapper {
    margin: 0 22px;
  }

  /* line 40, ../sass/layouts/_solutions.scss */
  .page-sub-head h1 {
    font-size: 2.2em;
  }

  /* line 45, ../sass/layouts/_solutions.scss */
  .sublinks a {
    padding: 0px;
  }
}
/*endof media queries*/
/* line 1, ../sass/layouts/_solutiontwo.scss */
.solutiontwo-wrapper {
  padding-bottom: 100px;
}

/* line 5, ../sass/layouts/_solutiontwo.scss */
.right-arrow {
  margin-right: 360px;
}

/* line 8, ../sass/layouts/_solutiontwo.scss */
.left-arrow {
  margin-left: 115px;
}

/* line 11, ../sass/layouts/_solutiontwo.scss */
.panel-heading {
  padding: 0px;
}

/* line 14, ../sass/layouts/_solutiontwo.scss */
.panel-body {
  padding: 0px;
}
/* line 17, ../sass/layouts/_solutiontwo.scss */
.panel-body ul li {
  padding: 12px 0px;
  font-size: 16px;
}

/* line 23, ../sass/layouts/_solutiontwo.scss */
.responsive-structure {
  display: none;
}

/*media queries*/
@media (max-width: 1200px) {
  /* line 30, ../sass/layouts/_solutiontwo.scss */
  .left-arrow {
    margin-left: 0px;
  }

  /* line 33, ../sass/layouts/_solutiontwo.scss */
  .right-arrow {
    margin-right: 186px;
  }
}
@media (max-width: 991px) {
  /* line 38, ../sass/layouts/_solutiontwo.scss */
  .responsive-structure {
    display: block;
    margin: 0 100px;
    margin-top: 50px;
    padding-bottom: 100px;
  }

  /* line 44, ../sass/layouts/_solutiontwo.scss */
  .solutiontwo-wrapper {
    display: none;
  }

  /* line 47, ../sass/layouts/_solutiontwo.scss */
  .paragraph-content {
    padding-left: 0%;
  }

  /* line 50, ../sass/layouts/_solutiontwo.scss */
  .sublinks {
    padding-left: 0%;
  }

  /* line 53, ../sass/layouts/_solutiontwo.scss */
  .arrow-section {
    margin-left: 42%;
  }
}
@media (max-width: 768px) {
  /* line 61, ../sass/layouts/_solutiontwo.scss */
  .arrow-section {
    margin-left: 33%;
  }
}
@media (max-width: 568px) {
  /* line 69, ../sass/layouts/_solutiontwo.scss */
  .responsive-structure {
    margin: 0 35px;
  }

  /* line 72, ../sass/layouts/_solutiontwo.scss */
  .arrow-section {
    margin-left: 20%;
  }
}
/*end of media queries*/
/* line 5, ../sass/layouts/_team.scss */
.management-info {
  padding: 40px 0px;
}
/* line 11, ../sass/layouts/_team.scss */
.management-info .row .management-detail {
  margin-top: 10%;
}

/* line 18, ../sass/layouts/_team.scss */
.section-team1-div2 h3 {
  margin-top: 22%;
}
/* line 21, ../sass/layouts/_team.scss */
.section-team1-div2 h4 {
  margin-top: 10%;
}

/* line 26, ../sass/layouts/_team.scss */
.section-team1 a {
  background: #fcb422;
  padding: 5px;
  font-size: 16px;
}

/* line 33, ../sass/layouts/_team.scss */
.read-more-state {
  display: none;
}

/* line 37, ../sass/layouts/_team.scss */
.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: .25s ease;
}

/* line 44, ../sass/layouts/_team.scss */
.read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}

/* line 50, ../sass/layouts/_team.scss */
.read-more-state ~ .read-more-trigger:before {
  content: 'Read more';
}

/* line 54, ../sass/layouts/_team.scss */
.read-more-state:checked ~ .read-more-trigger:before {
  content: 'Read less';
}

/* line 58, ../sass/layouts/_team.scss */
.read-more-trigger {
  cursor: pointer;
  display: inline-block;
  padding: 9px;
  background: #fcb422;
  font-size: 1.3em;
  color: #fff;
  font-weight: 600;
  border-radius: 4px;
}

/* line 69, ../sass/layouts/_team.scss */
.read-more-trigger:hover {
  color: #fcb422;
  background: #fff;
  border: 1px solid #fcb422;
}

/* line 1, ../sass/layouts/_contact.scss */
.contact-wrapper {
  font-family: Titillium-Regular;
  padding-bottom: 100px;
  margin: 0px 50px;
}
/* line 5, ../sass/layouts/_contact.scss */
.contact-wrapper .contact-form {
  padding-left: 5%;
}
/* line 9, ../sass/layouts/_contact.scss */
.contact-wrapper .contact-div {
  padding: 60px 0;
}
/* line 13, ../sass/layouts/_contact.scss */
.contact-wrapper .form-group {
  width: 92%;
  margin-bottom: 20px;
}
/* line 16, ../sass/layouts/_contact.scss */
.contact-wrapper .form-group label {
  width: 33%;
  font-size: 20px;
  font-weight: normal;
}
/* line 20, ../sass/layouts/_contact.scss */
.contact-wrapper .form-group label.error {
  width: 66%;
  display: block;
  margin-left: auto;
  letter-spacing: 0;
  font-size: 16px;
}
/* line 29, ../sass/layouts/_contact.scss */
.contact-wrapper .form-group .form-control {
  width: 66%;
  border-radius: 0;
  border: 1px solid #7b7b7b;
  height: 40px;
}
/* line 36, ../sass/layouts/_contact.scss */
.contact-wrapper .form-group textarea.form-control {
  height: 84px;
}

/* line 42, ../sass/layouts/_contact.scss */
.contact-details {
  padding-left: 40px;
}
/* line 44, ../sass/layouts/_contact.scss */
.contact-details p {
  font-size: 20px;
  font-family: Titillium-Light;
}
/* line 49, ../sass/layouts/_contact.scss */
.contact-details .address {
  margin-bottom: 20px;
}
/* line 51, ../sass/layouts/_contact.scss */
.contact-details .address h2 {
  font-family: Titillium-Bold;
  margin: 0;
  margin-bottom: 10px;
  font-size: 22px;
}
/* line 58, ../sass/layouts/_contact.scss */
.contact-details .address p {
  margin-bottom: 0;
  line-height: 28px;
}
/* line 64, ../sass/layouts/_contact.scss */
.contact-details a {
  color: #000;
}

@media (max-width: 992px) {
  /* line 71, ../sass/layouts/_contact.scss */
  .contact-wrapper .contact-form,
  .contact-wrapper .contact-details {
    padding-left: 0;
  }
  /* line 76, ../sass/layouts/_contact.scss */
  .contact-wrapper .form-group {
    width: 100%;
  }
  /* line 78, ../sass/layouts/_contact.scss */
  .contact-wrapper .form-group .form-control {
    width: 100%;
  }
}
/* line 1, ../sass/layouts/_footer.scss */
footer {
  border-top: 1px solid #ddd;
}
/* line 5, ../sass/layouts/_footer.scss */
footer ul li {
  float: left;
  padding: 20px;
}
/* line 8, ../sass/layouts/_footer.scss */
footer ul li a {
  font-size: 18px;
}
/* line 14, ../sass/layouts/_footer.scss */
footer .copyright {
  padding: 20px;
}
/* line 16, ../sass/layouts/_footer.scss */
footer .copyright p {
  font-size: 18px;
}

/*--Module--*/
@font-face {
  font-family: Titillium-Regular;
  src: url(../../fonts/titillium-font/Titillium-Regular.otf);
}
@font-face {
  font-family: Titillium-Light;
  src: url(../../fonts/titillium-font/Titillium-Light.otf);
}
@font-face {
  font-family: Titillium-Bold;
  src: url(../../fonts/titillium-font/Titillium-Bold.otf);
}
@font-face {
  font-family: Titillium-LightItalic;
  src: url(../../fonts/titillium-font/Titillium-LightItalic.otf);
}
@media only screen and (min-width: 1880px) {
  /* line 242, ../sass/base/_media-queries.scss */
  button.toggle {
    right: 21%;
  }

  /* line 246, ../sass/base/_media-queries.scss */
  .main-menu {
    width: 1200px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1295px) {
  /* line 254, ../sass/base/_media-queries.scss */
  .nav-menu ul {
    display: block;
  }
  /* line 257, ../sass/base/_media-queries.scss */
  .nav-menu ul li {
    border-bottom: 1px solid rgba(255, 165, 61, 0.31);
  }

  /* line 261, ../sass/base/_media-queries.scss */
  .nav-menu ul li a {
    margin-top: 3%;
    font-weight: bolder;
    color: #fff;
  }

  /* line 267, ../sass/base/_media-queries.scss */
  .drawer-menu {
    width: 18%;
    height: 100%;
    top: 53px;
    z-index: 1;
    background: #231f20;
  }
}
@media only screen and (max-width: 1200px) {
  /* line 276, ../sass/base/_media-queries.scss */
  .showmobile {
    display: block;
  }
  /* line 278, ../sass/base/_media-queries.scss */
  .showmobile img {
    width: 100%;
  }

  /* line 282, ../sass/base/_media-queries.scss */
  .hidemobile {
    display: none;
  }

  /* line 286, ../sass/base/_media-queries.scss */
  .section-home1-div2,
  .section-home2-div2 {
    padding-left: 15px;
  }

  /* line 290, ../sass/base/_media-queries.scss */
  button.toggle {
    right: 0;
  }
}
@media only screen and (max-width: 992px) {
  /* line 304, ../sass/base/_media-queries.scss */
  .drawer-menu {
    width: 24%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 311, ../sass/base/_media-queries.scss */
  .topimage .tagline {
    padding-left: 20px;
  }
  /* line 313, ../sass/base/_media-queries.scss */
  .topimage .tagline h4 {
    font-size: 31px;
    font-weight: 100;
    line-height: 40px;
  }

  /* line 320, ../sass/base/_media-queries.scss */
  .section-home1-div1 h1 {
    font-size: 2em;
  }

  /* line 326, ../sass/base/_media-queries.scss */
  footer ul li {
    float: none;
    text-align: center;
  }
  /* line 332, ../sass/base/_media-queries.scss */
  footer .copyright {
    text-align: center;
  }

  /* line 336, ../sass/base/_media-queries.scss */
  .showmobile {
    display: block;
  }

  /* line 339, ../sass/base/_media-queries.scss */
  .hidemobile {
    disply: none;
  }

  /* line 343, ../sass/base/_media-queries.scss */
  .drawer-menu {
    width: 44%;
    position: fixed;
  }
}
@media (max-width: 400px) {
  /* line 350, ../sass/base/_media-queries.scss */
  .management-info {
    padding: 0 auto;
  }

  /* line 354, ../sass/base/_media-queries.scss */
  .drawer-menu {
    width: 100%;
  }
}
