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

html {
    scrollbar-gutter: stable;
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
}

:root {
    --default-red-color: #da291c;
    --homepage-margin-top: 100px;
    --single-section-font: normal normal calc(15px + 0.4vw)/ 30px Lato;
    --whole-page-padding: 0 12%;
}

.glidego-homepage {
    background-color: #ffffff;
    /*font: normal normal normal 20px/27px Lato;*/
}

    .glidego-homepage p {
        color: #707070;
    }

    .glidego-homepage .img-responsive {
        width: 100%;
        height: auto;
    }

    .glidego-homepage .default-text-style {
        /*font: normal normal normal 18px/24px Lato;*/
        font-family:Lato;
        color: #707070;
        font-weight:normal;
    }
.layoutbody-rf{
    padding:0!important;
}
.layoutheader-rf {
    padding: 0 12.5%;
    /*padding: var(--whole-page-padding);*/
    height: 94px;
}

.layoutheadercenterpanel-rf {
    justify-content: flex-end !important;
}

    .layoutheadercenterpanel-rf a {
        font: normal normal bold 24px/30px Lato;
    }

.rf-page-header-menu ul > li > a.active, .rf-page-header-menu ul > li > a:hover, .rf-page-header-menu-mobile > i:hover, .rf-page-header-action-mobile > i:hover {
    background-color: transparent !important;
}

.glidego-homepage-every-section {
    padding: var(--whole-page-padding);
    clear: both;
}

.layoutheader-rf {
    background: #222221 0% 0% no-repeat padding-box;
    box-shadow: 0px 5px 5px #c6cacf73;
    opacity: 1;
}

    .layoutheader-rf a {
        text-decoration: none;
    }

        .layoutheader-rf a.logo {
            color: var(--default-red-color);
            text-align: left;
            font: normal normal 600 calc(36px + 0.4vw)/30px Gill Sans Infant Std;
            letter-spacing: 0px;
            color: var(--default-red-color);
            white-space: nowrap;
        }

    .layoutheader-rf .layoutheadercenterpanel-rf {
        justify-content: center;
        font: normal normal 20px / 14px Lato;
        gap: 30px;
        display: flex;
        flex-wrap: wrap;
    }

        .layoutheader-rf .layoutheadercenterpanel-rf a {
            color: #ffffff;
            padding: 5px 30px;
        }
        .layoutheader-rf .layoutheadercenterpanel-rf ul.rf-page-header-menu-ul [href="/Account/Login"] {
            background-color: var(--default-red-color);
            width: 200px;
            text-align: center;
            display: block;
            padding: 10px 0 !important;
            border-radius: 5px;
        }
        .layoutheader-rf .layoutheadercenterpanel-rf ul.rf-page-header-menu-ul [href="/Account/Logout"] {
            background-color: var(--default-red-color);
            width: 200px;
            text-align: center;
            display: block;
            padding: 10px 0 !important;
            border-radius: 5px;
        }
.rf-page-header-menu > ul > li {
    white-space: nowrap;
    padding: 2px;
    border: 2px solid transparent;
}

    .rf-page-header-menu > ul > li::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0;
        height: 2px;
        background-color: var(--default-red-color);
        transition: width 0.3s ease-in-out;
    }

    .rf-page-header-menu > ul > li:hover::after {
        width: 100%;
    }
            /*.layoutheader-rf .layoutheadercenterpanel-rf ul.rf-page-header-menu-ul li:hover {
                border: 1px solid var(--default-red-color);
                padding: 2px !important;
            }*/
        .layoutheader-rf .layoutheadercenterpanel-rf ul.rf-page-header-menu-ul  [href="/Account/Login"] a:hover {
            background-color: var(--default-red-color) !important;
            padding: 10px 0 !important;
        }
    .layoutheader-rf .layout-header-portal-action a {
        color: #ffffff;
        border: 1px solid var(--default-red-color);
        background-color: var(--default-red-color);
        width: 186px;
        height: 54px;
        display: flex;
        align-items: center;
        justify-content: center;
        font: normal normal bold calc(16px + 0.4vw)/30px Lato;
    }


.layout-header-portal-action-user-box {
    background-color: var(--default-red-color);
}

/*banner section*/
.glidego-head-banner {
    background: transparent linear-gradient(89deg, #EEF1F380 0%, #EEFCFF 100%) 0% 0% no-repeat padding-box;
    min-height: 600px;
    position: relative;
}

    .glidego-head-banner .top {
        min-height: 550px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-content: flex-end;
        /*align-content: center;*/
        gap: 50px;
    }

        .glidego-head-banner .top .left {
            flex: 0 1 750px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

    .glidego-head-banner .text {
        text-align: left;
        font: normal normal 700 calc(32px + 0.8vw)/ 70px Lato;
        letter-spacing: 0.53px;
    }

        .glidego-head-banner .text .first {
            color: #222221;
            font-weight: 900;
        }

        .glidego-head-banner .text .second {
            color: var(--default-red-color);
        }

    .glidego-head-banner .buttons {
        display: flex;
        flex-wrap: wrap;
        gap: 25px;
        margin-top: 60px;
    }

        .glidego-head-banner .buttons button {
            width: 300px;
            height: 66px;
            border-radius: 4px;
            font-size: 24px;
            font-weight: 600;
        }

        .glidego-head-banner .buttons .live-demo {
            border: 1px solid var(--default-red-color);
            color: #222221;
            background-color: #ffffff;
        }

        .glidego-head-banner .buttons .contact-us {
            background: var(--default-red-color) 0% 0% no-repeat padding-box;
            color: #ffffff;
            border: 1px solid var(--default-red-color);
        }


    .glidego-head-banner .right {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
        position: relative;
    }

    .glidego-head-banner .bottom {
        display: flex;
        justify-content: right;
        align-items: flex-end;
        gap: 25px;
        padding: 100px 0 25px;
    }

        .glidego-head-banner .bottom img {
            width: 150px;
            height: auto;
        }
/*2nd section section*/
.glidego-2nd-section {
    margin-top: var(--homepage-margin-top);
}

    .glidego-2nd-section p {
        font-size:20px;
        /*font: var(--single-section-font);*/
    }
/*3rd section section*/
.glidego-3rd-section {
    width: 75%;
    min-width: 340px;
    margin: var(--homepage-margin-top) auto 0 auto;
    /*font: var(--single-section-font);*/
}

    .glidego-3rd-section * {
        text-align: center;
    }
.glidego-3rd-section p {
    /*font: var(--single-section-font);*/
    font-size:16px;
    font-weight:600;
}
.glidego-4th-section {
    margin-top: var(--homepage-margin-top);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 60px;
}

    .glidego-4th-section * {
        width: 300px;
    }

        .glidego-4th-section * > i {
            width: 50px;
            height: 50px;
            border-radius: 7px;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-bottom: 10px;
            font-size: 20px;
        }

        .glidego-4th-section *:nth-child(1) > i {
            color: #ae90c3;
            background-color: #ae90c345;
        }

        .glidego-4th-section *:nth-child(2) > i {
            color: #F35E53;
            background-color: #F35E5345;
        }

        .glidego-4th-section *:nth-child(3) > i {
            color: #45B083;
            background-color: #45B08345;
        }

        .glidego-4th-section *:nth-child(4) > i {
            color: #106FB7;
            background-color: #106FB745;
        }

        .glidego-4th-section *:nth-child(5) > i {
            color: #00ADBB;
            background-color: #00ADBB45;
        }

        .glidego-4th-section *:nth-child(6) > i {
            color: #FF8000;
            background-color: #FF800045;
        }

        .glidego-4th-section *:nth-child(7) > i {
            color: var(--default-red-color);
            background-color: #DA291C45;
        }

        .glidego-4th-section *:nth-child(8) > i {
            color: #B100AB;
            background-color: #B100AB45;
        }
    .glidego-4th-section p {
        /*font: normal normal medium 16px/30px Lato;*/
        font-family:Lato;
        font-size:16px;
    }
.glidego-card-section {
    margin-top: var(--homepage-margin-top);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 60px;
}

.glidego-service-card {
    flex: 0 1 400px;
    height: 500px;
    background: #F4F6F9 0% 0% no-repeat padding-box;
    border-bottom: 10px solid #F35E53;
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 50px 30px 0;
}

    .glidego-service-card .img-section {
        /*margin-top: 50px;*/
        background: #ffffff;
        width: 100%;
        height: 300px;
        border-radius: 16px;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }

        .glidego-service-card .img-section img {
            width: 100%;
            height: auto;
        }

    .glidego-service-card .text-section {
        width: 100%;
        padding: 30px 0 0 30px;
    }

.glidego-product-features-section {
    margin-top: var(--homepage-margin-top);
    min-height: 1250px;
    height: auto;
    background: transparent linear-gradient(179deg, #FFFFFF 0%, #da291c18 100%) 0% 0% no-repeat padding-box;
}

.glidego-product-features-section {
    margin-top: 200px;
}

    .glidego-product-features-section .glidego-product-features-section-header {
        margin-bottom: var(--homepage-margin-top);
    }

    .glidego-product-features-section .rf-tab {
        background-color: transparent;
        box-shadow: none;
    }

    .glidego-product-features-section .rf-tab-headers {
        display: flex;
        padding: 1px;
        box-shadow: none; /*inset 0 -1px 0px 0px #00000012;*/
        flex-wrap: wrap;
        gap: 50px 0px;
    }

    .glidego-product-features-section .rf-tab-header {
        width: 350px;
        height: 100px;
        padding: 0 25px;
        display: flex;
        white-space: nowrap;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        border-radius: 10px;
    }

        .glidego-product-features-section .rf-tab-header.False {
            background-color: transparent !important;
        }

        .glidego-product-features-section .rf-tab-header div {
            display: flex;
            align-items: center;
            /*justify-content:center;*/
            gap: 10px;
        }

            .glidego-product-features-section .rf-tab-header-iconic div, .glidego-product-features-section .rf-tab-header div div {
                font-size: calc(10px + 0.4vw);
                font-weight: 600;
                display: flex;
                align-items: center;
                color: #000000;
            }


        .glidego-product-features-section .rf-tab-header i, .glidego-product-features-section .rf-tab-header img {
            border: 1px solid var(--default-red-color);
            color: var(--default-red-color);
            background-color: #ffffff;
            width: 70px;
            height: 70px;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 5px;
        }

        .glidego-product-features-section .rf-tab-header.True div {
            color: #ffffff;
        }

    .glidego-product-features-section .rf-tab-body-html {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        gap: 50px;
        padding-top: var(--homepage-margin-top);
    }

    .glidego-product-features-section .rf-tab-body.True {
        background-color: transparent !important;
    }

        .glidego-product-features-section .rf-tab-body.True p {
            color: #707070;
            padding: 0;
            /*font: normal normal calc(18px + 0.4vw)/ 36px Lato;*/
            font: var(--single-section-font);
        }


    .glidego-product-features-section .rf-tab-body-html .left {
        flex: 0 1 640px;
    }

    .glidego-product-features-section .rf-tab-body-html .right {
        flex: 0 1 700px;
    }

    .glidego-product-features-section .rf-tab-body-html .left .glidego-product-features-section-tabbody-header {
        margin-bottom: 25px;
        font-weight: 700;
    }

#Case_Studies {
    display: flex;
    margin-top: 200px;
    flex-wrap: wrap;
    gap: 225px;
    font-family:Lato;
}

    #Case_Studies .left {
        padding: 150px 0;
        flex: 0 1 auto;
    }

    #Case_Studies .right {
        flex: 1 1 600px;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        gap: 70px;
    }
        #Case_Studies .right p {
            font-size: 20px;
            color: #707070;
            letter-spacing:0px;
            font-weight:500;
        }
        #Case_Studies .right .case-studies-headline {
            font-weight: 800;
            color: #000000;
            font: normal normal bold 28px/36px Lato;
            line-height: 50px;
        }

            #Case_Studies .right .case-studies-headline span {
                margin-left: 10px;
                padding: 10px;
                background-color: #DA291C;
                color: #ffffff;
                border-radius: 15px;
                white-space: nowrap;
            }

        #Case_Studies .right > div:not(:first-child) {
            display: flex;
            /*flex-wrap: wrap;*/
            align-items: flex-start;
            justify-content: flex-start;
            gap: 20px;
        }

        #Case_Studies .right > div:first-child p {
            padding: 10px 0;
        }

        #Case_Studies .right > div {
            text-align: left;
            /*font-size: 24px;*/
            line-height: 34px;
            font-family: Lato;
            color: #707070;
            letter-spacing: 0px;
        }

            #Case_Studies .right > div > img {
                width: 100px;
            }

            #Case_Studies .right > div h3 {
                color: #222221 !important;
                font-weight: 700;
            }

            #Case_Studies .right > div p {
                font-weight: 500;
            }
#Partners, #Fetcher_Videos {
    margin-top: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 300px;
}
#Partners {
    align-content: center;
    flex-wrap: wrap;
}
    #Partners .header, #Question .header, #Fetcher_Videos .header {
        font-size: 36px;
        color: var(--default-red-color);
        text-align: center;
        font-weight: 600;
        font-family: 'Lato';
    }

#Question {
    margin-top: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
    #Question .rf-accordions .fas {
        order: 1;
        color: red;
        border-radius: 50%;
        border: 1px solid red;
        cursor:pointer;
    }
#Partners .glidego-user-reviews-comments {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 80px 50px 50px;
    max-width: 520px;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 5px;
}
    #Partners .glidego-user-reviews-comments img {
        width: 115px;
        height: 115px;
        border: 5px solid #FF6458;
        border-radius:50%;
    }
    .layoutfooter-rf {
        height: 475px;
        background-color: #000000 !important;
        color: #ffffff;
    }
@media (max-width: 1080px) {
    .rf-page-header-menu > ul.True {
        background-color: #000000 !important;
        top: 100px !important;
        height: calc(100vh - 100px) !important;
    }
}
@media (max-width: 1870px) {
    #Case_Studies .left {
        display:none;
    }
}


@import url(https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700&display=swap);
.quote-parent {
    position: relative;
    padding: 20px 60px;
}
#quote:before, #quote:after {
    position: absolute;
    font-size: 8em;
    line-height: 0;
    color: rgba(0, 0, 0, .15);
    font-family: Oswald;
}

#quote:before {
    top: .5em;
    left: 0em;
    content: "\0201c";
}

#quote:after {
    bottom: 0em;
    right: 0em;
    content: "\0201d";
}

/*FOOTER*/
.footer {
    background: #222;
    color: white;
    padding: 30px 0;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer-container {
    padding: var(--whole-page-padding);
    margin: auto;
}

h2 {
    font-size: 22px;
}

hr {
    border: 0;
    border-top: 1px solid #555;
    margin: 15px 0;
}

.footer-links {
    display: flex;
    /* justify-content: space-around; */
    flex-wrap: wrap;
    padding: 20px 0;
    text-align: left;
    gap: 150px;
}

.column {
    display: flex;
    flex-direction: column;
}

    .column a {
        color: #ccc;
        text-decoration: none;
        margin: 5px 0;
    }

        .column a:hover {
            color: white;
        }

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    /*margin-top: 20px;*/
}

.social-icons a {
    color: white;
    margin: 0 10px;
    font-size: 18px;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #555;
    padding: 8px;
    border-radius: 50%;
    width: 44px;
}

    .social-icons a:hover {
        background: #444;
    }

.layoutfooter-rf.layoutfooter-thin-rf {
    height: 0;
    display: none;
}

.rf-accordions {
    gap: 16px;
}

.fa-chevron-up:before {
    content: "\f077";
    position: absolute;
    padding: 5px;
}

.fa-chevron-down:before {
    content: "\f078";
    position: absolute;
    padding: 5px;
}

.layoutfooter-rf.layoutfooter-thin-rf {
    height: 0;
    display: none;
}

.gest-user-exp-items {
    display: flex;
    gap: 34px;
    margin-bottom: 20px;
}

.gest-user-exp {
    background: #DA291C 0% 0% no-repeat padding-box;
    border: 1px solid #DA291C;
    border-radius: 7px;
    opacity: 1;
    font-size: 20px;
    padding: 0 10px 0 10px;
    color: white;
    padding-bottom: 2px;
}
ul li.scroll-active:after {
    content: " ";
    height: 2px;
    width: 80%;
    background: #f00;
    position: absolute;
    bottom: 0;
    margin: 0 10%;
}