html,
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 24px;
    width: 100%;
    height: 100%;
    color: #6e789b
}


/*=================================
===== slider INFO CSS =====
=================================*/
/**** slider ***/

/**** slider ***/

.slider-items {
    position: relative;
}

.slider-img {
    position: relative;
    max-width: 100%;
    height: auto;
}

.slider-contents {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}

.slider-content h1 {
    font-size: 38px;
    font-weight: bold;
    font-family: Poppins;
    padding-right: 0;
    line-height: 48px;
    margin-bottom: 30px;
}

.slider-content h2 {
    font-weight: bold;
    font-size: 38px;
    font-family: Poppins;
    text-transform: capitalize;
    margin-bottom: 13px;
}

.slider-content p {
    color: #181e31;
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 16px;

    line-height: 27px;
}

.btn-button-1 {
    padding: 9px 28px;
    border-radius: 100px;
    background: transparent;
    border: 4px solid #b9efc4;
    font-weight: bold;
    color: #fff
}

.btn-button-1:hover {
    border: 4px solid transparent;
    background-color: #181e31;
    color: #fff;
}

.btn-button-1:focus,
.btn-button-1:hover:focus {
    border: 2px solid transparent;
    box-shadow: none;
    background: #181e31;
    color: #fff;
}

.bg-btn {
    background-color: #4bd065;
}

.title:hover {
    color: #4bd065
}


/**** -------- ***/
/**** count section ***/
/**** ------------ ***/

.client-area-count .textimonial-dec-inner h2 {
    padding-left: 0;
    padding-right: 23%;
}

.client-area-count .textimonial-dec-inner p {
    padding-right: 13%;
    padding-left: 0%;
}

.client-area-count {
    margin-top: 80px;
}

.client-count-item {
    background-color: #f7fbff;
    padding: 29px 26px;
    margin: 13px 0;
    border-radius: 8px;
    box-shadow: 0px 0px 9px 1px #e4e4e4;
    cursor: pointer;
    transition: transform .2s;
    /* Animation */
    z-index: 0;
}

.counts {
    display: inline-block;
}

.counts span {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 12px;
    display: block;
}


.client-count-item:hover .counts .title {
    color: #fff
}

.client-count-item:hover {
    color: #fff;
    transform: scale(1.2);
    clear: both;
    z-index: 999;
    overflow: hidden;
    background-color: #4bd065;
    box-shadow: 0px 4px 32px -3px #4bd065;
}

.counts>p {
    font-size: 18px;
}



/*** -----***/
/**** -------- ***/
/**** service section ***/
/**** ------------ ***/

.service-icon-bg {
    background-image: url(./../img/s-1.png);
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    display: inline-block;
    text-align: center;
    padding: 30px;
}

.service-icon i {
    font-size: 42px;
}

.service-content>a {
    font-size: 22px;
    font-weight: bold;
    color: #2c2d3e;
    font-family: Poppins;
}

.service-content {
    padding-top: 19px;
}

.service-content p {
    padding: 16px 0;
}

.service-content>a:hover {
    color: #4bd065;
}

a.readmore {
    color: #2c2d3e;
    text-transform: capitalize;
    font-weight: bold;
}

a.readmore:hover {
    color: #4bd065;
}

a.readmore>i {
    font-size: 15px;
    display: inline-block;
    clear: both;
    position: relative;
    top: 2px;
}

.Contributions-inner h3 {
    font-size: 18px;
    font-weight: 600;
    color: #666699;
}

.Contributions-inner h1 {
    font-size: 28px;
    font-weight: bold;
    line-height: 30px;
    margin: 15px 0;
}

.Contributions-inner p {
    padding-left: 20px;
    line-height: 29px;
    margin-bottom: 10px;
}

/*** Pricing ***/

.price-text {
    display: inline-block;
    margin-right: 10px;
}

.price-text span {
    font-size: 60px;
    font-weight: bold;
    color: #4bd065;
}

.price-content {
    display: inline-block;
    text-align: left;
}

.price-content span {
    font-size: 19px;
    font-weight: 600;
    color: #4bd065;
}

.pt-80.service-page {
    padding-top: 37px;
}

.price-content h5 {
    font-size: 15px;
    text-transform: capitalize;
    color: #6e789b;
}

.service-page .service-item {
    margin-top: 30px;
}

.pricing-items {
    background: #fff;
}

/* .pricing-section {
    background-color: #f6fbf7;
} */

.procing-item {
    padding: 59px 0;
    text-align: center;
    padding-bottom: 50px;
}

.price-body ul li {
    line-height: 46px;
    list-style: none;
}


.price-body {
    padding: 30px 0;
}

.pricing-footer a {
    padding: 9px 40px;
    text-transform: capitalize;
    background: #2c2d3e;
    border-color: rgba(215, 216, 224, 0.95);
}

.pricing-footer a:hover {
    background-color: #4bd065;
}


/*** Company summery ***/

.summery-dec h3 {
    font-size: 15px;
    font-weight: 600;
    color: #6666b2;
}

.summery-dec h2 {
    font-weight: bold;
    margin: 14px 0;
    line-height: 35px;
    font-size: 30px;
}

.summery-dec p {
    padding-bottom: 14px;
}



.round-pin {
    height: 300px;
    width: 100%
}


/*** testimonial ***/

.testimonial-area .hadidng-2 h2 {
    font-weight: normal;
    margin-top: 12px;
}

.testi-img {
    width: 100px;
    height: 100px;
    display: inline-block;
    float: left;
/*     margin-right: 20px; */
}

.testi-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 0px 0px 7px 1px #cec9c9;
    border-radius: 100%;
}

.testi-titles {
    display: inline-block;
    padding: 10px 0;
}

.testi-titles h2 {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: bold;
    color: #4bd065;
    line-height: 19px;
}

.testi-titles h3 {
    font-size: 15px;
    margin-top: 5px;
    text-transform: capitalize;
    line-height: 19px;
}

.testi-bottom {
    padding-top: 33px;
}

.testi-single {
    padding-right: 26px;
}

.testi-top {
    padding: 31px 31px;
    box-shadow: -1px 0px 4px 0px #d5dce4;
    display: inline-block;
    width: 100%;
    margin: 6px;
    background-color: #f5faff;
    color: #2c2d3e;
    font-size: 16px;
    line-height: 33px;
    padding-right: 13px;
    position: relative;
}

.testi-top:after {
    content: "\f0dd";
    left: 20px;
    bottom: -14px;
    z-index: -1;
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    font-size: 36px;
    color: #f5faff;
    font-weight: 800;
}

/*** client Logo ***/

.hadidng-2 h2 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 12px;
}

.client-items img {
    opacity: .5;
    width: 120px;
    height: auto;
   
}

.client-items a:hover img {
    opacity: 1;
}



/*** Team member ***/

.team-single .team-content > a {
    font-size: 16px;
    font-weight: 600;
    color: #2c2d3e;
}

.team-single {
    text-align: center;
    border: 1px dotted #cccdd4
}

.team-content {
    padding: 10px 33px;
    padding-top: 25px;
}

.team-content > p {
    color: #6e789b;
    padding-top: 3px;
}

.team-content ul li {
    display: inline-block;
}

.team-content ul li a {
    margin: 8px 9px;
    display: block;
    padding-top: 0;
    color: #6e789b;
}

.team-single .team-content > a:hover {
    color: #4bd065;
}

.team-content ul li a:hover {
    color: #4bd065;
}

.team-single .img img{
    text-align: center;
    margin: auto;
}
.team-single .img {
    padding: 10px;
    padding-bottom: 0;
}

.owl-dot {
    width: 30px;
    height: 6px;
    background: #6e789b;
    display: inline-block;
    margin: 4px;
}

.owl-dots {
    margin: auto;
    text-align: center;
    margin-top: 36px;
}

.owl-dot.active {
    background: #4bd065;
}

/*** Company gallery ***/

.gallery-link a {
    font-size: 20px;
    line-height: 28px;
    color: #fff;
}

.company-gallery .img {
    position: relative;
}

.gallery-link {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #4bd065;
    padding: 18px;
}

.gallery-link a:hover {
    color: #2c2d3e;
}

.company-gallery .img:hover .gallery-link {
    margin-bottom: 0;
}
.gallery-link p{
    display: inline-block;
}
.gallery-link a span {
    font-size: 12px;
    float: right;

}

.gallery-link {
    position: absolute;
    bottom: 0;
    width: 100%;
	color:#fff;
    background-color: #4bd065;
    padding: 18px;
    margin-bottom: -150px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}


.company-gallery img {
    width: 100%;
}

.company-gallery .slick-slide{
    margin: 15px;
}
.company-gallery .slick-list.draggable {
    margin-left: -15px;
    margin-right: -15px;
}
.gradient {
    position: relative;
    overflow: hidden;
    transform: scale(1);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.gradient> img {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}
.gradient:hover > img {
    transform: scale(1.5);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


/*** Faq page ***/
.exhort-faq-wrappe .accordion-button {
    background: transparent;
    border: none;
    border-radius: 0;
    font-size: 15px;
    color: #000000;
    text-align: left;
    line-height: 35px;  
    padding: 10px 15px;
    font-weight: bold;
    text-transform: capitalize;
    letter-spacing: 1px;
    word-spacing: 3px;
}

.exhort-faq-wrappe .accordion-collapse {
    padding-top: 18px;
    padding-bottom: 22px;
    border: none;
    border-top: 1px solid #e5e5e5;
}

.accordion-item {
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 11%);
    margin-bottom: 25px;
    border-radius: 5px;
}

.exhort-faq-wrappe .accordion-button:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

.exhort-faq-wrappe .accordion-button::after {
    margin-right: 0px;
}


/*** Latest blog ***/

.single-blog-content .btn {
    color: #fff;
}

.single-blog-content .btn:hover {
    color: #4bd065;
}

.single-blog-content .btn {
    color: #2c2d3e;
    padding: 0;
    font-weight: bold;
}

.single-blog-content span {
 
    border-radius: 8px;
    display: inline-block;
    margin-bottom: 7px;
    font-size: 13px;
}

.single-blog-content {
    margin-top: 20px;
}

.single-blog-content > a {
    padding: 9px 0;
    padding-top: 0;
    padding-bottom: 11px;
    padding-top: 4px;
}
.single-blog-content .posted-on > a {
    color: white;
    background: #4bd065;
    padding: 5px 10px;
    border-radius: 25px;
    font-size: 12px;
}
.company-contact-widget ul li::marker {
    list-style: none;
}

