/* /////// Heavitas Fonts Face /////// */
@font-face {
    font-family: heavitas-webfont1;
    src: url(fonts/Heavitas/heavitas-webfont.woff);
}

@font-face {
    font-family: heavitas-webfont2;
    src: url(fonts/Heavitas/heavitas-webfont.woff2);
}

/* /////// Comfortaa Fonts Face /////// */
@font-face {
    font-family: Comfortaa-Bold;
    src: url(fonts/Comfortaa/static/Comfortaa-Bold.ttf);
}

@font-face {
    font-family: Comfortaa-SemiBold;
    src: url(fonts/Comfortaa/static/Comfortaa-SemiBold.ttf);
}

@font-face {
    font-family: Comfortaa-Medium;
    src: url(fonts/Comfortaa/static/Comfortaa-Medium.ttf);
}

@font-face {
    font-family: Comfortaa-Regular;
    src: url(fonts/Comfortaa/static/Comfortaa-Regular.ttf);
}

@font-face {
    font-family: Comfortaa-Light;
    src: url(fonts/Comfortaa/static/Comfortaa-Light.ttf);
}

/* /////// Poppins Fonts Face /////// */
@font-face {
    font-family: Poppins-Black;
    src: url(fonts/Poppins/Poppins-Black.ttf);
}

@font-face {
    font-family: Poppins-ExtraBold;
    src: url(fonts/Poppins/Poppins-ExtraBold.ttf);
}

@font-face {
    font-family: Poppins-Bold;
    src: url(fonts/Poppins/Poppins-Bold.ttf);
}

@font-face {
    font-family: Poppins-SemiBold;
    src: url(fonts/Poppins/Poppins-SemiBold.ttf);
}

@font-face {
    font-family: Poppins-Medium;
    src: url(fonts/Poppins/Poppins-Medium.ttf);
}

@font-face {
    font-family: Poppins-Regular;
    src: url(fonts/Poppins/Poppins-Regular.ttf);
}

@font-face {
    font-family: Poppins-Light;
    src: url(fonts/Poppins/Poppins-Light.ttf);
}

@font-face {
    font-family: Poppins-ExtraLight;
    src: url(fonts/Poppins/Poppins-ExtraLight.ttf);
}

@font-face {
    font-family: Poppins-Thin;
    src: url(fonts/Poppins/Poppins-Thin.ttf);
}


/* /////// Fonts Face /////// */
html {
    scroll-behavior: smooth;
    scroll-snap-type: mandatory;
    scroll-snap-points-y: repeat(100vh);
    scroll-snap-type: y mandatory;
}

body {
    overflow-x: hidden;
}

#particles-js canvas {
    display: block !important;
}

.section {
    height: 100vh;
    scroll-snap-align: end;
}

.fp-watermark {
    display: none;
}

.animate-heading span {
    font-size: 88px !important;
}

/* /////// Canvas Styling //////// */
canvas {
    display: block;
    vertical-align: bottom;
}

/* ---- particles.js container ---- */
#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

/* ---- stats.js ---- */
.count-particles {
    background: #000022;
    position: absolute;
    top: 48px;
    left: 0;
    width: 80px;
    color: #13E8E9;
    font-size: .8em;
    text-align: left;
    text-indent: 4px;
    line-height: 14px;
    padding-bottom: 2px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.js-count-particles {
    font-size: 1.1em;
}

#stats,
.count-particles {
    -webkit-user-select: none;
    margin-top: 5px;
    margin-left: 5px;
}

#stats {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}

.count-particles {
    border-radius: 0 0 3px 3px;
}

/* /////// Canvas Styling //////// */

.show{
    display: block !important;
}
.hide{
    display: none !important;
}
/* /////// Case-Study //////// */
.case-study-title h1 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    line-height: 1.2;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 64px !important;
}
.backlink a {
    display: block;
    width: 100%;
    font-size: 28px;
    margin-left: 4px;
    color: #1077b9;
    text-decoration: none;
}
.special-heading {
    background-color: #1077b9;
    color: #fff;
    display: inline-block;
    margin-left: -20px;
    padding: 20px;
    padding-left: 302px;
    border-radius: 0px 14px 14px 0px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.primary-color {
    color: #1077b9 !important;
}

.content-box {
    margin-bottom: 80px;
}
.content-box h3{
    font-weight: 800;
    text-transform: uppercase;
}
.case-content p {
    font-size: 18px !important;
    word-spacing: 1px !important;
    letter-spacing: 0px !important;
    margin-bottom: 20px !important;
}

.container-results {
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
}
.gray-bg {
    background: #efefef;
    padding: 40px;
    padding: 37px;
}
.container-results .results-bg {
    position: absolute;
    width: 85%;
    height: auto;
    right: -6px;
    top: 0;
}
.case-content .small {
    width: 90px;
}
.container-results .special-box {
    background-color: #1077b9;
    width: 27%;
    color: #fff ;
    padding: 50px;
    border-radius: 16px;
    position: absolute;
    bottom: -100px;
    left: 53%;
}
.container-results .special-box p{
    color: #fff !important;
}
.full-width-container.bg-gray {
    background-color: #f3f3f3;
    margin-top: 150px;
    padding-bottom: 0px;
}
.container-results h3, .container-results .h3 {
    font-weight: 800;
    text-transform: uppercase;
}
.full-width-container.bg-gray h2, .full-width-container.bg-gray .h2 {
    margin-top: 80px;
    margin-bottom: 40px;
    font-size: 30px;
}
.success-stories-box {
    background: #e4e4e4;
}
.slick-box a:hover .success-stories-box {
    background: #1077b9;
}
.success-stories-box {
    background: url(./asset/image/success-bg.png) #e4e4e4;
    background-repeat: no-repeat;
    position: relative;
    min-height: 380px;
    padding: 50px;
    -ms-flex-wrap: nowrap;
    display: flex;
    flex-wrap: nowrap;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    margin-left: 20px;
    margin-right: 20px;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    justify-content: center;
}
.success-stories-box .small {
    width: 90px;
}
.success-stories-box p {
    line-height: 1.2 !important;
    color: #818183;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 800;
}
.slick-box a:hover .success-stories-box p {
    line-height: 1.2 !important;
    color: #ffffff;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 800;
}
.success-stories-box .link-container {
    position: absolute;
    bottom: 30px;
    right: 30px;
}
.success-stories-box .link-container .more {
    display: block;
    width: 50px;
}
.slick-box .more {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.slick-box a .more img {
    -webkit-filter: brightness(0);
    filter: brightness(0);
}
.slick-box a:hover .more img {
    -webkit-filter: brightness(1);
    filter: brightness(1);
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.backlink a img {
    display: inline-block;
    width: 60px;
    margin-right: 15px;
}
.client-box {
    padding: 40px;
    min-height: 179px;
    border: 1px solid #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.client-box figure {
    width: 80px;
    margin-bottom: 20px;
}
.client-box figure img {
    height: auto;
    width: 200px;
    -webkit-transition: 1s ease-in-out all;
    transition: 1s ease-in-out all;
}
.client-box:hover figure img {
    height: auto;
    width: 150px;
    will-change: width;
    -webkit-transition: 1s ease-in-out all;
    transition: 1s ease-in-out all;
}
.client-box p {
    font-family: "Comfortaa", cursive !important;
    font-size: 0.9rem !important;
    color: #303030;
    width: 80%;
    line-height: 1.6 !important;
    text-align: left;
    text-transform: normal;
    font-weight: 700;
    height: 0px;
    overflow: hidden;
    -webkit-transition: 1s ease-in-out all;
    transition: 1s ease-in-out all;
    will-change: height;
    margin-bottom: 0;
}
.client-box:hover p {
    height: 47px;
    will-change: height;

}
/* /////// Case-Study //////// */


/* /////// Navbar Styling //////// */
.navbar {
    padding: 15px 20px !important;
}

.navbar .navbar-brand img {
    width: 130px;
}

.navbar ul li .nav-link {
    padding: 0;
    width: 45px;
    height: 45px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    background: #1077b9;
    flex-direction: column;
    justify-content: center;

}

.navbar ul li .nav-link::before {
    top: 5px;
    width: 25px;
    height: 3px;
    content: "";
    margin: 3px 0px;
    transition: all o.3s ease;
    background: rgb(255, 255, 255);
}

.navbar ul li .nav-link::after {
    top: -4px;
    width: 25px;
    height: 3px;
    content: "";
    margin: 3px 0px;
    transition: all o.3s ease;
    background: rgb(255, 255, 255);
}

.navbar ul li .nav-link.active::before {
    position: relative;
    transform: rotate(45deg);
    transition: all o.3s ease;
}

.navbar ul li .nav-link.active::after {
    position: relative;
    transform: rotate(-45deg);
    transition: all o.3s ease;
}

/* /////// Navbar Styling //////// */

/* /////// Drawer Styling //////// */
.offcanvas {
    padding: 0 0 0 300px;
    background: #F4F4F4 !important;
}

.offcanvas-end {
    width: 100% !important;
}

.offcanvas .offcanvas-header {
    padding: 0;
}

.offcanvas .offcanvas-header img {
    width: 130px;
}

.offcanvas .btn-close {
    top: 22px;
    opacity: 1;
    z-index: 1;
    width: 45px;
    right: 30px;
    height: 45px;
    outline: none;
    font-size: 24px;
    position: absolute;
    border-radius: 50%;
    padding: 0 !important;
    background: #1077b9;
}

.offcanvas .btn-close:hover {
    opacity: 1;
    background: #1077b9;
}

.offcanvas .btn-close:focus {
    outline: none;
    box-shadow: 0 0 0 0 #cecece;
}

.offcanvas .btn-close::before {
    top: 18px;
    left: 10px;
    width: 25px;
    height: 3px;
    content: "";
    margin: 3px 0px;
    position: absolute;
    transform: rotate(45deg);
    transition: all o.3s ease;
    background: rgb(255, 255, 255);
}

.offcanvas .btn-close::after {
    top: 18px;
    right: 10px;
    width: 25px;
    height: 3px;
    content: "";
    margin: 3px 0px;
    position: absolute;
    transform: rotate(-45deg);
    transition: all o.3s ease;
    background: rgb(255, 255, 255);
}

.offcanvas .offcanvas-body {
    padding: 0;
}

.offcanvas .mobile-view-menu ul {
    padding: 0;
    margin: 0 140px 0 0;
}

.offcanvas .mobile-view-menu ul:last-of-type {
    margin-right: 0 !important;
}

.offcanvas .mobile-view-menu ul:last-of-type {
    margin-top: 66px;
}

.offcanvas .mobile-view-menu ul li {
    line-height: 2.4;
    list-style: none;
    margin-bottom: 5px;
}

.offcanvas .mobile-view-menu ul li a {
    font-size: 18px;
    padding: 0 0 0 12px;
    margin: 0 !important;
    text-decoration: none;
    display: inline-block;
    color: #000000 !important;
    background: none !important;
    font-family: Poppins-Regular;
}

.offcanvas .mobile-view-menu ul li a::after {
    display: none;
}

.offcanvas .mobile-view-menu ul li a::before {
    display: none;
}

.offcanvas .mobile-view-menu ul li a:hover {
    color: #1077b9 !important;
    transition: all 0.3s ease-in-out;
}

.offcanvas .mobile-view-menu ul h3 {
    font-size: 48px;
    color: #1077b9;
    text-transform: uppercase;
    font-family: Poppins-ExtraBold;
}
.mobile-view-menu p{
    font-size: 16px !important;
    word-spacing: 0px !important;
    letter-spacing: 0px !important;
}
.fixed-navigation {
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    position: fixed !important;
}

.header-links {
    min-width: 235px;
    padding: 40px 0 40px 0;
}

.header-links ul {
    position: relative;
    margin: 120px 0 0 0;
}

.header-links ul li {
    list-style: none;
    position: relative;
}
.header-links ul li.active div{
    display: flex !important;
}
.header-links ul li.active a {
    color: #1077b9;
    border-right: 0;
    position: relative;
    background-color: #f0f0f0;
}

.header-links ul li.active a::before {
    opacity: 1;
    transition: all 0.5s ease;
}

.header-links ul li.active a::after {
    opacity: 1;
    transition: all 0.5s ease;
}

.header-links ul li.active::after {
    color: #1077b9;
}

.header-links ul li::after {
    color: #000;
    position: absolute;
    width: 20px;
    height: 20px;
    content: "";
    top: 20px;
    left: -18px;
    font-size: 10px;
    font-weight: 700;
    display: none;
    font-family: Comfortaa-Light;
}

/* .header-links ul li:first-of-type::after {
    content: "01 /";
}

.header-links ul li:nth-of-type(2)::after {
    content: "02 /";
}

.header-links ul li:nth-of-type(3)::after {
    content: "03 /";
}

.header-links ul li:nth-of-type(4)::after {
    content: "04 /";
}

.header-links ul li:nth-of-type(5)::after {
    content: "05 /";
}

.header-links ul li:last-of-type::after {
    content: "06 /";
} */

.header-links ul li a {
    color: #000;
    font-size: 16px;
    display: block;
    pointer-events: auto;
    padding: 5px;
    margin-bottom: 4px;
    padding-bottom: 13px;
    position: relative;
    padding-top: 18px;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    margin-left: -27px;
    padding-left: 20px;
    margin-top: -3px;
    padding-right: 25px;
    text-decoration: none;
    font-family: Poppins-Regular;
}

.header-links ul li:last-of-type a {
    border-bottom: 0;
}

.header-links ul li:hover::after {
    color: #1077b9;
    transition: all 0.5s ease;
}

.header-links ul li:hover a {
    color: #1077b9;
    transition: all 0.5s ease;
}

.header-links ul li a::before {
    top: 28px;
    right: 3px;
    width: 2px;
    opacity: 0;
    content: "";
    height: 10px;
    position: absolute;
    background: #1077b9;
    display: inline-block;
    transform: rotate(45deg);
    transition: all 0.5s ease;
}

.header-links ul li a::after {
    top: 22px;
    right: 3px;
    width: 2px;
    opacity: 0;
    content: "";
    height: 10px;
    position: absolute;
    background: #1077b9;
    display: inline-block;
    transform: rotate(-45deg);
    transition: all 0.5s ease;
}

.body-details {
    flex: 1;
    min-height: 100vh;
    position: relative;
    background: #F0F0F0;
    padding: 206px 20px 20px 95px;
}

.drawer-shape {
    right: 30px;
    bottom: 30px;
    position: absolute;
}

/* /////// Drawer Styling //////// */

/* /////// Title Styling //////// */
.title-row {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 86px);
}

.title-row h1 {
    font-size: 88px;
    color: #000000;
    font-weight: 400;
    word-spacing: 3px;
    position: relative;
    text-align: center;
    letter-spacing: 3px;
    margin-bottom: 50px;
    text-transform: uppercase;
    font-family: Poppins-ExtraBold;
}

.title-row h1 span {
    color: #1077b9;
    font-size: 55px;
}

/* /////// Title Styling //////// */

/* /////// Menu Section Styling //////// */
.menu-section {
    position: relative;
}

.line1 {
    background: rgba(25, 45, 57, 0.3);
    position: absolute;
    width: 100%;
    height: 1px;
    top: 33.3vh;
    z-index: 60;
}

.line2 {
    background: rgba(25, 45, 57, 0.3);
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 33.3vh;
    z-index: 60;
}

.line3 {
    background: rgba(25, 45, 57, 0.3);
    position: absolute;
    width: 1px;
    height: 100%;
    left: 50%;
    top: 0;
    z-index: 60;
}

.slide-content {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 33.33%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.slide-content .column {
    flex: 1;
    height: 100%;
    display: flex;
    position: relative;
    flex-direction: column;
}

.slide-content .column a {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    font-size: 18px;
    position: absolute;
    align-items: center;
    text-decoration: none;
    flex-direction: column;
    justify-content: center;
    text-transform: uppercase;
    font-family: Poppins-Light;
}

.slide-content .column a:hover {
    background: rgba(2, 10, 32, 1.0);
}

.slide-content .column a:hover span {
    color: #ffffff;
    transition: all 0.5s ease-in-out;
}

.slide-content .column a span {
    margin: 3px 0;
    color: #A0A0A0;
    transition: all 0.5s ease-in-out;
}

.slide-content .column a span.description {
    width: 50%;
    display: none;
    font-size: 14px;
    line-height: 1.6;
    color: #A0A0A0;
    text-align: center;
    text-transform: none;
}

.slide-content .column a:hover span.description {
    display: block;
    color: rgb(235 235 235);
}

/* /////// Menu Section Styling //////// */

.drawer-content {
    display: flex;
    align-items: center;
}

.drawer-content p {
    font-size: 20px;
    color: #333333;
    margin-bottom: 0;
    line-height: 40px;
    text-align: justify;
    padding: 0 20px 0 0;
}

/* /////// Footer Styling //////// */
footer {
    width: 100%;
    padding: 64px;
    position: relative;
    background-color: #1077b9;
}

.data-science-section footer {
    width: 100%;
    padding: 44px;
    margin-top: 40px;
    background-color: #1077b9;
}

footer.section {
    height: auto;
}

.footer-2column {
    width: 100%;
    display: flex;
}

.footer-2column .social-media {
    width: 15%;
    border-right: 1px solid rgba(255, 255, 255, 0.19);
}

.footer-2column .social-media a {
    margin-right: 15px;
}

.footer-2column .social-media a:hover i {
    color: #000000;
    transition: all 1s ease-in-out;
}

.footer-2column .social-media a i {
    font-size: 30px;
    color: #ffffff;
    transition: all 1s ease-in-out;
}

.footer-2column .social-media p {
    margin: 15px 0 0;
}

.footer-2column .social-media p a {
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
    font-family: Poppins-Light;
    transition: all 1s ease-in-out;
}

.footer-2column .social-media p a:hover {
    color: #000000;
    transition: all 1s ease-in-out;
}

.footer-2column .footer-inner {
    width: 100%;
    display: flex;
}

.footer-column {
    width: 20%;
    padding-left: 50px;
    border-right: 1px solid rgba(255, 255, 255, 0.19);
}

.footer-column:nth-of-type(1) {
    width: 40%;
    padding-right: 50px;
}

.footer-column:nth-of-type(3) h3 {
    margin-bottom: 15px;
}

.data-science-section .footer-column:nth-of-type(3) h4 {
    margin-bottom: 40px;
}

.footer-column:last-of-type {
    border-right: 0;
}

.data-science-section .footer-column h4 {
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 15px;
}

.footer-column h3 {
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 15px;
    font-family: Poppins-Medium;
}

.footer-column ul {
    margin: 0;
    padding: 0;
}

.footer-column ul li {
    list-style: none;
    line-height: 32px;
    position: relative;
}

.footer-column ul li a {
    font-size: 14px;
    color: #ffffff;
    cursor: auto;
    display: block;
    text-decoration: none;
    text-decoration: none;
    font-family: Poppins-Light;
}

/* .footer-column:nth-of-type(3) ul li:first-of-type a {
    cursor: pointer;
}

.footer-column:nth-of-type(3) ul li:first-of-type a:hover {
    text-decoration: underline;
}

.footer-column:nth-of-type(3) ul li:nth-of-type(2) a {
    cursor: pointer;
} */

/* .footer-column:nth-of-type(3) ul li:nth-of-type(2) a:hover {
    text-decoration: underline;
}

.footer-column:nth-of-type(3) ul li:last-of-type a {
    cursor: pointer;
}

.footer-column:nth-of-type(3) ul li:last-of-type a:hover {
    text-decoration: underline;
} */

.footer-column:nth-last-of-type(2) ul li a {
    cursor: pointer;
}

.footer-column:nth-last-of-type(2) ul li a:hover {
    text-decoration: underline;
}

.footer-column:last-of-type ul li a:hover {
    cursor: pointer;
}

.footer-column:last-of-type ul li a:hover {
    text-decoration: underline;
}

/* .footer-column ul li a:hover {
    text-decoration: underline;
} */

/* /////// Footer Styling //////// */

/* /////// Product Section Styling //////// */
.product-section {
    padding-top: 86px;
    position: relative;
}

.product-section .navbar {
    top: 0;
    left: 0;
    right: 0;
    z-index: 13;
    width: 100%;
    position: fixed;
    background: #ffffff;
}

.product-section h1 {
    margin: 0;
    font-size: 72px;
    text-align: left;
}

.product-section p {
    margin: 0;
    font-size: 20px;
    color: #666666;
    word-spacing: 5px;
    letter-spacing: 1px;
    font-family: Poppins-Light;
}

.product-icons {
    display: flex;
    padding-top: 86px;
    align-items: center;
    justify-content: center;
}

.product-icons .card {
    padding: 15px;
    margin: 10px 0 10px 0;
    border: 1px solid #e5e5e5;
    box-shadow: 0 0 2px 0 #cecece;
}

.product-icons .card a {
    width: 100%;
    display: flex;
    min-height: 200px;
    position: relative;
    align-items: center;
    justify-content: center;
}

.product-icons .card a img {
    width: 100%;
    height: auto;
    max-width: 250px;
    object-fit: cover;
}

/* /////// Product Section Styling //////// */


/* /////// Contact Section Submit Button Loader//////// */

.button-load {
    border: none;
    color: black;
    padding: 12px 16px;
    font-size: 16px;
}

/* /////// Contact Section Submit Button Loader//////// */


/* /////// Contact Section Styling //////// */
.mn-w-70 {
    min-width: 70px;
}

.contact-details a {
    font-size: 20px;
    color: #1077b9;
    letter-spacing: 1px;
    text-decoration: none;
    font-family: Poppins-Light;
}

.contact-details h1 {
    font-size: 62px;
}

.contact-details span {
    font-size: 18px;
    color: #000000;
    letter-spacing: 1px;
    font-family: Poppins-Light;
}

.contact-details p {
    font-size: 20px;
    color: #000000;
    line-height: 32px;
}

.contact-details p span {
    top: -6px;
    font-size: 14px;
    position: relative;
}

.contact-form {
    padding: 40px;
    border-radius: 16px;
    background-color: #1077b9;
}

.contact-details label {
    display: block;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 5px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: Poppins-Medium;
}

.contact-details .form-control {
    outline: none;
    font-size: 16px;
    color: #ffffff !important;
    font-weight: 400;
    min-height: 46px;
    background: none;
    border-radius: 5px;
    padding: 8px 15px 8px 15px;
    border: 1px solid #ffffff;
    font-family: Poppins-Regular;
}

.contact-details textarea.form-control {
    min-height: 100px;
    padding: 10px 15px 10px 15px;
}

.contact-details .form-control:focus {
    background: none;
    border-color: #ffffff;
    box-shadow: 0 0 5px 0 #ffffff;
}

.contact-details .form-control::placeholder {
    color: #f5f5f5;
}

.contact-details button {
    font-size: 16px;
    min-width: 120px;
    min-height: 48px;
    color: #000000;
    font-weight: 500;
    border-radius: 5px;
    letter-spacing: 1px;
    background: #ffffff;
    text-transform: uppercase;
    font-family: Poppins-Medium;
}

.contact-details button:hover {
    color: #ffffff;
    background: none;
    border-color: #ffffff;
    box-shadow: 0 0 5px 0 #ffffff;
}

.contact-details button:active {
    transform: translateY(2px);
    box-shadow: 0 0 0 0 #ffffff;
}

.contact-details button:disabled {
    opacity: 1;
    cursor: not-allowed;
    pointer-events: auto;
    background: #cccccc;
}

.contact-details button:disabled:hover {
    color: #000000;
    background: #cccccc;
    border-color: transparent;
    box-shadow: 0 0 0 0 #cecece;
}

.contact-details .danger-box {
    text-align: center;
    border-radius: 5px;
    border: 2px solid #ff0000;
    font-family: Poppins-Light;
    bottom: 40px;
    font-size: 14px;
    color: #ffffff;
    margin: 0 12px 0;
    padding: 3px 10px;
    position: absolute;
    background: #ff0000;
    left: 40px;
    min-width: 300px;
    max-width: 300px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.contact-details .success-box {
    text-align: center;
    border-radius: 5px;
    border: 2px solid #4BB543;
    font-family: Poppins-Light;
    bottom: 40px;
    font-size: 14px;
    color: #ffffff;
    margin: 0 12px 0;
    padding: 3px 10px;
    position: absolute;
    background: #4BB543;
    left: 40px;
    min-width: 300px;
    max-width: 300px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.error-text {
    word-spacing: 0 !important;
    font-size: 14px !important;
    color: #ffffff !important;
    font-family: Poppins-Medium !important;
}

/* /////// Contact Section Styling //////// */

/* /////// Work Section Styling //////// */
.work-section {
    padding-top: 86px;
}

.work-section .title-heading-kind {
    text-align: left;
}

.work-section span:first-of-type {
    color: #000000;
    position: relative;
}

.flags-row {
    width: 100%;
    min-height: calc(100vh - 86px);
}

/* /////// Work Section Styling //////// */

/* /////// Services Section Styling //////// */
.before-image {
    position: relative;
}

.before-image::before {
    content: "services";
    font-size: 257px;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
    color: #f4f4f4;
    z-index: 0;
    top: 50%;
    -webkit-transform: translateY(-120%);
    transform: translateY(-120%);
    font-family: heavitas-webfont2;
}

.before-image h1 {
    color: #1077B9;
    text-align: center;
    margin-bottom: 10px;
    margin-top: -100px;
    letter-spacing: 0;
    font-size: 3.556rem;
}

.before-image p {
    margin: 0;
    font-size: 18px;
    color: #333333;
    padding: 0 90px;
    word-spacing: 0;
    letter-spacing: 0;
    line-height: 1.8;
    text-align: center;
    font-family: Poppins-Light;
}

.before-image p:first-of-type {
    margin-bottom: 20px;
}

/* /////// Services Section Styling //////// */

/* /////// Data Science Section Styling //////// */
.data-science-section {
    padding-top: 170px;
}

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

/* .data-science-section h3 {
    display: block;
    color: #c7c7c7;
    font-weight: 300;
    position: relative;
    font-size: 3.556rem;
    padding-bottom: 140px;
}

.data-science-section h3::after {
    width: 5px;
    height: 108px;
    background: linear-gradient(#e7e7e7, rgba(255, 255, 255, 0.027));
    position: absolute;
    content: "";
    left: 0;
    top: 31%;
} */

.data-science-section h2 {
    margin: 0;
    font-size: 48px;
    color: #1077B9;
    text-transform: uppercase;
    font-family: Poppins-ExtraBold;
}

.data-science-section p {
    color: #212529;
    line-height: 40px;
    margin: 10px 0 0 0;
    font-size: 1.333rem;
    letter-spacing: 0.3px;
    text-align: justify;
    font-family: Poppins-Light;
}
.open-data-section h2 {
    margin: 0;
    font-size: 4.278rem;
    color: #1077B9;
    text-transform: uppercase;
    font-family: Poppins-ExtraBold;
}

.open-data-section p {
    color: #212529;
    line-height: 33px;
    margin: 10px 0 0 0;
    font-size: 1.2rem;
    letter-spacing: 0.2px;
    text-align: justify;
    font-family: Poppins-Light;
}
.icon-box{
    background-color: #F4F4F4;
    height: 100%;
    text-align: center;
    min-height: 245px;
    margin: 10px;
    padding-top: 40px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}
.icon-box figure {
    height: 80px;
    width: auto;
    display: inline-block;
    text-align: center;
}
.icon-box h3{
    font-size: 1.222rem;
    color:#000;
}
.icon-box p {
    font-size: 0.889rem;
    line-height: 1.2 !important;
    text-align: center;
}
/* /////// Data Science Section Styling //////// */

/* /////// Custom Cursor //////// */
.cursor {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 2px solid #1077B9;
    transition: all 200ms ease-out;
    position: fixed;
    pointer-events: none;
    left: 0;
    top: 0;
    transform: translate(calc(-50% + 15px), -50%);
}

.cursor2 {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: red;
    opacity: 1;
    position: fixed;
    transform: translate(-50%, -50%);
    pointer-events: none;
    transition: width .3s, height .3s, opacity .3s;
}

.hover {
    background-color: #F2F2F2;
    opacity: 0.2;
}

.cursorinnerhover {
    width: auto;
    height: auto;
    opacity: 1;
}

.animate-title {
    position: relative;
}

.animate-title .animate-heading {
    opacity: 0;
    position: absolute;
    visibility: hidden;
}

.animate-title .iam {
    opacity: 1;
    position: absolute;
    visibility: visible;
}

.typed-cursor {
    font-size: 0 !important;
}

.typed-cursor::after {
    height: 50px;
    content: "";
    display: inline-block;
    border: 2px solid rgb(16, 119, 185);
}

#splash {
    width: 100vw;
    height: 100vh;
    position: absolute !important;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: auto;
    z-index: -100;
}

.r-extra-space {
    display: flex;
    padding-top: 87px;
    min-height: 100vh;
    flex-direction: column;
    justify-content: space-between;
}

.r-extra-space footer {
    padding: 35px;
    margin-top: 74px;
}

.slide-section {
    display: flex;
    height: 100vh;
    padding-top: 0;
    position: relative;
    align-items: center;
}

.product-title h1 {
    color: #212529;
    font-size: 4.278rem;
}

.product-title p {
    font-size: 18px;
    color: #212529;
    line-height: 1.8;
    margin-top: 10px;
    font-family: Poppins-Light;
}

.product-title h3 {
    color: #1077b9;
    font-size: 2.667rem;
    text-transform: uppercase;
    font-family: heavitas-webfont1;
}

.product-title .word-spacing-none {
    word-spacing: 0;
    letter-spacing: 0.5px;
}

.after-effect {
    position: relative;
}

.after-effect::after {
    content: "Life @ LFD";
    font-size: 15vw;
    position: absolute;
    width: 100%;
    height: 200px;
    /* background-color: #000; */
    top: 0;
    left: 0;
    color: #f4f4f477;
    z-index: -1;
    font-family: "heavitasregular";
    top: 35%;
    -webkit-transform: translateY(-120%);
    transform: translateY(-120%);
    left: 60% !important;
    -webkit-transform: translateX(-50%);
    transform: translateX(-46%);
    font-family: heavitas-webfont1;
}

.pb-10vh {
    padding-bottom: 10vh;
}

.product-title h2 {
    font-size: 4rem;
    font-family: heavitas-webfont1;
}

.product-title h2 span:first-of-type {
    color: #212529;
    position: relative;
}

.product-title h2 span:last-of-type {
    color: #1077b9;
}

.product-title h2 span:first-of-type::after {
    position: absolute;
    width: 50px;
    height: 8px;
    background-color: #1077b9;
    content: "";
    top: 50%;
    right: -30%;
    margin-top: -4px;
}

.bg-box {
    background-color: #1077b9;
    padding: 40px;
    width: 100%;
    min-height: 280px;
    -webkit-box-shadow: -30px -24px 0px #1078b921;
    box-shadow: -30px -24px 0px #1078b921;
    margin-left: 40px;
    margin-top: 99px;
    background: url(images/bg_special.png) #1077b9;
    position: relative;
    z-index: 12;
}

.bg-box ul li {
    font-size: 1.222rem;
    line-height: 1.9;
    text-align: right;
    color: #fff;
    list-style: none;
    font-family: Poppins-ExtraLight;
}

.bg-box ul li:nth-of-type(2) {
    font-family: Poppins-Regular;
}

.slick-wrapper {
    padding: 0 50px;
    margin-bottom: 100px;
}

.slick-box {
    padding: 0 5px;
    border-radius: 12px;
    height: auto !important;
}

.slick-box img {
    width: 100%;
    border-radius: 5px;
}

.slick-wrapper .slick-prev,
.slick-wrapper .slick-next {
    top: 50%;
    width: auto;
    height: auto;
}

.slick-wrapper .slick-prev {
    left: -10px;
}

.slick-wrapper .slick-next {
    right: -10px;
}

.slick-wrapper .slick-prev::before,
.slick-wrapper .slick-next::before {
    font-size: 40px;
    color: #1077b9;
}

.slick-wrapper .slick-track {
    height: auto;
}

.slick-wrapper .slick-list {
    height: auto;
}

.details-section {
    padding-bottom: 50px;
}

.details-section h2 {
    font-size: 4rem;
    margin-bottom: 80px;
    font-family: heavitas-webfont2;
}

.details-section h2 span {
    position: relative;
}

.details-section h2 span::after {
    position: absolute;
    width: 50px;
    height: 8px;
    background-color: #1077b9;
    content: "";
    top: 50%;
    right: -25%;
    margin-top: -4px;
}

.details-section h4 {
    font-size: 18px;
    color: #808080;
    margin-bottom: 40px;
    font-family: Comfortaa-Regular;
}

.details-section h4 span {
    color: #1077b9;
}

.details-card {
    display: flex;
    padding: 20px;
    min-height: 264px;
    position: relative;
    margin-bottom: 30px;
    flex-direction: column;
    align-items: flex-start;
    border: 1px solid #ecebeb;
    justify-content: space-between;
}

.details-card::before {
    position: absolute;
    width: 35px;
    height: 35px;
    display: block;
    background: #f7f7f7;
    border-radius: 50%;
    top: 0;
    left: 0;
    content: "";
}

.details-card::after {
    position: absolute;
    content: url(images/bottom-arrow.svg);
    bottom: -5px;
    right: 0;
    z-index: -1;
}

.details-card h3 {
    width: 100%;
    display: flex;
    font-size: 20px;
    color: #000000;
    position: relative;
    align-items: center;
    font-family: Poppins-Regular;
    justify-content: space-between;
}

.details-card h3 a {
    color: #000000;
    text-decoration: none;
}

.details-card h3 span a {
    margin-left: 10px;
}

.details-card h3 span img {
    cursor: pointer;
    margin-left: 6px;
}

.details-card p {
    color: #a7a7a7;
    font-size: 15px;
    padding-top: 5px;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-card .see-more-link {
    font-size: 14px;
    color: #1077b9;
    text-decoration: none;
    margin-top: 10px;
    display: inline-block;
    font-family: Poppins-Medium;
}







.blog-card {
    display: flex;
    padding: 20px;
    min-height: 264px;
    position: relative;
    margin-bottom: 30px;
    flex-direction: column;
    align-items: flex-start;
    border: 1px solid #ecebeb;
    justify-content: space-between;
}

/* .blog-card::before {
    position: absolute;
    width: 35px;
    height: 35px;
    display: block;
    background: #f7f7f7;
    border-radius: 50%;
    top: 0;
    left: 0;
    content: "";
}

.blog-card::after {
    position: absolute;
    content: url(images/bottom-arrow.svg);
    bottom: -5px;
    right: 0;
    z-index: -1;
} */

.blog-card h3 {
    width: 100%;
    display: flex;
    font-size: 20px;
    color: #000000;
    position: relative;
    font-weight: 600;
    align-items: center;
    font-family: Poppins-Regular;
    justify-content: space-between;
}
.blog-card h3 a {
    color: #000000;
    text-decoration: none;
}

.blog-card h3 span a {
    margin-left: 10px;
}

.blog-card h3 span img {
    cursor: pointer;
    margin-left: 6px;
}
.blog-card h5{
    font-size: 13px;
    padding: 0px;
    color: #868686;
}
.blog-card p {
    color: #2c2c2c;
    font-size: 15px;
    padding-top: 5px;
    font-weight: 500;
    margin-bottom: 0;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-card .see-more-link {
    font-size: 14px;
    color: #1077b9;
    margin-top: 10px;
    display: inline-block;
    font-family: Poppins-Medium;
}



.description-model .modal-dialog {
    max-width: 750px;
}

.city-box {
    width: 100%;
    display: flex;
    padding-right: 60px;
    align-items: center;
    justify-content: space-between;
}

.city-box a {
    font-size: 18px;
    color: #1077b9;
    text-decoration: none;
    font-family: Poppins-Light;
}

.city-box a:hover {
    text-decoration: underline;
}

.city-box h5 {
    margin: 0;
    font-size: 18px;
    color: #1077b9;
    font-family: Poppins-Light;
}

/* ////// Slick Slider Styling ////// */
.slick-track,
.slick-list {
    height: 100vh;
}

.slick-slider {
    -webkit-user-select: text !important;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text !important;
}

.slick-dotted.slick-slider {
    margin: 0;
}

.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

.slides {
    width: 100%;
    height: 100vh !important;
}

.slides section {
    width: 100%;
}

.slick-vertical .slick-slide {
    height: 100vh !important;
}

.slides .slide {
    color: #419be0;
    background: white;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
}

.slick-dots {
    top: 0;
    right: 0;
    left: auto;
    width: auto !important;
    flex-direction: column;
    justify-content: center;
    display: flex !important;
    position: fixed !important;
}

.slick-dots li {
    display: block;
    margin: 0 0 5px 0 !important;
}

.slick-dots li button::before {
    border-radius: 10px;
    background: #c4c4c4;
    opacity: 1 !important;
    width: 3px !important;
    content: "" !important;
    height: 15px !important;
}

.slick-dots li button::after {
    top: 6px;
    opacity: 0;
    width: auto;
    right: 40px;
    font-size: 14px;
    color: #000000;
    position: absolute;
    white-space: nowrap;
    font-family: Poppins-Regular;
    transition: all 0.3s ease-in-out;
}

.slick-dots li:first-of-type button::after {
    content: "Our Services";
}

.slick-dots li:nth-of-type(2) button::after {
    content: "Data Science Consulting";
}

.slick-dots li:nth-of-type(3) button::after {
    content: "Data Auditing";
}

.slick-dots li:nth-of-type(4) button::after {
    content: "Business Intelligence Services";
}

.slick-dots li:nth-of-type(5) button::after {
    content: "Data Strategy";
}

.slick-dots li:nth-of-type(6) button::after {
    content: "Data Architecture";
}

.slick-dots li:nth-of-type(7) button::after {
    content: "Sales Forecasting";
}

.slick-dots li:last-of-type button::after {
    content: "Credit Scoring";
}

.slick-dots li.slick-active button::before {
    background: #000000;
}

.slick-dots li.slick-active button::after {
    opacity: 1;
    transition: all 0.7s ease-in-out;
}

/* ////// Slick Slider Styling ////// */

.social-links ul li a {
    border: 0 !important;
}

/* ////// Mousey Styling ////// */
.mousey {
    width: 3px;
    padding: 10px 15px;
    height: 35px;
    left: 0;
    right: 0;
    bottom: 20px;
    margin: 0 auto;
    position: absolute;
    border-radius: 25px;
    opacity: 0.75;
    box-sizing: content-box;
    border: 2px solid #cccccc;
}

.scroller {
    width: 3px;
    height: 14px;
    border-radius: 25%;
    background-color: #1077b9;
    animation-name: scroll;
    animation-duration: 2.2s;
    animation-timing-function: cubic-bezier(.15, .41, .69, .94);
    animation-iteration-count: infinite;
}

@keyframes scroll {
    0% {
        opacity: 0;
    }

    20% {
        transform: translateY(0);
        opacity: 1;
    }

    100% {
        transform: translateY(15px);
        opacity: 0;
    }
}

.mobile-view-menu {
    top: -50px;
    z-index: 2;
    right: -760px;
    max-width: 720px;
    left: 250px;
    display: none;
    position: absolute;
}

/* ////// Mousey Styling ////// */

/* ///// Our Story Styling ///// */

.story-wrapper {
    display: flex;
    align-items: center;
    min-height: calc(100vh - 86px);
}

.story-wrapper .bg-banner {
    right: 0;
    top: 86px;
    z-index: -1;
    opacity: 0.2;
    position: absolute;
}

.story-wrapper h1 {
    font-size: 88px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-family: Poppins-ExtraBold;
}

.story-wrapper p {
    font-size: 20px;
    line-height: 36px;
    font-family: Poppins-Light;
}

.story-wrapper .bg-paragraph {
    padding: 40px;
    margin-top: 15px;
    line-height: 1.4em;
    position: relative;
    border-radius: 16px;
    margin-top: 9.4983991462vh;
    background-color: #f4f4f4;
}

.story-wrapper .bg-paragraph p {
    font-size: 28px;
    line-height: 1.8;
    color: #333333;
    word-spacing: inherit;
    letter-spacing: inherit;
    font-family: Poppins-Light;
}

.story-wrapper .bg-paragraph svg {
    top: -80px;
    left: 42px;
    width: 19px;
    position: absolute;
}

.our-vision {
    padding-top: 86px;
    position: relative;
}

.our-vision h3 {
    font-size: 88px;
    color: #000000;
    text-transform: uppercase;
    font-family: Poppins-Regular;
}

.our-vision h2 {
    font-size: 88px;
    color: #1077b9;
    text-transform: uppercase;
    font-family: Poppins-ExtraBold;
}

.our-vision .vision-box {
    display: flex;
    align-items: center;
    padding-bottom: 50px;
    min-height: calc(100vh - 86px);
}

.our-vision .vision-box p {
    font-size: 36px;
    color: #000000;
    word-spacing: 9px;
    letter-spacing: 1px;
    font-family: Poppins-Light;
    line-height: 64px !important;
}

.our-vision .vision-box p .color-primary-bold {
    color: #1077b9;
    font-weight: 600;
}

.pr-4 {
    padding-right: 24px;
}

.pl-5 {
    padding-left: 50px !important;
}

.what-we-stand {
    padding-top: 86px;
    position: relative;
}

.what-we-stand h2 span {
    font-size: 64px;
    color: #000000;
    position: relative;
    text-transform: uppercase;
    font-family: Poppins-ExtraBold;
}

/* .what-we-stand h2 span:first-of-type::after {
    position: absolute;
    width: 20%;
    height: 8px;
    background-color: #1077b9;
    content: "";
    top: 50%;
    right: -25%;
    margin-top: -4px;
} */

.what-we-stand h2 span.sub-heading {
    color: #1077b9;
}

.what-we-stand h2 span.sub-heading small {
    font-size: 44px;
}

.what-we-stand img {
    width: 60px;
}

.what-we-stand h3 {
    font-size: 28px;
    color: #969696;
    line-height: 24px;
    margin: 20px 0 0 0;
    text-transform: uppercase;
    font-family: Poppins-ExtraBold;
}

.what-we-stand h4 {
    font-size: 14px;
    color: #1077b9;
    margin: 5px 0 15px 0;
    text-transform: uppercase;
    font-family: Comfortaa-Regular;
}

.what-we-stand p {
    line-height: 28px;
    font-family: Poppins-Light;
}

.mb-40 {
    margin-bottom: 40px;
}

.align-center-box {
    width: 100%;
    display: flex;
    align-items: center;
    min-height: calc(100vh - 86px);
}

.align-center-box h2 {
    margin-bottom: 15px;
}

.align-center-box p {
    font-size: 21px;
    color: #454545;
    line-height: 36px;
    margin-bottom: 40px;
    font-family: Comfortaa-Light;
}

.align-center-box p span {
    color: #1077b9;
}

.what-we-stand .shapes-circle {
    width: 100%;
}

.image-container {
    display: flex;
    padding: 15px;
    min-height: 169px;
    margin-bottom: 20px;
    align-items: center;
    background: #f9f9f9;
    justify-content: center;
}

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

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

/* ///// Our Story Styling ///// */

/* ///// Our Culture Styling ///// */
.our-culture h1 {
    margin-bottom: 20px;
}

.our-culture p {
    margin-bottom: 30px;
}

.our-culture .team-img {
    width: 445px;
}

.what-we-stand .our-impact h2 span:first-of-type::after {
    width: 46%;
    right: -60%;
}

.what-we-stand .our-impact {
    display: flex;
    align-items: center;
    min-height: calc(100vh - 86px);
}

.what-we-stand .our-impact p {
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 25px;
    font-family: Comfortaa-Light;
}

.what-we-stand .our-impact p span {
    color: #1077b9;
}

.marketing-section {
    padding-top: 30px;
}

.marketing-section img {
    width: 100%;
}

.marketing-section p {
    font-size: 18px;
    padding: 0 30px;
    color: #454545;
    line-height: 34px;
    text-align: center;
    font-family: Comfortaa-Regular;
}

.marketing-section p .text-yellow {
    color: #F5A228;
}

.marketing-section p .text-red {
    color: #900C13;
}

.marketing-section p .primary-color {
    color: #1077b9;
}

.marketing-section p .text-green {
    color: #048269;
}

.pd-0 {
    padding: 0 !important;
}

.pdr-30 {
    padding-right: 30px;
}

.pdl-30 {
    padding-left: 30px;
}

/* ///// Our Culture Styling ///// */

/* ///// Our Team Styling ///// */
.circle-shape {
    width: 530px;
}

.leadership-section {
    display: flex;
    align-items: center;
}

.leadership-section h2 {
    font-size: 2rem;
    color: #1077b9;
    text-transform: uppercase;
    font-family: heavitas-webfont2;
}

.team-executive {
    height: 100%;
    overflow: hidden;
    position: relative;
}

.team-executive::after {
    position: absolute;
    height: 100px;
    width: 1px;
    background-color: #fff;
    content: "";
    left: 25px;
    bottom: 40px;
    -webkit-transition: all 1.5s cubic-bezier(0.09, -0.68, 0.26, 1.69);
    transition: all 1.5s cubic-bezier(0.09, -0.68, 0.26, 1.69);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
}

.team-executive:hover::after {
    -webkit-transform: scale(1);
    transform: scale(1);
    background-color: #1077b9;
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    z-index: 2;
}

.team-executive:hover a:before {
    width: 100%;
    content: "";
    height: 50%;
    background-color: #454545;
    position: absolute;
    z-index: 1;
    bottom: 0;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0), #000);
    background: linear-gradient(rgba(0, 0, 0, 0), #000);
}

.team-executive img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 80%;
    width: 100%;
}

.team-executive a {
    display: flex;
}

.team-executive:hover img {
    filter: grayscale(0%);
    transition: all cubic-bezier(0.09, -0.68, 0.26, 1.69);
    opacity: 100%;
}

.team-executive .details {
    position: absolute;
    z-index: 5;
    bottom: 0;
    -webkit-transition: all 1.3s cubic-bezier(0.09, -0.68, 0.26, 1.69);
    transition: all 1.3s cubic-bezier(0.09, -0.68, 0.26, 1.69);
    color: #fff;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
    padding-left: 40px;
    padding-right: 20px;
}

.team-executive:hover .details {
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px);
    opacity: 1;
}

.team-executive .details h2 {
    font-size: 28px;
    color: #ffffff;
    text-transform: capitalize;
    font-family: Comfortaa-Medium;
}

.team-executive .details h3 {
    font-size: 16px;
    color: #ffffff;
    font-family: Comfortaa-Regular;
}

.team-executive span {
    display: block;
    font-size: 12px;
    padding-right: 40px;
    font-family: Comfortaa-Light;
}

.team-executive span svg .arrow {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
}

.team-executive:hover span svg .arrow {
    -webkit-animation: artwork 1.3s cubic-bezier(0.09, -0.68, 0.26, 1.69);
    animation: artwork 1.3s cubic-bezier(0.09, -0.68, 0.26, 1.69);
}

.team-executive span svg .line {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
}

.team-executive:hover span svg .line {
    -webkit-animation: artwork 1.3s cubic-bezier(0.09, -0.68, 0.26, 1.69);
    animation: artwork 1.3s cubic-bezier(0.09, -0.68, 0.26, 1.69);
}

.team-executive.small-box {
    height: 306px;
    margin-bottom: 24px;
}

/* ///// Our Team Styling ///// */

/* ///// Terms Section Styling ///// */
.terms-section {
    min-height: 100vh;
    padding-top: 86px;
}

.terms-section .terms-fixed-nav {
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    background: #ffffff;
}

.terms-section .heading-row {
    padding-top: 70px;
    margin-bottom: 40px;
    border-bottom: 1px solid #cecece;
}

.terms-section .heading-row h1 {
    font-size: 64px;
    color: #333333;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: heavitas-webfont2;
}

.terms-section .content-box {
    margin-bottom: 80px;
}

.terms-section .content-box h3 {
    color: #333333;
    font-size: 1.75rem;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: heavitas-webfont2;
}

.terms-section .content-box p {
    font-size: 18px;
    color: #767676;
    line-height: 34px;
    font-family: Comfortaa-Regular;
}

.terms-section .content-box p a {
    text-decoration: none;
}

.terms-section .content-box ul li {
    font-size: 18px;
    color: #303030;
    line-height: 34px;
    margin-bottom: 10px;
    font-family: Comfortaa-Regular;
}

.mt-80 {
    margin-top: 80px;
}

.plr-25 {
    padding: 0 25px !important;
}

.drawer-content img {
    width: 50%;
}

.flag-title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flag-title img {
    width: 520px !important;
}

.countries-flags {
    width: 100%;
}

/* ///// Terms Section Styling ///// */

@media (min-width: 1351px) and (max-width: 1366px) {
    .r-extra-space footer {
        padding: 25px;
        margin-top: 0;
    }

    .countries-flags {
        width: 70%;
    }

    .tb-view-mb-40 {
        margin-bottom: 40px;
    }

    .story-wrapper h1 {
        font-size: 70px;
        margin-bottom: 15px;
    }

    .story-wrapper .bg-paragraph p {
        font-size: 20px;
    }

    .our-vision .vision-box p {
        font-size: 26px;
        line-height: 50px !important;
    }

    .our-vision h2 {
        font-size: 70px;
    }

    .our-vision h3 {
        font-size: 70px;
    }

    .what-we-stand h2 span {
        font-size: 40px;
    }

    .what-we-stand h3 {
        font-size: 20px;
        margin: 10px 0 0 0;
    }

    .what-we-stand h4 {
        font-size: 12px;
        margin: 5px 0 5px 0;
    }

    .what-we-stand .ellipsis-text p {
        font-size: 14px;
        line-height: 24px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
    }

    .mb-40 {
        margin-bottom: 0;
    }

    .mousey {
        padding: 10px 10px;
        height: 20px;
        bottom: 5px;
    }

    .align-center-box p {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .image-container {
        padding: 10px;
        min-height: 100px;
        margin-bottom: 10px;
    }

    .our-culture h1 br {
        display: none;
    }

    .marketing-section p {
        font-size: 15px;
        padding: 0 15px;
        line-height: 30px;
    }
}

/* ///// Medium Media Query Start Here ///// */
@media (min-width: 991px) and (max-width: 1350px) {
    .offcanvas {
        padding: 0 0 0 100px;
    }

    .flag-title img {
        width: 280px !important;
    }

    .countries-flags {
        width: 70% !important;
    }

    .offcanvas .offcanvas-body ul h3 {
        font-size: 36px;
    }

    .offcanvas .offcanvas-body ul {
        margin: 0 70px 0 0;
    }

    .title-row h1 {
        font-size: 70px;
    }

    footer {
        padding: 25px;
    }

    .footer-2column .social-media {
        width: 25%;
    }

    .footer-column {
        width: auto;
        padding-left: 15px;
        padding-right: 15px;
    }

    .footer-column h3 {
        font-size: 18px;
    }

    .footer-column ul li a {
        font-size: 12px;
    }

    .product-title h1 {
        margin-top: 20px;
        font-size: 3.278rem !important;
    }

    .contact-form {
        padding: 20px;
    }

    .contact-details p {
        font-size: 16px;
    }

    .contact-details a {
        font-size: 16px;
    }

    .work-section img {
        width: 100%;
    }

    .before-image::before {
        font-size: 165px;
        transform: translateY(-160%);
        -webkit-transform: translateY(-160%);
    }

    .data-science-section h2 {
        font-size: 34px;
    }

    .data-science-section p {
        font-size: 16px;
        line-height: 36px;
    }

    .r-extra-space footer {
        padding: 15px;
        margin-top: 0;
    }

    .r-extra-space .footer-column h4 {
        font-size: 16px;
    }

    .after-effect::after {
        left: 45% !important;
    }

    .product-title h2 {
        font-size: 52px;
    }

    .bg-box {
        margin-left: 20px;
    }

    .tb-view-mb-40 {
        margin-bottom: 40px;
    }

    .footer-column:nth-of-type(2) {
        width: 50%;
    }

    .details-card h3 {
        align-items: flex-start;
    }

    .details-card h3 span {
        display: flex;
    }

    .contact-details .success-box {
        left: 20px;
        bottom: 20px;
        min-width: 270px;
        max-width: 270px;
    }

    .contact-details .danger-box {
        left: 20px;
        bottom: 20px;
        min-width: 270px;
        max-width: 270px;
    }

    .our-culture h1 br {
        display: none;
    }

    .story-wrapper p {
        font-size: 16px;
        line-height: 30px;
    }

    .our-culture .team-img {
        width: 400px;
    }

    .marketing-section p {
        font-size: 14px;
        padding: 0 15px;
        line-height: 26px;
    }

    .marketing-section {
        display: flex;
        padding-top: 0;
        flex-direction: column;
        justify-content: center;
        min-height: calc(100vh - 86px);
    }

    .drawer-content img {
        width: 50%;
    }
}

/* ///// Medium Media Query End Here /////// */

@media (min-width: 991px) and (max-width: 1024px) {
    .story-wrapper h1 {
        font-size: 65px;
    }

    .story-wrapper .bg-paragraph p {
        font-size: 20px;
    }

    .our-vision .vision-box p {
        font-size: 26px;
        line-height: 50px !important;
    }

    .what-we-stand h2 span {
        font-size: 40px;
    }

    .what-we-stand h3 {
        font-size: 20px;
    }

    .mb-40 {
        margin-bottom: 10px;
    }

    .what-we-stand .ellipsis-text p {
        font-size: 14px;
        line-height: 24px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
    }

    .mousey {
        padding: 10px 10px;
        height: 20px;
        bottom: 15px;
    }

    .align-center-box p {
        font-size: 16px;
        line-height: 32px;
    }

    .image-container {
        min-height: 130px;
    }

    .mobile-view-column-reverse {
        flex-direction: inherit;
    }

    .team-executive.small-box {
        height: 250px;
    }
}

/* ///// Small Media Query Start Here ////// */
@media (min-width: 768px) and (max-width: 990px) {
    .title-row h1 {
        font-size: 60px;
        word-spacing: 0;
        letter-spacing: 2px;
    }

    .flag-title {
        flex-direction: column;
    }

    .flag-title img {
        margin-top: 20px;
    }

    .slides {
        overflow: auto;
        height: auto !important;
    }

    .animate-heading span {
        font-size: 60px !important;
    }

    .title-row h1 span {
        font-size: 40px;
    }

    .navbar .navbar-collapse {
        padding-right: 30px;
        display: flex !important;
    }

    .navbar .container-fluid {
        flex-wrap: initial !important;
    }

    .offcanvas {
        padding: 0 10px 0 10px;
    }

    .header-links {
        min-width: 200px;
    }

    .body-details {
        padding: 206px 20px 20px 40px;
    }

    .offcanvas .offcanvas-body ul {
        margin: 0;
    }

    .offcanvas .offcanvas-body ul h3 {
        font-size: 40px;
    }

    .slide-content .column a span.description {
        width: 100%;
        padding: 0 20px;
    }

    footer {
        padding: 25px;
    }

    footer .footer-2column {
        flex-direction: column;
    }

    footer .footer-2column .social-media {
        width: 100%;
        border-right: 0;
        margin-bottom: 20px;
    }

    footer .footer-column {
        width: 20%;
        padding-left: 13px;
        padding-right: 13px;
    }

    .footer-column h3 {
        font-size: 18px;
    }

    .footer-column ul li a {
        font-size: 12px;
    }

    footer .footer-column:first-of-type {
        width: 65%;
        padding-left: 0;
    }

    footer .footer-column:nth-of-type(2) {
        width: 50%;
        padding-right: 15px;
    }

    footer .footer-column:nth-of-type(3) h3 {
        margin-bottom: 15px;
    }

    .mobile-view-menu {
        right: -400px;
        max-width: 500px;
        flex-direction: column;
    }

    .offcanvas .mobile-view-menu ul {
        width: 100%;
        margin: 0 !important;
    }

    .product-title h1 {
        margin-top: 30px;
        font-size: 2.7rem !important;
    }

    .title-row.contact-details h1 {
        font-size: 40px;
    }

    .contact-details .mb-4 {
        margin-bottom: 1rem !important;
    }

    .contact-form {
        padding: 15px;
    }

    .work-section {
        height: auto !important;
    }

    .work-section .title-row {
        min-height: inherit;
    }

    .flags-row {
        margin-top: 30px;
        margin-bottom: 30px;
        min-height: inherit;
    }

    .work-section .justify-content-end {
        justify-content: center !important;
    }

    .title-row {
        min-height: inherit;
        margin: 20px 0 30px 0;
    }

    .slick-slide .product-section {
        min-height: calc(100vh - 107px);
    }

    .before-image h1 {
        text-align: left;
        margin-top: -185px;
    }

    .before-image p {
        font-size: 16px;
        text-align: left;
        padding: 0 30px 0 0;
    }

    .data-science-section h2 {
        font-size: 28px;
    }

    .data-science-section p {
        line-height: 30px;
        font-size: 16px;
    }

    .r-extra-space footer {
        padding: 15px;
        margin-top: 0;
    }

    .footer-2column .social-media a {
        text-decoration: none;
    }

    .r-extra-space {
        padding-top: 120px;
    }

    .slick-dots {
        bottom: 0 !important;
    }

    .title-row.animate-title {
        min-height: calc(100vh - 86px);
    }

    .product-section {
        height: auto;
    }

    .product-title {
        min-height: calc(100vh - 450px);
    }

    .slick-dots li button::after {
        display: none;
    }

    .before-image::before {
        top: -50%;
        font-size: 130px;
    }

    .mousey {
        display: none;
    }

    body {
        overflow: auto !important;
    }

    .slides .slide {
        height: auto;
    }

    .slide-section {
        height: auto;
        margin: 20px 0 20px 0;
    }

    .r-extra-space {
        min-height: inherit;
    }

    .r-extra-space footer {
        margin-top: 30px;
    }

    .before-image {
        margin: 290px 0 30px 0;
    }

    .after-effect::after {
        left: 46% !important;
    }

    .product-title h3 {
        font-size: 30px;
    }

    .bg-box {
        margin-left: 15px;
    }

    .drawer-shape {
        display: none;
    }

    .contact-details .success-box {
        left: 15px;
        bottom: 15px;
        min-width: 300px;
        max-width: 300px;
    }

    .contact-details .danger-box {
        left: 15px;
        bottom: 15px;
        min-width: 300px;
        max-width: 300px;
    }

    .story-wrapper {
        padding-top: 40px;
        min-height: inherit;
    }

    .story-wrapper p {
        font-size: 24px;
        line-height: 36px;
    }

    .story-wrapper .bg-banner {
        display: none;
    }

    .pl-5 {
        padding-left: 0 !important;
    }

    .mobile-view-column-reverse {
        flex-direction: column-reverse;
    }

    .what-we-stand h2 span {
        font-size: 40px;
    }

    .mb-40 {
        margin-bottom: 10px;
    }

    .what-we-stand .ellipsis-text p {
        font-size: 14px;
        line-height: 24px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
    }

    .align-center-box p {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    .image-container {
        padding: 10px;
        min-height: 135px;
        margin-bottom: 15px;
    }

    .our-culture h1 br {
        display: none;
    }

    .our-culture p {
        font-size: 20px !important;
    }

    .our-culture .text-right {
        text-align: center !important;
    }

    .tablet-view-auto {
        height: auto;
        scroll-snap-align: start;
    }

    .marketing-section {
        padding: 0 35px 0 35px;
    }

    .mobile-view-column-reverse {
        flex-direction: column-reverse;
    }

    .marketing-section img {
        margin-bottom: 10px;
    }

    .marketing-section p {
        margin-bottom: 30px;
    }

    .team-executive {
        margin-bottom: 24px;
    }

    .terms-section .heading-row h1 {
        font-size: 54px;
    }

    .drawer-content {
        flex-direction: column;
    }

    .drawer-content p {
        margin-bottom: 20px;
    }

    .drawer-content img {
        width: 60%;
    }

}

/* ///// Small Media Query End Here //////// */

/* ///// Extra Small Media Query Start Here  */
@media (min-width: 576px) and (max-width: 767px) {
    .navbar {
        background: #ffffff;
        padding: 15px 10px !important;
    }

    .flag-title {
        flex-direction: column;
    }

    .flag-title img {
        margin-top: 20px;
    }

    .after-effect {
        margin: 86px 0 30px !important;
    }

    .slides {
        overflow: auto;
    }

    .navbar {
        flex-wrap: inherit !important;
    }

    .navbar-collapse {
        display: flex !important;
    }

    .navbar .navbar-toggler {
        display: none;
    }

    .offcanvas {
        padding: 0 15px 0 15px;
    }

    .header-links {
        min-width: 200px;
        padding: 20px 0 20px 0;
    }

    .body-details {
        padding: 180px 20px 20px 25px;
    }

    .body-details .social-links {
        flex-direction: column;
    }

    .offcanvas .offcanvas-body ul {
        margin: 0;
    }

    .offcanvas .offcanvas-body ul:last-of-type {
        margin-top: 0;
    }

    .title-row.animate-title h1 {
        font-size: 44px;
    }

    .animate-heading span {
        font-size: 44px !important;
    }

    .title-row h1 span {
        font-size: 27px;
    }

    .slide-content .column a span.description {
        width: 100%;
        padding: 0 15px;
    }

    footer {
        padding: 15px;
    }

    .footer-2column {
        flex-direction: column;
    }

    .footer-2column .social-media {
        width: 100%;
        border-right: 0;
    }

    .footer-2column .social-media p {
        margin: 5px 0 15px;
    }

    .footer-column {
        padding-left: 0;
        border-right: 0;
    }

    .footer-column h3 {
        font-size: 16px;
    }

    .footer-2column .footer-inner {
        flex-wrap: wrap;
    }

    .footer-column:first-of-type {
        width: 80%;
        border-right: 0;
    }

    .footer-column:nth-of-type(2) {
        width: 47%;
        border-right: 0;
        padding-right: 10px;
    }

    .footer-column:nth-of-type(3) {
        width: 15%;
        border-right: 0;
    }

    .footer-column:nth-of-type(3) h3 {
        margin-bottom: 15px;
    }

    .footer-column:nth-of-type(4) {
        width: 20%;
        margin-top: 20px;
        border-right: 0;
    }

    .footer-column:last-of-type {
        width: 47%;
        margin-top: 0;
        border-right: 0;
    }

    .footer-column ul li a {
        font-size: 13px;
    }

    .product-section h1 {
        font-size: 50px;
        margin: 10px 0 0 0;
    }

    .contact-form {
        padding: 15px;
    }

    .contact-details p {
        font-size: 16px;
    }

    .contact-details a {
        font-size: 16px;
    }

    .contact-details span {
        font-size: 16px;
    }

    .contact-form .mb-4 {
        margin-bottom: 1.2rem !important;
    }

    .work-section .title-row {
        min-height: inherit;
    }

    .work-section span:first-of-type::after {
        right: -130px;
    }

    .flags-row {
        margin-top: 15px;
        min-height: inherit;
    }

    .flags-row img {
        width: 100%;
    }

    .product-wrapper .product-title {
        margin: 20px 0 30px;
    }

    .product-wrapper .product-title p {
        margin-bottom: 20px;
    }

    .before-image::before {
        font-size: 97px;
        top: 21%;
    }

    .slick-slide .product-section .before-image h1 {
        text-align: left;
    }

    .slick-slide .product-section .before-image p {
        font-size: 16px;
        text-align: left;
        padding: 0 20px 0 0;
    }

    .data-science-section h2 {
        font-size: 30px;
    }

    .before-image p {
        padding: 0;
    }

    .data-science-section p {
        line-height: 26px;
        font-size: 14px;
    }

    .slide-section {
        padding-top: 110px;
    }

    .slick-dots {
        bottom: 320px !important;
    }

    .r-extra-space footer {
        padding: 15px;
        margin-top: 0;
    }

    .r-extra-space {
        padding-top: 120px;
    }

    .r-extra-space img {
        display: none !important;
    }

    .slick-dots li button::after {
        display: none;
    }

    .data-science-section img {
        width: 80%;
        margin: 0 auto;
    }

    .r-extra-space footer {
        overflow: auto;
        margin-top: 20px;
        max-height: 350px;
    }

    .footer-2column .social-media a {
        text-decoration: none;
    }

    .section {
        height: auto;
        scroll-snap-align: inherit;
    }

    .work-section {
        margin-bottom: 30px;
    }

    body {
        overflow: auto !important;
    }

    .slides {
        height: auto !important;
    }

    .slides .slide {
        height: auto;
    }

    .product-section {
        padding-top: 0;
    }

    .before-image {
        margin-top: 170px;
        min-height: inherit;
    }

    .r-extra-space footer {
        height: auto;
    }

    .r-extra-space img {
        display: inline-block !important;
    }

    .slide-section {
        height: auto;
    }

    .mousey {
        display: none;
    }

    .mobile-view-menu {
        right: -280px;
        max-width: 300px;
        flex-direction: column;
    }

    .offcanvas .mobile-view-menu ul {
        margin: 0 !important;
    }

    .offcanvas .mobile-view-menu ul h3 {
        font-size: 30px;
    }

    .offcanvas .mobile-view-menu ul li a {
        font-size: 16px;
    }

    .offcanvas {
        overflow: auto;
    }

    .after-effect::after {
        display: none;
    }

    .product-title h3 {
        font-size: 24px;
    }

    .product-title h2 {
        font-size: 40px;
    }

    .product-title h2 span:first-of-type::after {
        right: -40%;
    }

    .pb-10vh {
        margin-top: 70px;
        padding-bottom: 2vh;
    }

    .drawer-shape {
        display: none;
    }

    .bg-box {
        margin-left: 15px;
    }

    .details-section h2 {
        font-size: 3rem;
        margin-bottom: 30px;
    }

    .contact-details .success-box {
        left: 15px;
        bottom: 15px;
    }

    .contact-details .danger-box {
        left: 15px;
        bottom: 15px;
    }

    .contact-details {
        padding-top: 86px;
    }

    .container,
    .container-sm {
        max-width: 100% !important;
        padding: 0 20px !important;
    }

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

    .story-wrapper .bg-banner {
        display: none;
    }

    .our-vision .vision-box {
        min-height: inherit;
    }

    .pl-5 {
        padding-left: 15px !important;
    }

    .mobile-view-column-reverse {
        flex-direction: column-reverse;
    }

    .our-culture h1 br {
        display: none;
    }

    .our-culture .text-right {
        text-align: center !important;
    }

    .what-we-stand .our-impact {
        min-height: inherit;
    }

    .marketing-section {
        padding: 0 20px;
    }

    .marketing-section img {
        margin-bottom: 10px;
    }

    .marketing-section p {
        margin-bottom: 20px;
    }

    .mobile-view-column-reverse {
        flex-direction: column-reverse;
    }

    .circle-shape {
        width: 100%;
        margin-bottom: 24px;
    }

    .team-executive {
        margin-bottom: 24px;
    }

    .terms-section .heading-row h1 {
        font-size: 42px;
    }

    .terms-section .heading-row {
        padding-top: 40px;
        margin-bottom: 30px;
    }

    .drawer-content {
        flex-direction: column;
    }

    .drawer-content p {
        font-size: 16px;
        line-height: 28px;
    }

    .drawer-content img {
        width: 80%;
    }

}

/* ///// Extra Small Media Query End Here // */

@media (min-width: 350px) and (max-width: 575px) {
    .navbar {
        background: #ffffff;
        flex-wrap: inherit !important;
        padding: 15px 0 !important;
    }

    .flag-title {
        flex-direction: column;
    }

    .flag-title img {
        width: 100% !important;
        margin-top: 20px;
    }

    .slides {
        overflow: auto;
    }

    .navbar .navbar-toggler {
        display: none;
    }

    .navbar-collapse {
        display: flex !important;
    }

    .offcanvas {
        overflow: auto;
        padding: 0 15px 0 15px;
    }

    .mobile-view-column {
        flex-direction: column;
    }

    .header-links {
        min-width: 100%;
        padding: 20px 0 20px 0;
    }

    .header-links ul {
        padding-left: 0;
        margin: 30px 0 0 0;
    }

    .body-details {
        padding: 0;
        background: none;
        min-height: inherit;
    }

    .drawer-shape {
        display: none;
    }

    .social-links {
        flex-direction: column;
    }

    .offcanvas .offcanvas-body ul {
        padding: 0;
        margin: 0;
    }

    .offcanvas .offcanvas-body ul h3 {
        font-size: 30px;
    }

    .offcanvas .offcanvas-body ul:last-of-type {
        margin-top: 0;
    }

    .title-row h1 {
        font-size: 28px;
        word-spacing: 2px;
        letter-spacing: 1px;
    }

    .animate-heading span {
        font-size: 28px !important;
    }

    .typed-cursor::after {
        height: 20px;
    }

    .title-row h1 span {
        font-size: 25px;
    }

    .slide-content .column a span.description {
        width: 100%;
        padding: 0 5px;
        font-size: 12px;
    }

    .slide-content .column a {
        font-size: 14px;
    }

    footer {
        padding: 15px;
    }

    .footer-2column {
        flex-direction: column;
    }

    .footer-2column .social-media {
        width: 100%;
        border-right: 0;
        margin-bottom: 15px;
    }

    .footer-2column .social-media p {
        margin: 5px 0 0;
    }

    .footer-2column .footer-inner {
        flex-wrap: wrap;
    }

    .footer-column {
        width: 50%;
        padding-left: 0;
        border-right: 0;
        margin-bottom: 20px;
    }

    .footer-column:nth-of-type(3) h3 {
        margin-bottom: 5px;
    }

    /* .footer-column:nth-of-type(3) h3::after {
        content: "Other Links";
    } */
    .footer-column:nth-of-type(1) {
        width: 100%;
        padding-right: 0;
    }

    .before-image::before {
        font-size: 60px;
        top: -50px;
    }

    .before-image h1 {
        font-size: 36px !important;
    }

    .before-image p {
        padding: 0;
        font-size: 14px;
    }

    .slick-dots li button:before {
        left: 10px !important;
        width: 5px !important;
    }

    .slick-dots li button::after {
        display: none;
    }

    .data-science-section h2 {
        font-size: 22px;
    }

    .data-science-section p {
        font-size: 14px;
        line-height: 24px;
    }

    .r-extra-space footer {
        padding: 15px;
        overflow: auto;
        margin-top: 10px;
        height: calc(100vh - 370px);
    }

    .footer-2column .social-media a {
        text-decoration: none;
    }

    .r-extra-space footer .footer-column h4 {
        margin-bottom: 0;
    }

    .r-extra-space footer .footer-column:first-of-type {
        width: 100%;
    }

    .r-extra-space footer .footer-column:nth-of-type(2) {
        width: 60%;
    }

    .r-extra-space footer .footer-column:nth-of-type(3) {
        width: 40%;
    }

    .r-extra-space img {
        display: none !important;
    }

    .data-science-section .footer-column:nth-of-type(3) h4 {
        margin-bottom: 0;
    }

    .data-science-section .footer-column:nth-of-type(3) h4::after {
        content: "Other Links";
    }

    .product-title {
        min-height: inherit;
        margin: 90px 0 30px 0;
    }

    .product-title h1 {
        margin-top: 20px;
    }

    .product-title p {
        margin-bottom: 20px;
    }

    .contact-details p {
        font-size: 14px;
    }

    .contact-details a {
        font-size: 14px;
    }

    .contact-details span {
        font-size: 14px;
    }

    .contact-form {
        padding: 15px;
    }

    [data-aos=fade-up] {
        opacity: 1 !important;
        transform: translate3d(0, 0, 0) !important;
    }

    .work-section .title-row {
        min-height: inherit;
        margin: 30px 0 30px 0;
    }

    .flags-row {
        min-height: inherit;
    }

    .flags-row img {
        width: 100%;
    }

    .work-section {
        height: auto;
        margin-bottom: 20px;
    }

    .work-section span:first-of-type::after {
        right: -115px;
    }

    .product-section {
        height: auto;
    }

    .section {
        scroll-snap-align: inherit;
    }

    .work-section {
        padding-top: 30px;
    }

    .slick-slide img {
        width: 75%;
        margin: 0 auto;
    }

    .slide-section {
        padding-top: 80px;
    }

    .mousey {
        display: none;
    }

    .footer-column:nth-of-type(2) {
        width: 50%;
        padding-right: 0;
    }

    .footer-column:nth-of-type(2) .mobile-view {
        flex-direction: column;
    }

    .footer-column h3 {
        margin-bottom: 5px;
    }

    .mobile-view-menu {
        max-width: inherit;
        position: static;
    }

    .offcanvas .mobile-view-menu ul {
        margin: 0;
        padding: 0;
    }

    .offcanvas .mobile-view-menu ul h3 {
        display: none;
    }

    .offcanvas .mobile-view-menu ul:last-of-type {
        margin-top: 0;
    }

    .header-links ul li a {
        font-size: 18px;
        border-right: 0;
        margin-left: 0 !important;
    }

    .offcanvas .mobile-view-menu ul li a {
        border: 0;
        font-size: 16px;
        padding-left: 35px;
    }

    .before-image {
        min-height: 100vh;
    }

    body {
        overflow: auto !important;
    }

    .slides {
        height: auto !important;
    }

    .slides .slide {
        height: auto;
    }

    .product-section {
        padding-top: 0;
    }

    .before-image {
        margin-top: 230px;
        min-height: inherit;
    }

    .r-extra-space footer {
        height: auto;
    }

    .r-extra-space img {
        display: inline-block !important;
    }

    .slide-section {
        height: auto;
    }

    .banner-section .navbar {
        background: none !important;
    }

    .data-science-section p {
        text-align: left;
    }

    .product-title h3 {
        font-size: 18px;
    }

    .product-title .word-spacing-none {
        font-size: 16px;
    }

    .product-title h2 {
        font-size: 36px;
    }

    .product-title h2 span:first-of-type::after {
        right: -50%;
    }

    .pb-10vh {
        padding-bottom: 2vh;
    }

    .after-effect::after {
        display: none;
    }

    .bg-box {
        padding: 20px;
        min-height: inherit;
        -webkit-box-shadow: -12px -11px 0px #1078b921;
        box-shadow: -12px -11px 0px #1078b921;
        margin-left: 0;
        margin-top: 25px;
    }

    .bg-box ul {
        margin-bottom: 0;
    }

    .bg-box ul li {
        font-size: 18px;
    }

    .slick-wrapper {
        margin-bottom: 50px;
    }

    .details-section h2 {
        font-size: 36px;
        margin-bottom: 20px;
    }

    .details-section h4 {
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 30px;
    }

    .details-card {
        padding: 15px;
        min-height: 264px;
        margin-bottom: 20px;
    }

    .details-card h3 {
        font-size: 16px;
        font-family: 'Poppins-Medium';
    }

    .details-section {
        padding-bottom: 20px;
    }

    .contact-details .success-box {
        left: 15px;
        bottom: 15px;
    }

    .contact-details .danger-box {
        left: 15px;
        bottom: 15px;
    }

    .story-wrapper .bg-banner {
        display: none;
    }

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

    .story-wrapper h1 {
        font-size: 45px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .story-wrapper p {
        font-size: 16px;
        line-height: 30px;
    }

    .story-wrapper .bg-paragraph {
        padding: 20px;
    }

    .story-wrapper .bg-paragraph svg {
        top: -75px;
        left: 22px;
        width: 14px;
    }

    .story-wrapper .bg-paragraph p {
        font-size: 20px;
    }

    .our-vision {
        height: auto;
        padding-top: 50px;
    }

    .our-vision h3 {
        font-size: 60px;
        margin-bottom: 0;
    }

    .our-vision h2 {
        font-size: 60px;
    }

    .our-vision .vision-box p {
        font-size: 20px;
        line-height: 34px !important;
    }

    .our-vision .vision-box {
        padding-bottom: 0;
        min-height: inherit;
    }

    .mobile-view-column-reverse {
        flex-direction: column-reverse;
    }

    .pl-5 {
        padding-left: 15px !important;
    }

    .what-we-stand h2 span {
        font-size: 40px;
    }

    .what-we-stand {
        height: auto;
        padding-top: 86px;
    }

    .align-center-box p {
        font-size: 16px;
        line-height: 32px;
    }

    .our-culture h1 br {
        display: none;
    }

    .our-culture .team-img {
        width: 100%;
    }

    .marketing-section {
        padding: 0 15px;
    }

    .marketing-section p {
        font-size: 14px;
        padding: 0 15px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .marketing-section img {
        margin-bottom: 10px;
    }

    .circle-shape {
        width: 100%;
    }

    .team-executive {
        margin-bottom: 24px;
    }

    .mobile-view-pdt {
        padding-top: 86px;
    }

    .terms-section .heading-row {
        padding-top: 20px;
        margin-bottom: 25px;
    }

    .terms-section .heading-row .container {
        padding: 0;
    }

    .terms-section .heading-row h1 {
        font-size: 26px;
    }

    .plr-25 {
        padding: 0 15px !important;
    }

    .terms-section .content-box h3 {
        font-size: 20px;
    }

    .terms-section .content-box p {
        font-size: 14px;
        line-height: 28px;
    }

    .terms-section .content-box {
        margin-bottom: 30px;
    }

    .mt-80 {
        margin-top: 30px;
    }

    .terms-section .content-box ul {
        padding: 0 0 0 5px;
    }

    .terms-section .content-box ul li {
        font-size: 14px;
        line-height: 28px;
    }

    .drawer-content {
        flex-direction: column;
    }

    .drawer-content p {
        padding: 0;
        font-size: 14px;
        line-height: 28px;
        margin: 0 0 15px 0;
    }

}

@media (max-width: 1024px) {
    .slides {
        overflow: auto;
    }
}

@media (min-width: 1300px) and (max-width: 1366px) {
    .r-extra-space img {
        width: 75%;
    }

    .r-extra-space p {
        font-size: 18px;
    }

    .footer-column:nth-of-type(2) {
        width: 42%;
    }

    .team-executive {
        height: 85%;
    }

    .team-executive.small-box {
        height: 230px;
        margin-bottom: 14px;
    }

    .details-card h3 span {
        display: flex;
    }

    .what-we-stand img {
        width: 35px;
    }

    .what-we-stand .image-container img {
        width: 100%;
    }

    .what-we-stand .marketing-section img {
        width: 100%;
        height: 265px;
    }

    .marketing-section {
        padding-top: 0;
    }

    .what-we-stand .ellipsis-text p {
        margin-bottom: 10px;
        -webkit-line-clamp: inherit;
    }

    .our-culture p.text-size {
        font-size: 15px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    .our-culture .team-img {
        width: 345px;
    }

    .before-image::before {
        font-size: 175px;
        top: 45%;
    }

    .before-image h1 {
        margin-top: -40px;
    }

    .data-science-section p {
        font-size: 16px;
        line-height: 32px;
    }

    .pb-10vh {
        padding-bottom: 0;
    }

    .product-title h1 {
        font-size: 3.278rem;
    }

    .product-title h3 {
        font-size: 2rem;
    }

    .product-title h2 {
        font-size: 3rem;
    }

    .product-title p {
        font-size: 15px;
    }

    .bg-box {
        margin-top: 50px;
    }

}

@media (min-width: 1200px) and (max-width: 1280px) {
    .r-extra-space img {
        width: 70%;
    }

    .before-image::before {
        top: 57%;
    }

    .contact-details h1 {
        font-size: 40px;
    }

    .contact-details p {
        font-size: 14px;
        line-height: 24px;
    }

    .contact-details p span {
        font-size: 11px;
    }

    .title-row h1 span {
        font-size: 50px;
    }

    .footer-2column .social-media a {
        text-decoration: none;
    }

    .r-extra-space p {
        line-height: 30px;
    }

    .after-effect::after {
        left: 45% !important;
    }

    .details-card h3 {
        font-size: 16px;
        font-family: Poppins-Medium;
    }

    .tb-view-mb-40 {
        margin-bottom: 40px;
    }

    .story-wrapper h1 {
        font-size: 78px;
    }

    .story-wrapper .bg-paragraph p {
        font-size: 22px;
    }

    .our-vision .vision-box p {
        font-size: 26px;
        line-height: 54px !important;
    }

    .what-we-stand h2 span {
        font-size: 44px;
    }

    .what-we-stand h3 {
        font-size: 20px;
        margin: 10px 0 0 0;
    }

    .what-we-stand h4 {
        font-size: 12px;
        margin: 5px 0 10px 0;
    }

    .what-we-stand .ellipsis-text p {
        font-size: 14px;
        line-height: 24px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
    }

    .align-center-box p {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 40px;
    }

    .image-container {
        min-height: 140px;
        margin-bottom: 15px;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .story-wrapper h1 {
        font-size: 68px;
    }

    .story-wrapper .bg-paragraph p {
        font-size: 22px;
    }

    .our-vision .vision-box p {
        font-size: 26px;
        line-height: 50px !important;
    }

    .what-we-stand h2 span {
        font-size: 40px;
    }

    .mb-40 {
        margin-bottom: 20px;
    }

    .what-we-stand h3 {
        font-size: 22px;
        margin: 10px 0 0 0;
    }

    .what-we-stand h4 {
        margin: 5px 0 10px 0;
    }

    .align-center-box p {
        font-size: 16px;
        line-height: 34px;
    }

    .image-container {
        min-height: 130px;
    }

    .what-we-stand .ellipsis-text p {
        font-size: 14px;
        line-height: 24px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
    }

    .our-culture h1 {
        font-size: 55px !important;
    }
}

/* ///// Loading ///// */
.loading-container {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 111;
    display: flex;
    position: fixed;
    align-items: center;
    background: #F4F4F4;
    flex-direction: column;
    justify-content: center;
}

.loading-container img {
    width: 130px;
}

.multi-ripple {
    width: 2.6rem;
    height: 2.6rem;
    margin: 2rem;
}

.multi-ripple div {
    position: absolute;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background: #1077b9;
    border: 0.3rem solid #1077b9;
    animation: 1.5s ripple infinite;
}

.multi-ripple div:nth-child(2) {
    animation-delay: 0.5s;
}
.case-btn{
    
    background-color: #ffffff !important;
    border: 3px solid #1077b9 !important;
    color: #1077b9 !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;

}
.case-btn a {
    text-decoration: none;
    color: #1077b9;
}
@keyframes ripple {
    from {
        transform: scale(0);
        opacity: 1;
    }

    to {
        transform: scale(1);
        opacity: 0;
    }
}