@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,400&family=Belanosima:wght@400;600&family=Barlow:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,800&family=Quicksand:wght@500;600;700&family=Barlow:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,800&family=Merriweather:wght@300;400&Dancing+Script:wght@400;500;600&family=Barlow:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,700;1,800&familyfamily=Roboto+Slab:wght@100;200;300;400&family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,700;1,400;1,500&family=Rubik:ital,wght@0,300;0,400;0,500;1,300&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap');
*{
  margin: 0px;
  padding: 0px;
  text-decoration: none;
  box-sizing: border-box;
  list-style: none;
  font-family: 'Quicksand', sans-serif;
}
:root{
    --blue: #00579d;
    --black: #181616;
    --white: #fff;
    --orange: rgb(171 166 166);
}
h1,h2{
font-family: 'Poppins', sans-serif;
}
body{
    font-family: Roboto;
}
.breaks{
    margin:30px 0px;
}
/*.carousel-item {*/
/*    margin-top: 22px;*/
/*}*/

/*carousal  section css*/
 .w-100{
     height: 450px!important;
 } 
.carousal-1 {
    background-image: url('assets/img/bg-2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 600px;
    position: relative;
}

.carousal-1 .col-md-6{
    position: relative;
}
.carousal-image img{
    position: absolute;
    top: 5%;
    left: 0;
    /*max-width: 65%;*/
}
.text {
   top: 42%;
   left: 5%;
}
.text h1{
    /*font-family: montserrat;*/
    font-family: 'Josefin Sans', sans-serif;
    font-size:45px ;
    font-weight: 600;
    color: var(--blue);
}
.text button{
    padding: 9px 25px;
    border: none;
    border-radius: 10px 10px;
    background-color: #4b7e3b;
    font-size: 15px;
    color: #fff;
    box-shadow:  0px 0px 33px -13px rgba(10,9,10,1);
    font-weight: 500;
}

@media (max-width:767px){
    .carousal-image {
        display: none;
    }
    .text{
        top: 10%;
        left: 2%;
    }
    .text h1{
        font-size: 30px;
    }
}
/*download app css*/
.download-section{
    margin-top: 90px;
    padding: 35px;
    background-image: url(https://evillage.co.in/image/bg-1.jpg);
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.download-image{
    width: 100%;
    margin: auto;
    
}
.download-image img{
    width: 400px;
   
}
.download-text {
padding-top: 50px;

}
.download-text h1{
    font-size: 40px;
    color:  rgba(3,7,52,255);
    font-family:cursive;
}
.download-text h6{
   
    color:rgba(3,7,52,255);
   
}
.download-text button{
    padding: 5px 50px;
    background: transparent;
    border-radius: 5px 5px;
    border: 1px solid rgba(3,7,52,255);
}
@media (max-width:892px){
    .download-image img{
        width: 310px;
    }

}
@media (max-width:726px){
    .download-image img{
        width: 250px;
    }

}
@media (max-width:576px){
    .download-image img{
        width: 100%;
    }

}
@media (max-width:1150px){
    .download-image img{
      
    }
    .download-text h1{
      
        font-size: 30px;
    }
    .download-text h6{
        font-size: 15px;
    }
    .download-text button{
        padding: 2px 35px;
    }

}
@media(max-width:576px){
    .download-image img{
        height: 270px;
        width: 100%;
    }
}


/*news marque section css*/
.marquee{
   margin-top: 13px;
    background: var(--blue);
    color: var(--white);
    font-weight: 700;
    font-size: 30px;
    height: 50px;
    width: 100%;
}

/*---------- #header ----------*/
#header {
    transition: all 0.5s;
    z-index: 997;
    padding: 0px 5px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
   
}

.pre-header .mail{
 color:#fff;
}
.header-gradient {
    background-color:#E0E0E0;
    /* background: linear-gradient(142deg, rgba(244,90,36,1) 33%, rgba(14,120,63,1) 38%); */
}

#header.header-scrolled, #header.header-inner-pages {
    box-shadow: 0px 0px 7px 0px;
    margin-top: 0px;
    background-color: e0e0e0;
    /* background: linear-gradient(142deg, rgba(244,90,36,1) 33%, rgba(14,120,63,1) 38%); */
}
/*
.navbar{
   background: linear-gradient(269.94deg, #011788 10.47%, #00126B 99.97%);
}*/
.navbar .navbar-nav .nav-link{
  padding: 12px 30px;
    color: var(--blue)!important;
    font-weight:900 !important;
    font-size: 18px;
    letter-spacing: 1.3px;
    transition: 0.4s ease-in-out;
    position: relative;
}

 .navbar .navbar-nav .nav-item {
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
}
.navbar .navbar-nav .nav-link:after {
    content: '';
    position: absolute;
    background: var(--blue);
    width: 30px;
    height: 2px;
    z-index: 1;
    top: 42px;
    left: 10px;
    border-radius: 10px;
}
.navbar .navbar-nav .nav-link:hover{
 transform: translateY(-5px);
 color: #fff;

}
.navbar .nav-item{
 padding: 8px 15px;
}
 .nav-item .dropdown-sec li {
  padding: 0;
  border-bottom: 1px solid #f1f1f1;
}
.dropdown-sec{
  position: absolute;
  box-shadow: 0px 0px 15px 0 rgba(0,0,0,0.1);
  background: #fff;
  border:none;
  top: 80px;
  left: 0;
  width: 230px;
  z-index: 99;
  display: block;
  opacity: 0;
  visibility:hidden;
  border-radius: 3px;
  transition: 0.3s all ease-in-out;
  padding: 0px;
  text-align: left;
  margin: 10px 0 0;
}
.navbar .navbar-nav .nav-item:hover .dropdown-sec {
    opacity: 1;
    visibility: visible;
    top: 100%;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.navbar .navbar-nav .nav-link {
    padding: 12px 10px;
    color: #fffefe;
    font-weight: 600!important;
    font-size: 19px!important;
    letter-spacing: 1.3px;
    transition: 0.4s ease-in-out;
    position: relative;
}
.navbar .navbar-nav .nav-link:after {
    content: '';
    position: absolute;
    background: var(--blue);
    width: 23px;
    height: 2px;
    z-index: 1;
    top: 37px;
    left: 13px;
    border-radius: 10px;
}

.hero-text-sec {
     padding-top: 5px;
}

.hero-sec{
  margin-top: 120px;
}
.hero-text-sec h2 {
    font-size: 33px;
    color: var(--black);
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.5;
    font-family: 'Quicksand';
    display: inline-block;
    text-align: left;
    text-shadow: 0px 0px 2px;
}
.hero-text-sec p {
    font-size: 14px;
    text-align: left;
    line-height: 1.7;
    font-family: 'Quicksand';
    color: rgb(71 65 65);
    letter-spacing: 1px;
    font-weight: 500;
    padding: 8px 0px 0px 7px;
}

.hero-style-2{
  
background: floralwhite;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left bottom;
  padding:80px 0 140px 0;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.overflow-hidden {
    overflow: hidden!important;
}
.position-relative {
    position: relative!important;
}
.zindex-2 {
    z-index: 2;
}
.position-absolute {
  position: absolute!important;
}

.hero-style-2 .shape_1{
 top: 10%;
 left: 30%;
}

.hero-style-2 .shape_2 {
    top: 76%;
    left: 0px;
    display: none;
}
.hero-style-2 .shape_3 {
    top: 17%;
    display: none;
    left: 13%;
}
.hero-style-2 .shape_4 {
    top: 40%;
    right: 47%;
    display: none;
}
.hero-style-2 .shape_5{
  top: 43%;
  right: 8%;
  display: none;
}
.hero-style-2 .shape_6{
  top: 30%;
  right: 10%;
}
.hero-style-2 .shape_6 {
    top: 9%;
    left: 2%;
    display: none;
}
.hero-btn {
    
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: var(--black);
    color: #fff;
    padding: 12px 22px;
  
    font-weight: 600;
     border:2px solid #fff;
}

.hero-btn:hover{
    color: var(--black);
      border:2px solid  var(--black);
    transition: 0.4s ease-in-out;
}
.hero-btn-2{
  display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid var(--black);
    margin-left: 20px;
    padding: 10px 22px;
    display: flex;
    justify-content: center;
    border-radius: 5px;
    font-weight: 600;
}
.hero-btn-2:hover{
  background: var(--black);
  color: #fff;
  transition: 0.4s ease-in-out;
}

/*----------------------------------
title-head
-----------------------------------*/
section{
  padding:5px 0px;
}
 .section-title{
    position: relative;
    display: inline-block;
  }
  .section-title:before {
    content: '';
    background: var(--blue);
    position: absolute;
    left: -17px;
    top: -7px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    z-index: -1;
    display: none;
}
  .section-title h2{
    font-size: 33px;
    color: var(--blue);
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.5;
    font-family: 'Quicksand';
    display: inline-block;
    text-shadow: 0px 0px 2px;
}

.section-title2 h2{
    position: relative;
  }

 /* .section-title2 h2::before {
    content: '';
    background: var(--blue);
    position: absolute;
    left: -2%;
    top: 0%;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    z-index: -1;
} */
  .section-title2 h2{
    font-size: 33px;
    color: var(--blue);
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.5;
    font-family: 'Quicksand';
    display: inline-block;
    text-shadow: 0px 0px 2px;
}

 
.info-sec .right-info-text{
  font-size: 15px;
  line-height: 27px;
  padding-top: 9px;
  color: var(--black);
  font-weight: 600;
  letter-spacing: 0.5px;
}
.hm2-feature-card {
    padding: 35px 20px;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.5s ease-in-out;
}
.hm2-feature-card:hover{
 transform: translateY(-20px);
}
.rounded-5 {
    border-radius: 5px;
}
.deep-shadow {
    -webkit-box-shadow: 0px 12px 50px rgba(125, 125, 125, 0.1);
    box-shadow: 0px 12px 50px rgba(125, 125, 125, 0.1);
}
.hm2-feature-card .icon-wrapper {
    width: 60px;
    height: 60px;
    background-color: rgb(161 161 161 / 15%);
    color: var(--blue);
    font-size: 25px;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.info-sec h3{
  font-size: 22px;
    font-weight: 700;
}
.hm2-feature-card a {
    width: 30px;
    height: 30px;
    border: 1px solid #001042;
    line-height: 30px;
    font-size: 14px;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

/*-----------------------------------
about us 
-----------------------------------*/
.about-style1__image img{
  max-width: 100%;
  height: auto;
  margin:auto;
} 

.abt-sec {
  margin-top: 50px;
  background: #f9f9f9;
  z-index: -1;
  position: relative;
}
.abt-sec ul li{
padding:10px 15px;
}

/*---------------------------
services
----------------------------*/
.service-sec{
  padding-top: 90px;
}

 .services-heading{
            text-align: center;
        }
        .services-heading h1{
            position: relative;
            margin-bottom: 20px;
        }
        .services-heading h1::before{
            position: absolute;
            content: '';
            bottom: -10%;
            width: 80px;
            height: 2px;
            background: #000;
            left: 50%;
            transform: translate(-50% , 0%);
        }
        .services-card{
            padding: 20px;
            position: relative;
            text-align: center;
            transition: 0.3s all ease;
            border-radius: 20px;
            box-shadow: rgba(100, 100, 111, 0.2) 0px 0px 3px 0px;
        }
        .services-card::after{
            content: '';
            position: absolute;
            top: 0;
            left: 50%;
            transform: translate(-50% , 0%);
            width: 60px;
            height: 5px;
            background-color:var(--blue);
            border-radius: 0 0 20px 20px;
            opacity: 0;
            transition: 0.3s all ease;
        }
        .services-card:hover.services-card::after{
            opacity: 1;

        }
        .services-card:hover{
            box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
            transition: 0.3s all ease-in-out;
        }
        /*.services-card img{*/
        /*    width: 120px;*/
        /*    height:120px;*/
        /*    margin:auto;*/
        /*}*/
        .s-image{
            width:175px;
            /*height:175px;*/
            margin: auto;
        }
        .s-image img{
            height: 100%;
            width: 100%;
        }
     .services-card h4 {
    font-weight: 500;
    /* font-style: italic; */
    font-weight: 700;
    color: var(--black);
    text-shadow: 0px 0px 1px;
    font-size: 21px;
    padding-top: 10px;
    padding-bottom: 13px;
}
.counter-area {
    text-align: center;
    position: relative;
    color: #fff;
    text-align: center;
    background: url(../img/banner-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    z-index: 1;
    margin-top: 90px;
}
.counter-area::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: var(--black);
    background: radial-gradient(circle, rgba(4,14,47,1) 0%, rgba(6,3,31,1) 100%);
    height: 292px;
    opacity: 0.7;
    width: 100%;
}
.counter-area::before {
    height: 100% !important;
}
.single-counter {
    box-shadow: rgb(30 27 27 / 10%) 0px 4px 16px, rgb(0 0 0 / 5%) 0px 8px 32px;
    padding: 20px 0;
}
.counter-contents h3, .counter-contents h2 {
    text-shadow: 0px 3px 6px rgba(255,255,255,0.6);
}
.counter-contents h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    opacity: 0.9;
}
.counter-contents h2 {
    color: #fff;
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 5px;
    word-spacing: -10px;
    opacity: 0.9;
}
.section-padding{
  padding:100px;
}
.pt-100 {
    padding-top: 20px;
    margin-top: 70px;
}
.blog-item {
    border-radius: 3px;
    overflow: hidden;
    -webkit-box-shadow: -1px 5px 20px 0px rgb(82 90 101 / 10%);
    box-shadow: -1px 5px 20px 0px rgb(82 90 101 / 10%);
    background-color: #ffffff;
    position: relative;
    margin-bottom: 30px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    padding: 30px 0;
}
.blog-image{
    height: 200px;
}
.blog-image img{
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
.blog-item img {
    /* max-width: 100%;
    height: auto;
    border-radius: 3px; */
}
.blog-item .single-blog-item {
    border-top: none;
    padding: 20px 25px;
}
.blog-item .single-blog-item .blog-list {
    padding-left: 0;
    margin-bottom: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.blog-item .single-blog-item .blog-list li {
    list-style-type: none;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin-right: 15px;
    color: var(--blue);
}
.blog-item .single-blog-item .blog-list a {
    color: var(--blue);
    text-decoration: none;
}
.blog-item .single-blog-item .blog-content h3 {
    color: var(--black)!important;
    font-size: 20px;
    margin: 10px 0px 10px 0;
    line-height: 25px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    line-height: 32px;
    font-weight: 700;
}
.blog-item .single-blog-item .blog-list li i {
    margin-right: 3px;
    position: relative;
    top: -1px;
}
.blog-item .single-blog-item .blog-content p {
    margin: 0;
    font-size: 15px;
    color: #6a6c72;
    font-weight: 400;
}
.banks-logo{
    width: 150px;
    margin: auto;
}
.banks-logo img{
    width: 100%;
}
.partners-slider .owl-stage{
    display: flex;
    align-items: center;
}
.crousel-head{
    margin-bottom: 40px;
}
.crousel-head h2{
    position: relative;

}
/* .crousel-head h2::before {
    content: '';
    background: var(--blue);
    position: absolute;
    left: -2%;
    top: 0%;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    z-index: -1;
} */

/* testimonial */
.testimonial-main {
    position: relative;
    /* background: url(https://uploads-ssl.webflow.com/5a9ee64â€¦/6289efcâ€¦_white-gradient.png); */
    background-size: cover;
    width: 100%;
    height: 70vh;
    /* padding: 100px; */
    margin-top: 115px;
}
.testim {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(0,-45%);
    }

.testim .wrap {
position: relative;
width: 100%;
max-width: 1020px;
padding: 40px 20px;
margin: auto;
}

.testim .arrow {
display: block;
position: absolute;
color: #000;
cursor: pointer;
font-size: 2em;
top: 50%;
-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
-webkit-transition: all .3s ease-in-out;    
-ms-transition: all .3s ease-in-out;    
-moz-transition: all .3s ease-in-out;    
-o-transition: all .3s ease-in-out;    
transition: all .3s ease-in-out;
padding: 5px;
z-index: 22222222;
}

.testim .arrow:before {
    cursor: pointer;
}

.testim .arrow:hover {
color: rgb(247 212 63);
}


.testim .arrow.left {
left: 10px;
}

.testim .arrow.right {
right: 10px;
}

.testim .dots {
text-align: center;
position: absolute;
width: 100%;
bottom: 60px;
left: 0;
display: block;
z-index: 3333;
    height: 12px;
}

.testim .dots .dot {
list-style-type: none;
display: inline-block;
width: 12px;
height: 12px;
border-radius: 50%;
border: 1px solid #000;
margin: 0 10px;
cursor: pointer;
-webkit-transition: all .5s ease-in-out;    
-ms-transition: all .5s ease-in-out;    
-moz-transition: all .5s ease-in-out;    
-o-transition: all .5s ease-in-out;    
transition: all .5s ease-in-out;
    position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
background: var(--blue);
border-color: var(--blue);
}

.testim .dots .dot.active {
-webkit-animation: testim-scale .5s ease-in-out forwards;   
-moz-animation: testim-scale .5s ease-in-out forwards;   
-ms-animation: testim-scale .5s ease-in-out forwards;   
-o-animation: testim-scale .5s ease-in-out forwards;   
animation: testim-scale .5s ease-in-out forwards;   
}

.testim .cont {
position: relative;
    overflow: hidden;
}

.testim .cont > div {
text-align: center;
position: absolute;
top: 0;
left: 0;
padding: 0 0 70px 0;
opacity: 0;
}

.testim .cont > div.inactive {
opacity: 1;
}


.testim .cont > div.active {
position: relative;
opacity: 1;
}


.testim .cont div .img img {
display: block;
width: 100px;
height: 100px;
margin: auto;
border-radius: 50%;
}

.testim .cont div h2 {
color: var(--blue);
font-size: 1em;
margin: 15px 0;
}

.testim .cont div p {
font-size: 1.15em;
color: #000;
width: 80%;
margin: auto;
}

.testim .cont div.active .img img {
-webkit-animation: testim-show .5s ease-in-out forwards;            
-moz-animation: testim-show .5s ease-in-out forwards;            
-ms-animation: testim-show .5s ease-in-out forwards;            
-o-animation: testim-show .5s ease-in-out forwards;            
animation: testim-show .5s ease-in-out forwards;            
}

.testim .cont div.active h2 {
-webkit-animation: testim-content-in .4s ease-in-out forwards;    
-moz-animation: testim-content-in .4s ease-in-out forwards;    
-ms-animation: testim-content-in .4s ease-in-out forwards;    
-o-animation: testim-content-in .4s ease-in-out forwards;    
animation: testim-content-in .4s ease-in-out forwards;    
}

.testim .cont div.active p {
-webkit-animation: testim-content-in .5s ease-in-out forwards;    
-moz-animation: testim-content-in .5s ease-in-out forwards;    
-ms-animation: testim-content-in .5s ease-in-out forwards;    
-o-animation: testim-content-in .5s ease-in-out forwards;    
animation: testim-content-in .5s ease-in-out forwards;    
}

.testim .cont div.inactive .img img {
-webkit-animation: testim-hide .5s ease-in-out forwards;            
-moz-animation: testim-hide .5s ease-in-out forwards;            
-ms-animation: testim-hide .5s ease-in-out forwards;            
-o-animation: testim-hide .5s ease-in-out forwards;            
animation: testim-hide .5s ease-in-out forwards;            
}

.testim .cont div.inactive h2 {
-webkit-animation: testim-content-out .4s ease-in-out forwards;        
-moz-animation: testim-content-out .4s ease-in-out forwards;        
-ms-animation: testim-content-out .4s ease-in-out forwards;        
-o-animation: testim-content-out .4s ease-in-out forwards;        
animation: testim-content-out .4s ease-in-out forwards;        
}

.testim .cont div.inactive p {
-webkit-animation: testim-content-out .5s ease-in-out forwards;    
-moz-animation: testim-content-out .5s ease-in-out forwards;    
-ms-animation: testim-content-out .5s ease-in-out forwards;    
-o-animation: testim-content-out .5s ease-in-out forwards;    
animation: testim-content-out .5s ease-in-out forwards;    
}

@-webkit-keyframes testim-scale {
0% {
    -webkit-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
}

35% {
    -webkit-box-shadow: 0px 0px 10px 5px #eee;        
    box-shadow: 0px 0px 10px 5px #eee;        
}

70% {
    -webkit-box-shadow: 0px 0px 10px 5px var(--blue);        
    box-shadow: 0px 0px 10px 5px var(--blue);        
}

100% {
    -webkit-box-shadow: 0px 0px 0px 0px var(--blue);        
    box-shadow: 0px 0px 0px 0px var(--blue);        
}
}

@-moz-keyframes testim-scale {
0% {
    -moz-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
}

35% {
    -moz-box-shadow: 0px 0px 10px 5px #eee;        
    box-shadow: 0px 0px 10px 5px #eee;        
}

70% {
    -moz-box-shadow: 0px 0px 10px 5px var(--blue);        
    box-shadow: 0px 0px 10px 5px var(--blue);        
}

100% {
    -moz-box-shadow: 0px 0px 0px 0px var(--blue);        
    box-shadow: 0px 0px 0px 0px var(--blue);        
}
}

@-ms-keyframes testim-scale {
0% {
    -ms-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
}

35% {
    -ms-box-shadow: 0px 0px 10px 5px #eee;        
    box-shadow: 0px 0px 10px 5px #eee;        
}

70% {
    -ms-box-shadow: 0px 0px 10px 5px var(--blue);        
    box-shadow: 0px 0px 10px 5px var(--blue);        
}

100% {
    -ms-box-shadow: 0px 0px 0px 0px var(--blue);        
    box-shadow: 0px 0px 0px 0px var(--blue);        
}
}

@-o-keyframes testim-scale {
0% {
    -o-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
}

35% {
    -o-box-shadow: 0px 0px 10px 5px #eee;        
    box-shadow: 0px 0px 10px 5px #eee;        
}

70% {
    -o-box-shadow: 0px 0px 10px 5px var(--blue);        
    box-shadow: 0px 0px 10px 5px var(--blue);        
}

100% {
    -o-box-shadow: 0px 0px 0px 0px var(--blue);        
    box-shadow: 0px 0px 0px 0px var(--blue);        
}
}

@keyframes testim-scale {
0% {
    box-shadow: 0px 0px 0px 0px #eee;
}

35% {
    box-shadow: 0px 0px 10px 5px #eee;        
}

70% {
    box-shadow: 0px 0px 10px 5px var(--blue);        
}

100% {
    box-shadow: 0px 0px 0px 0px var(--blue);        
}
}

@-webkit-keyframes testim-content-in {
from {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

to {
    opacity: 1;
    -webkit-transform: translateY(0);        
    transform: translateY(0);        
}
}

@-moz-keyframes testim-content-in {
from {
    opacity: 0;
    -moz-transform: translateY(100%);
    transform: translateY(100%);
}

to {
    opacity: 1;
    -moz-transform: translateY(0);        
    transform: translateY(0);        
}
}

@-ms-keyframes testim-content-in {
from {
    opacity: 0;
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

to {
    opacity: 1;
    -ms-transform: translateY(0);        
    transform: translateY(0);        
}
}

@-o-keyframes testim-content-in {
from {
    opacity: 0;
    -o-transform: translateY(100%);
    transform: translateY(100%);
}

to {
    opacity: 1;
    -o-transform: translateY(0);        
    transform: translateY(0);        
}
}

@keyframes testim-content-in {
from {
    opacity: 0;
    transform: translateY(100%);
}

to {
    opacity: 1;
    transform: translateY(0);        
}
}

@-webkit-keyframes testim-content-out {
from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

to {
    opacity: 0;
    -webkit-transform: translateY(-100%);        
    transform: translateY(-100%);        
}
}

@-moz-keyframes testim-content-out {
from {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
}

to {
    opacity: 0;
    -moz-transform: translateY(-100%);        
    transform: translateY(-100%);        
}
}

@-ms-keyframes testim-content-out {
from {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
}

to {
    opacity: 0;
    -ms-transform: translateY(-100%);        
    transform: translateY(-100%);        
}
}

@-o-keyframes testim-content-out {
from {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
}

to {
    opacity: 0;
    transform: translateY(-100%);        
    transform: translateY(-100%);        
}
}

@keyframes testim-content-out {
from {
    opacity: 1;
    transform: translateY(0);
}

to {
    opacity: 0;
    transform: translateY(-100%);        
}
}

@-webkit-keyframes testim-show {
from {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

to {
    opacity: 1;
    -webkit-transform: scale(1);       
    transform: scale(1);       
}
}

@-moz-keyframes testim-show {
from {
    opacity: 0;
    -moz-transform: scale(0);
    transform: scale(0);
}

to {
    opacity: 1;
    -moz-transform: scale(1);       
    transform: scale(1);       
}
}

@-ms-keyframes testim-show {
from {
    opacity: 0;
    -ms-transform: scale(0);
    transform: scale(0);
}

to {
    opacity: 1;
    -ms-transform: scale(1);       
    transform: scale(1);       
}
}

@-o-keyframes testim-show {
from {
    opacity: 0;
    -o-transform: scale(0);
    transform: scale(0);
}

to {
    opacity: 1;
    -o-transform: scale(1);       
    transform: scale(1);       
}
}

@keyframes testim-show {
from {
    opacity: 0;
    transform: scale(0);
}

to {
    opacity: 1;
    transform: scale(1);       
}
}

@-webkit-keyframes testim-hide {
from {
    opacity: 1;
    -webkit-transform: scale(1);       
    transform: scale(1);       
}

to {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
}

@-moz-keyframes testim-hide {
from {
    opacity: 1;
    -moz-transform: scale(1);       
    transform: scale(1);       
}

to {
    opacity: 0;
    -moz-transform: scale(0);
    transform: scale(0);
}
}

@-ms-keyframes testim-hide {
from {
    opacity: 1;
    -ms-transform: scale(1);       
    transform: scale(1);       
}

to {
    opacity: 0;
    -ms-transform: scale(0);
    transform: scale(0);
}
}

@-o-keyframes testim-hide {
from {
    opacity: 1;
    -o-transform: scale(1);       
    transform: scale(1);       
}

to {
    opacity: 0;
    -o-transform: scale(0);
    transform: scale(0);
}
}

@keyframes testim-hide {
from {
    opacity: 1;
    transform: scale(1);       
}

to {
    opacity: 0;
    transform: scale(0);
}
}

@media all and (max-width: 500px) {
.testim .arrow {
    font-size: 1.5em;
}

.testim .cont div p {
    line-height: 25px;
}

}
.testimonial-main h1{
    text-align: center;
    font-size: 42px;
    font-weight: bold;
    padding : 30px 0;
}
.partner-slide {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    margin-bottom: 40px;
    border-radius: 5px;
    background: #f9f9f9;
    z-index: -1;
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
}

.playstore-image{
    width: 200px;
    height: 200px;
}
.playstore-image img{
    width: 100%;
    height: 100%;
}
/* footer */

.footer{
    margin-top: 1%;
    background-color: #161515;
    /*background-image: url('assets/img/footer-bg3.jpg');*/
    background-repeat: no-repeat;
    background-size: cover; 
    color:#fff ;
}
.footer-sec{
    padding-top: 5%;
}
.footer-sec ul li a{
    text-decoration: none;
    color: #fff;
 
}
.footer-sec h4 {
    font-size: 20px;
    font-weight: 700;
    border-bottom: 2px solid var(--blue);
    display: inline-block;
    padding-bottom: 9px;
}

.footer-sec ul li{
    list-style: none;
}
.footer-logo img{
    width: 110px;
} 
.footer-logo,.footer-services,.footer-links,.footer-support{
    padding-bottom: 20px;
}
.footer-sec ul li i{
    color: #fff;
    font-size: 20px;
    padding-right: 10px;
}
.footer-sec ul li {
    margin-top: 12px;
    padding: 2px 5px;
}
.footer-sec ul li a:hover{
  color:var(--blue);
  padding-left: 12px;
  transition: 0.4s  all ease-in-out;
}
.post-footer{
    padding:5px;
}
.post-footer i{
    font-size: 30px;
    color: #dde3f0;
    margin-left: 15px;
}
.post-footer i:hover{
    color: var(--blue);
    transition: 0.3s all ease-in;
}
.footer-terms ul li {
list-style: none;
}
.footer-terms ul li a{
    text-decoration: none;
    color: #fff;
    /* font-family: sanserif; */
}
.footer-terms ul li a{
    transition: 0.4s  all ease-in-out;
}
.footer-terms ul li a:hover{
    color: var(--blue);
 }
@media(max-width:992px){
    .footer-logo img{
        width: 60px;
    }
    .footer-links h2,.footer-services h2,.footer-support h2{
        font-size: 25px;
    }
}
@media(max-width:576px){
    .footer-logo img{
        width: 50px;
    }
    .footer-sec{
        padding-top: 8%;
    }
    .footer-logo,.footer-services,.footer-links,.footer-address{
        padding-bottom: 5px;
    }
    .footer-sec ul li{
        margin-top: 0px;
    }
    .footer-sec ul li i{
        font-size: 15px;
    }
    .footer-sec ul li a{
        font-size: 13px;
    }
    .footer-links h2,.footer-services h2,.footer-support h2{
        font-size: 19px;
        margin-bottom: 2px;
    }
}


/*------------------------------------------------
Contact form
-------------------------------------------------*/

.right_conatct_social_icon {
    background: linear-gradient(to top right, var(--blue) -5%, var(--blue) 100%);
}

.contact_us {
    background-color: #f9f9f9;
    padding: 60px 0px;
    position: relative;
    z-index: -1;
}

.contact_info_sec{
    color: #fff;
}

.contact_inner{
    background-color: #fff;
    position: relative;
    box-shadow: 20px 22px 44px #cccc;
    border-radius: 25px;
}
.contact_field{
    padding: 60px 340px 90px 100px;
}
.right_conatct_social_icon{
    height: 100%;
}

.contact_field h3{
   color: #000;
    font-size: 40px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 10px
}
.contact_field p{
    color: #000;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 35px;
}
.contact_field .form-control{
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #ccc;
    padding:13px;
}
.contact_field .form-control:focus{
    box-shadow: none;
    outline: none;
    border-bottom: 2px solid #1325e8;
}
.contact_field .form-control::placeholder{
    font-size: 13px;
    letter-spacing: 1px;
}

.contact_info_sec {
    position: absolute;
    background-color: #2d2d2d;
    right: 1px;
    top: 18%;
    height: 340px;
    width: 340px;
    padding: 40px;
    border-radius: 25px 0 0 25px;
}
.contact_info_sec h4 {
    letter-spacing: 1px;
    padding-bottom: 15px;
    font-size: 18px;
    font-weight: 700;
    color: var(--blue);
}

.info_single{
    margin: 30px 0px;
}
.info_single i {
    margin-right: 15px;
    font-size: 22px;
    color: var(--blue);
}
.info_single span {
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
}

button.contact_form_submit {
    background: linear-gradient(to top right, var(--blue) -5%, var(--blue) 100%);
    border: none;
    color: #ffffff;
    padding: 10px 15px;
    width: 100%;
    margin-top: 25px;
    border-radius: 35px;
    cursor: pointer;
    font-size: 15px;
    letter-spacing: 2px;
    font-weight: 700;
    text-shadow: 0px 0px 1px;
    box-shadow: 0px 0px 1px 0px;
}
.socil_item_inner li{
    list-style: none;
}
.socil_item_inner li a{
    color: #fff;
    margin: 0px 15px;
    font-size: 14px;
}
.socil_item_inner{
    padding-bottom: 10px;
}

.map_sec{
    padding: 50px 0px;
}
.map_inner h4, .map_inner p{
    color: #000;
    text-align: center
}
.map_inner p{
    font-size: 13px;
}
.map_bind{
   margin-top: 50px;
    border-radius: 30px;
    overflow: hidden;
}

@media only screen and (max-width: 1120px) {
.contact_field {
    padding: 50px 246px 60px 29px;
}
.socil_item_inner li a {
    color: #fff;
    margin: 0px 10px;
    font-size: 14px;
}
}
  .border-footer{
    border-bottom: 2px solid #e3e3e3;
    margin: 20px auto;
    width: 100%;
  }
  .footer-terms ul{
    display: flex;
  }
  .footer-terms ul li:first-child{
    margin-right: 10px;
  }
  .footer-terms ul li:last-child{
    padding-left: 20px;
    position: relative;
  }
  .footer-terms ul li:last-child::before{
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    left: 0;
    background-color: #eee;
  }


 

/* whatsapp icon section */
.whatsapp {
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    left:40px;
    background-color:#24974e;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    z-index:100;
  }
  
  .whatsapp-icon {
    margin-top:13px;
  }
  .whatsapp:hover{
    color: #000;
    transition: 0.5s all ;
  }


        
/* contact form css--------- */
.contact-form{
  margin: 25px 0px;
}
img{
  max-width:100%;
}

input, button, textarea, select {
  font: inherit;
}

a{
  color: #000;;
  text-decoration: none;
}

.form-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -1;
}

.container-3{
  
  position: relative;
  z-index: 5;
  display: flex;
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.6);
  
}

.callaction{
  width: 40%;
  text-align: center;
  color:#fff;;
}

.callaction div{
  background: var(--blue);
  text-align: center;
}
.lema{
  text-align: center;
}

.info{
  background: #fff;;
  width: 60%;
  padding: 3rem;
  position: relative;
}

.info h2.lema{
  padding-bottom: 1rem;
  color: var(--blue);
  font-family: serif;
}

form{
  display: flex;
  flex-direction: column;
  min-height: 300px;
  justify-content: space-around;
  padding-bottom: 6rem;
}

input, textarea{
  border:none;
  border-bottom: 1px solid #ccc;
  padding: 5px 10px;
  /* color:#dc860f; */
  outline:0;
  transition: border-color 0.2s ease-in-out;
}

textarea{
  resize: none;
}

input::placeholder, textarea::placeholder {
  font-size: 1.0rem;
  letter-spacing: 0.1rem;
  color: #000;
}

input:focus, textarea:focus{
  border-color:var(--blue);
}

input[type="submit"] {
  background: var(--blue);
  border-radius: 0.6rem;
  padding: 10px 35px;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  width: 35%;
  color:#000;;
  cursor:pointer;
}

input[type="submit"]:hover{
  opacity: 0.5;
  transition: 0.5s all;
}

.social-2{
  position: absolute;
  bottom: 0;
  display: flex;
  font-size: 1.2rem;
  width: 90%;
  justify-content: space-around;
  padding-bottom: 1rem;
}

.social-2 i{
  font-size: 1.5rem;
}
@media(max-width:992px){
  .form-video {
      display: none;
  }
  .callaction{
      display: none;
  }
  .social-2 {
      display: none;
  }
  .info{
      width: 100%;
  }
 
}
@media (max-width: 750px) {
  form{
    padding-bottom: 1rem;
  }
}

/* ************************  pricing table  ****************/
#price {
    text-align: center;
  }
  
  .plan {
    display: inline-block;
    margin: 10px 1%;
    font-family: 'Lato', Arial, sans-serif;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    /* border-radius: 10px 10px; */
  }

  .plan-inner {
    background: #fff;
    margin: 0 auto;
    min-width: 280px;
    max-width: 100%;
    position:relative;
  }
  
  .entry-title {
    background: var(--orange) ;
    height: 140px;
    position: relative;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
  }
  
  .entry-title>h3 {
    background: var(--blue);
    font-size: 20px;
    padding: 5px 0;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
  }
  
  .entry-title .price {
    position: absolute;
    bottom: -25px;
    background: var(--blue);
    height: 95px;
    width: 95px;
    margin: 0 auto;
    left: 0;
    right: 0;
    overflow: hidden;
    border-radius: 50px;
    border: 5px solid #fff;
    line-height: 80px;
    font-size: 28px;
    font-weight: 700;
  }
  
  .price span {
    position: absolute;
    font-size: 9px;
    bottom: -10px;
    left: 30px;
    font-weight: 400;
  }
  
  .entry-content {
    color: #323232;
  }
  
  .entry-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
  }
  
  .entry-content li {
    border-bottom: 1px solid #E5E5E5;
    padding: 10px 0;
  }
  
  .entry-content li:last-child {
    border: none;
  }
  
  .join-btn {
    padding: 3em 0;
    text-align: center;
  }
  
  .join-btn a {
    background: var(--blue);
    padding: 10px 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    border-radius: 0px 20px;
  }
  .join-btn a:hover{
    background-color: var(--orange);
    transition: 0.7s all ease-in-out;
  }
 
  .basic .entry-title {
    background: var(--orange);
  }
  
  .basic .entry-title > h3 {
    background: var(--blue);
  }
  
  .basic .price {
    background: var(--blue);
  }
  
  .standard .entry-title {
    background: var(--orange);
  }
  
  .standard .entry-title > h3 {
    background: var(--blue);
  }
  
  .standard .price {
    background: var(--blue);
  }
  
  .ultimite .entry-title > h3 {
    background: var(--blue);
  }
  
  .ultimite .entry-title {
    background: var(--orange);
  }
  
  .ultimite .price {
    background: var(--blue);
  }

.pricing-text{
    text-align: center;
}
.pricing-text h3{
    color: var(--blue);
    font-weight: 650;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    margin-bottom: 30px;
}