/* Arcix HTML Template  */

/*** 

====================================================================
        Fonts
====================================================================

***/

@import url("fontawesome-all.css");
@import url("animate.css");
@import url("custom-animate.css");
@import url("eleganticons.css");
@import url("icomoon.css");
@import url("owl.css");
@import url("jquery.fancybox.min.css");
@import url("hover.css");
@import url("swiper.min.css");
@import url("nice-select.css");
@import url("scrollbar.css");
@import url("rtl.css");

@font-face {
  font-family: gilroy-light;
  src: url(../fonts/Gilroy-Light.otf);
}

@font-face {
  font-family: gilroy-extra-bold;
  src: url(../fonts/Gilroy-ExtraBold.otf);
}

/*** 

====================================================================
    Reset
====================================================================

***/

* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  font-size: 100%;
  line-height: inherit;
}
/*** 

====================================================================
    Global Settings
====================================================================

***/

.page-wrapper {
  position: relative;
  width: 100%;
  min-width: 300px;
  z-index: 9;
  margin: 0px auto;
  overflow: hidden;
}
body {
  font-size: 16px;
  color: #000;
  line-height: 28px;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  background: rgb(255, 255, 255);
  font-family: "Roboto", sans-serif;
}
a {
  text-decoration: none;
  cursor: pointer;
}
a:hover,
a {
  color: #000;
}
a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-weight: 500;
  line-height: 1.25em;
  margin: 0px;
  background: none;
  color: #000;
  font-family: gilroy-extra-bold;
}

textarea {
  overflow: hidden;
}
button {
  outline: none !important;
  cursor: pointer;
}
.text {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #777;
  margin: 0px 0px 15px;
}
::-webkit-input-placeholder {
  color: inherit;
}
::-moz-input-placeholder {
  color: inherit;
}
::-ms-input-placeholder {
  color: inherit;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  z-index: 9;
  overflow: hidden;
}
.auto-container {
  position: static;
  max-width: 1320px;
  padding: 0px 15px;
  margin: 0 auto;
}
ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
figure {
  margin-bottom: 0;
}
.centered {
  text-align: center !important;
}
.gray-bg {
  background-color: #f4f4f4 !important;
}
.light-bg {
  background-color: #fff !important;
}
img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.dropdown-toggle::after {
  display: none;
}
.fa {
  line-height: inherit;
}
.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #fff;
}
.owl-nav,
.owl-dots {
  display: none;
}
.row {
  margin: 0 -15px;
}
.row.no-gutters {
  margin: 0;
}
.row > * {
  padding-left: 15px;
  padding-right: 15px;
}
.row.no-gutters > * {
  padding-left: 0;
  padding-right: 0;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mt-70 {
  margin-top: 70px !important;
}
.mt-80 {
  margin-top: 80px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mb-70 {
  margin-bottom: 70px !important;
}
.mb-80 {
  margin-bottom: 80px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.pb-50 {
  padding-bottom: 50px !important;
}

@media only screen and (min-width: 992px) {
  .ml-lg-50 {
    margin-left: 50px;
  }
  .ml-lg-35 {
    margin-left: 35px;
  }
  .ml-lg-30 {
    margin-left: 30px;
  }
  .ml-lg-60 {
    margin-left: 60px;
  }
  .mr-lg-80 {
    margin-right: 80px;
  }
  .mr-lg-40 {
    margin-right: 40px;
  }
}

/*** 

====================================================================
    Scroll To Top style
====================================================================

***/

.scroll-to-top {
  position: fixed;
  right: 50px;
  bottom: 90px;
  width: 70px;
  height: 70px;
  font-size: 15px;
  line-height: 70px;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  margin-left: -26px;
  display: none;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #ffffff;
  border-radius: 50%;
  background-color: #000;
}
.scroll-to-top.style-two {
  border-radius: 50%;
}
.scroll-to-top:hover {
  color: #000;
  background-color: #fff;
}

/* Header Style */

.main-header {
  position: relative;
  display: block;
  width: 100%;
  z-index: 9999;
  top: 0px;
  left: 0px;
  background: none;
  clear: both;
}

.main-header .header-upper .logo-box {
  position: absolute;
  left: 0;
  background: #000;
  padding: 5px 65px;
  top: 0;
}

/* Main menu */

.main-header .nav-outer .main-menu {
  position: relative;
}
.main-menu .inner-container {
  box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.12);
  margin-bottom: -25px;
  background: #fff;
}
.main-menu .inner-container .nav-outer {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.main-menu .navbar-collapse {
  padding: 0px;
  display: block !important;
}
.main-menu .navigation {
  position: relative;
  margin: 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.main-menu .navigation > li {
  position: relative;
  padding: 22px 0px;
  margin: 0 20px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
/* .main-menu .navigation>li.dropdown {
	padding-right: 15px;
}
.main-menu .navigation>li:before {
	font-family: 'icomoon';
	content: "\e91b";
	position: absolute;
	right: 0;
	top: 25px;
	display: block;
	line-height: 30px;
	font-size: 6px;
	text-align: center;
	z-index: 5;
	opacity: 0;
	color: #000;
}
.main-menu .navigation>li.dropdown:before {
	opacity: 1;
} */

.main-menu .navigation > li > a {
  position: relative;
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  text-transform: capitalize;
  color: #000;
  padding: 3px 0px;
  opacity: 1;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-menu .navigation > li > ul {
  position: absolute;
  left: 0px;
  top: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 240px;
  z-index: 100;
  display: none;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  transition: 0.5s;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
.main-menu .navigation > li > ul.from-right {
  left: auto;
  right: 0px;
}
.main-menu .navigation > li > ul > li {
  position: relative;
  width: 100%;
}
.main-menu .navigation > li > ul > li:last-child {
  border-bottom: none;
}
.main-menu .navigation > li > ul > li:before {
  position: absolute;
  content: "";
  right: 0;
  top: 0px;
  width: 0%;
  height: 100%;
  display: block;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}
.main-menu .navigation > li > ul > li > a {
  position: relative;
  display: block;
  padding: 14px 30px;
  border-bottom: 1px solid #e3e3e3;
  line-height: 24px;
  font-weight: 500;
  font-size: 18px;
  text-transform: capitalize;
  color: #4b4b4b;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.main-menu .navigation > li > ul > li:last-child > a {
  border-bottom: 0px;
}
.main-menu .navigation > li > ul > li > a:hover {
  color: #212121;
  font-weight: 500;
  padding-left: 46px;
}
.main-menu .navigation > li > ul > li > a:before {
  position: absolute;
  content: "\e912";
  left: 30px;
  top: 15px;
  display: block;
  line-height: 24px;
  font-size: 17px;
  font-family: "icomoon";
  font-weight: 400;
  font-size: 12px;
  transition: 0.5s;
  opacity: 0;
  color: #000;
}
.main-menu .navigation > li > ul > li > a:hover:before {
  opacity: 1;
}
.main-menu .navigation > li > ul > li.dropdown > a:after {
  position: absolute;
  content: "\f105";
  right: 30px;
  top: 13px;
  display: block;
  line-height: 24px;
  font-size: 17px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.main-menu .navigation > li > ul > li > ul {
  position: absolute;
  left: 105%;
  top: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 240px;
  z-index: 100;
  display: none;
  background-color: #fff;
  transition: 0.5s;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}
.main-menu .navigation > li > ul > li > ul.from-right {
  left: auto;
  right: 0px;
}
.main-menu .navigation > li > ul > li > ul > li {
  position: relative;
  width: 100%;
}
.main-menu .navigation > li > ul > li > ul > li:last-child {
  border-bottom: none;
}
.main-menu .navigation > li > ul > li > ul > li:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 0%;
  height: 100%;
  display: block;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.main-menu .navigation > li > ul > li > ul > li:last-child {
  border-bottom: none;
}
.main-menu .navigation > li > ul > li > ul > li > a {
  position: relative;
  display: block;
  padding: 14px 30px;
  line-height: 24px;
  font-weight: 400;
  border-bottom: 1px solid #e3e3e3;
  font-size: 17px;
  text-transform: capitalize;
  color: #4b4b4b;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.main-menu .navigation > li > ul > li > ul > li:last-child > a {
  border-bottom: 0;
}
.main-menu .navigation > li > ul > li > ul > li > a:hover {
  color: #212121;
  font-weight: 500;
  padding-left: 42px;
}
.main-menu .navigation > li > ul > li > ul > li > a:before {
  position: absolute;
  content: "\f120";
  left: 30px;
  top: 13px;
  display: block;
  line-height: 24px;
  font-size: 17px;
  font-family: "Flaticon";
  font-weight: 400;
  transform: rotate(-90deg);
  font-size: 11px;
  transition: 0.5s;
  opacity: 0;
}
.main-menu .navigation > li > ul > li > ul > li > a:hover:before {
  opacity: 1;
}
.main-menu .navigation > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}
.main-menu .navigation li > ul > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}
.main-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 10px;
  top: 8px;
  width: 34px;
  height: 30px;
  border: 1px solid #ffffff;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  cursor: pointer;
  z-index: 5;
  display: none;
}
.header-upper .navbar-right-info {
  position: relative;
  margin-left: 40px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

/* Hidden Bar */

.hidden-sidebar {
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 99999;
  width: 100%;
  max-width: 410px;
  height: 100%;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
}

.hidden-sidebar-close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 22px;
  cursor: pointer;
  color: #000;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
}

.hidden-sidebar .logo {
  margin-bottom: 35px;
}

.hidden-sidebar .wrapper-box {
  height: 100%;
}

.hidden-sidebar .content-wrapper {
  padding: 80px 40px;
  position: relative;
  background: #ffffff;
}

.hidden-sidebar .sidebar-widget {
  margin-bottom: 40px;
}

.hidden-sidebar .text-widget .text {
  font-size: 17px;
  color: #777;
  margin-bottom: 0;
}

.hidden-sidebar .copyright-text {
  color: #777;
  font-size: 17px;
}

.nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 99999;
  width: 100%;
  display: none;
  background: rgba(20, 20, 20, 0.7);
  overflow: hidden;
  cursor: none;
}

.hidden-sidebar .widget .widget-title {
  margin-bottom: 30px;
}

.hidden-sidebar .widget {
  margin-bottom: 40px;
}

.hidden-sidebar .news-widget .single-post .post-meta {
  margin-bottom: 0;
  padding: 0;
}

/* Cursor Style */

.cursor {
  position: absolute;
  background-color: #fff;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  z-index: 1;
  -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
    0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
    0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  -o-transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
    0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
  transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
    0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
  transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
    0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
    0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  z-index: 10000;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  visibility: hidden;
}

.cursor {
  visibility: visible;
}

.cursor.active {
  opacity: 0.5;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.cursor.hovered {
  opacity: 0.08;
}

.cursor-follower {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.3);
  width: 50px;
  height: 50px;
  border-radius: 100%;
  z-index: 1;
  -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
    0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
    0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  -o-transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
    0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
  transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
    0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
  transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
    0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
    0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  z-index: 10000;
  visibility: hidden;
}

.cursor-follower {
  visibility: visible;
}

.cursor-follower.active {
  opacity: 0.7;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.cursor-follower.hovered {
  opacity: 0.08;
}

.cursor-follower.close-cursor:before {
  position: absolute;
  content: "";
  height: 25px;
  width: 2px;
  background: #fff;
  left: 48%;
  top: 12px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: inline-block;
}

.cursor-follower.close-cursor:after {
  position: absolute;
  content: "";
  height: 25px;
  width: 2px;
  background: #fff;
  right: 48%;
  top: 12px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*** 

====================================================================
    Search Popup
====================================================================

***/

.search-popup {
  position: fixed;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  overflow: auto;
  background: rgba(0, 0, 0, 0.9);
  -webkit-transform: translateY(101%);
  -ms-transform: translateY(101%);
  transform: translateY(101%);
  transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
}
.search-popup.popup-visible {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  visibility: visible;
  opacity: 1;
}
.search-popup .overlay-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
}
.search-popup .close-search {
  position: absolute;
  right: 25px;
  top: 25px;
  font-size: 22px;
  color: #ffffff;
  cursor: pointer;
  z-index: 5;
}
.search-popup .close-search:hover {
  opacity: 0.7;
}
.search-popup .search-form {
  position: relative;
  padding: 0px 15px 0px;
  max-width: 1024px;
  margin: 0 auto;
  margin-top: 150px;
  margin-bottom: 100px;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}
.search-popup .search-form fieldset {
  position: relative;
  border: 7px solid rgba(255, 255, 255, 0.5);
  border-radius: 12px;
}
.search-popup .search-form fieldset input[type="search"] {
  position: relative;
  height: 70px;
  padding: 20px 220px 20px 30px;
  background: #ffffff;
  line-height: 30px;
  font-size: 24px;
  color: #233145;
  border-radius: 5px;
}
.search-popup .search-form fieldset input[type="submit"] {
  position: absolute;
  display: block;
  right: 0px;
  top: 0px;
  text-align: center;
  width: 220px;
  height: 70px;
  padding: 20px 10px 20px 10px;
  color: #ffffff !important;
  line-height: 30px;
  font-size: 20px;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 0px 5px 5px 0px;
  background-color: #000;
}
.search-popup .search-form fieldset input[type="submit"]:hover {
  background-color: #000;
}
.search-popup h3 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 20px;
  letter-spacing: 1px;
  text-align: center;
  display: none;
}
.search-popup .recent-searches {
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  display: none;
}
.search-popup .recent-searches li {
  display: inline-block;
  margin: 0px 10px 10px 0px;
}
.search-popup .recent-searches li a {
  display: block;
  line-height: 24px;
  border: 1px solid #ffffff;
  padding: 7px 15px;
  color: #ffffff;
  border-radius: 3px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.search-popup .search-form fieldset input[type="search"]:focus {
  border-color: #ddd;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/*** 

====================================================================
                Sticky Header
====================================================================

***/

.sticky-header {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  left: 0px;
  top: 0px;
  width: 100%;
  padding: 0px 0px;
  z-index: -1;
  background: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: top 300ms ease;
  -o-transition: top 300ms ease;
  transition: top 300ms ease;
}

.fixed-header .sticky-header {
  opacity: 1;
  z-index: 99901;
  visibility: visible;
}

/*** 

====================================================================
            Mobile Menu
====================================================================

***/

.nav-outer .mobile-nav-toggler {
  position: relative;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  color: rgb(255, 255, 255);
  font-size: 20px;
  cursor: pointer;
  float: right;
  display: none;
  background: #000;
  right: -15px;
}
.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 300px;
  height: 100%;
  z-index: 999999;
  transform: translateX(100%);
  transition: transform 0.5s ease, opacity 0.5s ease;
  opacity: 0;
  visibility: hidden;
  background: #0b101c;
}

/* Show menu when visible */
body.mobile-menu-visible .mobile-menu {
  transform: translateX(0%);
  opacity: 1;
  visibility: visible;
}

.menu-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(24, 23, 22, 0.25);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}

body.mobile-menu-visible .menu-backdrop {
  opacity: 0.7;
  visibility: visible;
}

.mobile-menu .mCSB_scrollTools {
  right: -6px;
}
.mobile-menu .mCSB_inside > .mCSB_container {
  margin-right: 5px;
}
.mobile-menu .navbar-collapse {
  display: block !important;
}
.mobile-menu .nav-logo {
  position: relative;
  padding: 30px 25px;
  text-align: left;
  margin-bottom: 100px;
  margin-top: 25px;
}
.mobile-menu-visible {
  overflow: hidden;
}
.mobile-menu-visible .mobile-menu {
  opacity: 1;
  visibility: visible;
}
.mobile-menu .menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  background-color: rgb(24 23 22 / 25%);
}
.mobile-menu-visible .mobile-menu .menu-backdrop {
  opacity: 0.7;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.mobile-menu .menu-box {
  position: absolute;
  right: 0px; /* 👈 instead of left */
  top: 0px;
  width: 300px; /* Optional fixed width */
  height: 100%;
  overflow-y: auto;
  background: #0b101c;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  transform: translateX(101%);
  transition: all 0.7s ease;
}
.mobile-menu-visible .mobile-menu .menu-box {
  opacity: 1;
  visibility: visible;
  transform: translateX(0%);
}

.mobile-menu .close-btn {
  position: absolute;
  right: 50px;
  top: 15px;
  line-height: 30px;
  width: 24px;
  text-align: center;
  font-size: 30px;
  color: #ffffff;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}
.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  float: none;
}
.mobile-menu .navigation li {
  position: relative;
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation li > ul > li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation li > a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 25px;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mobile-menu .navigation li ul li > a {
  font-size: 15px;
  margin-left: 20px;
  text-transform: capitalize;
}
.mobile-menu .navigation li > a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mobile-menu .navigation li.current > a:before {
  height: 100%;
}
.mobile-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 6px;
  top: 6px;
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  border-radius: 2px;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 5;
}
.mobile-menu .navigation li.dropdown .dropdown-btn.open {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul {
  display: none;
}
.mobile-menu .social-links {
  position: relative;
  text-align: center;
  padding: 30px 25px;
}
.mobile-menu .social-links li {
  position: relative;
  display: inline-block;
  margin: 0px 10px 10px;
}
.mobile-menu .social-links li a {
  position: relative;
  line-height: 32px;
  font-size: 16px;
  color: #ffffff;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
/* Header upper */

.main-header .header-upper {
  position: relative;
}
.main-header .header-upper .inner-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.main-header .header-upper .right-column {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.header-upper .navbar-right-info {
  position: absolute;
  top: 0;
  right: 0;
}

.header-upper .sidemenu-nav-toggler {
  position: relative;
  width: 80px;
  height: 80px;
  background: #000;
  text-align: center;
  line-height: 80px;
  cursor: pointer;
}

/*** 

====================================================================
        Banner Section
====================================================================

***/

.banner-section {
  position: relative;
}

.banner-slider-two,
.banner-slider {
  position: relative;
  height: 100% !important;
  z-index: 9;
}
.banner-section .swiper-slide {
  position: relative;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.banner-section .swiper-slide:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: calc(50% + 45px);
  background-color: #ffffff;
  opacity: 0.8;
  content: "";
}
.banner-section .content-outer {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 100%;
  width: 100%;
  display: table;
  vertical-align: middle;
}
.banner-section .content-box {
  position: relative;
  padding: 50px 15px 50px;
  min-height: 915px;
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.banner-section .content-box .inner {
  position: relative;
  opacity: 0;
  -webkit-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
}
.banner-section .swiper-slide-active .content-box .inner {
  opacity: 1;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}
.banner-section .content-box h1 {
  position: relative;
  font-size: 100px;
  line-height: 100px;
  color: #000;
  text-transform: capitalize;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  margin-bottom: 20px;
}
.banner-section .swiper-slide-active .content-box h1 {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  transition-delay: 800ms;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.banner-section .content-box h4 {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 1.2em;
  color: #777;
  font-weight: 400;
  display: inline-block;
  text-transform: capitalize;
  margin-bottom: 30px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  font-family: "Roboto", sans-serif;
}
.banner-section .swiper-slide-active h4 {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.banner-section .content-box .text {
  position: relative;
  font-size: 23px;
  font-weight: 400;
  line-height: 34px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
  margin-bottom: 40px;
  color: #fff;
}
.banner-section .swiper-slide-active .text {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 1600ms;
  -o-transition-delay: 1600ms;
  transition-delay: 1600ms;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}
.banner-section .link-box {
  padding-top: 20px;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transition-delay: 2000ms;
  -o-transition-delay: 2000ms;
  transition-delay: 2000ms;
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  margin: 0 -10px;
}
.banner-section .swiper-slide-active .link-box {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.banner-section .link-box a {
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  margin: 0 12px 10px;
}
.banner-section .content-box form .form-wrapper {
  position: relative;
  background: #fff;
  border-radius: 37px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-right: 70px;
}
.banner-section .content-box button {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 62px;
  height: 62px;
  line-height: 62px;
  background: #000;
  color: #fff;
  border-radius: 50%;
  transition: 0.5s;
  cursor: pointer;
}
.banner-section .content-box button:hover {
  background-color: #000;
}
.banner-section .content-box input[type="search"] {
  background: transparent;
  padding: 0 40px;
  height: 74px;
  font-size: 17px;
  font-weight: 500;
  color: #555;
}
.banner-section .content-box .nice-select {
  border-radius: 0;
  margin-right: 25px;
  font-size: 17px;
  border: 0;
  border-left: 1px solid #ddd;
  font-weight: 500;
  color: #555;
}
.banner-section .content-box form.fs-two .form-wrapper {
  max-width: 700px;
  margin: 0 auto;
  width: 100%;
  background: rgb(0 0 0 / 30%);
  padding: 10px;
  padding-right: 82px;
  border-radius: 44px;
}
.banner-section .content-box .fs-two input[type="search"] {
  width: 100%;
  background: #fff;
  border-radius: 33px;
  height: 66px;
}
.banner-section .content-box .fs-two button {
  top: 10px;
  right: 10px;
  height: 66px;
  width: 66px;
  line-height: 66px;
}
.banner-section .content-box .select-box {
  margin-top: 30px;
}
.banner-section .content-box .select-box li {
  position: relative;
  display: inline-block;
  margin-right: 24px;
  font-size: 19px;
  color: #fff;
}
.banner-section .content-box .select-box li:last-child {
  margin: 0px !important;
}
.banner-section .content-box .select-box .single-checkbox {
  position: relative;
  display: block;
}
.banner-section .content-box .select-box label {
  position: relative;
  display: block;
  padding-left: 20px;
  margin-right: 0px;
  margin-bottom: 0;
  font-size: 19px;
  line-height: 30px;
  font-weight: 500;
  cursor: pointer;
}
.banner-section .content-box .select-box input[type="radio"] {
  display: none;
}
.banner-section .content-box .select-box input[type="radio"] + label span {
  position: absolute;
  top: 8px;
  left: 0;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  transition: all 300ms ease;
}
.banner-section .content-box .select-box label span:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  left: 3px;
  top: 3px;
  border-radius: 50%;
  opacity: 0;
  transform: scale(0, 0);
  transition: all 500ms ease;
  background-color: #fff;
}
.banner-section
  .content-box
  .select-box
  input[type="radio"]:checked
  + label
  span:before {
  opacity: 1;
  transform: scale(1, 1);
}
/* banner slider nav */

.banner-section .banner-slider-nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.banner-section .banner-slider-button-next {
  position: relative;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  color: #212121;
  cursor: pointer;
  z-index: 9;
  margin-right: 50px;
  font-size: 18px;
  background-color: #fff;
  transition: 0.5s;
  border-radius: 50%;
}
.banner-section .banner-slider-button-next:hover {
  color: #fff;
  background-color: #000;
}
.banner-section .banner-slider-button-prev {
  position: relative;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  color: #212121;
  cursor: pointer;
  z-index: 9;
  margin-left: 50px;
  font-size: 18px;
  background-color: #fff;
  transition: 0.5s;
  border-radius: 50%;
}
.banner-section .banner-slider-button-prev:hover {
  color: #fff;
  background-color: #000;
}

/* banner slider pagination */

.banner-slider-pagination {
  position: absolute;
  right: 60px;
  top: 50%;
  margin-right: 0;
  z-index: 999;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.banner-slider-pagination .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  display: block;
  margin-bottom: 20px;
  border-radius: 50%;
  background: none;
  position: relative;
  opacity: 1;
  background: #acaeac;
}

.banner-slider-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}

.banner-slider-pagination.style-two {
  left: 0;
  right: auto;
}

.banner-slider-pagination.style-two
  .swiper-pagination-bullet.swiper-pagination-bullet-active,
.banner-slider-pagination.style-two .swiper-pagination-bullet {
  background: transparent;
}

.banner-slider-pagination.style-two .swiper-pagination-bullet:after {
  content: "01";
  position: absolute;
  left: 50px;
  top: -3px;
  line-height: 20px;
  color: #000;
  letter-spacing: 2px;
  font-size: 16px;
  font-family: gilroy-extra-bold;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.banner-slider-pagination.style-two
  .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  left: 100px;
}

.banner-slider-pagination.style-two
  .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  width: 80px;
  background-color: #000;
}

.banner-slider-pagination.style-two
  .swiper-pagination-bullet:nth-child(2):after {
  content: "02";
}

.banner-slider-pagination.style-two
  .swiper-pagination-bullet:nth-child(3):after {
  content: "03";
}

.banner-slider-pagination.style-two
  .swiper-pagination-bullet:nth-child(4):after {
  content: "04";
}

.banner-slider-pagination.style-two
  .swiper-pagination-bullet:nth-child(5):after {
  content: "05";
}

.banner-slider-pagination.style-two
  .swiper-pagination-bullet:nth-child(6):after {
  content: "06";
}

.banner-slider-pagination.style-two
  .swiper-pagination-bullet:nth-child(7):after {
  content: "07";
}

.banner-slider-pagination.style-two
  .swiper-pagination-bullet:nth-child(8):after {
  content: "08";
}

.banner-slider-pagination.style-two .swiper-pagination-bullet:before {
  position: absolute;
  content: "";
  background: #dadada;
  width: 40px;
  height: 4px;
  left: 0;
  top: 5px;
}

/* grid line */

.banner-section .grid-line .line-two {
  background-color: rgba(255, 255, 255, 0.1);
}
.banner-section .grid-line {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.grid-line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 1290px;
  margin: 0 auto;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
}

.grid-line .line-one {
  position: absolute;
  top: 0;
  left: 33.333%;
  bottom: 0;
  width: 1px;
  background-color: #ebebeb;
}

.grid-line .line-two {
  position: absolute;
  top: 0;
  left: 66.666%;
  bottom: 0;
  width: 1px;
  background-color: #ebebeb;
}

/* Theme Btn */

.theme-btn {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  padding: 16px 50px;
  font-weight: 700;
  overflow: hidden;
  text-transform: uppercase;
  vertical-align: middle;
  text-align: center;
  min-width: 160px;
  background: #000;
  transition: 0.5s;
  border: 2px solid #000;
}
.theme-btn:hover {
  color: #777;
  background-color: #fff;
  border-color: #ececec;
}
.theme-btn:before {
  position: absolute;
  left: -2px;
  top: -2px;
  right: -2px;
  bottom: -2px;
  content: "";
  background-color: #fff;
  transform: scaleY(0);
  transition: 0.6s;
  transform-origin: top;
}
.theme-btn:hover:before {
  transform: scaleY(1);
}
.theme-btn span {
  position: relative;
}
.theme-btn span i {
  margin-left: 5px;
  font-size: 13px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  transition: 0.5s;
}

/* style two */
.theme-btn.style-two {
  background: transparent;
  color: #777;
  border-color: #ececec;
}

.theme-btn.style-two:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.theme-btn.style-two:before {
  background-color: #000;
}

/* About Section */
.about-section {
  position: relative;
  padding: 120px 0 90px;
}

.sec-title {
  position: relative;
  margin-bottom: 50px;
}

.sec-title .sub-title {
  position: relative;
  font-size: 16px;
  color: #777;
  margin-bottom: 10px;
}

.sec-title.light .sub-title {
  color: #fff;
}

.sec-title .sub-title span {
  color: #c7c7c7;
}

.sec-title h2 {
  position: relative;
  font-size: 60px;
  line-height: 70px;
  letter-spacing: -2px;
}

.sec-title.light h2 {
  color: #fff;
}

.about-section .content {
  position: relative;
  margin-bottom: 30px;
}

.about-section .text-two {
  position: relative;
  font-size: 20px;
  color: #777;
  margin-bottom: 20px;
}

.about-section .text {
  position: relative;
  margin-bottom: 30px;
}

.about-section .image-wrapper {
  position: relative;
  margin-bottom: 30px;
}

.about-section .image {
  position: relative;
  text-align: center;
  overflow: hidden;
}

@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

.about-section .image:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 1;
}

.about-section .image:hover:before {
  -webkit-animation: circle 0.75s;
  animation: circle 0.75s;
}

.about-section .image img {
  border-radius: 50%;
}

.about-section .image-two {
  position: absolute;
  top: 0;
  left: 50px;
  z-index: 9;
}

.about-section .text-three {
  position: absolute;
  right: 0;
  bottom: 60px;
  font-size: 400px;
  font-family: gilroy-extra-bold;
  color: #fff;
  text-shadow: 0px 16px 32px rgba(0, 0, 0, 0.08);
  line-height: 280px;
}

/* Features section */

.features-section {
  position: relative;
  padding: 120px 0 90px;
  background-image: -moz-linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgb(246, 246, 246) 100%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgb(246, 246, 246) 100%
  );
  background-image: -ms-linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgb(246, 246, 246) 100%
  );
}

.feature-block {
  position: relative;
}

.feature-block .inner-box {
  position: relative;
  margin-bottom: 30px;
  background-color: #fff;
  border: 2px solid #f3f3f3;
  min-height: 300px;
  padding: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.feature-block h3 {
  position: relative;
  font-size: 30px;
  transition: 0.5s;
}

.feature-block .inner-box:hover > h3 {
  opacity: 0;
}

.feature-block h3:before {
  position: absolute;
  content: "";
  top: -55px;
  left: 0;
  border: 10px solid transparent;
}

.feature-block h3:before {
  border-left-color: #efefef;
  border-bottom-color: #efefef;
}

.feature-block .icon {
  position: absolute;
  top: 40px;
  right: 35px;
  color: #eee;
  transform: rotate(-45deg);
  font-size: 30px;
}

.feature-block .overlay {
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  opacity: 0;
  transition: 0.5s;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  padding: 50px;
}

.feature-block .overlay .bottom-content {
  position: relative;
  width: 100%;
}

.feature-block .inner-box:hover .overlay {
  opacity: 1;
}

.feature-block .overlay:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleY(0);
  transition: 0.5s;
  background-color: #000;
  transform-origin: top;
}

.feature-block .inner-box:hover .overlay:before {
  transform: scaleY(1);
}

.feature-block ul {
  position: relative;
  margin-top: 20px;
}

.feature-block ul li {
  position: relative;
  margin-bottom: 5px;
  color: #a4a4a4;
}

.feature-block ul li:last-child {
  margin-bottom: 0;
}

.feature-block .overlay h3 {
  color: #fff;
}

.feature-block .overlay h3:before {
  border-left-color: #424242;
  border-bottom-color: #424242;
}

.feature-block ul li:before {
  position: absolute;
  content: "\f00c";
  top: 0;
  right: 0;
  line-height: 25px;
  font-size: 12px;
  font-weight: 400;
  transition: 0.5s;
  font-family: "Font Awesome 5 Pro";
  margin-right: 8px;
  color: #fff;
  transition: 0.5s;
}

/* Skills section */

.skills-section {
  position: relative;
  padding: 120px 0 90px;
}

.skills-section .pattern {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.skills-section .content {
  position: relative;
  margin-bottom: 30px;
}

.skills-section .top-content {
  position: relative;
  padding-left: 165px;
  margin-bottom: 50px;
}

.skills-section .top-content .count {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
  font-size: 50px;
  font-family: gilroy-extra-bold;
  background-color: #fff;
}

.skills-section .top-content .count span {
  font-size: 18px;
}

.skills-section .top-content h2 {
  position: relative;
  font-size: 60px;
  line-height: 60px;
  letter-spacing: -2px;
}

.skills-section .content .text-two {
  position: relative;
  font-size: 20px;
  line-height: 32px;
  color: #777;
  margin-bottom: 30px;
}

.skills-section .content .text {
  position: relative;
  margin-bottom: 30px;
}

.skills-section .video-box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.skills-section .video-btn {
  position: relative;
}

.skills-section .video-btn span {
  position: relative;
  width: 100px;
  height: 100px;
  text-align: center;
  line-height: 100px;
  border-radius: 50%;
}

.skills-section .video-btn a {
  height: 80px;
  width: 80px;
  line-height: 80px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 24px;
  display: inline-block;
  position: relative;
  background-color: #000;
  transition: 0.5s;
  margin-right: 30px;
}

.skills-section .video-btn a:hover {
  background-color: #fff;
  color: #000;
  box-shadow: 0px 16px 32px 0px rgb(0 0 0 / 6%);
}

.skills-section .video-btn .ripple:before {
  position: absolute;
  left: -15px;
  top: -15px;
  right: -15px;
  bottom: -15px;
  content: "";
  border-radius: 50%;
  transition: 0.7s;
}

.skills-section .video-btn .ripple:hover:before {
  transform: scale(1.05);
}

.skills-section .video-btn .ripple:after {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

.skills-section .video-btn .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}

@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 70px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 70px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}

@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 70px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 70px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}

.skills {
  position: relative;
}

.skills .skill-item {
  position: relative;
  margin-bottom: 50px;
}

.skills .skill-item:last-child {
  margin-bottom: 0px;
}

.skills .skill-item h4 {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 25px;
}

.skills .skill-item .skill-bar {
  position: relative;
  width: 100%;
  height: 6px;
  background-color: transparent;
}

.skills .skill-item .skill-bar .bar-inner {
  position: relative;
  width: 100%;
  height: 4px;
  background: none;
}

.skills .skill-item .skill-bar .bar-inner .bar {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 4px;
  width: 0px;
  -webkit-transition: all 2000ms ease;
  -ms-transition: all 2000ms ease;
  -o-transition: all 2000ms ease;
  -moz-transition: all 2000ms ease;
  transition: all 2000ms ease;
  background: #000;
}

.skills .skill-item .skill-bar .bar-inner .bar:before {
  position: absolute;
  content: "";
  top: -8px;
  right: -1px;
  width: 4px;
  height: 20px;
  background: #000;
  transform: rotate(20deg);
}

.skills .skill-item .skill-percentage {
  color: #011940;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4em;
  position: absolute;
  right: 0;
  top: -44px;
  z-index: 9;
}

/* Projects section */

.projects-section {
  position: relative;
  background-color: #fff;
}

.project-block {
  position: relative;
  padding: 0;
}

.project-block .inner-box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  justify-content: center;
  min-height: 700px;
}

.project-block .inner-box > div {
  position: relative;
  z-index: 9;
}

.project-block .category {
  position: relative;
  font-size: 16px;
  margin-bottom: 20px;
  color: #777;
  transition: 0.5s;
}

.project-block .inner-box:hover .category {
  color: #fff;
}

.project-block h4 {
  position: relative;
  font-size: 30px;
}

.project-block h4 a {
  position: relative;
  color: #000;
  transition: 0.5s;
}

.project-block .inner-box:hover h4 a {
  color: #fff;
}

.project-block .inner-box h4 a:hover {
  text-decoration: underline;
}

.project-block .inner-box:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  left: 0;
  height: 50%;
  background-color: #fff;
  opacity: 0.98;
  transition: 0.7s;
}

.project-block .inner-box:hover:before {
  height: 0;
}

.project-block .inner-box:after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  left: 0;
  height: 50%;
  background-color: #fff;
  transition: 1s;
  opacity: 0.98;
}

.project-block .inner-box:hover:after {
  height: 0;
}

.projects-section .owl-carousel .owl-stage-outer {
  overflow: visible;
}

.projects-section .grid-line {
  z-index: 9;
  pointer-events: none;
}

/* Accordion box */

.accordion-box {
  position: relative;
  margin-bottom: 30px;
  border-bottom: 1px solid #e2e2e2;
}

.accordion-box .block {
  position: relative;
  padding-top: 0px;
  border-top: 1px solid #e2e2e2;
  padding: 26px 0;
}

.accordion-box .block:last-child {
  margin-bottom: 0px;
}

.accordion-box .block .acc-btn {
  position: relative;
  font-size: 18px;
  cursor: pointer;
  line-height: 1.2em;
  padding-right: 20px;
  transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  color: #000;
  padding-left: 20px;
}

.accordion-box .block .icon-outer {
  position: absolute;
  right: 20px;
  top: 0;
  font-size: 18px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  text-align: center;
  display: inline-block;
  width: 30px;
  height: 20px;
  background: #fff;
  color: #999;
}

.accordion-box .block .icon-outer .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 18px;
  font-weight: normal;
  line-height: 1em;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transform: translate(-50%, -50%);
}

.accordion-box .block .active .icon-outer span:before {
  content: "\f068";
}

.accordion-box .block .acc-content {
  position: relative;
  display: none;
  border-top: 0;
}

.accordion-box .block .acc-content .content-text {
  padding-bottom: 6px;
}

.accordion-box .block .acc-content.current {
  display: block;
}

.accordion-box .block .content {
  position: relative;
  font-size: 14px;
  padding: 0 23px;
  padding-right: 30px;
  margin-top: 15px;
}

.accordion-box .block .content .text {
  margin-bottom: 0;
  font-size: 16px;
  margin-top: 20px;
}

.accordion-box .block .acc-btn strong {
  font-size: 24px;
  color: #c2c0bb;
  width: 76px;
  text-align: center;
  border-right: 1px solid #e9e5df;
  margin-right: 30px;
  display: inline-block;
  line-height: 75px;
}

/* Faq Section */
.faq-section {
  position: relative;
  padding: 120px 0 90px;
}

.faq-section .image {
  position: relative;
  margin-bottom: 30px;
}

@media only screen and (min-width: 992px) {
  .faq-section .accordion-box {
    margin-right: 20px;
  }
}

/* What We do */
.what-we-do {
  position: relative;
  padding: 120px 0 50px;
}

.what-we-do-block {
  position: relative;
}

.what-we-do-block .inner-box {
  position: relative;
  margin-bottom: 70px;
}

.what-we-do-block .icon {
  position: relative;
  line-height: 80px;
  margin-bottom: 30px;
}

.what-we-do-block .count {
  position: relative;
  font-size: 14px;
  color: #999;
}

.what-we-do-block h4 {
  position: relative;
  font-size: 24px;
  line-height: 30px;
}

.what-we-do-block h4 a {
  transition: 0.5s;
}

.what-we-do-block h4 a:hover {
  text-decoration: underline;
}

/* CTA Section */

.cta-section {
  position: relative;
  padding: 100px 0 70px;
}

.cta-section h2 {
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 20px;
}

.cta-section .text {
  margin-bottom: 30px;
}

.cta-section .link-btn {
  margin-bottom: 30px;
}

/* Latest News */
.latest-news {
  position: relative;
  background: #f8f8f8;
  padding: 120px 0 90px;
}

.latest-news .row {
  margin: 0 -22.5px;
}

.news-block .inner-box {
  position: relative;
  margin-bottom: 30px;
}

.news-block .image {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.news-block .image:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 1;
}

.news-block .inner-box:hover .image:before {
  -webkit-animation: circle 0.95s;
  animation: circle 0.95s;
}

.news-block img {
  position: relative;
  transition: 0.5s;
}

.news-block {
  padding: 0 22.5px;
}

.news-block .post-meta {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  color: #777;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.news-block .post-meta .category {
  position: relative;
  color: #000;
  font-weight: 700;
  padding-left: 15px;
}

.news-block .post-meta .date {
  position: relative;
  letter-spacing: 2px;
}

.news-block .post-meta .category:before {
  position: absolute;
  content: "/";
  top: 0;
  left: 5px;
  color: #777;
  font-weight: 400;
}

.news-block h4 {
  position: relative;
  font-size: 20px;
  margin-bottom: 20px;
}

.news-block h4 a {
  transition: 0.5s;
}

.news-block h4 a:hover {
  text-decoration: underline;
}

.news-block .text {
  position: relative;
  margin-bottom: 0;
  font-size: 14px;
}

.latest-news .shape-one {
  position: absolute;
  left: 13%;
  bottom: 25%;
  width: 145px;
  height: 145px;
  border-radius: 50%;
  background-color: #fff;
}

.latest-news .shape-two {
  position: absolute;
  left: calc(50% + 500px);
  top: 18%;
  width: 268px;
  height: 268px;
  border-radius: 50%;
  background-image: -moz-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0) 0%,
    rgb(217, 217, 217) 100%
  );
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0) 0%,
    rgb(217, 217, 217) 100%
  );
  background-image: -ms-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0) 0%,
    rgb(217, 217, 217) 100%
  );
}

/* Sponsors section */
.sponsors-section {
  position: relative;
  padding: 120px 0 80px;
}

.sponsors-section .wrapper-box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.sponsors-section .image {
  position: relative;
  text-align: center;
  width: 20%;
  margin-bottom: 40px;
}

.sponsors-section .image img {
  position: relative;
  transition: 0.5s;
}

.sponsors-section .image img:hover {
  transform: scale(1.1);
}

/* main footer */

.main-footer {
  position: relative;
  background-color: #0f0f0f;
}

.main-footer .upper-box {
  position: relative;
  padding: 100px 0 70px;
}

.main-footer .grid-line {
  border-left: 1px solid rgba(255, 255, 255, 0.06);
  border-right: 1px solid rgba(255, 255, 255, 0.06);
}

.main-footer .grid-line .line-one {
  background-color: rgba(255, 255, 255, 0.06);
}

.main-footer .grid-line .line-two {
  background-color: rgba(255, 255, 255, 0.06);
}

.widget {
  position: relative;
  margin-bottom: 30px;
}

.widget .widget-title {
  position: relative;
  font-size: 24px;
  color: #000;
  margin-bottom: 40px;
}

.main-footer .widget .widget-title {
  color: #fff;
}

.about-widget {
  position: relative;
  margin-bottom: 30px;
}

.about-widget .text {
  position: relative;
  color: #999;
}

.contact-widget ul li {
  position: relative;
  font-size: 16px;
  color: #999;
  margin-bottom: 15px;
}

.contact-widget ul li a {
  color: #999;
  transition: 0.5s;
}

.contact-widget ul li a:hover {
  color: #fff;
}

.contact-widget ul li i {
  margin-right: 20px;
  color: #474747;
  position: relative;
  top: 1px;
}

.links-widget .widget-content {
  position: relative;
  max-width: 250px;
}

.links-widget ul li {
  position: relative;
  font-size: 16px;
  color: #999;
  margin-bottom: 10px;
}

.links-widget ul li a {
  color: #999;
  transition: 0.5s;
}

.links-widget ul li a:hover {
  color: #fff;
}

.newsletter-widget input#subscription-email {
  position: relative;
  width: 100%;
  background: transparent;
  color: #999;
  border-bottom: 1px solid rgb(255 255 255 / 6%);
  margin-bottom: 20px;
  padding-bottom: 12px;
}

.newsletter-widget .theme-btn {
  background: transparent;
  border-color: rgb(255 255 255 / 6%);
}

.newsletter-widget .theme-btn i {
  margin-right: 10px;
}

/* Footer bottom */
.footer-bottom {
  position: relative;
  background-color: #000;
}

.footer-bottom .outer-box {
  position: relative;
  padding: 36px 0 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.footer-bottom .logo {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #000;
  padding: 41px 65px;
}

.footer-bottom .text {
  position: relative;
  color: #999;
  margin-bottom: 2px;
}

.footer-bottom .text a {
  color: #fff;
}

.footer-bottom .social-links {
  position: relative;
  margin-bottom: 20px;
}

.footer-bottom .social-links li {
  display: inline-block;
  margin-right: 10px;
}

.footer-bottom .social-links li:last-child {
  margin-right: 0;
}

.footer-bottom .social-links li a {
  color: #999;
  transition: 0.5s;
}

.footer-bottom .social-links li a:hover {
  color: #fff;
}

/* header style two */

.header-style-two {
  position: absolute;
}

.header-style-two .header-upper .logo-box {
  position: absolute;
  top: 50px;
  left: 50px;
  background-color: transparent;
  padding: 0;
}

.header-style-two .header-upper .logo-box a {
  display: inline-block;
}

.main-header.header-style-two .header-upper .inner-container {
  justify-content: flex-start;
}

.header-style-two .main-menu .navigation > li:first-child {
  margin-left: 0;
}

.header-style-two .main-menu .navigation > li > a {
  color: #fff;
}

.header-style-two .main-menu .navigation {
  margin-top: 30px;
}

.header-style-two .header-upper .sidemenu-nav-toggler {
  background: transparent;
  width: auto;
  height: auto;
  line-height: 30px;
}

.header-style-two .header-upper .navbar-right-info {
  top: 50px;
  right: 50px;
}

.header-style-two .header-upper .navbar-right-info input[type="search"] {
  position: relative;
  background: transparent;
  color: #676767;
}

.header-style-two .header-upper .navbar-right-info .search-form i {
  color: #fff;
  margin-right: 7px;
}

.header-style-two .sticky-header {
  background: #000;
}

.header-style-two .sticky-header .main-menu .navigation {
  margin-top: 0;
}

.header-style-two .sticky-header .header-upper .logo-box {
  top: 20px;
  left: 20px;
}

.header-style-two .sticky-header .header-upper .navbar-right-info {
  top: 22px;
  right: 20px;
}

/* banner section style two */

.banner-section.style-two .swiper-slide:before {
  display: none;
}

.banner-section.style-two .grid-line {
  border-color: rgba(255, 255, 255, 0.2);
}

.banner-section.style-two .grid-line .line-two {
  background-color: rgba(255, 255, 255, 0.2);
}

.banner-section.style-two .grid-line .line-one {
  background-color: rgba(255, 255, 255, 0.2);
}

.banner-section.style-two .content-box h4 {
  color: #fff;
}

.banner-section.style-two .content-box h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 120px;
  line-height: 130px;
  letter-spacing: 7px;
}

.banner-section.style-two .content-box h1 span {
  font-family: gilroy-light;
}

.banner-section.style-two .link-box a.style-two {
  color: #fff;
  border-color: rgb(255 255 255 / 30%);
}

.banner-section.style-two .link-box a.style-two:hover {
  border-color: #000;
}

.banner-section.style-two .custom-pager {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  max-width: 1320px;
  margin: 0 auto;
  z-index: 9;
  padding: 0 15px;
}

.banner-section.style-two .custom-pager .content-two {
  padding-bottom: 55px;
  border-bottom: 4px solid transparent;
  transition: 0.5s;
}

.banner-section.style-two
  .custom-pager
  .swiper-slide-thumb-active
  .content-two {
  border-color: #000;
}

.banner-section.style-two .custom-pager p {
  position: relative;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  font-family: gilroy-extra-bold;
  margin-bottom: 0;
  cursor: pointer;
}

.banner-section.style-two .custom-pager h5 {
  position: relative;
  font-size: 24px;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}

.banner-section.style-two .custom-pager .swiper-slide-thumb-active p {
  color: #fff;
}

.banner-section.style-two .custom-pager .swiper-slide-thumb-active h5 {
  color: #fff;
}

/* About section two */

.about-section-two {
  position: relative;
  padding: 120px 0 90px;
}

.about-section-two .image-wrapper {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.about-section-two .image {
  position: relative;
  margin-bottom: 30px;
}

.about-section-two .image-two {
  position: relative;
  margin-bottom: 30px;
  top: -50px;
}

.about-section-two .author-info {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 455px;
  background-color: #fff;
  padding: 50px;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  padding-top: 45px;
}

.about-section-two .author-info .icon {
  position: absolute;
  bottom: 0;
  right: 0;
}

.about-section-two .author-info .author-wrapper {
  position: relative;
  padding-left: 80px;
  padding-top: 7px;
  min-height: 60px;
}

.about-section-two .author-info .author-wrapper .thumb {
  position: absolute;
  top: 0;
  left: 0;
}

.about-section-two .author-info h4 {
  position: relative;
  font-size: 20px;
  font-weight: 700;
}

.about-section-two .author-info .designation {
  position: relative;
  font-size: 14px;
  color: #777;
}

.about-section-two .author-info .text {
  position: relative;
  font-size: 20px;
  font-weight: 300;
  line-height: 34px;
  color: #777;
  margin-bottom: 20px;
}

.about-section-two .content {
  position: relative;
  margin-bottom: 30px;
}

.about-section-two .text-two {
  position: relative;
  font-size: 20px;
  color: #777;
  margin-bottom: 25px;
}

.about-section-two .text {
  position: relative;
  margin-bottom: 40px;
}

@media only screen and (min-width: 992px) {
  .about-section-two .image-wrapper {
    margin-right: -30px;
  }
  .about-section-two .content {
    margin-left: 80px;
  }
}

/* Mission section */
.mission-section {
  position: relative;
  background: #000;
  padding: 120px 0 90px;
}

.mission-section .link-btn {
  margin-bottom: 30px;
}

.mission-section .link-btn .style-two {
  color: #fff;
  border-color: #1e1e1e;
}

.mission-section .link-btn .style-two:hover {
  border-color: #fff;
  background-color: #fff;
  color: #000;
}

.mission-section .link-btn .style-two:before {
  background-color: #fff;
}

.mission-block {
  position: relative;
  margin-bottom: 30px;
}

.mission-block .count {
  position: relative;
  font-size: 140px;
  font-family: gilroy-extra-bold;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgb(255 255 255 / 0.2);
  color: transparent;
  line-height: 110px;
  margin-bottom: 35px;
}

.mission-block h4 {
  position: relative;
  font-size: 24px;
  color: #fff;
  margin-bottom: 20px;
}

.mission-block .text {
  position: relative;
  color: #ababab;
  margin-bottom: 20px;
}

.mission-block .read-more-link {
  position: relative;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #4c4c4c;
  transition: 0.5s;
  letter-spacing: 2px;
}

.mission-block .read-more-link:hover {
  color: #fff;
}

.mission-block .inner-box {
  position: relative;
  padding-bottom: 75px;
  border-bottom: 1px solid #282828;
  max-width: 300px;
}

/* Services section two */

.services-section-two {
  position: relative;
  padding: 120px 0;
}

.service-block-two {
  position: relative;
  padding: 0;
}

.service-block-two .inner-box {
  position: relative;
  padding: 60px 20px;
  text-align: center;
}

.service-block-two .inner-box:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleY(0);
  transform-origin: top;
  background-color: #000;
  transition: 0.5s;
}

.service-block-two .inner-box:hover:before {
  transform: scaleY(1);
}

.service-block-two:nth-child(even) .inner-box {
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
}

.service-block-two .icon {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
  transition: 0.5s;
}

.service-block-two .icon .icon-default {
  position: relative;
  transition: 0.5s;
}

.service-block-two .inner-box:hover .icon-default {
  opacity: 0;
}

.service-block-two .icon .icon-hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.5s;
  z-index: 1;
}

.service-block-two .inner-box:hover .icon .icon-hover {
  opacity: 1;
}

.service-block-two h4 {
  position: relative;
  font-size: 20px;
  margin-bottom: 20px;
  transition: 0.5s;
}

.service-block-two .inner-box:hover h4 a {
  color: #fff;
}

.service-block-two h4 a:hover {
  text-decoration: underline;
}

.service-block-two .text {
  position: relative;
  margin-bottom: 0;
  transition: 0.5s;
}

.service-block-two .inner-box:hover .text {
  color: #fff;
}

.service-block-two .shape {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  left: 0;
  bottom: 0;
}

.service-block-two .shape:before {
  position: absolute;
  content: "";
  width: 316px;
  height: 316px;
  background-color: #191919;
  top: -90px;
  right: -90px;
  border-radius: 50%;
  transition: 0.9s;
  transform: scale(0);
  transform-origin: right top;
  opacity: 0;
}

.service-block-two .inner-box:hover .shape:before {
  transform: scale(1);
  opacity: 1;
}

.service-block-two .shape:after {
  position: absolute;
  content: "";
  width: 316px;
  height: 316px;
  background-color: #131313;
  top: -160px;
  right: -160px;
  border-radius: 50%;
  transition: 1s;
  transform: scale(0);
  transform-origin: right top;
  transition-delay: 0.2s;
  opacity: 0;
}

.service-block-two .inner-box:hover .shape:after {
  transform: scale(1);
  opacity: 1;
}

/* Video section */
.video-section {
  position: relative;
  padding: 300px 0 470px;
  background-size: cover;
}

.video-section .video-box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.video-section .video-btn {
  position: relative;
}

.video-section .video-btn a {
  position: relative;
  height: 120px;
  width: 120px;
  line-height: 120px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 16px;
  display: inline-block;
  transition: 0.5s;
}

.video-section .video-btn a:hover {
  color: #000;
  box-shadow: 0px 16px 32px 0px rgb(0 0 0 / 6%);
}

.video-section .video-btn .ripple:before {
  position: absolute;
  left: -15px;
  top: -15px;
  right: -15px;
  bottom: -15px;
  content: "";
  border-radius: 50%;
  transition: 0.7s;
}

.video-section .video-btn .ripple:hover:before {
  transform: scale(1.05);
}

.video-section .video-btn .ripple:after {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
}

.video-section .video-btn a.ripple:hover:after {
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

.video-section .video-btn .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}

.video-section .video-btn a:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/shape/shape-2.png);
  background-position: center;
  background-repeat: no-repeat;
}

.cta-content {
  position: absolute;
  padding: 40px 80px 40px;
  left: 0;
  bottom: 0;
  background-color: #fff;
  max-width: 1600px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.cta-content .left-column {
  position: relative;
  padding-left: 160px;
  padding-top: 15px;
  min-height: 120px;
  width: 70%;
}

.cta-content .left-column .image {
  position: absolute;
  top: 0;
  left: 0;
}

.cta-content .left-column .image img {
  position: relative;
  border-radius: 50%;
}

.cta-content .left-column h5 {
  position: relative;
  font-size: 16px;
  color: #777;
  margin-bottom: 5px;
  font-family: "Roboto", sans-serif;
}

.cta-content .left-column h2 {
  position: relative;
  font-size: 60px;
  line-height: 70px;
}

/* Projects section two */

.projects-section-two {
  position: relative;
  padding: 120px 0 90px;
  background-color: #f8f8f8;
}

.projects-section-two:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  max-width: 1600px;
  bottom: 0;
  background-color: #fff;
}

.projects-section-two .outer-container {
  position: relative;
  max-width: 935px;
  padding-left: 360px;
  padding-right: 15px;
}

.projects-section-two .outer-container:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 360px;
  bottom: 0;
  background: #fff;
  z-index: 9;
  content: "";
}

.projects-section-two .owl-carousel .owl-stage-outer {
  overflow: visible;
}

.projects-section-two .outer-box.side-container {
  overflow: hidden;
}

.projects-section-two .project-tab .p-tabs-content {
  position: relative;
  display: block;
}

.projects-section-two .project-tab .p-tab {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: auto;
  visibility: hidden;
}

.projects-section-two .project-tab .p-tab.active-tab {
  position: relative;
  visibility: visible;
  z-index: 5;
}

.projects-section-two .p-tab.active-tab .text-block {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  -moz-transform: scaleX(1);
  transform: scaleX(1);
}

.projects-section-two .p-tab .text-block {
  transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  -moz-transform: scaleX(0);
  transform: scaleX(0);
}

.projects-section-two .p-tab .text-block .image {
  position: relative;
  margin-bottom: 40px;
}

.projects-section-two .p-tab .text-block .image:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 1;
}

.projects-section-two .p-tab .text-block .image:hover:before {
  -webkit-animation: circle 0.95s;
  animation: circle 0.95s;
}

.projects-section-two .p-tab .text-block .link-btn {
  position: absolute;
  bottom: -30px;
  right: 50px;
}

.projects-section-two .p-tab .text-block .link-btn a {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0px 16px 20px 0px rgba(0, 0, 0, 0.06);
  font-size: 20px;
  transition: 0.5s;
  opacity: 0;
}

.projects-section-two .p-tab .active .text-block .link-btn a {
  opacity: 1;
}

.projects-section-two .p-tab .text-block .link-btn a:hover {
  background-color: #000;
  color: #fff;
}

.projects-section-two .p-tab .text-block .content {
  position: relative;
  transition: 0.5s;
  opacity: 0;
}

.projects-section-two .p-tab .active .text-block .content {
  opacity: 1;
}

.projects-section-two .p-tab .text-block .content ul {
  margin-bottom: 5px;
}

.projects-section-two .p-tab .text-block .content ul li {
  position: relative;
  font-size: 14px;
  color: #777;
  display: inline-block;
  padding-right: 15px;
  transition: 0.5s;
}

.projects-section-two .p-tab .text-block .content ul li:after {
  position: relative;
  content: "-";
  right: -10px;
}

.projects-section-two .p-tab .text-block .content ul li:last-child:after {
  display: none;
}

.projects-section-two .p-tab .text-block .content h4 {
  position: relative;
  font-size: 36px;
  line-height: 40px;
}

.projects-section-two .p-tab .text-block .content h4 a:hover {
  text-decoration: underline;
}

.projects-section-two .tabs-header {
  position: absolute;
  top: 0;
  left: 15px;
  z-index: 99;
}

.projects-section-two .tabs-header .p-tab-btn {
  position: relative;
  font-size: 40px;
  color: #f0f0f0;
  line-height: 50px;
  font-family: gilroy-extra-bold;
  margin-bottom: 25px;
  cursor: pointer;
}

.projects-section-two .tabs-header .p-tab-btn.active-btn {
  color: #000;
  text-decoration: line-through;
  padding-left: 20px;
}

/* Testimonials section */

.testimonials-section {
  position: relative;
  padding: 120px 0 90px;
  background-color: #f8f8f8;
}

.testimonials-section .owl-stage-outer {
  overflow: visible;
}

.testimonials-section .owl-item {
  opacity: 0;
}

.testimonials-section .owl-item.active {
  opacity: 1;
}

.testimonial-block .author-info {
  position: relative;
  background-color: #fff;
  padding: 40px;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  margin-bottom: 30px;
}

.testimonial-block .author-info .icon {
  position: absolute;
  bottom: 0;
  right: 0;
}

.testimonial-block .author-info .author-wrapper {
  position: relative;
  padding-left: 80px;
  padding-top: 7px;
  min-height: 60px;
}

.testimonial-block .author-info .author-wrapper .thumb {
  position: absolute;
  top: 0;
  left: 0;
}

.testimonial-block .author-info h4 {
  position: relative;
  font-size: 20px;
  font-weight: 700;
}

.testimonial-block .author-info .designation {
  position: relative;
  font-size: 14px;
  color: #777;
}

.testimonial-block .author-info .text {
  position: relative;
  font-size: 20px;
  font-weight: 300;
  line-height: 34px;
  color: #777;
  margin-bottom: 20px;
}

.testimonial-block .author-info .rating {
  position: relative;
  margin-bottom: 15px;
  font-size: 14px;
}

.testimonial-block .author-info .rating span {
  margin-right: 5px;
}

/* faq section style two */

.faq-section.style-two {
  background-color: #000;
}

@media only screen and (min-width: 1550px) {
  .faq-section.style-two .image {
    margin-left: -42px;
    margin-right: -120px;
  }
}

.faq-section.style-two .image img {
  position: relative;
}

.faq-section.style-two .image {
  position: relative;
  margin-bottom: 0;
  transform: translateY(90px);
}

.faq-section.style-two .image:before {
  position: absolute;
  content: "";
  top: 0;
  left: 2%;
  width: 435px;
  height: 435px;
  border-radius: 50%;
  background-color: #0f0f0f;
}

.faq-section.style-two .accordion-box .block .icon-outer {
  background: transparent;
  color: #fff;
}

.faq-section.style-two .accordion-box .block .acc-btn {
  color: #fff;
}

.faq-section.style-two .accordion-box .block {
  border-color: #262626;
}

.faq-section.style-two .accordion-box {
  border-color: #262626;
}

.faq-section.style-two .accordion-box .block .content .text {
  color: #999;
}

.faq-section.style-two .pointer {
  position: absolute;
  top: 16%;
  left: 23%;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  color: #000;
  font-size: 22px;
  cursor: pointer;
}

.faq-section.style-two .pointer .text {
  position: absolute;
  pointer-events: none;
  padding: 20px 30px;
  background-color: #fff;
  top: -100%;
  left: 50%;
  transform: translate(-50%, -70%);
  opacity: 0;
  min-width: 230px;
  transition: 0.5s;
  border-radius: 10px;
}

.faq-section.style-two .pointer:hover .text {
  opacity: 1;
}

.faq-section.style-two .pointer.two {
  top: 60%;
  left: 58%;
}

/* sponsors section style two */

.sponsors-section.style-two {
  background-color: #fff;
  padding: 120px 0;
}

.sponsors-section.style-two .outer-box {
  overflow: hidden;
}

.sponsors-section.style-two .wrapper-box {
  margin: -2px;
}

.sponsors-section.style-two .image {
  margin: 0;
  border: 1px solid #f0f0f0;
  border-right: 0;
  border-bottom: 0;
  min-height: 140px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

/* Contact info section */

.contact-info-section {
  position: relative;
  padding: 120px 0 90px;
}

.contact-info-section .info-block {
  position: relative;
  margin-bottom: 30px;
}

.contact-info-section .info-block h5 {
  position: relative;
  font-size: 14px;
  color: #777;
  font-family: "Roboto", sans-serif;
  margin-bottom: 5px;
}

.contact-info-section .info-block h2 {
  position: relative;
  font-size: 24px;
}

.contact-info-section .info-block h2 a {
  position: relative;
  color: #000;
}

.contact-info-section .info-block h2 a:hover {
  text-decoration: underline;
}

.contact-info-section .separator {
  position: relative;
  height: 1px;
  background-color: #eaeaea;
  width: calc(100% - 28px);
  margin-top: 30px;
  margin-bottom: 60px;
}

.contact-info-section .text {
  font-size: 14px;
}

.contact-info-section .text span {
  color: #000;
}

.contact-info-section .contact-form {
  border: 1px solid #eaeaea;
  padding: 54px 54px 24px;
  margin-bottom: 30px;
}

.contact-info-section .contact-form textarea {
  height: 180px;
}

/* footer style two */

.news-widget .single-post {
  position: relative;
  padding-left: 90px;
  min-height: 70px;
  margin-bottom: 20px;
}

.news-widget .single-post .image {
  position: absolute;
  top: 0;
  left: 0;
}

.news-widget .single-post .post-meta {
  color: #999;
  font-size: 14px;
  padding-top: 5px;
  margin-bottom: 5px;
}

.news-widget .single-post h4 {
  position: relative;
  color: #fff;
  font-size: 18px;
}

.news-widget .single-post h4 a {
  color: #fff;
}

.news-widget.style-two .single-post h4 a {
  color: #000;
}

/* Instagram widget */
.instagram-widget .wrapper-box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -7.5px;
}

.instagram-widget .image {
  position: relative;
  padding: 0 7.5px 15px;
}

.main-footer.style-two .widget .widget-title {
  font-size: 20px;
}

.main-footer.style-two .contact-widget ul li {
  font-size: 14px;
  margin-bottom: 12px;
}

.main-footer.style-two .links-widget ul li {
  font-size: 14px;
}

.main-footer.style-two {
  background-color: #000000;
}

.main-footer.style-two .grid-line {
  border-left: 1px solid rgba(255, 255, 255, 0.06);
  border-right: 1px solid rgba(255, 255, 255, 0.06);
}

.main-footer.style-two .grid-line .line-one {
  background-color: rgba(255, 255, 255, 0.06);
}

.main-footer.style-two .grid-line .line-two {
  background-color: rgba(255, 255, 255, 0.06);
}

.main-footer.style-two .footer-bottom .logo {
  top: 0;
  padding: 31px 60px;
  background: transparent;
}

.main-footer.style-two .footer-bottom {
  background-image: url(../images/background/bg-6.jpg);
}

/* Header style three */
.main-header.header-style-three .header-upper .logo-box {
  top: 0;
  left: 0;
  background: #fff;
}

/* page title */
.page-title {
  position: relative;
  background-size: cover;
  text-align: center;
  padding: 120px 0 140px;
}

.page-title h1 {
  position: relative;
  color: #fff;
  font-size: 72px;
  line-height: 60px;
  text-transform: uppercase;
  letter-spacing: 5px;
}

.page-title .sub-title {
  position: relative;
  color: #fff;
  margin-bottom: 10px;
}

.page-title .breadcrumb {
  position: absolute;
  left: 50%;
  bottom: 0;
  background: #fff;
  margin: 0;
  transform: translateY(50%) translateX(-50%);
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
  padding: 16px 30px;
}

.page-title .breadcrumb li {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  color: #777;
  margin-right: 30px;
}

.page-title .breadcrumb li:last-child {
  margin-right: 0;
}

.page-title .breadcrumb li a {
  color: #b3b3b3;
  transition: 0.5s;
}

.page-title .breadcrumb li:before {
  position: absolute;
  content: "";
  top: 8px;
  right: -16px;
  width: 2px;
  height: 13px;
  background: #e3e3e3;
  border-right: 1px solid #f0f0f0;
}

.page-title .breadcrumb li:last-child:before {
  display: none;
}

.page-title .breadcrumb li a:hover {
  color: #000;
}

/* Expeience section */

.experience-section {
  position: relative;
  padding: 120px 0 90px;
}

.experience-section .experience-year {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 14px;
  color: #777;
  width: 180px;
  background: #fff;
  height: 180px;
  border-radius: 50%;
  padding-top: 40px;
}

.experience-section .experience-year h2 {
  position: relative;
  font-size: 50px;
}

.experience-section .experience-year h2 sub {
  font-size: 16px;
  position: relative;
  bottom: 0;
}

.experience-section .image {
  position: relative;
  margin-bottom: 30px;
}

.experience-section .experience-year:before {
  position: absolute;
  top: -30px;
  content: "";
  right: -30px;
  bottom: -30px;
  left: -30px;
  background: url(../images/shape/shape-3.png) center no-repeat;
}

/* Mission section style two */

.mission-section.style-two {
  background-color: #fff;
}

.mission-section.style-two .mission-block .count {
  -webkit-text-stroke-color: #d3d3d3;
}

.mission-section.style-two .mission-block h4 {
  color: #000;
}

.mission-section.style-two .mission-block .inner-box {
  max-width: 100%;
  padding-bottom: 0;
  border-bottom: 0;
}

.mission-section.style-two .mission-block {
  margin-bottom: 20px;
}

.mission-section.style-two .mission-block .read-more-link:hover {
  color: #000;
}

@media only screen and (min-width: 992px) {
  .mission-section.style-two .mission-block:before {
    position: absolute;
    content: "";
    top: 0;
    right: 30px;
    width: 1px;
    bottom: 0;
    /* background: #f0f2f5; */
  }
  .mission-section.style-two .mission-block:last-child:before {
    display: none;
  }
  .mission-section.style-two .mission-block {
    padding-left: 75px;
  }
  .mission-section.style-two .mission-block:first-child {
    padding-left: 0;
  }
}

/* About section three */

.about-section-three {
  position: relative;
  padding: 120px 0 90px;
  background-size: cover;
}

.about-section-three .image {
  position: relative;
  margin-bottom: 30px;
}

.about-section-three .content {
  position: relative;
  margin-bottom: 30px;
  background-color: #fff;
  padding: 107px 40px;
}

.about-section-three .text-two {
  position: relative;
  font-size: 20px;
  color: #777;
  margin-bottom: 25px;
}

.about-section-three .text {
  position: relative;
  margin-bottom: 40px;
}

@media only screen and (min-width: 992px) {
  .about-section-three .content {
    margin-left: -45px;
    padding-left: 95px;
  }
}

/* Team Section */

.team-section {
  position: relative;
  padding: 120px 0 90px;
}

.team-block {
  position: relative;
  margin-bottom: 30px;
}

.team-block .image {
  position: relative;
  overflow: hidden;
}

.team-block .image img {
  width: 100%;
}

.team-block .image:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 1;
}

.team-block .inner-box:hover .image:before {
  -webkit-animation: circle 0.75s;
  animation: circle 0.75s;
}

.team-block .social-icon {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: #fff;
  text-align: center;
  line-height: 50px;
  color: #000;
}

.team-block .social-icon .icon {
  position: relative;
  cursor: pointer;
}

.team-block .social-icon .social-links {
  position: relative;
  transition: 0.5s;
  transform: scaleX(0);
}

.team-block .social-icon .social-links li a {
  width: 50px;
  height: 50px;
  background: #fff;
  display: inline-block;
  transition: 0.5s;
}

.team-block .social-icon .social-links li {
  margin-top: 10px;
}

.team-block .social-icon:hover .social-links {
  transform: scaleX(1);
}

.team-block .social-icon .social-links li a:hover {
  background: #000;
  color: #fff;
}

.team-block .content {
  border: 2px solid #f3f3f3;
  border-top: 0;
  text-align: center;
  padding: 24px 0;
  transition: 0.5s;
}

.team-block .designation {
  position: relative;
  font-size: 14px;
  color: #777;
}

.team-block h4 {
  position: relative;
  font-size: 24px;
}

.team-block .inner-box:hover .content {
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  border-color: #fff;
}

/* Working Process section */

.working-process-section {
  position: relative;
  padding: 120px 0 90px;
  background-color: #f9f9f9;
}

.process-block {
  position: relative;
}

.process-block .inner-box {
  position: relative;
  padding: 40px 30px;
  padding-left: 150px;
  margin-bottom: 30px;
  background-color: #fff;
  transition: 0.5s;
}

.process-block .inner-box:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background-color: #000;
  transform: scaleX(0);
  transition: 0.5s;
}

.process-block .inner-box:hover:before {
  transform: scaleX(1);
}

.process-block .inner-box:hover {
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
}

.process-block .icon {
  position: absolute;
  top: 40px;
  left: 40px;
}

.process-block h4 {
  position: relative;
  font-size: 20px;
  margin-bottom: 10px;
}

.process-block .text {
  margin-bottom: 0;
}

/* Services section three */

.services-section-three {
  position: relative;
  padding: 120px 0 90px;
}

.service-block-three {
  position: relative;
}

.service-block-three .inner-box {
  position: relative;
  margin-bottom: 30px;
}

.service-block-three .image {
  position: relative;
  overflow: hidden;
}

.service-block-three .image:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgb(255 255 255 / 10%);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 1;
}

.service-block-three .inner-box:hover .image:before {
  -webkit-animation: circle 1s;
  animation: circle 1s;
}

.service-block-three .lower-content {
  position: relative;
  border: 2px solid #f3f3f3;
  padding: 38px 38px;
}

.service-block-three .icon {
  position: absolute;
  top: 0;
  right: 28px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  background-color: #fff;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  text-align: center;
  transform: translateY(-50%);
  transition: 0.5s;
  z-index: 9;
}

.service-block-three .inner-box:hover .icon {
  background-color: #000;
}

.service-block-three h4 {
  position: relative;
  font-size: 24px;
  margin-bottom: 15px;
}

.service-block-three h4 a {
  color: #000;
  transition: 0.5s;
}

.service-block-three h4 a:hover {
  color: #777;
}

.service-block-three .text {
  position: relative;
  margin: 0;
}

/* CTA secton Two */

.cta-section-two {
  position: relative;
  padding: 60px 0 15px;
  background-color: #000;
}

.cta-section-two .info-block {
  position: relative;
  margin-bottom: 30px;
}

.cta-section-two .info-block h5 {
  position: relative;
  font-size: 16px;
  color: #999;
  font-family: "Roboto", sans-serif;
  margin-bottom: 5px;
}

.cta-section-two .info-block h2 {
  position: relative;
  font-size: 60px;
  line-height: 70px;
  letter-spacing: -2px;
}

.cta-section-two .info-block h2 a {
  position: relative;
  color: #fff;
}

.cta-section-two .image {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.cta-section-two .image img {
  position: relative;
}

.cta-section-two .image:before {
  position: absolute;
  content: "";
  top: 45px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #131313;
  right: 40px;
}

/* Services details */

.service-details {
  position: relative;
  padding: 150px 0 120px;
}

@media only screen and (min-width: 992px) {
  .service-details .image-block .image-one {
    margin-right: 50px;
  }
  .service-details .image-block .image-two {
    margin-left: -50px;
  }
  .service-details .content-block {
    position: relative;
    padding-right: 60px;
  }
}

.service-details h3 {
  position: relative;
  font-size: 40px;
  margin-bottom: 20px;
}

.service-details .progress-block {
  margin-bottom: 30px;
}

.service-details .progress-block .counter-title {
  color: #777;
}

.service-details .progress-block .graph-outer .count-box {
  color: #999;
}

.progress-block .inner-box {
  position: relative;
  min-height: 210px;
}

.progress-block .graph-outer {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.progress-block .graph-outer:before {
  position: absolute;
  content: "";
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  border: 1px solid #eaeaea;
  border-radius: 50%;
}

.progress-block canvas {
  position: relative;
}

.progress-block .counter-title {
  position: relative;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  margin-top: 30px;
}

.progress-block .graph-outer .count-box {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  margin-top: -4px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4em;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.progress-block .graph-outer .count-text {
  position: relative;
  font-size: 70px;
  line-height: 1.2em;
  font-weight: 700;
  color: #000;
  font-family: gilroy-extra-bold;
}

.links-widget.style-two {
  position: relative;
  border: 1px solid #000;
  padding: 40px;
}

.links-widget.style-two .widget-title {
  font-size: 20px;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eaeaea;
}

.links-widget.style-two ul li a span {
  color: #000;
}

.links-widget.style-two ul li a:hover {
  color: #000;
}

.links-widget.style-two ul li {
  margin-bottom: 16px;
}

.links-widget.style-two ul li:last-child {
  margin: 0;
}

.links-widget.style-two ul li:before {
  position: absolute;
  content: "\f178";
  right: 0;
  top: 2px;
  display: block;
  line-height: 24px;
  font-size: 17px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  color: #e3e3e3;
}

.banner-widget {
  position: relative;
  border: 1px solid #000;
  padding: 29px;
}

.banner-widget .image img {
  width: 100%;
}

.banner-widget .banner-size {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #000;
  color: #fff;
  padding: 16px 24px;
  font-size: 18px;
  font-family: gilroy-extra-bold;
}

/* post pagination */

.post-pagination {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.post-pagination .prev-post {
  position: relative;
  padding-left: 150px;
  min-height: 120px;
}

.post-pagination .prev-post .image {
  position: absolute;
  top: 0;
  left: 0;
}

.post-pagination .prev-post p {
  position: relative;
  font-size: 16px;
  color: #777;
  margin-bottom: 0;
  margin-top: 25px;
}

.post-pagination .prev-post h4 {
  position: relative;
  font-size: 30px;
}

.post-pagination .next-post {
  position: relative;
  padding-right: 150px;
  min-height: 120px;
  text-align: right;
}

.post-pagination .next-post .image {
  position: absolute;
  top: 0;
  right: 0;
}

.post-pagination .next-post p {
  position: relative;
  font-size: 16px;
  color: #777;
  margin-bottom: 0;
  margin-top: 25px;
}

.post-pagination .next-post h4 {
  position: relative;
  font-size: 30px;
}

.post-pagination .next-post h4 a:hover {
  text-decoration: underline;
}

/* Team Details */

.team-details {
  position: relative;
  padding: 150px 0 120px;
}

.team-details .author-info-block {
  position: relative;
  margin-bottom: 50px;
}

.team-details .author-info {
  position: relative;
  margin-bottom: 30px;
}

.team-details .author-info h3 {
  position: relative;
  font-size: 60px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.team-details .author-info .text {
  position: relative;
  margin-bottom: 35px;
}

.team-details .author-info ul.list {
  position: relative;
  margin-bottom: 40px;
}

.team-details .author-info li {
  font-size: 18px;
  color: #777;
  margin-bottom: 20px;
}

.team-details .author-info li span {
  color: #000;
  font-weight: 700;
}

.team-details .author-info a {
  color: #777;
  transition: 0.5s;
}

.team-details .author-info a:hover {
  color: #000;
}

.team-details .author-info ul.social-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.team-details .author-info ul.social-links li {
  margin-right: 15px;
}

.team-details .author-info ul.social-links a {
  position: relative;
  width: 60px;
  height: 60px;
  display: inline-block;
  text-align: center;
  line-height: 56px;
  border: 2px solid #eaeaea;
  color: #000;
  transition: 0.5s;
}

.team-details .author-info ul.social-links a:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.team-details .info-blcok {
  position: relative;
  padding-left: 260px;
  min-height: 200px;
}

.team-details .info-blcok .icon-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 220px;
  height: 200px;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  text-align: center;
  padding-top: 60px;
}

.team-details .info-blcok .icon-box h4 {
  position: relative;
  font-size: 18px;
}

.team-details .info-blcok .icon-box .icon {
  color: #777;
  margin-bottom: 5px;
}

.team-details .info-block {
  position: relative;
  padding-left: 260px;
  margin-bottom: 40px;
  min-height: 200px;
  padding-top: 18px;
}

.team-details .info-block .icon-box {
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  width: 200px;
  height: 200px;
  padding-top: 60px;
  color: #bebebe;
}

.team-details .info-block .icon-box .icon {
  position: relative;
  font-size: 30px;
  margin-bottom: 15px;
}

.team-details .info-block .icon-box h4 {
  position: relative;
  font-size: 18px;
}

.team-details .info-block .text {
  margin-bottom: 30px;
}

.team-details .info-block h5 {
  position: relative;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: #777;
  margin-bottom: 5px;
}

.team-details .info-block h4 {
  position: relative;
  font-size: 30px;
  margin-bottom: 20px;
}

.contact-form {
  position: relative;
}

.contact-form input,
.contact-form textarea {
  position: relative;
  height: 68px;
  width: 100%;
  border: 2px solid #ececec;
  padding: 0 28px;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
  background: #fff;
}

.contact-form i {
  position: absolute;
  top: 22px;
  right: 45px;
  color: #bebebe;
  font-size: 20px;
}

.contact-form .form-group {
  position: relative;
  margin-bottom: 30px;
}

.contact-form textarea {
  position: relative;
  height: 220px;
  padding: 22px 28px;
}

/* Timeline Section */

.timeline-section {
  position: relative;
  padding: 170px 0 150px;
}

.timeline-section .wrapper-box {
  position: relative;
}

.timeline-block {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  min-width: 360px;
  flex-direction: row-reverse;
  padding-bottom: 120px;
}

.timeline-block:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #eee;
  transform: translateX(-50%);
}

.timeline-block li {
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}

.timeline-block li .center-box {
  position: relative;
  max-width: 585px;
  margin: 0 auto;
  margin-right: 0;
}

.timeline-block li .image {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.timeline-block li .image img {
  position: relative;
  transition: 2s;
}

.timeline-block li:hover .image img {
  transform: scale(1.2);
}

.timeline-block li .content {
  position: absolute;
  padding: 40px;
  right: 0;
  bottom: -15px;
  background: #fff;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  width: 100%;
  max-width: 370px;
}

.timeline-block li .center-box:before {
  position: absolute;
  content: "";
  left: -60px;
  top: 80px;
  width: 120px;
  height: 1px;
  background-color: #eee;
}

.timeline-block .date {
  font-size: 80px;
  line-height: 90px;
  margin-bottom: 8px;
  text-align: center;
  position: absolute;
  top: -80px;
  right: 0;
  font-family: "gilroy-extra-bold";
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #d2d2d2;
  color: transparent;
}

.timeline-block h4 {
  font-size: 24px;
  margin-bottom: 20px;
}

.timeline-block .text {
  font-size: 16px;
  margin-bottom: 0px;
}

.timeline-block li:nth-child(even) .center-box .image {
  text-align: right;
}

.timeline-block li:nth-child(even) .content {
  right: auto;
  left: 0;
  text-align: left;
}

.timeline-block li:nth-child(even) .date {
  right: auto;
  left: 0;
}

.timeline-block li:nth-child(even) .center-box {
  margin-right: auto;
  margin-left: 0;
  text-align: right;
}

.timeline-block li:nth-child(even) .center-box:before {
  left: auto;
  right: -60px;
}

.timeline-block li .content .count {
  position: relative;
  font-size: 16px;
  color: #777;
  margin-bottom: 5px;
}

.timeline-block:after {
  position: absolute;
  content: "\f067";
  left: 50%;
  bottom: 0;
  width: 60px;
  height: 60px;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  transform: translateX(-50%);
  background: #fff;
  text-align: center;
  line-height: 60px;
  font-size: 18px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

/* Faq page */

.faq__page {
  position: relative;
  padding: 120px 0 90px;
}

.faq__page .tabs-box .tabs-content {
  position: relative;
  margin-bottom: 40px;
}

.faq__page .tabs-content .tab {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
  transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  -webkit-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9) translateY(0px);
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
}

.faq__page .tabs-content .tab.active-tab {
  position: relative;
  z-index: 5;
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.faq__page .tabs-box {
  position: relative;
}

.faq__page ul.tab-btns {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #e5eded;
  border-radius: 10px;
  padding: 20px 0;
  margin-bottom: 30px;
}

.faq__page ul.tab-btns li.tab-btn {
  color: #777;
  margin-bottom: 20px;
  text-transform: capitalize;
  font-weight: 600;
  cursor: pointer;
  transition: 0.5s;
  padding: 13px 28px;
  width: 100%;
  font-size: 17px;
  margin: 0;
  position: relative;
}

.faq__page ul.tab-btns li.tab-btn.active-btn {
  color: #000;
}

.faq__page ul.tab-btns li.tab-btn i {
  position: absolute;
  right: 30px;
  top: 20px;
}

.faq__page ul.tab-btns li.tab-btn:before {
  position: absolute;
  content: "";
  top: 0;
  left: -1px;
  bottom: 0;
  right: -1px;
  z-index: -1;
  opacity: 0;
  transition: 0.5s;
}

.faq__page ul.tab-btns li.active-btn.tab-btn:before {
  opacity: 1;
}

.faq__page ul.tab-btns li.tab-btn:after {
  position: absolute;
  content: "";
  left: 28px;
  right: 28px;
  bottom: 0;
  height: 1px;
  background: #e5eded;
  transition: 0.5s;
}

.faq__page ul.tab-btns li:last-child.tab-btn:after {
  opacity: 0;
}

.faq__page .tabs-box .tabs-content h3 {
  position: relative;
  font-size: 20px;
  background: #777;
  display: inline-block;
  margin-bottom: 50px;
  color: var(--theme-color-one);
  padding: 18px 30px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 10px;
}

.faq__page .accordion-box .block .icon-outer {
  background: transparent;
  color: #000;
}

.faq__page .accordion-box .block .acc-btn {
  color: #000;
}

.faq__page .accordion-box .block {
  border-color: #262626;
}

.faq__page .accordion-box {
  border-color: #262626;
}

.faq__page .accordion-box .block .content .text {
  color: #999;
}

/*Error page*/

.error-page {
  position: relative;
  padding: 110px 0px;
}
.error-page .content {
  position: relative;
  text-align: center;
}
.error-page h1 {
  position: relative;
  font-size: 200px;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 10px;
}
.error-page h2 {
  position: relative;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 20px;
}
.error-page .text {
  position: relative;
  font-size: 20px;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 50px;
}
.error-page .theme-btn {
  position: relative;
}

/* Portfolio Section */

.portfolio-section {
  position: relative;
  padding: 170px 0 20px;
}

.portfolio-section .wrapper-box {
  position: relative;
}

.portfolio-block {
  position: relative;
}

.portfolio-block li {
  width: 100%;
  position: relative;
  margin-bottom: 100px;
}

.portfolio-block li .image {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.portfolio-block li .image:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 1;
}

.portfolio-block li .image:hover:before {
  -webkit-animation: circle 0.75s;
  animation: circle 0.75s;
}

.portfolio-block li .image img {
  position: relative;
  transition: 2s;
}

.portfolio-block li:hover .image img {
  transform: scale(1.2);
}

.portfolio-block li .center-box {
  position: relative;
}

.portfolio-block li .content {
  position: absolute;
  padding: 80px;
  right: 0;
  top: 50px;
  background: #fff;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  width: 100%;
  max-width: 620px;
}

.portfolio-block .category {
  font-size: 16px;
  text-align: center;
  position: absolute;
  top: 50px;
  left: 50px;
  color: #777;
  background-color: #fff;
  padding: 6px 31px;
}

.portfolio-block h3 {
  font-size: 40px;
  margin-bottom: 20px;
}

.portfolio-block .text {
  font-size: 16px;
  margin-bottom: 35px;
}

.portfolio-block li:nth-child(even) .center-box .image {
  text-align: right;
}

.portfolio-block li:nth-child(even) .content {
  right: auto;
  left: 0;
  text-align: left;
}

.portfolio-block li:nth-child(even) .category {
  left: auto;
  right: 50px;
}

.portfolio-block li:nth-child(even) .center-box {
  text-align: right;
}

.portfolio-block li .content .location {
  position: relative;
  font-size: 16px;
  color: #777;
  margin-bottom: 7px;
}

.portfolio-block li .content .location i {
  position: relative;
  margin-right: 5px;
}

/* portfolio block two */

.portfolio-section-two {
  position: relative;
  padding: 170px 0 55px;
}

.portfolio-block-two {
  position: relative;
  margin-bottom: 65px;
  text-align: center;
  padding: 0 37.5px;
}

.portfolio-block-two .category {
  position: relative;
  color: #777;
  margin-bottom: 5px;
}

.portfolio-block-two h4 {
  position: relative;
  font-size: 24px;
}

.portfolio-block-two .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 35px;
}

.portfolio-block-two .image img {
  transition: 2s;
  width: 100%;
}

.portfolio-block-two .inner-box:hover .image img {
  transform: scale(1.2);
}

.portfolio-block-two .location {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(0%) scaleY(0);
  background: #fff;
  padding: 16px 30px;
  color: #777;
  transition: 0.5s;
}

.portfolio-block-two .inner-box:hover .location {
  transform: translate(-50%, -50%) scaleY(1);
}

.portfolio-block-two .location i {
  position: relative;
  color: #000;
  margin-right: 5px;
}

.row-75 {
  margin: 0 -37.5px;
}

/* Portfolio details */

.portfolio-details {
  position: relative;
  padding: 170px 0 90px;
}

.portfolio-details .image-block {
  position: relative;
  margin-bottom: 70px;
}

.portfolio-details .image-block .image {
  position: relative;
  margin-bottom: 30px;
}

.portfolio-details .image-block .project-info {
  position: relative;
  background: #fff;
  box-shadow: -1px 16px 32px 0px rgb(0 0 0 / 4%);
  padding: 40px 60px 10px;
  margin: -100px 50px 0;
}

.portfolio-details .image-block .project-info ul.info-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.portfolio-details .image-block .project-info ul.info-list p {
  font-size: 16px;
  color: #777;
  margin: 0;
}

.portfolio-details .image-block .project-info ul.info-list h4 {
  font-size: 24px;
}

.portfolio-details .image-block .project-info ul.info-list li {
  margin-right: 55px;
  margin-bottom: 30px;
}

.portfolio-details .text-block {
  position: relative;
  margin-bottom: 50px;
}

.portfolio-details .text-block h2 {
  position: relative;
  font-size: 48px;
  margin-bottom: 20px;
}

.portfolio-details .text-block .links {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.portfolio-details .text-block .tag a {
  position: relative;
  color: #777;
  transition: 0.5s;
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 10px;
}

.portfolio-details .text-block .tag a:hover {
  color: #000;
}

.portfolio-details .text-block .tag a:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 5px;
  right: 0;
  height: 1px;
  background: transparent;
  transition: 0.5s;
}

.portfolio-details .text-block .tag a:hover:before {
  background-color: #000;
}

.portfolio-details .text-block .tag a:after {
  position: absolute;
  content: ",";
  bottom: 0;
  right: -4px;
}

.portfolio-details .text-block .tag a:last-child:after {
  display: none;
}

.portfolio-details .text-block ul.social-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.portfolio-details .text-block ul.social-links li {
  margin-right: 15px;
  margin-bottom: 10px;
}

.portfolio-details .text-block ul.social-links a {
  position: relative;
  width: 60px;
  height: 60px;
  display: inline-block;
  text-align: center;
  line-height: 56px;
  border: 2px solid #eaeaea;
  color: #000;
  transition: 0.5s;
}

.portfolio-details .text-block ul.social-links a:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.portfolio-details .text-block-two {
  position: relative;
}

.portfolio-details .text-block-two .image {
  position: relative;
  margin-bottom: 50px;
}

.portfolio-details .text-block-two .subscribe-text {
  position: relative;
  margin-bottom: 60px;
  text-align: center;
  border-top: 1px solid #eaeaea;
  margin-top: 60px;
  border-bottom: 1px solid #eaeaea;
  padding: 36px 0;
}

.portfolio-details .text-block-two .subscribe-text a {
  position: relative;
  color: #777;
  display: inline-block;
  text-decoration: underline;
  margin-bottom: 6px;
  transition: 0.5s;
}

.portfolio-details .text-block-two .subscribe-text a:hover {
  color: #000;
}

.portfolio-details .text-block-two .subscribe-text h4 {
  position: relative;
  font-size: 24px;
}

.portfolio-details .text-block-three {
  position: relative;
  margin-bottom: 30px;
}

.portfolio-details .text-block-three h3 {
  position: relative;
  font-size: 30px;
  margin-bottom: 20px;
}

.portfolio-details .text-block-three .text {
  position: relative;
  margin-bottom: 30px;
}

.portfolio-details .text-block-three .process-block .inner-box {
  border: 1px solid #eaeaea;
}

.portfolio-details .text-block-three .process-block .inner-box:hover {
  border-color: #fff;
}

/* Sidebar Page Container */

.sidebar-page-container {
  position: relative;
  padding: 120px 0 90px;
}

.sidebar-page-container .sidebar {
  margin-bottom: 30px;
}

.news-block-two {
  position: relative;
}

.news-block-two .inner-box {
  position: relative;
  margin-bottom: 40px;
}

.news-block-two .image {
  position: relative;
  overflow: hidden;
}

.news-block-two .image img {
  width: 100%;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.news-block-two .inner-box:hover .image img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.news-block-two.blog-single-post .inner-box:hover .image img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.news-block-two .lower-content {
  position: relative;
  padding: 40px 45px 35px;
  background-color: #fff;
  border: 1px solid #ebebeb;
}

.news-block-two .category {
  position: relative;
  font-size: 14px;
  font-weight: 700;
  padding: 1.5px 20px;
  color: #000;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 44px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.06);
  margin-top: -57px;
  background: #fff;
}

.news-block-two .post-meta {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #e7e7e7;
  padding-top: 20px;
}

.news-block-two .post-meta li a {
  font-size: 14px;
  font-weight: 400;
  color: #777;
}

.news-block-two .post-meta li {
  position: relative;
  margin-right: 30px;
  padding-right: 30px;
}

.news-block-two .post-meta li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.news-block-two .post-meta li:before {
  position: absolute;
  content: "";
  right: 0;
  top: 7px;
  width: 1px;
  height: 15px;
  background-color: #cfcfcf;
}

.news-block-two .post-meta li:last-child:before {
  display: none;
}

.news-block-two .post-meta li a i {
  position: relative;
  margin-right: 5px;
}

.news-block-two h2 {
  font-size: 36px;
  margin-bottom: 15px;
  letter-spacing: -1px;
}

.news-block-two h2 a {
  color: #000;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.news-block-two .text {
  margin-bottom: 25px;
}

.news-block-two .wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.news-block-two .author-box {
  position: absolute;
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  top: -30px;
  right: 50px;
  background: #fff;
  padding: 10px 10px;
  min-width: 200px;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
}

.news-block-two .author-box .thumb {
  margin-right: 10px;
}

.news-block-two .author-box img {
  width: 40px;
}

.news-block-two .author-box h5 {
  font-size: 16px;
  font-weight: 700;
}

.news-block-two .author-box-two {
  position: relative;
  padding: 38px;
  min-height: 50px;
  border: 2px solid #f3f3f3;
  margin-bottom: 40px;
}

.news-block-two .author-box-two .wrapper-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.news-block-two .author-box-two .content {
  width: 70%;
}

.news-block-two .author-box-two .content h3 {
  font-size: 36px;
  margin-bottom: 10px;
}

.news-block-two .author-box-two h5 {
  font-size: 12px;
  color: #777;
  font-family: "Roboto", sans-serif;
  margin-bottom: 10px;
}

.news-block-two .author-box-two .content .text {
  margin-bottom: 0px;
}

/* News Block Three */

.news-block-three {
  position: relative;
}

.news-block-three .inner-box {
  position: relative;
  margin-bottom: 30px;
}

.news-block-three .inner-box:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.94;
}

.news-block-three .lower-content {
  position: relative;
  padding: 50px 45px;
  padding-left: 150px;
  border: 1px solid #ebebeb;
  background: #000;
}

.news-block-three .quote {
  position: absolute;
  left: 45px;
  top: 66px;
  font-size: 80px;
  line-height: 80px;
  color: #161616;
}

.news-block-three h2 {
  font-size: 36px;
  margin-bottom: 15px;
}

.news-block-three h2 a {
  color: #fff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.sidebar-side .sidebar {
  position: relative;
}

.sidebar-widget {
  position: relative;
  margin-bottom: 40px;
  border: 1px solid #f3f3f3;
  padding: 40px;
}

.sidebar-widget:last-child {
  margin-bottom: 0;
}

.sidebar-title {
  position: relative;
  display: block;
  margin-bottom: 30px;
  padding-left: 20px;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 20px;
}

.sidebar-title:before {
  position: absolute;
  content: "//";
  left: 0;
  top: -1px;
  width: 18px;
  font-size: 20px;
  font-family: "gilroy-extra-bold";
}

.sidebar-title:after {
  position: absolute;
  content: "";
  left: 22px;
  top: 11px;
  width: 4px;
  height: 4px;
  border-radius: 2px;
}

.sidebar-title h3 {
  position: relative;
  color: #000;
  font-size: 20px;
  line-height: 26px;
  text-transform: capitalize;
}

/*Search Box Widget*/

.sidebar .search-box {
  position: relative;
}

.sidebar .search-box .form-group {
  position: relative;
  margin: 0px;
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
  position: relative;
  padding: 15px 50px 15px 30px;
  border: 1px solid #f7f7fa;
  background: #f5f5f5;
  display: block;
  font-size: 16px;
  line-height: 30px;
  width: 100%;
  height: 60px;
  color: #000;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.sidebar .search-box .form-group input[type="text"]:focus,
.sidebar .search-box .form-group input[type="search"]:focus {
  color: #666666;
}

.sidebar .search-box .form-group button {
  position: absolute;
  right: 0;
  top: 0;
  height: 60px;
  width: 60px;
  display: block;
  font-size: 16px;
  background: #000;
  line-height: 60px;
  font-weight: normal;
  z-index: 9;
  cursor: pointer;
  color: #fff;
}

/*Post Widget*/

.sidebar .popular-posts .news-post {
  position: relative;
  padding-left: 100px;
  padding-top: 0px;
  min-height: 80px;
  margin-bottom: 30px;
}

.sidebar .popular-posts .news-post:last-child {
  margin: 0;
}

.sidebar .popular-posts .news-post .post-thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  overflow: hidden;
}

.sidebar .popular-posts .news-post .date {
  position: relative;
  font-size: 14px;
  line-height: 24px;
  margin: 5px 0 0;
}

.sidebar .popular-posts .news-post .date span {
  padding-right: 5px;
  color: #282828;
  font-size: 15px;
  margin-right: 5px;
}

.sidebar .popular-posts .news-post h4 {
  font-size: 17px;
  margin: 0 0;
  line-height: 1.4em;
  font-weight: 600;
  color: #000;
}

.sidebar .popular-posts .news-post h4 a {
  color: #000;
}

/* Blog Categories */

.sidebar .categories ul {
  position: relative;
}

.sidebar .categories ul li {
  position: relative;
  list-style-type: none;
  color: #d2d5d8;
  margin-bottom: 10px;
}

.sidebar .categories ul li:last-child {
  margin-bottom: 0;
}

.sidebar .categories ul li a {
  position: relative;
  display: block;
  color: #777;
  font-size: 14px;
  background: #f8f8f8;
  padding: 10px 30px;
  line-height: 30px;
  font-weight: 400;
  text-transform: capitalize;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sidebar .categories ul li .total-post {
  position: absolute;
  right: 0;
  top: 0;
  background: #efefef;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #777;
  font-size: 14px;
}

/*Popular Tags*/

.sidebar .popular-tags {
  position: relative;
}

.sidebar .popular-tags li {
  position: relative;
  float: left;
  margin: 0px 8px 10px 0px;
}

.sidebar .popular-tags li a {
  position: relative;
  display: block;
  padding: 0px 23px;
  color: #777;
  text-align: center;
  font-size: 13px;
  line-height: 30px;
  font-weight: 400;
  text-transform: capitalize;
  background-color: #f4f4f4;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.sidebar .popular-tags li a span {
  position: relative;
}

.sidebar .popular-tags li a:hover {
  color: #ffffff;
  background: black;
}

.sidebar .popular-tags li a:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.sidebar .popular-tags li a:hover:before {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* About Me Widget */

.sidebar-widget.about-me {
  text-align: center;
}

.sidebar-widget.about-me .image {
  margin-bottom: 20px;
}

.sidebar-widget.about-me img {
  width: 140px;
  height: 140px;
}

.sidebar-widget.about-me h3 {
  text-align: left;
}

.sidebar-widget.about-me h4 {
  position: relative;
  font-size: 18px;
  margin-bottom: 15px;
}

.sidebar-widget.about-me .social-links {
  position: relative;
  margin: 9px 0 0;
}

.sidebar-widget.about-me .social-links li {
  position: relative;
  margin-left: 8px;
  display: inline-block;
}

.sidebar-widget.about-me .social-links li a {
  position: relative;
  display: block;
  color: #d4d4d4;
  font-size: 14px;
  padding: 0 5px;
  line-height: 30px;
  background: transparent;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.sidebar-widget.about-me .social-links li a:hover {
  color: #000;
}

.sidebar-widget.about-me .social-links li a span {
  position: relative;
}

/* Add Banner Widget */

.add-banner-widget {
  position: relative;
  min-height: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.add-banner-widget .content {
  position: relative;
  background: #000;
  padding: 19px 30px;
  text-align: center;
}

.add-banner-widget .content h5 {
  position: relative;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
}

.add-banner-widget .content h3 {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

/* Social Links Widget */

.social-links-widget {
  position: relative;
}

.social-links-widget .social-links {
  position: relative;
}

.social-links-widget .social-links li {
  position: relative;
  margin-right: 4px;
  display: inline-block;
}

.social-links-widget .social-links li a {
  position: relative;
  display: block;
  color: #fff;
  font-size: 14px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  background: #282828;
}

.social-links-widget .social-links li a:hover {
  color: #ffffff;
  background: transparent;
}

.social-links-widget .social-links li a:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.social-links-widget .social-links li a:hover:before {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.social-links-widget .social-links li a span {
  position: relative;
}

/* Twitter Widget */

.twitter-widget .post {
  position: relative;
  padding-left: 30px;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 20px;
  margin-bottom: 25px;
}

.twitter-widget .icon {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  color: #32beff;
  font-size: 14px;
}

.twitter-widget .text {
  margin-bottom: 10px;
}

.twitter-widget .post:last-child {
  border-bottom: 0px;
  padding-bottom: 0px;
  margin-bottom: 0;
}

.twitter-widget .post .date {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}

.twitter-widget .text a {
  color: #282828;
}

/* Pagination */

.page-pagination {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
}

.page-pagination li {
  display: inline-block;
  margin: 0 4px 10px;
}

.page-pagination li a {
  width: 50px;
  height: 50px;
  line-height: 46px;
  display: block;
  border: 2px solid #ebebeb;
  text-align: center;
  color: #222;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.page-pagination li span {
  font-size: 12px;
}

.page-pagination li.active a,
.page-pagination li a:hover {
  color: #fff;
  border-color: transparent;
  background: #000;
}

/* Blog Single Post */

.blog-single-post .image {
  margin-bottom: 30px;
}

.blog-single-post .text-block {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
}

.blog-single-post .text-block:last-child {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 20px;
}

.blog-single-post h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
}

.blog-single-post ul.list {
  position: relative;
  padding-bottom: 15px;
}

.blog-single-post ul.list li {
  margin-bottom: 10px;
  color: #777;
  font-size: 16px;
  font-weight: normal;
}

.blog-single-post ul.list li i {
  font-size: 14px;
  margin-right: 9px;
  color: #000;
}

.blog-single-post blockquote {
  position: relative;
  background: #f6f6f6;
  padding: 65px 30px;
  text-align: center;
  margin-bottom: 30px;
}

.blog-single-post blockquote cite {
  font-size: 16px;
  color: #777;
  margin-bottom: 5px;
  font-style: normal;
  display: inline-block;
}

.blog-single-post blockquote .text {
  font-size: 28px;
  line-height: 38px;
  max-width: 530px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  color: #000;
  font-family: "gilroy-extra-bold";
}

.blog-single-post blockquote .quote-icon {
  position: absolute;
  top: 38px;
  right: 60px;
  font-size: 200px;
  line-height: 140px;
  color: #ffffff;
}

.blog-single-post .post-share {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 30px;
}

.blog-single-post .post-share h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}

.blog-single-post .post-share .tag-list li {
  position: relative;
  float: left;
  margin: 0px 8px 10px 0px;
}

.blog-single-post .post-share .tag-list li a {
  position: relative;
  display: block;
  padding: 0px 23px;
  color: #25283a;
  text-align: center;
  font-size: 13px;
  line-height: 30px;
  font-weight: 400;
  text-transform: capitalize;
  background-color: #f4f4f4;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.blog-single-post .post-share .tag-list li a span {
  position: relative;
}

.blog-single-post .post-share .tag-list li a:hover {
  color: #ffffff;
  background: black;
}

.blog-single-post .post-share .tag-list li a:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.blog-single-post .post-share .tag-list li a:hover:before {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.blog-single-post .post-share .social-links {
  position: relative;
  margin: 9px 0;
}

.blog-single-post .post-share .social-links li {
  position: relative;
  margin-left: 8px;
  display: inline-block;
}

.blog-single-post .post-share .social-links li a {
  position: relative;
  display: block;
  color: #d3d3d3;
  font-size: 18px;
  padding: 0 5px;
  line-height: 30px;
  background: transparent;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.blog-single-post .post-share .social-links li a:hover {
  color: #000;
}

.blog-single-post .post-share .social-links li a span {
  position: relative;
}

.blog-single-post .post-share .right-column {
  text-align: right;
}

/* Blog Post Pagination */

.blog-post-pagination {
  position: relative;
  margin-bottom: 40px;
  border-bottom: 1px solid #ebebeb;
  padding: 40px 0;
}

.blog-post-pagination .wrapper-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-post-pagination .wrapper-box > * {
  cursor: pointer;
}

.blog-post-pagination p {
  font-size: 14px;
  color: #777;
  margin-bottom: 0;
}

.blog-post-pagination h4 {
  font-size: 28px;
}

.blog-post-pagination .next-post {
  text-align: right;
}

.blog-post-pagination .page-view {
  font-size: 50px;
}

.blog-post-pagination .page-view span {
  display: inline;
}

.blog-post-pagination .comments-area {
  margin-bottom: 90px;
}

.single-blog-post .group-title {
  position: relative;
  margin-bottom: 40px;
}

.single-blog-post .group-title h2 {
  position: relative;
  font-size: 30px;
}

.comments-area .comment-box {
  position: relative;
  margin-bottom: 40px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.comments-area .comment-box.comment-reply {
  margin-left: 130px;
}

.comments-area .comment-box:last-child .comment {
  padding-bottom: 0px;
  border-bottom: 0px;
}

.comments-area .comment-box:hover {
  border-color: #000;
}

.comments-area .comment-box.reply-comment {
  margin-left: 50px;
}

.comments-area .comment {
  position: relative;
  font-size: 14px;
  border-bottom: 1px solid #e9e6e6;
  padding-bottom: 30px;
  padding-left: 130px;
}

.comments-area .comment .comment-inner {
  position: relative;
}

.comments-area .comment .comment-inner .text {
  position: relative;
  line-height: 1.5em;
  margin-bottom: 15px;
}

.comments-area .comment-box .author-thumb {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  margin-bottom: 20px;
  margin-right: 30px;
}

.comments-area .comment-box .author-thumb img {
  width: 100px;
  display: block;
  border-radius: 50%;
}

.comments-area .comment-info {
  position: relative;
  line-height: 24px;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.comments-area .comment-info h5 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

.comments-area .comment-info a {
  position: relative;
  color: #1e1e29;
}

.comments-area .date {
  font-size: 14px;
  color: #777;
  margin-bottom: 20px;
  font-weight: normal;
}

.comments-area .date i {
  margin-right: 5px;
  color: #000;
}

.comments-area .comment-box .reply-btn {
  position: absolute;
  top: 0;
  right: 0;
  border: 2px solid #f3f3f3;
  color: #777;
  padding: 4px 20px;
  font-size: 14px;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.comments-area .comment-box .reply-btn:hover {
  background-color: #000;
  color: #fff;
}

.comments-area .comment-box .reply-btn span {
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-right: 5px;
  color: #000;
}

.comments-area .comment-box .reply-btn:hover span {
  opacity: 1;
  color: #fff;
}

/* Related Blog Post */

.blog-single-post .related-post .lower-content {
  padding: 35px 40px 10px;
  box-shadow: 0px 8px 16px 0px rgba(93, 93, 93, 0.06);
  border: 0;
}

.blog-single-post .related-post h3 {
  font-size: 22px;
}

.blog-single-post .related-post h3 a {
  color: #282828;
}

.blog-single-post .related-post .image {
  margin-bottom: 0;
}

.blog-single-post .comment-form .contact-form {
  position: relative;
  padding: 50px;
  background: #f8f8f8;
}

.blog-single-post .contact-form .form-group textarea {
  background: #fff;
}

.blog-single-post .contact-form .form-group input[type="text"],
.blog-single-post .contact-form .form-group input[type="email"],
.blog-single-post .contact-form .form-group textarea,
.blog-single-post .contact-form .form-group select {
  background: #fff;
  box-shadow: none;
  border-color: #fff;
  color: #777;
}

.blog-single-post .contact-form i {
  top: 24px;
  right: 40px;
  color: #000;
  font-size: 16px;
}

.blog-single-post .contact-form .theme-btn i {
  top: 0;
  right: 0;
  margin-right: 5px;
  color: #fff;
}

.blog-single-post .contact-form .theme-btn:hover i {
  color: #777;
}

@media only screen and (min-width: 992px) {
  .blog-page .content-side {
    margin-right: -45px;
  }
  .blog-page .sidebar {
    margin-left: 45px;
  }
}

.blog-single-post.news-block-two .category {
  margin-top: 0;
  margin-bottom: 30px;
}

.blog-single-post.news-block-two .post-meta {
  border-top: 0;
  padding-top: 0;
  margin-bottom: 15px;
}

.news-block-two .text {
  line-height: 26px;
}

.news-block-two .text .alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.blog-post-pagination .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.row-20 {
  margin: 0 -10px;
}

.row-20 > * {
  padding-left: 10px;
  padding-right: 10px;
}

.news-block-two.blog-single-post .lower-content {
  padding: 50px;
}
