@charset "UTF-8";
/*-----------------------------------------------------------------------------------
 *
 * Theme Name: Services - Ultimate Service Industry Theme
 * Description: Ultimate Service Industry Theme
 * Author: Chitrakoot Web
 * Version: 1.0
 *
 * ----------------------------------------------------------------------------------- */
/* ----------------------------------
 *
 * Table of contents
 *
 * 01. Common styles
 * 02. Navigation
 * 03. Section heading
 * 04. Main banner area
 * 05. Page title
 * 06. About section
 * 07. Service section
 * 08. Cards
 * 09. Testimonial section
 * 10. Shop
 * 11. Client section
 * 12. Story video
 * 13. Portfolio
 * 14. Pagination
 * 15. Owl carousel
 * 16. Accordion style
 * 17. Tabs
 * 18. Pages
 * 19. Elements
 * 20. Blog
 * 21. Others
 * 22. Footer
 *
 * ---------------------------------- */
/* ===================================
    Common styles
====================================== */
/* loader */
#preloader {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999999;
  transition: 0.3s ease opacity;
  text-align: center;
  width: 100%;
  height: 100%; }
  #preloader:before {
    content: "";
    width: 80px;
    height: 80px;
    border: 3px solid #f7b035;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    animation-name: LoaderCicle;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear; }
  #preloader:after {
    content: "";
    width: 80px;
    height: 80px;
    border: 3px solid #f7b035;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    animation-name: LoaderCicle;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-delay: 1s; }

@keyframes LoaderCicle {
  0% {
    width: 0;
    height: 0;
    opacity: 0; }
  10% {
    width: 10px;
    height: 10px;
    opacity: 1; }
  80% {
    width: 60px;
    height: 60px;
    opacity: 0.1; }
  100% {
    width: 70px;
    height: 70px;
    opacity: 0; } }
/* theme color and basic options */
a:hover, a:active {
  color: #f7b035;
  text-decoration: none; }

.white-hover:hover {
  color: #fff !important; }

.min-height-300 {
  min-height: 300px; }

.min-height-350 {
  min-height: 350px; }

.min-height-400 {
  min-height: 400px; }

.min-height-450 {
  min-height: 450px; }

.min-height-500 {
  min-height: 500px; }

.min-height-550 {
  min-height: 550px; }

.h-100vh {
  height: 100vh; }

.min-lg-vh-100 {
  min-height: 100vh; }

.theme-overlay[data-overlay-dark]:before, .theme-overlay-dark[data-overlay-dark]:before {
  background: #f7b035; }

.theme-overlay-blue-dark[data-overlay-dark]:before {
  background: #182937; }

.left-overlay[data-overlay-dark]:before {
  background: rgba(0, 0, 0, 0.8);
  background: linear-gradient(-90deg, transparent, #000000 65%); }

.text-primary {
  color: #f7b035 !important; }

.text-secondary {
  color: #232323 !important; }

.text-animation, .text-animations {
  line-height: 1.4; }

.bg-primary {
  background: #f7b035 !important; }

.border-primary {
  border-color: #f7b035 !important; }

.bg-secondary {
  background: #232323 !important; }

.border-secondary {
  border-color: #232323 !important; }

.process-number-counter {
  counter-reset: count; }

.box-shadow1 {
  background: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08); }

.box-shadow2 {
  background: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); }

.box-shadow3 {
  background: #ffffff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05); }

.border-navigation {
  border-right: 1px solid #f7b035;
  height: 30px;
  width: 2px;
  margin-top: 0;
  display: inline-block;
  float: left; }

.blurslider-line {
  background: #f7b035 !important; }

/* scroll to top */
.scroll-to-top {
  font-size: 20px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  border-radius: 50%;
  background: #000;
  border: 1px solid #2a2a2a;
  width: 35px;
  height: 35px;
  line-height: 30px;
  z-index: 9999;
  outline: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all 0.3s ease; }
  .scroll-to-top i {
    color: #fff; }
  .scroll-to-top:hover {
    color: #1e2022;
    background: #fff; }
    .scroll-to-top:hover i {
      color: #1e2022; }
  .scroll-to-top:visited {
    color: #1e2022;
    text-decoration: none; }

/* button style */
.butn {
  background-color: #f7b035;
  border: none;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  padding: 18px 30px;
  line-height: normal;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  position: relative;
  z-index: 9999;
  display: inline-block;
  letter-spacing: 1px;
  white-space: nowrap;
  transition: all 0.4s ease-in-out 0s;
  cursor: pointer; }
  .butn span {
    z-index: 9;
    position: relative; }
  .butn:hover, .butn:focus, .butn:active {
    background: #232323;
    color: #fff; }
  .butn.secondary {
    background-color: #232323; }
    .butn.secondary:hover, .butn.secondary:focus, .butn.secondary:active {
      background: #f7b035;
      color: #fff; }
  .butn.white {
    background: #fff;
    color: #1e2022; }
  .butn.white-opacity {
    background: rgba(225, 225, 225, 0.1);
    color: #fff; }
    .butn.white-opacity:hover, .butn.white-opacity:active, .butn.white-opacity:focus {
      background: #fff;
      color: #f7b035; }
  .butn.light {
    background: rgba(55, 125, 255, 0.1);
    color: #f7b035; }
    .butn.light:hover, .butn.light:active, .butn.light:focus {
      background: #f7b035;
      color: #fff; }
  .butn.primary-hover:hover, .butn.white.primary-hover:hover, .butn.primary-hover:active, .butn.white.primary-hover:active, .butn.primary-hover:focus, .butn.white.primary-hover:focus {
    background: #f7b035 !important;
    color: #fff !important; }
  .butn.secondary-hover:hover, .butn.white.secondary-hover:hover, .butn.secondary-hover:active, .butn.white.secondary-hover:active, .butn.secondary-hover:focus, .butn.white.secondary-hover:focus {
    background: #232323 !important;
    color: #fff !important; }
  .butn.dark {
    background: #1e2022;
    color: #fff; }
    .butn.dark:hover, .butn.dark:active, .butn.dark:focus {
      background: #f7b035;
      color: #fff; }
  .butn.gray {
    background: #f0f0f0;
    color: #666; }
    .butn.gray:hover, .butn.gray:active, .butn.gray:focus {
      background: #f7b035;
      color: #fff; }
  .butn.white-hover:hover, .butn.white-hover:active, .butn.white-hover:focus {
    background: #fff;
    color: #232323 !important; }
  .butn.border {
    background: transparent;
    border: 1px solid #f7b035;
    color: #282b2d;
    box-shadow: none; }
    .butn.border:hover, .butn.border:active, .butn.border:focus {
      background: #f7b035;
      border: transparent;
      color: #fff; }
    .butn.border.reverse:hover, .butn.border.reverse:active, .butn.border.reverse:focus {
      background: transparent;
      border: 1px solid #f7b035;
      color: #282b2d;
      box-shadow: none; }
  .butn.small {
    padding: 12px 20px !important;
    font-size: 14px;
    letter-spacing: 0.5px; }
  .butn.medium {
    padding: 14px 24px; }
  .butn.shadow-dark {
    box-shadow: 5px 4px 13px 0px rgba(0, 0, 0, 0.15) !important; }

@media screen and (max-width: 991px) {
  .butn {
    padding: 16px 28px; }
    .butn.medium {
      padding: 10px 22px; }
    .butn.small {
      padding: 8px 18px; } }
@media screen and (max-width: 575px) {
  .butn {
    padding: 15px 18px; } }
/*link buttton*/
.read-more {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-left: 0;
  margin-bottom: 0;
  font-weight: 500;
  vertical-align: middle;
  transition: 0.3s ease-in-out; }
  .read-more:before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    height: 2px;
    border-radius: 5px;
    transform: translateX(-50%);
    transition: width 0.35s ease-in-out;
    width: 100%;
    background: #dfdfdf; }
  .read-more:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    width: 0;
    height: 2px;
    background: #f7b035;
    border-radius: 5px;
    transform: translateX(-50%);
    transition: width 0.35s ease-in-out; }
  .read-more:hover:after {
    width: 100%;
    background: #f7b035; }

/* section background */
.section-bg {
  position: absolute;
  background-size: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 460px;
  background-position: center center;
  background-repeat: no-repeat; }
  .section-bg.h-600 {
    height: 600px; }

@media screen and (max-width: 575px) {
  .section-bg.h-700 {
    height: 700px; }
  .section-bg.h-800 {
    height: 800px; }
  .section-bg.h-950 {
    height: 950px; } }
.height-300 {
  height: 300px; }

/* list style */
.list-style {
  list-style: none;
  margin-bottom: 40px;
  padding: 0; }
  .list-style li {
    position: relative;
    padding: 0 0 15px 40px;
    margin-bottom: 15px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.08); }
    .list-style li:last-child {
      border-bottom: none;
      padding-bottom: 0;
      margin-bottom: 0; }
    .list-style li i {
      color: #f7b035;
      font-size: 12px;
      background: rgba(247, 176, 53, 0.19);
      margin-right: 12px;
      border-radius: 30px;
      padding: 6px;
      position: absolute;
      left: 0;
      top: 2px;
      line-height: 12px; }

/* list style1 */
.list-style1 {
  padding: 0;
  margin-bottom: 25px; }
  .list-style1 li {
    position: relative;
    display: inline-block; }
    .list-style1 li a:hover {
      color: #f7b035; }
  .list-style1 > li + li {
    padding-left: 25px;
    margin-left: 15px; }
    .list-style1 > li + li:before {
      content: "";
      background: #f7b035;
      width: 15px;
      height: 2px;
      position: absolute;
      left: -6px;
      top: 12px; }

@media screen and (max-width: 1199px) {
  .list-style1 > li + li {
    padding-left: 20px; } }
/* list-style2 */
.list-style2 {
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0; }
  .list-style2 li {
    position: relative;
    padding: 0 0 0 35px;
    margin: 0 0 15px 0;
    font-size: 15px; }
    .list-style2 li:last-child {
      padding-bottom: 0;
      margin-bottom: 0; }
    .list-style2 li i {
      color: #f7b035;
      font-size: 12px;
      background: rgba(247, 176, 53, 0.19);
      border-radius: 30px;
      padding: 5px;
      position: absolute;
      left: 0;
      top: 2px; }

@media screen and (max-width: 767px) {
  .list-style2 {
    margin: 0 0 25px 0; } }
/* list-style3 */
.list-style3 {
  list-style: none;
  margin-bottom: 35px;
  padding: 0; }
  .list-style3 li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ededed; }
    .list-style3 li:last-child {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: 0; }

@media screen and (max-width: 767px) {
  .list-style3 {
    margin-bottom: 30px; } }
/* list-style4 */
.list-style4 {
  margin-bottom: 35px;
  list-style: none;
  padding: 0; }
  .list-style4 li {
    font-size: 16px;
    position: relative;
    padding: 0 0 0 40px;
    margin: 0 0 15px 0; }
    .list-style4 li:last-child {
      margin-bottom: 0; }
    .list-style4 li:before {
      content: "\e64c";
      font-family: 'themify';
      color: #f7b035;
      font-size: 12px;
      background: rgba(247, 176, 53, 0.19);
      margin-right: 12px;
      border-radius: 30px;
      padding: 6px;
      position: absolute;
      left: 0;
      top: 2px;
      line-height: 12px; }

@media screen and (max-width: 767px) {
  .list-style4 {
    margin-bottom: 30px; } }
/* list-style5 */
.list-style5 {
  list-style: none;
  margin-bottom: 35px;
  padding: 0; }
  .list-style5 li {
    margin-bottom: 15px;
    padding: 15px 0;
    background: #fafafa; }
    .list-style5 li:last-child {
      margin-bottom: 0; }

@media screen and (max-width: 767px) {
  .list-style5 {
    margin-bottom: 30px; }
    .list-style5 li {
      padding: 10px 0; } }
/* list-style6 */
.list-style6 {
  list-style: none;
  padding: 0;
  margin-bottom: 35px; }
  .list-style6 li {
    padding-bottom: 15px;
    font-weight: 400;
    display: flex;
    border-bottom: 1px dashed #ededed;
    margin-bottom: 15px;
    justify-content: space-between;
    align-items: center; }
    .list-style6 li:last-child {
      border-bottom: 0;
      margin-bottom: 0;
      padding-bottom: 0; }

/* list-style7 */
.list-style7 {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
  border-bottom: 1px solid #ededed;
  padding-bottom: 30px; }
  .list-style7 li {
    margin-bottom: 15px;
    font-size: 15px; }
    .list-style7 li:last-child {
      margin-bottom: 0; }

/* list-style8 */
.list-style8 {
  padding: 0;
  margin-bottom: 35px;
  list-style: none; }
  .list-style8 li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
    font-size: 15px; }
    .list-style8 li:after {
      content: "";
      position: absolute;
      height: 1px;
      width: 200px;
      background: #ededed;
      bottom: 0;
      left: 50%;
      margin: 0 auto;
      margin-left: -100px; }
    .list-style8 li:last-child {
      margin-bottom: 0;
      padding-bottom: 0; }
    .list-style8 li.last:after {
      content: none; }

@media screen and (max-width: 767px) {
  .list-style8 {
    margin-bottom: 30px; } }
/* list-style9 */
.list-style9 {
  list-style: none;
  margin-bottom: 0;
  padding: 0; }
  .list-style9 li {
    background-color: #ffffff;
    border: 1px solid #ededed;
    position: relative;
    padding: 15px 50px 15px 15px;
    margin-bottom: 15px; }
    .list-style9 li a {
      font-size: 15px;
      font-weight: 500;
      color: #1e1f36; }
    .list-style9 li span {
      width: 32px;
      height: 32px;
      line-height: 32px;
      color: #1e1f36;
      font-size: 14px;
      font-weight: 600;
      position: absolute;
      right: 15px;
      text-align: center;
      border: 1px solid #ededed;
      background-color: #fafafa;
      top: 12px; }
    .list-style9 li a:hover {
      color: #f7b035; }
    .list-style9 li:hover span {
      background: #f7b035;
      color: #ffffff;
      border: 1px solid #f7b035; }
    .list-style9 li:last-child {
      margin-bottom: 0; }

/* ===================================
    Navigation
====================================== */
.navbar-toggler {
  background: #f7b035 !important; }
  .navbar-toggler:before {
    background: #fff !important; }
  .navbar-toggler:after {
    border-color: #fff !important; }
  .navbar-toggler.menu-opened:after {
    background: #fff !important; }

/* menu area light */
.navbar-nav li.current > a, .navbar-nav li.active > a {
  color: #f7b035; }

.navbar > ul > li.current > a:after {
  border-color: transparent #f7b035 #f7b035 transparent; }

.menu_area-light .navbar-nav li.current > a, .menu_area-light .navbar-nav li.active > a {
  color: #f7b035; }
.menu_area-light .navbar > ul > li.current > a:after {
  border-color: transparent #f7b035 #f7b035 transparent; }
.menu_area-light.scrollHeader .navbar-nav li.current > a {
  color: #f7b035; }
  .menu_area-light.scrollHeader .navbar-nav li.current > a:hover {
    color: #f7b035; }
.menu_area-light.scrollHeader .navbar-nav li.active > a {
  color: #f7b035; }
.menu_area-light.scrollHeader .navbar > ul > li.current > a:after {
  border-color: transparent #f7b035 #f7b035 transparent; }

@media screen and (min-width: 992px) {
  .menu_area-light .navbar ul ul li.active > a, .header-style1 .navbar-nav li.current > a, .menu_area-light .navbar-nav li.current > a {
    color: #f7b035; }

  .header-style1 .navbar > ul > li.current > a:after, .menu_area-light .navbar > ul > li.current > a:after {
    border-color: transparent #f7b035 #f7b035 transparent; }

  .header-style1.scrollHeader .navbar-nav li.current > a, .menu_area-light.scrollHeader .navbar-nav li.current > a, .header-style1.scrollHeader .navbar-nav li.current > a:hover, .menu_area-light.scrollHeader .navbar-nav li.current > a:hover {
    color: #f7b035; }

  .header-style1.scrollHeader .navbar > ul > li.current > a:after, .menu_area-light.scrollHeader .navbar > ul > li.current > a:after {
    border-color: transparent #f7b035 #f7b035 transparent; }

  .header-style3 .navbar-nav li.current > a {
    color: #f7b035; }
  .header-style3 .navbar > ul > li.current > a:after {
    border-color: transparent #f7b035 #f7b035 transparent; }
  .header-style3.scrollHeader .navbar-nav li.current > a {
    color: #f7b035; }
    .header-style3.scrollHeader .navbar-nav li.current > a:hover {
      color: #f7b035; }
  .header-style3.scrollHeader .navbar > ul > li.current > a:after {
    border-color: transparent #f7b035 #f7b035 transparent; } }
/* ===================================
   Section heading
====================================== */
/*section-heading-style1*/
.section-heading {
  margin-bottom: 70px;
  text-align: center; }
  .section-heading h1, .section-heading h2, .section-heading h3, .section-heading h4, .section-heading h5, .section-heading h6 {
    position: relative;
    font-weight: 500;
    margin-bottom: 0;
    position: relative;
    line-height: 140%;
    font-size: 32px;
    width: 40%;
    margin: 0 auto; }
  .section-heading.white h1, .section-heading.white h2, .section-heading.white h3, .section-heading.white h4, .section-heading.white h5, .section-heading.white h6 {
    color: #fff; }
  .section-heading.white h1:after, .section-heading.white h2:after, .section-heading.white h3:after, .section-heading.white h4:after, .section-heading.white h5:after, .section-heading.white h6:after {
    background: #fff; }
  .section-heading strong {
    font-weight: 700; }
  .section-heading span {
    position: relative;
    font-size: 15px;
    font-weight: 600;
    color: #232323;
    margin-bottom: 10px;
    text-transform: uppercase;
    display: inline-block; }
  .section-heading.white span {
    color: #fff; }

@media screen and (max-width: 1199px) {
  .section-heading {
    margin-bottom: 60px; }
    .section-heading h2 {
      font-size: 28px;
      width: 50%; } }
@media screen and (max-width: 991px) {
  .section-heading {
    margin-bottom: 50px; }
    .section-heading h2 {
      width: 70%; } }
@media screen and (max-width: 767px) {
  .section-heading {
    margin-bottom: 40px; }
    .section-heading h2 {
      width: 90%;
      font-size: 26px; } }
@media screen and (max-width: 575px) {
  .section-heading h2 {
    width: 100%;
    font-size: 24px; } }
/*section-heading-style2*/
.section-heading2 {
  margin-bottom: 60px;
  text-align: center; }
  .section-heading2 h1, .section-heading2 h2, .section-heading2 h3, .section-heading2 h4, .section-heading2 h5, .section-heading2 h6 {
    position: relative;
    font-weight: 600;
    margin-bottom: 0;
    text-transform: uppercase;
    position: relative;
    line-height: 1;
    font-size: 32px;
    margin: 0 auto 15px; }
  .section-heading2.white h1, .section-heading2.white h2, .section-heading2.white h3, .section-heading2.white h4, .section-heading2.white h5, .section-heading2.white h6 {
    color: #fff; }
  .section-heading2.white h1:after, .section-heading2.white h2:after, .section-heading2.white h3:after, .section-heading2.white h4:after, .section-heading2.white h5:after, .section-heading2.white h6:after {
    background: #fff; }
  .section-heading2 p {
    margin-bottom: 0;
    width: 35%;
    margin: 0 auto; }
  .section-heading2.white p {
    color: #fff; }

@media screen and (max-width: 1199px) {
  .section-heading2 h2 {
    font-size: 28px; }
  .section-heading2 p {
    width: 45%; } }
@media screen and (max-width: 991px) {
  .section-heading2 {
    margin-bottom: 50px; }
    .section-heading2 p {
      width: 60%; } }
@media screen and (max-width: 767px) {
  .section-heading2 {
    margin-bottom: 40px; }
    .section-heading2 h2 {
      font-size: 26px; }
    .section-heading2 p {
      width: 85%; } }
@media screen and (max-width: 575px) {
  .section-heading2 h2 {
    font-size: 24px; }
  .section-heading2 p {
    width: 100%; } }
/*section-heading-style3*/
.section-heading3 {
  margin-bottom: 70px;
  text-align: center; }
  .section-heading3 h1, .section-heading3 h2, .section-heading3 h3, .section-heading3 h4, .section-heading3 h5, .section-heading3 h6 {
    position: relative;
    font-weight: 600;
    margin-bottom: 0;
    position: relative;
    line-height: 140%;
    font-size: 32px;
    width: 40%;
    margin: 0 auto; }
  .section-heading3.white h1, .section-heading3.white h2, .section-heading3.white h3, .section-heading3.white h4, .section-heading3.white h5, .section-heading3.white h6 {
    color: #fff; }
  .section-heading3 span {
    position: relative;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 3px;
    margin-bottom: 10px;
    text-transform: uppercase;
    display: inline-block; }
  .section-heading3.white span {
    color: #fff; }

@media screen and (max-width: 1199px) {
  .section-heading3 {
    margin-bottom: 60px; }
    .section-heading3 h1, .section-heading3 h2, .section-heading3 h3, .section-heading3 h4, .section-heading3 h5, .section-heading3 h6 {
      font-size: 28px;
      width: 50%; } }
@media screen and (max-width: 991px) {
  .section-heading3 {
    margin-bottom: 50px; }
    .section-heading3 h1, .section-heading3 h2, .section-heading3 h3, .section-heading3 h4, .section-heading3 h5, .section-heading3 h6 {
      width: 70%; } }
@media screen and (max-width: 767px) {
  .section-heading3 {
    margin-bottom: 40px; }
    .section-heading3 h1, .section-heading3 h2, .section-heading3 h3, .section-heading3 h4, .section-heading3 h5, .section-heading3 h6 {
      font-size: 26px;
      width: 100%; } }
@media screen and (max-width: 575px) {
  .section-heading3 h1, .section-heading3 h2, .section-heading3 h3, .section-heading3 h4, .section-heading3 h5, .section-heading3 h6 {
    font-size: 24px; } }
/*section-heading-style4*/
.section-heading4 {
  margin-bottom: 70px;
  text-align: center; }
  .section-heading4 h1, .section-heading4 h2, .section-heading4 h3, .section-heading4 h4, .section-heading4 h5, .section-heading4 h6 {
    position: relative;
    font-weight: 600;
    margin-bottom: 0;
    position: relative;
    line-height: 140%;
    font-size: 32px;
    width: 45%;
    margin: 0 auto; }
  .section-heading4.white h1, .section-heading4.white h2, .section-heading4.white h3, .section-heading4.white h4, .section-heading4.white h5, .section-heading4.white h6 {
    color: #fff; }
  .section-heading4 span {
    position: relative;
    font-size: 12px;
    padding: 5px 15px;
    background: #f7b035;
    color: #fff;
    font-weight: 600;
    border-radius: 10rem;
    letter-spacing: 2px;
    margin-bottom: 15px;
    text-transform: uppercase;
    display: inline-block; }
  .section-heading4.white span {
    position: relative;
    font-size: 12px;
    padding: 5px 15px;
    font-weight: 600;
    border-radius: 10rem;
    letter-spacing: 2px;
    margin-bottom: 15px;
    text-transform: uppercase;
    display: inline-block;
    color: #282b2d;
    background: rgba(255, 255, 255, 0.9); }

@media screen and (max-width: 1199px) {
  .section-heading4 {
    margin-bottom: 60px; }
    .section-heading4 h1, .section-heading4 h2, .section-heading4 h3, .section-heading4 h4, .section-heading4 h5, .section-heading4 h6 {
      font-size: 28px;
      width: 50%; } }
@media screen and (max-width: 991px) {
  .section-heading4 {
    margin-bottom: 50px; }
    .section-heading4 h1, .section-heading4 h2, .section-heading4 h3, .section-heading4 h4, .section-heading4 h5, .section-heading4 h6 {
      width: 70%; } }
@media screen and (max-width: 767px) {
  .section-heading4 {
    margin-bottom: 40px; }
    .section-heading4 h1, .section-heading4 h2, .section-heading4 h3, .section-heading4 h4, .section-heading4 h5, .section-heading4 h6 {
      font-size: 26px;
      width: 85%; } }
@media screen and (max-width: 575px) {
  .section-heading4 h1, .section-heading4 h2, .section-heading4 h3, .section-heading4 h4, .section-heading4 h5, .section-heading4 h6 {
    font-size: 24px;
    width: 100%; } }
/*section-heading-style5*/
.section-heading5 {
  margin-bottom: 70px;
  text-align: center; }
  .section-heading5 h1, .section-heading5 h2, .section-heading5 h3, .section-heading5 h4, .section-heading5 h5, .section-heading5 h6 {
    position: relative;
    font-weight: 600;
    margin-bottom: 0;
    position: relative;
    line-height: 140%;
    font-size: 32px;
    width: 40%;
    margin: 0 auto; }
  .section-heading5.white h1, .section-heading5.white h2, .section-heading5.white h3, .section-heading5.white h4, .section-heading5.white h5, .section-heading5.white h6 {
    color: #fff; }
  .section-heading5 .heading-seprator {
    width: 2px;
    height: 16px;
    background: #f7b035;
    margin: 10px auto;
    opacity: .5; }
    .section-heading5 .heading-seprator.white {
      width: 2px;
      height: 16px;
      margin: 10px auto;
      opacity: .6;
      background: #ffffff; }
  .section-heading5 span {
    position: relative;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: inline-block; }
  .section-heading5.white span {
    color: #fff; }

@media screen and (max-width: 1199px) {
  .section-heading5 {
    margin-bottom: 60px; }
    .section-heading5 h1, .section-heading5 h2, .section-heading5 h3, .section-heading5 h4, .section-heading5 h5, .section-heading5 h6 {
      font-size: 28px;
      width: 50%; } }
@media screen and (max-width: 991px) {
  .section-heading5 {
    margin-bottom: 50px; }
    .section-heading5 h1, .section-heading5 h2, .section-heading5 h3, .section-heading5 h4, .section-heading5 h5, .section-heading5 h6 {
      width: 70%; } }
@media screen and (max-width: 767px) {
  .section-heading5 {
    margin-bottom: 40px; }
    .section-heading5 h1, .section-heading5 h2, .section-heading5 h3, .section-heading5 h4, .section-heading5 h5, .section-heading5 h6 {
      font-size: 26px;
      width: 85%; } }
@media screen and (max-width: 575px) {
  .section-heading5 h1, .section-heading5 h2, .section-heading5 h3, .section-heading5 h4, .section-heading5 h5, .section-heading5 h6 {
    font-size: 24px;
    width: 100%; } }
/*section-heading-style6*/
.section-heading6 {
  margin-bottom: 60px;
  text-align: center; }
  .section-heading6 h1, .section-heading6 h2, .section-heading6 h3, .section-heading6 h4, .section-heading6 h5, .section-heading6 h6 {
    position: relative;
    font-weight: 600;
    margin-bottom: 0;
    position: relative;
    line-height: 140%;
    font-size: 32px;
    margin: 0 auto;
    text-transform: capitalize; }
  .section-heading6.white h1, .section-heading6.white h2, .section-heading6.white h3, .section-heading6.white h4, .section-heading6.white h5, .section-heading6.white h6 {
    color: #fff; }
  .section-heading6 span {
    position: relative;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 10px;
    text-transform: uppercase;
    display: inline-block; }
  .section-heading6.white span {
    color: #fff; }

@media screen and (max-width: 1199px) {
  .section-heading6 h1, .section-heading6 h2, .section-heading6 h3, .section-heading6 h4, .section-heading6 h5, .section-heading6 h6 {
    font-size: 28px;
    width: 50%; } }
@media screen and (max-width: 991px) {
  .section-heading6 {
    margin-bottom: 50px; }
    .section-heading6 h1, .section-heading6 h2, .section-heading6 h3, .section-heading6 h4, .section-heading6 h5, .section-heading6 h6 {
      width: 70%; } }
@media screen and (max-width: 767px) {
  .section-heading6 {
    margin-bottom: 40px; }
    .section-heading6 h1, .section-heading6 h2, .section-heading6 h3, .section-heading6 h4, .section-heading6 h5, .section-heading6 h6 {
      font-size: 26px;
      width: 85%; } }
@media screen and (max-width: 575px) {
  .section-heading6 h1, .section-heading6 h2, .section-heading6 h3, .section-heading6 h4, .section-heading6 h5, .section-heading6 h6 {
    font-size: 24px;
    width: 100%; } }
/* ===================================
    Main banner area
====================================== */
/*slider fade*/
.slider-fade .owl-item {
  height: 100vh;
  position: relative; }
.slider-fade .item {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  width: 100%;
  z-index: 9; }
.slider-fade .overflow-hidden {
  display: inline-block; }
.slider-fade .owl-carousel.owl-theme .owl-dots {
  position: absolute;
  bottom: 5vh;
  width: 100%;
  left: 0; }

/*banner1*/
.banner1 h1 {
  margin-bottom: 25px;
  animation-delay: 0.8s; }
.banner1 p {
  animation-delay: 1.2s; }
.banner1 .butn {
  animation-delay: 1.6s; }
.banner1 .owl-theme .owl-nav {
  margin-top: 0; }
.banner1 .owl-theme .owl-dots .owl-dot span {
  background: rgba(255, 255, 255, 0.85); }
.banner1 .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 45%;
  height: 55px;
  width: 55px;
  background: #fff !important;
  opacity: 1;
  border-radius: 0.25rem;
  line-height: 32px;
  transition: all .3s ease; }
  .banner1 .owl-nav .owl-next:hover {
    background: #f7b035 !important; }
    .banner1 .owl-nav .owl-next:hover span {
      color: #fff; }
  .banner1 .owl-nav .owl-next span {
    color: #f7b035;
    font-size: 24px;
    line-height: 55px;
    transition: all .3s ease; }
.banner1 .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 45%;
  height: 55px;
  width: 55px;
  background: #fff !important;
  opacity: 1;
  border-radius: 0.25rem;
  transition: all .3s ease; }
  .banner1 .owl-nav .owl-prev:hover {
    background: #f7b035 !important; }
  .banner1 .owl-nav .owl-prev span {
    color: #f7b035;
    font-size: 24px;
    line-height: 55px;
    transition: all .3s ease; }
  .banner1 .owl-nav .owl-prev:hover span {
    color: #fff; }

/*banner2*/
.banner2 {
  position: relative; }
  .banner2 .caption h3 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 3px;
    color: #ffffff;
    margin-bottom: 25px;
    animation-delay: 0.5s; }
    .banner2 .caption h3:before {
      content: "";
      width: 50px;
      height: 2px;
      background: #f7b035;
      display: inline-block;
      vertical-align: middle;
      margin-right: 10px; }
  .banner2 .caption h1 {
    font-size: 60px;
    animation-delay: 0.8s;
    font-weight: 700;
    line-height: 65px;
    color: #ffffff;
    margin-bottom: 30px;
    text-transform: capitalize; }
  .banner2 .caption p {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 30px;
    animation-delay: 1.2s; }
  .banner2 .text-end p {
    margin-right: 0;
    margin-left: auto; }
  .banner2 .caption .butn.butn-style1 {
    animation-delay: 1.4s; }
  .banner2 .caption span {
    animation-delay: 1.8s; }
  .banner2 .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0; }
  .banner2 .owl-carousel.owl-theme .owl-dots {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    bottom: 45%;
    z-index: 10;
    right: 40px;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: auto;
    height: auto;
    left: inherit; }
  .banner2 .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    cursor: pointer; }
    .banner2 .owl-theme .owl-dots .owl-dot span {
      display: inline-block;
      width: 16px;
      height: 16px;
      box-sizing: border-box;
      background-color: #f7b035;
      border: 3px solid transparent;
      border-radius: 50%;
      transform: scale(0.6);
      transition: .3s;
      margin: 3px; }
    .banner2 .owl-theme .owl-dots .owl-dot.active span, .banner2 .owl-theme .owl-dots .owl-dot:hover span {
      background-color: transparent;
      border-color: #f7b035;
      transform: scale(0.9); }

@media screen and (max-width: 575px) {
  .banner2 .owl-carousel.owl-theme .owl-dots {
    left: 0;
    right: 0;
    display: inline-block;
    bottom: 5vh; } }
/*banner3*/
.banner3 {
  position: relative; }
  .banner3 .caption .sub-title {
    position: relative;
    font-size: 12px;
    padding: 10px 15px;
    font-weight: 600;
    border-radius: 10rem;
    letter-spacing: 2px;
    animation-delay: 0.5s;
    margin-bottom: 15px;
    text-transform: capitalize;
    display: inline-block;
    color: #f7b035;
    background: rgba(255, 255, 255, 0.9); }
  .banner3 .caption h1 {
    font-size: 60px;
    animation-delay: 0.8s;
    font-weight: 700;
    line-height: 65px;
    color: #ffffff;
    margin-bottom: 0; }
  .banner3 .caption p {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 30px;
    animation-delay: 1.2s;
    text-align: center;
    width: 75%;
    margin: 30px auto; }
  .banner3 .service-icon-list {
    padding-left: 0;
    list-style: none;
    display: inline-flex;
    animation-delay: 1.6s;
    margin-bottom: 0; }
    .banner3 .service-icon-list li {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100px;
      height: 100px;
      margin-right: 15px;
      border-radius: 50%;
      background-color: rgba(255, 255, 255, 0.9); }
      .banner3 .service-icon-list li:last-child {
        margin-right: 0; }
  .banner3 .owl-theme .owl-nav {
    margin-top: 0; }
  .banner3 .owl-theme .owl-dots .owl-dot span {
    background: rgba(255, 255, 255, 0.85); }
  .banner3 .owl-nav .owl-next {
    position: absolute;
    right: 15px;
    top: 45%;
    height: 55px;
    width: 55px;
    background: rgba(255, 255, 255, 0.5) !important;
    border-radius: 0;
    line-height: 32px;
    opacity: 0.6; }
    .banner3 .owl-nav .owl-next span {
      color: #ffffff;
      font-size: 24px;
      line-height: 55px; }
  .banner3 .owl-theme .owl-nav .owl-next:hover {
    opacity: 1;
    background: #f7b035 !important; }
  .banner3 .owl-nav .owl-prev {
    position: absolute;
    left: 15px;
    top: 45%;
    height: 55px;
    width: 55px;
    background: rgba(255, 255, 255, 0.5) !important;
    border-radius: 0;
    opacity: 0.6; }
    .banner3 .owl-nav .owl-prev span {
      color: #ffffff;
      font-size: 24px;
      line-height: 55px; }
  .banner3 .owl-theme .owl-nav .owl-prev:hover {
    opacity: 1;
    background: #f7b035 !important; }

/*banner4*/
.banner4 .caption .number {
  font-size: 100px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1;
  padding-right: 25px;
  margin-bottom: 0;
  animation-delay: 0.5s; }
.banner4 .caption h1 {
  font-size: 60px;
  font-weight: 400;
  line-height: 65px;
  color: #ffffff;
  margin-bottom: 25px;
  animation-delay: 0.8s; }
.banner4 .caption p {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 35px;
  animation-delay: 1.2s; }
.banner4 .caption .butn.butn-style1 {
  animation-delay: 1.6s; }
.banner4 .owl-theme .owl-nav {
  margin-top: 0; }
.banner4 .owl-theme .owl-dots .owl-dot span {
  background: rgba(255, 255, 255, 0.85); }
.banner4 .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 45%;
  height: 55px;
  width: 55px;
  background: #fff !important;
  opacity: 1;
  border-radius: 0;
  line-height: 32px; }
  .banner4 .owl-nav .owl-next:hover {
    opacity: 0.65; }
  .banner4 .owl-nav .owl-next span {
    color: #f7b035;
    font-size: 24px;
    line-height: 55px; }
.banner4 .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 45%;
  height: 55px;
  width: 55px;
  background: #fff !important;
  opacity: 1;
  border-radius: 0; }
  .banner4 .owl-nav .owl-prev:hover {
    opacity: 0.65; }
  .banner4 .owl-nav .owl-prev span {
    color: #f7b035;
    font-size: 24px;
    line-height: 55px; }

/*banner-5*/
.banner5 h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 3px;
  margin-bottom: 20px; }
.banner5 h1 {
  font-size: 60px;
  font-weight: 600;
  line-height: 65px;
  color: #ffffff;
  margin-bottom: 30px; }
.banner5 p {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 40px; }

/*banner-6*/
.banner6 .caption .sub-title {
  position: relative;
  font-size: 12px;
  padding: 10px 15px;
  font-weight: 600;
  border-radius: 10rem;
  letter-spacing: 2px;
  animation-delay: 0.5s;
  margin-bottom: 25px;
  text-transform: uppercase;
  display: inline-block;
  color: #f7b035;
  background: rgba(255, 255, 255, 0.9); }
.banner6 .caption h1 {
  font-size: 60px;
  font-weight: 600;
  line-height: 65px;
  color: #ffffff;
  margin-bottom: 35px;
  animation-delay: 0.8s; }
.banner6 .caption p {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 35px;
  animation-delay: 1.2s; }
.banner6 .caption .butn.butn-style1 {
  animation-delay: 1.6s; }
.banner6 .caption .banner-single-img {
  position: absolute;
  bottom: -25px;
  right: 0;
  animation-delay: 2s; }
  .banner6 .caption .banner-single-img .left {
    position: absolute;
    bottom: -25px;
    left: 0;
    animation-delay: 2s; }
.banner6 .owl-nav i, .banner6 .owl-nav span {
  font-weight: 600;
  color: rgba(255, 255, 255, 0.35);
  font-size: 60px; }
.banner6 .owl-theme .owl-nav .owl-prev {
  position: absolute;
  right: inherit;
  top: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  border: none;
  background: none;
  border-radius: 60px;
  left: 5vh;
  text-align: center;
  margin: auto; }
.banner6 .owl-theme .owl-nav .owl-next {
  position: absolute;
  width: 60px;
  height: 60px;
  border: none;
  background: none;
  border-radius: 60px;
  top: 0;
  bottom: 0;
  left: inherit;
  right: 5vh;
  text-align: center;
  margin: auto; }

/* banner7 */
.banner7 .caption .content-box {
  position: relative;
  float: right;
  background: #fff;
  max-width: 570px;
  padding: 40px;
  width: 100%;
  opacity: 0;
  transition: all 1000ms ease;
  transform: translateY(-50px); }
  .banner7 .caption .content-box.left {
    position: relative;
    float: left;
    background: #fff;
    max-width: 570px;
    padding: 40px;
    width: 100%;
    opacity: 0;
    transition: all 1000ms ease;
    transform: translateY(-50px); }
.banner7 .active .caption .content-box {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 500ms; }
.banner7 .caption .content-box .sub-title {
  position: relative;
  font-size: 12px;
  padding: 5px 15px;
  background: rgba(247, 176, 53, 0.14);
  color: #f7b035;
  font-weight: 600;
  border-radius: 10rem;
  letter-spacing: 2px;
  margin-bottom: 15px;
  text-transform: uppercase;
  display: inline-block;
  animation-delay: 1.2s; }
.banner7 .caption .content-box h1 {
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
  margin-bottom: 25px;
  animation-delay: 1.6s; }
.banner7 .caption .content-box p {
  font-size: 16px;
  margin-bottom: 25px;
  animation-delay: 2.1s; }
.banner7 .caption .content-box .butn.butn-style1 {
  animation-delay: 2.4s; }

/* ===================================
    Page Title
====================================== */
.page-title-section {
  padding: 200px 0 150px;
  text-align: center; }
  .page-title-section.style2 {
    padding: 150px 0; }
  .page-title-section h1 {
    font-size: 44px;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 0; }

.breadcrumb {
  display: block;
  background: #ffffff;
  position: relative;
  padding: 20px;
  text-align: center;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  width: 420px;
  margin: -30px auto 0;
  z-index: 1; }
  .breadcrumb ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0; }
    .breadcrumb ul li {
      display: inline-block;
      line-height: 1; }
      .breadcrumb ul li a {
        font-size: 16px;
        font-weight: 600; }
      .breadcrumb ul li:last-child a {
        color: #f7b035; }
      .breadcrumb ul li:after {
        content: '\f105';
        font-weight: 700;
        vertical-align: middle;
        color: #f7b035;
        font-family: Font Awesome\ 5 Free;
        padding: 0 10px 0 10px; }
      .breadcrumb ul li:last-child:after {
        content: none; }

@media screen and (max-width: 1199px) {
  .page-title-section {
    padding: 175px 0 125px; }
    .page-title-section.style2 {
      padding: 125px 0; }
    .page-title-section h1 {
      font-size: 40px; } }
@media screen and (max-width: 991px) {
  .page-title-section {
    padding: 148px 0 85px; }
    .page-title-section.style2 {
      padding: 85px 0 100px 0; }
    .page-title-section h1 {
      font-size: 36px; } }
@media screen and (max-width: 767px) {
  .breadcrumb {
    margin: -25px auto 0;
    padding: 15px; }

  .page-title-section h1 {
    font-size: 34px; } }
@media screen and (max-width: 575px) {
  .breadcrumb {
    width: 295px; }
    .breadcrumb ul li a {
      font-size: 14px; }

  .page-title-section h1 {
    font-size: 30px; } }
/* ===================================
    About section
====================================== */
/*about-style-01*/
.about-style-01 .about-image1 {
  position: relative;
  z-index: 2;
  display: inline-block;
  left: 0;
  top: -15px; }
.about-style-01 .about-image2 {
  bottom: -50px;
  right: 30px;
  top: 60px;
  position: absolute; }
.about-style-01 .about-icon-list {
  color: #f7b035;
  font-size: 12px;
  background: rgba(247, 176, 53, 0.19);
  border-radius: 30px;
  padding: 6px;
  margin-top: 1px; }

@media screen and (max-width: 1199px) {
  .about-style-01 .about-image2 {
    right: 0; } }
@media screen and (max-width: 991px) {
  .about-style-01 .about-image1 {
    top: 0; } }
/*about-style-02*/
.about-style-02 .about-icon {
  color: #fff;
  background: #f7b035;
  font-size: 24px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  vertical-align: top; }
.about-style-02 .about-counter-wrapper {
  background-color: #f7b035;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -55%);
  padding: 25px; }
  .about-style-02 .about-counter-wrapper p:after {
    content: '+';
    font-size: 40px; }

@media screen and (max-width: 991px) {
  .about-style-02 .about-counter-wrapper {
    display: none; } }
/*about-style-03*/
.about-style-03 .about-image-wrapper {
  position: relative; }
  .about-style-03 .about-image-wrapper:after {
    position: absolute;
    content: '';
    left: 30px;
    top: 30px;
    right: 30px;
    bottom: 30px;
    border-radius: 4px;
    border: 7px solid rgba(255, 255, 255, 0.6); }
.about-style-03 .about-shadow-box {
  background: #fff;
  border-left: 3px solid #f7b035;
  padding: 1.2rem 2rem;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.07);
  width: 80%;
  border-radius: 4px; }

@media screen and (max-width: 1199px) {
  .about-style-03 .about-shadow-box {
    width: 95%; } }
@media screen and (max-width: 991px) {
  .about-style-03 .about-shadow-box {
    width: 100%; } }
/*about-style-04*/
.about-style-04 .about-experience-box {
  background-color: #fff;
  max-width: 300px;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 250px;
  left: 160px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
  padding: 20px 0; }

@media screen and (max-width: 1199px) {
  .about-style-04 .about-experience-box {
    left: 80px;
    padding: 15px 0; } }
@media screen and (max-width: 991px) {
  .about-style-04 .about-experience-box {
    left: 180px; } }
@media screen and (max-width: 767px) {
  .about-style-04 .about-experience-box {
    top: 200px;
    left: 100px; } }
@media screen and (max-width: 575px) {
  .about-style-04 .about-experience-box {
    display: none; } }
/*about-style-05*/
.about-style-05 .image1 {
  position: relative; }
  .about-style-05 .image1 img {
    position: relative; }
  .about-style-05 .image1:before {
    position: absolute;
    width: 100%;
    height: 100%;
    right: -70px;
    top: -30px;
    content: "";
    border: 10px solid #ededed; }
.about-style-05 .image2 {
  margin-left: -40%; }

.about-content-info {
  margin-bottom: 30px;
  box-shadow: 0 0 10px 0 rgba(43, 52, 59, 0.08);
  background: #ffffff;
  padding: 15px 20px;
  line-height: 1;
  width: 90%; }
  .about-content-info:last-child {
    margin-bottom: 0; }

@media screen and (max-width: 767px) {
  .about-content-info {
    width: 100%;
    margin-bottom: 25px; } }
@media screen and (max-width: 575px) {
  .about-style-05 .image1:before {
    top: -25px; } }
/*about-style-06*/
.about-style-06 .about-wrapper-image {
  position: relative;
  padding-left: 15px;
  z-index: 1; }
  .about-style-06 .about-wrapper-image:before {
    content: "";
    position: absolute;
    left: 0;
    background: #f7b035;
    z-index: 0;
    width: 300px;
    top: -15px;
    bottom: -15px;
    border-radius: 4px; }

.counter-box {
  right: -40px;
  bottom: 10%;
  padding: 15px 20px 25px 20px;
  position: absolute;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 8px 16px 0px rgba(17, 12, 79, 0.1);
  border-right: 3px solid #f7b035;
  z-index: 1;
  border-radius: 4px; }
  .counter-box h4:after {
    content: '+';
    vertical-align: super; }

.about-box-info {
  box-shadow: 0 8px 16px 0px rgba(17, 12, 79, 0.1);
  padding: 15px;
  border-radius: 4px;
  width: 80%;
  margin-bottom: 30px; }
  .about-box-info:last-child {
    margin-bottom: 0; }
  .about-box-info .icon-box {
    height: 60px;
    width: 60px;
    line-height: 65px;
    text-align: center;
    color: #ffffff;
    font-size: 25px;
    background: #f7b035;
    border-radius: 4px; }

@media screen and (max-width: 1199px) {
  .counter-box {
    right: -30px; }

  .about-box-info {
    width: 90%; }
    .about-box-info .icon-box {
      height: 55px;
      width: 55px;
      line-height: 60px;
      font-size: 22px; } }
@media screen and (max-width: 991px) {
  .counter-box {
    display: none; }

  .about-box-info {
    width: 100%; } }
@media screen and (max-width: 575px) {
  .about-style-06 .about-wrapper-image:before {
    width: 200px; } }
/*about-style-07*/
.about-style-07 .about-box-wrapper {
  padding: 10px 15px;
  font-weight: 500;
  background-color: #ffffff;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  vertical-align: middle;
  transition: 0.5s; }
  .about-style-07 .about-box-wrapper:hover {
    background: #f7b035;
    color: #ffffff; }
    .about-style-07 .about-box-wrapper:hover i {
      color: #fff !important; }

/*about-style-08*/
.about-style-08 .about-image-wrappers {
  position: relative; }
  .about-style-08 .about-image-wrappers:before {
    position: absolute;
    right: 50px;
    top: 40px;
    height: 450px;
    width: 250px;
    border: 12px solid #f1f1f2;
    content: ""; }
  .about-style-08 .about-image-wrappers .image-1 {
    text-align: left;
    position: relative;
    margin-bottom: 0; }
    .about-style-08 .about-image-wrappers .image-1 img {
      display: inline-block;
      border: 10px solid #ffffff;
      box-shadow: 0 0 30px rgba(0, 0, 0, 0.05); }
  .about-style-08 .about-image-wrappers .image-2 {
    position: absolute;
    bottom: 100px;
    left: auto;
    right: 10px;
    margin-bottom: 0;
    z-index: 8; }
    .about-style-08 .about-image-wrappers .image-2 img {
      display: inline-block;
      border: 10px solid #ffffff;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.05); }

@media screen and (max-width: 1199px) {
  .about-style-08 .about-image-wrappers:before {
    right: -20px;
    top: 30px; }
  .about-style-08 .about-image-wrappers .image-2 {
    right: -40px; } }
@media screen and (max-width: 991px) {
  .about-style-08 .about-image-wrappers:before {
    content: none; }
  .about-style-08 .about-image-wrappers .image-1 img {
    width: 100%; }
  .about-style-08 .about-image-wrappers .image-2 {
    display: none; } }
/*about-style-09*/
.about-style-09 .about-box-wrap {
  width: 35px;
  height: 35px;
  background-color: #f7b035;
  line-height: 40px;
  text-align: center;
  font-size: 18px; }
.about-style-09 .about-boxs {
  box-shadow: 0 0 10px 0 rgba(43, 52, 59, 0.08);
  padding: 15px 20px;
  margin-bottom: 30px; }
  .about-style-09 .about-boxs:last-child {
    margin-bottom: 0; }

/*about-style-10*/
.about-style-10 .about-img {
  margin-bottom: 80px;
  min-height: 300px;
  border-radius: 4px; }
.about-style-10 .about-info {
  position: relative;
  padding: 60px;
  margin-top: 80px;
  border-radius: 4px;
  margin-left: -70px;
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08); }
.about-style-10 .about-icon {
  color: #fff;
  background: #f7b035;
  font-size: 24px;
  border-radius: 4px;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  vertical-align: top; }

@media screen and (max-width: 1199px) {
  .about-style-10 .about-img {
    margin-bottom: 60px; }
  .about-style-10 .about-info {
    padding: 50px;
    margin-top: 60px; }
  .about-style-10 .about-icon {
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 22px; } }
@media screen and (max-width: 991px) {
  .about-style-10 .about-img {
    min-height: 450px;
    margin-bottom: 0; }
  .about-style-10 .about-info {
    padding: 40px;
    margin-left: 0;
    margin-top: 0; } }
@media screen and (max-width: 767px) {
  .about-style-10 .about-img {
    min-height: 350px; }
  .about-style-10 .about-info {
    padding: 35px; } }
@media screen and (max-width: 575px) {
  .about-style-10 .about-info {
    padding: 30px; }
  .about-style-10 .about-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px; } }
/*about-style-11*/
.about-style-11 .about-image-01 {
  position: relative; }
  .about-style-11 .about-image-01 img {
    border-top: 10px solid #f7b035;
    padding-top: 15px;
    padding-left: 15px;
    border-left: 10px solid #f7b035; }
  .about-style-11 .about-image-01 .about-counter {
    background-color: #f7b035;
    text-align: center;
    padding: 15px 25px;
    position: absolute;
    top: 40%;
    left: -40px; }

.about-image-02 {
  margin-top: -15%;
  position: relative;
  margin-left: 15%;
  z-index: 1; }
  .about-image-02 img {
    border: 10px solid #ffffff; }

.about-style-11 .about-box-wrapper {
  padding: 10px 15px;
  font-weight: 500;
  border: 1px solid #ededed; }

@media screen and (max-width: 1199px) {
  .about-style-11 .about-image-01 .about-counter {
    left: -20px;
    padding: 15px; }
  .about-style-11 .about-image-01 img {
    padding-top: 10px;
    padding-left: 10px; } }
@media screen and (max-width: 991px) {
  .about-style-11 .about-image-01 {
    text-align: center; }

  .about-image-02 {
    margin-left: 25%; }

  .about-style-11 .about-image-01 .about-counter {
    left: 70px; } }
@media screen and (max-width: 767px) {
  .about-style-11 .about-image-01 .about-counter {
    left: -20px; }

  .about-image-02 {
    margin-left: 15%; }
    .about-image-02 img {
      max-width: 200px; } }
@media screen and (max-width: 575px) {
  .about-style-11 .about-image-01 .about-counter {
    left: -10px;
    padding: 10px; }

  .about-image-02 {
    margin-left: 20%; }
    .about-image-02 img {
      max-width: 180px; } }
/* ===================================
    Service section
====================================== */
/*service-style-01*/
.service-style-01 {
  text-align: center; }
  .service-style-01 .service-box {
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    color: #ffffff;
    font-size: 25px;
    background: #f7b035;
    border-radius: 4px;
    margin: 0 auto 25px; }

/*service-style-02*/
.service-style-02 .flip-card {
  width: 100%;
  height: 400px;
  perspective: 1000px; }
.service-style-02 .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d; }
  .service-style-02 .flip-card-inner .info-content {
    color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 30px;
    z-index: 9;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    transform: translateY(0);
    transition: all 0.6s ease-in-out 0s;
    background-color: #f7b035; }
.service-style-02 .flip-card-front {
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  position: absolute;
  background-size: cover;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat; }
.service-style-02 .icon-box-wrapper {
  position: relative;
  display: inline-block;
  background-color: #ffffff;
  color: #fff;
  border-radius: 4px;
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 30px;
  line-height: 65px;
  margin-bottom: 25px; }
.service-style-02 .flip-card-back {
  background-color: #f7b035;
  transform: rotateY(180deg);
  border-radius: 4px;
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  padding: 20px; }
.service-style-02 .flip-card:hover .flip-card-inner {
  transform: rotateY(180deg); }

/*service-style-03*/
.service-style-03 {
  position: relative; }

.service-front-info {
  background-color: #fff;
  padding: 40px;
  border: 1px solid #ededed; }
  .service-front-info .service-icon-box {
    height: 65px;
    width: 65px;
    background-color: #f7b035;
    text-align: center;
    font-size: 30px;
    color: #ffffff;
    line-height: 70px;
    text-align: center;
    margin-bottom: 30px; }

.service-style-03 .service-front-info .number {
  font-size: 55px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.05);
  font-weight: 700; }
.service-style-03 .service-hover-content {
  padding: 40px;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  transform: scaleY(0);
  transform-origin: 0 0 0; }
  .service-style-03 .service-hover-content:before {
    z-index: -1;
    background-color: rgba(247, 176, 53, 0.85);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ''; }
  .service-style-03 .service-hover-content .bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2; }
  .service-style-03 .service-hover-content .number {
    font-size: 55px;
    line-height: 1;
    font-weight: 700;
    color: #ffffff; }
.service-style-03:hover .service-hover-content {
  transform: scaleY(1); }

@media screen and (max-width: 1199px) {
  .service-front-info, .service-style-03 .service-hover-content {
    padding: 35px; } }
@media screen and (max-width: 991px) {
  .service-front-info .service-icon-box {
    height: 60px;
    width: 60px;
    line-height: 60px;
    font-size: 25px;
    margin-bottom: 25px; } }
@media screen and (max-width: 767px) {
  .service-front-info {
    padding: 30px; }

  .service-style-03 .service-hover-content {
    padding: 30px; }
  .service-style-03 .service-front-info .number, .service-style-03 .service-hover-content .number {
    font-size: 50px; } }
@media screen and (max-width: 575px) {
  .service-front-info .service-icon-box {
    height: 55px;
    width: 55px;
    line-height: 55px; }

  .service-style-03 .service-front-info .number, .service-style-03 .service-hover-content .number {
    font-size: 45px; } }
/* ===================================
    Cards
====================================== */
/* card-style1 */
.number-ordered {
  counter-reset: div; }

.card-style1 {
  position: relative;
  border: 0;
  border-radius: 0;
  padding: 50px 30px 50px 30px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  background: #ffffff; }
  .card-style1 .card-body {
    padding: 0; }
    .card-style1 .card-body .service-counter {
      position: absolute;
      text-align: center;
      top: 0;
      right: 0;
      padding: 10px;
      min-width: 50px;
      font-size: 22px;
      line-height: 1;
      font-weight: 500;
      text-transform: uppercase;
      color: #f7b035;
      transition: inherit;
      z-index: 1; }

.number-ordered .number-ordered-item::before {
  content: counter(div,decimal-leading-zero);
  counter-increment: div; }

.card-style1 .card-body .service-counter::before {
  display: inline-block;
  transition: transform .3s ease;
  vertical-align: middle; }
.card-style1 .card-body .service-counter::after {
  position: absolute;
  content: '';
  top: 0px;
  right: 0px;
  bottom: 0;
  left: 0;
  pointer-events: none;
  z-index: -1;
  width: 45px;
  height: 45px;
  background: #232323; }

@media screen and (max-width: 1199px) {
  .card-style1 {
    padding: 40px 30px 40px 30px; } }
@media screen and (max-width: 767px) {
  .card-style1 .card-body .service-counter {
    font-size: 20px; } }
/* card-style2 */
.card-style2 {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  background: #ffffff;
  border: 0;
  border-radius: 0;
  padding: 0; }
  .card-style2 .card-header {
    border: 0;
    background: #ffffff;
    text-align: center;
    padding: 50px; }
  .card-style2 .card-body {
    padding: 0 50px 50px 50px; }

@media screen and (max-width: 1199px) {
  .card-style2 .card-header {
    padding: 40px; }
  .card-style2 .card-body {
    padding: 0 40px 40px 40px; } }
@media screen and (max-width: 767px) {
  .card-style2 .card-header {
    padding: 35px; }
  .card-style2 .card-body {
    padding: 0 35px 35px 35px; } }
@media screen and (max-width: 575px) {
  .card-style2 .card-header {
    padding: 30px; }
  .card-style2 .card-body {
    padding: 0 30px 30px 30px; } }
/* card-style3*/
.card-style3 {
  border: 0;
  border-radius: 0; }
  .card-style3 .card-body {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    padding: 35px; }
    .card-style3 .card-body h5 a:hover {
      color: #f7b035; }
  .card-style3 .card-footer {
    background: none;
    border-top: 1px dashed #ededed;
    padding: 15px 0 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .card-style3 .card-footer a span:hover {
      color: #f7b035; }

@media screen and (max-width: 1199px) {
  .card-style3 .card-body {
    padding: 30px; } }
@media screen and (max-width: 575px) {
  .card-style3 .card-body {
    padding: 30px; } }
/* card style4 */
.card-style4 {
  position: relative;
  border: 0;
  border-radius: 0; }
  .card-style4 .image-box {
    position: relative;
    display: block; }
    .card-style4 .image-box img {
      position: relative;
      display: block;
      transition: all 0.6s ease; }
    .card-style4 .image-box:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
  .card-style4 .hover-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 5; }
  .card-style4 .hover-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle; }
  .card-style4 .text {
    position: relative;
    padding: 10px 25px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 15px;
    color: #ffffff;
    top: 0;
    opacity: 0;
    transition: all 0.6s ease; }
  .card-style4 .card-body {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    padding: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .card-style4 .card-body .icon {
      width: 55px;
      height: 55px;
      line-height: 60px;
      font-size: 25px;
      color: #fff;
      text-align: center;
      background: #232323; }
  .card-style4:hover .hover-box .text {
    top: 0;
    opacity: 1;
    transform: translateY(0); }
  .card-style4:hover .image-box:before {
    background: rgba(247, 176, 53, 0.68); }

@media screen and (max-width: 1199px) {
  .card-style4 .card-body .icon {
    width: 50px;
    height: 50px;
    line-height: 55px;
    font-size: 22px; } }
@media screen and (max-width: 575px) {
  .card-style4 .text {
    font-size: 14px; } }
/* card-style5 */
.card-style5 {
  border: none;
  border-radius: 0;
  position: relative;
  transition: all .3s; }
  .card-style5 .card-body {
    position: relative;
    overflow: hidden;
    min-height: 500px; }
  .card-style5:before {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-180deg, transparent, #000 175%); }
  .card-style5 .portfolio-wrapper {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 40px 10%;
    transition: .5s ease;
    word-break: break-word; }
    .card-style5 .portfolio-wrapper .portfolio-title {
      position: absolute;
      bottom: 15px;
      font-weight: 500;
      margin-bottom: 1rem; }
  .card-style5 .portfolio-title {
    color: #fff;
    margin: 0; }
  .card-style5 .portfolio-text {
    opacity: 0;
    color: #ffffff;
    margin-bottom: 0;
    transform: translateY(-1rem); }
  .card-style5 .link-arrow {
    position: absolute;
    z-index: 2;
    color: #fff;
    left: 10%;
    bottom: 36px;
    transition: none;
    display: inline-block;
    color: #fff; }
  .card-style5 .portfolio-hover-content {
    position: relative;
    height: 100%; }
  .card-style5:hover .portfolio-wrapper {
    background-color: rgba(247, 176, 53, 0.68); }
    .card-style5:hover .portfolio-wrapper .portfolio-title {
      position: relative;
      color: #fff;
      font-weight: 500;
      bottom: 2rem;
      transform: translateY(2rem);
      transition: transform .5s ease; }
    .card-style5:hover .portfolio-wrapper .portfolio-text {
      opacity: 1;
      transform: translateY(0);
      transition: all .4s .2s ease; }
  .card-style5:hover .link-arrow {
    color: #fff; }

/* card-style6 */
.card-style6 {
  border: 0;
  border-radius: 0; }
  .card-style6 .team-image {
    position: relative;
    overflow: hidden; }
    .card-style6 .team-image img {
      position: relative;
      width: 90%;
      margin: 0 auto;
      display: block; }
    .card-style6 .team-image .social-icons {
      position: absolute;
      right: -50px;
      bottom: 0;
      background: #f7b035;
      opacity: 0;
      visibility: hidden;
      transition: all 0.8s ease;
      text-align: center;
      list-style: none;
      padding: 0;
      margin: 0; }
    .card-style6 .team-image:hover .social-icons {
      right: 0;
      opacity: 1;
      visibility: visible; }
    .card-style6 .team-image .social-icons li {
      width: 40px;
      height: 40px;
      line-height: 40px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
      .card-style6 .team-image .social-icons li a {
        color: #fff;
        text-align: center; }
      .card-style6 .team-image .social-icons li:last-child {
        border-bottom: 0; }
  .card-style6 .card-body {
    margin-top: -30px;
    text-align: center;
    padding: 50px 20px 20px 20px;
    background: #ffffff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); }

/*.card-style7*/
.card-style7 {
  border: 0;
  border-radius: 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); }
  .card-style7 .blog-image {
    position: relative; }
    .card-style7 .blog-image .date {
      position: absolute;
      content: '';
      padding: 5px 15px;
      background: #f7b035;
      bottom: -15px;
      z-index: 3;
      left: 0; }
      .card-style7 .blog-image .date a {
        color: #ffffff;
        font-size: 14px; }
  .card-style7 .card-body {
    padding: 40px; }
  .card-style7 .blog-meta-list {
    padding: 15px 0;
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
    margin: 25px 0; }
  .card-style7 .card-body .blog-meta-list li {
    display: inline-block;
    margin-right: 20px;
    cursor: pointer; }
    .card-style7 .card-body .blog-meta-list li a {
      vertical-align: middle; }
    .card-style7 .card-body .blog-meta-list li:last-child {
      margin-right: 0;
      border-left: 1px solid #ededed;
      padding-left: 20px; }

@media screen and (max-width: 1199px) {
  .card-style7 .card-body {
    padding: 35px; }
    .card-style7 .card-body .blog-meta-list li {
      margin-right: 10px; }
      .card-style7 .card-body .blog-meta-list li:last-child {
        padding-left: 10px; } }
@media screen and (max-width: 767px) {
  .card-style7 .card-body {
    padding: 30px; }
  .card-style7 .blog-image .date {
    padding: 5px 10px; }
  .card-style7 .blog-meta-list {
    margin: 20px 0; } }
@media screen and (max-width: 575px) {
  .card-style7 .card-body {
    padding: 25px; } }
/*card-style8*/
.info-box2 {
  position: relative;
  margin-top: -80px;
  padding: 0;
  z-index: 9;
  background: transparent; }

.info-box2-number {
  counter-reset: count; }

.card-style8 {
  border: 0;
  border-radius: 0; }
  .card-style8 .card-body {
    padding: 40px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    transition: all 0.5s ease 0s; }
    .card-style8 .card-body:hover:before {
      width: 100%; }
    .card-style8 .card-body:before {
      position: absolute;
      width: 0;
      height: 3px;
      background: #f7b035;
      left: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      content: '';
      z-index: 3;
      transition: all .4s ease-out; }
    .card-style8 .card-body:after {
      position: absolute;
      width: 100%;
      height: 3px;
      left: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      content: '';
      z-index: 2;
      transition: all .4s ease-out; }
    .card-style8 .card-body i {
      width: 100%;
      text-align: left;
      position: relative; }
      .card-style8 .card-body i:after {
        font-weight: 700;
        font-size: 44px;
        line-height: 30px;
        color: rgba(0, 0, 0, 0.05);
        counter-increment: count;
        content: "0" counter(count);
        float: right; }

@media screen and (max-width: 767px) {
  .card-style8 .card-body {
    padding: 35px; } }
@media screen and (max-width: 575px) {
  .card-style8 .card-body i:after {
    font-size: 40px;
    line-height: 20px; } }
/*card-style9*/
.card-style9 {
  border: 0;
  border-radius: 0;
  background: #fafafa; }
  .card-style9 .card-body {
    opacity: 0;
    padding: 40px;
    transform: scale(0.8);
    background-color: #ffffff;
    transition: all 0.6s ease-in-out;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    margin: -80px auto 20px auto;
    width: 80%; }
    .card-style9 .card-body .service-numberbox {
      text-align: center;
      vertical-align: middle;
      display: table-cell;
      padding-right: 40px;
      align-self: center; }
      .card-style9 .card-body .service-numberbox .service-number {
        font-weight: 700;
        font-size: 44px;
        color: rgba(0, 0, 0, 0.05);
        margin-bottom: 0; }
    .card-style9 .card-body .service-content {
      vertical-align: middle;
      padding-left: 40px;
      display: table-cell;
      border-left: 1px solid #ededed; }

.service-carousel .owl-item.active.center .card-style9 .card-body {
  opacity: 1;
  visibility: visible;
  transform: scale(1); }

@media screen and (max-width: 1199px) {
  .card-style9 .card-body {
    padding: 35px;
    width: 85%; }
    .card-style9 .card-body .service-numberbox {
      padding-right: 30px; }
    .card-style9 .card-body .service-content {
      padding-left: 30px; } }
@media screen and (max-width: 575px) {
  .card-style9 .card-body {
    width: 90%; }
    .card-style9 .card-body .service-numberbox {
      display: inline-block;
      padding-right: 0;
      margin-bottom: 15px; }
    .card-style9 .card-body .service-content {
      padding-left: 0;
      border-left: 0; } }
/*card-style10*/
.card-style10 {
  text-align: center;
  background: #ffffff;
  padding-top: 50px;
  border: 0;
  border-radius: 0; }
  .card-style10 .card-header {
    border: 0;
    background: #ffffff;
    padding: 0;
    text-align: center; }
    .card-style10 .card-header h3 {
      display: inline-block;
      padding: 0.6em 1.2em;
      margin: 0;
      background: rgba(247, 176, 53, 0.19);
      font-size: 12px;
      line-height: normal;
      font-weight: 600;
      color: #f7b035; }
  .card-style10 .card-body {
    padding: 50px 30px; }

@media screen and (max-width: 991px) {
  .card-style10 {
    padding-top: 40px; }
    .card-style10 .card-body {
      padding: 30px 30px 40px 30px; } }
/*card-style11*/
.card-style11 {
  position: relative;
  background: none;
  border: 0;
  border-radius: 0; }
  .card-style11 .card-img-top {
    border-radius: 0; }
  .card-style11 .card-body {
    position: relative;
    padding: 35px;
    margin-right: 30px;
    margin-top: -60px;
    background-color: #ffffff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    border: 1px solid #ededed; }
  .card-style11 .card-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.09);
    background: transparent;
    align-items: flex-end;
    padding: 15px 0 0 0; }
    .card-style11 .card-footer ul {
      display: flex;
      justify-content: space-between;
      list-style: none;
      margin-bottom: 0;
      padding: 0; }

@media screen and (max-width: 1199px) {
  .card-style11 .card-body {
    padding: 30px;
    margin-right: 20px; } }
/*card-style12*/
.card-style12 {
  background: none;
  border-radius: 4px;
  border: 1px solid #ededed; }
  .card-style12 .card-img-top {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
  .card-style12 .card-body {
    position: relative;
    padding: 50px 40px 40px 40px;
    background: #ffffff; }
    .card-style12 .card-body .icon-box {
      position: absolute;
      top: -40px;
      right: 30px;
      width: 75px;
      height: 75px;
      line-height: 80px;
      font-size: 30px;
      text-align: center;
      border-radius: 50%;
      background: #ffffff;
      box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.07); }
  .card-style12 .card-footer {
    padding: 20px 40px;
    border-top: 1px solid #ededed;
    background: #fff; }

@media screen and (max-width: 1199px) {
  .card-style12 .card-body {
    position: relative;
    padding: 50px 35px 35px 35px;
    background: #ffffff; } }
@media screen and (max-width: 991px) {
  .card-style12 .card-body {
    position: relative;
    padding: 40px 35px 35px 35px;
    background: #ffffff; }
    .card-style12 .card-body .icon-box {
      width: 70px;
      height: 70px;
      line-height: 75px;
      font-size: 25px; } }
/*card-style13 */
.card-style13 {
  position: relative;
  overflow: hidden;
  border-radius: 4px; }
  .card-style13:hover:before {
    left: -170%;
    transition-delay: .8s; }
  .card-style13:before {
    content: "";
    position: absolute;
    left: 170%;
    z-index: 1;
    height: 100%;
    width: 100%;
    transition: .8s; }
  .card-style13:hover img {
    transform: scale(1.2); }
  .card-style13 img {
    width: 100%;
    height: 100%;
    transition: all 0.8s; }
  .card-style13:hover .card-body {
    transform: perspective(300px) rotateX(0deg); }
  .card-style13 .card-body {
    position: absolute;
    background: #f7b035;
    width: 100%;
    bottom: 0;
    transition: all 0.8s;
    transform: perspective(300px) rotateX(90deg);
    transform-origin: bottom;
    text-align: center;
    padding: 15px; }
  .card-style13 .team-social-icon {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    list-style: none; }
    .card-style13 .team-social-icon li {
      background: #f7b035;
      width: 40px;
      height: 40px;
      text-align: center;
      line-height: 40px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      transform: perspective(1000px) rotateY(90deg);
      transition: all 0.5s;
      transform-origin: left; }
      .card-style13 .team-social-icon li:last-child {
        border: none; }
      .card-style13 .team-social-icon li a {
        color: #ffffff;
        font-size: 14px; }
  .card-style13:hover .team-social-icon li {
    transform: rotateX(0deg); }
  .card-style13 .team-social-icon li:nth-child(1) {
    transition-delay: .2s; }
  .card-style13 .team-social-icon li:nth-child(2) {
    transition-delay: .4s; }
  .card-style13 .team-social-icon li:nth-child(3) {
    transition-delay: .6s; }
  .card-style13 .team-social-icon li:nth-child(4) {
    transition-delay: .8s; }

@media screen and (max-width: 575px) {
  .card-style13 .team-social-icon li {
    width: 35px;
    height: 35px;
    line-height: 35px; }
    .card-style13 .team-social-icon li a {
      font-size: 13px; } }
/*card-style14 */
.portfolio-box {
  position: relative;
  margin-left: -70px;
  margin-top: 80px; }

.card-style14 {
  border: 0;
  border-radius: 0; }
  .card-style14 .card-body {
    padding: 0;
    position: relative;
    overflow: hidden;
    border-radius: 4px; }
    .card-style14 .card-body img {
      display: block;
      width: 100%;
      height: auto;
      transition-duration: .9s;
      border-radius: 4px; }
  .card-style14:hover img {
    transform: scale(1.2);
    border-radius: 4px; }
  .card-style14:hover .portfolio-overlay {
    visibility: visible;
    opacity: 1; }
  .card-style14:hover .card-body .overlay-info {
    visibility: visible;
    opacity: 1;
    transform: translateY(-30px); }
  .card-style14 .card-body .overlay-info {
    position: absolute;
    right: 25px;
    bottom: 0;
    left: 25px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.8s ease-in-out;
    background: #fff;
    border-radius: 4px;
    padding: 30px 90px 30px 30px; }
  .card-style14 .card-body .portfolio-link {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 25px;
    height: 45px;
    width: 45px;
    line-height: 42px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #ededed; }
    .card-style14 .card-body .portfolio-link a {
      color: #111; }
    .card-style14 .card-body .portfolio-link:hover {
      background: #f7b035;
      color: #ffffff; }
      .card-style14 .card-body .portfolio-link:hover a {
        color: #ffffff !important; }

@media screen and (max-width: 1199px) {
  .portfolio-box {
    margin-left: 60px;
    margin-top: -90px; } }
@media screen and (max-width: 575px) {
  .portfolio-box {
    margin-left: 30px;
    margin-top: -60px; }

  .card-style14 .card-body .overlay-info {
    padding: 25px 80px 25px 25px; }
  .card-style14 .card-body .portfolio-link {
    right: 20px; } }
/*card-style15 */
.blog-date {
  position: absolute;
  left: 25px;
  top: 25px;
  z-index: 1;
  color: #282b2d;
  overflow: hidden;
  padding: 2px;
  line-height: 25px;
  text-align: center;
  border: 2px solid #ededed;
  display: inline-block;
  background-color: #ffffff;
  text-transform: capitalize;
  border-radius: 4px; }
  .blog-date span {
    position: relative;
    color: #ffffff;
    font-weight: 500;
    font-size: 20px;
    display: block;
    text-align: center;
    padding: 10px;
    margin-bottom: 5px;
    background-color: #f7b035;
    border-radius: 4px; }

.border-radius {
  border-radius: 4px; }

.card-style15 {
  border: 0; }
  .card-style15 .card-body {
    padding: 50px 40px;
    border-radius: 4px;
    background-color: #fff;
    margin: 50px 0 50px -60px;
    border: 1px solid #ededed; }
  .card-style15 .blog-info {
    padding-left: 25px;
    margin-bottom: 30px;
    border-left: 3px solid #f7b035; }
    .card-style15 .blog-info .blog-meta-list {
      padding: 0;
      list-style: none;
      margin-bottom: 25px; }
      .card-style15 .blog-info .blog-meta-list li {
        display: inline-block; }
        .card-style15 .blog-info .blog-meta-list li:after {
          content: '||';
          margin: 0 10px;
          top: 0;
          margin-top: -2px;
          background-color: transparent;
          height: auto;
          width: auto;
          color: inherit;
          opacity: 0.3; }
        .card-style15 .blog-info .blog-meta-list li.last:after {
          content: none; }

@media screen and (max-width: 1199px) {
  .card-style15 .card-body {
    padding: 40px; } }
@media screen and (max-width: 991px) {
  .card-style15 .card-body {
    margin: 0;
    padding: 35px; }

  .border-radius {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; } }
@media screen and (max-width: 767px) {
  .card-style15 .card-body {
    padding: 30px; } }
@media screen and (max-width: 575px) {
  .card-style15 .blog-info {
    padding-left: 20px;
    margin-bottom: 25px; }
    .card-style15 .blog-info .blog-meta-list {
      margin-bottom: 20px; } }
/*.card-style16*/
.card-style16 {
  border: 0;
  background: 0;
  border-radius: 0; }
  .card-style16 .card-body {
    padding: 140px 40px 40px 40px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
    text-align: center;
    margin: -100px 20px 20px 20px; }

@media screen and (max-width: 991px) {
  .card-style16 .card-body {
    padding: 130px 35px 35px 35px; } }
/*.card-style17*/
.card-style17 {
  padding: 40px;
  border-radius: 0;
  text-align: center; }
  .card-style17 .card-header {
    border: 0;
    background: #ffffff;
    padding: 0;
    text-align: center;
    margin-bottom: 35px; }

@media screen and (max-width: 1199px) {
  .card-style17 {
    padding: 35px; } }
/*.card-style18*/
.card-style18 {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
  border: 0;
  border-radius: 0;
  padding: 25px; }
  .card-style18 .blog-image {
    position: relative;
    margin-bottom: 35px; }
    .card-style18 .blog-image .date {
      position: absolute;
      content: '';
      padding: 5px 15px;
      background: #f7b035;
      color: #ffffff;
      top: 20px;
      z-index: 3;
      left: 20px; }
  .card-style18 .card-body {
    text-align: center;
    padding: 0; }

@media screen and (max-width: 991px) {
  .card-style18 .blog-image .date {
    padding: 5px 10px; } }
@media screen and (max-width: 767px) {
  .card-style18 .blog-image {
    margin-bottom: 30px; } }
/*.card-style19*/
.card-style19 {
  border-radius: 0;
  border: 0;
  background: #fafafa; }
  .card-style19 .card-body {
    padding: 0;
    margin: -50px 0 25px 35px;
    z-index: 9;
    background-color: #ffffff;
    position: relative;
    box-shadow: 0 0 10px 0 rgba(43, 52, 59, 0.08); }
    .card-style19 .card-body .service-iconbox {
      width: 25%;
      text-align: center;
      vertical-align: middle;
      background-color: #fafafa;
      display: table-cell; }
      .card-style19 .card-body .service-iconbox span {
        color: #f7b035;
        margin-bottom: 0;
        display: inline-block;
        border-radius: 50%;
        text-align: center;
        border: 2px solid transparent;
        box-sizing: content-box;
        position: relative; }
    .card-style19 .card-body .service-content {
      vertical-align: middle;
      padding: 40px 30px;
      display: table-cell; }

.service3-carousel.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 20px; }

@media screen and (max-width: 991px) {
  .card-style19 .card-body {
    margin: -50px 0 25px 30px; }
    .card-style19 .card-body .service-content {
      padding: 35px 30px; } }
/*card-style20*/
.card-style20 {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  transition: all 500ms ease;
  border: 0;
  border-radius: 0; }
  .card-style20 .card-body {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px; }
    .card-style20 .card-body:before {
      position: absolute;
      content: '';
      left: 0px;
      top: 100%;
      right: 0px;
      bottom: 0px;
      opacity: 0;
      transition: all 900ms ease;
      background: rgba(247, 176, 53, 0.8); }
    .card-style20 .card-body .overlay-inner {
      position: relative;
      height: 100%; }
      .card-style20 .card-body .overlay-inner .team-social-box {
        position: absolute;
        right: -30px;
        top: 10px;
        padding: 0;
        text-align: center;
        list-style: none; }
        .card-style20 .card-body .overlay-inner .team-social-box li {
          position: relative;
          right: -30px;
          margin-bottom: 25px;
          transition: all 900ms ease;
          line-height: 1; }
          .card-style20 .card-body .overlay-inner .team-social-box li:last-child {
            margin-bottom: 0; }
          .card-style20 .card-body .overlay-inner .team-social-box li a {
            color: #ffffff;
            font-size: 16px; }
    .card-style20 .card-body .team-content {
      position: absolute;
      left: 30px;
      bottom: -120px;
      transition: all 1200ms ease; }
  .card-style20:hover .card-body:before {
    opacity: 1;
    top: 0%; }
  .card-style20:hover .card-body .team-social-box li {
    right: 40px; }
  .card-style20 .card-body .team-social-box li a:hover i {
    color: rgba(226, 226, 226, 0.9); }
  .card-style20:hover .card-body .team-content {
    bottom: 20px; }
  .card-style20:hover .card-body .team-social-box li:nth-child(2) {
    transition-delay: 250ms; }
  .card-style20:hover .card-body .team-social-box li:nth-child(3) {
    transition-delay: 500ms; }
  .card-style20:hover .card-body .team-social-box li:nth-child(4) {
    transition-delay: 750ms; }

@media screen and (max-width: 1199px) {
  .card-style20 .card-body .overlay-inner .team-social-box li a {
    font-size: 15px; } }
/*card-style21*/
.card-style21 {
  border: 0;
  border-radius: 0;
  background: #fafafa;
  position: relative;
  overflow: hidden; }
  .card-style21 img {
    display: block;
    width: 100%;
    height: auto;
    transition: all 800s ease 0s; }
  .card-style21:hover .card-body {
    visibility: visible;
    opacity: 1;
    transform: translateY(-30px);
    transition: all .8s; }
  .card-style21 .card-body {
    position: absolute;
    right: 30px;
    bottom: 0;
    left: 30px;
    visibility: hidden;
    opacity: 0;
    background: #ffffff;
    box-shadow: 0 0 10px 0 rgba(43, 52, 59, 0.08);
    padding: 30px 90px 30px 30px; }
    .card-style21 .card-body .service-overlay-icon {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 30px;
      text-align: center; }
      .card-style21 .card-body .service-overlay-icon a {
        height: 50px;
        width: 50px;
        line-height: 45px;
        text-align: center;
        border: 4px solid #ededed;
        display: inline-block; }

@media screen and (max-width: 767px) {
  .card-style21 .card-body {
    padding: 25px 90px 25px 25px; } }
/*card-style22*/
.card-style22 {
  border: 0;
  border-radius: 0;
  padding: 15px;
  box-shadow: 0 0 10px 0 rgba(43, 52, 59, 0.08);
  text-align: center; }
  .card-style22 .card-body {
    padding: 35px 0;
    background: #fafafa; }

@media screen and (max-width: 767px) {
  .card-style22 .card-body {
    padding: 30px 0; } }
/*card-style23*/
.card-style23 {
  border: 0;
  border-radius: 0;
  padding: 15px;
  margin-bottom: 10px;
  box-shadow: 0 0 10px 0 rgba(43, 52, 59, 0.08); }
  .card-style23 .card-body {
    padding: 35px;
    background: #fafafa; }
    .card-style23 .card-body h3:after {
      border-bottom: 2px solid #f7b035;
      padding-top: 25px;
      content: "";
      display: block;
      text-align: center;
      width: 20%; }
  .card-style23 .card-footer {
    background: none;
    border-top: 1px dashed #ededed;
    padding: 24px 0 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center; }

@media screen and (max-width: 1199px) {
  .card-style23 .card-body {
    padding: 30px; } }
/*card-style24*/
.card-style24 {
  border-radius: 4px;
  border: 0;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 8px 16px 0px rgba(17, 12, 79, 0.1);
  padding: 20px; }
  .card-style24 .team-img {
    margin-bottom: 25px;
    position: relative;
    overflow: hidden; }
    .card-style24 .team-img img {
      border-radius: 4px;
      width: 100%;
      height: 100%;
      transition: all 0.8s; }
    .card-style24 .team-img .social-icons {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: #ffffff;
      z-index: 20;
      text-decoration: none;
      opacity: 0;
      padding: 5px 15px;
      margin-top: 100px;
      background: #ffffff;
      border-radius: 4px;
      width: 60%;
      text-align: center;
      transition: all 0.6s ease-in-out;
      margin-bottom: 0; }
      .card-style24 .team-img .social-icons li {
        display: inline-block;
        padding-right: 15px; }
        .card-style24 .team-img .social-icons li:last-child {
          padding-right: 0; }
  .card-style24 .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    transition: all 0.6s ease-in-out;
    z-index: 15; }
  .card-style24 .card-body {
    text-align: center;
    padding: 0; }
  .card-style24:hover .social-icons {
    margin-top: 0;
    opacity: 1; }
  .card-style24:hover .overlay {
    background: rgba(247, 176, 53, 0.8); }
  .card-style24:hover .team-img img {
    transform: scale(1.2); }

@media screen and (max-width: 1199px) {
  .card-style24 .team-img .social-icons {
    padding: 5px 10px;
    width: 80%; }
    .card-style24 .team-img .social-icons li {
      padding-right: 15px; } }
@media screen and (max-width: 991px) {
  .card-style24 .team-img .social-icons {
    width: 70%; } }
@media screen and (max-width: 575px) {
  .card-style24 .team-img .social-icons {
    width: 60%; } }
/*.card-style25*/
.card-style25 {
  box-shadow: 0 8px 16px 0px rgba(17, 12, 79, 0.1);
  border: 0;
  border-radius: 4px;
  padding: 20px; }
  .card-style25 .blog-image {
    position: relative;
    margin-bottom: 30px; }
    .card-style25 .blog-image .date {
      position: absolute;
      top: -10px;
      right: -10px;
      padding: 15px;
      line-height: 1;
      color: #fff;
      text-align: center;
      border-radius: 4px;
      background-color: #f7b035; }
  .card-style25 .card-body {
    padding: 0 15px; }
  .card-style25 .card-footer {
    background: none;
    border-top: 1px solid #ededed;
    padding: 15px 0 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center; }

@media screen and (max-width: 1199px) {
  .card-style25 .card-body {
    padding: 0 10px; } }
@media screen and (max-width: 575px) {
  .card-style25 .blog-image .date {
    padding: 10px; } }
/*.card-style26*/
.service-box-right {
  margin-right: -30%; }

.card-style26 {
  position: relative;
  overflow: hidden;
  transition: .5s;
  border-radius: 0;
  border: 0; }
  .card-style26:before {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-180deg, transparent, #000 175%); }
  .card-style26 img {
    transition: .5s; }
  .card-style26 .card-body {
    padding: 0; }
  .card-style26 .title {
    position: absolute;
    left: 25px;
    bottom: 25px;
    z-index: 1;
    transition: .5s; }
  .card-style26 .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(1.1);
    transition: .5s;
    padding: 20px;
    background: rgba(247, 176, 53, 0.8);
    opacity: 0;
    visibility: hidden;
    margin: 20px;
    z-index: 1; }
    .card-style26 .content .inner-content {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 25px;
      right: 25px;
      margin: 0 auto; }
      .card-style26 .content .inner-content a {
        color: #ffffff; }
        .card-style26 .content .inner-content a:hover {
          color: rgba(226, 226, 226, 0.9); }
  .card-style26:hover .content {
    opacity: 1;
    visibility: visible;
    transform: scale(1); }
  .card-style26:hover .title {
    opacity: 0;
    visibility: hidden; }
  .card-style26:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }

@media screen and (max-width: 991px) {
  .card-style26 .content {
    margin: 15px; } }
@media screen and (max-width: 575px) {
  .service-box-right {
    margin-right: 0; } }
/*card-style27*/
.pricing-wrapper {
  display: flex;
  background: #ffffff;
  flex-wrap: wrap;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05); }

.card-style27 {
  padding: 50px;
  border-radius: 10px 10px 10px 10px;
  position: relative;
  text-align: center;
  border: 0;
  border-radius: 0; }
  .card-style27:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 85%;
    background: #ededed; }
  .card-style27.last:after {
    content: none; }
  .card-style27 .card-header {
    margin-bottom: 50px;
    border-bottom: 0;
    background: unset;
    line-height: 1;
    padding: 0; }
  .card-style27 .card-body {
    padding: 0; }

@media screen and (max-width: 1199px) {
  .card-style27 .card-header {
    margin-bottom: 40px; } }
@media screen and (max-width: 991px) {
  .pricing-wrapper {
    display: block;
    background: unset; }

  .card-style27 {
    padding: 40px; } }
@media screen and (max-width: 767px) {
  .card-style27 {
    padding: 35px; } }
/*.card-style28*/
.card-style28 {
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: 40px;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .card-style28 .card-body {
    padding: 0;
    position: relative; }
  .card-style28:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    transition: .25s; }
  .card-style28 .content {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    transition: .5s; }
    .card-style28 .content a {
      color: #ffffff; }
      .card-style28 .content a:hover {
        color: rgba(226, 226, 226, 0.9); }
  .card-style28 .card-body .post-author {
    display: flex;
    align-items: center; }
  .card-style28 .card-body .author-image {
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    width: 50px;
    height: 50px; }
  .card-style28 .card-body .post-author .author-name {
    position: relative;
    padding: 2px 11px;
    margin-left: 16px;
    z-index: 1;
    background: #ffffff;
    color: #f7b035;
    transition: .25s;
    pointer-events: none;
    visibility: hidden;
    top: -10px;
    opacity: 0; }
    .card-style28 .card-body .post-author .author-name:before {
      left: 0;
      top: 50%;
      transform: translate(-50%, -50%) rotate(45deg);
      z-index: -1;
      content: "";
      position: absolute;
      width: 10px;
      height: 10px;
      background: inherit; }
  .card-style28:after {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-180deg, transparent, #000 175%); }
  .card-style28 .card-body .post-exeption {
    overflow: hidden;
    line-height: 0;
    transition: 0.35s cubic-bezier(0.76, 0.89, 0.66, 0.82);
    will-change: line-height; }
    .card-style28 .card-body .post-exeption p {
      transform: translateY(30px);
      opacity: 0;
      transition-delay: 0s;
      color: #ffffff;
      transition: .4s opacity, .4s transform; }
  .card-style28:hover:before {
    background: rgba(247, 176, 53, 0.8); }
  .card-style28:hover .card-body .post-exeption {
    margin-top: 20px;
    line-height: inherit; }
    .card-style28:hover .card-body .post-exeption p {
      transform: translateY(0);
      opacity: 1;
      color: #ffffff;
      transition-delay: .2s; }
  .card-style28:hover .card-body .post-author .author-image + .author-name {
    top: 0;
    opacity: 1;
    visibility: visible; }

@media screen and (max-width: 575px) {
  .card-style28 {
    padding: 30px; } }
/*card-style29*/
.info-box3 {
  position: relative;
  margin-top: -100px;
  padding: 0;
  z-index: 9;
  background: transparent; }

.card-style29 {
  border: 0;
  border-radius: 0; }
  .card-style29 .card-body {
    text-align: center;
    padding: 40px 30px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    background: #ffffff; }
    .card-style29 .card-body:before {
      position: absolute;
      width: 0;
      height: 3px;
      background: #f7b035;
      left: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      content: '';
      z-index: 3;
      transition: all .4s ease-out; }
  .card-style29:hover .card-body:before {
    width: 100%; }

@media screen and (max-width: 1199px) {
  .card-style29 .card-body {
    padding: 35px 25px; } }
/*.card-style30*/
.card-style30 {
  border: 0;
  border-radius: 0;
  background: #fafafa;
  margin-bottom: 15px; }
  .card-style30 .card-body {
    position: relative;
    margin: -60px 25px 0 25px;
    padding: 60px 40px 40px;
    background-color: #ffffff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    text-align: center; }
    .card-style30 .card-body:before {
      position: absolute;
      width: 0;
      height: 3px;
      background: #f7b035;
      left: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      content: '';
      z-index: 3;
      transition: all .4s ease-out; }
  .card-style30 .card-img-top {
    border-radius: 0; }
  .card-style30 .card-body .icon-wrapper {
    position: relative;
    width: 70px;
    height: 70px;
    line-height: 70px;
    margin: -100px auto 25px;
    color: #ffffff;
    font-size: 30px;
    text-align: center;
    background-color: #f7b035; }
  .card-style30:hover .card-body:before {
    width: 100%; }

@media screen and (max-width: 575px) {
  .card-style30 .card-body {
    margin: -60px 20px 0 20px;
    padding: 50px 35px 35px; }
    .card-style30 .card-body .icon-wrapper {
      width: 65px;
      height: 65px;
      line-height: 65px;
      font-size: 25px;
      margin: -85px auto 25px; } }
/* card-style31 */
.card-style31 {
  position: relative;
  background: none;
  border: none; }
  .card-style31 .card-img-top {
    border-radius: 0; }
  .card-style31 .card-body {
    position: relative;
    padding: 2.5rem;
    margin-left: 25px;
    margin-right: 25px;
    margin-top: -60px;
    background-color: #ffffff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    margin-bottom: 50px; }
  .card-style31 .post-list {
    position: relative;
    list-style: none;
    margin-bottom: 15px;
    padding: 0; }
    .card-style31 .post-list li {
      position: relative;
      display: inline-block;
      font-size: 15px;
      font-weight: 500;
      margin-right: 20px; }
      .card-style31 .post-list li:last-child {
        margin-right: 0; }
  .card-style31 .author-box {
    position: relative;
    top: 30px;
    margin-bottom: -50px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    border-radius: 4px; }
  .card-style31 .box-inner {
    position: relative;
    padding: 15px 100px; }
  .card-style31 .author-image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 80px; }
  .card-style31 .author {
    position: relative;
    color: #f7b035;
    font-size: 15px;
    font-weight: 600; }
    .card-style31 .author span {
      position: relative;
      color: #282b2d;
      font-weight: 500;
      font-size: 16px;
      display: block;
      text-transform: capitalize; }
  .card-style31 .post-date {
    position: absolute;
    right: 0px;
    top: 0px;
    color: #ffffff;
    font-size: 18px;
    min-height: 80px;
    font-weight: 700;
    min-width: 80px;
    padding: 10px 5px 10px;
    text-align: center;
    background-color: #f7b035; }

@media screen and (max-width: 575px) {
  .card-style31 .card-body {
    padding: 1.5rem;
    margin-right: 15px;
    margin-left: 15px; }
  .card-style31 .box-inner {
    padding: 15px; }
  .card-style31 .author-image {
    position: relative;
    text-align: center;
    margin: 0 auto; }
  .card-style31 .author {
    text-align: center;
    padding: 15px 0; }
  .card-style31 .post-date {
    position: relative; } }
/*card-style32*/
.card-style32 {
  border: 0;
  border-radius: 0;
  box-shadow: 0 0 10px 0 rgba(43, 52, 59, 0.08);
  padding: 40px; }
  .card-style32 .card-body {
    padding: 0; }
    .card-style32 .card-body h4:after {
      border-bottom: 2px solid #f7b035;
      padding-bottom: 25px;
      margin-bottom: 25px;
      content: "";
      display: block;
      text-align: center;
      width: 15%; }

@media screen and (max-width: 1199px) {
  .card-style32 .card-body h4:after {
    padding-bottom: 20px;
    margin-bottom: 20px; } }
@media screen and (max-width: 991px) {
  .card-style32 {
    padding: 35px; } }
/*card-style33*/
.portfolio-box-left {
  margin-left: -30%; }

.card-style33 {
  border: 0;
  border-radius: 0;
  overflow: hidden; }
  .card-style33 img {
    width: 100%;
    transition: all 600ms linear 0s; }
  .card-style33 .card-body {
    position: relative;
    overflow: hidden;
    min-height: 500px; }
  .card-style33 .portfolio-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0;
    background: transparent;
    overflow: hidden; }
  .card-style33 .card-body .portfolio-wrap .portfolio-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%; }
    .card-style33 .card-body .portfolio-wrap .portfolio-content .portfolio-title {
      margin-bottom: 25px;
      font-size: 20px;
      color: #fff;
      position: relative;
      right: -500px;
      transition: all .6s; }
    .card-style33 .card-body .portfolio-wrap .portfolio-content .butn {
      font-size: 15px;
      position: relative;
      left: -500px;
      transition: all .8s; }
  .card-style33:hover img {
    transform: scale(1.2); }
  .card-style33:hover .card-body .portfolio-wrap {
    background: rgba(247, 176, 53, 0.85); }
    .card-style33:hover .card-body .portfolio-wrap .portfolio-content .portfolio-title {
      right: 0; }
    .card-style33:hover .card-body .portfolio-wrap .portfolio-content .butn {
      left: 0; }

@media screen and (max-width: 575px) {
  .portfolio-box-left {
    margin-left: 0; } }
/*card-style34*/
.card-style34 {
  border: 0;
  border-radius: 0; }
  .card-style34 .card-img-top {
    border-radius: 0; }
  .card-style34 .blog-image {
    position: relative; }
    .card-style34 .blog-image .date {
      position: absolute;
      content: '';
      padding: 8px 10px;
      background: #f7b035;
      bottom: 0;
      z-index: 3;
      right: 0; }
  .card-style34 .card-body {
    padding: 35px;
    background: #ffffff;
    box-shadow: 0 0 10px 0 rgba(43, 52, 59, 0.08); }
    .card-style34 .card-body h4:after {
      border-bottom: 2px solid #f7b035;
      padding-bottom: 25px;
      margin-bottom: 25px;
      content: "";
      display: block;
      text-align: center;
      width: 15%; }
  .card-style34 .card-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.09);
    background: transparent;
    align-items: flex-end;
    padding: 24px 0 0 0; }
    .card-style34 .card-footer ul {
      display: flex;
      justify-content: space-between;
      list-style: none;
      margin-bottom: 0;
      padding: 0; }

@media screen and (max-width: 1199px) {
  .card-style34 .card-body {
    padding: 30px; }
    .card-style34 .card-body h4:after {
      padding-bottom: 20px;
      margin-bottom: 20px; }
  .card-style34 .blog-image .date {
    padding: 6px 10px; } }
@media screen and (max-width: 575px) {
  .card-style34 .blog-image .date {
    padding: 5px 10px; }
  .card-style34 .card-body {
    padding: 30px; } }
/*card-style35*/
.card-style35 {
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  border: 0;
  padding: 40px;
  border-radius: 4px; }
  .card-style35 .card-body ul {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
    border-bottom: 1px solid #ededed;
    padding-bottom: 30px; }
    .card-style35 .card-body ul li {
      margin-bottom: 15px;
      font-size: 15px; }
      .card-style35 .card-body ul li:last-child {
        margin-bottom: 0; }

@media screen and (max-width: 1199px) {
  .card-style35 {
    padding: 30px; } }
@media screen and (max-width: 991px) {
  .card-style35 .card-body ul {
    margin-bottom: 25px;
    padding-bottom: 25px; } }
/*card-style36*/
.card-style36 {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  text-align: center;
  border: 0; }
  .card-style36 .card-img-top {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px; }
  .card-style36 .card-body {
    position: relative;
    transition: all 0.6s ease-out;
    transform: translateY(0);
    background: #ffffff;
    padding: 25px 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }
    .card-style36 .card-body .social-icon-box {
      position: absolute;
      width: 100%;
      left: 0;
      opacity: 0;
      text-align: center;
      transform: translateY(0);
      transition: all 0.6s ease-out;
      padding: 0;
      margin-bottom: 0; }
      .card-style36 .card-body .social-icon-box li {
        display: inline-block;
        margin-right: 5px; }
      .card-style36 .card-body .social-icon-box a i {
        width: 35px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        border-radius: 4px;
        background: #f7b035;
        color: #fff;
        font-size: 16px; }
        .card-style36 .card-body .social-icon-box a i:hover {
          color: rgba(226, 226, 226, 0.9); }
      .card-style36 .card-body .social-icon-box li:last-child {
        margin-right: 0; }
  .card-style36:hover .card-body {
    transform: translateY(-50px); }
  .card-style36:hover .social-icon-box {
    transform: translateY(15px);
    opacity: 1; }

@media screen and (max-width: 991px) {
  .card-style36 .card-body {
    padding: 20px 0; } }
@media screen and (max-width: 575px) {
  .card-style36 .card-body .social-icon-box a i {
    font-size: 13px; } }
/*card-style37*/
.card-style37 {
  display: block;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  border: 0;
  border-radius: 4px; }
  .card-style37 .post-date {
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 10px;
    line-height: 1;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    background-color: #f7b035; }
  .card-style37 .card-body {
    padding: 30px;
    position: relative;
    background: #ffffff; }
  .card-style37 .blog-meta-grid {
    list-style: none;
    margin-bottom: 0;
    border-bottom: 1px solid #ededed;
    padding: 20px 30px; }
    .card-style37 .blog-meta-grid li {
      display: inline-block;
      font-size: 14px;
      font-weight: 600;
      vertical-align: middle;
      margin-right: 15px;
      margin-top: 5px; }
      .card-style37 .blog-meta-grid li:last-child {
        margin-right: 0; }

@media screen and (max-width: 767px) {
  .card-style37 .card-body {
    padding: 25px; }
  .card-style37 .blog-meta-grid {
    padding: 20px 25px; } }
/*card-style38*/
.card-style38 {
  position: relative;
  display: block;
  overflow: hidden;
  border: 0;
  border-radius: 0; }
  .card-style38 img {
    position: relative;
    transition: all 0.8s; }
  .card-style38 .card-body {
    padding: 0;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    display: block;
    height: 100%;
    text-align: center;
    transition: all 0.8s;
    transform: translateY(100%) scaleY(0); }
    .card-style38 .card-body .hover-content {
      position: absolute;
      left: 15px;
      right: 15px;
      bottom: 15px;
      padding: 25px 0px;
      background-color: #f7b035; }
    .card-style38 .card-body .social-icons {
      padding: 0;
      margin: 0; }
      .card-style38 .card-body .social-icons li {
        margin-right: 20px;
        display: inline-block; }
        .card-style38 .card-body .social-icons li:last-child {
          margin-right: 0; }
        .card-style38 .card-body .social-icons li a {
          color: white;
          font-size: 16px;
          display: inline-block;
          transition: all 900ms ease; }
  .card-style38:hover .card-body {
    transform: translateY(0%) scaleY(1); }
  .card-style38:hover img {
    transform: scale(1.2); }
  .card-style38 .card-body .social-icons li a:hover {
    opacity: 0.6; }

@media screen and (max-width: 767px) {
  .card-style38 .card-body .hover-content {
    padding: 20px 0; }
  .card-style38 .card-body .social-icons li a {
    font-size: 15px; } }
/*card-style39*/
.card-style39 {
  border: 0;
  border-radius: 0;
  position: relative;
  text-align: center;
  cursor: pointer; }
  .card-style39 .card-body {
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
    transform: scaleY(0);
    transform-origin: 0 0 0; }
    .card-style39 .card-body:before {
      z-index: -1;
      background-color: rgba(247, 176, 53, 0.9);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: ''; }
  .card-style39:hover .card-body {
    transform: scaleY(1); }
  .card-style39 .hover-title {
    opacity: 0;
    color: #fff;
    color: #fff;
    font-size: 20px;
    margin-bottom: 0;
    transform: translateY(30px);
    transition: 250ms 300ms linear; }
  .card-style39 .divider {
    display: block;
    width: 100%;
    height: 1px;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    background: transparent; }
    .card-style39 .divider:before {
      position: absolute;
      content: "";
      display: inline-block;
      left: 50%;
      right: 50%;
      height: 1px;
      background-color: #fff;
      opacity: .4;
      transition: 250ms 280ms ease-in-out; }
  .card-style39:hover .divider:before {
    left: 0;
    right: 0; }
  .card-style39 .hover-text {
    opacity: 0;
    color: #fff;
    font-size: 16px;
    transform: translateY(20px);
    transition: 250ms 340ms linear;
    margin-bottom: 30px; }
  .card-style39 .icon-link {
    font-size: 16px;
    color: #ffffff;
    display: inline-block;
    font-weight: 700;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 10px; }
  .card-style39:hover .hover-title {
    opacity: 1;
    transform: scale(1); }
  .card-style39:hover .hover-text {
    opacity: 1;
    transform: translateY(0); }

/*card-style40*/
.card-style40 {
  border: 1px solid #ededed;
  border-radius: 0;
  position: relative;
  text-align: center; }
  .card-style40 .card-header {
    padding: 35px 0;
    background: #f7b035;
    border-bottom: 0;
    border-radius: 0; }
    .card-style40 .card-header p {
      font-size: 14px;
      font-weight: 500;
      color: #fff;
      position: relative;
      padding-bottom: 15px;
      margin-bottom: 15px; }
      .card-style40 .card-header p:after {
        content: "";
        position: absolute;
        height: 1px;
        width: 200px;
        background: rgba(255, 255, 255, 0.2);
        bottom: 0;
        left: 50%;
        margin-left: -100px; }
  .card-style40 .card-body {
    padding: 35px; }

@media screen and (max-width: 767px) {
  .card-style40 .card-header {
    padding: 30px 0; }
  .card-style40 .card-body {
    padding: 30px; } }
/*card-style41*/
.card-style41 {
  border: 0;
  border-radius: 0;
  border: 1px solid #ededed; }
  .card-style41 .blog-image {
    position: relative; }
    .card-style41 .blog-image .date {
      position: absolute;
      top: 20px;
      right: 20px;
      padding: 5px 10px;
      background-color: #f7b035;
      font-size: 14px; }
      .card-style41 .blog-image .date a {
        padding: 0 10px;
        color: #fff;
        border-right: 1px solid rgba(255, 255, 255, 0.3); }
        .card-style41 .blog-image .date a:last-child {
          border-right: 0; }
  .card-style41 .card-body {
    padding: 35px; }
  .card-style41 .blog-meta-list {
    padding: 0 0 15px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #ededed; }
  .card-style41 .card-body .blog-meta-list li {
    display: inline-block;
    margin-right: 15px;
    font-weight: 400; }
    .card-style41 .card-body .blog-meta-list li a {
      vertical-align: middle; }
    .card-style41 .card-body .blog-meta-list li:last-child {
      margin-right: 0;
      border-left: 1px solid #ededed;
      padding-left: 15px; }

@media screen and (max-width: 1199px) {
  .card-style41 .card-body {
    padding: 30px; } }
@media screen and (max-width: 991px) {
  .card-style41 .blog-image .date {
    padding: 5px; } }
@media screen and (max-width: 767px) {
  .card-style41 .card-body {
    padding: 25px; } }
/*card-style42*/
.card-style42 {
  border: 0;
  border-radius: 0; }
  .card-style42 .card-body {
    padding: 35px;
    background: #ffffff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    transition: all 0.6s ease 0s; }
    .card-style42 .card-body:hover:before {
      width: 100%; }
    .card-style42 .card-body:before {
      position: absolute;
      width: 0;
      height: 2px;
      background: #f7b035;
      left: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      content: '';
      z-index: 3;
      transition: all .6s ease-out; }
    .card-style42 .card-body:after {
      position: absolute;
      width: 100%;
      height: 3px;
      left: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      content: '';
      z-index: 2;
      transition: all .6s ease-out; }

@media screen and (max-width: 1199px) {
  .card-style42 .card-body {
    padding: 30px; } }
/*card-style43*/
.card-style43 {
  border: 0;
  border-radius: 0; }
  .card-style43 .card-img-top {
    border-radius: 0; }
  .card-style43 .card-body {
    padding: 30px;
    background: #ffffff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); }

@media screen and (max-width: 575px) {
  .card-style43 .card-body {
    padding: 25px; } }
/*card-style44*/
.card-style44 {
  border: 0;
  border-radius: 0; }
  .card-style44 .product-hover-box {
    position: relative;
    text-align: center; }
  .card-style44 .hover-content {
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
    transform: scaleY(0);
    transform-origin: 0 0 0; }
    .card-style44 .hover-content:before {
      z-index: -1;
      background-color: rgba(247, 176, 53, 0.9);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: ''; }
  .card-style44:hover .hover-content {
    transform: scaleY(1); }
  .card-style44 .icon-link {
    font-size: 16px;
    color: #f7b035;
    display: inline-block;
    font-weight: 600;
    background: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 10px; }
  .card-style44 .card-body {
    padding: 30px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    background: #ffffff; }

@media screen and (max-width: 1199px) {
  .card-style44 .card-body {
    padding: 25px; } }
/* ===================================
    Testimonial section
====================================== */
/*testimonial-1*/
.testimonial-wrapper-box {
  position: relative;
  margin-bottom: -170px;
  background: transparent;
  padding: 90px 60px;
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  z-index: 9;
  text-align: center; }

.testimonial-carousel .testimonial-icon {
  width: 60px;
  height: 60px;
  line-height: 70px;
  border-radius: 50%;
  color: #ffffff;
  background-color: #f7b035;
  text-align: center;
  margin: 0 auto 30px; }

@media screen and (max-width: 1199px) {
  .testimonial-wrapper-box {
    padding: 80px 60px;
    margin-bottom: -150px; } }
@media screen and (max-width: 991px) {
  .testimonial-wrapper-box {
    margin-bottom: 0;
    padding: 70px 60px; }

  .testimonial-carousel .testimonial-icon {
    width: 55px;
    height: 55px;
    line-height: 65px; } }
@media screen and (max-width: 575px) {
  .testimonial-wrapper-box {
    padding: 50px 40px; }

  .testimonial-carousel .testimonial-icon {
    margin: 0 auto 25px; } }
/*testimonial-2*/
.testimonial2-carousel .testimonial-wrapper {
  position: relative;
  margin: 15px 15px 15px 40px;
  border-left: 2px solid #f7b035;
  background: #fff;
  cursor: pointer;
  padding: 40px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); }
  .testimonial2-carousel .testimonial-wrapper .image {
    float: left;
    margin-left: -80px;
    margin-top: 50px; }
  .testimonial2-carousel .testimonial-wrapper .auhtour-info {
    margin-bottom: 25px;
    text-align: center; }
    .testimonial2-carousel .testimonial-wrapper .auhtour-info i {
      font-size: 40px;
      margin-bottom: 10px;
      color: #e8e8e8;
      text-align: center;
      transition: all .6s ease-in-out;
      display: block; }
  .testimonial2-carousel .testimonial-wrapper:hover .auhtour-info i {
    color: #f7b035; }

@media screen and (max-width: 991px) {
  .testimonial2-carousel .testimonial-wrapper {
    padding: 35px; }
    .testimonial2-carousel .testimonial-wrapper .image {
      margin-left: -75px; } }
@media screen and (max-width: 767px) {
  .testimonial2-carousel .testimonial-wrapper .auhtour-info {
    margin-bottom: 20px; } }
/*testimonial-3*/
.testimonial3-carousel .testimonial-box {
  border: 1px solid #ededed;
  background: #f8f9fa;
  padding: 50px 40px 40px 40px;
  margin-top: 30px;
  background: #fff; }
.testimonial3-carousel .testimonial-quote {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #f7b035;
  color: #ffffff;
  display: inline-block;
  position: absolute;
  line-height: 60px;
  font-size: 22px;
  text-align: center;
  top: 0;
  z-index: 2;
  right: 30px; }
.testimonial3-carousel .testimonial-box .rating i {
  color: #efca00;
  font-size: 12px; }

@media screen and (max-width: 1199px) {
  .testimonial3-carousel .testimonial-box {
    padding: 40px 35px 35px 35px; } }
@media screen and (max-width: 991px) {
  .testimonial3-carousel .testimonial-box {
    padding: 40px 30px 30px 30px; }
  .testimonial3-carousel .testimonial-quote {
    width: 50px;
    height: 50px;
    line-height: 55px;
    font-size: 20px; } }
/*testimonial-4*/
.testimonial4-carousel .testimonial-block .inner-box:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 40px;
  right: 0px;
  bottom: 0px;
  background-color: #ffffff;
  border-radius: 4px; }
.testimonial4-carousel .testimonial-block .image {
  position: relative;
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto; }
.testimonial4-carousel .testimonial-block .quote-icon {
  position: absolute;
  left: -20px;
  top: 20px;
  color: #ffffff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50px;
  display: inline-block;
  background-color: #f7b035; }
  .testimonial4-carousel .testimonial-block .quote-icon:before {
    content: '\f10d';
    font-family: Font Awesome\ 5 Free;
    font-weight: 600;
    font-size: 14px; }
.testimonial4-carousel .testimonial-rating {
  margin-bottom: 4px; }
  .testimonial4-carousel .testimonial-rating i {
    color: #fc0;
    display: inline-block;
    margin-right: 2px;
    font-size: 12px; }

.testimonial-side-content {
  position: relative; }
  .testimonial-side-content .icon {
    position: absolute;
    right: 0;
    bottom: 0; }

@media screen and (max-width: 767px) {
  .testimonial4-carousel .testimonial-block .image {
    height: 75px;
    width: 75px; } }
/*testimonial-5*/
.testimonial-shadow-box {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
  background: #ffffff;
  padding: 40px;
  position: relative;
  z-index: 9; }

.testimonial-avatar {
  height: 80px;
  width: 80px;
  border-radius: 50%; }

.testimonial5-carousel .testimonial-rating {
  margin-bottom: 10px; }
  .testimonial5-carousel .testimonial-rating i {
    color: #fc0;
    display: inline-block;
    margin-right: 4px;
    font-size: 12px; }
    .testimonial5-carousel .testimonial-rating i:last-child {
      margin-right: 0; }

@media screen and (max-width: 991px) {
  .testimonial-shadow-box {
    padding: 35px; } }
@media screen and (max-width: 767px) {
  .testimonial-avatar {
    height: 70px;
    width: 70px; } }
@media screen and (max-width: 575px) {
  .testimonial-shadow-box {
    padding: 30px; }

  .testimonial-avatar {
    height: 65px;
    width: 65px; } }
/*.testimonial-6*/
.testimonial-boxs {
  position: relative;
  margin-right: -101px;
  background: transparent;
  padding: 70px 60px;
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  z-index: 9; }

.testimonial6-carousel .testimonial-block .testimonial-image img {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%; }
.testimonial6-carousel .testimonial-block .testimonial-rating i {
  color: #fc0;
  display: inline-block;
  margin-right: 4px;
  font-size: 14px; }
  .testimonial6-carousel .testimonial-block .testimonial-rating i:last-child {
    margin-right: 0; }

@media screen and (max-width: 1199px) {
  .testimonial-boxs {
    padding: 50px; } }
@media screen and (max-width: 991px) {
  .testimonial-boxs {
    padding: 40px;
    margin-right: 0; }

  .testimonial6-carousel .testimonial-block .testimonial-image img {
    width: 70px;
    height: 70px; } }
@media screen and (max-width: 767px) {
  .testimonial-boxs {
    padding: 35px; }

  .testimonial6-carousel .testimonial-block .testimonial-rating i {
    font-size: 12px; } }
@media screen and (max-width: 575px) {
  .testimonial-boxs {
    padding: 30px; }

  .testimonial6-carousel .testimonial-block .testimonial-image img {
    width: 65px;
    height: 65px; } }
/*.testimonial-7*/
.testimonial7-carousel .testimonial-wrapper {
  position: relative;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 0 40px 40px 40px;
  box-shadow: 0 0 10px 0 rgba(43, 52, 59, 0.08);
  margin: 40px 30px 30px 25px; }
  .testimonial7-carousel .testimonial-wrapper .testimonial-layer {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 0 0 10px 0 rgba(43, 52, 59, 0.08); }
.testimonial7-carousel .testimonial-author {
  position: relative;
  top: -40px; }
  .testimonial7-carousel .testimonial-author img {
    border-radius: 50%;
    width: 80px;
    height: 80px; }
  .testimonial7-carousel .testimonial-author span {
    display: block;
    font-size: 60px;
    line-height: 1; }

.testimonial-text {
  margin-top: -20px; }

.rating span {
  font-size: 12px;
  display: inline-block;
  margin-right: 2px;
  color: #ffbc51; }

@media screen and (max-width: 1199px) {
  .testimonial7-carousel .testimonial-wrapper {
    padding: 0 35px 35px 35px;
    margin: 40px 25px 25px 20px; }
  .testimonial7-carousel .testimonial-author img {
    width: 70px;
    height: 70px; } }
@media screen and (max-width: 575px) {
  .testimonial7-carousel .testimonial-wrapper {
    padding: 0 30px 30px 30px; } }
/*testimonial-8*/
.testimonial8-carousel .testimonial-content {
  padding: 40px 40px 70px 40px;
  position: relative;
  background-color: #ffffff;
  border: 1px solid #ededed; }
.testimonial8-carousel .testimonial-detail {
  position: relative;
  padding: 25px 40px 20px 40px;
  top: -30px;
  width: 85%;
  background-color: #f7b035;
  color: #fff;
  text-align: right;
  margin-left: auto; }
.testimonial8-carousel .testimonial-pic {
  background: #fff;
  width: 6rem;
  height: auto;
  position: absolute;
  display: inline-block;
  border: 5px solid #fff;
  border-radius: 100%;
  left: 20px;
  top: -45px;
  z-index: 2; }

@media screen and (max-width: 991px) {
  .testimonial8-carousel .testimonial-content {
    padding: 35px 35px 70px 35px; } }
@media screen and (max-width: 575px) {
  .testimonial8-carousel .testimonial-content {
    padding: 30px 30px 60px 30px; }
  .testimonial8-carousel .testimonial-pic {
    width: 5rem;
    border-width: 3px; }
  .testimonial8-carousel .testimonial-detail {
    width: 100%;
    padding: 25px 20px; } }
/*testimonial-9*/
.testimonial9-carousel.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }
.testimonial9-carousel .testimonial-wrappers {
  text-align: center;
  padding: 80px 50px 50px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  position: relative;
  margin: 50px 25px 50px 25px;
  z-index: 2; }
  .testimonial9-carousel .testimonial-wrappers .author-img {
    position: absolute;
    top: -45px;
    left: 0;
    right: 0; }
    .testimonial9-carousel .testimonial-wrappers .author-img img {
      width: 90px;
      height: 90px; }
  .testimonial9-carousel .testimonial-wrappers .testimonial-content {
    position: relative;
    display: block;
    z-index: 1; }
    .testimonial9-carousel .testimonial-wrappers .testimonial-content:before {
      position: absolute;
      left: 0;
      top: -55px;
      right: 0;
      font-family: Font Awesome\ 5 Free;
      content: '\f10e';
      font-weight: 600;
      color: #eeeeee;
      font-size: 110px;
      z-index: -1;
      transform: perspective(1200px) rotateY(-90deg) scale(0);
      transition: all .8s ease-out; }
  .testimonial9-carousel .testimonial-wrappers .review-box {
    position: absolute;
    left: 0;
    bottom: -15px;
    padding: 5px;
    right: 0;
    width: 150px;
    background: #f7b035;
    margin: 0 auto;
    text-align: center; }
    .testimonial9-carousel .testimonial-wrappers .review-box span {
      font-size: 12px;
      margin-right: 5px;
      color: #ffffff; }
      .testimonial9-carousel .testimonial-wrappers .review-box span:last-child {
        margin-right: 0; }
  .testimonial9-carousel .testimonial-wrappers:hover .testimonial-content:before {
    transform: perspective(1200px) rotateY(0deg) scale(1); }

@media screen and (max-width: 1199px) {
  .testimonial9-carousel .testimonial-wrappers {
    padding: 70px 40px 40px; }
    .testimonial9-carousel .testimonial-wrappers .author-img img {
      width: 80px;
      height: 80px; } }
@media screen and (max-width: 991px) {
  .testimonial9-carousel .testimonial-wrappers .testimonial-content:before {
    font-size: 100px; } }
@media screen and (max-width: 767px) {
  .testimonial9-carousel .testimonial-wrappers {
    padding: 60px 35px 40px; }
    .testimonial9-carousel .testimonial-wrappers .testimonial-content:before {
      top: -45px; } }
@media screen and (max-width: 575px) {
  .testimonial9-carousel .testimonial-wrappers {
    padding: 60px 30px 40px;
    margin: 50px 20px 50px 20px; } }
/*testimonial-10*/
.testimonial10-carousel .testimonial-wrappers {
  margin: 10px 0; }
.testimonial10-carousel .testimonial-image {
  margin: 15px 40px 0 0; }
.testimonial10-carousel .testimonial-content {
  background: #ffffff;
  padding: 40px;
  position: relative; }
  .testimonial10-carousel .testimonial-content:before {
    position: absolute;
    content: '';
    height: 40px;
    width: 40px;
    background: #ffffff;
    left: -15px;
    transform: rotate(160deg) skewX(33deg);
    top: 30px; }
  .testimonial10-carousel .testimonial-content .rating span {
    font-size: 12px;
    display: inline-block;
    margin-right: 5px;
    color: #ffbc51; }
    .testimonial10-carousel .testimonial-content .rating span:last-child {
      margin-right: 0; }

@media screen and (max-width: 1199px) {
  .testimonial10-carousel .testimonial-content {
    padding: 35px; } }
@media screen and (max-width: 991px) {
  .testimonial10-carousel .testimonial-content:before {
    height: 35px;
    width: 35px; } }
@media screen and (max-width: 575px) {
  .testimonial10-carousel .media {
    display: inline; }
  .testimonial10-carousel .testimonial-image {
    text-align: center;
    margin: 0 0 30px 0; }
  .testimonial10-carousel .testimonial-content:before {
    left: 45%;
    transform: rotate(60deg) skewX(33deg);
    top: -6px; }
  .testimonial10-carousel .testimonial-content .rating span {
    margin-right: 2px; } }
/*testimonial-11*/
.testimonial11-carousel .testimonial-box {
  z-index: 4;
  text-align: center;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  position: relative;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  margin: 15px; }
  .testimonial11-carousel .testimonial-box:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    height: 75px;
    background: #f7b035;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px; }
  .testimonial11-carousel .testimonial-box .client-img {
    width: 80px;
    height: 80px;
    margin: auto;
    overflow: hidden;
    border-radius: 50%;
    box-sizing: border-box;
    margin-bottom: 30px; }

@media screen and (max-width: 991px) {
  .testimonial11-carousel .testimonial-box .client-img {
    width: 75px;
    height: 75px;
    margin-bottom: 25px; } }
@media screen and (max-width: 767px) {
  .testimonial11-carousel .testimonial-box {
    padding: 25px; }
    .testimonial11-carousel .testimonial-box .client-img {
      margin-bottom: 20px; } }
/* testimonial-12*/
.testimonial-wrap-box {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 40px; }

.testimonial12-carousel .testimonial-wrap-box .testimonial-info {
  position: relative;
  display: block;
  width: 100%;
  padding-left: 50px; }
  .testimonial12-carousel .testimonial-wrap-box .testimonial-info:before {
    content: "";
    width: 30px;
    height: 2px;
    position: absolute;
    top: 48%;
    transform: translateY(-50%);
    left: 0;
    background-color: #ffffff; }
.testimonial12-carousel .testimonial-image {
  position: relative;
  text-align: center;
  display: block;
  width: 300px;
  height: 300px;
  margin: 0 auto; }
.testimonial12-carousel .quote-icon {
  position: absolute;
  z-index: 2;
  bottom: 0px;
  left: 50px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  background-color: #ffffff;
  transition: 0.9s;
  cursor: pointer;
  align-items: center;
  color: white;
  justify-content: center;
  text-decoration: none;
  border-radius: 50%;
  display: flex; }

@media screen and (max-width: 1199px) {
  .testimonial-wrap-box {
    padding: 35px; }

  .testimonial12-carousel .testimonial-image {
    width: 260px;
    height: 260px; } }
@media screen and (max-width: 991px) {
  .testimonial-wrap-box {
    padding: 30px; }

  .testimonial12-carousel .testimonial-image {
    width: 190px;
    height: 190px; }
  .testimonial12-carousel .quote-icon {
    left: 30px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px; } }
@media screen and (max-width: 767px) {
  .testimonial12-carousel .testimonial-image {
    width: 160px;
    height: 160px;
    margin-bottom: 30px; }
  .testimonial12-carousel .quote-icon {
    left: 20px; }
  .testimonial12-carousel .testimonial-wrap-box .testimonial-info {
    text-align: center;
    display: inline-block;
    padding-left: 0; }
    .testimonial12-carousel .testimonial-wrap-box .testimonial-info:before {
      content: none; }
    .testimonial12-carousel .testimonial-wrap-box .testimonial-info p {
      text-align: center;
      display: inline-block;
      position: relative;
      padding-left: 50px; }
      .testimonial12-carousel .testimonial-wrap-box .testimonial-info p:before {
        content: "";
        width: 30px;
        height: 2px;
        position: absolute;
        top: 48%;
        transform: translateY(-50%);
        left: 0;
        background-color: #ffffff; } }
@media screen and (max-width: 575px) {
  .testimonial-wrap-box {
    padding: 20px; }

  .testimonial12-carousel .testimonial-image {
    width: 140px;
    height: 140px;
    margin-bottom: 25px; }
  .testimonial12-carousel .quote-icon {
    left: 10px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 14px; } }
/* ===================================
    Shop
====================================== */
/* shop product detail*/
.product-detail .offer-price {
  text-decoration: line-through;
  color: red; }

/* shop product cart*/
.shop-cart-table {
  width: 100%;
  overflow-x: auto; }
  .shop-cart-table .shop-cart td {
    line-height: 26px;
    font-weight: 500;
    vertical-align: middle;
    padding: 16px 8px; }
  .shop-cart-table .shop-cart tbody tr:last-child td {
    border-bottom: none; }
  .shop-cart-table a {
    color: #f7b035; }

.table.cart-sub-total {
  border-color: transparent;
  vertical-align: middle;
  padding: 10px 30px; }
  .table.cart-sub-total td, .table.cart-sub-total th {
    border-color: transparent;
    vertical-align: middle;
    padding: 10px 30px; }
  .table.cart-sub-total td {
    padding-right: 0; }

.shop-cart-table input[type="text"] {
  height: 35px;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  text-align: center;
  width: 50px;
  margin: 0; }

/* social icon style2 */
.social-icon {
  margin-bottom: 0;
  padding: 0; }
  .social-icon li {
    text-align: center;
    margin-right: 15px;
    display: inline-block; }
    .social-icon li a {
      color: #6f6f6f;
      display: inline-block;
      font-size: 16px; }
      .social-icon li a:hover {
        color: #f7b035; }
    .social-icon li:last-child {
      margin-right: 0; }

.product-rating {
  line-height: 22px; }
  .product-rating i {
    color: #fc0;
    display: inline-block;
    margin-right: 2px;
    font-size: 14px; }

@media screen and (max-width: 767px) {
  .product-rating i {
    font-size: 13px; } }
/*widget product calculate*/
.widget-product-calculate {
  border: 1px solid #ededed;
  padding: 30px; }
  .widget-product-calculate .list-item ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 500;
    color: #282b2d;
    border-bottom: 1px solid #ededed;
    padding-bottom: 15px;
    margin-bottom: 15px; }
    .widget-product-calculate .list-item ul li:last-child {
      border-bottom: 0;
      padding-bottom: 0;
      margin-bottom: 0; }

@media screen and (max-width: 1199px) {
  .widget-product-calculate {
    padding: 25px; } }
@media screen and (max-width: 767px) {
  .widget-product-calculate .list-item ul li {
    font-size: 15px; } }
@media screen and (max-width: 575px) {
  .widget-product-calculate {
    padding: 20px; } }
/* ===================================
    Client section
====================================== */
/*client-style-01*/
.client-style-01 {
  position: relative;
  padding: 30px 0;
  text-align: center;
  width: 100%;
  height: 100%;
  display: inline-block;
  z-index: 0;
  transition-duration: .6s; }
  .client-style-01:after {
    display: block;
    position: absolute;
    content: '';
    left: -1px;
    top: -1px;
    right: 0;
    bottom: 0;
    border: 1px solid #ededed; }
  .client-style-01 .client-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    transform: scale(0.8);
    transition-duration: .6s;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    background: #ffffff; }
  .client-style-01:hover .client-overlay {
    opacity: 1;
    transform: scale(1); }

@media screen and (max-width: 991px) {
  .client-style-01 {
    padding: 25px 0; } }
@media screen and (max-width: 575px) {
  .client-style-01 {
    padding: 20px 0; } }
/*client-style-02*/
.client-style-02 {
  padding: 30px;
  background: #ffffff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%; }
  .client-style-02 .client-icon {
    width: 160px;
    text-align: center;
    border: 1px solid #ededed;
    display: table-cell;
    vertical-align: middle;
    padding: 0 5px; }
  .client-style-02 .client-content {
    display: table-cell;
    vertical-align: middle;
    padding-left: 30px; }

@media screen and (max-width: 1199px) {
  .client-style-02 {
    padding: 25px; } }
@media screen and (max-width: 767px) {
  .client-style-02 .client-icon {
    display: block;
    margin: 0 auto;
    margin-bottom: 25px; }
  .client-style-02 .client-content {
    padding-left: 0;
    text-align: center; } }
@media screen and (max-width: 575px) {
  .client-style-02 {
    padding: 20px; }
    .client-style-02 .client-icon {
      width: 140px; } }
/* ===================================
    Story video
====================================== */
.story-video {
  height: 100%; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.fullscreen-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -100; }

.fullscreen-bg__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@media (min-aspect-ratio: 16 / 9) {
  .fullscreen-bg__video {
    height: 300%;
    top: -100%; } }
@media (max-aspect-ratio: 16 / 9) {
  .fullscreen-bg__video {
    width: 300%;
    left: -100%; } }
.video_btn {
  position: relative;
  height: 80px;
  width: 80px;
  background: #f7b035;
  text-align: center;
  display: inline-block;
  line-height: 80px;
  color: #fff;
  border-radius: 50%;
  transition-duration: 0s;
  -ms-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s; }
  .video_btn:hover i, .video_btn:focus i {
    color: #fff; }
  .video_btn:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 80px;
    width: 80px;
    border: 2px solid #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: .3;
    animation: pulse-border 1500ms ease-out infinite; }
  .video_btn:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 95px;
    width: 95px;
    border: 2px solid #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: .3;
    animation: pulse-border 1500ms ease-out infinite; }
  .video_btn.small {
    width: 50px;
    height: 50px;
    line-height: 50px; }
    .video_btn.small:after {
      height: 50px;
      width: 50px; }
    .video_btn.small:before {
      height: 65px;
      width: 65px; }

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0; } }
@media screen and (max-width: 1199px) {
  .video_btn {
    height: 75px;
    width: 75px;
    line-height: 75px; }
    .video_btn:after {
      height: 75px;
      width: 75px; }
    .video_btn:before {
      height: 90px;
      width: 90px; } }
@media screen and (max-width: 991px) {
  .video_btn {
    height: 70px;
    width: 70px;
    line-height: 70px; }
    .video_btn:after {
      height: 70px;
      width: 70px; }
    .video_btn:before {
      height: 85px;
      width: 85px; }

  @keyframes pulse-border {
    0% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1); }
    100% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.2); } } }
@media screen and (max-width: 767px) {
  .video_btn {
    height: 60px;
    width: 60px;
    line-height: 60px; }
    .video_btn:after {
      height: 60px;
      width: 60px; }
    .video_btn:before {
      height: 75px;
      width: 75px; } }
/* ===================================
    Portfolio
====================================== */
/*portfolio-style-01*/
.portfolio-style-01 {
  position: relative; }
  .portfolio-style-01 .portfolio-content {
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: -30px;
    background-color: #ffffff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    padding: 20px;
    transition: all .4s ease-out;
    text-align: center; }
  .portfolio-style-01:hover .hover-layer {
    top: 0;
    margin-top: 0; }
  .portfolio-style-01 .hover-layer {
    position: absolute;
    left: 0px;
    right: 0;
    top: 100%;
    margin-top: 40px;
    background-color: #ffffff; }
  .portfolio-style-01 .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: -40px;
    text-align: center;
    transition: all .6s ease-out;
    transform: translateY(10px);
    opacity: 0;
    visibility: hidden;
    background-position: center center;
    background-color: #ffffff;
    background-size: cover;
    z-index: 10; }
    .portfolio-style-01 .overlay-box:before {
      position: absolute;
      content: '';
      left: 10px;
      top: 10px;
      right: 10px;
      bottom: 10px;
      background-color: rgba(247, 176, 53, 0.9); }
  .portfolio-style-01 .overlay-inner {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 45px; }
    .portfolio-style-01 .overlay-inner .content {
      position: relative;
      display: table-cell;
      vertical-align: middle; }
      .portfolio-style-01 .overlay-inner .content a {
        color: #ffffff; }
  .portfolio-style-01.overlay-inner .content a:hover {
    color: rgba(226, 226, 226, 0.9); }
  .portfolio-style-01:hover .overlay-box {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px); }

@media screen and (max-width: 991px) {
  .portfolio-style-01 .portfolio-content {
    left: 20px;
    right: 20px; } }
@media screen and (max-width: 767px) {
  .portfolio-style-01 .overlay-inner {
    padding: 10px 35px; } }
/* ===================================
    Pagination
====================================== */
.pagination {
  border-radius: 0;
  padding: 0;
  margin: 0; }
  .pagination ul {
    display: inline-block;
    margin: 0 auto;
    padding: 0; }
  .pagination li {
    display: inline; }
  .pagination a {
    float: left;
    font-size: 16px;
    padding: 0 18px;
    line-height: 40px;
    text-decoration: none;
    font-weight: 500;
    border: 1px solid #ededed;
    background: #fff;
    color: #575a7b; }
    .pagination a:hover {
      background-color: #f7b035;
      border: 1px solid #f7b035;
      color: #ffffff; }
  .pagination .active a {
    background-color: #f7f7f7;
    color: #002147;
    border: 1px solid #ededed;
    cursor: default; }

@media screen and (max-width: 575px) {
  .pagination a {
    padding: 0 13px;
    font-size: 14px; } }
/* ===================================
    Owl carousel
====================================== */
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 30px; }
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #f7b035; }

.owl-nav i, .owl-nav span {
  color: #232323;
  font-size: 28px; }

.owl-carousel .owl-item img {
  width: auto;
  display: inline-block; }

/*owl-thumb*/
.owl-thumbs button {
  border: none; }
  .owl-thumbs button img {
    opacity: .5; }
  .owl-thumbs button.active img {
    opacity: 1; }

.owl-thumb-item {
  cursor: pointer; }

/*about-carousel*/
.about-carousel {
  position: relative; }
  .about-carousel .owl-nav button.owl-next {
    text-align: center;
    width: 50px;
    height: 50px;
    background: #f7b035;
    position: absolute;
    line-height: 8px;
    right: 0;
    bottom: 163px;
    border-radius: 0;
    margin: 0; }
  .about-carousel .owl-nav button.owl-prev {
    text-align: center;
    width: 50px;
    height: 50px;
    background: #f7b035;
    position: absolute;
    line-height: 8px;
    right: 50px;
    bottom: 163px;
    border-radius: 0;
    margin: 0;
    margin-right: 1px; }
  .about-carousel .owl-nav i {
    color: #ffffff; }
  .about-carousel.owl-theme .owl-nav .owl-next:hover, .about-carousel.owl-theme .owl-nav .owl-prev:hover {
    background: #f7b035; }

@media screen and (max-width: 1199px) {
  .about-carousel .owl-nav button.owl-next, .about-carousel .owl-nav button.owl-prev {
    bottom: 185px; } }
@media screen and (max-width: 991px) {
  .about-carousel .owl-nav button.owl-next, .about-carousel .owl-nav button.owl-prev {
    bottom: 163px; } }
/*testimonial12-carousel*/
.testimonial-carousel.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px; }
.testimonial-carousel.owl-theme .owl-dots .owl-dot.active span, .testimonial-carousel.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #232323;
  border-color: transparent;
  transform: scale(0.9); }

/*portfolio2-carousel*/
.portfolio2-carousel {
  position: relative; }
  .portfolio2-carousel.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0;
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    top: 50%;
    transform: translate3d(0px, -50%, 0);
    z-index: 10;
    left: -50px;
    display: flex;
    align-items: center;
    flex-direction: column; }
  .portfolio2-carousel.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    cursor: pointer; }
    .portfolio2-carousel.owl-theme .owl-dots .owl-dot span {
      display: inline-block;
      width: 16px;
      height: 16px;
      box-sizing: border-box;
      background-color: #ffffff;
      border: 3px solid transparent;
      border-radius: 50%;
      transform: scale(0.6);
      transition: .3s;
      margin: 3px; }
    .portfolio2-carousel.owl-theme .owl-dots .owl-dot.active span {
      background-color: transparent;
      border-color: #ffffff;
      transform: scale(0.9); }

.owl-theme .owl-dots .owl-dot:hover span {
  background-color: transparent;
  border-color: #ffffff;
  transform: scale(0.9); }

/*portfolio3-carousel*/
.portfolio3-carousel {
  position: relative; }
  .portfolio3-carousel.owl-theme .owl-nav .owl-next {
    height: 50px;
    width: 50px;
    background: #f7b035;
    font-size: 28px;
    color: #111111;
    position: absolute;
    left: auto;
    right: 35px;
    top: 40%;
    line-height: 50px;
    text-align: center;
    margin: 0;
    border-radius: 0; }
  .portfolio3-carousel.owl-theme .owl-nav .owl-prev {
    height: 50px;
    width: 50px;
    background: #f7b035;
    font-size: 28px;
    color: #111111;
    position: absolute;
    left: 35px;
    top: 40%;
    line-height: 50px;
    text-align: center;
    margin: 0;
    border-radius: 0; }
  .portfolio3-carousel.owl-theme .owl-nav i {
    color: #ffffff;
    font-size: 25px;
    line-height: 35px; }
  .portfolio3-carousel.owl-theme .owl-nav .owl-next:hover, .portfolio3-carousel.owl-theme .owl-nav .owl-prev:hover {
    background: #f7b035; }

/*testimonial4-carousel*/
.testimonial4-carousel.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 30px; }
.testimonial4-carousel.owl-theme .owl-dots .owl-dot span {
  display: inline-block;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  background-color: #ffffff;
  border: 3px solid #ffffff;
  border-radius: 50%;
  transform: scale(0.6);
  transition: .3s;
  margin: 5px; }
.testimonial4-carousel.owl-theme .owl-dots .owl-dot.active span {
  background-color: transparent;
  border-color: #ffffff;
  transform: scale(0.9); }

.owl-theme .owl-dots .owl-dot:hover span {
  background-color: transparent;
  border-color: #ffffff;
  transform: scale(0.9); }

/*blog-carousel*/
.blog-carousel {
  position: relative; }
  .blog-carousel.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0;
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    top: 50%;
    transform: translate3d(0px, -50%, 0);
    z-index: 10;
    right: 80px;
    display: flex;
    align-items: center;
    flex-direction: column; }
  .blog-carousel.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    cursor: pointer; }
    .blog-carousel.owl-theme .owl-dots .owl-dot span {
      display: inline-block;
      width: 16px;
      height: 16px;
      box-sizing: border-box;
      background-color: #f7b035;
      border: 3px solid transparent;
      border-radius: 50%;
      transform: scale(0.6);
      transition: .3s;
      margin: 3px; }
    .blog-carousel.owl-theme .owl-dots .owl-dot.active span, .blog-carousel.owl-theme .owl-dots .owl-dot:hover span {
      background-color: transparent;
      border-color: #f7b035;
      transform: scale(0.9); }

@media screen and (max-width: 1199px) {
  .blog-carousel.owl-theme .owl-nav.disabled + .owl-dots {
    right: 60px; } }
@media screen and (max-width: 991px) {
  .blog-carousel.owl-theme .owl-nav.disabled + .owl-dots {
    position: relative;
    display: block;
    transform: translate3d(0, 0, 0);
    right: 0;
    margin-top: 30px; } }
/*service2-carousel*/
.service2-carousel {
  position: relative; }
  .service2-carousel.owl-theme .owl-nav .owl-next, .service2-carousel.owl-theme .owl-nav .owl-prev {
    text-align: center;
    width: 40px;
    height: 40px;
    background: #f7b035;
    vertical-align: top;
    border-radius: 0; }
  .service2-carousel.owl-theme .owl-nav i {
    color: #ffffff;
    font-size: 25px;
    line-height: 35px; }
  .service2-carousel.owl-theme .owl-nav .owl-next:hover, .service2-carousel.owl-theme .owl-nav .owl-prev:hover {
    background: #f7b035; }

/*testimonial6-carousel*/
.testimonial6-carousel {
  position: relative; }
  .testimonial6-carousel .owl-nav button.owl-next {
    text-align: center;
    width: 50px;
    height: 50px;
    background: #f7b035;
    position: absolute;
    line-height: 8px;
    right: -60px;
    bottom: -70px;
    border-radius: 0;
    margin: 0; }
  .testimonial6-carousel .owl-nav button.owl-prev {
    text-align: center;
    width: 50px;
    height: 50px;
    background: #f7b035;
    position: absolute;
    line-height: 8px;
    right: -11px;
    bottom: -70px;
    border-radius: 0;
    margin: 0;
    margin-right: 2px; }
  .testimonial6-carousel.owl-theme .owl-nav {
    margin-top: 0; }
  .testimonial6-carousel .owl-nav i {
    color: #ffffff; }
  .testimonial6-carousel.owl-theme .owl-nav:hover .owl-next, .testimonial6-carousel.owl-theme .owl-nav:hover .owl-prev {
    background: #f7b035; }

@media screen and (max-width: 1199px) {
  .testimonial6-carousel .owl-nav button.owl-prev {
    right: 0;
    bottom: -50px; }
  .testimonial6-carousel .owl-nav button.owl-next {
    right: -50px;
    bottom: -50px; } }
@media screen and (max-width: 991px) {
  .testimonial6-carousel .owl-nav button.owl-prev {
    right: 5px;
    bottom: -40px;
    width: 45px;
    height: 45px; }
  .testimonial6-carousel .owl-nav button.owl-next {
    right: -40px;
    bottom: -40px;
    width: 45px;
    height: 45px; } }
@media screen and (max-width: 767px) {
  .testimonial6-carousel .owl-nav button.owl-prev {
    right: 10px;
    bottom: -35px; }
  .testimonial6-carousel .owl-nav button.owl-next {
    right: -35px;
    bottom: -35px; } }
@media screen and (max-width: 575px) {
  .testimonial6-carousel .owl-nav button.owl-prev {
    right: 10px;
    bottom: -30px;
    width: 40px;
    height: 40px; }
  .testimonial6-carousel .owl-nav button.owl-next {
    right: -30px;
    bottom: -30px;
    width: 40px;
    height: 40px; } }
/*testimonial12-carousel*/
.testimonial12-carousel.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px; }
.testimonial12-carousel.owl-theme .owl-dots .owl-dot.active span {
  background-color: #ffffff;
  border-color: transparent;
  transform: scale(0.9); }

.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #ffffff;
  border-color: transparent;
  transform: scale(0.9); }

/* ===================================
    Accordion style
====================================== */
.accordion .card {
  background: transparent;
  box-shadow: none;
  margin-bottom: 20px;
  border: 0;
  border-radius: 0; }
  .accordion .card:last-child {
    margin-bottom: 0; }
.accordion .card-header {
  border: 0;
  padding: 0;
  background: none; }
.accordion .accordion-collapse {
  border: none; }
.accordion .accordion-button {
  border-bottom: none;
  color: #ffffff;
  font-size: 16px;
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
  white-space: normal;
  box-shadow: none;
  line-height: 28px;
  font-weight: 500;
  padding: 15px 20px;
  text-decoration: none;
  background: #f7b035;
  border: 0;
  border-radius: 0; }
  .accordion .accordion-button:hover {
    text-decoration: none; }
  .accordion .accordion-button.collapsed {
    background: #ffffff;
    color: #282b2d;
    border: 1px solid #ededed; }
    .accordion .accordion-button.collapsed:after {
      background: #f7b035;
      border: none;
      content: "+";
      right: 20px;
      left: inherit;
      font-size: 18px;
      height: 24px;
      line-height: 24px;
      transform: none;
      width: 24px;
      top: 17px;
      text-align: center;
      color: #ffffff; }
  .accordion .accordion-button:after {
    background: #ffffff;
    border: none;
    content: "-";
    right: 20px;
    left: inherit;
    font-size: 18px;
    border: 1px solid #ffffff;
    height: 24px;
    transform: none;
    line-height: 24px;
    width: 24px;
    top: 17px;
    position: absolute;
    color: #f7b035;
    text-align: center;
    border-radius: 0; }
.accordion .card-body {
  font-size: 15px;
  padding: 25px;
  line-height: 28px;
  text-align: left;
  border-top: 0;
  border-bottom: 1px solid #ededed;
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed; }

@media screen and (max-width: 1199px) {
  .accordion .accordion-button {
    font-size: 16px; } }
@media screen and (max-width: 991px) {
  .accordion .accordion-button {
    padding: 10px 15px; }
    .accordion .accordion-button.collapsed:after, .accordion .accordion-button:after {
      right: 15px;
      font-size: 16px;
      height: 22px;
      line-height: 22px;
      width: 22px;
      top: 13px; } }
@media screen and (max-width: 575px) {
  .accordion .accordion-button {
    padding: 10px 40px 10px 15px; } }
/*accordion-style2*/
.accordion-style2 .card {
  background: transparent;
  box-shadow: none;
  margin-top: 0 !important;
  border: none; }

.accordion-button:focus {
  box-shadow: none; }

.accordion-style2 .card-header {
  border: 0px;
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  background: none; }
.accordion-style2 .accordion-button {
  background: #eff3f9 !important;
  color: #282b2d;
  font-size: 14px;
  line-height: 20px;
  position: relative;
  border: none;
  display: block;
  width: 100%;
  text-align: left;
  white-space: normal;
  border-radius: 0;
  padding: 15px 30px 15px 15px;
  text-decoration: none; }
  .accordion-style2 .accordion-button:hover {
    background: #eff3f9 !important;
    border: none;
    text-decoration: none; }
  .accordion-style2 .accordion-button.collapsed:after {
    background: none;
    content: "+";
    right: 15px;
    left: inherit;
    font-size: 20px;
    height: auto;
    transform: none;
    width: auto;
    top: 15px; }
  .accordion-style2 .accordion-button:after {
    background: none;
    content: "-";
    right: 17px;
    left: inherit;
    font-size: 20px;
    height: auto;
    transform: none;
    width: auto;
    top: 15px;
    position: absolute;
    color: #282b2d; }
.accordion-style2 .card-body {
  padding: 1.5rem;
  text-align: left;
  background: #f7faff; }

/* ===================================
    Tabs
====================================== */
ul.resp-tabs-list {
  margin: 0px;
  padding: 0px;
  padding-left: 0; }

.resp-tabs-list li {
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  padding: 8px 15px;
  margin: 0 4px 0 0;
  list-style: none;
  cursor: pointer;
  min-width: 180px; }
  .resp-tabs-list li:last-child {
    margin-right: 0; }
  .resp-tabs-list li i {
    font-size: 28px;
    margin-bottom: 8px;
    color: #6f6f6f; }

.resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  clear: left; }

.resp-tab-content {
  display: none;
  padding: 40px 0 40px 0; }

.resp-tabs-list li.resp-tab-active {
  background: #00baee;
  background: linear-gradient(-45deg, #00baee, #8089ff);
  padding: 15px 20px 13px 20px;
  color: #00baee; }
  .resp-tabs-list li.resp-tab-active i {
    color: #fff; }

.resp-content-active, .resp-accordion-active {
  display: block; }

.resp-tab-content {
  float: left;
  width: 100%; }

h2.resp-accordion {
  background: #fff !important;
  cursor: pointer;
  display: none;
  font-size: 16px;
  border: 1px solid #ededed;
  border-top: 0px solid #ededed;
  margin: 0px;
  padding: 15px 21px;
  float: left;
  width: 100%; }
h2.resp-tab-active {
  border-bottom: 0px solid #e4e4e4 !important;
  background: #f7b035 !important;
  color: #fff; }
h2.resp-tab-title:last-child {
  border-bottom: 12px solid #e4e4e4 !important;
  background: #00baee; }

.resp-arrow {
  border-color: transparent #232323 #232323 transparent;
  border-style: solid;
  border-width: 0 1px 1px 0;
  float: right;
  display: block;
  height: 8px;
  transform: rotate(45deg);
  width: 8px;
  margin-top: 4px; }

h2.resp-tab-active span.resp-arrow {
  border-color: #fff transparent transparent #fff;
  border-style: solid;
  border-width: 1px 0 0 1px;
  float: right;
  display: block;
  height: 8px;
  transform: rotate(45deg);
  width: 8px;
  margin-top: 7px; }

.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 30%; }
.resp-vtabs .resp-tabs-list li {
  display: block;
  padding: 15px 15px !important;
  margin: 0 0 4px;
  cursor: pointer;
  float: none; }
.resp-vtabs .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  border: 1px solid #2380fb !important;
  float: left;
  width: 70%;
  min-height: 250px;
  clear: none; }
.resp-vtabs .resp-tab-content {
  border: none;
  word-wrap: break-word; }
.resp-vtabs li.resp-tab-active {
  position: relative;
  z-index: 1;
  margin-right: -1px !important;
  padding: 14px 15px 15px 11px !important;
  border-top: 1px solid;
  border: 1px solid #2380fb !important;
  border-left: 4px solid #2380fb !important;
  margin-bottom: 4px !important;
  border-right: 1px #FFF solid !important; }

.resp-arrow {
  border-color: transparent #232323 #232323 transparent;
  border-style: solid;
  border-width: 0 1px 1px 0;
  float: right;
  display: block;
  height: 8px;
  transform: rotate(45deg);
  width: 8px;
  margin-top: 4px; }

h2.resp-tab-active span.resp-arrow {
  border-color: #fff transparent transparent #fff;
  border-style: solid;
  border-width: 1px 0 0 1px;
  float: right;
  display: block;
  height: 8px;
  transform: rotate(45deg);
  width: 8px;
  margin-top: 10px; }

.resp-tab-content-active {
  display: block;
  border-color: 1px solid #ececec !important; }

h2.resp-accordion:first-child {
  border-top: 1px solid #ededed; }
h2.resp-accordion.resp-tab-active {
  border-color: #f7b035 !important; }

/* change the breakpoint to set the accordion */
@media screen and (max-width: 767px) {
  ul.resp-tabs-list {
    display: none; }

  h2.resp-accordion {
    display: block; }
    h2.resp-accordion i {
      margin-right: 8px;
      font-size: 18px; }

  .resp-vtabs .resp-tab-content {
    border: 1px solid #C1C1C1; }
  .resp-vtabs .resp-tabs-container {
    border: none !important;
    float: none;
    width: 100%;
    min-height: 100px;
    clear: none; }

  .resp-accordion-closed {
    display: none !important; }

  .resp-vtabs .resp-tab-content:last-child {
    border-bottom: 1px solid #ededed !important; }

  .resp-tab-content {
    background-color: #fff; } }
/* tab-style1 */
.tab-style1 ul.resp-tabs-list {
  float: left;
  width: 100%; }
.tab-style1 .resp-tabs-list li {
  padding: 15px 25px 13px 25px !important;
  margin: 0 !important;
  cursor: pointer;
  float: left;
  background: #fff !important;
  border: 1px solid #ededed;
  min-width: auto; }
.tab-style1 .resp-tabs-container {
  padding: 0px;
  background-color: transparent;
  border: none !important;
  float: left;
  width: 100%;
  min-height: auto;
  clear: none; }
.tab-style1 .resp-tab-content {
  border: none;
  word-wrap: break-word;
  padding: 0; }
.tab-style1 li.resp-tab-active {
  position: relative;
  z-index: 1;
  margin-right: 0 !important;
  padding: 15px 25px !important;
  border: none !important;
  display: inline-block;
  background: #f7b035 !important;
  color: white; }

@media screen and (max-width: 991px) {
  .tab-style1 ul.resp-tabs-list {
    max-width: 100%;
    text-align: center;
    /*margin: 0 auto 30px auto;*/
    width: 225px;
    float: none;
    display: inline-block; }
  .tab-style1 .resp-tabs-container {
    padding-left: 0;
    width: 100%; }
  .tab-style1 .resp-tabs-list li {
    padding: 10px 25px 8px 25px !important; }
  .tab-style1 li.resp-tab-active {
    padding: 10px 25px !important; } }
@media screen and (max-width: 767px) {
  .tab-style1 ul.resp-tabs-list {
    display: none; }
  .tab-style1 .resp-tab-content {
    border: 1px solid #ededed !important;
    padding: 30px; }
  .tab-style1.resp-vtabs .resp-tab-content:last-child {
    border-color: #ededed !important; }

  .tab-style2 h2.resp-accordion {
    border-color: #ededed !important; } }
@media screen and (max-width: 575px) {
  .tab-style1 .resp-tab-content {
    padding: 20px; } }
/* tab-style2 */
.tab-style2 .resp-tabs-list li {
  position: relative;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  display: inline-block;
  padding: 25px 15px;
  margin: 0;
  font-size: 16px;
  margin-right: 10px;
  list-style: none;
  cursor: pointer;
  min-width: 150px;
  color: #282b2d;
  background: #ffffff;
  white-space: normal;
  word-break: break-word;
  border: 1px solid #ededed;
  width: 150px;
  min-height: 130px;
  vertical-align: top; }
  .tab-style2 .resp-tabs-list li.resp-tab-active {
    color: #ffffff;
    border: none;
    position: relative;
    background: #f7b035; }
  .tab-style2 .resp-tabs-list li i {
    font-size: 24px;
    vertical-align: middle;
    margin-bottom: 15px;
    display: block;
    font-weight: 600;
    color: #f7b035; }
  .tab-style2 .resp-tabs-list li.resp-tab-active i {
    color: #fff; }
  .tab-style2 .resp-tabs-list li.resp-tab-active:after {
    display: block;
    content: "";
    position: absolute;
    bottom: -7px;
    left: 50%;
    width: 13px;
    height: 13px;
    border-width: 0 0 1px 1px;
    transform: translateX(-50%) rotate(-45deg);
    transition-delay: 0.07s;
    background: #f7b035; }
.tab-style2 ul.resp-tabs-list {
  text-align: center;
  margin-bottom: 60px;
  display: inline-block;
  width: 100%; }
  .tab-style2 ul.resp-tabs-list.text-left {
    padding-left: 15px; }
  .tab-style2 ul.resp-tabs-list li:last-child {
    margin-right: 0; }
.tab-style2 .resp-tab-content {
  background: #ffffff;
  border: 1px solid #ededed;
  padding: 30px;
  width: 80%;
  float: none;
  margin: 0 auto; }
.tab-style2 .resp-tabs-container {
  background: unset; }

@media screen and (max-width: 1199px) {
  .tab-style2 .resp-tab-content {
    width: 100%; } }
/* change the breakpoint to set the accordion */
@media screen and (max-width: 991px) {
  .tab-style2 h2.resp-tab-active.resp-accordion i {
    color: #ffffff; }
  .tab-style2 ul.resp-tabs-list {
    display: none; }
  .tab-style2 h2.resp-accordion {
    display: block;
    float: none;
    font-weight: 500;
    font-size: 16px; }
    .tab-style2 h2.resp-accordion i {
      margin-right: 15px;
      font-size: 18px;
      vertical-align: middle;
      color: #f7b035;
      font-weight: 600; }
  .tab-style2 .resp-vtabs .resp-tab-content {
    border: 1px solid #C1C1C1; }
  .tab-style2 .resp-vtabs .resp-tabs-container {
    border: none !important;
    float: none;
    width: 100%;
    min-height: 100px;
    clear: none; }
  .tab-style2 .resp-accordion-closed {
    display: none !important; }
  .tab-style2 .resp-vtabs .resp-tab-content:last-child {
    border-bottom: 1px solid #ededed !important; }
  .tab-style2 .resp-tab-content {
    background-color: #fff; } }
@media screen and (max-width: 575px) {
  .tab-style2 .resp-tab-content {
    padding: 20px; }
  .tab-style2 h2.resp-accordion {
    font-size: 14px; }
    .tab-style2 h2.resp-accordion i {
      margin-right: 10px;
      font-size: 16px; } }
/* tab-style3 */
.tab-style3 .resp-tabs-list li {
  position: relative;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  display: inline-block;
  padding: 25px 15px;
  margin: 0;
  font-size: 16px;
  margin-right: 10px;
  list-style: none;
  cursor: pointer;
  min-width: 150px;
  color: #282b2d;
  background: #ffffff;
  white-space: normal;
  word-break: break-word;
  border: 1px solid #ededed;
  width: 150px;
  min-height: 130px;
  vertical-align: top; }
  .tab-style3 .resp-tabs-list li.resp-tab-active {
    color: #ffffff;
    border: none;
    position: relative;
    background: #f7b035; }
  .tab-style3 .resp-tabs-list li i {
    font-size: 24px;
    vertical-align: middle;
    margin-bottom: 15px;
    display: block;
    font-weight: 600;
    color: #f7b035; }
  .tab-style3 .resp-tabs-list li.resp-tab-active i {
    color: #fff; }
  .tab-style3 .resp-tabs-list li.resp-tab-active:after {
    display: block;
    content: "";
    position: absolute;
    bottom: -7px;
    left: 50%;
    width: 13px;
    height: 13px;
    border-width: 0 0 1px 1px;
    transform: translateX(-50%) rotate(-45deg);
    transition-delay: 0.07s;
    background: #f7b035; }
.tab-style3 ul.resp-tabs-list {
  text-align: center;
  margin-bottom: 60px;
  display: inline-block;
  width: 100%; }
  .tab-style3 ul.resp-tabs-list.text-left {
    padding-left: 15px; }
  .tab-style3 ul.resp-tabs-list li:last-child {
    margin-right: 0; }
.tab-style3 .resp-tab-content {
  background: #ffffff;
  border: none;
  padding: 0;
  width: 100%;
  float: none;
  margin: 0 auto; }
.tab-style3 .resp-tabs-container {
  background: unset; }

/* change the breakpoint to set the accordion */
@media screen and (max-width: 991px) {
  .tab-style3 h2.resp-tab-active.resp-accordion i {
    color: #ffffff; }
  .tab-style3 ul.resp-tabs-list {
    display: none; }
  .tab-style3 h2.resp-accordion {
    display: block;
    float: none;
    font-weight: 500;
    font-size: 16px;
    width: 90%;
    margin: 0 auto; }
    .tab-style3 h2.resp-accordion i {
      margin-right: 15px;
      font-size: 18px;
      vertical-align: middle;
      color: #f7b035;
      font-weight: 600; }
  .tab-style3 .resp-vtabs .resp-tab-content {
    border: 1px solid #C1C1C1; }
  .tab-style3 .resp-vtabs .resp-tabs-container {
    border: none !important;
    float: none;
    width: 100%;
    min-height: 100px;
    clear: none; }
  .tab-style3 .resp-accordion-closed {
    display: none !important; }
  .tab-style3 .resp-vtabs .resp-tab-content:last-child {
    border-bottom: 1px solid #ededed !important; }
  .tab-style3 .resp-tab-content {
    background-color: #fff;
    padding: 30px;
    width: 90%;
    border: 1px solid #ededed; } }
@media screen and (max-width: 575px) {
  .tab-style3 .resp-tab-content {
    padding: 20px;
    width: 95%; }
  .tab-style3 h2.resp-accordion {
    font-size: 14px;
    width: 95%; }
    .tab-style3 h2.resp-accordion i {
      margin-right: 10px;
      font-size: 16px; } }
/* tab-style4 */
.tab-style4 .resp-tabs-list li {
  position: relative;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  display: inline-block;
  padding: 25px 15px;
  margin: 0;
  font-size: 16px;
  margin-right: 10px;
  list-style: none;
  cursor: pointer;
  min-width: 150px;
  color: #282b2d;
  background: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  white-space: normal;
  word-break: break-word;
  border: 1px solid #ededed;
  width: 200px;
  min-height: 120px;
  vertical-align: top; }
  .tab-style4 .resp-tabs-list li.resp-tab-active {
    color: #ffffff;
    border: none;
    position: relative;
    background: #f7b035; }
  .tab-style4 .resp-tabs-list li i {
    font-size: 25px;
    vertical-align: middle;
    margin-bottom: 20px;
    display: block;
    font-weight: 500;
    color: #f7b035; }
  .tab-style4 .resp-tabs-list li.resp-tab-active i {
    color: #fff; }
  .tab-style4 .resp-tabs-list li.resp-tab-active:after {
    display: block;
    content: "";
    position: absolute;
    bottom: -7px;
    left: 50%;
    width: 13px;
    height: 13px;
    border-width: 0 0 1px 1px;
    transform: translateX(-50%) rotate(-45deg);
    transition-delay: 0.07s;
    background: #f7b035; }
.tab-style4 ul.resp-tabs-list {
  text-align: center;
  margin-bottom: 60px;
  display: inline-block;
  width: 100%; }
  .tab-style4 ul.resp-tabs-list.text-left {
    padding-left: 15px; }
  .tab-style4 ul.resp-tabs-list li:last-child {
    margin-right: 0; }
.tab-style4 .resp-tab-content {
  background: #ffffff;
  border: 1px solid #ededed;
  padding: 40px;
  width: 85%;
  float: none;
  margin: 0 auto;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); }
.tab-style4 .resp-tabs-container {
  background: unset; }

@media screen and (max-width: 1199px) {
  .tab-style4 .resp-tab-content {
    width: 100%; } }
/* change the breakpoint to set the accordion */
@media screen and (max-width: 991px) {
  .tab-style4 .resp-tab-content {
    padding: 25px; }
  .tab-style4 h2.resp-tab-active.resp-accordion i {
    color: #ffffff; }
  .tab-style4 ul.resp-tabs-list {
    display: none; }
  .tab-style4 h2.resp-accordion {
    display: block;
    float: none;
    font-weight: 500;
    font-size: 18px; }
    .tab-style4 h2.resp-accordion i {
      margin-right: 15px;
      font-size: 18px;
      vertical-align: middle;
      color: #f7b035; }
  .tab-style4 .resp-vtabs .resp-tab-content {
    border: 1px solid #C1C1C1; }
  .tab-style4 .resp-vtabs .resp-tabs-container {
    border: none !important;
    float: none;
    width: 100%;
    min-height: 100px;
    clear: none; }
  .tab-style4 .resp-accordion-closed {
    display: none !important; }
  .tab-style4 .resp-vtabs .resp-tab-content:last-child {
    border-bottom: 1px solid #ededed !important; }
  .tab-style4 .resp-tab-content {
    background-color: #fff; } }
@media screen and (max-width: 575px) {
  .tab-style4 .resp-tab-content {
    padding: 20px; }
  .tab-style4 h2.resp-accordion {
    font-size: 16px; }
    .tab-style4 h2.resp-accordion i {
      margin-right: 10px; } }
/* tab-style5 */
.tab-style5 .resp-tabs-list li {
  position: relative;
  font-size: 16px;
  line-height: 20px;
  text-transform: capitalize;
  font-weight: 600;
  display: inline-block;
  padding: 15px;
  margin: 0 4px 0 0;
  list-style: none;
  cursor: pointer;
  min-width: auto;
  color: #ffffff;
  background: #f7b035; }
  .tab-style5 .resp-tabs-list li.resp-tab-active {
    background-color: #fff;
    color: #00baee;
    border-top: 1px solid #ededed !important;
    border-left: 1px solid #ededed !important;
    border-right: 1px solid #ededed !important; }
    .tab-style5 .resp-tabs-list li.resp-tab-active:before {
      content: "";
      background: #f7b035;
      height: 3px;
      width: 100%;
      position: absolute;
      top: -1px;
      left: 0;
      margin: 0 auto;
      right: 0; }
.tab-style5 .img-effect:hover {
  transform: translateY(-8px); }
.tab-style5 .box-shadow-primary {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1); }

@media screen and (min-width: 992px) {
  .tab-style5 ul.resp-tabs-list {
    text-align: left; }
    .tab-style5 ul.resp-tabs-list.text-left {
      padding-left: 15px; }
    .tab-style5 ul.resp-tabs-list li:last-child {
      margin-right: 0; }
    .tab-style5 ul.resp-tabs-list li.resp-tab-active {
      color: #f7b035; }
  .tab-style5 .resp-tab-content {
    margin-top: 0;
    border: 1px solid #ededed;
    padding: 25px;
    border-radius: 4px;
    border-top-left-radius: 0; } }
@media screen and (max-width: 991px) {
  .tab-style5 .resp-tabs-container {
    border-top: none; }
  .tab-style5 ul.resp-tabs-list {
    display: none; }
  .tab-style5 h2.resp-accordion {
    display: block; }
    .tab-style5 h2.resp-accordion i {
      margin-right: 8px;
      font-size: 18px; }
  .tab-style5 .resp-accordion-closed {
    display: none !important; }
  .tab-style5 .resp-tab-content {
    padding: 25px;
    border: 1px solid #ededed; } }
@media screen and (max-width: 767px) {
  .tab-style5 h2.resp-accordion {
    font-size: 14px; } }
@media screen and (max-width: 575px) {
  .tab-style5 .resp-tab-content {
    padding: 20px; } }
/* tab-style6 */
.tab-style6 .resp-tabs-list li {
  position: relative;
  font-size: 16px;
  line-height: 20px;
  text-transform: capitalize;
  font-weight: 600;
  display: inline-block;
  padding: 15px;
  margin: 0;
  list-style: none;
  cursor: pointer;
  min-width: auto;
  color: #f7b035;
  background: #ffffff; }
  .tab-style6 .resp-tabs-list li.resp-tab-active {
    background-color: #f7b035;
    color: #00baee;
    border-top: 1px solid #f7b035 !important;
    border-left: 1px solid #f7b035 !important;
    border-right: 1px solid #f7b035 !important; }

@media screen and (min-width: 992px) {
  .tab-style6 ul.resp-tabs-list li.resp-tab-active {
    color: #ffffff; }
  .tab-style6 .resp-tab-content {
    margin-top: 0;
    border: 1px solid #ededed;
    padding: 0; } }
@media screen and (max-width: 991px) {
  .tab-style6 .resp-tabs-container {
    border-top: none; }
  .tab-style6 ul.resp-tabs-list {
    display: none; }
  .tab-style6 h2.resp-accordion {
    display: block; }
    .tab-style6 h2.resp-accordion i {
      margin-right: 8px;
      font-size: 18px; }
  .tab-style6 .resp-accordion-closed {
    display: none !important; }
  .tab-style6 .resp-tab-content {
    padding: 25px;
    border: 1px solid #ededed; } }
@media screen and (max-width: 767px) {
  .tab-style6 h2.resp-accordion {
    font-size: 14px; } }
@media screen and (max-width: 575px) {
  .tab-style6 .resp-tab-content {
    padding: 20px; } }
/* ===================================
    Pages
====================================== */
/*about us*/
/*certificate*/
.certificate-wrapper {
  position: relative;
  text-align: center;
  margin: 15px; }

.certificate-image {
  position: relative;
  display: inline-block;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  z-index: 9;
  margin: 0 20px; }

.certificate-content {
  position: relative;
  padding: 35px 0;
  z-index: 9; }

.certificate-wrapper:after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  top: 90px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  background-color: #ffffff; }
.certificate-wrapper:hover .certificate-content:before {
  width: 100%; }
.certificate-wrapper .certificate-content:before {
  position: absolute;
  width: 0;
  height: 2px;
  background: #f7b035;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: '';
  z-index: 3;
  transition: all .6s ease-out; }
.certificate-wrapper .certificate-content:after {
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: '';
  z-index: 2;
  transition: all .6s ease-out; }

@media screen and (max-width: 575px) {
  .certificate-content {
    padding: 30px 0; } }
/*company history*/
.timeline {
  width: 100%; }

.timeline-item .timeline-content {
  background: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  height: 100%;
  width: 100%;
  border-right: 2px solid #f7b035; }

.timeline.timeline-wrapper .timeline-item {
  position: relative;
  width: 50%;
  margin-left: 50%;
  padding-bottom: 44px;
  padding-left: 44px;
  text-align: left; }
  .timeline.timeline-wrapper .timeline-item:nth-child(2n+1) {
    margin-left: 0;
    padding-right: 44px;
    padding-left: 0;
    text-align: right; }
  .timeline.timeline-wrapper .timeline-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    margin-left: -.5rem;
    border: 4px solid #ededed;
    background: #f7b035;
    border-radius: 50%; }
  .timeline.timeline-wrapper .timeline-item:nth-child(2n+1):before {
    right: 0;
    left: auto;
    margin-right: -.5rem; }
  .timeline.timeline-wrapper .timeline-item:nth-child(2n+1):after {
    right: 0;
    left: auto; }
  .timeline.timeline-wrapper .timeline-item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 10px;
    width: .0625rem;
    margin-top: 25px;
    margin-left: -.0625rem;
    background-color: #e6e7e8; }

@media screen and (max-width: 1199px) {
  .timeline.timeline-wrapper .timeline-item {
    padding-left: 35px;
    padding-bottom: 40px; }
    .timeline.timeline-wrapper .timeline-item:nth-child(2n+1) {
      padding-right: 35px;
      padding-bottom: 40px; } }
@media screen and (max-width: 991px) {
  .timeline.timeline-wrapper .timeline-item {
    width: 100%;
    margin-left: 0;
    padding-bottom: 35px; }
    .timeline.timeline-wrapper .timeline-item:nth-child(2n+1) {
      text-align: left;
      padding-left: 35px;
      padding-right: 0;
      padding-bottom: 35px; }
      .timeline.timeline-wrapper .timeline-item:nth-child(2n+1):before, .timeline.timeline-wrapper .timeline-item:nth-child(2n+1):after {
        right: auto;
        left: 0; } }
@media screen and (max-width: 767px) {
  .timeline-item .timeline-content {
    border-bottom: 2px solid #f7b035;
    border-right: 0;
    padding: 25px; }

  .timeline.timeline-wrapper .timeline-item {
    padding-left: 25px;
    padding-bottom: 25px; }
    .timeline.timeline-wrapper .timeline-item:nth-child(2n+1) {
      padding-left: 25px;
      padding-bottom: 25px; } }
@media screen and (max-width: 575px) {
  .timeline.timeline-wrapper .timeline-item {
    padding-right: 0;
    padding-left: 0; }
    .timeline.timeline-wrapper .timeline-item:nth-child(2n+1) {
      padding-left: 0; }
    .timeline.timeline-wrapper .timeline-item:before, .timeline.timeline-wrapper .timeline-item:after {
      content: none; } }
/* service-detail page */
/*left-panel*/
.service-details-sidebar .widget {
  position: relative;
  margin-bottom: 35px;
  padding: 30px; }
  .service-details-sidebar .widget:last-child {
    margin-bottom: 0; }
  .service-details-sidebar .widget .widget-title {
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 15px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600; }
    .service-details-sidebar .widget .widget-title:before {
      display: block;
      content: "";
      position: absolute;
      background-color: #ededed;
      height: 2px;
      width: calc(100% + 60px);
      bottom: 0;
      left: -30px;
      z-index: 1; }
    .service-details-sidebar .widget .widget-title:after {
      display: block;
      height: 2px;
      content: '';
      position: absolute;
      left: 0;
      width: 40px;
      bottom: 0;
      z-index: 3;
      transition: all 0.6s ease 0s;
      background-color: #f7b035; }
  .service-details-sidebar .widget:hover .widget-title:after {
    width: 100%; }
.service-details-sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.widget-nav-menu ul li {
  margin-bottom: 15px;
  padding: 0;
  border: 0;
  position: relative;
  background: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); }
  .widget-nav-menu ul li:hover {
    background-color: transparent; }
  .widget-nav-menu ul li.active {
    background-color: transparent; }
    .widget-nav-menu ul li.active a {
      color: #ffffff; }
      .widget-nav-menu ul li.active a:after {
        color: #ffffff; }
  .widget-nav-menu ul li:hover a:after {
    color: #ffffff; }
  .widget-nav-menu ul li a {
    display: block;
    padding: 15px;
    position: relative;
    z-index: 1;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    transition: all 0.3s linear; }
  .widget-nav-menu ul li.active a i {
    color: #ffffff;
    font-size: 20px; }
  .widget-nav-menu ul li a i {
    color: #f7b035;
    margin-right: 15px;
    vertical-align: middle;
    font-size: 20px; }
  .widget-nav-menu ul li:last-child {
    margin-bottom: 0; }
  .widget-nav-menu ul li.active:after {
    width: 100%;
    background: #f7b035; }
  .widget-nav-menu ul li::after {
    position: absolute;
    content: " ";
    display: inline-block;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    transition: width 0.3s linear; }
  .widget-nav-menu ul li a:before {
    content: "";
    width: 2px;
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
    z-index: 1;
    background: #f7b035; }
  .widget-nav-menu ul li a:after {
    content: '\f30b';
    font-family: Font Awesome\ 5 Free;
    position: absolute;
    right: 20px;
    transition: width 0.5s linear;
    z-index: 1;
    font-size: 16px;
    font-weight: 600; }
  .widget-nav-menu ul li:hover {
    background: transparent; }
    .widget-nav-menu ul li:hover a {
      color: #ffffff; }
      .widget-nav-menu ul li:hover a i {
        color: #ffffff; }
    .widget-nav-menu ul li:hover:after {
      width: 100%;
      background: #f7b035; }

.service-details-sidebar .widget-address {
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); }
  .service-details-sidebar .widget-address .address-info {
    margin: 0;
    list-style: none; }
    .service-details-sidebar .widget-address .address-info li {
      border-bottom: 1px solid #ededed;
      padding-bottom: 15px;
      margin-bottom: 15px;
      font-weight: 500;
      font-size: 16px; }
      .service-details-sidebar .widget-address .address-info li:last-child {
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 0; }
.service-details-sidebar .widget-contact {
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); }
.service-details-sidebar .widget-brochure {
  position: relative;
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); }
  .service-details-sidebar .widget-brochure ul {
    margin-bottom: 0;
    list-style: none; }
  .service-details-sidebar .widget-brochure li {
    position: relative;
    margin-bottom: 15px; }
    .service-details-sidebar .widget-brochure li:last-child {
      margin-bottom: 0; }
    .service-details-sidebar .widget-brochure li a {
      display: block;
      font-size: 15px;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
      font-weight: 500; }
      .service-details-sidebar .widget-brochure li a i {
        text-align: center;
        padding: 15px;
        font-size: 20px;
        margin-right: 15px;
        background: #f7b035;
        color: #ffffff; }

@media screen and (max-width: 991px) {
  .service-details-sidebar .widget {
    margin-bottom: 30px; }

  .widget.widget-nav-menu ul li a {
    padding: 15px; } }
@media screen and (max-width: 767px) {
  .service-details-sidebar .widget {
    padding: 25px; }
    .service-details-sidebar .widget .widget-title {
      font-size: 18px; }
      .service-details-sidebar .widget .widget-title:before {
        width: calc(100% + 50px);
        left: -25px; } }
/*right panel*/
.service-iconbox {
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  font-size: 25px;
  color: #ffffff;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: #f7b035; }

/*gardener service*/
.cost-list {
  list-style: none;
  padding: 0;
  margin: 0; }
  .cost-list li {
    font-size: 15px;
    padding: 0 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    border-bottom: 1px dashed #ededed; }
    .cost-list li:last-child {
      padding: 0;
      border-bottom: 0;
      margin-bottom: 0; }
    .cost-list li .cost {
      color: #132728;
      font-weight: 600;
      text-transform: capitalize;
      padding-right: 10px; }

/*tech-repair service*/
.pricing-info {
  border-bottom: 1px solid #ededed;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .pricing-info:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0; }

/*our process*/
.process-wrapper .process-details {
  display: inline-block;
  position: relative;
  z-index: 0;
  width: 100%;
  line-height: 1; }
  .process-wrapper .process-details .process-title {
    font-size: 16px;
    letter-spacing: 6px;
    left: 35px;
    top: 40%;
    margin: 0;
    padding: 0;
    position: absolute;
    text-transform: uppercase; }
.process-wrapper .divider {
  border-bottom: 2px solid #f7b035;
  padding-bottom: 15px;
  margin-bottom: 25px;
  content: "";
  display: block;
  text-align: center;
  width: 80px; }

.process-details .number {
  color: #ededed;
  font-size: 100px;
  font-style: italic;
  font-weight: 700; }

@media screen and (max-width: 1199px) {
  .process-details .number {
    font-size: 80px; } }
@media screen and (max-width: 575px) {
  .process-wrapper .process-details .process-title {
    font-size: 14px;
    left: 25px; } }
/*team detail*/
.social-box {
  margin-bottom: 0;
  list-style: none;
  padding: 0; }
  .social-box li {
    display: inline-block;
    margin-right: 5px;
    text-align: center;
    height: 35px;
    width: 35px;
    line-height: 35px;
    font-size: 14px;
    display: inline-block;
    background: #f7b035; }
    .social-box li:last-child {
      margin-right: 0; }
    .social-box li a {
      color: white; }
      .social-box li a:hover {
        opacity: 0.6; }

.team-info {
  list-style: none;
  margin: 0;
  padding: 0; }
  .team-info li {
    font-size: 16px;
    display: flex;
    margin-bottom: 10px; }
    .team-info li:last-child {
      margin-bottom: 0; }
    .team-info li span {
      font-weight: 700;
      flex-basis: 20%; }

.experience-info {
  margin: 0;
  padding: 0; }
  .experience-info li {
    display: flex;
    margin-bottom: 25px; }
    .experience-info li:last-child {
      padding-bottom: 0;
      margin-bottom: 0; }

@media screen and (max-width: 575px) {
  .social-box li {
    height: 32px;
    width: 32px;
    font-size: 13px; } }
/* project details */
.project-info-list {
  list-style: none;
  padding: 0;
  margin-bottom: 0; }
  .project-info-list li {
    margin-bottom: 15px;
    border-bottom: 1px solid #ededed;
    padding-bottom: 15px; }
    .project-info-list li:last-child {
      margin-bottom: 0;
      border-bottom: 0;
      padding-bottom: 0; }
    .project-info-list li .project-label {
      font-weight: 600;
      display: inline-block;
      margin-right: 25px;
      position: relative;
      width: 115px;
      vertical-align: top; }
      .project-info-list li .project-label:after {
        content: ":";
        font-size: 18px;
        font-weight: 500;
        position: absolute;
        top: -1px;
        right: 0; }
    .project-info-list li.project-rating {
      display: flex; }

.rating {
  padding: 0;
  list-style: none; }
  .rating li {
    display: inline;
    border-bottom: 0; }
    .rating li i {
      color: #fc0;
      line-height: 28px; }

@media screen and (max-width: 575px) {
  .project-info-list li .project-label {
    margin-right: 15px;
    width: 100px; } }
/*404 page*/
.error-sign {
  position: relative;
  display: block;
  max-width: 381px;
  width: 100%;
  margin: 0 auto 40px; }
  .error-sign .top {
    position: relative;
    display: block;
    width: 185px;
    height: 185px;
    background: #f7b035;
    border-radius: 50%;
    margin: 0 auto;
    text-align: center;
    padding: 50px 0; }
  .error-sign .middle {
    position: relative;
    display: block;
    width: 15px;
    height: 220px;
    background: #f7b035;
    margin: 0 auto;
    z-index: 3; }
  .error-sign .bottom {
    position: relative;
    display: block;
    margin-top: -59px;
    z-index: 1; }

@media screen and (max-width: 991px) {
  .error-sign .top {
    width: 175px;
    height: 175px; } }
@media screen and (max-width: 767px) {
  .error-sign {
    width: 290px;
    margin: 0 auto 30px; }
    .error-sign .top {
      width: 155px;
      height: 155px;
      padding: 40px 0; }
    .error-sign .bottom {
      width: 290px;
      margin: -45px auto 0; } }
@media screen and (max-width: 575px) {
  .error-sign {
    width: 230px; }
    .error-sign .top {
      width: 145px;
      height: 145px;
      padding: 35px 0; }
    .error-sign .bottom {
      width: 230px;
      margin: -36px auto 0; } }
/*comigsoon page*/
.comingsoon-wrapper {
  padding: 50px 60px 50px 60px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  background: #ffffff; }

.countdown {
  padding: 0; }
  .countdown li {
    background: #f7b035;
    display: inline-block;
    text-align: center;
    min-width: 130px;
    padding: 15px 10px;
    border-left: 4px solid #ffffff; }
    .countdown li span {
      font-size: 36px;
      font-weight: 600;
      text-align: center;
      color: #ffffff;
      line-height: normal;
      position: relative; }
      .countdown li span:before {
        content: "";
        height: 1px;
        position: absolute;
        width: 100%; }
    .countdown li p.timeRefDays, .countdown li p.timeRefHours, .countdown li p.timeRefMinutes, .countdown li p.timeRefSeconds {
      font-size: 16px;
      font-weight: 500;
      color: #ffffff;
      margin: 0;
      padding: 0;
      text-transform: capitalize; }

@media screen and (max-width: 991px) {
  .countdown li span {
    font-size: 32px; } }
@media screen and (max-width: 767px) {
  .countdown li {
    min-width: 180px;
    margin-top: 10px; } }
@media screen and (max-width: 575px) {
  .countdown li {
    min-width: 47%; } }
/* custom file */
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  margin: 0;
  opacity: 0; }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem; }

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse"; }

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + .75rem);
  padding: .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 .25rem .25rem 0; }

/* quform */
.form-group {
  margin-bottom: 1rem; }
  .form-group label {
    margin-bottom: .5rem; }

.form-control:focus {
  border-color: #f7b035; }

.form-check-input:checked {
  border-color: #f7b035;
  background-color: #f7b035; }
.form-check-input:focus {
  box-shadow: none; }

.quform-input {
  position: relative; }
  .quform-input .quform-errors-wrap {
    position: absolute;
    right: 8px;
    top: 0;
    line-height: normal;
    z-index: 1; }

.quform-element > label {
  font-weight: normal;
  padding-bottom: 5px;
  margin-bottom: 0;
  color: #6a747b;
  font-size: 14px; }
  .quform-element > label .quform-required {
    color: #cc0101;
    font-size: 10px; }

.quform-inner input {
  width: 100%; }

.quform-elements .quform-element textarea {
  margin-bottom: 0;
  padding: 8px 15px;
  vertical-align: top; }
.quform-elements .quform-element select {
  margin-bottom: 0;
  padding: 8px 35px 8px 15px; }

.quform-errors {
  padding: 0;
  margin: 0;
  line-height: normal; }
  .quform-errors > .quform-error {
    padding: 0;
    background: none;
    border: none;
    float: none;
    color: #f5543f;
    font-size: 11px;
    line-height: normal;
    letter-spacing: normal; }

.quform-outer-no-js .quform-error {
  padding: 0;
  background: none;
  border: none;
  float: none;
  color: #f5543f;
  font-size: 11px;
  line-height: normal;
  letter-spacing: normal; }
.quform-outer-no-js .quform-success-message {
  padding: 0.75rem 1.25rem 0.75rem 3rem; }

.quform-has-error input, .quform-has-error textarea, .quform-has-error select, .quform-has-error input[type=file], .quform-has-error .custom-file-label {
  border-color: #f5543f; }

.quform-success-message {
  padding: 0.75rem 1.25rem 0.75rem 3rem; }

.quform-submit-inner {
  float: none; }

.quform-loading-wrap {
  float: none; }
  .quform-loading-wrap .quform-loading {
    display: inline-block; }

.light-validation .quform-errors > .quform-error {
  color: #fff; }

/* newsletter */
.newsletter-form .quform-elements {
  position: relative; }
.newsletter-form .quform-submit-inner {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  background: #f7b035;
  height: 50px;
  border-left: none;
  border-radius: 0;
  text-align: center;
  line-height: 48px; }
.newsletter-form .quform-loading-wrap {
  margin-top: 15px;
  margin-bottom: 0;
  margin-left: 0; }
.newsletter-form input {
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 50px;
  padding: 0.5rem 4rem 0.5rem 1rem; }
.newsletter-form .quform-has-error input, .newsletter-form .quform-has-error textarea, .newsletter-form .quform-has-error select {
  border-color: #f5543f; }
.newsletter-form .quform-input .quform-errors-wrap {
  right: 15px; }
.newsletter-form i {
  font-size: 1.2rem;
  line-height: 2rem; }

/* ===================================
    Elements
====================================== */
/* modal */
.modal-backdrop {
  z-index: 99999; }

.modal {
  z-index: 999999; }

/* fonts-icon page */
.icon-gallery .d-table {
  margin-top: 30px; }
.icon-gallery .d-table-cell {
  width: 125px;
  height: 125px;
  text-align: center;
  margin-bottom: 25px;
  border: 1px solid rgba(0, 0, 0, 0.075);
  vertical-align: middle;
  font-size: 14px;
  transition: all 0.2s ease-in-out;
  padding: 10px;
  background: #fff; }
.icon-gallery i {
  display: block;
  margin-bottom: 15px;
  font-size: 28px;
  color: #f7b035; }

/* copy elements */
pre[class*="language-"] {
  max-height: 45vh;
  height: 100%;
  margin: 35px 0 15px 0;
  padding-top: 0; }

.html-code {
  background-color: #fbfbfb;
  position: relative;
  box-shadow: inset 0 0 0 1px #dde1e6, 0 3px 5px rgba(0, 0, 0, 0.15);
  padding: 30px;
  border-radius: 5px;
  border: 1px solid #ededed; }
  .html-code:before {
    color: #c8dfab;
    content: "•••";
    font-size: 30px;
    left: 24px;
    letter-spacing: 4px;
    line-height: 12px;
    position: absolute;
    top: 24px; }

.copy-element {
  position: absolute;
  top: 0;
  right: 85px;
  transition: opacity 0.3s ease-in-out; }

.source-element {
  position: absolute;
  top: 0;
  right: 0;
  transition: opacity 0.3s ease-in-out; }

.html-code .copy-element {
  top: 15px;
  right: 30px; }
.html-code:hover .copy-element, .html-code:hover .source-element {
  opacity: 1; }

.box-hover:hover .copy-element, .box-hover:hover .source-element {
  opacity: 1; }

.copy-element > a, .source-element > a {
  background: #dde1e6;
  color: #777 !important;
  display: inline-block;
  padding: 5px 15px;
  font-size: 14px;
  text-transform: capitalize;
  cursor: pointer !important;
  font-weight: 600; }

.copy-element > a:hover, .source-element > a:hover {
  background: #f7b035;
  color: #fff !important; }

.copy-clipboard {
  cursor: pointer;
  padding: 5px 15px; }

.white-popup-block {
  background-color: #fbfbfb;
  position: relative;
  max-width: 650px;
  box-shadow: inset 0 0 0 1px #dde1e6, 0 3px 5px rgba(0, 0, 0, 0.15);
  padding: 60px 30px 30px 30px;
  border-radius: 5px;
  margin: 40px auto;
  border: 1px solid #ededed; }
  .white-popup-block.popup-copy.mfp-hide {
    display: block !important;
    height: 0;
    position: absolute;
    z-index: -1;
    padding: 0;
    opacity: 0;
    margin: 0; }
  .white-popup-block:before {
    color: rgba(3, 169, 245, 0.2);
    content: "•••";
    font-size: 30px;
    left: 24px;
    letter-spacing: 4px;
    line-height: 12px;
    position: absolute;
    top: 24px; }
  .white-popup-block:hover .copy-element {
    opacity: 1; }
  .white-popup-block .copy-element {
    top: 45px;
    right: 30px; }

.box-hover {
  position: relative; }
  .box-hover .container {
    position: relative; }

.inner-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  margin-bottom: 35px;
  padding-bottom: 20px; }

@media screen and (max-width: 767px) {
  .elements-block .inner-title {
    margin-bottom: 65px; }

  .copy-element, .source-element {
    top: 65px; } }
/* ===================================
    Blog
====================================== */
/*blog sidebar*/
.blog-sidebar .widget {
  position: relative;
  margin-bottom: 30px;
  background-color: #ffffff;
  padding: 30px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); }
  .blog-sidebar .widget:last-child {
    margin-bottom: 0; }
  .blog-sidebar .widget .widget-title {
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 15px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600; }
    .blog-sidebar .widget .widget-title:before {
      display: block;
      content: "";
      position: absolute;
      background-color: #ededed;
      height: 2px;
      width: calc(100% + 60px);
      bottom: 0;
      left: -30px;
      z-index: 1; }
    .blog-sidebar .widget .widget-title:after {
      display: block;
      height: 2px;
      content: '';
      position: absolute;
      left: 0;
      width: 40px;
      bottom: 0;
      z-index: 3;
      transition: all 0.6s ease 0s;
      background-color: #f7b035; }
  .blog-sidebar .widget:hover .widget-title:after {
    width: 100%; }

.search-bar {
  position: relative; }

.blog-sidebar .widget .search-bar input[type="search"] {
  display: block;
  width: 100%;
  padding: 10px 40px 10px 25px;
  font-size: 15px;
  color: #4b4342;
  border: 1px solid #ededed;
  background: none;
  background: #ffffff;
  margin-bottom: 0; }
.blog-sidebar .widget .search-bar .btn-newsletter {
  position: absolute;
  color: #f7b035;
  right: 18px;
  top: 10px;
  padding: 0px;
  font-size: 18px;
  z-index: 3;
  outline: none; }
.blog-sidebar .widget .blog-post-carousel .image-box {
  position: relative;
  display: block;
  margin-bottom: 15px; }
  .blog-sidebar .widget .blog-post-carousel .image-box h6 {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 12px;
    margin-bottom: 0;
    color: #ffffff;
    padding: 8px 15px;
    text-align: center;
    background-color: #f7b035; }

.blog-tags {
  margin: 0;
  padding: 0; }
  .blog-tags li {
    display: inline-block; }
    .blog-tags li a {
      font-size: 14px;
      font-weight: 600;
      padding: 8px 12px;
      margin: 5px 5px 5px 0;
      display: inline-block;
      border: 1px solid #ededed; }
      .blog-tags li a:hover {
        background: #f7b035;
        color: #ffffff !important;
        border: 1px solid #f7b035; }

@media screen and (max-width: 767px) {
  .blog-sidebar .widget {
    padding: 25px; }
    .blog-sidebar .widget .widget-title:before {
      width: calc(100% + 50px);
      left: -25px; } }
/*blog details*/
.blog-detail .posts-wrapper .meta-list {
  padding: 15px 0;
  border-bottom: 1px solid #ededed;
  border-top: 1px solid #ededed;
  margin: 20px 0; }
  .blog-detail .posts-wrapper .meta-list li {
    display: inline-block;
    margin-right: 20px;
    cursor: pointer;
    margin: 3px;
    border-right: 1px solid #ededed;
    padding-right: 20px; }
    .blog-detail .posts-wrapper .meta-list li a {
      vertical-align: middle; }
    .blog-detail .posts-wrapper .meta-list li:last-child {
      margin-right: 0;
      border-right: 0;
      padding-right: 0; }
.blog-detail .posts-wrapper .post-content {
  padding: 35px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  margin-bottom: 40px; }
  .blog-detail .posts-wrapper .post-content blockquote {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 35px 35px 35px 120px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    border-left: 2px solid #232323;
    margin: 30px 0px;
    font-style: italic;
    color: #282b2d; }
    .blog-detail .posts-wrapper .post-content blockquote .quote-box {
      position: absolute;
      left: 30px;
      top: 50px;
      width: 60px;
      height: 60px;
      line-height: 60px;
      font-size: 25px;
      color: #ffffff;
      text-align: center;
      background: #232323;
      border-radius: 50%; }
  .blog-detail .posts-wrapper .post-content .separator {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #ededed;
    text-align: left; }
  .blog-detail .posts-wrapper .post-content .share-post {
    text-align: right;
    margin: 0;
    padding: 0; }
    .blog-detail .posts-wrapper .post-content .share-post li {
      display: inline-block;
      margin: 0 10px;
      font-size: 16px; }
      .blog-detail .posts-wrapper .post-content .share-post li:first-child {
        margin-left: 0; }
      .blog-detail .posts-wrapper .post-content .share-post li:last-child {
        margin-right: 0; }
      .blog-detail .posts-wrapper .post-content .share-post li a:hover {
        color: #f7b035; }

.author-post-info {
  padding: 35px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  border-left: 2px solid #f7b035;
  margin-bottom: 40px; }

.blog-detail .author-post {
  padding: 0;
  margin: 0; }
  .blog-detail .author-post li {
    display: inline-block;
    margin: 0 10px;
    font-size: 16px; }
    .blog-detail .author-post li:first-child {
      margin-left: 0; }
.blog-detail .posts-wrapper .comments-area {
  padding: 35px;
  background: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); }
.blog-detail .posts-wrapper .comment-box .author-thumb {
  width: 85px;
  float: left; }
.blog-detail .posts-wrapper .comments-area .comment-box {
  padding-bottom: 30px;
  margin-bottom: 50px;
  border-bottom: 1px solid #ededed; }
  .blog-detail .posts-wrapper .comments-area .comment-box:nth-child(odd) {
    margin-left: 80px; }

@media screen and (max-width: 991px) {
  .blog-detail .posts-wrapper .post-content, .author-post-info, .blog-detail .posts-wrapper .comments-area {
    padding: 30px; } }
@media screen and (max-width: 767px) {
  .blog-detail .posts-wrapper .post-content {
    padding: 25px; }
    .blog-detail .posts-wrapper .post-content .share-post {
      text-align: left; }
    .blog-detail .posts-wrapper .post-content blockquote {
      padding: 25px;
      text-align: center; }
      .blog-detail .posts-wrapper .post-content blockquote .quote-box {
        position: relative;
        left: 0;
        top: 0;
        margin: 0 auto 15px; }

  .author-post-info {
    padding: 25px; }

  .blog-detail .posts-wrapper .comments-area {
    padding: 25px; }
    .blog-detail .posts-wrapper .comments-area .comment-box {
      margin-bottom: 25px;
      padding-bottom: 25px; }
      .blog-detail .posts-wrapper .comments-area .comment-box:nth-child(odd) {
        margin-left: 0; } }
@media screen and (max-width: 575px) {
  .blog-detail .posts-wrapper .meta-list li {
    margin-right: 15px;
    padding-right: 15px; } }
/* ===================================
    Others
====================================== */
/* info-style-01*/
.info-style-01 {
  position: relative;
  margin-top: -80px;
  padding: 0;
  z-index: 9;
  background: transparent; }
  .info-style-01 .info-wrapper {
    background-color: #ffffff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    padding: 40px;
    height: 100%;
    width: 100%;
    transition: all .3s ease-in-out;
    overflow: hidden; }
    .info-style-01 .info-wrapper.transition-move:hover {
      transform: translateY(-5px);
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.08); }

@media screen and (max-width: 991px) {
  .info-style-01 {
    margin-top: 70px; }
    .info-style-01 .info-wrapper {
      padding: 35px; } }
@media screen and (max-width: 575px) {
  .info-style-01 .info-wrapper {
    padding: 30px; } }
/*info-style-02*/
.info-style-02 .flip-box {
  height: 240px;
  perspective: 1000px; }
.info-style-02 .flip-box-inner {
  position: absolute;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  width: 100%;
  height: 100%; }
.info-style-02 .flip-box-front {
  background-color: #ffffff;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  display: table;
  height: 100%;
  width: 100%; }
.info-style-02 .flip-box .flip-box-inner .flip-box-front .icon-wrapper {
  position: relative;
  display: inline-block;
  background-color: #f7b035;
  color: #fff;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  text-align: center;
  font-size: 30px;
  line-height: 70px;
  margin-bottom: 25px; }
.info-style-02 .flip-box:hover .flip-box-inner {
  transform: rotateY(180deg); }
.info-style-02 .flip-box-front {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden; }

.flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden; }

.info-style-02 .flip-box-back {
  background-color: #f7b035;
  color: #fff;
  transform: rotateY(180deg);
  height: 240px;
  display: table; }

@media screen and (max-width: 991px) {
  .info-style-02 .flip-box, .info-style-02 .flip-box-back {
    height: 220px; } }
@media screen and (max-width: 767px) {
  .info-style-02 .flip-box .flip-box-inner .flip-box-front .icon-wrapper {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 25px; } }
/*info-style-03*/
.why-choose-carousel.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 40px; }

.info-style-03 {
  position: relative;
  overflow: hidden; }
  .info-style-03 .info-image {
    background: #000000; }
  .info-style-03 .info-content {
    color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    z-index: 9;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    transform: translateY(0);
    transition: all 0.6s ease-in-out 0s;
    background-color: #f7b035; }
  .info-style-03 .info-hover-content {
    position: absolute;
    top: 30px;
    right: 30px;
    left: 30px;
    bottom: 30px;
    padding: 30px 0;
    text-align: center;
    border-radius: 4px;
    background: rgba(247, 176, 53, 0.9);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.42, 0.69, 0.63, 1.37) 0s;
    transform: perspective(50em) rotateY(-180deg) scale(0.5); }
  .info-style-03:hover .info-image img {
    opacity: 0.6; }
  .info-style-03 .info-hover-content:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  .info-style-03:hover .info-content {
    transform: translateY(100%); }
  .info-style-03:hover .info-hover-content {
    opacity: 1;
    transform: perspective(50em) rotateY(0deg) scale(1); }

@media screen and (max-width: 575px) {
  .info-style-03 .info-hover-content {
    top: 20px;
    right: 20px;
    left: 20px;
    bottom: 20px; } }
/*counter-style-01*/
.counter-style-01 {
  text-align: center;
  position: relative; }
  .counter-style-01 h3:after {
    content: '+'; }
  .counter-style-01:after {
    background: rgba(255, 255, 255, 0.4);
    content: "";
    display: inline-block;
    right: -15px;
    top: 50px;
    width: 1px;
    height: 90px;
    position: absolute; }
  .counter-style-01.last:after, .counter-style-01.three:after {
    content: none; }

@media screen and (max-width: 1199px) {
  .counter-style-01:after {
    top: 40px; } }
@media screen and (max-width: 991px) {
  .counter-style-01.second:after {
    content: none; } }
@media screen and (max-width: 767px) {
  .counter-style-01:after {
    top: 30px;
    height: 80px; }
  .counter-style-01.one:after, .counter-style-01.two:after {
    content: none; } }
/*counter-style-02*/
.counter-style-02 {
  text-align: center; }
  .counter-style-02 h4:after {
    content: '+'; }

/*counter-style-03*/
.counter-style-03 {
  text-align: center; }
  .counter-style-03 .seprator-border {
    position: relative;
    display: inline-block; }
    .counter-style-03 .seprator-border .vertical-border {
      position: relative;
      background: rgba(255, 255, 255, 0.6);
      height: 30px;
      width: 2px;
      overflow: hidden;
      margin-bottom: 15px; }

@media screen and (max-width: 991px) {
  .counter-style-03 .seprator-border .vertical-border {
    height: 20px; } }
@media screen and (max-width: 575px) {
  .counter-style-03 .seprator-border .vertical-border {
    margin-bottom: 10px; } }
/*process-style1*/
.process-style1 {
  position: relative; }
  .process-style1 .line {
    position: absolute;
    top: 40px;
    left: 40%;
    transform: translateX(50%);
    background: rgba(255, 255, 255, 0.3);
    width: 60%;
    height: 1px; }
  .process-style1 .number-wrap {
    position: relative;
    height: 80px;
    width: 80px;
    margin: 0 auto 40px; }
  .process-style1 .number-inner-wrap {
    background: #f7b035; }
    .process-style1 .number-inner-wrap:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      border-radius: 50%;
      background: inherit;
      width: 80px;
      height: 80px;
      opacity: .3; }
    .process-style1 .number-inner-wrap:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      border-radius: 50%;
      background: inherit;
      width: 60px;
      height: 60px;
      overflow: hidden;
      opacity: .7; }
  .process-style1 .number {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: inherit;
    border-radius: 50%;
    text-align: center;
    z-index: 3; }
  .process-style1 .process-content {
    position: relative;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    background: #fff;
    padding: 30px; }
    .process-style1 .process-content:before {
      position: absolute;
      bottom: 100%;
      left: 50%;
      transform: translateX(-50%);
      content: '';
      border-bottom: 13px solid #fff;
      border-left: 20px solid transparent;
      border-right: 20px solid transparent; }

@media screen and (max-width: 1199px) {
  .process-style1 .process-content {
    width: 90%; } }
@media screen and (max-width: 991px) {
  .process-style1 .process-content {
    width: 100%; }
  .process-style1 .line {
    background: unset; }
  .process-style1 .number-wrap {
    margin: 0 auto 35px; } }
@media screen and (max-width: 767px) {
  .process-style1 .number {
    height: 35px;
    width: 35px;
    line-height: 35px; }
  .process-style1 .number-inner-wrap:before {
    width: 70px;
    height: 70px; }
  .process-style1 .number-inner-wrap:after {
    width: 50px;
    height: 50px; } }
@media screen and (max-width: 575px) {
  .process-style1 .number-wrap {
    margin: 0 auto 30px; } }
/*process-style2*/
.process-style2 {
  text-align: center;
  position: relative; }
  .process-style2:before {
    content: '';
    top: 25%;
    right: -15%;
    z-index: 99;
    width: 55px;
    height: 43px;
    background: url(../img/icons/process-arrow-01.png) no-repeat 0 0;
    display: block;
    position: absolute; }
  .process-style2 .process-image {
    padding-top: 0;
    position: relative;
    overflow: visible;
    display: inline-block;
    max-width: 180px;
    margin-bottom: 40px; }
    .process-style2 .process-image:after {
      position: absolute;
      content: "";
      height: 100%;
      top: 0;
      text-align: center;
      left: 0;
      border-radius: 50%;
      width: 100%;
      border: 2px dashed #ededed; }
  .process-style2 .process-num {
    background-color: #f7b035;
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    position: absolute;
    bottom: -8px;
    z-index: 10;
    left: 41%;
    border-radius: 50%; }
    .process-style2 .process-num:before {
      counter-increment: count;
      content: "0" counter(count); }
  .process-style2.last-arrow:before {
    content: none; }

@media screen and (max-width: 1199px) {
  .process-style2 .process-image {
    max-width: 150px; }
  .process-style2:before {
    right: -20%; } }
@media screen and (max-width: 991px) {
  .process-style2:before {
    display: none; }
  .process-style2 .process-image {
    margin-bottom: 30px; }
  .process-style2 .process-num {
    width: 30px;
    height: 30px;
    line-height: 30px;
    bottom: -10px; } }
@media screen and (max-width: 767px) {
  .process-style2 .process-image {
    max-width: 140px;
    margin-bottom: 25px; }
  .process-style2 .number {
    width: 32px;
    height: 32px;
    line-height: 32px; } }
@media screen and (max-width: 575px) {
  .process-style2 .process-image {
    max-width: 130px; } }
/*process-style3*/
.process-arrow {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle; }
  .process-arrow .process-bg-line {
    position: absolute;
    top: -40px;
    left: 0;
    width: calc(100% + 370px);
    height: 100%;
    background: url(../img/icons/process-arrow-02.png) 50% 0 no-repeat;
    z-index: 1;
    margin: 0 -370px;
    transform-origin: 100% 50%; }

.process-style3 {
  z-index: 1;
  position: relative;
  text-align: center; }
  .process-style3 .icon {
    display: inline-block;
    position: relative;
    height: 130px;
    width: 130px;
    border: 2px solid #f5f5f5;
    background-color: #fff;
    border-radius: 50%;
    transition: all 500ms ease;
    margin-bottom: 30px; }
    .process-style3 .icon:before {
      position: absolute;
      content: '';
      width: 100%;
      height: 100%;
      border-radius: 50%;
      left: 0px;
      top: 0px;
      right: 0px;
      transform: scale(0, 0);
      transition: all 500ms ease;
      background: #f7b035; }
    .process-style3 .icon span {
      vertical-align: middle;
      display: inline-block;
      position: absolute;
      top: 50%;
      left: 50%;
      color: #f7b035;
      transform: translate(-50%, -50%); }
  .process-style3:hover .icon:before {
    transform: scale(1, 1); }
  .process-style3:hover .icon span {
    color: #fff; }
  .process-style3 .process-contnet span {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    background: #f7b035;
    padding: 8px 20px;
    text-align: center;
    transition: all 500ms ease;
    margin-bottom: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06); }
    .process-style3 .process-contnet span:after {
      position: absolute;
      content: '';
      background: #f7b035;
      width: 15px;
      height: 15px;
      left: 50%;
      transform: translateX(-50%) rotate(45deg);
      bottom: -8px;
      z-index: 1;
      transition: all 500ms ease; }

@media screen and (max-width: 1199px) {
  .process-arrow .process-bg-line {
    top: -20px;
    left: 100px;
    width: calc(100% + 250px);
    background-size: contain; } }
@media screen and (max-width: 991px) {
  .process-arrow .process-bg-line {
    display: none; }

  .process-style3 .icon {
    width: 110px;
    height: 110px;
    margin-bottom: 20px; } }
@media screen and (max-width: 767px) {
  .process-style3 .process-contnet span {
    font-size: 13px;
    background: #f7b035;
    padding: 6px 15px;
    margin-bottom: 25px; }
    .process-style3 .process-contnet span:after {
      bottom: -5px; } }
@media screen and (max-width: 575px) {
  .process-style3 .icon {
    margin-bottom: 15px; } }
/*process-style4*/
.process-style4 {
  position: relative;
  text-align: center; }
  .process-style4 .process-number {
    text-align: center;
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow: 0 8px 16px 0px rgba(17, 12, 79, 0.1);
    z-index: 1;
    margin-bottom: 35px; }
    .process-style4 .process-number:after {
      content: "...................................................................................................................................";
      font-size: 14px;
      color: #e4e4e4;
      line-height: 1em;
      top: 15%;
      left: 80%;
      width: 50%;
      overflow: hidden;
      letter-spacing: 4px;
      position: absolute; }
    .process-style4 .process-number.last:after {
      content: none; }
    .process-style4 .process-number:before {
      font-size: 30px;
      font-weight: 700;
      color: #f7b035;
      counter-increment: count;
      content: "0" counter(count); }

.process-wrapper.last::before {
  content: none; }

@media screen and (max-width: 991px) {
  .process-style4 .process-number {
    width: 70px;
    height: 70px;
    line-height: 70px;
    margin-bottom: 30px; }
    .process-style4 .process-number:after {
      content: none; }
    .process-style4 .process-number:before {
      font-size: 25px; } }
@media screen and (max-width: 767px) {
  .process-style4 .process-number {
    margin-bottom: 25px; } }
@media screen and (max-width: 575px) {
  .process-style4 .process-number {
    width: 65px;
    height: 65px;
    line-height: 65px; } }
/*process-style5*/
.process-style5 {
  position: relative; }
  .process-style5:before {
    background: #e4e4e4 none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 50%;
    margin: auto;
    position: absolute;
    right: 0;
    top: 36px;
    width: 100%; }
  .process-style5 .number-wrap {
    position: relative;
    height: 70px;
    margin: 0 auto 40px; }
  .process-style5 .number-inner-wrap {
    background: #f7b035; }
  .process-style5 .process-number {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 70px;
    width: 70px;
    line-height: 70px;
    font-weight: 600;
    color: #fff;
    background: inherit;
    border-radius: 50%;
    text-align: center;
    z-index: 3;
    transition: 0.3s cubic-bezier(0.3, 0.58, 0.55, 1); }
    .process-style5 .process-number:before {
      font-size: 20px;
      font-weight: 600;
      color: #ffffff;
      background: #f7b035;
      counter-increment: count;
      content: "0" counter(count); }
  .process-style5.last::before {
    content: none; }
  .process-style5 .process-content {
    position: relative;
    text-align: center;
    width: 95%;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding: 30px; }
    .process-style5 .process-content:before {
      position: absolute;
      bottom: 100%;
      left: 50%;
      transform: translateX(-50%);
      content: '';
      border-bottom: 13px solid #fff;
      border-left: 20px solid transparent;
      border-right: 20px solid transparent; }

@media screen and (max-width: 991px) {
  .process-style5:before {
    content: none; } }
@media screen and (max-width: 767px) {
  .process-style5 .process-content {
    width: 100%; }
  .process-style5 .process-number {
    width: 60px;
    height: 60px;
    line-height: 60px; }
  .process-style5 .number-wrap {
    margin: 0 auto 30px;
    height: 60px; } }
/*process-style6*/
.process-style6 {
  text-align: center;
  position: relative; }
  .process-style6:before {
    display: block;
    content: '';
    position: absolute;
    right: -45px;
    top: 90px;
    height: 25px;
    width: 60px;
    background-image: url(../img/icons/process-arrow-03.png);
    background-repeat: no-repeat; }
  .process-style6.last:before {
    content: none; }
  .process-style6 .process-image {
    position: relative;
    display: inline-block;
    margin-bottom: 40px; }
    .process-style6 .process-image img {
      border: 10px solid #ffffff;
      width: 180px;
      height: 180px;
      box-shadow: 0 0 30px rgba(0, 0, 0, 0.05); }
  .process-style6 .number {
    background-color: #f7b035;
    color: #fff;
    width: 45px;
    height: 45px;
    line-height: 50px;
    position: absolute;
    bottom: -15px;
    z-index: 10;
    left: 35%;
    border-radius: 50%; }

@media screen and (max-width: 1199px) {
  .process-style6 .process-image img {
    width: 160px;
    height: 160px; } }
@media screen and (max-width: 991px) {
  .process-style6:before {
    content: none; }
  .process-style6 .process-image {
    margin-bottom: 30px; }
    .process-style6 .process-image img {
      width: 150px;
      height: 150px; }
  .process-style6 .number {
    width: 40px;
    height: 40px;
    line-height: 45px;
    bottom: -10px; } }
@media screen and (max-width: 767px) {
  .process-style6 .process-image {
    margin-bottom: 25px; }
    .process-style6 .process-image img {
      width: 140px;
      height: 140px; } }
@media screen and (max-width: 575px) {
  .process-style6 .process-image img {
    width: 130px;
    height: 130px; } }
/*process-style7*/
.process-arrow {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle; }
  .process-arrow .process-bg-line {
    position: absolute;
    top: -40px;
    left: 0;
    width: calc(100% + 370px);
    height: 100%;
    background: url(../img/icons/process-arrow-02.png) 50% 0 no-repeat;
    z-index: 1;
    margin: 0 -370px;
    transform-origin: 100% 50%; }

.process-style7 {
  z-index: 1;
  position: relative;
  text-align: center; }
  .process-style7 .process-img {
    display: inline-block;
    position: relative;
    height: 160px;
    width: 160px;
    border-radius: 50%;
    transition: all 500ms ease;
    margin-bottom: 30px; }
  .process-style7 .process-number {
    font-size: 16px;
    font-weight: 600;
    background-color: #f7b035;
    color: #ffffff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: none;
    display: block;
    text-align: center;
    position: absolute;
    top: 0;
    left: 60%;
    z-index: 1;
    transition: all .2s ease-in-out; }
    .process-style7 .process-number:before {
      counter-increment: count;
      content: "0" counter(count); }

@media screen and (max-width: 1199px) {
  .process-arrow .process-bg-line {
    top: -20px;
    left: 100px;
    width: calc(100% + 250px);
    background-size: contain; }

  .process-style7 .process-img {
    height: 140px;
    width: 140px; } }
@media screen and (max-width: 991px) {
  .process-arrow .process-bg-line {
    display: none; } }
@media screen and (max-width: 767px) {
  .process-style7 .process-img {
    height: 130px;
    width: 130px;
    margin-bottom: 25px; }
  .process-style7 .process-number {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 14px; } }
@media screen and (max-width: 575px) {
  .process-style7 .process-number {
    left: 55%; } }
/*process-style8*/
.process-style8 {
  position: relative;
  text-align: center; }
  .process-style8:after {
    position: absolute;
    content: "";
    display: block;
    width: 50%;
    border: 1px dashed #e4e4e4;
    top: 60px;
    transform: translateY(-50%);
    right: 0; }
  .process-style8:before {
    position: absolute;
    content: "";
    display: block;
    width: 50%;
    border: 1px dashed #e4e4e4;
    top: 60px;
    transform: translateY(-50%);
    left: 0;
    margin-left: 25px; }
  .process-style8.first:before, .process-style8.last:after {
    content: none; }
  .process-style8 .process-arrow:after {
    position: absolute;
    content: '\f061';
    font-weight: 700;
    font-family: Font Awesome\ 5 Free;
    display: block;
    color: #f7b035;
    top: 60px;
    transform: translateY(-50%);
    right: -34px;
    font-size: 20px;
    text-align: right;
    z-index: 1; }
  .process-style8.last .process-arrow:after {
    content: none; }
  .process-style8 .process-icon-box {
    display: inline-block;
    position: relative;
    height: 110px;
    width: 110px;
    border: 1px solid #ededed;
    background-color: #fff;
    transition: all 500ms ease;
    margin-bottom: 30px;
    z-index: 9; }
    .process-style8 .process-icon-box span {
      display: inline-block;
      position: absolute;
      vertical-align: middle;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: #f7b035; }
    .process-style8 .process-icon-box:before {
      position: absolute;
      content: '';
      width: 100%;
      height: 100%;
      left: 0px;
      top: 0px;
      right: 0px;
      transform: scale(0, 0);
      transition: all 500ms ease;
      background: #f7b035; }
  .process-style8:hover .process-icon-box:before {
    transform: scale(1, 1); }
  .process-style8:hover .process-icon-box span {
    color: #fff; }
  .process-style8 .process-contnet span {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    background: #f7b035;
    padding: 8px 20px;
    text-align: center;
    transition: all 500ms ease;
    margin-bottom: 35px; }
    .process-style8 .process-contnet span:after {
      position: absolute;
      content: '';
      background: #f7b035;
      width: 15px;
      height: 15px;
      left: 50%;
      transform: translateX(-50%) rotate(45deg);
      bottom: -8px;
      z-index: 1;
      transition: all 500ms ease; }

@media screen and (max-width: 1199px) {
  .process-style8 .process-icon-box {
    height: 100px;
    width: 100px; } }
@media screen and (max-width: 991px) {
  .process-style8:before, .process-style8:after, .process-style8 .process-arrow:after {
    content: none; }
  .process-style8 .process-icon-box {
    height: 95px;
    width: 95px;
    margin-bottom: 25px; } }
@media screen and (max-width: 767px) {
  .process-style8 .process-icon-box {
    height: 90px;
    width: 90px;
    margin-bottom: 20px; }
  .process-style8 .process-contnet span {
    font-size: 13px;
    padding: 6px 15px;
    margin-bottom: 20px; } }
/* popup gallery */
.lg-backdrop {
  z-index: 99999; }

.lg-outer {
  z-index: 999999; }
  .lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #f7b035; }

.lg-progress-bar .lg-progress {
  background-color: #f7b035; }

.lg-backdrop.in {
  opacity: 0.85; }

/*search page*/
.search-form_input {
  color: #f7b035; }

.search-frame h4 a:hover {
  color: #f7b035; }
.search-frame .search_list .match {
  color: #f7b035; }
.search-frame .search_list li:before {
  color: #f7b035; }
.search-frame .search_list li + li {
  border-top: 3px solid #f7b035; }
.search-frame .search {
  color: #f7b035; }

/* ===================================
    Footer
====================================== */
footer {
  padding: 90px 0 0;
  background: #232323; }
  footer .newsletter-form input {
    border: none; }

@media screen and (max-width: 767px) {
  footer {
    padding-top: 60px; } }
.footer-style {
  margin-top: -100px; }

/*footer bar*/
.footer-bar {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 90px;
  text-align: center;
  background: #232323; }

@media screen and (max-width: 767px) {
  .footer-bar {
    margin-top: 60px; } }
/*footer style1*/
/* footer-list-style1 */
.footer-list-style1 {
  margin: 0;
  padding: 0; }
  .footer-list-style1 li {
    list-style-type: none;
    color: #fff;
    margin-bottom: 15px; }
    .footer-list-style1 li:last-child {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: none; }
    .footer-list-style1 li a {
      color: #ffffff;
      position: relative; }
      .footer-list-style1 li a:hover {
        color: #f7b035; }

/*contact-list*/
.contact-list {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .contact-list li {
    margin-bottom: 20px; }
    .contact-list li:last-child {
      margin-bottom: 0; }
    .contact-list li a {
      color: #ffffff; }
  .contact-list a:hover {
    color: #f7b035; }

/*footer-social-style1*/
.footer-social-style1 {
  margin-bottom: 0;
  display: inline-block;
  padding-left: 15px;
  list-style: none; }
  .footer-social-style1 li {
    padding-right: 20px;
    display: inline-block;
    vertical-align: middle; }
    .footer-social-style1 li a {
      color: #ffffff; }
      .footer-social-style1 li a:hover {
        color: #f7b035; }
    .footer-social-style1 li:last-child {
      padding-right: 0; }

/*footer style2*/
/*footer-list-style2*/
.footer-list-style2 {
  margin: 0;
  padding: 0; }
  .footer-list-style2 li {
    position: relative;
    list-style-type: none;
    color: #fff;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09); }
    .footer-list-style2 li a {
      color: #ffffff; }
      .footer-list-style2 li a:after {
        content: '\f105';
        font-weight: 700;
        font-family: Font Awesome\ 5 Free;
        color: #ffffff;
        position: absolute;
        right: 0;
        vertical-align: middle; }
    .footer-list-style2 li:last-child {
      border-bottom: 0;
      padding-bottom: 0;
      margin-bottom: 0; }
    .footer-list-style2 li a:hover {
      color: #f7b035; }
      .footer-list-style2 li a:hover:after {
        color: #f7b035; }

/*address list*/
.address-list {
  margin: 0;
  padding: 0; }
  .address-list li {
    position: relative;
    list-style-type: none;
    color: #fff;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09); }
    .address-list li:last-child {
      border-bottom: 0;
      padding-bottom: 0;
      margin-bottom: 0; }
    .address-list li a {
      color: #ffffff; }

/*footer-social-style2*/
.footer-social-style2 {
  margin: 0;
  display: inline-block;
  padding: 0;
  list-style: none; }
  .footer-social-style2 li {
    padding-right: 20px;
    display: inline-block; }
    .footer-social-style2 li a {
      color: #ffffff; }
      .footer-social-style2 li a:hover {
        color: #f7b035; }
    .footer-social-style2 li:last-child {
      padding-right: 0; }

/*footer style3*/
.footer-icon {
  background-color: #f7b035;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  margin-right: 20px;
  line-height: 65px;
  text-align: center;
  color: #ffffff;
  font-size: 25px; }

/*footer-list-style3*/
.footer-list-style3 {
  margin: 0;
  padding: 0; }
  .footer-list-style3 li {
    list-style-type: none;
    color: #fff;
    font-size: 14px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dashed rgba(102, 102, 102, 0.3); }
    .footer-list-style3 li:last-child {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: 0; }
    .footer-list-style3 li a {
      color: #ffffff; }
      .footer-list-style3 li a:before {
        content: '\f105';
        font-weight: 700;
        font-family: Font Awesome\ 5 Free;
        color: #ffffff;
        padding-right: 8px;
        transition-duration: .3s; }
      .footer-list-style3 li a:hover {
        color: #f7b035; }
        .footer-list-style3 li a:hover:before {
          color: #f7b035; }

/*footer-social-style3*/
.footer-social-style3 {
  margin: 0;
  display: inline-block;
  padding: 0;
  list-style: none; }
  .footer-social-style3 li {
    padding-right: 25px;
    display: inline-block; }
    .footer-social-style3 li a {
      color: #ffffff; }
      .footer-social-style3 li a:hover {
        color: #f7b035; }
    .footer-social-style3 li:last-child {
      padding-right: 0; }

/*footer-style4*/
/*footer hour list*/
.footer-hour-list {
  margin: 0;
  padding: 0; }
  .footer-hour-list li {
    padding-bottom: 15px;
    display: flex;
    margin-bottom: 15px;
    border-bottom: 1px dashed rgba(102, 102, 102, 0.4); }
    .footer-hour-list li:last-child {
      border-bottom: 0;
      padding-bottom: 0;
      margin-bottom: 0; }
    .footer-hour-list li i {
      padding-right: 20px;
      font-size: 20px;
      margin-top: 4px; }

/*footer-social-style4*/
.footer-social-style4 {
  margin: 0;
  display: inline-block;
  padding: 0;
  list-style: none; }
  .footer-social-style4 li {
    padding-right: 10px;
    display: inline-block; }
    .footer-social-style4 li a {
      color: #ffffff; }
  .footer-social-style4 a i {
    display: inline-block;
    color: rgba(255, 255, 255, 0.5);
    background: none;
    border-radius: 4px;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    transition: all 0.3s ease-out 0s; }
  .footer-social-style4 li a:hover {
    color: #f7b035; }
  .footer-social-style4 a i:hover {
    background: #f7b035;
    color: #ffffff; }
  .footer-social-style4 li:last-child {
    padding-right: 0; }

/*footer-menu*/
.footer-menu {
  padding: 0;
  margin-bottom: 0;
  list-style: none; }
  .footer-menu li {
    display: inline-block; }
    .footer-menu li:after {
      content: '||';
      margin: 0 15px;
      top: 0;
      margin-top: -2px;
      color: rgba(255, 255, 255, 0.5);
      height: auto;
      width: auto; }
    .footer-menu li a {
      color: #ffffff; }
    .footer-menu li.last:after {
      content: none; }

/*footer-style5*/
.footer-extra-box {
  padding: 60px;
  overflow: hidden;
  position: relative;
  background: #f7b035;
  height: 100%;
  width: 100%;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.3); }
  .footer-extra-box i {
    position: absolute;
    left: 50%;
    font-size: 60px;
    color: rgba(0, 0, 0, 0.12);
    top: 50%;
    transform: translate(-50%, -50%); }

@media screen and (max-width: 1199px) {
  .footer-extra-box {
    padding: 50px; } }
@media screen and (max-width: 991px) {
  .footer-extra-box {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25); }
    .footer-extra-box.last {
      border-bottom: 0; } }
@media screen and (max-width: 767px) {
  .footer-extra-box {
    padding: 40px; }
    .footer-extra-box i {
      font-size: 50px; } }
/*footer-style6*/
.client-contact-wrapper {
  background: #f7b035;
  margin-bottom: -60px;
  position: relative;
  z-index: 2; }

/*footer-style7*/
.footer-menus {
  padding: 0;
  margin-bottom: 0;
  list-style: none; }
  .footer-menus li {
    display: inline-block; }
    .footer-menus li:after {
      content: '|';
      margin: 0 15px;
      top: 0;
      color: rgba(255, 255, 255, 0.4);
      height: auto;
      width: auto; }
    .footer-menus li a {
      color: #ffffff; }
    .footer-menus li.last:after {
      content: none; }

/*footer style8*/
.footer-icon-box {
  background-color: #ffffff;
  height: 55px;
  width: 55px;
  line-height: 60px;
  font-size: 25px;
  border-radius: 4px;
  margin-right: 20px;
  text-align: center;
  color: #f7b035; }

/*# sourceMappingURL=styles.css.map */

/*# sourceMappingURL=styles.css.map */
