/*
 Theme Name: Dosel
 Theme URI: https://brillianttestsites.com/dev/wp/dosel/
 Description: Custom theme for Dosel.
 Author: BBIM
 Author URI: https://brilliantdigital.com.au/
 License: Everything copyrighted
 Version: 1.1
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, 
cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol,
ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:root {
    --Primary: #1E2D3F;
    --Accent: #4BAF9E;
    --Secondary: #4D7EA8;
    --Neutral-Mid: #F2F4F6;
    --Dark-Gray: #4F4F4F;
    --Gray-5: #E0E0E0;
    --Black: #231F20;
    --Light-Bg: rgba(137, 184, 194, 0.06);
    --White: #ffffff;
    --font-raleway: "Raleway", sans-serif;
}

body {
    overflow-x: hidden;
    line-height: 150%;
    font-family: var(--font-raleway);
    font-size: 18px; 
    font-weight: 400;
    color: var(--Dark-Gray);
    background-color: var(--White);
}

p {
    font-family: var(--font-raleway);
    color: var(--Dark-Gray);
    font-size: 18px;
    line-height: 150%;
    font-weight: 400;
    margin-bottom: 24px;
}

a {
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s;
    color: var(--Primary);
}

a img {
    outline: none;
    border: none;
}

img {
    max-width: 100%;
}

input:focus,
input:active {
    outline: none;
}

blockquote,
q {
    quotes: none;
}

form,
fieldset {
    border-style: none;
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

sup {
    vertical-align: super;
    font-size: smaller;
}
sub {
    vertical-align: sub;
    font-size: smaller;
}

.clearfix {
    clear: both;
}

b,
strong {
    font-weight: 700;
}

i,
em {
    font-style: italic;
}

ol {
    padding-left: 20px;
}

ol li {
    list-style-position: outside;
    list-style-type: decimal;
}

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

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

iframe {
    vertical-align: middle;
}

.clear {
    clear: both;
}

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

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

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

.visible-lg {
    display: none;
}

.visible-xs {
    display: block;
}

.pd-120 {padding: 120px 0;}
.pd-100 {padding: 100px 0;}
.pd-80 {padding: 80px 0;}
.pd-60 {padding: 60px 0;}
.pd-50 {padding: 50px 0;}
.pd-48 {padding: 48px 0;}
.pd-40 {padding: 40px 0;}
.pd-20 {padding: 20px 0;}
.pdt-0 {padding-top: 0;}
.pdt-40 {padding-top: 40px;}
.pdt-20 {padding-top: 20px;}
.pdt-24 {padding-top: 24px;}
.pdt-60 {padding-top: 60px;}
.pdt-80 {padding-top: 80px;}
.pdt-100 {padding-top: 100px;}
.pdt-120 {padding-top: 120px;}
.pdb-0 {padding-bottom: 0;}
.pdb-20 {padding-bottom: 20px;}
.pdb-24 {padding-bottom: 24px;}
.pdb-40 {padding-bottom: 40px;}
.pdb-60 {padding-bottom: 60px;}
.pdb-64 {padding-bottom: 64px;}
.pdb-80 {padding-bottom: 80px;}
.pdb-100 {padding-bottom: 100px;}
.pdb-120 {padding-bottom: 120px;}
.mt-20 {margin-top: 20px;}
.mt-24 {margin-top: 24px;}
.mt-36 {margin-top: 36px;}
.mt-30 {margin-top: 30px;}
.mt-40 {margin-top: 40px;}
.mt-48 {margin-top: 48px;}
.mt-50 {margin-top: 50px;}
.mt-60 {margin-top: 60px;}
.mt-64 {margin-top: 64px;}
.mt-80 {margin-top: 80px;}
.mt-100 {margin-top: 100px;}
.mb-20 {margin-bottom: 20px;}
.mb-24 {margin-bottom: 24px;}
.mb-30 {margin-bottom: 30px;}
.mb-36 {margin-bottom: 36px;}
.mb-40 {margin-bottom: 40px;}
.mb-48 {margin-bottom: 48px;}
.mb-50 {margin-bottom: 50px;}
.mb-56 {margin-bottom: 56px;}
.mb-60 {margin-bottom: 60px;}
.mb-64 {margin-bottom: 64px;}
.mb-80 {margin-bottom: 80px;}
.mb-100 {margin-bottom: 100px;}

.site-btn {
    padding: 15px 24px;
    font-size: 18px;
    line-height: 140%;
    font-family: var(--font-raleway);
    font-weight: 600;
    position: relative;
    display: inline-block;
    align-items: center;
    text-align: center;
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
    text-transform: uppercase;
    border-radius: 8px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s;
}

.site-btn svg {
    margin-left: 4px;
}

.primary-btn {
    background-color: var(--Accent);
    color: var(--White);
    border-color: var(--Accent);
}

.primary-btn:hover {
    background-color:  transparent;
    color: var(--Accent);
    border-color: var(--Accent);
    box-shadow: 0 0 10px rgb(75 175 158 / 40%);
}


.secondary-btn {
    background-color: var(--Secondary);
    color: var(--White);
    border-color: var(--Secondary);
}

.secondary-btn:hover {
    background-color:  transparent;
    color: var(--Secondary);
    border-color: var(--Secondary);
    box-shadow: 0 0 10px rgb(77 126 168 / 40%);
}

.transparent-btn {
    background-color: transparent;
    color: var(--Primary);
    border-color: var(--Primary);
}

.transparent-btn:hover {
    background-color: var(--Secondary);
    color: var(--White);
    border-color: var(--Secondary);
}

.transparent-btn.white {
    background-color: transparent;
    color: var(--White);
    border-color: var(--White);
}

.transparent-btn.white:hover {
    background-color: var(--White);
    color: var(--Primary);
    border-color: var(--White);
    box-shadow: 0 0 10px rgb(255 255 255 / 40%);
}

.white-btn {
    background-color:  var(--White);
    color: var(--Primary);
    border-color: var(--White);
}

.white-btn:hover {
    background-color: var(--Primary);
    color: var(--White);
    border-color: var(--White);
}

.read-more {
    font-family: var(--font-raleway);
    display: inline-flex;
    align-items: center;
    font-size: 18px;
    line-height: 140%;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--Accent);
}

.read-more:hover {
    transform: translateY(3px);
    transition: 0.3s ease-in-out all;
}

.read-more i {
    margin-left: 7px;
}

section .btn,
section .btn-wrap a {
    text-decoration: none;
}

.section ul, section ul,
.section ol, section ol {
    margin-bottom: 15px;
}

.section ul li,
section ul li {
    list-style: none;
    margin-left: 0;
    position: relative;
    padding-left: 28px;
}

.section li,
section li {
    font-family: var(--font-raleway);
    color: var(--Dark-Gray);
    font-size: 18px;
    line-height: 150%;
}

.section ul li::before,
section ul li::before {
    content: '';
    width: 4px;
    height: 4px;
    background-color: var(--Dark-Gray);
    border-radius: 9999px;
    position: absolute;
    left: 12px;
    top: 10px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-raleway);
    color: var(--Primary);
    margin-bottom: 24px;
    font-weight: 600;
}

h1 {
    font-size: 54px;
    line-height: 120%;
}

h2 {
    font-size: 36px;
    line-height: 120%;
}

h3 {
    font-size: 24px;
    line-height: 120%;
}

h4 {
    font-size: 20px;
    line-height: 120%;
}

h5 {
    font-size: 18px;
    line-height: 140%;
}

h6 {
    font-size: 16px;
    line-height: 150%;
}

.section-title h1,
.section-title h2,
.section-title h3 {
    color: var(--Primary);
}

.section-title.dark h1,
.section-title.dark h2,
.section-title.dark h3,
.section-title.dark p {
    color: var(--White);
}

.section-title h6 {
    font-size: 16px;
    line-height: 150%;
    font-weight: 700;
    color: var(--Primary);
    margin-bottom: 12px;
    text-transform: uppercase;
}

.section-title h2 {
    font-size: 40px;
    line-height: 120%;
    font-weight: 600;
}

.section-title p {
    font-size: 18px;
    line-height: 1.5;
    max-width: 900px;
}

.section-title.text-center p {
    margin: 24px auto 0 auto;
}

.bg-image {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    position: relative;
}

.w-full {
    width: 100%;
}
.clearfix {
    clear: both;
}

.clearfix:after {
    clear: both;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clear {
    clear: both;
}

.cbp-spmenu-push {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.container {
    max-width: 1254px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

.container2 {
    max-width: 1342px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

.max-w-full {
    max-width: 95%;
    width: 100%;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.cbp-spmenu-push {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
.visible-desk {
    display: block;
}
.visible-mob {
    display: none;
}
.round-corner {
    border-radius: 32px;
    overflow: hidden;
}
.color-accent, .color-accent-hover:hover, 
.color-accent-hover:focus, :root .has-accent-color, 
.has-drop-cap:not(:focus):first-letter, 
.wp-block-button.is-style-outline {
    color: var(--Primary) !important;
}

/* ======================================= */
/* ============== Header ================= */
/* ======================================= */
svg:not(:root) {
    overflow: hidden;
}

svg.icon {
    display: inline-block;
    fill: currentcolor;
    height: 1em;
    position: relative;
    top: -0.0625em;
    vertical-align: middle;
    width: 1em;
}

.site-header {
    position: relative;
    width: 100%;
    background-color: var(--Soft-Cloud);
    z-index: 999;
    -webkit-transition: background-color .5s;
    transition: background-color .5s;
    padding: 24px 0 0 0;
}

.site-header.sticky-header {
    box-shadow: 0 0 3px rgba(74, 74, 73, 0.5);
    background-color: rgba(255, 255, 255, 0.92);
}

.site-header .top-row {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 24px;
}

.site-header .phone a {
    display: flex;
    align-items: center;
    color: var(--Primary);
    gap: 10px;
    font-size: 18px;
    line-height: 140%;
    font-weight: 600;
}
.site-header .phone .mobile-view {
    display: none;
}

.header-buttons {
    display: flex;
    align-items: center;
    gap: 24px;
}

.header-buttons a {
    position: relative;
    padding: 12px 24px;
    text-transform: uppercase;
}

.header-buttons a.secondary-btn {
    position: relative;
    padding: 12px 24px 12px 52px;
}

.header-buttons a.secondary-btn img {
    position: absolute;
    left: 16px;
    top: 6px;
}

.site-header .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}

.site-header .left-wrap {
    width: 246px;
    padding-bottom: 30px;
}

.site-header .right-wrap .top-wrap .site-btn {
    margin-left: 24px;
    min-width: auto;
    padding: 12px 24px;
}

.site-header .site-nav {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-end;
}

.site-header .site-nav .nav {
    order: 1;
}

.slidebtn {
    position: relative;
    cursor: pointer;
    float: right;
    display: none;
    width: 36px;
    height: 36px;
}

.crossBtn {
    cursor: pointer;
    float: left;
    width: 46px;
    text-align: center;
    padding: 13px;
    position: absolute;
    left: 5px;
    top: 0;
    z-index: 9999;
    color: var(--Soft-Cloud);
    display: none;
}

.crossBtn i {
    font-size: 20px;
    color: var(--Soft-Cloud);
}

/* =========================== */
/* ====== Slider Section ===== */
/* =========================== */

.slider-block {
    overflow: hidden;
    width: 100%;
}

#hero-slider .item {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#hero-slider .item::before {
    content: '';
    background: rgba(0, 0, 0, 0.26);
}

#hero-slider .item .mobile-view {
    display: none;
    visibility: hidden;
}

#hero-slider .slider-content {
    padding: 120px 0;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.20) 100%);
}

#hero-slider .slider-content .content {
    text-align: left;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
}

#hero-slider .slider-content img {
    width: auto;
}

#hero-slider .slider-content h1 {
    font-family: var(--font-raleway);
    font-size: 56px;
    line-height: 120%;
    font-weight: 600;
    margin-bottom: 36px;
    color: var(--White);
}

#hero-slider .slider-content p {
    font-family: var(--font-raleway);
    font-size: 20px;
    line-height: 130%;
    font-weight: 500;
    margin-bottom: 36px;
    color: var(--White);
}


#hero-slider p {
    font-family: var(--font-sen);
    font-size: 22px;
    line-height: 150%;
    font-weight: 400;
    margin-bottom: 0;
}

#hero-slider .btn-wrap {
    margin-top: 36px;
    display: flex;
    gap: 30px;
}

#hero-slider .btn-wrap a.site-btn {
    min-width: 152px;
}

#hero-slider .slick-dots {
    top: 50%;
    right: 50px;
    width: 20px;
    padding: 0;
}

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

.mobile_bg {
    display: none;
}

.hero-wrapper .overlay {
    padding: 120px 0;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.20) 100%);
}

.hero-wrapper h1 {
    font-size: 56px;
    line-height: 120%;
    font-weight: 600;
    color: var(--White);
    margin-bottom: 0;
}

.hero-wrapper .hero-text {
    max-width: 800px;
}

.hero-wrapper p {
    color: var(--White);
    margin: 24px 0 0 0;
}

.hero-wrapper p.date {
    font-size: 16px;
    line-height: 24px;
    color: var(--White);
    font-weight: 400;
    margin-bottom: 16px;
    margin-top: 0;
}

.section .slick-dots li {
    width: auto;
    height: auto;
    margin: 0 5px;
    padding: 0;
}

.slick-dots {
    bottom: -50px;
}

.slick-dots li {
    width: auto;
    height: auto;
}

.slick-dots li button{
    border:2px solid #D9D9D9;
    background-color: #D9D9D9;
    -webkit-border-radius: 90px; 
    -moz-border-radius: 90px; 
    border-radius: 90px;
    width: 12px;
    height: 12px;
    padding: 3px;
}

.slick-dots li button::before,
.slick-dots li::before {
    content: none !important;
}

.slick-dots li.slick-active button,
.slick-dots li button:hover,
.slick-dots li button:focus {
    background-color: var(--Accent);
    border-color: var(--Accent);
}

.slick-prev:before, .slick-next:before {
    content: none;
}

.slick-prev, .slick-next {
    height: 48px;
    width: 48px;
    border-radius: 8px;
}

/* ================================ */
/* ========= Other Section ========= */
/* ================================ */
.page-template-front-page  .services-wrap {
    padding-bottom: 64px;
}
.page-template-solutions .services-wrap,
.page-template-articles .services-wrap,
.page-template-individual-sector .services-wrap,
.single-post .services-wrap {
    background-color: var(--Neutral-Mid);
}
.services-wrap .grid-4 {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-gap: 2.25rem;
}

.services-wrap .grid {
    position: relative;
    text-align: center;
}

.services-wrap .grid .image {
    position: relative;
}

.services-wrap .grid .hover-text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.60);
    color: var(--White);
    text-align: center;
    opacity: 0;
    transition: all .5s;
    padding: 0 16px;
    display: grid;
    place-content: center;
}

.services-wrap .grid:hover .hover-text {
    opacity: 1;
}

.services-wrap .grid .btn-wrap a {
    color: var(--White);
    font-size: 16px;
    display: flex;
    align-items: flex-start;
    gap: 6px;
    justify-content: center;
}

.services-wrap .grid .text p {
    padding: 0 21px;
}

.services-wrap .grid h4 {
    color: var(--Primary);
    font-size: 24px;
    line-height: 140%;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 0;
}

.services-wrap .grid p {
    color: var(--White);
}

.pull-quote .flex-div {
    padding: 48px 0 20px 0;
    max-width: 1024px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    gap: 36px;
    justify-content: center;
}
.pull-quote .quote-icon {
    min-width: 54px;
}
.pull-quote .mob-icon {
    display: none;
}
.pull-quote .quote-text {
    font-size: 36px;
    line-height: 130%;
    font-weight: 500;
    margin-bottom: 0;
    color: var(--Primary);
    padding-top: 16px;
}
.pull-quote .quote-by{
    font-size: 18px;
    line-height: 150%;
    font-weight: 400;
    margin-bottom: 0;
    color: var(--Dark-Gray);
    margin-top: 36px;
}
.pull-quote .quote-author{
    font-size: 24px;
    line-height: 150%;
    font-weight: 500;
    margin-bottom: 0;
    color: var(--Dark-Gray);
    margin-top: 20px;
	display:block;
	font-style:italic;
	text-align:center;
}
.pull-quote .quote-icon.right {
    display: grid;
    place-content: end;
}

.about-wrap .flex-div {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 80px;
}

.about-wrap .img-block {
    position: relative;
    min-width: 347px;
}
.page-template-front-page .solutions-wrap {
    padding-top: 0;
}
.solutions-wrap .grid-3 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 3rem;
}

.page-template-solutions .solutions-wrap .grid-3 {
    align-items: normal;
}

.solutions-wrap .grid-3 .grid {
    position: relative;
    padding: 36px;
    border-radius: 8px;
}
.solutions-wrap .grid-3 .section-title.grid:hover {
	transform: scale(1);
}
.solutions-wrap .grid-3 .grid:hover {
	transform: scale(1.05);
	transition: .3s;
}

.page-template-solutions .solutions-wrap .grid-3 .grid {
    padding: 36px 36px 66px 36px;
}

.solutions-wrap .grid-3 .pull-quote {
    grid-column-start: 2;
    grid-column-end: 4;
    place-content: center;
}

.page-template-front-page .solutions-wrap .grid-3 .grid:nth-child(1) {
    padding: 0;
}

.page-template-front-page .solutions-wrap .grid-3 .grid:nth-child(1) p {
    color: var(--Dark-Gray);
}

.solutions-wrap .grid h3 {
    margin-top: 30px;
    color: inherit;
}

.solutions-wrap .grid p,
.solutions-wrap .grid ul li,
.solutions-wrap .grid .grid-btn a {
    color: inherit;
}
.solutions-wrap .grid ul {
    margin-bottom: 0;
}
.solutions-wrap .grid ul li {
    list-style: disc;
    list-style-position: inside;
    padding-left: 10px;
}
.solutions-wrap .grid ul li::before {
    content: none;    
    background-color: inherit;
}
.page-template-solutions .solutions-wrap .grid .grid-btn {
    position: absolute;
    bottom: 36px;
}
.solutions-wrap .btn-wrap {
    display: flex;
    justify-content: center;
    gap: 24px;
}

.la-wrap .grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 4rem;
    align-items: center;
}

.la-wrap .img-block {
    position: relative;
}

.faq-wrap {
    background-color: var(--Neutral-Mid);
}

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

.faq-wrap .tab-acc .acc_title_bar a {
    display: block;
    position: relative;
    padding: 16px 74px 16px 36px;
    border-radius: 120px;
    background: var(--White);
    color: var(--Black);
}

.faq-wrap .tab-acc .acc_title_bar a::before {
    position: absolute;
    font-family: "Font Awesome 6 Free";
    content: "\2b";
    font-weight: 900;
    width: 30px;
    height: 30px;
    right: auto;
    top: 23%;
    left: auto;
    right: 24px;
    overflow: visible;
    color: var(--Accent);
    font-size: 18px;
    border: 2.5px solid var(--Accent);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.faq-wrap .tab-acc .acc_title_bar.default-title-bar-active a::before {
    content: "\f068";
}
.faq-wrap h3.acc_title_bar {
    font-size: 20px;
    line-height: 130%;
    font-weight: 600;
    border-bottom: 0;
    color: var(--Primary);
    margin-bottom: 0;
    letter-spacing: 0.2px;
}
.faq-wrap .tab-acc {
    display: grid;
    grid-gap: 36px;
}
.faq-wrap .tab-acc div.acc_container {
    padding: 0px 36px;
    margin-top: 24px;
}
.faq-wrap .tab-acc div.acc_container p:last-child {
    margin-bottom: 0;
}

.tab-wrapper .block-wrapper {
    max-width: 900px;
    margin: 0 auto;
}

.faq-accordion .faq-title {
    margin-top: 24px;
    margin-bottom: 0;
}
.faq-accordion .faq-title:first-child {
    margin-top: 0;
}

.faq-accordion .faq-title h2 {
	font-size: 32px;
    margin-bottom: 0;
}

.blog-wrap .top-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog-wrap .section-title h2 {
    margin-bottom: 0;
}

.blog-wrap .top-row .post .cont {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.blog-wrap .top-row .post h3 {
    font-size: 28px;
    line-height: 120%;
    font-weight: 500;
}

.blog-wrap .bottom-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1.75rem;
    margin-top: 64px;
}

.blog-wrap .post {
    position: relative;
}

.blog-wrap .post h4 {
    font-size: 24px;
    line-height: 140%;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 0;
}
.blog-wrap .post .date,
.blog-wrap .post .author {
    display: inline-block;
    font-size: 16px;
    line-height: normal;
    color: var(--Dark-Gray);
}

.blog-wrap .bottom-row .feat-image {
    display: block;
}

.testimonials-wrapper {
    background-color: var(--Accent);
}
#testi-slider {
    padding: 0 71px;
    max-width: 1054px;
    margin: 0 auto;
}
#testi-slider .slick-track {
    display: flex;
    align-items: center;
}

#testi-slider .grid-item {
    position: relative;
    text-align: center;
    padding: 10px;
    margin: 0 21px;
}
#testi-slider .grid-item .rating {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    margin-bottom: 27px;
}
#testi-slider .grid-item .rating i {
    color: #F2B24A;
}
#testi-slider .grid-item p {
    font-size: 20px;
    color: var(--White);
    margin-bottom: 27px;
}
#testi-slider .grid-item h5 {
    margin-bottom: 0;
    font-size: 16px;
    color: var(--White);
    font-weight: 600;
}
#testi-slider .slick-next {
    right: 0;
}
#testi-slider .slick-prev {
    left: 0;
}
#testi-slider .slick-dots li.slick-active button,
#testi-slider .slick-dots li button:hover,
#testi-slider .slick-dots li button:focus {
    background-color: var(--White);
    border-color: var(--White);
}
/* ===================================== */
/* ============ Contact Form ========== */
/* ==================================== */
.contact-wrap .overlay {
    background-color: rgba(0, 0, 0, 0.60);
}
.contact-wrap .grid-2  {
    display: grid;
    grid-template-columns: 0.94fr 1.06fr;
    grid-gap: 113px;
}

.contact-wrap .grid-2 .left-wrap h2 {
    margin-bottom: 24px;
    font-size: 40px;
    line-height: 120%;
    color: var(--White);
    font-weight: 600;
}
.contact-wrap.cp .grid-2 .left-wrap h2 {
    color: var(--Primary);
}
.contact-wrap .grid-2 .left-wrap a,
.contact-wrap .grid-2 .left-wrap p {
    color: var(--White);
}
.contact-wrap.cp .grid-2 .left-wrap p,
.contact-wrap.cp .grid-2 .left-wrap .flex-div p,
.contact-wrap.cp .grid-2 .left-wrap .flex-div a {
    color: var(--Dark-Gray);
}

.contact-wrap .grid-2 .left-wrap .flex-div p {
    margin-bottom: 0;
}

.contact-wrap .grid-2 .left-wrap .flex-div {
    display: flex;
    gap: 12px;
    margin-top: 16px;
    align-items: flex-start;
}

.contact-wrap .form {
    background: var(--White);
    padding: 30px 30px;
    max-width: 560px;
    border-radius: 8px;
}

.contact-wrap.cp .form {
    background: var(--Neutral-Mid);
}

.submit-btn {
    padding: 14px 24px;
}

.form-group {
    margin-bottom: 24px;
    position: relative;
    display: grid;
    align-items: center;
}

.form-group .site-form {
    background-color: var(--White);
    border: 1px solid var(--Gray-5);
    border-radius: 0;
    font-family: var(--font-raleway);
    font-size: 16px;
    line-height: 150%;
    color: var(--Dark-Gray);
    padding: 9px 16px;
    width: 100%;
    position: relative;
    border-radius: 8px;
}

.search-flex {
    display: flex;
    gap: 15px;
    align-items: center;
}

.search-flex .search-field {
    width: 450px;
}

.form-group .site-form:active,
.form-group .site-form:focus,
.form-group .site-form:focus-visible,
.form-group .site-form:visited {
    outline: none;
}

.form-group textarea {
    resize: none;
    font-family: var(--font-raleway);
    vertical-align: middle;
}

.form-group label {
    color: var(--Dark-Gray);
    display: block;
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
    margin-bottom: 12px;
}

.form-group label .star {
    color: #F00;
}

.form-group>span.captchaimage {
    position: absolute;
    right: 0;
    width: 80px;
    text-align: right;
    margin-top: 9px;
}

.form-group.flex {
    display: flex;
    align-items: start;
}

.form-group.flex label {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.form-group.grid-2 {
    gap: 1.5rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.form-group.grid-3 {
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.form-group.grid-4 {
    gap: 1rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.form-group.grid-5 {
    gap: 1rem;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

*::-webkit-input-placeholder {
    color: var(--Dark-Gray);
    opacity: 1;
}

*:-moz-placeholder {
    color: var(--Dark-Gray);
    opacity: 1;
}

*::-moz-placeholder {
    color: var(--Dark-Gray);
    opacity: 1;
}

*:-ms-input-placeholder {
    color: var(--Dark-Gray);
    opacity: 1;
}

.form-group .wpcf7-list-item {
    margin: 0 0 0 16px;
}

.form-group input[type="checkbox" i], .form-group input[type="radio" i] {
    width: 18px;
    height: 18px;
    margin: 0;
    accent-color: #45a292;
}

div.wpcf7-response-output {
    font-size: 13px;
    line-height: 20px;
    margin: 0;
    color: #ff5100;
    padding: 2px;
}

span.wpcf7-not-valid-tip {
    font-size: 13px;
}

/* ================================ */
/* ============ Footer =========== */
/* ================================ */
.site-footer {
    position: relative;
    background-color: var(--Primary);
    padding: 80px 0 80px 0;
}

.site-footer .top-row .content {
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: center;
    justify-content: space-between;
}

.site-footer .top-row .left-wrap {
    max-width: 322px;
    width: 100%;
}

.site-footer a,
.site-footer p {
    font-family: var(--font-raleway);
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 0;
    
}

.site-footer .f-nav ul {
    display: flex;
    gap: 13px;
    justify-content: flex-end;
}

.site-footer ul li {
    list-style: none;
}

.site-footer ul li a {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    display: block;
    color: var(--White);
    transition: .3s all ease-in-out;
    opacity: 0.8;
}

.site-footer ul li a:hover {
    transform: translateY(3px);
    opacity: 1;
}

.copyright {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 28px;
}

.copyright p,
.copyright a {
    color: var(--White);
    font-size: 14px;
    opacity: 0.8;
}

.copyright a:hover {
    transform: translateY(2px);
}
.site-footer .social-links {
    display: flex;
    gap: 15px;
}

.site-footer .social-links a {
    font-size: 18px;
    width: 35px;
    height: 35px;
    background-color: transparent;
    color: var(--White);
    border-radius: 20px;
    text-align: center;
    padding: 7px;
    border: 1.5px solid rgba(255, 255, 255, 0.1);
    opacity: 1;
}

.site-footer .logos-wrap {
    width: 169px;
    display: grid;
    grid-gap: 10px;
}
/* ========= Team Page ========= */
.team-wrap .team-grids {
    display: grid;
    grid-gap: 100px;
}
.team-wrap .team-grids .team {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    grid-gap: 4rem;
}
.team-wrap .team .image {
    min-width: 300px;
}
.team-wrap .team h6 {
    font-size: 18px;
    font-weight: 600;
    line-height: 140%;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: var(--Accent);
}
.team-wrap .team h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 120%;
    color: var(--Primary);
}
.team-wrap .team p:last-child {
    margin-bottom: 0;
}
/* ========= Inner Content Section ========= */
.single-post .section.inner-page2 .content {
    max-width: 1024px;
    margin: 0 auto;
}
.section.inner-page2 .topCont {
    display: grid;
    grid-gap: 120px;
}
.single-post .section.inner-page2 .topCont {
    grid-gap: 64px;
}
.section.inner-page2 .fullWidth {
    width: 100%;
}
 .section.inner-page2 iframe {
    border-radius: 8px;
    overflow: hidden;
}
 .section.inner-page2 .fullWidth h1.h2_looklike {
    text-align: center;
    font-size: 40px;
    line-height: 120%;
    font-weight: 600;
}
 .section.inner-page2 .fullWidth h3, .section.inner-page2 h3 {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 10px;
}
 .section.inner-page2 .row {
    overflow: hidden;
    width: 100%;
}

.section.inner-page2 .row h2 {
    font-size: 40px;
    line-height: 120%;
}

.section.inner-page2 .row p:last-child {
    margin-bottom: 0;
}

.section.inner-page2 .row.image-left {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 64px;
 }

.section.inner-page2 .row.image-right {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 64px;
}
.section.inner-page2 .row .leftCont.float-right {
    text-align: center;
}
.section.inner-page2 .row .leftCont.float-left {
    text-align: center;
}
.section.inner-page2 .row .rightCont.float-right {
    text-align: left;
}
.section.inner-page2 .row .rightCont.float-left {
    text-align: left;
}
 .section.inner-page2 .row .leftCont.width50, .section.inner-page2 .row .rightCont.width50 {
    flex: 1 0 0;
}
 .section.inner-page2 .row .leftCont.width60, .section.inner-page2 .row .rightCont.width60 {
    width: 64%;
}
 .section.inner-page2 .row .leftCont.width40, .section.inner-page2 .row .rightCont.width40 {
    width: 31%;
}
 .section.inner-page2 .row.blockImg h3 {
    margin-top: 0;
    color: #274583;
    margin-bottom: 10px;
}
 .section.inner-page2 .row .imgBlock>div {
    display: inline-block;
    vertical-align: top;
}
 .section.inner-page2 .row .imgBlock.grid3>div.text h4 {
    font-weight: 600;
}
 .section.inner-page2 .row .imgBlock.grid3>div.text .img {
    margin-bottom: 20px;
}
.section.inner-page2 .row .imgBlock.grid2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2.5rem;
}
 .section.inner-page2 .row .imgBlock.grid3 a>h4 {
    margin: 10px 0;
    font-size: 24px;
    color: #434244;
    font-weight: 400;
}
 .section.inner-page2 .row .box-grid {
    display: flex;
    flex-flow: row wrap;
}
 .section.inner-page2 .row .box-grid>div {
    display: inline-block;
    vertical-align: top;
}
 .section.inner-page2 .row .imgBlock.grid3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 2rem;
}
 .section.inner-page2 .row .box-grid.grid-3>div .img {
    margin-bottom: 10px;
}
.section.inner-page2 .grid4-wrap .section-title p{
    max-width: 100%;
}
.section.inner-page2 .grid-4 {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-gap: 36px;
}
.section.inner-page2 .grid-5 {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    grid-gap: 36px;
}
.section.inner-page2 .grid-6 {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-gap: 36px;
}
.section.inner-page2 .grid-6 .grid h4,
.section.inner-page2 .grid-5 .grid h4,
.section.inner-page2 .grid-4 .grid h4 {
    font-size: 20px;
    line-height: 120%;
    font-weight: 700;
    color: var(--Twilight);
    margin-top: 24px;
    margin-bottom: 16px;
}
/* ========== Article Page ========= */
.section-blog  {
    position: relative;
    clear: both;
}
.section-blog .content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 2.25rem;
}

.section-blog .content .post {
    position: relative;
    padding-bottom: 30px;
}
.publish-detail {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}
.publish-detail span {
    display: block;
    font-family: var(--font-raleway);
    color: var(--Dark-Gray);
    font-size: 16px;
    line-height: 24px;
}
.section-blog .content .cont h4 {
    font-size: 24px;
    line-height: 140%;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 0;
}
.section-blog .content .cont .date, .section-blog .content .cont .author {
    display: inline-block;
    font-size: 16px;
    line-height: normal;
    color: var(--Dark-Gray);
}
.section-blog .content .cont p {
    margin-bottom: 16px;
}
.section-blog .content .post .btn-wrap {
    position: absolute;
    bottom: 0;
}

.blog-nav .nav-links a,
.blog-nav .nav-links span.current,
.blog-nav .nav-links .prev,
.blog-nav .nav-links .next {
  font-weight: 600;
  color: var(--Dark-Gray);
  width: 40px;
  height: 40px;
  display: inline-block;
  border: 0;
  border-radius: 50%;
  padding: 6px 5px;
  font-size: 20px;
  line-height: 120%;
  margin: 0 3px;
}
.blog-nav .nav-links .prev.placeholder {
    color:  var(--Dark-Gray) !important;
    border: none;
    background-color: transparent;
}
.blog-nav .nav-links .prev,
.blog-nav .nav-links .next {
    color: var(--Dark-Gray);
    border: none;
    background-color: transparent;
}
.nav-links a:hover,
.blog-nav .nav-links span.current {
  background-color: var(--Accent);
  color: var(--White);
}

/* ================================ */
/* ========= Media Query ========== */
/* ================================ */
@media screen and (max-width: 1200px) {
    .max-w-full {
        max-width: 100%;
    }
}

@media screen and (max-width: 1200px) {
    .sm-custom {
        justify-content: center;
    }
    .sm-custom>li {
        min-width: auto;
    }
    .sm-custom a {
        font-size: 16px;
    }
}

@media screen and (max-width: 1100px) {
    .sm-custom {
        gap: 18px;
    }
    .sm-custom a {
        font-size: 15px;
    }
    h2 {
        font-size: 38px;
        line-height: 120%;
    }
    
    #hero-slider .slider-content h1, .hero-wrapper h1 {
        font-size: 50px;
    }
}
@media screen and (max-width: 1024px) {
    .max-w-full,
    .container2,
    .container {
        padding: 0 1.25rem;
    }
    .site-header .left-wrap {
        width: 200px;
    }
    .sm-custom {
        gap: 14px;
    }
    .sm-custom a {
        font-size: 14px;
    }
    .la-wrap .flex-div {
        align-items: flex-start;
    }
    .services-wrap .grid-4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .solutions-wrap .grid-3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .solutions-wrap .grid-3 .pull-quote {
        grid-column-start: auto;
        grid-column-end: auto;
    }
     .section.inner-page2 .topCont {
        grid-gap: 60px;
    }
    .section.inner-page2 .row h2, .section.inner-page2 .title h2 {
        font-size: 32px;
    }
    .site-footer .bottom-row .flex-div {
        flex-direction: column;
        gap: 16px;
    }
    .site-footer .top-row .left-wrap {
        max-width: 240px;
    }
}

@media screen and (max-width: 900px) {
    .site-header {
        padding: 96px 0 24px 0;
    }
    .site-header .content {
        align-items: center;
    }
    .site-header .left-wrap {
        padding-bottom: 6px;
    }
    .site-header .top-row {
        position: absolute;
        top: 24px;
        left: 20px;
        right: 20px;
    }    
    .slidebtn {
        display: block;
    }
    .sm-custom>li {
        margin-left: 0;
    }
    #hero-slider .slider-content h1, .hero-wrapper h1 {
        font-size: 48px;
    }
    .la-wrap .grid-2 {
        grid-template-columns: 1fr;
        grid-gap: 2.25rem;
    }
    .la-wrap .img-block{
        margin: 0 auto;
        order: 2;
    }
    .la-wrap .text-block{
        order: 1;
    }
    .about-wrap .flex-div {
        flex-direction: column;
        gap: 36px;
    }
    .about-wrap .img-block {
        max-width: 277px;
        min-width: auto;
        margin: 0 auto;
    }
    .solutions-wrap .grid-3 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        grid-gap: 2.25rem;
    }
    .blog-wrap .bottom-row {
        grid-template-columns: 1fr;
        gap: 2.25rem;
        margin-top: 36px;
    }
    .team-wrap .team-grids {
        grid-gap: 48px;
    }
    .team-wrap .team-grids .team {
        flex-direction: column;
        gap: 24px;
    }
    .section-blog .content {
        grid-template-columns: 1fr 1fr;
    }
    .section.inner-page2 .row.image-left,
    .section.inner-page2 .row.image-right {
        flex-direction: column;
        gap: 32px;
    }
    .section.inner-page2 .row .leftCont.width50,
    .section.inner-page2 .row .rightCont.width50,
    .section.inner-page2 .row .leftCont.width60,
    .section.inner-page2 .row .rightCont.width60,
    .section.inner-page2 .row .leftCont.width40,
    .section.inner-page2 .row .rightCont.width40 {
        width: 100%;
    }
    .section.inner-page2 .row .leftCont.float-right,
    .section.inner-page2 .row .leftCont.float-left,
    .section.inner-page2 .row .rightCont.float-right,
    .section.inner-page2 .row .rightCont.float-left {
        margin-top: 15px;
    }
    .section.inner-page2 .row .imgBlock.grid2 {
        grid-template-columns: 1fr;
    }
    .section.inner-page2 .row .imgBlock.grid2>div,
    .section.inner-page2 .row .imgBlock.grid3>div {
        max-width: 450px;
        margin: 0 auto;
    }
    .section.inner-page2 .row .imgBlock.grid3 {
        grid-template-columns: 1fr;
    }
    .section.inner-page2 .fullWidth iframe {
        height: 500px;
    }
    .site-footer {
        padding: 48px 0 24px 0;
    }
    .site-footer .top-row .content {
        flex-direction: column;
        gap: 48px;
    }
    .site-footer .f-nav ul {
        justify-content: center;
    }
    .copyright {
        justify-content: flex-start;
    }
}

@media screen and (max-width: 767px) {
    .pd-120 {padding: 48px 0;}
    .pd-100 {padding: 50px 0;}
    .pdb-100 {padding-bottom: 64px;}
    .pd-80 {padding: 40px 0;}
    .pd-60 {padding: 30px 0;}
    .pd-50 {padding: 25px 0;}
    .pd-40 {padding: 20px 0;}
    .pdt-120 {padding-top: 48px;}
    .pdt-100 {padding-top: 48px;}
    .pdt-60 {padding-top: 30px;}
    .pdb-40 {padding-bottom: 20px;}
    .pdb-60 {padding-bottom: 30px;}
    .mt-40 {margin-top: 20px;}
    .mt-36 {margin-top: 24px;}
    .mt-60 {margin-top: 30px;}
    .mt-80 {margin-top: 40px;}
    .mt-100 {margin-top: 50px;}
    .mb-36 {margin-bottom: 24px;}
    .mb-64 {margin-bottom: 36px;}
    .visible-xs {display: block;}
    .visible-desk {display: none;}
    .visible-mob {display: block;}
    h1 {
        font-size: 46px;
        line-height: 120%;
    }
    h2 {
        font-size: 32px;
        line-height: 140%;
    }
    .section-title h2,
    .wwa-wrap .text-block h2,
    .lr-block .text-block h2 {
        font-size: 32px;
    }
    .section-title h2 br,
    .wwa-wrap .text-block h2 br,
    .lr-block .text-block h2 br {
        display: none;
    }
    .site-header .phone .desktop-view {
        display: none;
    }
    .site-header .phone .mobile-view {
        display: block;
    }
    #hero-slider .slider-content {
        padding: 64px 0
    }
    #hero-slider .slider-content .content {
        flex-direction: column;
        gap: 36px;
    }
    #hero-slider .flex-div .left-wrap {
        width: 100%;
    }
    #hero-slider .flex-div .right-wrap {
        width: 100%;
    }
    #hero-slider .item .mobile-view {
        display: block;
        visibility: visible;
    }
    #hero-slider .left-wrap .content {
        max-width: 100%;
        float: none;
    }
    #hero-slider .slider-content h1, .hero-wrapper h1 {
        font-size: 40px;
    }
    #hero-slider .left-wrap h4 {
        margin-bottom: 36px;
    }
    #hero-slider .slider-content h1 br, 
    #hero-slider .slider-content h4 br,
    .hero-wrapper h1 br {
        display: none;
    }
    #hero-slider .left-wrap .vet-icons img {
        width: 48px;
        height: 48px;
    }
    #hero-slider .btn-wrap a.site-btn {
        max-width: 225px;
    }
    .services-wrap .grid-4 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .services-wrap .grid {
        max-width: 285px;
        margin: 0 auto;
    }
    .pull-quote .flex-div {
        gap: 0;
    }
    .pull-quote .quote-text {
        padding-top: 0;
        font-size: 32px;
    }
    .pull-quote .quote-icon.left {
        margin-top: -20px;
    }
    .pull-quote .quote-icon.right {
        margin-bottom: -20px;
    }
    .blog-wrap .top-row .post {
        grid-template-columns: 1fr;
        grid-gap: 1.5rem;
    }
    .blog-wrap .desktop-view {
        display: none;
    }
    .blog-wrap .mobile-view {
        display: block;
    }
    .section-blog .content {
        grid-template-columns: 1fr;
    }
    .section-blog .content .post {
        max-width: 450px;
        margin: 0 auto;
        padding-bottom: 40px;
    }
    .testimonials-wrapper {
        padding-bottom: 120px;
    }
    #testi-slider .grid-item {
        margin: 0;
    }
    .contact-wrap .grid-2 .left-wrap h2 {
        margin-bottom: 24px;
    }
    .contact-wrap .grid-2 {
        grid-template-columns: 1fr;
        grid-gap: 36px;
    }
    .contact-wrap .form {
        max-width: 100%;
    }
    .section.inner-page2 .fullWidth iframe {
        height: 400px;
    }
    .site-footer .top-row .left-wrap {
        max-width: 227px;
    }
    .site-footer .f-nav ul {
        flex-wrap: wrap;
    }
}
@media screen and (max-width: 600px) {
    .site-header .left-wrap {
        width: 170px;
    }
    .site-header .top-row,
    .header-buttons {
        gap: 16px;
    }
    .header-buttons a {
        font-size: 16px;
        padding: 10px 14px;
    }
    .header-buttons a.secondary-btn {
        padding: 10px 10px 10px 34px;
    }
    .header-buttons a.secondary-btn img {
        left: 4px;
        top: 4px;
    }
    .section.inner-page2 .fullWidth iframe {
        height: 300px;
    }
    .copyright {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }
    .site-footer .bottom-row .f-nav li:first-child a {
        padding-left: 0;
        margin-left: 0;
    }
    .site-footer .bottom-row .f-nav li:first-child a:before {
        content: none;
    }
}

@media screen and (max-width: 600px) {
    .section.inner-page2 .fullWidth iframe {
        height: 230px;
    }
}

@media screen and (max-width: 390px) {
    .site-header .top-row > div > a {
        font-size: 14px;
    }
}

@media screen and (max-width: 350px) {
    #hero-slider .btn-wrap {
        gap: 10px;
    }
    #hero-slider .btn-wrap a.site-btn {
        min-width: 135px;
        font-size: 16px;
    }
}