/*
Theme Name: JetDigital - Child
Version: 587
Description: A child theme by Almina
Template: mts_schema
Text Domain: schema
*/

/* Carousel */
@import url("../mts_schema/style.css");

/* general */

* {
    box-sizing: border-box;
}

#page {
    padding: 0px;
}

a.btn {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    background: rgb(0,0,0);
    /* background: linear-gradient(90deg, var(--aColor) 0%, var(--sColor) 100%); */
    color: #fff !important;
    border-radius: 6px;
}

a.btn.black-btn {
    background: #89CFF0 !important;
}

#header a.btn {
    padding: 10px 20px;
}

.container {
    width:  100%;
    max-width: 1200px;
    padding: 0px 15px;
}

/* Header */
div#header {
    background: #fff;
}

.home header#site-header {
    position: relative;
    background: transparent;
    margin-bottom: -100px;
}

header#site-header {
    margin: 0px;
    background: transparent;
    position: absolute;
}


.home-wrapper {
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    position: relative;
    display: flex;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f7fbfc+0,d9edf2+40,c1cacc+100 */
    background: linear-gradient(186deg, rgba(247, 251, 252, 1) 0%, rgba(217, 237, 242, 1) 59%, #35597a 98%);
}

/*.home-wrapper:before {
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    background-color: transparent;
    background-image: linear-gradient(180deg,#142963 0%,rgba(0,0,0,.85) 100%);
    opacity: 1;
    transition: background .3s,border-radius .3s,opacity .3s;
    top: 0px;
    opacity: 1;
}*/

#logo img {
    float: none;
    display: block;
    max-width: 200px;
}

#header .logo-wrap {
    padding: 0px;
    margin-right: 30px;
}

.main-text-caption h2, .main-text-caption h3 {
    color: #123b5f;
    font-weight: 300;
    line-height: 1.15em;
    letter-spacing: 0px;
}
.main-text-caption h3 { font-size: 32px; }

.main-text-caption h2 strong {
    font-size: 45px;
    display: block;
    margin: 10px 0px;
}
.main-text-caption a.btn { position: relative; }

.main-text-caption {
    margin-top: 10%;
    margin-bottom: 1%;
    width: 100%;
	 text-align: center;
}

.header-class.right-side-button {
    /* margin: 0px auto; */
    /* margin-right: 0px; */
}

div#header > div {
    padding: 10px 10px;
}

#secondary-navigation a {
    padding: 12px 13px;
    font-size: 14px;
}

.tri-section-wrapper {
    width: 100%;
    margin: 0px auto;
}

.big-slide-main:nth-child(1) .video_holder {
    margin: 0px 0px -21px 0px;
    border-style: solid;
    border-width: 25px 25px 25px 25px;
    border-color: #000;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 4px 11px 10px 0px rgb(0 0 0 / 50%) inset;
}

.big-slide-main:nth-child(1) {
    max-width: 60%;
    --container-widget-width: 60%;
    --container-widget-flex-grow: 0;
    margin: 0px auto;
    width: 70%;
    order: 2;
    position: relative;
    z-index: 1;
}

.tri-section-wrapper {
    margin-top: 3%;
    margin-bottom: 0%;
    display: flex;
    position: relative;
    z-index: 3;
    overflow: hidden;
}

.big-slide-main:nth-child(2) .big-inner .video_holder {
    background-color: #001c69;
    border-style: solid;
    border-width: 15px 15px 15px 15px;
    border-color: rgba(2,1,1,.49);
    border-radius: 10px 10px 10px 10px;
    order: 1;
}

.big-slide-main {
    align-items: center;
    width: 33.33%;
    position: relative;
}

.main-caption-text * {
    color: #fff;
    position: relative;
}

.main-caption-text {
    width: 100%;
    max-width: 800px;
    margin: 0px auto;
    padding: 100px 0px;
}


.big-slide-main:nth-child(3) {
    order: 3;
}

.big-slide-main:nth-child(2) .big-inner {
    max-width: 73%;
    --container-widget-width: 73%;
    --container-widget-flex-grow: 0;
    bottom: 2%;
    right: -8%;
    position: absolute;
    width: 100%;
}

.big-inner {
    position: relative;
    width: 100%;
    position: relative;
    display: flex;
    align-content: flex-end;
    align-items: flex-end;
}

.video_holder {
    height: 0;
    width: 100%;
    padding-bottom: 50.25%;
}

.big-slide-main:nth-child(2) .video_holder {
    padding-bottom: 177.127%;
}

.big-slide-third {
    width: 33.33%;
    position: relative;
    min-height: 1px;
    display: flex;
}

.big-slide-third + .big-slide-third {
    margin: 0px auto;
    margin-right: 0px;
}

.tri-section-wrapper.bottom-video-wrapper {
    margin-top: -36%;
    margin-bottom: 0%;
    z-index: 2;
}

.big-video-main {
    min-height: 600px;
    max-width: 1800px;
    margin: 0px auto;
}

.video-flex {
    margin: 0px auto;
    width: var(--container-widget-width,60%);
    max-width: 60%;
    --container-widget-width: 60%;
    --container-widget-flex-grow: 0;
}

.video-flex > div {
    height: 0px;
    margin: 0px 0px -21px 0px;
    border-style: solid;
    border-width: 25px 25px 25px 25px;
    border-color: #000;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 4px 11px 10px 0px rgb(0 0 0 / 50%) inset;
    height: 0px;
}

.dm-full.big-image img {
    width: 75%;
    margin: 0px auto;
    display: block;
    position: relative;
}

.tri-inner {
    width: 100%;
    display: flex;
    max-width: 1800px;
    min-height: 600px;
    margin: 0px auto;
}

.video_holder {
    height: 0px;
}

.big-slide-third .video_holder {
    padding-bottom: 136%;
    background-color: #000000;
    border-style: solid;
    border-width: 15px 15px 15px 15px;
    border-color: rgba(2,1,1,.49);
    border-radius: 10px 10px 10px 10px;
    height: 0px;
}

.big-video-inner {
    width: 100%;
    flex-wrap: wrap;
    align-content: flex-start;
}

.video-row {
    width: var(--container-widget-width,73%);
    max-width: 73%;
    --container-widget-width: 73%;
    --container-widget-flex-grow: 0;
    bottom: 2%;
    right: -8%;
    position: relative;
    width: 100%;
    margin: 0px auto;
    margin-right: 0px;
}

.big-slide-seventh {
    width: 70%;
}

div#hero-primary {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-content: flex-end;
    align-items: flex-end;
    padding: 0% 0% 10% 0%;
    overflow: hidden;
}

.port-wrapper {
    width: var(--container-widget-width,65%);
    max-width: 65%;
    --container-widget-width: 65%;
    --container-widget-flex-grow: 0;
    bottom: 1%;
    z-index: 4;
    position: relative;
    left: -28%;
}

.big-slide-seventh + div {
    z-index: 4;
}

.big-slide-third,
.bottom-video-wrapper {
    animation-duration: 1.25s;
}

.big-slide-third:nth-child(1) {
    animation-delay: 0.4s;
}

.big-slide-third:nth-child(3) {
    animation-delay: 0.2s;
}

/* Welcome Section */
section.welcome-section {
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    padding: 8vh 0px;
    position: relative;
    overflow: hidden;
}

section.welcome-section h2 {
    font-weight: 900;
    font-size: 45px;
    color: var(--sColor);
}

section.welcome-section p {
    font-size: 19px;
    font-family: 'Nunito Sans';
    font-weight: 300;
    text-align: center;
}

section.welcome-section img {
    margin: 50px auto 0px;
    display: block;
}

a.btn.orange-btn {
    background: #ff8300 !important;
}

.main-caption-text p:last-of-type {
    margin: 0px;
}

.main-caption-text p {
    margin-bottom: 29px;
}

.main-caption-text h2 {
    margin-bottom: 19px;
    font-weight: bold;
}

.narrow-container {
    max-width: 850px;
    margin:0px auto;
    text-align: center;
}

/* Info */
section.info-section {
    padding: 70px 0px 0px;
    position: relative;
}

section.info-section .dm-info {
    background: #fff;
    border-radius: 10px;
}

section.info-section .dm-half {
    flex: 1 1 66.66%;
}

section.info-section .dm-third {padding: 0px 10px;position: relative;top: -70px;}

section.info-section .dm-flex {
    align-items: inherit;
}

.dm-full {
    padding: 0px 15px;
}

section.info-section h5 {
    letter-spacing: .7px;
    text-transform: uppercase;
}

section.info-section h3 {
    font-weight: 600;
    line-height: 1.2em;
    font-size: 23.2px;
    letter-spacing: 1px;
    position: relative;
    color: var(--sColor);
    padding-bottom: 0px;
}

section.info-section .dm-full {
    margin-bottom: 100px;
}

.dm-info h3 {
    margin: 0px;
}

.dm-info {
    margin-bottom: 30px;
}

section.info-section .dm-half p {
}

section.info-section .container {}

/* Get In Touch  */
section.home-questions {
    padding: 100px 0px;
}

section.home-questions h3 {
    font-weight: bold;
    text-align: center;
    font-size: 35px;
}

section.home-questions h3 + p {
    text-align: center;
    font-size: 19px;
    font-family: 'Nunito Sans';
    font-weight: 300;
}

section.home-questions input[type="submit"] {
    display: block !important;
    margin: 0px auto !important;
    width: 250px !important;
    background: var(--pColor);
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    height: 50px !important;
}

section.home-questions input {
    height: 50px !important;
}

section.home-questions textarea {
    height: 120px !important;
}

section.home-questions label {
    display: none !important;
}

/* Footer */
.copyrights p {
    margin: 0px;
    text-align: left;
}

.copyrights {
    max-width: 1200px;
    margin: 0px auto;
    padding: 0px;
    float: none;
    width: 100%;
    max-width: 100%;
}

footer#site-footer {
    margin: 0px;
    background: var(--pColor);
    overflow: visible;
}

.dm-full.footer-creds p {
    font-size: 16px;
	color: #000;
}

.dm-skew.footer-creds {
    width: 49.415%;
    display: flex;
}

.dm-right-skew {
    width: 50.585%;
}

.flex-1 {
    width: 36.373%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
}

.flex-2 {
    width: 44.427%;
    min-width: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #ffffff;
}

.dm-skew.footer-creds .dm-flex {
    align-items: inherit;
    justify-content: flex-start;
    flex-wrap: initial;
    width: 100%;
}

.dm-skew.footer-creds .dm-flex:after {
    width: calc(22.744% + 1px);
    content: "";
    background: #ffffff;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    position: relative;
    left: -1px;
}

.dm-right-skew h4 {
    color: #123b5f;
}

.dm-right-skew .footerMenu ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.dm-right-skew .footerMenu ul li {
    display: inline-block;
    margin: 0px 10px;
}

.dm-right-skew .dm-flex {
    display: block;
}

.flex-1 img {
    max-width: 250px;
    margin: 0px auto;
}

.flex-2 p {
    margin-bottom: 13px;
    font-family: 'Nunito Sans';
}

.badges img {
    max-width: 160px;
    background: #fff;
    border-radius: 5px;
    display: block;
    max-height: 60px;
    height: 60px !important;
    object-fit: cover;
    padding: 5px;
    margin: 2px;
    border: 3px solid #133b5f66;
}

.badges a {
    display: inline-block;
    margin: 0px 10px;
}

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

.dm-skew.footer-creds .dm-flex > * {
    min-height: 460px;
    position: relative;
}

.copyrights .dm-flex {
    align-items: inherit;
}

.flex-1:before,.flex-2:before {
    height: 60px;
    top: -60px;
    position: absolute;
    content: "";
    background-color: inherit;
    width: 100%;
    display: none;
}

.flex-2:before {
    clip-path: polygon(0 0, 93% 0, 100% 100%, 0% 100%);
    top: -60px;
    left: -1px;
    height: 61px;
    width: calc(100% + 1px);
}

.cloud-animation-left {
    position: absolute;
    z-index: 10;
    top: 20%;
    left: -9%;
}

.cloud-animation-left img {
    display: block;
}

.cloud-animation-left img + img {
    margin-top: -20px;
}

.cloud-animation-right {
    position: absolute;
    right: -9%;
    top: 20%;
    z-index: 10;
}

.cloud-animation-right img {
    display: block;
}

.cloud-animation-right img + img {
    margin: 0px auto;
    margin-right: 0px;
    margin-top: -20px;
}


/* Icons */
section.dm-icons {
    padding: 8vh 0px;
    text-align: center;
    background: #f5f5f547;
}

section.dm-icons {
}

section.dm-icons h2 {
    font-weight: bold;
    margin-bottom: 40px;
    color: var(--aColor);
}

section.dm-icons h3 {
    margin-bottom: 70px;
    font-weight: 700;
    font-size: 40px;
    color: var(--sColor);
}

section.dm-icons img {
    display: block;
}

section.dm-icons h4 {
    font-weight: bold;
    color: var(--aColor);
    line-height: 1;
    margin-bottom: 15px;
}

section.dm-icons .dm-flex {
    align-items: inherit;
}

section.dm-icons p {
    font-size: 16px;
    line-height: 1.4;
}

section.dm-icons .dm-fourth {
    margin-bottom: 20px;
}

.dm-right-skew {
    position: relative;
}

.dm-right-skew:before {
    top: 0px;
    clip-path: polygon(0 0%, 100% 0%, 93% 100%, 0% 100%);
    top: -60px;
    height: 61px;
    content:"";
    width: 40%;
    background: var(--sColor);
    position: absolute;
    transform: scaleX(-1);
    right: 0px;
    display: none;
}


.dm-right-skew {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Menu */
html #secondary-navigation > nav > ul > li:hover,html  #secondary-navigation > nav > ul > li.current-menu-item,html  #secondary-navigation > nav > ul li.current-menu-item,html  #secondary-navigation > nav > ul > li.current-menu-parent {
    background: transparent !important;
}

html #secondary-navigation > nav > ul > li:hover,html  #secondary-navigation > nav > ul > li.current-menu-item,html  #secondary-navigation > nav > ul li.current-menu-item,html  #secondary-navigation > nav > ul > li.current-menu-parent {
    border-color: var(--aColor);
}

ul#menu-main-menu li {
    border-bottom: 2px solid transparent;
}

section.dm-icons .dm-fourth {
    flex: 1 1 25%;
    flex-basis: 250px;
}

@media (max-width: 1200px) {
    .main-caption-text {
        padding: 70px 0px;
    }

    .dm-right-skew {
        display: none;
    }

    footer#site-footer {
        background: transparent;
    }

    .dm-skew.footer-creds .dm-flex > * {
        min-height: initial;
        width: 100%;
    }

    .dm-skew.footer-creds .dm-flex {
        flex-wrap: wrap;
    }

    .flex-1:before, .flex-2:before {
        display: none;
    }

    .dm-skew.footer-creds .dm-flex:after {
        display: none;
    }

    .copyrights {
        padding: 50px 0px;
        text-align: center;
    }

    .flex-2 {
        justify-content: center;
        text-align: center;
    }

    .copyrights p {
        text-align: center;
    }

    .tri-inner {
        min-height: initial;
    }

    .big-slide-third:nth-child(1) .video-row {
        display: none;
    }

    .header-class.right-side-button {
        width: 100%;
    }

    header#site-header {
        margin: 0px !important;
        background: #023c76 !important;
    }

    .header-class {
        margin: 0px auto;
        margin-left: 0px;
    }

    .header-class.menu {
        margin-right: 0px;
    }

    div#header > div {
        padding: 0px;
    }

    .header-class.right-side-button a.btn {
        width: 50%;
        border-radius: 0px;
        text-align: center;
        font-size: 19px;
        padding: 5px 15px !important;
    }

    .header-wrapper {
        display: flex;
    }

    #secondary-navigation a {
        padding: 10px 15px;
    }

    .big-video-main {
        min-height: inherit;
    }
}

@media (max-width: 991px) {
    .big-video-main {
        min-height: inherit;
    }

    .tri-section-wrapper {
        display: none;
    }

    .tri-section-wrapper.bottom-video-wrapper {
        display: flex;
        margin: 40px 0px 0px;
    }

    .main-text-caption h2 {
        font-size: 28px;
    }

    .main-text-caption h2 strong {
        font-size: 42px;
    }

    .video-flex > div {
        border-width: 15px;
    }
}

.social-icons.pull-right {
        text-align: left;
    }
.social-icons.pull-right a {
    margin-right: 10px;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #616161;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 17px;
}

a.header-instagram {
    background: #226abe !important;
}

a.header-linkedin-in {
    background: #009cee !important;
}

@media (max-width: 881px) {
    .social-icons.pull-right {
        text-align: center;
    }
       html a#pull {
        margin: 0px !important;
        display: flex !important;
        height: 40px;
        width: 40px;
        background: transparent !important;
        align-items: center;
        justify-content: center;
        margin-right: 10px !important;
        color: var(--sColor) !important;
        font-size: 20px !important;
    }

    html a#pull:after {
        position: relative;
        top: 0px;
        left: 0px;
        font-size: 37px;
    }

    section.info-section .dm-third {
        flex: 1 1 100%;
        text-align: center;
    }

    section.info-section {
        text-align: center;
    }

    section.info-section .dm-half {
        flex: 1 1 100%;
    }

    section.info-section .dm-half p {
        max-width: 100%;
    }
    .cloud-animation-right {
        right: 0px;
    }
}

@media (max-width: 640px) {
    .header-class.right-side-button a.btn {
        font-size: 17px;
    }

    .cloud-animation-left {
        width: 90%
        width: 100%;
        left: 0px;
    }

    .cloud-animation-right {
        width: 90%;
    }

    .main-text-caption h2 {
        font-size: 24px;
    }

    .main-text-caption h2 strong {
        font-size: 35px;
    }

    .video-flex {
        width: 80%;
        max-width: 80%;
    }

    .dm-full.big-image img {
        width: 100%;
    }

    .dm-full.big-image {
        position: relative;
        top: 12px;
    }

    .video-flex > div {
        border-width: 10px;
    }

    .main-caption-text {
        padding: 50px 15px;
    }

    .main-caption-text h2 {
        font-size: 27px;
    }

    .main-caption-text p {
        font-size: 16px;
    }

    .main-caption-text .btn {
        width: 100%;
        margin-bottom: 15px;
    }

    section.welcome-section {
        padding: 50px 0px 100px 0px;
    }
}

a.sticks {
    border: 0px;
    background: #082845;
}

section.home-questions li input,section.home-questions li textarea {
    border: 0px;
    border-bottom: 1px solid var(--aColor);
}

section.home-questions h3 {
    color: var(--aColor);
}

.portrait-phone:before {
    height: 96.3%;
    width: 94%;
    position: absolute;
    content: "";
    background-image: url(/wp-content/uploads/2025/06/ss.jpg);
    border-radius: 29px;
    background-size: cover;
    background-position: 50% 0%;
    top: 6px;
    left: 8px;
    background-repeat: no-repeat;
}

section.welcome-section h3 {
    margin: 20px 0px;
    font-weight: bold;
    font-size: 22px;
}

a.nbg-btn {
    font-weight: bold;
    font-size: 25px;
    line-height: 1;
}

/* Inner Pages */
section.inner-page-header {
    padding: 240px 0px 50px 0px;
    position: relative;
    background: linear-gradient(126deg, rgba(170,203,227,1) 0%, rgba(82,149,198,1) 50%, rgba(170,203,227,1) 100%);
}

section.inner-page-header h1 {
    text-align: center;
    font-size: 2.6em;
    font-weight: 700;
    line-height: 1.1em;
    color: #fff;
    letter-spacing: -2px;
}

section.inner-page-header .container {
    max-width: 850px;
    text-align: center;
}

section.inner-page-header  .dm-flex > div {
    margin: 0px -50px 20px;
}

.laptop-bnorder {
    margin: 0px 0px -21px 0px;
    border-style: solid;
    border-width: 18px;
    border-color: #000;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 4px 11px 10px 0px rgb(0 0 0 / 50%) inset;
}

.laptop-image img {
    height: 450px !important;
    object-fit: cover;
    display: block;
    width: 100%;
    object-position: top;
}

.laptop-image {
    border: 2px solid #66686d;
    border-radius: 20px 20px 0px 0px;
    overflow: hidden;
    border-bottom: 0px;
    width: calc(100% - 120px);
    margin: 0px auto;
}

section.inner-page-header p {
    color: #fff;
}


section.inner-page-header:before {
    background-image: url(/wp-content/uploads/2023/01/pattern.png);
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    opacity: 0.05;
    height: 100%;
    width: 100%;
    filter: brightness(0);
    background-size: cover;
    background-position: 50% 50%;
}

section.inner-page-header:after {
    width: 80%;
    height: 100%;
    background: #000;
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    transform: skewX(36deg);
    opacity: 0.4;
}

section.inner-page-header .container {
    position: relative;
    z-index: 1;
}

.overlay-inner {
    position: absolute;
    top: 0px;
    left: 0px;
    background: #000;
    opacity: 0.2;
    height: 100%;
    width: 100%;
}

section.number-checker {
    background: #3872b5;
    padding: 3em 0em 3em 0em;
}

section.number-checker * {
    color: #fff;
}

section.number-checker .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}

h3.info-title {
    font-weight: bold;
    font-size: 42px;
}

section.number-checker  .dm-info {
    margin: 0px;
}

div#page {
    min-height: inherit;
}

div#page.single > article {
    padding: 0px !important;
}

.inner_spacing {
    padding: 100px 0px;
    background: #fbfbfb;
}

.inner_spacing h2 {
    text-align: center;
    font-weight: bold;
    margin-bottom: 0px;
    color: var(--aColor);
}

.inner_spacing p {
    /* text-align: center; */
    font-size: 20px;
}

.inner_spacing .container:nth-child(1) {
    margin-bottom: 45px;
}

.tab-container.dm-flex img {
    height: 400px !important;
    object-fit: cover;
    width: 100%;
    display: block;
    object-position: top;
    border: 4px solid #fff;
    border-radius: 15px;
}

.tab-container.dm-flex h4 a {
    text-decoration: none !important;
    display: block;
    margin: 10px 0px;
}
article .dm-half {
    flex: 1 1 50%;
    flex-basis: 400px;
}

.big-images {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    background-size: cover;
    background-position: 50% 50%;
}

section.inner-page-header.classic_banner {
    height: 70vh;
    min-height: 550px;
}

section.inner-page-header.classic_banner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.normal_section h2 {
    margin-bottom: 20px;
}

div#content_box.the_30 {
    display: none;
}

section.inner-page-header.classic_banner:before {
    opacity: 0;
}

.no-align {
    align-items: inherit;
}

section.inner-page-header {
    overflow: hidden;
}

section#three_0_141 {
    background: #fff;
}

section#three_0_141 h3 {
    text-align: center;
    font-weight: 300 !important;
}

section#three_0_141 .dm-fourth {
    border-right: 1px solid rgb(0 0 0 / 14%);
}

section#three_0_141 .dm-fourth:last-of-type {
    border: 0px;
}

section#three_0_141 p {
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
}

.expand-text p {
}

.expand-text p:nth-child(n+7) {
    display: none;
}

.expand-text.grouped-content p {
    line-height: 1.2;
    height: 30px;
    margin-bottom: 20px;
    font-size: 16px;
}

.read-more-trigger {
    text-align: center;
    cursor: pointer;
    display: inline-block;
    padding: 0 0.5em;
    color: #666;
    font-size: .9em;
    line-height: 2;
    border: 1px solid #ddd;
    border-radius: 0.25em;
    width: 80%;
    float: none;
    margin: 0px auto;
    display: block;
}

section#three_0_141 h2 {
    margin-bottom: 45px;
}

section#three_0_141 .dm-fourth {
    flex-basis: 290px;
}

section#three_0_141 .dm-fourth img {
    display: block;
    margin: 0px auto 20px;
}

.inner-parallax p {
    font-size: 29px;
    color: #fff;
}

.tab-section h2 + p {
    text-align: center;
}

.inner-parallax h4 {
    font-size: 42px;
    color: #fff;
}

.inner-parallax {
    background-size: cover;
    background-attachment: fixed;
}

.inner-parallax p:last-of-type {
    margin: 0px;
}

.half-container.dm-flex {
    align-items: inherit;
}

.half-container.dm-flex p {
    text-align: left;
}

.half-container.dm-flex h4 {
    font-weight: bold;
    font-size: 27px;
    margin: 10px 0px 15px;
}

.half-container.dm-flex {
    padding: 10px 0px 0px;
}

section#three_0_141 .dm-fourth:nth-child(2) * {
    color: #ca8524;
}

section#three_0_141 .dm-fourth:nth-child(3) * {
    color: #aba7a3;
}

section#three_0_141 .dm-fourth:nth-child(4) * {
    color: #dec500;
}

section#three_0_141 .dm-fourth:nth-child(5) * {
    color: #6995c6;
}

/* Websites Page */

@keyframes fadeInonly {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

section#three_0_113 p {
    text-align: center;
}

.container.waterfall-style .laptop-image {
    width: 100%;
    border: 2px solid #66686d;
    border-radius: 20px;
    animation-delay: 0.6s;
    opacity: 0;
}

.container.waterfall-style .laptop-bnorder {
    margin: 0px 0px 0px 0px;
}

.container.waterfall-style .laptop-image:nth-child(2) {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) scale(0.9);
    left: -150px;
    z-index: -1;
    animation-delay: 1.2s;
}


.container.waterfall-style .laptop-image:nth-child(3) {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) scale(0.9);
    right: -150px;
    z-index: -1;
    animation-delay: 1.2s;
}

.container.waterfall-style .laptop-image:nth-child(4) {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) scale(0.8);
    right: -300px;
    z-index: -2;
    animation-delay: 2s;
}


.container.waterfall-style .laptop-image:nth-child(5) {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) scale(0.7);
    left: -300px;
    z-index: -2;
    animation-delay: 2s;
}

.container.waterfall-style .inner-laptop-style {
    position: relative;
}


section#three_0_74 h4 a {
    color: #fff;
    text-transform: uppercase;
    
}

section#three_0_74 .dm-half {
    margin-bottom: 15px;
}

section#three_0_74 {
    background: transparent;
}

.page-id-74 section.inner-page-header:before {
    opacity: 0;
}

.page-id-74 section.inner-page-header {
    padding-top: 240px;
}

.the_74 {
    background: linear-gradient(126deg, rgba(170,203,227,1) 0%, rgba(82,149,198,1) 50%, rgba(170,203,227,1) 100%);
}

section.pick-website ul {
    padding: 0px;
    margin: 0px;
}

section.pick-website ul {
    background: #333;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    padding: 20px;
}

section.pick-website ul li a {
    color: #fff;
    font-weight: 400;
    transform: scale(1);
    position: relative;
    font-size: 16px;
    display: block;
}

section.pick-website ul li a:hover {
    transform: scale(1.05);
}

section.pick-website li {
    margin: 0px 12px;
}

section#three_0_74 {
    padding-top: 20px;
}

.page-id-74 section.inner-page-header:after {width: 100%;transform: none;}

section.pick-website {
    padding-top: 60px;
}

.page-id-208 section.inner-page-header:after {
    display: none;
}

.page-id-208 section.inner-page-header {
    height: auto;
    min-height: initial;
    padding: 0px;
    height: 90px;
}

.page-id-208 section.inner-page-header h1 {
    display: none;
}

.the_208 section {
    background: #e6f7ff;
}

div#gform_wrapper_3 {
    max-width: 600px;
    margin: 0px auto;
    background: #fff;
    padding: 40px 60px 50px;
}

div#gform_wrapper_3 h3 {
    text-align: center;
    font-size: 38px;
    color: #545454;
}


form#gform_3 label {
    display: none;
}

form#gform_3 input {
    padding: 15px;
    height: 49px;
}

form#gform_3 input[type="submit"] {
    background: var(--pColor);
    width: 100% !important;
    color: #fff;
    text-transform: uppercase;
    padding: 0px;
}

form#gform_3 li {
    padding: 0px;
}

form#three_0_208 h3 {
    color: #bfbfbf;
}

.page-id-208 footer#site-footer {
    padding-top: 50px;
    margin: 0px;
    background: #e6f7ff;
}

.page-id-208 footer#site-footer .copyrights {
    background: #89CFF0;
}

.slide-image img {
    height: 280px !important;
    object-fit: cover;
    margin: 0px auto !important;
    box-shadow: 0px 1px 10px rgb(0 0 0 / 31%);
    border-radius: 2px;
    width: 100%;
}

.slide-image a {
    display: block;
    padding: 10px;
}

.the_215 .slick-prev:before, .the_215 .slick-next:before {
    content: "\f104";
    font-family: 'Font Awesome 5';
    z-index: 1;
    color: #000;
    opacity: 1;
    font-size: 45px;
    color: #369efc;
    top: 50%;
    transform: translateY(-50%);
    margin: 0px;
}

.the_215 .slick-next:before {
    content: "\f105";
}

.the_215 .slider-styel:nth-child(odd) {
    background: #fff;
}

section.inner_spacing.slider-styel {
    padding: 50px 0px;
}

/* lightbox */
.wda-img-lightbox {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.77);
    z-index: 1000;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.wda-img-lightbox.active-window {
    opacity: 1;
    visibility: visible;

}
button.wda-close-it:before {
    content: "\f00d";
    font-family: FontAwesome;
    font-size: 22px;
}
span.txt a {
    float: right;
    display: block;
}

.headtext {
    font-size: 20px;
    float: left;
    width: 100%;
    margin-bottom: 16px;
    text-align: right;
    letter-spacing: -.5px;
}

.wda-img img {
    max-width: 1200px;
    max-height: 600px;
    width: 100%;
}


button.wda-close-it {
    position: absolute;
    top: 0px;
    right: 0px;
    background: #37a0ff;
    border: 0;
    padding: 15px 20px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 17px;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    cursor: pointer;
}

button.wda-close-it:before {
    content: "\f00d";
    font-family: 'Font Awesome 5';
    font-size: 22px;
}


.page-id-215 .normal_section {
    text-align: center;
    background: #fff;
}

section.inner_spacing.slider-styel h3 {
    font-weight: bold;
    font-size: 20px;
}

.page-id-215 .normal_section h3 {
    font-weight: bold !important;
    font-size: 33px;
    margin-bottom: 0px;
}

.page-id-215 .normal_section .container {
    margin-bottom: 0px;
}

.page-id-215 .normal_section .container p {
    margin: 0px;
}

@media (max-width:1240px) {
    .container.waterfall-style .laptop-image:nth-child(4),.container.waterfall-style .laptop-image:nth-child(5) {
        display: none;
    }
}

@media (max-width: 880px) {
    section.inner_spacing.slider-styel {
        padding: 50px 20px;
    }
    section#three_0_141 .dm-fourth {
        flex: 1 1 330px;
    }

    section#three_0_141 .dm-fourth {
        border: 0px;
        margin-bottom: 40px;
    }
    section.inner-page-header {
        overflow: hidden;
    }
    .laptop-image img {
        height: 250px !important;
    }

    .laptop-bnorder {
        border-bottom: 0px;
        position: relative;
        z-index: 1;
        border-width: 10px;
    }

    .laptop-image {
        margin-bottom: -6px;
    }

    section.inner-page-header h1 {
        font-size: 30px;
    }

    .dm-info {
        flex: 1 1 100%;
        margin-bottom: 20px;
    }

    section.number-checker .container {
        flex-wrap: wrap;
    }

    .waterfall-style .laptop-bnorder {
        margin: 0px 0px 0px 0px;
        border-style: solid;
        border-width: 18px;
        border-color: #000;
        border-radius: 10px 10px 10px 10px;
        box-shadow: 4px 11px 10px 0px rgb(0 0 0 / 50%) inset;
    }
    .dm-skew.footer-creds {
        width: 100%;
        padding: 10px 0px;
        background: transparent;
    }

    .copyrights {
        padding: 0px;
    }
}

@media (max-width: 640px) {

    .container.waterfall-style .inner-laptop-style {
        width: 100%;
    }
    .container.waterfall-style .laptop-image:nth-child(3),.container.waterfall-style .laptop-image:nth-child(2) {
        display: none;
    }
    section.pick-website ul {
        flex-wrap: wrap;
        background: transparent;
        padding: 0px;
        align-items: inherit;
    }

    section.pick-website ul li {
        margin-bottom: 10px;
    }

    .pick-website ul li {
        background: #333;
        flex: 1 1 44%;
        padding: 10px 20px;
        border-radius: 20px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (min-width:881px) {
    .tab-section .dm-half {
        max-width: 50%;
    }

    .tab-section .dm-flex {
        justify-content: flex-start;
    }
}

@media (max-width: 1440px) {
    #secondary-navigation a {
        font-size: 14px !important;
    }
}
@media (max-width: 1260px) {
    #secondary-navigation a {
        font-size: 12px !important;
        padding: 12px;
    }
}

section#three_1_14 {
    background: #fff;
}

section#three_1_14 ul {
    margin:10px 0px;
    padding-bottom: 5px;
}

section.info-section .dm-info > ul {
    margin-bottom: 65px !important;
    padding: 0px 20px;
    margin-top: 75px;
}
.dm-fourth { padding: 0 10px; }

h2.p-rich_text_section {
    font-size: 38px;
    margin-bottom: 24px;
}

section.pick-website .container {
    max-width: 1700px;
}

.copyrights p, .copyrights a { color: #123b5f; }

.bg {
	animation:slide 3s ease-in-out infinite alternate;
	background-image: linear-gradient(-60deg, #f2f2f2 50%, #bddbee 50%);
	bottom:0;
	left:-50%;
	opacity:.5;
	position:fixed;
	right:-50%;
	top:0;
	z-index:-1;
}

.bg2 {
  	animation-direction:alternate-reverse;
  	animation-duration:4s;
}

.bg3 {
  	animation-duration:5s;
}
@keyframes slide {
  0% {
    transform:translateX(-25%);
  }
  100% {
    transform:translateX(25%);
  }
}
.icon-wrapper.dm-flex .dm-fourth {
    box-shadow: 0px 1px 10px #00000012;
    border-radius: 10px;
    flex: 1 1 calc(33.33% - 20px);
    margin: 10px;
    background: var(--sColor);
}

.icon-wrapper.dm-flex img {
    background: #fff;
    position: relative;
    display: block;
    margin: 0px auto;
    width: 85%;
    max-width: 100%;
}

.i-w {
    width: 100px;
    height: 100px;
    margin: 0px auto;
    background: #fff;
    position: relative;
    z-index: 1;
    border-radius: 50%;
    top: -45px;
    border-bottom: 6px solid var(--pColor);
    padding: 10px;
}

.fw {
    padding: 15px;
    position: relative;
    margin-top: -25px;
}

.icon-wrapper.dm-flex .dm-fourth * {
    color: #fff;
}

section.info-section img {
    margin: 0px auto;
    display: block;
    max-width: 250px;
}

h3.info-title {
    background: var(--aColor);
    padding: 25px 30px;
    border-radius: 10px 10px 0px 0px;
}

.pricing {
    background: var(--sColor);
    color: var(--pColor);
    padding: 10px 20px;
    border-radius: 0px 0px 10px 10px;
    font-weight: bold;
    padding-bottom: 20px;
    font-size: 22px;
    line-height: 1.2;
}

.pricing span {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}

.pricing {
    position: relative;
}

.pricing:before {
    content: "";
    top: -64px;
    left: 0px;
    width: 100%;
    height: 65px;
    position: absolute;
    clip-path: polygon(100% 5%, 0% 100%, 100% 100%);
    background: var(--sColor);
}

section.info-section .dm-info ul {
    font-size: 14px;
    margin-bottom: 0px;
    list-style: none;
    text-align: center;
    color: #747474;
    padding: 0px;
}

section.info-section .dm-third:nth-child(1) .dm-info > ul:before {
    content: "INCLUDES:";
    font-weight: bold;
    letter-spacing: 2px;
    color: var(--aColor);
    margin: 5px 0px;
    display: block;
}

section.info-section .dm-info > ul > li:after {
    content: "";
    width: 100px;
    background: #747474;
    position: relative;
    display: block;
    height: 1px;
    margin: 2px auto;
    opacity: 0.2;
}

section.info-section .dm-flex:before {
    height: 100%;
    position: absolute;
    content: "";
    left: 0px;
    width: 100vw;
    background: linear-gradient(360deg, #608FB0 0%, #346083 59%, #123B5F 98%);
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
}

section.info-section .dm-flex {
    position: relative;
    padding-bottom: 50px;
}

h3.info-title:after {
    content: "";
    bottom: -64px;
    left: 0px;
    width: 100%;
    height: 65px;
    clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
    background: var(--pColor);
    display: block;
    position: absolute;
    transform: scaleY(-1) scaleX(-1);
}

section.info-section h3 p {
    font-size: 18px;
    line-height: 1;
    margin: 5px 0px 0px;
    color: #5e5e5e;
    letter-spacing: 2px;
}

.pricing-body {
    padding: 20px;
    text-align: center;
    font-size: 15px;
    padding: 70px 25px;
}

strong.tla {
    display: block;
    color: var(--aColor);
    letter-spacing: 2px;
}

.pricing-body > ul > li:after {
    content: "";
    display: block;
    height: 1px;
    width: 70px;
    background: #d4d4d4;
    margin: 4px auto;
}

.pricing-body > ul > li {
    line-height: 1.3;
}

p.nomb {
    margin: 0px 0px 5px;
}

.pricing-body p {
    font-size: 14px;
    line-height: 1.43;
}

.sls {
    position: absolute;
    bottom: 80px;
    right: 0px;
    z-index: 1;
    opacity: 0.8;
}

.sls h3 {
    font-size: 60px !important;
    font-weight: 900 !important;
    text-align: right;
    letter-spacing: 15px !important;
    color: #fff !important;
}

.sls h3 span {
    color: var(--aColor);
}

section.case-study h2 {
    text-align: center;
    font-size: 45px;
    font-weight: 900;
    color: var(--sColor);
    width: 100%;
    margin-bottom: 40px;
}

section.case-study .container {
    display: flex;
    flex-wrap: wrap;
}

.results-testimonial blockquote:after {
    content: "";
    width: 4px;
    height: 100%;
    position: absolute;
    left: 0px;
    /* background: var(--aColor); */
}

.results-testimonial blockquote {
    padding: 10px 20px;
    background: var(--sColor);
    color: #fff;
    font-size: 21px;
    padding-bottom: 50px;
    border-radius: 10px;
    border-left: 4px solid var(--aColor);
}

.testimonial-meta img {
    width: 150px;
    height: 150px !important;
    border-radius: 50%;
    object-fit: cover;
    margin-left: 40px;
    border: 2px solid var(--aColor);
}

.testimonial-meta {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row-reverse;
    position: relative;
    top: -40px;
    padding-right: 30px;
}

.results-testimonial blockquote p {
    line-height: 1.5;
    font-style: italic;
    font-size: 18px;
}

section.timeline-home {
    padding: 10vh 0px;
    text-align: center;
    background: linear-gradient(186deg, rgba(247, 251, 252, 1) 0%, rgba(247, 251, 252, 1) 100% );
    position: relative;
    overflow: hidden;
}

section.case-study {
    padding: 10vh 0px 7vh;
    position: relative;
    z-index: 1;
}

section.timeline-home h3 {
    font-size: 45px;
    color: var(--sColor);
}

section.timeline-home h4 {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0px 0px 5px;
}

section.timeline-home p {
}

.dm-timeline {
    background: var(--sColor);
    height: 291px;
    border-radius: 50%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    /* flex-direction: column; */
    color: #fff;
    width: 290px;
    margin: 0px auto;
    padding: 30px;
    position: relative;
}

.timeline-body {position: absolute;top: 0px;left: 0px;right: 0px;margin: 0px auto;width: 125px;height: 50px;background: #F5FAFB;border-radius: 50%;top: -50px;}

.dm-timeline h4 {
    width: 100%;
    margin: 0px;
    color: #fff;
}

.dm-timeline p {
    font-size: 14px;
    line-height: 1.3;
}

section.timeline-home h3 {
    margin-bottom: 0px;
}

section.timeline-home h3 + p {
    font-size: 22px;
    max-width: 730px;
    margin: 0px auto 100px;
    line-height: 1.2;
}

section.timeline-home .dm-flex {
    padding-top: 40px;
    position: relative;
    z-index: 1;
}

.dm-timeline:before {
    top: -30px;
    left: -30px;
    right: -30px;
    bottom: -30px;
    border: 15px solid var(--sColor);
    position: absolute;
    content: "";
    border-radius: 50%;
}

.timeline-body > div {
    background: var(--sColor);
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto;
    border-radius: 50%;
    top: -19px;
    position: relative;
}

.timeline-body img {
    filter: brightness(0) invert(1);
    max-width: 37px;
}

.dm-timeline div > span {
    font-size: 45px;
    line-height: 45px;
    margin-top: -20px;
    display: block;
}

section.timeline-home .dm-flex .dm-third:nth-child(2) .dm-timeline {
    background: var(--aColor);
}

section.timeline-home .dm-flex .dm-third:nth-child(2) .dm-timeline:before {
    border-color: var(--aColor);
}

section.timeline-home .dm-flex .dm-third:nth-child(2) .dm-timeline * {
    color: #000;
}

section.timeline-home .dm-flex .dm-third:nth-child(2) .dm-timeline .timeline-body img {
    filter: none;
}

section.timeline-home .dm-flex .dm-third:nth-child(2) .dm-timeline .timeline-body > div {
    background: var(--aColor);
}

.timeline-home .dm-third:after {
    bottom: 23px;
    width: 290px;
    box-shadow: 0px 1px 1px #000;
    content: "";
    height: 25px;
    position: absolute;
    border-radius: 50%;
    background: #000;
    filter: blur(15px);
    left: 50%;
    right: 0px;
    margin: 0px auto;
    opacity: 0.54;
    transform: translateX(-50%);
    bottom: -65px;
}

section.timeline-home .dm-timeline {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    bottom: 0px;
}

section.timeline-home .dm-third:hover {
}

section.timeline-home .dm-third:hover .dm-timeline {
    bottom: 30px;
}

section.timeline-home .dm-third {
    position: relative;
}

section.info-section .dm-flex:after {
    content: "";
    position: absolute;
    background-image: url(/wp-content/uploads/2025/06/44654751_9058423-Photoroom.png);
    width: 75vw;
    height: 100%;
    bottom: -160px;
    background-size: contain;
    background-position: 50% 100%;
    opacity: 0.1;
    filter: brightness(0) invert(1);
    background-repeat: no-repeat;
    left: -35%;
}

section.timeline-home:after {
    content: "";
    position: absolute;
    background-image: url(/wp-content/uploads/2025/06/44654751_9058423-Photoroom.png);
    width: 75vw;
    height: 100%;
    bottom: -160px;
    background-size: contain;
    background-position: 50% 100%;
    opacity: 0.1;
    background-repeat: no-repeat;
    right: -35%;
}

section.welcome-section:after {
    content: "";
    position: absolute;
    background-image: url(/wp-content/uploads/2025/06/44654751_9058423-Photoroom.png);
    width: 100%;
    height: 100%;
    bottom: -120px;
    background-size: contain;
    background-position: 50% 100%;
    opacity: 0.1;
    background-repeat: no-repeat;
    right: -35%;
}

section.welcome-section .container {
    position: relative;
    z-index: 1;
}

.c-carrier {
    text-align: center;
    max-width: 1200px;
    margin: 0px auto;
}

section.c-classic {
    padding: 10vh 0px;
    background: #F7F7F7;
}

.c-content {
    max-width: 900px;
    margin: 0px auto;
}

.c-content * {
    color: #444444;
}

.c-content h2 {
    font-size: 40px;
}

.c-content p {
    font-size: 21px;
    padding: 0px 45px;
}

section.c-classic .btn {
    background: var(--pColor) !important;
}

/* Testi,onials  */
.pp-testimonials-content img {
    max-width: 80px;
    display: block;
    margin: 0px auto 14px;
    filter: brightness(0);
}

.pp-testimonials-content p {
    min-height: 150px;
    font-size: 15px;
    text-align: left;
    padding-top: 10px;
}

.name-f {
    margin: 0px auto;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    margin-top: 0px;
}

.central-test-content {
    padding: 25px;
    background-color: #ebebeb;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0px 1px 20px #0000000f;
}

.new-text-wrapper {
    padding: 0px 10px;
}

span.read_more {
    font-weight: bold;
    color: var(--aColor);
    cursor: pointer;
}

span.hiddenRest {
    display: none;
}

.new-wrap h4 {
    text-align: center;
    font-weight: bold;
}

.central-testimonial-slider .slick-list {
    overflow: visible;
}

section.classy-testimonials > div > .dm-flex {
    margin-bottom: 25px;
}

.slick-slide .new-wrap {
    opacity: 0.5;
}

.new-wrap {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.slick-active .new-wrap {
    opacity: 1;
}

.name-f + div {
    flex: 1 1 calc(100% - 50px);
    text-align: left;
    padding-left: 12px;
}

.name-f + div h4 {
    font-size: 16px;
    text-align: left;
    margin: 0px 0px 5px;
}

.stars-reviews {
    text-align: left;
    padding: 10px 0px 0px;
}

.stars-reviews i {
    color: #e8ca00;
    font-size: 17px;
    margin-right: 1px;
}

.classy-testimonials ul.slick-dots button {
    background: #0000002b;
}

.dm-full.star-full {
    text-align: center;
    padding-bottom: 20px;
}

.dm-full.star-full h2 {
    font-size: 40px;
}

.name-f + div:before {
    content:"";
    position: absolute;
    right: 0px;
    background-image: url(/wp-content/uploads/2024/07/icon.png);
    height: 32px;
    width: 32px;
    background-size: contain;
    top: 0px;
}

.name-f + div {
    position: relative;
}

section.classy-testimonials.svg-section {
    padding: 10vh 0px;
}

section.classy-testimonials.svg-section h2 {
    color: var(--sColor);
    font-weight: 900;
    font-size: 45px;
}

.name-f img {
    height: 50px !important;
    object-fit: cover;
    border-radius: 50%;
    width: 50px;
}

section.cta-study {
    padding: 20vh 0px;
    text-align: center;
    background-size: cover;
    background-position: 59% 59%;
    /* margin-bottom: -50px; */
    background-attachment: fixed;
}

section.cta-study * {
    color: #fff;
}

section.cta-study h2 {
    font-size: 45px;
    font-weight: 900;
}

section.cta-study p {
    font-size: 23px;
    max-width: 600px;
    margin: 0px auto 20px;
    line-height: 1.2;
}

section.cta-study a.btn {
    background: var(--sColor) !important;
    color: #fff !important;
}

.icon-wrapper.dm-flex .dm-fourth:nth-child(2) {
    animation-delay: 0.2s;
}

.icon-wrapper.dm-flex .dm-fourth:nth-child(3) {
    animation-delay: 0.4s;
}

.wow {
    opacity: 0;
}

.main-text-caption a.btn {
    background: var(--sColor) !important;
}
section#three_0_450 img {
    margin: 0px auto;
}

.wow.fadeInUp,.wow.fadeInUpa {
    opacity: 0;
    transform: translate3d(0,100%,0);
}

.wow.animated {
    animation-fill-mode: forwards !important;
}

section.timeline-home .dm-third:nth-child(2) .dm-timeline {
    animation-delay: 0.2s;
}

section.timeline-home .dm-third:nth-child(3) .dm-timeline {
    animation-delay: 0.4s;
}

section.classy-testimonials.svg-section {
    overflow: hidden;
}

section#three_0_141 p:empty {
    margin: 0px;
}

.page-id-141 section.inner-page-header.classic_banner {
    /* height: auto; */
}

.page-id-141 section.inner-page-header.classic_banner h1, .page-id-141 section.inner-page-header.classic_banner .dm-full {margin: 0px;}

.dm-right-skew h4 {
    margin: 0px;
    font-size: 23px;
}

.video_holder img {
    height: 100% !important;
    object-fit: cover;
    width: 100%;
    position: absolute;
    object-position: 44% 50%;
}

section#three_0_141 {
    padding-bottom: 0px;
}

.dm-full.star-full p {
    font-size: 17px;
}

section#three_0_141 .conptainer {
    margin-bottom: 0px !important;
}

section#three_0_141 .container {
    margin: 0px auto !important;
}
.icon-wrapper.dm-flex .dm-fourth:before {
    content: "";
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: var(--aColor);
    width: 100%;
    clip-path: polygon(100% 100%, 0% 100%, 100% 0);
    opacity: 0.1;
}

.icon-wrapper.dm-flex .dm-fourth:nth-child(2):before {
    clip-path: none;
}

.icon-wrapper.dm-flex .dm-fourth:nth-child(3):before {
	clip-path: polygon(0 100%, 100% 100%, 0 0);
}

div#header .dm-flex {
    justify-content: space-between;
}


@media (max-width: 1200px) {
	.header-class.right-side-button {
		display: none;
	}

	#logo img {
		max-width: 150px;
	}

	div#header {
		padding: 10px;
	}
}

@media (max-width: 880px) {
	section#three_0_141 > .container,section#three_0_141 .dm-full {
		padding: 0px;
	}
	
	.header-class.right-side-button {
		display: none;
	}

	#logo img {
		max-width: 150px;
	}

	div#header {
		padding: 10px 0px;
	}

	.main-text-caption h3 {
		font-size: 23px;
	}

	section.welcome-section h2 {
		font-size: 40px;
		line-height: 1.2;
		margin-bottom: 30px;
	}

	section.dm-icons h3 {
		font-size: 35px;
		line-height: 1.2;
	}

	.icon-wrapper.dm-flex .dm-fourth {
		flex: 1 1 100%;
		margin-bottom: 60px;
	}
	
	section.cta-study h2 {
		font-size: 35px;
		margin-bottom: 10px;
	}

	section.cta-study p {
		font-size: 20px;
	}

	.sls {
		position: relative;
		bottom: 0px;
	}

	section.case-study h2 {
		font-size: 35px;
	}

	section.case-study {
		padding: 6vh 0px 4vh;
	}

	.results-graph canvas {
		width: 100% !important;
	}

	section.timeline-home h3 {
		font-size: 35px;
		line-height: 1.2;
		margin-bottom: 25px;
	}

	section.timeline-home .dm-third {
		margin-bottom: 185px;
	}

	section.timeline-home .dm-third:last-of-type {
		margin-bottom: 40px;
	}

	section.classy-testimonials.svg-section h2 {
		font-size: 35px;
		line-height: 1.2;
	}

	section.cta-study {
		padding: 10vh 0px;
	}
}