/* ------------------------------------------------
1. General style
2. Owl-Theme custom style
3. Preloader style
4. Cursor & Drag style
5. Navbar style
6. Header style
7. Parallax Header style
8. Slider Fade & Slider style
9. Video Background style
10. Kenburns SlideShow style
11. For Images Reveal Effect style
12. Text Animation style
13. For Images Imago Effect style
14. Scrolling Style
15. Page Header Banner style
16. Section style
17. Team style
18. Team Details style
19. Skills Bar style
20. Services style
21. Portfolio style
22. Process style
23. Process 2 style
24. Gallery style
25. Gallery 2 style
26. Price style
27. YouTube PopUp style
28. Gallery Video style
29. Accordion Box (for Faqs) style
30. Testimonials style
31. Blog style
32. Post style
33. Prev and Next style
34. 404 Page style
35. Contact style
36. Button style
37. Social Icons style
38. toTop Button style
39. Footer style
40. Overlay Effect Bg Image style
41. Media Query style
------------------------------------------------ */

/* ======= General style ======= */
html,
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
body {
  font-family: "Literata", sans-serif;
  color: #3f3f3e;
  font-size: 17px;
  line-height: 1.75em;
  font-weight: 500;
  background-color: #f2f7f9;
}
img {
  width: 100%;
  height: auto;
}
/* typography */
/* headings */
h1 {
  font-size: 60px;
}
h2 {
  font-size: 48px;
}
h3 {
  font-size: 36px;
}
h4 {
  font-size: 30px;
}
h5 {
  font-size: 24px;
}
h6 {
  font-size: 21px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #3f3f3e;
  font-family: "Literata", serif;
  font-weight: 700;
  line-height: 1.25em;
}
/* paragraph */
p {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 1.73em;
  margin: 0 0 20px;
  color: #212121;
  font-weight: 400;
}
/* lists */
ul {
  list-style-type: none;
}
/* links */
a {
  color: #fff;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #fff;
}
a:link {
  text-decoration: none;
}
a:focus {
  outline: none;
}
img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
/* form element */
button,
input,
optgroup,
select,
textarea {
  font-family: "Literata", serif;
}
input[type="password"]:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
textarea:focus {
  outline: none;
}
input[type="password"],
input[type="email"],
input[type="text"],
input[type="file"],
textarea {
  max-width: 100%;
  margin-bottom: 20px;
  padding: 15px 0;
  height: auto;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-width: 0 0 2px;
  border-style: solid;
  display: block;
  width: 100%;
  line-height: 1.5em;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #777;
  background-image: none;
  border-bottom: 2px solid rgba(0, 0, 0, 0.05);
  border-color: ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
input:focus,
textarea:focus {
  border-bottom-width: 2px;
  border-color: #1b1b1b;
}
/* submit and alert success  */
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-weight: 400;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: 1.75em;
  -webkit-transition: background-color 0.15s ease-out;
  transition: background-color 0.15s ease-out;
  border: none;
  color: #777;
  background: #222222;
  padding: 17px 34px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover {
  background: #1b1b1b;
  color: #fff;
  border: none;
}
button.mfp-close:hover,
button.mfp-arrow:hover {
  background: transparent;
}
.alert-success {
  background: transparent;
  color: #777;
  border: 2px solid rgba(0, 0, 0, 0.05);
  border-radius: 0px;
}
select {
  padding: 10px;
  border-radius: 5px;
}
th,
tr,
td {
  padding: 10px 0;
}
input[type="radio"],
input[type="checkbox"] {
  display: inline;
}
/* placeholder */
::-webkit-input-placeholder {
  color: #777;
  font-size: 17px;
  font-weight: 400;
}
:-moz-placeholder {
  color: #777;
}
::-moz-placeholder {
  color: #777;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #777;
}

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

/* important css */
.valign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.v-middle {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.v-middle.zindex-1 {
  z-index: 1;
}
.pb-0 {
  padding-bottom: 0px !important;
}
.pt-0 {
  padding-top: 0px !important;
}
.pt-90 {
  padding-top: 90px !important;
}
.pt-120 {
  padding-top: 120px !important;
}
.pb-90 {
  padding-bottom: 90px !important;
}
.pb-120 {
  padding-bottom: 120px !important;
}
.mt-15 {
  margin-top: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-25 {
  margin-top: 25px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-45 {
  margin-top: 45px;
}
.mt-60 {
  margin-top: 60px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-45 {
  margin-bottom: 45px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-90 {
  margin-bottom: 90px;
}
.bg-fixed {
  background-attachment: fixed;
}
.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-img-position-top {
  background-position: top;
}
.ontop {
  position: relative;
  z-index: 7;
}
.rest {
  padding: 0 !important;
  margin: 0 !important;
}
.d-flex {
  display: flex !important;
}
.full-width {
  width: 100% !important;
}
/* list style */
.ullist {
  display: grid;
  font-size: 17px;
}
.ullist ul {
  position: relative;
  float: left;
  padding: 0px;
}
.ullist ul li {
  position: relative;
  line-height: 1.5em;
  margin-bottom: 10px;
  padding-left: 25px;
}
.ullist ul li:before {
  content: "\e64c";
  font-family: "Literata", serif;
  position: absolute;
  left: 0;
  top: -1px;
  color: #1b1b1b;
  font-weight: 400;
  font-size: 13px;
}
.br-10px {
  border-radius: 10px;
}
/* bg img fixed style */
.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-img-fixed {
  background-attachment: fixed;
}
.br-5px {
  border-radius: 5px;
}
.br-10px {
  border-radius: 10px;
}
/* image grayscale */
.img-grayscale img {
  -webkit-filter: grayscale(100%);
  -webkit-transition: 0.4s ease-in-out;
  -moz-filter: grayscale(100%);
  -moz-transition: 0.4s ease-in-out;
  -o-filter: grayscale(100%);
  -o-transition: 0.4s ease-in-out;
}
.img-grayscale:hover img {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
}

/* ======= Owl-Theme custom style ======= */
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 20px;
  line-height: 1.5;
  display: block;
  outline: none;
}
.owl-theme .owl-dots {
  margin-top: 20px;
}
.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 0 3px;
  border-radius: 50%;
  background: #49bbac;
  border: 1px solid #ececec;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #777;
  border: 1px solid #777;
}
/* owl nav */
.owl-theme .owl-nav {
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.owl-theme .owl-prev {
  float: left;
}
.owl-theme .owl-next {
  float: right;
}
.owl-theme .owl-nav [class*="owl-"] {
  color: #085a6d;
  font-size: 21px;
  margin: 5px 30px;
  padding: 4px 7px;
  background: transparent;
  display: inline-block;
  cursor: pointer;
  border-radius: 0px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  color: #002834;
  background: transparent;
}

/* ======= Preloader style ======= */
.preloader-bg,
#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #fff;
  z-index: 999999;
}
#preloader {
  display: table;
  table-layout: fixed;
}
#preloader-status {
  display: table-cell;
  vertical-align: middle;
}
.preloader-position {
  position: relative;
  margin: 0 auto;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.loader {
  position: relative;
  width: 80px;
  height: 80px;
  left: 50%;
  top: auto;
  margin-left: -40px;
  margin-top: 2px;
  -webkit-animation: rotate 1s infinite linear;
  -moz-animation: rotate 1s infinite linear;
  -ms-animation: rotate 1s infinite linear;
  -o-animation: rotate 1s infinite linear;
  animation: rotate 1s infinite linear;
  border: 2px solid #ececec;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.loader span {
  position: absolute;
  width: 80px;
  height: 80px;
  top: -2px;
  left: -2px;
  border: 2px solid transparent;
  border-top: 2px solid #1b1b1b;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* ======= Cursor & Drag style  ======= */
.cursor {
  position: fixed;
  top: -20px;
  left: -20px;
  pointer-events: none;
  z-index: 9999;
  mix-blend-mode: difference;
}
.cursor:before {
  content: "/";
  width: 55px;
  height: 55px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: transparent;
  transition: all ease 0.15s;
  transform: scale(0.15);
}
.cursor.light:before {
  transform: scale(0);
  background: transparent;
}
.cursor.drag {
  mix-blend-mode: unset;
}
.cursor.drag:before {
  transform: scale(1);
  background: #1b1b1b;
  border-color: transparent;
}
.cursor.drag:before {
  content: "\f07e";
  font-weight: 100;
  /*content: url("../images/icon-drag.png");*/
  font-family: "fontawesome", serif;
  font-size: 21px;
  width: 43px;
  height: 43px;
  color: #fff;
}
.line {
  fill: none;
  stroke: #fff;
  stroke-width: 3;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

/* logo */
.nav-scroll .logo-wrapper .logo-img {
  width: 170px;
  margin-bottom: 0px;
}
.nav-scroll .logo-wrapper {
}
.nav-scroll .logo-wrapper .logo h2 {
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 0;
  padding: 0;
}
.nav-scroll .logo-wrapper .logo span {
  color: #777;
}
.logo-wrapper {
  float: left;
}
.logo-wrapper .logo {
  padding: 0;
}
.logo-wrapper .logo-img {
  width: 260px;
  margin-right: 10px;
  text-align: center;
}
.logo-wrapper .logo h2 {
  font-size: 27px;
  font-weight: 900;
  display: block;
  width: 100%;
  position: relative;
  color: #fff;
  margin-bottom: 0;
  padding: 0;
  line-height: 1.2em;
  text-transform: uppercase;
}
.logo-wrapper .logo h2 span {
  color: #777 !important;
}
/* dropdown */
.dropdown .nav-link i {
  padding-left: 0px;
  font-size: 9px;
  color: #777;
}
.nav-scroll .dropdown .nav-link i {
  color: #777;
}
.nav-scroll .navbar-nav .active i {
  color: #1b1b1b !important;
}
.navbar .dropdown-menu .dropdown-item {
  padding: 5px 0;
  font-family: "Literata", sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: #777;
  position: relative;
  background-color: transparent;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.navbar .dropdown-menu .dropdown-item {
  padding: 10px 0;
  color: #777;
  font-size: 17px;
  font-family: "Literata", serif;
  font-weight: 400;
  position: relative;
  background-color: transparent;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.navbar .dropdown-menu .dropdown-item span {
  display: block;
  cursor: pointer;
}
.navbar .dropdown-menu .dropdown-item i {
  padding: 10px 0 0 5px;
  font-size: 9px;
  float: right;
  color: #777;
}
.navbar .dropdown-menu .dropdown:hover > .dropdown-item,
.navbar .dropdown-menu .dropdown-item.active,
.navbar .dropdown-menu .dropdown-item:hover {
  color: #1b1b1b !important;
}
.navbar .dropdown-toggle::after {
  display: none;
}
.navbar .dropdown-menu {
  box-shadow: 0 16px 50px rgb(27 27 27 / 7%);
}
.navbar .dropdown-menu li:last-child {
  border-bottom: none;
}
.navbar .dropdown-menu li {
  position: relative;
  display: block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-bottom: 1px solid rgba(255, 255, 255, 0.02);
}
.navbar .dropdown-menu li:hover {
  padding-left: 5px;
}

.navbar .dropdown-submenu .dropdown-toggle::after {
  right: 15px;
  font-size: 10px;
}
.navbar .dropdown-submenu:hover > .dropdown-toggle::after {
  transform: rotate(0deg);
}
.navbar .dropdown-submenu .dropdown-toggle.show::after {
  transform: rotate(90deg);
}
.navbar .dropdown-menu {
  border: none;
  padding: 0;
  border-radius: 0;
  margin: 0;
  background: #1b1b1b;
  box-shadow: none;
}
.navbar .dropdown-submenu .dropdown-menu {
  margin: 0;
  padding: 20px;
}

.nav-item.dropdown > .nav-link:focus,
.nav-item.dropdown > .nav-link:active {
  outline: none;
  box-shadow: none;
}

/* Navbar Media Query */
@media screen and (min-width: 992px) {
  .navbar .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    width: 230px;
    padding: 20px;
    border-radius: 10px;
    border: 0;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    box-shadow: 0 16px 50px rgb(27 27 27 / 7%);
  }
  .navbar .dropdown-menu .dropdown-menu {
    left: calc(100% + 15px);
    top: -20px;
    right: auto;
    min-width: 230px;
    transform: translateY(0);
  }
  .navbar .dropdown:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@media screen and (max-width: 991px) {
  .navbar .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
  }
  .navbar {
    padding-left: 0px;
    padding-right: 0px;
    background: rgba(8, 90, 109, 0.9);
    padding-top: 0px;
    padding-bottom: 0px;
    height: 80px;
    border: none;
  }
  .nav-scroll {
    background: rgba(8, 90, 109, 0.9);
    height: 80px;
  }
  .logo-wrapper {
    float: left;
    padding: 22px 15px 11px 10px;
  }
  .nav-scroll .logo-wrapper {
    padding: 22px 15px 11px 10px;
    background-color: transparent;
  }
  .nav-scroll .logo-img {
    width: 160px;
  }
  .navbar .logo {
    text-align: left;
    margin-left: 0px;
  }
  .nav-scroll .logo {
  }
  .logo-img {
    margin-bottom: 0px;
    width: 160px;
    padding: 0;
  }
  .navbar button {
    margin-right: 0px;
    outline: none !important;
    background: transparent;
    margin-top: 10px;
    border: none;
  }
  .navbar button:hover {
    background: transparent;
  }
  .navbar button:active,
  .navbar button:focus,
  .navbar button:hover {
    background: transparent;
    outline: none;
    color: transparent !important;
  }
  .navbar .container {
    max-width: 100%;
    padding: 0;
  }
  .navbar .nav-link {
    margin: 0px auto !important;
  }
  .navbar .navbar-nav .nav-link {
    color: #ffffff;
  }
  .nav-scroll .navbar-collapse .nav-link {
    color: #ffffff !important;
  }
  .nav-scroll .navbar-collapse .active {
    color: #1b1b1b !important;
  }
  .navbar .dropdown-menu .dropdown-item {
    color: #ffffff;
  }
  .nav-scroll .dropdown-menu .dropdown-item {
    color: #ffffff;
  }
  .nav-scroll .dropdown-menu .dropdown-item:hover span {
    color: #ffffff !important;
  }
  .navbar .dropdown-menu .dropdown-item.active {
    color: #1b1b1b !important;
  }
  .nav-scroll .dropdown-menu .dropdown-item.active {
    color: #777 !important;
  }
  .navbar .dropdown-menu .dropdown-item.dropdown-toggle {
    font-weight: 700;
  }
  .navbar .dropdown-submenu .dropdown-toggle::after {
    right: 15px;
    font-size: 10px;
  }
  .navbar .dropdown-submenu:hover > .dropdown-toggle::after {
    transform: rotate(0deg);
  }
  .navbar .dropdown-submenu .dropdown-toggle.show::after {
    transform: rotate(90deg);
  }
  .navbar .dropdown-menu {
    border: none;
    padding: 0;
    border-radius: 0;
    margin: 0;
    box-shadow: none;
    background: transparent;
  }
  .navbar .dropdown-submenu .dropdown-menu {
    margin: 0;
    padding: 0 0 0 20px;
  }
  .navbar .dropdown-menu li a {
    padding: 0 15px;
  }
  .navbar .navbar-nav .nav-link {
    padding-right: 0px;
    padding-left: 20px;
    color: #ffffff;
  }
  .navbar .navbar-nav {
    padding: 0;
  }
  .navbar .navbar-collapse {
    max-height: 500px;
    overflow: auto;
    background: rgba(0, 52, 66, 0.82);
    text-align: left;
  }
  .dropdown .nav-link i {
    color: #ffffff;
  }
  .nav-scroll .navbar-collapse {
    background: rgba(0, 52, 66, 0.82);
  }
  .nav-scroll .dropdown .nav-link i {
    color: #777;
  }
  .nav-scroll .dropdown .nav-link.active i {
    color: #1b1b1b !important;
  }
  .navbar .dropdown-menu .dropdown-item i {
    color: #777;
  }
  .navbar .dropdown-menu .dropdown-item:hover span {
    color: #1b1b1b;
  }
  .navbar .navbar-right {
    display: none;
  }
  .nav-scroll .dropdown-menu .dropdown:hover > .dropdown-item,
  .nav-scroll .dropdown-menu .dropdown-item.active {
    color: #1b1b1b;
  }
}

/* ======= Header style ======= */
.header {
  /* min-height: calc(100vh - 100px);*/
  max-height: 76vh;
  overflow: hidden;
}
.header .caption .o-hidden {
  display: inline-block;
}
.header .caption[data-overlay-dark] h1,
.header .caption h1 {
  position: relative;
  font-family: "Literata", sans-serif;
  font-size: 70px;
  line-height: 1em;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #fff;
  text-shadow: 2px 2px #222222;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.header .caption[data-overlay-dark] h6,
.header .caption h6 {
  display: inline-block;
  text-transform: uppercase;
  font-family: "Literata", sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 2px;
  color: #fff;
  margin-bottom: 0px;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.header .caption .btn-wrap {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
@media screen and (max-width: 991px) {
  .header .caption h1 {
    font-size: 40px;
  }
}

/* ======= Parallax Header style ======= */
.parallax-header {
  min-height: calc(100vh - 100px);
  background-position: center;
  background-position: 50% 0 !important;
}
.parallax-header.full-height {
  min-height: calc(100vh - 100px);
  background-position: center;
}
.parallax-header[data-overlay-dark] h6,
.parallax-header h6 {
  display: inline-block;
  text-transform: uppercase;
  font-family: "Literata", sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 2px;
  color: #fff;
  margin-bottom: 0px;
}
.parallax-header[data-overlay-dark] h1,
.parallax-header h1 {
  position: relative;
  font-family: "Literata", sans-serif;
  font-size: 70px;
  line-height: 1em;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #fff;
  text-shadow: 2px 2px #222222;
}
@media screen and (max-width: 991px) {
  .parallax-header[data-overlay-dark] h1,
  .parallax-header h1 {
    font-size: 40px;
  }
  .md-hide {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .parallax-header {
    background-attachment: scroll;
  }
}

/* ======= Slider Fade & Slider style ====== */
.slider-fade .owl-item,
.slider .owl-item {
  min-height: calc(100vh - 100px);
  position: relative;
}
.slider-fade .item,
.slider .item {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.slider-fade .item .caption,
.slider .item .caption {
  z-index: 9;
  position: relative;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
/* owl-theme owl-dots */
.slider-fade .owl-theme .owl-dots,
.slider .owl-theme .owl-dots {
  position: absolute;
  bottom: 4vh;
  width: 100%;
}
.slider-fade .owl-theme .owl-dots .owl-dot span,
.slider .owl-theme .owl-dots .owl-dot span {
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: transparent;
}
.slider-fade .owl-theme .owl-dots .owl-dot.active span,
.slider-fade .owl-theme .owl-dots .owl-dot:hover span,
.slider .owl-theme .owl-dots .owl-dot.active span,
.slider .owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
  border: 1px solid #fff;
}
/* owl-theme owl-nav */
.slider-fade .owl-theme .owl-nav,
.slider .owl-theme .owl-nav {
  position: absolute !important;
  top: 45% !important;
  bottom: auto !important;
  width: 100%;
}
.slider-fade .owl-theme .owl-nav,
.slider .owl-theme .owl-nav {
  position: relative;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.slider-fade .owl-theme .owl-prev,
.slider-fade .owl-theme .owl-prev,
.slider .owl-theme .owl-prev,
.slider .owl-theme .owl-prev {
  left: 10px !important;
}
.slider-fade .owl-theme .owl-next,
.slider .owl-theme .owl-next {
  right: 10px !important;
}
.slider-fade .owl-theme .owl-prev > span,
.slider-fade .owl-theme .owl-next > span,
.slider .owl-theme .owl-prev > span,
.slider .owl-theme .owl-next > span {
  position: absolute;
  line-height: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.slider-fade .owl-theme .owl-nav [class*="owl-"],
.slider .owl-theme .owl-nav [class*="owl-"] {
  width: 55px;
  height: 55px;
  line-height: 50px;
  background: transparent;
  border-radius: 100%;
  color: #fff;
  font-size: 12px;
  margin-right: 30px;
  margin-left: 30px;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.2s ease-in-out;
  transform: scale(1);
}
.slider-fade .owl-theme .owl-nav [class*="owl-"]:hover,
.slider .owl-theme .owl-nav [class*="owl-"]:hover {
  background: #fff;
  border: 1px solid #fff;
  color: #222222;
}
.slider-fade .owl-theme .owl-nav,
.slider .owl-theme .owl-nav {
  top: 40% !important;
}
.slider-fade .owl-theme .owl-nav [class*="owl-"],
.slider .owl-theme .owl-nav [class*="owl-"] {
  opacity: 0;
}
.slider-fade .owl-theme:hover .owl-nav [class*="owl-"],
.slider .owl-theme:hover .owl-nav [class*="owl-"] {
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .slider-fade .owl-theme .owl-nav,
  .slider .owl-theme .owl-nav {
    display: none;
  }
}

/* =======  Video Background style  ======= */
.video-fullscreen-wrap {
  position: relative;
  min-height: calc(100vh - 100px);
  overflow: hidden;
}
.video-fullscreen-video {
  height: calc(100vh - 100px);
}
.video-fullscreen-wrap video {
  width: 100vw;
  min-width: 100%;
  min-height: calc(100vh - 100px);
  -o-object-fit: cover;
  object-fit: cover;
}
.video-fullscreen-wrap .video-fullscreen-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.video-lauch-wrapper {
  border: none;
  background: none;
  width: 100%;
  padding: 0;
}
.video-fullscreen-wrap .overlay {
  opacity: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  box-sizing: border-box;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 4;
}
.position-relative {
  position: relative !important;
}
.video-fullscreen-wrap[data-overlay-dark] h1,
.video-fullscreen-wrap h1 {
  position: relative;
  font-family: "Literata", serif;
  font-size: 50px;
  line-height: 1.27em;
  font-weight: 600;
  margin-bottom: 15px;
  color: #fff;
  text-shadow: 2px 2px #222222;
}
.video-fullscreen-wrap[data-overlay-dark] h6,
.video-fullscreen-wrap h6 {
  display: inline-block;
  font-family: "Roboto", serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 2px;
  color: #fff;
  margin-bottom: 0px;
}
@media screen and (max-width: 991px) {
  .video-fullscreen-wrap h1 {
    font-size: 40px;
  }
}

/* ======= Kenburns SlideShow style ======= */
.kenburns-section {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: calc(100vh - 100px);
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.kenburns-section::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -5;
}
.kenburns-inner {
  position: relative;
  z-index: 15;
}
.kenburns-inner .caption {
  position: relative;
}
.kenburns-inner .caption[data-overlay-dark] h6,
.kenburns-inner .caption h6 {
  font-family: var(--primary-font);
  font-weight: 400;
  margin-bottom: 10px;
  color: var(--white);
  font-size: 21px;
  display: flex;
  display: inline-flex;
  align-items: center;
}
.kenburns-inner .caption[data-overlay-dark] h6 .icon,
.kenburns-inner .caption h6 .icon {
  background-color: var(--medium-pink);
  margin-right: 10px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  color: var(--white);
  font-size: 18px;
  text-align: center;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
  display: flex;
}
.kenburns-inner .caption[data-overlay-dark] h1,
.kenburns-inner .caption h1 {
  position: relative;
  font-family: var(--alt-font);
  font-weight: 600;
  font-size: 70px;
  color: var(--white);
  line-height: 1.1em;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin-bottom: 20px;
}
.kenburns-inner .caption[data-overlay-dark] h1 span,
.kenburns-inner .caption h1 span {
  color: var(--base-color);
  display: contents;
  font-style: italic;
  font-weight: 600;
}
.kenburns-inner .caption[data-overlay-dark] p,
.kenburns-inner .caption p {
  position: relative;
  font-family: var(--primary-font);
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.kenburns-inner .caption[data-overlay-dark] h6,
.kenburns-inner .caption h6 {
  display: inline-block;
  text-transform: uppercase;
  font-family: "Literata", sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 2px;
  color: #fff;
  margin-bottom: 0px;
}
.kenburns-inner .caption[data-overlay-dark] h1,
.kenburns-inner .caption h1 {
  position: relative;
  font-family: "Literata", sans-serif;
  font-size: 70px;
  line-height: 1em;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #fff;
  text-shadow: 2px 2px #222222;
}
#kenburnsSliderContainer .vegas-overlay {
  outline: none;
}
@media screen and (max-width: 991px) {
  .kenburns-inner .caption h1 {
    font-size: 40px;
  }
}

/* ======= For Images Reveal Effect style ======= */
.reveal-effect {
  float: left;
  position: relative;
}
.reveal-effect.animated:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #a4d7cf;
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 0;
  animation: 1s reveal linear forwards;
  -webkit-animation-duration: 1s;
  z-index: 1;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.reveal-effect.animated > * {
  /*animation: 1s reveal-inner linear forwards;*/
}
@-webkit-keyframes reveal {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: auto;
    right: 0;
  }
  100% {
    left: auto;
    right: 0;
    width: 0;
  }
}
@-webkit-keyframes reveal-inner {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  50% {
    visibility: hidden;
    opacity: 0;
  }
  51% {
    visibility: visible;
    opacity: 1;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .cursor {
    display: none !important;
  }
}

/* ======= Text Animation style ====== */
.splitting.animated .char {
  -webkit-animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(30ms * var(--char-index));
  animation-delay: calc(30ms * var(--char-index));
}
.splitting .whitespace {
  width: 10px;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.splitting.txt.animated .char {
  -webkit-animation: fadeIn 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeIn 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(10ms * var(--char-index));
  animation-delay: calc(10ms * var(--char-index));
}
.splitting.txt .whitespace {
  width: 5px;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* ======= For Images Imago Effect style ======= */
.imago {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.imago.animated {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

/* ======= Scrolling Style ======= */
.scrolling {
  padding: 30px 0;
}
.scrolling.scrolling-ticker {
  padding: 30px 0;
}
.scrolling.scrolling-ticker .wrapper {
  --gap: 30px;
  position: relative;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
  align-items: center;
}
.scrolling.scrolling-ticker .wrapper .content {
  flex-shrink: 0;
  display: flex;
  gap: var(--gap);
  min-width: 100%;
  animation: scroll 50s linear infinite;
}
.scrolling.scrolling-ticker .wrapper .content span {
  font-family: "Literata", sans-serif;
  display: inline-flex;
  align-items: center;
  font-size: 24px;
  line-height: 1.2em;
  font-weight: 700;
  color: #1b1b1b;
  vertical-align: middle;
}
.scrolling.scrolling-ticker .wrapper .content span img {
  width: 100%;
  max-width: 17px;
  margin-right: 30px;
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}
@media only screen and (max-width: 991px) {
  .scrolling {
    padding: 15px 0;
  }
  .scrolling.scrolling-ticker .wrapper {
    --gap: 20px;
  }
  .scrolling.scrolling-ticker .wrapper .content span {
    font-size: 24px;
  }
  .scrolling.scrolling-ticker .wrapper .content span img {
    max-width: 20px;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .scrolling.scrolling-ticker .wrapper {
    --gap: 15px;
  }
  .scrolling.scrolling-ticker .wrapper .content span {
    font-size: 24px;
  }
  .scrolling.scrolling-ticker .wrapper .content span img {
    max-width: 15px;
    margin-right: 15px;
  }
}

/* ======= Page Header Banner style ======= */
.banner-header {
  padding-top: 200px;
  padding-bottom: 200px;
  background-size: cover;
  background-position: top top;
}
.banner-header h6 {
  display: inline-block;
  font-weight: 700;
  font-size: 12px;
  color: #777;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.banner-header h6 a {
  color: #777;
}
.banner-header h1 {
  position: relative;
  font-size: 60px;
  line-height: 1em;
  font-weight: 700;
  margin-bottom: 20px;
  color: #1b1b1b;
}
.banner-header p {
  font-size: 17px;
  font-weight: 400;
  color: #777;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.banner-header p a {
  color: #777;
}
.banner-header p span {
  color: #1b1b1b;
}
/* author & date */
.banner-header .author .avatar {
  width: 27px;
  height: 27px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 5px;
}
.banner-header .post {
  margin-top: 20px;
}
.banner-header .post div {
  display: inline-block;
}
.banner-header .post .author {
  margin-right: 20px;
  font-size: 13px;
}
.banner-header .post .date-comment {
  position: relative;
  font-size: 13px;
  color: #fff;
  margin-right: 20px;
}
.banner-header .post .date-comment i {
  color: #1b1b1b;
  font-size: 18px;
  margin-right: 5px;
}
.banner-header .post .date-comment:last-of-type {
  margin-right: 0px;
}
@media screen and (max-width: 767px) {
  .banner-header h6 {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 10px;
  }
  .banner-header h6 a:hover {
    color: #fff;
  }
  .banner-header h6 i {
    margin: 0 15px;
    font-size: 10px;
  }
  .banner-header h1 {
    font-size: 36px;
  }
  .banner-header p {
    font-size: 17px;
    color: #777;
  }
}

/* ======= Section style ======= */
.section-padding {
  padding: 20px 0 5px;
}
.section-padding h1 {
  font-size: 36px;
  line-height: 1.2em;
  font-weight: 700;
  margin-bottom: 0px;
  color: #212121;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.section-padding h1 span.stroke {
  color: transparent;
}
.section-padding h6 {
  display: inline-block;
  font-weight: 600;
  font-size: 22px;
  color: #e53b1a;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.section-padding h2, .section-padding h1, .section-padding h3, .section-padding h4, .section-padding h5, .section-padding h6 {padding-left: 10px; padding-right: 8px;}
/* ======= Team style ======= */
.team {
  position: relative;
}
.team .item {
  position: relative;
}
.team .item .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.team .item .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) brightness(0.9);
  scale: 1;
  transition: scale 2s ease-in-out, filter 1s ease-in-out;
}
.team .item:hover .img img {
  filter: grayscale(1) brightness(1);
  scale: 1.1;
}
.team .item .con {
  position: absolute;
  top: 85%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  width: fit-content;
  padding: 0 15px;
  box-sizing: border-box;
  white-space: nowrap;
}
.team .item .con .title,
.team .item .con .subtitle {
  height: 34px;
  line-height: 34px;
  overflow: hidden;
}
.team .item .con .title {
  font-family: "Literata", sans-serif;
  font-size: 21px;
  font-weight: 700;
  position: relative;
}
.team .item .con .subtitle {
  font-size: 17px;
  font-weight: 400;
}
.team .item .con .title span,
.team .item .con .subtitle span {
  display: block;
  transition: transform 0.5s ease;
}
.team .item .con .title span {
  display: block;
  max-width: calc(12ch + 1em);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition-delay: 0.2s;
  transform: translateY(100%);
}
.team .item .con .subtitle span {
  display: block;
  max-width: calc(25ch + 1em);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transform: translateY(-100%);
  transition-delay: 0.5s;
}
.team .item:hover .con span {
  transform: translateY(0%);
}
.team .item .con::after {
  position: absolute;
  content: "";
  top: 52%;
  left: 50%;
  width: 102%;
  height: 2px;
  transform: translate(-50%, -50%) scaleX(0);
  transform-origin: left;
  transition: 0.5s ease;
  background-color: #fff;
}
.team .item:hover .con::after {
  transform: translate(-50%, -50%) scaleX(1);
}
.team .item .bg {
  position: absolute;
  left: 0;
  bottom: 0%;
  width: 100%;
  height: 160px;
  background: linear-gradient(to top, rgba(27, 27, 27, 1), rgba(27, 27, 27, 0));
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 0;
  border-radius: 0 0 9px 9px;
}
.team .item:hover .bg {
  opacity: 1;
}

/* ======= Team Details style ======= */
.team-details {
  position: relative;
}
.team-details .team-img img:hover {
  transform: scale(0.95);
}
.team-details .team-img {
  position: relative;
}
.team-details .team-img .img {
  padding: 0 30px 30px 15px;
  position: relative;
}
.team-details .team-img .img:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 0;
  left: 45px;
  bottom: 0;
  background-color: #222;
  border-radius: 10px;
}
.team-details .team-img .img:after {
  content: "";
  width: 50%;
  position: absolute;
  top: -7%;
  bottom: 60%;
  left: -3%;
  background-image: url(../images/dots.png);
  background-repeat: repeat;
  z-index: -1;
  border-radius: 10px;
}
.team-details .team-img .img img {
  position: relative;
  z-index: 2;
  background: #1b1b1b;
  border-radius: 10px;
}
.team-details .team-list {
  position: relative;
  display: block;
}
.team-details .team-list li {
  position: relative;
  display: flex;
  align-items: center;
}
.team-details .team-list li + li {
  margin-top: 10px;
}
.team-details .team-list-icon {
  display: flex;
  align-items: center;
}
.team-details .team-list-icon span {
  font-size: 12px;
  color: #fff;
  background-color: #2b2b2b;
  border-radius: 50%;
  padding: 15px;
}
.team-details .team-list-text {
  margin-left: 15px;
}
.team-details .team-list-text p {
  font-size: 16px;
  margin: 0;
}
.team-details .wrap {
  flex-wrap: wrap;
  border-radius: 10px;
  background: #222;
  position: relative;
  margin-bottom: 45px;
}
.team-details .wrap .desc {
  padding: 45px 40px;
  background: #f6f6f6;
  border-radius: 10px 10px 0 0;
}
.team-details .wrap .desc .section-title {
  font-family: "Literata", sans-serif;
  font-size: 27px;
  line-height: 1.2em;
  font-weight: 700;
  color: #1b1b1b;
  margin-bottom: 15px;
}
.team-details .wrap .desc .section-subtitle {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.team-details .wrap .desc p {
  margin-bottom: 0;
}
.team-details .wrap .cont {
  width: 100%;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  border-style: solid;
  border-width: 0px 0px 2px 0px;
  border-color: rgba(255, 255, 255, 0.03);
  padding: 25px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.team-details .wrap .cont:last-child {
  border-width: 0px 0px 0px 0px;
  border-color: rgba(255, 255, 255, 0.03);
}
.team-details .wrap .cont .coll {
  width: auto;
  max-width: auto;
}
.team-details .wrap .cont .coll h6 {
  font-size: 17px;
  text-transform: none;
  line-height: 1em;
  white-space: normal;
  margin: 0;
  color: #fff;
  letter-spacing: 0;
}
.team-details .wrap .cont .coll h5 {
  font-family: "Urbanist", sans-serif;
  font-size: 17px;
  font-weight: 400;
  white-space: normal;
  margin: 0;
  margin-top: 0;
  margin-bottom: 0;
  vertical-align: middle;
  transition: color 0.3s;
  color: #fff;
}
.team-details .wrap .cont .coll .social-icon {
  text-align: center;
  margin-bottom: 0px;
}
.team-details .wrap .cont .coll .social-icon a {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 15px;
  border: 2px solid rgba(255, 255, 255, 0.05);
  color: #fff;
  border-radius: 100%;
  margin-right: 5px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.team-details .wrap .cont .coll .social-icon a:hover {
  border: 2px solid #fff;
  background: #fff;
  color: #1b1b1b;
}
.team-details .simpl-bord.nav-tabs {
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.03);
}
.team-details .simpl-bord .nav-item {
  margin-right: 50px;
}
.team-details .simpl-bord .nav-item:last-of-type {
  margin-right: 0;
}
.team-details .simpl-bord .nav-link {
  padding: 0;
  border: 0;
  color: inherit;
  background: transparent !important;
  cursor: pointer;
  font-weight: 700;
  color: #777;
  font-family: "Literata", sans-serif;
  font-size: 21px;
}
.team-details .simpl-bord .nav-link.active {
  color: #1b1b1b;
}

/* ======= Skills Bar style ======= */
#skills .bar {
  position: relative;
  background-color: #222222;
  height: 6px;
  margin: 0 0 30px 0;
  border-radius: 10px;
  overflow: hidden;
}
#skills .bar-fill {
  position: absolute;
  height: 6px;
  width: 0;
  background-color: #ececec;
  border-radius: 10px;
  transition: width 2s ease-out;
}
#skills .bar-title {
  position: relative;
  font-family: "Literata", sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5em;
  text-align: left;
  margin: 0 0 5px 0;
  color: #777;
}
#skills .percent {
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 700;
  color: #777;
  font-family: "Literata", sans-serif;
  font-size: 15px;
}

/* ======= Services style ======= */
.services {
  position: relative;
}
.services .item {
  padding: 60px 45px 90px 45px;
  border-radius: 10px;
  background-color: transparent;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: 2px solid rgba(0, 0, 0, 0.03);
}
.services .item:hover {
  border: 2px solid #f1f1f1;
  background-color: #f1f1f1;
}
.services .item img {
  width: 45px;
  height: 45px;
  margin-bottom: 20px;
}
.services .item .icon {
  color: #777;
  font-size: 50px;
  z-index: 2;
  margin-bottom: 20px;
}
.services .item:hover .icon {
  color: #777;
}
.services .item h5 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 700;
  color: #1b1b1b;
}
.services .item p {
  color: #777;
  margin-bottom: 0;
}
.services .item:hover h5 {
  color: #1b1b1b;
}
.services .item:hover p {
  color: #777;
}
.services .item .numb {
  font-family: "Urbanist", sans-serif;
  font-size: 120px;
  line-height: 90px;
  font-weight: 900;
  position: absolute;
  bottom: 0px;
  right: 40px;
  border: none;
  background: linear-gradient(180deg, #f1f1f1 0%, #fdfdfd 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.services .item:hover .numb {
  border: none;
  background: linear-gradient(180deg, #d8d8d8 0%, #f1f1f1 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.services-page h5 {
  color: #1b1b1b;
}

/* ======= Services 2 style ======= */
.services2 {
  position: relative;
  overflow: hidden;
}
.services2 .item {
}
.services2 .img-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-align: center;
}
.services2 .wrapper-img {
  position: relative;
  background-color: #1b1b1b;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.services2 img {
  width: 100%;
  margin: 0;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  background-size: cover;
  border-radius: 10px;
}
.services2 .img-block:hover img {
  opacity: 0.2;
}
.services2 .img-block:hover .wrapper-img {
  transform: scale(0.95);
}
.services2 .img-block:hover .title-block {
  opacity: 1;
  transform: translateX(0px);
}
.services2 .title-block {
  position: absolute;
  opacity: 0;
  transform: translateX(-20px);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.services2 .title-block h4 {
  font-size: 24px;
  margin-bottom: 5px;
  color: #fff;
}
.services2 .title-block p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0;
  font-style: italic;
}
.services2-page p {
  font-weight: 400;
  margin-bottom: 20px;
}
.services2-page p span {
  color: #fff;
}

/* ======= Process style ======= */
.process {
  position: relative;
}
.process .process-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
}
.process .process-area .process-item {
  max-width: 422px;
  width: 100%;
  background-color: #f6f6f6;
  padding: 50px;
  position: relative;
  border-radius: 10px;
}
.process .process-area .process-item:not(:last-child)::after {
  content: "\e628";
  font-size: 12px;
  line-height: 1;
  color: #1b1b1b;
  font-family: "themify" !important;
  font-weight: normal;
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #f6f6f6;
  border: 12px solid #fff;
  top: 50%;
  right: -41px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: none;
  transition: none;
}
.process .process-area .process-item .process-step {
  font-size: 120px;
  line-height: 90px;
  background: linear-gradient(180deg, #d8d8d8 0%, #f6f6f6 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  margin-bottom: 0px;
}
.process .process-area .process-item .title {
  font-family: "Literata", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #1b1b1b;
  margin-bottom: 15px;
}
.process .process-area .process-item .desc {
  margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .process .process-area .process-item {
    max-width: 100%;
  }
  .process .process-area .process-item:not(:last-child)::after {
    -webkit-transform: translate(-50%, 0) rotate(90deg);
    -ms-transform: translate(-50%, 0) rotate(90deg);
    transform: translate(-50%, 0) rotate(90deg);
    top: inherit;
    right: inherit;
    bottom: -40px;
    left: 50%;
  }
}

/* ======= Process 2 Style ======= */
.process2 {
  position: relative;
  border-top: 5px solid #002834;
}
.process2 .process2-content {
  position: relative;
  z-index: 1;
  padding-bottom: 0 !important;
}
.process2 .process2-content .process2-content-inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  z-index: 2;
}
.process2 .process2-content .process2-content-inner:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, #1b1b1b 10%, #1b1b1b 100%);
  opacity: 0.5;
  z-index: 1;
}
.process2 .process2-content .process2-content-inner .item {
  width: 20%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-right: 1px solid #fff;
  position: relative;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
}

.process2 .process2-content .process2-content-inner .item .inner {
  padding: 100px 0 0;
  position: relative;
  z-index: 3;
  display: block;
}
.process2 .process2-content .process2-content-inner .item .inner .cont {
  position: relative;
  padding: 120px 15px 40px;
  text-align: center;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.process2 .process2-content .process2-content-inner .item .inner .cont::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, #085a6d 15%, transparent 95%);
  height: 0;
  width: 100%;
  transition: all 0.4s ease-in-out;
  z-index: 0;
}
.process2
  .process2-content
  .process2-content-inner
  .item
  .inner.activate
  .cont::before {
  height: 200%;
}
.process2 .process2-content .process2-content-inner .item .inner .cont .text {
  position: relative;
  z-index: 1;
}
.process2
  .process2-content
  .process2-content-inner
  .item
  .inner
  .cont
  .text
  h2 {
  font-family: "Literata", sans-serif;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0.08rem;
  color: #f0f6f7;
}
.process2
  .process2-content
  .process2-content-inner
  .item
  .inner
  .cont
  .text
  h2
  a {
  color: inherit;
}
.process2 .process2-content .process2-list-image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}
.process2 .process2-content .process2-list-image .process2-image {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  z-index: -1;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.process2 .process2-content .process2-list-image .process2-image:first-child {
  z-index: 1;
}
.process2 .process2-content .process2-list-image .process2-image.show {
  z-index: 2;
  opacity: 1;
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
@media only screen and (max-width: 991px) {
  /* .process2 .process2-content .process2-content-inner .item:nth-child(2n + 2) {
        border-right: none;
    } */
  .process2 .process2-content .process2-content-inner .item .inner {
    padding: 160px 0 0;
  }
  .process2 .process2-content .process2-content-inner .item .inner .cont {
    padding: 30px 20px 20px;
    text-align: center;
  }
  .process2
    .process2-content
    .process2-content-inner
    .item
    .inner
    .cont
    .text
    h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .process2 .process2-content .process2-content-inner .item .inner {
    padding: 45px 0 0;
  }
  .process2 .process2-content .process2-content-inner .item {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .process2 .process2-content .process2-content-inner .item:last-child {
    border-bottom: none;
  }
  .process2 .process2-content .process2-content-inner .item .inner {
    padding: 50px 0 0;
  }
  .process2
    .process2-content
    .process2-content-inner
    .item
    .inner
    .cont
    .text
    h2 {
    font-size: 25px;
  }
}

/* =======  Gallery style  ======= */
.gallery-filter {
  width: 100%;
  padding-bottom: 30px;
  padding-left: 0px;
  position: relative;
}
.gallery-filter li {
  font-family: "Literata", sans-serif;
  font-size: 21px;
  font-weight: 700;
  margin-right: 15px;
  display: inline-block;
  cursor: pointer;
  color: #777;
}
.gallery-filter li:last-child {
  margin-right: 0;
}
.gallery-filter li.active {
  color: #1b1b1b;
  content: "";
  left: 0;
  bottom: -4px;
  border-bottom: 2px solid #1b1b1b;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.gallery-filter li:hover {
  color: #1b1b1b;
}
.gallery-item {
  position: relative;
  width: 100%;
  margin: 0 0 23px 0;
  float: left;
  box-sizing: border-box;
}
.gallery-item-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  -webkit-transition: all 1.25s cubic-bezier(0.01, 0.71, 0.26, 0.94);
  -moz-transition: all 1.25s cubic-bezier(0.01, 0.71, 0.26, 0.94);
  transition: all 1.25s cubic-bezier(0.01, 0.71, 0.26, 0.94);
  border-radius: 5px;
}
.gallery-box {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-align: center;
  border-radius: 10px;
}
.gallery-box .gallery-img {
  position: relative;
  overflow: hidden;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}

.gallery-box .gallery-img:after {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.gallery-box:hover .gallery-img:after {
  background-color: rgba(16, 16, 16, 0.7);
}

.gallery-box .gallery-img > img {
  transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
  border-radius: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.gallery-box:hover .gallery-img > img {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: scale(1.09, 1.09);
  transform: scale(1.09, 1.09);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

.gallery-box .gallery-detail {
  position: absolute;
  opacity: 0;
  transform: translateX(-20px);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  padding: 10px;
}
.gallery-box .gallery-detail h4 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 0;
}
.gallery-box .gallery-detail p {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0;
}
.gallery-box:hover .gallery-detail {
  opacity: 1;
  transform: translateX(0px);
}
.mfp-counter {
  display: none;
}

/* ------ Portfolio style ----- */
.portfolio {
  padding-top: 160px;
  padding-bottom: 0px;
}

.portfolio .bg-img.shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  pointer-events: none;
  z-index: -1;
}

.portfolio .item {
  height: 240px;
  margin-bottom: 240px;
  position: relative;
}
.portfolio .item .img {
  width: 360px;
  height: 360px;
  background-color: #222;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 10px;
}
.portfolio .item .img .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
}
.portfolio .item .img:before {
  content: "";
  padding-top: 125%;
  display: block;
}
.portfolio .item .img i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  color: rgba(255, 255, 255, 0.7);
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 1;
}
.portfolio .item .img:hover i {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  z-index: 2;
}
.portfolio .item .img.landscape {
  width: 360px;
  height: 240px;
}
.portfolio .item .img.portrait {
  width: 240px;
  height: 360px;
}
.portfolio .item .img.landscape:before {
  content: "";
  padding-top: 70%;
  display: block;
}
.portfolio .item .img:hover .overlay {
  background: rgba(0, 0, 0, 0.5);
}
.portfolio .item .img .hover-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 1;
  text-align: center;
  pointer-events: none;
  width: 90%;
  max-width: 90%;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  font-family: "Literata", sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2em;
  border-radius: 5px;
  color: #fff;
  padding: 10px;
}
.portfolio .item .img:hover .hover-text {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  z-index: 2;
}
.portfolio .canvas-1,
.portfolio .canvas-2 {
  position: absolute;
  width: 100%;
  height: auto;
  max-width: 360px;
  max-height: 360px;
  object-fit: contain;
}
.portfolio .canvas-1 {
  top: 50%;
  left: 50%;
  transform: translate(-125%, -60%);
  z-index: -1;
}
.portfolio .canvas-2 {
  top: 50%;
  left: 50%;
  transform: translate(5%, 10%);
  z-index: -1;
}
/* transition */
.portfolio.fade-in .img:nth-child(1) {
  transform: translate(-50%, -50%) rotate(5deg);
  z-index: 3;
}
.portfolio.fade-in .img:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-10deg);
  z-index: 4;
}
.portfolio.fade-in .img:nth-child(3) {
  transform: translate(-50%, -50%) rotate(10deg);
  z-index: 2;
}
.portfolio.fade-in .img:nth-child(4) {
  transform: translate(-50%, -50%) rotate(-5deg);
  z-index: 1;
}
.portfolio.fade-in .img {
  transition: all 1s cubic-bezier(0.87, 0, 0.13, 1);
  transition-delay: 0.5s;
}
.portfolio.fade-in.appear .img:nth-child(1) {
  transform: translate(-95%, -75%) rotate(-5deg);
  z-index: 4;
}
.portfolio.fade-in.appear .img:nth-child(2) {
  transform: translate(0, -85%) rotate(10deg);
  z-index: 5;
}
.portfolio.fade-in.appear .img:nth-child(3) {
  transform: translate(-110%, -5%) rotate(-10deg);
  z-index: 2;
}
.portfolio.fade-in.appear .img:nth-child(4) {
  transform: translate(-15%, -15%) rotate(5deg);
  z-index: 1;
}
.portfolio.fade-in.appear .img:nth-child(1):hover {
  transform: translate(-105%, -85%) rotate(-10deg);
  z-index: 3;
  transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}
.portfolio.fade-in.appear .img:nth-child(2):hover {
  transform: translate(10%, -95%) rotate(15deg);
  z-index: 4;
  transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}
.portfolio.fade-in.appear .img:nth-child(3):hover {
  transform: translate(-120%, 5%) rotate(-15deg);
  z-index: 1;
  transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}
.portfolio.fade-in.appear .img:nth-child(4):hover {
  transform: translate(-5%, -5%) rotate(10deg);
  z-index: 2;
  transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}

.portfolio-page h5 {
  color: #1b1b1b;
}
@media (max-width: 767px) {
  .portfolio .item {
    display: flex;
    overflow-x: clip;
    -webkit-overflow-scrolling: touch;
    gap: 10px;
    padding-bottom: 10px;
  }
  .portfolio .item .img {
    flex: 0 0 auto;
    width: 100%;
    max-width: 200px;
    height: auto;
    border-radius: 10px;
  }
  .portfolio .item .img.landscape {
    max-width: 250px;
  }
  .portfolio .canvas-1,
  .portfolio .canvas-2 {
    display: none;
  }
}

/* =======  Price style  ======= */
.price {
  position: relative;
}
.price .item {
  padding: 50px 40px 65px 40px;
  border-radius: 20px;
  background: #f6f6f6;
  position: relative;
  overflow: hidden;
}
.price .item h3 {
  color: #1b1b1b;
  font-size: 27px;
  margin-bottom: 20px;
}
.price .item h3 span {
  font-weight: 400;
  font-size: 10px;
  display: block;
  color: #1b1b1b;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.price .item p {
  font-size: 17px;
  font-weight: 400;
  color: #999;
  margin-bottom: 0;
}
.price .item ul {
  margin: 0;
  padding-left: 15px;
}
.price .item li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}
.price .item li:after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: calc(50% - 5px);
}
.price .item .dot-list li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 5px;
}
.price .item .dot-list li:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  background: #1b1b1b;
  top: 0.75em;
}
.price .item .dot-list li:last-of-type {
  margin-bottom: 0;
}
.price .item .numb {
  font-family: "Literata", sans-serif;
  font-weight: 800;
  font-size: 40px;
  position: absolute;
  bottom: 0px;
  left: -20px;
  color: rgba(255, 255, 255, 0.03);
  transform: rotate(0deg);
  text-transform: uppercase;
}
/* arrow */
.price .item .rmore {
  position: absolute;
  top: -15px;
  right: -15px;
  background: #fff;
  padding: 15px;
  border-radius: 0 0 0 45px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
}
.price .item .rmore .arrow {
  width: 75px;
  height: 75px;
  line-height: 75px;
  border: 1px solid #f6f6f6;
  background: #f6f6f6;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  font-family: "Urbanist", sans-serif;
  font-size: 24px;
  color: #282828;
  font-weight: 700;
  display: inline-flex;
  justify-content: center;
  letter-spacing: -1px;
}
.price .item .rmore .arrow span {
  color: #282828;
  font-family: "Urbanist", sans-serif;
  font-size: 17px;
  display: inline-block;
  font-weight: 700;
  align-self: flex-start;
  margin-right: 2px;
}
/* arrow hover */
.price .item:hover .rmore {
  opacity: 1;
  top: 0px;
  right: 0px;
}
.price .item .rmore:hover .arrow {
  border: 1px solid #1b1b1b;
  background: #1b1b1b;
  color: #fff;
}
.price .item .rmore:hover .arrow span {
  color: #fff;
}
/* active */
.price .item .rmore.active {
  opacity: 1;
  top: 0px;
  right: 0px;
}
/* border */
.price .item .rmore .br-left-top {
  position: absolute;
  top: 0;
  left: -20px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  line-height: 1;
}
.price .item .rmore .br-left-top svg {
  width: 20px;
  height: 20px;
}
.price .item .rmore .br-right-bottom {
  position: absolute;
  bottom: -20px;
  right: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  line-height: 1;
}
.price .item .rmore .br-right-bottom svg {
  width: 20px;
  height: 20px;
}

/* ======= YouTube PopUp style ======= */
/* play button */
.vid-area h5 {
  font-size: 21px;
  line-height: 1.5em;
  font-weight: 300;
  color: #fff;
  letter-spacing: 3px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.play-button {
  position: relative;
  width: 85px;
  height: 85px;
  margin: auto;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  z-index: 4;
  margin-left: 15px;
}
.play-button svg {
  position: absolute;
  width: 100%;
  height: 100%;
}
.circle-fill circle {
  opacity: 1;
  fill: #222222;
}
.polygon {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 90px;
  font-size: 35px;
  z-index: 2;
  padding-left: 5px;
}
.play-button svg.circle-fill {
  z-index: 1;
  stroke-dasharray: 322;
  stroke-dashoffset: 322;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.play-button:hover svg.circle-fill {
  stroke-dashoffset: 38.5;
}
.play-button svg.circle-track {
  z-index: 0;
}
.play-button.color {
  color: #222222;
}
.play-button.color .circle-fill circle {
  fill: #222222;
}

/* ======= Gallery Video style ======= */
.video-gallery {
}
.video-gallery .item {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-align: center;
  border-radius: 10px;
}
.video-gallery .item:hover > img {
  transform: scale(1.1);
}
.video-gallery .item .img {
  position: relative;
  overflow: hidden;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.video-gallery .item .img:after {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.video-gallery .item .img > img {
  transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
  border-radius: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.video-gallery .item:hover .img > img {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: scale(1.09, 1.09);
  transform: scale(1.09, 1.09);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

.video-gallery .item:hover .img:after {
  background-color: rgba(16, 16, 16, 0.7);
}
.video-gallery .item .text {
  position: absolute;
  opacity: 0;
  transform: translateX(-20px);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  padding: 10px;
}
.video-gallery .item .text h4 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 0;
}
.video-gallery .item .text p {
  font-size: 17px;
  color: #fff;
  margin-bottom: 0;
}
.video-gallery .item:hover .text {
  opacity: 1;
  transform: translateX(0px);
}
.video-gallery .item .video-icon {
  z-index: 2;
  padding-right: 5px;
  display: inline-block;
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: #1b1b1b;
  border-radius: 50%;
  color: #fff;
  padding: 10px 9px 10px 11px;
  line-height: 0;
  box-shadow: 0px 0px 0px 5px rgb(255 255 255 / 10%);
  font-size: 21px;
  width: 55px;
  height: 55px;
  line-height: 40px;
}
.video-gallery .item .video-icon:hover {
  background: #fff;
  color: #1b1b1b;
}

/* ======= Accordion Box (for Faqs) style ======= */
.accordion-box {
  position: relative;
  padding: 0px;
}
.accordion-box .block {
  position: relative;
	border-bottom: 1px solid #CCCCCC;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 2px;
}
.accordion-box .block.active-block {
  background-color: #f6f6f6;
}
.accordion-box .block:last-child {
  margin-bottom: 0;
}
.accordion-box .block .acc-btn {
  position: relative;
  font-size: 17px;
  line-height: 17px;
  font-weight: 700;
  cursor: pointer;
  padding: 20px 30px;
  padding-right: 50px;
  color: #1b1b1b;
  transition: all 500ms ease;
  font-family: "Literata", sans-serif;
}
.accordion-box .block .acc-btn .count {
  color: #777;
  padding-right: 3px;
}
.accordion-box .block .acc-btn:before {
  position: absolute;
  right: 35px;
  top: 30px;
  height: 30px;
  font-size: 14px;
  font-weight: normal;
  color: #777;
  line-height: 30px;
  content: "\e61a";
  font-family: "Themify";
  transition: all 500ms ease;
}
.accordion-box .block .acc-btn.active {
  background-color: #f6f6f6;
  color: #1b1b1b;
}
.accordion-box .block .acc-btn.active:before {
  color: "Themify";
  content: "\e622";
}
.accordion-box .block .acc-content {
  position: relative;
  display: none;
}
.accordion-box .block .content {
  position: relative;
  padding: 0px 40px 30px;
  background-color: #f6f6f6;
  color: #777;
}
.accordion-box .block .acc-content.current {
  display: block;
}
.accordion-box .block .content .text {
  display: block;
  position: relative;
  top: 0px;
  display: block;
}

/* ======= Testimonials style ======= */
.testimonials {
  position: relative;
}
.testimonials h4 {
  font-size: 28px;
  margin-bottom: 0px;
  padding-top: 10px;
  font-weight: 700;
  font-family: "Literata", sans-serif;
  color: #fff !important;
}
.testimonials .testimonials-box {
  position: relative;
  background: #e8e2d1;
  padding: 20px 40px;
  border-radius: 10px;
  z-index: 2;
}

.testimonials h5 {
  font-size: 24px;
  color: #1b1b1b !important;
  margin-bottom: 15px;
}
.testimonials .item {
  position: relative;
}
.quote {
  position: absolute;
  left: -25px;
  top: -30px;
  width: 70px;
  margin: 0 auto 0px;
  opacity: 0.2;
}
.testimonials .item p {
  color: #777; font-size: 1.3em;
}
.testimonials .item .info {
  text-align: left;
}
.testimonials .item .info .author-img {
  width: 85px;
  height: 85px;
	margin-left: -25px;
  border-radius: 50%;
  float: left;
  overflow: hidden;
}
.testimonials .item .info .cont {
  margin-left: 70px;
}
.testimonials .item .info .cont h6 {
  display: block;
  font-size: 17px;
  margin-bottom: 0px;
  padding-top: 10px;
  font-weight: 600;
  font-family: "Literata", sans-serif;
  color: #1b1b1b;
  line-height: 1em;
  text-transform: none;
  letter-spacing: 0px;
}
.testimonials .item .info span {
  font-size: 15px;
  color: #777;
  line-height: 1em;
}

/* ======= Blog style ======= */
.blog {
  position: relative;
}
.blog .item {
  margin-bottom: 30px;
}
.blog .post-img {
  position: relative;
  overflow: hidden;
}
.blog .post-img:hover img {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.blog .post-img a {
  display: block;
}
.blog .post-img img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.blog .post-img .date {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: #fff;
  border: 1px solid #fff;
  color: #1b1b1b;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.blog .post-img .date span {
  font-family: "Literata", sans-serif;
  display: block;
  font-size: 12px;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #1b1b1b;
}
.blog .post-img .date i {
  font-weight: 700;
  font-style: normal;
  display: block;
  font-size: 27px;
  color: #1b1b1b;
}
.blog .post-cont {
  padding: 30px 0;
}
.blog .post-cont h4 {
  font-size: 36px;
  margin-bottom: 20px;
}
.blog .post-cont h4 a,
.blog .post-cont h5 a:hover {
  color: #1b1b1b;
}
/* sidebar */
.blog-sidebar .widget {
  background: #f6f6f6;
  padding: 30px;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 5px;
}
.blog-sidebar .widget ul {
  margin-bottom: 0;
  padding: 0;
}
.blog-sidebar .widget ul li {
  margin-bottom: 20px;
  color: #777;
  font-size: 17px;
  line-height: 1.5em;
}
.blog-sidebar .widget ul li a {
  color: #777;
}
.blog-sidebar .widget ul li a.active {
  color: #1b1b1b;
}
.blog-sidebar .widget ul li a:hover {
  color: #1b1b1b;
}
.blog-sidebar .widget ul li:last-child {
  margin-bottom: 0;
}
.blog-sidebar .widget ul li i {
  font-size: 8px;
  margin-right: 10px;
  color: #1b1b1b;
}
.blog-sidebar .widget .recent li {
  display: block;
  overflow: hidden;
}
.blog-sidebar .widget .recent .thum {
  width: 90px;
  overflow: hidden;
  float: left;
}
.blog-sidebar .widget .recent a {
  display: block;
  margin-left: 105px;
}
.blog-sidebar .widget-title {
  margin-bottom: 20px;
}
.blog-sidebar .widget-title h5 {
  padding-bottom: 5px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.03);
  font-size: 24px;
  line-height: 1.75em;
  margin-bottom: 15px;
  color: #1b1b1b;
}
.blog-sidebar .search form {
  position: relative;
}
.blog-sidebar .search form input {
  width: 100%;
  padding: 15px;
  border: 0;
  background: #fff;
  margin-bottom: 0;
  border-radius: 5px;
}
.blog-sidebar .search form button {
  position: absolute;
  right: 0;
  top: 0;
  background-color: transparent;
  color: #777;
  border: 0;
  padding: 15px 15px 10px 15px;
  cursor: pointer;
}
.blog-sidebar .tags li {
  margin: 5px !important;
  padding: 10px 20px;
  background-color: #fff;
  border: none;
  color: #777 !important;
  float: left;
  border-radius: 5px;
}
.blog-sidebar ul.tags li a {
  font-size: 14px;
  color: #777;
}
.blog-sidebar ul.tags li:hover,
.blog-sidebar ul.tags li a:hover {
  background-color: #1b1b1b;
  color: #fff;
}
/* pagination */
.pagination-wrap {
  padding: 0;
  margin: 0;
  text-align: center;
}
.pagination-wrap li {
  display: inline-block;
  margin: 0 5px;
}
.pagination-wrap li a {
  background: transparent;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 45px;
  text-align: center;
  color: #999;
  font-weight: 400;
  border: 2px solid rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  font-size: 17px;
}
.pagination-wrap li a i {
  font-size: 11px;
}
.pagination-wrap li a:hover {
  opacity: 1;
  text-decoration: none;
  background: #1b1b1b;
  border: 2px solid #1b1b1b;
  color: #fff;
}
.pagination-wrap li a.active {
  background-color: #1b1b1b;
  border: 2px solid #1b1b1b;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .pagination-wrap {
    padding: 0;
    margin: 0;
    text-align: center;
  }
}

/* ======= Post style ======= */
.blog-post-section {
  padding-top: 120px;
}
.blog-comment-section {
  padding-top: 60px;
  margin-bottom: 60px;
}
.blog-comment-section h3 {
  font-size: 21px;
  color: #1b1b1b;
}
.blog-comment-section h3 span {
  font-family: "Urbanist", sans-serif;
  font-size: 15px;
  color: #777;
  font-weight: 400;
  margin-left: 15px;
}
.blog-post-caption h1 {
  margin-bottom: 20px;
  font-size: 40px;
  text-transform: uppercase;
}
.blog-post-comment-wrap {
  display: flex;
  margin-bottom: 60px;
}
.blog-post-user-comment {
  margin-right: 30px;
  flex: 0 0 auto;
}
.blog-post-user-comment img {
  border-radius: 100%;
  width: 100px;
  height: 100px;
}
.blog-post-user-content {
  margin-right: 26px;
}
.blog-post-repay {
  font-size: 14px;
  color: #fff;
  margin: 0;
  font-weight: 400;
}
.blog-post-categorydate-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  font-size: 12px;
  color: #777;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.blog-post-categorydate-wrapper a {
  color: #1b1b1b;
}
.blog-post-categorydate-divider {
  width: 20px;
  height: 2px;
  margin-right: 15px;
  margin-left: 15px;
  background-color: rgba(0, 0, 0, 0.2);
}

/* ======= Prev and Next style ======= */
.nex-prv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f6f6f6;
}
.nex-prv span.icon {
  color: #1b1b1b;
  font-size: 27px;
}
.nex-prv .prv h5,
.nex-prv .prv h5 a {
  font-size: 21px;
  color: #1b1b1b;
}
.nex-prv .nxt h5,
.nex-prv .nxt h5 a {
  font-size: 21px;
  color: #1b1b1b;
}
.nex-prv .nxt span {
  color: #777;
}
.nex-prv:hover .nxt span {
  color: #fff;
}
.nex-prv .nxt .img,
.nex-prv .prv .img {
  padding: 40px;
  background-size: cover;
  background-position: center center;
  position: relative;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.nex-prv .nxt .img:hover,
.nex-prv .prv .img:hover {
  color: #fff;
}
.nex-prv .nxt .img:hover:after,
.nex-prv .prv .img:hover:after {
  opacity: 0;
}
.nex-prv .nxt .img:after,
.nex-prv .prv .img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f6f6f6;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.nex-prv .nxt .img .overly,
.nex-prv .prv .img .overly {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1b1b1b;
  opacity: 0.7;
}
.nex-prv .nxt .img .text-center,
.nex-prv .prv .img .text-center {
  position: relative;
  z-index: 4;
}
.nex-prv .all-works {
  display: block;
  height: 100%;
  padding: 30px;
  background: transparent;
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}
.nex-prv .prv:hover h5,
.nex-prv .prv:hover h5 a,
.nex-prv .nxt:hover h5,
.nex-prv .nxt:hover h5 a {
  color: #fff;
}

/* ======= 404 Page style ======= */
.not-found h2 {
  font-family: "Urbanist", sans-serif;
  font-size: 240px;
  line-height: 240px;
  margin-bottom: 15px;
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 3px rgba(0, 0, 0, 0.1);
  opacity: 0.8;
}
.not-found p {
  margin-top: 20px;
}

/* ======= Contact style ======= */
.contact h5 {
  color: #1b1b1b;
}
.contact .item {
  padding: 10px 0px;
}
.contact .item .wrap-block {
  padding: 0;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.contact .item .icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 40px;
  border-radius: 50%;
  margin-right: 10px;
  text-align: center;
  position: relative;
  z-index: 3;
  float: left;
  color: #1b1b1b;
}
.contact .item .text-block {
  overflow: hidden;
}
.contact .item h5 {
  font-size: 17px;
  margin-bottom: 0px;
  margin-top: 0px;
  color: #1b1b1b;
}
.contact .item p {
  margin-bottom: 0px;
}
.google-map {
  width: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  height: calc(100% + 30px);
  overflow: hidden;
}

/* ======= Button style ======= */
.btn-wrap {
  margin-bottom: 0px;
}
.btn-link {
  position: relative;
  width: 220px;
  height: 70px;
  display: inline-block;
  margin: 0 auto;
  text-decoration: none;
}
.btn-link a {
  text-align: center;
  font-family: "Literata", sans-serif;
  font-weight: 700;
  color: #1b1b1b;
  font-size: 12px;
  line-height: 1.75em;
  position: relative;
  display: block;
  z-index: 9;
  top: 50%;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.btn-link a i {
  font-size: 12px;
}
.btn-link a.white {
  color: #fff;
}
.btn-link:hover,
.btn-link a:hover {
  text-decoration: none;
}
.btn-block {
  width: 45px;
  height: 45px;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0%;
  z-index: 1;
  border-radius: 50%;
  text-decoration: none;
}
.btn-block:hover {
  text-decoration: none;
}
.btn-block:before {content: "\f054"; font-family: "fontawesome"; font-size: 14px; color: #FFFFFF; padding-top: 30px; line-height: 45px; text-align: center; margin-left: 19px;}
.animation {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn-link:hover .btn-block {
  left: 60%;
  text-decoration: none;
}
.animation-bounce {
  -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -ms-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);
}
.btn-block.color1 {
  background-color: rgba(0, 0, 0, 0.1);
}
.btn-block.color2 {
  background-color: rgba(0, 0, 0, 0.1);
}
.btn-block.color3 {
  background-color: rgba(255, 255, 255, 0.3);
}
/* contact form button style */
.btn-link input[type="submit"],
.btn-link input[type="reset"],
.btn-link input[type="button"],
.btn-link button {
  font-family: "Literata", sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.75em;
  border: none;
  color: #1b1b1b;
  background: transparent;
  padding: 20px 30px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.contact__form .btn-link:hover .btn-block {
  left: 60%;
  text-decoration: none;
}

/* ======= Social Icons style ======= */
.social-ico-block {
  width: 35px;
  top: 65vh;
  transform: translate(0, -50%);
  right: 10px;
  position: fixed;
  z-index: 25;
  background: rgba(27, 27, 27, 0.4);
  border-radius: 5px;
  padding: 7px;
}
.social-ico {
  width: 20px;
  height: 20px;
  position: relative;
  float: left;
  margin: 5px 0;
  text-align: center;
}
.social-ico i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  opacity: 1;
  font-size: 17px;
}
.social-ico:hover i {
  opacity: 0.6;
  cursor: pointer;
}

/* ======= toTop Button style ======= */
.progress-wrap {
  position: fixed;
  bottom: 30px;
  right: 30px;
  height: 55px;
  width: 55px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.progress-wrap::after {
  position: absolute;
  font-family: "themify";
  content: "\e627";
  text-align: center;
  font-size: 15px;
  font-weight: normal;
  left: 0;
  top: 0;
  height: 55px;
  width: 55px;
  line-height: 55px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}
.progress-wrap svg path {
  fill: none;
}
.progress-wrap svg.progress-circle path {
  stroke: rgba(255, 255, 255, 0.1);
  stroke-width: 3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}
.progress-wrap::after {
  color: #fff;
}
.progress-wrap svg.progress-circle path {
  stroke: rgba(255, 255, 255, 0.1);
}

/* ======= Footer style ======= */
.footer-section {
  background: #01181e;
  padding: 75px 0 45px 0;
  width: 100%;
}
.footer-social-link {
  display: inline-block;
  margin: 10px 0;
  padding: 0;
}
.footer-social-link li {
  display: inline-block;
  background-color: transparent;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  transition: all 0.3 ease-in-out;
  border: 2px solid rgba(255, 255, 255, 0.1);
  font-size: 15px;
  margin-left: 5px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  transition: background-color 300ms ease, transform 300ms ease,
    color 300ms ease;
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg)
    rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
}
.footer-social-link li:hover {
  transform: translate3d(0px, -5px, 0.01px) scale3d(1, 1, 1) rotateX(0deg)
    rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
}
.footer-social-link li i {
  color: #fff;
}
.footer-section img {
  width: 100%;
  max-width: 260px;
  margin-bottom: 20px;
}
.footer-section h5 {
  font-family: "Literata", sans-serif;
  font-size: 21px;
  font-weight: 700;
  color: #fff;
}
.footer-section p {color: #8aa9b7;
  font-size: 15px;
  font-weight: 300;
}
.footer-section p a{color: #8aa9b7;}
.footer-section p a:hover{color: #fcc208;}
.footer-section p strong {
  color: #c0d4dd;
}
.footer-section p.copyright {
  font-size: 15px;
  color: #777;
  border-top: 1px solid rgba(255, 255, 255, 0.03);
  padding: 30px 0 0 0;
  margin-top: 30px;
}
.footer-section p.copyright a {
  font-size: 15px;
  color: #fff;
}
.footer-section .creditos-lista li a, .creditos-lista li{font-family: 'Roboto'; font-size: 14px; font-weight: 300; color: #FFF; line-height: 1.3rem; margin-bottom: 10px;}
.footer-section .creditos-lista li a:hover{color: #fcc208; transition: all, 0.4s;}
/* ======= Overlay Effect Bg Image style ======= */
[data-overlay-dark] {
  position: relative;
}
[data-overlay-dark] .container {
  position: relative;
  z-index: 2;
}
[data-overlay-dark]:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
[data-overlay-dark]:before {
  background: #000;
}
[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span {
  color: #fff;
}
[data-overlay-dark] p {
  color: #fff;
}
[data-overlay-dark="0"]:before {
  opacity: 0;
}
[data-overlay-dark="1"]:before {
  opacity: 0.1;
}
[data-overlay-dark="2"]:before {
  opacity: 0.2;
}
[data-overlay-dark="3"]:before {
  opacity: 0.3;
}
[data-overlay-dark="4"]:before {
  opacity: 0.4;
}
[data-overlay-dark="5"]:before {
  opacity: 0.3;
}
[data-overlay-dark="6"]:before {
  opacity: 0.6;
}
[data-overlay-dark="7"]:before {
  opacity: 0.7;
}
[data-overlay-dark="8"]:before {
  opacity: 0.8;
}
[data-overlay-dark="9"]:before {
  opacity: 0.9;
}
[data-overlay-dark="10"]:before {
  opacity: 1;
}
.navbar-nav {
  flex-direction: column !important;
  margin-top: 100px;
  border-right: 1px solid #fcc208;
  position: fixed;
  top: -30px;
  right: 10px;
}

/* ======= Media Query style ======= */
@media screen and (max-width: 991px) {
  .social-ico-block {
    display: none;
  }
}
@media (max-width: 767px) {
  .section-padding h1 {
    font-size: 30px;
  }
  .services .item h5,
  .price .item h3,
  .process .process-area .process-item .title,
  .testimonials h5,
  .services2 .title-block h4,
  .video-gallery .item .text h4,
  .services-page h5,
  .portfolio-page h5 {
    font-size: 21px;
  }

  .blog .post-cont h4 {
    font-size: 27px;
  }

  .team-details .wrap .desc .section-title,
  .testimonials h4 {
    font-size: 24px;
  }
  .testimonials .testimonials-box {
    padding: 40px 20px;
    margin-bottom: 15px;
  }
  .accordion-box .block .acc-btn {
    padding: 30px 15px;
  }
  .accordion-box .block .acc-btn:before {
    right: 15px;
  }
  .accordion-box .block .content {
    padding: 0px 15px 20px;
  }
  .btn-wrap {
    margin-bottom: 30px;
  }
  .pagination-wrap {
    margin-bottom: 30px;
  }
  .not-found h2 {
    font-size: 140px;
    line-height: 140px;
  }
}
