body {
    font-family: inter, sans-serif;
}

.bg-dark {
    background-color: #0b163f !important;
}

.hero-content-wrap p {
    font-size: 16px;
    line-height: 1.8;
    color: #c4c4c4;
    font-weight: 400;
}

.navbar-light .main-menu li a.nav-link {
    font-size: 16px;
    color: #212529;
}

.hero-subscribe-form-wrap a {
    padding: 12px 22px;
}

.hero-subscribe-form-wrap a i {
    margin-left: 6px;
}

.contact-list {
    list-style-type: none;
    padding-left: 0;
    margin-top: 30px;
    margin-bottom: 0;
}

.banner-content .tag {
    display: inline-block;
    background-color: #f4f8fc;
    padding: 12px 41px 12px 41px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    font-size: 15px;
}

.contact-list li {
    list-style-type: none;
    font-size: 14px;
    color: #494a60;
    font-weight: 500;
    margin-bottom: 20px;
    position: relative;
}

.social-list {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 30px;
}

.social-list li {
    display: inline-block;
    margin-right: 8px;
}

.offcanvas-body p {
    font-size: 16px;
    line-height: 1.8;
    color: #494a60;
    font-weight: 400;
}

.plans {
    font-size: 28px !important;
}

.link-with-icon {
    font-size: 18px;
    font-family: inter, sans-serif;
}

.section-heading p {
    font-size: 18px;
    color: #494a60;
}

.client-subheading {
    color: rgb(201, 201, 201) !important;
}

.two-bg-dark-light {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #0b163f), color-stop(0, #e2e8f0));
}

.single-article {
    display: grid;
}

.our-realization {
    border-radius: 20px !important;
}

.our-realization .card-img {
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
}

.our-realization a {
    text-decoration: none;
    color: #212529 !important;
}

.our-realization .card-title {
    font-size: 18px;
}

.company-link {
    color: #0d6efd !important;
}

.company-link:hover {
    color: rgb(211, 35, 64) !important;
}

.footer-social-list {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 30px;
}

.footer-social-list li {
    display: inline-block;
    margin-right: 8px;
}

.footer-light .footer-social-list li a {
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

.footer-light .footer-nav-list li a {
    font-size: 16px !important;
}


/*----------------About Page-------------------*/

.about-subheading {
    color: rgb(201, 201, 201) !important;
}

.sectionClass {
    position: relative;
    display: block;
}

.fullWidth {
    width: 100% !important;
    display: table;
    float: none;
    padding: 0;
    min-height: 1px;
    height: 100%;
    position: relative;
}

.projectFactsWrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

#projectFacts .fullWidth {
    padding: 0;
}

.projectFactsWrap .item {
    width: 25%;
    height: 100%;
    padding: 15px 0px;
    text-align: center;
}

.projectFactsWrap .item p.number {
    font-size: 40px;
    padding: 0;
    font-weight: bold;
}

.projectFactsWrap .item p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    margin: 0;
    font-family: 'Open Sans';
}

.projectFactsWrap .item span {
    width: 60px;
    background: rgba(255, 255, 255, 0.8);
    height: 2px;
    display: block;
    margin: 0 auto;
}

.projectFactsWrap .item i {
    vertical-align: middle;
    font-size: 50px;
    color: rgba(255, 255, 255, 0.8);
}

.projectFactsWrap .item:hover i,
.projectFactsWrap .item:hover p {
    color: white;
}

.projectFactsWrap .item:hover span {
    background: white;
}

@media (max-width: 786px) {
    .projectFactsWrap .item {
        flex: 0 0 50%;
    }
}

.about-me-img {
    width: 120px;
    height: 120px;
    left: 10px;
    /* bottom: 30px; */
    position: relative;
    border-radius: 100px;
}

.about-me-img img {}

.authorWindow {
    width: 600px;
    background: #75439a;
    padding: 22px 20px 22px 20px;
    border-radius: 5px;
    overflow: hidden;
}

.authorWindowWrapper {
    display: none;
    left: 110px;
    top: 0;
    padding-left: 25px;
    position: absolute;
}

.trans {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

@media screen and (max-width: 768px) {
    .authorWindow {
        width: 210px;
    }
    .authorWindowWrapper {
        bottom: -170px;
        margin-bottom: 20px;
    }
}


/*-----------Service Page------------*/

.page-header ul li {
    display: inline-block;
    list-style-type: none;
    font-size: 16px;
    font-weight: 500;
    color: #79798d;
    position: relative;
}