/* 
 Theme Name:     Divi child theme by Lake Design
 Author:         Lake Design
 Author URI:     https://lakedesign.ca
 Template:       Divi
 Version:        2.0 
*/ 

/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

/* BREADCRUMBS */
.bread {
    background: linear-gradient(167deg, var(--mainColor) 0%, var(--btnColor) 100%);
    padding: 10px 0;
}
.bread span {
    color: white;
    font-size: 12px;
}
.bread span a {
    color: white;
    font-weight: bold;
    position: relative;
}
.bread span span {
    margin:0 5px;
}
.bread a:after {
    content:'';
    top:17px;
    left:0;
    right:0;
    position:absolute;
    border-bottom:1px solid white;
    transform:scaleX(0%);
    transition: transform .25s ease-in-out;
    display:block;
}

.bread a:hover:after {
    transform:scaleX(100%);
}

/* MISC */
.object-fit img {
	object-fit:cover;
}

.pdfjs-fullscreen a {
    text-transform: uppercase;
    padding: 3px 14px 0px;
    font-size: 11px;
    color: white;
    display: inline-block;
    margin: 50px 0 0px;
    background: #0a6de0;
    transition: 0.2s all;
}
.pdfjs-fullscreen a:hover {
    filter: brightness(110%);
}

/* HOMEPAGE */
.clients_caro img { width: 80% !important; }

.dot_headline .dot { 
    background: -webkit-linear-gradient(312deg, #0a5fdc, #01b0f1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 24px;
}

.dot_headline { display: flex;
    justify-content: FLEX-START;
    align-items: center;
    gap: 1em; }

.dot_headline h5 { padding-bottom: 0 !important;
    margin-bottom: 0 !important; }

.home_product h3 {
   letter-spacing: -0.5px;
}

.circular_btn { 
	background: linear-gradient(144deg, #0a5fdc, #01b0f1);
    color: white;
    border-radius: 25px;
    border: none !important;
    font-family: 'Montserrat';
    font-size: 14px !important;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 13px 65px 13px 30px !important;
	transition: 0.25s all;
}

.circular_btn:after {
    opacity: 1;
    margin-left: 0;
    font-size: 23px;
    background: white;
    color: #01b0f1;
    border-radius: 25px;
    padding: 8px;
    top: 6px;
    right: 6px;
	transition:0.25s all;
}

.circular_btn:hover {
    box-shadow: 0 4px 19px 2px #e2e2e2;
    transform: translateY(-3px);
}

.et_pb_button_one.circular_btn:hover {
    box-shadow:none;
}

.circular_btn:hover:after {
	transform: rotate(-25deg);	
}

.circular_btn2 { 
	background: linear-gradient(white, white) padding-box, linear-gradient(144deg, #0a5edc, #01b0f1) border-box;
    border-radius: 25px;
    border: 2px solid transparent;
    position: relative;
    color: #01b0f1;
    cursor: pointer;
    font-family: 'Montserrat';
    font-size: 14px !important;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 11px 70px 11px 24px !important;
}

.circular_btn2#text { 
	background: -webkit-linear-gradient(144deg, #0a5fdc, #01b0f1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.circular_btn2:after { 
	background: linear-gradient(144deg, #0a5edc, #01b0f1);
    color: white;
    border-radius: 25px;
    padding: 8px;
    top: 4px;
    right: 4px;
}

.circular_btn3 { 
	background: transparent;
    border-radius: 25px;
    border: 2px solid white;
    position: relative;
    color: white;
    cursor: pointer;
    font-family: 'Montserrat';
    font-size: 14px !important;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 11px 24px 11px 24px !important;
}

.circular_btn3:hover {
    border-color: var(--btnColor) !important;
    color:var(--btnColor) !important;
}

.arrow_btn {
    background: transparent;
    color: #01b0f1;
    border-radius: 25px;
    border: none;
    padding: 9px 6px 11px 6px !important;
}

.arrow_btn i { 
	background: #f5f7fe;
    padding: 9px 10px;
    font-size: 15px;
    border-radius: 25px;
    margin: 0 !important;
}

.atf h1 { padding-bottom: 20px; }

.atf_small i { 
    padding: 13px 11px;
    background: white;
    border-radius: 250px;
    margin-right: 8px;
    color: #01b0f1;
    font-size: 16px !important;
}

.clients_caro .dsm_image_carousel_item img {
    max-height: 48px;
    width: auto !important;
}

.stats_section_inner i { 
	font-size: 34px;
    background: linear-gradient(144deg, #0a5fdc, #12f0b7);
    background-clip: text;
    color: transparent;
    opacity: 100% !important;
    text-align: right;
}

.stats_section_inner h2 { 
	margin-bottom: 0 !important;
	padding-bottom: 0 !important; 
}

.stats_section_inner { 
	border-bottom: 1px solid rgb(0 0 0 / 15%);
    display: flex;
    justify-content: space-between;
    align-items: baseline;
	margin-bottom: 20px;
	padding-bottom: 20px; 
	padding-top: 40px; 
}

.stats_section {
    padding: 30px;
    background: #f5f7fe;
	min-height: 360px;
}

.stats_section .header_stats { font-size: 22px; letter-spacing: -0.22px; }

@media (max-width: 980px) {
	.atf_small {width: 100%;}
}

/* SCROLL MARQUEE */
.marquee {
    overflow-x: hidden;
    white-space: nowrap;
    position: relative;
    width: 100%;
    display:flex;
  }
  
.marquee h2 {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    will-change: transform;
    animation: scrolling-text 20s linear infinite;
    padding: 0;
}

.marquee h2 i {
    padding: 10px 13px 10px 20px;
    font-size: 28px;
}

@keyframes scrolling-text {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
    }
}
  
/* JOBS */
.jobs-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
}
.job-box {
    flex: 0 0 31%;
    padding: 30px;
    background: white;
    box-shadow: 0 5px 25px 0 #3030300f;
}
.job-box h4 {
    font-size: 20px;
}
.job-box h4:hover {
    color: var(--mainColor);
}
.job-box p {
    font-size: 15px;
    line-height: 25px;
}
.job-box a.circular_btn {
    padding: 8px 55px 6px 25px !important;
    display: inline-block;
    margin-top: 20px;
    position: relative;
    line-height: 29px;
}
.job-box a.circular_btn:after {
    line-height: 0.8em;
    content: "\35";
    position: absolute;
    background: white;
    color: var(--btnColor);
    border-radius: 25px;
    padding: 8px 6px;
    top: 6px;
    right: 6px;
    font-size: 1.4em;
    opacity: 1;
    margin-left: 0.3em;
    left: auto;
    display: inline-block;
    transition: all .2s;
    text-transform: none;
    -webkit-font-feature-settings: "kern" off;
    font-feature-settings: "kern" off;
    font-variant: none;
    font-style: normal;
    font-weight: 400;
    font-family: ETmodules !important;
}
.job-box a.circular_btn:hover {
    color: white !important;
    box-shadow: 0 4px 19px 2px #e2e2e2;
    transform: translateY(-3px);
}
.job-box a.circular_btn:hover:after {
    transform: rotate(-25deg);
}


/* DOWNLOADS */
.dl-disc {
    font-size: 12px;
    color: #7f7f7f;
}
.dl-disc sup {
    color: red;
    top: -2px;
}
.downloads-wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.downloads-wrap h4 {
    text-align: center;
}
.download-row {
    display: flex;
    width: 100%;
    justify-content: space-between;
    background: white;
    padding: 20px;
    box-shadow: 0 0 20px 0 rgb(5 5 5 / 7%);
    align-items: center;
}
.download-row h3 {
    font-size: 20px !important;
    margin: 0;
    padding: 0 !important;
    line-height: 1.2;
    transition:0.2s all;
    background: none  !important;
    color: #212121 !important;
}
.download-row h3:hover {
    color: var(--mainColor) !important;
}
.download-row h3 sup {
    color: red;
    top: -2px;
}
.download-btns a {
    position: relative;
    transition: 0.2s all;
}
.download-btns a.circular_btn:hover {
    box-shadow: 0 4px 19px 2px #97b5c538;
    transform: translateY(-3px);
}
.download-btns a:last-of-type {
    border-color: var(--altColor);
    color: var(--altColor);
    text-align: center;
    margin-left:12px;
}
.download-btns a:last-of-type:hover {
    color: var(--btnColor);
    border-color: var(--btnColor) !important;
}
.download-btns a:first-of-type:after {
    line-height: 0.8em;
    content: "\35";
    position: absolute;
    background: white;
    color: var(--btnColor);
    border-radius: 25px;
    padding: 8px 6px;
    top: 6px;
    right: 6px;
    font-size: 1.4em;
    opacity: 1;
    margin-left: 0.3em;
    left: auto;
    display: inline-block;
    transition: all .2s;
    text-transform: none;
    -webkit-font-feature-settings: "kern" off;
    font-feature-settings: "kern" off;
    font-variant: none;
    font-style: normal;
    font-weight: 400;
    font-family: ETmodules !important;
}