/* $yellow = '#ffe123'; */
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  background: #fff;
}

#page {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.offcanvas #page {
  overflow: hidden;
  position: absolute;
}

.offcanvas #page:after {
  -webkit-transition: 2s;
  transition: 2s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.7);
  content: "";
}

a {
  color: #ffe123;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #ffe123;
  outline: none;
  text-decoration: none;
}

p {
  margin-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6,
figure {
  color: #000;
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
}

::-webkit-selection {
  color: #fff;
  background: #ffe123;
}

::-moz-selection {
  color: #fff;
  background: #ffe123;
}

::selection {
  color: #fff;
  background: #ffe123;
}

.fh5co-nav {
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  padding: 40px 0;
  z-index: 1001;
}

.f-section-st li {
  width: 49% !important;
}

@media screen and (max-width: 768px) {
  .fh5co-nav {
    padding: 20px 0;
  }
}

.fh5co-nav #fh5co-logo {
  font-size: 20px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: bold;
}

.fh5co-nav a {
  padding: 5px 10px;
  color: #333;
}

@media screen and (max-width: 768px) {
  .fh5co-nav .menu-1 {
    display: none;
  }
}

.fh5co-nav ul {
  padding: 0;
  margin: 0;
}

.menu-body-a .fh5co-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fh5co-nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  /*float: left;*/
  margin-left: 15px;
}

.menu-body-a .mainmenu-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu-body-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.menu-body-a .mainmenu ul.sub-menu,
.mainmenu ul.sub-menu ul.inside-menu {
  padding: 0;
  top: 40px;
}

.menu-body-a .mainmenu ul.sub-menu li:hover ul.inside-menu {
  left: 213px;
  padding: 0;
  top: 0;
}

.menu-body-a .mainmenu > nav > ul#nav > li:hover ul.sub-menu,
.mainmenu ul.sub-menu li:hover ul.inside-menu {
  -webkit-box-shadow: 0 0 15px 0 #ddd;
          box-shadow: 0 0 15px 0 #ddd;
}

.menu-body-a .mainmenu ul.sub-menu ul.inside-menu li {
  margin-left: 0;
  width: 100%;
  display: block;
}

.fh5co-nav ul li a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #ffe123;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  z-index: -1;
}

.fh5co-nav ul li a:hover:before {
  width: 100%;
}

.fh5co-nav ul li a {
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 600;
  letter-spacing: 0.3px;
  padding: 5px 10px;
  display: inline;
  position: relative;
  z-index: 1;
}

.fh5co-nav ul li a:hover,
.fh5co-nav ul li a:focus,
.fh5co-nav ul li a:active {
  color: #000;
}

.fh5co-nav ul li.has-dropdown {
  position: relative;
}

.fh5co-nav ul li.has-dropdown .dropdown {
  width: 200px;
  -webkit-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  z-index: 1002;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 75px;
  left: 0;
  text-align: left;
  background: #fff;
  padding: 0;
  border-radius: 4px;
  -webkit-transition: 0s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 0;
  overflow: hidden;
}

.fh5co-nav ul li.has-dropdown:hover .dropdown {
  visibility: visible;
  opacity: 1;
}

.fh5co-nav ul li.has-dropdown .dropdown li {
  display: block;
}

.fh5co-nav ul li.has-dropdown .dropdown li:last-child {
  margin-bottom: 0;
}

.fh5co-nav ul li.has-dropdown .dropdown li a {
  padding: 15px 20px;
  display: block;
  color: #000;
  line-height: 1.2;
  text-transform: none;
  font-size: 14px;
}

.fh5co-nav ul li.has-dropdown .dropdown li a:hover {
  color: #000;
}

.fh5co-nav ul li.has-dropdown:hover a,
.fh5co-nav ul li.has-dropdown:focus a {
  color: #000;
}

.fh5co-nav ul li.btn-cta a {
  color: #ffe123;
}

.fh5co-nav ul li.btn-cta a span {
  background: #fff;
  padding: 4px 20px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  display: inline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 100px;
}

.fh5co-nav ul li.btn-cta a:hover span {
  -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
}

.fh5co-nav ul li.active > a {
  color: #000 !important;
}

#fh5co-header,
#fh5co-counter,
.fh5co-bg {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}

.fh5co-bg {
  background-size: cover;
  background-position: center center;
  position: relative;
  width: 100%;
  float: left;
  position: relative;
}

.fh5co-video {
  overflow: hidden;
}

@media screen and (max-width: 992px) {
  .fh5co-video {
    height: 450px;
  }
}

.fh5co-video a {
  z-index: 1001;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -45px;
  margin-left: -45px;
  width: 90px;
  height: 90px;
  display: table;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  border-radius: 50%;
}

.fh5co-video a i {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  font-size: 40px;
}

.fh5co-video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.fh5co-video:hover .overlay {
  background: rgba(0, 0, 0, 0.7);
}

.fh5co-video:hover a {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.fh5co-cover {
  height: 800px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
}

/*.overlay {

    z-index: 0;

    position: absolute;

    bottom: 0;

    top: 0;

    left: 0;

    right: 0;

    background: #ff5db1;

    background: -moz-linear-gradient(135deg, #17151652 0%, rgba(22, 23, 23, 0.36) 100%);

    background: -webkit-gradient(left top, right bottom, color-stop(0%, #ff5db1), color-stop(100%, rgba(0, 87, 137, 0.7)));

    background: -webkit-linear-gradient(135deg, #17151652 0%, rgba(22, 23, 23, 0.36) 100%);

    background: -o-linear-gradient(135deg, #17151652 0%, rgba(22, 23, 23, 0.36) 100%);

    background: -ms-linear-gradient(135deg, #17151652 0%, rgba(22, 23, 23, 0.36) 100%);

    background: linear-gradient(135deg, #17151652 0%, rgba(22, 23, 23, 0.36) 100%);

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5db1', endColorstr='#005789', GradientType=1 );

  }*/
.fh5co-cover > .fh5co-container {
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .fh5co-cover {
    height: 600px;
  }
}

.fh5co-cover .display-t,
.fh5co-cover .display-tc {
  z-index: 9;
  height: 900px;
  display: table;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .fh5co-cover .display-t,
  .fh5co-cover .display-tc {
    height: 600px;
  }
}

.fh5co-cover.fh5co-cover-sm {
  height: 500px;
}

@media screen and (max-width: 768px) {
  .fh5co-cover.fh5co-cover-sm {
    height: 400px;
  }
}

.fh5co-cover.fh5co-cover-sm .display-t,
.fh5co-cover.fh5co-cover-sm .display-tc {
  height: 600px;
  display: table;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .fh5co-cover.fh5co-cover-sm .display-t,
  .fh5co-cover.fh5co-cover-sm .display-tc {
    height: 400px;
  }
}

#fh5co-counter {
  width: 100%;
}

#fh5co-counter .display-t,
#fh5co-counter .display-tc {
  display: table;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #fh5co-counter {
    height: inherit;
    padding: 0;
  }
  #fh5co-counter .display-t,
  #fh5co-counter .display-tc {
    height: inherit;
  }
}

.about-content {
  margin-bottom: 7em;
}

.about-content .desc {
  background: #fff;
  padding: 20px;
}

.fh5co-staff {
  text-align: center;
  margin-bottom: 30px;
}

.fh5co-staff img {
  width: 100px;
  margin-bottom: 20px;
  border-radius: 50%;
}

.fh5co-staff h3 {
  font-size: 24px;
  margin-bottom: 5px;
}

.fh5co-staff p {
  margin-bottom: 30px;
}

.fh5co-staff .role {
  color: #bfbfbf;
  margin-bottom: 30px;
  font-weight: normal;
  display: block;
}

.fh5co-social-icons {
  margin: 0;
  padding: 0;
}

.fh5co-social-icons li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.fh5co-social-icons li a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #ffe123;
  padding-left: 10px;
  padding-right: 10px;
}

.fh5co-social-icons li a i {
  font-size: 20px;
}

.fh5co-contact-info ul {
  padding: 0;
  margin: 0;
}

.fh5co-contact-info ul li {
  padding: 0;
  margin: 0 0 20px 0;
  list-style: none;
  position: relative;
  color: #333;
}

.fh5co-contact-info ul li a {
  color: #333;
}

.fh5co-contact-info ul li i {
  margin-right: 20px;
  font-size: 22px;
  color: #ffe123;
  vertical-align: middle;
}

.fh5co-contact-info ul li img {
  margin-right: 10px;
}

.contact_section {
  position: relative;
}

.contact_section .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  background: #000;
  opacity: 0.5;
}

#contact-form .form-control {
  border: 1px solid #666;
  color: #333;
}

#contact-form .form-control::-webkit-input-placeholder {
  color: #666;
}

#contact-form .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #666;
}

#contact-form .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #666;
}

#contact-form .form-control:-ms-input-placeholder {
  color: #666;
}

form label {
  font-weight: normal !important;
}

.page-header {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 0;
  margin: 0;
  margin-top: 100px;
  border: 0;
}

.page-header .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 0;
}

.page-header .container {
  padding: 0;
}

.page-header.home-page {
  background-attachment: fixed;
  margin: 0;
}

.page-header.home-page .overlay {
  background-color: rgba(0, 0, 0, 0.3);
}

.home-services {
  margin-top: -100px;
  position: relative;
}

.page-header .page-header-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50vh;
}

.page-header.home-page .page-header-text {
  height: 100vh;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.page-header .page-header-text .header-box {
  padding: 30px;
  background: rgba(255, 255, 255, 0.8);
  width: 640px;
  border-radius: 5px;
}

.page-header .page-header-text h1 {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  padding: 30px 40px;
  margin-top: 50px;
  position: relative;
  font-family: "Montserrat", sans-serif;
}

.page-header .page-header-text h1:before {
  content: "";
  width: 40px;
  height: 40px;
  bottom: 0;
  left: 0;
  position: absolute;
  background-color: transparent;
  z-index: 1;
  border-bottom: 4px solid #ffe123;
  border-left: 4px solid #ffe123;
  border-radius: 5px;
}

.page-header .page-header-text h1:after {
  content: "";
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  position: absolute;
  background-color: transparent;
  z-index: 1;
  border-top: 4px solid #ffe123;
  border-right: 4px solid #ffe123;
  border-radius: 5px;
}

.page-header .page-header-text .header-box h1 {
  line-height: 1.2em;
  font-size: 45px;
  color: #333;
  font-weight: bold;
}

.page-header .page-header-text .header-box h2 {
  padding-top: 20px;
  font-size: 20px;
  margin-bottom: 0px;
  color: #333;
}

#fh5co-header .display-tc,
#fh5co-counter .display-tc,
.fh5co-cover .display-tc {
  display: table-cell !important;
  vertical-align: middle;
}

#fh5co-header .display-tc h1,
#fh5co-header .display-tc h2,
#fh5co-counter .display-tc h1,
#fh5co-counter .display-tc h2,
.fh5co-cover .display-tc h1,
.fh5co-cover .display-tc h2 {
  margin: 0;
  padding: 0;
  color: white;
}

#fh5co-header .display-tc h1,
#fh5co-counter .display-tc h1,
.fh5co-cover .display-tc h1 {
  margin-bottom: 0px;
  font-size: 60px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  #fh5co-header .display-tc h1,
  #fh5co-counter .display-tc h1,
  .fh5co-cover .display-tc h1 {
    font-size: 40px;
  }
}

#fh5co-header .display-tc h2,
#fh5co-counter .display-tc h2,
.fh5co-cover .display-tc h2 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 30px;
}

#fh5co-header .display-tc .btn,
#fh5co-counter .display-tc .btn,
.fh5co-cover .display-tc .btn {
  padding: 15px 30px;
  background: #ffe123 !important;
  color: #fff;
  border: none !important;
  font-size: 18px;
  text-transform: uppercase;
}

#fh5co-header .display-tc .btn:hover,
#fh5co-counter .display-tc .btn:hover,
.fh5co-cover .display-tc .btn:hover {
  background: #ffe123 !important;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
}

#fh5co-counter {
  text-align: center;
}

#fh5co-counter .counter {
  font-size: 50px;
  margin-bottom: 10px;
  color: #fff;
  font-weight: 100;
  display: block;
}

#fh5co-counter .counter-label {
  margin-bottom: 0;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.1em;
}

@media screen and (max-width: 992px) {
  #fh5co-counter .counter-label {
    font-size: 13px;
  }
}

#fh5co-counter .feature-center {
  margin-bottom: 4em;
}

@media screen and (max-width: 992px) {
  #fh5co-counter .feature-center {
    margin-bottom: 3em;
    width: 25%;
    float: left;
  }
}

@media screen and (max-width: 768px) {
  #fh5co-counter .feature-center {
    width: 100%;
  }
}

#fh5co-counter .icon {
  width: 70px;
  height: 70px;
  text-align: center;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  margin-bottom: 30px;
}

#fh5co-counter .icon i {
  height: 70px;
}

#fh5co-counter .icon i:before {
  display: block;
  text-align: center;
  margin-left: 3px;
}

#fh5co-portfolio,
#fh5co-testimonial,
#fh5co-services-section,
#fh5co-about-section,
#fh5co-started,
#fh5co-footer,
#fh5co-section,
.fh5co-section {
  margin-bottom: 3em;
  clear: both;
}

#fh5co-footer {
  padding: 3em 0;
  margin: 0;
}

#pd-st-mn {
  margin-bottom: 0 !important;
}

.pd-tp-st {
  padding-top: 3em;
}

.scnd-box-main-ct {
  width: 100%;
  background: #efefef;
}

@media screen and (max-width: 768px) {
  #fh5co-portfolio,
  #fh5co-testimonial,
  #fh5co-services-section,
  #fh5co-about-section,
  #fh5co-started,
  #fh5co-footer,
  .fh5co-section {
    margin-bottom: 3em;
  }
  #fh5co-footer {
    padding: 3em 0;
    margin: 0;
  }
  #fh5co-portfolio,
  #fh5co-testimonial,
  #fh5co-footer {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.fh5co-bg-section {
  position: relative;
  background: #000;
  background: linear-gradient(135deg, #000 0%, #777 100%);
  margin-bottom: 3em;
}

.fh5co-bg-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#fh5co-features,
#fh5co-features-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  width: 100%;
}

#fh5co-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  width: 100%;
}

.col-nineth {
  width: 75%;
  float: left;
  padding: 60px 0;
}

.col-twelth {
  width: 100%;
  float: left;
}

p {
  text-align: justify;
}

@media screen and (max-width: 992px) {
  .col-nineth {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .col-nineth {
    padding-left: 30px;
    padding-right: 30px;
  }
  .col-twelth {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.col-nineth .col-third {
  width: 25%;
  float: left;
}

.col-twelth .col-third {
  width: 24%;
  float: left;
  margin: 6px;
  padding: 5px;
  height: 435px;
}

@media screen and (max-width: 768px) {
  .col-nineth .col-third {
    width: 100%;
    margin-bottom: 30px;
  }
  .col-twelth .col-third {
    width: 100%;
    margin-bottom: 30px;
  }
}

.col-nineth .col-third .icon {
  width: 90px;
  height: 90px;
  background: #efefef;
  display: table;
  text-align: center;
  margin-bottom: 30px;
  border-radius: 50%;
}

.col-twelth .col-third .icon {
  width: 90px;
  height: 90px;
  background: #fff;
  display: table;
  text-align: center;
  margin-bottom: 30px;
  border-radius: 50%;
}

@media screen and (max-width: 992px) {
  .col-nineth .col-third .icon {
    margin: 0 auto 30px auto;
  }
  .col-twelth .col-third .icon {
    margin: 0 auto 30px auto;
  }
}

.col-nineth .col-third .icon i {
  display: table-cell;
  vertical-align: middle;
  height: 90px;
  font-size: 40px;
  line-height: 40px;
  color: #ffe123;
}

.col-nineth .col-third .desc h3 {
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: 600;
}

.col-twelth .col-third .icon i {
  display: table-cell;
  vertical-align: middle;
  height: 90px;
  font-size: 40px;
  line-height: 40px;
  color: #ffe123;
}

.col-twelth .col-third .desc h3 {
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 600;
}

.col-forth {
  width: 25%;
  float: left;
  padding: 40px 0;
  position: relative;
}

@media screen and (max-width: 992px) {
  .col-forth {
    width: 100%;
  }
}

.feature-center {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 100%;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .feature-center {
    margin-bottom: 50px;
  }
}

.feature-center .icon {
  width: 90px;
  height: 90px;
  background: #efefef;
  display: table;
  text-align: center;
  margin: 0 auto 30px auto;
  border-radius: 50%;
}

.feature-center .icon i {
  display: table-cell;
  vertical-align: middle;
  height: 90px;
  font-size: 40px;
  line-height: 40px;
  color: #ffe123;
}

.feature-center p,
.feature-center h3 {
  margin-bottom: 30px;
}

.feature-center h3 {
  text-transform: uppercase;
  font-size: 18px;
  color: #5d5d5d;
  line-height: 1.5;
}

#fh5co-features-2 .fh5co-heading h2 {
  color: #fff;
  font-weight: 300;
}

#fh5co-features-2 p {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 3em;
}

.col-feature-9,
.col-feature-3 {
  float: left;
  padding: 6em 0;
}

.col-feature-9 {
  width: 75%;
  padding-right: 40px;
}

@media screen and (max-width: 992px) {
  .col-feature-9 {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .col-feature-9 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.col-feature-3 {
  width: 25%;
  background: rgba(0, 0, 0, 0.2);
  background-size: cover;
  background-position: center center;
  position: relative;
}

@media screen and (max-width: 992px) {
  .col-feature-3 {
    width: 100%;
  }
}

.feature-image {
  width: 128%;
}

@media screen and (max-width: 768px) {
  .feature-image {
    width: 100%;
    margin-bottom: 30px;
  }
}

.feature-image img {
  width: 100%;
}

.feature-left {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}

.feature-left:last-child {
  margin-bottom: 0;
}

.feature-left .icon i {
  float: left;
  font-size: 24px;
  color: #fff;
}

.feature-left .feature-copy {
  float: right;
  width: 89%;
}

@media screen and (max-width: 992px) {
  .feature-left .feature-copy {
    width: 89%;
    float: right;
  }
}

.feature-left .feature-copy h3 {
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
  letter-spacing: 2px;
  line-height: 28px;
}

.feature-left .feature-copy p {
  color: rgba(255, 255, 255, 0.7);
}

.project {
  width: 100%;
  float: left;
  margin-bottom: 5em;
}

.project:last-child {
  margin-bottom: 0;
}

.project .mt {
  margin: 0;
}

.project .mt.ml-left-100 {
  margin-left: 15px;
}

.project .mt h4 {
  position: relative;
  padding-left: 40px;
  font-size: 20px;
}

.project .mt h4 i {
  position: absolute;
  left: 0;
  top: 0;
  color: #ffe123;
}

.project .mt > div {
  margin-bottom: 40px;
}

.project .mt .list-nav {
  margin: 50px 0 0 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 5px;
}

.project .mt .list-nav li {
  list-style: none;
  margin: 0;
  padding: 0 5px;
  font-size: 17px;
  padding-left: 30px;
  margin-bottom: 10px;
  position: relative;
  width: 100%;
  line-height: 23px;
}

.project .mt .list-nav li i {
  position: absolute;
  left: 0;
  top: 6px;
  font-size: 18px;
  color: #ffe123;
}

.work-grid {
  background-size: cover;
  background-position: center center;
  position: relative;
  width: 100%;
  height: 350px;
  float: left;
  display: table;
  margin-bottom: 40px;
}

.work-grid .desc {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 350px;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media screen and (max-width: 768px) {
  .work-grid .desc {
    opacity: 1;
  }
}

.work-grid .desc h3 {
  margin-bottom: 10px;
}

.work-grid .desc h3 a {
  color: #fff;
}

.work-grid .desc h3 a:hover,
.work-grid .desc h3 a:focus {
  text-decoration: none;
}

.work-grid .desc .cat {
  font-size: 12px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 2px;
  margin-bottom: 20px;
  display: block;
}

.work-grid .desc p {
  padding: 0;
}

.work-grid .desc p a {
  padding: 0;
  color: #fff;
}

.work-grid .desc p a:hover,
.work-grid .desc p a:focus {
  text-decoration: none;
}

.work-grid .desc .download,
.work-grid .desc .love {
  line-height: 0;
  font-size: 16px;
}

.work-grid .desc .download a,
.work-grid .desc .love a {
  padding: 14px 15px;
  line-height: 0;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -moz-ms-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -moz-o-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
}

.work-grid .desc .download a {
  background: #ffe123;
}

.work-grid .desc .love a {
  background: #e04462;
}

.work-grid:hover .desc {
  opacity: 1;
}

.fh5co-heading {
  position: relative;
  margin: 0 auto 3em;
  /* max-width: 800px; */
}

.fh5co-heading.fh5co-heading-sm {
  margin-bottom: 2em;
}

.fh5co-heading h2 {
  font-size: 36px;
  margin-bottom: 0;
  line-height: 1.5;
  font-weight: bold;
  color: #000;
  text-transform: capitalize;
}

.fh5co-heading:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
  border-bottom: 6px solid #ffe123;
  width: 200px;
}

.fh5co-heading p {
  font-size: 16px;
  color: #666;
}

#fh5co-testimonial {
  background: #efefef;
  float: left;
  width: 100%;
  color: #52565b;
  padding: 3em 0;
}

#fh5co-testimonial .fh5co-heading h2:after {
  margin: 0;
}

#fh5co-testimonial blockquote {
  border-left: none;
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  text-align: center;
}

#fh5co-testimonial .author {
  margin-bottom: 0;
  margin-left: 10px;
}

#fh5co-started {
  background: #000;
  background: linear-gradient(135deg, #000 0%, #777 100%);
  padding: 3em 0;
}

#fh5co-started .fh5co-heading h2 {
  color: #fff;
}

#fh5co-started .fh5co-heading p {
  color: rgba(255, 255, 255, 0.5);
}

#fh5co-started .form-control {
  background: rgba(255, 255, 255, 0.2);
  border: none !important;
  color: #fff;
  font-size: 16px !important;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#fh5co-started .form-control::-webkit-input-placeholder {
  color: #fff;
}

#fh5co-started .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

#fh5co-started .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

#fh5co-started .form-control:-ms-input-placeholder {
  color: #fff;
}

#fh5co-started .form-control:focus {
  background: rgba(255, 255, 255, 0.3);
}

#fh5co-started .btn {
  height: 54px;
  border: none !important;
  background: #ffe123;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  padding-left: 50px;
  padding-right: 50px;
}

#fh5co-started .form-inline .form-group {
  width: 100% !important;
  margin-bottom: 10px;
}

#fh5co-started .form-inline .form-group .form-control {
  width: 100%;
}

#fh5co-started .fh5co-heading h2 {
  margin-bottom: 0;
}

#fh5co-footer {
  background: #212121;
}

#fh5co-footer .fh5co-footer-links {
  padding: 0;
  margin: 0;
}

#fh5co-footer .fh5co-footer-links li {
  padding: 0;
  margin: 0;
  list-style: none;
}

#fh5co-footer .fh5co-footer-links li a {
  color: #000;
  text-decoration: none;
}

#fh5co-footer .fh5co-footer-links li a:hover {
  text-decoration: underline;
}

#fh5co-footer .fh5co-widget {
  text-align: right;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  #fh5co-footer .fh5co-widget {
    text-align: left;
  }
}

#fh5co-footer .fh5co-widget h3 {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#fh5co-footer .copyright .block {
  display: block;
}

#fh5co-offcanvas {
  display: none;
  position: absolute;
  z-index: 1901;
  width: 270px;
  background: black;
  top: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 45px 40px 40px 40px;
  overflow-y: auto;
  -webkit-transform: translateX(270px);
  transform: translateX(270px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.offcanvas #fh5co-offcanvas {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

#fh5co-offcanvas a {
  color: rgba(255, 255, 255, 0.5);
}

#fh5co-offcanvas a:hover {
  color: rgba(255, 255, 255, 0.8);
}

#fh5co-offcanvas ul {
  padding: 0;
  margin: 0;
}

#fh5co-offcanvas ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}

#fh5co-offcanvas ul li > ul {
  padding-left: 20px;
  display: none;
}

#fh5co-offcanvas ul li.offcanvas-has-dropdown > a {
  display: block;
  position: relative;
}

#fh5co-offcanvas ul li.offcanvas-has-dropdown > a:after {
  position: absolute;
  right: 0px;
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e921";
  font-size: 20px;
  color: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#fh5co-offcanvas ul li.offcanvas-has-dropdown.active a:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.uppercase {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.gototop {
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 999;
  /*opacity: 0;*/
  /*visibility: hidden;*/
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.gototop.active {
  opacity: 1;
  visibility: visible;
}

.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: #404041;
  color: #fff;
  text-align: center;
  border-radius: 4px;
}

.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}

.gototop a:hover,
.gototop a:active,
.gototop a:focus {
  text-decoration: none;
  outline: none;
}

.fh5co-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}

.fh5co-nav-toggle.active i::before,
.fh5co-nav-toggle.active i::after {
  background: #444;
}

.fh5co-nav-toggle:hover,
.fh5co-nav-toggle:focus,
.fh5co-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}

.fh5co-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 2px;
  color: #252525;
  font: bold 14px/0.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #252525;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.fh5co-nav-toggle i::before,
.fh5co-nav-toggle i::after {
  content: "";
  width: 25px;
  height: 2px;
  background: #252525;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.fh5co-nav-toggle.fh5co-nav-white > i {
  color: #fff;
  background: #fff;
}

.fh5co-nav-toggle.fh5co-nav-white > i::before,
.fh5co-nav-toggle.fh5co-nav-white > i::after {
  background: #fff;
}

.fh5co-nav-toggle i::before {
  top: -7px;
}

.fh5co-nav-toggle i::after {
  bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
  top: -10px;
}

.fh5co-nav-toggle:hover i::after {
  bottom: -10px;
}

.fh5co-nav-toggle.active i {
  background: transparent;
}

.fh5co-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.fh5co-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.fh5co-nav-toggle {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  z-index: 2001;
  border-bottom: none !important;
}

@media screen and (max-width: 768px) {
  .fh5co-nav-toggle {
    display: block;
  }
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  border-radius: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 20px;
}

.btn.btn-md {
  padding: 8px 20px !important;
}

.btn.btn-lg {
  padding: 18px 36px !important;
}

.btn:hover,
.btn:active,
.btn:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  background: #ffe123;
  color: #333;
  border: 1px solid #333;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: #333 !important;
  border-color: #333 !important;
  color: #ffe123 !important;
}

.btn-primary.btn-outline {
  background: transparent;
  color: #333;
  border: 1px solid #333;
}

.btn-primary.btn-outline:hover,
.btn-primary.btn-outline:focus,
.btn-primary.btn-outline:active {
  background: #333;
  color: #ffe123;
}

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}

.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}

.btn-success.btn-outline:hover,
.btn-success.btn-outline:focus,
.btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}

.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}

.btn-info.btn-outline:hover,
.btn-info.btn-outline:focus,
.btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}

.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}

.btn-warning.btn-outline:hover,
.btn-warning.btn-outline:focus,
.btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}

.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}

.btn-danger.btn-outline:hover,
.btn-danger.btn-outline:focus,
.btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn.with-arrow i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.btn.with-arrow:hover {
  padding-right: 50px;
}

.btn.with-arrow:hover i {
  color: #fff;
  right: 18px;
  visibility: visible;
  opacity: 1;
}

.form-control {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 300;
}

.form-control:active,
.form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #ffe123;
}

.row-pb-md {
  padding-bottom: 4em !important;
}

.row-pb-sm {
  padding-bottom: 2em !important;
}

.fh5co-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #fff;
}

.fh5co-loader img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 200px;
  z-index: 10000;
}

.js .animate-box {
  opacity: 0;
}

.fh5co-nav ul li.has-dropdown .dropdown {
  width: 240px;
}

.fh5co-nav ul li.has-dropdown .dropdown li {
  padding: 0;
  text-transform: uppercase;
  margin: 0;
  float: none;
  display: block;
}

.fh5co-nav ul li.has-dropdown .dropdown li a {
  text-transform: uppercase;
  font-size: 14px;
}

.mr-2 {
  margin-right: 1.2rem;
}

.footer-social a {
  margin-right: 1rem;
  font-size: 3rem;
}

.icons {
  display: table;
}

.icons i {
  color: #ffe123;
}

.navbar-container {
  background: #fff;
  padding: 5px 20px;
  margin-top: -50px;
  border-radius: 5px;
}

.navbar-container #fh5co-logo img {
  width: 150px;
}

.topbar {
  background: #ffe123;
  height: 100px;
}

.card {
  border: 1px solid #ffe123;
  border-radius: 5px;
  overflow: hidden;
}

.card .header {
  background-color: #ffe123;
  padding: 10px;
  text-align: center;
}

.card .header h1,
.card .header h2,
.card .header h3 {
  margin: 0;
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 600;
}

.card .body {
  padding: 10px;
  height: 180px;
  overflow: hidden;
}

.services {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 3em;
}

.services .service-box {
  width: 300px;
  background-color: #ffe123;
  padding: 10px;
  margin: 10px;
  border-radius: 10px;
  position: relative;
}

.services .service-box .img {
  padding-top: 10px;
  text-align: center;
}

.services .service-box .img .icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #fff;
  margin: auto;
}

.services .service-box .img .icon i {
  color: #ffe123;
  line-height: 80px;
  font-size: 35px;
}

.services .service-box img {
  height: 170px;
  width: 100%;
}

.services .service-box .description {
  padding-bottom: 20px;
  text-align: center;
  margin-top: 20px;
}

.services .service-box .description h2 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.3px;
}

.services .service-box .description p {
  margin-top: 20px;
}

.services .service-box .description .ft-btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
  width: 130px;
  margin: auto;
}

.teams {
  height: 100%;
  margin: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.teams .team-box {
  width: 340px;
  background-color: #ffe123;
  padding: 10px;
  margin: 10px;
  border-radius: 10px;
  position: relative;
}

.teams .team-box .img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  margin: 10px auto;
}

.teams .team-box img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.teams .team-box .description {
  padding-bottom: 20px;
  text-align: center;
  margin-top: 20px;
}

.teams .team-box .description h2 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.3px;
}

.teams .team-box .description .role {
  font-weight: 600;
}

.teams .team-box .description p {
  margin-top: 10px;
}

.teams .team-box .description ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.teams .team-box .description ul li {
  display: inline-block;
  margin: 5px 10px;
}

.teams .team-box .description ul li a {
  font-size: 30px;
  color: #333;
}

.certification {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
  color: #fff;
}

.certification h2 {
  margin: 0;
  padding: 0;
  color: #616161;
  width: 30%;
}

.certification .imgs {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.certification .imgs img {
  margin: 0 20px;
  height: 100px;
}

.team-slider {
  width: 100%;
  margin-top: 3rem;
}

.team-slider .member {
  background: #ffff;
  padding: 20px;
  border: 2px solid #ffe123;
  text-align: center;
  display: inline-block;
}

.team-slider .member img {
  width: 100%;
  height: 270px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.team-slider .member h2 {
  font-size: 16px;
  margin: 15px 0;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  position: relative;
}

.team-slider .member h2:before {
  content: "";
  position: absolute;
  top: -15px;
  left: -23px;
  width: 4px;
  height: 45px;
  background-color: #ffffff;
  z-index: 1;
}

.team-slider .member h2:after {
  content: "";
  position: absolute;
  top: -15px;
  right: -23px;
  width: 4px;
  height: 45px;
  background-color: #ffffff;
  z-index: 1;
}

.team-slider .member h4 {
  font-size: 14px;
  color: #777;
  margin: 0;
}

.single-footer-widget .logo {
  margin-top: 20px;
}

.single-footer-widget h6 {
  color: #fff;
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 600;
  width: 100%;
}

.single-footer-widget p {
  margin-bottom: 10px;
}

.single-footer-widget p:nth-last-child(1) {
  margin-bottom: 0;
}

.read-more-wrap {
  max-height: 85px;
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
  -webkit-transition: max-height 0.5s linear;
  transition: max-height 0.5s linear;
}

.nav-tabs {
  border-bottom: 1px solid #bbb;
}

.nav-tabs > li {
  background-color: #e2d9cfe0;
  border: 1px solid #999;
  border-radius: 5px;
  margin-left: 10px;
}

.nav-tabs .nav-item .nav-link {
  color: #333;
}

.nav-tabs .nav-item.active .nav-link {
  background: #de8d13;
  border-color: #999;
  border-bottom-color: transparent;
}

.nav-tabs > li > a:hover {
  border-color: transparent;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
}

@media (max-width: 768px) {
  #fh5co-offcanvas {
    display: block;
  }
  .page-header {
    margin-top: 67px;
  }
  .page-header.home-page {
    background-attachment: scroll;
  }
  .page-header.home-page .page-header-text {
    height: 350px;
  }
  .page-header .page-header-text {
    height: 250px;
  }
  .page-header .page-header-text h1 {
    font-size: 28px;
    padding: 15px 25px;
    margin: 0;
  }
  .page-header .page-header-text h1:before,
  .page-header .page-header-text h1:after {
    width: 30px;
    height: 30px;
  }
  .home-services {
    margin-top: 2em;
  }
  .fh5co-heading h2 {
    font-size: 24px;
  }
  .feature-image img {
    height: auto !important;
  }
  .gototop {
    bottom: 100px;
    right: 27px;
  }
  .single-footer-widget p:nth-last-child(1) {
    margin-bottom: 20px;
  }
  .navbar-container {
    padding: 10px;
    margin-top: 0;
    border-radius: 0;
  }
  .navbar-container #fh5co-logo img {
    width: 90px;
  }
  .topbar {
    display: none;
  }
  .certification {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    height: auto;
  }
  .certification h2 {
    width: auto;
  }
  .certification .imgs {
    display: block;
    width: 100%;
    margin-top: 1em;
    text-align: center;
  }
  .certification .imgs img {
    margin: 0;
    height: 60px;
    width: 60px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .single-footer-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .single-footer-widget p {
    width: 50%;
  }
  .project .mt.ml-left-100 {
    margin-left: 20px;
  }
  .project .mt .list-nav li,
  .nav2 li {
    width: 100% !important;
  }
}

/* ADDED BY KUSHAGRA */
/*NEW CSS FOR HOME FAQ SECTION*/
#homeFAQSection {
  background-color: #fff;
  /*display: none;*/
  margin-bottom: 3em;
  margin-top: 1.3em;
}

#homeFAQSection .singleQuestionContainer {
  margin-bottom: 30px;
  padding: 0 10px;
}

#homeFAQSection .singleQuestionContainer .questionText {
  padding: 20px 15px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  background-color: #efefef;
  font-size: 22px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 4px 40px #3e495814;
          box-shadow: 0px 4px 40px #3e495814;
  margin-bottom: 0px;
  color: #616161;
  background-color: #ffe123;
}

#homeFAQSection .singleQuestionContainer .answerText {
  margin: 0;
  padding: 30px 20px 10px 20px;
  display: none;
  -webkit-transition: all linear 5s;
  transition: all linear 5s;
  opacity: 0;
  font-size: 18px;
  border: 1px solid #ffe123;
}

#homeFAQSection .singleQuestionContainer.active .answerText {
  display: block;
  opacity: 1;
}

/*REVIEWS SECTION*/
#reviewsSectionMain {
  /*display: none;*/
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f99d22), to(#ffe123)) !important;
  background-image: linear-gradient(180deg, #f99d22 0%, #ffe123 100%) !important;
  padding: 20px 0;
  margin-bottom: 20px;
}

#reviewsSectionMain h2,
#reviewsSectionMain h4,
#reviewsSectionMain p {
  color: #fff;
  font-weight: normal;
}

#reviewsSectionMain .review-slider {
  margin-top: 50px;
}

#reviewsSectionMain .review-slider .review-container {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .web-enabled-navs li {
    margin-bottom: 15px;
  }
  #fh5co-footer .single-footer-widget {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #fh5co-footer .single-footer-widget p {
    width: 100%;
    margin-bottom: 12px;
    font-size: 20px;
  }
  #fh5co-footer .single-footer-widget a {
    word-break: break-all;
    font-size: 20px;
  }
}

/*----------------------------------------*/
.mainmenu {
  display: inline-block;
  position: relative;
  z-index: 99;
      top: 25px;
}

.mainmenu-area {
  /* margin-top: 10px;  */
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-logo-menu.stick .mainmenu-area .mainmenu ul#nav > li > a {
  line-height: 96px;
}

.header-logo-menu.stick .mainmenu-area {
  padding: 0;
  margin: 0;
}

.mainmenu ul#nav > li {
  display: inline-block;
  margin-right: 24px;
  position: relative;
}

.mainmenu ul#nav > li > a {
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 600;
  letter-spacing: 0.3px;
  padding: 5px 10px;
  display: inline;
  position: relative;
  z-index: 1;
}

.mainmenu ul#nav > li > a:after,
.mainmenu ul#nav.menu-white > li > a:after {
  bottom: 43px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-logo-menu.stick .mainmenu ul#nav > li > a:after {
  bottom: 38px;
}

.mainmenu ul#nav.menu-white > li:hover > a:after {
  background: #2d3e50;
}

.mainmenu ul#nav > li:hover > a:after,
.mainmenu ul#nav.menu-white > li:hover > a:after {
  width: 21px;
}

.mainmenu ul#nav.menu-white > li > a {
  color: #fff;
}

.mainmenu ul#nav.menu-white > li:hover > a,
.stick .mainmenu ul#nav.menu-white > li:hover > a {
  color: #2d3e50;
}

.mainmenu li > a > i {
  margin-left: 6px;
  position: relative;
  top: -1px;
}

.lg-space .mainmenu ul#nav > li {
  margin-right: 10px;
}

.mainmenu ul#nav.border-full > li:hover > a:after {
  width: 100%;
}

.mainmenu ul#nav.border-top > li > a:after {
  bottom: auto;
  top: 30px;
}

.mainmenu ul#nav.border-top-2 > li > a:after {
  bottom: auto;
  top: -9px;
}

.padding-small .logo {
  padding-top: 20px;
}

.padding-small .mainmenu ul#nav > li > a {
  line-height: 82px;
}

/*------------------------------------------*/
/*  Dropdown Menu
/*------------------------------------------*/
.mainmenu ul.sub-menu,
.mainmenu ul.sub-menu ul.inside-menu {
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  left: -23px;
  margin: 0;
  padding: 14px 21px 16px;
  position: absolute;
  text-align: left;
  top: 100%;
  width: 213px;
  z-index: -99;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

.mainmenu ul#nav li ul.sub-menu > li {
  display: block;
  margin: 0;
  width: 100%;
  padding: 0;
  position: relative;
}

.mainmenu ul#nav li ul.sub-menu > li a,
.mega-menu a {
  color: #2d3e50;
  display: block;
  font-size: 12px;
  font-weight: bold;
  line-height: 33px;
  text-transform: capitalize;
}

.mainmenu li > .sub-menu i {
  float: right;
  font-size: 17px;
  top: 10px;
}

.mainmenu ul#nav li:last-child,
.header-two .mainmenu ul#nav li:last-child {
  margin-right: 0;
}

.mainmenu > nav > ul#nav > li:hover ul.sub-menu,
.mainmenu ul.sub-menu li:hover ul.inside-menu {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  z-index: 9999;
}

.mainmenu ul.sub-menu ul.inside-menu {
  left: 169px;
  top: -2px;
  width: 287px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

.mainmenu ul.sub-menu li:hover ul.inside-menu {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  z-index: 9999;
}

.fixed {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99999;
}

/*----------------------------------------*/
/*  2.2.3 Header Searchbox
/*------------------------------


/*----------------------------------------*/
/*  2.2.4 Mobile Menu
/*----------------------------------------*/
.mobile-menu-area {
  background: #2d3e50 none repeat scroll 0 0;
  display: none;
}

.mean-container .mean-bar:after {
  display: none;
}

.mean-container .mean-nav ul li a:hover {
  background: #fff;
}

.mean-container a.meanmenu-reveal span {
  background: #ffffff none repeat scroll 0 0;
}

.mean-container .mean-nav ul li a {
  background: #ffffff none repeat scroll 0 0;
  color: #2D3E50;
  display: block;
}

.mean-container .mean-nav ul li a.mean-expand {
  background: none;
  top: -4px;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background: none;
}

.mean-container .mean-nav ul li {
  background: transparent;
}

.mean-container .mean-nav ul li li a {
  color: #4e4f54;
  opacity: .90;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  border-top: 0;
}

.mean-container a.meanmenu-reveal:hover span {
  background: #fff;
}

.mobile-menu-area .mean-nav {
  background: #2d3e50 none repeat scroll 0 0;
}

.mean-last {
  margin-bottom: 20px;
}

.mobile-menu {
  position: relative;
}

.mean-container .mean-bar:before {
  color: #fff;
  content: "MENU";
  font-size: 18px;
  font-weight: 600;
  left: 0;
  position: absolute;
  top: 13px;
}

/*added css 20 nov 2021*/
.mainmenu ul.sub-menu li:hover ul.inside-menu {
  padding: 20px 10px;
  width: 250px;
  left: 192px;
  top: -14px;
}

.span12 {
  margin-top: 30px;
}

.col-twelth .col-third {
  padding-bottom: 20px;
}

#fh5co-portfolio > .container.details:first-child {
  padding: 0 15px 20px 15px;
}

#fh5co-portfolio > .container.details:last-child {
  padding: 40px 20px 20px 20px;
}

#fh5co-started ul li {
  list-style: none !important;
}

.benefit-options ul ul {
  padding-left: 20px;
}

.details.gray-section > div {
  max-width: 1170px;
  margin: auto;
  padding: 30px 15px 30px 15px;
}

.objt-fit-cvr {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.our-clients .item .reviewOuterBox .reviewMainBox {
  text-align: center;
  color: #fff;
}

.our-clients .item .reviewOuterBox .reviewText {
  text-align: center;
  color: #fff;
}

@media (min-width: 1199px) {
  .col-twelth .col-third {
    min-height: 450px;
  }
}

/**----- mobile menu css start----**/
@media (max-width: 991px) {
  li.mob_service,
  li.virtual_assistant {
    color: rgba(255, 255, 255, 0.5);
  }
  .mob_conatiner {
    margin-top: 30px;
  }
  ul.mob_sub-menu {
    padding: 10px 15px !important;
    font-size: 14px !important;
  }
  ul.mob_inside-menu {
    padding: 10px 15px !important;
    font-size: 14px !important;
  }
  .fh5co-nav-toggle.active i::before,
  .fh5co-nav-toggle.active i::after {
    background: rgba(255, 255, 255, 0.5);
  }
  ul.mob_inside-menu li {
    line-height: 16px;
    margin-bottom: 8px !important;
  }
}

/**----- mobile menu css end----**/
.back-clr-set {
  background: #efefef;
}

.back-clr-set .animate-box .fh5co-heading {
  padding-top: 20px;
}

.back-clr-set .animate-box .botm-pd {
  padding-bottom: 20px;
}
/*# sourceMappingURL=style.css.map */