@font-face {
  font-family: "Affect";
  font-style: normal;
  font-display: swap;
  src: url("/fonts/Affect_Bold.otf") format("opentype");
}

@font-face {
  font-family: "Northern Block Acrom";
  font-style: normal;
  font-display: swap;
  src: url("/fonts/The_Northern_Block-Acrom.otf") format("opentype");
}

:focus {
  outline: 0;
}
::-moz-focus-inner {
  border: 0;
}
body {
  background-color: #111;
  color: #9f9f9f;
  font-family: "Northern Block Acrom", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  overflow: hidden;
  position: relative;
}
i.icon {
  line-height: 100%;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #f0f0f0;
  font-family: "Affect", sans-serif;
  text-transform: uppercase;
}
b {
  font-weight: 700;
}
a {
  transition: all 0.15s ease-in-out;
}
a:focus,
a:hover {
  text-decoration: none;
}
hr {
  border-top: 3px solid #1b1b1b;
  margin: 0;
}
.nav-link img{
  padding:10px;
}
.anchor-basic {
  color: #fff !important;
}
.anchor-basic:focus,
.anchor-basic:hover {
  color: #bfbfbf !important;
}
.button-main {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 30px;
  color: #222;
  font-size: 14px;
  padding: 10px 35px;
}
.button-main:focus {
  background-color: #bfbfbf;
  border: 1px solid #fff;
  box-shadow: none;
}
.button-main.button-scheme {
  color: #fff;
}
.rc-mb-01 {
  margin-bottom: 0 !important;
}
.element-cover-bg {
  background-color: rgba(0, 0, 0, 0.85);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.max-height > div {
  margin-bottom: 80px;
}
.home-content p {
  color: #fff;
  margin: 0;
  text-shadow: 2px 2px 1px black;
  font-size: 16px;
  line-height: 18px;
  margin-top: 10px !important;
}
.lity-hidden {
  display: none !important;
  z-index: -99999 !important;
  opacity: 0 !important;
}
.element-cover-bg:before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes overlayEffectUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  35%,
  65% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes overlayEffectUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  35%,
  65% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@-webkit-keyframes overlayEffectDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  35%,
  65% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes overlayEffectDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  35%,
  65% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
.f-basis-100 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.content-title {
  line-height: 1.5;
  margin-bottom: 12px;
}
.tns-nav {
  margin: 10px 0;
  text-align: center;
}
.tns-nav > [aria-controls] {
  background: #ddd;
  border: 0;
  border-radius: 20px;
  height: 9px;
  margin: 0 5px;
  padding: 0;
  width: 9px;
}
.tns-nav > .tns-nav-active {
  background: #999;
}
.lity {
  z-index: 99990;
}
.lity-wrap {
  z-index: 99990;
}
.lity-loader {
  z-index: 99991;
}
.lity-container {
  z-index: 99992;
}
.lity-content {
  z-index: 99993;
}
.lity-close,
.lity-close:active,
.lity-close:focus,
.lity-close:hover,
.lity-close:visited {
  z-index: 99994;
}
.lity {
  transition: opacity 0.15s ease;
}
.lity-loader {
  transition: opacity 0.15s ease;
}
.lity-content {
  transition: -webkit-transform 0.15s ease;
  transition: transform 0.15s ease;
  transition: transform 0.15s ease, -webkit-transform 0.15s ease;
}
.lity-close {
  -ms-flex-direction: column;
  -ms-flex-pack: justify;
  -ms-flex-pack: center;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 19px;
  justify-content: space-between;
  justify-content: center;
  position: relative;
  position: fixed;
  right: 25px;
  top: 25px;
  width: 30px;
  width: 22px;
}
.accordion {
  max-width: 100%;
  width: 100%;
  height: 400px;
  border: 1px solid;
  margin: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  background-color:#282828;
  border-radius: 20px;
  overflow: hidden;
border: none;
margin-bottom:30px;
}
.close-btn img{padding:10px;}
.accordion .img-container {
  border: none;
  flex: 1;
  flex-grow: 1;
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  transition: flex-grow 0.3s ease-in-out;
}

.accordion .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events:none;
}

.accordion .img-container:last-child {
  border-right: none;
}

.accordion .img-container:hover {
  flex-grow: 4;
  cursor: pointer;
}

/*----- transitions ------*/

.accordion .img-container:hover .cover {
  top: 0;
}

.accordion .img-container:hover .caption {
  top: 73%;
}

/*----- accordion cover ------*/


.caption {
  height: 50%;
  position: absolute;
  top: 400px;
  color: #ffffff;
  padding: 16px;
  transition: top 0.4s ease-in-out 0.3s;
}

.caption div {
  line-height: 25px;
}
.accordion a{
    display: block!important;
    height: 100%;
}
.accordion a .caption{
    color: #f7eb37!important;
    text-shadow: 2px 2px #000;
}
.accordion .nav-link img{
    padding:0!important;
    max-width: 100%!important;
}

.accordion a:hover .caption{
  color: #f7eb37!important;
}

.caption div:first-child {
  font-size: 30px;
}

.caption div:nth-child(2) {
  font-size: 18px;
  border-bottom: 1px solid #ffffff;
}

.caption div:nth-child(3) {
  letter-spacing: -3px;
}

.font-test {
  padding: 0px;
}

@media (max-width: 767.98px) {
.accordion .img-container:hover .caption {
    top: 53%;
}
.accordion,.accordion a {
  height: 150px;
}
.caption{
  top: 150px;
}
.caption div:first-child {
  font-size: 20px;
}
.accordion .nav-link img {
    max-width: 100%!important;
}
}
.lity-close .btn-line,
.lity-close:after,
.lity-close:before {
  -ms-flex-item-align: end;
  align-self: flex-end;
  background-color: gray;
  height: 3px;
  width: 100%;
}
.lity-close:before {
  content: "";
  width: 85%;
}
.lity-close:after {
  content: "";
}
.lity-close .btn-line {
  width: 55%;
}
.lity-close .btn-line,
.lity-close:after,
.lity-close:before {
  background-color: #fff;
  position: absolute;
  width: 100%;
}
.lity-close .btn-line {
  display: none;
}
.lity-close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.lity-close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.lity-close:active {
  top: 25px;
}
.lity-close .btn-line,
.lity-close:after,
.lity-close:before {
  background-color: #fff;
  height: 2px;
}
@media (max-width: 575.98px) {
  .lity-close {
    right: 15px;
  }
}
#overlay-effect {
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-transform: translateY(100%);
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  background-color: #181818;
  bottom: 0;
  display: block;
  position: fixed;
  top: 0;
  transform: translateY(100%);
  width: 100%;
  z-index: 99999;
}
#overlay-effect.animate-up {
  -webkit-animation-name: overlayEffectUp;
  animation-name: overlayEffectUp;
}
#overlay-effect.animate-down {
  -webkit-animation-name: overlayEffectDown;
  animation-name: overlayEffectDown;
}
.lightbox-wrapper {
  background-color: #101010;
  position: fixed;
}
.lightbox-wrapper .lightbox-close {
  position: fixed;
  right: 4vw;
  top: 35px;
  z-index: 99;
}
.lightbox-wrapper .lightbox-close .close-btn {
  -ms-flex-direction: column;
  -ms-flex-pack: justify;
  -ms-flex-pack: center;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 19px;
  justify-content: space-between;
  justify-content: center;
  position: relative;
  width: 30px;
}
.lightbox-wrapper .lightbox-close .close-btn .btn-line,
.lightbox-wrapper .lightbox-close .close-btn:after,
.lightbox-wrapper .lightbox-close1 .close-btn:before {
  -ms-flex-item-align: end;
  align-self: flex-end;
  background-color: gray;
  height: 3px;
  width: 100%;
}
.lightbox-wrapper .lightbox-close1 .close-btn:before {
  content: "";
  width: 85%;
}
.lightbox-wrapper .lightbox-close1 .close-btn:after {
  content: "";
}
.lightbox-wrapper .lightbox-close1 .close-btn .btn-line {
  width: 55%;
}
.lightbox-wrapper .lightbox-close1 .close-btn .btn-line,
.lightbox-wrapper .lightbox-close1 .close-btn:after,
.lightbox-wrapper .lightbox-close1 .close-btn:before {
  background-color: #fff;
  position: absolute;
  width: 100%;
}
.lightbox-wrapper .lightbox-close1 .close-btn .btn-line {
  display: none;
}
.lightbox-wrapper .lightbox-close1 .close-btn:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.lightbox-wrapper .lightbox-close1 .close-btn:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.lightbox-wrapper .lightbox-close1 .close-btn .btn-line,
.lightbox-wrapper .lightbox-close1 .close-btn:after,
.lightbox-wrapper .lightbox-close1 .close-btn:before {
  background-color: #fff;
  height: 2px;
  top: 0;
  left: 0;
}
.lightbox-wrapper .simplebar-track.simplebar-vertical {
  width: 13px;
}
.lightbox-button > div {
  width: 120px;
}
.lightbox-wrapper .simplebar-track.simplebar-vertical .simplebar-scrollbar {
  right: 1px;
  width: 9px;
}
.lightbox-wrapper
  .simplebar-track.simplebar-vertical
  .simplebar-scrollbar:before {
  background: #3c3c3c;
}
.rounded {
    border-radius: 20px!important;
}
.lightbox-wrapper .lightbox-content {
  margin: 70px 0;
}
.lightbox-wrapper .lightbox-content .single-section:not(:last-child) {
  margin-bottom: 60px;
}
.lightbox-wrapper .lightbox-content .section-heading {
  margin-bottom: 50px;
  text-align: center;
}
.lightbox-wrapper .lightbox-content .section-heading > .section-title {
  display: inline-block;
  font-size: 38px;
  font-weight: 700;
  letter-spacing: -0.25px;
  line-height: 100%;
  margin-bottom: 0;
  position: relative;
  z-index: 9;
  text-align: center;
}
.lightbox-wrapper .lightbox-content .section-heading.page-heading {
  margin-bottom: 40px;
  text-align: center;
}
.lightbox-wrapper
  .lightbox-content
  .section-heading.page-heading
  > .section-title {
  font-size: 46px;
  margin-bottom: 37px;
}
.lightbox-wrapper
  .lightbox-content
  .section-heading.page-heading
  > .animated-bar {
  background-color: #fff;
  content: "";
  display: block;
  height: 4px;
  left: 0;
  margin: 0 auto 0 auto;
  position: relative;
  right: 0;
  width: 75px;
}
.lightbox-wrapper1
  .lightbox-content
  .section-heading.page-heading
  > .animated-bar:after,
.lightbox-wrapper1
  .lightbox-content
  .section-heading.page-heading
  > .animated-bar:before {
  background-color: #101010;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 4px;
}
.lightbox-wrapper1
  .lightbox-content
  .section-heading.page-heading
  > .animated-bar:before {
  left: 8px;
}
.lightbox-wrapper1
  .lightbox-content
  .section-heading.page-heading
  > .animated-bar:after {
  left: 0;
}
@-webkit-keyframes barAnimation {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(75px);
    transform: translateX(75px);
  }
}
@keyframes barAnimation {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(75px);
    transform: translateX(75px);
  }
}
.lightbox-wrapper .lightbox-content .section-heading > .section-description {
  font-size: 16px;
  margin-bottom: 17px;
}
@media (max-width: 1024px) {
  .offset-1 {
    margin-left: 0;
  }
  .services-section .single-service1 {
    min-height: 270px !important;
  }
}
@media (max-width: 991.98px) {
  .lightbox-button > div {
    width: 80px;
  }
  .navbar .navbar-brand img {
    width: 80% !important;
  }
  .max-height > div {
    margin-bottom: 10px;
  }
  .services-section .single-service img {
    width: 50px;
  }
  .services-section-all {
    padding: 40px 0;
    margin: 0;
  }
  .lightbox-wrapper .lightbox-content .single-section:not(:last-child) {
    margin-bottom: 60px;
  }
  .lightbox-wrapper .lightbox-content .section-heading > .section-title {
    font-size: 36px;
  }
  .lightbox-wrapper .lightbox-content .section-heading > .section-description {
    font-size: 14px;
  }
  .lightbox-wrapper .lightbox-content .section-heading.page-heading > .section-title {
    font-size: 42px;
  }
  .lightbox-button .lightbox-button-prew a,
  .lightbox-button .lightbox-button-next a,
  .lightbox-button .lightbox-close {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .lightbox-button .lightbox-close .close-btn {
    height: 50px !important;
    width: 50px !important;
  }
  .lightbox-button .lightbox-close {
    margin-top: 0;
    width: 80px;
  }
  .nav-link img,
  .lightbox-button .lightbox-close .close-btn img,
  .lightbox-button .lightbox-button-prew img,
  .lightbox-button .lightbox-button-next img {
    height: 100%;
    max-width: 100%;
    margin: auto;
  }
  .lightbox-button {
    height: 80px;
  }
  .home-content .nav-link {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .max-height {
    padding-top: 150px !important;
  }
  .services-section .single-service1 {
    min-height: 354px !important;
  }
  .home-content .nav-link,
  .lightbox-button .lightbox-button-prew a,
  .lightbox-button .lightbox-button-next a,
  .lightbox-button .lightbox-close .close-btn,
  .portfolio-wrapper .img-fluid,
  .contact-section .contact-form .form-group .form-control,
  .contact-section .contact-form .form-group .form-control::placeholder,
  .btn.button-scheme,
  .card-img-top,
  .portfolio-section .portfolio-grid .portfolio-wrapper,
  .services-section-all,
  .pricing-section .single-plan-all,
  .testimonials-section .single-review,
  .border-radius ymaps{
    border-radius: 10px !important;
  }
  .blog-section .single-post .post-img .content-date {
    border-top-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
  }
  .portfolio-wrapper .img-fluid {
    max-width: 100%;
  }
}

@media (max-width: 767.98px) {
  .p-fluid {
    width: 160%;
    margin-left: -30px !important;
  }
  .navbar .navbar-brand img {
    width: auto !important;
  }
  .max-height > div {
    margin-bottom: 30px;
  }
  .max-height {
    padding-top: 200px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .lightbox-wrapper .lightbox-content .section-heading > .section-description {
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .lightbox-wrapper .lightbox-content .section-heading > .section-title {
    font-size: 34px;
  }
  .lightbox-wrapper
    .lightbox-content
    .section-heading.page-heading
    > .section-title {
    font-size: 36px;
  }
}
.preloader {
  background-color: #0e0e0e;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.preloader .preloader-block {
  -webkit-transform: translate(50%, 50%);
  bottom: 50%;
  position: fixed;
  right: 50%;
  transform: translate(50%, 50%);
  z-index: 3000;
}
.preloader .preloader-block .preloader-icon .loading-dot {
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  height: 13px;
  width: 13px;
}
.preloader .preloader-block .preloader-icon .loading-dot.loading-dot-1 {
  -webkit-animation: 1.2s grow ease-in-out infinite;
  animation: 1.2s grow ease-in-out infinite;
}
.preloader .preloader-block .preloader-icon .loading-dot.loading-dot-2 {
  -webkit-animation: 1.2s grow ease-in-out infinite 0.15555s;
  animation: 1.2s grow ease-in-out infinite 0.15555s;
  margin: 0 14px;
}
.preloader .preloader-block .preloader-icon .loading-dot.loading-dot-3 {
  -webkit-animation: 1.2s grow ease-in-out infinite 0.3s;
  animation: 1.2s grow ease-in-out infinite 0.3s;
}
@-webkit-keyframes grow {
  0%,
  100%,
  40% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes grow {
  0%,
  100%,
  40% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.copyright{
color: #282828;
}
.navbar {
  background-color: rgb(255 255 255 / 40%);
  padding: 10px 50px;
  display: block;
  text-align: center;
}
.navbar .navbar-brand span {
  color: #f3f3f3;
  text-transform: uppercase;
}
.navbar .navbar-brand img {
  width: auto;
}
.navbar .navbar-brand svg {
  width: 110px;
}
.navbar .navbar-brand svg #logo-text {
  fill: #e6e6e6;
}
.navbar .navbar-menu {
  display: none;
}
.navbar .navbar-nav .nav-link {
  color: #e6e6e6;
  font-size: 16px;
  padding: 0;
}
.navbar .navbar-nav .nav-item:not(:last-child) .nav-link {
  margin-right: 32px;
}
@media (max-width: 767.98px) {
  .navbar .navbar-brand img {
  }
  .navbar .navbar-menu {
    -ms-flex-direction: column;
    -ms-flex-pack: justify;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    height: 19px;
    justify-content: space-between;
    position: relative;
    width: 30px;
    display: none;
  }
  .navbar .navbar-menu .btn-line,
  .navbar .navbar-menu:after,
  .navbar .navbar-menu:before {
    -ms-flex-item-align: end;
    align-self: flex-end;
    background-color: gray;
    height: 3px;
    width: 100%;
  }
  .navbar .navbar-menu:before {
    content: "";
    width: 85%;
  }
  .navbar .navbar-menu:after {
    content: "";
  }
  .navbar .navbar-menu .btn-line {
    width: 55%;
  }
  .navbar .navbar-menu .btn-line,
  .navbar .navbar-menu:after,
  .navbar .navbar-menu:before {
    background-color: #f3f3f3;
  }
  .navbar .navbar-collapse .navbar-nav {
    background-color: #191919;
    padding: 8px 20px;
    position: relative;
    top: 8px;
    width: 200px;
    z-index: 2;
  }
  .navbar .navbar-collapse .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    letter-spacing: 0.35px;
    padding: 7px 0;
  }
  .navbar .navbar-collapse .navbar-nav .nav-link:focus,
  .navbar .navbar-collapse .navbar-nav .nav-link:hover {
    color: #fff;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .navbar .navbar-brand svg {
    height: 30px;
  }
}
.home-area {
  background-color: #fff;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
  width: 100%;
}
.project img{
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.services-section-all ul{
  list-style:none;
}
.services-section-all ul:last-child{
  margin:0;
}
.img-home {
  object-fit: cover;
  height: 100%;
  width: 100%;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.home-area:before {
  background-color: rgba(0, 0, 0, 0.1);
  z-index:0;
}
.home-area .fixed-wrapper {
  margin: 0 50px;
  position: relative;
}
.home-area .fixed-wrapper .fixed-block {
  bottom: 34px;
  position: absolute;
}
.home-area .fixed-wrapper .fixed-block.block-left {
  left: 0;
}
.home-area .fixed-wrapper .fixed-block.block-right {
  right: 0;
}
.home-area .fixed-wrapper .languages-list {
  margin-bottom: 0;
}
.home-area .fixed-wrapper .languages-list .single-language {
  -webkit-transform: rotate(90deg);
  color: #e6e6e6;
  display: block;
  margin-top: 20px;
  text-transform: uppercase;
  transform: rotate(90deg);
}
.home-area .fixed-wrapper .social-icons {
  margin-bottom: 0;
}
.home-area .fixed-wrapper .social-icons > li {
  line-height: 100%;
  margin-top: 14px;
  text-align: center;
}
.home-area .fixed-wrapper .social-icons i.icon {
  color: #f3f3f3;
  font-size: 23px;
  line-height: 100%;
}
.home-area .home-name {
  color: #fff;
  font-size: 70px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 34px;
}
.home-area .home-headline {
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 0.3px;
  margin-bottom: 0;
}
.home-area .home-headline .single-headline {
  display: inline-block;
  position: relative;
  text-align: left;
  vertical-align: top;
}
.home-area .home-headline .single-headline::after {
  background-color: #b9b9b9;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 2px;
}
.home-area .home-headline .single-headline b {
  display: inline-block;
  font-weight: 400;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  white-space: nowrap;
}
.home-area .home-headline .single-headline b.is-visible {
  opacity: 1;
  position: relative;
}
.home-area.video-variant #wrapper_homeVideo:before {
  background-color: rgba(0, 0, 0, 0.7);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .home-area .home-name {
    font-size: 62px;
  }
  .home-area .home-headline {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  .home-area .fixed-wrapper1 {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .home-area {
    background-position: 50% center;
  }
  .home-area .home-name {
    font-size: 48px;
  }
  .home-area .home-headline {
    font-size: 26px;
  }
}
.info-section .info-img img {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.18);
  width: 430px;
}
.info-section .info-content .content-subtitle {
  font-size: 24px;
  margin-bottom: 15px;
}
.info-section .info-content .content-title {
  font-size: 31px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 16px;
}
.info-section .info-content .content-description {
  font-size: 16px;
}
.info-section .info-content .content-description p:last-child {
  border-bottom: 2px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 0;
  padding-bottom: 29px;
}
.info-section .info-content .content-info {
  font-size: 16px;
  margin-bottom: 4px;
  padding: 29px 0;
}
.info-section .info-content .content-info > .row:last-child .single-info {
  margin-bottom: 0;
}
.info-section .info-content .content-info .single-info {
  margin-bottom: 10px;
}
.info-section .info-content .content-info .single-info > span {
  color: #dadada;
  font-weight: 400;
  margin-right: 10px;
}
.info-section .info-content .content-info .single-info > p {
  display: inline-block;
  margin-bottom: 0;
}
.info-section .info-content .content-download {
  margin-right: 23px;
}
.info-section .info-content .content-follow {
  -ms-flex-align: center;
  align-items: center;
  display: inline-block;
  display: -ms-flexbox;
  display: flex;
  line-height: 100%;
  margin-bottom: 0;
}
.info-section .info-content .content-follow:before {
  background-color: rgba(255, 255, 255, 0.25);
  content: "";
  height: 2px;
  margin-right: 23px;
  width: 60px;
}
.info-section .info-content .content-follow li {
  font-size: 21px;
}
.info-section .info-content .content-follow li:not(last-child) {
  margin-right: 14px;
}
.info-section .info-content .content-follow li a {
  color: #cecece;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .info-section .info-img img {
    -o-object-fit: cover;
    height: 440px;
    object-fit: cover;
  }
  .info-section .info-content .content-subtitle {
    display: none;
  }
  .info-section .info-content .content-title {
    font-size: 26px;
  }
  .info-section .info-content .content-description {
    font-size: 14px;
  }
  .info-section .info-content .content-description p:last-child {
    padding-bottom: 20px;
  }
  .info-section .info-content .content-info {
    font-size: 14px;
    padding: 20px 0;
  }
}
@media (max-width: 991.98px) {
  .info-section .info-img img {
    -o-object-fit: cover;
    border-radius: 50%;
    display: block;
    height: 250px;
    margin: 0 auto 40px auto;
    object-fit: cover;
    width: 250px;
  }
  .info-section .info-content .content-subtitle {
    font-size: 18px;
  }
  .info-section .info-content .content-title {
    font-size: 26px;
  }
  .info-section .info-content .content-description {
    font-size: 14px;
  }
  .info-section .info-content .content-description p:last-child {
    padding-bottom: 24px;
  }
  .info-section .info-content .content-info {
    font-size: 14px;
    margin-bottom: 0;
    padding: 24px 0;
  }
}
@media (max-width: 767.98px) {
  .info-section .info-img img {
    height: 200px;
    width: 200px;
  }
  .info-section .info-content .content-info > .row:last-child .single-info {
    margin-bottom: 10px;
  }
  .info-section .info-content .content-info .single-info {
    display: block;
    margin-bottom: 10px;
    width: auto;
  }
}
@media (max-width: 575.98px) {
  .info-section {
    padding-bottom: 51px;
  }
  .info-section .info-img img {
    margin: 0 auto 32px auto;
  }
  .info-section .info-content .content-subtitle {
    font-size: 18px;
  }
  .info-section .info-content .content-title {
    font-size: 22px;
  }
  .info-section .info-content .content-download {
    margin-bottom: 27px;
  }
}
#about .portfolio-section {
  margin-bottom: 20px;
}
.services-section-all {
  background-color: #282828;
  border-bottom: 2px solid transparent;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  padding-top: 40px;
  width: 100%;
  -ms-flex-wrap: wrap;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.lightbox-button p {
  color: #fff;
  margin: 0;
  text-shadow: 1px 1px 2px black;
  font-size: 16px;
  line-height: 18px !important;
  margin-top: 10px !important;
}
.content-title1 {
  color: #282828;
  font-size: 44px;
}
.services-section .single-service {
  margin-bottom: 30px !important;
  padding: 10px 10px;
  transition: all 0.15s ease-in-out;
  display: flex;
  align-items: center;
}
.services-section .single-service img{
  margin-right: 20px;
width: 60px;
}
.single-plan img{
width: 60px;
}
.services-section .single-service .service-icon {
  display: inline-block;
  font-size: 58px;
  margin-bottom: 22px;
}
.services-section .single-service .service-title {
  color: #f3f3f3;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.5px;
  margin-bottom: 14px;
}
.services-section .single-service .service-description {
  margin-bottom: 0;
}
.testimonials-section .single-review {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  background-color: #282828;
  padding: 48px 40px;
  text-align: left;
  user-select: none;
  border-radius: 20px;
}
.testimonials-section .single-review .review-header {
  margin-bottom: 23px;
}
.testimonials-section .single-review .review-client {
  -ms-flex-direction: row;
  flex-direction: row;
  text-align: left;
}
.testimonials-section .single-review .review-client .client-avatar {
  margin-right: 14px;
  width: 54px;
}
.testimonials-section .single-review .review-client .client-details {
  -ms-flex-item-align: center;
  align-self: center;
  line-height: 100%;
}
.testimonials-section .single-review .review-client .client-name {
  color: #efefef;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 7px;
}
.testimonials-section .single-review .review-client .client-role {
  color: #888;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
}
.testimonials-section .single-review .review-icon {
  display: inline-block;
  font-size: 50px;
}
.testimonials-section .single-review .review-content {
  font-size: 16px;
  margin-bottom: 0;
}
.testimonials-section .tns-outer {
  position: relative;
}
.testimonials-section .tns-nav {
  margin-bottom: 0;
  margin-top: 30px;
}
@media (max-width: 991.98px) {
  .testimonials-section .single-review {
    padding: 45px 40px;
  }
  .testimonials-section .single-review .review-client .client-avatar {
    width: 50px;
  }
  .testimonials-section .single-review .review-client .client-role {
    font-size: 13px;
  }
  .testimonials-section .single-review .review-icon {
    display: inline-block;
    font-size: 47px;
  }
}
@media (max-width: 767.98px) {
  .testimonials-section .single-review .review-content {
    font-size: 14px;
  }
}
@media (max-width: 362px) {
  .testimonials-section .single-review .review-icon {
    display: none;
  }
}
.pricing-section .single-plan {
  padding: 10px 0;
  text-align: center;
}
.pricing-section .single-plan-all {
  background-color: #282828;
  box-shadow: 0 6px 16px rgb(0 0 0 / 20%);
  padding: 10px 0;
  text-align: center;
  border-radius: 20px;
  margin: 0;
}
.pricing-section .single-plan .plan-icon {
  display: inline-block;
  font-size: 54px;
  margin-bottom: 27px;
}
.pricing-section .single-plan .plan-type {
  color: #f0f0f0;
  font-size: 18px;
  font-weight: 700;
  margin: 15px 0;
}
.pricing-section .single-plan .plan-price {
  color: #f0f0f0;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 22px;
}
.pricing-section .single-plan .plan-list {
  margin-bottom: 0px;
  text-align: left;
  padding: 30px 20px;
}
.pricing-section .single-plan .plan-list li {
  color: inherit;
  padding: 2px;
}
@media (max-width: 991.98px) {
  .pricing-section .single-plan {
    padding: 0px 0;
  }
}
.resume-section .col-block.education {
  margin-right: 20px;
}
.resume-section .col-block.experience {
  margin-left: 20px;
}
.resume-section .col-title {
  font-size: 26px;
  margin-bottom: 20px;
}
.resume-section .resume-item {
  background-color: #282828;
  border-left: 2px solid transparent;
  padding: 32px 48px;
  position: relative;
}
.resume-section .resume-item:not(:last-child) {
  border-bottom: 1px solid #313131;
}
.resume-section .resume-item:last-child {
  margin-bottom: 0;
}
.resume-section .resume-item .item-arrow {
  left: 0;
  margin-top: 2px;
  position: absolute;
}
.resume-section .resume-item .item-arrow:after,
.resume-section .resume-item .item-arrow:before {
  content: "";
  display: block;
  position: absolute;
}
.resume-section .resume-item .item-arrow:before {
  height: 16px;
  left: 0;
  width: 16px;
}
.resume-section .resume-item .item-arrow:after {
  border: 8px solid transparent;
  left: 16px;
}
.resume-section .resume-item .item-title {
  line-height: 100%;
  margin-bottom: 9px;
}
.resume-section .resume-item .item-details {
  display: inline-block;
  margin-bottom: 7px;
}
.resume-section .resume-item .item-description {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .resume-section .resume-item {
    padding-right: 20px;
  }
  .resume-section .col-block.education,
  .resume-section .col-block.experience {
    margin-left: 0;
    margin-right: 0;
  }
  .resume-section .col-12:last-child .resume-item:last-child {
    margin-bottom: 0;
  }
  .resume-section .col-12:first-child .resume-item:last-child {
    margin-bottom: 60px;
  }
}
.skills-section .single-skill:not(:last-child) {
  margin-bottom: 42px;
}
.skills-section .single-skill .skill-info {
  -ms-flex-pack: justify;
  color: #cecece;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  justify-content: space-between;
  margin-bottom: 4px;
}
.skills-section .single-skill .skill-info .skill-name {
  display: inline-block;
  margin-right: 12px;
  white-space: nowrap;
}
.skills-section .single-skill .skill-progress {
  background-color: #2f2f2f;
  border-radius: 1px;
  font-size: 16px;
  height: 9px;
  overflow: visible;
}
.skills-section .single-skill .skill-progress .progress-bar {
  border-bottom-left-radius: 1px;
  border-top-left-radius: 1px;
}
@media (max-width: 767.98px) {
  .skills-section .single-skill:not(:last-child) {
    margin-bottom: 40px !important;
  }
  .skills-section [class*="col-"]:not(:last-child) .single-skill {
    margin-bottom: 40px !important;
  }
}
.video-section .content-part .video-title {
  font-size: 31px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 13px;
}
.video-section .content-part .video-description {
  font-size: 16px;
  line-height: 2;
}
.video-section .content-part .video-description:last-child {
  margin-bottom: 0;
}
.video-section .video-part .embed-responsive-item {
  background-image: url(../img/video.jpg);
}
.video-section .video-part .embed-responsive-item:before {
  background-color: rgba(0, 0, 0, 0.2);
}
.video-section .video-part .embed-responsive-item,
.video-section .video-part .embed-responsive-item:before {
  border-radius: 3px;
}
.video-section .video-part .embed-responsive-item .play-wrapper {
  -webkit-transform: scale(1);
  background-color: #fff;
  border-radius: 50%;
  bottom: 0;
  display: block;
  height: 56px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  transform: scale(1);
  transition: all 0.1s ease-in-out;
  width: 56px;
}
.video-section .video-part .embed-responsive-item .play-wrapper .icon {
  color: #222;
  display: block;
  font-size: 20px;
  line-height: 58px;
  text-align: center;
}
.video-section .video-part .embed-responsive-item:hover .play-wrapper {
  -webkit-transform: scale(1.075);
  transform: scale(1.075);
}
@media (max-width: 1199.98px) {
  .video-section .content-part .video-title {
    font-size: 30px;
    margin-bottom: 13px;
  }
  .video-section .content-part .video-description {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .video-section .content-part {
    margin-bottom: 25px;
  }
}
@media (max-width: 767.98px) {
  .video-section .content-part .video-title {
    font-size: 28px;
  }
  .video-section .content-part .video-description {
    font-size: 14px;
  }
}
.portfolio-section .filter-control {
  margin-bottom: 30px;
  text-align: center;
}
.portfolio-section .filter-control > li {
  border-bottom: 1px solid transparent;
  color: #cecece;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.3px;
  position: relative;
  transition: all 0.1s ease-in-out;
}
.border-radius ymaps{
  border-radius: 20px;
}

.portfolio-section .filter-control > li:not(:last-child) {
  margin-right: 16px;
}
.portfolio-section .filter-control > li.tab-active:before,
.portfolio-section .filter-control > li:hover:before {
  bottom: 0;
  content: "";
  height: 1px;
  position: absolute;
  width: 100%;
}
.portfolio-section .portfolio-grid .portfolio-wrapper {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px !important;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
}
.portfolio-section .portfolio-grid1 .portfolio-wrapper:before {
  background-color: rgba(0, 0, 0, 0.9);
  bottom: 0;
  content: "";
  height: 100%;
  opacity: 0;
  position: absolute;
  transition: all 0.15s ease-in-out;
  visibility: hidden;
  width: 100%;
  z-index: 1;
}
.portfolio-section .portfolio-grid .portfolio-wrapper > .img-fluid {
  width: 100%;
}
.portfolio-section .portfolio-grid .portfolio-wrapper .item-content {
  left: 0;
  opacity: 1;
  padding: 3px 18px;
  position: absolute;
  text-align: center;
  transition: all 0.15s ease-in-out;
  width: 100%;
  z-index: 2;
  top: 30px;
}
.portfolio-section
  .portfolio-grid
  .portfolio-wrapper
  .item-content
  .content-title {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 10px;
}
.portfolio-section
  .portfolio-grid
  .portfolio-wrapper
  .item-content
  .content-more {
  display: inline-block;
  font-weight: 600;
}
.portfolio-section .portfolio-grid .portfolio-wrapper:hover:before {
  opacity: 0;
  visibility: visible;
}
.portfolio-section
  .portfolio-grid
  .portfolio-wrapper:hover
  .item-content
  .content-title1 {
  color: #101010;
}
@media (max-width: 767.98px) {
  .portfolio-section .filter-control > li {
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .portfolio-section
    .portfolio-grid
    .portfolio-wrapper
    .item-content
    .content-title {
    font-size: 14px;
  }
}
.blog-section .single-post {
  background-color: transparent;
  border: none;
  margin-bottom: 70px;
}
.blog-section .single-post .post-img {
  height: 100%;
  position: relative;
}
.blog-section .single-post .post-img .content-date {
  bottom: 0;
  color: #101010;
  display: inline-block;
  left: 0;
  padding: 0 14px;
  position: absolute;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  font-weight: 600;
}
.blog-section .single-post .post-content {
  padding: 13px 0 0 0;
}
.blog-section .single-post .post-content .content-title {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.1px;
  margin-bottom: 6px;
}
.blog-section .single-post .post-content .content-description {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
}
@media (max-width: 991.98px) {
  .blog-section .single-post {
    margin-bottom: 40px;
  }
  .blog-section .single-post .post-content .content-title {
    font-size: 20px;
  }
}
.contact-section address,
.contact-section ul {
  margin: 0;
}
.contact-section .contact-form .content-title {
  margin-bottom: 22px;
}
.contact-section .contact-form .form-group {
  margin-bottom: 25px;
}
.contact-section .contact-form .form-group .form-control {
  background-color: #282828;
  border: none;
  border-bottom: 1px solid #282828;
  border-radius: 0;
  font-size: 16px;
  height: 44px;
  padding: 9px 14px;
  box-shadow: 0 6px 16px rgb(0 0 0 / 20%);
}
.contact-section .contact-form .form-group .form-control:-webkit-autofill,
.contact-section
  .contact-form
  .form-group
  .form-control:-webkit-autofill:active,
.contact-section .contact-form .form-group .form-control:-webkit-autofill:focus,
.contact-section
  .contact-form
  .form-group
  .form-control:-webkit-autofill:hover {
  -webkit-box-shadow: 0 0 0 1000px #0b0b0b inset;
  -webkit-text-fill-color: #777 !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
.contact-section
  .contact-form
  .form-group
  .form-control::-webkit-input-placeholder {
  color: #777;
}
.contact-section .contact-form .form-group .form-control::-moz-placeholder {
  color: #777;
}
.contact-section .contact-form .form-group .form-control:-ms-input-placeholder {
  color: #777;
}
.contact-section
  .contact-form
  .form-group
  .form-control::-ms-input-placeholder {
  color: #777;
}
.contact-section .contact-form .form-group .form-control,
.contact-section .contact-form .form-group .form-control::placeholder {
  color: #bbb;
  border-radius: 20px;
}
.contact-section .contact-form .form-group .form-control:focus {
  box-shadow: none;
}
.contact-section .contact-form .form-group.form-message #contact-message {
  height: auto;
}
.contact-section .contact-form .form-submit #contact-submit {
  padding: 10px 26px;
}
.contact-section .contact-form .form-submit #contact-submit.wait {
  background-color: #777 !important;
  border-color: #777 !important;
}
.contact-section .contact-form .form-submit #contact-submit.success {
  background-color: #28a745 !important;
  border-color: #28a745 !important;
}
.contact-section .contact-form .form-submit #contact-submit.error {
  background-color: #dc3545 !important;
  border-color: #dc3545 !important;
}
.contact-section .contact-form .form-submit .contact-feedback {
  display: none;
  margin: 0;
  margin-top: 8px;
}
.contact-section .contact-form .form-submit .contact-feedback.success {
  color: #28a745;
}
.contact-section .contact-form .form-submit .contact-feedback.error {
  color: #dc3545;
}
.contact-section .contact-info {
  padding-left: 15px;
}
.contact-section .contact-info .info-description {
  font-size: 16px;
  margin-bottom: 28px;
}
.contact-section .contact-info .list-info > li:first-child .info-icon {
  margin-bottom: 13px;
}
.contact-section .contact-info .list-info > li:first-child .info-details {
  padding-top: 0;
}
.contact-section .contact-info .list-info > li:last-child .info-icon {
  margin-top: 13px;
}
.contact-section .contact-info .list-info > li:last-child .info-details {
  padding-bottom: 0;
}
.contact-section .contact-info .list-info .info-icon {
  font-size: 36px;
  margin-right: 50px;
  position: relative;
}
.contact-section .contact-info .list-info .info-icon i {
  -webkit-transform: translate(0, -50%);
  left: 0;
  line-height: 100%;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.contact-section .contact-info .list-info .info-details {
  border-left: 2px solid rgba(255, 255, 255, 0.15);
  padding: 12px 0 12px 22px;
}
.contact-section .contact-info .list-info .info-details .info-type {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}
.contact-section .contact-info .list-info .info-details .info-value a {
  color: #9f9f9f !important;
  font-size: 20px;
  font-weight: 500;
}
.contact-section .contact-info .list-info .info-details .info-value a:focus,
.contact-section .contact-info .list-info .info-details .info-value a:hover {
  color: #797979 !important;
}
@media (max-width: 1199.98px) {
  .contact-section .contact-form .form-group {
    margin-bottom: 35px;
  }
}
@media (max-width: 991.98px) {
  .contact-section .contact-form {
    margin-bottom: 45px;
  }
  .contact-section .contact-info {
    padding-left: 0;
  }
}
@media (max-width: 767.98px) {
  .contact-section .contact-info .info-description {
    font-size: 14px;
  }
}

:root {
  --custom: #eee737;
}
.table-custom,
.table-custom > td,
.table-custom > th {
  background-color: #b8e4d4;
}
.table-hover .table-custom:hover {
  background-color: #a6ddc9;
}
.table-hover .table-custom:hover > td,
.table-hover .table-custom:hover > th {
  background-color: #a6ddc9;
}
.btn-custom {
  background-color: #eee737;
  border-color: #eee737;
  color: #fff;
}
.btn-custom:hover {
  background-color: #00784d;
  border-color: #006b45;
  color: #fff;
}
.btn-custom.focus,
.btn-custom:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 173, 125, 0.5);
}
.btn-custom.disabled,
.btn-custom:disabled {
  background-color: #eee737;
  border-color: #eee737;
  color: #fff;
}
.btn-custom:not(:disabled):not(.disabled).active,
.btn-custom:not(:disabled):not(.disabled):active,
.show > .btn-custom.dropdown-toggle {
  background-color: #006b45;
  border-color: #005e3d;
  color: #fff;
}
.btn-custom:not(:disabled):not(.disabled).active:focus,
.btn-custom:not(:disabled):not(.disabled):active:focus,
.show > .btn-custom.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 173, 125, 0.5);
}
.btn-outline-custom {
  border-color: #eee737;
  color: #eee737;
}
.btn-outline-custom:hover {
  background-color: #eee737;
  border-color: #eee737;
  color: #fff;
}
.btn-outline-custom.focus,
.btn-outline-custom:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 158, 102, 0.5);
}
.btn-outline-custom.disabled,
.btn-outline-custom:disabled {
  background-color: transparent;
  color: #eee737;
}
.btn-outline-custom:not(:disabled):not(.disabled).active,
.btn-outline-custom:not(:disabled):not(.disabled):active,
.show > .btn-outline-custom.dropdown-toggle {
  background-color: #eee737;
  border-color: #eee737;
  color: #fff;
}
.btn-outline-custom:not(:disabled):not(.disabled).active:focus,
.btn-outline-custom:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-custom.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 158, 102, 0.5);
}
.badge-custom {
  background-color: #eee737;
  color: #fff;
}
a.badge-custom:focus,
a.badge-custom:hover {
  background-color: #006b45;
  color: #fff;
}
a.badge-custom.focus,
a.badge-custom:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 158, 102, 0.5);
  outline: 0;
}
.alert-custom {
  background-color: #ccece0;
  border-color: #b8e4d4;
  color: #005235;
}
.alert-custom hr {
  border-top-color: #a6ddc9;
}
.alert-custom .alert-link {
  color: #001f14;
}
.list-group-item-custom {
  background-color: #b8e4d4;
  color: #005235;
}
.list-group-item-custom.list-group-item-action:focus,
.list-group-item-custom.list-group-item-action:hover {
  background-color: #a6ddc9;
  color: #005235;
}
.list-group-item-custom.list-group-item-action.active {
  background-color: #005235;
  border-color: #005235;
  color: #fff;
}
.bg-custom {
  background-color: #eee737 !important;
}
a.bg-custom:focus,
a.bg-custom:hover,
button.bg-custom:focus,
button.bg-custom:hover {
  background-color: #006b45 !important;
}
.border-custom {
  border-color: #eee737 !important;
}
.text-custom {
  color: #eee737 !important;
}
a.text-custom:focus,
a.text-custom:hover {
  color: #005235 !important;
}
::-moz-selection {
  background-color: #eee737;
  color: #fff;
}
::selection {
  background-color: #eee737;
  color: #fff;
}
a:not(.btn) {
  color: #eee737;
}
a:not(.btn):focus,
a:not(.btn):hover {
  color: #005235;
}
.color-scheme {
  color: #eee737;
}
.background-scheme {
  background-color: #eee737;
}
.btn.button-scheme {
  background-color: #eee737 !important;
  border: none !important;
  background: -moz-linear-gradient(45deg, #e748ea 0, #4b1abc 100%);
  background: -webkit-gradient(
    left bottom,
    right top,
    color-stop(0, #e748ea),
    color-stop(100%, #4b1abc)
  );
  background: -webkit-linear-gradient(20deg, #a1c037 0, #eee737 100%);
  background: -o-linear-gradient(45deg, #e748ea 0, #4b1abc 100%);
  background: -ms-linear-gradient(45deg, #e748ea 0, #4b1abc 100%);
  background: linear-gradient(20deg, #a1c037 0, #eee737 100%);
  color: #333;
  font-weight: bold;
  font-size: 16px;
  border-radius: 20px;
}
.btn.button-scheme:focus {
  background-color: #005235 !important;
  border-color: #005235 !important;
  box-shadow: none !important;
}
.btn.button-outline {
  background-color: transparent !important;
  border: 1px solid #eee737 !important;
  color: #222 !important;
}
.btn.button-outline:focus {
  background-color: rgba(34, 34, 34, 0.05) !important;
  border-color: #005235 !important;
  box-shadow: none !important;
}
.lightbox-wrapper
  .lightbox-content
  .section-heading.page-heading
  > .animated-bar {
  background-color: #eee737;
}
.info-section .info-content .content-subtitle {
  color: #eee737;
}
.info-section .info-content .content-follow li a:focus,
.info-section .info-content .content-follow li a:hover {
  color: #eee737;
}
.services-section .single-service1:hover {
  border-bottom-color: #eee737;
}
.services-section .single-service .service-icon {
  color: #eee737;
}
.testimonials-section .single-review .review-icon {
  color: #a1c037;
}
.pricing-section .single-plan .plan-icon {
  color: #eee737;
}
.resume-section .resume-item {
  border-left-color: #eee737;
}
.resume-section .resume-item .item-arrow:before {
  background-color: #eee737;
}
.resume-section .resume-item .item-arrow:after {
  border-left-color: #eee737;
}
.skills-section .single-skill .skill-progress .progress-bar {
  background-color: #eee737;
}
.portfolio-section .filter-control > li.tab-active,
.portfolio-section .filter-control > li:hover {
  color: #eee737;
}
.portfolio-section .filter-control > li.tab-active:before,
.portfolio-section .filter-control > li:hover:before {
  background-color: #eee737;
}
.portfolio-section
  .portfolio-grid
  .portfolio-wrapper
  .item-content
  .content-more {
  color: #eee737;
}
.blog-section .single-post .post-img .content-date {
  background: -moz-linear-gradient(45deg, #e748ea 0, #4b1abc 100%);
  background: -webkit-gradient(
    left bottom,
    right top,
    color-stop(0, #e748ea),
    color-stop(100%, #4b1abc)
  );
  background: -webkit-linear-gradient(20deg, #a1c037 0, #eee737 100%);
  background: -o-linear-gradient(45deg, #e748ea 0, #4b1abc 100%);
  background: -ms-linear-gradient(45deg, #e748ea 0, #4b1abc 100%);
  background: linear-gradient(20deg, #a1c037 0, #eee737 100%);
}
.contact-section .contact-form .form-group .form-control:focus {
  border-bottom: 1px solid #a1c037;
}
.contact-section .contact-info .list-info .info-icon i {
  color: #a1c037;
}
