:root {
  --primary: #0FAF00;
  --background: #242526;
}

html {
  overflow-x: hidden;
  height: 100%;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  line-height: 1.6;
  position: relative;
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
  background-color: #111;
}

.poppins-font {
  font-family: "Poppins", sans-serif;
}

.open-sans-font {
  font-family: "Open Sans", sans-serif;
}

hr.separator {
  border-top: 1px solid #252525;
  margin: 70px auto 55px;
  max-width: 40%;
}

.ft-wt-600 {
  font-weight: 600;
}

.mb-30 {
  margin-bottom: 30px;
}

.no-transform {
  transform: none !important;
}

.custom-title {
  padding-bottom: 22px;
  font-size: 26px;
}

/*** Light Body ***/

body.light {
  color: #666;
  background-color: #fff;
}

body.home.light .home-details h1 span,
body.light .button .button-text {
  color: #666;
}

body.light .button:hover .button-text {
  color: #fff;
}

body.home.light .home-details h6 {
  color: #777;
}

body.home.light .bg {
  background-image: url(../img/light.html);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
}

body.light .preloader .black_wall {
  background-color: #eee;
}

body.light .preloader {
  background-color: #fff;
}

body.light .title-section h1 {
  color: #666;
}

body.light .title-bg {
  color: rgba(30, 37, 48, 0.07);
}

body.light.about .box-stats {
  border: 1px solid #ddd;
}

body.light.about .c100,
body.light.about .resume-box .time {
  background-color: #eee;
}

body.light.about .resume-box .time,
body.light.about .resume-box p {
  color: #666;
}

body.light.about .resume-box .place:before {
  background-color: #666;
}

body.light.about .resume-box li:after {
  border-left: 1px solid #ddd;
}

body.light.about .c100>span {
  color: #666;
}

body.light.about .c100:after {
  background-color: #fff;
}

body.light.portfolio .slideshow figure {
  background-color: #fff;
}

body.light.portfolio .slideshow ul>li:after {
  background: rgba(255, 255, 255, 0.77);
}

body.light.portfolio .slideshow {
  background: rgba(0, 0, 0, 0.7);
}

body.light.contact .contactform input[type="text"],
body.light.contact .contactform input[type="email"],
body.light.contact .contactform textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #666;
}

body.light.contact ul.social li a {
  color: #666;
  background: #eee;
}

body.light.contact ul.social li a:hover {
  color: #fff;
}

body.light.blog .post-content {
  background-color: #f2f2f2;
}

body.light.blog .post-content .entry-header h3 a {
  color: #666;
}

body.light.blog .page-link {
  color: #666;
  background-color: #eee;
  border: 1px solid #eee;
}

body.light.blog-post .meta {
  color: #888;
}

body.light.blog .page-item.active .page-link {
  color: #fff;
}

body.light hr.separator {
  border-top: 1px solid #ddd;
}

@media (min-width: 992px) {
  body.light .header ul.icon-menu li.icon-box {
    background-color: #eee;
  }

  body.light .header ul.icon-menu li.icon-box i {
    color: #666;
  }

  body.light .header ul.icon-menu li.icon-box.active,
  body.light .header ul.icon-menu li.icon-box:hover,
  body.light .header ul.icon-menu li.icon-box.active i,
  body.light .header ul.icon-menu li.icon-box:hover i {
    color: #fff;
  }
}

@media (max-width: 991px) {
  body.light .main-img-mobile {
    border: 4px solid #eee;
  }

  body.light #menuToggle {
    border: 1px solid #ddd;
  }

  body.light #menuToggle,
  body.light #menu {
    background: #eee;
  }

  body.light #menuToggle>span,
  body.light #menuToggle input:checked~span {
    background: #666;
  }

  body.light #menu li a {
    color: #666;
  }

  body.light #menu li:after {
    background: #ddd;
  }

  body.light.portfolio .slideshow nav {
    background: #eee;
    border-bottom: 1px solid #ddd;
  }

  body.light.portfolio .slideshow nav span img {
    display: none;
  }

  body.light.portfolio .slideshow nav span.nav-next {
    background-image: url("../img/projects/navigation/right-arrow.html");
    background-size: cover;
  }

  body.light.portfolio .slideshow nav span.nav-prev {
    background-image: url("../img/projects/navigation/left-arrow.html");
    background-size: cover;
  }

  body.light.portfolio .slideshow nav span.nav-close {
    background-image: url("../img/projects/navigation/close-button.html");
    background-size: cover;
  }

  body.light.portfolio .slideshow nav span.nav-next,
  body.light.portfolio .slideshow nav span.nav-prev {
    top: 51px;
  }

  body.light.portfolio .slideshow {
    background: #fff;
  }
}

@media (max-width: 576px) {
  body.light .title-section {
    background: #eee;
    border-bottom: 1px solid #ddd;
  }

  body.light #menuToggle {
    border: 0;
  }

  body.light.portfolio .slideshow nav span.nav-next,
  body.light.portfolio .slideshow nav span.nav-prev {
    top: 31px;
  }
}

/*** Buttons ***/
.button {
  overflow: hidden;
  display: inline-block;
  line-height: 1.4;
  border-radius: 35px;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
  user-select: none;
  transition: 250ms all ease-in-out;
  text-transform: uppercase;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
  padding: 16px 70px 16px 35px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  background-color: transparent;
  outline: none !important;
}

.button .button-text {
  position: relative;
  z-index: 2;
  color: #fff;
  transition: 0.3s ease-out all;
}

.button:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateX(100%);
  transition: 0.3s ease-out all;
}

.button:hover .button-text {
  color: #ffffff;
}

.button:hover:before {
  transform: translateX(0);
}

.button-icon {
  position: absolute;
  right: -1px;
  top: -1px;
  bottom: 0;
  width: 55px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 19px;
  color: #ffffff;
  border-radius: 50%;
}

/*** Page Title ***/

.title-section {
  margin: 0 auto;
  width: 100%;
  position: relative;
  padding: 80px 0;
}

.title-section h1 {
  font-size: 56px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}

.title-bg {
  font-size: 110px;
  left: 0;
  letter-spacing: 10px;
  line-height: 0.7;
  position: absolute;
  right: 0;
  top: 50%;
  text-transform: uppercase;
  font-weight: 800;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.07);
}

/* [ HEADER ] */
/*================================================== */

/*** Desktop Navigation ***/

@media (min-width: 992px) {
  /*** Navigation ***/

  .header {
    position: fixed;
    right: 30px;
    bottom: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    height: calc(100vh - 200px);
    top: 100px;
    opacity: 1;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
  }

  .header.hide-header {
    z-index: 0 !important;
    opacity: 0;
  }

  .header ul.icon-menu {
    margin: 0;
    padding: 0;
  }

  .header ul.icon-menu li.icon-box {
    width: 50px;
    height: 50px;
    list-style: none;
    position: relative;
    display: flex;
    align-items: center;
    transition: 0.3s;
    margin: 20px 0;
    border-radius: 50%;
    background: #2b2a2a;
  }

  .header ul.icon-menu li.icon-box i {
    color: #ddd;
    font-size: 19px;
    transition: 0.3s;
  }

  .header ul.icon-menu li.icon-box.active,
  .header ul.icon-menu li.icon-box:hover,
  .header ul.icon-menu li.icon-box.active i,
  .header ul.icon-menu li.icon-box:hover i {
    color: #fff;
  }

  .header .icon-box h2 {
    font-size: 15px;
    font-weight: 500;
  }

  .header .icon-box a {
    display: block;
    padding: 0;
    width: 50px;
    height: 50px;
  }

  .header .icon-box i.fa {
    position: absolute;
    pointer-events: none;
  }

  .header .icon-menu i {
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    text-align: center;
    font-size: 35px;
    top: 15px;
  }

  .header .icon-box h2 {
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    color: #fff;
    line-height: 50px;
    font-weight: 500;
    transition: all 0.3s;
    border-radius: 30px;
    text-transform: uppercase;
    padding: 0 25px 0 30px;
    height: 50px;
  }

  .header .icon-box a:hover h2 {
    opacity: 1;
    right: 27px;
    margin: 0;
    text-align: center;
    border-radius: 30px 0 0 30px;
  }
}

/* [ Pages ] */
/*================================================== */

/*** Homepage ***/

.home .color-block {
  position: fixed;
  height: 200%;
  width: 100%;
  transform: rotate(-15deg);
  left: -83%;
  top: -50%;
}

.home .bg {
  background: url("../../img/2.jpg");
  background-size: cover;
  background-repeat: inherit;
  background-position: top;
  background-repeat: no-repeat;
  height: calc(100vh - 90px);
  max-width: 330px;
  width: 100%;
  z-index: 111;
  border-radius: 30px;
  left: 60px;
  top: 40px;
  /* box-shadow: 0 0 7px rgba(0, 0, 0, 0.9); */
}

.home .container-home {
  display: flex;
  align-items: center;
  min-height: 100%;
}

.home .home-details>div {
  max-width: 800px;
  margin: 0 auto;
  margin-top: -40px;
  margin-left: 9rem;
}

.home .home-details h1 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  margin: 10px 0 10px;
  position: relative;
}

.home .home-details h1:before {
  content: "";
  position: absolute;
  left: 0;
  top: 29px;
  height: 4px;
  width: 40px;
  border-radius: 10px;
}

.home .home-details h1 span {
  color: #fff;
}

.home .home-details h6 {
  color: #eee;
  font-size: 22px;
  font-weight: 400;
  display: block;
}

.home .home-details p {
  margin: 40px 0 28px;
  font-size: 16px;
  line-height: 35px;
}

/*** About ***/

.about .main-content {
  padding-bottom: 20px;
}

/* Personal Info List */

.about .about-list li:not(:last-child) {
  padding-bottom: 20px;
}

.about .about-list .title {
  opacity: 0.8;
  text-transform: capitalize;
}

.about .about-list .value {
  font-weight: 600;
}

/* Box Stats */

.about .box-stats {
  padding: 20px 30px 25px 40px;
  border-radius: 5px;
  border: 1px solid #252525;
}

.about .box-stats.with-margin {
  margin-bottom: 30px;
}

.about .box-stats h3 {
  position: relative;
  display: inline-block;
  margin: 0;
  font-size: 50px;
  font-weight: 700;
}

.about .box-stats h3:after {
  content: "+";
  position: absolute;
  right: -24px;
  font-size: 33px;
  font-weight: 300;
  top: 2px;
}

.about .box-stats p {
  padding-left: 45px;
}

.about .box-stats p:before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  width: 30px;
  height: 1px;
  background: #777;
}

/* Resume */

.about .resume-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.about .resume-box li {
  position: relative;
  padding: 0 20px 0 60px;
  margin: 0 0 50px;
}

.about .resume-box li:after {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  bottom: 0;
  border-left: 1px solid #333;
}

.about .resume-box .icon {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  right: 0;
  line-height: 40px;
  text-align: center;
  z-index: 1;
  border-radius: 50%;
  color: #fff;
  background-color: #252525;
}

.about .resume-box .time {
  color: #fff;
  font-size: 12px;
  padding: 1px 10px;
  display: inline-block;
  margin-bottom: 12px;
  border-radius: 20px;
  font-weight: 600;
  background-color: #252525;
  opacity: 0.8;
}

.about .resume-box h5 {
  font-size: 18px;
  margin: 7px 0 10px;
}

.about .resume-box p {
  margin: 0;
  color: #eee;
  font-size: 14px;
}

.about .resume-box .place {
  opacity: 0.8;
  font-weight: 600;
  font-size: 15px;
  position: relative;
  padding-left: 26px;
}

.about .resume-box .place:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 2px;
  background-color: #fff;
  left: 7px;
  top: 9px;
  opacity: 0.8;
}

/* Skills */

.about .c100 {
  float: none !important;
  margin: 0 auto;
  background-color: #252525;
}

.about .c100>span {
  color: #fff;
}

.about .c100:after {
  background-color: #111;
}

/*** Portfolio ***/
.portfolio .main-content {
  padding-bottom: 60px;
  margin-top: -15px;
}

/* Grid */

.portfolio .grid-gallery ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.portfolio .grid-gallery figure {
  margin: 0;
}

.portfolio .grid-gallery figure img {
  display: block;
  width: 100%;
  border-radius: 5px;
  transition: 0.3s;
}

.portfolio .grid-wrap {
  margin: 0 auto;
}

.portfolio .grid {
  margin: 0 auto;
}

.portfolio .grid li {
  width: 33.333333%;
  float: left;
  cursor: pointer;
  padding: 15px;
}

.portfolio .grid figure {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 5px;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.portfolio .grid figure img {
  display: block;
  position: relative;
}

.portfolio .grid li a {
  overflow: hidden;
}

.portfolio .grid li figure div {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.portfolio .grid li figure div span {
  margin: 0;
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
}

/* Slideshow */

.portfolio .slideshow {
  position: fixed;
  background: rgba(0, 0, 0, 0.85);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1111;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s;
  text-align: left;
}

.portfolio .slideshow-open .slideshow {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.portfolio .slideshow ul {
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translate3d(0, 0, 150px);
  transform: translate3d(0, 0, 150px);
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}

.portfolio .slideshow ul.animatable>li {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}

.portfolio .slideshow-open .slideshow ul {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.portfolio .slideshow ul>li {
  width: 660px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -280px 0 0 -330px;
  visibility: hidden;
}

.portfolio .slideshow ul>li.show {
  visibility: visible;
}

.portfolio .slideshow ul>li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 111;
  border-radius: 10px;
}

.portfolio .slideshow ul>li.current:after {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s, visibility 0s 0.3s;
  transition: opacity 0.3s, visibility 0s 0.3s;
}

.portfolio .slideshow figure {
  width: 100%;
  height: 100%;
  background: #252525;
  padding: 30px;
  overflow: auto;
  border-radius: 10px;
}

.portfolio .slideshow a {
  text-decoration: underline;
}

.portfolio .slideshow figcaption {
  margin-bottom: 15px;
}

.portfolio .slideshow figcaption h3 {
  text-transform: uppercase;
  padding: 10px 0 20px;
  font-weight: 700;
  text-align: center;
  font-size: 33px;
}

/* Embedded Videos */

.portfolio .slideshow .videocontainer,
.portfolio .slideshow .responsive-video {
  max-width: 100%;
  border-radius: 4px;
  display: block;
  object-fit: cover;
}

.portfolio .slideshow .videocontainer {
  position: relative;
  padding-bottom: 56.2%;
  padding-top: 0;
  height: 0;
  max-width: 100%;
  overflow: hidden;
  width: 100%;
  display: block;
  margin: 0;
  border-radius: 4px;
}

.portfolio .slideshow .videocontainer iframe,
.portfolio .slideshow .videocontainer object,
.portfolio .slideshow .videocontainer embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Carousel */

.portfolio .slideshow .carousel-indicators {
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  padding: 10px 0;
  margin: 0;
}

.portfolio .slideshow .carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 7px;
  background-color: #fff;
  opacity: 1;
}

/* Navigation */

.portfolio .slideshow nav span {
  position: fixed;
  z-index: 1000;
  text-align: center;
  cursor: pointer;
  padding: 200px 30px;
  color: #fff;
}

.portfolio .slideshow nav span.nav-prev,
.portfolio .slideshow nav span.nav-next {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 41px;
  line-height: 58px;
}

.portfolio .slideshow nav span.nav-prev {
  left: 0;
}

.portfolio .slideshow nav span.nav-next {
  right: 0;
}

.portfolio .slideshow nav span.nav-close {
  top: 30px;
  right: 30px;
  padding: 0;
}

/*** Contact ***/
.contact .main-content {
  padding-bottom: 85px;
}

/* Left Side */

.contact .custom-span-contact {
  font-weight: 600;
  padding-left: 50px;
  line-height: 21px;
  padding-top: 5px;
}

.contact .custom-span-contact i {
  left: 0;
  top: 10px;
  font-size: 33px;
}

.contact .custom-span-contact i.fa-phone-square {
  font-size: 39px;
  top: 7px;
}

.contact .custom-span-contact span {
  text-transform: uppercase;
  opacity: 0.8;
  font-weight: 400;
}

.contact ul.social {
  margin-left: -5px;
}

.contact ul.social li {
  display: inline-block;
}

.contact ul.social li a {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 42px;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  font-size: 17px;
  margin: 0 6px;
  background: #2b2a2a;
  border-radius: 50%;
}

/* Form */
.contact .contactform input[type="text"],
.contact .contactform input[type="email"] {
  border: 1px solid #111;
  width: 100%;
  background: #252525;
  color: #fff;
  padding: 11px 26px;
  margin-bottom: 30px;
  border-radius: 30px;
  outline: none !important;
  transition: 0.3s;
}

.contact .contactform textarea {
  border: 1px solid #111;
  background: #252525;
  color: #fff;
  width: 100%;
  padding: 12px 26px;
  margin-bottom: 20px;
  height: 160px;
  overflow: hidden;
  border-radius: 30px;
  outline: none !important;
  transition: 0.3s;
}

.contact .contactform .form-message {
  margin: 24px 0;
}

.contact .contactform .output_message {
  display: block;
  color: #fff;
  height: 46px;
  line-height: 46px;
  border-radius: 30px;
}

.contact .contactform .output_message.success {
  background: #28a745;
}

.contact .contactform .output_message.success:before {
  font-family: FontAwesome;
  content: "\f14a";
  padding-right: 10px;
}

.contact .contactform .output_message.error {
  background: #dc3545;
}

.contact .contactform .output_message.error:before {
  font-family: FontAwesome;
  content: "\f071";
  padding-right: 10px;
}

/*** Blog ***/

.blog .main-content {
  padding-bottom: 85px;
}

/* Latest Posts */

.blog .post-container {
  display: block;
}

.blog .post-content {
  background-color: #252525;
  padding: 20px 25px 25px 25px;
  border-radius: 0 0 5px 5px;
}

.blog .post-content .entry-header h3 {
  line-height: 26px;
  cursor: pointer;
}

.blog .post-content .entry-header h3 a {
  text-decoration: none;
  transition: 0.5s;
}

.blog .post-thumb {
  border-radius: 5px 5px 0 0;
  cursor: pointer;
}

.blog .post-thumb a {
  border-radius: 5px 5px 0 0;
}

.blog .post-container:hover img {
  transform: scale(1.2);
}

.blog .post-thumb a img {
  border-radius: 5px 5px 0 0;
  transition: 0.3s;
}

.blog .post-content .entry-content p {
  margin: 15px 0 5px;
}

.blog .post-content .entry-header h3 a {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

/* pagination */

.blog .pagination {
  margin-bottom: 30px;
}

.blog .page-link {
  color: #fff;
  background-color: #252525;
  border: 1px solid #252525;
  padding: 0;
  margin: 0 10px;
  border-radius: 50% !important;
  width: 43px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  transition: 0.3s;
}

.blog .page-link:focus,
.blog .page-link:active {
  box-shadow: none !important;
}

.blog .page-link:hover {
  color: #fff !important;
}

/* Blog Post */

.blog-post article {
  max-width: 700px;
  margin: 0 auto;
}

.blog-post article h1 {
  font-weight: 600;
  margin: 13px 0 20px;
}

.blog-post article img {
  border-radius: 5px;
  margin-bottom: 20px;
}

.blog-post .meta {
  color: #eee;
  font-size: 13px;
}

.blog-post .meta span {
  padding-right: 15px;
}

.blog-post .meta i {
  padding-right: 3px;
}

/* [ RESPONSIVE DESIGN STYLES ] */

@media (min-width: 1351px) {
  .portfolio .container-portfolio .grid {
    text-align: left;
  }
}

@media (max-width: 1350px) and (min-width: 992px) {
  .container {
    max-width: calc(100% - 195px);
  }

  .portfolio .container-portfolio {
    max-width: calc(100% - 195px);
  }
}

@media (max-width: 1200px) {
  .home .home-details h1 {
    padding-left: 0;
  }

  .home .home-details h1:before {
    display: none;
  }
}

@media (max-width: 1200px) and (min-width: 992px) {
  .home .home-details h1 {
    font-size: 42px;
    line-height: 52px;
  }
}

@media (max-width: 1100px) and (min-width: 992px) {
  .home .home-details>div {
    max-width: 450px;
  }
}

@media (min-width: 1600px) {
  .home .home-details>div {
    max-width: 600px;
  }
}

@media (min-width: 992px) {
  .home .home-details-container {
    width: 100%;
    height: 100vh;
  }

  body.home {
    overflow: hidden;
    overflow-y: auto;
  }
}

@media only screen and (max-width: 992px) {
  .row.nav-logo-bar {
    display: none;
  }

  .home .home-details>div {
    margin-left: 0;
  }
}

/* Mobile  Navigation */

@media (max-width: 991px) {
  body.home {
    padding: 25px;
  }

  body.home .main-container {
    padding: 30px 0 !important;
  }

  .home .home-details-container {
    margin: 0 auto;
  }

  .home .home-details {
    padding: 0;
  }

  .main-img-mobile {
    border-radius: 50%;
    width: 270px;
    height: 270px;
    border: 4px solid #252525;
    margin: 0 auto 25px;
    display: block;
  }

  .home .home-details h1 {
    font-size: 38px;
    line-height: 48px;
    margin: 29px 0 13px;
  }

  .home .home-details p {
    margin: 10px 0 23px;
    font-size: 15px;
    line-height: 30px;
  }

  #menuToggle {
    display: inline-block;
    position: fixed;
    top: 30px;
    right: 30px;
    z-index: 1111;
    user-select: none;
    padding: 19px 0 0 16px;
    width: 54px;
    height: 54px;
    border-radius: 5px;
    background: #252525;
  }

  #menuToggle input {
    display: flex;
    width: 54px;
    height: 54px;
    position: absolute;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    top: 0;
    left: 0;
  }

  #menuToggle>span {
    display: flex;
    width: 23px;
    height: 2px;
    margin-bottom: 5px;
    position: relative;
    background: #ffffff;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 5px 0;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
      background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  }

  #menuToggle>span:first-child {
    transform-origin: 0 0;
  }

  #menuToggle>span:nth-last-child(2) {
    transform-origin: 0 100%;
  }

  #menuToggle input:checked~span {
    opacity: 1;
    transform: rotate(45deg) translate(4px, 0);
    background: #fff;
  }

  #menuToggle input:checked~span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
  }

  #menuToggle input:checked~span:nth-last-child(2) {
    transform: rotate(-45deg) translate(2px, 4px);
  }

  #menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding-top: 60px;
    background-color: #252525;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0 0;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  }

  #menuToggle input:checked~ul {
    transform: none;
  }

  #menu li {
    position: relative;
    padding-left: 30px;
  }

  #menu li:last-child:after {
    display: none;
  }

  #menu li.active a span {
    font-weight: 600;
  }

  #menu li a {
    color: #fff;
    text-transform: uppercase;
    transition-delay: 2s;
    font-size: 26px;
    display: block;
    text-decoration: none;
    padding: 14px 0;
    position: relative;
  }

  #menu li a span {
    position: absolute;
    left: 50px;
    font-weight: 400;
  }

  .portfolio .grid li {
    width: 50%;
  }

  .portfolio .grid li figure div {
    display: none !important;
  }

  .portfolio .slideshow {
    background: #252525;
  }

  .portfolio .slideshow nav span {
    padding: 0;
  }

  .portfolio .slideshow ul>li {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
  }

  .portfolio .slideshow ul>li:after {
    display: none;
  }

  .portfolio .slideshow figure {
    padding: 125px 30px 30px;
    border-radius: 0;
    max-width: 720px;
    margin: 0 auto;
  }

  .portfolio .slideshow nav span.nav-prev,
  .portfolio .slideshow nav span.nav-next {
    top: 35px;
    width: 32px;
    height: 32px;
  }

  .portfolio .slideshow nav span.nav-next {
    right: 30px;
  }

  .portfolio .slideshow nav span.nav-prev {
    left: 30px;
  }

  .portfolio .slideshow nav span.nav-prev img,
  .portfolio .slideshow nav span.nav-next img {
    width: 32px;
    height: 32px;
  }

  .portfolio .slideshow nav span:before {
    display: none;
  }

  .portfolio .slideshow nav span.nav-close {
    top: 35px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 32px;
    height: 32px;
    display: block;
    line-height: 0;
  }

  .portfolio .slideshow nav span.nav-close img {
    width: 32px;
    height: 32px;
  }

  .portfolio .slideshow nav {
    position: fixed;
    top: 0;
    width: 100%;
    height: 102px;
    background: #252525;
    z-index: 1;
    border-bottom: 1px solid #333;
  }

  .contact .main-content {
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .home .home-details p {
    font-size: 14px;
    line-height: 28px;
  }
}

@media (max-width: 576px) {
  body {
    font-size: 14px;
  }

  .title-section.revealator-delay1 {
    transform: none !important;
    opacity: 1 !important;
  }

  #menuToggle {
    right: 10px;
    top: 4px;
    padding: 19px 0 0 13px;
    width: 49px;
    height: 49px;
  }

  .home #menuToggle {
    right: 25px;
    top: 25px;
    padding: 17px 0 0 13px;
  }

  #menu li {
    padding-left: 25px;
  }

  #menu li a {
    font-size: 18px;
  }

  #menu li:after {
    width: calc(100% - 50px);
    left: 25px;
  }

  #menu li a span {
    left: 35px;
  }

  .main-content {
    padding-top: 85px;
  }

  .main-content>.container {
    padding: 0 25px;
  }

  .main-img-mobile {
    width: 230px;
    height: 230px;
  }

  .home .home-details h1 {
    font-size: 29px;
    line-height: 39px;
    margin: 18px 0 13px;
  }

  .home .home-details h6 {
    font-size: 19px;
  }

  .title-section {
    padding: 16px 25px 14px;
    background: #252525;
    border-bottom: 1px solid #333;
    margin-bottom: 36px;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 11;
    top: 0;
  }

  .title-section h1 {
    font-size: 26px;
  }

  .title-bg {
    display: none;
  }

  .custom-title {
    font-size: 21px;
  }

  .about .main-content {
    padding-bottom: 0;
  }

  .about .resume-box h5 {
    font-size: 17px;
  }

  .about .box-stats {
    padding: 15px 20px 20px 25px;
  }

  .about .c100 {
    transform: scale(0.8);
  }

  .about .box-stats.with-margin {
    margin-bottom: 25px;
  }

  .about .box-stats h3 {
    font-size: 40px;
  }

  .about .box-stats p {
    padding-left: 0;
  }

  .about .box-stats p:before {
    display: none;
  }

  .portfolio .main-content {
    padding-bottom: 10px;
    margin-top: -12px;
  }

  .portfolio .grid li {
    width: 100%;
  }

  .portfolio .main-content>.container {
    padding: 0 10px;
  }

  .portfolio .slideshow figure {
    padding: 85px 25px 25px;
  }

  .portfolio .slideshow figcaption h3 {
    font-size: 25px;
  }

  .portfolio .slideshow nav span.nav-prev,
  .portfolio .slideshow nav span.nav-next {
    top: 9px;
    width: 20px;
    height: 20px;
  }

  .portfolio .slideshow nav span.nav-next {
    right: 20px;
  }

  .portfolio .slideshow nav span.nav-prev {
    left: 20px;
  }

  .portfolio .slideshow nav span.nav-prev img,
  .portfolio .slideshow nav span.nav-next img {
    width: 20px;
    height: 20px;
  }

  .portfolio .slideshow nav span.nav-close {
    top: 21px;
    width: 20px;
    height: 20px;
  }

  .portfolio .slideshow nav span.nav-close img {
    width: 20px;
    height: 20px;
  }

  .portfolio .slideshow nav {
    height: 62px;
  }

  .blog .main-content {
    padding-bottom: 55px;
  }

  .blog-post article h1 {
    font-size: 25px;
  }

  .separator.mt-1 {
    margin-top: 35px !important;
  }
}

.logo-section img {
  height: 25px;
  width: auto;
}

.nav-bar li {
  display: initial;
  margin-left: 14px;
}

.row.nav-logo-bar {
  max-width: 740px !important;
}

.nav-bar a {
  color: #fff;
  font-weight: 600;
  transition: 0.5s;
}

.row.nav-logo-bar {
  padding: 15px 10px;
  background: var(--background);
  border-radius: 10px;
}

.nav-bar ul {
  margin-bottom: 0px !important;
  padding: 0;
}

.nav-bar a:hover {
  text-decoration: none;
  color: var(--primary);
}

.nav-bar a.active {
  color: var(--primary);
}

.about {
  padding-top: 60px;
  padding-bottom: 30px;
}

.about.about-2 .part-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.about.about-2 .part-img img {
  max-width: none;
}

.about.about-2 .part-txt .def-btn {
  margin-top: 27px;
}

.about.about-inner {
  padding-top: 120px;
}

.about .image-box {
  padding-right: 34px;
}

.about .image-box .part-img {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: -1;
}

.about .image-box .fun-fact-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #e7b03c;
  border: 5px solid #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(51, 51, 51, 0.1);
  box-shadow: 0 5px 10px 0 rgba(51, 51, 51, 0.1);
  padding: 30px 25px;
  margin: -70px 35px 0;
  z-index: 2;
}

.about .image-box .fun-fact-inner .single-box {
  padding: 0 10px;
}

.about .image-box .fun-fact-inner .single-box h4 {
  font-size: 30px;
  line-height: 100%;
  font-weight: 700;
  color: #fff;
  margin-top: -4px;
  margin-bottom: 6px;
}

.about .image-box .fun-fact-inner .single-box h4 span {
  line-height: 100%;
}

.about .image-box .fun-fact-inner .single-box p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  color: #0d0925;
  margin-bottom: -8px;
}

.about .image-box .fun-fact-inner .single-box p span {
  font-size: 12px;
}

.about .part-txt .heading {
  margin-bottom: 15px;
  text-align: left;
}

.part-txt h2 {
  color: #0faf00;
  font-weight: 600;
  margin-bottom: 0px;
}

.about .part-txt p {
  font-size: 16px;
  color: #eaeaea;
  margin-bottom: 15px;
  text-align: justify;
}

.about .part-txt .boxes {
  margin-top: 41px;
}

.about .part-txt .boxes .single-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 42px;
}

.about .part-txt .boxes .single-box .icon {
  margin-right: 15px;
}

.about .part-txt .boxes .single-box .icon span {
  font-size: 25px;
  color: #4b4b46;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.about .part-txt .boxes .single-box .txt h3 {
  font-size: 20px;
  line-height: 100%;
  font-weight: 600;
  color: #4b4b46;
  margin-top: -1px;
  margin-bottom: 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.about .part-txt .boxes .single-box .txt span {
  font-size: 14px;
  line-height: 24px;
  color: #4b4b46;
  margin-bottom: 0;
}

.about .part-txt .boxes .single-box:hover .icon span {
  color: #e7b03c;
}

.about .part-txt .boxes .single-box:hover .txt h3 {
  color: #e7b03c;
}

.about .part-txt .boxes-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 80px 35px 30px;
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 10px 0 rgba(51, 51, 51, 0.07);
  box-shadow: 0 10px 10px 0 rgba(51, 51, 51, 0.07);
}

.about .part-txt .boxes-2 .single-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 6px;
  margin-bottom: -3px;
}

.about .part-txt .boxes-2 .single-box .img {
  margin-right: 15px;
}

.about .part-txt .boxes-2 .single-box .txt h3 {
  font-size: 20px;
  line-height: 100%;
  font-weight: 700;
  color: #4b4b46;
  margin-bottom: 10px;
}

.about .part-txt .boxes-2 .single-box .txt span {
  font-size: 16px;
  line-height: 100%;
  color: #4b4b46;
}

.about .part-txt .boxes-2 .devider {
  position: relative;
}

.about .part-txt .boxes-2 .devider:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 2px;
  height: 100%;
  background: #e2e2e2;
}

.def-btn:hover,
.def-btn:focus {
  background: var(--primary);
  color: #fff;
  text-decoration: none;
}

.def-btn {
  line-height: 80px;
  background: var(--background);
  border-radius: 4px;
  padding: 14px 40px;
  font-size: 16px;
  color: #fff;
  transition: 0.8s;
}

.feature {
  padding-top: 55px;
  padding-bottom: 60px;
}

.feature .single-box {
  -webkit-box-shadow: 0 0 20px -2px rgba(51, 51, 51, 0.15);
  box-shadow: 0 0 20px -2px rgba(51, 51, 51, 0.15);
  border-radius: 10px;
  padding: 30px;
  /* display: -webkit-box; */
  /* display: -ms-flexbox; */
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 3px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  background: rgba(0, 0, 0, 0.1);
}

.feature .single-box::before {
  content: "";
  position: absolute;
  top: -3px;
  left: 50px;
  right: 50px;
  height: 6px;
  background: #0faf00;
  border-radius: 3px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.feature .single-box::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 50px;
  right: 50px;
  height: 6px;
  background: #0faf00;
  border-radius: 3px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.feature .single-box .part-icon {
  margin-bottom: 30px;
}

.feature .single-box .part-icon span {
  display: block;
  font-size: 35px;
  line-height: 100%;
  color: #0d0925;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-top: -2px;
  margin-bottom: -8px;
}

.feature .single-box .part-txt {
  text-align: center;
}

.feature .single-box .part-txt h3 {
  font-size: 26px;
  line-height: 100%;
  font-weight: 700;
  color: #0faf00;
  margin-top: -3px;
  margin-bottom: 18px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.feature .single-box .part-txt p {
  font-size: 16px;
  line-height: 26px;
  color: #eaeaea;
  margin-bottom: -8px;
}

.feature .single-box:hover {
  background: #0faf00;
}

.feature .single-box:hover:before,
.feature .single-box:hover:after {
  background: #fff;
}

.feature .single-box:hover .part-icon span {
  color: #fff;
}

.feature .single-box:hover .part-txt h3 {
  color: #fff;
}

.feature .single-box:hover .part-txt p {
  color: #fff;
}

.feature-2 {
  padding-top: 120px;
  padding-bottom: 60px;
}

.feature-2 .part-txt .heading {
  margin-bottom: 43px;
}

.feature-2 .part-txt p {
  font-size: 16px;
  line-height: 26px;
  color: #4b4b46;
  margin-bottom: 15px;
}

.feature-2 .part-txt .boxes {
  padding-top: 27px;
}

.feature-2 .part-txt .boxes .single-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.feature-2 .part-txt .boxes .single-box:last-child {
  margin-bottom: 0;
}

.feature-2 .part-txt .boxes .single-box .part-icon {
  width: 75px;
  height: 75px;
  -webkit-box-shadow: 0 0 20px 0 rgba(51, 51, 51, 0.2);
  box-shadow: 0 0 20px 0 rgba(51, 51, 51, 0.2);
  border: 5px solid #fff;
  border-radius: 50%;
  background: #0d0925;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 25px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.feature-2 .part-txt .boxes .single-box .txt {
  width: 470px;
}

.feature-2 .part-txt .boxes .single-box .txt h3 {
  font-size: 20px;
  line-height: 100%;
  font-weight: 700;
  color: #4b4b46;
  margin-top: -2px;
  margin-bottom: 14px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.feature-2 .part-txt .boxes .single-box .txt p {
  margin-bottom: -8px;
}

.feature-2 .part-txt .boxes .single-box:hover .part-icon {
  background: #e7b03c;
}

.feature-2 .part-txt .boxes .single-box:hover .txt h3 {
  color: #e7b03c;
}

/*--- services-section --*/
.sync-box img {
  width: 75px;
}

.sync-box h4 {
  font-size: 18px;
  margin-top: 14px;
  font-style: initial;
  color: #fff;
}

.cta-two__image>img {
  width: 60%;
  margin: 0 auto;
  display: block;
}

/*===== Content Sync Style =====*/
.cont-sync-desc>h2 {
  font-size: 32px;
}

.cont-sync-desc>h2+p {
  margin-top: 20px;
}

.cont-sync-desc>p+a {
  margin-top: 45px;
}

.sync-box>a {
  padding: 25px 0 45px;
  /* -webkit-box-shadow: 0 20px 60px 0 rgba(31,90,188,.15); */
  -ms-box-shadow: 0 20px 60px 0 rgba(31, 90, 188, 0.15);
  -o-box-shadow: 0 20px 60px 0 rgba(31, 90, 188, 0.15);
  /* box-shadow: 0 6px 15px rgba(32, 31, 31, 0.25); */
  border: 4px solid transparent;
  /* border-radius: 8px; */
  width: 200px;
  height: 200px;
  margin: 0 auto;
  background: #0d0d0d;
  transition: 0.5s;
}

.sync-box>a:hover,
.sync-box>a:focus {
  border-color: #0faf00;
}

.services-section {
  padding: 60px 0;
}

.sync-box {
  margin-top: 30px;
}

.services-box {
  padding: 7px;
  width: 170px;
  margin: 0 auto;
  border-radius: 0px;
  border: 4px solid transparent;
  transition: 0.5s;
  background: #111;
  /* border-radius: 8px; */
}

.sync-box:hover .services-box {
  transform: scale(0.9);
}

.services-icons {
  padding: 10px 0 80px;
}

/***

====================================================================
	Services Section Two
====================================================================

***/

.services-section-two {
  position: relative;
}

.services-section-two.style-two {
  padding-top: 60px;
  padding-bottom: 60px;
}

.services-section-two .section-icons {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.services-section-two .section-icons .icon-one {
  position: absolute;
  left: 8%;
  top: 32%;
  width: 33px;
  height: 33px;
  display: inline-block;
  background-repeat: no-repeat;
}

.services-section-two .section-icons .icon-two {
  position: absolute;
  left: 5%;
  top: 85%;
  width: 45px;
  height: 45px;
  display: inline-block;
  background-repeat: no-repeat;
}

.services-section-two .section-icons .icon-three {
  position: absolute;
  right: 7%;
  top: 28%;
  width: 40px;
  height: 40px;
  display: inline-block;
  background-repeat: no-repeat;
}

.services-section-two .inner-container {
  position: relative;
  padding-left: 400px;
  margin-top: -200px;
}

.services-section-two .inner-container .service-block-two:first-child {
  position: absolute;
  left: 0px;
  top: 260px;
}

.services-section-two .inner-container .service-block-two:nth-child(3) {
  margin-top: 55px;
}

.services-section-two .inner-container .service-block-two:nth-child(5) {
  margin-top: 50px;
}

/* Service Block Two */

.service-block-two {
  position: relative;
  z-index: 1;
  margin-bottom: 0px;
}

.service-block-two .inner-box {
  position: relative;
  overflow: hidden;
  padding: 45px 45px;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.08);
}

.service-block-two .inner-box .shape-one {
  content: "";
  width: 250px;
  height: 250px;
  background: #0b0b0b;
  border-radius: 50%;
  position: absolute;
  bottom: -120px;
  right: -120px;
  transform: scale(0);
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}

.service-block-two .inner-box:hover .shape-one {
  transform: scale(1);
  webkit-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  transition-delay: 300ms;
}

.service-block-two .inner-box .shape-two {
  content: "";
  width: 373px;
  height: 373px;
  background: #151515;
  border-radius: 50%;
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  transform: translate(100%, 100%);
}

.service-block-two .inner-box:hover .shape-two {
  opacity: 0.6;
  transform: translate(50%, 50%);

  webkit-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
  transition-delay: 600ms;
}

.service-block-two .inner-box .shape-three {
  content: "";
  width: 500px;
  height: 500px;
  background: #202020;
  border-radius: 50%;
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  transform: translate(100%, 100%);
}

.service-block-two .inner-box:hover .shape-three {
  opacity: 0.4;
  webkit-transition-delay: 900ms;
  -ms-transition-delay: 900ms;
  transition-delay: 900ms;
  transform: translate(50%, 50%);
}

.service-block-two .inner-box::before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 50%;
  opacity: 0;
  background-color: #3d3d3d;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
}

.service-block-two .inner-box:hover::before {
  height: 100%;
  opacity: 1;
}

.service-block-two .inner-box .icon-box {
  position: relative;
  z-index: 2;
}

.service-block-two .inner-box .icon-box {
  position: relative;
  font-size: 60px;
  line-height: 1em;
  color: #ff00f6;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block-two .inner-box .icon-box .icon {
  position: relative;
}

.service-block-two .inner-box h3 {
  position: relative;
  font-size: 24px;
  z-index: 2;
  color: #222222;
  font-weight: 700;
  line-height: 1.3em;
  margin: 35px 0px 28px;
}

.service-block-two .inner-box h3 a {
  position: relative;
  color: #222222;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.service-block-two .inner-box h3 a:hover,
.service-block-two .inner-box .read-more:hover {
  color: #ff0303;
}

.service-block-two .inner-box .text {
  position: relative;
  color: #222222;
  z-index: 2;
  font-size: 16px;
  line-height: 1.8em;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block-two .inner-box:hover .icon-box,
.service-block-two .inner-box:hover h3 a,
.service-block-two .inner-box:hover .text {
  color: #ffffff;
}

.services-section-two {
  padding: 30px 0 40px;
}

.service-two-bar h3 {
  text-align: center;
  padding-bottom: 40px;
}

/***

====================================================================
	Call To Action Section Two
====================================================================

***/
.call-to-action-section-two {
  position: relative;
  padding: 40px 0px 40px;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.call-to-action-section-two .pattern-layer {
  position: absolute;
  right: 0px;
  top: 0px;
  left: 0px;
  bottom: 0px;
  z-index: -1;
  background-repeat: no-repeat;
}

.call-to-action-section-two .content {
  position: relative;
  text-align: right;
}

.call-to-action-section-two .content h2 {
  position: relative;
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3em;
}

.call-to-action-section-two .content .text {
  position: relative;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.8em;
  margin-top: 30px;
  margin-bottom: 30px;
}

.call-to-action-section-two .section-icons {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.call-to-action-section-two .section-icons .icon-one {
  position: absolute;
  left: 10%;
  top: 30%;
  width: 33px;
  height: 33px;
  background-repeat: no-repeat;
}

.call-to-action-section-two .section-icons .icon-two {
  position: absolute;
  right: 10%;
  top: 10%;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
}

.call-to-action-section-two .section-icons .icon-three {
  position: absolute;
  left: 28%;
  top: 60%;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
}

.call-to-action-section-two .section-icons .icon-four {
  position: absolute;
  left: 88%;
  top: 60%;
  width: 45px;
  height: 45px;
  background-repeat: no-repeat;
}

/***

====================================================================
	Call To Action Section
====================================================================

***/

.call-to-action-section {
  position: relative;
  padding: 120px 0px 90px;
}

.call-to-action-section .image-column {
  position: relative;
}

.call-to-action-section .image-column .pattern-layer {
  position: absolute;
  left: 0px;
  top: -30px;
  right: 0px;
  bottom: 0px;
  height: 618px;
  background-repeat: no-repeat;
  background-position: center top;
}

.call-to-action-section .image-column .inner-column {
  position: relative;
  padding-right: 20px;
}

.call-to-action-section .image-column .inner-column .image {
  position: relative;
}

.call-to-action-section .image-column .inner-column .image img {
  position: relative;
  max-width: inherit;
  float: right;
}

.call-to-action-section .content-column {
  position: relative;
}

.call-to-action-section .content-column .inner-column {
  position: relative;
  padding-top: 20px;
}

.call-to-action-section .content-column h2 {
  position: relative;
  color: #000000;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3em;
}

.call-to-action-section .content-column h2 span {
  color: #bf1d6a;
}

.call-to-action-section .content-column .bold-text {
  position: relative;
  color: #222222;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7em;
  margin-top: 20px;
  margin-bottom: 20px;
}

.call-to-action-section .content-column .text {
  position: relative;
  color: #777777;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7em;
  margin-bottom: 40px;
}

.btn-style-four:hover {
  position: relative;
  color: #fff;
  background-color: var(--background);
}

.btn-style-four {
  position: relative;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 17px 40px;
  border-radius: 5px;
  display: inline-block;
  background-image: linear-gradient(to right, #0faf00 0%, #0b8200 100%);
}

.theme-btn {
  display: inline-block;
  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;
}

.fun-fact .bg-chng {
  border: 5px solid #0d0d0d;
  border-radius: 10px;
  background: #111;
  padding: 60px 45px;
  margin-top: -5px;
  /* margin-bottom: -115px; */
  position: relative;
  z-index: 3;
}

.fun-fact .bg-chng .single-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fun-fact .bg-chng .single-box .part-icon {
  margin-bottom: 12px;
}

.fun-fact .bg-chng .single-box .part-icon span {
  font-size: 25px;
  line-height: 100%;
  color: #e7b03c;
}

.fun-fact .bg-chng .single-box .part-txt {
  text-align: center;
}

.fun-fact .bg-chng .single-box .part-txt h2 {
  font-size: 35px;
  line-height: 100%;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
}

.fun-fact .bg-chng .single-box .part-txt h2 .odometer-formatting-mark {
  display: none;
}

.fun-fact .bg-chng .single-box .part-txt p {
  font-size: 16px;
  line-height: 100%;
  color: #fff;
  margin-bottom: -3px;
}

.process {
  padding-top: 70px;
  padding-bottom: 60px;
}

.process .single-box {
  /* display: -webkit-box; */
  /* display: -ms-flexbox; */
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0 0 20px 0 rgba(51, 51, 51, 0.12);
  box-shadow: 0 0 20px 0 rgba(51, 51, 51, 0.17);
  border-radius: 10px;
  padding: 40px 30px;
  position: relative;
  overflow: hidden;
  z-index: 2;
  margin-top: 15px;
  margin-bottom: 15px;
  background: #fff;
}

.process .single-box::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  height: 6px;
  background: #0faf00;
  border-radius: 3px;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  z-index: -3;
}

.process .single-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  height: 6px;
  background: #0faf00;
  border-radius: 3px;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  z-index: -1;
}

.process .single-box .part-icon {
  width: 64px;
  height: 64px;
  background: #242526;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
}

.process .single-box .part-txt {
  text-align: center;
}

.process .single-box .part-txt h3 {
  font-size: 26px;
  line-height: 100%;
  font-weight: 700;
  color: #4b4b46;
  margin-top: -3px;
  margin-bottom: 18px;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.process .single-box .part-txt p {
  font-size: 16px;
  line-height: 26px;
  color: #4b4b46;
  margin-bottom: -8px;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.process .single-box span {
  position: absolute;
  bottom: -13px;
  right: -3px;
  font-size: 80px;
  line-height: 100%;
  font-weight: 700;
  color: #f8f8f8;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  z-index: -2;
}

.process .single-box:hover:before {
  left: 0;
  right: 0;
  height: 100%;
  border-radius: 10px;
}

.process .single-box:hover:after {
  left: 0;
  right: 0;
  height: 100%;
  border-radius: 10px;
  opacity: 0;
}

.process .single-box:hover .part-txt h3,
.process .single-box:hover .part-txt p {
  color: #fff;
}

.process .single-box:hover span {
  color: #edb744;
}

.process-2 {
  background: #0d0925;
  padding: 120px 0;
}

.process-2.process-inner {
  background: 0 0;
  padding: 0;
}

.process-2.process-inner .no-gutters .single-box .part-icon {
  background: #0d0925;
}

.process-2.process-inner .no-gutters .single-box .part-icon .icon {
  color: #fff;
}

.process-2.process-inner .no-gutters .single-box .part-icon .no {
  border-color: #fff;
  color: #0d0925;
}

.process-2.process-inner .no-gutters .single-box .part-txt h3,
.process-2.process-inner .no-gutters .single-box .part-txt p {
  color: #4b4b46;
}

.process-2.process-inner .no-gutters .single-box:hover .part-icon .icon {
  color: #0d0925;
}

.process-2.process-inner .no-gutters .single-box:hover .part-icon .no {
  background: #0d0925;
  color: #fff;
}

.process-2 .no-gutters {
  margin: 0 -15px;
}

.process-2 .no-gutters .single-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 0 15px;
}

.process-2 .no-gutters .single-box .part-icon {
  width: 90px;
  height: 90px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.process-2 .no-gutters .single-box .part-icon .icon {
  font-size: 35px;
  line-height: 103px;
  color: #0d0925;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.process-2 .no-gutters .single-box .part-icon .no {
  position: absolute;
  top: 0;
  right: 0;
  width: 28px;
  height: 28px;
  line-height: 24px;
  font-size: 12px;
  font-weight: 700;
  background: #e7b03c;
  border: 2px solid #0d0925;
  border-radius: 50%;
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.process-2 .no-gutters .single-box .part-txt {
  text-align: center;
}

.process-2 .no-gutters .single-box .part-txt h3 {
  font-size: 26px;
  line-height: 100%;
  font-weight: 700;
  color: #fff;
  margin-top: -3px;
  margin-bottom: 18px;
}

.process-2 .no-gutters .single-box .part-txt p {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  margin-bottom: -8px;
}

.process-2 .no-gutters .single-box .arrow {
  position: absolute;
  top: 0;
  right: 0;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}

.process-2 .no-gutters .single-box .arrow.rotate {
  -webkit-transform: translateX(50%) rotateX(180deg);
  transform: translateX(50%) rotateX(180deg);
}

.process-2 .no-gutters .single-box:hover .part-icon {
  background: #e7b03c;
}

.process-2 .no-gutters .single-box:hover .part-icon .icon {
  color: #fff;
}

.process-2 .no-gutters .single-box:hover .part-icon .no {
  background: #fff;
  color: #0d0925;
}

.pricing {
  padding-top: 60px;
  padding-bottom: 120px;
}

.pricing.pricing-inner {
  padding-bottom: 0;
}

.pricing.pricing-inner-2 {
  padding-top: 120px;
}

.pricing .controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}

.pricing .controls span {
  font-size: 16px;
  line-height: 100%;
  color: #4b4b46;
}

.pricing .controls nav {
  padding: 0 30px;
}

.pricing .controls nav .nav {
  width: 135px;
  height: 40px;
  background: #0d0925;
  padding: 0 6px;
  border: 0;
  border-radius: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pricing .controls nav .nav .nav-item {
  width: 28px;
  height: 28px;
  background: 0 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  position: relative;
}

.pricing .controls nav .nav .nav-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 123px;
  height: 100%;
  background: #e7b03c;
  border-radius: 14px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  opacity: 0;
}

.pricing .controls nav .nav .nav-item:last-child:after {
  left: auto;
  right: 0;
}

.pricing .controls nav .nav .nav-item.active:after {
  width: 28px;
  opacity: 1;
}

.pricing .tab-pane {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.pricing .tab-pane .single-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px;
  -webkit-box-shadow: 0 0 30px -5px rgba(51, 51, 51, 0.1);
  box-shadow: 0 0 30px -5px rgba(51, 51, 51, 0.1);
  border-radius: 10px;
  margin-bottom: 20px;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.pricing .tab-pane .single-box .part-img {
  border-radius: 10px;
  margin-right: 45px;
  position: relative;
  overflow: hidden;
}

.pricing .tab-pane .single-box .part-img .price {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(13, 9, 37, 0.85);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pricing .tab-pane .single-box .part-img .price h3 {
  font-size: 45px;
  line-height: 45px;
  font-weight: 700;
  color: #fff;
  padding-left: 20px;
  margin-bottom: 0;
  position: relative;
}

.pricing .tab-pane .single-box .part-img .price h3 span:first-child {
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 20px;
  line-height: 20px;
}

.pricing .tab-pane .single-box .part-img .price h3 span:last-child {
  font-size: 16px;
  line-height: 100%;
  font-weight: 400;
  margin-left: 12px;
}

.pricing .tab-pane .single-box .part-txt h3 {
  font-size: 20px;
  line-height: 100%;
  font-weight: 700;
  color: #4b4b46;
  margin-top: -2px;
  margin-bottom: 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.pricing .tab-pane .single-box .part-txt ul {
  padding: 0;
  margin-bottom: -10px;
  list-style: none;
}

.pricing .tab-pane .single-box .part-txt ul li {
  font-size: 16px;
  line-height: 30px;
  color: #4b4b46;
}

.pricing .tab-pane .single-box .part-txt ul li span {
  font-size: 12px;
  line-height: 100%;
  color: #0d0925;
  margin-right: 20px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.pricing .tab-pane .single-box .part-btn {
  position: absolute;
  bottom: -20px;
  right: 30px;
}

.pricing .tab-pane .single-box .part-btn .def-btn {
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
}

.pricing .tab-pane .single-box:hover {
  -webkit-box-shadow: 0 0 30px -5px rgba(51, 51, 51, 0.25);
  box-shadow: 0 0 30px -5px rgba(51, 51, 51, 0.25);
}

.pricing .tab-pane .single-box:hover .part-txt h3 {
  color: #e7b03c;
}

.pricing .tab-pane .single-box:hover .part-txt ul li span {
  color: #e7b03c;
}

.heading {
  text-align: center;
  padding: 15px 0;
}

.part-icon img {
  width: 45px;
}

/** 
Service-section 
====================**/
.footer-area {
  padding-top: 175px;
  position: relative;
  background: #343434;
}

.footer-shape {
  position: absolute;
  width: 106%;
  left: -30px;
  right: 0;
  top: 0px;
}

.footer-shape use {
  fill: #292929;
}

.footer-wrapper {
  padding-bottom: 40px;
  text-align: left;
}

.footer-area .footer-svg {
  height: 600px;
  width: 100%;
  fill: rgba(248, 245, 252, 0.55);
  position: absolute;
  bottom: 0;
  z-index: -1;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area .col-lg-3.col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .footer-area .col-lg-3.col-sm-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .footer-area .col-lg-3.col-sm-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area .footer-shared {
    height: auto;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .footer-area .footer-shared {
    height: 100%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .footer-area .footer-shared {
    height: 100%;
  }
}

.footer-area .footer-shared a .footer__logo {
  width: auto;
  height: 40px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.footer-area .footer-shared .footer-title {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 500;
  padding-bottom: 15px;
  margin-bottom: 24px;
  display: inline-block;
  position: relative;
  color: #0faf00;
}

.footer-area .footer-shared .footer-title .footer-title-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 15px;
  height: 4px;
  background-color: #0faf00;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.footer-area .footer-shared .footer-title .footer-title-shape:nth-child(2) {
  left: 17px;
  width: 10px;
  opacity: 0.8;
}

.footer-area .footer-shared .footer-title .footer-title-shape:nth-child(3) {
  left: 29px;
  width: 8px;
  opacity: 0.6;
}

.footer-area .footer-shared .footer-address-links {
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  margin-top: 26px;
  font-weight: 400;
}

.footer-address-links i {
  padding-right: 10px;
}

.footer-address-links .fa-phone {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.footer-area .footer-shared .footer-address-links a {
  display: block;
  color: #0faf00;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}

.footer-area .footer-shared .footer-address-links a:hover {
  color: #fff;
}

.footer-area .footer-shared .footer-meta {
  font-size: 18px;
  color: #283a5e;
  text-transform: capitalize;
  font-weight: 700;
  margin-top: 25px;
  margin-bottom: 27px;
}

.footer-area .footer-shared .footer-link li {
  display: inline-block;
  color: #283a5e;
}

@media (max-width: 1199px) {
  .footer-area .footer-shared .footer-link li {
    margin-left: -1px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area .footer-shared .footer-link li {
    margin-left: 0;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .footer-area .footer-shared .footer-link li {
    margin-left: 0;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .footer-area .footer-shared .footer-link li {
    margin-left: 0;
  }
}

.divider {
  position: relative;
  border-top: 2px solid #eee;
}

.divider:before,
.divider:after {
  position: absolute;
  content: "";
  top: -5px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #ddd;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.divider:after {
  left: auto;
  right: 0;
}

.divider .divider__circle {
  position: absolute;
  content: "";
  top: -5px;
  left: 50%;
  width: 8px;
  height: 8px;
  background-color: #ddd;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.footer-area .footer-shared .footer-link li a {
  color: #283a5e;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 16px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid rgba(103, 114, 134, 0.1);
  display: block;
  position: relative;
}

.footer-area .footer-shared .footer-link li a i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.footer-area .footer-shared .footer-link li a i.fa-facebook-f {
  color: #182eb2;
}

.footer-area .footer-shared .footer-link li a i.fa-twitter {
  color: #31a5ff;
}

.footer-area .footer-shared .footer-link li a i.fa-instagram {
  color: #cd3099;
}

.footer-area .footer-shared .footer-link li a i.fa-linkedin-in {
  color: #31a5ff;
}

.footer-area .footer-shared .footer-link li a i.fa-google-plus-g {
  color: #ff2e2e;
}

.footer-area .footer-shared .footer-link li a:hover {
  background-color: #ffc312;
  border-color: #0faf00;
}

.footer-area .footer-shared .footer-link li a:hover i {
  color: #fff;
}

.footer-area .footer-shared .company-link li {
  display: block;
  margin-bottom: 10px;
  color: #fff;
}

.footer-area .footer-shared .company-link li a {
  width: auto;
  height: auto;
  display: inline-block;
  background-color: transparent;
  -webkit-box-shadow: 0 0;
  -moz-box-shadow: 0 0;
  box-shadow: 0 0;
  text-transform: capitalize;
  font-size: 16px;
  line-height: inherit;
  font-weight: 400;
  color: #fff;
  border: 0;
  padding-left: 3px;
}

.footer-area .footer-shared .company-link li a:hover {
  background-color: transparent;
  color: #0faf00;
}

.footer-area .footer-shared .company-link li a:hover:after {
  bottom: 4px;
  opacity: 1;
  visibility: visible;
}

.footer-area .footer-shared .company-link li a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #0faf00;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}

.footer-area .footer-widget {
  padding-left: 36px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area .footer-widget {
    padding-left: 0;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .footer-area .footer-widget {
    padding-left: 0;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .footer-area .footer-widget {
    padding-left: 0;
  }
}

.footer-area .copyright-content {
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area .copyright-content {
    text-align: center;
  }

  .footer-shared.text-right {
    text-align: center !important;
    padding-top: 20px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .footer-area .copyright-content {
    text-align: center;
  }

  .footer-shared.text-right {
    text-align: center !important;
    padding-top: 20px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .footer-area .copyright-content {
    text-align: center;
  }

  .footer-shared.text-right {
    text-align: center !important;
    padding-top: 20px;
  }
}

@media (max-width: 320px) {
  .footer-area .copyright-content {
    margin-top: 20px;
  }

  .footer-shared.text-right {
    text-align: center !important;
    padding-top: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area .copyright-content .col-lg-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .footer-area .copyright-content .col-lg-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .footer-area .copyright-content .col-lg-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.footer-area .copyright-content .copy__desc {
  font-size: 15px;
  color: #fff;
  font-weight: 400;
  text-align: left;
}

.footer-area .copyright-content .copy__desc a {
  color: #0faf00;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.footer-area .copyright-content .copy__desc a:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #009646;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}

.footer-area .copyright-content .copy__desc a:hover {
  color: #009646;
}

.footer-area .copyright-content .copy__desc a:hover:after {
  opacity: 1;
  visibility: visible;
  bottom: 4px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area .copyright-content .payment__currency {
    text-align: center;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .footer-area .copyright-content .payment__currency {
    text-align: center;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .footer-area .copyright-content .payment__currency {
    text-align: center;
    margin-top: 30px;
  }
}

.footer-area .copyright-content .payment__currency li {
  display: inline-block;
  margin-right: 12px;
}

@media (max-width: 320px) {
  .footer-area .copyright-content .payment__currency li {
    margin-right: 15px;
    margin-bottom: 15px;
  }
}

.footer-area .copyright-content .payment__currency li:last-child {
  margin-right: 0;
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area2 {
    padding-top: 70px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .footer-area2 {
    padding-top: 70px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .footer-area2 {
    padding-top: 70px;
  }
}

.footer-link.company-link {
  padding: 0px !important;
}

@media (max-width: 991px) {
  .nav-bar {
    display: none;
  }
}

#about {
  padding: 40px 0;
}

#about .about-extra h4 {
  font-weight: 600;
  font-size: 24px;
}

#about .about-extra P {
  font-size: 15px;
  color: #efefef;
  font-weight: 400;
}

#about .about-extra P strong {
  color: var(--primary);
  font-weight: 500;
}

#about .features li {
  color: #efefef;
  padding: 4px 0;
}

#about .features li strong {
  color: var(--primary);
  font-weight: 500;
}

#services .box {
  padding: 20px 15px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 10px 40px 10px;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
}

#services .title {
  margin-left: 25px;
  margin-bottom: 15px;
}

#services .title a {
  color: #000;
  text-decoration: none;
}

#services .description {
  font-size: 14px;
  margin-left: 25px;
  color: #000;
  line-height: 24px;
  margin-bottom: 0;
}

#services .description {
  font-size: 14px;
  margin-left: 25px;
  line-height: 24px;
  margin-bottom: 0;
  color: rgb(34, 34, 34);
}

.benefits ul {
  list-style-type: none;
  padding: 0;
  margin-left: 25px;
}

.benefits ul li {
  display: inline-block;
  float: left;
  font-size: 15px;
  width: 50%;
  color: #000;
}

.benefits ul li::before {
  content: "\00BB";
  font-size: 25px;
  margin-right: 10px;
  color: #0faf00;
}

.contactDetails-Div p strong {
  color: #dadada;
}

.contactDetails-Div p {
  font-weight: 400;
  color: #c1c1c1;
}

@media only screen and (max-width: 500px) {
  .logo-section img {
    max-width: auto;
  }

  .fun-fact .bg-chng .single-box .part-txt {
    margin: 15px 0;
  }
}

.headerLogo {
  position: relative;
  left: 30px;
  top: 30px;
  z-index: 1;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 20rem;
}

.headerLogo img {
  height: 50px;
  background-color: var(--background);
  padding: 7px;
  border-radius: 5px;
}

.termsHeader {
  margin-top: 20px;
}

.mobileLogo {
  display: none;
}

@media only screen and (max-width:768px) {
  .mobileLogo {
    display: block;
    height: 30px;
    width: auto;
  }

  .headerLogo {
    left: 0;
    top: 8px;
  }
}

.privacy-policy h3 {
  font-size: 20px;
  margin: 10px 0;
}

.privacy-policy p {
  font-size: 15px;
  color: #efefef;
}

.privacy-policy ul li {
  padding: 4px 0;
}
.privacy-policy p a{
  color: var(--primary);
}