
.main-btn {
  line-height: 70px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 35px;
  border: none;
  cursor: pointer;
  padding: 0 50px;
  background-color: #ff4a17;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  position: relative;
  z-index: 2;
}
.inner-section-gap {
    padding-top: 90px;
    padding-bottom: 90px;
}
/*======= Preloader =======*/
div#preloader {
  margin: auto;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
div#preloader .loader-cubes {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 150px;
  position: absolute;
}
div#preloader .loader-cubes .loader-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
div#preloader .loader-cubes .loader-cube::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
          animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
  background: #ff4a17;
}
div#preloader .loader-cubes .loader-cube.loader-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
          transform: scale(1.1) rotateZ(90deg);
}
div#preloader .loader-cubes .loader-cube.loader-cube2::before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
div#preloader .loader-cubes .loader-cube .loader-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
          transform: scale(1.1) rotateZ(270deg);
}
div#preloader .loader-cubes .loader-cube .loader-cube4::before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
div#preloader .loader-cubes .loader-cube .loader-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
          transform: scale(1.1) rotateZ(180deg);
}
div#preloader .loader-cubes .loader-cube .loader-cube3::before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
/*======= Breadcrumb =======*/
.breadcrumb-section {
    position: relative;
    z-index: 1;
    padding: 150px 0;
  }
  .breadcrumb-section.breadcrumb-3 {
    padding: 215px 0 123px;
  }
  @media (max-width: 1599px) {
    .breadcrumb-section {
      padding: 180px 0;
    }
  }
  @media (max-width: 767px) {
    .breadcrumb-section {
      padding: 120px 0;
    }
  }
  .breadcrumb-section::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #14212b;
    opacity: 0.65;
    z-index: -2;
  }
  .breadcrumb-section .breadcrumb-shapes > div {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #ff4a17;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
            clip-path: polygon(0 0, 0 100%, 100% 0);
    z-index: -1;
  }
  .breadcrumb-section .breadcrumb-shapes .one {
    width: 230px;
    height: 290px;
    opacity: 0.57;
  }
  @media (max-width: 1599px) {
    .breadcrumb-section .breadcrumb-shapes .one {
      width: 110px;
      height: 160px;
    }
  }
  @media (max-width: 1199px) {
    .breadcrumb-section .breadcrumb-shapes .one {
      display: none;
    }
  }
  .breadcrumb-section .breadcrumb-shapes .two {
    width: 345px;
    height: 425px;
    opacity: 0.37;
  }
  @media (max-width: 1599px) {
    .breadcrumb-section .breadcrumb-shapes .two {
      width: 185px;
      height: 270px;
    }
  }
  @media (max-width: 1199px) {
    .breadcrumb-section .breadcrumb-shapes .two {
      width: 165px;
      height: 240px;
    }
  }
  .breadcrumb-section .breadcrumb-shapes .three {
    width: 470px;
    height: 535px;
    opacity: 0.25;
  }
  @media (max-width: 1599px) {
    .breadcrumb-section .breadcrumb-shapes .three {
      width: 300px;
      height: 400px;
    }
  }
  @media (max-width: 767px) {
    .breadcrumb-section .breadcrumb-shapes .three {
      display: none;
    }
  }
  .breadcrumb-section .breadcrumb-text {
    text-align: center;
  }
  .breadcrumb-section .breadcrumb-text .page-title {
    color: #fff;
    font-size: 72px;
    line-height: 82px;
  }
  @media (max-width: 767px) {
    .breadcrumb-section .breadcrumb-text .page-title {
      font-size: 65px;
      line-height: 75px;
    }
  }
  @media (max-width: 575px) {
    .breadcrumb-section .breadcrumb-text .page-title {
      font-size: 50px;
      line-height: 60px;
    }
  }
  @media (max-width: 399px) {
    .breadcrumb-section .breadcrumb-text .page-title {
      font-size: 38px;
      line-height: 48px;
    }
  }
  .breadcrumb-section .breadcrumb-text ul li {
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    margin: 0 13px;
  }
  @media (max-width: 1199px) {
    .breadcrumb-section .breadcrumb-text ul li {
      font-size: 25px;
    }
  }
  @media (max-width: 767px) {
    .breadcrumb-section .breadcrumb-text ul li {
      font-size: 15px;
      margin: 0 15px;
    }
  }
  .breadcrumb-section .breadcrumb-text ul li,
  .breadcrumb-section .breadcrumb-text ul li a {
    color: #fff;
  }
  .breadcrumb-section .breadcrumb-text ul li a {
    position: relative;
    padding-right: 0;
  }
  @media (max-width: 767px) {
    .breadcrumb-section .breadcrumb-text ul li a {
      padding-right: 5px;
    }
  }
  .breadcrumb-section .breadcrumb-text ul li a::after {
    content: ">";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -25px;
  }
  .breadcrumb-section .breadcrumb-text ul li, .breadcrumb-section .breadcrumb-text ul li:first-child a {
    margin-right: 9px;
  }
/*======= Team Members =======*/
.team-members .team-member {
    margin-top: 40px;
    position: relative;
    z-index: 1;
    text-align: center;
  }
  .team-members .team-member .member-picture-wrap {
    position: relative;
    display: inline-block;
    margin-bottom: 35px;
  }
  .team-members .team-member .member-picture-wrap .member-picture {
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  .team-members .team-member .member-picture-wrap .member-picture::before {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    background-color: #ff4a17;
    width: 90px;
    height: 80px;
    -webkit-clip-path: polygon(100% 0, 0 100%, 0 0);
            clip-path: polygon(100% 0, 0 100%, 0 0);
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    content: "";
    opacity: 1;
  }
  .team-members .team-member .member-picture-wrap .member-picture .social-icons {
    position: absolute;
    z-index: 3;
    top: 5px;
    left: 15px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    text-align: center;
    direction: ltr;
  }
  .team-members .team-member .member-picture-wrap .member-picture .social-icons::before {
    position: absolute;
    content: "";
    left: -15px;
    top: -5px;
    width: 105px;
    height: 95px;
    z-index: -1;
    background-color: #ff4a17;
    -webkit-clip-path: polygon(100% 0, 0 100%, 0 0);
            clip-path: polygon(100% 0, 0 100%, 0 0);
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }
  .team-members .team-member .member-picture-wrap .member-picture .social-icons a {
    color: #fff;
    font-size: 20px;
    padding: 5px;
    visibility: hidden;
    opacity: 0;
  }
  @media (max-width: 575px) {
    .team-members .team-member .member-picture-wrap .member-picture .social-icons a {
      font-size: 16px;
    }
  }
  .team-members .team-member .member-picture-wrap .member-picture .social-icons a:first-child {
    opacity: 1;
    visibility: visible;
  }
  .team-members .team-member .member-picture-wrap::after {
    position: absolute;
    content: "";
    right: -10px;
    bottom: -10px;
    width: 80px;
    height: 70px;
    background-color: #ff4a17;
    -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
            clip-path: polygon(100% 0, 0 100%, 100% 100%);
    z-index: -1;
  }
  .team-members .team-member .member-desc .name {
    font-size: 26px;
    font-weight: 600;
    letter-spacing: -1px;
  }
  @media (max-width: 1199px) {
    .team-members .team-member .member-desc .name {
      font-size: 24px;
    }
  }
  @media (max-width: 575px) {
    .team-members .team-member .member-desc .name {
      font-size: 22px;
    }
  }
  .team-members .team-member .member-desc .pro {
    font-size: 15px;
    font-weight: 600;
  }
  @media (max-width: 575px) {
    .team-members .team-member .member-desc .pro {
      font-size: 14px;
    }
  }
  .team-members .team-member:hover .member-picture::before {
    width: 100%;
    height: 100%;
    opacity: 0.5;
    -webkit-clip-path: none;
            clip-path: none;
  }
  .team-members .team-member:hover .member-picture .social-icons {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    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;
  }
  .team-members .team-member:hover .member-picture .social-icons a {
    visibility: visible;
    opacity: 1;
    margin: 5px;
  }
  
  .team-members-two .team-member {
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }
  .team-members-two .team-member .member-desc {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    padding: 35px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    z-index: 2;
  }
  @media (max-width: 1199px) {
    .team-members-two .team-member .member-desc {
      padding: 20px;
    }
  }
  .team-members-two .team-member .member-desc .name {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
  }
  .team-members-two .team-member .member-desc .name a {
    color: #fff;
  }
  @media (max-width: 1199px) {
    .team-members-two .team-member .member-desc .name {
      font-size: 22px;
    }
  }
  .team-members-two .team-member .member-desc .pro {
    font-weight: 600;
    line-height: 1;
  }
  @media (max-width: 1199px) {
    .team-members-two .team-member .member-desc .pro {
      font-size: 15px;
    }
  }
  .team-members-two .team-member .member-desc .social-icons {
    margin-top: 15px;
  }
  @media (max-width: 1199px) {
    .team-members-two .team-member .member-desc .social-icons {
      margin-top: 5px;
    }
  }
  .team-members-two .team-member .member-desc .social-icons li {
    display: inline-block;
    margin-right: 15px;
  }
  .team-members-two .team-member .member-desc .social-icons li a {
    font-size: 15px;
    color: #fff;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }
  .team-members-two .team-member .member-desc .social-icons li a:hover {
    color: #ff4a17;
  }
  .team-members-two .team-member .member-picture {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }
  .team-members-two .team-member .member-picture img {
    width: 100%;
  }
  .team-members-two .team-member::before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    content: "";
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    background: linear-gradient(15deg, #14212b 0%, rgba(9, 21, 30, 0.5) 58%, rgba(1, 12, 21, 0.01) 99%, #010c15 100%);
  }
  .team-members-two .team-member::after {
    position: absolute;
    left: 10px;
    top: 10px;
    right: 60px;
    bottom: 60px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    content: "";
    background-image: url(../img/lines/14.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    visibility: hidden;
  }
  @media (max-width: 1199px) {
    .team-members-two .team-member::after {
      left: 5px;
      top: 5px;
    }
  }
  .team-members-two .team-member:hover {
    padding: 10px;
  }
  @media (max-width: 1199px) {
    .team-members-two .team-member:hover {
      padding: 5px;
    }
  }
  .team-members-two .team-member:hover .member-desc {
    visibility: visible;
    opacity: 1;
  }
  .team-members-two .team-member:hover::before {
    opacity: 1;
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
    visibility: visible;
  }
  @media (max-width: 1199px) {
    .team-members-two .team-member:hover::before {
      left: 5px;
      top: 5px;
      right: 5px;
      bottom: 5px;
    }
  }
  .team-members-two .team-member:hover::after {
    opacity: 1;
    visibility: visible;
  }
  @media (max-width: 1599px) {
    .team-members-two.row {
      margin-left: -10px;
      padding-right: -10px;
    }
  }
  @media (max-width: 1599px) {
    .team-members-two.row .col {
      padding-left: 10px;
      padding-right: 10px;
    }
  }
  
/*=======  Services  =======*/
.service-section {
    position: relative;
    z-index: 1;
  }
  .service-section.shape-style-one::before, .service-section.shape-style-one::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 380px;
    height: 380px;
    content: "";
    background-color: #ff4a17;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
            clip-path: polygon(0 0, 0 100%, 100% 0);
  }
  @media (max-width: 1599px) {
    .service-section.shape-style-one::before, .service-section.shape-style-one::after {
      height: 250px;
      width: 250px;
    }
  }
  @media (max-width: 991px) {
    .service-section.shape-style-one::before, .service-section.shape-style-one::after {
      height: 220px;
      width: 220px;
    }
    .contact-info img {
      display: none;
    }
  }
  @media (max-width: 767px) {
    .service-section.shape-style-one::before, .service-section.shape-style-one::after {
      height: 130px;
      width: 130px;
    }
  }
  .service-section.shape-style-one::after {
    width: 520px;
    height: 520px;
    opacity: 0.15;
  }
  @media (max-width: 1599px) {
    .service-section.shape-style-one::after {
      height: 390px;
      width: 390px;
    }
  }
  @media (max-width: 991px) {
    .service-section.shape-style-one::after {
      height: 350px;
      width: 350px;
    }
  }
  @media (max-width: 767px) {
    .service-section.shape-style-one::after {
      height: 220px;
      width: 220px;
    }
  }
  .service-section.shape-style-one .dots-line {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 5%;
    z-index: -1;
  }
  @media (max-width: 1599px) {
    .service-section.shape-style-one .dots-line {
      right: 1%;
    }
  }
  @media (max-width: 767px) {
    .service-section.shape-style-one .dots-line {
      max-width: 330px;
    }
  }
  .service-section.shape-style-two::before {
    position: absolute;
    left: 90px;
    top: 200px;
    content: "";
    z-index: -1;
    background-image: url(../img/icons/star.png);
    height: 50px;
    width: 50px;
    background-position: center;
    background-size: 50px 50px;
    background-repeat: no-repeat;
  }
  @media (max-width: 991px) {
    .service-section.shape-style-two::before {
      left: 20px;
      top: 150px;
    }
  }
  @media (max-width: 767px) {
    .service-section.shape-style-two::before {
      background-size: 40px 40px;
    }
  }
  @media (max-width: 575px) {
    .service-section.shape-style-two::before {
      left: 15px;
      top: 50px;
      background-size: 30px 30px;
    }
  }
  .service-section.shape-style-two::after {
    position: absolute;
    right: 140px;
    top: 150px;
    content: "";
    z-index: -1;
    background-image: url(../img/icons/star.png);
    height: 40px;
    width: 40px;
    background-position: center;
    background-size: 40px 40px;
    background-repeat: no-repeat;
  }
  @media (max-width: 991px) {
    .service-section.shape-style-two::after {
      right: 50px;
      top: 100px;
    }
  }
  @media (max-width: 767px) {
    .service-section.shape-style-two::after {
      background-size: 30px 30px;
    }
  }
  @media (max-width: 575px) {
    .service-section.shape-style-two::after {
      right: 20px;
      top: 20%;
      background-size: 25px 25px;
    }
  }
  .service-section.service-line-shape .line-one,
  .service-section.service-line-shape .line-two {
    position: absolute;
    z-index: -1;
  }
  @media (max-width: 1199px) {
    .service-section.service-line-shape .line-one,
  .service-section.service-line-shape .line-two {
      max-width: 300px;
    }
  }
  @media (max-width: 991px) {
    .service-section.service-line-shape .line-one,
  .service-section.service-line-shape .line-two {
      max-width: 250px;
    }
  }
  @media (max-width: 767px) {
    .service-section.service-line-shape .line-one,
  .service-section.service-line-shape .line-two {
      max-width: 200px;
    }
  }
  .service-section.service-line-shape .line-one {
    left: 0;
    top: 0;
  }
  @media (max-width: 575px) {
    .service-section.service-line-shape .line-one {
      display: none;
    }
  }
  .service-section.service-line-shape .line-two {
    right: 0;
    bottom: 0;
  }
  
  .service-boxes .service-box {
    margin-top: 50px;
    background-color: #fff;
    padding: 45px 35px;
    position: relative;
  }
  @media (max-width: 1199px) {
    .service-boxes .service-box {
      padding: 40px 20px;
    }
  }
  .service-boxes .service-box .icon {
    margin-bottom: 30px;
  }
  .service-boxes .service-box .icon img {
    max-width: 100px;
  }
  @media (max-width: 1199px) {
    .service-boxes .service-box .icon img {
      max-width: 80px;
    }
  }
  .service-boxes .service-box h3 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  @media (max-width: 399px) {
    .service-boxes .service-box h3 {
      font-size: 22px;
    }
  }
  .service-boxes .service-box .service-link {
    font-size: 40px;
    margin-top: 25px;
    line-height: 1;
    color: #616161;
  }
  .service-boxes .service-box::after {
    position: absolute;
    content: "";
    left: 15px;
    right: 15px;
    bottom: -10px;
    height: 10px;
    background-color: #eceded;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }
  .service-boxes .service-box:hover::after {
    background-color: #ff4a17;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(255, 74, 23, 0.3);
            box-shadow: 0px 10px 30px 0px rgba(255, 74, 23, 0.3);
  }
  .service-boxes .service-box-two {
    border-radius: 10px;
    padding: 40px 15px 60px;
    background-color: #fff;
    position: relative;
    margin-top: 50px;
  }
  @media (max-width: 767px) {
    .service-boxes .service-box-two {
      padding: 30px 15px 50px;
    }
  }
  .service-boxes .service-box-two .icon {
    color: #ff4a17;
  }
  .service-boxes .service-box-two h3 {
    font-size: 24px;
    margin-top: 20px;
    font-weight: 600;
  }
  @media (max-width: 1199px) {
    .service-boxes .service-box-two h3 {
      font-size: 22px;
    }
  }
  .service-boxes .service-box-two .service-link {
    font-size: 14px;
    margin-top: auto;
    color: #616161;
    height: 45px;
    width: 45px;
    line-height: 45px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
    z-index: 2;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-box-shadow: 0px 10px 32px 0px rgba(197, 197, 197, 0.4);
            box-shadow: 0px 10px 32px 0px rgba(197, 197, 197, 0.4);
  }
  .service-boxes .service-box-two:hover .service-link {
    color: #fff;
    background-color: #ff4a17;
  }
  .service-boxes .service-box-three {
    border: 1px solid #e2e2e2;
    background-color: #fff;
    text-align: center;
    padding: 40px 20px 20px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    margin-top: 30px;
  }
  @media (max-width: 1199px) {
    .service-boxes .service-box-three {
      padding: 40px 15px 20px;
      font-size: 16px;
    }
  }
  .service-boxes .service-box-three .icon {
    margin-bottom: 15px;
  }
  .service-boxes .service-box-three .icon img {
    max-width: 100px;
  }
  @media (max-width: 1199px) {
    .service-boxes .service-box-three .icon img {
      max-width: 80px;
    }
  }
  .service-boxes .service-box-three h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  @media (max-width: 1199px) {
    .service-boxes .service-box-three h3 {
      font-size: 22px;
    }
  }
  .service-boxes .service-box-three .service-link {
    color: #616161;
    margin-top: 0px;
    font-size: 24px;
  }
  .service-boxes .service-box-three:hover {
    border-color: transparent;
    -webkit-box-shadow: 0px 10px 32px 0px rgba(215, 215, 215, 0.4);
            box-shadow: 0px 10px 32px 0px rgba(215, 215, 215, 0.4);
  }

/*======= Blog Standard =======*/
.blog-loop.standard-blog .single-post-box {
    margin-bottom: 65px;
  }
  .blog-loop.standard-blog .single-post-box .post-thumb {
    margin-bottom: 30px;
  }
  .blog-loop.standard-blog .single-post-box .post-meta {
    margin-bottom: 10px;
  }
  .blog-loop.standard-blog .single-post-box .post-meta ul li {
    display: inline-block;
    margin-right: 30px;
    font-weight: 600;
  }
  @media (max-width: 767px) {
    .blog-loop.standard-blog .single-post-box .post-meta ul li {
      margin-right: 15px;
    }
  }
  .blog-loop.standard-blog .single-post-box .post-meta ul li,
  .blog-loop.standard-blog .single-post-box .post-meta ul li a {
    color: #616161;
  }
  .blog-loop.standard-blog .single-post-box .post-meta ul li:hover,
  .blog-loop.standard-blog .single-post-box .post-meta ul li a:hover {
    color: #ff4a17;
  }
  .blog-loop.standard-blog .single-post-box .post-meta ul li i {
    color: #ff4a17;
    margin-right: 10px;
  }
  .blog-loop.standard-blog .single-post-box .post-content {
    font-size: 15px;
  }
  .blog-loop.standard-blog .single-post-box .post-content .title {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 0;
  }
  @media (max-width: 1199px) {
    .blog-loop.standard-blog .single-post-box .post-content .title {
      font-size: 28px;
    }
  }
  @media (max-width: 767px) {
    .blog-loop.standard-blog .single-post-box .post-content .title {
      font-size: 24px;
    }
  }
  @media (max-width: 575px) {
    .blog-loop.standard-blog .single-post-box .post-content .title {
      font-size: 20px;
      line-height: 30px;
    }
  }
  .blog-loop.standard-blog .single-post-box .post-content .main-btn {
    margin-top: 30px;
    padding: 8px 20px;
    color: #fff;
  }
  .blog-loop.standard-blog .single-post-box.video-post .post-video {
    position: relative;
    margin-bottom: 40px;
  }
  .blog-loop.standard-blog .single-post-box.video-post .post-video .popup-video {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 130px;
    width: 130px;
    border-radius: 50%;
    background-color: #fff;
    color: #ff4a17;
    font-size: 18px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
    line-height: 130px;
  }
  @media (max-width: 767px) {
    .blog-loop.standard-blog .single-post-box.video-post .post-video .popup-video {
      height: 80px;
      width: 80px;
      line-height: 80px;
    }
  }
  .blog-loop.standard-blog .single-post-box.no-thumb {
    padding: 40px;
    border: 2px solid #eeeeee;
  }
  @media (max-width: 575px) {
    .blog-loop.standard-blog .single-post-box.no-thumb {
      padding: 35px 20px;
    }
  }
  .blog-loop.standard-blog .single-post-box.quote-post {
    padding: 50px 40px;
    background-color: #14212b;
    position: relative;
    z-index: 1;
  }
  @media (max-width: 575px) {
    .blog-loop.standard-blog .single-post-box.quote-post {
      padding: 40px 20px;
    }
  }
  .blog-loop.standard-blog .single-post-box.quote-post::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    content: "";
    background-image: url(../img/icons/quote-line.png);
    opacity: 0.06;
    background-size: auto;
    background-position: 38% 50%;
    background-repeat: no-repeat;
  }
  .blog-loop.standard-blog .single-post-box.quote-post .post-meta ul li a {
    color: #8394a2;
  }
  .blog-loop.standard-blog .single-post-box.quote-post .post-content .title {
    margin-bottom: 0;
  }
  .blog-loop.standard-blog .single-post-box.quote-post .post-content .title a {
    color: #fff;
  }
  .blog-loop.grid-blog .single-post-box {
    margin-bottom: 30px;
  }
  .blog-loop.grid-blog .single-post-box .post-thumb {
    overflow: hidden;
  }
  @media (max-width: 767px) {
    .blog-loop.grid-blog .single-post-box .post-thumb img {
      width: 100%;
    }
  }
  .blog-loop.grid-blog .single-post-box .post-content {
    background-color: #f5f5f5;
    padding: 40px 35px;
    border-bottom: 4px solid transparent;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }
  @media (max-width: 1199px) {
    .blog-loop.grid-blog .single-post-box .post-content {
      padding: 30px 20px;
    }
  }
  .blog-loop.grid-blog .single-post-box .post-content .post-date {
    color: #ff4a17;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
  }
  @media (max-width: 1199px) {
    .blog-loop.grid-blog .single-post-box .post-content .post-date {
      font-size: 16px;
    }
  }
  .blog-loop.grid-blog .single-post-box .post-content .post-date i {
    margin-right: 10px;
  }
  .blog-loop.grid-blog .single-post-box .post-content .title {
    font-size: 26px;
    font-weight: 600;
    letter-spacing: -1px;
    margin-bottom: 25px;
  }
  @media (max-width: 1199px) {
    .blog-loop.grid-blog .single-post-box .post-content .title {
      font-size: 22px;
    }
  }
  .blog-loop.grid-blog .single-post-box .post-content .post-link {
    font-weight: 700;
    color: #14212b;
    margin-top: 25px;
  }
  .blog-loop.grid-blog .single-post-box .post-content .post-link i {
    margin-left: 10px;
    position: relative;
    top: 2px;
  }
  .blog-loop.grid-blog .single-post-box .post-content .post-link:hover {
    color: #ff4a17;
  }
  .blog-loop.grid-blog .single-post-box:hover .post-thumb img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .blog-loop.grid-blog .single-post-box:hover .post-content {
    border-color: #ff4a17;
  }
  
  /*======= Pagination =======*/
  .pagination-wrap {
    margin-top: 30px;
  }
  .pagination-wrap li {
    display: inline-block;
    margin-right: 5px;
  }
  .pagination-wrap li a {
    height: 60px;
    width: 60px;
    display: block;
    line-height: 60px;
    border: 2px solid #eaeaea;
    text-align: center;
    border-radius: 50%;
    color: #616161;
    font-weight: 600;
    font-size: 16px;
  }
  @media (max-width: 575px) {
    .pagination-wrap li a {
      height: 50px;
      width: 50px;
      line-height: 50px;
      font-size: 15px;
    }
  }
  .pagination-wrap li.active a, .pagination-wrap li:hover a {
    background-color: #ff4a17;
    color: #fff;
    border-color: #ff4a17;
  }
  
  /*======= Sidebar =======*/
  @media (max-width: 991px) {
    .sidebar {
      margin-top: 60px;
    }
  }
  .sidebar .widget {
    border: 2px solid #eaeaea;
    padding: 30px 40px;
    margin-bottom: 30px;
  }
  @media (max-width: 1199px) {
    .sidebar .widget {
      padding: 40px 30px;
    }
  }
  .sidebar .widget .widget-title {
    font-size: 24px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #eaeaea;
  }
  .sidebar .widget.search-widget {
    padding: 0;
    border: none;
  }
  .sidebar .widget.search-widget form {
    position: relative;
  }
  .sidebar .widget.search-widget form input {
    border: 2px solid #eaeaea;
    width: 100%;
    padding-left: 40px;
    padding-right: 100px;
    height: 80px;
    color: #616161;
  }
  .sidebar .widget.search-widget form button {
    position: absolute;
    right: 0;
    height: 80px;
    width: 80px;
    background-color: #ff4a17;
    color: #fff;
    font-size: 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    top: 0;
  }
  .sidebar .widget.search-widget form button:hover {
    background-color: #14212b;
  }
  .sidebar .widget.cat-widget ul li {
    border-bottom: 2px solid #eaeaea;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .sidebar .widget.cat-widget ul li a {
    color: #616161;
    font-weight: 700;
    font-family: "Source Sans Pro", sans-serif;
    display: block;
  }
  .sidebar .widget.cat-widget ul li a span {
    float: right;
  }
  .sidebar .widget.cat-widget ul li a:hover {
    color: #ff4a17;
  }
  .sidebar .widget.cat-widget ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
  }
  .sidebar .widget.recent-post-widget .single-post {
    margin-bottom: 20px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 75px 15px 1fr;
    grid-template-columns: 75px 1fr;
    grid-column-gap: 15px;
  }
  .sidebar .widget.recent-post-widget .single-post a {
    font-size: 18px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    color: #14212b;
    line-height: 1.2;
  }
  .sidebar .widget.recent-post-widget .single-post .date {
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
  }
  .sidebar .widget.recent-post-widget .single-post .date i {
    color: #ff4a17;
    margin-right: 10px;
  }
  .sidebar .widget.recent-post-widget .single-post:last-child {
    margin-bottom: 0;
  }
  .sidebar .widget.popular-tag-widget .tags-loop {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
  }
  .sidebar .widget.popular-tag-widget .tags-loop a {
    background-color: #f5f5f5;
    font-size: 15px;
    color: #616161;
    display: block;
    padding: 5px;
    text-align: center;
  }
  .sidebar .widget.popular-tag-widget .tags-loop a:hover {
    background-color: #ff4a17;
    color: #fff;
  }
  .sidebar .widget.author-widget {
    text-align: center;
  }
  .sidebar .widget.author-widget img.author-img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-bottom: 25px;
  }
  .sidebar .widget.author-widget .name {
    font-size: 24px;
  }
  .sidebar .widget.author-widget .role {
    margin-bottom: 20px;
    line-height: 1;
  }
  .sidebar .widget.author-widget .social-icons {
    margin-top: 20px;
  }
  .sidebar .widget.author-widget .social-icons li {
    display: inline-block;
  }
  .sidebar .widget.author-widget .social-icons li a {
    color: #616161;
    font-size: 15px;
    padding: 5px;
  }
  .sidebar .widget.author-widget .social-icons li a:hover {
    color: #ff4a17;
  }
  .sidebar .widget.cta-widget {
    position: relative;
    z-index: 1;
    padding: 130px 40px;
    border: none;
    text-align: center;
  }
  .sidebar .widget.cta-widget::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #14212b;
    opacity: 0.75;
    content: "";
  }
  .sidebar .widget.cta-widget .title {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 30px;
  }
  @media (max-width: 1199px) {
    .sidebar .widget.cta-widget .title {
      font-size: 35px;
    }
  }
  .sidebar .widget.contact-widget input,
  .sidebar .widget.contact-widget textarea {
    background-color: #ededed;
    margin-bottom: 10px;
  }
  .sidebar .widget.contact-widget textarea {
    height: 150px;
  }
  .sidebar .widget.contact-widget .main-btn {
    padding: 0 40px;
  }
    
/*=======  Project CSS  =======*/
.project-boxes .project-box {
    position: relative;
    height: 415px;
    margin-bottom: 90px;
  }
  @media (max-width: 767px) {
    .project-boxes .project-box {
      height: 320px;
    }
  }
  .project-boxes .project-box .project-thumb {
    height: 100%;
    width: 100%;
    overflow: hidden;
  }
  .project-boxes .project-box .project-thumb .thumb {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    height: 100%;
    width: 100%;
    background-size: cover;
  }
  .project-boxes .project-box .project-desc {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: -55px;
    padding: 35px 15px 25px;
    border-radius: 8px;
    background-color: #fff;
    -webkit-box-shadow: 0px 10px 32px 0px rgba(197, 197, 197, 0.4);
            box-shadow: 0px 10px 32px 0px rgba(197, 197, 197, 0.4);
    z-index: 2;
    color: #14212b;
    line-height: 1.2;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }
  @media (max-width: 767px) {
    .project-boxes .project-box .project-desc {
      left: 15px;
      right: 15px;
      font-size: 15px;
    }
  }
  .project-boxes .project-box .project-desc h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }
  @media (max-width: 767px) {
    .project-boxes .project-box .project-desc h4 {
      font-size: 20px;
    }
  }
  .project-boxes .project-box .project-desc .project-link {
    font-size: 24px;
    margin-top: 10px;
    color: #14212b;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    line-height: 1;
  }
  .project-boxes .project-box:hover .project-desc {
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: #ff4a17;
  }
  .project-boxes .project-box:hover .project-desc,
  .project-boxes .project-box:hover .project-desc h4 a,
  .project-boxes .project-box:hover .project-desc .project-link {
    color: #fff;
  }
  .project-boxes .project-box:hover .project-thumb .thumb {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .project-boxes .project-box.hover-style {
    margin-bottom: 30px;
    height: 370px;
    overflow: hidden;
  }
  @media (max-width: 767px) {
    .project-boxes .project-box.hover-style {
      height: 300px;
    }
  }
  .project-boxes .project-box.hover-style .project-thumb {
    position: relative;
  }
  @media (max-width: 575px) {
    .project-boxes .project-box.hover-style .project-thumb .thumb {
      background-position: 0 5%;
    }
  }
  .project-boxes .project-box.hover-style .project-thumb::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #14212b;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    z-index: 1;
  }
  .project-boxes .project-box.hover-style .project-desc {
    bottom: -10px;
    visibility: hidden;
    opacity: 0;
  }
  .project-boxes .project-box.hover-style:hover .project-desc {
    visibility: visible;
    opacity: 1;
    bottom: 0;
  }
  .project-boxes .project-box.hover-style:hover .project-thumb::before {
    opacity: 0.45;
    visibility: visible;
  }
  .project-boxes .project-box.wide-box .project-desc {
    left: 65px;
    right: 65px;
  }
  @media (max-width: 991px) {
    .project-boxes .project-box.wide-box .project-desc {
      left: 30px;
      right: 30px;
    }
  }
  .project-boxes .project-box.wide-long-box {
    height: 770px;
  }
  @media (max-width: 767px) {
    .project-boxes .project-box.wide-long-box {
      height: 630px;
    }
  }
  .project-boxes .project-box.wide-long-box .project-desc {
    left: 65px;
    right: 65px;
  }
  @media (max-width: 991px) {
    .project-boxes .project-box.wide-long-box .project-desc {
      left: 30px;
      right: 30px;
    }
  }
  
  .project-nav {
    text-align: center;
    border-bottom: 3px solid #E7E8E9;
    padding: 15px 0;
  }
  @media (max-width: 767px) {
    .project-nav {
      border-bottom: none;
      padding: 0;
    }
  }
  .project-nav li {
    display: inline-block;
    color: #14212b;
    font-weight: 700;
    font-size: 18px;
    font-family: "Source Sans Pro", sans-serif;
    position: relative;
    padding: 15px;
    cursor: pointer;
  }
  @media (max-width: 991px) {
    .project-nav li {
      padding: 10px;
    }
  }
  .project-nav li::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -18px;
    height: 3px;
    width: 0%;
    content: "";
    background-color: #ff4a17;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
  }
  @media (max-width: 767px) {
    .project-nav li::before {
      bottom: 0;
    }
  }
  .project-nav li:hover::before, .project-nav li.active::before {
    opacity: 1;
    visibility: visible;
    width: 100%;
  }
  
  .project-section {
    padding-top: 130px;
    padding-bottom: 95px;
  }
  

  
/*=======  FAQ Looop  =======*/
.faq-section {
    position: relative;
    z-index: 1;
  }
  .faq-section .faq-content {
    padding-left: 50px;
  }
  @media (max-width: 1199px) {
    .faq-section .faq-content {
      padding-left: 0;
    }
  }
  .faq-section .faq-loop.accordion .card {
    border: none;
    margin-top: 10px;
    border-radius: 0;
  }
  .faq-section .faq-loop.accordion .card .card-header {
    padding: 0;
    border: none;
    background-color: #fff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    margin-bottom: 0;
  }
  .faq-section .faq-loop.accordion .card .card-header h6 {
    font-size: 18px;
    padding: 20px 40px 20px 30px;
    cursor: pointer;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    position: relative;
  }
  @media (max-width: 575px) {
    .faq-section .faq-loop.accordion .card .card-header h6 {
      padding: 20px 30px 20px 20px;
    }
  }
  .faq-section .faq-loop.accordion .card .card-header h6 span.icons {
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  @media (max-width: 575px) {
    .faq-section .faq-loop.accordion .card .card-header h6 span.icons {
      right: 20px;
    }
  }
  .faq-section .faq-loop.accordion .card .card-header.active-header, .faq-section .faq-loop.accordion .card .card-header:hover {
    background-color: #ff4a17;
  }
  .faq-section .faq-loop.accordion .card .card-header.active-header h6, .faq-section .faq-loop.accordion .card .card-header:hover h6 {
    color: #fff;
  }
  .faq-section .faq-loop.accordion .card .card-body {
    padding: 0 40px 20px 30px;
    font-size: 15px;
    line-height: 1.4;
    background-color: #ff4a17;
    color: #fff;
  }
  @media (max-width: 575px) {
    .faq-section .faq-loop.accordion .card .card-body {
      padding: 0 30px 20px 20px;
    }
  }
  .faq-section .faq-loop.accordion.grey-header .card .card-header {
    background-color: #f5f5f5;
  }
  .faq-section .faq-loop.accordion.grey-header .card .card-header.active-header, .faq-section .faq-loop.accordion.grey-header .card .card-header:hover {
    background-color: #ff4a17;
  }
  .faq-section .faq-loop.accordion.border-style .card .card-header {
    background-color: #fff;
    border: 2px solid #eaeaea;
  }
  .faq-section .faq-loop.accordion.border-style .card .card-header.active-header, .faq-section .faq-loop.accordion.border-style .card .card-header:hover {
    background-color: #fff;
  }
  .faq-section .faq-loop.accordion.border-style .card .card-header.active-header h6, .faq-section .faq-loop.accordion.border-style .card .card-header:hover h6 {
    color: #14212b;
  }
  .faq-section .faq-loop.accordion.border-style .card .card-header.active-header {
    border-color: #ff4a17;
    border-bottom-color: transparent;
  }
  .faq-section .faq-loop.accordion.border-style .card .card-body {
    background-color: #fff;
    color: #616161;
    border-left: 2px solid #ff4a17;
    border-right: 2px solid #ff4a17;
    border-bottom: 2px solid #ff4a17;
  }
  .faq-section.with-illustration .faq-illustration-img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: calc(50% + 15px);
  }
  @media (max-width: 1199px) {
    .faq-section.with-illustration .faq-illustration-img {
      right: calc(50% + 30px);
    }
  }
  @media (max-width: 991px) {
    .faq-section.with-illustration .faq-illustration-img {
      position: unset;
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
      margin: 0 auto 50px;
      max-width: 550px;
    }
  }
  @media (max-width: 767px) {
    .faq-section.with-illustration .faq-illustration-img {
      max-width: 450px;
    }
  }
  .faq-section.with-shape::before {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 370px;
    height: 330px;
    background-image: url(../img/lines/12.png);
    content: "";
    background-size: cover;
    z-index: -1;
  }
  @media (max-width: 767px) {
    .faq-section.with-shape::before {
      width: 250px;
      height: 220px;
    }
  }
  .faq-section.with-shape .circle-img {
    background-size: cover;
    background-position: center;
    height: 270px;
    width: 270px;
    position: absolute;
    right: 160px;
    top: 130px;
    z-index: -1;
    border-radius: 50%;
    -webkit-box-shadow: 0px 10px 60px 0px rgba(104, 102, 102, 0.34);
            box-shadow: 0px 10px 60px 0px rgba(104, 102, 102, 0.34);
  }
  @media (max-width: 1800px) {
    .faq-section.with-shape .circle-img {
      right: 4%;
    }
  }
  @media (max-width: 1599px) {
    .faq-section.with-shape .circle-img {
      display: none;
    }
  }
  
/*=======  Contact Css  =======*/
.contact-section.boxed-style-with-map .contact-inner {
    padding: 80px 70px;
    position: relative;
    z-index: 2;
  }
  .contact-section.boxed-style-with-map .contact-inner.mt-negative {
    margin-top: -130px;
  }
  @media (max-width: 1199px) {
    .contact-section.boxed-style-with-map .contact-inner {
      padding: 50px 30px 80px;
    }
  }
  @media (max-width: 399px) {
    .contact-section.boxed-style-with-map .contact-inner {
      padding: 30px 15px 80px;
    }
  }
  .contact-section.boxed-style-with-map .contact-inner .contact-map {
    height: 100%;
    width: 100%;
    background-color: #b7b7b7;
  }
  @media (max-width: 991px) {
    .contact-section.boxed-style-with-map .contact-inner .contact-map {
      height: 500px;
      margin-bottom: 50px;
    }
  }
  @media (max-width: 767px) {
    .contact-section.boxed-style-with-map .contact-inner .contact-map {
      height: 400px;
    }
  }
  @media (max-width: 575px) {
    .contact-section.boxed-style-with-map .contact-inner .contact-map {
      height: 300px;
    }
  }
  .contact-section.boxed-style-with-map .contact-inner .contact-map iframe {
    width: 100%;
    height: 100%;
  }
  .contact-section.boxed-style-with-map .contact-inner .contact-form {
    padding-left: 70px;
  }
  @media (max-width: 991px) {
    .contact-section.boxed-style-with-map .contact-inner .contact-form {
      padding-left: 0;
    }
  }
  .contact-section.boxed-style-with-map .contact-inner .contact-form .input-group input,
  .contact-section.boxed-style-with-map .contact-inner .contact-form .input-group textarea,
  .contact-section.boxed-style-with-map .contact-inner .contact-form .input-group select {
    border-radius: 7px;
    padding-right: 60px;
  }
  .contact-section.boxed-style-with-map .contact-inner .contact-form .input-group .icon {
    font-size: 18px;
    right: 30px;
  }
  .contact-section.with-illustration-img {
    position: relative;
  }
  .contact-section.with-illustration-img .illustration-img {
    position: absolute;
    left: 2%;
    bottom: 0;
    z-index: 1;
    max-width: 645px;
  }
  .contact-section.with-illustration-img .contact-form {
    position: relative;
    z-index: 2;
  }
  .contact-section.with-illustration-img .contact-form .input-group input,
  .contact-section.with-illustration-img .contact-form .input-group textarea,
  .contact-section.with-illustration-img .contact-form .input-group select {
    border-radius: 7px;
  }
  .contact-section.with-illustration-img .contact-form .input-group .icon {
    font-size: 18px;
  }
  .contact-section.contact-page .contact-info .contact-info-content {
    margin-bottom: 50px;
  }
  .contact-section.contact-page .contact-info .contact-info-content ul {
    margin-top: 30px;
  }
  .contact-section.contact-page .contact-info .contact-info-content ul li {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .contact-section.contact-page .contact-info .contact-info-content ul li,
  .contact-section.contact-page .contact-info .contact-info-content ul li a {
    color: #616161;
  }
  .contact-section.contact-page .contact-info .contact-info-content ul li i,
  .contact-section.contact-page .contact-info .contact-info-content ul li a i {
    font-size: 18px;
    color: #ff4a17;
    margin-right: 10px;
  }
  .contact-section.contact-page .contact-info .contact-info-content ul li.phone,
  .contact-section.contact-page .contact-info .contact-info-content ul li.phone a {
    color: #14212b;
    font-weight: 700;
    font-size: 30px;
  }
  .contact-section.contact-page .contact-info .contact-info-content ul li.phone i {
    font-size: 30px;
  }
  .contact-section.contact-page .contact-form {
    padding: 70px 0;
    position: relative;
  }
  .contact-section.contact-page .contact-map {
    height: 650px;
    width: 100%;
    background-color: #b7b7b7;
  }
  .contact-section.contact-page .contact-map iframe {
    width: 100%;
    height: 100%;
  }

  /*=======  Careers  =======*/
  .job-categories {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
  }
  @media (max-width: 991px) {
    .job-categories {
      -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
      grid-template-columns: repeat(3, 1fr);
    }
  }
  @media (max-width: 767px) {
    .job-categories {
      -ms-grid-columns: 1fr 30px 1fr;
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media (max-width: 399px) {
    .job-categories {
      -ms-grid-columns: 1fr;
      grid-template-columns: repeat(1, 1fr);
    }
  }
  .job-categories .single-cat {
    text-align: center;
  }
  .job-categories .single-cat a {
    display: block;
    color: #14212b;
    padding: 40px;
    font-size: 24px;
    font-weight: 600;
    font-family: "Source Sans Pro", sans-serif;
    background-color: #f5f5f5;
    border-radius: 7px;
    line-height: 1;
  }
  @media (max-width: 1199px) {
    .job-categories .single-cat a {
      padding: 40px 20px;
      font-size: 22px;
    }
  }
  @media (max-width: 575px) {
    .job-categories .single-cat a {
      font-size: 18px;
    }
  }
  .job-categories .single-cat a i {
    font-size: 55px;
    margin-bottom: 20px;
    font-weight: 400;
  }
  @media (max-width: 575px) {
    .job-categories .single-cat a i {
      font-size: 40px;
    }
  }
  .job-categories .single-cat a span {
    display: block;
    line-height: 1.2;
  }
  .job-categories .single-cat a:hover {
    color: #fff;
    background-color: #ff4a17;
  }
  
  .job-lists {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
  }
  @media (max-width: 767px) {
    .job-lists {
      -ms-grid-columns: 1fr;
      grid-template-columns: repeat(1, 1fr);
    }
  }
  .job-lists .single-job {
    background-color: #fff;
    padding: 40px;
    font-size: 15px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }
  @media (max-width: 991px) {
    .job-lists .single-job {
      padding: 40px 25px;
    }
  }
  .job-lists .single-job .title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }
  @media (max-width: 991px) {
    .job-lists .single-job .title {
      font-size: 22px;
    }
  }
  .job-lists .single-job .title .job-time {
    font-size: 16px;
    color: #616161;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }
  .job-lists .single-job .apply-btn {
    margin-top: 30px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    color: #14212b;
    border: 2px solid #D0D0D0;
    border-radius: 5px;
    padding: 10px 30px;
  }
  @media (max-width: 575px) {
    .job-lists .single-job .apply-btn {
      padding: 8px 25px;
    }
  }
  .job-lists .single-job .apply-btn i {
    margin-left: 8px;
  }
  .job-lists .single-job:hover {
    background-color: #ff4a17;
  }
  .job-lists .single-job:hover .title, .job-lists .single-job:hover,
  .job-lists .single-job:hover .job-time {
    color: #fff;
  }
  .job-lists .single-job:hover .apply-btn {
    border-color: #fff;
    background-color: #fff;
  }
  
  /*======= Blog Details  =======*/
  .post-details-wrap .post-thumb {
    margin-bottom: 40px;
  }
  .post-details-wrap .post-meta {
    margin-bottom: 15px;
  }
  .post-details-wrap .post-meta ul li {
    display: inline-block;
    margin-right: 30px;
    font-weight: 600;
  }
  @media (max-width: 767px) {
    .post-details-wrap .post-meta ul li {
      margin-right: 15px;
    }
  }
  .post-details-wrap .post-meta ul li,
  .post-details-wrap .post-meta ul li a {
    color: #616161;
  }
  .post-details-wrap .post-meta ul li:hover,
  .post-details-wrap .post-meta ul li a:hover {
    color: #ff4a17;
  }
  .post-details-wrap .post-meta ul li i {
    color: #ff4a17;
    margin-right: 10px;
  }
  .post-details-wrap .post-content {
    font-size: 15px;
  }
  .post-details-wrap .post-content .title {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 30px;
  }
  @media (max-width: 1199px) {
    .post-details-wrap .post-content .title {
      font-size: 28px;
    }
  }
  @media (max-width: 767px) {
    .post-details-wrap .post-content .title {
      font-size: 24px;
    }
    .sidebar .widget.recent-post-widget .single-post a {
      font-size: 16px;
    }
  }
  @media (max-width: 575px) {
    .post-details-wrap .post-content .title {
      font-size: 20px;
      line-height: 30px;
    }
  }
  .post-details-wrap .post-content blockquote {
    padding: 50px 40px;
    background-color: #14212b;
    position: relative;
    z-index: 1;
    font-size: 35px;
    line-height: 1.2;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    color: #fff;
    margin: 40px 0;
  }
  @media (max-width: 1199px) {
    .post-details-wrap .post-content blockquote {
      font-size: 28px;
    }
  }
  @media (max-width: 767px) {
    .post-details-wrap .post-content blockquote {
      font-size: 24px;
    }
  }
  @media (max-width: 575px) {
    .post-details-wrap .post-content blockquote {
      padding: 40px 30px;
      font-size: 20px;
    }
  }
  .post-details-wrap .post-content blockquote::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    content: "";
    background-image: url(../img/icons/quote-line.png);
    opacity: 0.06;
    background-size: auto;
    background-position: 38% 50%;
    background-repeat: no-repeat;
  }
  .post-details-wrap .post-content blockquote .author {
    font-size: 18px;
    position: relative;
    display: block;
    padding-left: 70px;
    margin-top: 25px;
    line-height: 1;
  }
  @media (max-width: 575px) {
    .post-details-wrap .post-content blockquote .author {
      padding-left: 50px;
    }
  }
  .post-details-wrap .post-content blockquote .author::before {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 3px;
    width: 40px;
    background-color: #fff;
    content: "";
  }
  @media (max-width: 575px) {
    .post-details-wrap .post-content blockquote .author::before {
      width: 30px;
    }
  }
  .post-details-wrap .post-content h4.with-check {
    margin-bottom: 20px;
    font-size: 24px;
  }
  @media (max-width: 1199px) {
    .post-details-wrap .post-content h4.with-check {
      font-size: 22px;
    }
  }
  @media (max-width: 575px) {
    .post-details-wrap .post-content h4.with-check {
      font-size: 20px;
    }
  }
  .post-details-wrap .post-content h4.with-check i {
    margin-right: 15px;
  }
  @media (max-width: 1199px) {
    .post-details-wrap .post-content h4.with-check i {
      margin-right: 10px;
    }
  }
  .post-footer {
    margin-top: 40px;
  }
  .post-footer ul li {
    display: inline-block;
  }
  .post-footer ul li a {
    color: #616161;
  }
  .post-footer ul li a:hover {
    color: #ff4a17;
  }
  .post-footer ul li.title {
    font-weight: 700;
    color: #14212b;
    font-family: "Source Sans Pro", sans-serif;
  }
  .post-footer .post-share a {
    padding: 5px;
    margin-left: 5px;
  }
  .post-footer .post-share a i {
    font-size: 15px;
  }
  
  .post-author-info {
    background-color: #f5f5f5;
    padding: 40px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 230px 25px 1fr;
    grid-template-columns: 230px 1fr;
    grid-column-gap: 25px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 80px;
  }
  @media (max-width: 1199px) {
    .post-author-info {
      padding: 30px;
    }
  }
  @media (max-width: 767px) {
    .post-author-info {
      display: block;
    }
  }
  .post-author-info .author-desc {
    font-size: 15px;
  }
  @media (max-width: 767px) {
    .post-author-info .author-desc {
      margin-top: 30px;
    }
  }
  .post-author-info .author-desc h4 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  @media (max-width: 1199px) {
    .post-author-info .author-desc h4 {
      font-size: 22px;
      margin-bottom: 15px;
    }
  }
  .post-author-info .author-desc ul.social-links {
    margin-top: 15px;
  }
  @media (max-width: 1199px) {
    .post-author-info .author-desc ul.social-links {
      margin-top: 10px;
    }
  }
  .post-author-info .author-desc ul.social-links li {
    display: inline-block;
    margin-right: 15px;
  }
  .post-author-info .author-desc ul.social-links li a {
    color: #616161;
  }
  .post-author-info .author-desc ul.social-links li a:hover {
    color: #ff4a17;
  }
  
  .post-nav {
    margin: 80px 0;
  }
  .post-nav .prev-post,
  .post-nav .next-post {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 75px 15px 1fr;
    grid-template-columns: 75px 1fr;
    grid-column-gap: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .post-nav .prev-post .date,
  .post-nav .next-post .date {
    font-size: 15px;
  }
  .post-nav .prev-post .date i,
  .post-nav .next-post .date i {
    margin-right: 10px;
    color: #ff4a17;
  }
  .post-nav .next-post {
    -ms-grid-columns: 1fr 75px;
    grid-template-columns: 1fr 75px;
    text-align: right;
  }
  @media (max-width: 767px) {
    .post-nav .next-post {
      text-align: left;
      -ms-grid-columns: 75px 1fr;
      grid-template-columns: 75px 1fr;
      margin-top: 30px;
    }
    .post-nav .next-post .content {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
    }
    .post-nav .next-post .img {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
    }
  }
  
  .related-post {
    margin-bottom: 80px;
  }
  .related-post .title {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 40px;
  }
  @media (max-width: 1199px) {
    .related-post .title {
      font-size: 28px;
    }
  }
  @media (max-width: 767px) {
    .related-post .title {
      font-size: 24px;
    }
  }
  @media (max-width: 575px) {
    .related-post .title {
      font-size: 20px;
    }
  }
  

  
.portfolio-details-slider .slick-arrow {
    display: inline-block;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    color: #fff;
  }
  .portfolio-details-slider .slick-arrow.prev-arrow {
      left: 0px;
  }  
  .portfolio-details-slider .slick-arrow.next-arrow {
      right: 0px;
  }
  
.grey-bg {
    background-color: #f5f5f5;
  }

  
/*=======  Project Details =======*/
.project-details .project-content .content h2 {
    font-size: 46px;
    margin-bottom: 15px;
    line-height: 56px;
  }
  @media (max-width: 767px) {
    .project-details .project-content .content h2 {
      font-size: 40px;
    }
  }
  @media (max-width: 575px) {
    .project-details .project-content .content h2 {
      font-size: 30px;
      margin-bottom: 15px;
    }
  }
  @media (max-width: 399px) {
    .project-details .project-content .content h2 {
      font-size: 25px;
    }
  }
  .project-details .project-content .content p {
    font-size: 15px;
    line-height: 2;
  }
  .project-details .project-content .details {
    background-color: #14212b;
    padding: 40px 40px;
  }
  @media (max-width: 1199px) {
    .project-details .project-content .details {
      padding: 60px 40px;
    }
  }
  @media (max-width: 991px) {
    .project-details .project-content .details {
      text-align: center;
      padding: 30px 0;
      margin-bottom: 30px;
    }
  }
  @media (max-width: 575px) {
    .project-details .project-content .details {
      text-align: left;
      padding: 50px 30px;
      margin-bottom: 30px;
    }
  }
  .project-details .project-content .details ul li {
    color: #c7dff2;
    font-size: 15px;
  }
  @media (max-width: 991px) {
    .project-details .project-content .details ul li {
      display: inline-block;
    }
  }
  @media (max-width: 575px) {
    .project-details .project-content .details ul li {
      display: block;
    }
  }
  .project-details .project-content .details ul li h3 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 4px;
  }
  @media (max-width: 991px) {
    .project-details .project-content .details ul li h3 {
      font-size: 30px;
    }
  }
  @media (max-width: 767px) {
    .project-details .project-content .details ul li h3 {
      font-size: 22px;
      margin-bottom: 10px;
    }
  }
  .project-details .project-content .details ul li:not(:last-child) {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #334959;
  }
  @media (max-width: 991px) {
    .project-details .project-content .details ul li:not(:last-child) {
      padding: 0 15px 0 0;
      margin: 0 15px 0 0;
      border-bottom: none;
      border-right: 1px solid #334959;
    }
  }
  @media (max-width: 575px) {
    .project-details .project-content .details ul li:not(:last-child) {
      padding: 0 0 15px 0;
      margin: 0 0 15px 0;
      border-bottom: 1px solid #334959;
      border-right: none;
    }
  }
  .project-details .project-content .thumbs {
    margin-top: 70px;
  }
  .project-details .project-content .thumbs img {
    margin-bottom: 40px;
  }
  
  /*======= Team Members Details=======*/
  .member-details-wrapper .member-details {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 270px 60px 1fr 60px 1fr;
    grid-template-columns: 270px 1fr 1fr;
    grid-gap: 60px;
  }
  @media (max-width: 1199px) {
    .member-details-wrapper .member-details {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      grid-gap: 30px;
    }
  }
  @media (max-width: 991px) {
    .member-details-wrapper .member-details {
      grid-gap: 30px;
      -ms-grid-columns: 1fr 30px 1fr;
      grid-template-columns: 1fr 1fr;
    }
  }
  @media (max-width: 767px) {
    .member-details-wrapper .member-details {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
    }
  }
  .member-details-wrapper .member-details .member-picture-wrap {
    text-align: center;
  }
  @media (max-width: 991px) {
    .member-details-wrapper .member-details .member-picture-wrap {
      grid-column: 1/-1;
      margin-bottom: 20px;
    }
  }
  .member-details-wrapper .member-details .member-picture-wrap .member-picture {
    position: relative;
    z-index: 1;
    display: inline-block;
  }
  .member-details-wrapper .member-details .member-picture-wrap .member-picture::after {
    position: absolute;
    content: "";
    right: -10px;
    bottom: -10px;
    width: 80px;
    height: 70px;
    background-color: #ff4a17;
    z-index: -1;
    -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
            clip-path: polygon(100% 0, 0 100%, 100% 100%);
  }
  .member-details-wrapper .member-details .member-desc,
  .member-details-wrapper .member-details .member-contact-info {
    padding: 35px;
    border: 1px solid #e9e9e9;
    font-size: 15px;
  }
  @media (max-width: 1199px) {
    .member-details-wrapper .member-details .member-desc,
  .member-details-wrapper .member-details .member-contact-info {
      padding: 25px;
    }
  }
  .member-details-wrapper .member-details .member-desc .title,
  .member-details-wrapper .member-details .member-desc .name,
  .member-details-wrapper .member-details .member-contact-info .title,
  .member-details-wrapper .member-details .member-contact-info .name {
    font-size: 35px;
    margin-bottom: 5px;
  }
  @media (max-width: 1199px) {
    .member-details-wrapper .member-details .member-desc .title,
  .member-details-wrapper .member-details .member-desc .name,
  .member-details-wrapper .member-details .member-contact-info .title,
  .member-details-wrapper .member-details .member-contact-info .name {
      font-size: 28px;
    }
  }
  .member-details-wrapper .member-details .member-desc span.title-tag,
  .member-details-wrapper .member-details .member-desc span.pro,
  .member-details-wrapper .member-details .member-contact-info span.title-tag,
  .member-details-wrapper .member-details .member-contact-info span.pro {
    color: #ff4a17;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1;
  }
  .member-details-wrapper .member-details .member-desc p:not(:last-child) {
    margin-bottom: 15px;
  }
  .member-details-wrapper .member-details .member-contact-info .social-links {
    margin-top: 20px;
  }
  .member-details-wrapper .member-details .member-contact-info .social-links li {
    display: inline-block;
    margin-right: 10px;
  }
  .member-details-wrapper .member-details .member-contact-info .social-links li a {
    color: #616161;
  }
  .member-details-wrapper .member-details .member-contact-info .social-links li a:hover {
    color: #ff4a17;
  }
  .member-details-wrapper .member-details .member-contact-info .contact-info li:not(:last-child) {
    margin-bottom: 10px;
  }
  .member-details-wrapper .member-details .member-contact-info .contact-info li i {
    margin-right: 10px;
    color: #ff4a17;
  }
  .member-details-wrapper .member-details .member-contact-info .contact-info li,
  .member-details-wrapper .member-details .member-contact-info .contact-info li a {
    color: #616161;
  }

  
/*======= Product Details =======*/
.shop-details-wrap .product-details {
    font-size: 15px;
  }
  @media (max-width: 991px) {
    .shop-details-wrap .product-details .product-gallery {
      margin-bottom: 50px;
    }
  }
  .shop-details-wrap .product-details .product-gallery .product-gallery-arrow {
    max-width: 150px;
    float: left;
  }
  @media (max-width: 1199px) {
    .shop-details-wrap .product-details .product-gallery .product-gallery-arrow {
      max-width: 120px;
    }
  }
  @media (max-width: 767px) {
    .shop-details-wrap .product-details .product-gallery .product-gallery-arrow {
      max-width: 100px;
    }
  }
  @media (max-width: 575px) {
    .shop-details-wrap .product-details .product-gallery .product-gallery-arrow {
      max-width: 75px;
    }
  }
  .shop-details-wrap .product-details .product-gallery .product-gallery-arrow li {
    margin-bottom: 20px;
    cursor: pointer;
  }
  @media (max-width: 575px) {
    .shop-details-wrap .product-details .product-gallery .product-gallery-arrow li {
      margin-bottom: 10px;
    }
  }
  .shop-details-wrap .product-details .product-gallery .gallery-slider-warp {
    width: calc(100% - 180px);
    float: right;
  }
  @media (max-width: 1199px) {
    .shop-details-wrap .product-details .product-gallery .gallery-slider-warp {
      width: calc(100% - 150px);
    }
  }
  @media (max-width: 767px) {
    .shop-details-wrap .product-details .product-gallery .gallery-slider-warp {
      width: calc(100% - 120px);
    }
  }
  @media (max-width: 575px) {
    .shop-details-wrap .product-details .product-gallery .gallery-slider-warp {
      width: calc(100% - 90px);
    }
  }
  .shop-details-wrap .product-details .product-gallery .product-gallery-slider {
    position: relative;
  }
  .shop-details-wrap .product-details .product-gallery .product-gallery-slider .slick-arrow {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 2;
    color: #fff;
    background-color: #ff4a17;
    height: 50px;
    width: 50px;
    line-height: 50px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    opacity: 0;
    visibility: hidden;
  }
  @media (max-width: 575px) {
    .shop-details-wrap .product-details .product-gallery .product-gallery-slider .slick-arrow {
      width: 40px;
      height: 40px;
      line-height: 40px;
    }
  }
  .shop-details-wrap .product-details .product-gallery .product-gallery-slider .slick-arrow.next-arrow {
    left: auto;
    right: 0;
  }
  .shop-details-wrap .product-details .product-gallery .product-gallery-slider .slick-arrow:hover {
    background-color: #14212b;
  }
  .shop-details-wrap .product-details .product-gallery:hover .slick-arrow {
    opacity: 1;
    visibility: visible;
  }
  .shop-details-wrap .product-details .product-summary {
    padding-left: 30px;
  }
  @media (max-width: 1199px) {
    .shop-details-wrap .product-details .product-summary {
      padding-left: 0;
    }
  }
  .shop-details-wrap .product-details .product-summary .product-name {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 15px;
  }
  .shop-details-wrap .product-details .product-summary .rating {
    margin-bottom: 20px;
    line-height: 1;
  }
  .shop-details-wrap .product-details .product-summary .rating li {
    display: inline-block;
    font-size: 12px;
    color: #ff4a17;
  }
  .shop-details-wrap .product-details .product-summary .price {
    font-weight: 700;
    color: #14212b;
    margin-bottom: 30px;
  }
  .shop-details-wrap .product-details .product-summary .short-description p {
    margin-bottom: 20px;
  }
  .shop-details-wrap .product-details .product-summary .add-to-cart-form {
    margin-top: 10px;
  }
  .shop-details-wrap .product-details .product-summary .add-to-cart-form form {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .shop-details-wrap .product-details .product-summary .add-to-cart-form form .quantity-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 30px;
  }
  @media (max-width: 575px) {
    .shop-details-wrap .product-details .product-summary .add-to-cart-form form .quantity-input {
      margin-right: 20px;
    }
  }
  .shop-details-wrap .product-details .product-summary .add-to-cart-form form .quantity-input .quantity-down,
  .shop-details-wrap .product-details .product-summary .add-to-cart-form form .quantity-input .quantity-up,
  .shop-details-wrap .product-details .product-summary .add-to-cart-form form .quantity-input input {
    padding: 0;
    height: 33px;
    width: 45px;
    border: 1px solid #dddddd;
    text-align: center;
    cursor: pointer;
    line-height: 33px;
    font-size: 14px;
    color: #14212b;
  }
  .shop-details-wrap .product-details .product-summary .add-to-cart-form form button {
    padding: 8px 30px;
    background-color: #ff4a17;
    border: none;
    font-weight: 700;
    color: #fff;
    font-size: 14px;
    font-family: "Source Sans Pro", sans-serif;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }
  @media (max-width: 1199px) {
    .shop-details-wrap .product-details .product-summary .add-to-cart-form form button {
      padding: 8px 25px;
    }
  }
  .shop-details-wrap .product-details .product-summary .add-to-cart-form form button:hover {
    background-color: #14212b;
  }
  .shop-details-wrap .product-details .product-summary .product-share {
    margin-top: 30px;
  }
  .shop-details-wrap .product-details .product-summary .product-share li {
    display: inline-block;
  }
  .shop-details-wrap .product-details .product-summary .product-share li a {
    color: #616161;
    padding: 5px;
  }
  .shop-details-wrap .product-details .product-summary .product-share li a:hover {
    color: #ff4a17;
  }
  .shop-details-wrap .product-details .product-summary .product-share li.title {
    color: #14212b;
    font-weight: 700;
    margin-right: 20px;
  }
  .shop-details-wrap .product-details .product-details-tab {
    margin-top: 70px;
  }
  .shop-details-wrap .product-details .product-details-tab .tab-filter-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
  }
  .shop-details-wrap .product-details .product-details-tab .tab-filter-nav .nav {
    border-bottom: 2px solid #dddddd;
    padding-bottom: 10px;
  }
  @media (max-width: 399px) {
    .shop-details-wrap .product-details .product-details-tab .tab-filter-nav .nav {
      padding-bottom: 0;
      border: none;
    }
  }
  .shop-details-wrap .product-details .product-details-tab .tab-filter-nav .nav a {
    font-size: 24px;
    font-weight: 700;
    font-family: "Source Sans Pro", sans-serif;
    color: #14212b;
    padding: 0 10px;
    margin-left: 20px;
    position: relative;
  }
  @media (max-width: 991px) {
    .shop-details-wrap .product-details .product-details-tab .tab-filter-nav .nav a {
      font-size: 20px;
    }
  }
  @media (max-width: 767px) {
    .shop-details-wrap .product-details .product-details-tab .tab-filter-nav .nav a {
      margin-left: 10px;
    }
  }
  @media (max-width: 575px) {
    .shop-details-wrap .product-details .product-details-tab .tab-filter-nav .nav a {
      margin-left: 0;
      padding: 0 5px;
      font-size: 16px;
    }
  }
  @media (max-width: 399px) {
    .shop-details-wrap .product-details .product-details-tab .tab-filter-nav .nav a {
      margin-bottom: 0;
      margin-right: 10px;
    }
  }
  .shop-details-wrap .product-details .product-details-tab .tab-filter-nav .nav a:first-child {
    margin-left: 0;
    padding-left: 0;
  }
  .shop-details-wrap .product-details .product-details-tab .tab-filter-nav .nav a::before {
    position: absolute;
    left: 0;
    bottom: -12px;
    width: 100%;
    height: 2px;
    content: "";
    background: #ff4a17;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }
  @media (max-width: 399px) {
    .shop-details-wrap .product-details .product-details-tab .tab-filter-nav .nav a::before {
      bottom: 0;
    }
  }
  .shop-details-wrap .product-details .product-details-tab .tab-filter-nav .nav a.active, .shop-details-wrap .product-details .product-details-tab .tab-filter-nav .nav a:hover {
    color: #ff4a17;
  }
  .shop-details-wrap .product-details .product-details-tab .tab-filter-nav .nav a.active::before, .shop-details-wrap .product-details .product-details-tab .tab-filter-nav .nav a:hover::before {
    opacity: 1;
    visibility: visible;
  }
  .shop-details-wrap .product-details .product-details-tab .product-description p:not(:last-child) {
    margin-bottom: 30px;
  }
  .shop-details-wrap .product-details .product-details-tab .additional-info th {
    color: #14212b;
    font-weight: 600;
    padding-right: 20px;
  }
  .shop-details-wrap .product-details .product-details-tab .product-review .review-list li {
    position: relative;
    padding-left: 100px;
    margin-top: 40px;
  }
  @media (max-width: 575px) {
    .shop-details-wrap .product-details .product-details-tab .product-review .review-list li {
      padding-left: 75px;
    }
  }
  .shop-details-wrap .product-details .product-details-tab .product-review .review-list li:first-child {
    margin-top: 0;
  }
  .shop-details-wrap .product-details .product-details-tab .product-review .review-list li .review-thumb {
    position: absolute;
    left: 0;
    top: 0;
  }
  .shop-details-wrap .product-details .product-details-tab .product-review .review-list li .review-rating li {
    display: inline-block;
    font-size: 12px;
    color: #ff4a17;
    padding: 0;
    margin: 0;
  }
  .shop-details-wrap .product-details .product-details-tab .product-review .review-list li .children > li:first-child {
    margin-top: 40px;
  }
  @media (max-width: 575px) {
    .shop-details-wrap .product-details .product-details-tab .product-review .review-list li .children {
      margin-left: -50px;
    }
  }
  .shop-details-wrap .product-details .product-details-tab .review-form {
    margin-top: 45px;
  }
  .shop-details-wrap .product-details .product-details-tab .review-form .form_group label {
    font-weight: 700;
    color: #000;
  }
  .shop-details-wrap .product-details .product-details-tab .review-form .form_group .form_control {
    margin-bottom: 20px;
  }
  .shop-details-wrap .product-details .product-details-tab .review-form .form_group .rating {
    margin-bottom: 30px;
  }
  .shop-details-wrap .product-details .product-details-tab .review-form .form_group .rating li {
    display: inline-block;
  }
  .shop-details-wrap .product-details .product-details-tab .review-form .single_checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
  }
  .shop-details-wrap .product-details .product-details-tab .review-form .single_checkbox input[type=checkbox] {
    width: 15px;
    height: 15px;
  }
  .shop-details-wrap .product-details .product-details-tab .review-form .single_checkbox label {
    margin-bottom: 0px;
    margin-top: -5px;
    margin-left: 10px;
  }
  .shop-details-wrap .review-form .form_group .form_control {
    border: 2px solid #eaeaea;
  }
  .shop-details-wrap .related-product {
    padding-bottom: 80px;
  }
  .shop-details-wrap .related-product .related-title {
    text-align: center;
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 55px;
  }
  @media (max-width: 991px) {
    .shop-details-wrap .related-product .related-title {
      font-size: 42px;
    }
  }
  @media (max-width: 767px) {
    .shop-details-wrap .related-product .related-title {
      margin-left: 32px;
    }
  }
  
  .service-tab {
    margin-bottom: 20px;
  }
  .service-tab .nav-tabs {
    border-bottom: none;
  }
  .service-tab .nav-link {
    padding: 10px 30px;
    border: none;
    border-radius: 5px;
    background-color: #14212b;
    color: #fff;
    font-weight: 500;
    margin-left: 15px;
    margin-right: 15px;
  }
  .service-tab .nav-link.active {
    background-color: #ff4a17;
    color: #fff;
  }
  
  .job-list-area-section {
    margin-bottom: -40px;
  }
  .job-list-area-section .single-job {
    background-color: #f8f8f8;
    -webkit-box-shadow: 0 0 20px 0px #dcdcdc;
    box-shadow: 0 0 20px 0px #dcdcdc;
    margin-bottom: 40px;
    padding: 30px;
    color: inherit;
  }
  .job-list-area-section .single-job h3 {
    margin-bottom: 15px;
  }
  .job-list-area-section .single-job p {
    font-size: 16px;
  }
  .job-list-area-section .single-job p i {
    margin-right: 5px;
    color: #ff4a17;
  }
  
  .job-details-section .job-details-wrapper .job-details h3.title {
    margin-bottom: 20px;
    color: #ff4a17;
  }
  .job-details-section .job-details-wrapper .job-details .info {
    margin-bottom: 20px;
  }
  .job-details-section .job-details-wrapper .job-details .info .label {
    font-weight: 700;
    color: #000;
  }
  .job-details-section .sidebar .newsletter-widget {
    background-color: #0A3041;
    border: none;
  }
  .job-details-section .sidebar .newsletter-widget .newsletter-content h5 {
    color: #ff4a17;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .job-details-section .sidebar .newsletter-widget .newsletter-content h4 {
    color: #fff;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 20px;
  }
  .job-details-section .sidebar .newsletter-widget .newsletter-content h4:after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    content: "";
    width: 80px;
    height: 2px;
    background-color: #ff4a17;
  }
  .job-details-section .sidebar .newsletter-widget .newsletter-content .newsletter-btn {
    padding: 10px 20px;
    background-color: #ff4a17;
    color: #fff;
    font-size: 15px;
    border-radius: 5px;
    margin-top: 20px;
  }
  
  .cart-area-section .total-item-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
  }
  .cart-area-section .total-item-info li {
    color: #000;
  }
  .cart-area-section .cart-table {
    width: 100%;
  }
  .cart-area-section .cart-table thead {
    background-color: #eaeaea;
  }
  .cart-area-section .cart-table thead tr th {
    padding: 10px 20px;
    color: #000;
  }
  .cart-area-section .cart-table thead tr th.remove {
    text-align: center;
  }
  .cart-area-section .cart-table tbody tr td {
    padding: 15px 0;
    border-bottom: 1px solid #e5e5e5;
  }
  .cart-area-section .cart-table tbody .title h3.prod-title {
    font-size: 20px;
  }
  .cart-area-section .cart-table tbody .qty .quantity-input {
    max-width: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cart-area-section .cart-table tbody .qty .quantity-input input, .cart-area-section .cart-table tbody .qty .quantity-input .quantity-up, .cart-area-section .cart-table tbody .qty .quantity-input .quantity-down {
    height: 40px;
    padding: 0 10px;
    text-align: center;
    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;
    border: 1px solid #e5e5e5;
    cursor: pointer;
  }
  .cart-area-section .cart-table tbody .qty .quantity-input input {
    border-left: none;
    border-right: none;
  }
  .cart-area-section .cart-table tbody .unit-price .available-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .cart-area-section .cart-table tbody .unit-price .available-info span.icon {
    width: 40px;
    height: 40px;
    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;
    background-color: #ff4a17;
    color: #fff;
    border-radius: 50%;
    margin-right: 10px;
  }
  .cart-area-section .cart-table tbody .remove {
    text-align: center;
  }
  .cart-area-section .cart-middle {
    float: right;
    margin-top: 20px;
  }
  .cart-area-section .cart-middle .cart-btn {
    display: inline-block;
    margin-left: 15px;
    padding: 10px 30px;
    color: #fff;
    background-color: #ff4a17;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }
  .cart-area-section .cart-middle .cart-btn:hover {
    background-color: #14212b;
    color: #fff;
  }
  
  .checkout-area-section .shop-title-box h3 {
    margin-bottom: 20px;
  }
  .checkout-area-section .form .field-label {
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
  }
  .checkout-area-section .form .field-input input {
    border: 1px solid #e5e5e5;
  }
  .checkout-area-section .bottom {
    margin-top: 30px;
  }
  .checkout-area-section .bottom .table-one {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 40px;
  }
  .checkout-area-section .bottom .cart-table {
    width: 100%;
  }
  .checkout-area-section .bottom .cart-table tbody .product-title .prod-title {
    font-size: 20px;
  }
  .checkout-area-section .bottom .cart-table tbody input {
    width: 40px;
    height: 40px;
    border: 1px solid #e5e5e5;
    padding: 0 10px;
  }
  .checkout-area-section .bottom .cart-table tbody input[type=radio] {
    width: 15px;
    height: 15px;
  }
  .checkout-area-section .bottom .cart-table tbody tr td p {
    line-height: 18px;
  }
  .checkout-area-section .bottom .cart-total .cart-total-table {
    border: 1px solid #e8e6f4;
    border-radius: 6px;
  }
  .checkout-area-section .bottom .cart-total .cart-total-table li {
    border-bottom: 1px solid #e8e6f4;
  }
  .checkout-area-section .bottom .cart-total .cart-total-table li span.col {
    position: relative;
    display: block;
    float: left;
    color: #111;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    padding: 10px 18px;
    width: 50%;
  }
  .checkout-area-section .bottom .cart-total .cart-total-table li span.col.col-title {
    border-right: 1px solid #e8e6f4;
  }
  .checkout-area-section .coupon {
    position: relative;
    display: block;
    background: #f8f7ff;
    padding: 20px 28px 21px;
    margin-bottom: 60px;
    border-radius: 5px;
  }
  .checkout-area-section .coupon .btn {
    background-color: #ff4a17;
    color: #fff;
  }
  .checkout-area-section .payment-options {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 30px;
    border: 1px solid #e8e6f4;
    padding: 23px 20px 35px;
    border-radius: 6px;
  }
  .checkout-area-section .payment-options h4 {
    margin-bottom: 15px;
  }
  .checkout-area-section .payment-options input[type=radio] {
    width: 15px;
    height: 15px;
  }
  .checkout-area-section .payment-options .placeorder-button {
    margin-top: 30px;
  }
  
  .project-content p {
    color: #fff;
    opacity: .8;
}

body.dark-version .inner-section-gap {
  padding-top: 90px;
  padding-bottom: 20px;
}
body.dark-version .job-list-area-section .single-job {
  background-color: transparent;
  border: 1px solid #383839;
  box-shadow: none;
}
body.dark-version .sidebar .widget {
  border: 1px solid #383839;
}
body.dark-version .sidebar .widget.cat-widget ul li {
  border-bottom: 1px solid #383839;
}
body.dark-version .sidebar .widget .widget-title {
  border-bottom: 1px solid #383839;
}
body.dark-version .sidebar .widget.search-widget form input {
  border: 1px solid #383839;
  background-color: transparent;
}
body.dark-version .job-details-section .job-details-wrapper .job-details .info .label {
  color: #fff !important;
  opacity: 1 !important;
}
body.dark-version .job-details * {
  color: #fff !important;
  opacity: .8;
}
body.dark-version .post-footer ul li.title {
  color: #fff;
}
body.dark-version .faq-section .faq-loop.accordion .card {
  background: transparent;
}
body.dark-version .faq-section .faq-loop.accordion.grey-header .card {
  border: 1px solid #383839;
}
body.dark-version .faq-section .faq-loop.accordion.grey-header .card .card-header {
  background-color: transparent;
}
body.dark-version .service-section {
  background: transparent !important;
}
body.dark-version .service-boxes .service-box-three {
  border: 1px solid #383839;
  background-color: transparent;
}
body.dark-version .summernote-content * {
  color: #fff;
  opacity: .8;
}
body.dark-version .page-link {
  color: #fff;
  background-color: transparent;
  border: 1px solid #383839;
}
body.dark-version .page-link {
  background-color: transparent;
  border: 1px solid #383839;
}
body.dark-version .page-item.disabled .page-link {
  color: #fff;
  background-color: transparent;
  border: 1px solid #383839;
}
body.dark-version .sidebar .widget.recent-post-widget .single-post a {
    color: #ffffff;
    font-size: 16px;
}
body.dark-version .project-nav li {
  color: #fff;
}
body.dark-version .project-nav {
  border-bottom: 2px solid #383839;
}
body.dark-version .contact-section.contact-page .contact-form {
  border: 1px solid #383839;
  background-color: #151516;
}
body.dark-version textarea, body.dark-version input, body.dark-version select, body.dark-version .nice-select {
  background-color: #151516;
  border: 1px solid #383839;
  color: #fff;
}
body.dark-version textarea::placeholder, body.dark-version input::placeholder, body.dark-version select::placeholder, body.dark-version .nice-select::placeholder {
  color: #fff;
  opacity: .6;
}
.input-group .icon {
  position: absolute;
  right: 25px;
  font-size: 14px;
  color: #ff4a17;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
body.dark-version .contact-section.contact-page .contact-info .contact-info-content ul li.phone, body.dark-version .contact-section.contact-page .contact-info .contact-info-content ul li.phone a {
  color: #fff;
  opacity: .6;
}
input:not([type='file']), textarea, select {
  width: 100%;
  background-color: #fff;
  padding: 0 25px;
  height: 70px;
  font-weight: 700;
  font-size: 15px;
  color: #616161;
  border: none;
}
textarea {
  height: 140px;
  padding-top: 20px;
  resize: none;
}
input[type=checkbox] {
  height: 16px;
  width: 16px;
  margin: 0;
  display: inline-block;
}
.service-boxes .service-box-three {
  margin-top: 0px;
}

@media screen and (max-width: 991px) {
  .project-nav li {
    padding: 0 8px;
    background-color: #f1f1f1;
    margin-bottom: 10px;
  }
  .project-details .project-content .details ul li h3 {
    font-size: 18px;
  }
  .project-content.mt-60 {
    margin-top: 0;
  }
  .project-boxes.mt-60 {
    margin-top: 10px;
  }
  .dark-version .project-nav li {
      background: transparent;
  }
}

@media screen and (max-width: 767px) {
  .job-list-area-section .single-job h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .job-details-section .job-details-wrapper .job-details h3.title {
    font-size: 20px;
    line-height: 30px;
  }
  .faq-section .faq-loop.accordion .card .card-header h6 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
  }
  .faq-section .faq-loop.accordion .card .card-body {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
  }
  .project-details .project-content .details ul li h3 {
    margin-bottom: 0px;
  }
}


