@charset "UTF-8";
@font-face {
  font-family: "Brush Script MT";
  src: local("Brush Script MT"), url(./assets/fonts/BRUSHSCI.ttf) format("truetype");
}
/*-----------------------------------------------------------------------------------

    Template Name: Potolia
    Template URI: 
    Description: This is html5 template
    Author: Voidcoders
    Author URI: https://themeforest.net/user/voidcoders
    Version: 1.00

-----------------------------------------------------------------------------------

    INDEX
    ===================
    1. Theme default Style
    2. Header Style
    3. Hero Style
    4. About Style
    5. Portfolio Style
    6  Service Style
    7  Testimonial Style
    8  Blog Style
    9  Team Style
    10  Instacarousel Style
    11  Gallery Style
    12  Pricing Style
    13  Error Style
    14  Contact Style
    15  Footer Style
    16  Responsive Style
    
    
-----------------------------------------------------------------------------------*/
/*----------------------------------------*/
/*  Theme default CSS
/*----------------------------------------*/
:root {
  --main-color: linear-gradient(135deg, cyan 30%, #eb9d37 85%);
}

.clear {
  clear: both;
}

::-moz-selection {
  background: #00b0ff;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #00b0ff;
  color: #fff;
  text-shadow: none;
}

.no-mar {
  margin: 0 !important;
}

.no-mar-bot {
  margin: 0px !important;
}

.no-pad {
  padding: 0 !important;
}

.mar-1_br {
  margin-right: -1px;
  margin-bottom: -1px;
}

div#preloader {
  background: #262626 url("../img/preloader.gif") no-repeat scroll center center;
  height: 100%;
  left: 0;
  overflow: visible;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

header.navbar-fixed-top {
  animation-duration: 0.8s;
  animation-name: fadeInDown;
  animation-timing-function: ease-in-out;
  box-shadow: 0 4px 12px -4px rgba(0, 0, 0, 0.75);
  left: 0;
  position: fixed !important;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}

.mar-bot-50 {
  margin-bottom: 50px;
}

.mar-bot-40 {
  margin-bottom: 40px;
}

.mar-bot-35 {
  margin-bottom: 35px;
}

.mar-bot-30 {
  margin-bottom: 30px;
}

.mar-top-30 {
  margin-top: 30px;
}

.mar-top-80 {
  margin-top: 80px;
}

.mar-top-80 {
  margin-top: 80px;
}

.mar-top-55 {
  margin-top: 55px;
}

.mar-top-108 {
  margin-top: 108px;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:focus {
  outline: 0;
}

html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
}

body {
  background: #fff;
  font-weight: normal;
  font-size: 15px;
  letter-spacing: 1.5px;
  color: #888;
  line-height: 30px;
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
}

.dark-bg {
  background-color: #191f3a;
}

img {
  max-width: 100%;
  height: auto;
}

button,
input,
textarea {
  letter-spacing: 1px;
}

/* 
Table Of Contents
=========================
- Default Typography
- Custom Typography
=========================
*/
/* 
--------------------------
- Default Typography
--------------------------
*/
body {
  font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  /* color: #000; */
  letter-spacing: 1.5px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
  font-family: "Poppins", sans-serif;
}

h1 {
  font-size: 36px;
  line-height: 70px;
  letter-spacing: 1px;
  margin-bottom: 0px;
}

h2 {
  font-size: 50px;
  line-height: 6rem;
  margin-bottom: 0px;
}

h3 {
  font-size: 24px;
  line-height: 5rem;
  margin-bottom: 0px;
}

h4 {
  font-size: 20px;
  line-height: 27px;
}

h5 {
  font-size: 16px;
  line-height: 24px;
}

h6 {
  font-size: 14px;
  line-height: 24px;
}

p {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 28px;
  margin: 0;
}

p img {
  margin: 0;
}

span {
  font-family: "Poppins", sans-serif;
}

/* em and strong */
em {
  font: 15px/30px;
}

strong,
b {
  font: 15px/30px;
}

small {
  font-size: 11px;
  line-height: inherit;
}

/*  blockquotes */
blockquote {
  border-left: 0 none;
  font-family: "Poppins", sans-serif;
  margin: 10px 0;
  padding-left: 40px;
  position: relative;
}

blockquote::before {
  color: #4e5665;
  content: "∩äì";
  font-family: "Poppins", sans-serif;
  font-size: 36px;
  left: 20px;
  line-height: 0;
  margin: 0;
  opacity: 0.5;
  position: absolute;
  top: 20px;
}

blockquote p {
  font-style: italic;
  padding: 0;
  font-size: 18px;
  line-height: 36px;
}

blockquote cite {
  display: block;
  font-size: 12px;
  font-style: normal;
  line-height: 18px;
}

blockquote cite:before {
  content: "\2014 \0020";
}

blockquote cite a,
blockquote cite a:visited {
  color: #8B9798;
  border: none;
}

/* abbreviations */
abbr {
  color: #444;
  font-weight: 700;
  font-variant: small-caps;
  text-transform: lowercase;
  letter-spacing: .6px;
}

abbr:hover {
  cursor: help;
}

/* links */
a,
a:visited {
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  /* font-size: 30px; */
  color: #f7f7f7;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  outline: 0;
}

a:hover,
a:active {
  color: black;
  text-decoration: none;
  outline: 0;
}

a:focus {
  text-decoration: none;
  outline: 0;
}

p a,
p a:visited {
  line-height: inherit;
  outline: 0;
}

a.active-page {
  color: #e6ae48 !important;
}

/* list */
ul,
ol {
  margin-bottom: 0px;
  margin-top: 0px;
}

ul {
  margin: 0;
}

ol {
  list-style: decimal;
}

ol,
ul.square,
ul.circle,
ul.disc {
  margin-left: 0px;
}

ul.square {
  list-style: square outside;
}

ul.circle {
  list-style: circle outside;
}

ul.disc {
  list-style: disc outside;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin: 0;
}

ul ul li,
ul ol li,
ol ul li,
ol ol li {
  margin-bottom: 0px;
}

li {
  line-height: 18px;
  margin-bottom: 10px;
}

/* definition list */
dl {
  margin: 12px 0;
}

dt {
  margin: 0;
  color: #11ABB0;
}

dd {
  margin: 0 0 0 20px;
}

i[class^="flaticon-"]:before {
  font-size: inherit;
  margin: 0;
}

.section-padding {
  padding: 52px 0px;
}

.section-padding-top {
  padding-top: 80px;
}

.section-padding-bot {
  padding-bottom: 80px;
}

.no-pad-top {
  padding-top: 0px;
}

.no-pad-bot {
  padding-top: 0px;
}

.section-titleV1 {
  position: relative;
  text-align: center;
  max-width: 750px;
  padding: 20px;
  margin: 20px auto;
}

.section-titleV1 p {
  font-size: 18px;
  letter-spacing: 0px;
  color: #545361;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 24px;
}

.section-titleV1 h3 {
  font-size: 36px;
  letter-spacing: 0px;
  color: #43435b;
  line-height: 44px;
  font-weight: 500;
  margin: 10px auto;
  text-transform: uppercase;
}

.bgDark .section-titleV1 p {
  color: #fff;
}

.bgDark .section-titleV1 h3 {
  color: #fff;
}

.section-titleV2 {
  position: relative;
  margin: 25px auto;
  padding: 25px 0px;
  text-align: center;
  max-width: 880px;
}

.section-titleV2 h3 {
  font-size: 36px;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0px;
  line-height: 46px;
  font-weight: 500;
  max-width: 767px;
  margin: 0 auto 25px;
}

.section-titleV2 p {
  /* font-family: $quaternaryFont; */
  font-size: 18px;
  letter-spacing: 0px;
  font-weight: 400;
  color: #101015;
}

.section-titleV2alt {
  position: relative;
  margin: 25px auto;
  padding: 25px 0px;
  text-align: center;
  max-width: 880px;
}

.section-titleV2alt h3 {
  font-size: 36px;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0px;
  line-height: 46px;
  font-weight: 500;
  max-width: 767px;
  margin: 0 auto 25px;
  color: #fff;
}

.section-titleV2alt p {
  /* font-family: $quaternaryFont; */
  font-size: 18px;
  letter-spacing: 0px;
  font-weight: 400;
  color: #fff;
}

.bgOffWhite {
  background-color: #f6f6f6;
}

/*  Section Text */
.section-text {
  position: relative;
}

.section-text p {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #43435b;
  margin-bottom: 25px;
}

.section-text .section-titleV1 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section-text .section-titleV1 p {
  font-size: 18px;
  margin-bottom: 0px;
}

.section-text ul {
  position: relative;
  padding: 0px;
  list-style-type: none;
  /* background: var(--main-color); */
  margin-bottom: 25px;
  border-radius: 5px;
}

.section-text ul li {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 24px;
  margin: 5px auto;
  padding-left: 0px;
  font-weight: 600;
  font-style: italic;
  color: black;
}

.dark-bg .section-text p {
  color: #fff;
}

.st-white .section-titleV1 h3 {
  color: #fff;
}

.st-white .section-titleV1 p {
  color: #fff;
}

.st-white p {
  color: #fff;
}

/* Button Style */
.btn-style-1 {
  font-size: 16px !important;
  letter-spacing: 0px;
  color: #fff !important;
  background: var(--main-color);
  padding: 12px 20px;
  display: inline-block;
  border-radius: 5px;
  position: relative;
}

.btn-style-1:before,
.btn-style-1:after {
  position: absolute;
  content: '';
  height: 100%;
  width: 50%;
  background-color: rgba(0, 0, 0, 0.15);
  top: 0;
  opacity: 0;
  transition: .5s ease;
}

.btn-style-1:before {
  left: 0;
}

.btn-style-1:after {
  right: 0;
}

.btn-style-1:hover:before {
  opacity: 1;
  width: 0px;
}

.btn-style-1:hover:after {
  opacity: 1;
  width: 0px;
}

a.btns1b {
  position: relative;
  background: var(--main-color) !important;
  color: #fff !important;
  border-color: var(--main-color) !important;
}

a.btns1b:before,
a.btns1b:after {
  position: absolute;
  content: '';
  height: 100%;
  width: 50%;
  background-color: rgba(0, 0, 0, 0.15);
  top: 0;
  opacity: 0;
  transition: .5s ease;
}

a.btns1b:before {
  left: 0;
}

a.btns1b:after {
  right: 0;
}

a.btns1b:hover:before {
  opacity: 1;
  width: 0px;
}

a.btns1b:hover:after {
  opacity: 1;
  width: 0px;
}

.read-more-btn-1 {
  position: relative;
  font-size: 12px !important;
  font-family: "Poppins", sans-serif !important;
  letter-spacing: 0px;
  color: #fff !important;
  background-color: #d79e43;
  padding: 5px 18px;
  display: inline-block;
  border-radius: 5px;
}

.read-more-btn-1:before,
.read-more-btn-1:after {
  position: absolute;
  content: '';
  height: 100%;
  width: 50%;
  background-color: rgba(0, 0, 0, 0.15);
  top: 0;
  opacity: 0;
  transition: .5s ease;
}

.read-more-btn-1:before {
  left: 0;
}

.read-more-btn-1:after {
  right: 0;
}

.read-more-btn-1:hover {
  color: #fff;
}

.read-more-btn-1:hover:before {
  opacity: 1;
  width: 0px;
}

.read-more-btn-1:hover:after {
  opacity: 1;
  width: 0px;
}

.read-more-btn-1 i {
  margin-left: 5px;
}

/* -------- KeyFrames -------- */
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }

  to {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@-moz-keyframes AntiClockWiseSpin {
  from {
    -moz-transform: rotate(0deg);
  }

  to {
    -moz-transform: rotate(-360deg);
  }
}

@-webkit-keyframes AntiClockWiseSpin {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(-360deg);
  }
}

@keyframes AntiClockWiseSpin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(-360deg);
  }
}

@-webkit-keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }

  50% {
    opacity: 1;
  }

  to {
    opacity: 0;
    left: 100%;
  }
}

@-moz-keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }

  50% {
    opacity: 1;
  }

  to {
    opacity: 0;
    left: 100%;
  }
}

@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }

  50% {
    opacity: 1;
  }

  to {
    opacity: 0;
    left: 100%;
  }
}

@-webkit-keyframes scrollBounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
  }
}

@-moz-keyframes scrollBounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
  }

  40% {
    -moz-transform: translateY(-30px);
  }

  60% {
    -moz-transform: translateY(-15px);
  }
}

@-o-keyframes scrollBounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -o-transform: translateY(0);
  }

  40% {
    -o-transform: translateY(-30px);
  }

  60% {
    -o-transform: translateY(-15px);
  }
}

@keyframes scrollBounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-30px);
  }

  60% {
    transform: translateY(-15px);
  }
}

/* -------- KeyFrames END -------- */
/* ---------- Theme default CSS END ---------- */
/*----------------------------------------*/
/*  Header Style 1
/*----------------------------------------*/
.fotolia-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
}


.header_1.navbar-fixed-top {
  top: -60px;
  background: var(--main-color);
}

.header_1 .desktop-menu {
  position: relative;
  background: var(--main-color);
  padding: 20px;
  border-radius: 0px;
}

.header_1 .s-menu nav>ul>li>a:hover {
  position: relative;
}

.header_1 .s-menu nav>ul>li>a:hover:after {
  position: absolute;
  content: '';
  height: 2px;
  width: calc(100% - 30px);
  bottom: 20px;
  left: 15px;
  background-color: #fff;
}

.header_1 .s-menu nav ul li a {
  font-family: "Poppins", sans-serif;
  letter-spacing: 0px;
}

.header_1 .s-menu nav>ul li a {
  font-size: 14px;
}

.topbar {
  position: relative;
  padding: 15px 0px;
}

.topbar .tb-contact-info span {
  display: inline-block;
  letter-spacing: 0px;
  color: white;
  font-size: 14px;
  margin-right: 10px;
  padding-right: 10px;
  font-weight: 400;
}

.topbar .tb-contact-info span i {
  font-size: 16px;
  margin-right: 10px;
}

.topbar .tb-contact-info .phone-mail {
  text-align: left;
}

.topbar .tb-contact-info .location {
  text-align: right;
}

.searchV1-btn {
  position: relative;
  display: inline-block;
}

.soc-btn {
  color: #fff;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  z-index: 999;
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.search-close {
  display: none;
}

.search-close:hover {
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

/*-------------- saerch section -----------*/
.search_V1 {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 1000px;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.95);
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: 2;
}

.search_V1 i {
  color: #03a9f4;
  font-size: 1.7em;
  cursor: pointer;
}

.search_V1 .input {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 350px;
  height: 40px;
  background: transparent;
  border: none;
  outline: none;
  border-bottom: 3px solid #eee;
  color: #eee;
  font-size: 1.3em;
  display: none;
}

.search_V1.open {
  height: 4000px;
  width: 4000px;
}

.search-menu-btn {
  position: relative;
  text-align: center;
  padding: 6px 0px;
}

/*------------- Header Style 1 END -------------*/
/*----------------------------------------*/
/*  Secondary Menu Style 1
/*----------------------------------------*/
.secondMenu_V1 {
  position: fixed;
  height: 0px;
  width: 0px;
  opacity: 0;
  left: 50%;
  top: 50%;
  background-color: #000;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  z-index: 1;
  overflow: hidden;
}

.secondMenu_V1.active {
  position: fixed;
  width: 100%;
  height: 700px;
  min-height: 100vh;
  opacity: 1;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 99;
}

.fotoliaCircular-menu {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 180px auto;
  padding: 0px;
}

.fotoliaCircular-menu .circle {
  width: 250px;
  height: 250px;
  opacity: 0;
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.fotoliaCircular-menu .circle a {
  text-decoration: none;
  color: white;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin-left: -20px;
  margin-top: -20px;
  position: absolute;
  text-align: center;
}

.fotoliaCircular-menu .circle a i {
  font-size: 30px;
}

.fotoliaCircular-menu .circle a:hover {
  color: var(--main-color);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

.fotoliaCircular-menu .open.circle {
  opacity: 1;
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.menu2nd-btn {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  line-height: 20px;
  margin-left: 20px;
  position: relative;
  height: 28px;
  width: 28px;
}

.menu2nd-btn i {
  position: absolute;
  top: 5px;
}

.fotoliaCircular-menu .menu2nd-btn {
  position: absolute;
  top: calc(55% - 30px);
  left: calc(50% - 30px);
}

/*------------- Secondary Menu Style 1 END -------------*/
/*----------------------------------------*/
/*  Header Style 2
/*----------------------------------------*/
.h2bg-overlay {
  background-color: rgba(32, 32, 32, 0.5);
}

.header_2.navbar-fixed-top {
  background-color: #17171d;
}

.header_2 .desktop-menu {
  position: relative;
  padding: 20px;
  border-radius: 0px;
}

.header_2 .s-menu nav ul li a {
  font-family: "Poppins", sans-serif;
  letter-spacing: 0px;
}

.header_2 .s-menu nav ul li a:hover {
  color: var(--main-color);
}

.header_2 .s-menu nav>ul li a {
  font-size: 14px;
  font-weight: 500;
}

.header_2 .h-social {
  position: relative;
  text-align: right;
  max-width: 175px;
  margin-right: 0;
  margin-left: auto;
}

.header_2 .h-social ul {
  position: relative;
  padding: 11px 0px;
  list-style-type: none;
}

.header_2 .h-social ul li {
  position: relative;
  display: inline-block;
  margin: 1px;
}

.header_2 .h-social ul li a {
  position: relative;
  color: #fff;
  font-size: 14px;
  background: var(--main-color);
  padding: 5px 0px;
  display: block;
  width: 28px;
  height: 28px;
  text-align: center;
}

.header_2 .h-social ul li a:hover {
  transform: rotateY(180deg);
}

.header_2 .social-search-btn {
  position: relative;
  text-align: center;
  min-height: 55px;
  max-width: 300px;
  margin: 3px auto 0px;
}

.header_2 .social-search-btn .search-menu-btn {
  text-align: left;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}

.header_2 .social-search-btn .search-menu-btn .h-social {
  position: absolute;
  right: 0;
  top: 0;
  padding: 12px 0px;
  display: inline-block;
}

.header_2 .h-social ul:before {
  position: absolute;
  content: '';
  height: 30px;
  width: 1px;
  background-color: #fff;
  left: -25px;
  top: 10px;
}

.header_2 .menu2nd-btn i,
.header_2 .soc-btn i {
  transition: .5s ease;
}

.header_2 .menu2nd-btn i:hover,
.header_2 .soc-btn i:hover {
  color: var(--main-color);
}

.h8m {
  border-bottom: 1px solid #666666;
}

.h8m .search-menu-btn {
  text-align: right;
}

/*------------- Header Style 2 END -------------*/
/*----------------------------------------*/
/*  Header Style 3
/*----------------------------------------*/
.header_3.navbar-fixed-top {
  background-color: #17171d;
}

.header_3 {
  padding: 25px 0px;
}

.header_3 .button_container {
  position: fixed;
  top: 35px;
  right: 10%;
  height: 27px;
  width: 35px;
  cursor: pointer;
  z-index: 100;
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  -ms-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.header_3 .button_container:hover {
  opacity: .7;
}

.header_3 .button_container span {
  background: #fff;
  border: none;
  height: 5px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  cursor: pointer;
}

.header_3 .button_container span:nth-of-type(2) {
  top: 11px;
}

.header_3 .button_container span:nth-of-type(3) {
  top: 22px;
}

.header_3 .darkColor i {
  color: #43435b;
}

.header_3 .darkColor span {
  background-color: #43435b !important;
}

.header_3 .button_container.active .top {
  transform: translateY(11px) translateX(0) rotate(45deg);
  background: #fff;
}

.header_3 .button_container.active .middle {
  opacity: 0;
  background: #fff;
}

.header_3 .button_container.active .bottom {
  transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #fff;
}

.header_3 .fp-search {
  position: relative;
  text-align: right;
  margin-right: 75px;
  margin-top: 8px;
}

.overlayNav {
  position: fixed;
  background: #2a2a2a;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s, visibility .35s, height .35s;
  overflow: hidden;
  z-index: 9;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.overlayNav::-webkit-scrollbar {
  width: 10px;
}

.overlayNav::-webkit-scrollbar-track {
  background: transparent;
}

.overlayNav::-webkit-scrollbar-thumb {
  background: transparent;
}

.overlayNav::-webkit-scrollbar-thumb:hover {
  background: transparent;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }

  100% {
    opacity: 1;
    left: 0;
  }
}

.overlayNav.open {
  opacity: .9;
  visibility: visible;
  height: 100%;
  overflow: scroll;
  overflow-x: hidden;
}

.overlayNav.open li {
  animation: fadeInRight .5s ease forwards;
  animation-delay: .35s;
}

.overlayNav.open li:nth-of-type(2) {
  animation-delay: .4s;
}

.overlayNav.open li:nth-of-type(3) {
  animation-delay: .45s;
}

.overlayNav.open li:nth-of-type(4) {
  animation-delay: .50s;
}

.overlayNav .nav-side-menu {
  position: relative;
  max-width: 440px;
  width: 100%;
  height: 100%;
  margin: 120px auto 50px;
  overflow-x: hidden;
  overflow-y: auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.overlayNav .nav-side-menu::-webkit-scrollbar {
  width: 0px;
}

.overlayNav .nav-side-menu::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.overlayNav .nav-side-menu::-webkit-scrollbar-thumb {
  background: #888;
}

.overlayNav .nav-side-menu::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.overlayNav ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  line-height: 35px;
  cursor: pointer;
  text-align: center;
}

.overlayNav ul:not(collapsed) .arrow:before {
  font-family: "Poppins", sans-serif;
  content: "\f078";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  float: right;
}

.overlayNav ul .active {
  background-color: #4f5b69;
}

.overlayNav ul li.f-submenu {
  position: relative;
}

.overlayNav ul li.f-submenu a {
  position: relative;
  margin-bottom: 0px;
  display: inline-block;
}

.overlayNav ul li.f-submenu a:after {
  position: absolute;
  content: '\f01a';
  font-family: "Poppins", sans-serif;
  right: -25px;
  top: 0;
  font-size: 24px;
  line-height: 55px;
}

.overlayNav ul .sub-menu li {
  border: none;
  line-height: 28px;
  border-bottom: 1px solid #23282e;
  margin-left: 0px;
}

.overlayNav li {
  list-style: none;
  padding: 0px;
  margin: 0px;
  line-height: 35px;
  cursor: pointer;
  padding-left: 0px;
}

.overlayNav li:not(collapsed) .arrow:before {
  font-family: "Poppins", sans-serif;
  content: "\f078";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  float: right;
}

.overlayNav li .active {
  background-color: #4f5b69;
}

.overlayNav li .sub-menu li {
  border: none;
  line-height: 28px;
  border-bottom: 1px solid #23282e;
  margin-left: 0px;
}

.overlayNav li a {
  color: #ffffff;
  font-size: 28px;
  line-height: 40px;
  letter-spacing: 0px;
  padding: 6px 10px;
  display: block;
  margin: 0px auto;
  font-weight: 500;
}

.overlayNav li a:hover {
  color: var(--main-color);
}

.overlayNav li a span.arrow {
  font-size: 16px;
  font-weight: 300;
}

.overlayNav li a i {
  padding-left: 10px;
  width: 20px;
  padding-right: 20px;
}

.overlayNav ul.sub-menu li {
  padding-left: 20px;
}

.overlayNav ul.sub-menu li a {
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  display: block;
  margin: 0 auto;
}

.overlayNav .menu-list .menu-content {
  display: block;
}

.overlayNav nav.overlay-menu ul.oLay-menu {
  margin: 90px auto;
}

/*------------- Header Style 3 END -------------*/
/*----------------------------------------*/
/*  Home 5 Navigation Style
/*----------------------------------------*/
.overlay-menu-wrapper {
  position: relative;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: scroll;
}

.overlay-menu-wrapper .nav-side-menu {
  overflow: auto;
  position: relative;
  width: 440px;
  height: 100%;
  margin: 40px auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.overlay-menu-wrapper .nav-side-menu::-webkit-scrollbar {
  width: 0px;
}

.overlay-menu-wrapper .nav-side-menu::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.overlay-menu-wrapper .nav-side-menu::-webkit-scrollbar-thumb {
  background: #888;
}

.overlay-menu-wrapper .nav-side-menu::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.overlay-menu-wrapper ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  line-height: 35px;
  cursor: pointer;
}

.overlay-menu-wrapper ul:not(collapsed) .arrow:before {
  font-family: "Poppins", sans-serif;
  content: "\f078";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  float: right;
}

.overlay-menu-wrapper ul .active {
  background-color: #4f5b69;
}

.overlay-menu-wrapper ul li.f-submenu a {
  margin-bottom: 0px;
}

.overlay-menu-wrapper ul .sub-menu li {
  background-color: #181c20;
  border: none;
  line-height: 28px;
  border-bottom: 1px solid #23282e;
  margin-left: 0px;
}

.overlay-menu-wrapper ul .sub-menu li:hover {
  background-color: #020203;
}

.overlay-menu-wrapper li {
  list-style: none;
  padding: 0px;
  margin: 0px;
  line-height: 35px;
  cursor: pointer;
  padding-left: 0px;
}

.overlay-menu-wrapper li:not(collapsed) .arrow:before {
  font-family: "Poppins", sans-serif;
  content: "\f078";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  float: right;
}

.overlay-menu-wrapper li .active {
  background-color: #4f5b69;
}

.overlay-menu-wrapper li .sub-menu li {
  background-color: #181c20;
  border: none;
  line-height: 28px;
  border-bottom: 1px solid #23282e;
  margin-left: 0px;
}

.overlay-menu-wrapper li .sub-menu li:hover {
  background-color: #020203;
}

.overlay-menu-wrapper li a {
  text-decoration: none;
  color: #ffffff;
  font-size: 34px;
  line-height: 44px;
  letter-spacing: 0px;
  padding: 10px 15px;
  display: block;
  margin: 15px auto;
  font-weight: 600;
}

.overlay-menu-wrapper li a span.arrow {
  font-size: 16px;
  font-weight: 300;
}

.overlay-menu-wrapper li a i {
  padding-left: 10px;
  width: 20px;
  padding-right: 20px;
}

.overlay-menu-wrapper li:hover {
  background-color: #4f5b69;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

.overlay-menu-wrapper ul.sub-menu li {
  padding-left: 20px;
}

.overlay-menu-wrapper ul.sub-menu li a {
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  display: block;
  margin: 0 auto;
}

.overlay-menu-wrapper .menu-list .menu-content {
  display: block;
}

.sf-toggle-close {
  color: #fff;
  font-size: 26px;
  margin: 5px 15px;
  display: inline-block;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

/* width */
.overlay-menu-wrapper::-webkit-scrollbar {
  width: 0px;
}

/* Track */
.overlay-menu-wrapper::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.overlay-menu-wrapper::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.overlay-menu-wrapper::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.h10.navbar-fixed-top {
  background-color: #f6f6f6;
}

/*------------- Home 5 Navigation Style END -------------*/
/*----------------------------------------*/
/*  Hero Style 1
/*----------------------------------------*/
.hero-area {
  position: relative;
  padding: 160px 0px 80px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}

.hero_V1 {
  /* background-image: url(../../assets/images/live-video.webp); */
  padding-bottom: 60px;
  background-attachment: fixed;
  height: 550px;
}

.hero_V1:before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  /* background-color: rgba(16, 16, 21, 0.8); */
}

.hero_V1 .hero-content {
  position: relative;
  padding: 15px;
}

.hero_V1 .hero-content .hero-text {
  position: relative;
  text-align: center;
  margin: 50px auto;
}

.hero_V1 .hero-content .hero-text h2 {
  color: #fff;
  font-size: 48px;
  line-height: 60px;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: capitalize;
}

.hero_V1 .hero-content .hero-text p {
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  padding: 5px;
  max-width: 900px;
  margin: 15px auto;
}

.hero_V1 .hero-content .hero-text .hero-btn a {
  margin: 10px;
  text-transform: uppercase;
  background-color: transparent;
  border: 1px solid #fff;
}

.hero_V1 .hero-content .hero-text .hero-btn a:hover {
  border-color: var(--main-color);
  background: var(--main-color);
}

.hero_V1 .hb-scroll-btn {
  position: relative;
  text-align: center;
}

.hero_V1 .hb-scroll-btn a {
  color: #fff;
  font-size: 30px;
}

/*------------- Hero Style 1 END -------------*/
/*----------------------------------------*/
/*  Revolution Hero Style 1
/*----------------------------------------*/
.revSlideHero {
  padding-top: 0px;
  padding-bottom: 0px;
}

.revSlideHero .erinyen .tp-tab-title {
  color: #fff;
  letter-spacing: 0px;
  font-weight: 400;
}

.revSlideHero .tp-tabs {
  margin-top: 40px;
}

.revSlideHero .Newspaper-Subtitle {
  color: #fff !important;
  margin-bottom: 5px !important;
  padding-bottom: 10px !important;
  top: 0px !important;
  font-size: 18px !important;
}

.revSlideHero .Newspaper-Title {
  top: 15px !important;
}

.revSlideHero .Newspaper-Button {
  letter-spacing: 0px !important;
  font-weight: 400 !important;
  background: var(--main-color) !important;
}

.revSlideHero .tp-bgimg {
  position: relative;
  transition: .5s ease;
}

.revSlideHero .tp-loop-wrap {
  padding-top: 100px;
}

/*------------- Revolution Hero Style 1 END -------------*/
/*----------------------------------------*/
/*  Hero Style 2
/*----------------------------------------*/
.hero_V2 {
  padding: 0px;
  background-image: url(../img/bg/hero-2.jpg);
  background-size: cover;
  background-attachment: fixed;
}

.hero_V2 .hero19-carousel,
.hero_V2 .hero2-carousel {
  position: relative;
}

.hero_V2 .hero19-carousel .item,
.hero_V2 .hero2-carousel .item {
  position: relative;
}

.hero_V2 .hero19-carousel .item .single-hero-carousel,
.hero_V2 .hero2-carousel .item .single-hero-carousel {
  position: relative;
  padding: 160px 0px 140px;
}

.hero_V2 .hero19-carousel .item .single-hero-carousel img.hero-slider-bg,
.hero_V2 .hero2-carousel .item .single-hero-carousel img.hero-slider-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  object-fit: cover;
}

.hero_V2 .hero19-carousel .owl-nav,
.hero_V2 .hero2-carousel .owl-nav {
  display: none;
}

.hero_V2 .hero19-carousel .owl-dots,
.hero_V2 .hero2-carousel .owl-dots {
  position: absolute;
  right: 25px;
  top: 45%;
}

.hero_V2 .hero19-carousel .owl-dots .owl-dot,
.hero_V2 .hero2-carousel .owl-dots .owl-dot {
  display: block;
}

.hero_V2 .hero19-carousel .owl-dots .owl-dot span,
.hero_V2 .hero2-carousel .owl-dots .owl-dot span {
  position: relative;
  height: 16px;
  width: 16px;
  background-color: transparent !important;
  border: 1px solid #fff;
}

.hero_V2 .hero19-carousel .owl-dots .owl-dot span:hover:before,
.hero_V2 .hero2-carousel .owl-dots .owl-dot span:hover:before {
  position: absolute;
  content: '';
  height: 10px;
  width: 10px;
  background-color: #fff;
  right: 2px;
  top: 2px;
  border-radius: 50%;
}

.hero_V2 .hero19-carousel .owl-dots .owl-dot.active span,
.hero_V2 .hero2-carousel .owl-dots .owl-dot.active span {
  background-color: rgba(0, 0, 0, 0);
}

.hero_V2 .hero19-carousel .owl-dots .owl-dot.active span:before,
.hero_V2 .hero2-carousel .owl-dots .owl-dot.active span:before {
  position: absolute;
  content: '';
  height: 10px;
  width: 10px;
  background-color: #fff;
  right: 2px;
  top: 2px;
  border-radius: 50%;
}

.hero_V2 .hero-content {
  position: relative;
  margin: 25px auto;
}

.hero_V2 .hero-content .hero-text {
  position: relative;
  text-align: center;
  max-width: 992px;
  margin: 25px auto;
}

.hero_V2 .hero-content .hero-text h2 {
  font-size: 60px;
  line-height: 72px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: capitalize;
}

.hero_V2 .hero-content .hero-text .hero-btn {
  margin: 60px auto 50px;
}

.hero_V2 .hero-content .hero-text .hero-btn a.btn-style-1 {
  position: relative;
  background-color: rgba(16, 16, 21, 0.5);
  border: 1px solid #fff;
  border-radius: 0px;
}

.hero_V2 .hero-content .hero-text .hero-btn a.btn-style-1:before,
.hero_V2 .hero-content .hero-text .hero-btn a.btn-style-1:after {
  position: absolute;
  content: '';
  height: 100%;
  width: 50%;
  background-color: rgba(0, 0, 0, 0.15);
  top: 0;
  opacity: 0;
  transition: .5s ease;
}

.hero_V2 .hero-content .hero-text .hero-btn a.btn-style-1:before {
  left: 0;
}

.hero_V2 .hero-content .hero-text .hero-btn a.btn-style-1:after {
  right: 0;
}

.hero_V2 .hero-content .hero-text .hero-btn a.btn-style-1:hover:before {
  opacity: 1;
  width: 0px;
}

.hero_V2 .hero-content .hero-text .hero-btn a.btn-style-1:hover:after {
  opacity: 1;
  width: 0px;
}

.hero_V2 .hero-social {
  position: absolute;
  top: 35%;
  left: 25px;
  z-index: 1;
}

.hero_V2 .hero-social ul {
  position: relative;
  padding: 0;
  list-style-type: none;
}

.hero_V2 .hero-social ul li {
  position: relative;
  margin: 15px auto;
}

.hero_V2 .hero-social ul li a {
  font-size: 18px;
  line-height: 25px;
  color: #fff;
  letter-spacing: 0px;
  font-weight: 200;
}

.hero_V2 .hero-social ul li a i {
  width: 20px;
}

.hero_V2 .hero-social ul li a span {
  opacity: 0;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  overflow: hidden;
  margin-left: -60px;
}

.hero_V2 .hero-social ul li a:hover span {
  opacity: 1;
  margin-left: 10px;
}

/*------------- Hero Style 2 END -------------*/
/*----------------------------------------*/
/*  Hero Style 3
/*----------------------------------------*/
.hero_V3 {
  padding: 0px;
  background-image: url(../img/bg/hero-3.jpg);
  background-attachment: fixed;
  background-size: cover;
}

.hero_V3 .hero2-carousel {
  position: relative;
}

.hero_V3 .hero2-carousel .item {
  position: relative;
}

.hero_V3 .hero2-carousel .item .single-hero-carousel {
  position: relative;
  padding: 160px 0px 100px;
}

.hero_V3 .hero2-carousel .item .single-hero-carousel img.hero-slider-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}

.hero_V3 .hero2-carousel .owl-nav {
  display: none;
}

.hero_V3 .hero2-carousel .owl-dots {
  margin: 0px auto;
  padding-bottom: 25px;
}

.hero_V3 .hero2-carousel .owl-dots .owl-dot span {
  position: relative;
  height: 16px;
  width: 16px;
  background-color: transparent !important;
  border: 1px solid #fff;
}

.hero_V3 .hero2-carousel .owl-dots .owl-dot span:hover:before {
  position: absolute;
  content: '';
  height: 10px;
  width: 10px;
  background-color: #fff;
  right: 2px;
  top: 2px;
  border-radius: 50%;
}

.hero_V3 .hero2-carousel .owl-dots .owl-dot.active span {
  background-color: rgba(0, 0, 0, 0);
}

.hero_V3 .hero2-carousel .owl-dots .owl-dot.active span:before {
  position: absolute;
  content: '';
  height: 10px;
  width: 10px;
  background-color: #fff;
  right: 2px;
  top: 2px;
  border-radius: 50%;
}

.hero_V3 .hero-content {
  position: relative;
  margin: 25px auto;
}

.hero_V3 .hero-content .hero-text {
  position: relative;
  text-align: left;
  max-width: 992px;
  margin: 25px auto;
}

.hero_V3 .hero-content .hero-text h2 {
  position: relative;
  font-size: 46px;
  line-height: 54px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: uppercase;
  margin: 40px auto;
}

.hero_V3 .hero-content .hero-text h2:before {
  position: absolute;
  content: '';
  height: 2px;
  width: 300px;
  background-color: #fff;
  bottom: -20px;
  left: 0;
}

.hero_V3 .hero-content .hero-text p {
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #fff;
  font-weight: 300;
  margin: 25px auto;
}

.hero_V3 .hero-content .hero-text .hero-btn {
  margin: 100px auto 50px;
}

.hero_V3 .hero-content .hero-text .hero-btn a.btn-style-1 {
  background-color: rgba(16, 16, 21, 0.5);
  border: 1px solid #fff;
  border-radius: 0px;
}

.hero_V3 .hero-social {
  position: absolute;
  top: 35%;
  left: 25px;
  z-index: 1;
}

.hero_V3 .hero-social ul {
  position: relative;
  padding: 0;
  list-style-type: none;
}

.hero_V3 .hero-social ul li {
  position: relative;
  margin: 15px auto;
}

.hero_V3 .hero-social ul li a {
  font-size: 18px;
  line-height: 25px;
  color: #fff;
  letter-spacing: 0px;
  font-weight: 200;
}

.hero_V3 .hero-social ul li a i {
  width: 20px;
}

.hero_V3 .hero-social ul li a span {
  opacity: 0;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  overflow: hidden;
  margin-left: -60px;
}

.hero_V3 .hero-social ul li a:hover span {
  opacity: 1;
  margin-left: 10px;
}

/*------------- Hero Style 3 END -------------*/
/*----------------------------------------*/
/*  Hero Style 4
/*----------------------------------------*/
.hero_V4 {
  background-image: url(../img/bg/hero-4.jpg);
  border-bottom: 5px solid var(--main-color);
  padding-bottom: 60px;
  background-size: cover;
  background-attachment: fixed;
}

.hero_V4:before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: rgba(16, 16, 21, 0.8);
}

.hero_V4 .hero-content {
  position: relative;
  padding: 15px;
}

.hero_V4 .hero-content .hero-text {
  position: relative;
  text-align: left;
  margin: 80px auto;
}

.hero_V4 .hero-content .hero-text h2 {
  color: #fff;
  font-size: 48px;
  line-height: 60px;
  font-weight: 400;
  letter-spacing: 0px;
}

.hero_V4 .hero-content .hero-text h2 span {
  text-decoration: underline;
}

.hero_V4 .hero-content .hero-text p {
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  padding: 15px 0px;
  max-width: 900px;
}

.hero_V4 .hero-content .hero-text .hero-btn a {
  color: var(--main-color);
  letter-spacing: 0px;
  margin: 10px;
  font-size: 18px;
  background-color: transparent;
  position: relative;
  padding: 5px 0px 5px 75px;
}

.hero_V4 .hero-content .hero-text .hero-btn a:hover {
  background-color: transparent !important;
  border-color: var(--main-color);
  background: var(--main-color);
}

.hero_V4 .hero-content .hero-text .hero-btn a:after {
  position: absolute;
  content: '';
  width: 65px;
  height: 1px;
  background: var(--main-color);
  left: -5px;
  top: 18px;
}

.hero_V4 .hb-scroll-btn {
  position: relative;
  text-align: right;
}

.hero_V4 .hb-scroll-btn a {
  color: #fff;
  font-size: 30px;
}

.hero_V4 .hero-content .hero-social {
  position: relative;
}

.hero_V4 .hero-content .hero-social ul {
  position: relative;
  padding: 0px;
  list-style-type: none;
}

.hero_V4 .hero-content .hero-social ul li {
  position: relative;
  display: inline-block;
  margin: 8px;
}

.hero_V4 .hero-content .hero-social ul li a {
  position: relative;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0px;
}

.hero_V4 .hero-content .hero-social ul li a:hover {
  color: #eb9d29;
}

.hero_V4 .hero-content .hero-social ul:after {
  position: absolute;
  content: '';
  width: 85%;
  height: 2px;
  background-color: #8c8c93;
  right: -80px;
  top: 18px;
}

/*------------- Hero Style 4 END -------------*/
/*----------------------------------------*/
/*  Hero Style 5
/*----------------------------------------*/
.hero_V5 {
  padding: 0px;
}

.heroV5-carousel {
  position: relative;
}

.heroV5-carousel .item .single-hero5 {
  position: relative;
  padding: 120px 0px 15px;
  min-height: 665px;
  overflow: hidden;
}

.heroV5-carousel .item .single-hero5:before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #202020;
  opacity: .75;
  z-index: 1;
}

.heroV5-carousel .item .single-hero5 img.sh5bg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

.heroV5-carousel .item .single-hero5 .hero-text {
  position: relative;
  z-index: 1;
  max-width: 767px;
  margin: 80px auto;
  text-align: center;
  padding-bottom: 60px;
}

.heroV5-carousel .item .single-hero5 .hero-text h2 {
  font-size: 80px;
  line-height: 100px;
  letter-spacing: 0px;
  color: #fff;
  text-transform: uppercase;
  margin: 40px auto 25px;
  padding: 60px 0px 40px;
  font-weight: 600;
}

.heroV5-carousel .item .single-hero5 .hb-bottom {
  position: relative;
  width: 100%;
  max-width: 1024px;
  z-index: 1;
  margin: 0 auto;
  min-height: 50px;
  padding: 12px 0px;
}

.heroV5-carousel .item .single-hero5 .hb-bottom:before {
  position: absolute;
  content: '';
  width: 200%;
  height: 1px;
  background-color: #666666;
  top: -15px;
  left: -50%;
}

.heroV5-carousel .item .single-hero5 .hb-social {
  position: relative;
  width: 50%;
  float: left;
}

.heroV5-carousel .item .single-hero5 .hb-social ul {
  position: relative;
  padding: 0;
  list-style-type: none;
}

.heroV5-carousel .item .single-hero5 .hb-social ul li {
  position: relative;
  display: inline-block;
  margin: 5px;
}

.heroV5-carousel .item .single-hero5 .hb-social ul li a {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0px;
}

.heroV5-carousel .item .single-hero5 .hb-social ul li a:hover {
  color: var(--main-color);
}

.heroV5-carousel .item .single-hero5 .hb-phone {
  position: relative;
  width: 50%;
  float: right;
  text-align: right;
}

.heroV5-carousel .item .single-hero5 .hb-phone p {
  color: #fff;
  font-size: 12px;
}

.heroV5-carousel .item .single-hero5 .hb-phone p i {
  margin-right: 10px;
}

.heroV5-carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: 10%;
  width: 80%;
}

.heroV5-carousel .owl-nav .owl-prev {
  float: left;
}

.heroV5-carousel .owl-nav .owl-next {
  float: right;
}

.heroV5-carousel .owl-nav [class*=owl-] {
  height: 44px;
  width: 44px;
  background-color: rgba(0, 0, 0, 0.4);
  font-size: 28px;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  padding-top: 6px;
}

.heroV5-carousel .owl-dots {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  display: none;
}

.heroV5-carousel .owl-dots .owl-dot span {
  background-color: rgba(255, 255, 255, 0) !important;
  border: 1px solid #fff;
}

.heroV5-carousel .owl-dots .owl-dot.active span {
  background-color: #fff !important;
}

.hero6-carousel .owl-nav {
  display: none;
}

/*------------- Hero Style 5 END -------------*/
/*----------------------------------------*/
/*  Hero Style 6
/*----------------------------------------*/
.hero_V10 {
  padding: 160px 0px 100px;
}

.hero_V10 .hero-text {
  position: relative;
  text-align: center;
  max-width: 767px;
  margin: 0 auto;
}

.hero_V10 .hero-text h2 {
  font-size: 60px;
  letter-spacing: 0px;
  color: #43435b;
  font-weight: 600;
  line-height: 75px;
}

.hero_V10 .hero-text p {
  font-size: 16px;
  letter-spacing: 0px;
  color: #43435b;
  line-height: 24px;
  margin: 25px auto;
}

.hero_V10 .hero-text a {
  position: relative;
  font-size: 24px;
  letter-spacing: 0px;
  color: #43435b;
  font-weight: 500;
}

.hero_V10 .hero-text a:after {
  position: absolute;
  content: '';
  height: 80px;
  width: 2px;
  background-color: #43435b;
  left: 50%;
  bottom: -120px;
}

/*------------- Hero Style 6 END -------------*/
/*----------------------------------------*/
/*  Hero Style 7
/*----------------------------------------*/
.hero_V11 {
  background-image: url(../img/section-img/hero11.jpg);
  padding: 160px 0px 25px;
  background-size: cover;
  background-attachment: fixed;
}

.hero_V11 .hero-text {
  position: relative;
  margin: 50px auto;
  padding: 40px 0px 80px;
}

.hero_V11 .hero-content {
  position: relative;
  margin: 25px auto;
  padding: 40px 0px 60px;
}

.hero_V11 .hb-scroll-btn {
  position: relative;
  text-align: center;
  padding-top: 40px;
}

.hero_V11 .hb-scroll-btn a {
  font-size: 36px;
  line-height: 40px;
  color: #fff;
}

.hero_V11 .ht-content {
  position: relative;
  width: 100%;
  font-size: 33px;
  line-height: 40px;
  color: #fff;
  height: 40px;
  text-align: center;
  letter-spacing: 0px;
}

.hero_V11 .visible {
  font-weight: 600;
  overflow: hidden;
  height: 40px;
}

.hero_V11 ul.ht {
  margin-top: 0;
  padding-left: 0;
  text-align: center;
  list-style: none;
  display: inline-block;
  animation: 6s linear 0s normal none infinite change;
  -webkit-animation: 6s linear 0s normal none infinite change;
  -moz-animation: 6s linear 0s normal none infinite change;
  -o-animation: 6s linear 0s normal none infinite change;
}

.hero_V11 ul.ht li {
  line-height: 40px;
  margin: 0;
}

@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes opacity {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes change {
  0% {
    margin-top: 0;
  }

  15% {
    margin-top: 0;
  }

  25% {
    margin-top: -40px;
  }

  40% {
    margin-top: -40px;
  }

  50% {
    margin-top: -80px;
  }

  65% {
    margin-top: -80px;
  }

  75% {
    margin-top: -40px;
  }

  85% {
    margin-top: -40px;
  }

  100% {
    margin-top: 0;
  }
}

@keyframes change {
  0% {
    margin-top: 0;
  }

  15% {
    margin-top: 0;
  }

  25% {
    margin-top: -40px;
  }

  40% {
    margin-top: -40px;
  }

  50% {
    margin-top: -80px;
  }

  65% {
    margin-top: -80px;
  }

  75% {
    margin-top: -40px;
  }

  85% {
    margin-top: -40px;
  }

  100% {
    margin-top: 0;
  }
}

/*------------- Hero Style 7 END -------------*/
/*----------------------------------------*/
/*  Hero Style 8
/*----------------------------------------*/
.hero_V13 {
  background-image: url(../img/bg/hero-13.jpg);
  padding: 120px 0px 0px;
}

.hero_V13:before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: rgba(16, 16, 21, 0.6);
  z-index: 1;
}

.hero_V13 .hero-sliderWith-thumbnail {
  margin: 0 auto;
  max-width: 1024px;
}

.hero_V13 .hss-V13 {
  position: relative;
}

.hero_V13 .hss-V13 .item {
  position: relative;
}

.hero_V13 .hss-V13 .item .hssV13-single {
  position: relative;
  text-align: center;
  margin: 50px auto;
  padding: 55px 0px;
  max-width: 800px;
}

.hero_V13 .hss-V13 .item .hssV13-single h2 {
  font-family: "Poppins", sans-serif;
  font-size: 48px;
  color: #fff;
  line-height: 68px;
  font-weight: 500;
  letter-spacing: 0px;
  margin-bottom: 25px;
}

.hero_V13 .hss-V13 .item .hssV13-single p {
  font-size: 18px;
  letter-spacing: 0px;
  color: #fff;
  line-height: 26px;
  font-weight: 300;
}

.hero_V13 .hss-V13thumbs {
  position: relative;
}

.hero_V13 .hss-V13thumbs .item {
  position: relative;
}

.hero_V13 .hss-V13thumbs .item .hss-thumbs {
  position: relative;
  cursor: pointer;
  text-align: center;
  border: 1px solid #8d8da0;
  padding: 25px 15px;
  background-color: rgba(16, 16, 21, 0.2);
}

.hero_V13 .hss-V13thumbs .item .hss-thumbs span {
  position: relative;
  display: block;
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0px;
}

.hero_V13 .hss-V13thumbs .item .hss-thumbs p {
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
  line-height: 26px;
}

.hero_V13 .hss-V13thumbs .current .item .hss-thumbs {
  background: var(--main-color);
  border-color: var(--main-color);
}

.hero_V13 .hero-sliderWith-thumbnail .owl-nav {
  display: none;
}

.hero_V13 .hero-sliderWith-thumbnail .owl-dots {
  display: none;
}

/*------------- Hero Style 8 END -------------*/
/*----------------------------------------*/
/*  Hero Style 9
/*----------------------------------------*/
.hero_V14 {
  padding: 0;
  z-index: 1;
  min-height: 660px;
  overflow: hidden;
  /* Grid wrapper sizes */
  /* Shadow style */
}

.hero_V14 .heroP-grid {
  position: relative;
}

.hero_V14 .heroP-grid:after {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: rgba(16, 16, 21, 0.9);
}

.hero_V14 .hero-box {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  z-index: 9999;
}

.hero_V14 .hero-m-list {
  position: relative;
  margin: 25px auto;
  display: block;
  padding: 100px 0px;
}

.hero_V14 .hero-m-list ul {
  position: relative;
  padding: 0;
  list-style-type: none;
  max-width: 500px;
  margin: 0 auto;
  height: 500px;
}

.hero_V14 .hero-m-list ul li {
  display: block;
  position: absolute;
  height: 120px;
  width: 120px;
  overflow: hidden;
  border-radius: 50%;
  border: 2px solid var(--main-color);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.hero_V14 .hero-m-list ul li:hover {
  transform: scale(1.1);
}

.hero_V14 .hero-m-list ul li a {
  position: relative;
  color: #fff;
  display: block;
  height: 100%;
  width: 100%;
  padding: 15px 0px;
  z-index: 1;
  text-align: center;
}

.hero_V14 .hero-m-list ul li a img {
  height: 100%;
  width: 100%;
}

.hero_V14 .hero-m-list ul li a img.hml-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.hero_V14 .hero-m-list ul li a img.hero-logo {
  position: relative;
  z-index: 3;
  height: 50px;
  width: 75px;
  margin-left: -15px;
  margin-top: 20px;
}

.hero_V14 .hero-m-list ul li a i {
  position: relative;
  font-size: 25px;
  line-height: 30px;
  display: block;
  z-index: 3;
}

.hero_V14 .hero-m-list ul li a span {
  position: relative;
  display: block;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0px;
  line-height: 18px;
  font-size: 14px;
  margin-top: 5px;
  z-index: 3;
}

.hero_V14 .hero-m-list ul li a:before {
  position: absolute;
  background-color: rgba(16, 16, 21, 0.8);
  content: "";
  height: 100%;
  width: 100%;
  z-index: 2;
  left: 0;
  top: 0;
}

.hero_V14 .hero-m-list ul li:first-child {
  left: calc(50% - 60px);
  top: calc(50% - 60px);
  border: none;
}

.hero_V14 .hero-m-list ul li:nth-child(2) {
  top: 0;
  left: calc(50% - 60px);
}

.hero_V14 .hero-m-list ul li:nth-child(3) {
  right: 0;
  top: calc(50% - 60px);
}

.hero_V14 .hero-m-list ul li:nth-child(4) {
  left: calc(50% - 60px);
  bottom: 0;
}

.hero_V14 .hero-m-list ul li:nth-child(5) {
  left: 0;
  top: calc(50% - 60px);
}

.hero_V14 .hero-m-list ul:before {
  position: absolute;
  content: '';
  height: calc(100% - 120px);
  width: calc(100% - 102px);
  border: 2px solid var(--main-color);
  border-radius: 50%;
  left: 60px;
  top: 60px;
}

.hero_V14 .ri-grid {
  margin: 0px auto 30px;
  position: relative;
  height: auto;
}

.hero_V14 .ri-grid ul {
  list-style: none;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  zoom: 1;
}

.hero_V14 .ri-grid ul:before {
  content: '';
  display: table;
}

.hero_V14 .ri-grid ul:after {
  content: '';
  display: table;
  clear: both;
}

.hero_V14 .ri-grid ul li {
  margin: 0;
  padding: 0;
  float: left;
  position: relative;
  display: block;
  overflow: hidden;
  background: #000;
  max-height: 132px !important;
}

.hero_V14 .ri-grid ul li a {
  display: block;
  outline: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #333;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.hero_V14 .ri-grid-size-1 {
  width: 55%;
}

.hero_V14 .ri-grid-size-2 {
  width: 100%;
}

.hero_V14 .ri-grid-size-3 {
  width: 100%;
  margin-top: 0px;
}

.hero_V14 .ri-shadow:after {
  content: "";
  position: absolute;
  z-index: -2;
  bottom: 15px;
  left: 10px;
  width: 50%;
  height: 20%;
  max-width: 300px;
  max-height: 100px;
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  right: 10px;
  left: auto;
}

.hero_V14 .ri-shadow:before {
  content: "";
  position: absolute;
  z-index: -2;
  bottom: 15px;
  left: 10px;
  width: 50%;
  height: 20%;
  max-width: 300px;
  max-height: 100px;
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
}

.hero_V14 .ri-grid-loading:after {
  display: none;
}

.hero_V14 .ri-grid-loading:before {
  display: none;
}

.hero_V14 .ri-grid-loading .ri-loading-image {
  position: relative;
  width: 30px;
  height: 30px;
  left: 50%;
  margin: 100px 0 0 -15px;
  display: block;
}

.hero_V14 .ri-loading-image {
  display: none;
}

/*------------- Hero Style 9 END -------------*/
/*----------------------------------------*/
/*  Full Page Hero Style 1
/*----------------------------------------*/
.full-page-hero {
  position: relative;
  overflow: hidden;
}

.fph-V1 {
  min-height: 620px;
  height: 100vh;
}

.fph-V1 .gallerySliderV1_nav {
  position: absolute;
  width: 90%;
  bottom: 25px;
  left: 5%;
  z-index: 1;
}

.fph-V1 .gallerySliderV1_nav .slick-prev {
  left: -40px;
  z-index: 1;
}

.fph-V1 .gallerySliderV1_nav .slick-next {
  right: -30px;
  z-index: 1;
}

.fph-V1 .gallerySliderV1_nav .slick-arrow:before {
  font-size: 30px;
  color: #fff;
}

.fph-V1 .gallerySliderV1_nav .item {
  position: relative;
  padding: 10px;
}

.fph-V1 .gallerySliderV1_nav .item .gp-thumb {
  position: relative;
  cursor: pointer;
}

.fph-V1 .gallerySliderV1_nav .item .gp-thumb:before {
  position: absolute;
  content: '';
  background-color: rgba(32, 32, 32, 0.5);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}

.fph-V1 .gallerySliderV1_nav .item .gp-thumb:after {
  position: absolute;
  content: '\f067';
  font-family: "Poppins", sans-serif;
  top: calc(50% - 18px);
  left: calc(50% - 18px);
  color: #fff;
  font-size: 20px;
  border: 3px solid #fff;
  width: 36px;
  height: 36px;
  text-align: center;
  border-radius: 50%;
  padding-top: 1px;
  opacity: 0;
}

.fph-V1 .gallerySliderV1_nav .item .gp-thumb:hover:before {
  opacity: 1;
}

.fph-V1 .gallerySliderV1_nav .item .gp-thumb:hover:after {
  opacity: 1;
}

.fph-V1 .gallerySliderV1 {
  height: 100%;
}

.fph-V1 .gallerySliderV1 .slick-list {
  height: 100%;
}

.fph-V1 .gallerySliderV1 .slick-list .slick-track {
  height: 100%;
}

.fph-V1 .gallerySliderV1 .slick-list .slick-track .item {
  height: 100%;
}

.fph-V1 .gallerySliderV1 .slick-list .slick-track .item .gp-slider-img {
  position: relative;
  height: 100%;
}

.fph-V1 .gallerySliderV1 .slick-list .slick-track .item .gp-slider-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

/*------------- Full Page Hero Style 1 END -------------*/
/*----------------------------------------*/
/*  Full Page Hero Style 2
/*----------------------------------------*/
.fph-V2 {
  height: 100vh;
}

.fph-V2 .hero-img {
  position: relative;
  height: 100%;
  width: 100%;
}

.fph-V2 .hero-img .h-img-box {
  position: relative;
  max-width: 350px;
  margin: 0 auto;
  overflow: hidden;
  height: 100vh;
}

.fph-V2 .hero-img .h-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fph-V2 .hero-img .h-img-box .himg-hover {
  position: absolute;
  left: -100%;
  top: 0;
  background-color: rgba(41, 43, 45, 0.8);
  text-align: center;
  height: 100%;
  width: 100%;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.fph-V2 .hero-img .h-img-box .himg-hover a {
  position: absolute;
  font-size: 18px;
  letter-spacing: 0px;
  color: #fff;
  font-weight: 400;
  display: inline-block;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.fph-V2 .hero-img .h-img-box .himg-hover a:hover {
  color: var(--main-color);
}

.fph-V2 .hero-img .h-img-box .himg-hover a span.pnow {
  position: absolute;
  bottom: 25px;
  right: 40px;
}

.fph-V2 .hero-img .h-img-box .himg-hover a i {
  margin-left: 10px;
}

.fph-V2 .hero-img .h-img-box .himgh2 {
  background-color: rgba(0, 0, 0, 0.6);
}

.fph-V2 .hero-img .h-img-box .himgh2 a {
  font-size: 30px;
  font-weight: 500;
  bottom: 0%;
  width: 100%;
  left: 0;
  text-align: center;
}

.fph-V2 .hero-img .h-img-box .himgh2 a span {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
}

.fph-V2 .hero-img .h-img-box:hover .himg-hover {
  left: 0;
}

/*------------- Full Page Hero Style 2 END -------------*/
/*----------------------------------------*/
/*  Full Page Hero Style 3
/*----------------------------------------*/
.fph-V3 {
  position: relative;
  height: 100vh;
}

.hero-fph3-carousel {
  position: relative;
}

.hero-fph3-carousel .owl-nav {
  display: none;
}

.hero-fph3-carousel .owl-dots {
  display: none;
}

.hero-fph3-carousel .item {
  position: relative;
}

.hero-fph3-carousel .item .single-fph {
  position: relative;
  background-color: #fff;
}

.hero-fph3-carousel .item .single-fph .sfph-text {
  position: relative;
  margin: 60px auto;
  padding: 125px 0px 0px;
  max-width: 540px;
  margin-right: 0;
}

.hero-fph3-carousel .item .single-fph .sfph-text h2 {
  font-size: 48px;
  line-height: 64px;
  letter-spacing: 0px;
  font-weight: 700;
  color: #43435b;
}

.hero-fph3-carousel .item .single-fph .sfph-text p {
  font-size: 16px;
  color: #43435b;
  line-height: 24px;
  margin: 15px auto;
}

.hero-fph3-carousel .item .single-fph .sfph-text a.sfph-btn {
  font-size: 16px;
  display: inline-block;
  color: #43435b;
  letter-spacing: 0px;
  font-weight: 600;
  border: 1px solid #43435b;
  padding: 10px 20px;
  margin: 15px auto;
  position: relative;
  z-index: 1;
}

.hero-fph3-carousel .item .single-fph .sfph-text a.sfph-btn:hover {
  color: #fff;
}

.hero-fph3-carousel .item .single-fph .sfph-text a.sfph-btn:hover:after {
  width: 100%;
}

.hero-fph3-carousel .item .single-fph .sfph-text a.sfph-btn:after {
  position: absolute;
  content: '';
  width: 0%;
  height: 100%;
  background-color: #43435b;
  left: 0;
  top: 0;
  z-index: -1;
  transition: .5s ease;
}

.hero-fph3-carousel .item .single-fph.altbg {
  position: relative;
  background-color: #f7f7f7;
}

.hero-fph3-carousel .item .single-fph .sfph-text {
  margin-right: -100%;
  transition: 2.5s ease;
}

.hero-fph3-carousel .owl-item.active.center .sfph-text {
  margin-right: 0px;
}

/*------------- Full Page Hero Style 3 END -------------*/
/*----------------------------------------*/
/*  Full Page Hero Style 4
/*----------------------------------------*/
.fph14 {
  height: 100vh;
  overflow: hidden;
  min-height: 656px;
}

.fph14 .hero-m-list {
  padding: 60px 0px;
  margin-bottom: 0px;
}

.fph14 .ri-grid-size-2 {
  margin-bottom: 0px;
}

.hv14 .hero-m-list {
  margin-top: 50px;
}

/*------------- Full Page Hero Style 4 END -------------*/
/*----------------------------------------*/
/*  Full Page Hero Style 5
/*----------------------------------------*/
.full-page-hero {
  position: relative;
  overflow: hidden;
}

.fph-V2 {
  height: 100vh;
}

.fph-V2 .gallerySliderV2_nav {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 25px;
  left: 0;
  top: 0;
  padding: 115px 50px;
  padding-left: 50px;
}

.fph-V2 .gallerySliderV2_nav .slick-prev {
  left: -40px;
  z-index: 1;
}

.fph-V2 .gallerySliderV2_nav .slick-next {
  right: -30px;
  z-index: 1;
}

.fph-V2 .gallerySliderV2_nav .slick-arrow:before {
  font-size: 30px;
  color: #fff;
}

.fph-V2 .gallerySliderV2_nav .item {
  position: relative;
  padding: 10px;
}

.fph-V2 .gallerySliderV2_nav .item .gp-thumb {
  position: relative;
  cursor: pointer;
}

.fph-V2 .gallerySliderV2_nav .item .gp-thumb:before {
  position: absolute;
  content: '';
  background-color: rgba(32, 32, 32, 0.5);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}

.fph-V2 .gallerySliderV2_nav .item .gp-thumb:after {
  position: absolute;
  content: '\f067';
  font-family: "Poppins", sans-serif;
  top: calc(50% - 18px);
  left: calc(50% - 18px);
  color: #fff;
  font-size: 20px;
  border: 3px solid #fff;
  width: 36px;
  height: 36px;
  text-align: center;
  border-radius: 50%;
  padding-top: 1px;
  opacity: 0;
}

.fph-V2 .gallerySliderV2_nav .item .gp-thumb:hover:before {
  opacity: 1;
}

.fph-V2 .gallerySliderV2_nav .item .gp-thumb:hover:after {
  opacity: 1;
}

.gslider-v2-vertical-nav {
  position: relative;
}

.gallerySliderV2_nav .item .sliderNav-text {
  position: relative;
  max-width: 767px;
  margin-left: 0;
}

.gallerySliderV2_nav .item .sliderNav-text h3 {
  font-size: 36px;
  line-height: 44px;
  letter-spacing: 0px;
  color: #2b2b2b;
  display: inline-block;
  position: relative;
}

.gallerySliderV2_nav .item .sliderNav-text h3 span {
  display: block;
  font-size: 44px;
  line-height: 50px;
}

.gallerySliderV2_nav .item .sliderNav-text:hover h3 {
  color: #fff;
}

.gallerySliderV2_nav .item .sliderNav-text:hover a {
  opacity: 1;
}

.gallerySliderV2_nav .item .sliderNav-text a {
  position: relative;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0px;
  color: #fff;
  right: 0;
  display: inline-block;
  padding-left: 100px;
  opacity: 0;
}

.gallerySliderV2_nav .item .sliderNav-text a:before {
  position: absolute;
  content: '';
  left: 7px;
  top: 14px;
  width: 80px;
  height: 1px;
  background-color: #fff;
}

.gallerySliderV2_nav .slick-current .sliderNav-text h3 {
  color: #fff;
}

/*------------- Full Page Hero Style 5 END -------------*/
.hero-16 .scroll-down {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
  animation: scrollBounce 2s infinite;
  -webkit-animation: scrollBounce 2s infinite;
  -moz-animation: scrollBounce 2s infinite;
  -o-animation: scrollBounce 2s infinite;
}

.hero-16 .scroll-down a {
  color: #fff;
  font-size: 48px;
}

.hero_V18 .hero-content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  padding: 15px;
}

.hero_V18 .hero-content .hero-text {
  position: relative;
  padding: 120px 0px 40px;
  max-width: 820px;
  margin: 0 auto;
  height: 100%;
  width: 100%;
}

.hero_V18 .hero-content .hero-text h3 {
  position: absolute;
  color: #fff;
  font-size: 48px;
  letter-spacing: 0px;
  font-weight: 500;
  line-height: 75px;
  bottom: 50px;
  font-family: "Poppins", sans-serif;
}

/*----------------------------------------*/
/*  Full Page Hero Style 6
/*----------------------------------------*/
.hero_V19 {
  height: 100vh;
  overflow: hidden;
}

.hero_V19 .single-hero-carousel {
  background-color: rgba(23, 22, 40, 0.6);
}

.hero_V19 .hero-content .hero-text h2 {
  font-size: 44px;
  line-height: 52px;
  margin-bottom: 20px;
}

.hero_V19 .hero-content .hero-text p {
  font-size: 20px;
  color: #fff;
  font-weight: 300;
  max-width: 900px;
  margin: 0 auto;
}

.hero_V19 .hero-content .hero-text .hero-btn {
  margin: 30px 0px 0px;
}

/*------------- Full Page Hero Style 6 END -------------*/
/*----------------------------------------*/
/*  Full Page Hero Style 7
/*----------------------------------------*/
.hero_V20 {
  height: 100vh;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.hero_V20 .hero20-carousel,
.hero_V20 .hero2-carousel {
  position: relative;
  height: 100%;
  width: 100%;
}

.hero_V20 .hero20-carousel .item,
.hero_V20 .hero2-carousel .item {
  position: relative;
  height: 100%;
  width: 100%;
}

.hero_V20 .hero20-carousel .item .single-hero-carousel,
.hero_V20 .hero2-carousel .item .single-hero-carousel {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  min-height: 660px;
}

.hero_V20 .hero20-carousel .item .single-hero-carousel:before,
.hero_V20 .hero2-carousel .item .single-hero-carousel:before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  background-color: rgba(23, 22, 40, 0.6);
  z-index: 0;
}

.hero_V20 .hero20-carousel .item .single-hero-carousel img.hero-slider-bg,
.hero_V20 .hero2-carousel .item .single-hero-carousel img.hero-slider-bg {
  position: absolute;
  width: 100%;
  filter: blur(1px);
  -webkit-filter: blur(1px);
  top: 0;
  left: 0;
  height: 100%;
  z-index: -1;
  object-fit: cover;
}

.hero_V20 .hero20-carousel .owl-nav,
.hero_V20 .hero2-carousel .owl-nav {
  display: none;
}

.hero_V20 .hero20-carousel .owl-dots,
.hero_V20 .hero2-carousel .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
}

.hero_V20 .owl-stage-outer {
  height: 100%;
}

.hero_V20 .owl-stage-outer .owl-stage {
  height: 100%;
}

.hero_V20 .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
}

.hero_V20 .hero-content {
  position: relative;
  margin: 25px auto;
  padding-top: 100px;
}

.hero_V20 .hero-content .hero-img {
  max-width: 800px;
  margin: 0px auto;
  position: relative;
}

.hero_V20 .hero-content .hero-img img {
  transition: 2s ease;
  width: 0px;
}

.hero_V20 .active .hero-content .hero-img img {
  width: 100%;
}

/*------------- Full Page Hero Style 7 END -------------*/
/*----------------------------------------*/
/*  Hero Style 10
/*----------------------------------------*/
.hero_V18 {
  min-height: 660px;
  overflow: hidden;
  cursor: none;
  /* hack to detect ie11 and above - blend mode not supported */
}

.hero_V18 .full-size {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.hero_V18 .blend-multiply {
  mix-blend-mode: multiply;
}

.hero_V18 .blend-screen {
  mix-blend-mode: multiply;
}

.hero_V18 .mask-bg-color {
  background-color: rgba(0, 0, 0, 0);
}

.hero_V18 .animated-bg {
  background-image: url("../img/bg/hero-18.jpg");
  background-position: center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

.hero_V18 .element-mask {
  background-color: rgba(0, 0, 0, 0.75);
}

.hero_V18 .circle-follow {
  position: absolute;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0);
  color: #fff;
  width: 100px;
  height: 100px;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  /* -webkit-border-radius: 50px; */
  /* border-radius: 50px; */
  -webkit-transition: opacity 0.3s cubic-bezier(0.52, 0.01, 0.16, 1);
  transition: opacity 0.3s cubic-bezier(0.52, 0.01, 0.16, 1);
  opacity: 1;
  font-size: 70px;
}

.hero_V18 .circle-follow.moving {
  opacity: 1;
}

.hero_V18 _:-ms-fullscreen,
.hero_V18 :root .letter-mask {
  background-color: transparent;
}

.hero_V18 _:-ms-fullscreen,
.hero_V18 :root .animated-bg {
  opacity: 0.2;
}

.hero_V18 _:-ms-fullscreen,
.hero_V18 :root .circle-follow {
  background-color: #fff;
  opacity: 0.2;
}

/*------------- Hero Style 10 END -------------*/
.tp-caption.Photography-Display,
.Photography-Display,
.tp-caption.Photography-Subline,
.Photography-Subline,
.tp-caption.Photography-Textblock,
.Photography-Textblock {
  font-family: "Poppins", sans-serif !important;
}

/*----------------------------------------*/
/*  About Style 1
/*----------------------------------------*/
.about-1 .section-titleV1 {
  text-align: left;
  padding-left: 0px;
}

/*------------- About Style 1 END -------------*/
/*----------------------------------------*/
/*  About Style 2
/*----------------------------------------*/
.a3-img {
  position: relative;
  text-align: right;
}

.a3-img img.a3img-1 {
  position: absolute;
  left: -120px;
  top: 0;
  max-height: 518px;
  margin-bottom: 15px;
}

.a3-img img.a3img-2,
.a3-img img.a3img-3 {
  position: relative;
  max-height: 252px;
  margin-bottom: 15px;
}

/*------------- About Style 2 END -------------*/
/*----------------------------------------*/
/*  About Style 3
/*----------------------------------------*/
.about3-text h3 {
  font-size: 36px;
  color: var(--main-color);
  letter-spacing: 0px;
  font-weight: 400;
  line-height: 44px;
  padding-bottom: 15px;
  margin-bottom: 25px;
  position: relative;
}

.about3-text h3:after {
  position: absolute;
  content: '';
  width: 500px;
  height: 2px;
  background-color: #fff;
  left: 0;
  bottom: -5px;
}

.about3-text p {
  font-size: 16px;
  letter-spacing: 0px;
  color: #fff;
  line-height: 22px;
  margin-bottom: 25px;
}

.about3-img {
  position: relative;
  text-align: right;
}

.about3-img img.a3img-1 {
  position: absolute;
  left: -120px;
  top: 5px;
  width: 100%;
  z-index: -1;
}

.about3-img img.a3img-2 {
  max-height: 378px;
}

/*------------- About Style 3 END -------------*/
/*----------------------------------------*/
/*  About Style 4
/*----------------------------------------*/
.about-8 {
  overflow: hidden;
}

.about-8 .section-titleV1 {
  text-align: left;
  padding-left: 0;
  padding-top: 0px;
  padding-bottom: 0px;
}

.about-8 .a8-img {
  position: relative;
  text-align: center;
}

.about-8 .a8-img img {
  max-width: 450px;
}

.about-8 .a8-img:before {
  position: absolute;
  content: '';
  height: 118%;
  width: 120%;
  background-image: url(../img/shape/about-shape-1.png);
  top: -50px;
  right: -88px;
  background-size: 100% 100%;
  z-index: -1;
}

.profoSkill {
  position: relative;
  padding: 0px;
  margin: 0 auto;
  width: 100%;
}

.profoSkill li {
  position: relative;
  margin-bottom: 35px;
  padding: 0;
  list-style-type: none;
}

.profoSkill li p {
  font-size: 16px;
  letter-spacing: 0px;
  color: #2b2941;
  font-weight: 500;
  line-height: 24px;
  padding-bottom: 12px;
}

.profoSkill li .bar_container,
.profoSkill li .bar {
  position: absolute;
  left: 0;
  height: 15px;
  border-radius: 5px;
  content: "";
}

.profoSkill li .bar_container {
  bottom: -8px;
  width: 100%;
  background-color: #ebebed;
  text-align: right;
}

.profoSkill li .bar {
  top: 0;
  background: var(--main-color);
}

.profoSkill li .pct {
  position: absolute;
  top: -25px;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-size: 16px;
  letter-spacing: 0px;
  color: #2b2941;
  font-weight: 500;
  line-height: 24px;
  padding-bottom: 12px;
}

/*------------- About Style 4 END -------------*/
/*----------------------------------------*/
/*  About Style 5
/*----------------------------------------*/
.about14-1 {
  position: relative;
  overflow: hidden;
}

.about14-1 .section-text {
  margin: 100px auto;
  padding: 60px 0px;
}

.about14-img {
  padding: 100px 0px;
  margin-right: -60px;
}

.about14-img img {
  width: 100%;
}

.about14-img img.a14bg-1 {
  position: absolute;
  right: -120px;
  top: 0;
  margin-top: 0px;
  margin-right: 0px;
  z-index: -1;
}

.about14-img.a4ialt {
  margin-left: -60px;
  margin-right: 0px;
}

.about14-img.a4ialt img.a14-bg {
  margin-left: -120px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.about14-2 {
  position: relative;
  overflow: hidden;
}

.about14-2 .section-text {
  margin: 80px auto;
  padding: 50px 0px;
}

.about14-2 .section-text h3 {
  font-size: 36px;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0px;
  line-height: 46px;
  font-weight: 500;
  margin-bottom: 25px;
}

/*------------- About Style 5 END -------------*/
/*----------------------------------------*/
/*  About Style 6
/*----------------------------------------*/
.about18-img {
  text-align: left;
}

.about18-img img:first-child {
  max-width: 400px;
}

.about18-img img:nth-child(2) {
  position: absolute;
  top: 35px;
  right: 0;
  max-width: 300px;
  box-shadow: 0px 0px 40px 0px rgba(23, 21, 56, 0.55);
}

.about18-img img:nth-child(3) {
  position: absolute;
  right: 50px;
  bottom: 25px;
  max-width: 300px;
  box-shadow: 0px 0px 40px 0px rgba(23, 21, 56, 0.55);
}

.about18-text p {
  color: #fff;
}

.about18-text .section-titleV2alt {
  margin-bottom: 0;
  text-align: left;
  padding-bottom: 0;
}

/*------------- About Style 6 END -------------*/
/*----------------------------------------*/
/*  About Style 8
/*----------------------------------------*/
/*------------- About Style 8 END -------------*/
/*----------------------------------------*/
/*  Dedicated Area Style 1
/*----------------------------------------*/
.dedicated-area {
  position: relative;
  background-color: #43435b;
}

.dedicated-area .section-text {
  margin-top: 75px;
}

.dedicated-area .section-text .section-titleV1 {
  text-align: left;
  padding-left: 0px;
}

.dedicated-a-img {
  position: relative;
  margin-left: -220px;
}

.dedicated-a-img img {
  width: 100%;
}

.dedicated-a-img .section-text {
  margin: 30px auto;
  padding: 20px;
}

/*------------- Dedicated Area Style 1 END -------------*/
/*----------------------------------------*/
/*  Pretty Photography Style 1
/*----------------------------------------*/
.pretty-photography {
  position: relative;
  background-image: url(../img/bg/pretty-photo-bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.pretty-photography::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #1a1a1a;
  opacity: .90;
}

.pretty-photography .ppgrhy-text {
  position: relative;
  text-align: center;
  max-width: 860px;
  margin: 15px auto;
}

.pretty-photography .ppgrhy-text h3 {
  color: #fff;
  font-size: 40px;
  letter-spacing: 0px;
  font-weight: 500;
  line-height: 52px;
  margin-bottom: 25px;
}

.pretty-photography .ppgrhy-text p {
  color: #fff;
  font-size: 20px;
  letter-spacing: 0px;
  font-weight: 300;
}

.pretty-photography .ppgrhy-text a {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0px;
  font-weight: 400;
  border: 1px solid #fff;
  padding: 8px 25px;
  border-radius: 25px;
  margin-top: 120px;
}

.pretty-photography .ppgrhy-text a:before {
  position: absolute;
  content: '';
  height: 80px;
  width: 1px;
  background-color: #fff;
  bottom: 65px;
  left: 50%;
}

/*------------- Pretty Photography Style 1 END -------------*/
/*----------------------------------------*/
/*  About Page Style 1
/*----------------------------------------*/
.about-page-area {
  padding: 120px 0px;
}

.about-p1-top .section-titleV1 {
  text-align: left;
  padding-left: 0px;
}

.about-p1-top .section-titleV1 p {
  color: #fff;
}

.about-p1-top .section-text p {
  color: #fff;
}

.apa-1-2nd-section-left {
  position: relative;
  background: var(--main-color);
  padding: 32px;
  margin: 120px auto;
}

.apa-1-2nd-section-left p {
  font-size: 24px;
  font-style: italic;
  color: #fff;
  line-height: 34px;
  padding: 12px 0px;
  max-width: 285px;
}

.apa-1-2nd-section-right {
  position: relative;
  margin: 140px auto;
}

.apa-1-2nd-section-right p {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 25px;
}

.apa-1-3rd-section-left .section-titleV1 {
  text-align: left;
  padding-left: 0px;
}

/*------------- About Page Style 1 END -------------*/
/*----------------------------------------*/
/*  About Page Style 2
/*----------------------------------------*/
.apa-2-3rd-section-left {
  position: relative;
  max-width: 650px;
}

.apa-2-3rd-section-left .section-titleV1 {
  text-align: left;
  padding-left: 0px;
}

.apa-2-3rd-section-left .section-titleV1 h3 {
  font-size: 35px;
}

.apa-2-skill-right {
  position: relative;
  margin: 25px auto;
}

.apa-2-skill-right ul.profoSkill li p {
  color: #fff;
}

.apa-2-skill-right ul.profoSkill li .pct {
  color: #fff;
}

.apa-2-skill-right .profoSkill li:last-child {
  margin-bottom: 0px;
}

.apa-2-skill-right {
  margin-bottom: 0px;
}

.team-area .section-titleV1.ta2 {
  padding-top: 0px;
  margin-top: 0px;
  margin-bottom: 30px;
}

.at2-box {
  margin-bottom: 40px;
}

/*------------- About Page Style 2 END -------------*/
/*----------------------------------------*/
/*  About Page Style 3
/*----------------------------------------*/
.single-ap3-ttexx {
  position: relative;
  max-width: 380px;
  margin: 25px auto;
}

.single-ap3-ttexx h4 {
  font-size: 30px;
  line-height: 36px;
  color: #fff;
  letter-spacing: 0px;
  font-weight: 500;
  margin: 20px auto;
}

.single-ap3-ttexx p {
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  margin: 15px auto;
}

.about-p-our-story {
  position: relative;
  margin: 25px auto;
  text-align: center;
}

.about-p-our-story .section-titleV1 {
  max-width: 100%;
  text-align: left;
  padding-left: 0px;
}

.about-p-our-story .section-text {
  text-align: left;
}

.about-p-our-story .section-text p {
  color: #fff;
}

/*------------- About Page Style 3 END -------------*/
/*----------------------------------------*/
/*  Way Of Photography Section
/*----------------------------------------*/
.way-of-photography {
  position: relative;
  background-image: url(../img/bg/wop-bg.jpg);
  background-size: cover;
  padding: 80px 0px;
  overflow: hidden;
}

.way-of-photography:before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #1a1a1a;
  opacity: .85;
}

.wop-text {
  position: relative;
  margin: 25px auto;
  text-align: center;
  max-width: 940px;
  padding: 10px;
  z-index: 1;
}

.wop-text h4 {
  font-size: 36px;
  letter-spacing: 0px;
  color: #fff;
  font-weight: 400;
  line-height: 44px;
  margin: 25px auto;
}

.wop-text p {
  font-size: 24px;
  color: #fff;
  font-weight: 300;
  line-height: 32px;
  margin: 25px auto;
  border-bottom: 1px solid #9c9c9c;
  padding-bottom: 25px;
}

/*------------- Way Of Photography Section END -------------*/
/*----------------------------------------*/
/*  Portfolio Style 1
/*----------------------------------------*/
.shuffle-wrapper {
  position: relative;
  text-align: center;
}

.shuffle-filter-btn {
  position: relative;
  text-align: center;
  display: block;
  margin-bottom: 50px;
}

.shuffle-filter-btn label.btn.active {
  color: var(--main-color);
}

.shuffle-filter-btn label.btn {
  position: relative;
  font-size: 16px;
  letter-spacing: 0px;
  color: #43435b;
  line-height: 24px;
  padding: 10px;
}

.shuffle-filter-btn label.btn:focus {
  outline: none;
  box-shadow: none;
}

.shuffle-filter-btn label.btn:hover {
  color: var(--main-color);
}

.shuffle-filter-btn label.btn.focus {
  outline: none;
  box-shadow: none;
}

.shuffle-filter-btn label.btn.active,
.shuffle-filter-btn label.btn:hover {
  text-decoration: underline;
}

.bgDark .shuffle-filter-btn label.btn {
  color: #fff;
}

.bgDark .shuffle-filter-btn label.btn:hover {
  color: var(--main-color);
}

.bgDark .shuffle-filter-btn label.btn.active {
  color: var(--main-color);
}

.shuffle-box {
  position: relative;
  overflow: hidden;
}

.single-shuffle {
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}

.single-shuffle:hover .ssf-hover {
  opacity: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.single-shuffle:hover .ssf-hover:before {
  opacity: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.single-shuffle:hover .ssf-hover i {
  font-size: 40px;
  color: #fff;
}

.single-shuffle:hover .ssf-hover img {
  opacity: 1;
}

.single-shuffle img {
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.single-shuffle .ssf-hover {
  position: absolute;
  height: 0;
  width: 0;
  top: 50%;
  left: 50%;
  z-index: 1;
  padding-top: 0px;
  /* background-color: rgba(11, 11, 11, 0.8); */
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.single-shuffle .ssf-hover:before {
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  top: 50%;
  left: 50%;
  z-index: 1;
  padding-top: 0px;
  /* background-color: rgba(11, 11, 11, 0.8); */
  text-align: center;
  opacity: 0;
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -ms-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease;
  z-index: -1;
}

.single-shuffle .ssf-hover img {
  max-width: 35px;
  max-height: 35px;
  opacity: 0;
  margin: 0 auto;
}

.single-shuffle .ssf-hover a {
  padding-top: calc(50% - 23px);
  display: block;
  height: 100%;
  width: 100%;
}

.single-shuffle .aspect {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}

.single-shuffle .aspect .aspect__inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.single-shuffle .aspect--16x9 {
  padding-bottom: 56.25%;
}

.single-shuffle .aspect--9x80 {
  padding-bottom: calc(112.5% + 30px);
}

.single-shuffle .aspect--32x9 {
  padding-bottom: calc(28.125% - 8px);
}

.sbox_V1 .single-shuffle {
  margin-bottom: 0px;
  padding: 0px;
}

.ssV1-2 .ssf-hover i {
  border: 1px solid #fff;
  padding: 5px 8px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.pf-8 .single-shuffle {
  margin-bottom: 0px;
}

/*------------- Portfolio Style 1 END -------------*/
/*----------------------------------------*/
/*  Portfolio Style 2
/*----------------------------------------*/
/* ---- grid ---- */
/* clear fix */
.fotolia-grid-2:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */
.grid2-sizer,
.grid2-item {
  width: 33.333%;
}

.grid2-item {
  float: left;
  padding: 15px;
}

.grid2-item img {
  display: block;
  max-width: 100%;
  transition: .5s ease;
}

/*------------- Portfolio Style 2 END -------------*/
/*----------------------------------------*/
/*  Portfolio Style 3
/*----------------------------------------*/
/* ---- grid ---- */
/* clear fix */
.fotolia-grid-3:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */
.grid3-sizer,
.grid3-item {
  width: 25%;
}

.grid3-item {
  float: left;
  padding: 15px;
}

.grid3-item img {
  display: block;
  max-width: 100%;
}

/*------------- Portfolio Style 3 END -------------*/
/*----------------------------------------*/
/*  Portfolio Style 4
/*----------------------------------------*/
.sidemenu2-area {
  position: fixed;
  width: 100%;
  height: 100%;
  left: -100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 5;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding-left: 160px;
  max-width: 600px;
}

.sidemenu2-area.showsm2 {
  left: 0;
  max-width: 100%;
  width: 100%;
  text-align: center;
}

.oNav h3 {
  color: #fff;
}

.sideBar-fixed {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 160px;
  background-color: #191818;
  z-index: 9;
}

.sideBar-fixed .sfw-logo {
  position: relative;
  width: 100%;
  text-align: center;
}

.sideBar-fixed .sfw-logo .logo {
  position: relative;
  margin: 25px auto;
}

.sideBar-fixed .sfw-menu-btn {
  position: absolute;
  width: 100%;
  height: 50px;
  text-align: center;
  top: calc(50% - 25px);
  left: 0;
}

.sideBar-fixed .sfw-menu-btn .sf-toggle-btn {
  background-color: transparent;
  border-color: transparent;
  color: #fff;
  font-size: 30px;
}

.sideBar-fixed .sfw-menu-btn .sf-toggle-btn:hover {
  border-color: transparent;
  outline: none;
  box-shadow: none;
  color: var(--main-color);
  cursor: pointer;
}

.sideBar-fixed .sfw-menu-btn .sf-toggle-btn:focus {
  border-color: transparent;
  outline: none;
  box-shadow: none;
  color: var(--main-color);
  cursor: pointer;
}

.sideBar-fixed .sfw-social {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.sideBar-fixed .sfw-social ul {
  position: relative;
  padding: 0px;
  margin: 25px auto;
  text-align: center;
}

.sideBar-fixed .sfw-social ul li a {
  position: relative;
  font-size: 16px;
  color: #2e2e2e;
  height: 36px;
  width: 36px;
  border: 2px solid #2e2e2e;
  display: block;
  margin: 5px auto;
  text-align: center;
  padding-top: 8px;
}

.sideBar-fixed .sfw-social ul li a:hover {
  color: var(--main-color);
  border-color: var(--main-color);
}

.sideBar-fixed .sf-wrapper {
  position: relative;
  height: 100%;
}

.sideBar-fixed .sf-wrapper {
  position: relative;
  height: 100%;
}

.sideBar-fixed .sfw-menu {
  top: calc(50% - 260px);
}

.full-portfolio-wrapper {
  position: relative;
  padding-left: 160px;
}

.flexbox-portfolio {
  column-width: 235px;
  column-gap: 0px;
  padding: 0px;
}

.flexbox-portfolio .item {
  position: relative;
}

.flexbox-portfolio .item img {
  width: 100%;
}

.flexbox-portfolio .item a {
  position: absolute;
  bottom: 10px;
  left: 0;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0px;
  color: var(--main-color);
  z-index: 2;
  padding-left: 50px;
  padding-top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
}

.flexbox-portfolio .item span.lpv {
  position: absolute;
  bottom: 2px;
  display: block;
  transition: .5s ease;
  opacity: 0;
}

.flexbox-portfolio .item:hover a {
  opacity: 1;
}

.flexbox-portfolio .item:hover:after {
  opacity: 0;
}

.flexbox-portfolio .item:hover:before {
  opacity: 1;
}

.flexbox-portfolio .item:hover span.lpv {
  opacity: 1;
}

.flexbox-portfolio .item:after {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(32, 32, 32, 0.8);
  z-index: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 1;
}

.flexbox-portfolio .item:before {
  position: absolute;
  content: '';
  height: 2px;
  width: 40px;
  background: var(--main-color);
  bottom: 22px;
  left: 5px;
  z-index: 2;
  opacity: 0;
}

.fpi {
  position: relative;
}

.fpi a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.fpi a span.lpb {
  position: absolute;
  bottom: 13px;
}

/*------------- Portfolio Style 4 END -------------*/
/*----------------------------------------*/
/*  Portfolio Style 5
/*----------------------------------------*/
.single-5portfolio {
  position: relative;
  max-width: 325px;
  margin: 25px auto;
  z-index: 1;
}

.single-5portfolio .sp-img {
  position: relative;
}

.single-5portfolio .sp-img img {
  width: 100%;
}

.single-5portfolio .sp-img:after,
.single-5portfolio .sp-img:before {
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 1;
  transition: .5s ease;
}

.single-5portfolio .sp-img:after {
  top: 0;
  right: 0;
}

.single-5portfolio .sp-img:before {
  bottom: 0;
  left: 0;
}

.single-5portfolio .sp-text {
  position: absolute;
  left: -15px;
  bottom: 25px;
  width: 100%;
  z-index: 2;
}

.single-5portfolio .sp-text h3 a {
  color: #fff;
  font-size: 34px;
  line-height: 42px;
  letter-spacing: 0px;
  font-weight: 600;
}

.single-5portfolio .sp-text p {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

.single-5portfolio .sp-text p a {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

.single-5portfolio:hover .sp-text h3 a {
  color: var(--main-color);
}

.single-5portfolio:hover .sp-img:after,
.single-5portfolio:hover .sp-img:before {
  height: 100%;
  width: 100%;
}

/*------------- Portfolio Style 5 END -------------*/
/*----------------------------------------*/
/*  Portfolio Content Style 1
/*----------------------------------------*/
.portfolio-content-area {
  position: relative;
  padding: 80px 0px;
}

.single-pFolio-textImg {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}

.single-pFolio-textImg .spf-img {
  position: relative;
}

.single-pFolio-textImg .spf-img img {
  width: 100%;
}

.single-pFolio-textImg .spf-text {
  position: relative;
  padding: 60px 25px;
  margin: 50px auto;
  max-width: 520px;
}

.single-pFolio-textImg .spf-text h3 {
  font-size: 36px;
  letter-spacing: 0px;
  color: #43435b;
  font-weight: 700;
  line-height: 44px;
}

.single-pFolio-textImg .spf-text p {
  font-size: 16px;
  color: #43435b;
  line-height: 24px;
  margin: 25px auto;
}

.single-pFolio-textImg .spf-text a {
  font-size: 16px;
  letter-spacing: 0px;
  color: #43435b;
  font-weight: 600;
  border: 1px solid #43435b;
  display: inline-block;
  padding: 10px 20px;
  position: relative;
  z-index: 1;
}

.single-pFolio-textImg .spf-text a:hover {
  color: #fff;
}

.single-pFolio-textImg .spf-text a:hover:after {
  width: 100%;
}

.single-pFolio-textImg .spf-text a:after {
  position: absolute;
  content: '';
  width: 0%;
  height: 100%;
  background-color: #43435b;
  left: 0;
  top: 0;
  z-index: -1;
  transition: .5s ease;
}

/*------------- Portfolio Content Style 1 END -------------*/
/*----------------------------------------*/
/*  Portfolio Content Style 5
/*----------------------------------------*/
.portfolio11-area {
  position: relative;
  padding: 80px 0px;
}

.portfolio11-area .container-fluid {
  max-width: 1199px;
}

.single11-portfolio {
  position: relative;
  max-width: 300px;
  margin: 0px auto;
  padding: 10px;
  z-index: 1;
}

.single11-portfolio:hover a:before,
.single11-portfolio:hover a:after {
  height: calc(100% - 20px);
  width: calc(100% - 20px);
}

.single11-portfolio a:after,
.single11-portfolio a:before {
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  background-color: rgba(0, 0, 0, 0.25);
  transition: .8s ease;
  z-index: 1;
}

.single11-portfolio a:after {
  top: 10px;
  left: 10px;
}

.single11-portfolio a:before {
  bottom: 10px;
  right: 10px;
}

.p11c-btn {
  position: relative;
  margin-top: 75px;
  text-align: center;
}

/*------------- Portfolio Style 5 END -------------*/
/*----------------------------------------*/
/*  Portfolio Content Style 5
/*----------------------------------------*/
.portfolio13-area {
  position: relative;
  padding: 0px;
}

.portfolio13-area .pf13-title {
  position: relative;
  text-align: center;
  margin: 25px auto;
  padding: 40px 0px;
}

.portfolio13-area .pf13-title span {
  font-size: 36px;
  letter-spacing: 0px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  line-height: 44px;
  display: block;
  margin: 10px auto;
}

.portfolio13-area .pf13-title h3 {
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0px;
  color: #fff;
  line-height: 36px;
  font-weight: 400;
}

.portfolio13-area .single-shuffle {
  margin: 0 auto;
}

/*------------- Portfolio Content Style 5 END -------------*/
/*----------------------------------------*/
/*  Portfolio Style 6
/*----------------------------------------*/
.sfv2-open-om {
  position: absolute;
  right: -40px;
  top: 5px;
  height: 35px;
  width: 35px;
  background: var(--main-color);
  color: #fff;
  border-radius: 5px;
  text-align: center;
  font-size: 18px;
  line-height: 35px;
  cursor: pointer;
  display: none;
}

.sideBar-fixed.sideBar-fixedV2 {
  width: 340px;
}

.sfv2-oc {
  display: none;
}

.full2-portfolio-wrapper {
  position: relative;
  margin-left: 340px;
  position: relative;
  margin-left: 340px;
  background-color: #fff;
}

.portfolio6-content {
  position: relative;
  text-align: center;
  width: 100%;
  padding: 5px 0px;
}

.portfolio6-single {
  position: relative;
  display: inline-block;
  margin: 6px 4px;
  width: 25%;
  max-width: 235px;
}

.portfolio6-single a:after,
.portfolio6-single a:before {
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 1;
  transition: .5s ease;
}

.portfolio6-single a:after {
  bottom: 0;
  right: 0;
}

.portfolio6-single a:before {
  top: 0;
  left: 0;
}

.portfolio6-single a:hover:after,
.portfolio6-single a:hover:before {
  height: 100%;
  width: 100%;
}

.sfw-menu {
  position: relative;
  padding: 25px 0px;
}

.sfw-menu ul.sfw-menu-list {
  position: relative;
  padding: 0px;
  list-style-type: none;
  text-align: center;
  margin: 25px auto;
}

.sfw-menu ul.sfw-menu-list li {
  position: relative;
  display: block;
  margin: 15px auto;
}

.sfw-menu ul.sfw-menu-list li a {
  color: #949090;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0px;
  font-weight: 300;
}

.sfw-menu ul.sfw-menu-list li a:hover {
  color: var(--main-color);
}

.sideBar-fixedV2 .sfw-social ul li {
  display: inline-block;
}

.sideBar-fixedV2 .sfw-social ul li a {
  border-radius: 50%;
  background: var(--main-color);
  border-color: var(--main-color);
}

.sideBar-fixedV2 .sfw-social ul li a:hover {
  color: #fff;
  background-color: #000;
}

.sideBar-fixedV2 .sfw-menu {
  max-height: 300px;
  overflow: hidden;
  padding-bottom: 0px;
  overflow-y: scroll;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.sideBar-fixedV2 .sfw-menu::-webkit-scrollbar {
  width: 2px;
}

.sideBar-fixedV2 .sfw-menu::-webkit-scrollbar-track {
  background: #191818;
}

.sideBar-fixedV2 .sfw-menu::-webkit-scrollbar-thumb {
  background: #191818;
}

.sideBar-fixedV2 .sfw-menu::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/*------------- Portfolio Style 6 END -------------*/
/*----------------------------------------*/
/*  Portfolio Style 7
/*----------------------------------------*/
.portfolio18-area {
  position: relative;
}

.single18-portfolio {
  position: relative;
  max-width: 337px;
  margin: 0 auto;
  overflow: hidden;
}

.single18-portfolio .sp-hover {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0%;
  width: 0%;
  text-align: center;
  background-color: rgba(16, 16, 21, 0.8);
  padding-top: 0%;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.single18-portfolio .sp-hover a {
  font-size: 24px;
  display: inline-block;
  margin-bottom: 15px;
}

.single18-portfolio .sp-hover a i {
  color: #fff;
}

.single18-portfolio .sp-hover h4 {
  color: #fff;
  font-size: 26px;
  line-height: 36px;
  font-weight: 500;
  letter-spacing: 0px;
}

.single18-portfolio .sp-hover p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.single18-portfolio:hover .sp-hover {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding-top: 33%;
  opacity: 1;
}

/*------------- Portfolio Style 7 END -------------*/
/*----------------------------------------*/
/*  Portfolio Style 8
/*----------------------------------------*/
/* ---- grid ---- */
/* clear fix */
.fotolia-grid-4:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */
.grid4-sizer {
  width: 25%;
}

.grid4-item {
  width: 25%;
  float: left;
  padding: 0px;
}

.grid4-item img {
  display: block;
  max-width: 100%;
}

.grid4-item a {
  position: relative;
  display: block;
}

.grid4-item a .g4i-hover {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(32, 32, 32, 0.9);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-bottom: 5px solid rgba(189, 119, 27, 0);
}

.grid4-item a .g4i-hover p {
  font-size: 18px;
  color: var(--main-color);
  opacity: 0;
  position: absolute;
  bottom: 20px;
  left: 65px;
}

.grid4-item a .g4i-hover p:before {
  position: absolute;
  content: '';
  height: 2px;
  width: 45px;
  background-color: #bd771b;
  left: -55px;
  bottom: 12px;
}

.grid4-item:hover a .g4i-hover {
  background-color: rgba(32, 32, 32, 0);
  border-bottom: 5px solid #bd771b;
}

.grid4-item:hover a .g4i-hover p {
  opacity: 1;
}

/*------------- Portfolio Style 8 END -------------*/
/*----------------------------------------*/
/*  Last Program Shots Style
/*----------------------------------------*/
.last-shot-area {
  position: relative;
}

.single-lShots {
  position: relative;
  max-width: 307px;
  margin: 15px auto;
  overflow: hidden;
}

.single-lShots:hover .ls-hover {
  opacity: 1;
  top: 25px;
  left: 25px;
}

.single-lShots .ls-img {
  position: relative;
}

.single-lShots .ls-img img {
  width: 100%;
}

.single-lShots .ls-hover {
  position: absolute;
  top: -100%;
  left: -100%;
  height: calc(100% - 50px);
  width: calc(100% - 50px);
  padding-top: calc(50% - 30px);
  text-align: center;
  background-color: rgba(26, 26, 26, 0.65);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.single-lShots .ls-hover a {
  font-size: 26px;
  display: inline-block;
}

.single-lShots .ls-hover i {
  color: #fff;
  border: 1px solid #fff;
  padding: 8px;
}

/*------------- Last Program Shots Style END -------------*/
/*----------------------------------------*/
/*  Gallery3 Innerpage Style 
/*----------------------------------------*/
.innerpagetop-area {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 160px 0px 80px;
}

.innerpagetop-area .pipa-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.innerpagetop-area .pipa-bg img {
  height: 100%;
  width: 100%;
}

.innerpagetop-area .pipa-bg:after {
  position: absolute;
  content: '';
  background-color: rgba(26, 26, 26, 0.85);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

.innerpagetop-area .pipa-text {
  position: relative;
  padding: 40px 0px;
  text-align: center;
  max-width: 767px;
  margin: 0px auto;
}

.innerpagetop-area .pipa-text h3 {
  font-size: 44px;
  letter-spacing: 0px;
  color: #fff;
  line-height: 60px;
  font-weight: 600;
}

/*------------- Gallery3 Innerpage Style END -------------*/
/*----------------------------------------*/
/*  Portfolio Page Style 1 
/*----------------------------------------*/
.innerpage-titlev3 {
  position: relative;
  margin-top: 100px;
  background-image: url(../img/bg/innertop-bg-3.jpg);
  padding: 60px 0px;
  background-size: cover;
  z-index: 1;
}

.innerpage-titlev3:before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(26, 26, 26, 0.9);
  z-index: -1;
}

.innerpage-titlev3 img.ipt-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -2;
}

.innerpage-titlev3 .ipt-text {
  position: relative;
  padding: 25px 0px;
  text-align: center;
}

.innerpage-titlev3 .ipt-text h3 {
  font-size: 48px;
  letter-spacing: 0px;
  color: #fff;
  font-weight: 600;
}

/*------------- Portfolio Page Style 1  END -------------*/
/*----------------------------------------*/
/*  Portfolio Page 7 
/*----------------------------------------*/
.portfolio-p7 {
  position: relative;
  max-width: 1199px;
  margin: 0 auto;
}

/*------------- Portfolio Page 7  END -------------*/
/*----------------------------------------*/
/*  Portfolio Page 10 
/*----------------------------------------*/
.pstyle10 {
  position: relative;
}

ul.ps10-list {
  position: relative;
  padding: 0;
  list-style-type: none;
  text-align: center;
  margin: 0 auto;
}

ul.ps10-list li {
  position: relative;
  max-width: 165px;
  display: inline-block;
  margin: 0px -3px;
}

ul.ps10-list li a {
  position: relative;
  display: block;
}

ul.ps10-list li a:before {
  position: absolute;
  content: '';
  height: calc(100% - 20px);
  width: calc(100% - 20px);
  background-color: #101015;
  opacity: 0;
  left: 10px;
  top: 10px;
}

ul.ps10-list li a:after {
  position: absolute;
  content: '';
  background-image: url(../img/icon/focus-10.png);
  background-size: 100% 100%;
  height: 15px;
  width: 15px;
  left: calc(50% - 7px);
  top: calc(50% - 7px);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
}

ul.ps10-list li:hover a:before {
  opacity: .90;
}

ul.ps10-list li:hover a:after {
  opacity: 1;
}

/*------------- Portfolio Page 10  END -------------*/
/*----------------------------------------*/
/*  Portfolio Page 12 
/*----------------------------------------*/
.portfolio12-content {
  position: relative;
  text-align: center;
  width: 100%;
  padding: 5px 0px;
  max-width: 1200px;
  margin: 0px auto;
}

.portfolio12-content .portfolio6-single {
  max-width: 275px;
}

/*------------- Portfolio Page 12  END -------------*/
/*----------------------------------------*/
/*  Portfolio Page 13 
/*----------------------------------------*/
.portfolio13-content {
  position: relative;
}

.portfolio13-content .g5g-img a {
  position: relative;
}

.portfolio13-content .g5g-img a:after {
  position: absolute;
  content: '\f067';
  left: calc(50% - 20px) !important;
  top: calc(50% - 20px) !important;
  font-family: "Poppins", sans-serif;
  color: #fff;
  border: 2px solid #fff;
  height: 40px !important;
  width: 40px !important;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  padding-top: 4px;
  padding-left: 2px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
}

.portfolio13-content .g5g-img a:before {
  position: absolute;
  content: '';
  height: 0%;
  width: 0%;
  background-color: rgba(26, 26, 26, 0.7);
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
}

.portfolio13-content .g5g-img a:hover:before {
  height: 100%;
  width: 100%;
  opacity: 1;
}

.portfolio13-content .g5g-img a:hover:after {
  opacity: 1;
}

/*------------- Portfolio Page 13  END -------------*/
/*----------------------------------------*/
/*  Service Style 1
/*----------------------------------------*/
.service-area {
  padding-top: 40px;
}

.single-service {
  position: relative;
  /* max-width: 350px; */
  margin: 15px auto;
  border: 1px solid #ebebeb;
  padding: 25px;
  z-index: 1;
}

.single-service .ss-icon {
  position: relative;
  display: inline-block;
  height: 70px;
  width: 70px;
  background: var(--main-color);
  text-align: center;
  border-radius: 50%;
  padding-top: 20px;
  margin-bottom: 15px;
}

.single-service .ss-icon i {
  color: #fff;
  font-size: 36px;
  line-height: 36px;
}

.single-service .ss-text {
  position: relative;
}

.single-service .ss-text h4 {
  font-size: 20px;
  letter-spacing: 0px;
  color: #43435b;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 30px;
  margin-bottom: 15px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.single-service .ss-text p {
  font-size: 16px;
  letter-spacing: 0px;
  color: #43435b;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 15px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.single-service .ss-text a {
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #43435b;
  font-weight: 400;
  border-bottom: 1px solid #737382;
}

.single-service .ss-text a:hover {
  color: var(--main-color);
}

.single-service .ssfb-img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0px;
  width: 0px;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: -1;
}

.single-service .ssfb-img img {
  height: 100%;
  width: 100%;
}

.single-service .ssfb-img {
  opacity: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.single-service .ssfb-img:after {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(67, 67, 91, 0.6);
  z-index: 1;
}

.single-service .ss-text h4 {
  color: #fff;
}

.single-service .ss-text p {
  color: #fff;
}

.single-service .ss-text a {
  color: #fff;
  border-color: #fff;
}

.single-service .ss-text a:hover {
  color: var(--main-color);
  border-color: var(--main-color);
}

/*------------- Service Style 1 END -------------*/
/*----------------------------------------*/
/*  Service Style 2
/*----------------------------------------*/
.service2-area {
  position: relative;
  margin-top: -140px;
  padding-bottom: 80px;
}

.service2-carousel {
  position: relative;
}

.service2-carousel .owl-dots {
  display: none;
}

.service2-carousel .owl-nav {
  position: absolute;
  width: 100%;
  top: 40%;
  left: 0;
  z-index: -1;
}

.service2-carousel .owl-nav [class*=owl-] {
  background-color: transparent;
  color: #363641;
  border: 1px solid #363641;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  font-size: 25px;
}

.service2-carousel .owl-nav .owl-prev {
  float: left;
  margin-left: -50px;
}

.service2-carousel .owl-nav .owl-next {
  float: right;
  margin-right: -50px;
}

.sspV2 {
  position: relative;
  max-width: 370px;
  margin: 15px auto;
  border: 1px solid #17171d;
  background-color: #17171d;
  transition: .5s ease;
}

.sspV2 .ss-icon {
  background: var(--main-color);
  border-radius: 10px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sspV2 .ss-icon i {
  color: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sspV2 .ss-text {
  position: relative;
}

.sspV2 .ss-text h4 {
  color: var(--main-color);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sspV2 .ss-text p {
  color: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sspV2 .ss-text a {
  color: var(--main-color);
  border-color: var(--main-color);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sspV2 .ss-text a:hover {
  color: #fff;
}

.sspV2 .ssfb-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: -1;
}

.sspV2 .ssfb-img img {
  height: 100%;
  width: 100%;
}

.sspV2:hover {
  background: var(--main-color);
  border-color: var(--main-color);
}

.sspV2:hover .ssfb-img {
  opacity: 1;
}

.sspV2:hover .ssfb-img:after {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(67, 67, 91, 0.6);
  z-index: 1;
}

.sspV2:hover .ss-text a:hover {
  color: #fff;
  border-color: #fff;
}

.sspV2:hover .ss-icon {
  background-color: #fff;
  transform: scaleX(-1);
}

.sspV2:hover .ss-icon i {
  color: var(--main-color);
}

/*------------- Service Style 2 END -------------*/
/*----------------------------------------*/
/*  Service Style 3
/*----------------------------------------*/
.sspV3 {
  max-width: 380px;
  margin: 0 auto;
  border-color: #424242;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sspV3 .ss-icon {
  border: 1px solid #43435b;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sspV3 .ss-icon i {
  color: #43435b;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sspV3:hover {
  background: var(--main-color);
  border-color: var(--main-color);
  z-index: 2;
}

.sspV3:hover .ss-icon {
  border-color: #fff;
  background-color: #fff;
}

.sspV3:hover .ss-icon i {
  color: var(--main-color);
}

.sspV3 .ss-text a:hover {
  color: #fff !important;
  border-color: #ffffff !important;
}

/*------------- Service Style 3 END -------------*/
/*----------------------------------------*/
/*  Service Style 4
/*----------------------------------------*/
.sspV4 {
  max-width: 380px;
  margin: 0 auto;
  border-color: #424242;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #202020;
}

.sspV4 .ss-icon {
  border: 1px solid #43435b;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sspV4 .ss-icon i {
  color: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sspV4 .ss-text h4 {
  color: #fff;
}

.sspV4 .ss-text p {
  color: #fff;
}

.sspV4 .ss-text a {
  color: #fff;
}

.sspV4:hover {
  background-color: #202020;
  border-color: var(--main-color);
  z-index: 2;
}

.sspV4:hover .ss-icon {
  border-color: var(--main-color);
  background-color: #202020;
}

.sspV4:hover .ss-icon i {
  color: var(--main-color);
}

.sspV4:hover .ss-text h4 {
  color: var(--main-color);
}

.sspV4:hover .ss-text a {
  color: var(--main-color);
  border-color: var(--main-color);
}

.sspV4-ca {
  background-color: transparent;
  border: 1px solid transparent;
  text-align: center;
}

.sspV4-ca:hover {
  background-color: transparent;
  border: 1px solid transparent;
}

/*------------- Service Style 4 END -------------*/
/*----------------------------------------*/
/*  Service Style 5
/*----------------------------------------*/
.single-service-thumbnail-V1 {
  position: relative;
  max-width: 380px;
  margin: 25px auto;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.single-service-thumbnail-V1 .sstv-img {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}

.single-service-thumbnail-V1 .sstv-img img {
  transition: .5s ease;
}

.single-service-thumbnail-V1 .sstv-text h4 {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 15px auto;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.single-service-thumbnail-V1 .sstv-text a {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 24px;
  border-bottom: 1px solid #fff;
}

.single-service-thumbnail-V1 .sstv-text a i {
  margin-left: 10px;
}

.single-service-thumbnail-V1 .sstv-text p {
  font-size: 16px;
  letter-spacing: 0px;
  color: #fff;
  line-height: 24px;
  margin: 15px auto;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.single-service-thumbnail-V1:hover {
  z-index: 2;
}

.single-service-thumbnail-V1:hover .sstv-text h4 {
  color: var(--main-color);
}

.single-service-thumbnail-V1:hover .sstv-text a {
  color: var(--main-color);
  border-color: var(--main-color);
}

.single-service-thumbnail-V1:hover .sstv-text p {
  color: #fff;
}

.single-service-thumbnail-V1:hover .sstv-img img {
  transform: scale(1.1);
}

.sstv-2 .sstv-text {
  position: absolute;
  width: calc(100% - 50px);
  height: calc(100% - 50px);
  left: 25px;
  top: 25px;
  background-color: rgba(26, 26, 26, 0.8);
  text-align: center;
  padding: 50px 10px;
}

.sstv-2 .sstv-text p {
  color: #fff;
}

.sstv-2 .sstv-img {
  overflow: hidden;
}

.sstv-2 .sstv-img img {
  transition: .5s ease;
}

.sstv2-hover .sstv-text {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
}

.sstv2-hover:hover .sstv-text {
  opacity: 1;
}

.sstv2-hover:hover .sstv-img img {
  transform: scale(1.1);
}

/*------------- Service Style 5 END -------------*/
/*----------------------------------------*/
/*  Service Details Style 1
/*----------------------------------------*/
.service-details-area {
  position: relative;
  padding-bottom: 0px;
}

.service-details-content {
  position: relative;
}

.sdc-text-img {
  position: relative;
  max-width: 540px;
  margin: 40px auto;
}

.sdc-text-img p {
  font-size: 15px;
  line-height: 22px;
  color: #fff;
  letter-spacing: 0px;
  margin: 20px auto;
}

.sdc-text-img h4 {
  font-size: 26px;
  line-height: 40px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0px;
  margin-bottom: 15px;
}

.sdc-text-img .sdci {
  text-align: center;
  position: relative;
  margin-top: 40px;
}

.image:hover {
  opacity: 0.3;
}

.sdc-text-img .sdci img {
  max-width: 210px;
  margin: 0 auto;
}

.sdc-img {
  position: relative;
  margin: 40px auto 120px;
}

/*------------- Service Details Style 1 END -------------*/
.exclusive-service-area {
  padding: 120px 0px;
}

.exclusive-service-area .section-titleV1 {
  padding-top: 0px;
  margin-top: 0px;
  margin-bottom: 30px;
}

/*----------------------------------------*/
/*  Testimonial Style 1
/*----------------------------------------*/
.testimonial-area {
  position: relative;
  background-image: url(../../assets/images/800x530.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 1;
  padding-bottom: 100px;
  background-attachment: fixed;
}

.testimonial-area::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(31, 30, 42, 0.6);
  z-index: -1;
}

.testimonial-area .section-titleV1 p {
  color: #fff;
}

.testimonial-area .section-titleV1 h3 {
  color: #fff;
}

.testimonial-carouselV1 .owl-dots {
  display: none;
}

.testimonial-carouselV1 .item .chrisSingle-testimonial {
  position: relative;
  max-width: 767px;
  text-align: center;
  padding: 15px 15px 0px;
  margin: 25px auto 0px;
}

.testimonial-carouselV1 .item .chrisSingle-testimonial .tc-text {
  position: relative;
  margin-bottom: 25px;
}

.testimonial-carouselV1 .item .chrisSingle-testimonial .tc-text p {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.testimonial-carouselV1 .item .chrisSingle-testimonial .tc-name {
  position: relative;
  margin-top: 75px;
}

.testimonial-carouselV1 .item .chrisSingle-testimonial .tc-name:before {
  position: absolute;
  content: '';
  height: 60px;
  width: 1px;
  background-color: #fff;
  top: -65px;
  left: 50%;
}

.testimonial-carouselV1 .item .chrisSingle-testimonial .tc-name h4 {
  color: #fff;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: 0px;
  font-weight: 500;
}

.testimonial-carouselV1 .item .chrisSingle-testimonial .tc-name p {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 24px;
  margin: 5px auto;
}

.testimonial-carouselV1 .owl-nav {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  height: auto;
}

.testimonial-carouselV1 .owl-nav [class*=owl-] {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  text-align: center;
  padding: 5px;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  font-size: 36px;
}

.testimonial-carouselV1 .owl-nav .owl-prev {
  float: left;
}

.testimonial-carouselV1 .owl-nav .owl-next {
  float: right;
}

.tc-avatar-carousel {
  text-align: center;
  margin: 5px auto;
  min-height: 50px;
  max-width: 180px;
}

.tc-avatar-carousel .owl-stage-outer {
  min-height: 60px;
  padding: 10px;
}

.tc-avatar-carousel .owl-stage {
  margin: 0 auto;
}

.tc-avatar-carousel .owl-item {
  margin: 0px;
  float: unset;
  display: inline-block;
}

.tc-avatar-carousel .item {
  margin: 0px;
}

.tc-avatar-carousel .item .tc-avatar {
  display: inline-block;
}

.tc-avatar-carousel .item .tc-avatar img {
  height: 35px;
  width: 35px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 50%;
  display: inline-block;
}

.tc-avatar-carousel .current {
  z-index: 9;
}

.tc-avatar-carousel .current .item {
  padding-top: 0px;
  -moz-transform: scale(1.25);
  -o-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}

.tc-avatar-carousel .current .item .tc-avatar img {
  border: 2px solid var(--main-color);
}

/*------------- Testimonial Style 1 END -------------*/
/*----------------------------------------*/
/*  Testimonial Style 2
/*----------------------------------------*/
.testimonial2-carousel {
  position: relative;
}

.testimonial2-carousel .item {
  position: relative;
}

.testimonial2-carousel .item .single-testimonialV2 {
  position: relative;
  max-width: 530px;
  margin: 15px auto;
  background-color: #f4f4f4;
  padding: 40px 25px;
  text-align: center;
  z-index: 1;
}

.testimonial2-carousel .item .single-testimonialV2 .stv2i-img {
  position: relative;
  height: 90px;
  width: 90px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0px auto;
}

.testimonial2-carousel .item .single-testimonialV2 .stv2i-img img {
  height: 100%;
  width: 100%;
}

.testimonial2-carousel .item .single-testimonialV2 .stv2-text {
  position: relative;
  margin: 15px auto;
}

.testimonial2-carousel .item .single-testimonialV2 .stv2-text:before {
  position: absolute;
  color: #fff;
  content: '\f10e';
  font-family: "Poppins", sans-serif;
  font-size: 180px;
  line-height: 180px;
  left: calc(50% - 90px);
  top: -15px;
  z-index: -1;
}

.testimonial2-carousel .item .single-testimonialV2 .stv2-text p {
  font-size: 14px;
  color: #43435b;
  font-family: "Poppins", sans-serif;
  line-height: 24px;
  font-weight: 600;
  margin: 15px auto;
}

.testimonial2-carousel .item .single-testimonialV2 .stv2i-details {
  position: relative;
}

.testimonial2-carousel .item .single-testimonialV2 .stv2i-details h4 {
  font-size: 20px;
  letter-spacing: 0px;
  color: #43435b;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.testimonial2-carousel .item .single-testimonialV2 .stv2i-details p {
  font-size: 14px;
  color: #43435b;
  font-family: "Poppins", sans-serif;
  line-height: 24px;
  font-weight: 600;
}

.testimonial2-carousel .owl-nav {
  display: none;
}

.testimonial2-carousel .owl-dots {
  display: none;
}

/*------------- Testimonial Style 2 END -------------*/
/*----------------------------------------*/
/*  Testimonial Style 3
/*----------------------------------------*/
.testimonial14-area {
  position: relative;
}

.testim-slider .testimonial3-carousel {
  position: relative;
}

.testim-slider .testimonial3-carousel .owl-dots {
  display: none;
}

.testim-slider .testimonial3-carousel .owl-nav {
  display: none;
}

.testim-slider .testimonial3-carousel .item .single-tstmonial {
  position: relative;
  max-width: 530px;
  margin: 25px auto;
  padding: 35px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0px 0px 30px 0px rgba(23, 21, 56, 0.1);
}

.testim-slider .testimonial3-carousel .item .single-tstmonial img {
  max-width: 120px;
  margin: 25px auto;
}

.testim-slider .testimonial3-carousel .item .single-tstmonial p {
  font-size: 18px;
  letter-spacing: 0px;
  color: #101015;
  font-weight: 400;
  line-height: 24px;
  margin: 15px auto;
}

.testim-slider .testimonial3-carousel .item .single-tstmonial .st-info {
  position: relative;
  margin-top: 50px;
  padding-top: 50px;
  margin-bottom: 15px;
}

.testim-slider .testimonial3-carousel .item .single-tstmonial .st-info h4 {
  font-size: 24px;
  letter-spacing: 0px;
  color: #101015;
  font-weight: 600;
}

.testim-slider .testimonial3-carousel .item .single-tstmonial .st-info p {
  margin: 5px auto;
  color: #101015;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 24px;
}

.testim-slider .testimonial3-carousel .item .single-tstmonial .st-info:before {
  position: absolute;
  content: '';
  height: 75px;
  width: 2px;
  top: -35px;
  background-color: #101015;
}

/*------------- Testimonial Style 2 END -------------*/
/*----------------------------------------*/
/*  Blog Style 1
/*----------------------------------------*/
.blog-area {
  position: relative;
}

.single-blog {
  position: relative;
  max-width: 350px;
  margin: 25px auto;
}

.single-blog .sb-img {
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
}

.single-blog .sb-img img {
  transition: .5s ease;
}

.single-blog .sb-img:hover img {
  transform: scale(1.1);
}

.single-blog .sb-meta {
  position: relative;
  margin-bottom: 10px;
}

.single-blog .sb-meta ul {
  position: relative;
  padding: 0;
  list-style-type: none;
}

.single-blog .sb-meta ul li {
  position: relative;
  display: inline-block;
  padding-right: 10px;
}

.single-blog .sb-meta ul li:after {
  position: absolute;
  content: '';
  height: 15px;
  width: 1px;
  background-color: #7e7e8d;
  right: 2px;
  top: 1px;
  transform: rotate(15deg);
}

.single-blog .sb-meta ul li:last-child {
  padding-right: 0px;
}

.single-blog .sb-meta ul li:last-child:after {
  display: none;
}

.single-blog .sb-meta ul li a {
  font-size: 16px;
  display: block;
  letter-spacing: 0px;
  color: var(--main-color);
}

.single-blog .sb-meta ul li span {
  font-size: 16px;
  display: block;
  letter-spacing: 0px;
  color: #7e7e8d;
}

.single-blog .sb-text {
  position: relative;
}

.single-blog .sb-text h4 {
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #4e4d5e;
  font-weight: 500;
  margin-bottom: 15px;
}

.single-blog .sb-text h4 a {
  font-size: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  font-weight: inherit;
}

.single-blog .sb-text p {
  font-size: 16px;
  letter-spacing: 0px;
  color: #7e7e8d;
  line-height: 22px;
  margin-bottom: 15px;
}

.single-blog:hover .sb-text h4 a:hover {
  color: var(--main-color);
}

.bgDark .single-blog .sb-text h4 {
  color: #fff;
}

.sb-V2 .sb-meta ul li:after {
  background-color: #7e7e8d;
}

.sb-V2 .sb-meta ul li a {
  color: var(--main-color);
}

.sb-V2 .sb-meta ul li span {
  color: #7e7e8d;
}

.sb-V2 .sb-text h4 {
  color: #fff;
}

.sb-V2 .sb-text p {
  color: #fff;
}

/*------------- Blog Style 1 END -------------*/
/*----------------------------------------*/
/*  Blog Style 2
/*----------------------------------------*/
.blog-wrapper {
  position: relative;
}

.single-main-blogV1 {
  position: relative;
  max-width: 730px;
  margin: 0px auto 40px;
  text-align: center;
  padding-bottom: 50px;
  border-bottom: 1px solid #4b4b4b;
}

.single-main-blogV1 .smb-cat {
  position: relative;
  display: inline-block;
  padding: 15px 0px;
}

.single-main-blogV1 .smb-cat:before {
  position: absolute;
  content: '';
  background-image: url(../img/shape/blog-p-1.png);
  height: 50px;
  width: 75px;
  left: -20px;
  top: 5px;
}

.single-main-blogV1 .smb-cat p {
  font-size: 14px;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  line-height: 24px;
  position: relative;
}

.single-main-blogV1 h4.smb-title,
.single-main-blogV1 h4.smb-title a {
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0px;
  color: #fff;
  font-weight: 500;
  display: block;
  margin: 10px auto 15px;
}

.single-main-blogV1 .smb-meta {
  position: relative;
  margin: 15px auto;
}

.single-main-blogV1 .smb-meta ul {
  position: relative;
  padding: 0;
  list-style-type: none;
}

.single-main-blogV1 .smb-meta ul li,
.single-main-blogV1 .smb-meta ul li a {
  position: relative;
  display: inline-block;
  color: #cacad2;
  letter-spacing: 0px;
  font-size: 14px;
}

.single-main-blogV1 .smb-meta ul li {
  position: relative;
  margin: 0px 10px;
}

.single-main-blogV1 .smb-meta ul li:after {
  position: absolute;
  content: '';
  height: 14px;
  width: 2px;
  background-color: #b3b3b3;
  right: -15px;
  top: 2px;
}

.single-main-blogV1 .smb-meta ul li:last-child:after {
  display: none;
}

.single-main-blogV1 .smb-img {
  position: relative;
  margin: 25px auto;
}

.single-main-blogV1 .smb-img img {
  border-radius: 5px;
}

.single-main-blogV1 .smb-text {
  position: relative;
  margin: 25px auto;
}

.single-main-blogV1 .smb-text p {
  font-size: 16px;
  letter-spacing: 0px;
  color: #cbcbcf;
  line-height: 25px;
  margin-bottom: 15px;
}

a.smb-rm {
  font-size: 16px;
  color: #fff;
  display: inline-block;
  letter-spacing: 0px;
  min-width: 90px;
}

a.smb-rm span {
  position: relative;
  opacity: 0;
  overflow: hidden;
  margin-right: -75px;
  width: 90px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a.smb-rm i {
  font-size: 16px;
  border: 2px solid;
  height: 35px;
  width: 35px;
  text-align: center;
  border-radius: 50%;
  line-height: 30px;
  margin-left: 5px;
}

a.smb-rm:hover {
  color: var(--main-color);
}

a.smb-rm:hover span {
  opacity: 1;
  margin-right: 0px;
}

.blog-pagination {
  position: relative;
  text-align: center;
}

ul.fotolia-blog-pagination {
  position: relative;
  text-align: center;
  display: block;
}

ul.fotolia-blog-pagination li {
  position: relative;
  display: inline-block;
}

ul.fotolia-blog-pagination li a {
  height: 40px;
  width: 40px;
  font-size: 16px;
  display: block;
  text-align: center;
  border-radius: 50% !important;
  margin: 5px;
  padding-top: 9px;
  background-color: transparent;
  border: 1px solid #4a4a4a;
  color: #fff;
}

ul.fotolia-blog-pagination li.active a.page-link,
ul.fotolia-blog-pagination li a.page-link:hover {
  background-color: #fff;
  color: #101015;
  border-color: #fff;
}

.f-sidebar {
  position: relative;
}

.sidebar-widget {
  position: relative;
  border: 1px solid #1a1a1a;
  padding: 25px;
  border-radius: 5px;
  margin: 25px auto;
  max-width: 350px;
}

.sidebar-widget h4 {
  color: #fff;
  font-size: 24px;
  letter-spacing: 0px;
  line-height: 36px;
  margin-bottom: 15px;
  font-weight: 500;
}

.s-subscribe form {
  position: relative;
  margin-bottom: 35px;
  margin-top: 25px;
}

.s-subscribe form input {
  width: 100%;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0);
  border-bottom-color: #707070;
  letter-spacing: 0px;
  font-size: 16px;
  color: #fff;
}

.s-subscribe form button {
  position: absolute;
  right: 0;
  top: 0;
  background-color: transparent;
  border: none;
  color: #707070;
  font-size: 30px;
  cursor: pointer;
}

.sidebar-social {
  position: relative;
}

.sidebar-social ul {
  position: relative;
  padding: 0;
  list-style-type: none;
  margin: 15px auto;
}

.sidebar-social ul li {
  display: inline-block;
  position: relative;
  margin: 5px;
}

.sidebar-social ul li a {
  display: block;
  color: #fff;
  height: 40px;
  width: 40px;
  background: var(--main-color);
  text-align: center;
  font-size: 24px;
  padding-top: 8px;
}

.single-f-post {
  position: relative;
  max-width: 298px;
  margin: 25px auto;
  min-height: 90px;
  padding-left: 100px;
}

.single-f-post img {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 5px;
  max-width: 95px;
}

.single-f-post .sfp-text {
  position: relative;
  margin-left: 5px;
  padding: 5px 0px;
}

.single-f-post .sfp-text a {
  display: block;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 22px;
  font-weight: 500;
  margin: 5px auto;
}

.single-f-post .sfp-text span.sfp-date {
  display: block;
  letter-spacing: 0px;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  margin: 5px auto;
}

.sidebar-banner .swb-img {
  position: relative;
}

.sidebar-banner .swb-img img {
  border-radius: 5px;
}

.sidebar-banner .swb-img.swb-img:after {
  position: absolute;
  content: '';
  height: calc(100% - 40px);
  width: calc(100% - 40px);
  top: 20px;
  left: 20px;
  background-color: #000;
  opacity: .70;
  border-radius: 5px;
}

/*------------- Blog Style 2 END -------------*/
/*----------------------------------------*/
/*  Blog Style 3
/*----------------------------------------*/
.single-main-blogV2 {
  position: relative;
  max-width: 350px;
  margin: 25px auto 40px;
}

.single-main-blogV2 h4.smb-title,
.single-main-blogV2 h4.smb-title>a {
  font-size: 24px;
  color: #fff;
  letter-spacing: 0px;
  font-weight: 500;
  line-height: 32px;
  margin: 0px auto 15px;
}

.single-main-blogV2 .smb-cat {
  position: relative;
  display: inline-block;
  padding: 11px 0px 0px;
  margin: 15px auto 5px;
  padding-left: 10px;
}

.single-main-blogV2 .smb-cat:before {
  position: absolute;
  content: '';
  background-image: url(../img/shape/blog-p-2.png);
  height: 42px;
  width: 80px;
  left: -5px;
  top: 5px;
}

.single-main-blogV2 .smb-cat p {
  font-size: 14px;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  line-height: 24px;
  position: relative;
}

.single-main-blogV2 .smb-img {
  position: relative;
}

.single-main-blogV2 .smb-img img {
  border-radius: 5px;
}

.single-main-blogV2 .smb-meta {
  position: relative;
  margin: 5px auto;
}

.single-main-blogV2 .smb-meta ul {
  position: relative;
  padding: 0;
  list-style-type: none;
}

.single-main-blogV2 .smb-meta ul li,
.single-main-blogV2 .smb-meta ul li a {
  position: relative;
  display: inline-block;
  color: #cacad2;
  letter-spacing: 0px;
  font-size: 14px;
}

.single-main-blogV2 .smb-meta ul li {
  position: relative;
  margin: 0px 10px;
}

.single-main-blogV2 .smb-meta ul li:after {
  position: absolute;
  content: '';
  height: 14px;
  width: 2px;
  background-color: #b3b3b3;
  right: -15px;
  top: 2px;
}

.single-main-blogV2 .smb-meta ul li:first-child {
  margin-left: 0px;
}

.single-main-blogV2 .smb-meta ul li:last-child:after {
  display: none;
}

.single-main-blogV2 a.smb-rm i {
  margin-left: -12px;
}

.single-main-blogV2 a.smb-rm:hover i {
  margin-left: 5px;
}

.bp4 {
  margin: 60px auto 40px;
}

/*------------- Blog Style 3 END -------------*/
/*----------------------------------------*/
/*  Blog Style 4
/*----------------------------------------*/
.blog-masonary-3column {
  margin: 0px;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 0px;
  -moz-column-gap: 0px;
  column-gap: 0px;
  -webkit-column-width: 33.33333333333333%;
  -moz-column-width: 33.33333333333333%;
  column-width: 33.33333333333333%;
}

.blog-masonary-2column {
  margin: 25px auto;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 0px;
  -moz-column-gap: 0px;
  column-gap: 0px;
  -webkit-column-width: 50%;
  -moz-column-width: 50%;
  column-width: 50%;
}

.smbv2-masonaryV1 {
  margin: 0px auto;
  padding-bottom: 40px;
}

.smbv2-masonaryV1 .smb-meta ul li,
.smbv2-masonaryV1 .smb-meta ul li a {
  font-size: 11px;
  margin: 0px 5px;
}

.smbv2-masonaryV1 .smb-meta ul li:after {
  right: -8px;
}

/*------------- Blog Style 4 END -------------*/
/*----------------------------------------*/
/*  Blog Details Style 1
/*----------------------------------------*/
.smbv1-details {
  margin: 25px auto;
  text-align: left;
  padding-bottom: 0px;
  border: none;
}

.smbv1-details .smb-cat {
  padding-left: 15px;
}

.smbv1-details .smb-cat:before {
  left: -3px;
}

.smbv1-details .smb-meta ul li:first-child {
  margin-left: 0px;
}

.smbv1-details .b-qoutes-text {
  position: relative;
  text-align: center;
  border: 1px solid var(--main-color);
  padding: 25px 0px;
  border-left: none;
  border-right: none;
}

.smbv1-details .b-qoutes-text p {
  color: var(--main-color);
  font-size: 16px;
}

.smbv1-details .share-btn ul {
  position: relative;
  padding: 0;
  list-style-type: none;
  margin: 15px auto;
  display: inline-block;
}

.smbv1-details .share-btn ul li {
  display: inline-block;
  position: relative;
  margin: 0px 2px 2px 2px;
}

.smbv1-details .share-btn ul li a {
  display: block;
  color: #fff;
  height: 40px;
  width: 40px;
  background-color: #4a4a4a;
  text-align: center;
  font-size: 24px;
  padding-top: 8px;
}

.smbv1-details .share-btn ul li a:hover {
  background: var(--main-color);
}

.smb-share-tag {
  position: relative;
  width: 100%;
  border: 1px solid var(--main-color);
  border-left: none;
  border-right: none;
  padding: 15px 0px;
}

.smb-share-tag h4 {
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  letter-spacing: 0px;
  font-weight: 500;
  margin-right: 15px;
  display: inline-block;
}

.smb-share-tag .share-btn {
  position: relative;
  width: 50%;
  display: inline-block;
}

.smb-share-tag .f-post-tag {
  position: relative;
  width: 50%;
  float: right;
  text-align: right;
  padding: 20px 0px;
}

.smb-share-tag .f-post-tag ul {
  position: relative;
  padding: 0;
  list-style-type: none;
  display: inline-block;
}

.smb-share-tag .f-post-tag ul li {
  position: relative;
  display: inline-block;
}

.smb-share-tag .f-post-tag ul li:after {
  position: absolute;
  content: '';
  height: 15px;
  width: 1px;
  background-color: #fff;
  right: -2px;
  top: 3px;
}

.smb-share-tag .f-post-tag ul li:last-child:after {
  display: none;
}

.smb-share-tag .f-post-tag ul li a {
  font-size: 14px;
  letter-spacing: 0px;
  color: #fff;
  line-height: 20px;
  margin: 0px 5px;
}

.smb-author-info {
  position: relative;
  border: 1px solid #4a4a4a;
  margin: 25px auto;
  border-radius: 5px;
  padding: 20px;
}

.smb-author-info .smbai-img {
  position: absolute;
  left: 20px;
  top: 20px;
}

.smb-author-info .smbai-img img {
  border-radius: 50%;
}

.smb-author-info .smbai-text {
  position: relative;
  margin-left: 80px;
}

.smb-author-info .smbai-text h4 {
  font-size: 24px;
  letter-spacing: 0px;
  color: #fff;
  font-weight: 500;
  line-height: 28px;
  margin: 5px auto;
}

.smb-author-info .smbai-text span {
  display: block;
  letter-spacing: 0px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  margin: 5px auto;
}

.smb-author-info .smbai-text p {
  font-size: 16px;
  color: #fff;
  line-height: 26px;
  margin: 15px 0px;
}

.blog-details-comment {
  position: relative;
  max-width: 730px;
  margin: 0 auto;
}

.blog-details-comment h4 {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #fff;
  font-weight: 500;
}

.single-bdc {
  position: relative;
  margin: 25px auto;
}

.single-bdc .sbdc-img {
  position: absolute;
  left: 0;
  top: 0;
}

.single-bdc .sbdc-img img {
  border-radius: 50%;
}

.single-bdc .sbdc-text {
  position: relative;
  margin-left: 80px;
  padding: 15px;
}

.single-bdc .sbdc-text h4 {
  font-size: 20px;
  font-weight: 500;
}

.single-bdc .sbdc-text h4 span {
  font-size: 14px;
  line-height: 18px;
  margin-left: 15px;
  padding-left: 15px;
  border-left: 2px solid #fff;
  display: inline-block;
  padding-top: 2px;
}

.single-bdc .sbdc-text p {
  font-size: 16px;
  color: #fff;
  line-height: 26px;
  margin: 15px 0px;
}

.single-bdc.sbdc-sub {
  margin-left: 80px;
}

.bdetails-comment-form {
  position: relative;
}

.bdetails-comment-form h4 {
  margin-bottom: 25px;
}

form.fbd-comment-form input,
form.fbd-comment-form textarea {
  font-size: 18px;
  letter-spacing: 0px;
  color: #fff;
  line-height: 24px;
  font-weight: 400;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
}

form.fbd-comment-form input {
  width: 100%;
  padding: 0px;
  height: 50px;
  margin-bottom: 20px;
}

form.fbd-comment-form textarea {
  width: 100%;
  padding: 10px 0px;
  height: 100px;
  margin-bottom: 20px;
}

form.fbd-comment-form button {
  font-size: 14px;
  letter-spacing: 0px;
  color: #fff;
  background: var(--main-color);
  border: none;
  padding: 8px 25px;
  cursor: pointer;
}

.blog-wrapper {
  padding: 95px 0px 80px;
}

/*------------- Blog Details Style 1 END -------------*/
/*----------------------------------------*/
/*  Team Style 1
/*----------------------------------------*/
.team-area {
  max-width: 1366px;
  margin: 0 auto;
}

.single-team {
  position: relative;
  max-width: 340px;
  margin: 0 auto;
  overflow: hidden;
}

.single-team .st-info {
  position: absolute;
  top: 0;
  left: -100%;
  height: 100%;
  width: 100%;
  z-index: 1;
  padding-top: 40%;
  text-align: center;
  background-color: rgba(16, 16, 21, 0.8);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.single-team .st-info h4 {
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0px;
  font-weight: 400;
}

.single-team .st-info p {
  font-size: 18px;
  letter-spacing: 0px;
  color: #fff;
  line-height: 24px;
}

.single-team .st-info ul.team-social {
  position: relative;
  padding: 0;
  list-style-type: none;
  margin: 15px auto;
}

.single-team .st-info ul.team-social li {
  position: relative;
  display: inline-block;
}

.single-team .st-info ul.team-social li a {
  font-size: 16px;
  background: var(--main-color);
  color: #fff;
  display: block;
  height: 30px;
  width: 30px;
  text-align: center;
  padding-top: 8px;
  border-radius: 50%;
  margin: 1px;
}

.single-team:hover .st-info {
  left: 0;
}

.team-area .section-titleV1 {
  padding-top: 5px;
  margin-bottom: 30px;
}

/*------------- Team Style 1 END -------------*/
/*----------------------------------------*/
/*  Instacarousel Style 1
/*----------------------------------------*/
.instagram-area {
  position: relative;
}

.insta-carousel .item .single-insta-img {
  position: relative;
}

.insta-carousel .owl-nav {
  display: none;
}

.insta-carousel .owl-dots {
  display: none;
}

.instagram-btn {
  padding-bottom: 1rem;
  position: inherit;
  display: flex;
  justify-content: center;
  top: calc(50% - 23px);
  left: calc(50% - 110px);
  z-index: 1;
}

.instagram-btn a.insta-btn {
  background-color: #fff;
  display: block;
  width: 220px;
  height: 46px;
  text-align: center;
  color: #101015;
  font-size: 16px;
  padding-top: 6px;
  border-radius: 5px;
}

/*------------- Instacarousel Style 1 END -------------*/
/*----------------------------------------*/
/*  Gallery Style 1
/*----------------------------------------*/
.gallery-area {
  position: relative;
  padding-bottom: 80px;
}

.gallery-carousel .owl-nav {
  display: none;
}

.gallery-carousel .owl-dots {
  display: none;
}

.gallery-carousel .item {
  position: relative;
}

.gallery-carousel .item .gc-single {
  position: relative;
  max-width: 450px;
  margin: 0 auto;
}

.gallery-carousel .item .gc-single img {
  max-height: 270px;
  width: 100%;
  object-fit: cover;
}

.sbox_V1 {
  margin-bottom: 40px;
}

/*------------- Gallery Style 1 END -------------*/
/*----------------------------------------*/
/*  Gallery Style 2
/*----------------------------------------*/
.fotolia-grid-2 {
  margin-bottom: 40px;
}

.gallery4-area {
  position: relative;
  background-color: #fff;
  padding: 80px 0px;
  text-align: center;
}

.singleg4-gallery {
  position: relative;
  margin: 60px auto;
  max-width: 992px;
  border: 20px solid var(--main-color);
}

.singleg4-gallery img {
  width: 100%;
  height: auto;
}

.singleg4-gallery a {
  position: relative;
  display: block;
}

.singleg4-gallery a:after {
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  background-color: rgba(0, 0, 0, 0.25);
  top: 50%;
  left: 50%;
  transition: .5s ease;
}

.singleg4-gallery:hover a:after {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

/*------------- Gallery Style 2 END -------------*/
/*----------------------------------------*/
/*  Gallery Style 3
/*----------------------------------------*/
.g5header {
  max-width: 1200px;
  margin: 0 auto;
}

/* ---- g5grid ---- */
.g5grid {
  background: #EEE;
  max-width: 1200px;
  margin: 50px auto 0px;
}

.g5grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- g5grid-item ---- */
.gallery5-area {
  position: relative;
  padding: 40px 0px 80px;
}

.g5grid-item {
  position: relative;
  width: 240px;
  height: 225px;
  float: left;
  background: #000;
}

.g5grid-item--width2 {
  width: 480px;
}

.g5grid-item--height2 {
  height: 450px;
}

.g5g-img {
  position: relative;
  height: 100%;
  width: 100%;
}

.g5g-img a {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
}

.g5g-img a:after {
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  background-color: rgba(0, 0, 0, 0.25);
  top: 50%;
  left: 50%;
  transition: .5s ease;
}

.g5g-img:hover a:after {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.g5g-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/*------------- Gallery Style 3 END -------------*/
/*----------------------------------------*/
/*  Gallery Style 4
/*----------------------------------------*/
.gallery6-area {
  position: relative;
  max-width: 1200px;
  margin: 0px auto;
  padding: 120px 0px 60px;
}

.gallery6-wrappper {
  margin: 0px;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 0px;
  -moz-column-gap: 0px;
  column-gap: 0px;
  -webkit-column-width: 33.33333333333333%;
  -moz-column-width: 33.33333333333333%;
  column-width: 33.33333333333333%;
}

.g6-single {
  position: relative;
  max-width: 370px;
  margin: 0px auto 20px;
}

.g6-single:before {
  position: absolute;
  content: '';
  height: 0%;
  width: 0%;
  background-color: rgba(26, 26, 26, 0.75);
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  z-index: 1;
}

.g6-single .g6s-info {
  position: absolute;
  height: auto;
  width: 100%;
  top: calc(50% - 29px);
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-align: center;
  opacity: 0;
}

.g6-single .g6s-info p {
  font-size: 16px;
  letter-spacing: 0px;
  color: #fff;
}

.g6-single .g6s-info h4,
.g6-single .g6s-info h4 a,
.g6-single .g6s-info a {
  color: #fff;
  font-size: 24px;
  letter-spacing: 0px;
  font-weight: 500;
  line-height: 30px;
}

.g6-single:hover:before {
  height: 100%;
  width: 100%;
  opacity: 1;
}

.g6-single:hover .g6s-info {
  opacity: 1;
}

.g6-single:hover .g6s-info h4,
.g6-single:hover .g6s-info h4 a,
.g6-single:hover .g6s-info a,
.g6-single:hover .g6s-info p {
  color: var(--main-color);
}

.g6-single .g6s-img {
  position: relative;
}

/*------------- Gallery Style 4 END -------------*/
/*----------------------------------------*/
/*  Album Style 1
/*----------------------------------------*/
.albums-area {
  position: relative;
  max-width: 1200px;
  margin: 0px auto;
  padding: 120px 0px 60px;
}

.single-album {
  position: relative;
  max-width: 350px;
  margin: 30px auto;
  max-height: 407px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.single-album .album-cat-title {
  position: absolute;
  height: calc(100% - 20px);
  width: 100%;
  top: 0;
  left: 0;
  padding: 5px;
  background-color: rgba(26, 26, 26, 0.25);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-align: center;
  z-index: 4;
}

.single-album .album-cat-title h4 {
  color: #fff;
  font-size: 22px;
  line-height: 34px;
  letter-spacing: 0px;
  font-weight: 400;
  position: absolute;
  bottom: 25px;
  left: 15px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.single-album .album-cat-title a {
  color: #fff;
  font-size: 22px;
  line-height: 34px;
  letter-spacing: 0px;
  font-weight: 400;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  bottom: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
}

.single-album .album-cat-title a span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: left;
  padding: 0px 10px;
}

.single-album .album-cat-title a:hover {
  color: var(--main-color);
}

.single-album .s-album-img {
  position: relative;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.single-album .s-album-img img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.single-album .s-album-img img:first-child {
  position: absolute;
  left: 0;
  bottom: 20px;
  height: 100%;
  width: 100%;
  z-index: 3;
}

.single-album .s-album-img img:nth-child(2) {
  position: absolute;
  left: 0;
  bottom: 10px;
  height: 100%;
  width: 100%;
  z-index: 2;
}

.single-album .s-album-img img:nth-child(3) {
  height: 100%;
  width: 100%;
  z-index: 1;
}

.single-album:hover .s-album-img img:first-child {
  bottom: 66.66666%;
}

.single-album:hover .s-album-img img:nth-child(2) {
  bottom: 33.33333%;
}

.single-album:hover .album-cat-title {
  height: 100%;
  background-color: rgba(26, 26, 26, 0.75);
  opacity: 1;
}

/*------------- Album Style 1 END -------------*/
/*----------------------------------------*/
/*  Album Style 2
/*----------------------------------------*/
.single-album-V2 {
  position: relative;
  max-width: 540px;
  margin: 15px auto;
}

.single-album-V2:hover .sa-text {
  background-color: rgba(26, 26, 26, 0.75);
}

.single-album-V2 .sa-img {
  position: relative;
}

.single-album-V2 .sa-img img {
  width: 100%;
}

.single-album-V2 .sa-text {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(26, 26, 26, 0.2);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.single-album-V2 .sa-text a {
  font-size: 36px;
  line-height: 44px;
  color: #fff;
  letter-spacing: 0px;
  font-weight: 500;
  position: absolute;
  bottom: 15px;
  left: 15px;
}

.single-album-V2 .sa-text a:hover {
  color: var(--main-color);
}

/*------------- Album Style 2 END -------------*/
/*----------------------------------------*/
/*  Album Style 3
/*----------------------------------------*/
.single-album-V3 {
  position: relative;
  max-width: 350px;
  margin: 15px auto;
}

.single-album-V3 .sa-text {
  position: absolute;
  top: 15px;
  left: 15px;
  height: calc(100% - 30px);
  width: calc(100% - 30px);
  background-color: rgba(26, 26, 26, 0.5);
  border: 2px solid var(--main-color);
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.single-album-V3 .sa-text a {
  position: relative;
  font-size: 24px;
  letter-spacing: 0px;
  color: #fff;
  display: block;
  height: 100%;
  width: 100%;
  padding-top: 58%;
}

.single-album-V3 .sa-text a:hover {
  color: var(--main-color);
}

.single-album-V3:hover .sa-text {
  opacity: 1;
}

/*------------- Album Style 3 END -------------*/
.singleg3-gallery {
  position: relative;
}

.singleg3-gallery a {
  position: relative;
  display: block;
}

.singleg3-gallery a:after {
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  background-color: rgba(0, 0, 0, 0.25);
  top: 50%;
  left: 50%;
  transition: .5s ease;
}

.singleg3-gallery:hover a:after {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

/*----------------------------------------*/
/*  Pricing Style 1
/*----------------------------------------*/
.single-pricing {
  position: relative;
  max-width: 350px;
  margin: 25px auto;
  border: 1px solid #2c2c2c;
  background-color: #1d1d1d;
  padding: 50px 25px;
  text-align: center;
}

.single-pricing .sp-head {
  position: relative;
  padding: 25px 0px;
  z-index: 1;
}

.single-pricing .sp-head h4 {
  font-size: 36px;
  line-height: 44px;
  letter-spacing: 0px;
  color: var(--main-color);
  font-weight: 500;
}

.single-pricing .sp-head p {
  color: var(--main-color);
  font-size: 24px;
  letter-spacing: 0px;
  font-weight: 300;
  line-height: 36px;
}

.single-pricing .sp-head:before {
  position: absolute;
  content: '';
  background-image: url(../img/shape/pricing-head-1.png);
  background-size: 100% 100%;
  height: 120px;
  width: 160px;
  left: calc(50% - 80px);
  top: calc(50% - 60px);
  z-index: -1;
}

.single-pricing .sp-head img {
  max-width: 100px;
  height: 80px;
  margin: 0 auto;
}

.single-pricing ul.spf-list {
  position: relative;
  padding: 0;
  list-style-type: none;
  margin: 25px auto;
}

.single-pricing ul.spf-list li {
  letter-spacing: 0px;
  font-size: 18px;
  line-height: 24px;
  margin: 20px auto;
  color: #fff;
  font-weight: 300;
}

.single-pricing a.sp-btn {
  padding: 8px 30px;
  margin-top: 15px;
}

.single-pricing .sp-price {
  position: relative;
  margin: 25px auto;
}

.single-pricing .sp-price h4 {
  font-size: 36px;
  line-height: 44px;
  letter-spacing: 0px;
  color: var(--main-color);
  font-weight: 500;
}

.single-pricing .sp-price p {
  color: var(--main-color);
  font-size: 24px;
  letter-spacing: 0px;
  font-weight: 300;
  line-height: 36px;
}

.single-pricing.sp-best {
  margin-top: -25px;
}

.single-pricing.sp-best .sp-head img {
  max-width: 135px;
  height: 130px;
  margin: 0 auto;
}

.pricing-area {
  padding-bottom: 95px;
}

.pricing-area .section-titleV1 {
  padding-top: 0px;
  margin-top: 0px;
}

/*------------- Pricing Style 1 END -------------*/
/*----------------------------------------*/
/*  Error Section
/*----------------------------------------*/
.error-wrapper {
  position: relative;
}

.error-text {
  position: relative;
  max-width: 680px;
  margin: 25px auto;
  text-align: center;
  padding: 25px;
  z-index: 1;
}

.error-text img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.error-text h2 {
  font-size: 225px;
  line-height: 240px;
  color: #fff;
  letter-spacing: 0px;
  font-weight: 500;
}

.error-text h3 {
  font-size: 80px;
  letter-spacing: 0px;
  color: #fff;
  font-weight: 600;
  line-height: 100px;
}

.error-text p {
  font-size: 34px;
  color: #fff;
  line-height: 40px;
}

.error-text a.btn-style-1 {
  margin-top: 40px;
  text-transform: uppercase;
}

/*------------- Error Section END -------------*/
/*----------------------------------------*/
/*  Coming Soon Section
/*----------------------------------------*/
.coming-soon-area {
  position: relative;
  background-image: url(../img/bg/coming-Soon.jpg);
  background-size: 100% 100%;
  min-height: 625px;
  padding: 120px 0px 50px;
  text-align: center;
}

.coming-soon-area:before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  background-color: #1a1a1a;
  left: 0;
  top: 0;
  opacity: .75;
}

.c-son-title {
  position: relative;
  margin: 36px auto;
}

.c-son-title h3 {
  font-size: 48px;
  letter-spacing: 0px;
  color: #fff;
  font-weight: 600;
  line-height: 60px;
}

.c-son-title p {
  font-size: 22px;
  letter-spacing: 0px;
  color: #fff;
  font-weight: 400;
  line-height: 34px;
  max-width: 885px;
  margin: 10px auto;
  padding: 15px;
}

.countdown-wrapper {
  position: relative;
}

.countdown {
  position: relative;
}

.countdown .cdown {
  position: relative;
  display: inline-block;
  max-width: 400px;
  width: 100px;
  height: 100px;
  border: 2px solid #fff;
  border-radius: 5px;
  text-align: center;
  padding-top: 12px;
  margin: 10px;
}

.countdown .cdown .time-count {
  font-weight: 500;
  color: #fff;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: 0px;
}

.countdown .cdown p {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
}

.cs-logo img {
  max-height: 85px;
}

.cs-newsletter-form {
  position: relative;
}

.nl-content {
  position: relative;
  max-width: 540px;
  margin: 25px auto;
}

.nl-content form.nl-form {
  position: relative;
  margin: 40px auto;
}

.nl-content form.nl-form .input-group {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.nl-content form.nl-form input {
  font-size: 16px;
  letter-spacing: 0px;
  height: 60px;
  padding: 0px 25px;
  border-radius: 5px;
}

.nl-content form.nl-form button.btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  min-width: 130px;
  font-size: 16px;
  letter-spacing: 0px;
  background: var(--main-color);
  color: #fff;
  font-weight: 400;
}

.nl-content form.nl-form span.input-group-btn {
  position: absolute;
  top: 0;
  right: 0;
}

/*------------- Coming Soon Section END -------------*/
/*----------------------------------------*/
/*   Contact Page Style
/*----------------------------------------*/
.contact-info {
  position: relative;
  margin: 15px auto;
}

.cp-wrapper {
  position: relative;
  margin: 15px auto;
}

.contact-info h4,
.cp-wrapper h4 {
  color: #fff;
  letter-spacing: 0px;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 45px;
}

form.cf label {
  font-size: 14px;
  letter-spacing: 0px;
  color: #fff;
  line-height: 22px;
}

form.cf input,
form.cf textarea {
  font-size: 14px;
  letter-spacing: 0px;
  /* background-color: #101015; */
  border-color: #9E9E9E;
  margin-bottom: 20px;
}

form.cf input {
  height: 40px;
  padding: 0px 15px;
}

form.cf textarea {
  padding: 15px;
  min-height: 120px;
}

form.cf button {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0px;
  font-weight: 400;
  background: var(--main-color);
  border: none;
  padding: 8px 25px;
  border-radius: 5px;
  cursor: pointer;
}

.ci-single {
  position: relative;
  width: 100%;
  max-width: 350px;
  margin: 25px auto 40px;
  min-height: 50px;
}

.cis-icon {
  position: relative;
  max-width: 60px;
  float: left;
}

.cis-icon i {
  font-size: 25px;
  background: var(--main-color);
  color: #fff;
  height: 50px;
  width: 50px;
  border-radius: 5px;
  text-align: center;
  padding-top: 12px;
  margin-right: 10px;
}

.cis-text {
  padding-left: 65px;
}

.cis-text p {
  margin-bottom: 0px;
  line-height: 25px;
  font-weight: 500;
  color: #000000;
}

.cf-msg {
  padding: 10px;
  text-align: center;
  margin-bottom: 30px;
}

.cf-msg p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  color: #000;
  text-transform: capitalize;
}

/*------------- Contact Page Style END -------------*/
/*----------------------------------------*/
/*  Footer Style 1
/*----------------------------------------*/
.footer-area {
  position: relative;
  background-color: #191e2c;
  padding: 25px 0px 15px;
  text-align: center;
  margin-top: 15px;
}

.footer-copyr-logo {
  position: relative;
  /* border-bottom: 1px solid #555d73; */
  margin-top: 25px;
}

.footer-copyr-logo p {
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0px;
  color: #fff;
  margin: 15px auto;
}

.footer-social {
  position: relative;
}

.footer-social ul {
  position: relative;
  padding: 0;
  list-style-type: none;
  margin: 20px auto 5px;
}

.footer-social ul li {
  position: relative;
  display: inline-block;
}

.footer-social ul li a {
  background: var(--main-color);
  color: #fff;
  font-size: 14px;
  display: block;
  height: 30px;
  width: 30px;
  text-align: center;
  padding-top: 6px;
  border-radius: 50%;
  margin: 1px;
}

.footer-social ul li a:hover {
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

/*------------- Footer Style 1 END -------------*/
/*----------------------------------------*/
/*  Responsive Style
/*----------------------------------------*/
@media only screen and (min-width: 1601px) {
  .fph15 .hero-m-list {
    height: 100%;
  }

  .fph15 .hero-m-list ul {
    top: 15%;
  }

  .hero-fph3-carousel .item .single-fph .sfph-text {
    margin-top: 25%;
  }

  .hero_V1 {
    min-height: 100vh;
  }

  .hero_V1 .hero-content {
    margin-top: 100px;
  }

  .hero_V3 {
    min-height: 100vh;
    padding-top: 140px;
  }

  .hero_V4 {
    min-height: 100vh;
    padding-top: 240px;
  }

  .gallery-carousel {
    max-width: 1366px;
    margin: 0 auto;
  }

  .hero_V5 {
    position: relative;
    min-height: 100vh;
  }

  .hero_V5 .heroV5-carousel .owl-stage-outer {
    height: 100%;
  }

  .hero_V5 .heroV5-carousel {
    height: 100vh;
  }

  .hero_V5 .heroV5-carousel .owl-stage {
    height: 100%;
  }

  .hero_V5 .heroV5-carousel .owl-stage .owl-item {
    height: 100%;
  }

  .hero_V5 .heroV5-carousel .item {
    height: 100%;
  }

  .hero_V5 .heroV5-carousel .item .single-hero5 {
    height: 100%;
    width: 100%;
  }

  .hero_V5 .heroV5-carousel .item .single-hero5 .hb-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 15px;
    max-width: calc(100% - 30px);
  }

  .heroV5-carousel .item .single-hero5 .hero-text h2 {
    padding-top: 160px;
  }

  .hero_V13 .hss-V13 .item .hssV13-single {
    margin: 100px auto;
    padding: 120px 0px;
  }
}

@media only screen and (min-width: 1368px) {
  .gp-slider-img img {
    width: 100%;
  }

  .gallerySliderV2_nav {
    margin-top: 120px;
  }

  .fph-V2 .hero-img .h-img-box {
    max-width: 100%;
  }

  .grid4-item img {
    width: 100%;
  }

  .header_3 .button_container {
    position: absolute;
    right: 0;
    top: 10px;
  }

  .hero_V1,
  .hero_V2,
  .hero_V3,
  .hero_V4,
  .hero_V11,
  .hero_V13 {
    background-size: cover;
  }

  .heroV5-carousel .item .single-hero5 img.sh5bg {
    object-fit: cover;
  }

  .hero_V20 .hero2-carousel .item {
    height: 100vh;
  }

  .hero_V20 .hero-content .hero-img {
    max-width: 992px;
    margin-top: 50px;
  }

  .single-lShots {
    max-width: 100%;
  }

  .single18-portfolio {
    max-width: 100%;
  }

  .single18-portfolio .sp-img img {
    width: 100%;
  }

  .hero_V19 .hero19-carousel .item {
    height: 100vh;
  }

  .hero_V19 .hero19-carousel .item .single-hero-carousel {
    height: 100%;
  }

  .hero_V19 .hero-content {
    margin: 100px auto 25px;
  }

  .sbox_V1.shuffle {
    max-width: 1350px;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .dedicated-area .section-text {
    margin-top: 30px;
  }

  .header_3 .fp-search {
    margin-right: 120px;
  }

  .header_2 .s-menu nav>ul li a {
    font-size: 13px;
    font-weight: 500;
    padding-left: 10px;
    padding-right: 10px;
  }

  .sidebar-social ul li {
    margin: 5px;
  }

  .single-f-post .sfp-text a {
    line-height: 20px;
    font-size: 14px;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .single-service-thumbnail-V1 .sstv-text h4 {
    font-size: 16px;
    margin: 5px auto;
  }

  .sstv-2 .sstv-text {
    padding: 20px 15px;
  }

  .single-service-thumbnail-V1 .sstv-text a {
    font-size: 12px;
  }
}

@media only screen and (max-width: 1200px) {
  .hero_V13 {
    background-size: cover;
  }

  .hero_V3 {
    background-size: cover;
    background-position: top right;
  }

  .g6-single {
    margin: 0px 5px 5px 0px;
  }

  .smbv2-masonaryV1 {
    padding: 0px 10px 40px;
  }

  a.slicknav_btn {
    cursor: pointer;
  }

  a.slicknav_btn span.slicknav_menutxt {
    display: none;
  }

  a.slicknav_btn span.slicknav_icon {
    padding: 0px;
    margin: 5px;
    padding-top: 1px;
  }

  .mobile-menu-logo .logo {
    margin: 5px;
  }

  .service2-carousel .owl-nav {
    display: none;
  }

  .hero-fph3-carousel .item .single-fph {
    padding: 0px 15px;
  }

  .hero-fph3-carousel .item .single-fph .sfph-text {
    padding-top: 60px;
  }

  .hero_V14 {
    min-height: unset;
  }

  .hero_V14 .hero-m-list {
    padding-top: 200px;
  }

  .hero_V14 .hero-m-list ul {
    position: relative;
    text-align: center;
    height: auto;
    margin: 25px auto;
  }

  .hero_V14 .hero-m-list ul:before {
    display: none;
  }

  .hero_V14 .hero-m-list ul li {
    position: relative;
    display: inline-block;
    left: unset !important;
    right: unset !important;
    top: unset !important;
    bottom: unset !important;
    margin: 5px;
    height: 80px;
    width: 80px;
  }

  .hero_V14 .hero-m-list ul li a span {
    display: none;
  }

  .hero_V14 .hero-m-list ul li a i {
    margin-top: 10px;
  }

  .hero_V14 .hero-m-list ul li a img.hero-logo {
    margin-top: 10px;
    width: 40px;
    height: 30px;
  }

  .sfw-menu ul.sfw-menu-list li {
    margin: 10px auto;
  }

  .sfw-menu ul.sfw-menu-list li a {
    font-size: 18px;
    line-height: 22px;
  }

  .sideBar-fixed.sideBar-fixedV2 {
    width: 240px;
  }

  .full2-portfolio-wrapper {
    margin-left: 240px;
  }

  .portfolio13-content {
    max-width: 720px;
    margin: 0 auto;
  }

  .single-album-V2 .sa-text a {
    font-size: 24px;
    line-height: 36px;
  }
}

@media only screen and (max-width: 991px) {
  .hero_V18 .hero-content .hero-text h3 {
    font-size: 36px;
    line-height: 56px;
  }

  .hero_V18 {
    min-height: 460px;
  }

  .hero_V18 .hero-content .hero-text {
    max-width: 560px;
  }

  .revSlideHero .Newspaper-Title {
    font-size: 28px !important;
    line-height: 32px !important;
  }

  .revSlideHero .tp-loop-wrap {
    padding-top: 20px;
  }

  .g5grid .g5grid-item .g5g-img img {
    object-fit: cover;
    height: 100%;
    width: 100%;
  }

  .sideBar-fixed.sideBar-fixedV2.show-ocnav {
    left: 0;
  }

  .sfv2-oc {
    display: block;
    position: absolute;
    height: 40px;
    width: 40px;
    background: var(--main-color);
    right: -60px;
    border-radius: 5px;
    cursor: pointer;
  }

  span.oc-icon {
    position: relative;
    height: 40px;
    width: 40px;
    display: block;
  }

  span.oc-icon:after {
    position: absolute;
    content: '\f0c9';
    font-family: "Poppins", sans-serif;
    color: #fff;
    font-size: 30px;
    left: 8px;
    top: 5px;
    opacity: 1;
  }

  span.oc-icon:before {
    position: absolute;
    content: '\f00d';
    font-family: "Poppins", sans-serif;
    color: #fff;
    font-size: 30px;
    left: 8px;
    top: 5px;
    opacity: 0;
  }

  .show-ocnav span.oc-icon:after {
    opacity: 0;
  }

  .show-ocnav span.oc-icon:before {
    opacity: 1;
  }

  .dedicated-area .section-text {
    margin-bottom: 50px;
  }

  .full2-portfolio-wrapper {
    margin-left: 0px;
  }

  .sfv2-open-om {
    display: block;
  }

  .sideBar-fixed.sideBar-fixedV2 {
    width: 240px;
    left: -240px;
    transition: .5s ease;
  }

  .sideBar-fixed.sideBar-fixedV2.sfv2vissible {
    left: 0px;
  }

  .sfv2vissible .fa-times:before {
    content: "\f00d";
  }

  .soc-btn i {
    color: #FFC107;
  }

  .header_3 .button_container span {
    background-color: #FFC107;
  }

  .innerpage-titlev3 .ipt-text h3 {
    font-size: 24px;
    line-height: 36px;
  }

  .testimonial-carouselV1 .owl-nav {
    display: none;
  }

  .topbar {
    display: none;
  }

  .header_1.navbar-fixed-top {
    top: 0;
  }

  .hero_V1 .hero-content .hero-text h2 {
    font-size: 26px;
    line-height: 36px;
  }

  .hero_V1 .hero-content .hero-text h2 p {
    font-size: 14px;
    line-height: 22px;
    margin: 5px auto;
  }

  .btn-style-1 {
    font-size: 12px !important;
    padding: 8px 20px;
  }

  .section-titleV1 h3 {
    font-size: 22px;
    line-height: 32px;
  }

  .section-titleV1 p {
    font-size: 14px;
    line-height: 22px;
  }

  .section-text p {
    font-size: 14px;
  }

  .section-text ul li {
    font-size: 12px;
    line-height: 18px;
  }

  .about-1 .section-titleV1 {
    padding: 5px 0px;
    margin: 5px auto;
  }

  .shuffle-filter-btn label.btn {
    font-size: 14px;
  }

  .single-service .ss-text h4 {
    font-size: 16px;
    line-height: 24px;
  }

  .single-service .ss-text p {
    font-size: 14px;
    line-height: 22px;
  }

  .single-service .ss-text a {
    font-size: 14px;
  }

  .single-blog .sb-text h4 {
    font-size: 16px;
    line-height: 22px;
  }

  .single-blog .sb-text p {
    font-size: 14px;
  }

  .hero_V2 .hero-content .hero-text h2 {
    font-size: 44px;
    line-height: 54px;
  }

  .hero_V3 .hero-content .hero-text {
    padding: 0px 15px;
  }

  .hero_V3 .hero-content .hero-text h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .hero_V3 .hero-content .hero-text p {
    font-size: 18px;
  }

  .about-1 {
    overflow: hidden;
  }

  .about-1 {
    overflow: hidden;
  }

  .about3-text h3 {
    font-size: 20px;
    line-height: 30px;
  }

  .about3-text p {
    font-size: 14px;
  }

  .hero_V4 .hero-content .hero-text {
    margin: 25px 0px;
  }

  .hero_V4 .hero-content .hero-text h2 {
    font-size: 34px;
    line-height: 44px;
  }

  .hero_V4 .hero-content .hero-text p {
    font-size: 14px;
  }

  .hero_V4 .hero-content .hero-social ul:after {
    display: none;
  }

  .heroV5-carousel .item .single-hero5 {
    min-height: unset;
    padding-top: 120px;
  }

  .heroV5-carousel .item .single-hero5 .hero-text {
    margin: 25px auto;
    padding-bottom: 0px;
  }

  .heroV5-carousel .item .single-hero5 .hero-text h2 {
    font-size: 36px;
    line-height: 44px;
  }

  .heroV5-carousel .item .single-hero5 .hb-bottom {
    padding: 15px;
  }

  .heroV5-carousel .owl-nav {
    display: none;
  }

  .dedicated-area {
    padding: 15px;
  }

  .about-8 {
    overflow: hidden;
  }

  .fph-V3 {
    height: auto;
  }

  .hero-fph3-carousel .item .single-fph .sfph-text h2 {
    font-size: 36px;
    line-height: 48px;
  }

  .about14-1 {
    padding-top: 0px;
  }

  .gallerySliderV2_nav .item .sliderNav-text h3 {
    font-size: 16px;
    font-weight: 400;
  }

  .gallerySliderV2_nav .item .sliderNav-text h3 span {
    font-size: 20px;
    line-height: 45px;
    display: inline-block;
    margin-right: 10px;
  }

  .blog-masonary-3column {
    margin: 25px auto;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
    -webkit-column-width: 50%;
    -moz-column-width: 50%;
    column-width: 50%;
  }

  .smb-share-tag .share-btn {
    width: 100%;
  }

  .smb-share-tag .f-post-tag {
    float: unset;
    text-align: left;
    width: 100%;
  }

  .single-bdc.sbdc-sub {
    margin-left: 45px;
  }

  .single-bdc .sbdc-text h4 span {
    display: block;
    border-left: none;
    padding-left: 0px;
    margin-left: 0px;
  }

  .innerpagetop-area .pipa-text h3 {
    font-size: 20px;
    line-height: 36px;
    padding: 0px 15px;
  }

  .gallery5-area {
    position: relative;
    max-width: 510px;
    margin: 0 auto;
    overflow: hidden;
    padding: 10px 0px 40px;
  }

  .blog-masonary-3column {
    all: unset;
    position: relative;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ap3 .section-padding {
    padding-bottom: 0px;
  }

  .hero_V19 .hero19-carousel .item .single-hero-carousel {
    padding-top: 60px;
  }

  .hero_V19 .hero19-carousel .owl-dots {
    position: absolute;
    right: 25px;
    top: 35%;
  }

  .about18-img img:first-child {
    max-width: 100%;
  }

  .about18-img img:nth-child(2) {
    max-width: 100%;
  }

  .about18-img img:nth-child(3) {
    max-width: 100%;
    width: 100%;
    left: 0;
    bottom: 0;
  }

  .about14-1 .section-text {
    margin-top: 25px;
    padding-top: 25px;
    margin-bottom: 25px;
    padding-bottom: 25px;
  }

  .about14-2 .section-text {
    margin-top: 25px;
    padding-top: 25px;
    margin-bottom: 25px;
    padding-bottom: 25px;
  }

  .single-pFolio-textImg .spf-text {
    margin-top: 25px;
    padding-top: 15px;
  }

  .sstv-2 .sstv-text p {
    display: none;
  }

  .s-subscribe form input {
    font-size: 11px;
  }

  .sidebar-widget {
    text-align: center;
  }

  .sidebar-widget h4 {
    font-size: 18px;
  }

  .sidebar-social ul {
    text-align: center;
  }

  .sidebar-social ul li {
    margin: 5px;
  }

  .sidebar-social ul li a {
    height: 30px;
    width: 30px;
    font-size: 15px;
  }

  .single-f-post {
    padding: 0px;
  }

  .single-f-post img {
    position: relative;
  }

  .single-f-post .sfp-text a {
    font-size: 12px;
    line-height: 18px;
  }

  .single-main-blogV2 h4.smb-title {
    font-size: 16px;
  }

  .single-main-blogV2 h4.smb-title a {
    font-size: 16px;
  }

  .single-main-blogV2 .smb-meta ul li {
    font-size: 10px;
  }

  .single-main-blogV2 .smb-meta ul li a {
    font-size: 10px;
  }

  .single-album-V3 .sa-text a {
    font-size: 18px;
  }

  .single-5portfolio .sp-text h3 a {
    font-size: 26px;
    line-height: 36px;
  }

  .single-5portfolio .sp-text p {
    font-size: 16px;
    line-height: 22px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 850px) {
  .hero-16 .scroll-down {
    bottom: 70px;
  }

  .portfolio16-area {
    position: relative;
    padding-top: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .hero_V18 .hero-content .hero-text {
    max-width: 350px;
  }

  .hero_V18 .hero-content .hero-text h3 {
    font-size: 26px;
    line-height: 38px;
  }

  .gallerySliderV2_nav .item .sliderNav-text h3 {
    line-height: 30px;
  }

  .gallerySliderV2_nav .item .sliderNav-text h3 span {
    line-height: 30px;
  }

  .hero-16 .scroll-down {
    display: none;
  }

  .revSlideHero .tp-loop-wrap {
    padding-top: 40px;
  }

  .revSlideHero .Newspaper-Title {
    font-size: 22px !important;
    line-height: 32px !important;
  }

  .single-pricing.sp-best {
    margin: 25px auto;
  }

  .ap3 .about-text.about-p1-top {
    margin-top: 0;
    padding-top: 0px;
  }

  .ap3 .section-padding {
    padding: 20px 0px;
  }

  .ap3 .about-p1-top .section-text p {
    font-size: 14px;
  }

  .about-p3-img {
    margin: 25px auto;
  }

  .grid4-item a .g4i-hover p {
    font-size: 14px;
    line-height: 18px;
    left: 5px;
    bottom: 2px;
  }

  .grid4-item a .g4i-hover p:before {
    display: none;
  }

  .singleg4-gallery {
    margin-top: 0px;
  }

  .gallery6-wrappper {
    margin: 0px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
    -webkit-column-width: 50%;
    -moz-column-width: 50%;
    column-width: 50%;
  }

  .about14-1 {
    padding-bottom: 120px !important;
    padding-top: 25px !important;
  }

  .about14-2 .section-text {
    margin-bottom: 0px;
    padding-bottom: 25px;
  }

  .coming-soon-area {
    background-size: cover;
  }

  .about-img.about18-img {
    text-align: center;
  }

  .about18-img {
    text-align: left;
  }

  .about18-img img:first-child {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
  }

  .about18-img img:nth-child(2) {
    position: absolute;
    top: 0px;
    left: 15px;
    right: unset;
    max-width: 240px;
    box-shadow: 0px 0px 40px 0px rgba(23, 21, 56, 0.55);
    padding-bottom: 15px;
  }

  .about18-img img:nth-child(3) {
    position: absolute;
    left: 15px;
    right: unset;
    bottom: 0px;
    max-width: 240px;
    box-shadow: 0px 0px 40px 0px rgba(23, 21, 56, 0.55);
  }

  .single-pFolio-textImg .spf-text {
    padding: 25px;
    margin: 25px auto;
  }

  .hero_V10 .hero-text p {
    font-size: 14px;
  }

  .hero_V10 .hero-text a {
    font-size: 18px;
  }

  .testimonial-carouselV1 .item .chrisSingle-testimonial {
    margin: 0px auto;
  }

  .testimonial-carouselV1 .item .chrisSingle-testimonial .tc-text p {
    font-size: 12px;
    line-height: 20px;
  }

  .testimonial-carouselV1 .item .chrisSingle-testimonial .tc-name h4 {
    font-size: 18px;
    line-height: 24px;
  }

  .testimonial-carouselV1 .item .chrisSingle-testimonial .tc-name p {
    font-size: 14px;
    line-height: 22px;
  }

  .about3-text h3 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
    padding-bottom: 12px;
  }

  .about3-text h3:after {
    width: 100%;
    max-width: 500px;
  }

  .about3-text p {
    font-size: 12px;
    line-height: 18px;
  }

  .grid2-item {
    padding: 5px;
  }

  .hero_V3 .hero-content .hero-text {
    padding: 0px 40px;
  }

  .hero_V3 .hero-content .hero-text h2 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 15px;
  }

  .hero_V3 .hero-content .hero-text h2:before {
    display: none;
  }

  .hero_V3 .hero-content .hero-text p {
    font-size: 12px;
    line-height: 20px;
    margin-right: 15px;
  }

  .sidemenu2-area {
    padding-left: 120px;
  }

  .overlay-menu-wrapper .nav-side-menu {
    width: 240px;
  }

  .overlay-menu-wrapper li a {
    font-size: 18px;
    line-height: 22px;
    padding: 5px 10px;
  }

  .overlay-menu-wrapper ul.sub-menu li a {
    font-size: 16px;
  }

  .section-titleV1 {
    padding: 15px 0px;
  }

  .about-text {
    margin: 40px auto;
  }

  .hero_V2 .hero-content .hero-text h2 {
    font-size: 28px;
    line-height: 40px;
  }

  .hero_V2 .hero-content .hero-text .hero-btn {
    margin: 30px auto 50px;
  }

  .hero_V2 .hero2-carousel .item .single-hero-carousel {
    padding: 80px 0px 140px;
  }

  .hero_V2 .hero2-carousel .owl-dots {
    right: 10px;
  }

  .hero_V19 .hero-content .hero-text h2 {
    font-size: 22px;
    line-height: 30px;
  }

  .hero_V19 .hero-content .hero-text p {
    font-size: 14px;
    line-height: 20px;
    padding: 0px 30px;
  }

  .hero_V19 .hero2-carousel .item .single-hero-carousel {
    padding: 60px 0px 20px;
    height: 100vh;
  }

  .about-img.a3-img {
    text-align: center;
  }

  .about-img.a3-img img.a3img-1 {
    position: relative;
    left: unset;
    top: unset;
  }

  .hero-social {
    display: none;
  }

  .sideBar-fixed {
    width: 120px;
  }

  .full-portfolio-wrapper {
    padding-left: 120px;
  }

  .fph-V2 {
    min-height: 640px;
    height: auto;
  }

  .fph-V2 .gallerySliderV2_nav {
    padding: 65px 15px;
    overflow: hidden;
  }

  .fph-V2 .hero-img .h-img-box {
    max-width: 100%;
  }

  .fph-V1 {
    min-height: auto;
    height: 100vh;
  }

  .fph-V1 .gallerySliderV1_nav .slick-arrow:before {
    display: none;
  }

  .fph-V1 .gallerySliderV1 {
    height: 100%;
  }

  .fph-V1 .gallerySliderV1 .slick-list {
    height: 100%;
  }

  .fph-V1 .gallerySliderV1 .slick-list .slick-track {
    height: 100%;
  }

  .fph-V1 .gallerySliderV1 .slick-list .slick-track .item.slick-slide {
    height: 100%;
  }

  .fph-V1 .gallerySliderV1 .slick-list .slick-track .item.slick-slide .gp-slider-img {
    position: relative;
    height: 100%;
  }

  .fph-V1 .gallerySliderV1 .slick-list .slick-track .item.slick-slide .gp-slider-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .heroV5-carousel .item .single-hero5 .hb-bottom {
    display: none;
  }

  .hero-fph3-carousel .item .single-fph {
    background-color: #f7f7f7;
  }

  .hero-fph3-carousel .item .single-fph .sfph-text {
    padding: 50px 15px 0px;
  }

  .hero-fph3-carousel .item .single-fph .sfph-text h2 {
    font-size: 36px;
    line-height: 44px;
  }

  .item .single-fph .sfph-text {
    padding: 50px 15px 0px;
    margin: 60px auto;
  }

  .hero_V10 .hero-text h2 {
    font-size: 40px;
    line-height: 50px;
  }

  .single-pFolio-textImg .spf-text h3 {
    font-size: 30px;
  }

  .hero_V11 {
    padding-top: 60px;
  }

  .hero_V11 ul.ht li {
    line-height: 40px;
    font-size: 20px;
  }

  .hero_V11 .hero-text {
    padding-bottom: 0px;
    margin-bottom: 25px;
  }

  .hero_V13 .hss-V13 .item .hssV13-single {
    padding: 50px 15px;
  }

  .hero_V13 .hss-V13 .item .hssV13-single h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .hero_V13 .hss-V13 .item .hssV13-single p {
    font-size: 16px;
  }

  .hero_V13 .hss-V13thumbs .item .hss-thumbs p {
    font-size: 12px;
  }

  .hero_V13 .hss-V13thumbs .item .hss-thumbs span {
    font-size: 20px;
  }

  .section-titleV2 {
    padding: 0px 15px;
  }

  .section-titleV2 h3 {
    font-size: 26px;
    line-height: 36px;
  }

  .section-titleV2 p {
    font-size: 14px;
    line-height: 22px;
  }

  .about14-1 .section-text {
    margin-top: 25px;
    margin-bottom: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .hero-16 {
    min-height: unset;
    overflow: hidden;
  }

  .hero-16 .item.slick-slide {
    overflow: hidden;
    padding: 2px 0px;
  }

  .gallerySliderV2_nav .item .sliderNav-text a {
    display: none;
  }

  .section-titleV2alt {
    padding: 15px;
  }

  .section-titleV2alt h3 {
    font-size: 26px;
    line-height: 36px;
  }

  .section-titleV2alt p {
    font-size: 14px;
    line-height: 20px;
  }

  .about18-text .section-titleV2alt {
    padding-left: 0px;
  }

  .blog-masonary-3column {
    margin: 25px auto;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
    -webkit-column-width: 100%;
    -moz-column-width: 100%;
    column-width: 100%;
  }

  .smbv2-masonaryV1 {
    padding: 0px 0px 40px;
  }

  .blog-masonary-2column {
    margin: 25px auto;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
    -webkit-column-width: 100%;
    -moz-column-width: 100%;
    column-width: 100%;
  }

  .apa-1-3rd-section-left {
    margin-bottom: 25px;
    margin-bottom: 25px;
  }

  .apa-1-2nd-section-left {
    margin: 25px auto;
  }

  .apa-1-2nd-section-left p {
    font-size: 18px;
    max-width: 100%;
    font-size: 18px;
    max-width: 100%;
  }

  .apa-1-2nd-section-right {
    margin: 25px auto;
  }

  .apa-2-3rd-section-left .section-titleV1 h3 {
    line-height: 30px;
    font-size: 24px;
  }

  .wop-text h4 {
    font-size: 24px;
    line-height: 36px;
  }

  .wop-text p {
    font-size: 16px;
    line-height: 26px;
  }

  .error-text h2 {
    font-size: 80px;
    line-height: 100px;
  }

  .error-text h3 {
    font-size: 36px;
    line-height: 56px;
  }

  .error-text p {
    font-size: 24px;
    line-height: 36px;
  }

  .c-son-title h3 {
    font-size: 36px;
    line-height: 44px;
  }

  .c-son-title p {
    font-size: 17px;
    line-height: 30px;
  }

  .single-5portfolio .sp-text {
    left: -5px;
  }

  .portfolio13-content {
    max-width: 480px;
    margin: 0 auto;
  }

  .contact-info,
  .cp-wrapper {
    max-width: 350px;
    margin: 0 auto;
  }

  .hero_V1 {
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 15px;
  }

  .heroV5-carousel .item .single-hero5 img.sh5bg {
    object-fit: cover;
  }

  .dedicated-a-img {
    margin: 0 auto;
  }

  .about-8 .a8-img img {
    width: 100%;
    margin: 15px auto;
  }

  .about14-img.a4ialt {
    margin: 0 auto;
  }

  .about14-img.a4ialt img.a14-bg {
    margin: 0 auto;
  }

  .about14-img {
    margin: 0 auto;
  }

  .about14-img img.a14bg-1 {
    margin: 0 auto;
    right: 0;
  }

  .testim-slider .testimonial3-carousel .item .single-tstmonial p {
    font-size: 14px;
    line-height: 22px;
  }

  .testim-slider .testimonial3-carousel .item .single-tstmonial .st-info h4 {
    font-size: 20px;
  }

  .single-5portfolio .sp-text h3 a {
    font-size: 24px;
    line-height: 34px;
  }

  .single-5portfolio .sp-text p {
    font-size: 16px;
    line-height: 24px;
  }

  .pretty-photography .ppgrhy-text h3 {
    font-size: 24px;
    line-height: 34px;
  }

  .pretty-photography .ppgrhy-text a {
    font-size: 12px;
    padding: 5px 20px;
    line-height: 24px;
  }

  .pretty-photography .ppgrhy-text p {
    font-size: 14px;
    line-height: 22px;
  }

  .sdc-img {
    margin-bottom: 0px;
  }

  .sdc-text-img .sdci img {
    margin-bottom: 25px;
  }

  .sdc-text-img {
    margin-bottom: 0px;
    margin-top: 25px;
  }

  .service-details-area {
    padding: 60px 0px;
  }

  .pricing-area .section-titleV1 {
    margin-bottom: 0px;
  }

  .service-details-area .section-titleV1 {
    margin-bottom: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
  }

  .shuffle-filter-btn {
    margin-bottom: 25px;
  }

  .shuffle-filter-btn label.btn {
    padding: 3px 5px;
  }

  .portfolio-area .section-titleV1 {
    padding-bottom: 0px;
    padding-top: 0px;
    margin-top: 0px;
  }

  .section-titleV1 h3 {
    margin-top: 3px;
  }

  .fotolia-grid-2 {
    margin-bottom: 5px;
  }

  .way-of-photography {
    padding: 15px 0px;
  }

  .service-details-area {
    padding-top: 40px;
  }

  .innerpage-titlev3 {
    padding: 25px 0px;
  }

  .about-page-area {
    padding: 60px 0px;
  }

  .exclusive-service-area {
    padding: 60px 0px;
  }

  .innerpagetop-area {
    padding: 80px 0px 40px;
    background-size: cover;
  }

  .innerpagetop-area .pipa-bg img {
    object-fit: cover;
  }

  .section-padding {
    padding: 50px 0px;
  }

  .blog-pagination {
    margin: 40px 0px 90px;
  }

  .bp4 {
    margin-top: 40px;
    margin-bottom: 90px;
  }

  .service2-area {
    padding-bottom: 40px;
  }

  .about-img.a3-img img.a3img-1 {
    max-width: 300px;
  }

  .testimonial-area {
    background-size: cover;
  }

  .testimonial-area .section-titleV1 {
    padding: 15px 0px 0px;
    margin-bottom: 15px;
  }

  .about-1 {
    padding-bottom: 0px;
  }

  .service-area {
    padding-top: 0px;
  }

  .about-page-area .about-p1-top {
    padding-bottom: 0px;
    margin-bottom: 0px;
  }

  .about-page-area .section-padding-top {
    padding-top: 40px;
  }

  .about-page-area ul#skills {
    margin-top: 40px;
  }

  .bw-3 {
    padding-bottom: 0px !important;
  }

  .hero-fph3-carousel .item .single-fph .sfph-text {
    margin: 80px auto 20px !important;
    transition: 2.5s ease;
  }

  .hero_V19 .single-hero-carousel {
    padding-top: 100px !important;
  }

  .hero19-carousel .owl-dots {
    right: 0px !important;
  }
}

@media only screen and (min-width: 240px) and (max-width: 480px) {
  .revSlideHero .Newspaper-Button {
    padding: 8px 12px !important;
    bottom: 0;
    letter-spacing: 0px;
    font-size: 12px !important;
    font-weight: 300 !important;
  }

  .revSlideHero .tp-loop-wrap {
    padding-top: 20px;
  }

  .revSlideHero .Newspaper-Title {
    font-size: 20px !important;
    line-height: 27px !important;
  }

  .pf9 {
    height: unset !important;
  }

  .single-shuffle .ssf-hover img {
    margin: 5px auto;
  }

  .grid4-item a .g4i-hover p {
    font-size: 10px;
    line-height: 12px;
  }

  .g6-single .g6s-info {
    padding: 5px;
  }

  .g6-single .g6s-info h4,
  .g6-single .g6s-info h4 a,
  .g6-single .g6s-info a {
    font-size: 16px;
    line-height: 25px;
  }

  .g6-single .g6s-info p {
    font-size: 14px;
  }

  .portfolio13-area .pf13-title {
    padding-top: 25px;
  }

  .portfolio13-area .pf13-title span {
    font-size: 26px;
    line-height: 32px;
  }

  .portfolio13-area .pf13-title h3 {
    font-size: 20px;
    line-height: 26px;
  }

  .hero_V11 .hero-content {
    padding: 15px 0px;
  }

  .hero_V3 .hero2-carousel .item .single-hero-carousel {
    position: relative;
    padding: 80px 0px 50px;
  }

  .sstv2-hover .sstv-text {
    padding: 25px 10px;
  }

  .footer-copyr-logo p {
    font-size: 14px;
  }

  .hero_V11 ul.ht li {
    line-height: 40px;
    font-size: 12px;
  }

  .hero_V13 .hss-V13 .item .hssV13-single {
    padding: 15px;
  }

  .hero_V13 .hss-V13 .item .hssV13-single h2 {
    font-size: 22px;
    line-height: 35px;
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 35px;
    margin-bottom: 15px;
  }

  .hero_V13 .hss-V13 .item .hssV13-single p {
    font-size: 14px;
    line-height: 22px;
  }

  .hero_V13 .hss-V13 .item .hss-thumbs {
    padding: 5px;
  }

  .hero_V13 .hss-V13 .item .hss-thumbs p {
    line-height: 18px;
    margin-bottom: 5px;
  }

  .hero_V14 .hero-m-list {
    padding: 180px 0px 0px;
  }

  .hero_V14 .hero-m-list ul {
    margin: 0px auto;
  }

  .hero_V14 .hero-m-list ul li {
    margin: 2px 5px;
    height: 60px;
    width: 60px;
  }

  .hero_V14 .hero-m-list ul li a i {
    margin-top: 0px;
  }

  .hero_V14 .hero-m-list ul li a img.hero-logo {
    margin-top: 0;
  }

  .g5grid-item {
    width: 100%;
  }

  .about14-2 .section-text {
    padding: 0px;
    margin: 25px auto;
  }

  .about14-2 .section-text h3 {
    font-size: 22px;
    line-height: 34px;
  }
}

@media only screen and (max-width: 359px) {
  .hero_V13 .hss-V13thumbs .item .hss-thumbs {
    padding: 15px 5px;
  }

  .hero_V13 .hss-V13thumbs .item .hss-thumbs span {
    font-size: 14px;
    line-height: 22px;
  }

  .hero_V13 .hss-V13thumbs .item .hss-thumbs p {
    font-size: 10px;
    line-height: 16px;
  }

  .shuffle-box.sbox_V1.shuffle {
    margin-left: -5px;
  }

  .sbox_V1 .single-shuffle {
    width: 60px;
    height: 60px;
  }

  .sbox_V1 .single-shuffle:hover .ssf-hover i {
    font-size: 35px;
    color: #fff;
  }

  .section-padding {
    padding: 40px 0px;
  }
}

/* ---------- Responsive Style END ---------- */
/* 
--------------------------
- Custom Typography
--------------------------
*/
/* Your Custom Typography. */

/*# sourceMappingURL=style.css.map */




/*-------- 1.6 Hero --------*/
.opacity-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.background-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: all .5s ease;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.jarallax {
  position: relative;
  z-index: 0;
}

.jarallax>.jarallax-img {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

span[data-jarallax-element] {
  display: block;
}

.kenburns .owl-item.active .item img,
img.jarallax-img.kenburns {
  transform-origin: 50% 50%;
  animation: kenburns 15s linear 0s;
  transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  animation-fill-mode: forwards;
  /* or: backwards, both, none */
}

@keyframes kenburns {
  0% {
    transform: scale3d(1.4, 1.4, 1.4) translate3d(-5%, -2%, 0px);
    transition: transform 7000ms linear 1s;
  }

  100% {
    transform: scale3d(1.25, 1.25, 1.25) translate3d(0px, 0px, 0px);
    transition: transform 7000ms linear 1s;
  }
}

img.jarallax-img.kenburns-2 {
  transform-origin: 50% 50%;
  animation: kenburns 10s linear 0s;
  transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  animation-fill-mode: forwards;
  /* or: backwards, both, none */
}

.hero {
  color: #fff;
}

.hero.full-height {
  height: 100vh;
}

@media (max-width: 991px) {
  .hero.full-height {
    min-height: 600px;
  }
}

@media (max-width: 767px) {
  .hero.full-height {
    height: 87vh;
  }
}

.hero.medium-height {
  height: 70vh;
}

@media (max-width: 991px) {
  .hero.medium-height {
    min-height: 600px;
  }
}

.hero.small-height {
  height: 60vh;
}

@media (max-width: 991px) {
  .hero.small-height {
    min-height: 600px;
  }
}

.hero .wrapper {
  text-align: left;
  height: 100%;
}

.hero .wrapper small {
  text-transform: uppercase;
  letter-spacing: 3px;
  display: block;
  margin: 0 0 10px 0;
  color: #ebd7b2;
  font-weight: 600;
}

.hero .wrapper h1,
.hero .wrapper h3 {
  color: #fff;
  font-size: 51px;
  font-size: 3.1875rem;
  margin: 0 0 10px 0;
  font-weight: 700;
  text-transform: uppercase;
}

@media (max-width: 767px) {

  .hero .wrapper h1,
  .hero .wrapper h3 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

@media (max-width: 575px) {

  .hero .wrapper h1,
  .hero .wrapper h3 {
    font-size: 32px;
    font-size: 2rem;
  }
}

.hero .wrapper p {
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  padding: 5px;
  max-width: 900px;
  margin: 15px auto;

}

.hero .wrapper p strong {
  font-weight: 600;
}

@media (max-width: 767px) {
  .hero .wrapper p {
    padding: 0;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.parallax_section_1 {
  height: 70vh;
}

@media (max-width: 991px) {
  .parallax_section_1 {
    min-height: 650px;
  }
}

.copy {
  color: #fff;
  text-align: center;
  padding: 25px 0;
  background-color: #1f2127;
  font-size: 13px;
  font-size: 0.8125rem;
}

.social ul {
  display: block;
  list-style: none;
  margin: 0 0 25px 0;
  padding: 0;
}

.social ul li {
  display: inline-block;
  margin: 0 5px;
}

.social ul li a {
  display: block;
  color: #333;
  opacity: 0.7;
}

.social ul li a:hover {
  color: #978667;
  opacity: 1;
}

.social ul li a i {
  font-size: 21px;
  font-size: 1.3125rem;
}

.styled-select {
  max-width: 180px;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  border: none;
  background-color: #f3f3f3;
  background-color: rgba(255, 255, 255, 0.05);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding-right: 35px;
  position: relative;
}

.styled-select.lang-selector:after {
  font-family: "Poppins", sans-serif;
  content: "\F3EE";
  color: #fff;
  position: absolute;
  right: 15px;
  top: 0;
}

.styled-select select {
  background: transparent;
  width: 110%;
  padding-left: 15px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  height: 30px;
  color: #ccc;
  font-size: 13px;
  font-size: 0.8125rem;
  margin: 0;
  font-weight: 500;
  -moz-appearance: window;
  -webkit-appearance: none;
  cursor: pointer;
  outline: none;
}

.styled-select select:focus {
  color: #fff;
  outline: none;
  box-shadow: none;
}

.styled-select select::-ms-expand {
  display: none;
}

.styled-select.lang-selector select option {
  color: #555;
}

/* Opacity mask when left open */
.layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.35);
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  opacity: 0;
  visibility: hidden;
}

.layer-is-visible {
  opacity: 1;
  visibility: visible;
}

.header-logo-pad {
  padding: 0px 10px 7px 0px !important;
}


@media only screen and (max-width: 1199px) {
  .header-logo-pad {
    padding: 5px 0px 0px 0px !important;
  }
}




::ng-deep .owl-carousel .owl-stage {

  display: flex !important;

  align-items: center !important;

}