
.different-box:hover {
    background-color: #f7f7f7 !important;
}
.different-box:hover h6,
.different-box:hover p {
    color: #000 !important;
}

[data-aos=zoom-in] {
    transform: scale(1);
    /* transform: scale(0.8); */
}
[data-aos^=fade][data-aos^=fade].aos-init {
    opacity: .9 !important;
}

[data-aos^=fade][data-aos^=fade].aos-init.aos-animate {
    opacity: 1 !important;
}

[data-aos^=zoom][data-aos^=zoom].aos-init {
    opacity: .8 !important;

}

[data-aos^=zoom][data-aos^=zoom].aos-init.aos-animate {
    opacity: 1 !important;

}

.custom-animation {
    transition: transform 2s ease, opacity 2s ease; 
}

.custom-animation.aos-animate {
    opacity: 1;
    transform: translateY(-30px);
    animation: customFloat 4s ease-in-out infinite;
}

@keyframes customFloat {
    0% {
        transform: translateY(-10px);
    }

    50% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(-10px);
    }
}
.custom-animation-1 {
    transition: transform 2s ease, opacity 2s ease; 
}

.custom-animation-1.aos-animate {
    opacity: 1;
    transform: translateY(-5px);
    animation: customFloat-1 4s ease-in-out infinite;
}

@keyframes customFloat-1 {
    0% {
        transform: translateY(-5px);
    }

    50% {
        transform: translateY(5px);
    }

    100% {
        transform: translateY(-5px);
    }
}
.custom-animation-2 {
    transition: transform 2s ease, opacity 2s ease; 
}

.custom-animation-2.aos-animate {
    opacity: 1;
    transform: translateY(-5px);
    animation: customFloat-2 4s ease-in-out infinite;
}

@keyframes customFloat-2 {
    0% {
        transform: translateY(-2px);
    }

    50% {
        transform: translateY(2px);
    }

    100% {
        transform: translateY(-2px);
    }
}

.btn-grad{
    margin-left:3%;
}

.registration-box .nav-pills .active , .bg-blue{
    background-color: #1f99e8 !important;
}
.registration-box .btn-link,
.text-success {
   color: #32d05b !important;
   
}
.btn-primary
 {
    color: #000;
    background-color: #32d05b !important;
    border-color: #32d05b !important;
}
.registration-box .nav-link.active {
    color: #fff !important;
}
.registration-box .nav-link {
    color: #000 !important;
}
.registration-box .nav-item{
    margin-left: 5px;
}
.registration-box .nav-item .nav-link:hover{
    color: #fff !important;
}
.register-form .btn-link, .bg-green {
    color: #32d05b;
}

.bg-grey {
    background-color: #f7f7f7 !important;
    color: #000 !important;
        font-size: .9rem;
}
.topbar a{
    font-weight: 600 !important;
}
.topbar a {
    color: #32d05b !important;
}
.about-cnt h2 {
    font-size: 1.5rem;
    font-weight: 400;
}




body{
    font-family:"Open Sans", sans-serif;
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1{
    font-family: "Merriweather", serif;
}
.bred_crumb .bred_text h1 + p{
    font-family: "Merriweather", serif;
    font-size: 15px;
    /* border: 2px solid #32d05b; */
    background:rgba(0,0,0,0.5);
    display: inline-block;
    padding: 6px 28px;
    border-radius: 40px;
    font-weight: bold;
    color: #fff;
}
.about-card h3 span{
    font-family: "Merriweather", serif;
}
.about-cnt h2{
    font-family:"Open Sans", sans-serif;
}
#header-carousel{
    background-color: #000000;
}
.carousel-item img{
    /* visibility: hidden; */
    opacity: 0.5;
    height: 600px;
    object-fit: cover;
    object-position: center top;
}
.carousel-caption{
    background-color: linear-gradient(90deg, rgba(249, 246, 237, 1) 0%, rgba(218, 240, 238, 1) 50%, rgba(220, 214, 240, 1) 100%);
}
.sticky-top{
    box-shadow: initial!important;
    border-bottom:2px solid #1f99e8;
}
.banner-ch-title{
    background:rgba(0,0,0,0.5);
    transform: scale(0.8) !important;
    border-radius: 20px;
    width: 70%;
    /* border:1px solid #1f99e8; */
}
.banner-ch-title h1{
    color: #ffffff;
    font-size: 2.5rem;
    text-shadow: initial;
    margin-bottom: 20px;
}
.banner-ch-title p{
    color: #ffffff;
    font-size: 1.2rem;
    margin-bottom: 0px;
}
.banner-ch-title a{
    width: auto;
    margin-left: 0px!important;
    margin-right: 15px;
    background:linear-gradient(to right, #1f99e8 0%, #32d05b 51%, #32d05b 100%);
    border-radius: 10px 0px 10px 0px;
    -webkit-border-radius: 10px 0px 10px 0px;
}
section.about{
    padding-top: 0px!important;
}
section h1{
    font-size: 2rem!important;
    font-weight: 400!important;
    margin-bottom: 20px !important;
}
section h1 span{
    font-weight:700!important;
}
p{
    font-size: 1rem;
}
.why-choose-inner.relative{
    padding: 100px 0px!important;
}
.about + .why-choose-inner{
    padding: 0px!important;
}

.why-choose-inner .different-box{
    background: #ffffff!important;
    border-radius: 10px;
    border-color:#32d05b;
    overflow: hidden;
}
.why-choose-inner .different-box-cnt {
    margin-top: 20px;
    margin-left: 0px!important;
}
.why-choose-inner .different-box-cnt h6{
    font-size:1.2rem;
    margin-bottom: 20px;
    color:#1f99e8!important;
    
}
.different-box-cnt p{
    text-align: initial;
    font-size: 1rem;
}
.btn-grad{
    border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 10px 0px 10px 0px;
    -webkit-border-radius: 10px 0px 10px 0px;
}
.about-button a, .botton-section a{
    margin-left: 0px!important;
    margin-right: 15px;
}
.different-box-img{
    animation:initial!important;
}
.why-are-home .different-box{
    background-color: #fff !important;
    border-radius: 0px 20px 0px 20px;
    -webkit-border-radius: 0px 20px 0px 20px;
    border-color:#1f99e8;
}
.bred_crumb .bred_text ul{
    padding-left: 0px;
    display: inline-flex;
    font-family: "Merriweather", serif;
    font-size: 15px;
    background: rgba(255,255,255,0.8);
    padding:2px 15px;
    border-radius: 40px;
    color: #000000!important;
    margin-bottom: 0px;
    font-family: "Open Sans", sans-serif;
}
.bred_crumb .bred_text ul a{
    font-size: 13px!important;
}
.community-cnt p{
    text-align: left;
}
.about-page .col-md-5 h2{
    margin-bottom: -4px;
    font-size: 1.5rem;
    background: #209ae6;
    position: relative;
    width: auto;
    display: inline-block;
    margin-left: 18px;
    padding: 0px 5px;
}
section.about-page ul{
    margin-bottom: 25px;
    border: 1px solid #fff;
    padding: 28px 20px 11px 35px;
    margin-top: -29px;
    border-radius: 10px;
}
section ul li{
    text-align: left;
    margin-bottom:10px;
}
.value-cnt {
    margin-bottom: 70px;
}
.value-listing{
    padding: 40px 20px;
}
.value-listing p{
    font-size: 1rem;
}
.value-listing p strong{
    margin-bottom: -15px;
    display: block;
    font-size: 1rem;
}
.different .box{
    background-color: #209ae6;
    color: #ffffff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    overflow: hidden;
}
.different .box h6{
    color: #ffffff;
}
.different .box a{
    color: #ffffff!important;
    margin-left: 0px;
    padding-left: 0px;
    text-transform: capitalize;
}
#profileModalSyam .modal-body{
    padding: 20px;
}
#profileModalSyam .modal-body img{
    margin: auto;
    max-width: initial !important;
    width: 150px;
    height: 150px !important;
    object-fit: cover;
    object-position: center;
    display:block;
}
#profileModalSyam .modal-body p{
    font-size: 0.8rem;
}
.community-cnt h3{
    margin-bottom: 20px;
}

.commitment + .why-choose-inner .different-box{
    overflow: visible;
    border:1px solid #1f99e8;
}
.commitment + .why-choose-inner .different-box img{
    border:none;
    border-radius: 30px 0px 30px 0px;
    -webkit-border-radius: 30px 0px 30px 0px;
}
.commitment + .why-choose-inner .different-box h6{
    margin-bottom: 10px;
}
.commitment + .why-choose-inner .different-box-cnt{
    margin-top:38px;
}
.list-group-flush{
    padding-left: 20px;
}
.about-card{
    border-radius: 20px 0px 20px 0px;
    -webkit-border-radius: 20px 0px 20px 0px;
    border:1px solid #32d05b;
}
.form-horizontal select, .form-horizontal input, .form-horizontal textarea{
    border-radius: 5px;
    -webkit-border-radius: 5px;
    resize: none;
}
.form-horizontal button{
    margin-left: 0px!important;
    width: 50%;
}

.row-contact{
    box-shadow: initial;
    border:2px solid #1f99e8;
    padding:32px 35px 18px;
    margin-top: 30px;
}
.flex-contact{
    align-items: start;
}
.flex-contact i{
    font-size: 20px;
}
.flex-contact h5{
    color: #1f99e8;
}
.card-header:first-child{
    font-family: "Merriweather", serif;
}
.card-header{
    padding: 1rem;
}
.card-body ul{
    padding: 0px;
}
.card-body ul li{
    padding:.5rem 0px;
    margin: 0px;
}
.col-md-4 .card{
    border-radius:10px;
    -webkit-border-radius:10px;
    overflow: hidden;
}
.row.align-items-center.py-sm-5{
    padding-top:0px!important;
}
.about.relative.py-5{
    padding: 100px 0px!important;
}
.connectu-different{
    padding-left: 0px;
}
.connectu-different li{
    list-style: none;
    padding:10px 15px 10px 15px;
    border:1px solid #32d05b;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    font-size: 14px;
    position: relative;
    padding-left:48px;
}
.connectu-different li img{
    height: 30px;
    margin-right: 10px;
    position: absolute;
    left:9px;
    top: 5px;
}
.services-outer .list-group{
    min-height: 550px;
}
.services-outer .card-body .card-title{
    background: #fff;
    padding: 10px;
    color: #000;
    margin: 0px;
    border-radius: 5px;
    border: 1px solid #000;
}
.focus-talent{
    position: relative;
    margin-bottom: 20px;
}
.focus-talent .different-box-icon{
    position: absolute;
    left: 19px;
    top: 16px;
}
.focus-talent .different-box-icon img{
    height: 50px;
}
.focus-talent .different-box-cnt{
    margin: 0px;
    padding:20px;
    
}
.focus-talent .different-box{
    border-color:#1f99e8;
    border-radius: 20px 0px 20px 0px;
    -webkit-border-radius: 20px 0px 20px 0px;
}
.focus-talent .different-box-cnt ul{
    margin-bottom: 0px;
    padding:0px;
    margin-top:24px;
    list-style: none;
}
.focus-talent .different-box-cnt ul > li:first-child{
    border-bottom:1px dashed #1f99e8;
    padding-bottom: 15px;
    margin-bottom: 15px;
    margin-top: 10px;
}
.focus-talent .different-box-cnt h6{
    margin-top: 15px;
    padding-left: 60px;
}
.we-different{
    margin-bottom: 50px;
}
.we-different .different-box-icon{
    position: absolute;
}
.we-different .different-box-cnt{
    padding: 0px;
    margin: 0px;
}
.we-different h6{
    padding-left: 53px;
    padding-top: 7px;
    min-height: 63px;
    display: flex;
    align-items: center;
}
.how-we-make{
    padding-left: 0px;
    list-style: none;
    margin-top: -100px;
}
.how-we-make li{
    margin-bottom: 20px!important;
    display: flex;
}
.how-we-make-outer{
    flex: 1;
    border:1px solid #32d05b;
    padding:52px 20px 20px;
    border-radius: 0px 20px 0px 20px;
    -webkit-border-radius: 0px 20px 0px 20px;
    position: relative;
}
.banner + .about.relative.py-5{
    padding-top: 0px!important;
}
.how-we-make-outer h5{
    background-color: #32d05b;
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 7px 15px;
    color: #fff;
    border-radius: 0px 0px 20px;
}


.wrap .arrow{
    font-weight: 600!important;
    font-size: 2.5em!important;
    color:#888888!important;
}
.wrap .arrow:hover{
    color:#32d05b!important;
}


.testim h1, .testim p{
    /* color:#ffffff; */
    text-align: center;
    margin-bottom: 0px!important;
}

.testim {
    width: 100%;
    position: relative;
    /* background-color: #252c30; */
    padding: 60px 0px 20px;
    z-index: 1;
}

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

.testim .arrow {
display: block;
position: absolute;
color: #eee;
cursor: pointer;
font-size: 2em;
top: 40%;
-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: #1f99e8;
}


.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 #000000;
margin: 0 5px;
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: #1f99e8;
border-color: #1f99e8;
}

.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;
width: 100%;
}

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


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

.testim .cont div .img{
    margin-bottom:0px;
    display: inline-flex;
    align-items: center;
    position: absolute;
    z-index: 1;
    top:10px;
    right:10px;
    /* background-color: #ffffff; */
    border-radius:50px;
    -webkit-border-radius:50px;
}
.testim .cont div .img img {
display: block;
width:56px;
height:56px;
margin: auto;
border-radius: 50%;
-webkit-border-radius: 50%;
object-position: center;
object-fit: cover;
}

.testim .cont div h2 {
color: #1f99e8;
font-size: 1em;
margin-bottom:0px;
padding-left: 10px;
}
.testim .cont div span.testi-designation{
    color:#999999;
    display: block;
    text-align: left;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    margin-top: 5px;
    font-size: .9em;
}
#testim-dots{
    padding-left: 0px;
    margin-bottom: -10px;
    display: none;
}
#testim-dots .dot{
    background-color: #ffffff;
    border:2px solid  #32d05b;
}
#testim-dots .dot.active{
    background-color: #32d05b;
}

.testim .cont div p {
font-size: 0.9rem;
/* color: #eee; */
width: 100%;
margin: auto;
background-color: #ffffff;
border:1px solid #1f99e8;
padding: 20px;
border-radius: 30px 0px 30px 0px;
-webkit-border-radius: 30px 0px 30px 0px;
position: relative;

min-height:250px;
display: flex;
align-items: center;
}
.testim .cont{
    overflow: visible;
}

.testim .cont div p::before{
    content: "\201C";
    position: absolute;
    left: 0px;
    top:-21px;
    font-size: 50px;
    font-family: "Merriweather", serif;
    color:#1f99e8;
    background: #ffffff;
    height: 36px;
    line-height: initial;
}
.testim .cont div p::after{
    content: "\201D";
    position: absolute;
    right: 2px;
    bottom: -17px;
    font-size: 50px;
    font-family: "Merriweather", serif;
    color:#1f99e8;
    background: #ffffff;
    height: 36px;
    line-height: initial;
}
.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 #1f99e8;        
    box-shadow: 0px 0px 10px 5px #1f99e8;        
}

100% {
    -webkit-box-shadow: 0px 0px 0px 0px #1f99e8;        
    box-shadow: 0px 0px 0px 0px #1f99e8;        
}
}

@-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 #1f99e8;        
    box-shadow: 0px 0px 10px 5px #1f99e8;        
}

100% {
    -moz-box-shadow: 0px 0px 0px 0px #1f99e8;        
    box-shadow: 0px 0px 0px 0px #1f99e8;        
}
}

@-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 #1f99e8;        
    box-shadow: 0px 0px 10px 5px #1f99e8;        
}

100% {
    -ms-box-shadow: 0px 0px 0px 0px #1f99e8;        
    box-shadow: 0px 0px 0px 0px #1f99e8;        
}
}

@-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 #1f99e8;        
    box-shadow: 0px 0px 10px 5px #1f99e8;        
}

100% {
    -o-box-shadow: 0px 0px 0px 0px #1f99e8;        
    box-shadow: 0px 0px 0px 0px #1f99e8;        
}
}

@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 #1f99e8;        
}

100% {
    box-shadow: 0px 0px 0px 0px #1f99e8;        
}
}

@-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: 300px) {
body {
    font-size: 14px;
}
}

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

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

}



.event-outer{
    border-radius: 30px 0px 30px 0px;
    -webkit-border-radius: 30px 0px 30px 0px;
    border-bottom: 3px solid #1f99e8;
    border-right: 1px solid #1f99e8;
    padding-right: 15px;
    padding-bottom: 15px;
    transition: all 0.5s;
    height: 275px;
}
.event-outer img{
    width: 100%;
    height: 260px;
    object-fit: cover;
    object-position: left top;
    border-radius: 30px 0px 30px 0px;
    -webkit-border-radius: 30px 0px 30px 0px;
    transition: all 0.5s;
}
/* .event-outer:hover{
    padding: 0px;
}
.event-outer:hover img{
    height:100%;
} */

.about-video {
    width: 100%;
    margin: auto;
    display: block;
    transition: all 300ms ease-out;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    margin-bottom: 40px;

    height: 250px;
    margin: 0px !important;
    background: #000;
    object-fit: cover;
    border-radius: 10px;
}

#header-carousel .carousel-item img{
    opacity: 1;
    object-position: center;
}
.connectu-banner .bred_crumb{
    background-image: url("../images/connect-banner.jpg");
    background-size: cover;
    background-position: center;
    height: 600px;
    background-attachment: fixed;
}
.connectu-banner .bred_crumb h1, .connectu-banner .bred_crumb ul{
    color:#ffffff;
}
.connectu-banner.ridencare-banner{
    position: relative;
}
/* .connectu-banner.ridencare-banner:after{
    content:'';
    position: absolute;
    left: 0px;
    right: 0px;
    top:0px;
    bottom:0px;
    background-color: rgba(0,0,0,0.5);
} */
.connectu-banner.ridencare-banner .bred_crumb{
    /* background-image: url("../images/connect-banner.jpg"); */
    background-image: url("../images/help1.png");
}

.the_slider{
    display: block;
    height:250px;
    overflow: hidden;
    width: 100%;
    position: relative;
    border-radius: 10px;
    -webkit-border-radius: 10px;
}
.the_slider svg{
    fill:#ffffff!important;
}
.the_slider .dot{
    background: #ffffff;
    border-color:#32d05b;
    margin:0px 4px;
}
.the_slider .dot.active{
    background-color: #32d05b;
    border-color:#32d05b;
}

.the_slider .s_slide{
    display: block;
    width: 100%;
    height: 100%;
    float: left;
    background-repeat: no-repeat;
}

.the_slider .s_slider_container{
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.the_slider .s_slider_container:active{
    cursor: -webkit-grabbing
}
.the_slider .s_slide{
    background-size: cover;
}
.the_slider .s_slide_0{
    background-image: url("../images/event0.jpg");
}

.the_slider .s_slide_1{
    background-image: url("../images/event1.jpg");
}

.the_slider .s_slide_2{
    background-image: url("../images/event2.jpg");
}

.the_slider .s_slide_3{
    background-image: url("../images/event5.jpg");
}

.the_slider .s_slide_4{
    background-image: url("../images/event2.jpg");
}


.the_slider .dot_nav{
    top:0px;
}
.the_slider .arrows span{
    width: 26px;
    height: 26px;
}
.testimonial-section .arrow::before{
    font-size:13px;
    border: 2px solid #aaa;
    border-radius: 50px;
    padding:4px;
    background: #ffffff;
}
.testimonial-section .arrow:hover::before{
    border-color:#1f99e8;
}


.about-connect-u{
    border-radius: 20px 0px 20px 0px;
    -webkit-border-radius: 20px 0px 20px 0px;
}
.about-subtitle{
    font-size: 19px;
}
.floating-button{
    z-index: 1;
}
.floating-button a{
    width: auto;
    text-align: left;
    position: relative;
    padding-left: 52px;
    max-width: 310px;
    margin-right: 85px;
}
.floating-button a i{
    position: absolute;
    left: 18px;
    font-size: 20px;
}
.ride-img{
    height: 213px;
    width: 320px;
    object-fit: cover;
}
.uber-health{
    background: #000000;
    display: flex;
    height:352px;
    align-items: center;
}
.brand-logo-img{
    height:100px;
}
.schedule-ride-outer{
    /* background-color: #f6f7f9; */
    border:1px solid #32d05b;
    text-align: center;
    padding:45px 37px;
    border-radius:20px;
    -webkit-border-radius:20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.schedule-ride-outer h6 span{
    color:#1f99e8;
}
.laptop-section{
    display: flex;
    align-items: center;
    margin-top: 25px;
    margin-bottom: 25px;
}
.laptop-section img{
    height: 200px;
}
.booking-notice{
    font-size: 13px;
    margin-bottom: 0px;
}
.ride-services{
    background-color: #ffffff;
}
.powered-uber{
    display: inline-flex;
    flex-direction: column;
    vertical-align: top;
    padding-left: 20px;
    margin-left: 20px;
    border-left:1px solid #000000;
}
.powered-uber span{
    font-size: 11px;
}
.powered-uber img{
    height: 80px;
}
.ride-uber-logo{
    margin-bottom:40px;
}
.service-booking select.form-control{
    background-image: url("../images/arrow.png");
    background-repeat: no-repeat;
    background-position: calc(100% - 7px) center;
    background-size: 10px;
    background-color: #ffffff!important;
}
.form-label{
    font-size: 14px;
    margin-bottom: 4px;
}
.term-condition{
    position: relative;
    padding-left:20px;
    font-size: 14px;
}
.term-condition input{
    position:absolute;
    left:0px;
    top:4px;
}
.service-button .btn{
    width: auto;
    margin-left:0px;
}
.submit-note{
    margin-top: 10px;
    font-style: italic;
}
.submit-note span{
    color:#32d05b;
}

@media only screen and (max-width:1280px) {
    .botton-section{
        padding:38px 0px;
    }
}

@media only screen and (max-width:991px) {
    .banner-ch-title{
        width: 100%;
        margin-top: 80px;
    }
    .carousel-control-prev, .carousel-control-next {
        top: -80px;
    }
    .ft-button .btn.btn-grad{
        width: auto;
    }
    .about-video{
        margin-bottom: 78px!important;
        height: 400px;
    }
    .the_slider{
        height: 400px;
    }
    .uber-health{
        height: auto;
        justify-content: center;
    }
    .brand-logo-img {
        height: 66px;
    }
}
@media only screen and (max-width:767px) {
    .banner-ch-title{
        padding:20px;
        margin-top:-30px;
    }
    .banner-ch-title .d-flex{
        flex-direction: column;
    }
    .banner-ch-title a{
        width: 100%;
        margin-right: 0px;
        margin-top: 10px;
    }
    .careh-home-serv .about-cnt{
        margin-bottom: 50px;
    }
    .different .box{
        width: 100%;
    }
    .about-cnt h1, .community-cnt h1, .different-cnt h1{
        line-height: 44px;
    }
    .services-outer .list-group {
        min-height: inherit;
    }
    .form-horizontal button{
        margin-bottom: 50px;
    }
    .row-contact{
        margin-bottom: 100px;
    }
    .testim{
        height:auto;
    }
    .botton-section {
        padding: 100px 0px;
    }
    .about-video{
        margin-bottom: 78px!important;
        height: 250px;
    }
    .the_slider{
        height: 250px;
    }

}