/*
 * Solution by GetTemplates.co
 * URL: https://GetTemplates.co
 */
/*@font-face {
  font-family: 'Poppins', sans-serif;
  src: url(../fonts/Lato-Regular.ttf);
}
@font-face {
  font-family: 'Poppins', sans-serif;
  src: url(../fonts/Lato-Black.ttf);
}
@font-face {
  font-family: 'Poppins', sans-serif;
  src: url(../fonts/Lato-Bold.ttf);
}
@font-face {
  font-family: 'Poppins', sans-serif;
  src: url(../fonts/Lato-Light.ttf);
}
@font-face {
  font-family: 'Poppins', sans-serif;
  src: url(../fonts/Lato-Medium.ttf);
}
@font-face {
  font-family: 'Poppins', sans-serif;
  src: url(../fonts/Lato-Semibold.ttf);
}
@font-face {
  font-family: "OpenSans-Bold";
  src: url(../fonts/OpenSans-Bold.ttf);
}
@font-face {
  font-family: 'Poppins', sans-serif;
  src: url(../fonts/OpenSans-Regular.ttf);
}
@font-face {
  font-family: 'Poppins', sans-serif;
  src: url(../fonts/OpenSans-Semibold.ttf);
}*/
p {
  font-family: 'Poppins', sans-serif;
  color: #666666;
  font-size: 18px;
}

body {
  overflow: hidden;
  overflow-y: auto;
  font-family: 'Poppins', sans-serif;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1240px;
  }
}
#gtco-main-nav {
  position: fixed;
  top: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  padding: 0;
  z-index: 1001;
   
  background-color:#FFFFFF;
  
}
#gtco-main-nav .navbar-brand {
  font-size: 36px;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  background: -webkit-linear-gradient(left, #1d3ede, #01e6f8);
  background: -ms-linear-gradient(left, #1d3ede, #01e6f8);
  background: -moz-linear-gradient(left, #1d3ede, #01e6f8);
  background: -o-linear-gradient(left, #1d3ede, #01e6f8);
  -webkit-background-clip: text;
  -ms-background-clip: text;
  -o-background-clip: text;
  -webkit-text-fill-color: transparent;
  -ms-text-fill-color: transparent;
  -o-text-fill-color: transparent;
  margin-top:-5px;
  
}
#gtco-main-nav .bar1, #gtco-main-nav .bar2, #gtco-main-nav .bar3 {
  width: 25px;
  height: 2px;
  background-color: #333;
  margin: 5px 0;
  transition: 0.4s;
  display: block;
  position: relative;
  
}
#gtco-main-nav .change .bar1 {
  -webkit-transform: rotate(-42deg) translate(-2px, 6px);
  transform: rotate(-42deg) translate(-2px, 6px);
}
#gtco-main-nav .change .bar2 {
  opacity: 0;
}
#gtco-main-nav .change .bar3 {
  -webkit-transform: rotate(46deg) translate(-4px, -8px);
  transform: rotate(46deg) translate(-4px, -8px);
}

#gtco-main-nav .navbar-nav{
  margin-left:55px;
}

#gtco-main-nav .navbar-nav li a {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #666666;
  padding: 5px 15px !important;
  text-transform: none;
  margin-top:10px;
  border-bottom:1px solid #fff;
  
}
#gtco-main-nav .navbar-nav li a:hover {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #000;
  padding: 5px 15px !important;
  text-transform: none;
  border-bottom:1px solid #333333;
  margin-top:10px;
}

#gtco-main-nav form{
  margin-top:5px;
}

#gtco-main-nav form a {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #fff;
  padding: 5px 15px;
  border-radius: 7px;
  border-width: 1px;
  
  
}
#gtco-main-nav form a.btn-info {
  background: #88c33b;
  border-color: #88c33b;
  
  
}
#gtco-main-nav form a.btn-outline-dark {
  border-color: #ccc;
  background-color: transparent;
  color:#333333;
}
@media (max-width: 991px) {
  #gtco-main-nav form a.btn-outline-dark {
    border-color: #1d3ede;
    color: #000;
  }
  
  #gtco-main-nav .navbar-nav{
  margin-left:0px;
}
}
/*.tt::after {
  position: absolute;
  content: "";
  height: 600px;
  width: 700px;
  background-image: -webkit-linear-gradient(-220deg, #1d3ede, #01e6f8);
  background-image: -moz-linear-gradient(-220deg, #1d3ede, #01e6f8);
  background-image: -ms-linear-gradient(-220deg, #1d3ede, #01e6f8);
  background-image: -o-linear-gradient(-220deg, #1d3ede, #01e6f8);
  background-image: linear-gradient(-220deg, #1d3ede, #01e6f8);
  right: 49.5%;
  top: 80px;
  z-index: -1;
  border-radius: 50% 0 50% 50%;
}*/
@media (max-width: 1400px) {
  #gtco-main-nav::after {
    height: 550px;
    width: 800px;
  }
}
@media (max-width: 1199px) {
  #gtco-main-nav::after {
    width: 700px;
  }
}
@media (max-width: 991px) {
  #gtco-main-nav::after {
    width: 55%;
    left: auto;
    right: 0;
  }
}
@media (max-width: 600px) {
  #gtco-main-nav::after {
    width: 100%;
    height: 400px;
  }
}
/*#gtco-main-nav::before {
  position: absolute;
  content: "";
  height: 590px;
  width: 930px;
  background-image: -webkit-linear-gradient(to right, #e8eefc, #e6fafe);
  background-image: -moz-linear-gradient(to right, #e8eefc, #e6fafe);
  background-image: -ms-linear-gradient(to right, #e8eefc, #e6fafe);
  background-image: -o-linear-gradient(to right, #e8eefc, #e6fafe);
  background-image: linear-gradient(to right, #e8eefc, #e6fafe);
  left: 47.5%;
  top: -25px;
  z-index: -1;
  border-radius: 50% 0 50% 50%;
}*/
@media (max-width: 1400px) {
  #gtco-main-nav::before {
    height: 540px;
    width: 810px;
  }
}
@media (max-width: 1199px) {
  #gtco-main-nav::before {
    width: 710px;
  }
}
@media (max-width: 991px) {
  #gtco-main-nav::before {
    width: 55%;
    left: auto;
    right: 0;
  }
}
@media (max-width: 600px) {
  #gtco-main-nav::before {
    width: 100%;
    height: 390px;
  }
}

.gtco-banner-area a, .gtco-feature a, .gtco-features a, .gtco-news .owl-carousel .card a, #gtco-footer .submit-button {
  background-image: -moz-linear-gradient(0deg, #06c6f9 0%, #38eaf9 100%);
  background-image: -webkit-linear-gradient(0deg, #06c6f9 0%, #38eaf9 100%);
  background-image: -ms-linear-gradient(0deg, #06c6f9 0%, #38eaf9 100%);
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  color: #fff;
  border-radius: 10px;
  padding: 5px 30px;
  display: inline-block;
  text-transform: uppercase;
  padding-right: 5px;
  text-decoration: none !important;
}
.gtco-banner-area a .fa, .gtco-feature a .fa, .gtco-features a .fa, .gtco-news .owl-carousel .card a .fa, #gtco-footer .submit-button .fa {
  background: #fff;
  border-radius: 50%;
  height: 32px;
  width: 32px;
  color: #37eaf9;
  font-size: 22px;
  text-align: center;
  padding-top: 5px;
  margin-left: 15px;
}

.gtco-feature h2, .gtco-features h2 {
  font-family: 'Poppins', sans-serif;
  color: #000000;
  font-size: 36px;
  margin-bottom: 30px;
  
}


.dot {
  border: 10px solid #88c33a;
  background: transparent;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  height: 75px;
  width: 75px;
  -webkit-animation: pulse 3s ease-out;
  -moz-animation: pulse 3s ease-out;
  animation: pulse 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  position: absolute;
  top: -15px;
  right: 15px;
  z-index: 1;
  opacity: 0;
}

.dot1 {
  border: 10px solid #88c33a;
  background: transparent;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  height: 45px;
  width: 45px;
  -webkit-animation: pulse 3s ease-out;
  -moz-animation: pulse 3s ease-out;
  animation: pulse 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  position: absolute;
  top: -5px;
  right: 55px;
  z-index: 1;
  opacity: 0;
}

@-moz-keyframes pulse {
 0% {
    -moz-transform: scale(0);
    opacity: 0.0;
 }
 25% {
    -moz-transform: scale(0);
    opacity: 0.1;
 }
 50% {
    -moz-transform: scale(0.1);
    opacity: 0.3;
 }
 75% {
    -moz-transform: scale(0.5);
    opacity: 0.5;
 }
 100% {
    -moz-transform: scale(1);
    opacity: 0.0;
 }
}

@-webkit-keyframes "pulse" {
 0% {
    -webkit-transform: scale(0);
    opacity: 0.0;
 }
 25% {
    -webkit-transform: scale(0);
    opacity: 0.1;
 }
 50% {
    -webkit-transform: scale(0.1);
    opacity: 0.3;
 }
 75% {
    -webkit-transform: scale(0.5);
    opacity: 0.5;
 }
 100% {
    -webkit-transform: scale(1);
    opacity: 0.0;
 }
}

.card {
  border: none;
  background: transparent;
}

.gtco-banner-area {
  margin-top: 130px;
  min-height: 450px;
}
.gtco-banner-area h1 {
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
  color: #000000;
  max-width: 500px;
  margin-top: 30px;
  font-weight:800;
  line-height:60px;
  
}

.gtco-banner-area h1 span{
background-color:#66CC33;color:#FFFFFF;padding:5px;-webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

@media (max-width: 767px) {

#gtco-main-nav form{
  margin-left:15px;
}
	
  .gtco-banner-area h1 span{
background-color:#66CC33;color:#FFFFFF;padding:5px;-webkit-box-decoration-break: clone;
    box-decoration-break: clone;
	line-height:40px;
}	
 
 .gtco-banner-area {
  margin-top: 80px;
  min-height: 500px;
}
 
 .gtco-banner-area h1 {
  font-family: 'Poppins', sans-serif;
  font-size: 25px;
  color: #000000;
  line-height:40px;
  
}
}

@media (max-width: 1199px) {
  .gtco-banner-area h1 {
    margin-top: 30px;
  }
}
.gtco-banner-area p {
  max-width: 450px;
  margin: 20px 0;
  margin-bottom: 40px;
  font-size:14px;
}
.gtco-banner-area a {
  display: inline;
  padding: 10px 30px;
  padding-right: 5px;
}
.gtco-banner-area .card-img-top {
  width: 626px;
  margin: 0 auto;
  margin-top: 30px;
  margin-right: 30px;
  
}
@media (max-width: 1400px) {
  .gtco-banner-area .col-md-6 .card .card-img-top {
    max-width: 100%;
    margin-top: 0px;
    margin-right: auto;
  }
}
@media (max-width: 1199px) {
  .gtco-banner-area .col-md-6 .card .card-img-top {
    max-width: 100%;
	 margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .gtco-banner-area .col-md-6 .card .card-img-top {
    margin-top: 10px;
  }
}

.gtco-feature {
  margin-top: 100px;
}
.gtco-feature .card .back-bg {
  margin-left: -30px !important;
  margin-top: -20px;
}
.gtco-feature .card svg {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.gtco-feature .card svg.defs {
  position: absolute;
  width: 0;
  height: 0;
}
.gtco-feature .card .squircle {
  width: 100%;
  height: 450px;
  background: url(../images/learn-img.jpg) center/cover, #aaa;
  clip-path: url(#clip-path);
  background-position-x: -50px;
}
.gtco-feature p small {
  font-size: 16px;
}
.gtco-feature a {
  margin-top: 20px;
  display: inline-block;
}

.gtco-features {
  margin-top: 50px;
}



.gtco-features svg {
  position: absolute;
  margin-left: -100px;
  margin-top: 100px;
}
@media (max-width: 767px) {
  .gtco-features svg {
    margin: 0 auto;
    margin-top: 200px;
  }
}
.gtco-features h2 {
  margin-top: 200px;
}
@media (max-width: 991px) {
  .gtco-features h2 {
    margin-top: 0;
  }
}
.gtco-features .col-lg-4 p {
  max-width: 320px;
  margin-bottom: 30px;
}
.gtco-features .col-lg-12 {
  padding: 10px 0px;
}

.gtco-features .card-title {
  font-size:14px;
}


@media (max-width: 767px) {
  .gtco-features .col-lg-8 {
    padding: 10px 0;
  }
}
.gtco-features .col-lg-12 .row .col:first-child {
  margin-top: 00px;
}
@media (max-width: 600px) {
  .gtco-features .col-lg-12 .row .col:first-child {
    margin-top: 50px;
  }
}
@media (max-width: 600px) {
  .gtco-features .col-lg-12 .col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.gtco-features .col-lg-12 .card {
  background: #88c33b;
  margin: 30px 5px;
  padding: 20px 10px;
  border-radius: 20px;
  box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.08);
}
.gtco-features .col-lg-12 .card:hover {
  background: #88c33b;
  margin: 30px 5px;
  padding: 20px 10px;
  border-radius: 20px;
  box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.25);
  color:#FFFFFF;
}
.gtco-features .col-lg-12 .card .oval {
  background: linear-gradient(to right, #f1f6fd, #f0fbfe);
  padding: 10px;
  width: 150px;
  border-radius: 50%;
  margin: auto;
  transform: rotate(20deg);
  margin-top: 20px;
}
.gtco-features .col-lg-12 .card .card-img-top {
  max-width: 0.8in;
  margin: 0 auto;
  transform: rotate(-20deg);
}
.gtco-features .col-lg-12 .card h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  color: #fff;
}

.gtco-features .col-lg-12 .card p {
  font-size: 16px;
  color: #fff;
}


.gtco-features .col-lg-12 .card1 {
  background: #fff;
  margin: 30px 5px;
  padding: 20px 10px;
  border-radius: 20px;
  box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.08);
}
.gtco-features .col-lg-12 .card1:hover {
  background: #88c33b;
  margin: 30px 5px;
  padding: 20px 10px;
  border-radius: 20px;
  box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.25);
  color:#FFFFFF;
}
.gtco-features .col-lg-12 .card1 .oval {
  background: linear-gradient(to right, #f1f6fd, #f0fbfe);
  padding: 10px;
  width: 150px;
  border-radius: 50%;
  margin: auto;
  transform: rotate(20deg);
  margin-top: 20px;
}
.gtco-features .col-lg-12 .card1 .card-img-top {
  max-width: 0.8in;
  margin: 0 auto;
  transform: rotate(-20deg);
}
.gtco-features .col-lg-12 .card1 h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  color: #333;
}

.gtco-features .col-lg-12 .card1 p {
  font-size: 16px;
  color: #333;
}

.form-control {
  box-shadow: none;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 40px;
  font-size: 15px;
  font-weight: 400;
  color:#000000;
}

.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #d1c286;
}

.gtco-numbers-block {
  margin: 100px auto;
  margin-top: 80px;
  color: #333;
  
  
}
@media (max-width: 600px) {
  .gtco-numbers-block {
    margin-top: 100px;
  }
}
@media (max-width: 1299px) {
  .gtco-numbers-block .row {
    max-width: 1000px;
    margin: 0 auto;
	
  }
}
@media (max-width: 767px) {
  .gtco-numbers-block .row .col-3 {
    padding: 0;
  }
}
.gtco-numbers-block #custom-map::before {
  position: absolute;
  content: "";
  height: 100px;
  width: 100%;
  border: 2px solid red;
}
.gtco-numbers-block svg {
  margin-top: -100px;
  position: absolute;
  left: 0;
  max-width: 1500px;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1299px) {
  .gtco-numbers-block svg {
    margin-top: -90px;
  }
}
@media (max-width: 1199px) {
  .gtco-numbers-block svg {
    margin-top: -60px;
  }
}
@media (max-width: 991px) {
  .gtco-numbers-block svg {
    margin-top: -40px;
  }
}
@media (max-width: 650px) {
  .gtco-numbers-block svg {
    margin-top: -20px;
  }
}
@media (max-width: 600px) {
  .gtco-numbers-block svg {
    margin-top: -10px;
  }
}
.gtco-numbers-block h5 {
  font-family: 'Poppins', sans-serif;
  font-size: 60px;
}
@media (max-width: 1299px) {
  .gtco-numbers-block h5 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .gtco-numbers-block h5 {
    font-size: 24px;
  }
}
@media (max-width: 600px) {
  .gtco-numbers-block h5 {
    margin: 0;
    font-size: 18px;
  }
}
.gtco-numbers-block p {
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  color: #ccc;
}
@media (max-width: 1299px) {
  .gtco-numbers-block p {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .gtco-numbers-block p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .gtco-numbers-block p {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .gtco-numbers-block p {
    line-height: 1.1;
  }
}
@media (max-width: 500px) {
  .gtco-numbers-block p {
    font-size: 8px;
  }
}


.gtco-testimonials {
  position: relative;
  margin-top: 100px;
}
@media (max-width: 767px) {
  .gtco-testimonials {
    margin-top: 100px;
  }
}
.gtco-testimonials h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 36px;
  text-align: center;
  color: #333333;
  margin-bottom: 100px;
}
.gtco-testimonials .owl-stage-outer {
  padding-bottom: 30px;
}
.gtco-testimonials .owl-nav {
  display: none;
}
.gtco-testimonials .owl-dots {
  text-align: center;
}
.gtco-testimonials .owl-dots span {
  position: relative;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: block;
  background: #fff;
  border: 2px solid #01e6f8;
  margin: 0 5px;
}
.gtco-testimonials .owl-dots .active {
  box-shadow: none;
}
.gtco-testimonials .owl-dots .active span {
  background: #01e6f8;
  box-shadow: none;
  height: 12px;
  width: 12px;
  margin-bottom: -1px;
}
.gtco-testimonials .card {
  background: #fff;
  box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.08);
  margin: 0 30px;
  padding: 0 20px;
  border-radius: 50px;
}
.gtco-testimonials .card .card-img-top {
  max-width: 100px;
  border-radius: 50%;
  margin: 0 auto;
  border: 5px solid #8ac43e;
  width: 100px;
  height: 100px;
}
.gtco-testimonials .card h5 {
  color: #1d3ede;
  font-size: 21px;
  line-height: 1.3;
  font-family: 'Poppins', sans-serif;
}
.gtco-testimonials .card h5 span {
  font-size: 18px;
  color: #666666;
  font-family: 'Poppins', sans-serif;
}
.gtco-testimonials .card p {
  font-size: 18px;
}
.gtco-testimonials .active {
  opacity: 0.5;
  transition: all 0.3s;
}
.gtco-testimonials .center {
  opacity: 1;
}
.gtco-testimonials .center h5 {
  font-size: 24px;
}
.gtco-testimonials .center h5 span {
  font-size: 20px;
}
.gtco-testimonials .center p {
  font-size: 20px;
}
.gtco-testimonials .center .card-img-top {
  max-width: 100%;
  height: 120px;
  width: 120px;
}

.gtco-features-list {
  margin-top: 100px;
}
.gtco-features-list .media {
  margin: 20px 0;
}
.gtco-features-list .oval {
  border-radius: 50%;
  background-color: white;
  box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.1);
  padding: 15px;
  height: 60px;
  width: 60px;
}
.gtco-features-list .oval .align-self-start {
  width: 100%;
  padding: 3px;
}
.gtco-features-list .media-body {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: #666666;
  padding-right: 20px;
}
.gtco-features-list .media-body h5 {
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px !important;
  font-size: 22px;
}

.gtco-logo-area {
  margin: 100px auto;
}
.gtco-logo-area .col .img-fluid {
  max-height: 32px;
}
@media (max-width: 600px) {
  .gtco-logo-area .col {
    flex: 0 0 50%;
    max-width: 50%;
    margin: 20px 0;
  }
}

.gtco-news {
  background: #fcfcfc;
  padding: 50px 0;
  margin: 100px auto;
}
.gtco-news h2 {
  font-size: 36px;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  margin-bottom: 50px;
}
.gtco-news .owl-carousel .owl-nav {
  display: block !important;
  position: absolute;
  top: 25%;
  width: 100%;
}
@media (max-width: 600px) {
  .gtco-news .owl-carousel .owl-nav {
    display: none !important;
  }
}
.gtco-news .owl-carousel .owl-nav .owl-prev, .gtco-news .owl-carousel .owl-nav .owl-next {
  font-size: 120px;
  color: #666666;
  position: absolute;
}
.gtco-news .owl-carousel .owl-nav .owl-prev {
  left: -50px;
}
.gtco-news .owl-carousel .owl-nav .owl-next {
  right: -50px;
}
.gtco-news .owl-carousel .card {
  padding: 0 25px;
}
.gtco-news .owl-carousel .card .card-img-top {
  border-radius: 40px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.08);
}
.gtco-news .owl-carousel .card h5 {
  font-family: 'Poppins', sans-serif;
  font-size: 22px;
  color: #333333;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .gtco-news .owl-carousel .card h5 {
    font-size: 18px;
  }
}
.gtco-news .owl-carousel .card p {
  font-size: 17px;
}
@media (max-width: 767px) {
  .gtco-news .owl-carousel .card p {
    font-size: 15px;
  }
}
.gtco-news .owl-carousel .card a {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}

.vert-move1 {
    -webkit-animation: mover 2s infinite  alternate;
    animation: mover 2s infinite  alternate;
}
.vert-move1 {
    -webkit-animation: mover 2s infinite  alternate;
    animation: mover 2s infinite  alternate;
}

img.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
img.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}


footer {
  width:100vw;
  position:relative;
  bottom:0px
}
footer div {
  background-color:#88c33a;
  margin: -5px 0px 0px 0px;
  padding:10px;
  color: #fff;
  text-align:left;
}
svg {
  width:100%;
}
.arrow {
  stroke-width: .3px;
  stroke:yellow;
}
.topball {
  animation: ball 1.5s ease-in-out;
  animation-iteration-count:infinite;
  animation-direction: alternate;
  animation-delay: 0.3s;
  cursor:pointer;
}

.wave {
  animation: wave 3s linear;
  animation-iteration-count:infinite;
  fill: #88c33a;
}
.drop {
  fill: transparent;
  animation: drop 5s ease infinite normal;
  stroke: #88c33a;
  stroke-width:0.5;
  opacity:.6; 
  transform: translateY(80%);
}
.drop1 {
  transform-origin: 20px 3px;
}
.drop2 {
  animation-delay: 3s;
  animation-duration:3s;
  transform-origin: 25px 3px;
}
.drop3 {
  animation-delay: -2s;
  animation-duration:3.4s;
  transform-origin: 16px 3px;
}
.gooeff {
  	filter: url(#goo);
}
#wave2 {
  animation-duration:5s;
  animation-direction: reverse;
  opacity: .6
}
#wave3 {
  animation-duration: 7s;
  opacity:.3;
}
@keyframes drop {
  0% {
    transform: translateY(80%); 
    opacity:.6; 
  }
  80% {
    transform: translateY(80%); 
    opacity:.6; 
  }
  90% { 
    transform: translateY(10%) ; 
    opacity:.6; 
  }
  100% { 
    transform: translateY(0%) scale(1.5);  
    stroke-width:0.2;
    opacity:0; 
  }
}
@keyframes wave {
  to {transform: translateX(-100%);}
}
@keyframes ball {
  to {transform: translateY(20%);}
}



#gtco-footer {
  
  background-color:#fff;
  
}
#gtco-footer h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: #fff;
  margin-bottom: 30px;
  font-weight:700;
  letter-spacing:1px;
  text-transform:uppercase
}
#gtco-footer input, #gtco-footer textarea {
  background-color: white;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.08);
  border-radius: 50px;
  max-width: 450px;
  width: 100%;
  height: 60px;
  border: none;
  margin-bottom: 30px;
  padding-left: 30px;
  color: #fff;
}
#gtco-footer input::-webkit-input-placeholder, #gtco-footer input::-moz-placeholder, #gtco-footer input:-ms-input-placeholder, #gtco-footer input:-moz-placeholder, #gtco-footer textarea::-webkit-input-placeholder, #gtco-footer textarea::-moz-placeholder, #gtco-footer textarea:-ms-input-placeholder, #gtco-footer textarea:-moz-placeholder {
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
}
#gtco-footer textarea {
  min-height: 200px;
  border-radius: 30px;
  padding-top: 20px;
  padding-right: 20px;
  resize: none;
}
#gtco-footer .company-nav, #gtco-footer .services-nav {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
}
#gtco-footer .company-nav a, #gtco-footer .services-nav a {
  color: #fff;
  margin: 0;
  padding: 0;
  line-height:22px;
}
#gtco-footer  a {
  padding: 0 0px;
  color: #fff;
  font-size: 13px;
}
@media (max-width: 385px) {
  #gtco-footer .follow-us-nav a {
    padding-right: 0;
  }
}
#gtco-footer .follow-us-nav a .fa {
  font-size: 24px;
  padding: 0 10px;
}
#gtco-footer .col-12 {
  margin-top: 90px;
}
#gtco-footer p {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: #fff;
}
@media (max-width: 991px) {
  #gtco-footer .col-12 {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  #gtco-footer .col-lg-6 {
    margin-bottom: 50px;
  }
}


#fh5co-work-section  {
  padding: 4em 0;
  background-image:url(../images/right_bg.jpg);
  background-position:right;
  background-repeat:no-repeat;
}
@media screen and (max-width: 768px) {
  #fh5co-work-section  {
    padding: 4em 0;
  }
}

.mtop
{
margin-top:80px;
}


h3.heading-section {
  font-size: 60px;
  letter-spacing: 2px;
  text-transform: none;
  position: relative;
  padding-top: 15px;
  font-weight: 700;
}
h3.heading-section:before {
  position: absolute;
  content: '';
  top: 0;
  width: 50px;
  height: 5px;
  background: #88c33b;
}

#fh5co-work-section h2
{
  font-size: 30px;
  letter-spacing: 0px;
  text-transform: none;
  position: relative;
  padding-top: 15px;
  font-weight: 600;
  line-height:45px;
  max-width:80%;
}

#fh5co-work-section p
{
  font-size: 15px;
  letter-spacing: 0px;
  text-transform: none;
  position: relative;
  padding-top: 15px;
  font-weight: 400;
  line-height:22px;
}


.author {
  width: 100%;
  float: left;
  
}
.author .about-inner {
  
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  width: 40%;
  height: 320px;
  float: left;
  border-radius:10px;
  margin-top:50px;
  
}
@media screen and (max-width: 480px) {
  .author .about-inner {
    width: 100%;
    margin-bottom: 40px;
  }
  
  #fh5co-work-section h2
{
  font-size: 20px;
  letter-spacing: 0px;
  text-transform: none;
  position: relative;
  padding-top: 15px;
  font-weight: 600;
  line-height:25px;
  max-width:100%;
}
}
.author .desc {
  width: 60%;
  float: left;
  padding-left: 0px;
  margin-top:0px;
  padding:20px 20px 0 0;
}
@media screen and (max-width: 480px) {
  .author .desc {
    width: 100%;
    padding-left: 0;
	margin-top:0px;
	padding:0 0 0 0;
  }
  
  h3.heading-section {
  font-size: 40px;
  letter-spacing: 2px;
  text-transform: none;
  position: relative;
  padding-top: 15px;
  font-weight: 700;
}
}
.author .desc span {
  font-size: 13px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.author .desc h3 {
  line-height:30px;
  font-weight:700;
  line-height:40px;
  font-size:30px;
}


/*=============== benifit-list CSS =====================*/
.benifit-list{
	position:relative;
}
.benifit-list:after{
	content: '';
    position: absolute;
    bottom: 30px;
    width: 80%;
    overflow: hidden;
    z-index: -1;
    left: 115px;
    height: 0px;
    background: #FDF0F1;
}
.benifit-list li {
	cursor: pointer;
	margin-bottom: 0px;
	width: 20%;
	/* height: 221px; */
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 0;
	-webkit-transition: 0.4s all ease-in-out;
	-o-transition: 0.4s all ease-in-out;
	transition: 0.4s all ease-in-out;
	flex-direction: column;
}

.benifit-list li .benifit-box {
	width: 200px;
	height: 240px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	flex-direction: column;
	background: #FDF4F5;
	border-radius: 25px;
	-webkit-transition: 0.4s all ease-in-out;
	-o-transition: 0.4s all ease-in-out;
	transition: 0.4s all ease-in-out;
}
.benifit-list li .benifit-box:hover {
	width: 200px;
	height: 240px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	flex-direction: column;
	background: #FDF4F5;
	border-radius: 25px;
	-webkit-transition: 0.2s all ease-in-out;
	-o-transition: 0.2s all ease-in-out;
	transition: 0.2s all ease-in-out;
	box-shadow: 0px 5px 25px rgba(255, 3, 8, 0.15);
}

.benifit-list li.active-tab .benifit-box {
	background: #FFFFFF;
	box-shadow: 0px 5px 25px rgba(255, 3, 8, 0.15);
}

.b-img {
	height: 100px;
	width: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.d-no {
	width: 64px;
	height: 64px;
	/* left: 472px; */
	/* top: 2872px; */
	background: #FDF0F1;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	font-weight: 600;
	font-size: 30px;
	line-height: 35px;
	text-align: center;
	text-transform: capitalize;
	color: #C20013;
	margin-top: 50px;
	-webkit-transition: 0.4s all ease-in-out;
	-o-transition: 0.4s all ease-in-out;
	transition: 0.4s all ease-in-out;
}

.active-tab .d-no {
	color: #fff;
	background: #FFA626;
}

.benifit-box h4 {
	font-weight: 600;
	font-size: 16px;
	line-height: 30px;
	/* or 187% */
	text-align: center;
	text-transform: capitalize;
	color: #4B050A;
	margin-top: 30px;
	-webkit-transition: 0.4s all ease-in-out;
	-o-transition: 0.4s all ease-in-out;
	transition: 0.4s all ease-in-out;
}

.benifit-list li.active-tab h4 {
	color: #FFA626;
}

.benifit-list li svg .line {
	-webkit-transition: 0.4s all ease-in-out;
	-o-transition: 0.4s all ease-in-out;
	transition: 0.4s all ease-in-out;
}

.benifit-list li:hover svg .line {
	stroke: #F12A47;
}

.benifit-list li svg .dot {
	-webkit-transition: 0.4s all ease-in-out;
	-o-transition: 0.4s all ease-in-out;
	transition: 0.4s all ease-in-out;
}

.benifit-list li:hover svg .dot {
	fill: black;
}

@media screen and (max-width: 768px) {
.benifit-list li {
		cursor: pointer;
		margin-bottom: 30px;
		width: 50%;
	}
	
	.b-box  {
		width: 100%;
	}
	
	}
	
.map {
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
         filter: grayscale(100%);
}	