html {
  scroll-behavior: smooth;
}

.top-bar-area {
  background: #EFBF04 !important;
}

.btn-gold {
  color: #ffffff;
  background: #EFBF04;
}

.logo img {
  height: 80px;
  margin-top: -20px;
  position: absolute;
}

.mainmenu-area .logo {
  padding-top: 10px !important;
  padding-bottom: 0 !important;
}

.mainmenu-area .mainmenu-bg {
  background: none !important;
}

.main-menu .navigation li a {
  color: #FFFFFF;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a {
  color: #EFBF04;
}

.main-menu .navigation > li > a:before {
  background: #EFBF04;
}

.mainmenu-area.stricky-fixed {
  background: #FFFFFF !important;
}
.mainmenu-area.stricky-fixed .main-menu .navigation li a {
  color: #3d3d3d !important;
}
.mainmenu-area.stricky-fixed .main-menu .navigation > li > a:before {
  background: #EFBF04;
}

.mainmenu-area .quote-button a {
  background: #000000;
  border-radius: 0 !important;
}

.mainmenu-area .quote-button a:hover {
  color: #000000;
  background: #EFBF04;
}

.top-contact-info li span:before {
  color: #000000 !important;
}

.top-bar-area .top-right h5 {
  color: #3d3d3d !important;
}

.project-faq-area .text-holder ul li i {
  display: inline-block;
  padding-right: 13px;
  color: #45c4e9;
  font-weight: 600;
}

.t20 {
  font-size: 20px;
}

.single-footer-widget .footer-social-links li a:hover i {
  background: #efbf04;
  color: #3d3d3d;
  border-color: #ffffff;
}

.scroll-to-top {
  border: 1px solid #FFFFFF;
  color: #EFBF04;
}

.scroll-to-top:hover {
  background: #EFBF04;
  color: #fff;
}

.single-footer-widget .newsletter-box form.newsletter-form button {
  background: #EFBF04 none repeat scroll 0 0;
  color: #fff;
}

.single-footer-widget .newsletter-box form.newsletter-form .envelope i {
  color: #3D3D3D;
}

.rev_slider_wrapper .slide-content-box .button a:hover {
  background: #EFBF04;
  border-color: #EFBF04;
}

.rev_slider_wrapper .slide-content-box .button a.btn-style-two {
  background: #EFBF04;
  border-color: #EFBF04;
}

.tparrows:hover {
  background: #EFBF04;
  border-color: #EFBF04;
}

.service-area .servicecarousel .single-item .img-search,
.service-area .servicecarousel .single-item .img-advisory,
.service-area .servicecarousel .single-item .img-executive,
.service-area .servicecarousel .single-item .img-board,
.service-area .servicecarousel .single-item .img-mapping {
  position: relative;
  display: block;
  height: 180px;
  padding-top: 40px;
  z-index: 1;
}

.service-area .servicecarousel .single-item .img-search::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../images/services/01.png") no-repeat center center;
  background-size: contain;
  opacity: 1;
  transition: opacity 0.3s ease;
  z-index: -1;
}
.service-area .servicecarousel .single-item .img-advisory::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../images/services/02.png") no-repeat center center;
  background-size: contain;
  opacity: 1;
  transition: opacity 0.3s ease;
  z-index: -1;
}
.service-area .servicecarousel .single-item .img-executive::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../images/services/03.png") no-repeat center center;
  background-size: contain;
  opacity: 1;
  transition: opacity 0.3s ease;
  z-index: -1;
}
.service-area .servicecarousel .single-item .img-board::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../images/services/04.png") no-repeat center center;
  background-size: contain;
  opacity: 1;
  transition: opacity 0.3s ease;
  z-index: -1;
}
.service-area .servicecarousel .single-item .img-mapping::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../images/services/05.png") no-repeat center center;
  background-size: contain;
  opacity: 1;
  transition: opacity 0.3s ease;
  z-index: -1;
}

.service-area .servicecarousel .single-item .img-search::after,
.service-area .servicecarousel .single-item .img-advisory::after,
.service-area .servicecarousel .single-item .img-executive::after,
.service-area .servicecarousel .single-item .img-board::after,
.service-area .servicecarousel .single-item .img-mapping::after,
.service-area .servicecarousel .single-item .img-search::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
  transition: background-color 0.3s ease;
}

.service-area .servicecarousel .single-item .img-search:hover::after,
.service-area .servicecarousel .single-item .img-advisory:hover::after,
.service-area .servicecarousel .single-item .img-executive:hover::after,
.service-area .servicecarousel .single-item .img-board:hover::after,
.service-area .servicecarousel .single-item .img-mapping:hover::after,
.service-area .servicecarousel .single-item .img-search:hover::after {
  background-color: rgba(0, 0, 0, 0.5);
}

.service-area .servicecarousel .single-item span:before {
  font-size: 50px;
  line-height: 50px;
  transition: all 500ms ease;
}

.service-area .servicecarousel .single-item span {
  color: #ffffff !important;
}

.service-area .servicecarousel .single-item h3 {
  color: #efbf04 !important;
  text-shadow: 1px 1px 2px #000000;
}

.service-area .servicecarousel .single-item .img-search h3,
.service-area .servicecarousel .single-item .img-advisory h3,
.service-area .servicecarousel .single-item .img-executive h3,
.service-area .servicecarousel .single-item .img-board h3,
.service-area .servicecarousel .single-item .img-mapping h3 {
  color: #ffffff !important;
  position: relative;
  z-index: 1;
  transition: color 0.3s ease;
}

.service-area .servicecarousel .single-item .img-search span,
.service-area .servicecarousel .single-item .img-advisory span,
.service-area .servicecarousel .single-item .img-executive span,
.service-area .servicecarousel .single-item .img-board span,
.service-area .servicecarousel .single-item .img-mapping span {
  color: #EFBF04 !important;
  position: relative;
  z-index: 1;
  transition: color 0.3s ease;
}

.service-area .servicecarousel .single-item:hover .icon-holder span:before {
  color: #fff;
  transition-delay: 0.5s;
}

.service-area .servicecarousel .single-item .icon-holder:before {
  background: none !important;
}

.service-area .servicecarousel .single-item:hover .icon-holder h3 {
  color: #000000;
}

.smart-approach-area .single-item .inner-content .iocn-holder span:before {
  color: #3d3d3d;
}

.bgclr-1 {
  border: 2px solid #cccccc;
  background-color: #EFBF04;
  color: #ffffff;
}

.thm-btn:hover {
  color: #000000;
  background-color: #EFBF04;
  border-color: #cccccc;
}

.consultations-area .contact-info li span {
  color: #EFBF04;
}

.smart-approach-area .single-item .overlay-content {
  border: 1px solid #EFBF04;
}

.overlay-style-one {
  background: rgba(61, 61, 61, 0.5);
}

.services {
  padding-top: 100px !important;
}

.datatable1 {
  max-height: 600px !important;
  overflow-y: scroll;
}
.datatable1 th,
.datatable1 td {
  border: 1px #cccccc solid;
  padding-left: 10px;
}
.datatable1 table input[type=button] {
  padding: 3px 5px;
  margin: 5px;
}
.datatable1 table input[type=button]:hover {
  color: #3d3d3d;
}

.text-justify {
  text-align: justify;
}

.text-default {
  text-align: left;
}

.text-color1 {
  color: #EFBF04;
}

.team-area .single-team-member .text-holder span {
  color: #3d3d3d;
}

.testimonial-area {
  background: url("../images/resources/bg.png") no-repeat center center;
  background-size: cover;
  background-color: #45c4e9;
  background-blend-mode: overlay;
}

.text-box p {
  text-shadow: 2px 2px 5px #000000;
}

.smart-approach-area .single-item .inner-content {
  padding: 0 0 !important;
}

.smart-approach-area .single-item .overlay-content .box {
  display: table-header-group;
}

.smart-approach-area .single-item .overlay-content .box .content h3 {
  margin-top: 50px;
}

.smart-approach-area .single-item .inner-content .title-holder {
  padding: 20px 20px 10px 20px;
}

.modal {
  margin-top: 100px;
}
.modal .modal-header {
  border-bottom: 1px solid #efbf04;
}
.modal .modal-header h5 {
  color: #FFFFFF !important;
}
.modal .modal-header span {
  font-size: 30px;
}
.modal .modal-header .close {
  margin-top: -20px !important;
}
.modal .modal-footer {
  border-top: 1px solid #efbf04;
}
.modal .modal-content {
  background: #3d3d3d;
}
.modal .registration {
  color: #FFFFFF;
}
.modal .row {
  margin: 10px 0 !important;
}
.modal input[type=submit] {
  color: #3d3d3d;
  background: #EFBF04 !important;
}
.modal input[type=submit]:hover {
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  section.top-bar-area {
    display: none !important;
  }
  nav.main-menu {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}/*# sourceMappingURL=custom.css.map */