body{
    font-family: "Poppins", serif;
  }

  a{
    text-decoration: none;
  }

  .navbar-brand img {
    height: 60px;
  }

  .site-header li.nav-item {
    padding: 0 10px;
  }

  .quote-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    position: relative;
    line-height: 1em;
    padding: 15px 40px;
    font-weight: 500;
    overflow: hidden;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
    background-color: #FBB326;
  }

  .quote-btn:hover {
    color: #fff;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  }

  .quote-btn:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #FBB326;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  }

  .quote-btn::before {
    background-color: #0B7176;
  }

  .quote-btn:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
  }

  .quote-btn span{
    position: relative;
  }


  .hero-banner .slick-arrow {
    background: #ffffff5c;
    width: 40px;
    height: 40px;
  }

  .hero-banner .slick-arrow::before {
    font-family: bootstrap-icons !important;
  }

  .hero-banner .slick-next::before {
    content: "\f285";
  }

  .hero-banner .slick-prev::before {
    content: "\f284";
  }


  .slick-prev, .slick-next{
    z-index: 1;
  }

  .slick-next {
    right: 0;
  }

  .slick-prev {
    left: 0;
  }

  .bnr-text {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    transform: translateY(-50%);
  }

  .hero-block{
    position: relative;
  }

  .f-24{
    font-weight: 600;
    font-size: 24px;
  }

  .bnr-text h1{
    font-size: 56px;
    line-height: 64px;
    margin: 20px 0 30px;
  }

  .bnr-text .quote-btn{
    background-color: #0B7176;
    padding: 24px 30px;
    width: 220px;
  }

  .bnr-text .quote-btn::before {
    background-color: #FBB326;
  }

  .theme-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 0;
  }

  .btn-style-one {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    padding: 15px 25.5px 15px 15px;
    font-weight: 500;
    overflow: hidden;
    color: #000;
    background: #FBB326;
  }

  .btn-style-one:hover {
    color: #ffffff;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  }

  .btn-style-one:before {
    position: absolute;
    left: 0;
    top: 0%;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #0B7176;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    z-index: -1;
  }

  .btn-style-one:hover:before {
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  .theme-btn .bi{
    font-size: 24px;
  }

  .contact-block {
    background-color: rgb(249, 245, 239);
    padding: 30px 40px;
  }

  .info-icon {
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    line-height: 74px;
    margin-right: 20px;
    text-align: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }

  .info-icon img {
    width: 35px;
  }

  .contact-block:hover .info-icon,
  .about-block:hover .icon-box {
    -webkit-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
  }

  .contact-text span{
    color: #74787c;
    font-size: 14px;
  }

  .contact-text a{
    color: #000;
    font-size: 24px;
    font-weight: 600;
  }

  .contact-info {
    margin: -65px 0 0;
    position: relative;
  }

  .sec-title .sub-title {
    position: relative;
    font-size: 14px;
    color: #FBB326;
    line-height: 1.2em;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 20px;
    margin-left: 30px;
    text-transform: uppercase;
  }

  .sec-title .sub-title:after {
    position: absolute;
    right: 100%;
    top: 50%;
    height: 3px;
    width: 20px;
    margin-right: 10px;
    margin-top: -1px;
    background: #FBB326;
    content: "";
  }

  .sec-title h2 {
    position: relative;
    font-size: 48px;
    font-weight: 600;
    margin-top: -5px;
    margin-bottom: 0;
  }

  .about-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 45px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }

  .about-block .icon-box {
    background-color: rgb(249, 245, 239);
    border-radius: 50%;
    min-width: 100px;
    height: 100px;
    line-height: 115px;
    text-align: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .about-block .content-box {
    margin-left: 31px;
  }

  .about-block .content-box .title {
    margin-bottom: 11px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2em;
  }

  p, .text {
    color: #74787c;
    font-size: 16px;
    line-height: 26px;
  }

  .about-services{
    background-color: #000;
  }

  .about-more{
    margin: 70px 0 100px;
  }

  .list-style-two {
    position: relative;
  }

  .list-style-two li {
    color: #fff;
    list-style: none;
    position: relative;
    font-size: 14px;
    line-height: 22px;
    padding-left: 27px;
    margin-bottom: 0;
  }

  .list-style-two li:not(:last-child) {
    margin-bottom: 8px;
  }
  .list-style-two li:before {
    position: absolute;
    left: 0;
    top: 2px;
    content: "\f26a";
    font-weight: 900;
    font-family: bootstrap-icons !important;
    color: #fff;
  }

  .about-services .quote-btn {
    align-items: center;
    padding: 19px 0;
    width: 220px;
  }

  .about-services .quote-btn .bi {
    font-size: 24px;
    vertical-align: middle;
    position: relative;
  }

  .about-services .quote-btn span {
    vertical-align: middle;
  }

  .about-services{
    padding: 100px 0 120px;
  }

  .services-block-three.pull-up {
    position: relative;
    top: 64px;
  }

  .services-block-three .inner-box {
    position: relative;
    margin-bottom: 24px;
  }

  .services-block-three .content .inner span {
    color: #74787c;
    font-size: 12px;
    text-transform: uppercase;
  }

  .services-block-three .inner-box:before {
    content: "";
    position: absolute;
    background-color: #FBB326;
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  .services-block-three .inner-box:hover:before {
    height: 100%;
  }
  .services-block-three .inner-box .image-box .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .image-box .image {
    height: 270px;
  }

  .services-block-three .content .inner {
    background-color: rgb(36, 36, 36);
    padding: 20px 10px 12px 29px;
  }
  .services-block-three .content .inner span {
    font-size: 12px;
    text-transform: uppercase;
  }
  .services-block-three .content .inner .title {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2em;
  }

  .services-block-three .content-box {
    position: absolute;
    padding: 24px 20px;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .services-block-three  .list-style-two {
    padding: 0;
  }

  .services-block-three .content-box .title {
    color: #191919;
    margin-bottom: 10px;
    opacity: 0;
    visibility: hidden;
    font-weight: 700;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }

   .title a {
    color: #191919;
  }

  .services-block-three .inner-box:hover .content-box .title {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  .services-block-three .content-box .text {
    color: #191919;
    margin-bottom: 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }

  .services-block-three .inner-box:hover .content-box .text {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  .services-block-three .list-style-two {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    margin-bottom: 26px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  .services-block-three .inner-box:hover .content-box .list-style-two {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  .services-block-three .list-style-two li {
    color: #191919;
  }
  .services-block-three .list-style-two li:before {
    color: #191919;
  }

  .services-block-three .content-box .theme-btn {
    padding: 10px 18px 10px 14px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    background-color: #000;
    color: #fff;
    width: 170px;
  }

  .services-block-three .inner-box:hover .content-box .theme-btn {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  .services-block-three .inner-box .content-box .theme-btn .bi {
    padding-right: 10px;
  }


  .team-block-tow {
    position: relative;
    margin-bottom: 30px;
  }
  .team-block-tow .inner-box {
    position: relative;
  }
  .team-block-tow .image-box {
    position: relative;
    overflow: hidden;
  }
  .team-block-tow .image-box .image {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
  }
  .team-block-tow .image-box .image img {
    width: 100%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  .team-block-tow .inner-box:hover .image img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  .team-block-tow .image-box .social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: -20px;
    left: 30px;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  .team-block-tow .image-box .social-links a {
    background-color: #fff;
    color: var(--theme-color2);
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
    text-align: center;
  }
  .team-block-tow .inner-box:hover .social-links {
    bottom: 30px;
    left: 30px;
    opacity: 1;
  }
  .team-block-tow .info-box {
    background-color: #f6f6f6;
    padding: 26px 20px 23px 30px;
  }
  .team-block-tow .info-box .name {
    margin-bottom: 2px;
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2em;
  }
  .team-block-tow .info-box .designation {
    display: block;
    margin-bottom: 17px;
  }
  .team-block-tow .info-box .name a {
    color: #191919;
  }

  input.form-control {
    height: calc(2.25rem + 27px);
  }

  .form-control, .input-text {
    padding: 14px 30px;
    outline: 0;
    background-color: #f4f5f8;
    border: 1px solid #f4f5f8;
    color: #686a6f;
    font-size: 0.9rem;
    width: 100%;
  }

  ul, li {
    list-style: none;
    padding: 0px;
    margin: 0px;
  }

  .contact-details__info {
    position: relative;
    display: block;
    margin-top: 41px;
  }

  .contact-details__info li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .contact-details__info li .icon {
    height: 80px;
    width: 80px;
    background-color: #191919;
    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;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }

  .contact-details__info li .icon .bi {
    color: #fff;
    font-size: 25px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }

  .contact-details__info li:not(:last-child){
    margin-bottom: 20px;
  }

  .contact-details__info li .text {
    margin-left: 30px;
  }

  .contact-details__info li .text  h6 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4em;
  }
  .contact-details__info li .text span {
    font-size: 20px;
    color: var(--notech-black);
  }


  .contact-details__info li .text a{
    color: #74787c;
  }

  .news-block {
    position: relative;
    margin-bottom: 30px;
  }

  .news-block .inner-box {
    position: relative;
  }
  .news-block .image-box {
    position: relative;
  }
  .news-block .image-box .image {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
  }
  .news-block .image-box .image img {
    display: block;
    width: 100%;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
  }
  .news-block .image-box .image a:after {
    background: rgba(255, 255, 255, 0.3);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    pointer-events: none;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
  }
  .news-block .inner-box:hover .image-box .image a:after {
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
  }
  .news-block .content-box {
    position: relative;
    padding: 31px 38px 43px;
    background-color: #fff;
    -webkit-box-shadow: 0px 17px 60px 0px rgba(166, 170, 184, 0);
    box-shadow: 0px 17px 60px 0px rgba(166, 170, 184, 0);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  .news-block .inner-box:hover .content-box {
    -webkit-box-shadow: 0px 17px 60px 0px rgba(166, 170, 184, 0.2);
    box-shadow: 0px 17px 60px 0px rgba(166, 170, 184, 0.2);
  }
  .news-block .content-box .post-info {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 9px;
  }
  .news-block .content-box .post-info li {
    position: relative;
    color: var(--theme-color1);
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    margin-right: 18px;
  }
  .news-block .content-box .post-info li .bi {
    margin-right: 5px;
    color: var(--theme-color2);
    font-size: 14px;
  }

  .news-block .content-box .title {
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2em;
    color: #191919;
  }

  .news-block .content-box .read-more {
    position: relative;
    font-size: 16px;
    color: #191919;
    font-weight: 500;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }

  .news-block .content-box .read-more .bi {
    margin-left: 3px;
    color: #191919;
    font-size: 16px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }

  .blog-post .slick-list{
    margin: 0 -20px;
  }

  .blog-post .slick-list .slick-slide{
    padding: 0 10px;
  }

  .logi-img{
    height: 640px;
  }

  .logi-img img{
    height: 100%;
    object-fit: cover;
  }


  .main-footer {
    position: relative;
    background-color: #000;
  }
  .main-footer .widgets-section {
    position: relative;
    padding: 100px 0 93px;
  }
  .main-footer .company-widget {
    margin-left: 44px;
  }
  .main-footer .footer-widget {
    position: relative;
  }
  .main-footer .widget-title {
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 33px;
  }
  .main-footer .widget-title:before {
    position: absolute;
    left: 0;
    bottom: -9px;
    background-color: #FBB326;
    height: 2px;
    width: 40px;
    content: "";
  }

  .user-links {
    position: relative;
  }
  .user-links li {
    position: relative;
    font-size: 16px;
    line-height: 28px;
    color: #74787c;
    font-weight: 400;
    margin-bottom: 0;
  }

  .user-links li a {
    position: relative;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #74787c;
  }

  .footer-bottom {
    position: relative;
    border-top: 1px solid rgb(44, 44, 44);
  }
  .footer-bottom .inner-container {
    position: relative;
    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;
  }

  .footer-bottom .copyright-text p {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    color: #fff;
  }

  .footer-bottom .copyright-text {
    position: relative;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .footer-bottom .copyright-right a {
    color: #fff;
  }

  .footer-bottom .copyright-right a:not(:first-child) {
    margin-left: 40px;
  }
