/*
    Theme Name: Oqunet
    Description: Oqunet default theme
    Version: 1.0
    Author: Marc bou sleiman
*/
/*fonts includes*/
@font-face {
  font-family: "jubilat_bold";
  src: url("/fonts/Jubilat Bold.otf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "jubilat_black";
  src: url("/fonts/Jubilat Black.otf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "circular_bold";
  src: url("/fonts/circular/CircularStd-Bold.otf");
  src: url("/fonts/circular-CircularStd-Bold.woff2") format("woff2"),
    url("/fonts/circular-CircularStd-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "circular_medium";
  src: url("/fonts/circular/CircularStd-Medium.otf");
  src: url("/fonts/circular-CircularStd-Medium.woff2") format("woff2"),
    url("/fonts/circular-CircularStd-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "circular_book";
  src: url("/fonts/circular/CircularStd-Book.otf");
  src: url("/fonts/circular-CircularStd-Book.woff2") format("woff2"),
    url("/fonts/circular-CircularStd-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "circular_black";
  src: url("/fonts/circular/CircularStd-Black.otf");
  src: url("/fonts/circular-CircularStd-Black.woff2") format("woff2"),
    url("/fonts/circular-CircularStd-Black.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "circular_bookitalic";
  src: url("/fonts/circular/CircularStd-BookItalic.otf");
  src: url("/fonts/circular-CircularStd-BookItalic.woff2") format("woff2"),
    url("/fonts/circular-CircularStd-BookItalic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "circular_bolditalic";
  src: url("/fonts/circular/CircularStd-BoldItalic.otf");
  src: url("/fonts/circular-CircularStd-BoldItalic.woff2") format("woff2"),
    url("/fonts/circular-CircularStd-BoldItalic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "circular_mediumitalic";
  src: url("/fonts/circular/CircularStd-MediumItalic.otf");
  src: url("/fonts/circular-CircularStd-MediumItalic.woff2") format("woff2"),
    url("/fonts/circular-CircularStd-MediumItalic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/*general styles*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  /*    -webkit-transition:all 0.5s ease-in;
        -moz-transition:all 0.5s ease-in;
        -o-transition:all 0.5s ease-in;
        -ms-transition:all 0.5s ease-in;
        transition:all 0.5s ease-in;*/
}

*:focus,
*:active {
  outline: 0;
  text-decoration: none;
}

html,
body {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  font-family: "wavehaus_regular";
  position: relative;
  background-color: #000;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

a {
  outline: none !important;
  color: #3b5998;
}

a:hover,
a:focus {
  /*text-decoration: none;*/
}

.clear {
  clear: both;
}

.clear-left {
  clear: left;
}

.nolink {
  cursor: default;
  pointer-events: none;
}

.link_behavior {
  cursor: pointer;
}

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.shown_on_mobile {
  display: none;
}

.hidden {
  display: none;
}

.custom_container {
  width: 100%;
  max-width: calc(100% - 250px);
  margin: 0 auto;
}

.mobile_menu_wrapper {
  display: none;
}

.loader_div {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #151515;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999999;
  background-position: center;
  background-size: 250px;
  background-repeat: no-repeat;
  background-image: url(../images/images-oqunet-loader.gif);
}

/*.loader_div img{
    max-width: 250px;
    height: auto;
}*/
/*top header styles start*/
.top_header {
  top: 0;
  border-bottom: 1px solid rgba(62, 62, 62, 0.5);
  background-color: #141516;
  padding: 20px 0 10px 0;
  z-index: 999999;
}

.top_header .left_section {
  float: left;
}

.top_header .left_section img {
  max-width: 115px;
  height: auto;
}

.top_header .right_section {
  float: right;
}

.top_header .right_section a.open_menu_trigger {
  display: none;
}

.top_header .right_section ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.top_header .right_section ul li {
  display: inline-block;
  padding: 0 20px;
}

.top_header .right_section ul li.hasChildren {
  position: relative;
}

.top_header .right_section ul li a {
  color: #7c7c7c;
  font-size: 15px;
  font-family: "circular_book";
  position: relative;
  padding: 0 0 5px 0;
}

.top_header .right_section ul li a:hover,
.top_header .right_section ul li a:focus,
.top_header .right_section ul li a:active {
  text-decoration: none;
}

.top_header .right_section ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  background-color: rgba(255, 255, 255, 0.8);
  height: 2px;
  right: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.top_header .right_section ul li a:not(.active):hover:after {
  width: 100%;
  left: 0;
  right: auto;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.top_header .right_section ul li a.active {
  color: #fff;
}

.top_header .right_section ul li.hasChildren .sub_menu_parent {
  position: absolute;
  top: calc(100% + 30px);
  left: 0;
  padding: 15px 0 0 0;
  border-radius: 5px;
  text-align: center;
  background-color: #2b2b2b;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.top_header .right_section ul li.hasChildren a {
  padding: 0 0 20px 0;
}

.top_header .right_section ul li.hasChildren a i {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.top_header .right_section ul li.hasChildren:hover > a:after {
  width: 0;
}

.top_header .right_section ul li.hasChildren:hover a i {
  transform: rotate(180deg);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.top_header .right_section ul li.hasChildren:hover .sub_menu_parent {
  z-index: 9999;
  opacity: 1;
  top: calc(100% + 15px);
  visibility: visible;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.top_header .right_section ul li.hasChildren .sub_menu_parent li {
  width: 100%;
  padding: 0 20px 15px 20px;
}

.top_header .right_section ul li.hasChildren .sub_menu_parent li a {
  padding: 0 0 5px 0;
}
/*top header styles end*/

/*homepage styles start*/
.homepage {
  background-color: #141516;
}

.homepage main .slideshow .shape {
  z-index: 99999;
  opacity: 0;
}

.homepage main .slideshow .slides--titles {
  z-index: 1;
}

.homepage main .slideshow .slides--titles .slide {
  justify-content: flex-end;
  align-items: center;
  min-height: 100vh;
  position: relative;
  display: flex;
  margin: 90px 0 0 0;
}

.homepage main .slideshow .slides--titles .slide[data-slide="1"] {
  margin: 0;
}

.homepage main .slideshow .slides--titles .slide[data-slide="1"] .halfCircleBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.homepage main .slideshow .slides--titles .slide[data-slide="6"] {
  box-shadow: 0px 5px 32px 32px #141516;
  background-color: #151315;
}

.homepage main .slideshow .slides--titles .slide[data-slide="7"] {
  background-color: #141516;
  margin: 0;
  z-index: 5;
  box-shadow: 0px 5px 32px 32px #141516;
}

.homepage main .slideshow .slides--titles .slide.ourSolutionsSlide {
  align-content: flex-end;
  align-items: center;
  justify-content: flex-end;
  padding: 56px 0 0 0;
}

.homepage
  main
  .slideshow
  .slides--titles
  .slide.ourSolutionsSlide
  .innerMainSlide {
  width: 100%;
  height: 100%;
}

.homepage
  main
  .slideshow
  .slides--titles
  .slide.ourSolutionsSlide
  .innerMainSlide
  .sectionTitle {
  color: #1f1f1f;
  font-size: 55px;
  font-family: "jubilat_bold";
  text-align: center;
  margin: 0 0 30px 0;
}

.homepage
  main
  .slideshow
  .slides--titles
  .slide.ourSolutionsSlide
  .swiper-container {
  padding: 0;
  width: 100%;
  height: 100%;
}

.homepage
  main
  .slideshow
  .slides--titles
  .slide.ourSolutionsSlide
  .swiper-container
  .swiper-slide {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.homepage
  main
  .slideshow
  .slides--titles
  .slide.ourSolutionsSlide
  .swiper-container
  .swiper-slide
  .infoHolder {
  position: absolute;
  top: 50%;
  left: 100px;
  transform: translateY(-50%);
}

.homepage
  main
  .slideshow
  .slides--titles
  .slide.ourSolutionsSlide
  .swiper-container
  .swiper-slide
  .infoHolder
  img {
  width: auto;
  height: auto;
  max-width: 200px;
  max-height: 110px;
}

.homepage
  main
  .slideshow
  .slides--titles
  .slide.ourSolutionsSlide
  .swiper-container
  .swiper-slide
  .infoHolder
  h2 {
  font-size: 18px;
  color: #707070;
  font-family: "jubilat_bold";
  letter-spacing: 0.4px;
  margin: 0 0 20px 0;
  padding: 0 0 25px 0;
  position: relative;
}

.homepage
  main
  .slideshow
  .slides--titles
  .slide.ourSolutionsSlide
  .swiper-container
  .swiper-slide
  .infoHolder
  h2:after {
  content: "";
  width: 30px;
  background-color: rgba(255, 255, 255, 0.15);
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
}

.homepage
  main
  .slideshow
  .slides--titles
  .slide.ourSolutionsSlide
  .swiper-container
  .swiper-slide
  .infoHolder
  h3 {
  font-size: 24px;
  color: #707070;
  font-family: "circular_bold";
  line-height: 28px;
  letter-spacing: 0.4px;
  margin: 25px 0 0 0;
  width: 100%;
  max-width: 200px;
}

.homepage
  main
  .slideshow
  .slides--titles
  .slide.ourSolutionsSlide
  .arrowsHolder {
  display: flex;
  text-align: center;
  align-items: center;
  margin: 0 auto;
  justify-content: center;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  z-index: 10;
}

.homepage
  main
  .slideshow
  .slides--titles
  .slide.ourSolutionsSlide
  .solutionsSliderNav {
  width: 38px;
  height: 38px;
  border: 1px solid #141414;
  background-color: #141414;
  text-align: center;
  font-size: 30px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 100%;
}

.homepage
  main
  .slideshow
  .slides--titles
  .slide.ourSolutionsSlide
  .solutionsSliderNav.prevBut {
  margin: 0 8px 0 0;
}

.homepage
  main
  .slideshow
  .slides--titles
  .slide.ourSolutionsSlide
  .solutionsSliderNav.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}

.homepage main .slideshow .slides--titles .slide .slide__title {
  color: #e8eddf;
  font-size: 64px;
  font-family: "jubilat_bold";
  text-align: right;
  display: inline-block;
}

.homepage main .slideshow .slides--titles .slide .inner-slide svg {
  display: inline-block;
  max-width: 90px;
  vertical-align: top;
  position: absolute;
  margin: 20px 15px 0 0;
  left: -160px;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.homepage main .slideshow .slides--titles .slide .inner-slide svg.digital_svg,
.homepage main .slideshow .slides--titles .slide .inner-slide svg.website_svg {
  max-width: 130px;
  left: -170px;
}

.homepage main .slideshow .slides--titles .slide .inner-slide svg.yaga {
  opacity: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.homepage main .slideshow .slides--titles .slide .slide__title span.shadowed {
  text-shadow: 0px 2px 24px rgba(255, 255, 255, 0.85);
}

.homepage main .slideshow .slides--titles .slide .inner-slide {
  margin: 0 120px 0 0;
  text-align: right;
  position: relative;
  z-index: 15;
}

.homepage main .slideshow .slides--titles .slide .inner-slide a {
  font-size: 18px;
  font-family: "circular_book";
  color: #86c097;
  margin: 10px 0 auto auto;
  display: block;
  position: relative;
  max-width: 90px;
}

.homepage main .slideshow .slides--titles .slide .inner-slide a:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  background-color: rgba(134, 192, 151, 0.8);
  height: 2px;
  right: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.homepage main .slideshow .slides--titles .slide .inner-slide a:hover:after {
  width: 100%;
  left: 0;
  right: auto;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.homepage main .slideshow .slides--titles .slide .inner-slide a:hover {
  text-decoration: none;
}

.homepage
  main
  .slideshow
  .slides--titles
  .slide
  .inner-slide
  .video_prepopup_holder {
  max-width: 160px;
}

.homepage
  main
  .slideshow
  .slides--titles
  .slide
  .inner-slide
  .video_prepopup_holder
  i {
  font-size: 13px;
  margin: 0 10px 0 0;
}

.homepage
  main
  .slideshow
  .slides--titles
  .slide
  .inner-slide
  .video_prepopup_holder
  .thmbnail_holder {
  position: relative;
}

.homepage
  main
  .slideshow
  .slides--titles
  .slide
  .inner-slide
  .video_prepopup_holder
  .thmbnail_image {
  width: 100%;
  height: auto;
}

.homepage
  main
  .slideshow
  .slides--titles
  .slide
  .inner-slide
  .video_prepopup_holder
  .play_button {
  max-width: 50px;
  height: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 3;
}

.homepage
  main
  .slideshow
  .slides--titles
  .slide
  .inner-slide
  .video_prepopup_holder
  .blacked_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(21, 21, 21, 0.5);
  z-index: 1;
}

.homepage
  main
  .slideshow
  .slides--titles
  .slide
  .inner-slide
  .video_prepopup_holder
  .description_holder {
  background-color: #fff;
  padding: 10px 15px;
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
}

.homepage
  main
  .slideshow
  .slides--titles
  .slide
  .inner-slide
  .video_prepopup_holder
  .description_holder
  h3 {
  color: #151515;
  font-size: 22px;
  text-align: left;
  font-family: "jubilat_black";
  margin: 0;
}

.homepage main .slideshow .slides--images .slide .slide__img {
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #151515;
}

.homepage main .slideshow .slides .slide .solutions_logo {
  position: absolute;
  bottom: 13%;
  left: 125px;
  max-width: 220px;
  height: auto;
  z-index: 10;
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -o-transition: all 1.5s;
  -ms-transition: all 1.5s;
  transition: all 1.5s;
}

.homepage main .slideshow .slides .slide .waves_logo {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  z-index: 10;
}

@keyframes float {
  0% {
    transform: translatey(0px) rotate(0deg);
  }
  50% {
    transform: translatey(-5px) rotate(0.8deg);
  }
  100% {
    transform: translatey(0px) rotate(0deg);
  }
}

.homepage main .slideshow .slides .slide .solutions_logo.turn_me {
  transform: rotate(360deg);
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -o-transition: all 1.5s;
  -ms-transition: all 1.5s;
  transition: all 1.5s;
}

.homepage main .slideshow .slides .slide .blacked_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
}

.homepage main .slideshow .slide .kali_video {
  position: absolute;
  z-index: 1;
  left: 0;
  max-width: 100%;
  top: 0;
  width: 100%;
}

.homepage main .slideshow .slide .gaming_video {
  position: absolute;
  z-index: 1;
  left: 0;
  max-width: 100%;
  max-height: 100%;
}

.homepage .copyrights {
  position: absolute;
  bottom: 10px;
  left: 125px;
  color: #e8eddf;
  font-size: 12px;
  z-index: 10;
  font-family: "circular_bookitalic";
}

.homepage .scroll_down_button {
  font-size: 15px;
  color: #e8eddf;
  position: absolute;
  bottom: 65px;
  right: 90px;
  z-index: 15;
  /*transform: rotate(90deg);*/
  font-family: "circular_book";
  animation: up-and-up 1s ease-out infinite;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

@keyframes up-and-up {
  0% {
    transform: translateY(0px) rotate(90deg);
  }
  50% {
    transform: translateY(10px) rotate(90deg);
  }
  100% {
    transform: translateY(0px) rotate(90deg);
  }
}

.homepage .scroll_down_button:hover,
.homepage .scroll_down_button:active,
.homepage .scroll_down_button:focus {
  text-decoration: none;
}

.homepage .scroll_down_button:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  background-color: #bde67c;
  height: 2px;
  right: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.homepage .scroll_down_button:hover:after {
  width: 100%;
  left: 0;
  right: auto;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.homepage .scroll_down_button i {
  color: #bde67c;
  line-height: 0;
  vertical-align: top;
  margin: 12px 0 0 0;
}

.homepage .quick_links_wrapper {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 99;
}

.homepage .quick_links_wrapper a {
  display: block;
  margin: 0 0 0 -25px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.homepage .quick_links_wrapper a:hover {
  margin: 0 0 0 5px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.homepage .quick_links_wrapper a:nth-child(2) {
  margin: 15px 0 15px -25px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.homepage .quick_links_wrapper a:nth-child(2):hover {
  margin: 15px 0 15px 5px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.homepage .quick_links_wrapper a img {
  max-width: 55px;
  height: auto;
  display: inline-block;
}

.homepage .quick_links_wrapper a span {
  display: inline-block;
  color: rgba(255, 255, 255, 0.55);
  font-size: 16px;
  margin: 0 0 0 2px;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.homepage .quick_links_wrapper a:hover span {
  opacity: 1;
  margin: 0 0 0 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.homepage .quick_links_wrapper a:hover,
.homepage .quick_links_wrapper a:focus,
.homepage .quick_links_wrapper a:active {
  text-decoration: none;
}

.homepage .video_popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(21, 21, 21, 0.9);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999999;
}

.homepage .video_popup a.exit_popup {
  position: absolute;
  top: 20px;
  right: 30px;
  color: #fff;
  font-size: 30px;
}

.homepage .video_popup video {
  width: 100%;
  max-width: 70%;
}

.phone_svg .st0 {
  fill: none;
  stroke: url(#SVGID_1_);
  stroke-width: 17;
  stroke-miterlimit: 10;
}

.vas_svg .st0 {
  fill: none;
  stroke: url(#SVGID_1_);
  stroke-width: 17;
  stroke-miterlimit: 10;
}

.website_svg .st0 {
  fill: none;
  stroke: url(#SVGID_1_);
  stroke-width: 17;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}

.digital_svg .st0 {
  fill: none;
  stroke: url(#SVGID_1_);
  stroke-width: 17;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}

/*homepage styles end*/

.padding_top {
  padding-top: 90px;
}

/*portfolio styles start*/
.portfolio_page {
  background: #151515 url("../images/images-waves.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position-y: 170px;
  background-position-x: center;
  background-attachment: fixed;
  min-height: calc(100vh - 62px);
}

.portfolio_page h1.page_title {
  color: #e8eddf;
  font-family: "jubilat_bold";
  font-size: 42px;
  text-align: center;
  margin: 0 0 30px 0;
}

.portfolio_page .filtering_wrapper ul {
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
}

.portfolio_page .filtering_wrapper ul li {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0 15px 0 0;
  border-right: 2px solid #e8eddf;
}

.portfolio_page .filtering_wrapper ul li:nth-last-child(1) {
  border: none;
  padding: 0;
  margin: 0;
}

.portfolio_page .filtering_wrapper ul li a {
  color: #e8eddf;
  font-size: 18px;
  font-family: "circular_book";
  display: block;
  position: relative;
}

.portfolio_page .filtering_wrapper ul li a:hover,
.portfolio_page .filtering_wrapper ul li a:active,
.portfolio_page .filtering_wrapper ul li a:focus {
  text-decoration: none;
}

.portfolio_page .filtering_wrapper ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  background-color: rgba(255, 255, 255, 0.5);
  height: 2px;
  right: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.portfolio_page .filtering_wrapper ul li a:hover:after,
.portfolio_page .filtering_wrapper ul li a.active:after {
  width: 100%;
  left: 0;
  right: auto;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.portfolio_page .projects_wrapper {
  padding: 55px 0 55px 0;
  position: relative;
}

.portfolio_page .projects_wrapper .projects_to_infinite_scroll {
  -webkit-columns: 4;
  -moz-columns: 4;
  columns: 4;
}

.portfolio_page .projects_wrapper .loader {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 50px;
  z-index: 100;
  display: none;
  -webkit-animation: loader-1-1 1.2s linear infinite;
  animation: loader-1-1 1.2s linear infinite;
}

@-webkit-keyframes loader-1-1 {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes loader-1-1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.portfolio_page .projects_wrapper .each_project_wrap {
  -webkit-column-break-inside: avoid; /* Chrome, Safari */
  page-break-inside: avoid; /* Theoretically FF 20+ */
  break-inside: avoid-column; /* IE 11 */
  margin: 0 0 15px 0;
  min-height: 160px;
  background: #151515 url(../images/images-oqunet-loader.gif);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100px;
}

.portfolio_page .projects_wrapper .each_project_wrap .blacked_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(28, 28, 28, 0.5);
}

.portfolio_page .projects_wrapper .each_project_wrap .description {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 3;
}

.portfolio_page .projects_wrapper .each_project_wrap .description h3 {
  font-size: 24px;
  font-family: "circular_black";
  color: #e8eddf;
  margin: 0 0 10px 0;
}

.portfolio_page .projects_wrapper .each_project_wrap .description h4 {
  color: #e8eddf;
  font-size: 17px;
  font-family: "circular_book";
  margin: 30px 0 0 0;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.portfolio_page .projects_wrapper .each_project_wrap:hover .description h4 {
  margin: 0 0 0 0;
  opacity: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.portfolio_page .projects_wrapper .each_project_wrap img {
  width: 100%;
  height: auto;
}
/*portfolio styles end*/

/*single portfolio styles start*/
.single_project_page {
  background-color: #333;
}

.single_project_page h1.page_title {
  color: #e8eddf;
  font-family: "jubilat_bold";
  font-size: 42px;
  text-align: center;
  margin: 0 0 30px 0;
}

.single_project_page .project_info_section .images_section {
  position: relative;
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}

.single_project_page .project_info_section .images_section .project_swiper_nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 100%;
  height: 44px;
  width: 44px;
  text-align: center;
  background-image: none;
  font-size: 30px;
  color: #151515;
  box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.5);
  margin: 0;
}

.single_project_page
  .project_info_section
  .images_section
  .project_swiper_nav.swiper-button-next {
  right: 30px;
  padding: 0 0px 0 3px;
}

.single_project_page
  .project_info_section
  .images_section
  .project_swiper_nav.swiper-button-prev {
  left: 30px;
  padding: 0 3px 0 0px;
}

.single_project_page .project_info_section .images_section .swiper-container {
  height: 100%;
}

.single_project_page
  .project_info_section
  .images_section
  .swiper-container
  .swiper-slide {
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.single_project_page
  .project_info_section
  .images_section
  .swiper-container
  .swiper-slide
  img {
  width: 100%;
  height: auto;
}

.single_project_page
  .project_info_section
  .images_section
  .swiper-container
  .swiper-slide
  .description_wrapper {
  position: absolute;
  bottom: 15px;
  max-width: 85%;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 3;
  padding: 0 15px;
}

.single_project_page
  .project_info_section
  .images_section
  .swiper-container
  .swiper-slide
  .shadow_overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: auto;
  z-index: 1;
  opacity: 0.7;
}

.single_project_page
  .project_info_section
  .images_section
  .swiper-container
  .swiper-slide
  .description_wrapper
  h3 {
  font-size: 24px;
  font-family: "circular_book";
  color: #e8eddf;
  margin: 0 0 20px 0;
}

.single_project_page
  .project_info_section
  .images_section
  .swiper-container
  .swiper-slide
  .description_wrapper
  .custom_content {
  font-size: 18px;
  font-family: "circular_book";
  color: #e8eddf;
  line-height: 26px;
  margin: 0;
}

.single_project_page
  .project_info_section
  .images_section
  .swiper-container
  .swiper-slide
  .description_wrapper
  .custom_content
  p {
  margin: 0;
}

.single_project_page
  .project_info_section
  .images_section
  .swiper-container
  .swiper-slide.video_slide
  iframe {
  width: 100%;
  height: calc(100vh - 150px);
}
/*single portfolio styles end*/

/*contact us styles start*/
.contact_us_page {
  background: #151515 url("../images/images-contact-us-bg.png");
  background-size: 550px;
  background-repeat: no-repeat;
  background-position: left bottom;
  min-height: calc(100vh - 64px);
}

.contact_us_page h1.page_title {
  color: #e8eddf;
  font-family: "jubilat_bold";
  font-size: 42px;
  text-align: center;
  margin: 0 0 30px 0;
}

.contact_us_page .form_parent {
  padding: 45px 0 60px 0;
}

.contact_us_page .form_parent .left_section {
  text-align: left;
}

.contact_us_page .form_parent .left_section h2 {
  color: #e8eddf;
  font-size: 28px;
  font-family: "circular_book";
  line-height: 46px;
  margin: 0;
}

.contact_us_page .form_parent .left_section img.seperator {
  max-width: 100%;
  height: auto;
  margin: 15px 0 25px 0;
  display: block;
}

.contact_us_page .form_parent .left_section a.get_directions_btn {
  color: #d0d8c2;
  font-size: 16px;
  font-family: "circular_bookitalic";
  display: inline-block;
  margin: 25px 0 10px 0;
  padding: 0 0 10px 0;
  position: relative;
}

.contact_us_page .form_parent .left_section a.get_directions_btn:hover,
.contact_us_page .form_parent .left_section a.get_directions_btn:focus,
.contact_us_page .form_parent .left_section a.get_directions_btn:active {
  text-decoration: none;
}

.contact_us_page .form_parent .left_section a.get_directions_btn:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  background-color: rgba(255, 255, 255, 0.5);
  height: 2px;
  right: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.contact_us_page .form_parent .left_section a.get_directions_btn:hover:after {
  width: 100%;
  left: 0;
  right: auto;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.contact_us_page .form_parent .left_section ul {
  margin: 0;
  padding: 0;
}

.contact_us_page .form_parent .left_section ul li {
  display: block;
  padding: 0 0 10px 0;
}

.contact_us_page .form_parent .left_section ul li a {
  color: #e8eddf;
  font-size: 24px;
  font-family: "circular_book";
  margin: 0;
  position: relative;
  padding: 0 0 10px 0;
}

.contact_us_page .form_parent .left_section ul li a:hover,
.contact_us_page .form_parent .left_section ul li a:focus,
.contact_us_page .form_parent .left_section ul li a:active {
  text-decoration: none;
}

.contact_us_page .form_parent .left_section ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  background-color: rgba(255, 255, 255, 0.5);
  height: 2px;
  right: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.contact_us_page .form_parent .left_section ul li a:hover:after {
  width: 100%;
  left: 0;
  right: auto;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.contact_us_page .form_parent form {
  max-width: 80%;
  margin: auto 0 auto auto;
}

.contact_us_page .form_parent .right_section .field_wrapper {
  margin: 0 0 30px 0;
  text-align: left;
}

.contact_us_page .form_parent .right_section .field_wrapper input,
.contact_us_page .form_parent .right_section .field_wrapper select {
  height: 51px;
  background-color: transparent;
  border: 1px solid #4d4c4c;
  border-radius: 17px;
  width: 100%;
  max-width: 100%;
  padding: 0 10px;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  font-family: "circular_book";
}

.contact_us_page .form_parent .right_section .field_wrapper select {
  color: rgba(255, 255, 255, 0.4);
}

.contact_us_page .form_parent .right_section .field_wrapper select option {
  background-color: #151515;
  font-size: 15px;
}

.contact_us_page .form_parent .right_section .field_wrapper textarea {
  background-color: transparent;
  border: 1px solid #4d4c4c;
  border-radius: 17px;
  width: 100%;
  max-width: 100%;
  padding: 10px 10px;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  font-family: "circular_book";
}

.contact_us_page .form_parent .right_section .field_wrapper.checkbox_wrapper {
  color: rgba(255, 255, 255, 0.45);
}

.contact_us_page
  .form_parent
  .right_section
  .field_wrapper.checkbox_wrapper
  input {
  height: 30px;
}

.contact_us_page
  .form_parent
  .right_section
  .field_wrapper.checkbox_wrapper
  span.wpcf7-list-item {
  display: inline-block;
  margin: 0 1em 0 0;
}

.contact_us_page
  .form_parent
  .right_section
  .field_wrapper.checkbox_wrapper
  label {
  color: rgba(255, 255, 255, 0.45);
  font-family: "circular_book";
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 10px 0;
}

.contact_us_page
  .form_parent
  .right_section
  .field_wrapper.submit_wrapper
  input {
  max-width: 70px;
  float: right;
  border-bottom: 2px solid #72a280;
  border-top: none;
  border-left: none;
  border-right: none;
  color: #e8eddf;
  font-size: 20px;
  border-radius: 0;
  padding: 0;
  height: auto;
  font-family: "circular_bold";
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
div.wpcf7-response-output {
  font-family: "circular_bold";
  font-size: 16px;
  color: #e8eddf;
  border-bottom: 2px solid #72a280;
  border-top: none;
  border-left: none;
  border-right: none;
}
/*contact us styles end*/

/*services styles start*/
.services_page .side_numbering {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 50px;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 9999;
}

.services_page .side_numbering li {
  margin: 10px 0;
  text-align: right;
}

.services_page .side_numbering li a {
  color: #343434;
  font-family: "circular_book";
  font-size: 18px;
}

.services_page .side_numbering li a.selected {
  color: #86cfb9;
}

.services_page .side_numbering li a:hover span.number_label,
.services_page .side_numbering li a.selected span.number_label {
  margin: 0 10px 0 0;
  opacity: 1;
  visibility: visible;
  z-index: 99;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.services_page .side_numbering li a span {
  display: inline-block;
}

.services_page .side_numbering li a span.number_label {
  color: #e8eddf;
  margin: 0 30px 0 0;
  font-size: 16px;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.services_page .first_section .inner_first_section h1.page_title {
  color: #e8eddf;
  font-family: "jubilat_bold";
  font-size: 42px;
  text-align: center;
  background-color: #151515;
  margin: 0 0 130px 0;
}

.services_page {
  background-color: #151515;
}

.services_page .first_section .inner_first_section {
  max-width: 470px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
}

.services_page .first_section h2 {
  color: #e8eddf;
  font-family: "circular_black";
  font-size: 64px;
  margin: 0 0 20px 0;
}

.services_page .first_section .description {
  color: #e8eddf;
  font-family: "circular_book";
  font-size: 16px;
  margin: 0 0 15px 0;
}

.services_page .first_section .description p {
  margin: 0;
}

.services_page .first_section a {
  color: #86c097;
  border: 1px solid #86c097;
  border-radius: 13px;
  font-family: "circular_bold";
  font-size: 16px;
  display: inline-block;
  padding: 7px 20px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.services_page .first_section a:hover {
  text-decoration: none;
  background-color: #86c097;
  color: #151515;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

/*.services_page .services_wrapper{
    background-color: #151515;  For browsers that do not support gradients 
    background-image: linear-gradient(#151515, #AAAAAA);  Standard syntax (must be last) 
    padding: 100px 0 200px 0;
}*/

.services_page .each_service_wrapper {
  text-align: center;
  /*margin: 0 0 300px 0;*/
}

.services_page .each_service_wrapper:nth-last-child(1) {
  margin: 0 0 0 0;
}

.services_page .each_service_wrapper .inner_each_service_wrap {
  width: 768px;
  text-align: center;
  margin: 0 auto;
}

.services_page
  .each_service_wrapper
  .inner_each_service_wrap
  .service_identifier {
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -o-transition: all 1.5s;
  -ms-transition: all 1.5s;
  transition: all 1.5s;
}

.services_page
  .each_service_wrapper.animate_me
  .inner_each_service_wrap
  .service_identifier {
  transform: translateY(0px);
  opacity: 1;
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -o-transition: all 1.5s;
  -ms-transition: all 1.5s;
  transition: all 1.5s;
}

.services_page .each_service_wrapper .inner_each_service_wrap h1 {
  color: #e8eddf;
  font-size: 46px;
  color: #e8eddf;
  margin: 0 0 40px 0;
  font-family: "circular_black";
  position: relative;
  z-index: 3;
}

.services_page
  .each_service_wrapper.hovered
  .inner_each_service_wrap
  span.bg_letter {
  opacity: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.services_page .each_service_wrapper .inner_each_service_wrap span.bg_letter {
  content: attr(data-counter);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 110px;
  font-family: "jubilat_bold";
  opacity: 0.15;
  z-index: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.services_page .each_service_wrapper .inner_each_service_wrap .description {
  color: #e8eddf;
  font-size: 32px;
  font-family: "circular_book";
  line-height: 52px;
  transform: translateY(250px);
  opacity: 0;
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -o-transition: all 1.5s;
  -ms-transition: all 1.5s;
  transition: all 1.5s;
}

.services_page
  .each_service_wrapper.animate_me
  .inner_each_service_wrap
  .description {
  transform: translateY(0px);
  opacity: 1;
  transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -o-transition: all 1.5s;
  -ms-transition: all 1.5s;
  transition: all 1.5s;
}

.services_page .each_service_wrapper .inner_each_service_wrap .description p {
  margin: 0;
}

.services_page .each_service_wrapper .inner_each_service_wrap a {
  color: #86c097;
  border: 1px solid #86c097;
  border-radius: 13px;
  font-family: "circular_bold";
  font-size: 20px;
  display: inline-block;
  padding: 7px 20px;
  transform: translateY(250px);
  opacity: 0;
  margin: 30px 0 0 0;
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -o-transition: all 1.5s;
  -ms-transition: all 1.5s;
  transition: all 1.5s;
}

.services_page .each_service_wrapper.animate_me .inner_each_service_wrap a {
  transform: translateY(0px);
  opacity: 1;
  transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -o-transition: all 1.5s;
  -ms-transition: all 1.5s;
  transition: all 1.5s;
}

.services_page .each_service_wrapper .inner_each_service_wrap a:hover,
.services_page .each_service_wrapper .inner_each_service_wrap a:active,
.services_page .each_service_wrapper .inner_each_service_wrap a:focus {
  text-decoration: none;
}
/*services styles end*/

/* single services styles start*/
.single_services_page .top_identifier_section {
  background-color: #1f1f1f;
  padding: 85px 0 35px 0;
  text-align: right;
}

.single_services_page .top_identifier_section img {
  max-width: 27px;
  cursor: pointer;
  margin: 0 30px 0 0;
}

.single_services_page .top_identifier_section h1 {
  color: #e8eddf;
  font-size: 50px;
  font-family: "circular_black";
  margin: 0;
  text-align: center;
}

.single_services_page .features_section {
  background-color: #1f1f1f;
  padding: 50px 0 0 0;
}

.single_services_page .features_section .each_feature_wrapper {
  display: flex;
  margin: 0 0 50px 0;
  background-color: #151515;
  padding: 20px 20px;
}

.single_services_page .features_section .each_feature_wrapper.right_to_left {
  direction: rtl;
}

.single_services_page .features_section .each_feature_wrapper .image_holder {
  flex: 350px 0 0;
}

.single_services_page
  .features_section
  .each_feature_wrapper
  .image_holder
  img {
  width: 100%;
  height: auto;
}

.single_services_page .features_section .each_feature_wrapper .description {
  text-align: left;
  display: flex;
  align-items: center;
  padding: 0 60px 0 60px;
}

.single_services_page
  .features_section
  .each_feature_wrapper.right_to_left
  .description {
  padding: 0 60px 0 60px;
  direction: ltr;
}

.single_services_page .features_section .each_feature_wrapper .description h3 {
  color: #e8eddf;
  font-size: 28px;
  margin: 0 0 15px 0;
  font-family: "circular_black";
}

.single_services_page
  .features_section
  .each_feature_wrapper
  .description
  .cust_content {
  color: #9fa29a;
  font-size: 17px;
  font-family: "circular_medium";
  line-height: 30px;
}

.single_services_page
  .features_section
  .each_feature_wrapper
  .description
  .cust_content
  p {
  margin: 0;
}

.single_services_page .features_section .go_to_button {
  text-align: center;
}

.single_services_page .features_section .go_to_button a {
  color: #1f1f1f;
  background-color: #86c09c;
  font-size: 18px;
  font-family: "circular_mediumitalic";
  display: inline-block;
  margin: 0 0 30px 0;
  padding: 7px 20px;
  border-radius: 29px;
}

.statistics_section {
  background-color: #151515;
  padding: 80px 0 100px 0;
  text-align: center;
}

.statistics_section .section_title {
  color: #e8eddf;
  font-size: 42px;
  text-align: center;
  margin: 0 0 50px 0;
  font-family: "jubilat_black";
}

.statistics_section .stats_waves {
  width: 100%;
  height: auto;
}

.statistics_section .each_stat_wrapper {
  display: inline-block;
  margin: 0 35px;
  text-align: center;
}

.statistics_section .each_stat_wrapper h3 {
  font-family: "jubilat_black";
  font-size: 30px;
  border: 8px solid #86c09c;
  border-radius: 100%;
  width: 160px;
  height: 160px;
  text-align: center;
  color: #e8eddf;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.statistics_section .each_stat_wrapper h4 {
  color: #e8eddf;
  font-size: 22px;
  font-family: "circular_bold";
  margin: 15px 0 30px 0;
}

.statistics_section .each_stat_wrapper .custom_content {
  font-family: "circular_book";
  font-size: 16px;
  color: #9fa29a;
  max-width: 250px;
  line-height: 27px;
}

.statistics_section .each_stat_wrapper .custom_content p {
  margin: 0;
}
/* single services styles end*/

/*about us page styles start*/
.about_us_page {
  background-color: #151515;
}

.about_us_page h1.page_title {
  color: #e8eddf;
  font-family: "jubilat_bold";
  font-size: 42px;
  text-align: center;
  background-color: #151515;
  margin: 0;
}

.about_us_page .scroll_down_button {
  font-size: 15px;
  color: #e8eddf;
  position: fixed;
  bottom: 65px;
  right: 90px;
  z-index: 15;
  /*transform: rotate(90deg);*/
  font-family: "circular_book";
  animation: up-and-up 1s ease-out infinite;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

@keyframes up-and-up {
  0% {
    transform: translateY(0px) rotate(90deg);
  }
  50% {
    transform: translateY(10px) rotate(90deg);
  }
  100% {
    transform: translateY(0px) rotate(90deg);
  }
}

.about_us_page .scroll_down_button:hover,
.about_us_page .scroll_down_button:active,
.about_us_page .scroll_down_button:focus {
  text-decoration: none;
}

.about_us_page .scroll_down_button:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  background-color: #bde67c;
  height: 2px;
  right: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.about_us_page .scroll_down_button:hover:after {
  width: 100%;
  left: 0;
  right: auto;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.about_us_page .scroll_down_button i {
  color: #bde67c;
}

.about_us_page .about_us_text_section {
  max-width: 700px;
  width: 100%;
  text-align: center;
  margin: 30px auto 90px;
  padding: 0 0 0 0;
}

.about_us_page .about_us_text_section .description {
  font-size: 19px;
  color: #e8eddf;
  font-family: "circular_black";
  display: block;
}

body:not(.isMac)
  .about_us_page
  .about_us_text_section
  .description:nth-child(1) {
  background: linear-gradient(#e8eddf 0%, #cadfc9 100%);
  -webkit-mask-image: linear-gradient(#e8eddf 0%, #cadfc9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
}

body:not(.isMac)
  .about_us_page
  .about_us_text_section
  .description:nth-child(2) {
  background: linear-gradient(#cadfc9 0%, #b0d3b6 100%);
  -webkit-mask-image: linear-gradient(#cadfc9 0%, #b0d3b6 100%);
  -webkit-gradient: linear-gradient(#cadfc9 0%, #b0d3b6 100%);
  -webkit-linear-gradient: linear-gradient(#cadfc9 0%, #b0d3b6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
}

body:not(.isMac)
  .about_us_page
  .about_us_text_section
  .description:nth-child(3) {
  background: linear-gradient(#b0d3b6 0%, #86c097 100%);
  -webkit-mask-image: linear-gradient(#b0d3b6 0%, #86c097 100%);
  -webkit-gradient: linear-gradient(#b0d3b6 0%, #86c097 100%);
  -webkit-linear-gradient: linear-gradient(#b0d3b6 0%, #86c097 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
}

body.isMac .about_us_page .about_us_text_section .description:nth-child(1) {
  color: #86c097;
}

.about_us_page .about_us_text_section .description p {
  margin: 0;
  display: block;
}

.about_us_page .the_team_section {
  text-align: center;
  padding: 70px 0 0 0;
  background-color: #f0f2ed;
}

.about_us_page .the_team_section .section_title {
  color: #151515;
  font-size: 42px;
  font-family: "jubilat_bold";
  margin: 0 0 80px 0;
}

.about_us_page .the_team_section .each_member_wrap {
  margin: 0 0 90px 0;
}

.about_us_page .the_team_section .each_member_wrap .inner_each_member {
  position: relative;
  text-align: center;
}

.about_us_page
  .the_team_section
  .each_member_wrap
  .inner_each_member
  img.main_image {
  width: 100%;
  height: auto;
  max-width: 184px;
  border-radius: 100%;
  box-shadow: 2px 2px 9px 0px rgba(0, 0, 0, 0.5);
}

.about_us_page
  .the_team_section
  .each_member_wrap
  .inner_each_member
  .description {
  padding: 20px 15px 20px 15px;
}

.about_us_page
  .the_team_section
  .each_member_wrap
  .inner_each_member
  .description
  h3 {
  color: #1f1f1f;
  font-size: 20px;
  font-family: "circular_black";
  margin: 0;
}

.about_us_page
  .the_team_section
  .each_member_wrap
  .inner_each_member
  .description
  h4 {
  color: #717171;
  font-size: 16px;
  font-family: "circular_book";
  margin: 5px 0 10px 0;
}

.about_us_page
  .the_team_section
  .each_member_wrap
  .inner_each_member
  .description
  p {
  color: rgba(132, 132, 132, 0.7);
  font-size: 14px;
  font-family: "circular_book";
  line-height: 20px;
  margin: 0;
  min-height: 60px;
}

.about_us_page
  .the_team_section
  .each_member_wrap
  .inner_each_member
  .social_media {
  min-height: 36px;
}

.about_us_page
  .the_team_section
  .each_member_wrap
  .inner_each_member
  .social_media
  ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.about_us_page
  .the_team_section
  .each_member_wrap
  .inner_each_member
  .social_media
  ul
  li {
  display: inline-block;
}

.about_us_page
  .the_team_section
  .each_member_wrap
  .inner_each_member
  .social_media
  ul
  li:nth-child(2) {
  margin: 0 10px;
}

.about_us_page
  .the_team_section
  .each_member_wrap
  .inner_each_member
  .social_media
  ul
  li
  a {
  display: block;
  width: 33px;
  height: 33px;
  border-radius: 100%;
  background-color: #8bc29a;
  font-size: 18px;
  color: #fff;
  padding: 4px 0;
  text-align: center;
}

.about_us_page .location_section {
  text-align: center;
  padding: 45px 0 0 0;
  background-color: #1f1f1f;
  position: relative;
}

.about_us_page .location_section .section_title {
  color: #e8eddf;
  font-size: 42px;
  font-family: "jubilat_bold";
  margin: 25px 0 0 0;
  position: absolute;
  top: 20px;
  width: 100%;
}

.about_us_page .location_section .map_image {
  width: 100%;
  height: auto;
}

.about_us_page .location_section .countries_locations_section {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100px;
}

.about_us_page .location_section .countries_locations_section ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.about_us_page .location_section .countries_locations_section ul li {
  color: #e8eddf;
  font-size: 20px;
  font-family: "circular_bold";
  padding: 5px 0 5px 12px;
  text-align: left;
  position: relative;
}

.about_us_page .location_section .countries_locations_section ul li:before {
  content: "";
  width: 20px;
  background-color: #e8eddf;
  position: absolute;
  top: 50%;
  left: -25px;
  height: 2px;
}

.about_us_page .about_you_section {
  max-width: 750px;
  width: 100%;
  text-align: center;
  margin: -1px auto 0;
  padding: 50px 0;
  position: relative;
  z-index: 9999;
  background-color: #151515;
}

.about_us_page .about_you_section .section_title {
  color: #e8eddf;
  font-size: 42px;
  font-family: "jubilat_bold";
  margin: 0 0 30px 0;
}

.about_us_page .about_you_section .description {
  font-size: 19px;
  font-family: "circular_book";
  line-height: 32px;
  color: #e8eddf;
}

.about_us_page .about_you_section .description black {
  font-family: "circular_black";
}

.about_us_page .about_you_section .description strong {
  font-family: "circular_bold";
  color: #86c097;
  margin: 0 0 10px 0;
}

.about_us_page .about_you_section .description p {
  margin: 0;
}

.about_us_page .qualityAndValue {
  text-align: center;
  margin: -1px auto 0;
  padding: 50px 0 50px 0;
  position: relative;
  z-index: 9999;
  background-color: #f0f2ed;
}

.about_us_page .qualityAndValue .section_title {
  color: #151515;
  font-size: 42px;
  font-family: "jubilat_bold";
  margin: 0 0 30px 0;
}

.about_us_page .qualityAndValue .description {
  font-size: 19px;
  font-family: "circular_book";
  line-height: 34px;
  color: rgba(132, 132, 132, 0.7);
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.about_us_page .qualityAndValue .description black {
  font-family: "circular_black";
}

.about_us_page .qualityAndValue .description p {
  margin: 0;
}
/*about us page styles end

/*footer styles start*/
.footer {
  background-color: #000;
  padding: 40px 0;
}

.footer .container {
  display: flex;
}

.footer .left_section a {
  display: inline-block;
}

.footer .right_section .copyrights_wrapper {
  display: none;
}

.footer .copyrights_wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}

.footer .copyrights_wrapper a img {
  max-width: 37px;
  height: auto;
}

.footer .copyrights_wrapper h4 {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  z-index: 10;
  font-family: "circular_bookitalic";
  vertical-align: top;
  margin: 12px 0 12px 10px;
}

.footer .left_section ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer .left_section ul li.menu_has_children ul.sub_menu_parent {
  display: none;
}

.footer .left_section ul li a {
  color: #ffffff;
  font-size: 16px;
  font-family: "circular_black";
  position: relative;
  margin: 0 0 5px 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.footer .left_section ul li a:hover {
  text-decoration: none;
  color: #86c097;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.footer .left_section ul li a:active,
.footer .left_section ul li a:focus {
  text-decoration: none;
}

.footer .left_section ul li a:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  left: -13px;
}

.footer .left_section ul li.menu_has_children a.open_sub_menu i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  border-radius: 100%;
  right: -20px;
  line-height: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.footer .left_section ul li.menu_has_children a.open_sub_menu.opened i {
  transform: rotate(180deg);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.footer .left_section ul li.menu_has_children ul.sub_menu_parent a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  font-family: "circular_book";
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.footer .left_section ul li.menu_has_children ul.sub_menu_parent a:hover {
  color: rgba(255, 255, 255, 1);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.footer .left_section ul li.menu_has_children ul.sub_menu_parent a:before {
  display: none;
}

.footer .right_section {
  text-align: left;
  float: right;
}

.footer .right_section .newsletter_wrapper h3 {
  color: #86c097;
  font-family: "circular_black";
  font-size: 16px;
  margin: 0 0 20px 0;
  line-height: 24px;
}

.footer .right_section .newsletter_wrapper form {
  position: relative;
}

.footer .right_section .newsletter_wrapper form input.email {
  background-color: #fff;
  border-radius: 11px;
  border: 1px solid #4d4c4c;
  width: 100%;
  height: 35px;
  font-size: 15px;
  padding: 0 100px 0 15px;
  font-family: "circular_bookitalic";
}

.footer .right_section .newsletter_wrapper form input.submit-newsletter {
  position: absolute;
  top: 0;
  height: 100%;
  right: 0;
  display: inline-block;
  background-color: #86c097;
  border: 1px solid #86c097;
  color: #000000;
  font-size: 14px;
  border-radius: 11px;
  padding: 0 15px;
  font-family: "circular_bold";
}

.footer .right_section .location_wrapper {
  margin: 60px 0 0 0;
}

.footer .right_section .location_wrapper h3 {
  font-family: "circular_book";
  font-size: 17px;
  line-height: 22px;
  color: #ecf0e6;
  margin: 0 0 10px;
}

.footer .right_section .location_wrapper a {
  font-size: 15px;
  font-family: "circular_bookitalic";
  color: #d0d8c2;
}

.footer .right_section .seperator {
  height: 1px;
  width: 100%;
  background-color: #4d4c4c;
  margin: 20px 0;
}

.footer .right_section .social_media_wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer .right_section .social_media_wrapper li {
  display: inline-block;
  margin: 0 8px 0 0;
  vertical-align: top;
}

.footer .right_section .social_media_wrapper li a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  color: #000000;
}

.footer .right_section .social_media_wrapper li a:hover {
  text-decoration: none;
}
/*footer styles end*/

/*coming soon page styles start*/
.coming_soon_page {
  background-color: #151515;
  height: calc(100vh);
  width: calc(100vw);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.coming_soon_page .inner_coming_soon {
  max-width: 900px;
  text-align: center;
  padding: 0 20px;
}

.coming_soon_page .inner_coming_soon h1 {
  background: linear-gradient(to right, #4d98b4 0%, #4db491 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "circular_black";
  font-size: 48px;
  margin: 0 0 40px 0;
}

.coming_soon_page .inner_coming_soon h1 .only_white {
  color: #e8eddf;
  background: linear-gradient(to right, #e8eddf 0%, #e8eddf 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "jubilat_black";
}

.coming_soon_page .inner_coming_soon h3 {
  color: #e8eddf;
  font-size: 24px;
  font-family: "circular_black";
  margin: 0 0 5px 0;
}

.coming_soon_page .inner_coming_soon h4 {
  font-family: "circular_bookitalic";
  font-size: 20px;
  color: #e8eddf;
  margin: 0;
}

.coming_soon_page .logo_image {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  max-width: 160px;
  margin: 0 auto;
}
/*coming soon page styles end*/

/* careers styles start*/
.careers_page {
  background-color: #1f1f1f;
}

.careers_page .top_section {
  background: #151515 url("../images/images-contact-us-bg.png");
  background-size: 550px;
  background-repeat: no-repeat;
  background-position: left bottom;
}

.careers_page h1.page_title {
  color: #e8eddf;
  font-family: "jubilat_bold";
  font-size: 42px;
  text-align: center;
  margin: 0 0 30px 0;
}

.careers_page .top_section .join_our_team_section {
  max-width: 430px;
  text-align: center;
  margin: 90px auto 0;
  padding: 0 0 80px 0;
}

.careers_page .top_section .join_our_team_section .section_title {
  color: #e8eddf;
  font-family: "circular_black";
  font-size: 40px;
  margin: 0 0 30px 0;
}

.careers_page
  .top_section
  .join_our_team_section
  .positions_wrapper
  .each_position_wrap {
  border: 1px solid #3a4e3a;
  border-radius: 13px;
  margin: 0 0 30px 0;
  cursor: pointer;
}

.careers_page
  .top_section
  .join_our_team_section
  .positions_wrapper
  .each_position_wrap:nth-last-child(1) {
  margin: 0;
}

.careers_page
  .top_section
  .join_our_team_section
  .positions_wrapper
  .each_position_wrap
  .upper_part
  h3 {
  float: left;
  color: #e8eddf;
  font-family: "circular_book";
  margin: 15px 20px;
  font-size: 16px;
}

.careers_page
  .top_section
  .join_our_team_section
  .positions_wrapper
  .each_position_wrap
  .upper_part
  span {
  color: #4d4c4c;
  font-size: 26px;
  margin: 4px 20px 0 0;
  float: right;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.careers_page
  .top_section
  .join_our_team_section
  .positions_wrapper
  .each_position_wrap.toggled
  .upper_part
  span {
  transform: rotate(180deg);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.careers_page
  .top_section
  .join_our_team_section
  .positions_wrapper
  .each_position_wrap
  .bottom_part {
  padding: 0 20px;
  text-align: left;
  color: #7e817a;
  font-size: 15px;
  display: none;
}

.careers_page .form_section {
  text-align: center;
  padding: 50px 0 80px 0;
}

.careers_page .form_section .section_title {
  color: #e8eddf;
  font-family: "jubilat_bold";
  margin: 0 0 50px 0;
  font-size: 42px;
}

.careers_page .form_section .form_wrapper {
  max-width: 925px;
  margin: 0 auto;
}

.careers_page .form_section .form_wrapper .field_wrapper {
  margin: 0 0 30px 0;
  text-align: left;
  position: relative;
}

.careers_page .form_section .form_wrapper .field_wrapper input,
.careers_page .form_section .form_wrapper .field_wrapper select {
  height: 51px;
  background-color: transparent;
  border: 1px solid #4d4c4c;
  border-radius: 17px;
  width: 100%;
  max-width: 100%;
  padding: 0 10px;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  font-family: "circular_book";
}

.careers_page .form_section .form_wrapper .field_wrapper .upload_cv_button {
  height: 51px;
  border-radius: 17px;
  background-color: transparent;
  border: 1px solid #4d4c4c;
  text-align: left;
  padding: 0 15px;
  width: 100%;
  color: rgba(255, 255, 255, 0.4);
  font-family: "circular_book";
  font-size: 17px;
}

.careers_page .form_section .form_wrapper .field_wrapper .careers-cv-file {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  opacity: 0;
}

.careers_page .form_section .form_wrapper .field_wrapper input[type="file"] {
  padding: 10px 10px 0 10px;
}

.careers_page .form_section .form_wrapper .field_wrapper select {
  color: rgba(255, 255, 255, 0.4);
}

.careers_page .form_section .form_wrapper .field_wrapper select option {
  background-color: #151515;
  font-size: 15px;
}

.careers_page .form_section .form_wrapper .field_wrapper textarea {
  background-color: transparent;
  border: 1px solid #4d4c4c;
  border-radius: 17px;
  width: 100%;
  max-width: 100%;
  padding: 10px 10px;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  font-family: "circular_book";
  max-height: 140px;
}

.careers_page .form_section .form_wrapper .submit_wrapper {
  text-align: right;
}

.careers_page .form_section .form_wrapper .submit_wrapper input {
  max-width: 70px;
  float: right;
  border-bottom: 2px solid #72a280;
  border-top: none;
  border-left: none;
  border-right: none;
  color: #e8eddf;
  font-size: 20px;
  border-radius: 0;
  padding: 0;
  height: auto;
  font-family: "circular_bold";
  background-color: transparent;
}
/*careers styles end*/
/*body .purechat-collapsed-image{
    display: none !important;    
}

body #PureChatWidget.purechat .purechat-widget-header{
    background-color: #8BC29A !important;
}

body #PureChatWidget.purechat .purechat-btn{
    background-color: #151515 !important;
}*/

.fully-loaded .pace {
  display: none !important;
}

/*Blog page styles*/
.archiveBlog .topBlackSection {
  height: 150px;
  background-color: #151515;
  width: 100%;
  display: block;
  margin: 0 0 40px 0;
}

.archiveBlog .mainArticles .pageTitle {
  font-size: 36px;
  text-align: center;
  font-family: "jubilat_black";
  margin: 0 0 40px 0;
}

.archiveBlog .mainArticles .eachArticleWrap {
  margin: 0 0 50px 0;
}

.archiveBlog .mainArticles .eachArticleWrap:hover,
.archiveBlog .mainArticles .eachArticleWrap:focus,
.archiveBlog .mainArticles .eachArticleWrap:active {
  text-decoration: none;
}

.archiveBlog .mainArticles .eachArticleWrap .imageHolder {
  margin: 0 0 25px 0;
}

.archiveBlog .mainArticles .eachArticleWrap .imageHolder img {
  width: 100%;
  height: auto;
}

.archiveBlog .mainArticles .eachArticleWrap .descriptionHolder h3 {
  color: #151515;
  font-family: "circular_black";
  font-size: 40px;
  margin: 0 0 15px 0;
}

.archiveBlog .mainArticles .eachArticleWrap .descriptionHolder .custContent {
  color: #9fa29a;
  font-family: "circular_book";
  font-size: 18px;
  margin: 0 0 10px 0;
  line-height: 27px;
}

.archiveBlog .mainArticles .eachArticleWrap .descriptionHolder .custIcon {
  color: #86c097;
  display: inline-block;
  font-size: 26px;
}

.archiveBlog .otherArticlesSection {
  background-color: #f0f0f0;
  padding: 50px 0 0 0;
}

.archiveBlog .otherArticlesSection .pageTitle {
  font-size: 32px;
  text-align: center;
  font-family: "jubilat_black";
  margin: 0 0 50px 0;
}

.archiveBlog .otherArticlesSection .eachArticleWrap {
  margin: 0 0 50px 0;
  position: relative;
}

.archiveBlog .otherArticlesSection .eachArticleWrap:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.archiveBlog .otherArticlesSection .eachArticleWrap:nth-child(3n + 1):after {
  display: none;
}

.archiveBlog .otherArticlesSection .eachArticleWrap:hover,
.archiveBlog .otherArticlesSection .eachArticleWrap:active,
.archiveBlog .otherArticlesSection .eachArticleWrap:focus {
  text-decoration: none;
}

.archiveBlog .otherArticlesSection .eachArticleWrap .imageAndTitleHolder {
  display: flex;
  align-items: center;
  margin: 0 0 15px 0;
  padding: 0 20px 0 0;
}

.archiveBlog .otherArticlesSection .eachArticleWrap .imageAndTitleHolder img {
  width: 77px;
  height: 77px;
}

.archiveBlog .otherArticlesSection .eachArticleWrap .imageAndTitleHolder h3 {
  color: #151515;
  font-family: "circular_bold";
  font-size: 25px;
  line-height: 30px;
  margin: 0 0 0 12px;
}

.archiveBlog .otherArticlesSection .eachArticleWrap .descriptionHolder {
  padding: 0 20px 0 0;
}

.archiveBlog
  .otherArticlesSection
  .eachArticleWrap
  .descriptionHolder
  .custContent {
  color: #717171;
  font-family: "circular_book";
  font-size: 16px;
  margin: 0 0 6px 0;
  line-height: 22px;
  font-style: italic;
}

.archiveBlog
  .otherArticlesSection
  .eachArticleWrap
  .descriptionHolder
  .custIcon {
  color: #86c097;
  display: inline-block;
  font-size: 18px;
}

.singleBlogPage .mainArticles .backBtn {
  font-size: 14px;
  color: #86c09c;
  margin: 0 0 25px 15px;
  display: inline-block;
  font-style: italic;
  font-family: "circular_book";
}

.singleBlogPage .mainArticles .eachArticleWrap .descriptionHolder .author {
  color: #5a5a5a;
  font-size: 18px;
  font-style: italic;
  font-family: "circular_book";
  margin: 30px 0 0 0;
}

.grecaptcha-badge {
  display: none !important;
}
