/*General Style */
@import url("../css/bootstrap.min.css");
@import url("../fonts/font-awesome/css/font-awesome.min.css");
@import url("../fonts/font-awesome-5-free/css/all.css");
@import url("../css/slimmenu.min.css");
@import url("../css/animate.css");
@import url("../css/owl.carousel.css");
/*---------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Karla:wght@200;300;400;500;600;700;800&display=swap');
/* font-family: 'Karla', sans-serif; */
@font-face {
    font-family: 'LeMondeCourrierProRegular';
    src: url('../fonts/LeMondeCourrierPro/LeMondeCourrierPro-Regular.woff2') format('woff2'),
        url('../fonts/LeMondeCourrierPro/LeMondeCourrierPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'LeMondeCourrierProDemi';
    src: url('../fonts/LeMondeCourrierPro/LeMondeCourrierPro-Demi.woff2') format('woff2'),
        url('../fonts/LeMondeCourrierPro/LeMondeCourrierPro-Demi.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'LeMondeCourrierProBold';
    src: url('../fonts/LeMondeCourrierPro/LeMondeCourrierPro-Bold.woff2') format('woff2'),
        url('../fonts/LeMondeCourrierPro/LeMondeCourrierPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'LeMondeCourrierProBook';
    src: url('../fonts/LeMondeCourrierPro/LeMondeCourrierPro-Book.woff2') format('woff2'),
        url('../fonts/LeMondeCourrierPro/LeMondeCourrierPro-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'LeMondeCourrierProExDemi';
    src: url('../fonts/LeMondeCourrierPro/LeMondeCourrierPro-ExDemi.woff2') format('woff2'),
        url('../fonts/LeMondeCourrierPro/LeMondeCourrierPro-ExDemi.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'CenturyGothic-Regular';
    src: url('../fonts/CenturyGothic.woff2') format('woff2'),
        url('../fonts/CenturyGothic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'CenturyGothic-Bold';
    src: url('../fonts/CenturyGothic-Bold.woff2') format('woff2'),
        url('../fonts/CenturyGothic-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
:root {
    --heading: 'CenturyGothic-Bold'; /* Heading Font */
    --description: 'CenturyGothic-Regular'; /* Description Font */
    --primary:#084999; /* Main Color */
    --secondary:#418FDE;
    --white: #ffffff;
    --black:#333333;
    --secondary2:#9160a7;
    --highlighted:#ed363c;
    --highlightedtext:#fff;
    --highlighted2:#ab172b;
    --lightprimary: #f3f4f6;
    --lightgray: #ebebeb;
    --transition: all 0.25s ease-in-out;
}
html {
    overflow-x: hidden;
}
body {
    margin: 0px;
    padding: 0px;
    background-color: var(--lightprimary);
    overflow: hidden;
    -ms-overflow-style: scrollbar;
    font-family: var(--description);
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: 0;
    color: var(--black);
}
p {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: 0;
    color: var(--black);
}
.grid_1200 {
    overflow: hidden;
}
@media (max-width: 991px) {
    body,
    p {
        font-size: 16px;
    }
}
@media (max-width: 575px) {
    body,
    p {
        font-size: 15px;
    }
}
img {
    max-width: 100%;
    height: auto;
}
::-moz-selection {
    background: var(--primary);
    color: var(--white);
}
::-webkit-selection {
    background: var(--primary);
    color: var(--white);
}
/* ------------------------------------------------------------------
 Typography
------------------------------------------------------------------- */
b,
strong {
    font-weight: 700;
    font-family: var(--heading);
}
a{
    color: var(--primary);
    transition: var(--transition);
}
a:hover,
a:focus {
    text-decoration: none;
    color: var(--secondary);
    outline: 0;
}
h1:not(.site-title):before,
h2:before {
    display: none;
}
h1 {
    font-size: 56px;
    line-height: 1.1;
}
@media (max-width: 1600px) {
    h1 {
        font-size: 52px;
    }
}
@media (max-width: 1199px) {
    h1 {
        font-size: 46px;
    }
}
@media (max-width: 991px) {
    h1 {
        font-size: 40px;
    }
}
@media (max-width: 767px) {
    h1 {
        font-size: 36px;
    }
}
@media (max-width: 575px) {
    h1 {
        font-size: 30px;
    }
}
@media (max-width: 420px) {
    h1 {
        font-size: 26px;
    }
}
.sections_title h1, 
h2 {
    font-size: 48px;
    line-height: 1.2;
}
@media (max-width: 1600px) {
    .sections_title h1, 
    h2  {
        font-size: 44px;
    }
}
@media (max-width: 1199px) {
    .sections_title h1, 
    h2 {
        font-size: 40px;
    }
}
@media (max-width: 991px) {
    .sections_title h1, 
    h2 {
        font-size: 36px;
    }
}
@media (max-width: 767px) {
    .sections_title h1, 
    h2 {
        font-size: 32px;
        line-height: 1.3;
    }
}
@media (max-width: 575px) {
    .sections_title h1, 
    h2 {
        font-size: 28px;
    }
}
@media (max-width: 420px) {
    .sections_title h1, 
    h2 {
        font-size: 24px;
    }
}
h3 {
    font-size: 30px;
    line-height: 1.2;
}
@media (max-width: 1600px) {
    h3 {
        font-size: 26px;
    }
}
@media (max-width: 1199px) {
    h3 {
        font-size: 24px;
    }
}
@media (max-width: 991px) {
    h3 {
        font-size: 22px;
    }
}
@media (max-width: 767px) {
    h3 {
        font-size: 21px;
    }
}
@media (max-width: 575px) {
    h3 {
        font-size: 20px;
    }
}
@media (max-width: 420px) {
    h3 {
        font-size: 18px;
    }
}
h4 {
    font-size: 24px;
    line-height: 1.3;
}
@media (max-width: 1600px) {
    h4 {
        font-size: 23px;
    }
}
@media (max-width: 1199px) {
    h4 {
        font-size: 22px;
    }
}
@media (max-width: 991px) {
    h4 {
        font-size: 21px;
    }
}
@media (max-width: 767px) {
    h4 {
        font-size: 20px;
    }
}
@media (max-width: 575px) {
    h4 {
        font-size: 19px;
    }
}
@media (max-width: 420px) {
    h4 {
        font-size: 17px;
    }
}
h1,
h2,
h3,
h4 {
    margin: 0 0 20px;
    color: var(--primary);
    letter-spacing: 0;
    text-transform: inherit;
    font-family: var(--heading);
}
h1 span,
h2 span,
h3 span,
h4 span {
    font-family: var(--description);
}
p,
ol,
ul,
blockquote {
    margin: 0 0 30px;
    padding: 0;
}
.white h1,
.white h2,
.white h3,
.white h4,
.white p,
.white li,
.white span,
.white a {
    color: #fff;
}
.white p a:hover {
    text-decoration: underline;
}
ol li,
ul li {
    list-style-type: none;
}
@media (max-width: 1600px) {
    h1,
    h2,
    h3,
    h4,
    p,
    ol,
    ul,
    blockquote {
        margin: 0 0 25px;
    }
}
@media (max-width: 1199px) {
    h1,
    h2,
    h3,
    h4,
    p,
    ol,
    ul,
    blockquote {
        margin: 0 0 20px;
    }
}
@media (max-width: 991px) {
    h1,
    h2,
    h3,
    h4,
    p,
    ol,
    ul,
    blockquote {
        margin: 0 0 15px;
    }
}
@media (max-width: 575px) {
    h1,
    h2,
    h3,
    p,
    ol,
    ul,
    blockquote {
        margin: 0 0 10px;
    }
}

/* Forms */
.form_group {
    margin-bottom: 20px;
}
.form_group:last-child {
    margin-bottom: 0;
}
input[type="color"], input[type="date"], input[type="datetime-local"], input[type="datetime"], input[type="month"], input[type="number"], input[type="time"], input[type="url"], input[type="week"], input[type="email"], input[type="search"], input[type="text"], input[type="password"], input[type="tel"], input[type="file"], textarea, select {
    width: 100%;
    max-width: 100%;
    display: block;
    height: inherit;
    z-index: 1;
    margin: 0;
    padding: 6px 15px;
    background-color: #f0f0f0;
    box-shadow: inset 1px 1px 2px rgba(0,0,0,0.25);
    border: none;
    border-radius: 0;
    color: var(--black);
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0px;
    font-weight: 700;
    direction: ltr;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: var(--transition);
}
input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}
input:focus,
select:focus,
textarea:focus {
    outline: 0;
    border-color: var(--primary);
    box-shadow: inset 1px 1px 1px rgba(0,0,0,0.3);
}
input::placeholder,
textarea::placeholder,
select::placeholder {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 30px;
    color: var(--black);
    opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 30px;
    color: var(--black);
    opacity: 1;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 30px;
    color: var(--black);
    opacity: 1;
}
select {
    background-image: url(../images/select_arrow.svg);
    background-size: auto;
    background-position: right center;
    background-repeat: no-repeat;
    color: var(--black);
    padding-right: 35px !important;
    cursor: pointer;
    padding-right: 50px !important;
}
@media (max-width: 991px) {
    input[type="color"], 
    input[type="date"], 
    input[type="datetime-local"], 
    input[type="datetime"], 
    input[type="month"], 
    input[type="number"],  
    input[type="time"], 
    input[type="url"], 
    input[type="week"],
    input[type="email"],
    input[type="search"],
    input[type="text"],
    input[type="password"],
    input[type="tel"],
    input[type="file"],
    textarea,
    select {
        font-size: 15px;
    }
    input::-moz-placeholder,
    textarea::-moz-placeholder,
    select::-moz-placeholder {
        font-size: 15px;
    }
    input::placeholder,
    textarea::placeholder,
    select::placeholder {
        font-size: 15px;
    }
    input::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder,
    select::-webkit-input-placeholder {
        font-size: 15px;
    }
    .form_group {
        margin-bottom: 15px;
    }
}
@media (max-width: 575px) {
    input[type="color"], input[type="date"], input[type="datetime-local"], input[type="datetime"], input[type="month"], input[type="number"], input[type="time"], input[type="url"], input[type="week"], input[type="email"], input[type="search"], input[type="text"], input[type="password"], input[type="tel"], input[type="file"], textarea, select {
        font-size: 14px;
        padding: 5px 12px;
        line-height: 24px;
    }
    input::-moz-placeholder,
    textarea::-moz-placeholder,
    select::-moz-placeholder {
        font-size: 14px;
    }
    input::placeholder,
    textarea::placeholder,
    select::placeholder {
        font-size: 14px;
    }
    input::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder,
    select::-webkit-input-placeholder {
        font-size: 14px;
    }
}
/*Buttons*/
.btn_holder {
    margin-top: 30px;
}
input[type="submit"], button[type="submit"], .site_btn {
    position: relative;
    cursor: pointer;
    padding: 9px 40px;
    min-width: 190px;
    font-size: 16px;
    line-height: 30px;
    font-family: var(--heading);
    color: #fff;
    background-color: var(--secondary);
    text-align: center;
    display: inline-block;
    border: none;
    border-radius: 10px;
    box-shadow: none;
    opacity: 1;
    text-transform: uppercase;
    overflow: hidden;
    transition: var(--transition);
}
input[type="submit"]:hover,
button[type="submit"]:hover,
.site_btn:hover,
.site_btn:focus {
    background-color: var(--primary);
    color: #fff;
}
.site_btn.white {
    background-color: #fff;
    color: var(--primary) !important;
}
.site_btn.white:hover,
.site_btn.white:focus {
    background-color: var(--primary);
    color: #fff !important;
}
.site_btn + .site_btn  {
    margin-left: 10px;
}
@media (max-width: 1199px) {
    .btn_holder {
        margin-top: 30px;
    }
}
@media (max-width: 991px) {
    .btn_holder {
        margin-top: 25px;
    }
    input[type="submit"], 
    button[type="submit"],
    .site_btn {
        padding: 9px 25px;
        min-width: 160px;
        font-size: 15px;
        line-height: 26px;
        border-radius: 8px;
    }
}
@media (max-width: 767px) {
    .btn_holder {
        margin-top: 20px;
    }
    .site_btn + .site_btn  {
        margin-left: 10px;
    }
}
@media (max-width: 575px) {
    input[type="submit"], 
    button[type="submit"],
    .site_btn {
        padding: 8px 20px;
        min-width: 140px;
        font-size: 14px;
        line-height: 24px;
        border-radius: 6px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

/* ---- Header ----- */
.header {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 99;
    display: block;
    background-color: var(--white); 
    border-bottom: 1px solid #d9d9d9;
}
.header.sticky {
    position: fixed; 
}
.header_gap {
    margin-top: 100px;
}
.header .container {
    position: relative;
	display: flex;
	justify-content: space-between;
    align-items: center;
}
.main_header .logo a {
	display: block;
	position: relative;
	z-index: 1;
}
.header .logo {
    padding: 5px 0;
}
.header .logo a {
    display: block;
}
.header .logo a img {
    width: 148px;
    height: 83px;
    object-fit: contain;
}
.header.sticky .logo {
    padding: 5px 0;
}
.header.sticky .logo img {
    width: 102px;
    height: 56px;
}
.logo,
.logo img,
.header {
    transition: var(--transition);
}

/* Search  */
.search-toggle {
    display: inline-block;
    margin-left: 20px;
}
.search-icon {
    position: relative;
    z-index: 11;
    font-size: 18px;
    color: var(--primary);
    background-color: var(--white);
    border: 0;
    width: 34px;
    height: 34px;
    outline: none;
    border-radius: 100%;
    transition: var(--transition);
}
.search-icon:hover {
    color: var(--black);
}
.search-toggle .search-icon.icon-close,
.search-toggle.opened .search-icon.icon-search {
    display: none;
}
.search-toggle.opened .search-icon.icon-close {
    display: block;
}
.search-container {
    visibility: hidden;
    max-width: 50px;
    width: 100%;
    position: absolute;
    right: 15px;
    top: 125px;
    bottom: 0;
    z-index: 4;
    display: flex;
    align-items: center;
    opacity: 0;
    transition: var(--transition);
}
.sticky .search-container {
    top: 92px;
}
.search-container.opened {
    max-width: 365px;
    opacity: 1;
    visibility: visible;
}
.search-container form {
    position: relative;
    max-width: 100%;
    width: 100%;
}
.search-container input[type="text"] {
    border: 2px solid var(--primary);
    border-radius: 10px;
    background-color: var(--white);
    padding: 8px 44px 8px 15px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    outline: 0;
}
.search-container .search-icon {
    position: absolute;
    right: 4px;
    top: 4px;
    border: 0;
    z-index: 1;
    width: 42px;
    height: 42px;
    min-width: inherit;
    color: var(--white) !important;
    padding: 5px 5px 7px 6px;
    background-color: var(--primary);
    background-image: none;
    box-shadow: none !important;
    margin: 0;
    border-radius: 8px;
}
.search-container .search-icon:hover {
    background-color: var(--secondary);
}

/* Billboard */
.billboard {
    position: relative;
    overflow: hidden;
    padding: 20px 0;
}
.image_boxes {
    background-color: var(--white);
    padding: 12px;
}
.image_boxes > div {
    padding: 12px;
}
.image_boxes > div .fit_img {
    margin-bottom: 24px;
}
.image_boxes > div .fit_img:last-child {
    margin-bottom: 0;
}
.image_boxes > div:nth-child(1) .fit_img {
    height: 260px;
}
.image_boxes > div:nth-child(1) .fit_img:nth-child(1) img {
    object-fit: contain;
    padding: 35px;
}
.image_boxes > div:nth-child(2) .fit_img {
    height: 544px;
}
.image_boxes > div:nth-child(3) .fit_img:nth-child(1) {
    height: 120px;
}
.image_boxes > div:nth-child(3) .fit_img:nth-child(2) {
    height: 400px;
}

/* --- Sections --- */
.sections {
    padding: 40px 0;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.sections.sm {
    padding: 20px 0;
}
.sections_title {
    margin-bottom: 50px;
    position: relative;
    text-align: center;
    z-index: 1;
}
.sections_title.sm {
    margin-bottom: 30px;
}
.sections_title:last-child,
.sections_title h1:last-child,
.sections_title h2:last-child,
.sections_title p:last-child {
    margin-bottom: 0;
}
.fit_img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.fit_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
}

/* News */
.news_box {
    align-items: center;
    background-color: var(--white);
}
.news_box.featured_box {
   margin-bottom: 20px;
}
.news_box .fit_img {
    display: block;
    min-height: 350px;
    background-color: var(--primary);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.news_box .fit_img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--primary);
    opacity: 0;
    transition: var(--transition);
}
.news_box:hover .fit_img:before {
    opacity: 0.7;
}
.news_box .news_text {
    padding: 40px 45px;
}
.sub_heading,
.news_box .news_cat {
    font-size: 14px;
    font-family: var(--heading);
    color: var(--black);
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px;
}
.news_box .news_text h3 {
    margin-bottom: 30px;
}
.post_date {
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
}

.blog_box {
    background-color: var(--primary);
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: var(--transition);
}
.blog_box:hover {
    background-color: var(--secondary);
}
.blog_box .fit_img {
    display: block;
    height: 255px;
    background-color: var(--black);
}
.blog_box .fit_img img {
    transform: scale(1.001);
}
.blog_box:hover .fit_img img {
    opacity: 0.4;
    transform: scale(1.04);
}
.blog_box .blog_text {
    padding: 20px 25px 10px;
}
.blog_box .blog_text h3 {
    font-size: 22px;
    line-height: 1.3;
}
.blog_box .blog_text.lg {
    padding: 30px 35px;
}
.read_more {
    text-transform: uppercase;
    font-family: var(--heading);
}
.blog_box .btn_holder {
    margin-top: auto;
    padding: 0  25px 30px;
}
.read_more i {
    margin-left: 5px;
    transition: var(--transition);
}
.read_more:hover i {
    margin-left: 8px;
}

/* CTA */
.cta_box{
    background-color: var(--primary);
    padding: 35px 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.purple_bg{
    background-color: var(--secondary2);
}
.red_bg{
    background-color: var(--highlighted);
    color: var(--highlightedtext);
}
.red_bg.white *{
    color: var(--highlightedtext);
}
.cta_box .sub_heading {
    margin-bottom: 15px;
}
.cta_box h3 {
    margin-bottom: 15px;
}
.cta_box .btn_holder {
    margin-top: auto;
}
.cta_box p {
    font-size: 16px;
    line-height: 1.5;
    max-width: 310px;
    margin-bottom: 25px;
}
.cta_box .sub_heading {
    font-size: 16px;
}
/*  */
.contact_box {
    background-color: var(--white);
    min-height: 550px;
}
.contact_box .fit_img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.contact_form {
    padding: 60px 50px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.contact_form.sm {
    padding: 30px;
}
.contact_form .row {
    margin: 0 -10px;
}
.contact_form .row > div {
    padding: 0 10px;
}
.contact_form .sub_heading {
    font-size: 18px;
    text-transform: capitalize;
    color: var(--primary);
    margin-bottom: 5px;
}
.contact_form h3 {
    font-size: 28px;
}
.contact_page .contact_box {
    background-color: transparent;
    min-height: inherit;
}
.contact_page .contact_box .contact_form {
    background-color: var(--white);
}
.ct_box {
    margin-bottom: 50px;
}
.ct_box h2 {
    font-size: 30px;
}
.ct_box p {
    margin-bottom: 20px;
}
.ct_box p a span {
    color: var(--black);
}

/* Footer */
.footer {
	background-color: var(--lightgray);
    overflow: hidden;
	padding: 10px 0;
    margin-top: 40px;
}
.footer .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.footer p {
	color: #8f8f8f;
	margin-bottom: 0;
}
/* Go-Up */
.go-up {
	cursor: pointer;
	float: right;
	text-align: center;
	z-index: 99;
    transition: var(--transition);
}
.go-up span {
    vertical-align: text-bottom;
    font-style: italic;
    font-family: var(--heading);
    color: var(--black);
}
.go-up i {
	background-color: var(--secondary);
	color: var(--white);
	width: 80px;
	height: 80px;
	font-size: 32px;
	line-height: 80px;
	margin-left: 10px;
    transition: var(--transition);
}
.go-up i:hover {
	background-color: var(--primary);
}
.tb_space {
    margin-top: -15px;
    margin-bottom: -15px;
}
.tb_space > div {
    padding-top: 15px;
    padding-bottom: 15px;
}
@media(max-width:1199px){
    .image_boxes > div:nth-child(1) .fit_img {
        height: 200px;
    }
    .image_boxes > div:nth-child(2) .fit_img {
        height: 424px;
    }
    .image_boxes > div:nth-child(3) .fit_img:nth-child(1) {
        height: 85px;
    }
    .image_boxes > div:nth-child(3) .fit_img:nth-child(2) {
        height: 315px;
    }
    .news_box .news_text {
        padding: 30px 35px;
    }
    .news_box .fit_img {
        min-height: 290px;
    }
    .sections {
        padding: 30px 0;
    }
    .blog_box .fit_img {
        height: 190px;
    }
    .blog_box .blog_text {
        padding: 12px 18px 0;
    }
    .blog_box .btn_holder {
        padding: 0 18px 25px;
    }
    .cta_box,
    .contact_form {
        padding: 25px 30px;
    }
    .contact_box {
        min-height: 560px;
    }
    .go-up i {
        width: 70px;
        height: 70px;
        font-size: 26px;
        line-height: 68px;
    }
    .footer {
        margin-top: 30px;
    }
    .post_date {
        font-size: 15px;
    }
    .contact_form.sm {
        padding: 25px;
    }
    .ct_box {
        margin-bottom: 30px;
    }
    .ct_box h2 {
        font-size: 26px;
        margin-bottom: 15px;
    }
    .blog_box .blog_text h3 {
        font-size: 20px;
    }
}
@media(max-width:991px){
    .header,
    .header.sticky {
        position: relative;
    }
    .header_gap {
        display: none;
    }
    .header.sticky .logo,
    .header .logo {
        padding: 5px 0;
    }
    .header.sticky .logo a img,
    .header .logo a img {
        width: 125px;
        height: 70px;
    }
    .mainmenu {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .search-toggle {
        margin-left: 0;
        margin-right: 15px;
    }
    .sticky .search-container,
    .search-container {
        top: 103px;
    }
    .search-container.opened {
        max-width: 320px;
    }
    .image_boxes > div:nth-child(1) {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .image_boxes > div:nth-child(1) .fit_img {
        flex: 0 0 50%;
        max-width: calc(50% - 11px);
        margin-bottom: 0;
        margin: 0 11px;
    }
    .image_boxes > div:nth-child(1) .fit_img:nth-child(1) img {
        padding: 25px;
    }
    .news_box .news_text {
        padding: 20px 25px;
    }
    .sub_heading, .news_box .news_cat {
        font-size: 13px;
        margin-bottom: 10px;
    }
    .news_box .fit_img {
        min-height: 260px;
    }
    .news_box .news_text h3 {
        margin-bottom: 20px;
    }
    .cta_box .sub_heading {
        font-size: 15px;
    }
    .sections {
        padding: 20px 0;
    }
    .sections_title {
        margin-bottom: 40px;
    }
    .contact_box .fit_img {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: 650px;
    }
    .contact_form h3 {
        font-size: 24px;
    }
    .contact_form .sub_heading {
        font-size: 16px;
    }
    .go-up i {
        width: 60px;
        height: 60px;
        font-size: 22px;
        line-height: 58px;
    }
    .ct_box {
        margin-top: 30px;
        margin-bottom: 0;
    }
    .cta_box p {
        font-size: 15px;
    }
	.header_gap + .sections {
		margin-top: 15px;
	}
}
@media(max-width:767px){
    .image_boxes,
    .image_boxes > div {
        padding: 8px;
    }
    .image_boxes > div .fit_img {
        margin-bottom: 16px;
    }
    .image_boxes > div:nth-child(1) .fit_img {
        height: 160px;
        max-width: calc(50% - 8px);
        margin: 0 8px;
    }
    .image_boxes > div:nth-child(2) .fit_img {
        height: 330px;
    }
    .image_boxes > div:nth-child(3) .fit_img:nth-child(2) {
        height: 229px;
    }
    .sections_title h1 br, h2 br {
        display: none;
    }
    .contact_box .fit_img {
        height: 520px;
    }
    .footer .container {
        justify-content: center;
    }
    .footer p {
        margin-bottom: 10px;
        text-align: center;
    }
    .go-up i {
        width: 34px;
        height: 34px;
        font-size: 16px;
        line-height: 32px;
        margin-left: 5px;
    }
    .sections_title {
        margin-bottom: 30px;
    }
    .post_date {
        font-size: 14px;
    }
    .ct_box h2 {
        font-size: 24px;
    }
    .contact_form.sm {
        padding: 16px;
    }
}
@media(max-width: 575px){
    .search-toggle {
        margin-right: 8px;
    }
    .billboard {
        padding: 15px 0;
    }
    .search-container {
        left: 15px;
        right: 15px;
        margin: 0 auto;
        width: auto;
    }
    .search-container.opened {
        max-width: 100%;
    }
    .search-container .search-icon {
        width: 36px;
        height: 36px;
    }
    .search-container input[type="text"] {
        padding: 8px 44px 8px 10px;
    }
    .news_box .news_text {
        padding: 15px;
    }
    .cta_box, .contact_form {
        padding: 20px;
    }
    .cta_box .sub_heading {
        margin-bottom: 10px;
    }
    .cta_box p {
        margin-bottom: 15px;
        font-size: 14px;
    }
    .cta_box h3 {
        margin-bottom: 10px;
    }
    .contact_box .fit_img {
        height: 450px;
    }
    .contact_form .sub_heading {
        font-size: 15px;
    }
    .contact_form h3 {
        font-size: 21px;
    }
    .tb_space {
        margin-top: -8px;
        margin-bottom: -8px;
    }
    .tb_space > div {
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .ct_box {
        margin-top: 20px;
    }
    .ct_box h2 {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .ct_box p {
        margin-bottom: 10px;
    }
    .blog_box .blog_text h3 {
        font-size: 18px;
    }
}
@media(max-width:460px){
    .news_box .fit_img {
        min-height: 230px;
    }
    .image_boxes > div .fit_img {
        margin-bottom: 8px;
    }
    .image_boxes, .image_boxes > div {
        padding: 4px;
    }
    .image_boxes > div:nth-child(1) .fit_img:nth-child(1) img {
        padding: 15px;
    }
    .image_boxes > div:nth-child(1) .fit_img {
        height: 130px;
        max-width: calc(50% - 4px);
        margin: 0 4px;
    }
    .image_boxes > div:nth-child(2) .fit_img {
        height: 200px;
    }
    .image_boxes > div:nth-child(3) .fit_img:nth-child(1) {
        height: 65px;
    }
    .image_boxes > div:nth-child(3) .fit_img:nth-child(2) {
        height: 127px;
    }
    .contact_box .fit_img {
        height: 350px;
    }
    .contact_form.sm {
        padding: 8px;
    }
    .contact_form.sm .form_group {
        margin-bottom: 8px;
    }
    .contact_form.sm .form_group:last-child {
        margin-bottom: 0;
    }
}

/* Internal Cover */
.captions h1 span {
    font-family: var(--description);
}
.image_boxes.three_img > div .fit_img,
.image_boxes.three_img > div:nth-child(3) .fit_img:nth-child(1) {
    height: 358px;
    flex: 0 0 100%;
    max-width: 100%;
}
.image_boxes.three_img > div:nth-child(1) .fit_img:nth-child(1) img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 0;
}
.faq_box {
    margin-bottom: 40px;
}
.faq_box h4 {
    color: var(--black);
}
.faq_box p {
    font-size: 18px;
}
#faqs::before,
#faqs::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 100%;
    background: linear-gradient(90deg, #f3f4f6 0%, rgba(243,244,246,0) 100%);
    z-index: 2;
}
#faqs::after {
    left: inherit;
    right: 0;
    background: linear-gradient(-90deg, #f3f4f6 0%, rgba(243,244,246,0) 100%);
}
.sidebar_widget ul.timeline_post {
    padding: 20px 0 20px 35px;
    border-bottom: 3px solid #b8b8b8;
    max-height: 339px;
    overflow-y: scroll;
}
.sidebar_widget ul.timeline_post::-webkit-scrollbar-track {
	border-radius: 4px;
	background-color: #ffffff;
}
.sidebar_widget ul.timeline_post::-webkit-scrollbar {
	width: 10px;
	border-radius: 4px;
	background-color: #ffffff;
}
.sidebar_widget ul.timeline_post::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background-color: #a2a2a2;
}
.sidebar_widget ul.timeline_post li {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #c0c0c0;
}
.sidebar_widget ul.timeline_post li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.sidebar_widget ul.timeline_post li::before {
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    top: 3px;
    left: -30px;
    border-radius: 100%;
    background-color: #b8b8b8;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.sidebar_widget ul.timeline_post li:hover:before {
    background-color: var(--highlighted2);
}
.sidebar_widget ul li h4 {
    font-size: 21px;
    margin-bottom: 0;
}
.sidebar_widget ul .postdate {
    font-size: 14px;
    font-family: var(--heading);
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: var(--black);
}
@media(max-width:1199px){
    .image_boxes.three_img > div .fit_img,
    .image_boxes.three_img > div:nth-child(3) .fit_img:nth-child(1) {
        height: 280px;
    }
    .sidebar_widget ul.timeline_post {
        padding: 20px 0 20px 25px;
        max-height: 328px;
    }
    .sidebar_widget ul li h4 {
        font-size: 18px;
    }
    .sidebar_widget ul .postdate {
        font-size: 13px;
        margin-bottom: 6px;
    }
    .sidebar_widget ul.timeline_post li::before {
        width: 14px;
        height: 14px;
        top: 2px;
        left: -25px;
    }
    .blog_box .blog_text.lg {
        padding: 20px 25px;
    }
    .faq_box {
        margin-bottom: 30px;
    }
    .faq_box p {
        font-size: 16px;
    }
}
@media(max-width:991px){
    .sidebar_widget ul.timeline_post {
        max-height: 257px;
    }
    .sections h2 br {
        display: none;
    }
    #faqs::before, #faqs::after {
        width: 100px;
    }
    .image_boxes > div:nth-child(1) .fit_img:nth-child(1) {
        height: 180px;
    }
    .image_boxes > div:nth-child(1) .fit_img:nth-child(1) img {
        object-position: top center;
    }
    .image_boxes.three_img > div:nth-child(1) .fit_img:nth-child(1) {
        height: 280px;
    }
}
@media(max-width:767px){
    .image_boxes > div:nth-child(1) .fit_img:nth-child(1) {
        height: 150px;
    }
    .sidebar_widget ul.timeline_post {
        max-height: 250px;
    }
    .image_boxes.three_img > div:nth-child(1) .fit_img:nth-child(1),
    .image_boxes.three_img > div:nth-child(3) .fit_img:nth-child(1),
    .image_boxes.three_img > div .fit_img {
        height: 230px;
    }
    #faqs::before, #faqs::after {
        display: none;
    }
    .faq_box p {
        font-size: 15px;
    }
    .sidebar_widget ul.timeline_post li {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
}
@media(max-width:575px){
    .sidebar_widget ul li h4 {
        font-size: 16px;
    }
    .blog_box .blog_text.lg {
        padding: 15px 18px;
    }
}
@media(max-width:460px){
    .image_boxes.three_img > div:nth-child(1) .fit_img:nth-child(1),
    .image_boxes.three_img > div:nth-child(3) .fit_img:nth-child(1),
    .image_boxes.three_img > div .fit_img  {
        height: 180px;
    }
    .image_boxes > div:nth-child(1) .fit_img:nth-child(1) {
        height: 110px;
    }
    
}

/* Video Modal */
.modal-open {
    padding: 0 !important;
}
.modal-backdrop {
    display: none;
}
.modal {
    padding: 0 !important;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.05);
    transition: visibility 0s linear 0.2s, opacity 0.2s 0s, transform 0.2s;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block !important;
}
.modal.show {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    transition: visibility 0s linear 0s, opacity 0.3s 0s, transform 0.3s;
}
.modal-dialog {
    max-width: 100%;
    width: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    margin: 0 auto;
}
.modal-content {
    margin-top: 0;
    border: none;
    padding: 0;
    background: var(--white);
}
.modal-body {
    position: relative;
    border: none;
    padding: 0;
    background-image: url(../images/placeholder-img.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 8px;
}
.embed-responsive {
    border-radius: 4px;
}
button.close {
    display: block;
    position: absolute;
    right: -4px;
    top: -35px;
    width: 30px;
    height: 30px;
    z-index: 9;
    padding: 0;
    opacity: 0.5;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
button.close img {
    vertical-align: top;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/*  */
.video_btn i {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    font-size: 110px;
    color: var(--white);
    transform: translate(-50%,-50%);
    text-shadow: 0 5px 10px rgba(0,0,0,0.3);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.video_btn:hover i {
    transform: translate(-50%,-50%) scale(1.08);
}
@media (max-width: 1600px) {
    .modal-dialog {
        max-width: 65%;
        width: 65%;
   }
    button.close {
        top: -26px;
        width: 16px;
        height: 16px;
        line-height: 16px;
   }
   .video_btn i {
       font-size: 90px;
   }
}
@media (max-width: 991px) {
    .modal-dialog {
        max-width: 94%;
        width: 94%;
   }
    .modal-content {
        padding: 0;
   }
    button.close {
        right: -2px;
   }
   .video_btn i {
       font-size: 70px;
   }
}

.menu-header-main-menu-container {
    display: inline-block;
}
@media (max-width: 991px) {
	.menu-header-main-menu-container {
		order: 6;
	}
}

body.no_blogs li.blog_menu { display: none; }
body.no_press li.press_menu { display: none; }

/* Custom Select */
.custom_select {
    position: relative;
    z-index: 1;
    padding: 13px 14px;
    background-color: var(--white);
    box-shadow: 3px 3px 2px rgba(0,0,0,0.2);
    width: 440px;
}
.custom_select select {
    display: none; /*hide original SELECT element:*/
}
.custom_select .select-selected {
    position: relative;
    cursor: pointer;
    user-select: none;
    padding: 0 22px 12px 0;
    background-color: var(--white);
    font-family: var(--heading);
    border-bottom: 3px solid #a2a2a2;
    border-radius: 0;
    color: var(--black);
    opacity: 1;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
    font-weight: 700;
    text-transform: uppercase;
}
.custom_select .select-selected:after {
    content: '\f107';
    color: var(--black);
    font-family: "FontAwesome";
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: 36%;
    right: 0;
    transform: translateY(-50%) rotate(0deg);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.custom_select .select-selected.select-arrow-active:after {
    transform: translateY(-50%) rotate(180deg);
}
.custom_select .select-items {
    position: absolute;
    background-color: var(--white);
    top: 100%;
    left: 0;
    right: 0;
    z-index: 5;
    border-radius: 0;
    padding: 0 18px;
    box-shadow: 3px 3px 2px rgba(0,0,0,0.2);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    visibility: visible;
    max-height: 500px;
    overflow: hidden;
}
.custom_select .select-hide {
    visibility: hidden;
    max-height: 0;
}
.custom_select .select-items div {
    font-size: 16px;
    line-height: 1.4;
    font-family: var(--heading);
    padding: 12px 0;
    cursor: pointer;
    user-select: none;
    border-radius: 0;
    margin-bottom: 0;
    font-weight: 400;
    color: var(--secondary);
    letter-spacing: 0;
    border-bottom: 1px solid #b8b8b8;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.custom_select .select-items div:hover {
    color: var(--primary);
}
.custom_select .select-items div:last-child {
    border-bottom: none;
}
.custom_select .select-items div:first-child {
    padding-top: 2px;
}
.custom_select .select-items div:hover,
.custom_select .select-items div.same-as-selected {
    color: var(--black);
}
.custom_select .select-items div.same-as-selected {
    opacity: 0.4;
}
.d-md-flex.sections_title h3 {
    margin-bottom: 0;
}
@media (max-width: 1199px) {
    .custom_select {
        width: 350px;
    }
    .custom_select .select-selected {
        padding: 0 18px 8px 0;
        font-size: 15px;
        line-height: 20px;
    }
    .custom_select .select-items div {
        font-size: 15px;
        padding: 10px 0;
    }
    .custom_select .select-items {
        padding: 0 14px;
    }
}
@media (max-width: 991px) {
    .custom_select {
        padding: 7px 10px;
        width: 300px;
    }
    .custom_select .select-selected {
        padding: 0 18px 5px 0;
        border-bottom: 2px solid #a2a2a2;
    }
    .custom_select .select-selected:after {
        font-size: 20px;
        top: 48%;
    }
    .custom_select .select-items {
        padding: 0 10px;
    }
    .custom_select .select-items div {
        font-size: 14px;
        padding: 8px 0;
    }
}
@media (max-width: 767px) {
    .custom_select {
        width: 100%;
        margin-top: 20px;
    }
}

/**/
.baimg_boxes > div:nth-child(1) .fit_img {
    height: 445px;
}
.baimg_boxes > div:nth-child(1) .fit_img:nth-child(1) img {
    padding: 0;
    object-fit: cover;
}
.baimg_boxes > div:nth-child(2) .fit_img:nth-child(1) {
    height: 123px;
}
.baimg_boxes > div:nth-child(2) .fit_img:nth-child(2) {
    height: 298px;
}
.sidebar_widget:not(:last-child) {
    margin-bottom: 60px;
}
.sidebar_widget h2 {
    margin-bottom: 0;
    font-size: 30px;
    border-bottom: 3px solid #b8b8b8;
    padding-bottom: 15px;
}
.sidebar_widget ul {
    padding-top: 15px;
}
.sidebar_widget ul li {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #c0c0c0;
    font-size: 21px;
    line-height: 1.3;
    color: var(--primary);
    letter-spacing: 0;
    text-transform: inherit;
    font-family: var(--heading);
}
.sidebar_widget ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.article_detail {
    padding: 45px;
    background-color: var(--white);
}
blockquote {
    border-left: 9px solid #b3d6ec;
    padding-left: 25px;
}
blockquote p {
    font-family: var(--heading);
    font-size: 24px;
    line-height: 1.1;
    color: var(--secondary);
    margin-bottom: 30px;
}
blockquote p:last-child {
    margin-bottom: 0;
}
.default_typo ol,
.default_typo ul {
	margin-left: 40px;
	padding: 0;
}
.default_typo ol li,
.default_typo ul li{
    position: relative;
    margin-bottom: 5px; 
}
.default_typo ul li{
    list-style-type: disc;
}
.default_typo ol li{
    list-style-type: decimal;
} 
.default_typo p span{
    color: var(--secondary);
} 
.default_typo h2 {
    font-size: 30px;
}
.default_typo h3 {
    font-size: 21px;
}
.default_typo h4 {
    font-size: 18px;
}
@media (max-width: 1199px) {
    .sidebar_widget:not(:last-child) {
        margin-bottom: 50px;
    }
    .sidebar_widget h2 {
        font-size: 28px;
    }
    .baimg_boxes > div:nth-child(1) .fit_img:nth-child(1) {
        height: 340px;
        max-width: 100%;
        flex: 0 0 100%;
    }
    .baimg_boxes > div:nth-child(1) .fit_img:nth-child(1) {
        height: 340px;
    }
    .baimg_boxes > div:nth-child(2) .fit_img:nth-child(2) {
        height: 193px;
    }
    .article_detail {
        padding: 35px;
    }
    blockquote p {
        font-size: 21px;
        margin-bottom: 20px;
    }
    .default_typo h2 {
        font-size: 26px;
    }
    .default_typo h3 {
        font-size: 20px;
    }
    blockquote {
        border-left: 8px solid #b3d6ec;
        padding-left: 18px;
    }
    .default_typo ol, .default_typo ul {
        margin-left: 35px;
    }
    .sidebar_widget ul li {
        font-size: 18px;
    }
}
@media (max-width: 991px) {
    .sidebar_widget:first-child {
        margin-top: 30px;
    }
    .sidebar_widget:not(:last-child) {
        margin-bottom: 40px;
    }
    .sidebar_widget h2 {
        font-size: 26px;
    }
    .baimg_boxes > div:nth-child(1) .fit_img:nth-child(1) {
        height: 280px;
    }
    .baimg_boxes > div:nth-child(2) {
        display: flex;
        flex-wrap: wrap;
        gap: 24px;
    }
    .baimg_boxes > div:nth-child(2) .fit_img:nth-child(1),
    .baimg_boxes > div:nth-child(2) .fit_img:nth-child(2) {
        flex: 0 0 50%;
        max-width: calc(50% - 12px);
        height: 230px;
        margin: 0 auto;
    }
}
@media (max-width: 767px) {
    .sidebar_widget h2 {
        font-size: 24px;
    }
    .sidebar_widget ul li {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .baimg_boxes > div:nth-child(2) {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }
    .baimg_boxes > div:nth-child(2) .fit_img:nth-child(1), 
    .baimg_boxes > div:nth-child(2) .fit_img:nth-child(2) {
        max-width: calc(50% - 10px);
        height: 160px;
    }
    .article_detail {
        padding: 25px;
    }
    .default_typo h2 {
        font-size: 24px;
    }
    blockquote p {
        font-size: 20px;
    }
}
@media (max-width: 575px) {
    .baimg_boxes > div:nth-child(2) {
        gap: 10px;
    }
    .baimg_boxes > div:nth-child(2) .fit_img:nth-child(1), 
    .baimg_boxes > div:nth-child(2) .fit_img:nth-child(2) {
        max-width: calc(50% - 5px);
        height: 140px;
    }
    .article_detail {
        padding: 15px;
    }
    .default_typo h2 {
        font-size: 22px;
    }
    .default_typo h3 {
        font-size: 18px;
    }
    .default_typo h4 {
        font-size: 16px;
    }
    blockquote {
        border-left: 7px solid #b3d6ec;
        padding-left: 14px;
    }
    blockquote p {
        font-size: 18px;
    }
    .sidebar_widget ul li {
        font-size: 16px;
    }
}
@media (max-width: 460px) {
    .baimg_boxes > div:nth-child(1) .fit_img:nth-child(1) {
        height: 220px;
    }
}
.form_group p {
	margin-bottom: 0;
}
.form_group.form_btn {
	margin-bottom: 0;
}
.wpcf7-not-valid-tip {
	font-size: 0.8em;
	letter-spacing: 0;
	margin-top: 5px;
}
.wpcf7 form .wpcf7-response-output {
	margin: 10px 10px 0;
	padding: 10px !important;
	border: 2px solid #00a0d2;
	font-size: 0.9em;
}

.search-results article {
    margin-bottom: 20px;
    padding: 20px 22px;
    background-color: white;
}
.search-results article h2 {
    font-size: 24px;
    text-transform: inherit;
    margin-bottom: 10px;
}
.search-results article .entry-header {
    margin-bottom: 10px;
}
.search-results article .entry-header h2:last-child,
.search-results article .entry-header:last-child {
    margin-bottom: 0;
}
.search-results article .post-thumbnail {
    margin-bottom: 10px;
    display: inline-block;
}
@media (max-width: 767px){
    .search-results article h2 {
        font-size: 21px;
    }
    .search-results article {
        padding: 15px;
    }
}
@media (max-width: 575px){
    .search-results article h2 {
        font-size: 18px;
    }
}
.language_button_group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
}
.language_button_group .site_btn {
    min-width: inherit;
    padding-left: 15px;
    padding-right: 15px;
    flex: auto;
}
.language_button_group .site_btn + .site_btn {
    margin-left: 0;
}
@media (max-width: 575px){
    .language_button_group .site_btn {
        padding-left: 10px;
        padding-right: 10px;
        flex: 0 0 50%;
        max-width: calc(50% - 5px);
    }
}

.cta_box.whit_bg {
    background-color: #fff;
}

.ct_box {
    word-break: break-word;
}