body{
  font-family: 'Lato', sans-serif !important;
  background: linear-gradient(to right, #0208FE, #29E3D1);
}


/*section banner*/
section.banner{
  text-align: center;
  min-height: 650px;
  position: relative;
  overflow: hidden;
  padding: 60px 0 10px 0;
}

section.banner .contents{
  padding-top: 40px;
}

section.banner .contents .head-title{
  color: #000;
  font-size: 36px;
  font-weight: 1000;
  line-height: 48px;
  margin-bottom: 10px;
  font-family: 'Arvo', serif;
}

section.banner .contents p{
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  margin: 0px;
  font-size: 14px;
  line-height: 25px;
  color: #000;
}

section.banner .contents .head-button{
  color: #222222;
}


section.banner .contents .head-button .btn-outline-primary.sign-up{
  color: #000;
  font-weight: 600;
  background: #fff;
  border-color: #fff;
  box-shadow: 0 4px 15px 0 rgba(126, 52, 161, 0.75);
}

section.banner .contents .head-button .btn-outline-primary.sign-up:hover{
  color: #000;
  font-weight: 600;
  background: linear-gradient(45deg,#db17cb 0,#febe06 100%);
  border-color: #fff;
}

section.banner .intro-img img{
  animation: float 5s infinite ease-in-out;
}



section.core-services{
  position: relative;
  padding: 289px 0 0px 0;
}


/*section our-services*/
section.our-services{
  color: #212529;
  position: relative;
  padding: 100px 0;
}

section.our-services .contents .head-title{
  font-size: 50px;
  font-weight: 500;
  font-family: 'Arvo', serif;
  color: #fff;
}

section.our-services .contents .border-line hr{
  max-width: 190px;
  margin-top: 5px;
  border: 2px solid #fff;
}

section.our-services .contents .desc{
  font-size: 18px;
  font-weight: 500;
}

section.our-services .feature-item{
  color: #00afcc;
  background: #fff;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  min-height: 400px;
  max-width: 420px;
  border-radius: 10px;
  box-shadow: 0 0 12px #434343;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

section.our-services .feature-item .animation-box{
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

section.our-services .feature-item .animation-box:before{
  content: "";
  width: 205px;
  height: 205px;
  background: url(../images/three_dot_circle.svg) no-repeat center center;
  display: block;
  animation: rotation 8s linear 0s infinite;
}

section.our-services .feature-item .animation-box .icon{
  position: absolute;
  font-size: 40px;
}

section.our-services .feature-item i{
  font-size: 50px;
  display: block;
  margin-bottom: 15px;
  color: #c679e3!important;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}
section.our-services .feature-item p{
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

section.our-services .feature-item:hover {
  background: #00afcc;

  box-shadow: 0 10px 22px 10px rgba(27, 38, 49, 0.1);
  color: #fff;
}


section.our-services .feature-item:hover i, section.our-services .feature-item:hover p{
  color: #fff!important;
}

section.our-services .feature-item h3{
  font-weight: 200;
  font-size: 30px;
}

section.our-services .feature-item p{
  margin-bottom: 30px;
}

/*about-area*/
section.about-area{
  min-height: 650px;
  position: relative;
  overflow: hidden;
  padding: 110px 0 80px;
}

section.about-area .contents{
  padding-top: 75px;
}

section.about-area .contents .head-title{
  color: #222222;
  font-size: 30px;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 10px;
  font-family: 'Arvo', serif;
}

section.about-area .contents p{
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  margin: 0px;
  font-size: 16px;
  line-height: 25px;
  color: #abacae;
}

section.about-area .contents .head-button{
  margin-top: 30px;
  color: #222222;
}

.about-area .btn-signin{
  color: #fff;
}


/*section-1*/
section.reviews{
  color: #212529;
  position: relative;
}

section.reviews .contents .head-title{
  font-size: 50px;
  font-weight: 500;
  font-family: 'Arvo', serif;
}

section.reviews .item{
  padding: 40px 20px;
}

section.reviews .item .person-info .name{
  font-family: 'Arvo', serif;
  font-size: 18px;
  color: black;
  margin-bottom: 2px!important;
}

section.reviews .item .desc{
  color: #7e7e7e;
  font-size: 14px;
  line-height: 1.6;
}

section.reviews .item .star-icon{
  color: hsl(46, 100%, 49%);
}



/*section 3*/

section.section-3{
  color: #fa7778;
  position: relative;
  padding: 60px 0 40px;
  box-shadow: 0 10px 22px 10px rgba(27, 38, 49, 0.1);
  color: #fff;
}

section.section-3.subscribe-form .email{
  background-color: #fff;
  border-radius: 30px;
  border: none;
  height: 50px;
  padding-left: 25px;
  padding-right: 150px;
}

section.section-3.subscribe-form .input-group-append{
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 99;
}

.section-3 .btn-signin{
  color: #fff;
  height: 50px;
  background-image: linear-gradient(to right, #ff00cc 0%, #333399 51%, #ff00cc 100%);
}

.animatation-box-1 {
  position: relative;
}

.animated{
  position: absolute;
}

.icon1 {
  left: -138px;
  animation: LTRScale 5s infinite ease-in-out;
}
.icon2 {
  right: -60px;
  animation: rotation 10s infinite ease-in-out;
}

.icon3{
  top: 500px;
  left: -20px;
  right: 30px;
  z-index: 1;
  height: 80px;
  animation: fadeRTL 4s infinite ease-in-out;
}



    
.hs-responsive-embed-youtube {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
}
.hs-responsive-embed-youtube iframe {
  position: absolute;
  width: 100%!important;
  height: 100%!important;
  border: 6px solid blue;
  border-radius: 6px;
}

.animation-2{
  position: relative;
}

.animation-2 .intro-img{
  animation: float 3s ease infinite;
}

.animation-2 .icon-1{
  left: 300px;
  height: 30px;
  animation: fade-up 1.8s infinite ease-in-out;
}

.animation-2 .icon-2{
  left: 360px;
  top: 35px;
  animation: fade-up 1.1s infinite ease-in-out;
}

.animation-2 .icon-3{
  left: 210px;
  top: -32px;
  animation: fadeLTR 1.5s infinite ease-in-out;
}

.animation-2 .icon-4{
  left: -14px;
  top: -32px;
  height: 35px;
  animation: heartBeat 1.1s infinite ease-in-out;
}

.animation-2 .icon-5{
  left: 440px;
  top: 171px;
  height: 40px;
  animation: tada 1.8s infinite ease-in-out;
}

.animation-2 .icon-6{
  left: 117px;
  top: -75px;
  height: 35px;
  animation: tada 1.8s infinite ease-in-out;
}

.animation-2 .icon-7{
  top: -61px;
  left: 350px;
  height: 35px;
  animation: tada 1.8s infinite ease-in-out;
}

.animation-2 .icon-10{
  left: -62px;
  top: 107px;
  animation: tada 1.8s infinite ease-in-out;
}

.animation-2 .icon-tree{
  bottom: -4px;
  height: 135px;
  animation: float 3s ease infinite;
}

/*auth-login-form*/




.header.shrink .navbar .navbar-nav .nav-link{
  color: #22012f ;
  cursor: pointer;
  position: relative;
  background: transparent;
}

.header.shrink .navbar .navbar-nav .active > .nav-link{
  color: #ff7a03 !important;
}

.header.shrink .navbar .navbar-nav .nav-link:hover{
  color: #ff7a03 !important;
}

.header.shrink .navbar ul.navbar-nav li.nav-item.active:before, .header.shrink .navbar ul.navbar-nav li.nav-item:hover:before{
  content: "";
  height: 5px;
  margin: 0 auto;
  width: 90%;
  position: absolute;
  background-color: #fea921;
  background-image: -webkit-linear-gradient(left,#ff7802 0%,#fea921 100%),-webkit-linear-gradient(left,#ff7802 0%,#fea921 100%);
  background-image: -moz-linear-gradient(left,#ff7802 0%,#fea921 100%),-moz-linear-gradient(left,#ff7802 0%,#fea921 100%);
  background-image: -o-linear-gradient(left,#ff7802 0%,#fea921 100%),-o-linear-gradient(left,#ff7802 0%,#fea921 100%);
  background-image: linear-gradient(to right,#ff7802 0%,#fea921 100%),linear-gradient(to right,#ff7802 0%,#fea921 100%);
}

.header.shrink .btn-login{
  color: #22012f!important;
  
}

.header.shrink .btn-login:hover{
  color: #fea921!important;
  font-weight: 600;
}

.header.shrink .sign-up{
  padding: 2px 15px;
}

.header.shrink .btn-outline-primary.sign-up{
  border-color: #b85ade!important;
  color: #22012f !important;
  z-index: 9999;
}

.header.shrink a.btn-outline-primary.sign-up:hover, .header a.btn-outline-primary.btn-statistics{
  font-weight: 600;
  color: #fff!important;
  z-index: 9999;
  border-color: #fea921!important;
  background-color: #fea921!important;
  background-image: -webkit-linear-gradient(left,#ff7802 0%,#fea921 100%),-webkit-linear-gradient(left,#ff7802 0%,#fea921 100%)!important;
  background-image: -moz-linear-gradient(left,#ff7802 0%,#fea921 100%),-moz-linear-gradient(left,#ff7802 0%,#fea921 100%)!important;
  background-image: -o-linear-gradient(left,#ff7802 0%,#fea921 100%),-o-linear-gradient(left,#ff7802 0%,#fea921 100%)!important;
  background-image: linear-gradient(to right,#ff7802 0%,#fea921 100%),linear-gradient(to right,#ff7802 0%,#fea921 100%)!important;
}
