/*-----------------------------------------------------------------------------------

	Theme Name: Infinity
	Theme URI: http://
	Description: The Multi-Purpose Onepage Template
	Author: themezey
	Author URI: http://themeforest.net/user/themezey
	Version: 1.0

-----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------

	== Table Of Content

		01 Basic
		02 Navbar
		03 Header
		04 Hero
		05 About
		06 Portfolio
		07 Services
		08 Team
		09 Numbers
		10 Price
		11 Testimonials
		12 Blog
		13 Contact
		14 Footer
		15 Responsive
	

---------------------------------------------------------------- */
@import url(helpers.css);
/* ----------------------------------------------------------------
	Basic
-----------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none !important;
  list-style: none;
}

body {
  color: #333;
  background: #fff;
  line-height: 1.3;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Raleway', sans-serif;
}

img {
  width: 100%;
  height: auto;
}

span, a, a:hover {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

.section-head {
  text-align: center;
  margin-bottom: 80px;
}
.section-head h4 {
  font-size: 40px;
  font-weight: 200;
  padding-bottom: 15px;
  position: relative;
}
.section-head h4:after {
  content: '';
  width: 80px;
  height: 2px;
  background: #FFB600;
  position: absolute;
  bottom: 0;
  left: calc(50% - 40px);
}
.section-head h4 span {
  font-weight: 700;
}
.section-head p {
  font-weight: 300;
  font-size: 16px;
  word-spacing: 1px;
  margin-top: 15px;
}

.half-imgl {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  background-attachment: fixed;
}

.half-imgr {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
  background-attachment: fixed;
}

.o-hidden {
  overflow: hidden;
}

.position-re {
  position: relative;
}

.full-width {
  width: 100% !important;
}

.bg-gray {
  background: #f7f7f7;
}
.bg-gray .owl-theme .owl-dots .owl-dot span {
  background: #777;
}

.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
}

.section-padding {
  padding: 100px 0;
}

.valign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.v-middle {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.extra-title {
  font-weight: 800;
  line-height: 1.5;
  margin-bottom: 15px;
}

.sub-title {
  letter-spacing: 2px;
  color: #FFB600;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
}

.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #F7F8FA;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #FFB600;
}

.wow {
  -webkit-animation-duration: .8s;
          animation-duration: .8s;
  -webkit-animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
          animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
}

/* ----------------------------------------------------------------
	Navbar
-----------------------------------------------------------------*/
.navbar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: transparent;
  z-index: 9;
}
.navbar .icon-bar {
  color: white;
}
.navbar .navbar-nav .nav-link {
  font-size: 13px;
  font-weight: 600;
  color: white;
  letter-spacing: .5px;
  margin: 15px 5px;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.navbar .navbar-nav .active {
  color: #fff !important;
}
.navbar .navbar-nav .nav-cta {
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 30px;
  padding: 8px 18px !important;
  margin-top: 12px;
}

.nav-scroll {
  background: #fff;
  border-bottom: 1px solid rgba(12, 12, 12, 0.04);
  padding: 0;
  position: fixed;
  top: -100px;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}
.nav-scroll .icon-bar {
  color: #222;
}
.nav-scroll .navbar-nav .nav-link {
  color: #222;
}
.nav-scroll .navbar-nav .active {
  color: #8cc63f !important;
}
.nav-scroll .navbar-nav .nav-cta {
  border-color: #8cc63f;
  color: #8cc63f !important;
}

.logo {
  padding: 15px 0;
  width: 90px;
}

/* ----------------------------------------------------------------
	Header
-----------------------------------------------------------------*/
.header {
  height: 100vh;
  overflow: hidden;
}
.header .caption {
  margin-top: 30px;
  z-index: 9;
}
.header .caption h5 {
  font-weight: 200;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.header .caption h5 span {
  font-weight: 600;
}
.header .caption h1 {
  font-weight: 800;
  margin: 10px 0;
  font-size: 54px;
  line-height: 1.15;
  -webkit-animation-delay: .7s;
          animation-delay: .7s;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.header .caption p {
  font-weight: 300;
  margin: 5px 0 30px;
  -webkit-animation-delay: .9s;
          animation-delay: .9s;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.header .buton {
  padding: 10px 30px;
  background: #8cc63f;
  color: #fff;
  border-radius: 30px;
  font-family: 700;
  border: 1px solid #8cc63f;
  -webkit-transition: all .5s;
  transition: all .5s;
  cursor: pointer;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.header .buton:hover {
  background: transparent;
}
.hero-actions {
  margin-top: 30px;
}
.hero-actions .buton {
  margin: 5px 8px;
}
.header .buton.secondary {
  background: transparent;
  border-color: #fff;
}
.header .buton.secondary:hover {
  background: #fff;
  color: #222;
}
.header .arrow {
  position: absolute;
  bottom: 5vh;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 13px;
  z-index: 8;
}
.header .arrow i {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.header .arrow i:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  z-index: -1;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.header .arrow i:hover:after {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.slider .arrow, .slider-fade .arrow {
  display: none !important;
}
.slider .owl-item, .slider-fade .owl-item {
  height: 100vh;
  position: relative;
}
.slider .item, .slider-fade .item {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
}
.slider .item .caption, .slider-fade .item .caption {
  z-index: 9;
}
.slider .owl-theme .owl-dots, .slider-fade .owl-theme .owl-dots {
  position: absolute;
  bottom: 5vh;
  width: 100%;
}

#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.bg-vid, #canvas-basic {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
}

/* ----------------------------------------------------------------
	Hero
-----------------------------------------------------------------*/
.hero .intro {
  padding: 100px 0;
}
.hero .intro .content {
  padding: 0 30px;
}
.hero .intro .logo-img {
  width: 70px;
  margin: 0 auto 15px;
}
.hero .feats .item {
  padding: 80px 30px;
  border: 1px solid #eee;
}
.hero .feats .item .icon {
  font-size: 60px;
  color: #8cc63f;
  margin-bottom: 50px;
}
.hero .feats .row {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.hero .feats .solution-card {
  height: 100%;
  min-height: 360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgba(12, 12, 12, 0.06);
  -webkit-box-shadow: 0 14px 34px rgba(22, 34, 51, 0.08);
          box-shadow: 0 14px 34px rgba(22, 34, 51, 0.08);
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: border-color .35s ease, -webkit-box-shadow .35s ease, -webkit-transform .35s ease;
  transition: border-color .35s ease, -webkit-box-shadow .35s ease, -webkit-transform .35s ease;
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease, -webkit-box-shadow .35s ease, -webkit-transform .35s ease;
  will-change: transform;
}
.hero .feats .solution-card:hover {
  border-color: rgba(140, 198, 63, 0.35);
  -webkit-box-shadow: 0 20px 48px rgba(22, 34, 51, 0.14);
          box-shadow: 0 20px 48px rgba(22, 34, 51, 0.14);
  -webkit-transform: translateY(-8px) translateZ(0);
          transform: translateY(-8px) translateZ(0);
}
.hero .feats .item h6 {
  margin-bottom: 20px;
}
.hero .feats .item .more {
  margin-top: 30px;
  font-weight: 600;
  font-size: 13px;
  border-bottom: 1px solid #ccc;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.hero .feats .item .more i {
  font-size: 10px;
  -webkit-transition: padding .5s;
  transition: padding .5s;
}
.hero .feats .item .more:hover {
  color: #FFB600;
}
.hero .feats .item .more:hover i {
  padding-left: 5px;
}

/* ----------------------------------------------------------------
	About
-----------------------------------------------------------------*/
.about .content {
  padding: 100px 0;
}
.about .content .item {
  margin-bottom: 15px;
}
.about .content .item .icon {
  font-size: 15px;
  padding-right: 5px;
  color: #FFB600;
}
.about .content .item h6 {
  font-size: 15px;
}
.about .fbox {
  padding-left: 15px;
}
.about .skills .skill-item {
  margin-top: 30px;
}
.about .skills h6 {
  font-weight: 700;
  font-size: 12px;
  letter-spacing: .5px;
  margin-bottom: 10px;
}
.about .skills .skills-progress {
  width: 100%;
  height: 2px;
  background: #fff;
  position: relative;
  z-index: 2;
}
.about .skills .skills-progress span {
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #FFB600;
  z-index: -1;
}
.about .skills .skills-progress span:after {
  content: attr(data-value);
  color: #fff;
  padding: 3px 8px;
  border-radius: 5px;
  background: #222;
  font-size: 10px;
  position: absolute;
  right: -5px;
  top: 10px;
}
.about .skills .skills-progress span:before {
  content: '';
  width: 0;
  height: 0;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 5px solid #222;
  position: absolute;
  top: 5px;
  right: 8px;
  z-index: 6;
}
.about .quote {
  margin-top: 50px;
  padding: 30px 20px;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 10px 30px -8px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 30px -8px rgba(0, 0, 0, 0.1);
  position: relative;
}
.about .quote .icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #FFB600;
  color: #fff;
  font-size: 30px;
  text-align: center;
  line-height: 50px;
  position: absolute;
  top: -25px;
  right: 0px;
  -webkit-box-shadow: 0px 10px 30px -8px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 30px -8px rgba(0, 0, 0, 0.1);
}
.about .quote img {
  margin-top: 10px;
  width: 60px;
  border-radius: 50%;
  float: left;
}
.about .quote .info {
  margin-top: 20px;
  margin-left: 80px;
}
.about .quote .info span {
  margin-top: 5px;
  font-size: 12px;
  color: #888;
}

/* ----------------------------------------------------------------
	Portfolio
-----------------------------------------------------------------*/
.portfolio {
  overflow: hidden;
}
.portfolio .filtering {
  text-align: center;
}
.portfolio .filtering span {
  padding: 8px 22px;
  background: #f7f7f7;
  border: 1px solid #eee;
  margin: 0 5px;
  color: #777;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.portfolio .filtering .active {
  background: #FFB600;
  border-color: #FFB600;
  color: #fff;
}
.portfolio .items {
  padding: 5px;
}
.portfolio .item-img {
  position: relative;
  overflow: hidden;
}
.portfolio .item-img:hover .item-img-overlay {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.portfolio .item-img:hover h6 {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.portfolio .item-img h6 {
  font-weight: 600;
  position: relative;
  margin-bottom: 5px;
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
  -webkit-transition: all .5s;
  transition: all .5s;
}
.portfolio .item-img-overlay {
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  background: rgba(255, 255, 255, 0.95);
  color: #35424C;
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  z-index: 2;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.portfolio .item-img-overlay a {
  font-size: 30px;
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.work-item {
  padding: 80px;
}
.work-item p {
  margin: 30px 0;
}
.work-item li {
  margin-bottom: 15px;
}
.work-item li span {
  font-weight: 600;
  padding-right: 5px;
}
.work-item .tags a {
  margin-right: 5px;
  font-size: 13px;
  color: #777;
}

/* ----------------------------------------------------------------
	Services
-----------------------------------------------------------------*/
.services .bord {
  border-left: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
}
.services .custom-bord {
  margin: 10px 0;
  border-bottom: 1px solid #f1f1f1;
  width: 100%;
}
.services .item {
  padding: 30px 15px;
}
.services .item:hover .icon {
  background: #FFB600;
  color: #fff;
}
.services .item .icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  background: #f7f7f7;
  font-size: 30px;
  color: #FFB600;
  margin: 0 auto 15px;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.services .item h6 {
  margin-bottom: 10px;
  font-size: 17px;
}

/* ----------------------------------------------------------------
	Team
-----------------------------------------------------------------*/
.team .titem {
  padding: 8px;
  background: #fff;
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
}
.team .titem:hover .author-img {
  border-radius: 0;
}
.team .titem .author-img {
  margin: auto;
  overflow: hidden;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.team .titem .info {
  padding: 15px 0 7px;
}
.team .titem .info h6 {
  font-size: 16px;
  margin-bottom: 2px;
}
.team .titem .info span {
  font-size: 13px;
  color: #888;
}
.team .titem .info a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  background: #f7f7f7;
  font-size: 12px;
  margin: 8px 2px 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.team .titem .info a:hover {
  background: #FFB600;
  color: #fff;
}
.team .owl-carousel .owl-stage-outer {
  padding: 15px 0;
}

/* ----------------------------------------------------------------
	Numbers
-----------------------------------------------------------------*/
.numbers {
  background-attachment: fixed;
}
.numbers .proof-head {
  color: #fff;
}
.numbers .proof-head h4:after {
  background: #8cc63f;
}
.numbers .proof-head p {
  color: rgba(255, 255, 255, 0.85);
}
.numbers .item:hover .icon .back {
  -webkit-transition: all .2s;
  transition: all .2s;
  left: 0;
}
.numbers .item:hover .icon .front {
  -webkit-transition: all .2s;
  transition: all .2s;
  left: -100px;
}
.numbers .item .icon {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  font-size: 25px;
  margin: 0 auto 10px;
  overflow: hidden;
}
.numbers .item .icon i {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  line-height: 80px;
  border-radius: 50%;
}
.numbers .item .icon .back {
  left: 100px;
}
.numbers .item h2 {
  color: #FFB600;
  font-size: 50px;
  font-weight: 700;
  font-family: inherit;
  margin-bottom: 10px;
}
.numbers .item h2 span {
  font-size: 30px;
  font-weight: 400;
  color: inherit;
  padding-left: 5px;
}
.numbers .item p {
  font-size: 17px;
  color: #fff;
}

/* ----------------------------------------------------------------
	Price
-----------------------------------------------------------------*/
.price .item {
  text-align: center;
  padding: 30px 15px;
  background: #fff;
  border-radius: 5px;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.price .item.active, .price .item:hover {
  -webkit-box-shadow: 0px 0px 30px -2px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 30px -2px rgba(0, 0, 0, 0.1);
}
.price .item.active .order .button, .price .item:hover .order .button {
  background: #FFB600;
}
.price .item .type {
  font-weight: 800;
  font-size: 22px;
}
.price .item .mount {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: #f7f7f7;
  margin: 30px auto 15px;
  -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.07);
}
.price .item .mount h3 {
  display: inline-block;
  line-height: 110px;
  font-weight: 800;
  font-size: 45px;
  color: #111;
  position: relative;
}
.price .item .mount h3 span {
  font-size: 14px;
  position: absolute;
  left: -10px;
  top: -10px;
}
.price .item .per {
  color: #888;
  font-size: 12px;
  margin-bottom: 15px;
}
.price .item li {
  font-size: 14px;
  padding: 15px 0;
  border-bottom: 1px solid #f5f5f5;
}
.price .item li:last-child {
  border: 0;
}
.price .item .order .button {
  padding: 10px 30px;
  border-radius: 30px;
  background: #222;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: .5px;
  color: white;
  -webkit-transition: all .5s;
  transition: all .5s;
}

/* ----------------------------------------------------------------
	Clients
-----------------------------------------------------------------*/
.clients {
  background-attachment: fixed;
}
.clients .icon {
  font-size: 50px;
  margin-bottom: 15px;
}
.clients h2 {
  margin-bottom: 30px;
}
.clients .citem .client-img {
  width: 100px;
  height: 100px;
  margin: 0 auto 10px;
  border-radius: 50%;
  overflow: hidden;
}
.clients .citem h6 {
  margin-bottom: 15px;
}
.clients .citem p {
  padding: 0 50px;
}
.clients .citem span {
  font-size: 14px;
  margin: 15px 0 10px;
}
.clients .citem li {
  font-size: 12px;
  display: inline-block;
  color: #FFB600;
}

/* ----------------------------------------------------------------
	Blog
-----------------------------------------------------------------*/
.blog .pitem {
  background: #fff;
  padding: 15px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 30px -4px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 30px -4px rgba(0, 0, 0, 0.1);
}
.blog .pitem .post-img {
  position: relative;
  margin-top: -50px;
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 0px 10px 30px -4px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 30px -4px rgba(0, 0, 0, 0.1);
}
.blog .pitem .content {
  padding: 30px 0 15px;
}
.blog .pitem .content .tag {
  font-size: 12px;
  color: #FFB600;
  margin-bottom: 15px;
}
.blog .pitem .content h5 {
  font-family: inherit;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 15px;
}
.blog .owl-carousel .owl-stage-outer {
  padding: 50px 0 30px;
}

/* ----------------------------------------------------------------
	Contact
-----------------------------------------------------------------*/
.contact .contact-info {
  background-attachment: fixed;
}
.contact .contact-info .icon {
  padding: 50px 15px;
  background: rgba(255, 255, 255, 0.1);
  float: left;
  font-size: 20px;
}
.contact .contact-info .cont {
  margin-left: 30px;
}
.contact .contact-info h6 {
  font-family: inherit;
  font-size: 14px;
  margin-bottom: 5px;
}
.contact .contact-info p {
  font-size: 14px;
}
.contact .form input[type='text'],
.contact .form input[type='email'],
.contact .form textarea {
  width: 100%;
  padding: 15px;
  font-size: 14px;
  border: 0;
  background: #f7f7f7;
  border-radius: 5px;
}
.contact .form textarea {
  height: 175px;
  max-height: 175px;
  max-width: 100%;
}
.contact .form input[type='submit'] {
  padding: 10px 30px;
  background: #222;
  color: #fff;
  font-size: 14px;
  border: 0;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.contact .form input[type='submit']:hover {
  background: #FFB600;
}
.contact .contact-details {
  margin-top: 25px;
}
.contact .contact-details p {
  margin-bottom: 10px;
}
.contact .contact-details a {
  color: #8cc63f;
}
.contact .cta-card {
  border-radius: 10px;
  padding: 45px 35px;
  background: #fff;
  -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}
.contact .cta-card .buton {
  padding: 10px 30px;
  background: #8cc63f;
  color: #fff;
  border-radius: 30px;
  border: 1px solid #8cc63f;
  margin-top: 15px;
}
.contact .cta-card .buton:hover {
  background: transparent;
  color: #8cc63f;
}
.contact .privacy-link {
  display: block;
  margin-top: 18px;
  color: #777;
  font-size: 13px;
  text-decoration: underline;
}
.contact .themap {
  background: #222;
  padding: 0 15px;
}
.contact .themap .map-toggle {
  color: #fff;
  padding: 30px 0;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  position: relative;
}
.contact .themap .map-toggle:after {
  content: 'Open The Map';
  position: relative;
  cursor: pointer;
}
.contact .themap .map-toggle i {
  margin-right: 5px;
  color: #FFB600;
  cursor: pointer;
}
.contact .themap .map-opened:after {
  content: 'Close The Map';
  position: relative;
}
.contact .themap .map {
  display: none;
  height: 380px;
  width: 100%;
  border-bottom: 15px solid #222;
}

/* ----------------------------------------------------------------
	Footer
-----------------------------------------------------------------*/
footer {
  background: #111;
  color: #fff;
}
footer .logo {
  padding: 0;
}
footer .social-icon a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #171717;
  border-radius: 50%;
  font-size: 12px;
  margin: 15px 2px;
  -webkit-transition: all .5s;
  transition: all .5s;
}
footer .social-icon a:hover {
  background: #FFB600;
}
footer p {
  font-weight: 300;
}

/* ----------------------------------------------------------------
	Responsive
-----------------------------------------------------------------*/
@media screen and (max-width: 991px) {
  .section-padding {
    padding: 75px 0;
  }

  .mb-md50 {
    margin-bottom: 50px;
  }

  .mb-md30 {
    margin-bottom: 30px;
  }

  .mb-md0 {
    margin-bottom: 0;
  }

  .navbar .navbar-collapse {
    max-height: 340px;
    overflow: auto;
    background: #fff;
    text-align: center;
    padding: 10px 0;
  }
  .navbar .nav-link {
    margin: 10px auto !important;
    color: #222 !important;
  }
  .navbar .navbar-nav .active {
    color: #8cc63f !important;
  }
  .navbar .navbar-nav .nav-cta {
    border-color: #8cc63f;
    display: inline-block;
  }
  .header .caption h1 {
    font-size: 40px;
  }
  .hero .feats .solution-card,
  .services .trust-card {
    min-height: auto;
  }
  .services .trust-card {
    margin-bottom: 30px;
  }

  .half-imgl,
  .half-imgr {
    display: none;
  }

  .about .content {
    border-top: 1px solid #eee;
  }

  .services .bord {
    border: 0;
  }
  .services .custom-bord {
    display: none;
  }

  .clients .citem p {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .section-padding {
    padding: 60px 0;
  }

  .header {
    min-height: 680px;
    height: auto;
    padding: 120px 0 90px;
  }

  .header .caption {
    margin-top: 0;
  }

  .header .caption h1 {
    font-size: 32px;
    line-height: 1.2;
  }

  .header .caption p {
    font-size: 15px;
  }

  .hero-actions .buton {
    display: block;
    max-width: 260px;
    margin: 10px auto;
  }

  .hero .intro .content {
    padding: 0;
  }

  .section-head {
    margin-bottom: 45px;
  }

  .section-head h4 {
    font-size: 32px;
  }

  .numbers .item h2 {
    font-size: 42px;
  }

  .contact .cta-card {
    padding: 35px 25px;
  }

  .mb-sm50 {
    margin-bottom: 50px;
  }

  .mb-sm30 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 420px) {
  .navbar .logo {
    width: 170px;
  }

  .navbar .logo img {
    margin-left: 0 !important;
    width: 160px !important;
  }

  .header .caption h1 {
    font-size: 28px;
  }
}

@media (prefers-color-scheme: dark) {
  body {
    color: #d7dee8;
    background: #0d1117;
  }

  .bg-white,
  .bg-gray {
    background: #0d1117 !important;
  }

  .section-head h4,
  .extra-title,
  .hero .feats .item h6,
  .services .item h6,
  .contact h4,
  .contact h5 {
    color: #f4f7fb;
  }

  .section-head p,
  .hero .intro p,
  .hero .feats .item p,
  .services .item p,
  .contact p {
    color: #b9c4d0;
  }

  .nav-scroll {
    background: #101720;
    border-bottom-color: rgba(255, 255, 255, 0.08);
  }

  .nav-scroll .navbar-nav .nav-link {
    color: #f4f7fb !important;
  }

  .hero .feats .solution-card,
  .services .trust-card,
  .contact .cta-card {
    background: #141c26;
    border-color: rgba(255, 255, 255, 0.08);
    -webkit-box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
            box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
  }

  .hero .feats .solution-card:hover,
  .services .trust-card:hover {
    -webkit-box-shadow: 0 20px 45px rgba(0, 0, 0, 0.45);
            box-shadow: 0 20px 45px rgba(0, 0, 0, 0.45);
  }

  .contact .privacy-link {
    color: #b9c4d0;
  }

  footer {
    background: #080b10;
  }
}

@media screen and (max-width: 991px) and (prefers-color-scheme: dark) {
  .navbar .navbar-collapse {
    background: #101720;
  }

  .navbar .navbar-collapse .nav-link {
    color: #f4f7fb !important;
  }

  .navbar .navbar-collapse .active {
    color: #8cc63f !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *:before,
  *:after {
    -webkit-animation-duration: .01ms !important;
            animation-duration: .01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    -webkit-transition-duration: .01ms !important;
            transition-duration: .01ms !important;
  }
}

@media (hover: none) {
  .hero .feats .solution-card:hover,
  .services .trust-card:hover {
    -webkit-transform: none;
            transform: none;
  }
}

/*# sourceMappingURL=style.css.map */