@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap");
.top-header{
    padding:10px 0;background-color: #f0eeee;
}
.container{max-width: 1280px;}

body {
  padding: 0;
  margin: 0;
  line-height: 1.6;
  font-weight: 400;
  font-size: 16px;
  font-family:'Roboto', sans-serif;
}
a:hover{text-decoration: none;}
.header-left ul{
    padding-left:0;
    margin-bottom:0;
    list-style-type:none
}
.header-left ul li{
    display:inline-block;
    text-align:left;
    position:relative;
    padding-left:25px;
    margin-right:25px;
    font-weight:400;
    font-size:15px
}
.header-left ul li:last-child{
    margin-right:0
}
.header-left ul li i{
    color:#0087ff;
    font-size:17px;
    text-align:center;
    position:absolute;
    left:0;
    top:55%;
    -webkit-transition:.5s;
    transition:.5s;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
    line-height:1
}
.header-left ul li a{
    color:#00042e;
}
.header-left ul li:hover i{
    color:#0ebc40;
}
.header-right{
    float:right
}
.header-right ul{
    list-style-type:none;
    margin:0;
    padding:0
}
.header-right ul li{
    display:inline-block;
    margin-right:10px
}
.header-right ul li:last-child{
    margin-right:0
}
.header-right ul li a i{
    width:30px;
    height:30px;
    line-height:30px;
    background-color:#fff;
    border-radius:50px;
    text-align:center;
    color:#0087ff;
    font-size:18px;
    -webkit-transition:.5s;
    transition:.5s;
    -webkit-box-shadow:0 0 29px 0 rgba(102,102,102,.3);
    box-shadow:0 0 29px 0 rgba(102,102,102,.3)
}
.header-right ul li a:hover i{
    color:#fff;
    background-color:#0087ff;
}
.navbar{padding: 0;}
a{
    -webkit-transition: .5s;
    transition: .5s;
}
.desktop-nav .navbar .navbar-nav .nav-item a.active, .desktop-nav .navbar .navbar-nav .nav-item a:hover {
    color: #0087ff;
}
.desktop-nav .navbar .navbar-nav .nav-item a {
    font-size: 16px;
    color: #00042e;
    position: relative;
    z-index: 1;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-left: 15px;
    margin-right: 15px;
}
.desktop-nav .navbar .navbar-nav .nav-item {
    position: relative;
    padding-bottom: 25px;
    padding-top: 25px;
    padding-right: 0;
    padding-left: 0;
}
.sign-btn {
  padding: 10px 30px;
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-transform: capitalize;
  background-color: #0087ff;
  border: none;
  outline: none;border-radius: 5px;-webkit-transition: .5s;
  transition: .5s;
}
.sign-btn:hover, .white-bg .sign-btn:hover {
  color: #fff;background-color: #0ebc40;
}
.sign-btn i{margin-right: 5px;}
.banner-area{
   background-image: url('../img/banner.jpg');
    padding:70px 0;
    overflow:hidden;
    position:relative;
    z-index:1
}
.banner-area::before{
    content:"";
    left:0;
    position:absolute;
    background-color:#fff;
    height:20%;
    bottom:-60px;
    -webkit-transform:skewY(175deg);
    transform:skewY(175deg);
    width:100%;
    z-index:1;
}
.banner-content{
    max-width:573px
}
.banner-content h1{
    font-size:56px;
    margin-bottom:18px;
    font-weight:600;
    line-height:1.2;
    font-family: 'Poppins', sans-serif;
}
.banner-img{
    position:relative;
    z-index:1;
    max-width:550px;
    margin:0 auto
}
.banner-img .banner-img-box img{
    border-radius:50%;
    border:15px solid #fff;width: 100%;
}
.banner-img .circle1{
    position:absolute;
    z-index:-1;
    top:120px;
    right:-135px;
    height:52%;
    width:100%;
    border-radius:400px 400px 0 0;
    background-color:#0087ff;
    -webkit-transform:rotate(100deg);
    transform:rotate(100deg)
}
.banner-img .circle2{
    position:absolute;
    z-index:-1;
    bottom:120px;
    left:-135px;
    height:52%;
    width:100%;
    border-radius:0 0 400px 400px;
    background-color:#0087ff;
    -webkit-transform:rotate(100deg);
    transform:rotate(100deg)
}
.banner-img .banner-img-shape img:nth-child(1){
    position:absolute;
    z-index:-1;
    bottom:60px;
    right:0;
    max-width:400px
}
.banner-img .banner-img-shape img:nth-child(2){
    position:absolute;
    z-index:-1;
    top:-50px;
    left:20px;
    -webkit-animation:animationFramesOne 6s infinite linear;
    animation:animationFramesOne 6s infinite linear
}
.banner-img .banner-img-shape img:nth-child(3){
    position:absolute;
    z-index:-1;
    top:25%;
    left:-80px;
    -webkit-animation:animationFramesOne 15s linear infinite;
    animation:animationFramesOne 15s linear infinite
}
.banner-img .banner-img-shape img:nth-child(4){
    position:absolute;
    z-index:-1;
    top:60%;
    left:-80px;
    -webkit-animation:rotated360 6s infinite linear;
    animation:rotated360 6s infinite linear
}
.banner-img .banner-img-shape img:nth-child(5){
    position:absolute;
    z-index:-1;
    bottom:0;
    right:110px;
    -webkit-animation:rotated360 6s infinite linear;
    animation:rotated360 6s infinite linear
}
.banner-img .banner-img-shape img:nth-child(6){
    position:absolute;
    z-index:-1;
    top:15%;
    right:5px;
    -webkit-animation:sk-bounce 6s infinite linear;
    animation:sk-bounce 6s infinite linear
}
.banner-shape{
    position:absolute;
    z-index:-1;
    top:-40px;
    left:-5px
}
.banner-shape img{
    max-width:140px
}
.newsletter-form .form-control{
        padding: 18px 93px;
    height: 60px;
    border-radius: 5px;color: #fff;background-color: #0e1125;
}
.city-nn{
  position: relative;
    top: -44px;
    padding-left: 2rem;
    padding-right: 0;
    font-size: .875rem;
    line-height: 1.5rem;
    color: #0087ff;
    font-weight: 600;
    width: 14%;
    overflow: hidden;
    border-right: 1px solid #808080;
}
.city-nn select{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    position: absolute;
    opacity: 0;
}
.subscribe-btn {
     position: absolute;
    top: 1px;
    right: 0;
    background-color: #0087ff;
    color: #fff;
    padding: 14px 16px;
    font-size: 19px;
    border: 0;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 0 5px 5px 0;
    text-align: center;
}
.subscribe-btn:hover {
    background-color: #0ebc40;
}
.newsletter-form {
    position: relative;
}
.section-title .sp-title {
  font-size: 15px;
  color: #0087ff;
  padding-left: 0;
  position: relative;
  font-weight: 500;text-transform: uppercase;
}
.section-title h2 {
  font-size: 40px;
  font-weight: 500;
  margin-top: 0;
  line-height: 1.2;
  color:#00042e;
  margin-bottom:26px;position: relative;
}
.section-title h2:before{
    content: "";
    position: absolute;
    background-color: #0ebc40;
    width: 80px;
    height: 4px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -11px;
}
.choose-area{
  padding-top: 70px;    padding-bottom: 70px;  
}
.choose-area .section-title{
    margin-bottom:100px
}
.choose-card{
    margin-bottom:40px;
    padding:74px 30px 65px;
    position:relative;
    z-index:1;
    background-color:transparent;
    margin-right:10px
}
.choose-card::before{
    content:"";
    top:0;
    left:0;
    right:0;
    position:absolute;
    background-color:#fbf9f9;
    height:100%;
    width:100%;
    -webkit-transform:skewY(165deg);
    transform:skewY(165deg);
    z-index:-1;
    border-radius:5px
}
.choose-card::after{
    content:"";
    bottom:-20px;
    right:-20px;
    position:absolute;
    background-color:transparent;
    height:100%;
    width:100%;
    -webkit-transform:skewY(165deg);
    transform:skewY(165deg);
    z-index:-2;
    border:2px solid #0ebc40;
    opacity:0;
    -webkit-transition:.5s;
    transition:.5s
}
.choose-card h3{
    margin-bottom:15px;
        font-size: 19px;
        font-weight: 500;
    color: #00042e;
    line-height: 1.4;
    font-family: 'Poppins', sans-serif;
}
.choose-card p{
    margin-bottom:0;color: #4e4e4e;font-size: 16px;
}
.choose-card img{
    width: 14%;
    position:absolute;
    top:52px;
    right:15px;
    line-height:1
}
.choose-card .circle{
    position:absolute;
    z-index:-1;
    top:-30px;
    right:-15px;
    height:50px;
    width:80px;
    border-radius:0 0 150px 150px;
    background-color:#0087ff;
    -webkit-transform:rotate(89deg);
    transform:rotate(89deg)
}
.choose-card:hover::after{
    opacity:1
}
.feature{
    background-color: #f4f7f9;padding-top: 70px;
    padding-bottom: 70px;
}
.call-nn .nav-tabs {
    margin: 0;
    padding: 0;
    list-style: none;display: block;
}
.call-nn .nav-tabs li a {
    position: relative;
    color: #00042e;
    padding: 11px 30px;
    background-color: #f0eeee;
    border-radius: 5px;    font-size: 14px;
}
.call-nn{
        margin-left: auto;
    margin-right: auto;
    max-width: 995px;
    padding-left: 1rem;
    padding-right: 1rem;display: flex;margin-top: 4%;
}
.call-nn .nav-tabs li a p{
        margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    font-family: 'Poppins', sans-serif;
}
.call-nn .nav-tabs li a:before{
    content: "\f105";
    position: absolute;
    font-family: FontAwesome;    right: 18px;
    top: 16px;
    font-size: 20px;    
}
.services-tab-img img {
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;width: 100%;    margin-bottom: 6%;
}
.see-nn{
    font-weight: 600;
    font-size: 15px;
    text-decoration: underline;    -webkit-transition: .5s;
    transition: .5s;
}
.see-nn i{margin-left: 4px;
    font-weight: 600;}
.see-nn:hover{color: #0ebc40;}
.banner-area-two {
    position: relative;
    z-index: 1;
        background-image: linear-gradient(#f5f4f4,#f5f4f400);
}
.banner-area-two::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 55%;
    height: 100%;
    background-image: url('../img/home-two-bg.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-bottom-right-radius: 50px;
}
.banner-area-two::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 55%;
    height: 100%;
    background-color: #0087ff;
    border-bottom-right-radius: 50px;
}
.white-bg h2:before{
    background-color: #ffffff;    margin: initial;
}
.white-bg .sign-btn{background-color: #fff;color: #0087ff;    margin-top: 3%;
    display: inline-block;}
.banner-img-two {
    padding: 50px 0;
}
.banner-img-two img{border-radius: 35px;}
.testimonial-area::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;background-image: url('../img/testimonial-bg.jpg');
}
.testimonial-area::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    background-color: #fdfcfb;
    opacity: .9;
}
.testimonial-area{padding: 70px 0;position: relative;
    z-index: 1;}
    .qq-nn h2:before{margin: initial;}
.owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    top: -30%;
    right: 36px;
    font-size: 18px!important;
    -webkit-transition: .7s;
    transition: .7s;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px!important;
    border-radius: 0!important;
    background-color: #0087ff!important;
    color: #fff!important;
    -webkit-transition: .5s;
    transition: .5s;
}
.owl-carousel .owl-nav button.owl-next{
    position: absolute;
    top: -30%;
    right: 0;
    font-size: 18px!important;
    -webkit-transition: .7s;
    transition: .7s;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px!important;
    border-radius: 0!important;
    background-color: #0087ff!important;
    color: #fff!important;
    -webkit-transition: .5s;
    transition: .5s;
}
.owl-carousel .owl-nav button.owl-prev:hover{background-color: #0087ff;color: #fff;}
.testimonial-item {
    margin-right: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    padding: 43px 20px 20px;
    position: relative;
    margin-bottom: 30px;
}
.testimonial-item .content {
    padding-left: 80px;
    position: relative;
    margin-bottom: 23px;
}
.testimonial-item .content img {
    position: absolute;
    top: -3px;
    left: 0;
    width: 60px!important;
    height: 60px!important;
    border-radius: 50%;
}
.testimonial-item .content h3 {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
    color: #00042e;
    line-height: 1.4;
    font-family: 'Poppins', sans-serif;
}
.testimonial-item .content span {
    color: #0087ff;
    font-size: 15px;
}
.testimonial-item p {
    margin-bottom: 15px;
}
.testimonial-item .rating {
    font-size: 18px;
    color: #0ebc40;
}
.testimonial-item .rating i {
    display: inline-block;
}
.testimonial-item .quote {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 45px;
    color: #d4d3d3;
}
.blog{padding: 70px 0;}
.pt-45 {
    padding-top: 45px;
}
.blog-card {
    margin-bottom: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    padding: 15px;
    -webkit-transition: 5s;
    transition: 5s;
}
.blog-card a, .blog-left-content .blog-left-img a {
    display: block;
}
.blog-card .content {
    padding: 20px 0 10px;
}
.blog-card .content ul {
    list-style-type: none;
    margin-left: 0;
    padding: 0;
}
.blog-card .content ul li, .blog-left-content .content ul li {
    display: inline-block;
    font-size: 14px;
    color: #4e4e4e;
    margin-right: 10px;
}
.blog-card .content ul li a, .blog-left-content .content ul li a {
    color: #4e4e4e;
    -webkit-transition: .5s;
    transition: .5s;
}
.blog-card .content ul li a i, .blog-card .content ul li i, .blog-left-content .content ul li a i, .blog-left-content .content ul li i {
    color: #0087ff;
    -webkit-transition:.5s;
    transition:.5s;font-size: 18px;
    margin-right: 5px;
    position: relative;
    top: 2px;
}
.blog-card .content h3, .blog-left-content .content h3 {
        margin-bottom: 3px;
    font-size: 18px;font-weight: 500;
    color: #00042e;
    line-height: 1.4;
    font-family: 'Poppins', sans-serif;    margin-top: 0;
}
.blog-card .content h3 a, .blog-left-content .content h3 a {
    color: #00042e;
    -webkit-transition: .5s;
    transition: .5s;
}
.blog-card .content p, .blog-left-content .content p {
    margin-bottom: 10px;    line-height: 1.8;
    display: block;    color: #4e4e4e;
}
.blog-card .content .read-btn, .blog-left-content .content .read-btn {
    font-size: 15px;
    color: #0087ff;
    display: inline-block;
    font-weight: 600;
    position: relative;
    z-index: 1;
}
.blog-card .content .read-btn::before, .blog-left-content .content .read-btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    width: 100%;
    background-color: #0ebc40;
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.blog-card a img{width: 100%;}
.blog-card:hover, .blog-left-content:hover {
    -webkit-transform: translate(-10px);
    transform: translate(-10px);
}
.blog-card:hover .content h3 a, .blog-left-content:hover .content h3 a{
    color: #0ebc40;
}
.blog-card:hover .read-btn, .blog-left-content:hover .read-btn {
    color: #0ebc40;
}
.blog-card:hover .read-btn::before, .blog-left-content:hover .read-btn::before {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.blog-left-content {
    margin-bottom: 37px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    padding: 17px 17px 17px 182px;
    -webkit-transition: .5s;
    transition: .5s;
    position: relative;
}
.blog-left-content .blog-left-img {
    position: absolute;
    top: 17px;
    left: 17px;
}
.blog-left-content .blog-left-img a img {
    max-width: 150px;
}
.blog-left-content .content {
    vertical-align: middle;
    margin: 7px 0;
}
.blog-left-content .content ul {
    list-style-type: none;
    margin: 0 0 8px;
    padding: 0;
}
.app-store{background-color: #d0e7fc;padding-bottom: 5px;margin-top: 4%;}
.feature-img {
    margin-top: -120px;
}
.stores {
    margin-top: 40px;
}
.stores a {
    margin-right: 8px;
}
.app-store h2{
    margin-bottom:22px;
    font-size: 27px;
    font-weight: 500;
    color: #00042e;
    line-height: 1.4;
    font-family: 'Poppins', sans-serif;
    margin-top: 0;
}
.footer-area {
    background-color: #000213;padding-top: 70px;
}
.footer-logo {
    margin-bottom: 20px;
    position: relative;
    top: -5px;
}
.footer-widget p {
    margin-bottom: 25px;
    color: #fff;
}
.social-link {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.social-link li {
    display: inline-block;
    margin-right: 10px;
}
.social-link li a i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #e7e5e3;
    border-radius: 0;
    text-align: center;
    color: #0087ff;
    font-size: 20px;
    -webkit-transition: .5s;
    transition: .5s;
}
.social-link li a:hover i {
    background-color:  #0087ff;
    color: #fff;
    border-radius: 50px;
}
.footer-widget h3 {
    margin-top: 0;
    font-size: 22px;
    margin-bottom: 30px;
    color: #fff;
    line-height: 1.2;
}
.footer-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-list li {
    display: block;
    margin-bottom: 15px;
}
.footer-list li a {
    color: #fff;
}
.footer-list li a:hover {
    color: #0087ff;
    letter-spacing: 0.25px;
}
.copyright-area {
    border-top: 1px solid #1f1747;
    padding: 15px 0;
}
.copy-right-text p {
    color: #fff;
    margin-bottom: 0;
}
.copy-right-text p span {
    color: #0087ff;
}
.inner-banner {
    position: relative;
    z-index: 1;
    background-position: center center;
    background-size: cover;
    background-image: url('../img/breadcrumb.jpg');
}
.inner-title {
   padding: 60px 0;
    position: relative;
    z-index: 1;text-align: center;
}
.inner-title h3 {
    font-size: 45px;
    color: #fff;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}
.inner-title ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.inner-title ul li {
    font-size: 18px;
    color: #fff;
    display: inline-block;
    position: relative;
    margin-right: 25px;
    font-weight: 400;
}
.inner-title ul li::before {
    content: '';
    position: absolute;
    top: 6px;
    right: -15px;
    height: 17px;
    width: 1px;
    -webkit-transform: rotate(30deg);    
    transform: rotate(30deg);
    background-color: #fff;
}
.inner-title ul li a {
    color: #fff;
}
.inner-title ul li:last-child::before{display:none}
.inner-title ul li:last-child{margin-right:0}
.user-area, .privacy{padding: 70px 0;}
.contact-form {
    padding: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 5%);
    box-shadow: 0 0 15px rgb(0 0 0 / 5%);position: relative;
    z-index: 1;
    margin-bottom: 0;
    max-width: 640px;
}
.contact-form h3 {
    font-size: 24px;
    margin-bottom: 25px;
        font-weight: 500;
    color: #00042e;
    line-height: 1.4;
    font-family: 'Poppins', sans-serif;
}
.contact-form .form-group {
    margin-bottom: 20px;
    position: relative;
}
.contact-form .form-group .form-control {
    height: 60px;
    color: #4e4e4e;
    border: none;
    background-color: #f0eeee;
    font-size: 15px;
    padding: 15px 20px;
    width: 100%;
    border-radius: 0;
}
.contact-form .agree-label {
    margin-bottom: 15px;
    position: relative;
}
.contact-form .agree-label #chb1 {
    position: absolute;
    top: 7px;
    left: 0;
}
.contact-form .agree-label label {
    font-weight: 500;
    color: #00042e;
    margin-left: 25px;
}
.contact-form .agree-label label a.forget {
    position: absolute;
    right: 0;    color:#0087ff;
}
.contact-form .account-desc {
    margin-top: 20px;
    font-weight: 500;
}
.contact-form .account-desc a {
    color: #0087ff;
}
.about-img {
    position: relative;
    z-index: 1;
}
.about-img img{width: 100%;}
.about-img::before {
    content: "";
    left: 0;
    position: absolute;
    background-color: #fff;
    height: 10%;
    bottom: -30px;
    -webkit-transform: skewY(175deg);
    transform: skewY(175deg);
    width: 100%;
    z-index: 1;
}
.about-img .line {
    position: absolute;
    z-index: -1;
    top: 60px;
    left: -30px;
}
.about-img::after {
    content: "";
    left: 0;
    position: absolute;
    background-color: #fff;
    height: 10%;
    top: -30px;
    -webkit-transform: skewY(-175deg);
    transform: skewY(-175deg);
    width: 100%;
    z-index: 1;
}
.about-content .section-title {
    margin-bottom: 20px;
}
.about-counter {
    padding: 40px 30px;
    background-color: #f0eeee;
    border-radius: 5px;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}
.about-counter::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background-color:#0087ff;
    opacity: 0;
    -webkit-transition:.5s;
    transition:.5s;
    border-radius: 5px;
}
.about-counter h3 {
    font-size: 32px;
    color: #0087ff;
    margin-bottom: 7px;
    font-family: 'Poppins', sans-serif!important;
    -webkit-transition: .5s;
    transition: .5s;
    font-weight: 600;    z-index: 1;
    position: relative;
}
.about-counter p {
    color: #00042e;
    margin-bottom: 0;
    font-weight: 500;
    -webkit-transition: .5s;
    transition: .5s;
    position: relative;
    z-index: 1;
}
.about-counter:hover::before {
    opacity: 1;
    width: 100%;
}
.about-counter:hover p{
    color: #fff;
}
.about-counter:hover h3{color: #fff;}
.services-area{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    background-image: url('../img/service-bg.jpg');padding: 70px 0;
}
.services-area::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: #fdfcfb;
    opacity: .9;
}
.story{padding:70px 0;}
.biodata_details {
    position: relative;
    margin: 0 auto;    padding: 80px 0px;
}
.timeline_three {
    display: inline-block;
}
.left {
    left: 0;
    padding: 10px 10px 10px 0px;
}
.biodata {
    position: relative;
    background-color: inherit;
    width:45%;
}
.left:before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: 0px;
    border: medium solid #343a40;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #343a40;
}
.biodata .year {
    content: '';
    position: absolute;
    width: 60px;
    height: 60px;
    right: -93px;
    background-color: white;
    border: 4px solid;
    top: 0px;
    border-radius: 50%;
    z-index: 1;
    text-align: center;
    padding: 15px 0px;
}
.content_date {
    padding: 20px 30px;color: #fff;
    background-color: #343a40;
    position: relative;display: flex;
}
.content_date h4{    color: #17c209;}
.timeline_three:after {
    content: '';
    position: absolute;
    width: 6px;
    top: 0;
    bottom: 0;    background-color: #343a40;
    left: 50%;
    margin-left: -3px;
}
.right {
  left: 50%;
    padding: 10px 0px 10px 10px;
    margin-left: 5%;
}
.right:before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 0px;
    border: medium solid #343a40;
    border-width: 10px 10px 10px 0;
    border-color: transparent #343a40 transparent transparent;
}
.right .year {
    left: -93px;
}
.content_date span img{height: 90px;
    border-radius: 83px;
    width: 90px;    margin-right: 18px;}
.google-nn{display: flex;align-items: center;justify-content: space-between;}
.google-nn .sign-btn{padding: 7px 9px;}
.privacy h3{
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 500;color: #00042e;font-family: 'Poppins', sans-serif;
}
.privacy p, .pricing-card p{color: #4e4e4e;    line-height: 1.8;margin-bottom: 0;font-size: 16px;font-family: 'Roboto', sans-serif;}
.pricing-card {
    padding: 45px;
    background-color: #f9f7f7;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}
.top img:nth-child(1) {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    -webkit-transition: .5s;
    transition: .5s;
}
.top img:nth-child(2) {
    position: absolute;
    top: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    right: 0;
    z-index: 1;
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s;
}
.top img {
    width: 120px!important;
}
.pricing-card .price-icon {
    text-align: center;
    margin-bottom: 20px;
}
.pricing-card h3 {
    text-align: center;
    font-size: 18px;
    margin-bottom: 10px;font-weight: 500;
    color: #00042e;
    line-height: 1.4;
    font-family: 'Poppins', sans-serif;
}
.pricing-card:hover .top img:nth-child(1) {
    opacity: 0;
}
.pricing-card:hover .top img {
    width: 120px!important;
}
.pricing-card:hover .top img:nth-child(2) {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}
.feat-nn{
        margin-bottom: 37px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    padding: 20px;
    -webkit-transition: .5s;
    transition: .5s;
    position: relative;display: flex;align-items: center;
}
.testimonial-item-img {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}
.testimonial-item-img .testimonial-item-box {
    margin-left: 30px;
    margin-bottom: 40px;
}
.testimonial-item-img .testimonial-shape {
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: -40px;
}
.testimonial-item-content h2{
        font-weight: 600;
    color: #00042e;
    line-height: 1.4;
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
}
.testimonial-item-img .testimonial-item-box img {
    border-radius: 10px;max-width: 100%;
}
.testimonial-item-img.right-nn  .testimonial-item-box {margin-right: 30px;margin-left: 0;}
.testimonial-item-img.right-nn  .testimonial-shape{    right: 0;
    left: auto;}
    .pl-0{padding-left: 0;}
    .pr-0{padding-right: 0;}
    .fex-nn{display: flex;align-items: center;}
.plan-card{    background-color: #f9f7f7;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;}
.plan-nn{
    padding: 20px;
    background: #0087ff;
}
.plan-nn h2{
    margin-bottom: 0;
    color: #fff;
    font-size: 25px;text-align: center;
}
.pricing-card ul{padding: 45px 45px 0;list-style: none;}
.pricing-card ul li{
   color: #4e4e4e;
    line-height: 1.8;
    margin-bottom: 0;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}
.pricing-card ul li.included:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 1rem;
    padding-right: 1em;
    color: #0ebc40;
}
.pricing-card ul li.excluded:before {
    content: "\f00d";
    font-family: FontAwesome;
    font-size: 1rem;
    padding-right: 1em;color: red;
}
.app-btn{
        padding: 20px 40px 20px;
    width: 100%;
    background: #eee;
}
.app-btn .sign-btn{display: block;}