@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

body {
    padding: 0;
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
}

a {
    text-decoration: none;
    transition: 0.5s;
    color: #111111;
}

a:hover,
a:focus {
    color: #1dbfd7;
    text-decoration: none;
}

button {
    outline: 0 !important;
}

p {
    margin-bottom: 15px;
    line-height: 1.8;
    color: #606060;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
}

p:last-child {
    margin-bottom: 0;
}

i {
    line-height: normal;
}

.d-table-cell {
    vertical-align: middle;
}

img {
    max-width: 100%;
    height: auto;
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pt-70 {
    padding-top: 70px;
}

.pb-70 {
    padding-bottom: 70px;
}

.ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #111111;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
}

.h1:last-child,
.h2:last-child,
.h3:last-child,
.h4:last-child,
.h5:last-child,
.h6:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
    margin-bottom: 0;
}

.default-btn {
    border: none;
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    background-color: #1dbfd7;
    color: #ffffff;
    transition: 0.5s;
    border-radius: 5px;
    opacity: 1;
    font-weight: 400;
    font-size: 16px;
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.default-btn span {
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #111111;
    color: #ffffff;
    transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 5px;
    opacity: 1;
}

.default-btn:hover {
    color: #ffffff !important;
}

.default-btn:hover span {
    width: 225%;
    height: 562.5px;
}

.default-btn i {
    font-size: 12px;
    position: relative;
    top: -1px;
    margin-left: 10px;
}

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

.section-title span {
    color: #1dbfd7;
}

.section-title h2 {
    font-size: 36px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 14px;
}

.section-title p {
    max-width: 700px;
    margin: auto;
}

.main-responsive-nav {
    display: none;
}

.main-navbar {
    padding-top: 0;
}

.main-navbar .container-fluid {
    max-width: 1470px;
}

.main-navbar .navbar {
    transition: 0.5s;
    padding-right: 0;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
}

.main-navbar .navbar ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}

.main-navbar .navbar .navbar-brand h1 {
    color: #ffffff;
    margin-bottom: 0;
}

.main-navbar .navbar .navbar-brand img {
    max-width: 185px !important;
    margin-bottom: 1px;
}

.is-sticky .main-navbar .navbar .navbar-brand img {
    max-width: 80px !important;
}

.main-navbar .navbar .navbar-nav {
    margin-left: auto;
}

.main-navbar .navbar .navbar-nav .nav-item {
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
}

.main-navbar .navbar .navbar-nav .nav-item a {
    color: #111111;
    font-size: 16px;
    font-weight: 500;
    font-family: "Rubik", sans-serif;
    text-transform: capitalize;
    padding-left: 0;
    padding-right: 0;
    padding-top: 25px;
    padding-bottom: 25px;
}

.main-navbar .navbar .navbar-nav .nav-item a i {
    position: relative;
    top: 3px;
    display: inline-block;
    margin-left: -5px;
    margin-right: -3px;
}

.main-navbar .navbar .navbar-nav .nav-item a:hover,
.main-navbar .navbar .navbar-nav .nav-item a:focus,
.main-navbar .navbar .navbar-nav .nav-item a.active {
    color: #1dbfd7;
}

.main-navbar .navbar .navbar-nav .nav-item:last-child {
    margin-right: 0;
}

.main-navbar .navbar .navbar-nav .nav-item:first-child {
    margin-left: 0;
}

.main-navbar .navbar .navbar-nav .nav-item:hover a,
.main-navbar .navbar .navbar-nav .nav-item.active a {
    color: #1dbfd7;
}

.main-navbar .navbar .others-options {
    margin-left: 30px;
}

.main-navbar .navbar .others-options .option-item {
    margin-right: 30px;
    position: relative;
}

.main-navbar .navbar .others-options .option-item:last-child {
    margin-right: 0;
}

.main-navbar .navbar .others-options .option-item:last-child::before {
    display: none;
}

.main-navbar .navbar .others-options .option-item::before {
    position: absolute;
    right: -15px;
    top: 50%;
    width: 1px;
    transform: translateY(-50%);
    content: "";
    height: 28px;
    background-color: #dadada;
}

.main-navbar .navbar .others-options .option-item:nth-child(2)::before {
    display: none;
}

.main-navbar .navbar .others-options .option-item .search-btn {
    cursor: pointer;
    transition: 0.5s;
    color: #111111;
    font-size: 20px;
    font-weight: 600;
}

.main-navbar .navbar .others-options .option-item .close-btn {
    cursor: pointer;
    display: none;
    transition: 0.5s;
    width: 20px;
    color: #111111;
    font-size: 18px;
}

.main-navbar .navbar .others-options .option-item .close-btn.active {
    display: block;
}

.main-navbar .navbar .others-options .option-item .info {
    position: relative;
    padding-left: 45px;
}

.main-navbar .navbar .others-options .option-item .info i {
    font-size: 30px;
    color: #1dbfd7;
    position: absolute;
    left: 0;
    top: 8px;
}

.main-navbar .navbar .others-options .option-item .info span {
    color: #606060;
}

.main-navbar .navbar .others-options .option-item .info p {
    font-weight: 500;
    margin-bottom: 0;
    font-family: "Rubik", sans-serif;
    line-height: 1.25;
}

.main-navbar .navbar .others-options .option-item .info p a {
    color: #111111;
}

.main-navbar .navbar .others-options .option-item .default-btn {
    margin-top: 5px;
}

.navbar-area.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    background-color: #ffffff !important;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

@media only screen and (max-width: 991px) {
    .main-responsive-nav {
        display: block;
    }

    .main-responsive-nav .main-responsive-menu {
        position: relative;
        display: flex;
        align-items: center;
    }

    .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul {
        font-size: 15px;
    }

    .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul li a.active {
        color: #1dbfd7;
    }

    .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul li a i {
        display: none;
    }

    .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul li li a {
        font-size: 14px;
    }

    .main-responsive-nav .main-responsive-menu.mean-container .navbar-nav {
        overflow-y: scroll;
        height: auto;
        box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    }
    .main-responsive-nav .mean-container a.meanmenu-reveal {
    color: #111111;
  }
  .main-responsive-nav .mean-container a.meanmenu-reveal span {
    background: #111111;
  }

    .main-responsive-nav .logo {
        position: relative;
        width: 50%;
        z-index: 999;
        text-align: center;
    }

    .navbar-area {
        background-color: #ffffff;
        padding-top: 10px;
        padding-bottom: 5px;
    }

    .main-navbar {
        display: none;
    }
}

.main-banner-content {
    max-width: 43%;
}

.main-banner-content span {
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
}

.main-banner-content h1 {
    font-size: 57px;
    color: #ffffff;
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 1;
}

.main-banner-content p {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 10px;
    line-height: 1.35;
}

.main-banner-content .banner-btn {
    margin-top: 45px;
}

.banner-social-buttons {
    position: absolute;
    right: -80px;
    top: 40%;
    transform: translateY(-40%);
    transform: rotate(-90deg);
    z-index: 1;
}

.banner-social-buttons ul {
    padding-left: 0;
    margin-bottom: 0;
}

.banner-social-buttons ul li {
    color: #ffffff;
    list-style-type: none;
    display: inline-block;
    margin-right: 18px;
    font-size: 18px;
}

.banner-social-buttons ul li:last-child {
    margin-right: 0;
}

.banner-social-buttons ul li span {
    margin-right: 30px;
    position: relative;
}

.banner-social-buttons ul li span::before {
    position: absolute;
    right: -38px;
    top: 10px;
    width: 30px;
    content: "";
    height: 1px;
    background-color: #ffffff;
}

.banner-social-buttons ul a {
    color: #ffffff;
}

.banner-social-buttons ul a:hover {
    color: #1dbfd7;
}

.banner-social-buttons ul i {
    transform-origin: 100% 100%;
    transform: translate(-50%, -50%) rotate(270deg);
}

.about-area.bg-color {
    background-color: #fdfdfb;
}

.about-image {
    position: relative;
    text-align: left;
}

.about-image img {
    border-radius: 0;
}

.about-image img:nth-child(2) {
    position: absolute;
    right: 10px;
    bottom: 0;
    z-index: 1;
}

.about-content span {
    color: #1dbfd7;
}

.about-content h3 {
    font-size: 36px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 16px;
}

.about-content strong {
    font-size: 18px;
    color: #606060;
    font-weight: 400;
}

.about-wrap {
    position: relative;
}

.process-area {
    background-color: #f9fafb;
}

.process-area.bg-color {
    background-color: #fdfdfb;
}

.process-area.bg-color .container {
    max-width: 1140px;
}

.process-item {
    text-align: center;
    background-color: #ffffff;
    padding: 25px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: 0.5s;
    margin-bottom: 30px;
}

.process-item::before {
    position: absolute;
    content: "";
    height: 40px;
    width: 90%;
    left: 0;
    right: 0;
    margin: auto;
    top: 50px;
    z-index: -1;
    border-radius: 0;
    transition: 0.5s;
    background-image: url(../img/logo-waves.webp);
    background-size: contain;
    background-repeat: no-repeat;
}

.process-item .icon {
    margin-bottom: 20px;
    position: relative;
}

.process-item .icon i {
    display: inline-block;
    height: 90px;
    width: 90px;
    line-height: 90px;
    background-color: #ffffff;
    text-align: center;
    font-size: 50px;
    color: #042c52;
    border: 1px solid;
    border-radius: 50px;
    transition: 0.5s;
}

.process-item h3 {
    font-size: 21px;
    margin-bottom: 15px;
}

.process-item p {
    letter-spacing: -.35px;
}

.process-item:hover {
    transform: translateY(-10px);
}

.process-item:hover .icon i {
    background-color: #1dbfd7;
    color: #ffffff;
}

.process-item.bg-top1 {
    margin-top: 30px;
}

.process-item.bg-top2 {
    margin-top: 0;
}

.process-item.bg-top3 {
    margin-top: 0;
}

.process-item.bg-top4 {
    margin-top: -30px;
}

.company-area .container-fluid {
    padding-left: 0;
}

.company-area.bg-color .company-content {
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 0;
}

.img-bg-block {
    background-image: url(../../assets/img/bg-img-01.webp);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}

.img-bg-block img {
    display: none;
}

.company-content {
    max-width: 525px;
    padding-top: 80px;
    padding-bottom: 80px;
}

.company-content h3 {
    font-size: 36px;
    margin-bottom: 50px;
}

.company-content .company-text {
    position: relative;
    padding-left: 70px;
    margin-bottom: 20px;
}

.company-content .company-text:last-child {
    margin-bottom: 0;
}

.company-content .company-text .icon {
    position: absolute;
    left: 0;
    top: 0;
}

.company-content .company-text .icon i {
    font-size: 50px;
    color: #1dbfd7;
}

.company-content .company-text h4 {
    font-size: 25px;
    margin-bottom: 10px;
}

.services-area {
    background-color: #f9fafb;
}

.services-area.bg-color {
    background-color: #ffffff;
}

.services-area.bg-color .services-item {
    background-color: #f9fafb;
}

.services-item {
    text-align: center;
    background-color: #ffffff;
    padding: 15px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: 0.5s;
    margin-bottom: 30px;
    width: 100%;
}

.services-item::before {
    position: absolute;
    content: "";
    height: 60px;
    width: 90%;
    left: 0;
    right: 0;
    margin: auto;
    top: 50px;
    z-index: -1;
    transition: 0.5s;
    background-image: url(../img/logo-waves.webp);
    background-size: contain;
    background-repeat: no-repeat;
}

.services-item .icon {
    margin: 30px auto 20px;
    position: relative;
}

.services-item .icon i {
    display: inline-block;
    height: 90px;
    width: 90px;
    line-height: 90px;
    background-color: #ffffff;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    text-align: center;
    font-size: 50px;
    color: #042c52;
    border-radius: 50px;
    transition: 0.5s;
}

.services-item h3 {
    font-size: 23px;
    margin-bottom: 20px;
}

.services-item .learn-btn {
    color: #1dbfd7;
    display: inline-block;
    font-weight: 500;
    font-family: "Rubik", sans-serif;
}

.services-item:hover {
    transform: translateY(-10px);
}

.services-item:hover i {
    color: #1dbfd7;
}

.services-item ul {
    padding-left: 0rem;
}

.services-item ul li {
    font-size: 14px;
    display: inline-block;
    padding: 5px 12px;
    background: #f2f5f5;
    margin-bottom: 5px;
    border-radius: 5px;
    line-height: 1.25;
}

.deserve-item h3 {
    font-size: 36px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.4;
}

.deserve-item .deserve-content {
    position: relative;
    padding-left: 65px;
    margin-top: 30px;
}

.deserve-item .deserve-content::before {
    width: 1px;
    height: 140%;
    background-color: #1dbfd7;
    content: "";
    z-index: -1;
    position: absolute;
    left: 20px;
    top: 0;
}

.deserve-item .deserve-content:nth-child(5)::before {
    display: none;
}

.deserve-item .deserve-content span {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background-color: #f9fafb;
    border: 1px solid #1dbfd7;
    text-align: center;
    font-size: 24px;
    color: #1dbfd7;
    border-radius: 50px;
    position: absolute;
    left: 0;
    top: 0;
}

.deserve-item .deserve-content h4 {
    font-size: 24px;
    margin-bottom: 10px;
}

.deserve-item .deserve-content p {
    margin-bottom: 0;
}

.deserve-item .deserve-btn {
    margin-top: 25px;
}

.rate-form {
    padding: 50px 45px;
    background-color: #1dbfd7;
}

.rate-form .rate-content {
    margin-bottom: 35px;
    text-align: center;
}

.rate-form .rate-content span {
    color: #ffffff;
}

.rate-form .rate-content h3 {
    font-size: 36px;
    color: #ffffff;
    margin-top: 10px;
}

.rate-form label {
    color: #ffffff;
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 16px;
    margin-bottom: 5px;
}

.rate-form .form-group {
    margin-bottom: 15px;
}

.rate-form .form-group .form-control {
    background-color: #ffffff;
    border: none;
    box-shadow: unset;
    height: 50px;
    border-radius: 0;
    color: #606060;
    width: 100%;
    font-size: 16px;
    padding: .375rem .975rem;
}

.rate-form .form-group .nice-select {
    float: unset;
    line-height: 52px;
    color: #606060;
    text-transform: capitalize;
    font-weight: 400;
    padding-top: 0;
    padding-bottom: 0;
}

.rate-form .form-group .nice-select .list {
    background-color: #ffffff;
    box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
    border-radius: 0;
    margin-top: -1px;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.rate-form .form-group .nice-select .list .option {
    transition: 0.6s;
    color: #606060;
    font-size: 14px;
    line-height: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 10px;
}

.rate-form .form-group .nice-select .list .option:hover {
    background-color: #1dbfd7 !important;
    color: #ffffff;
}

.rate-form .form-group .nice-select .list .option.selected {
    background-color: transparent;
    font-weight: 500;
}

.rate-form .form-group .nice-select:after {
    right: 20px;
    border-bottom: 2px solid #111111;
    border-right: 2px solid #111111;
}

.rate-form .rate-btn {
    margin-top: 20px;
}

.rate-form .rate-btn .default-btn {
    background-color: #ffffff;
    color: #111111;
    width: 100%;
    padding: 15px 30px;
    cursor: pointer;
}

.rate-form.bg-fdebeb {
    background-color: #fdebeb;
}

.rate-form.bg-fdebeb .rate-content span {
    color: #606060;
}

.rate-form.bg-fdebeb .rate-content h3 {
    color: #111111;
}

.rate-form.bg-fdebeb label {
    color: #606060;
}

.rate-form.bg-fdebeb .rate-btn .default-btn {
    background-color: #1dbfd7;
    color: #ffffff;
}

.clients-area.bg-color {
    background-color: #1dbfd7;
}

.clients-area.bg-color .clients-item {
    background-color: unset;
    margin-bottom: 0;
}

.clients-area.bg-color .clients-item .clients-image {
    position: relative;
}

.clients-area.bg-color .clients-item .clients-image img {
    width: auto;
    margin: auto;
}

.clients-area.bg-color .clients-item .clients-info-text {
    max-width: 720px;
}

.clients-area.bg-color .clients-item .clients-info-text p {
    color: #ffffff;
}

.clients-area.bg-color .clients-item .clients-info-text h3 {
    color: #ffffff;
}

.clients-area.bg-color .clients-item .clients-info-text span {
    color: #ffffff;
}

.clients-area.bg-color .container {
    max-width: 1140px !important;
}

.clients-area.bg-color .section-title span {
    color: #ffffff;
}

.clients-area.bg-color .section-title h2 {
    color: #ffffff;
}

.clients-area.bg-color .section-title p {
    color: #ffffff;
}

.clients-item {
    background-color: #ffffff;
    box-shadow: 1px 14px 20px 0 rgb(20 161 187 / 15%);
    padding: 40px;
    position: relative;
    margin-bottom: 30px;
}

.clients-item .info {
    position: relative;
    padding-left: 60px;
    margin-bottom: 8px;
}

.clients-item .info img {
    position: absolute;
    left: 0;
    top: 0px;
    height: 45px;
    width: 45px;
    line-height: 60px;
    border-radius: 50%;
    border: 1px solid #d4f2f7;
}

.clients-item .info h4 {
    font-size: 18px;
    color: #1dbfd7;
    margin-bottom: 2px;
    position: relative;
    top: 0px;
}

.clients-item .info span {
    font-size: 15px;
    line-height: 1.5;
    display: block;
}

.clients-item .rating {
    color: #fbb116;
    margin-bottom: 12px;
    font-size: 18px;
}

.clients-item p {
    margin-bottom: 0;
    font-size: 17px;
    line-height: 1.35;
}

.clients-item .icon {
    position: absolute;
    top: 20px;
    right: 25px;
}

.clients-item .icon i {
    color: rgb(29 191 215 / 70%);
    font-size: 100px;
}

.page-title-area {
    position: relative;
    z-index: 1;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-title-area.item-bg-1 {
    background-image: url(../img/page-banner-01.webp);
}

.page-title-area::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 15%);
}

.page-title-content {
    text-align: center;
    margin-top: -10px;
}

.page-title-content h2 {
    margin-bottom: 0;
    color: #111111;
    font-family: "Roboto", sans-serif;
    font-size: 48px;
}

.page-title-content ul {
    padding-left: 0;
    list-style-type: none;
    margin-top: 12px;
    margin-bottom: 0;
}

.page-title-content ul li {
    color: #606060;
    display: inline-block;
    position: relative;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-size: 17px;
    margin-left: 10px;
    margin-right: 10px;
}

.page-title-content ul li a {
    display: inline-block;
    color: #1dbfd7;
    transition: 0.5s;
}

.page-title-content ul li a:hover {
    color: #1dbfd7;
}

.page-title-content ul li::before {
    position: absolute;
    right: -14px;
    top: 5px;
    width: 1px;
    content: "";
    height: 18px;
    background-color: #606060;
    transform: rotate(20deg);
}

.page-title-content ul li:last-child::before {
    display: none;
}

.text-nowrap {
    font-weight: 400;
    color: #606060;
}

.contact-area .container {
    max-width: 1250px;
}

.contact-area .section-title {
    max-width: 530px;
    margin: 0 auto 40px;
}

.contact-area .section-title h2 {
    line-height: 1.4;
    margin-bottom: 0;
}

.contact-form .title {
    margin-bottom: 30px;
}

.contact-form .title h3 {
    font-size: 25px;
    margin-bottom: 0;
}

.contact-form .form-group {
    margin-bottom: 15px;
}

.contact-form .form-group label {
    font-size: 16px;
    color: #606060;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    margin-bottom: 5px;
}

.contact-form .form-group .form-control {
    background-color: transparent;
    border: 1px solid #cfcfcf;
    box-shadow: unset;
    height: 55px;
    border-radius: 0;
    color: #111111;
    font-size: 16px;
}

.contact-form .form-group textarea {
    height: 130px !important;
}

.contact-form .form-group .list-unstyled {
    color: red;
    margin-top: 5px;
}

.contact-form .text-danger {
    color: #dc3545 !important;
    margin-bottom: 0 !important;
    margin-top: 16px !important;
}

.contact-side-box .title {
    margin-bottom: 30px;
}

.contact-side-box .title h3 {
    font-size: 25px;
    margin-bottom: 0;
}

.contact-side-box .info-box {
    position: relative;
    margin: 15px 0px 0;
    padding-left: 50px;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 15px;
}

.contact-side-box .info-box:last-child {
    margin-bottom: 0;
}

.contact-side-box .info-box .icon {
    position: absolute;
    left: 0;
    top: 0;
}

.contact-side-box .info-box .icon i {
    font-size: 30px;
    color: #1dbfd7;
}

.contact-side-box .info-box h4 {
    font-size: 20px;
    margin-bottom: 2px;
}

.contact-side-box .info-box .list {
    padding-left: 0;
    margin-bottom: 0;
}

.contact-side-box .info-box .list li {
    color: #606060;
    list-style-type: none;
    position: relative;
    margin-bottom: 12px;
    text-transform: capitalize;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
    font-family: "Rubik", sans-serif;
}

.contact-side-box .info-box .list li:last-child {
    margin-bottom: 0;
    border: 0;
}

.contact-side-box .info-box .list li span {
    float: right;
}

.contact-side-box .info-box span {
    font-size: 16px;
    color: #606060;
}

.contact-side-box .info-box a {
    color: #606060;
    display: block;
}

.contact-side-box .info-box a:hover {
    color: #1dbfd7;
}

.map iframe {
    border: none;
    height: 480px;
    width: 100%;
    margin-bottom: -8px;
}

.map .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.widget-area .widget {
    margin-top: 35px;
}

.widget-area .widget:first-child {
    margin-top: 0;
}

.widget-area .widget .widget-title {
    border-bottom: 1px solid #1dbfd7;
    padding-bottom: 10px;
    margin-bottom: 25px;
    position: relative;
    font-size: 25px;
}

.widget-area .widget_categories {
    box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
    background-color: #ffffff;
    padding: 25px;
}

.widget-area .widget_categories ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.widget-area .widget_categories ul li {
    position: relative;
    margin-bottom: 12px;
    color: #606060;
    text-transform: capitalize;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
    font-family: "Rubik", sans-serif;
}

.widget-area .widget_categories ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.widget-area .widget_categories ul li a {
    color: #111111;
    display: block;
}

.widget-area .widget_categories ul li a:hover {
    color: #e60027;
    letter-spacing: 1px;
}

.widget-area .widget_hours {
    box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
    background-color: #ffffff;
    padding: 25px;
}

.widget-area .widget_hours ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.widget-area .widget_hours ul li {
    position: relative;
    margin-bottom: 12px;
    color: #606060;
    text-transform: capitalize;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
    font-family: "Rubik", sans-serif;
}

.widget-area .widget_hours ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.widget-area .widget_hours ul li a {
    color: #111111;
    display: block;
}

.widget-area .widget_hours ul li a:hover {
    color: #e60027;
    letter-spacing: 1px;
}

.widget-area .widget_hours ul li span {
    float: right;
}

.widget-area .widget_appointment {
    box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
    background-color: #ffffff;
    padding: 25px;
}

.widget-area .widget_appointment .form-group {
    margin-bottom: 15px;
}

.widget-area .widget_appointment .form-group .form-control {
    background-color: #ffffff;
    border: 1px solid #e7e7e7;
    box-shadow: unset;
    height: 50px;
    border-radius: 2px;
    font-size: 16px;
    color: #e7e7e7;
}

.widget-area .widget_appointment .form-group .list-unstyled {
    color: red;
    margin-top: 5px;
}

.widget-area .widget_appointment .text-danger {
    color: #dc3545 !important;
    font-size: 20px !important;
    margin-top: 15px !important;
}

.services-details-desc .image {
    margin-bottom: 30px;
}

.services-details-desc .content h3 {
    font-size: 30px;
    margin-bottom: 15px;
}

.services-details-desc .content p {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
}

.services-details-desc .content .text {
    margin-bottom: 0;
    font-family: "Rubik", sans-serif;
    font-weight: 400;
}

.services-details-desc .deserve-item h3 {
    font-size: 30px;
}

.services-details-features {
    padding: 50px 30px;
    background-color: #f9fafb;
    margin-top: 35px;
}

.services-details-features .content h3 {
    font-size: 30px;
    margin-bottom: 15px;
}

.services-details-features .content p {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    margin-bottom: 0;
}

.services-details-others {
    margin-top: 35px;
    margin-bottom: 25px;
}

.services-details-others h3 {
    font-size: 30px;
    margin-bottom: 15px;
}

.services-details-others p {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
}

.services-details-list .content h3 {
    font-size: 30px;
    margin-bottom: 15px;
}

.services-details-list .content p {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    margin-bottom: 0;
}

.services-details-list .content .list {
    padding-left: 0;
    margin-top: 16px;
    margin-bottom: 0;
}

.services-details-list .content .list li {
    list-style-type: none;
    color: #606060;
    font-weight: 400;
    margin-bottom: 10px;
}

.services-details-list .content .list li:last-child {
    margin-bottom: 0;
}

.services-details-list .content .list li i {
    color: #1dbfd7;
    margin-right: 5px;
}

.funding-btn {
    margin-top: 25px;
}

.footer-area {
    background-color: #111111;
}

.footer-area.bg-top .single-footer-widget {
    margin-top: 80px;
}

.single-footer-widget {
    margin-bottom: 25px;
}

.single-footer-widget .logo img {
    margin-bottom: 15px;
    max-width: 165px;
}

.single-footer-widget p {
    color: #ffffff;
    margin-bottom: 0;
    line-height: 1.35;
}

.single-footer-widget .social {
    padding-left: 0;
    margin-top: 20px;
    margin-bottom: 0;
}

.single-footer-widget .social li {
    list-style-type: none;
    display: inline-block;
    color: #ffffff;
    margin-right: 8px;
}

.single-footer-widget .social li:last-child {
    margin-right: 0;
}

.single-footer-widget .social li a {
    color: #ffffff;
    font-size: 18px;
}

.single-footer-widget .social li a:hover {
    color: #1dbfd7;
}

.single-footer-widget h3 {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 22px;
    padding-bottom: 20px;
    border-bottom: 1px solid #333535;
}

.single-footer-widget .quick-links {
    padding-left: 0;
    margin-bottom: 0;
}

.single-footer-widget .quick-links li {
    list-style-type: none;
    margin-bottom: 18px;
    color: #ffffff;
    transition: 0.5s;
}

.single-footer-widget .quick-links li:last-child {
    margin-bottom: 0;
}

.single-footer-widget .quick-links li a {
    color: #ffffff;
    transition: 0.5s;
}

.single-footer-widget .quick-links li:hover a {
    color: #1dbfd7;
    letter-spacing: 1px;
}

.single-footer-widget .info-contact {
    position: relative;
    padding-left: 30px;
    margin-bottom: 22px;
}

.single-footer-widget .info-contact:last-child {
    margin-bottom: 0;
}

.single-footer-widget .info-contact i {
    position: absolute;
    left: 0;
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    top: 2px;
}

.single-footer-widget .info-contact span {
    font-size: 16px;
    color: #ffffff;
}

.single-footer-widget .info-contact a {
    color: #ffffff;
    display: inline-block;
}

.single-footer-widget .info-contact a:hover {
    color: #1dbfd7;
}

.copy-right-area {
    background-color: #111111;
    border-top: 1px solid #292929;
    padding-top: 30px;
    padding-bottom: 30px;
}

.copy-right-content {
    text-align: center;
}

.copy-right-content p a {
    display: inline-block;
    color: #606060;
}

.copy-right-content p a:hover {
    color: #1dbfd7;
}

.go-top {
    position: fixed;
    cursor: pointer;
    bottom: -100px;
    right: 20px;
    color: #ffffff;
    background-color: #111111;
    z-index: 4;
    width: 35px;
    text-align: center;
    height: 35px;
    opacity: 0;
    visibility: hidden;
    border-radius: 50%;
    font-size: 22px;
    transition: 0.9s;
    overflow: hidden;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.go-top i {
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    font-size: 30px;
    margin-left: auto;
    margin-right: auto;
}

.go-top.active {
    opacity: 1;
    visibility: visible;
    bottom: 20px;
}

.go-top:hover {
    background-color: #1dbfd7;
    color: #ffffff;
    transition: 0.5s;
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px);
}

.main-banner-slider-area {
    overflow: hidden;
}

.banner-item {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 250px;
    padding-bottom: 250px;
}

.banner-item .container-fluid {
    max-width: 1470px;
}

@media (min-width:1300px) {
    .banner-item .main-banner-content {
        max-width: 50%;
    }
}

.banner-item .main-banner-content span {
    color: #1dbfd7;
}

.banner-item .main-banner-content h1 {
    color: #111111;
}

.banner-item .main-banner-content p {
    color: #000000;
}

.banner-item .main-banner-content .banner-btn {
    margin-top: 20px;
    margin-bottom: 0;
}

.banner-item .banner-social-buttons {
    position: absolute;
    left: 45px;
    right: auto;
    top: unset;
    bottom: 50px;
    transform: translateY(-50px);
    transform: unset;
}

.banner-item .banner-social-buttons ul li {
    color: #111111;
}

.banner-item .banner-social-buttons ul li span {
    margin-right: 30px;
    position: relative;
}

.banner-item .banner-social-buttons ul li span::before {
    position: absolute;
    right: -38px;
    top: 10px;
    width: 30px;
    content: "";
    height: 1px;
    background-color: #111111;
}

.banner-item .banner-social-buttons ul a {
    color: #111111;
}

.banner-item .banner-social-buttons ul a:hover {
    color: #1dbfd7;
}

.banner-slider.owl-theme .owl-nav [class*=owl-] {
    margin: 0;
    padding: 0;
    transition: 0.5s;
    font-size: 18px;
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 0px;
    background-color: #ffffff;
    color: #111111;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    border-radius: 50px;
}

.banner-slider.owl-theme .owl-nav [class*=owl-]:hover {
    color: #ffffff;
    background-color: #1dbfd7;
}

.banner-slider.owl-theme .owl-nav {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 0;
    position: absolute;
    right: 50px;
    bottom: 50px;
}

.clients-area {
    background-color: #e1fbff;
}

.navbar-brand {
    text-align: center;
    position: absolute;
    top: 3px;
    z-index: 3;
}

.logo-tag {
    font-size: 12px;
    font-weight: 400;
    color: #042c52;
    padding: 4px 0 0;
    text-transform: capitalize;
}

.is-sticky .main-navbar .navbar .navbar-brand .logo-tag {
    font-size: 9px;
}

.sticky-block {
    position: sticky;
    top: 85px;
}

.widget_categories ul li a {
    position: relative;
    padding-left: 40px;
}

.widget_categories ul li a::before {
    content: "\f11a";
    font-family: Flaticon;
    font-size: 30px;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    line-height: 1;
    color: #10b4cc;
}

.widget-area .widget_categories ul li.active a {
    color: #1dbfd7;
}