/* general css */

.font-111 {
    color: #111 !important;
}

.font-222 {
    color: #222 !important;
}

.font-333 {
    color: #333 !important;
}

.font-2f6798 {
    color: #2f6798;
}

.fs-12 {
    font-size: 12px !important;
}

/* end general css */

.s1 .fbox-content {
    padding: 1rem 3vw !important;
}

.s1 .fbox-content p {
    text-align: left;
}

.s1 .fbox-content .fbox-overlay {
    display: block;
    position: sticky;
    left: 0;
    width: -webkit-fill-available;
    content: "";
    height: 10px;
    background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
    bottom: 0;
}

.s1 .fbox-content .fbox-overlay-top {
    display: block;
    position: sticky;
    left: 0;
    width: -webkit-fill-available;
    content: "";
    height: 10px;
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
    top: 0;
}

.slider-title a {
    font-size: 12px;
    padding: 5px 15px !important;
}

.widget .footer-text {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.footer-image-text-wrapper {
    display: flex;
    flex-direction: column;
}

.footer-image-text-wrapper img {
    width: 150px;
}

.fbox-icon i {
    font-size: 20px !important;
}

#footer .footer-widgets-wrap {
    padding: 0;
}

.other-team-button-wrapper {
    position: relative;
    background-color: #eeeeee;
}

.other-team {
    position: absolute;
    height: inherit;
}

.owl-stage {
    display: flex;
    align-items: center;
}

@media screen and (min-width: 992px) {
    .medium-screen {
        display: flex !important;
    }

    .header-sm {
        padding-top: initial !important;
    }

    .mw-800 {
        max-width: 800px;
    }
}

@media screen and (max-width: 991px) {
    .medium-screen {
        display: none;
    }

    #slider .row {
        padding-top: 0 !important;
    }

    .services-wrapper .widget_links {
        margin-top: 2rem;
    }

    .know-about-telenet-wrapper {
        display: flex;
        flex-direction: column-reverse;
    }

    .know-about-telenet-header {
        margin-top: 30px;
        text-align: center;
    }

    .know-about-telenet-button-wrapper {
        text-align: center;
    }

    .experience-parallax {
        width: 100% !important;
    }

    .page-block-group {
        margin-top: -40px;
    }
}

@media screen and (min-width: 768px) {
    .s1 .fbox-content p {
        margin-bottom: 40px;
        height: 150px;
        padding-right: 6px;
        position: relative;
        overflow-y: scroll;
        mask-size: 100% 20000px;
        -webkit-mask-image: linear-gradient(to top, transparent, black),
            linear-gradient(to left, transparent 17px, black 17px);
        mask-image: linear-gradient(to top, transparent, black),
            linear-gradient(to left, transparent 17px, black 17px);
        -webkit-mask-size: 100% 20000px;
        -webkit-mask-position: left bottom;
        mask-position: left bottom;
        transition: mask-position 0.3s, -webkit-mask-position 0.3s;
    }

    .s1 .fbox-content p:hover {
        -webkit-mask-position: left top;
        mask-position: left top;
    }

    .s1 .fbox-content p::-webkit-scrollbar-track {
        border-radius: 0px;
        margin-top: 20px;
        margin-bottom: 18px;
    }

    .s1 .fbox-content p::-webkit-scrollbar {
        width: 10px;
    }

    .s1 .fbox-content p::-webkit-scrollbar-thumb {
        border-radius: 12px;
        background-color: rgb(211, 211, 211);
    }

    .s1 .fbox-content .read-more-button {
        font-size: 12px;
        padding: 3px 20px;
        position: absolute;
        bottom: 0;
        transform: translateX(-50%);
    }

    .s1 .fbox-content .read-more-button:hover {
        margin-bottom: 1px !important;
        transition: all .2s;
    }

    .social-icon-wrapper-center {
        margin: 0 15px !important;
    }

    .social-icons-master-wrapper {
        margin-left: 0;
    }

    .entry-image-blog-container {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .entry-image .blog-image {
        transition: transform 0.8s, filter 0.5s ease-in-out;
        transform-origin: center center;
        filter: brightness(100%);
    }

    .entry-image .blog-image:hover {
        /* filter: brightness(70%); */
        transform: scale(1.1);
    }

    .container.clearfix.mt-4.hero-banner-text {
        padding-top: 100px;
    }
}

@media screen and (max-width: 767px) {
    .s1 .fbox-content .read-more-button {
        font-size: 12px;
        padding: 3px 20px;
        margin-top: 15px;
    }

    .footer-widgets-wrap .col-md-8 {
        padding-bottom: 0;
    }

    .social-icon-wrapper-center {
        margin: 0 15px !important;
    }

    .social-icons-master-wrapper {
        margin-left: 0;
    }

    .floating-contact-wrap {
        bottom: 50px !important;
        opacity: 1;
    }

    .floating-contact-wrap .floating-contact-btn:hover {
        background-color: #80a4c7 !important;
    }

    .bg-color::before {
        display: none;
    }

    .floating-contact-wrap .floating-contact-box {
        width: calc(100vw - 30px) !important;
        right: -35px !important;
        height: auto;
        bottom: -35px !important;
        overflow-y: scroll;
    }
}

@media screen and (max-height: 736px) {}

@media screen and (max-width: 433px) {
    .st-hide {
        display: none !important;
    }
}

@media screen and (max-width: 320px) {

    .widget .clearfix .col-12 .feature-box .fbox-content h3,
    .widget .clearfix .col-12 .feature-box .fbox-icon i {
        font-size: 14px !important;
    }

    .widget .clearfix .col-12:nth-child(2) {
        margin-top: 0 !important;
    }

    .widget .clearfix .col-12:nth-child(3) {
        margin-top: 0 !important;
    }

    .social-icons-widget {
        margin: 20px 0 0 0 !important;
    }

    .social-icons-master-wrapper {
        /* display: flex; */
        /* justify-content: center; */
        margin-left: 0px;

    }

    .social-icon-wrapper {
        padding: 0 !important;
        display: flex;
        justify-content: center;
        max-width: 50px !important;
    }

    .social-icon-wrapper a {
        margin-right: 0 !important;
    }
}


@media screen and (min-width: 992px) and (max-width: 1440px) {
    .st-hide {
        display: none !important;
    }

    .social-icon-wrapper {
        padding: 0 !important;
    }

    .social-icon-wrapper a {
        margin-right: 0 !important;
    }

    .social-icons-widget {
        margin-top: 30px;
    }

    .social-icons-master-wrapper {
        display: flex;
        margin: 0;
    }
}

@media screen and (max-width: 425px) {
    .owl-stage {
        justify-content: center !important;
    }

    .owl-item {
        margin: 0 20px !important;
    }

    .shape-devider-mobile {
        display: none;
    }

    .faq-master-wrapper {
        margin-top: 0px !important;
    }

    .faq-wrapper {
        margin-top: 15px !important;
    }

    .floating-contact-wrap .floating-contact-box {
        width: calc(100vw - 30px) !important;
        max-height: 70vh;
    }
}

@media screen and (max-width: 575px) {
    .who-we-are-image-wrapper {
        display: none;
    }

    .insert-margin-top {
        margin-top: 3rem !important;
    }
}

@media screen and (min-width: 992px) and (max-width: 1183px) {
    .hero-text-wrapper {
        padding-top: 125px !important;
    }
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.heading.heading-icon {
    display: block;
}

.padding-lg {
    display: block;
    padding-top: 60px;
    padding-bottom: 60px;
}

.practice-area.padding-lg {
    padding-bottom: 55px;
    padding-top: 55px;
}

.practice-area .inner {
    border: 1px solid #999999;
    text-align: center;
    margin-bottom: 28px;
    padding: 40px 25px;
}

/* .our-webcoderskull .cnt-block:hover {
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 20px -20px 60px #d9d9d9,
        -20px 20px 60px #ffffff;
    transition: all 0.3s;
} */

.practice-area .inner h3 {
    color: #3c3c3c;
    font-size: 24px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    padding: 10px 0;
}

.practice-area .inner p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}

.practice-area .inner img {
    display: inline-block;
}

.our-webcoderskull .cnt-block {
    float: left;
    width: 100%;
    background: #fff;
    padding: 30px 20px;
    text-align: center;
    margin: 0 0 28px;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: -20px 20px 60px #d9d9d9,
        20px -20px 60px #ffffff;
    transition: all 0.3s;
    /* display: flex; */
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.our-webcoderskull .cnt-block figure {
    width: 148px;
    height: 148px;
    border-radius: 100%;
    display: inline-block;
    margin-bottom: 15px;
}

.our-webcoderskull .cnt-block img {
    width: 148px;
    height: 148px;
    border-radius: 100%;
    background: #ffffff;
    box-shadow: -14px 14px 28px #f0f0f0,
        14px -14px 28px #ffffff;
    object-fit: cover;
}

.our-webcoderskull .cnt-block h3 {
    color: #2a2a2a;
    font-size: 20px;
    font-weight: 500;
    padding: 6px 0;
}

.our-webcoderskull .cnt-block h3 a {
    text-decoration: none;
    color: #2a2a2a;
}

.our-webcoderskull .cnt-block h3 a:hover {
    color: #337ab7;
}

.our-webcoderskull .cnt-block p {
    color: #2a2a2a;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
}

.our-webcoderskull .cnt-block .follow-us {
    margin: 20px 0 0;
}

.our-webcoderskull .cnt-block .follow-us li {
    display: inline-block;
    width: auto;
    margin: 0 5px;
}

.our-webcoderskull .cnt-block .follow-us li .fa {
    font-size: 24px;
    color: #767676;
}

.our-webcoderskull .cnt-block .follow-us li .fa:hover {
    color: #025a8e;
}

.section-product {
    position: relative;
    width: 100%
}

.section-product .section-product-image {
    width: 100%
}

.section-product .section-product-content {
    max-width: 100%;
    position: relative;
    bottom: 0;
    right: 0;
    background-color: #fff;
    padding: 20px;
    z-index: 1;
    border-radius: 8px;
}

.section-product .section-product-content h3 {
    font-weight: 800
}

.section-product.alt .section-product-content,
.section-product.alt .section-product-image {
    float: none
}

@media (min-width:1199px) {
    .product {
        padding: 65px;
        border-right: 1px solid #eee
    }

    .section-product .section-product-image {
        position: relative;
        width: 85%;
        background: #fff
    }

    .section-product .section-product-content {
        max-width: 400px;
        position: absolute;
        bottom: 30px;
        right: 0;
        padding: 30px
    }

    .section-product.alt .section-product-image {
        float: right
    }

    .section-product.alt .section-product-content {
        left: 0;
        right: auto
    }
}

:root {
    --themecolor: #1c85e8
}

p {
    font-weight: 300
}

.story-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    cursor: pointer
}

.story-box .story-box-image {
    width: 70%;
    height: 500px;
    z-index: 2;
    overflow: hidden;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.story-box .story-box-image img {
    display: block;
    height: auto;
    width: 100%;
    opacity: 1;
    transition: opacity .3s ease
}

.story-box:hover .story-box-image img {
    opacity: .9
}

.story-box .story-box-info {
    box-sizing: border-box;
    width: 50%;
    height: 430px;
    padding: 30px;
    margin: 35px 0 0 -20%;
    background: #fff;
    z-index: 4;
    box-shadow: 0 10px 45px rgba(0, 0, 0, .1);
    transition: all ease-in .3s;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.story-box.description-left .story-box-info {
    -ms-flex-order: -1;
    order: -1;
    margin: 35px -20% 0 0
}

.story-box .story-box-info .story-title {
    font-family: 'Playfair Display';
    font-size: 26px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 0;
    color: #1d2c4c
}

.story-box .story-box-info .story-box-content p {
    font-size: 15px;
    font-weight: 300;
    color: #666;
    line-height: 16px
}

.story-box .story-box-info .story-box-content a {
    font-size: 16px;
    text-decoration: underline !important
}

@media (max-width:991px) {
    #header {
        position: fixed;
        width: 100%;
        z-index: 99;
    }

    #slider {
        height: 100vh;
    }

    .story-box .story-box-image {
        height: auto;
        width: 100%;
        height: 400px;
        -ms-flex-order: -1;
        order: -1
    }

    .story-box.description-left .story-box-info {
        -ms-flex-order: -1;
        order: -1;
        margin: 35px -20% 0 0
    }

    .story-box.description-left .story-box-info {
        margin: -40px 5% 0
    }

    .story-box .story-box-info {
        max-width: 90%;
        height: auto;
        -ms-flex-preferred-size: 90%;
        flex-basis: 90%;
        margin: -40px 5% 0
    }

    .hero-text-wrapper {
        padding-top: 3rem;
    }
}

@media (max-width:767px) {
    .story-box.description-left .story-box-info {
        margin: -100px 5% 0
    }

    .story-box .story-box-info {
        padding: 35px;
        text-align: center;
        margin: -100px 5% 0
    }
}

@media (max-width:479px) {
    .story-box .story-box-info {
        width: 100%;
        padding: 15px;
        text-align: center;
        margin: -200px 5% 0
    }

    .story-box.description-left .story-box-info {
        margin: -200px 5% 0
    }
}

.tab-container {
    margin: 30px 0 0
}

.widget h4 {
    font-weight: 500;
    letter-spacing: 0;
    font-size: 16px;
    text-transform: none
}

:root {
    --themecolor: #C6C09C;
    --themecolorrgb: 198, 192, 156;
    --header-height: 70px
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bg-color::before {
    content: '';
    position: absolute;
    top: -15px;
    left: -15px;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 6px;
    opacity: .3;
    background-color: #cfe5f8;
}

.heading-block h2 {
    font-size: 36px;
    letter-spacing: -1px
}

.team-title {
    font-size: 17px
}

.css3-spinner>div {
    background-color: #111
}

.floating-contact-wrap {
    position: fixed;
    right: 50px;
    bottom: 120px;
    z-index: 299;
    display: none
}

.floating-contact-wrap .floating-contact-btn {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    border-radius: 8px;
    background-color: #80a4c7;
    color: #fff;
    cursor: pointer;
    z-index: 3;
    color: #222;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: transform .3s ease
}

.floating-contact-wrap .floating-contact-btn:hover,
.floating-contact-wrap.active .floating-contact-btn {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
    background-color: #222;
    color: #fff
}

.floating-contact-wrap .floating-contact-btn .floating-contact-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 22px;
    -webkit-transition: .3s cubic-bezier(.645, .045, .355, 1);
    transition: .3s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-backface-visibility: hidden
}

.floating-contact-wrap .floating-contact-btn .floating-contact-icon.btn-active,
.floating-contact-wrap.active .floating-contact-btn .floating-contact-icon {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.floating-contact-wrap.active .floating-contact-btn .floating-contact-icon.btn-active {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}

.floating-contact-wrap .floating-contact-box {
    opacity: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 380px;
    background-color: #fff;
    border-radius: 6px;
    z-index: 1;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    box-shadow: 0 0 13px 3px rgba(0, 0, 0, .07);
    -webkit-transform: scale(.01);
    transform: scale(.01);
    -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
    -webkit-backface-visibility: hidden
}

.floating-contact-wrap.active .floating-contact-box {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.floating-contact-wrap .css3-spinner {
    background-color: rgba(255, 255, 255, .8)
}

.floating-contact-wrap form {
    padding: 35px 30px
}

#floating-contact-submitted,
body:not(.floating-contact-processing) .floating-contact-loader {
    display: none
}

@media (min-width:992px) {
    .heading-block h2 {
        font-size: 54px
    }
}

@media (max-width:767.98px) {
    .floating-contact-wrap .floating-contact-box {
        width: 330px
    }
}

.disable-scroll {
    overflow: hidden !important;
}

.entry .entry-image img {
    height: 233.44px !important;
    object-fit: contain;
}