/*==============================================
Template Name:Ranklab - Digital Marketing Agency HTML5 Template
Author:  https://themeforest.net/user/refreshsquad
Description: Description
Version: 1.0.0
Text Domain:Marketing Agency
Tags: 	agency, Creative Digital Agency, creative portfolio, digital agency, digital agency html template, digital marketing, digital marketing agency, marketing, marketing agency, modern agency, seo agency.
================================================*/

/*TABLE OF CONTENTS*/

/*=====================
01. Ranklab Header Area Css
02. Ranklab Hero Area Css
03. Ranklab Brand Area Css
04. Ranklab Service Area Css
05. ranklab about Area css
06. Ranklab marquee Area Css
07. Ranklab section-title css
08. ranklab Work Process Area Css
09. ranklab Project Area Css
10. ranklab testimonial Area Css
11. Ranklab blog Area Css
12. Ranklab Footer Area Css
13. Ranklab business plan area Css
14. Ranklab contact Area Css
15. ranklab call to action area css
16. ranklab seo marketing Area Css
17. ranklab mission vision Area css
18. ranklab case study Area css
20. Ranklab Loader
21. Ranklab Scroll Up Css
22. Ranklab Search Popup css
23. Ranklab Contact Area

=======================*/

/*---=====================================================
   <!--Ranklab Header Area Css Style One-->
=========================================================---*/

.header-area {
    margin-bottom: -106px;
    padding: 0 70px 0;
    position: relative;
    z-index: 1;
}

.header-menu {
    text-align: right;
}

.header-menu ul {
    display: inline-block;
}

.header-menu ul li {
    display: inline-block;
    margin-right: 35px;
}

.header-menu ul li a {
    font-size: 21px;
    color: #fff;
    font-weight: 500;
    font-family: "Unbounded";
    display: inline-block;
    padding: 35px 0;
    text-transform: capitalize;
    transition: 0.5s;
}

.header-menu ul li a:hover {
    color: #fff;
}

.header-contact-btn {
    position: relative;
    z-index: 1;
}

.header-contact-btn a {
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Unbounded";
    border-radius: 25px;
    background-color: #0d1718;
    border: 1px solid #a6ecad;
    padding: 16px 34px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
}

.header-contact-btn a:hover {
    background-color: #a6ecad;
    color: #0d1718;
}

.header-contact-btn a::before {
    position: absolute;
    content: "";
    width: 165px;
    height: 50px;
    border-radius: 25px;
    background-color: #59d98e;
    z-index: -1;
    top: 3px;
    right: 1px;
    transition: 0.5s;
}

.header-contact-btn a:hover:before {
    background-color: #0d1718;
}

.header-menu ul li i {
    font-size: 12px;
    color: #0d1718;
    position: relative;
    left: 6px;
    top: -1px;
    transition: 0.5s;
}

.header-menu ul li a:hover i {
    color: #59d98e;
}

.header-search-icon i {
    display: inline-block;
    color: #ffff;
    transition: 0.5s;
}

.header-search-icon i:hover {
    color: #59d98e;
}

.style-one .header-info {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.style-one .header-arrow-btn a {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    background-color: #0d1718;
    border: 1px solid #a6ecad;
    text-align: center;
    position: relative;
    transition: 0.5s;
}

.style-one .header-arrow-btn a:hover {
    background-color: #a6ecad;
}

.style-one .header-arrow-btn a::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-color: #59d98e;
    top: 4px;
    left: 0;
    z-index: -1;
    transition: 0.5s;
}

.style-one .header-arrow-btn a:hover:before {
    background-color: #0d1718;
}

.style-one .header-arrow-btn a i {
    display: inline-block;
    color: #fff;
    transform: rotate(-45deg);
    transition: 0.5s;
}

.style-one .header-arrow-btn a:hover i {
    transform: rotate(0deg);
    color: #0d1718;
}

/*sub-menu*/

.header-menu ul li.menu-item-has-children {
    position: relative;
}

.header-menu ul li .sub-menu {
    position: absolute;
    width: 200px;
    display: block;
    text-align: left;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    top: 150%;
    z-index: 2;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    border-top: 5px solid #59d98e;
    border-radius: 3px 3px 0 0;
}

.header-menu ul li:hover .sub-menu {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.header-menu ul li .sub-menu li a {
    display: block;
    padding: 8px 15px !important;
    color: #0d1718;
    width: 200px;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 500;
    transition: 0.5s;
    position: relative;
    z-index: 1;
}

.header-menu ul li .sub-menu li a:hover {
    color: #fff !important;
}

.header-menu ul li .sub-menu li a:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    background: #59d98e;
    z-index: -1;
    transition: 0.5s;
}

.header-menu ul li .sub-menu li a:hover:before {
    height: 100%;
    top: 0;
}

.sticky {
    left: 0;
    margin: auto;
    position: fixed !important;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    background: #fff !important;
    transition: 0.5s;
    z-index: 999 !important;
    -webkit-animation: 300ms running fadeInDown;
    animation: 500ms running fadeInUp;
    animation-name: slideInDown;
}

.main_sticky {
    display: none;
}

.header-area.sticky .logo_img {
    display: none;
}

.header-area.sticky .main_sticky {
    display: inherit;
}

/*---=====================================================
   <!-- Ranklab header Area Css Style two-->
=========================================================---*/

.style-two .header-menu ul li a {
    color: #fff;
}

.header-area.style-two.sticky .header-menu ul li a {
    color: #0d1718;
}

.style-two .header-menu ul li i {
    color: #fff;
}

.header-area.style-two.sticky .header-menu ul li i {
    color: #0d1718;
}

.style-two .header-menu ul li a:hover {
    color: #a6ecad;
}

.header-area.style-two .header-menu ul li a:hover {
    color: #a6ecad;
}

.header-area.style-two .header-menu ul li a:hover i {
    color: #a6ecad;
}

.style-two .search-box-btn i {
    font-size: 24px;
    color: #fff;
    font-weight: 800;
}

.header-area.style-two.sticky .search-box-btn i {
    color: #0d1718;
}

.style-two .header-info {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.style-two .header-arrow-btn a {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    background-color: #0d1718;
    border: 1px solid #a6ecad;
    text-align: center;
    position: relative;
    transition: 0.5s;
}

.style-two .header-arrow-btn a:hover {
    background-color: #a6ecad;
}

.style-two .header-arrow-btn a::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-color: #59d98e;
    top: 2px;
    left: 0px;
    z-index: -1;
    transition: 0.5s;
}

.style-two .header-arrow-btn a:hover:before {
    background-color: #0d1718;
}

.style-two .header-arrow-btn a i {
    display: inline-block;
    color: #fff;
    transform: rotate(-45deg);
    transition: 0.5s;
}

.style-two .header-arrow-btn a:hover i {
    transform: rotate(0deg);
    color: #0d1718;
}

/*---=====================================================
   <!-- Ranklab header Area Css Style three-->
=========================================================---*/

.style-three .header-menu ul li a {
    color: #0d1718;
}

.header-area.style-three .header-menu ul li a:hover {
    color: #a6ecad;
}

.style-three .header-info {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.search-box-btn {
    display: inline-block;
    padding-left: 22px;
    margin-right: 30px;
}

.style-three .search-box-btn i {
    font-size: 24px;
    color: #0d1718;
    font-weight: 800;
}

.header-contact-btn {
    position: relative;
    z-index: 1;
}

.style-three .header-arrow-btn a {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    background-color: #0d1718;
    border: 1px solid #a6ecad;
    text-align: center;
    position: relative;
    transition: 0.5s;
}

.style-three .header-arrow-btn a:hover {
    background-color: #a6ecad;
    color: #fff;
}

.style-three .header-arrow-btn a::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-color: #59d98e;
    top: 3px;
    left: 0px;
    z-index: -1;
    transition: 0.5s;
}

.style-three .header-arrow-btn a:hover:before {
    background-color: #0d1718;
}

.style-three .header-arrow-btn a i {
    display: inline-block;
    color: #fff;
    transform: rotate(-45deg);
    transition: 0.5s;
}

.style-three .header-arrow-btn a:hover i {
    transform: rotate(0deg);
    color: #fff;
}

/*---=====================================================
   <!-- Ranklab Hero Area Css Style One-->
=========================================================---*/

.style-one.hero-area {
    /* height: 900px; */
    background-image: linear-gradient( 180deg, rgba(89, 217, 141, 0.15) 0%, rgba(254, 255, 255, 0.15) 91%, rgba(255, 255, 255, 0.15) 92%);
}

.style-one.hero-area .section-btn a::before {
    width: 177px;
    height: 50px;
    left: 0;
    top: 2px;
}

.style-one .hero-content-wraper {
    position: relative;
    padding-top: 52px;
}

.style-one .hero-content {
    text-align: center;
}

.style-one h5.hero-sub-title {
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 400;
    font-family: "Unbounded";
    width: 252px;
    height: 38px;
    line-height: 38px;
    border-radius: 30px;
    background-color: #0d1718;
    position: relative;
}

.style-one h5.hero-sub-title::before {
    position: absolute;
    content: "";
    width: 252px;
    height: 38px;
    border-radius: 18px;
    background-color: #59d98e;
    left: 0;
    top: 5px;
    z-index: -1;
}

.style-one h5.hero-sub-title i {
    display: inline-block;
    color: #84e3ab;
}

.style-one h5.hero-sub-title span {
    display: inline-block;
    margin: 0 9px;
}

.style-one h1.hero-title {
    font-size: 48px;
    line-height: 85px;
    color: #0d1718;
    font-weight: 500;
    margin: 32px 0 0px;
}

.style-one p.hero-desc {
    font-size: 26px;
    line-height: 36px;
    color: #0d1718;
    font-weight: 500;
}

.style-one .hero-arrow-shape {
    position: absolute;
    right: 10px;
    top: 208px;
    animation: moveLeftBounce 3s linear infinite;
}

.style-one .row.wrapper-space {
    padding-top: 32px;
}

.style-one .hero-image-wraper {
    position: relative;
}

.style-one .hero-thumb1 img {
    width: 100%;
}

.style-one .hero-thumb2 img {
    width: 100%;
}

.style-one .hero-claim-box {
    position: absolute;
    top: 25px;
    right: -85px;
    width: 365px;
    height: 189px;
    border-radius: 50px;
    background-color: #fbc267;
    padding: 25px 0px 0px;
    text-align: center;
}

.style-one .hero-claim-btn {
    padding-top: 20px;
}

.style-one .claim-content p {
    font-size: 17px;
    line-height: 28px;
    color: #0d1718;
    font-weight: 500;
    font-family: "Open Sans";
    text-align: center;
    margin: 0;
}

.style-one .claim-content span {
    display: inline-block;
    font-size: 17px;
    line-height: 28px;
    color: #0d1718;
    font-weight: 500;
    font-family: "Open Sans";
    text-align: center;
}

.style-one .hero-thumb-wraper {
    position: relative;
}

.style-one .hero-thumb2-shape {
    position: absolute;
    top: -40px;
    right: 22px;
    animation: bounce 4s linear infinite;
}

/*---=====================================================
   <!-- Ranklab hero Area Css Style two-->
=========================================================---*/

.hero-area.style-two {
    background: #0d1718;
    position: relative;
}

.style-two .hero-wraper {
    position: relative;
    padding-top: 192px;
}

.style-two .hero-content-wraper {
    position: relative;
    padding: 40px 0 250px;
}

.style-two .hero-content {
    position: relative;
}

.style-two .hero-content::before {
    position: absolute;
    content: "";
    left: 4px;
    top: 15px;
    width: 234px;
    height: 38px;
    border-radius: 18px;
    background-color: rgba(255 255 255 /20%);
}

.style-two h5.hero-sub-title {
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 400;
    font-family: "Unbounded";
    line-height: 38px;
    position: relative;
    width: 240px;
    height: 38px;
    border-radius: 17px;
    background-color: #0d1718;
    border: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    margin-bottom: 18px;
}

.style-two h5.hero-sub-title i {
    display: inline-block;
    color: #a6ecad;
}

.style-two h5.hero-sub-title span {
    display: inline-block;
    margin-left: 10px;
}

.style-two h1.hero-title {
    font-size: 70px;
    line-height: 103px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Unbounded";
    margin: 0;
    text-transform: uppercase;
}

.style-two h1.hero-title span {
    display: inline-block;
    margin: 0 17px 0 20px;
    width: 70px;
    height: 70px;
    border-radius: 35px;
    background-color: #fbc267;
    position: revert;
    position: relative;
    top: 8px;
}

.style-two h2.hero-title {
    font-size: 70px;
    line-height: 100px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Unbounded";
    margin: 0;
    text-transform: uppercase;
    display: inline-block;
}

.style-two .hero-content .arrow-icon {
    margin: 0 74px 0 98px;
    animation: moveLeftBounce 5s linear infinite;
}

.style-two .hero-star-shape {
    position: absolute;
    top: 5px;
    right: -152px;
    animation: rotateme 18s linear infinite;
}

.hero-seo-agency h2 {
    color: #fff;
    position: absolute;
    top: 177px;
    right: -141px;
}

.style-two .hero-thumnail {
    position: relative;
}

.style-two .hero-thumb {
    text-align: right;
    position: relative;
    z-index: 1;
}

.style-two .hero-ball-shape {
    position: absolute;
    bottom: 3px;
    left: 150px;
    animation: moveLeftBounce 3s linear infinite;
}

.row.hero-skill {
    background-color: rgba(255 255 255 / 10%);
    border-radius: 20px 0 0 0;
}

.single-review-box {
    border-width: 1px;
    border-color: rgb(166, 236, 173, 0.2);
    border-style: dashed;
    border-radius: 15px;
    padding: 46px 40px 48px 42px;
}

.hero-gmail-icon {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 40px 40px 0px 40px;
    background-color: #0d1718;
    text-align: center;
    margin-right: 55px;
    position: relative;
}

.hero-gmail-icon::before {
    position: absolute;
    content: "";
    width: 102px;
    height: 102px;
    line-height: 102px;
    border: 1px dotted rgb(166, 236, 173, 0.2);
    left: -10px;
    top: -10px;
    border-radius: 50px 50px 0 50px;
}

.rivew-content {
    display: inline-block;
}

.rivew-content span i {
    color: #ffc107;
    margin-right: 15px;
}

.rivew-content span {
    display: inline-block;
    font-size: 17px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Open Sans";
}

.rivew-content p {
    font-size: 17px;
    color: #ffffff;
    font-weight: 500;
}

.single-marketing-box {
    border-radius: 15px;
    background-color: #ffffff;
    width: 248px;
    height: 200px;
    margin: auto;
    padding: 30px;
}

.row.hero-skill {
    background-color: rgba(255 255 255 / 10%);
    border-radius: 20px 20px 0 0px;
    padding: 30px 50px 30px;
}

.marketing-content {
    margin-bottom: 34px;
}

.marketing-content a {
    display: inline-block;
    border-radius: 17px;
    background-color: #e9faeb;
    border: 1px solid rgba(13, 23, 24, 0.1);
    font-size: 14px;
    color: #0d1718;
    font-weight: 500;
    padding: 4px 20px;
    margin-right: 8px;
}

.marketing-content span {
    display: inline-block;
    font-size: 17px;
    line-height: 24px;
    color: #001819;
    font-weight: 500;
    font-family: "Unbounded";
}

.single-marketing-success-box {
    border-width: 1px;
    border-color: rgb(166, 236, 173, 0.2);
    border-style: dashed;
    border-radius: 15px;
    padding: 46px 40px 48px 42px;
}

.marketing-success-icon {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 40px 40px 0 40px;
    background-color: #0d1718;
    text-align: center;
    margin-right: 55px;
    position: relative;
}

.marketing-success-icon::before {
    position: absolute;
    content: "";
    width: 102px;
    height: 102px;
    line-height: 102px;
    border: 1px dotted rgb(166, 236, 173, 0.2);
    left: -10px;
    top: -10px;
    border-radius: 50px 50px 0 50px;
}

.marketing-success-text {
    display: inline-block;
}

.marketing-success-text p {
    font-size: 17px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Open Sans";
    display: inline-block;
}

.hero-line {
    position: absolute;
    left: 0;
    top: 376px;
}

/*---=====================================================
   <!-- Ranklab hero Area Css Style three-->
=========================================================---*/

.hero-area.style-three {
    background: url(../images/home-3/hero-bg3.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-bottom: 80px;
}

.style-three .hero-wraper {
    position: relative;
    padding-top: 80px;
}

.style-three .hero-content {
    position: relative;
}

.style-three .hero-content::before {
    position: absolute;
    content: "";
    left: 5px;
    top: 15px;
    width: 234px;
    height: 38px;
    border-radius: 17px;
    /* background-color: rgba(89 217 142 / 40%); */
}

.style-three h5.hero-sub-title {
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 400;
    font-family: "Unbounded";
    line-height: 38px;
    position: relative;
    width: 240px;
    height: 38px;
    border-radius: 17px;
    background-color: #0d1718;
    border: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    margin-bottom: 27px;
}

.style-three h5.hero-sub-title i {
    display: inline-block;
    color: #a6ecad;
}

.style-three h5.hero-sub-title span {
    display: inline-block;
    margin-left: 10px;
}

.style-three h1.hero-title {
    font-size: 61px;
    line-height: 71px;
    color: #0d1718;
    font-weight: 600;
    margin: 0;
}

.style-three .hero-content h2 {
    margin: 0;
}

.style-three .hero-content h2 img {
    position: relative;
    margin-top: -20px;
}

.style-three .hero-content h2 span {
    display: inline-block;
    font-size: 62px;
    line-height: 72px;
    color: #59d98e;
    font-weight: 600;
    padding-left: 80px;
    position: relative;
}

.style-three .hero-content h2 span::before {
    position: absolute;
    content: "";
    width: 75px;
    height: 4px;
    background-color: #f2b3ae;
    left: 0;
    top: 35px;
}

.style-three p.hero-desc {
    font-size: 16px;
    line-height: 26px;
    color: rgb(13 23 24 / 70%);
    font-weight: 400;
    padding: 25px 0 30px;
    width: 90%;
}

.style-three .section-btn a {
    font-size: 14px;
    line-height: 18px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Unbounded";
    border-radius: 25px;
    background-color: #0d1718;
    border: 1px solid #a6ecad;
    padding: 16px 31px;
    position: relative;
    margin-right: -5px;
    transition: 0.5s;
    z-index: 1;
    overflow: hidden;
}

.style-three .section-btn a:hover {
    background: #a6ecad;
    color: #0d1718;
}

.style-three .section-btn a::before {
    position: absolute;
    content: "";
    width: 173px;
    height: 50px;
    background-color: rgb(89, 217, 142);
    top: 4px;
    left: 3px;
    z-index: -1;
    border-radius: 25px;
}

.style-three .section-btn a:hover:before {
    background: #0d1718;
}

.style-three .section-arrow-btn {
    display: inline-block;
    position: relative;
}

.style-three .section-arrow-btn::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-color: #59d98e;
    top: 5px;
    left: 0;
}

.style-three .section-arrow-btn:hover::before {
    background-color: #0d1718;
}

.style-three .section-arrow-btn a {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    background-color: #0d1718;
    border: 1px solid #a6ecad;
    text-align: center;
    position: relative;
}

.style-three .section-arrow-btn a:hover {
    background: #a6ecad;
}

.style-three .section-arrow-btn a i {
    display: inline-block;
    color: #fff;
    transform: rotate(-45deg);
    transition: 0.5s;
}

.style-three .section-arrow-btn a:hover i {
    transform: rotate(0deg);
    color: #0d1718;
}

.style-three .hero-thumnail {
    position: relative;
}

.style-three .hero-client-shape {
    position: absolute;
    top: 10px;
    right: -175px;
    animation: bounce 4s linear infinite;
}

.style-three .hero-skill-shape {
    position: absolute;
    top: 335px;
    right: -205px;
    animation: moveLeftBounce 4s linear infinite;
}

.style-three .hero-marketing-shape {
    position: absolute;
    left: 0;
    bottom: -106px;
    animation: bounce 5s linear infinite;
}

.style-three .hero-explore {
    display: inline-block;
}

.style-three .hero-explore a {
    display: inline-block;
    font-size: 14px;
    text-decoration: underline;
    color: #0d1718;
    font-weight: 500;
    font-family: "Unbounded";
    padding-left: 25px;
    transition: 0.5s;
}

.style-three .hero-explore a:hover {
    color: #59d98e;
}

/*
<!-- =====================================-->
<!-- Ranklab Brand Area Css style-one -->
<!-- =====================================-->*/

.brand-area.style-one {
    padding: 110px 0 0;
}

.style-one .brand-list-1 {
    border-bottom: 1px solid rgb(13 23 24 / 10%);
    padding-bottom: 50px;
}

.style-one .single-brand-box {
    text-align: center;
}

.style-one .brand-thumb img {
    display: inline-block;
    width: 70% !important;
    transition: 0.5s;
}

.style-one .brand-thumb img:hover {
    filter: brightness(5) invert(5);
}

.style-one .brand-area .owl-carousel .owl-item img {
    display: inline-block;
    width: 100%;
}

/*
<!-- =====================================-->
<!--Ranklab Brand Area Css style-three -->
<!-- =====================================-->*/

.style-three .brand-list-1 {
    border-bottom: 1px solid rgb(13 23 24 / 10%);
    padding-bottom: 50px;
}

.style-three .row.brand-items {
    margin: 0 20px;
    position: relative;
}

.style-three .row.brand-items::before {
    position: absolute;
    content: "";
    opacity: 0.149;
    width: 1250px;
    height: 1px;
    border-radius: 1px;
    background-color: #0d1718;
    bottom: -45px;
    left: 20px;
}

.style-three .brand-title h2 {
    font-size: 20px;
    line-height: 26px;
    color: #0d1718;
    font-weight: 500;
    font-family: "Unbounded";
    text-align: center;
    position: relative;
    margin-top: -65px;
    margin-bottom: 47px;
}

.style-three .brand-title h2::before {
    position: absolute;
    content: "";
    width: 406px;
    height: 1px;
    background-color: rgba(13, 23, 24, 0.10196078431372549);
    left: 70px;
    top: 10px;
}

.style-three .brand-title h2::after {
    position: absolute;
    content: "";
    width: 406px;
    height: 1px;
    background-color: rgba(13, 23, 24, 0.10196078431372549);
    right: 70px;
    top: 10px;
}

.style-three .single-brand-box {
    text-align: center;
}

.style-three .brand-thumb img {
    display: inline-block;
    width: 68% !important;
    transition: 0.5s;
}

.style-three .brand-area .owl-carousel .owl-item img {
    display: inline-block;
    width: 100%;
}

/*---=====================================================
   <!--Ranklab Service Area Css Style One-->
=========================================================---*/

.service-area.style-one {
    padding: 100px 0 100px;
}

.style-one .service-btn {
    text-align: right;
}

.section-btn {
    display: inline-block;
}

.style-one .section-btn a {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    font-family: "Unbounded";
    border-radius: 25px;
    border: 1px solid #a6ecad;
    padding: 15px 34px;
    position: relative;
    margin-right: -5px;
    transition: 0.5s;
    z-index: 1;
    overflow: hidden;
    background: #0d1718;
    color: #fff;
}

.style-one .section-btn a:hover {
    background: #a6ecad;
    color: #fff;
}

.style-one .section-btn a::before {
    position: absolute;
    content: "";
    width: 177px;
    height: 50px;
    border-radius: 25px;
    background-color: #59d98e;
    top: 2px;
    left: 0;
    z-index: -1;
}

.style-one .section-btn a:hover:before {
    background: #0d1718;
}

.style-one .section-arrow-btn {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.style-one .section-arrow-btn::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-color: #59d98e;
    top: 4px;
    left: 0;
    z-index: -1;
}

.style-one .section-arrow-btn a {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    background-color: #0d1718;
    border: 1px solid #a6ecad;
    text-align: center;
    position: relative;
}

.style-one .section-arrow-btn a:hover {
    background: #a6ecad;
}

.style-one .section-arrow-btn:hover:before {
    background: #0d1718;
}

.style-one .section-arrow-btn a i {
    display: inline-block;
    color: #fff;
    transform: rotate(-45deg);
    transition: 0.5s;
}

.style-one .section-arrow-btn a:hover i {
    transform: rotate(0deg);
    color: #fff;
}

.style-one .single-service-box {
    border-radius: 20px;
    border: 1px solid #d5d5d5;
    padding: 40px 35px 20px;
    margin-bottom: 20px;
    transition: 0.5s;
    position: relative;
    z-index: 1;
}

.style-one .single-service-box::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 0;
    height: 0;
    z-index: 2;
    opacity: 0;
    border-radius: 20px;
    border-top: 1px solid #59d98e;
    border-left: 1px solid #59d98e;
    transition: all linear 0.5s;
}

.style-one .single-service-box::after {
    content: "";
    position: absolute;
    bottom: -1px;
    right: -1px;
    width: 0;
    height: 0;
    z-index: 2;
    opacity: 0;
    border-radius: 20px;
    border-bottom: 1px solid #59d98e;
    border-right: 1px solid #59d98e;
    transition: all linear 0.5s;
}

.style-one .single-service-box:hover:before {
    width: 100%;
    height: 100%;
    opacity: 1;
    border-radius: 20px;
}

.style-one .single-service-box:hover:after {
    width: 100%;
    height: 100%;
    opacity: 1;
    border-radius: 20px;
}

.style-one .service-icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 10px;
    background-color: rgb(89 217 142 / 10%);
    text-align: center;
    transition: 0.5s;
}

.style-one .sercvie-title h5 {
    font-size: 22px;
    color: #0d1718;
    font-weight: 500;
    font-family: "Unbounded";
    margin: 24px 0 4px;
    transition: 0.5s;
}

.style-one .sercvie-title h5 a {
    display: inline-block;
    transition: 0.5s;
    position: relative;
    z-index: 3;
}

.style-one .single-service-box:hover .sercvie-title h5 a {
    color: #59d98e;
}

/* Box-hover */

.seo-hover-box {
    background-color: rgb(89, 217, 142, 0.2);
    height: 100%;
    top: 0;
    opacity: 0;
    position: absolute;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 25%;
    z-index: -1;
}

.hover-bx {
    left: 0;
    -webkit-transition-delay: 0.105s;
    transition-delay: 0.105s;
    border-radius: 20px 0 0px 20px;
}

.hover-bx2 {
    left: 25%;
    -webkit-transition-delay: 0.105s;
    transition-delay: 0.105s;
}

.hover-bx3 {
    left: 50%;
    -webkit-transition-delay: 0.105s;
    transition-delay: 0.105s;
}

.hover-bx4 {
    left: 75%;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    border-radius: 0 20px 20px 0;
}

.single-service-box:hover .seo-hover-box {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* thumbanail area */

.section-thumbnail-area {
    position: relative;
    z-index: 1;
}

.thumbnail-image {
    position: relative;
    overflow: hidden;
}

.thumbnail-image img {
    width: 100%;
}

.thumbnail-image:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(45deg);
    z-index: 1;
}

.thumbnail-image:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.section-thumbnail-area .choose-video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.section-thumbnail-area .choose-video-icon a {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    background-color: #e2eef5;
    line-height: 100px;
    font-size: 18px;
    text-transform: uppercase;
    color: #003768;
    font-weight: 500;
    text-align: center;
    webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-blue 1s linear infinite;
    -webkit-transition: 0.5s;
}

/* animation ripple  */

@-webkit-keyframes ripple-blue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
    }
}

@keyframes ripple-blue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
    }
}

/*---=====================================================
   <!--Ranklab Service Area Css Style two -->
=========================================================---*/

.service-area.style-two {
    background-color: #e9faeb;
    padding: 110px 0 95px;
}

.style-two .single-service-box {
    border-radius: 15px;
    background-color: #ffffff;
    padding: 60px 20px 60px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
}

.service-area.style-two .section-title.text-center {
    margin-bottom: 48px;
}

.style-two .service-icon {
    text-align: center;
}

.style-two .sercvie-title h5 {
    font-size: 22px;
    color: #0d1718;
    font-weight: 600;
    text-align: center;
    margin: 35px 0 35px;
}

.style-two .sercvie-title h5 a {
    display: inline-block;
}

.style-two .sercvie-title h5 a:hover {
    color: #a6ecad;
}

.style-two .service-item-list {
    padding-left: 55px;
    padding-bottom: 118px;
    position: relative;
}

.style-two .service-item-list::before {
    position: absolute;
    content: "";
    width: 3px;
    height: 40px;
    border-radius: 1px;
    background-color: #a6ecad;
    left: 0;
    right: 0;
    margin: 0 auto 0;
    bottom: 52px;
}

.style-two .service-item-list ul li {
    font-size: 16px;
    color: #0d1718;
    font-weight: 400;
    font-family: "Open Sans";
    margin-bottom: 18px;
    position: relative;
}

.style-two .service-item-list ul li::before {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 3px;
    background-color: #a6ecad;
    left: -30px;
    top: 10px;
}

.style-two .service-item-list ul li::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 7px;
    border: 1px dashed #a6ecad;
    left: -34px;
    top: 6px;
}

.style-two .service-btn.style-one {
    text-align: center;
}

.style-two .style-one .section-btn a:hover {
    background-color: #0d1718;
    border: 1px solid #a6ecad;
}

.style-two .style-one .section-btn a:hover:before {
    background: #a6ecad;
}

.style-two .style-one .section-arrow-btn a:hover {
    background: #0d1718;
}

.style-two .single-service-box:hover .seo-hover-box {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* Button */

.service-btn.style-two {
    text-align: center;
}

.section-btn.style-two {
    display: inline-block;
}

.section-btn.style-two a {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    font-family: "Unbounded";
    border-radius: 25px;
    border: 1px solid #a6ecad;
    padding: 15px 34px;
    position: relative;
    margin-right: -5px;
    transition: 0.5s;
    z-index: 1;
    overflow: hidden;
    background: #e9faeb;
    color: #0d1718;
}

.section-btn.style-two a:hover {
    background: #0d1718;
    color: #fff;
}

.section-btn.style-two a::before {
    position: absolute;
    content: "";
    width: 177px;
    height: 50px;
    border-radius: 25px;
    background-color: #a6ecad;
    top: 2px;
    left: 0;
    z-index: -1;
}

.section-btn.style-two a:hover:before {
    background: #a6ecad;
}

.section-arrow-btn.style-three {
    display: inline-block;
}

.section-arrow-btn.style-three a {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    background-color: #e9faeb !important;
    color: #0d1718 !important;
    border: 1px solid #a6ecad;
    text-align: center;
    position: relative;
    transition: 0.5s;
}

.section-arrow-btn.style-three a::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-color: #a6ecad !important;
    top: 4px;
    left: 0;
    z-index: -1;
    transition: 0.5s;
}

.section-arrow-btn.style-three a:hover {
    background-color: #0d1718 !important;
}

.section-arrow-btn.style-three a i {
    display: inline-block;
    transform: rotate(-45deg);
    transition: 0.5s;
}

/*---=====================================================
   <!--Ranklab Service Area Css Style three -->
=========================================================---*/

.service-area.style-three {
    padding: 60px 0 80px;
}

.service-area.style-three.inner {
    padding: 120px 0 80px;
}

.service-area.style-three .section-title.text-center {
    margin-bottom: 52px;
}

.service-area.style-three .section-title h4 {
    margin: 0 auto;
    margin-bottom: 28px;
    padding-left: 0;
}

.style-three .single-service-box {
    border-radius: 20px;
    padding: 40px 35px 40px;
    margin-bottom: 20px;
    transition: 0.5s;
    position: relative;
    z-index: 1;
}

.style-three .single-service-box.box-1 {
    background-color: #fff0de;
}

.style-three .single-service-box.box-2 {
    background-color: #dfffec;
}

.style-three .single-service-box.box-3 {
    background-color: #f6e6ff;
}

.style-three .service-icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 10px;
    text-align: center;
    transition: 0.5s;
}

.style-three .single-service-box.box-1 .service-icon {
    background-color: #ffe0bc;
}

.style-three .single-service-box.box-2 .service-icon {
    background-color: #aaffcd;
}

.style-three .single-service-box.box-3 .service-icon {
    background-color: #edc9ff;
}

.style-three .sercvie-title h5 {
    font-size: 22px;
    color: #0d1718;
    font-weight: 500;
    font-family: "Unbounded";
    margin: 24px 0 4px;
    transition: 0.5s;
}

.style-three .sercvie-title h5 a {
    font-family: "Unbounded";
}

.style-three .single-service-box.box-2 .sercvie-title h5 {
    color: #59d98e;
}

.style-three .sercvie-title p {
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    font-weight: 400;
    font-family: "Open Sans";
    transition: 0.5s;
    margin-bottom: 28px;
}

.style-three .service-btn a {
    display: inline-block;
    font-size: 16px;
    color: #0d1718;
    border: 1px solid rgba(13, 23, 24, 0.21);
    border-radius: 20px;
    padding: 7px 27px;
    transition: 0.5s;
}

.style-three .single-service-box.box-1 .service-btn a:hover {
    background-color: #ffe0bc;
}

.style-three .single-service-box.box-3 .service-btn a:hover {
    background-color: #edc9ff;
}

.style-three .single-service-box.box-2 .service-btn a {
    border: 0;
    background-color: #59d98e;
}

.style-three .service-section-btn {
    text-align: center;
    padding-top: 30px;
}

.style-three .service-section-btn a {
    font-size: 16px;
    text-decoration: underline;
    color: #0d1718;
    font-family: "Unbounded";
    transition: 0.5s;
}

.style-three .service-section-btn a:hover {
    color: #59d98e;
}

/*---=====================================================
   <!--ranklab about Area css Style one -->
=========================================================---*/

.about-area.style-one {
    background-image: linear-gradient( 180deg, rgba(89, 217, 141, 0.14901960784313725) 0%, rgba(255, 255, 255, 0.9999999999999999) 86%, rgba(255, 255, 255, 0.9999999999999999) 86%);
    position: relative;
    padding: 60px 0 90px;
    /* margin-top: -240px; */
}

.about-area.style-one.inner {
    margin-top: 0;
    padding: 120px 0 90px;
}

.about-area.style-one .section-title {
    margin-bottom: 48px;
    /* margin-left: 95px; */
}

.about-area.style-one .section-title h4 {
    width: 155px;
    height: 38px;
}

.about-area.style-one .section-title h4::before {
    width: 155px;
    height: 38px;
}

.style-one .about-thumb,
.about-thumb2 {
    overflow: hidden;
    position: relative;
}

.style-one .about-thumb img,
.about-thumb2 img {
    width: 100%;
}

.style-one .about-thumb:after,
.about-thumb2::after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.style-one .about-thumb:hover:after,
.about-thumb2:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.style-one .about-list-item {
    /* margin-top: 60px; */
}

.style-one .about-list-item ul li {
    font-size: 17px;
    line-height: 26px;
    color: #0d1718;
    font-weight: 500;
    font-family: "Open Sans";
    margin-bottom: 16px;
}

.style-one .about-list-item ul li img {
    margin-right: 14px;
}

.style-one .about-wrapper-thumb {
    display: flex;
    gap: 45px;
    margin-left: 28px;
    align-items: center;
}

.style-one .about-counter-item {
    margin-top: 15px;
}

.style-one .about-counter-box.upper {
    position: relative;
    z-index: 1;
    margin-bottom: 54px;
}

.style-one .about-counter-box.upper::before {
    position: absolute;
    content: "";
    opacity: 0.102;
    width: 312px;
    height: 1px;
    background-color: #0d1718;
    bottom: -20px;
    left: 0;
}

.style-one .about-counter-content h4 {
    display: inline-block;
    font-size: 36px;
    line-height: 46px;
    color: #0d1718;
    font-weight: 500;
    font-family: "Unbounded";
    margin: 20px 0 4px;
}

.style-one .about-counter-content p {
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    font-weight: 400;
    font-family: "Open Sans";
}

.style-one .about-counter-content span {
    display: inline-block;
    font-size: 36px;
    line-height: 46px;
    color: #0d1718;
    font-weight: 500;
    font-family: "Unbounded";
}

.style-one .about-btn {
    margin-top: 45px;
}

/*---=====================================================
   <!--ranklab about Area css Style two -->
=========================================================---*/

.about-area.style-two {
    padding: 80px 0 70px;
    position: relative;
}

.about-area.style-two .section-title.text-center {
    margin-bottom: 80px;
}

.style-two .about-thumb21,
.about-thumb22 {
    position: relative;
}

.style-two .about-thumb22 {
    position: absolute;
    bottom: -110px;
}

.style-two .about-thumb21:after,
.about-thumb22::after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.style-two .about-thumb21:hover:after,
.about-thumb22:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.about-area.style-two .section-title h2 {
    font-size: 40px;
    text-align: left;
}

.about-area.style-two .section-title p {
    text-align: left;
    margin: 25px 0 0;
    line-height: 28px;
    color: #0d1718;
}

.style-two .about-arrow-btn {
    padding-left: 30px;
    position: relative;
}

.style-two .about-arrow-btn::before {
    position: absolute;
    content: "";
    width: 140px;
    height: 140px;
    border-radius: 70px;
    background-color: rgba(30, 30, 30, 0);
    border: 1px solid rgba(13, 23, 24, 0.15);
    left: 6px;
    bottom: 6px;
}

.style-two .about-arrow-btn a {
    display: inline-block;
    width: 94px;
    height: 94px;
    line-height: 94px;
    text-align: center;
    background-color: #0d1718;
    color: #fff;
    border-radius: 50%;
    font-size: 40px;
    transform: rotate(-45deg);
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.6s;
}

.style-two .about-arrow-btn a::after {
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    position: absolute;
    z-index: -1;
    background: #a6ecad;
    transition: 0.5s;
}

.style-two .about-arrow-btn a:hover::after {
    width: 100%;
}

/*---=====================================================
   <!--ranklab about Area css Style three -->
=========================================================---*/

.about-area.style-three {
    background: url(../images/home-3/about-bg3.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 40px 0 40px;
    position: relative;
    z-index: 1;
    border-radius: 40px;
    margin: 0 60px;
}

.style-three .row.about-item {
    position: relative;
}

.about-area.style-three .section-title {
    margin-bottom: 40px;
}

.about-area.style-three .section-title h2 {
    font-size: 40px;
    line-height: 50px;
}

.about-area.style-three .section-title h4 {
    width: 154px;
    height: 38px;
}

.about-area.style-three .section-title h4::before {
    width: 154px;
    height: 38px;
}

.about-area.style-three .section-title p {
    width: 100%;
}

.style-three .about-list-item {
    /* margin-bottom: 48px; */
}

.style-three .about-list-item ul li {
    font-size: 23px;
    line-height: 26px;
    color: #0d1718;
    font-weight: 400;
    font-family: "Unbounded";
    margin-bottom: 18px;
}

.style-three .about-list-item ul li span {
    display: inline-block;
    margin-right: 10px;
}

.style-three .about-client-box {
    border-radius: 20px;
    background-color: #c2f9d9;
    position: absolute;
    bottom: 40px;
    left: 348px;
    padding: 20px 30px 30px 30px;
    width: 282px;
    height: 195px;
    animation: moveLeftBounce 5s linear infinite;
}

.style-three .client-item-title h4 {
    font-size: 25px;
    line-height: 22px;
    color: #001819;
    font-weight: 400;
    font-family: "Unbounded";
    margin: 20px 0 20px;
}

.style-three .client-item-title p {
    opacity: 0.702;
    font-size: 15px;
    line-height: 23px;
    color: #0d1718;
    font-weight: 400;
    font-family: "Open Sans";
}

.style-three .about-thumbnail {
    position: relative;
    text-align: center;
}

.style-three .about-thumb-shape {
    position: absolute;
    top: 160px;
    left: 37px;
    animation: bounce 5s linear infinite;
}

.style-three .about-shape {
    position: absolute;
    left: 50px;
    top: 40px;
}

.style-three .about-shape-icon {
    left: -56px;
    bottom: -32px;
    z-index: 22;
}

.style-three .about-shape-icon a {
    display: inline-block;
    width: 155px;
    height: 155px;
    line-height: 155px;
    border-radius: 50%;
    text-align: center;
    background-color: #0d1718;
    position: relative;
    z-index: 1;
}

.style-three .about-shape-icon a::before {
    position: absolute;
    content: "";
    width: 61px;
    height: 61px;
    border-radius: 30px;
    background-color: #59d98e;
    top: 47px;
    left: 47px;
    z-index: -1;
}

.style-three .about-shape-icon a i {
    color: #0b0b0a;
    font-size: 40px;
    transform: rotate(-45deg);
    position: relative;
    cursor: pointer;
    z-index: 1;
    top: 10px;
}

.style-three .about-shape-icon a img {
    animation: rotateme 4s linear infinite;
}

.style-three .text-inner {
    width: 155px;
    height: 155px;
    line-height: 155px;
    position: absolute;
    bottom: 2px;
    left: 0px;
    z-index: 1;
}

.style-three .text-inner svg {
    width: 100px;
    max-width: 100%;
    height: auto;
    overflow: visible;
    word-spacing: 10px;
    transform: rotate(0) scaleX(1) scaleY(1);
    -webkit-animation: rotateme 8s linear infinite;
    animation: rotateme 8s linear infinite;
}

.style-three .text-inner path {
    fill: transparent;
    stroke: transparent;
    stroke-width: 1px;
    transition: 0.3s stroke, 0.3s fill;
}

.style-three .text-inner text {
    fill: #fff;
    direction: ltr;
    transition: 0.3s stroke, 0.3s stroke-width, 0.3s fill;
    font-size: 35px;
    color: #fff;
    letter-spacing: 2px;
    line-height: 19px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: "Unbounded";
}

.about-area.style-three .section-btn a::before {
    width: 185px;
    height: 50px;
    top: 4px;
    left: 0px;
}

/*
<!-- =====================================-->
<!-- Ranklab marquee Area Css -->
<!-- =====================================-->*/

.marquee_area {
    background: #fff;
    padding: 15px 0 15px;
}

.marquee_area.style-two {
    padding: 110px 0 90px;
}

.marquee {
    position: relative;
    --duration: 40s;
    --gap: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    gap: 0;
}

.marquee-block h3 {
    margin: 0;
}

.marquee-block {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    gap: 0px;
    min-width: 100%;
    -webkit-animation: scroll 30s linear infinite;
    animation: scroll 30s linear infinite;
}

@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(calc(-100% - var(--gap)));
        transform: translateX(calc(-100% - var(--gap)));
    }
}

@keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(calc(-100% - var(--gap)));
        transform: translateX(calc(-100% - var(--gap)));
    }
}

.marquee.style2 .marquee-block h3 {
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 0;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgb(13 23 24 / 50%);
    color: transparent;
    -webkit-mask-size: 200%;
    transition: 0.5s;
    font-family: "Open Sans";
    text-transform: uppercase;
    transition: 0.5s;
}

.marquee.style2 .marquee-block h3:hover {
    background: linear-gradient(to right, #59d98e 0, #59d98e 10%, #fff 20%);
    animation: animate 3s linear infinite;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.marquee.style2 .marquee-block h3 img {
    margin: 0 40px;
    animation-name: wave-animation;
    animation-duration: 2.5s;
    animation-iteration-count: infinite;
}

.marquee.style2 .marquee-block span {
    font-size: 60px;
    text-transform: uppercase;
    color: #59d98e;
    font-weight: 700;
    font-family: "Unbounded";
}

.marquee.style2 .marquee-block span img {
    margin: 0 40px;
    animation-name: wave-animation;
    animation-duration: 2.5s;
    animation-iteration-count: infinite;
}

/* Ranklab section-title css */

.section-title {
    margin-bottom: 48px;
}

.section-title.text-center {
    margin-bottom: 42px;
}

.section-title.center {
    margin-bottom: 53px;
}

.section-title h4 {
    font-size: 34px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 400;
    border-radius: 20px;
    background-color: #0d1718;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    width: 238px;
    height: 38px;
    line-height: 38px;
    padding-left: 20px;
    margin-bottom: 28px;
    padding-top: 5px;
}

.section-title h4::before {
    position: absolute;
    content: "";
    width: 238px;
    height: 38px;
    border-radius: 20px;
    background-color: #59d98e;
    left: 0;
    top: 4px;
    z-index: -1;
}

.section-title h4 i {
    display: inline-block;
    color: #84e3ab;
    margin-right: 10px;
}

.section-title h4 span {
    display: inline-block;
    margin-left: 10px;
}

.section-title h1 {
    font-size: 40px;
    line-height: 46px;
    color: #0d1718;
    font-weight: 500;
    margin: 0;
}

.section-title h2 {
    font-size: 40px;
    line-height: 55px;
    color: #0d1718;
    font-weight: 600;
    margin: 0;
}

.section-title p {
    font-size: 20px;
    line-height: 26px;
    color: #666666;
    font-weight: 400;
    font-family: "Open Sans";
    padding: 15px 0 0;
}

/*
<!-- =====================================-->
<!--ranklab Work Process Area Css style-one -->
<!-- =====================================-->*/

.work-process-area.style-one {
    padding: 50px 0 40px;
}

.work-process-area.style-one .section-title h4 {
    width: 743px;
    height: 48px;
    margin: 0 auto;
    margin-bottom: 28px;
}

.work-process-area.style-one .section-title h4::before {
    width: 742px;
    height: 38px;
}

.work-process-inner {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.single-work-process-box:hover .seo-hover-box {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.single-work-process-box {
   position: relative;
  z-index: 1;
  padding: 10px 26px 20px;
  background-color: #2f2f2f61;
}

.work-process-number span {
    display: inline-block;
    opacity: 0.251;
    font-size: 30px;
    line-height: 46px;
    color: #0d1718;
    font-weight: 500;
    font-family: "Unbounded";
    margin-left: -15px;
    position: relative;
}

.work-process-icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 48px;
    background-color: #ffffff;
    border: 1px solid #0d1718;
    text-align: center;
}

.work-process-icon-arrow {
    position: relative;
    left: 4px;
}

.work-process-content h5 {
    font-size: 22px;
    color: #0d1718;
    font-weight: 500;
    margin: 20px 0 0;
}

.single-work-process-box:hover .work-process-content h5 {
    color: #59d98e;
}

.work-process-content p {
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    font-weight: 400;
    margin-top: 13px;
}

/*
<!-- =====================================-->
<!-- ranklab Project Area Css style-one -->
<!-- =====================================-->*/

.project-area.style-one {
    padding: 100px 0 20px;
    background-image: linear-gradient( 180deg, rgba(243, 252, 247) 0%, rgba(244, 253, 248, 0.25) 86%, rgba(243, 252, 247, 0.15) 86%);
}

.project-area.style-one .section-title.text-center {
    margin-bottom: 52px;
}

.style-one .single-project-box {
    margin-bottom: 20px;
    transition: 0.5s;
}

.style-one .project-thumb {
    overflow: hidden;
    position: relative;
}

.style-one .project-thumb::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0) linear-gradient( to bottom, rgba(60, 52, 173, 0.3) 0%, rgba(89, 217, 142) 150%) repeat scroll 0 0;
    border-radius: 20px;
    transition: all 0.35s ease-in-out;
}

.style-one .single-project-box:hover .project-thumb::before {
    height: 100%;
}

.style-one .project-thumb img {
    width: 100%;
    transition: 0.5s;
}

.project-area.style-one .section-title h4 {
    width: 222px;
    margin: 0 auto;
    margin-bottom: 28px;
}

.project-area.style-one .section-title h4::before {
    width: 222px;
}

.style-one .project-content h5 {
    font-size: 17px;
    line-height: 32px;
    color: #59d98e;
    font-weight: 500;
    font-family: "Open Sans";
    margin-top: 20px;
}

.style-one .project-content h3 {
    font-size: 22px;
    color: #0d1718;
    font-weight: 500;
    margin: 0;
}

.style-one .project-content h3 a {
    display: inline-block;
    transition: 0.5s;
}

.style-one .project-content h3 a:hover {
    color: #59d98e;
}

/*
<!-- =====================================-->
<!-- ranklab testimonial Area Css style-one -->
<!-- =====================================-->*/

.testimonial-area.style-one {
    padding: 50px 0 100px;
}

.testimonial-area.style-one.inner {
    padding: 100px 0 100px;
}

.testimonial-area.style-one .section-title h4 {
    width: 213px;
    margin: 0 auto;
    margin-bottom: 28px;
}

.testimonial-area.style-one .section-title h4::before {
    width: 213px;
    height: 38px;
}

.single-testi-box {
    text-align: center;
    border-radius: 30px;
    background-color: #ffffff;
    border: 1px solid #59d98e;
    padding: 34px 96px 56px;
    margin-top: 160px;
    position: relative;
    margin-bottom: 10px;
    border-bottom: 6px solid #59d98e;
    overflow: hidden;
    transition: 0.5s;
}

.testi-author h4 {
    font-size: 26px;
    color: #0d1718;
    font-weight: 500;
    font-family: "Unbounded";
}

.testi-author h5 {
    font-size: 17px;
    line-height: 26px;
    color: #59d98e;
    font-weight: 400;
    font-family: "Open Sans";
    margin: 0;
}

.testi-content p {
    font-size: 20px;
    line-height: 36px;
    color: #666666;
    font-weight: 400;
    margin: 23px 0 35px;
}

.testi-rating ul li {
    display: inline-block;
    color: #ffc107;
    font-size: 20px;
    letter-spacing: 3px;
}

.style-one.testimonial-area .owl-dots {
    position: absolute;
    top: 3px;
    left: 0;
    right: 0;
    text-align: center;
}

.style-one.testimonial-area .owl-dot {
    background: url(../images/home-1/testi-1.png) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center;
    width: 110px;
    height: 110px;
    margin: 0 22px;
    display: inline-block;
}

.style-one.testimonial-area .owl-dot:nth-child(2) {
    background: url(../images/home-1/testi-2.png) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center;
}

.style-one.testimonial-area .owl-dot:nth-child(3) {
    background: url(../images/home-1/testi-3.png) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center;
}

.style-one.testimonial-area .owl-dot:nth-child(4) {
    background: url(../images/home-1/testi-4.png) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center;
}

.style-one.testimonial-area .owl-dot:nth-child(4) {
    background: url(../images/home-1/testi-5.png) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center;
}

.style-one.testimonial-area .owl-dot.active {
    position: relative;
}

.style-one.testimonial-area .owl-dot.active::before {
    position: absolute;
    content: "";
    width: 120px;
    height: 120px;
    border-radius: 60px;
    border: 1px solid #59d98e;
    left: -5px;
    top: -6px;
    z-index: -1;
}

.style-one.testimonial-area .owl-prev {
    display: inline-block;
    position: absolute;
    left: -93px;
    top: 341px;
}

.style-one.testimonial-area .owl-prev::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-color: #59d98e;
    left: 0;
    top: 4px;
}

.style-one.testimonial-area .owl-next {
    display: inline-block;
    position: absolute;
    right: -93px;
    top: 341px;
}

.style-one.testimonial-area .owl-next::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-color: #59d98e;
    left: 0;
    top: 4px;
}

.style-one.testimonial-area .owl-prev i {
    display: inline-block;
    filter: drop-shadow(0px 10px 10px rgba(207, 218, 235, 0.2));
    font-size: 20px;
    transition: 0.5s;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    background-color: #0d1718;
    border: 1px solid #a6ecad;
    text-align: center;
    color: #fff;
}

.style-one.testimonial-area .owl-prev:hover:before {
    background-color: #0d1718;
}

.style-one.testimonial-area .owl-prev i:hover {
    background-color: #a6ecad;
    color: #0d1718;
}

.style-one.testimonial-area .owl-next i {
    display: inline-block;
    filter: drop-shadow(0px 10px 10px rgba(207, 218, 235, 0.2));
    font-size: 20px;
    transition: 0.5s;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    background-color: #0d1718;
    border: 1px solid #a6ecad;
    text-align: center;
    color: #fff;
    transition: 0.5s;
}

.style-one.testimonial-area .owl-next:hover:before {
    background-color: #0d1718;
}

.style-one.testimonial-area .owl-next i:hover {
    background-color: #a6ecad;
    color: #0d1718;
}

/*
<!-- =====================================-->
<!--ranklab testimonial Area Css style-two -->
<!-- =====================================-->*/

.testimonial-area.style-two {
    background-color: #d5f3d9;
    padding: 110px 0 130px;
}

.testimonial-area.style-two .section-title.text-center {
    margin-bottom: 55px;
}

.style-two .testi_single_box {
    border-radius: 20px;
    background-color: #ffffff;
    text-align: center;
    padding: 44px 25px 38px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.style-two .testi_single_box:hover .seo-hover-box {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.style-two .testi-quote-icon img {
    width: 10% !important;
    margin: 0 auto;
}

.style-two p.testi_des {
    font-size: 16px;
    line-height: 28px;
    color: #0d1718;
    margin: 34px 0 55px;
    position: relative;
    z-index: 1;
}

.style-two p.testi_des::before {
    position: absolute;
    content: "";
    width: 354px;
    height: 1px;
    background-color: rgb(122 122 122 / 20%);
    left: 0;
    bottom: -30px;
}

.style-two ul.testi_rating li {
    list-style: none;
    display: inline-block;
    color: #ffc600;
    font-size: 13px;
    letter-spacing: 5px;
}

.style-two .author-img {
    padding: 23px 0 16px;
}

.style-two h3.author-title {
    font-size: 20px;
    line-height: 28px;
    color: #0d1718;
    font-weight: 500;
}

.style-two .row.testi-box {
    padding: 0 50px 0 47px;
}

.style-two .author-img img {
    width: 20% !important;
    margin: 0 auto;
}

.testimonial-area.style-two .owl-dots {
    text-align: center;
    position: relative;
    top: 16px;
}

.testimonial-area.style-two .owl-dot.active {
    width: 7px;
    height: 7px;
    line-height: 7px;
    background-color: rgb(13 23 24 / 30%);
    border-radius: 8px;
}

.testimonial-area.style-two .owl-dot::before {
    position: absolute;
    content: "";
    width: 17px;
    height: 17px;
    border-radius: 8px;
    border: 1px dashed rgb(13 23 24 / 30%);
    left: -5px;
    top: -5px;
}

.testimonial-area.style-two .owl-dot {
    position: relative;
    width: 7px;
    height: 7px;
    line-height: 7px;
    background-color: #0d1718;
    border-radius: 8px;
    display: inline-block;
    margin: 0 12px;
    text-align: center;
}

/*
<!-- ==========================================-->
<!--ranklab testimonial Area Css style-three -->
<!-- =========================================-->*/

.testimonial-area.style-three {
    padding: 120px 0px 110px;
}

.testimonial-area.style-three .section-title h4 {
    width: 185px;
    height: 38px;
    padding-left: 0;
    margin: 0 auto;
    margin-bottom: 28px;
}

.testimonial-area.style-three .section-title h4::before {
    width: 185px;
    height: 38px;
}

.style-three .testi_single_box {
    padding: 25px 52px 38px 40px;
    position: relative;
    z-index: 1;
}

.style-three .testi_single_box:hover .seo-hover-box {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.style-three .testi_single_box.testi-1 {
    border-radius: 20px;
    background-color: #fff0de;
}

.style-three .testi_single_box.testi-2 {
    border-radius: 20px;
    background-color: #fff0de;
}

.style-three .testi_single_box.testi-2 {
    border-radius: 20px;
    background-color: #f6e6ff;
}

.style-three .testi-title h2 {
    font-size: 22px;
    color: #0d1718;
    font-weight: 500;
    margin-bottom: 12px;
}

.style-three p.testi_des {
    opacity: 0.702;
    font-size: 18px;
    line-height: 30px;
    color: #0d1718;
    font-style: italic;
    margin-bottom: 25px;
}

.style-three h3.author-title {
    font-size: 17px;
    line-height: 32px;
    color: #0d1718;
    font-weight: 500;
}

.style-three span.autor-desi {
    display: inline-block;
    opacity: 0.702;
    font-size: 16px;
    line-height: 26px;
    color: #0d1718;
    font-weight: 500;
}

.style-three .testi-autor-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.style-three .testi-autor {
    display: flex;
    align-items: center;
    gap: 20px;
}

.style-three .owl-nav {
    position: absolute;
    bottom: -120px;
    right: 0;
    left: 0;
    margin: 0 auto;
    display: flex;
    gap: 48px;
    width: 219px;
    height: 82px;
    border-radius: 41px;
    background-color: rgb(13 23 24 / 5%);
    text-align: center;
    padding: 16px 35px;
}

.style-three .owl-nav i {
    display: none;
}

.style-three .owl-next i {
    display: none;
}

.style-three .owl-next {
    position: relative;
    width: 49px;
    height: 49px;
    line-height: 49px;
    border-radius: 24px;
    background-color: rgb(13 23 24 / 10%);
    text-align: center;
}

.style-three .owl-next::before {
    position: absolute;
    content: "";
    background: url(../images/home-3/testi-prev.png) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center;
    width: 52px;
    height: 28px;
    display: inline-block;
    left: -80px;
    top: 11px;
    z-index: 1;
}

.style-three .owl-prev {
    position: relative;
    width: 49px;
    height: 49px;
    line-height: 49px;
    border-radius: 24px;
    background-color: #59d98e;
    text-align: center;
}

.style-three .owl-prev::before {
    position: absolute;
    content: "";
    background: url(../images/home-3/testi-prev.png) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center;
    width: 52px;
    height: 28px;
    display: inline-block;
    left: 80px;
    top: 11px;
    transform: rotate(180deg);
    z-index: 1;
}

/*
<!-- =====================================-->
<!--Ranklab blog Area Css style-one-->
<!-- =====================================-->*/

.blog-area.style-one {
   padding: 66px 0 60px;
  background-image: linear-gradient( 180deg, rgba(129, 107, 255, 0.21) 0%, rgb(255, 255, 255) 86%, rgb(255, 255, 255) 86%);
}

.style-one .single-blog-box {
    border-radius: 20px;
    background-color: #ffffff;
    border: 1px solid #59d98e;
    margin-bottom: 20px;
    transition: 0.5s;
}

.style-one .blog-section-btn {
    text-align: right;
}

.style-one .single-blog-thumb {
    position: relative;
    overflow: hidden;
}

.style-one .single-blog-thumb img {
    width: 100%;
    transition: 0.5s;
}

.style-one .single-blog-box:hover .single-blog-thumb img {
    transform: scale(1.1);
}

.style-one .blog-content {
    padding: 27px 32px 35px;
    border-top: 1px solid #59d98e;
}

.style-one .blog-content h3 {
    margin-bottom: 27px;
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 25px;
}

.style-one .blog-meta-top {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 30px;
    width: 350px;
    height: 70px;
    border-radius: 10px;
    background-color: #ffffff;
    margin: 0 auto;
    left: 0;
    right: 0;
    justify-content: space-between;
    padding-right: 35px;
}

.style-one .blog-date {
    width: 80px;
    height: 70px;
    border-radius: 10px;
    background-color: #59d98e;
    text-align: center;
}

.style-one .blog-date span {
    display: inline-block;
    opacity: 0.8;
    font-size: 16px;
    color: #ffffff;
    font-family: "Open Sans";
}

.style-one .blog-date h5 {
    font-size: 22px;
    line-height: 27px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Unbounded";
    text-align: center;
}

.style-one .blog-user h4 {
    font-size: 14px;
    line-height: 26px;
    color: #666666;
    font-weight: 400;
    font-family: "Open Sans";
    margin: 0;
}

.style-one .blog-user {
    display: inline-block;
    font-size: 16px;
    color: #59d98e;
    padding-right: 26px;
    position: relative;
}

.style-one .blog-user::before {
    position: absolute;
    content: "";
    opacity: 0.102;
    width: 1px;
    height: 30px;
    background-color: #0d1718;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.style-one .blog-comment span {
    display: inline-block;
    font-size: 16px;
    color: #59d98e;
}

.style-one .blog-comment h4 {
    font-size: 14px;
    line-height: 26px;
    color: #666666;
    font-weight: 400;
    font-family: "Open Sans";
    margin: 0;
}

.style-one .blog-content h3 a {
    display: inline-block;
    font-size: 22px;
    line-height: 32px;
    color: #0d1718;
    font-weight: 500;
    font-family: "Unbounded";
    text-align: center;
    transition: 0.5s;
}

.style-one .single-blog-box:hover .blog-content h3 a {
    color: #59d98e;
}

.style-one .blog-btn a {
    font-size: 14px;
    line-height: 18px;
    color: #0d1718;
    font-weight: 400;
    font-family: "Unbounded";
    display: flex;
    justify-content: space-between;
    transition: 0.5s;
}

.style-one .single-blog-box:hover .blog-btn a {
    color: #59d98e;
}

.style-one .blog-btn a i {
    display: inline-block;
    color: #0d1718;
    transform: rotate(-45deg);
    font-weight: 500;
    font-size: 18px;
    transition: 0.5s;
}

.style-one .single-blog-box:hover .blog-btn a i {
    color: #59d98e;
    transform: rotate(0deg);
}

/*
<!-- =====================================-->
<!--Ranklab blog Area Css style-two-->
<!-- =====================================-->*/

.blog-area.style-two {
    background-color: #e9faeb;
    padding: 110px 0 90px;
}

.blog-area.style-two .section-title {
    margin-bottom: 90px;
    position: relative;
    z-index: 1;
}

.blog-area.style-two .section-title::before {
    position: absolute;
    content: "";
    width: 1320px;
    height: 2px;
    border-radius: 1px;
    background-color: #a6ecad;
    left: 0;
    bottom: -42px;
}

.style-two .single-blog-box {
    border-radius: 10px;
    background-color: #ffffff;
    padding: 22px 25px 46px;
    transition: 0.5s;
    margin-bottom: 30px;
}

.style-two .single-blog-thumb {
    position: relative;
    overflow: hidden;
}

.style-two .single-blog-thumb::after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.style-two .single-blog-thumb:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.style-two .style-two .single-blog-thumb img {
    width: 100%;
}

.style-two .blog-content h3 {
    margin-top: 20px;
}

.style-two .blog-content h3 a {
    font-size: 20px;
    line-height: 60px;
    color: #0d1718;
    font-weight: 600;
}

.style-two .single-blog-box:hover .blog-content h3 a {
    color: #a6ecad;
}

.style-two .blog-content p {
    font-size: 16px;
    line-height: 28px;
    color: #0d1718;
    font-weight: 400;
    font-family: "Open Sans";
    margin-bottom: 35px;
}

.style-two .blog-btn a {
    display: flex;
    font-size: 14px;
    color: #0d1718;
    font-weight: 400;
    font-family: "Unbounded";
    justify-content: space-between;
    position: relative;
}

.style-two .single-blog-box:hover .blog-btn a {
    color: #a6ecad;
}

.style-two .blog-btn a::before {
    position: absolute;
    content: "";
    width: 350px;
    height: 1px;
    background-color: rgb(97 97 97 / 20%);
    bottom: -11px;
}

.style-two .blog-btn a i {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 17px;
    background-color: #e9faeb;
    text-align: center;
    transform: rotate(-45deg);
    color: #0d1718;
    font-size: 20px;
    font-weight: 600;
    transition: 0.5s;
}

.style-two .single-blog-box:hover .blog-btn a i {
    transform: rotate(0deg);
}

.style-two .owl-nav {
    position: absolute;
    top: -150px;
    right: 0;
    display: flex;
    gap: 25px;
}

.style-two .owl-prev {
    display: inline-block;
    width: 52px;
    height: 52px;
    line-height: 52px;
    background-color: #ffffff;
    border-radius: 30px;
    text-align: center;
    transition: 0.5s;
}

.style-two .owl-prev:hover {
    color: #fff;
    background-color: #0d1718;
}

.style-two .owl-prev i {
    display: inline-block;
    font-size: 20px;
}

.style-two .owl-next {
    display: inline-block;
    width: 52px;
    height: 52px;
    line-height: 52px;
    background-color: #ffffff;
    border-radius: 30px;
    text-align: center;
    transition: 0.5s;
}

.style-two .owl-next:hover {
    color: #fff;
    background-color: #0d1718;
}

.style-two .owl-next i {
    display: inline-block;
    font-size: 20px;
}

/*
<!-- =====================================-->
<!--Ranklab blog Area Css style-three -->
<!-- =====================================-->*/

.blog-area.style-three {
    padding: 120px 0 150px;
    background: linear-gradient(to top, #fff, #f3f5f4, #fff);
}

.blog-area.style-three .section-title h4 {
    width: 187px;
    height: 38px;
}

.blog-area.style-three .section-title {
    margin-bottom: 55px;
}

.blog-area.style-three .section-title h4::before {
    width: 187px;
    height: 38px;
}

.blog-btn.style-three {
    text-align: right;
}

.blog-area.style-three .section-btn a {
    padding: 16px 35px;
}

.blog-area.style-three .section-btn a::before {
    width: 171px;
    height: 50px;
}

.style-three .single-blog-thumb {
    position: relative;
    overflow: hidden;
}

.style-three .single-blog-thumb::after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.style-three .single-blog-thumb:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.style-three .single-blog-thumb img {
    max-width: 100%;
}

.style-three .blog-meta-date {
    position: absolute;
    bottom: 24px;
    left: 20px;
}

.style-three .blog-meta-date span {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    color: #0d1718;
    font-weight: 400;
    font-family: "Unbounded";
    border-radius: 20px;
    background-color: #ffffff;
    padding: 6px 24px;
}

.style-three .single-blog-box {
    border-radius: 15px;
    background-color: #ffffff;
    margin-bottom: 20px;
    transition: 0.5s;
}

.style-three .blog-content {
    padding: 12px 30px 42px;
}

.style-three .blog-content h3 {
    margin-top: 12px;
    margin-bottom: 18px;
}

.style-three .blog-meta-top h5,
.blog-meta-top h6 {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    color: #0d1718;
    font-weight: 400;
    font-family: "Unbounded";
}

.style-three .blog-meta-top h6 {
    margin-left: 5px;
}

.style-three .blog-content h3 a {
    display: inline-block;
    font-size: 21px;
    line-height: 32px;
    color: #0d1718;
    font-weight: 500;
    font-family: "Unbounded";
    transition: 0.5s;
}

.style-three .single-blog-box:hover .blog-content h3 a {
    color: #59d98e;
}

.style-three .blog-button a {
    display: inline-block;
    font-size: 15px;
    color: #0d1718;
    font-weight: 400;
    font-family: "Unbounded";
    transition: 0.5s;
}

.style-three .single-blog-box:hover .blog-button a {
    color: #59d98e;
}

.style-three .blog-button a i {
    display: inline-block;
    margin-left: 20px;
    transform: rotate(-45deg);
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 24px;
    background-color: rgba(17, 30, 31, 0);
    border: 1px solid rgba(43, 43, 43, 0.26);
    text-align: center;
    transition: 0.5s;
}

.style-three .single-blog-box:hover .blog-button a i {
    background-color: #59d98e;
    color: #fff;
    transform: rotate(0deg);
}

/* blog dot */

.blog-area.style-three .owl-dots {
    text-align: center;
    position: relative;
    top: 32px;
}

.blog-area.style-three .owl-dot.active {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #6cdc9a;
}

.blog-area.style-three .owl-dot {
    position: relative;
    width: 10px;
    height: 10px;
    background-color: rgb(13 23 24 / 20%);
    border-radius: 8px;
    display: inline-block;
    margin: 0 5px;
    text-align: center;
}

/*
<!-- =====================================-->
<!--Ranklab Footer Area Css style-one -->
<!-- =====================================-->*/

.footer-area.style-one {
    padding: 122px 0 0;
    background: #0d1718;
}

.style-one .footer-desc p {
    width: 76%;
    margin: 35px 0 32px;
    font-size: 16px;
    line-height: 26px;
    color: #e7e7e7;
    font-weight: 400;
    font-family: "Open Sans";
}

.style-one .footer-social-icon ul li {
    display: inline-block;
    margin: 3px;
}

.style-one .footer-social-icon ul li a {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 22px;
    background-color: rgb(89 217 142 / 15%);
    color: #59d98e;
    text-align: center;
    position: relative;
    z-index: 1;
}

.style-one .footer-social-icon ul li a::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #59d98e;
    border-radius: 100%;
    margin: auto;
    z-index: -1;
    transition: 0.5s;
}

.style-one .footer-social-icon ul li a:hover::before {
    width: 100%;
}

.style-one .footer-social-icon ul li a:hover {
    color: #fff;
}

.style-one .footer-title h4 {
    font-size: 22px;
    line-height: 32px;
    color: #ffffff;
    font-weight: 500;
    margin: 12px 0 28px;
}

.style-one .footer-list-item ul li a {
    display: inline-block;
    font-size: 16px;
    line-height: 32px;
    transition: 0.5s;
    color: #e7e7e7;
    font-family: "Open Sans";
}

.style-one .footer-list-item ul li a:hover {
    color: #59d98e;
}

.style-one .subscribe-form {
    margin-top: 37px;
    position: relative;
}

.style-one .subscribe-form input {
    width: 100%;
    padding: 20px;
    outline: 0;
    color: #fff;
    position: relative;
    height: 60px;
    border-radius: 20px;
    background-color: #0d1718;
    border: 1px solid rgb(231 231 231 / 10%);
}

.style-one .subscribe-form input::placeholder {
    font-size: 16px;
    line-height: 26px;
    color: rgb(231 231 231 / 25%);
    font-weight: 400;
    font-family: "Open Sans";
}

.style-one .subscribe-form span {
    display: inline-block;
    position: absolute;
    right: 32px;
    top: 15px;
    font-size: 20px;
}

.style-one .footer-subscribe-box p {
    margin-top: 24px;
    font-size: 16px;
    line-height: 26px;
    color: #e7e7e7;
}

.style-one .footer-bottom-content p {
    margin: 0;
    font-size: 16px;
    line-height: 26px;
    color: #e7e7e7;
}

.style-one .footer-bottom-content p span {
    display: inline-block;
    color: #59d98e;
}

span#year {
    font-size: 16px;
    line-height: 26px;
    color: #e7e7e7;
}

.style-one .row.footer-line {
    border-top: 1px solid rgb(231 231 231 / 10%);
    padding: 26px 0;
    margin: 110px 0 0;
}

.style-one .footer-bottom-list {
    text-align: right;
}

.style-one .footer-bottom-list ul li {
    display: inline-block;
    margin-left: 50px;
}

.style-one .footer-bottom-list ul li a {
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    color: #e7e7e7;
    font-weight: 400;
    transition: 0.5s;
}

.style-one .footer-bottom-list ul li a:hover {
    color: #59d98e;
}

/*
<!-- =====================================-->
<!--Ranklab Footer Area Css style-two -->
<!-- =====================================-->*/

.footer-area.style-two {
    padding: 120px 0 0px;
    background: #0d1718;
}

.footer-desc p {
    font-size: 16px;
    line-height: 26px;
    color: rgb(255 255 255 / 50%);
    margin: 35px 0 32px;
}

.footer-input-title h2 {
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 25px;
}

.input-form-box input {
    background: transparent;
    border: 0;
    outline: 0;
    color: #fff;
}

.input-form-box span {
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
    color: #666666;
}

.input-form-box>i {
    display: inline-block;
    text-align: right;
    float: right;
    color: #fff;
    font-size: 24px;
}

.input-form-box input::placeholder {
    opacity: 0.4;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Open Sans";
}

.input-form-box>p {
    opacity: 0.4;
    font-size: 15px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Open Sans";
    margin-top: 22px;
}

.input-form-box>p input {
    margin-right: 15px;
}

.footer-input-box {
    position: relative;
}

.footer-input-box::before {
    position: absolute;
    content: "";
    width: 424px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.10196078431372549);
    bottom: 34px;
}

.footer-item-menu {
    display: flex;
    justify-content: space-between;
    text-align: left;
    padding: 0 113px 0 50px;
}

.footer-title h3 {
    font-size: 26px;
    line-height: 42px;
    color: #ffffff;
    font-weight: 400;
    padding-left: 50px;
    margin-bottom: 32px;
    margin-top: 0;
}

.footer-list-item ul li a {
    display: inline-block;
    font-size: 18px;
    color: #ffffff;
    font-family: "Open Sans";
    transition: 0.5s;
    position: relative;
    z-index: 1;
}

.footer-list-item ul li a::before {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 0%;
    height: 1px;
    background: #59d98e;
    content: "";
    z-index: -1;
    opacity: 0;
    transition: 0.5s;
}

.footer-list-item ul li a:hover::before {
    width: 100%;
    opacity: 1;
    right: 50%;
}

.footer-list-item ul li a:hover {
    color: #59d98e;
}

.footer-list-item ul li {
    margin-bottom: 10px;
}

.footer-title h4 {
    font-size: 26px;
    line-height: 42px;
    color: #ffffff;
    font-weight: 400;
    margin: 0 0 40px;
}

.footer-gallery-thumb ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
}

.footer-gallery-thumb ul li {
    overflow: hidden;
}

.footer-gallery-thumb ul li img {
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: 0.5s;
}

.footer-gallery-thumb ul li img:hover {
    transform: scale(1.1);
}

.footer-bottom-content p {
    opacity: 0.502;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Open Sans";
}

.row.footer-line {
    border-top: 1px solid rgba(255, 255, 255, 0.10196078431372549);
    margin-top: 105px;
    padding: 25px 0 10px;
}

.footer-social-icon ul li {
    display: inline-block;
    margin: 3px;
}

.footer-social-icon ul li a {
    display: inline-block;
    font-size: 14px;
    color: rgb(255 255 255 / 50%);
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 18px;
    background-color: rgba(234, 247, 243, 0);
    border: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
    position: relative;
    z-index: 1;
}

.footer-social-icon ul li a::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #59d98e;
    border-radius: 100%;
    margin: auto;
    z-index: -1;
    transition: 0.5s;
}

.footer-social-icon ul li a:hover::before {
    width: 100%;
}

.footer-social-icon ul li a:hover {
    color: #fff;
}

.style-two .footer-social-icon {
    text-align: right;
}

/*---=====================================================
   <!--Ranklab business plan area Css -->
=========================================================---*/

.business-plan-area.style-two {
    background-color: #e9faeb;
    padding: 110px 0 90px;
}

.business-plan-area.style-two .section-title.text-center {
    margin-bottom: 48px;
}

.style-two .single-business-plan-box {
    padding: 31px 90px;
    position: relative;
    z-index: 1;
}

.style-two .single-business-plan-box:hover .seo-hover-box {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.style-two .row.plan-box {
    background: #fff;
    border-radius: 15px;
    margin-bottom: 30px;
}

.style-two .business-plan-thumb {
    position: relative;
    overflow: hidden;
}

.style-two .business-plan-thumb img {
    width: 100%;
}

.style-two .business-plan-thumb::after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.style-two .business-plan-thumb:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.style-two h3.business-plan-title {
    font-size: 24px;
    color: #0d1718;
    font-weight: 600;
    margin-bottom: 10px;
}

.style-two .business-plan-content p {
    font-size: 16px;
    line-height: 28px;
    color: #0d1718;
    font-weight: 400;
    margin-bottom: 25px;
}

.style-two .plan-list-iteam ul li {
    font-size: 16px;
    color: #0d1718;
    font-weight: 400;
    font-family: "Open Sans";
    margin-bottom: 15px;
    padding-left: 25px;
    position: relative;
}

.style-two .plan-list-iteam ul li::before {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 3px;
    background-color: #a6ecad;
    left: 0;
    top: 9px;
}

.style-two .plan-list-iteam ul li::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 7px;
    border: 1px dashed #a6ecad;
    left: -4px;
    top: 5px;
}

/*---=====================================================
   <!-- Ranklab contact Area Css -->
=========================================================---*/

.contact-area.style-two {
    position: relative;
}

.style-two .contact-thumb {
    position: absolute;
    left: 0;
}

.style-two .contact-shape {
    position: absolute;
    right: 0;
    top: 110px;
    z-index: -1;
}

.style-two .contact-form {
    padding: 100px 40px 120px;
    border-left: 1px solid rgba(13, 23, 24, 0.1);
    border-right: 1px solid rgba(13, 23, 24, 0.1);
    border-top: 10px solid #a6ecad;
}

.style-two .contact-form-title h2 {
    font-size: 32px;
    color: #0d1718;
    font-weight: 600;
    margin-bottom: 40px;
}

.style-two .form_box input {
    border: 0;
    border-bottom: 1px solid rgba(97, 97, 97, 0.30196078431372547);
    width: 100%;
    padding-bottom: 9px;
    outline: 0;
    margin-bottom: 45px;
    background: transparent;
    font-family: "DM Sans";
}

.style-two .form_box input::placeholder {
    font-size: 16px;
    line-height: 30px;
    color: rgb(97 97 97 / 60%);
    font-weight: 400;
    font-family: "DM Sans";
}

.style-two .form_box textarea {
    border: 0;
    border-bottom: 1px solid rgba(97, 97, 97, 0.30196078431372547);
    width: 100%;
    padding-bottom: 75px;
    outline: 0;
    margin-bottom: 38px;
    background: transparent;
}

.style-two .form_box textarea::placeholder {
    font-size: 16px;
    line-height: 30px;
    color: rgb(97 97 97 / 60%);
    font-weight: 400;
    font-family: "DM Sans";
}

.style-two .submit_button {
    display: inline-block;
}

.style-two .submit_button button {
    font-size: 14px;
    line-height: 18px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Unbounded";
    border-radius: 25px;
    background-color: #0d1718;
    border: 1px solid #a6ecad;
    padding: 15px 34px;
    position: relative;
    margin-right: -5px;
    transition: 0.5s;
}

.style-two .submit_button button:hover {
    background: #a6ecad;
    color: #0d1718;
}

.style-two .submit_button button::before {
    position: absolute;
    content: "";
    width: 216px;
    height: 50px;
    border-radius: 25px;
    background-color: #a6ecad;
    top: 3px;
    left: 0;
    z-index: -1;
    transition: 0.5s;
}

.style-two .submit_button button:hover:before {
    background: #0d1718;
}

.style-two .section-arrow-btn {
    display: inline-block;
}

.style-two .section-arrow-btn a {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    background-color: #0d1718;
    color: #fff;
    border: 1px solid #a6ecad;
    text-align: center;
    position: relative;
    transition: 0.5s;
}

.style-two .section-arrow-btn a:hover {
    background: #a6ecad;
}

.style-two .section-arrow-btn a i {
    display: inline-block;
    transform: rotate(-45deg);
    transition: 0.5s;
}

.style-two .section-arrow-btn a:hover i {
    transform: rotate(0deg);
    color: #fff;
}

.style-two .section-arrow-btn a::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-color: #59d98e;
    top: 4px;
    left: 0;
    z-index: -1;
    transition: 0.5s;
}

.style-two .section-arrow-btn a:hover:before {
    background: #0d1718;
}

/*---=====================================================
   <!--ranklab call to action area css style-one -->
=========================================================---*/

.call-to-action-area.style-one {
    padding: 50px 0;
    background: url(../images/home-2/call-to-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.style-one .call-to-action-content {
    display: flex;
    align-items: center;
    gap: 49px;
}

.style-one .call-to-icon {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 40px 40px 0 40px;
    background-color: rgb(45 55 56);
    text-align: center;
    position: relative;
}

.style-one .call-to-icon::before {
    position: absolute;
    content: "";
    width: 102px;
    height: 102px;
    line-height: 102px;
    border: 1px dashed rgb(13, 23, 24, 0.5);
    left: -10px;
    top: -10px;
    border-radius: 50px 50px 0 50px;
}

.style-one .call-to-title {
    display: inline-block;
}

.style-one .call-to-title h2 {
    font-size: 32px;
    color: rgb(13, 23, 24);
}

.style-one .call-to-section-btn {
    text-align: right;
}

.style-one .call-to-btn {
    display: inline-block;
    position: relative;
}

.style-one .call-to-btn::before {
    position: absolute;
    content: "";
    width: 215px;
    height: 50px;
    border-radius: 25px;
    background-color: #fff;
    top: 4px;
    left: 0px;
    transition: 0.5s;
}

.style-one .call-to-btn:hover::before {
    background-color: #0d1718;
}

.style-one .call-to-btn a {
    display: inline-block;
    font-size: 14px;
    background-color: #0d1718;
    color: #fff;
    padding: 12px 34px;
    border-radius: 30px;
    font-family: "Unbounded";
    position: relative;
    transition: 0.5s;
}

.style-one .call-to-btn a:hover {
    background-color: #fff;
    color: #0d1718;
}

.style-one .call-to-arrow-btn {
    display: inline-block;
    position: relative;
}

.style-one .call-to-arrow-btn::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    background-color: #fff;
    left: -1px;
    top: 4px;
}

.style-one .call-to-arrow-btn:hover::before {
    background-color: #0d1718;
}

.style-one .call-to-arrow-btn a {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    background-color: #0d1718;
    color: #fff;
    text-align: center;
    position: relative;
    transition: 0.5s;
    transform: rotate(-45deg);
}

.style-one .call-to-arrow-btn a:hover {
    background-color: #fff;
    color: #0d1718;
}

/*---=====================================================
   <!--ranklab call to action area css style-two -->
=========================================================---*/

.call-to-action-area.style-two {
    background: url(../images/home-3/call-to-bg2.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 50px 0 58px;
}

.style-two .call-to-thumb {
    position: absolute;
    top: -108px;
}

.style-two .call-to-action-title h5 {
    font-size: 32px;
    line-height: 42px;
    color: #0d1718;
    font-weight: 500;
}

.style-two .call-info-btn {
    display: flex;
    align-items: center;
    gap: 20px;
}

.style-two .call-info-content h5 {
    font-size: 16px;
    color: #0d1718;
    font-weight: 500;
    margin: 0;
    line-height: 1;
}

.style-two .call-info-content h4 {
    font-size: 24px;
    line-height: 42px;
    color: #0d1718;
    font-weight: 600;
    font-family: "Open Sans";
    margin: 0;
}

/*---=====================================================
   <!-- ranklab seo marketing Area Css-->
=========================================================---*/

.seo-marketing-area {
    background-color: #0d1718;
    padding: 120px 0 95px;
}

.marketing-thumb {
    margin-left: -70px;
    position: relative;
}

.row.marketing-wraper {
    border-radius: 15px;
    background-color: #ebf4f9;
    padding: 50px 40px 30px;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
}

.row.marketing-wraper:hover .seo-hover-box {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.row.marketing-wraper.box-2 {
    background-color: #e9faeb;
}

.row.marketing-wraper.box-3 {
    background-color: #f6f1f7;
}

.marketing-arrow-icon {
    width: 66px;
    height: 66px;
    line-height: 66px;
    border-radius: 33px;
    background-color: #ffffff;
    text-align: center;
    position: relative;
    z-index: 1;
    transition: 0.5s;
}

.marketing-arrow-icon::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #a6ecad;
    border-radius: 100%;
    margin: auto;
    z-index: -1;
    transition: 0.5s;
}

.row.marketing-wraper:hover .marketing-arrow-icon::before {
    width: 100%;
}

.row.marketing-wraper.box-2 .marketing-arrow-icon {
    background-color: #fff;
}

.marketing-arrow-icon a {
    display: inline-block;
    color: #0d1718;
    font-size: 35px;
    transform: rotate(-45deg);
    transition: 0.5s;
}

.marketing-title h2 {
    font-size: 24px;
    line-height: 36px;
    color: #0d1718;
    font-weight: 500;
    margin-top: 32px;
}

.marketing-content-text h5 a {
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #0d1718;
    font-weight: 500;
    font-family: "Open Sans";
    border: 1px solid rgb(30 30 30 / 10%);
    border-radius: 20px;
    padding: 4px 33px;
    position: relative;
    margin: 0;
}

.row.marketing-wraper:hover:hover .marketing-content-text h5 a {
    background-color: #a6ecad;
}

.marketing-content-text h5 a::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #0d1718;
    left: 18px;
    top: 16px;
}

.marketing-content-text p {
    font-size: 16px;
    line-height: 28px;
    color: #0d1718;
    margin-top: 32px;
}

/*---=====================================================
   <!--ranklab mission vision Area css-->
=========================================================---*/

.mission-vision-area.style-one {
    position: relative;
    padding: 0 0 115px;
}

.mission-vision-area.style-one .section-title h4 {
    width: 259px;
    height: 38px;
    padding-left: 0;
    margin: 0 auto;
    margin-bottom: 28px;
}

.mission-vision-area.style-one .section-title h4::before {
    width: 259px;
    height: 38px;
}

.style-one .single-value-box {
    position: relative;
}

.style-one .value-content {
    position: absolute;
    bottom: 55px;
    left: 90px;
}

.style-one .value-content h5 {
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
}

.style-one .value-content h2 {
    font-size: 30px;
    line-height: 40px;
    color: #ffffff;
    font-weight: 500;
}

.style-one .value-content h2 a {
    display: inline-block;
    transition: 0.5s;
}

.style-one .value-content h2 a:hover {
    color: #59d98e;
}

.style-one .value-btn {
    margin-top: 35px;
}

.mission-vision-area.style-one .section-btn a {
    padding: 15px 38px;
}

.mission-vision-area.style-one .section-btn a::before {
    width: 162px;
    height: 50px;
    top: 2px;
    left: 1px;
}

.mission-vision-area.style-one .section-arrow-btn::before {
    top: 3px;
    left: 0;
}

.style-one .single-mission-box {
    border-radius: 15px;
    background-color: #132548;
    padding: 33px 40px 55px;
    margin-bottom: 30px;
}

.style-one .mission-content h5 {
    font-size: 15px;
    color: #ff8b00;
    font-weight: 500;
}

.style-one .mission-content h2 {
    font-size: 22px;
    line-height: 32px;
    color: #0d1718;
    margin: 0;
}

.style-one .mission-content h2 a {
    display: inline-block;
    transition: 0.5s;
    font-weight: 500;
    font-family: "Unbounded", sans-serif;
}

.style-one .mission-content h2 a:hover {
    color: #ff8b00;
}

.style-one .mission-content p {
    opacity: 0.702;
    font-size: 16px;
    line-height: 26px;
    color: #0d1718;
    margin: 10px 0 18px;
}

.style-one .mission-btn a {
    display: inline-block;
    font-size: 14px;
    text-decoration: underline;
    color: #0d1718;
    font-weight: 400;
    font-family: "Unbounded";
    transition: 0.5s;
}

.style-one .mission-btn a:hover {
    color: #ff8b00;
}

.style-one .mission-btn a i {
    display: inline-block;
    margin-left: 10px;
    transform: rotate(-45deg);
    font-size: 16px;
    font-weight: 800;
    color: #0d1718;
    transition: 0.5s;
}

.style-one .mission-btn a:hover i {
    color: #ff8b00;
    transform: rotate(0deg);
}

/* vission box */

.style-one .single-vission-box {
    border-radius: 15px;
    background-color: #f6e6ff;
    padding: 33px 40px 55px;
}

.style-one .vission-content h5 {
    font-size: 15px;
    color: #a401ff;
    font-weight: 500;
}

.style-one .vission-content h2 {
    font-size: 22px;
    line-height: 32px;
    color: #0d1718;
    font-weight: 500;
    margin: 0;
}

.style-one .vission-content h2 a {
    display: inline-block;
    transition: 0.5s;
    font-weight: 500;
    font-family: "Unbounded", sans-serif;
}

.style-one .vission-content h2 a:hover {
    color: #a401ff;
}

.style-one .vission-content p {
    opacity: 0.702;
    font-size: 16px;
    line-height: 26px;
    color: #0d1718;
    margin: 10px 0 18px;
}

.style-one .vission-btn a {
    display: inline-block;
    font-size: 14px;
    text-decoration: underline;
    color: #0d1718;
    font-weight: 400;
    font-family: "Unbounded";
    transition: 0.5s;
}

.style-one .vission-btn a:hover {
    color: #a401ff;
}

.style-one .vission-btn a i {
    display: inline-block;
    margin-left: 10px;
    transform: rotate(-45deg);
    font-size: 16px;
    font-weight: 800;
    color: #0d1718;
    transition: 0.5s;
}

.style-one .vission-btn a:hover i {
    color: #a401ff;
    transform: rotate(0deg);
}

.style-one .mission-shape1 {
    position: absolute;
    top: 0;
    left: 100px;
    animation: rotateme 18s linear infinite;
}

.style-one .mission-shape2 {
    position: absolute;
    top: 0;
    right: 115px;
    animation: moveLeftBounce 3s linear infinite;
}

/*---=====================================================
   <!--ranklab case study Area css -->
=========================================================---*/

.case-study-area {
    border-radius: 40px;
    background-color: #0d1718;
    margin: 0 20px 0 42px;
    padding: 120px 20px 100px;
    position: relative;
}

.tab_content {
    display: none;
    -webkit-animation: fadeInUp 1s ease-in;
    animation: fadeInUp 1s ease-in;
}

.tab_content.active {
    display: block;
}

.case-study-area .section-title {
    position: relative;
    z-index: 1;
    margin-bottom: 40px;
}

.case-study-area .section-title h4 {
    width: 190px;
    height: 38px;
}

.case-study-area .section-title h4::before {
    padding-left: 20px;
    margin-bottom: 28px;
    width: 188px;
    height: 38px;
    top: 3px;
}

.case-study-area .section-title h2 {
    color: #fff;
}

.case-study-single-box {
    margin-bottom: 30px;
}

ul.menu-filtering {
    width: 726px;
    height: 70px;
    border-radius: 35px;
    background-color: #111e1f;
    padding: 10px 8px 0;
    margin-bottom: 62px;
}

.case_study_menu ul li {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    font-family: "Open Sans";
    text-align: center;
    border-radius: 25px;
    background-color: rgba(26, 45, 46, 0);
    border: 1px solid rgba(255, 255, 255, 0.14);
    padding: 12px 24px;
    cursor: pointer;
    margin: 0 3px;
}

li.current_menu_item {
    color: #0d1718 !important;
    background: #59d98e !important;
}

.case-study-thumb {
    overflow: hidden;
    position: relative;
}

.case-study-thumb::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 100%;
    width: 0;
    background: rgba(0, 0, 0, 0) linear-gradient( to bottom, rgba(60, 52, 173, 0.3) 0%, rgba(89, 217, 142) 150%) repeat scroll 0 0;
    border-radius: 20px;
    transition: all 0.35s ease-in-out;
}

.case-study-single-box:hover .case-study-thumb::before {
    width: 100%;
}

.case-study-thumb img {
    width: 100%;
}

.case-study-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.case-study-title h5 {
    color: #fff;
    font-size: 16px;
    margin-top: 14px;
    opacity: 0.6;
    font-weight: 400;
    font-family: "Open Sans";
}

.case-study-title h1 {
    margin: 0;
    line-height: 12px;
}

.case-study-title h1 a {
    color: #fff;
    margin: 0;
    font-size: 22px;
    transition: 0.5s;
    font-family: "Unbounded", sans-serif;
}

.case-study-single-box:hover .case-study-title h1 a {
    color: #59d98e;
}

.case-arrow-icon {
    position: relative;
    top: 12px;
}

.case-arrow-icon a {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    background-color: #59d98e;
    text-align: center;
    transform: rotate(-45deg);
    position: relative;
    z-index: 1;
}

.case-arrow-icon a::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    border-radius: 100%;
    margin: auto;
    z-index: -1;
    transition: 0.5s;
}

.case-arrow-icon a:hover::before {
    width: 100%;
}

.case-shape {
    position: absolute;
    top: 160px;
    right: 530px;
    animation: rotateme 18s linear infinite;
}

/*---=====================================================
   <!--Ranklab Breadcumb Area Css -->
=========================================================---*/

.breadcumb-area {
    background: url(../images/inner-images/breadcumb.png);
    background-repeat: repeat;
    background-size: auto;
  padding: 55px 0 25px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0;
  position: relative;
}

.breadcumb-content {
    text-align: center;
}

.breadcumb-content h4 {
    font-size: 37px;
    color: #0d1718;
    font-weight: 600;
    text-align: center;
    margin-bottom: 11px;
}

.breadcumb-content ul li {
    display: inline-block;
    color: #0d1718;
    font-size: 15px;
    font-weight: 600;
    margin: 0 4px;
}

.breadcumb-content ul li span {
    display: inline-block;
    font-size: 20px;
    color: #59d98e;
    font-weight: 600;
}

.breadcumb-content ul li a {
    display: inline-block;
    cursor: pointer;
    font-size: 20px;
    color: #0d1718;
    font-weight: 600;
}

/*---=====================================================
   <!--Ranklab Project Area Css inner style-->
=========================================================---*/

.inner-style.project-area {
    background: #f3f8fc;
    padding: 119px 0 95px;
}

.inner-style.project-area .section-title.center {
    margin-bottom: 56px;
}

.inner-style .single-project-box {
    margin-bottom: 28px;
}

.inner-style .project-thumb img {
    width: 100%;
}

.inner-style .project-content {
    background: #fff;
    padding: 30px 34px 28px;
    width: 88%;
    border-left: 5px solid #0c5adb;
    position: relative;
    margin-top: -38px;
    transition: 0.5s;
    border-radius: 3px;
    height: 117px;
}

.inner-style .single-project-box:hover .project-content {
    background: #001819;
    height: 159px;
    margin-top: -83px;
}

.inner-style .project-content h4 {
    font-size: 18px;
    margin: 0 0 12px;
    transition: 0.5s;
    color: #0c5adb;
    font-weight: 600;
    font-family: "Rajdhani";
}

.inner-style .single-project-box:hover .project-content h4 {
    color: #0c5adb;
}

.inner-style .project-content a {
    display: inline-block;
    color: #001819;
    font-size: 24px;
    font-weight: 700;
    transition: 0.5s;
    font-family: "Rajdhani";
}

.inner-style .project-content a:hover {
    color: #0c5adb !important;
}

.inner-style .single-project-box:hover .project-content a {
    color: #fff;
}

.inner-style a.project-button {
    font-size: 17px !important;
    display: inherit;
    color: #fff;
    font-weight: 500;
    margin-top: 9px;
    display: none;
    transition: 0.5s;
}

.inner-style a.project-button:hover {
    color: #0c5adb !important;
}

.inner-style .single-project-box:hover a.project-button {
    display: block;
}

.inner-style a.project-button i {
    display: inline-block;
    color: #fff;
    font-size: 22px;
    position: relative;
    top: 3px;
    transition: 0.5s;
}

.inner-style a.project-button:hover i {
    color: #0c5adb !important;
}

.inner-style .project-shape {
    position: absolute;
    right: 14px;
    bottom: 22px;
    display: none;
    transition: 0.5s;
}

.inner-style .single-project-box:hover .project-shape {
    display: block;
}

/*sidber contact*/

.widget-sidber-contact-box {
    background: url(../images/inner-images/sidber-contact.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 5px;
    padding: 48px 43px 48px;
}

p.widget-sidber-contact-text {
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    margin: 0;
    padding: 25px 0 13px;
}

h3.widget-sidber-contact-number {
    font-size: 24px;
    color: #ffffff;
    font-weight: 600;
    margin: 0 0 14px;
}

span.widget-sidber-contact-gmail {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    margin: 0;
}

span.widget-sidber-contact-gmail i {
    display: inline-block;
    font-size: 17px;
    color: #0c5adb;
    position: relative;
    top: 2px;
    margin-right: 6px;
}

.widget-sidber-contact-btn a {
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    text-decoration: none;
    background: #0c5adb;
    padding: 16px 98px 15px;
    border-radius: 5px;
    margin-top: 55px;
    transition: 0.5s;
    border: 2px solid #0c5adb;
}

.widget-sidber-contact-btn a:hover {
    background: transparent;
    color: #0c5adb;
}

.widget-sidber-contact-btn a i {
    display: inline-block;
    font-size: 18px;
    position: relative;
    top: 2px;
    margin-left: 3px;
}

/*---=====================================================
   <!--Ranklab Services Details Area Css-->
=========================================================---*/

.services-details-area {
    padding: 122px 0 121px;
}

.services-details-thumb img {
    width: 100%;
}

.services-details-content {
    padding-top: 18px;
}

h4.services-details-title {
    font-size: 36px;
    margin-bottom: 10px;
}

p.services-details-desc {
    font-size: 17px;
    margin-top: 24px;
}

.service-details-icon-box {
    display: flex;
    background: #f6f6ee;
    padding: 32px 27px 18px;
    gap: 28px;
    margin-top: 27px;
}

.service-details-box-content h4 {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 11px;
}

.services-details-text {
    background: #0c5adb;
    display: flex;
    align-items: center;
    padding: 32px 39px;
    gap: 65px;
    border-radius: 5px;
    margin-top: 55px;
    margin-bottom: 41px;
}

.service-details-text-icon {
    position: relative;
}

.service-details-text-icon:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 49px;
    right: -29px;
    top: 1px;
    background: #f6f6ee61;
}

.service-details-text-content p {
    font-size: 22px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    font-style: italic;
    width: 90%;
    margin: 0;
}

.services-details-area .single-benifits-box {
    margin-top: 22px;
}

.services-details-area .benifits-thumb img {
    width: 100%;
}

.services-details-area .benifits-content {
    border-radius: 5px;
    filter: drop-shadow(0px 5px 30px rgba(117, 117, 117, 0.1));
    background-color: #ffffff;
    padding: 30px 31px 23px;
    width: 92%;
    margin: auto;
    margin-top: -28px;
}

.services-details-area .benifits-content h4 {
    font-size: 22px;
    margin: 0;
    margin-bottom: 14px;
    font-weight: 600;
    color: #001819;
}

.services-details-area .benifits-content ul li {
    line-height: 32px;
}

.services-details-area .benifits-content ul li i {
    display: inline-block;
    color: #0c5adb;
    font-size: 18px;
    position: relative;
    top: 2px;
    margin-right: 8px;
}

/*widget-sidber css*/

.widget-sidber {
    border-radius: 5px;
    background-color: #c8edd7;
    padding: 32px 41px 29px;
    margin-bottom: 27px;
}

.widget-sidber-content h4 {
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 46px;
    position: relative;
}

.widget-sidber-content h4:before {
    position: absolute;
    content: "";
    width: 29px;
    height: 2px;
    left: 0;
    bottom: -8px;
    background: #59d98e;
}

.widget-category ul li img {
    margin-right: 12px;
    transition: 0.5s;
}

.widget-category ul li a:hover img {
    filter: brightness(0) invert(1);
}

.widget-category ul li a {
    background: #ffff;
    padding: 14px 26px;
    width: 100%;
    display: inline-block;
    margin-bottom: 14px;
    color: #001819;
    font-weight: 500;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
}

.widget-category ul li a:hover {
    color: #fff;
}

.widget-category ul li a:before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    background: #59d98e;
    z-index: -1;
    border-radius: 5px;
    transition: 0.5s;
}

.widget-category ul li a:hover:before {
    width: 100%;
    left: 0;
}

.widget-category ul li i {
    color: black;
    display: inline-block;
    float: right;
    font-size: 17px;
    opacity: 0;
    transition: 0.5s;
}

.widget-category ul li a:hover i {
    opacity: 1;
    color: #fff;
}

.widget-sidber-download-button a {
    display: inline-block;
    background: #00181a;
    width: 100%;
    color: #fff;
    padding: 15px 23px;
    border-radius: 5px;
    margin-bottom: 18px;
}

.widget-sidber-download-button a.active {
    background: #0c5adb;
}

.widget-sidber-download-button i {
    color: #0c5adb;
    display: inline-block;
    font-size: 22px;
    margin-right: 9px;
    position: relative;
    top: 3px;
}

.widget-sidber-download-button a.active i {
    color: #fff;
}

.widget-sidber-download-button span i {
    float: right;
    display: inline-block;
    font-size: 16px;
}

.widget-sidber-download-button a.active span i {
    color: #fff;
}

/*---=====================================================
   <!--Ranklab Blog Details Area Css-->
=========================================================---*/

.blog-details-area {
    padding: 119px 0 119px;
}

.blog-details-thumb {
    overflow: hidden;
}

.blog-details-thumb img {
    width: 100%;
    transition: 0.5s;
}

.blog-details-thumb img:hover {
    transform: scale(1.2) skew(-10deg);
}

.blog-details-content {
    padding: 30px 0px 20px;
}

.details-meta-tages ul li {
    display: inline-block;
    margin-right: 38px;
}

.details-meta-tages .tag-seo a {
    display: inline-block;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    text-transform: capitalize;
    border-radius: 4px;
    background: #59d98e;
    color: #fff;
    padding: 10px 12px;
    position: relative;
}

.details-meta-tages .tag-seo a::after {
    content: "";
    position: absolute;
    right: -20px;
    top: 10px;
    width: 2px;
    height: 20px;
    background-color: #d4d3d6;
}

li.tag-date a {
    display: inline-block;
    color: #0b0314;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    text-transform: capitalize;
    position: relative;
}

li.tag-date a::after {
    content: "";
    position: absolute;
    right: -20px;
    top: 0;
    width: 2px;
    height: 20px;
    background-color: #d4d3d6;
}

li.tag-date a i {
    display: inline-block;
    transform: translateY(-3px);
    margin-right: 4px;
}

li.tag-comment a {
    display: inline-block;
    color: #0b0314;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    text-transform: capitalize;
    position: relative;
}

li.tag-comment a i {
    display: inline-block;
    transform: translateY(-3px);
    margin-right: 4px;
}

.blog-details-area .meta-blog span {
    display: inline-block;
    margin-right: 28px;
    font-weight: 500;
}

.blog-details-area span.mate-text {
    padding-left: 36px;
    position: relative;
}

.blog-details-area span.mate-text:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 2px;
    left: 5px;
    top: 11px;
    background: #0c5adb;
}

.blog-details-area .meta-blog i {
    display: inline-block;
    color: #0c5adb;
    padding-right: 9px;
}

.blog-details-area .meta-blog img {
    margin-right: 8px;
    position: relative;
    top: -1px;
}

h4.blog-details-title {
    margin: 20px 0 19px;
    color: #0b0314;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
}

.row.space {
    margin-bottom: 70px;
}

p.blog-details-desc {
    margin-bottom: 25px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    transition: all 0.4s;
}

ul.blog-details-list {
    margin-top: 20px;
}

ul.blog-details-list li {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    padding-top: 16px;
    color: #0d1718;
}

ul.blog-details-list li span {
    display: inline-block;
    height: 20px;
    width: 20px;
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    margin-right: 5px;
    background: #59d98e;
}

.details-single-thumb img {
    max-width: 100%;
}

.blog-single-heading h3 {
    color: #0b0314;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    margin-top: 40px;
}

.blog-single-heading p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    transition: all 0.4s;
}

.blog-details-author-talk {
    display: flex;
    gap: 26px;
    background: #f7f6ee;
    padding: 41px 51px 40px;
    margin-top: 48px;
}

.blog-details-quote img {
    position: relative;
    top: 8px;
}

.blog-details-author-title p {
    font-size: 20px;
    font-style: italic;
    line-height: 30px;
    color: #001819;
}

.blog-details-quote img {
    position: relative;
    top: 8px;
    color: #001819;
}

.tags-area ul li {
    display: inline-block;
}

.tags-area ul li.text,
li.social-title {
    display: inline-block;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    margin-right: 10px;
}

li.tag a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    text-transform: capitalize;
    border-radius: 4px;
    background: #59d98e;
    padding: 10px 12px;
    position: relative;
    margin-left: 12px;
}

.details-social-icon ul li {
    display: inline-block;
}

.details-social-icon ul li a {
    display: inline-block;
    height: 44px;
    width: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 50%;
    position: relative;
    color: #0b0314;
    font-size: 18px;
    margin: 0px 1px;
    transition: all 0.4s;
    background-color: #f5f5fd;
}

.details-social-icon ul li a:hover {
    background-color: #59d98e;
    color: #fff;
}

.blog-details-author-title span {
    margin-left: 58px;
    display: inline-block;
    color: #001819;
    position: relative;
}

.blog-details-author-title span:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    left: -58px;
    top: 12px;
    background: #0c5adb;
}

h3.blog-details-title {
    font-size: 28px;
    margin: 54px 0 16px;
}

p.blog-details-desc.two {
    width: 95%;
}

.blog-details-list-item {
    margin-bottom: 40px;
}

.blog-details-list-item ul li {
    margin-bottom: 10px;
    font-size: 17px;
}

.blog-details-list-item ul li i {
    display: inline-block;
    color: #0c5adb;
    font-size: 18px;
    margin-right: 16px;
}

h3.blog-details-title.two {
    font-size: 28px;
    margin: 38px 0 16px;
}

p.blog-details-desc.three {
    width: 100%;
}

.blog-details-socila-box {
    padding: 19px 0px 18px;
}

.blog-details-category span a {
    display: inline-block;
    background: #f6f6ee;
    padding: 6px 16px;
    font-weight: 500;
    color: #001819;
    border-radius: 3px;
    margin-right: 7px;
    transition: 0.5s;
}

.blog-details-category span a:hover {
    background: #0c5adb;
    color: #fff;
}

.blog-details-category span a.active-class {
    background: #0c5adb;
    color: #fff;
}

.blog-details-social-icon {
    text-align: right;
}

.blog-details-social-icon ul li {
    display: inline-block;
}

.blog-details-social-icon ul li i {
    display: inline-block;
    background: #1974e9;
    color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    font-size: 13px;
    margin-left: 5px;
}

.blog-details-social-icon ul li:nth-child(2) i {
    background: #00aae8;
}

.blog-details-social-icon ul li:nth-child(3) i {
    background: #016eaf;
}

.blog-details-social-icon ul li:nth-child(4) i {
    background: #b7071c;
}

.widget-sidber h3 {
    font-size: 22px;
    line-height: 32px;
    font-style: normal;
    font-weight: 600;
    text-transform: capitalize;
    padding-bottom: 24px;
}

.phone-btn {
    margin-top: 10px;
}

.phone-btn a {
    display: inline-block;
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    border-radius: 4px;
    background: #59d98e;
    padding: 21px 18px 16px 18px;
    transition: all 0.4s;
}

.phone-btn a:hover {
    transform: translateY(-5px);
}

.phone-btn a i {
    display: inline-block;
    margin-right: 10px;
    transform: translateY(0px);
}

/* Comment CSS */

.single-comment-area {
    background: #c8edd7;
    padding: 49px 41px 56px;
    margin-top: 61px;
    border-radius: 5px;
}

.blog-details-comment-title h4 {
    font-size: 28px;
    margin: 0 0 28px;
}

.blog-details-comment {
    margin-bottom: 19px;
    position: relative;
    border: 1px solid #22222214;
    padding: 29px 29px 25px;
}

.blog-details-comment.style-two {
    margin-left: 105px;
}

.blog-details-comment-thumb {
    float: left;
    margin-right: 30px;
}

.blog-details-comment-content {
    overflow: hidden;
}

.blog-details-comment-content h2 {
    font-size: 20px;
    margin-top: 0;
    display: inline-block;
    font-weight: 700;
    margin-right: 30px;
}

.blog-details-comment-content p {
    font-size: 15px;
    margin: 13px 0 0;
}

.blog-details-comment-reply {
    position: absolute;
    right: 22px;
    top: 21px;
}

.blog-details-comment-reply a {
    background: #59d98e;
    padding: 3px 20px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    border-radius: 2px;
    display: inline-block;
}

.blog-details-comment.reply {
    margin-left: 70px;
    padding-top: 35px;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
}

.blog-details-contact-title h4 {
    font-size: 23px;
    font-weight: 600;
    padding-bottom: 31px;
}

.blog-details-area .contact-input-box input {
    background: #fff;
    border: transparent;
    width: 100%;
    height: 60px;
    padding: 22px;
    outline: 0;
    margin-bottom: 11px;
}

.blog-details-area .contact-input-box textarea {
    background: #fff;
    border: transparent;
    width: 100%;
    height: 170px;
    padding: 12px 22px 0;
    outline: 0;
    margin-top: 11px;
    margin-bottom: 20px;
}

.input-check-box span {
    font-size: 15px;
    margin-left: 7px;
}

.blog-details-submi-button button {
    background: #59d98e;
    color: #fff;
    text-transform: uppercase;
    border: transparent;
    padding: 12px 26px;
    font-size: 15px;
    margin-top: 34px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
    border: 2px solid #59d98e;
    border-radius: 5px;
    font-weight: 500;
}

.blog-details-submi-button button:hover {
    color: #59d98e;
}

.blog-details-submi-button button:before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    background: #fff;
    transition: 0.5s;
    z-index: -1;
    border-radius: 5px;
}

.blog-details-submi-button button:hover:before {
    width: 100%;
    left: 0;
}

/*sidber Css*/

.widget_search form {
    position: relative;
}

.widget_search input {
    border-radius: 4px;
    padding-left: 20px !important;
    height: 60px;
    width: 100% !important;
    position: relative;
    color: #012549;
    outline: 0 !important;
    border: transparent !important;
}

button.icons {
    border: 0;
    font-size: 16px;
    position: absolute;
    right: 14px;
    top: 20px;
    color: #1e1e1e;
    background: transparent;
    opacity: 0.7;
}

.sidber-widget-recent-post {
    margin-bottom: 27px;
    display: flex;
    align-items: center;
    gap: 19px;
}

.recent-widget-content a {
    transition: 0.5s;
    width: 95%;
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    color: #041424;
    font-weight: 600;
    font-family: "Rajdhani";
}

.sidber-widget-recent-post:hover .recent-widget-content a {
    color: #0c5adb !important;
}

.recent-widget-content p {
    font-size: 14px;
    margin: 0;
    color: #0c5adb;
}

.widget-catefories-tags a {
    display: inline-block;
    color: #101010;
    font-weight: 500;
    background: #fff;
    padding: 6px 19px;
    margin: 6px 3px;
    position: relative;
    z-index: 1;
    font-size: 15px;
}

.widget-catefories-tags a:hover {
    color: #fff;
}

.widget-catefories-tags a:before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    background: #59d98e;
    transition: 0.5s;
    z-index: -1;
}

.widget-catefories-tags a:hover:before {
    width: 100%;
    left: 0;
}

/*---=====================================================
   <!--Ranklab Blog Grid Area Css-->
=========================================================---*/

.blog-grid-area {
    padding: 120px 0 100px;
}

.blog-grid-area .single-blog-box {
    border-radius: 5px;
    background-color: #f3f8fd;
    padding: 20px 21px 31px;
    position: relative;
    margin-bottom: 21px;
}

.blog-grid-area .blog-thumb img {
    width: 100%;
}

.blog-grid-area .blog-content {
    padding: 25px 22px 3px;
}

.blog-grid-area .blog-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 55px;
    position: relative;
}

.blog-grid-area .blog-meta:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    left: 0;
    bottom: -26px;
    background: #fff;
}

.blog-grid-area .blog-meta:after {
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    left: 0;
    bottom: -26px;
    background: #0c5adb;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: MOVE-BG;
    animation-name: MOVE-BG;
}

@-webkit-keyframes MOVE-BG {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(298px);
        transform: translateX(298px);
    }
}

.blog-grid-area .blog-meta span {
    font-size: 17px;
    line-height: 32px;
    color: #0c5adb;
    font-weight: 500;
    font-family: "Rajdhani";
}

.blog-grid-area .blog-title a {
    font-size: 24px;
    line-height: 32px;
    color: #041424;
    font-weight: 700;
    font-family: "Rajdhani";
}

.blog-grid-area .blog-title a:hover {
    color: #0c5adb;
}

.blog-grid-area .blog-title p {
    margin: 12px 0 0;
}

.blog-grid-area .blog-category a {
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Nunito";
    background: #0c5adb;
    padding: 7px 38px;
    position: absolute;
    top: 20px;
    left: 21px;
    border-radius: 5px 0 0 0;
    overflow: hidden;
}

.blog-grid-area .blog-category a:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    right: -15px;
    top: 6px;
    background: #001739;
    transform: rotate(45deg);
}

.blog-grid-area .blog-button i {
    background: #0d5ade;
    display: inline-block;
    color: #fff;
    width: 46px;
    height: 46px;
    text-align: center;
    line-height: 43px;
    border-radius: 50%;
    font-size: 14px;
    transform: rotate(-50deg);
    border: 2px solid #fff;
    position: absolute;
    top: 192px;
    right: 41px;
    opacity: 0;
    transition: 0.5s;
}

.blog-grid-area .single-blog-box:hover .blog-button i {
    opacity: 1;
}

.process-area.style-three.inner {
    padding: 0 0 227px;
}

/*---=====================================================
   <!--Ranklab Contact Area Css-->
=========================================================---*/

.contact-area.style-three.inner {
    padding: 122px 0 122px;
}

.style-three.inner .add-white-bg {
    margin: 0 0;
    filter: drop-shadow(0px 10px 50px rgba(217, 217, 217, 0.5));
}

.google-map iframe {
    width: 100%;
    height: 600px;
}

/*---=====================================================
   <!--Ranklab Feature Area Css Inner Style One-->
=========================================================---*/

.style-three .row.margin-top {
    margin-top: -133px;
    position: relative;
}

.style-three .single-feature-box {
    border-radius: 4px;
    background-color: #ffffff;
    border: 1px solid rgba(4, 20, 36, 0.1);
    padding: 37px 15px 18px;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
}

.style-three .single-feature-box:hover {
    border: 1px solid #0c5adb;
}

.style-three .single-feature-box:before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    background: #0c5adb;
    z-index: -1;
    transition: 0.5s;
    border-radius: 2px;
}

.style-three .single-feature-box:hover:before {
    width: 100%;
    left: 0;
}

.style-three .feature-icon img {
    transition: 0.5s;
}

.style-three .single-feature-box:hover .feature-icon img {
    filter: brightness(1) invert(1);
}

.style-three .feature-content h4 {
    font-size: 24px;
    font-weight: 600;
    margin: 32px 0 15px;
    transition: 0.5s;
    color: #222;
}

.style-three .single-feature-box:hover .feature-content h4 {
    color: #fff;
}

.style-three .feature-content p {
    transition: 0.5s;
}

.style-three .single-feature-box:hover .feature-content p {
    color: #fff;
}

/*html css*/

.nav-logo {
    margin: 0 0 50px;
}

.content-box h2 {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
}

.content-box p {
    display: inline-block;
    color: #fff;
    padding: 15px 0 0;
}

a.theme-btn.btn-style-two span {
    color: #fff;
    font-size: 20px;
}

a.theme-btn.btn-style-two i {
    color: #0c5adb;
}

.contact-info h2 {
    color: #fff;
    font-size: 26px;
    margin-bottom: 15px;
    font-weight: 600;
}

ul.list-style-one li {
    display: block;
    list-style: none;
    color: #fff;
    padding: 16px 0 0;
    overflow: hidden;
}

ul.list-style-one li span {
    font-size: 20px;
    font-weight: 600;
    color: #0c5adb;
    margin: 0 10px 0 0px;
}

ul.social-box {
    margin: 30px 0 0;
}

ul.social-box li {
    display: inline-block;
    list-style: none;
    margin: 0 6px 0 0;
}

ul.social-box li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 36px;
    text-align: center;
    background: #fff;
    color: #0c5adb;
    transition: 0.5s;
    font-size: 18px;
    border-radius: 3px;
}

ul.social-box li a:hover {
    background: #0c5adb;
    color: #fff;
}

/*** 
====================================================================
   Ranklab Search Popup css
====================================================================
***/

.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -540px;
    transform: translateY(-100%);
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    background-image: linear-gradient( 180deg, rgba(89, 217, 141, 0.15) 0%, rgba(254, 255, 255, 0.15) 91%, rgba(255, 255, 255, 0.15) 92%);
}

.search-popup {
    width: 100%;
}

.search-active .search-popup {
    transform: translateY(0%);
    margin-top: 0;
}

.search-popup .close-search {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: -200px;
    border-radius: 50%;
    text-align: center;
    background-color: #59d98e;
    width: 70px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    border-bottom: 3px solid #fff;
    border-top: 3px solid #fff;
    border-right: 3px solid #062462;
    border-left: 3px solid #062462;
    -webkit-transition: all 500ms ease;
    height: 70px;
    line-height: 70px;
    text-align: center;
}

.search-active .search-popup .close-search {
    visibility: visible;
    opacity: 1;
    top: 50%;
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.search-popup form {
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin: -35px auto 0;
    transform: scaleX(0);
    transform-origin: center;
    background-color: #111111;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.search-active .search-popup form {
    transform: scaleX(1);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.search-popup .form-group {
    position: relative;
    margin: 0px;
    overflow: hidden;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 50px;
    color: #000000;
    height: 70px;
    width: 100%;
    padding: 10px 30px;
    background-color: #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    font-weight: 500;
    text-transform: capitalize;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
    position: absolute;
    right: 30px;
    top: 0px;
    height: 70px;
    line-height: 70px;
    background: transparent;
    text-align: center;
    font-size: 24px;
    color: #59d98e;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    border: none;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
    color: #59d98e;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
    color: #000000;
}

.search-popup .close-search.style-two {
    position: absolute;
    right: 25px;
    left: auto;
    color: #ffffff;
    width: auto;
    height: auto;
    top: 25px;
    margin: 0px;
    border: none;
    background: none !important;
    box-shadow: none !important;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.search-box-btn {
    display: inline-block;
    padding-left: 22px;
    margin-right: 30px;
}

.search-box-btn i {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    font-size: 20px;
    color: #0d1718;
    transition: 0.5s;
}

.upp.search-box-btn i {
    color: #9e9fa1;
}

.search-box-btn.search-box-outer span i {
    font-size: 20px;
    display: inline-block;
    color: #fff;
    padding-left: 17px;
    position: relative;
    z-index: 1;
}

.upp.search-box-btn.search-box-outer span i {
    color: #9e9fa1;
}

.search-box-btn.search-box-outer span i:after {
    position: absolute;
    content: "0";
    right: -10px;
    top: -4px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    background: #0c5adb;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    font-size: 12px;
}

.flaticon-multiply:before {
    content: inherit;
}

button.close-search i {
    font-size: 25px;
    color: #fff;
    display: inline-block;
}

span.flaticon-multiply i {
    display: inline-block;
    color: #0c5adb;
}

/*------Ranklab Scroll Up Css------------*/

.prgoress_indicator {
    position: fixed;
    right: 26px;
    bottom: 35px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(22, 93, 245, 0.2);
    z-index: 9999999999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transform: translateY(15px) !important;
    transition: all 200ms linear !important;
}

.prgoress_indicator.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) !important;
}

.prgoress_indicator::after {
    position: absolute;
    content: "\f106";
    font-family: "Font Awesome 5 Free";
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    color: #59d98e;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    font-weight: 900;
    z-index: 1;
    transition: all 200ms linear !important;
}

.prgoress_indicator::before {
    position: absolute;
    content: "\f106";
    font-family: "Font Awesome 5 Free";
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    font-weight: 900;
    opacity: 0;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    transition: all 200ms linear !important;
}

.prgoress_indicator:hover ::after {
    color: #0c5adb;
}

.prgoress_indicator:hover ::before {
    opacity: 1;
}

.prgoress_indicator svg path {
    fill: none;
}

.prgoress_indicator svg.progress-circle path {
    stroke: #59d98e;
    stroke-width: 4;
    box-sizing: border-box;
    transition: all 200ms linear !important;
}

/*===========================
<-- Ranklab Loader -->
=============================*/

.loader-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: 0.8s 1s ease;
    z-index: 99999;
}

.loader {
    position: relative;
    display: block;
    z-index: 201;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    border-radius: 50%;
    transition: all 1s 1s ease;
    border: 3px solid transparent;
    border-top-color: #f3297c;
    -webkit-animation: spin 1.5s linear infinite;
    -moz-animation: spin 1.5s linear infinite;
    -o-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

.loader:before {
    position: absolute;
    content: "";
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-left-color: #0c5adb;
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    -o-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.loader:after {
    position: absolute;
    content: "";
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-right-color: #fff;
    -webkit-animation: spin 2.5s linear infinite;
    -moz-animation: spin 2.5s linear infinite;
    -o-animation: spin 2.5s linear infinite;
    animation: spin 2.5s linear infinite;
}

/*/ Here comes the Magic /*/

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loader-wrapper .loder-section {
    position: fixed;
    top: 0;
    width: 50%;
    height: 100%;
    background: #111;
    z-index: 2;
}

.loader-wrapper .loder-section.left-section {
    left: 0;
    transition: 1s 1.4s ease;
}

.loader-wrapper .loder-section.right-section {
    right: 0;
    transition: 1s 1.4s ease;
}

/*/ When page loaded /*/

.loaded .loder-section.left-section {
    left: -100%;
}

.loaded .loder-section.right-section {
    right: -100%;
}

.loaded .loader-wrapper {
    visibility: hidden;
}

.loaded .loader {
    top: -100%;
    opacity: 0;
}