/*General Style */
@import url("../css/aos.css");
@import url("../css/bootstrap.min.css");
@import url("../fonts/font-awesome-6/css/all.min.css");
@import url("../css/magnific-popup.css");
@import url("../css/slimmenu.min.css");
/*---------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
/*--------------------
/*  
    font-family: "Nunito", sans-serif;
*/

:root {
    --dark: #273536;
    --dark_light: rgba(0, 0, 0, 0.10);
    --primary: #2DCCD3;
    --musterd: #E8C97B;
    --black: #000000;
    --white: #FFFFFF;
    --gray: rgba(39, 53, 54, 0.08);
    --bodyfont: "Nunito", sans-serif;
    --handshake: hsl(0 0% 100%);
    --transition: all 0.25s ease-in-out;
}

html {
    overflow-x: hidden;
}

body {
    margin: 0px;
    padding: 0px;
    background-color: var(--white);
    font-family: var(--bodyfont);
    color: var(--dark);
    font-size: 18px;
    line-height: 160%;
    font-weight: 400;
    letter-spacing: 0;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

p {
    font-size: 18px;
    line-height: 160%;
    font-weight: 400;
}

@media (max-width: 1199px) {

    body,
    p {
        font-size: 17px;
    }
}

@media (max-width: 991px) {

    body,
    p {
        font-size: 16px;
    }

    p br {
        display: none;
    }
}

@media (max-width: 767px) {

    body,
    p {
        font-size: 15px;
    }
}

@media (max-width: 575px) {

    body,
    p {
        font-size: 14px;
    }
}

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

::-moz-selection {
    background-color: var(--primary);
    color: var(--white);
}

::-webkit-selection {
    background-color: var(--primary);
    color: var(--white);
}

::selection {
    background-color: var(--primary);
    color: var(--white);
}

/* Typography */
b,
strong {
    font-weight: 700;
}

a {
    text-decoration: none;
    color: var(--primary);
    -webkit-transition: var(--transition);
    -moz-transition: var(--transition);
    -ms-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
}

a:hover {
    color: var(--secondary);
    outline: 0;
}

a:focus-visible {
    outline: none;
}

h1:not(.site-title):before,
h2:before {
    display: none;
}

h1,
.h1 {
    font-size: 86px;
    line-height: 120%;
}

@media (max-width: 1600px) {

    h1,
    .h1 {
        font-size: 76px;
    }
}

@media (max-width: 1199px) {

    h1,
    .h1 {
        font-size: 67px;
    }
}

@media (max-width: 991px) {

    h1,
    .h1 {
        font-size: 57px;
    }
}

@media (max-width: 575px) {

    h1,
    .h1 {
        font-size: 47px;
    }
}

h2,
.h2 {
    font-size: 70px;
    line-height: 100%;
}

@media (max-width: 1600px) {

    h2,
    .h2 {
        font-size: 66px;
    }
}

@media (max-width: 1199px) {

    h2,
    .h2 {
        font-size: 56px;
    }
}

@media (max-width: 991px) {

    h2,
    .h2 {
        font-size: 46px;
    }
}

@media (max-width: 767px) {

    h2,
    .h2 {
        font-size: 36px;
    }
}

h3,
.h3 {
    font-size: 36px;
    line-height: 120%;
}

.f30 {
    font-size: 30px;
}

@media (max-width: 1600px) {

    h3,
    .h3 {
        font-size: 34px;
    }
}

@media (max-width: 1400px) {

    h3,
    .h3 {
        font-size: 32px;
    }
}

@media (max-width: 1199px) {

    h3,
    .h3 {
        font-size: 30px;
    }

    .f30 {
        font-size: 28px;
    }
}

@media (max-width: 991px) {

    h3,
    .h3 {
        font-size: 28px;
    }

    .f30 {
        font-size: 26px;
    }
}

@media (max-width: 767px) {

    h3,
    .h3 {
        font-size: 26px;
    }

    .f30 {
        font-size: 24px;
    }
}

@media (max-width: 575px) {
    .f30 {
        font-size: 22px;
    }
}

h4,
.h4 {
    font-size: 24px;
    line-height: 120%;
}

@media (max-width: 1199px) {

    h4,
    .h4 {
        font-size: 22px;
    }
}

@media (max-width: 991px) {

    h4,
    .h4 {
        font-size: 20px;
    }
}

.h1,
.h2,
.h3,
.h4,
h1,
h2,
h3,
h4 {
    margin: 0 0 20px;
    color: var(--dark);
    font-weight: 700;
    text-transform: capitalize;

}

p,
ol,
ul,
blockquote {
    margin: 0 0 20px;
    padding: 0;
}

.white h1,
.white h2,
.white h3,
.white h4,
.white p,
.white li,
.white span,
.white a {
    color: var(--white);
}

.white p a:hover {
    text-decoration: underline;
}

ol li,
ul li {
    list-style-type: none;
}

@media (max-width: 767px) {

    .h1,
    .h2,
    .h3,
    .h4,
    h1,
    h2,
    h3,
    h4,
    p,
    ol,
    ul,
    blockquote {
        margin: 0 0 15px;
    }
}

/* Forms */
.form-group {
    margin-bottom: 30px;
}

.form-group p:last-child {
    margin-bottom: 0;
}

.form-group label {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.2;
}

/* body .gform-theme--framework, */
body .gform_wrapper.gravity-theme input[type="color"],
body .gform_wrapper.gravity-theme input[type="datetime-local"],
body .gform_wrapper.gravity-theme input[type="date"],
body .gform_wrapper.gravity-theme input[type="datetime"],
body .gform_wrapper.gravity-theme input[type="email"],
body .gform_wrapper.gravity-theme input[type="month"],
body .gform_wrapper.gravity-theme input[type="number"],
body .gform_wrapper.gravity-theme input[type="password"],
body .gform_wrapper.gravity-theme input[type="search"],
body .gform_wrapper.gravity-theme input[type="tel"],
body .gform_wrapper.gravity-theme input[type="text"],
body .gform_wrapper.gravity-theme input[type="time"],
body .gform_wrapper.gravity-theme input[type="url"],
body .gform_wrapper.gravity-theme input[type="week"],
body .gform_wrapper.gravity-theme select,
body .gform_wrapper.gravity-theme textarea,
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: 20px 20px;
    background-color: var(--white);
    box-shadow: none;
    border: solid 1px #dedede;
    border-radius: 8px;
    color: var(--dark);
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    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;
    -webkit-transition: var(--transition);
    -moz-transition: var(--transition);
    -ms-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
}

input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

body .gform_wrapper.gravity-theme input[type="color"]:focus,
body .gform_wrapper.gravity-theme input[type="datetime-local"]:focus,
body .gform_wrapper.gravity-theme input[type="date"]:focus,
body .gform_wrapper.gravity-theme input[type="datetime"]:focus,
body .gform_wrapper.gravity-theme input[type="email"]:focus,
body .gform_wrapper.gravity-theme input[type="month"]:focus,
body .gform_wrapper.gravity-theme input[type="number"]:focus,
body .gform_wrapper.gravity-theme input[type="password"]:focus,
body .gform_wrapper.gravity-theme input[type="search"]:focus,
body .gform_wrapper.gravity-theme input[type="tel"]:focus,
body .gform_wrapper.gravity-theme input[type="text"]:focus,
body .gform_wrapper.gravity-theme input[type="time"]:focus,
body .gform_wrapper.gravity-theme input[type="url"]:focus,
body .gform_wrapper.gravity-theme input[type="week"]:focus,
body .gform_wrapper.gravity-theme select:focus,
body .gform_wrapper.gravity-theme textarea:focus,
input:focus,
select:focus,
textarea:focus {
    outline: 0;
    border-color: var(--primary);
}

input::placeholder,
textarea::placeholder,
select::placeholder {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: var(--dark);

}

input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: var(--dark);

}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: var(--dark);

}

select {
    background-image: url("../images/select_arrow.svg");
    background-position: right center;
    background-repeat: no-repeat;
    color: rgba(37, 37, 37, 0.7);
    padding-right: 55px;
    cursor: pointer;
}

select option:hover {
    background-color: var(--primary);
}

textarea {
    height: 220px;
}

@media (max-width: 1199px) {
    .form-group {
        margin-bottom: 25px;
    }

    body .gform_wrapper.gravity-theme input[type="color"],
    body .gform_wrapper.gravity-theme input[type="datetime-local"],
    body .gform_wrapper.gravity-theme input[type="date"],
    body .gform_wrapper.gravity-theme input[type="datetime"],
    body .gform_wrapper.gravity-theme input[type="email"],
    body .gform_wrapper.gravity-theme input[type="month"],
    body .gform_wrapper.gravity-theme input[type="number"],
    body .gform_wrapper.gravity-theme input[type="password"],
    body .gform_wrapper.gravity-theme input[type="search"],
    body .gform_wrapper.gravity-theme input[type="tel"],
    body .gform_wrapper.gravity-theme input[type="text"],
    body .gform_wrapper.gravity-theme input[type="time"],
    body .gform_wrapper.gravity-theme input[type="url"],
    body .gform_wrapper.gravity-theme input[type="week"],
    body .gform_wrapper.gravity-theme select,
    body .gform_wrapper.gravity-theme textarea,
    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 {
        padding: 16px 18px;
        font-size: 17px;
    }

    input::-moz-placeholder,
    textarea::-moz-placeholder,
    select::-moz-placeholder {
        font-size: 17px;
    }

    input::placeholder,
    textarea::placeholder,
    select::placeholder {
        font-size: 17px;
    }

    input::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder,
    select::-webkit-input-placeholder {
        font-size: 17px;
    }

    select {
        padding-right: 40px !important;
    }

    textarea {
        height: 180px;
    }
}

@media (max-width: 991px) {

    body .gform_wrapper.gravity-theme input[type="color"],
    body .gform_wrapper.gravity-theme input[type="datetime-local"],
    body .gform_wrapper.gravity-theme input[type="date"],
    body .gform_wrapper.gravity-theme input[type="datetime"],
    body .gform_wrapper.gravity-theme input[type="email"],
    body .gform_wrapper.gravity-theme input[type="month"],
    body .gform_wrapper.gravity-theme input[type="number"],
    body .gform_wrapper.gravity-theme input[type="password"],
    body .gform_wrapper.gravity-theme input[type="search"],
    body .gform_wrapper.gravity-theme input[type="tel"],
    body .gform_wrapper.gravity-theme input[type="text"],
    body .gform_wrapper.gravity-theme input[type="time"],
    body .gform_wrapper.gravity-theme input[type="url"],
    body .gform_wrapper.gravity-theme input[type="week"],
    body .gform_wrapper.gravity-theme select,
    body .gform_wrapper.gravity-theme textarea,
    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: 16px;
        padding: 12px 16px;
    }

    input::-moz-placeholder,
    textarea::-moz-placeholder,
    select::-moz-placeholder {
        font-size: 16px;
    }

    input::placeholder,
    textarea::placeholder,
    select::placeholder {
        font-size: 16px;
    }

    input::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder,
    select::-webkit-input-placeholder {
        font-size: 16px;
    }

    .form-group {
        margin-bottom: 20px;
    }

    textarea {
        height: 140px;
    }
}

@media (max-width: 767px) {
    .form-group {
        margin-bottom: 15px;
    }

    body .gform_wrapper.gravity-theme input[type="color"],
    body .gform_wrapper.gravity-theme input[type="datetime-local"],
    body .gform_wrapper.gravity-theme input[type="date"],
    body .gform_wrapper.gravity-theme input[type="datetime"],
    body .gform_wrapper.gravity-theme input[type="email"],
    body .gform_wrapper.gravity-theme input[type="month"],
    body .gform_wrapper.gravity-theme input[type="number"],
    body .gform_wrapper.gravity-theme input[type="password"],
    body .gform_wrapper.gravity-theme input[type="search"],
    body .gform_wrapper.gravity-theme input[type="tel"],
    body .gform_wrapper.gravity-theme input[type="text"],
    body .gform_wrapper.gravity-theme input[type="time"],
    body .gform_wrapper.gravity-theme input[type="url"],
    body .gform_wrapper.gravity-theme input[type="week"],
    body .gform_wrapper.gravity-theme select,
    body .gform_wrapper.gravity-theme textarea,
    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 {
        padding: 10px 15px;
    }

    textarea {
        height: 120px;
    }
}

@media (max-width: 575px) {
    .form-group {
        margin-bottom: 12px;
    }

    body .gform_wrapper.gravity-theme input[type="color"],
    body .gform_wrapper.gravity-theme input[type="datetime-local"],
    body .gform_wrapper.gravity-theme input[type="date"],
    body .gform_wrapper.gravity-theme input[type="datetime"],
    body .gform_wrapper.gravity-theme input[type="email"],
    body .gform_wrapper.gravity-theme input[type="month"],
    body .gform_wrapper.gravity-theme input[type="number"],
    body .gform_wrapper.gravity-theme input[type="password"],
    body .gform_wrapper.gravity-theme input[type="search"],
    body .gform_wrapper.gravity-theme input[type="tel"],
    body .gform_wrapper.gravity-theme input[type="text"],
    body .gform_wrapper.gravity-theme input[type="time"],
    body .gform_wrapper.gravity-theme input[type="url"],
    body .gform_wrapper.gravity-theme input[type="week"],
    body .gform_wrapper.gravity-theme select,
    body .gform_wrapper.gravity-theme textarea,
    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 {
        padding: 8px 12px;
    }
}

/*Buttons*/
.btn_holder {
    margin-top: 40px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn_holder.left {
    justify-content: left;
    text-align: left;
}

input[type="submit"],
button[type="submit"],
.site_btn {
    position: relative;
    cursor: pointer;
    padding: 20px 30px;
    min-width: 150px;
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0;
    color: var(--white);
    background-color: var(--primary);
    text-align: center;
    display: inline-block;
    border: 1px solid transparent;
    border-radius: 4px;
    opacity: 1;
    text-transform: uppercase;
    overflow: hidden;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

input[type="submit"]:hover,
button[type="submit"]:hover,
.site_btn:hover,
.site_btn:focus {
    background-color: var(--dark);
    color: var(--white);
}

.site_btn.dark {
    background-color: var(--dark);
}

.site_btn.dark:hover {
    background-color: var(--primary);
}

.white input[type="submit"],
.white button[type="submit"],
.white .site_btn {
    background-color: var(--dark);
}

.white input[type="submit"]:hover,
.white button[type="submit"]:hover,
.white .site_btn:hover {
    background-color: transparent;
    border: 1px solid var(--white);
    color: var(--white);
}

.white .site_btn.dark:hover {
    background-color: transparent;
    color: var(--white);
    border: 1px solid var(--white);
}

.site_btn.mustard {
    background-color: var(--musterd);
}

.site_btn.mustard:hover {
    background-color: var(--primary);
}

.site_btn.sm {
    padding: 15px 18px;
    min-width: inherit;
}

.site_btn+.site_btn {
    margin-left: 15px;
}

@media (max-width: 1199px) {

    input[type="submit"],
    button[type="submit"],
    .site_btn {
        padding: 18px 28px;
        font-size: 17px;
    }

    .site_btn.sm {
        padding: 14px 16px;
    }

}

@media (max-width: 991px) {
    .btn_holder {
        margin-top: 25px;
    }

    input[type="submit"],
    button[type="submit"],
    .site_btn {
        padding: 15px 26px;
        font-size: 16px;
    }

    .site_btn.sm {
        padding: 13px 15px;
    }
}

@media (max-width: 767px) {

    .site_btn.sm {
        padding: 14px 15px;
    }
}

@media (max-width:575px) {
    .site_btn.sm {
        padding: 12px 15px;
    }
}

/* container set  */
@media (min-width: 1600px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1350px;
    }
}

.snack_arrow {
    position: absolute;
    top: 30px;
    width: 113px;
}

.snack_animation {
    top: 0;
}

.snack_arrow.visible {
    transform: translate3d(0px, 0px, 0px);
}

.snack_arrow.left {
    left: 0;
}

.snack_arrow.right {
    right: 0;
}

/* ---- Header ----- */
.header {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 99;
    display: block;
    background-color: var(--white);
    text-align: right;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.10);
}

.header.sticky {
    position: fixed;
}

.header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    max-width: 1750px;
}

.top_header {
    background-color: var(--dark);
}

.header .top_header .top_header_right {
    display: inline-flex;
    align-items: center;
}

.header .top_header_left {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.top_social_media ul {
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.top_social_media ul li {
    margin: 0 5px;
}

.top_social_media ul li a {
    color: var(--white);
    width: 36px;
    height: 36px;
    line-height: 34px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    background-color: var(--primary);
    font-size: 18px;
    border: 2px solid transparent;
}

.top_social_media ul li a i {
    line-height: 1;
}

.top_social_media ul li a:hover {
    color: var(--primary);
    border: 2px solid var(--primary);
    background-color: transparent;
}

.header .top_header .top_header_left .contact_us,
.header .top_header .top_header_right .contact_us {
    display: flex;
    column-gap: 40px;
}

.header .top_header .top_header_left .contact_us a,
.header .top_header .top_header_right .contact_us a {
    line-height: 26px;
    color: var(--white);
    display: inline-flex;
    font-size: 18px;
    align-items: center;
    font-family: var(--roboto-condensed);
    padding: 8px 0;
    text-transform: lowercase;
}

.header .top_header .top_header_left .contact_us a .cicon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary);
    padding: 8px;
    margin-right: 10px;
    border: 2px solid var(--primary);
    -webkit-transition: var(--transition);
    -moz-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
}

.sticky.header .top_header .top_header_left .contact_us a,
.sticky.header .top_header .top_header_right .contact_us a {
    padding: 5px 0;
}

.header .top_header .contact_us a:hover,
.header .top_header .contact_us a:focus {
    color: var(--primary);
}

.main_header {
    padding: 25px 0;
}

.header .top_header .contact_us a:hover .cicon {
    border: 2px solid var(--primary);
    background-color: transparent;
}

.header .top_header .contact_us a:hover .cicon img {
    filter: brightness(0) saturate(100%) invert(89%) sepia(58%) saturate(6154%) hue-rotate(123deg) brightness(90%) contrast(81%);
}

.main_header .logo {
    position: relative;
    width: 360px;
}

.main_header .logo a {
    display: block;
    position: relative;
    z-index: 1;
}

.logo img {
    width: 100%;
    height: auto;
}

.header.sticky .main_header {
    padding: 15px 0;
}

.header.sticky .main_header .logo {
    width: 260px;
}

.header .main_header,
.header .top_header_left,
.top_header,
.mainmenu,
.logo,
.logo img,
.header {
    -webkit-transition: var(--transition);
    -moz-transition: var(--transition);
    -ms-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
}

.mainmenu {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.header .site_btn {
    margin-left: 25px;
    background-color: var(--dark);
    font-size: 21px;
    padding: 18px 40px;
}

.header .site_btn:hover {
    background-color: var(--primary);
}

.header_gap {
    margin-top: 173px;
}

@media (max-width:1600px) {

    .header .top_header .top_header_left .contact_us,
    .header .top_header .top_header_right .contact_us {
        column-gap: 30px;
    }

    .header .top_header .top_header_left .contact_us a,
    .header .top_header .top_header_right .contact_us a {
        font-size: 16px;
    }

    .main_header .logo {
        width: 260px;
    }

    .header.sticky .main_header .logo {
        width: 220px;
    }

    .header .site_btn {
        margin-left: 15px;
        padding: 15px 30px;
        font-size: 17px;
    }

    .header_gap {
        margin-top: 162px;
    }

    .snack_arrow {
        width: 100px;
    }
}

@media (max-width: 1199px) {

    .header,
    .header.sticky {
        position: relative;
    }

    .mainmenu {
        flex-direction: row-reverse;
    }

    .main_header .site_btn {
        margin-left: 0px;
        margin-right: 20px;
        padding: 13px 20px;
        font-size: 16px;
    }

    .sticky.header .top_header .top_header_left .contact_us a,
    .sticky.header .top_header .top_header_right .contact_us a,
    .header .top_header .top_header_left .contact_us a,
    .header .top_header .top_header_right .contact_us a {
        line-height: 20px;
        font-size: 15px;
        padding: 8px 0;
    }

    .main_header {
        padding: 15px 0;
    }

    .main_header .logo,
    .header.sticky .main_header .logo {
        width: 240px;
    }

    .header_gap {
        margin-top: 0px;
    }

    .snack_arrow {
        width: 90px;
    }
}

@media (max-width: 991px) {

    .main_header .logo,
    .header.sticky .main_header .logo {
        width: 220px;
    }

    .snack_arrow {
        width: 80px;
    }
}

@media (max-width: 767px) {
    .top_social_media ul {
        margin: 0;
    }

    .top_social_media ul li {
        margin: 0 5px;
    }

    .top_social_media ul li:last-child {
        margin-right: 0;
    }

    .sticky.header .top_header .top_header_left .contact_us a,
    .sticky.header .top_header .top_header_right .contact_us a,
    .header .top_header .top_header_left .contact_us a,
    .header .top_header .top_header_right .contact_us a {
        font-size: 14px;
    }

    .header .container {
        justify-content: center;
        gap: 5px;
    }

    .header .top_header .top_header_left .contact_us,
    .header .top_header .top_header_right .contact_us {
        column-gap: 10px;
    }

    .header .top_header .top_header_left .contact_us a span,
    .header .top_header .top_header_right .contact_us a span {
        display: none;
    }

    .main_header .logo,
    .header.sticky .main_header .logo {
        width: 200px;
    }

    .header .top_header .top_header_left .contact_us a .cicon {
        margin-right: 0;
    }

    .main_header .site_btn {
        margin-right: 15px;
        padding: 10px 16px;
        min-width: inherit;
        font-size: 14px;
    }

    .snack_arrow {
        width: 70px;
    }
}

@media (max-width:575px) {

    .main_header .logo,
    .header.sticky .main_header .logo {
        width: 160px;
    }

    .main_header .site_btn {
        margin-right: 10px;
    }

    .snack_arrow {
        width: 40px;
    }
}

/* Billboard */
.billboard {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.billboard .item {
    position: relative;
    padding: 50px 0 0 0;
    width: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.billboard .item .container {
    position: relative;
    z-index: 3;
}

.billboard .item .caption {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.billboard .item .caption h1 {
    margin-bottom: 10px;
}

.billboard .item .caption h1 span {
    color: var(--primary);
}

.billboard .item .caption p {
    margin-bottom: 10px;
    font-size: 21px;
}

.round_btn {
    background-size: 300% 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    text-transform: uppercase;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    font-weight: 600;
    border: 8px solid var(--white);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    color: var(--white);
}

.round_btn:hover {
    color: var(--white);
    background-position: 100% 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.round_btn.bg_gradient {
    background-image: linear-gradient(to right, #2DCCD3, #1AA6AC, #2DCCD3, #1AA6AC);
}

.round_btn span {
    display: block;
    margin-bottom: 10px;
    line-height: 1;
}

.round_btn i {
    -webkit-transition: var(--transition);
    -moz-transition: var(--transition);
    -ms-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
}

.round_btn:hover i {
    margin-right: -5px;
}

.billboard_img {
    margin-top: 20px;
    z-index: -1;
}

.billboard .round_btn {
    margin-bottom: -90px;
}

.billboard_img .fit_img {
    height: 700px;
}

.billboard .snack_arrow.right {
    right: 150px;
}

.two_hand {
    position: absolute;
    top: 30px;
    left: 150px;
    width: 177px;
    height: auto;
}

@media (max-width:1600px) {
    .billboard .item .caption p {
        font-size: 20px;
    }

    .billboard_img .fit_img {
        height: 650px;
    }

    /* .billboard_img {
        margin-top: -65px;
    } */

    .billboard .round_btn {
        margin-bottom: -85px;
    }

    .round_btn {
        width: 130px;
        height: 130px;
        border: 7px solid var(--white);
    }

    .two_hand {
        top: 30px;
        left: 30px;
        width: 160px;
    }

    .billboard .snack_arrow.right {
        right: 30px;
    }
}

@media (max-width:1199px) {
    .billboard .item .caption p {
        font-size: 19px;
    }

    .billboard_img .fit_img {
        height: 600px;
    }

    /* .billboard_img {
        margin-top: -60px;
    } */

    .billboard .round_btn {
        margin-bottom: -80px;
    }

    .round_btn {
        width: 120px;
        height: 120px;
        border: 6px solid var(--white);
        font-size: 17px;
    }

    .two_hand {
        width: 120px;
    }
}

@media (max-width:991px) {
    .billboard .item .caption p {
        font-size: 18px;
    }

    .billboard_img .fit_img {
        height: 550px;
    }

    /* .billboard_img {
        margin-top: -55px;
    } */

    .billboard .round_btn {
        margin-bottom: -75px;
    }

    .round_btn {
        width: 110px;
        height: 110px;
        border: 5px solid var(--white);
        font-size: 16px;
    }

    .two_hand {
        top: 15px;
        left: 15px;
        width: 100px;
    }

    .billboard .snack_arrow.right {
        top: 15px;
        right: 15px;
    }
}

@media (max-width:767px) {
    .billboard .item .caption p {
        font-size: 16px;
    }

    .billboard_img .fit_img {
        height: 500px;
    }

    /* .billboard_img {
        margin-top: -50px;
    } */

    .billboard .round_btn {
        margin-bottom: -70px;
    }

    .round_btn {
        width: 100px;
        height: 100px;
        border: 4px solid var(--white);
        font-size: 15px;
    }

    .two_hand {
        width: 80px;
    }
}

@media (max-width:575px) {
    .billboard_img .fit_img {
        height: 450px;
    }

    .two_hand {
        width: 60px;
    }
}

@media (max-width:480px) {
    .billboard_img .fit_img {
        height: 400px;
    }
}

@media (max-width:360px) {
    .billboard_img .fit_img {
        height: 350px;
    }
}

/* --- Sections --- */
.bg_gray {
    background-color: var(--gray)
}

.bg_mustard {
    background-color: var(--musterd);
}

.bg_dark {
    background-color: var(--dark);
}

.bg_primary {
    background-color: var(--primary);
}

.text_primary {
    color: var(--primary);
}

.sections {
    padding: 100px 0;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sections_title {
    margin-bottom: 40px;
    position: relative;
    text-align: center;
}

.sub_title {
    color: var(--primary);
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 20px;
    font-size: 21px;
    font-weight: 500;
}

.white .sub_title {
    color: var(--white);
}

.sections_title p:last-child,
.sections_title h1:last-child,
.sections_title h2:last-child,
.sections_title h3:last-child {
    margin-bottom: 0;
}

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

.sections_title .title_btn .site_btn {
    min-width: inherit;
}

.sections_title h2 {
    margin-bottom: 15px;
}

.fit_img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 8px;
}

.fit_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: var(--transition);
    -moz-transition: var(--transition);
    -ms-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
}

.fit_icon {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.fit_icon img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.extra_space {
    margin-left: -25px;
    margin-right: -25px;
}

.extra_space>div {
    padding-left: 25px;
    padding-right: 25px;
}

.tb_space {
    margin-top: -15px;
    margin-bottom: -15px;
}

.tb_space>div {
    padding-top: 15px;
    padding-bottom: 15px;
}

/* Section Edge */

@media (max-width: 1600px) {
    .sections {
        padding: 90px 0;
    }

    .sub_title {
        font-size: 20px;
        letter-spacing: 2.6px;
    }
}

@media (max-width: 1199px) {
    .sections {
        padding: 80px 0;
    }

    .extra_space {
        margin-left: -15px;
        margin-right: -15px;
    }

    .extra_space>div {
        padding-left: 15px;
        padding-right: 15px;
    }

    .sub_title {
        font-size: 19px;
        letter-spacing: 2.2px;
    }
}

@media (max-width: 991px) {
    .sections {
        padding: 70px 0;
    }

    .sections_title {
        margin-bottom: 20px;
    }

    .sections_title br {
        display: none;
    }

    .content_area {
        margin-top: 30px;
    }

    .sub_title {
        font-size: 18px;
        letter-spacing: 1.8px;
    }
}

@media (max-width: 767px) {
    .sections {
        padding: 60px 0;
    }

    .sections_title {
        margin-bottom: 15px;
    }

    .sections_title h2 {
        margin-bottom: 10px;
    }

    .content_area {
        margin-top: 20px;
    }

    .sub_title {
        font-size: 16px;
        letter-spacing: 1.4px;
        margin-bottom: 15px;
    }
}

@media (max-width: 575px) {
    .sections {
        padding: 50px 0;
    }

    .tb_space {
        margin-top: -7px;
        margin-bottom: -7px;
    }

    .tb_space>div {
        padding-top: 7px;
        padding-bottom: 7px;
    }
}

/* Counter Section Start */
.counter_section {
    margin-top: -130px;
    padding: 190px 0 60px 0;
    z-index: -1;
}

.counter_wrap {
    border-radius: 8px;
    overflow: hidden;
}

.counter_box,
.mission_box {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.counter_box {
    padding: 56px 40px;
    text-align: center;
    align-items: center;
    background-color: var(--white);
}

.mission_box {
    align-items: flex-start;
}

.counter_box .digit {
    font-size: 56px;
    font-weight: 800;
    line-height: 100%;
}

.divider {
    width: 60px;
    height: 5px;
    border-radius: 5px;
    background-color: var(--primary);
    margin: 15px 0;
    display: inline-block;
}

.mission_box p,
.counter_box p {
    line-height: 140%;
    margin: 0;
}

.mission_box {
    background-color: var(--dark);
    padding: 40px 35px;
}

.mission_box .divider {
    margin-top: 0;
}

.mission_box h3 {
    margin: 0 0 15px 0;
    font-size: 40px;
    font-weight: 800;
}

.mission_box h3,
.mission_box p {
    color: var(--white);
}

.mission_box h3 {
    font-weight: 700;
}

@media (max-width:1600px) {
    .counter_box {
        padding: 50px 30px;
    }

    .counter_box .digit {
        font-size: 50px;
    }

    .mission_box h3 {
        font-size: 36px;
    }

    .mission_box {
        padding: 40px 30px;
    }
}

@media (max-width:1199px) {
    .counter_box .digit {
        font-size: 44px;
    }

    .mission_box h3 {
        font-size: 32px;
    }

    .counter_box {
        padding: 40px 25px;
    }

    .mission_box {
        padding: 30px 25px;
    }
}

@media (max-width:991px) {
    .counter_box .digit {
        font-size: 38px;
    }

    .counter_box {
        padding: 30px 25px;
    }
}

@media (max-width:767px) {
    .counter_box .digit {
        font-size: 32px;
    }

    .counter_box {
        padding: 20px;
    }

    .mission_box {
        padding: 20px;
        align-items: center;
        text-align: center;
    }
}

@media (max-width:575px) {}

/* Counter Section End */

/* WWD Section Css Start */
.wwd_images {
    position: relative;
}

.wwd_images .wwd_1 {
    height: 460px;
    max-width: 460px;
}

.wwd_images .wwd_2 {
    height: 420px;
    max-width: 420px;
    margin-left: auto;
    margin-top: -225px;
}

.line_shape {
    position: absolute;
    bottom: 32px;
    z-index: -1;
    object-fit: contain;
    left: 20px;
    border-radius: 50%;
}

.left_content {
    padding-left: 50px;
}

.wwd_wrap {
    margin-top: 70px;
}

.wwd_box {
    background-color: var(--dark);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 25px;
    border-radius: 8px;
}

.wwd_box .wwd_head {
    display: flex;
    gap: 20px;
    padding-bottom: 17px;
    margin-bottom: 17px;
    border-bottom: 2px solid var(--primary);
    position: relative;
    width: 100%;
}

.wwd_box .wwd_head::before {
    content: "";
    background-color: var(--primary);
    height: 6px;
    position: absolute;
    bottom: -4px;
    width: 58px;
    -webkit-transition: var(--transition);
    -moz-transition: var(--transition);
    -ms-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
}

.wwd_box:hover .wwd_head::before {
    width: 100%;
}

.wwd_box .wwd_head .wwd_icon {
    height: 58px;
    max-width: max-content
}

.wwd_box .wwd_head h3 {
    margin-bottom: 0;
}

.wwd_box p:last-child {
    margin-bottom: 0;
}

@media (max-width:1600px) {
    .wwd_images .wwd_1 {
        height: 440px;
        max-width: 440px;
    }

    .wwd_images .wwd_2 {
        height: 380px;
        max-width: 380px;
        margin-top: -185px;
    }

    .left_content {
        padding-left: 40px;
    }
}

@media (max-width:1199px) {
    .wwd_images .wwd_1 {
        height: 350px;
        max-width: 350px;
    }

    .wwd_images .wwd_2 {
        height: 300px;
        max-width: 300px;
        margin-top: -145px;
    }

    .left_content {
        padding-left: 20px;
    }

    .wwd_box {
        padding: 25px;
    }

    .wwd_box .wwd_head .wwd_icon {
        height: 50px;
    }
}

@media (max-width:991px) {
    .left_content {
        padding-left: 0px;
        margin-top: 60px;
    }

    .left_content h2 br {
        display: none;
    }

    .wwd_images .snack_arrow.right {
        left: 0;
        top: unset;
        bottom: 30px;
    }

    .line_shape {
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .wwd_box {
        padding: 20px;
    }

    .wwd_box .wwd_head .wwd_icon {
        height: 42px;
        width: 42px;
    }

    .wwd_box .wwd_head .wwd_icon img {
        width: 100%;
        height: 100%;
    }

    .wwd_box .wwd_head h3 br {
        display: none;
    }
}

@media (max-width:767px) {
    .wwd_images .wwd_1 {
        height: 360px;
        max-width: 360px;
    }

    .wwd_images .wwd_2 {
        height: 280px;
        max-width: 280px;
        margin-top: -125px;
    }

    .wwd_wrap {
        margin-top: 60px;
    }
}

@media (max-width:575px) {
    .wwd_images .wwd_1 {
        height: 320px;
        max-width: 320px;
    }

    .wwd_images .wwd_2 {
        height: 260px;
        max-width: 260px;
        margin-top: -65px;
    }

    .wwd_wrap {
        margin-top: 50px;
    }
}

@media (max-width:480px) {
    .wwd_images .wwd_2 {
        height: 240px;
        max-width: 240px;
        margin-top: -65px;
    }
}

@media (max-width:460px) {
    .wwd_images .wwd_2 {
        height: 200px;
        max-width: 200px;
        margin-top: -65px;
    }
}

/* WWD Section Css End */

/* Blog Section Start */
.blog_box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.10);
    border-radius: 8px;
    background-color: var(--white);
}

.blog_box .blog_img_wraper {
    position: relative;
    width: 100%;
}

.blog_box .blog_img {
    height: 360px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-color: var(--primary);
    position: relative;
    display: block;
}

.blog_box .cat_wraper {
    position: absolute;
    left: 30px;
    bottom: 30px;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    color: var(--musterd);
    gap: 5px;
}

.blog_box .cat_wraper a {
    color: var(--musterd);
    z-index: 2;
    text-transform: uppercase;
    font-weight: 700;

}

.blog_box .cat_wraper a:hover {
    color: var(--primary);
}

.blog_box .blog_img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    left: 0;
    top: 0;
    z-index: 1;
}

.blog_content {
    height: calc(100% - 360px);
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.blog_content .post_data {
    margin-bottom: 25px;
}

.blog_content .date {
    color: var(--primary);
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 3px;
    line-height: 100%;
}

.blog_content .date i {
    margin: 2px;
}

.blog_content h3,
.blog_content h3 a {
    color: var(--dark);
}

.blog_content h3 a:hover {
    color: var(--primary);
}

.blog_content .site_btn {
    margin-top: auto;
}

.blog_box:hover .blog_img img {
    opacity: 0.8;
    transform: scale(1.05);
}

@media (max-width:1600px) {
    .blog_box .blog_img {
        height: 340px;
    }

    .blog_content {
        height: calc(100% - 340px);
    }

    .blog_content .date {
        letter-spacing: 2.6px;
    }
}

@media (max-width:1199px) {
    .blog_box .blog_img {
        height: 320px;
    }

    .blog_box .cat_wraper {
        left: 20px;
        bottom: 20px;
    }

    .blog_content {
        height: calc(100% - 320px);
        padding: 25px;
    }

    .blog_content .date {
        letter-spacing: 2.2px;
    }
}

@media (max-width:991px) {
    .blog_box .blog_img {
        height: 300px;
    }

    .blog_content {
        height: calc(100% - 300px);
        padding: 20px;
    }

    .blog_content .post_data {
        margin-bottom: 20px;
    }

    .blog_content .date {
        letter-spacing: 1.8px;
    }
}

@media (max-width:767px) {
    .blog_box .cat_wraper {
        left: 15px;
        bottom: 15px;
    }

    .blog_content .post_data {
        margin-bottom: 15px;
    }

    .blog_content .date {
        letter-spacing: 1.4px;
        font-size: 16px;
    }
}

@media (max-width:575px) {}

/* Blog Section End */

/* News Details Page CSS Start */
.featured_img {
    height: 560px;
    margin-bottom: 30px;
    border: 1px solid var(--gray);
}

.news_details h2,
.news_details h1 {
    font-size: 66px;
}

.date_category {
    display: flex;
    margin-bottom: 20px;
}

.date_category .category a,
.date_category .date {
    color: var(--primary);
    font-weight: 500;
    text-transform: uppercase;
}

.date_category .date {
    color: var(--dark);
}

.date_category .category a:hover {
    color: var(--dark);
}

.date_category .category {
    padding-left: 20px;
    position: relative;
}

.date_category .category::before {
    content: '|';
    position: absolute;
    left: 8px;
    top: -2px;
    color: var(--primary);
}

.sidebar_box {
    margin-bottom: 30px;
}

.sidebar .sidebar_box:last-child {
    margin-bottom: 0;
}

@media (max-width: 1600px) {
    .featured_img {
        height: 500px;
        border-radius: 10px;
    }

    .news_details h2,
    .news_details h1 {
        font-size: 60px;
    }
}

@media (max-width: 1199px) {
    .featured_img {
        height: 450px;
        border-radius: 8px;
    }

    .news_details h2,
    .news_details h1 {
        font-size: 54px;
    }
}

@media (max-width: 991px) {
    .featured_img {
        height: 400px;
        border-radius: 6px;
    }

    .news_details h2,
    .news_details h1 {
        font-size: 48px;
    }
}

@media (max-width: 767px) {
    .featured_img {
        height: 350px;
        border-radius: 4px;
    }

    .news_details h2,
    .news_details h1 {
        font-size: 42px;
    }
}

@media (max-width: 575px) {
    .featured_img {
        height: auto;
        border-radius: 6px;
    }

    .news_details h2,
    .news_details h1 {
        font-size: 36px;
    }
}

.sidebar_box h2 {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 12px;
}

.sb_box {
    background-color: var(--primary);
    padding: 25px;
    border-radius: 8px;
}

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

.sb_box form input {
    border-radius: 8px 0 0 8px;
    padding: 15px 20px;
    box-shadow: unset;
}

.sb_box form input:focus {
    outline: 1px solid var(--secondary);
}

.sb_box form button {
    display: inline-flex;
    min-width: 65px;
    border-radius: 0 8px 8px 0;
    text-align: center;
    background-color: var(--musterd);
    padding: 20px 20px;
    color: var(--dark);
}

.sb_box form button:focus,
.sb_box form button:hover {
    color: var(--primary);
    background-color: var(--dark);
}

.sidebar_box.widget_recent_entries ul {
    background-color: var(--light-orange);
    border-radius: 16px;
}

.sidebar_box.widget_recent_entries ul li {
    padding: 25px;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
}

.sidebar_box.widget_recent_entries ul li:last-child {
    border-bottom: none;
}

.sidebar_box ul li {
    border-radius: 8px;
}

.widget_recent_entries ul li {
    margin-bottom: 30px;
}

.widget_recent_entries ul li:last-child {
    margin-bottom: 0;
}

.sidebar_box ul li a {
    display: block;
    font-size: 24px;
    line-height: 1.2;
    color: var(--dark);
    font-weight: 700;
}

.sidebar_box ul li a:hover {
    color: var(--primary);
}

.post-date {
    display: block;
    font-size: 16px;
    line-height: 1;
    color: var(--primary);
    text-transform: uppercase;
    font-family: var(--comfortea);
    margin: 20px 0;
    font-weight: 700;
}

.sidebar_box ul li .site_btn {
    display: inline-block;
    font-size: 16px;
    color: var(--white);
    padding: 14px 20px;
    line-height: 1;
}

.sidebar_box ul li .site_btn:hover {
    background-color: var(--primary);
    color: var(--white);
}

.sidebar_box.widget_recent_entries ul li span i {
    margin-right: 5px;
}

.sidebar_box.widget_categories ul {
    padding: 10px 25px;
    border-radius: 8px;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
}

.sidebar_box.widget_categories ul li {
    padding: 15px 0;
    border-bottom: 1px solid var(--dark_light);
    border-radius: 0;
}

.sidebar_box.widget_categories ul li:last-child {
    border-bottom: none;
}

.sidebar_box.widget_categories ul li a {
    position: relative;
    padding-left: 30px;
    font-size: 21px;
}

.sidebar_box.widget_categories ul li a::before {
    content: "\f35a";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 21px;
    font-weight: normal;
    transform: translateY(-50%);
    -webkit-transition: var(--transition);
    -moz-transition: var(--transition);
    -ms-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
    color: var(--primary);
}

.sidebar_box.widget_custom_html {
    position: relative;
    padding: 40px;
    border-radius: 8px;
    background-color: var(--primary);
}

.sidebar_box.widget_custom_html h3,
.sidebar_box.widget_custom_html h2,
.sidebar_box.widget_custom_html p {
    color: var(--white);
    position: relative;
    margin-bottom: 20px;
}

.sidebar_box.widget_custom_html .site_btn {
    width: 100%;
}

.sidebar_box.widget_custom_html .site_btn:hover {
    background-color: transparent;
    color: var(--white);
    border: 1px solid var(--white);
}

@media (max-width: 1600px) {
    .sidebar_box.widget_custom_html {
        padding: 30px;
    }

}

@media (max-width: 1199px) {
    .sidebar_box.widget_categories ul {
        padding: 5px 20px;
    }

    .sidebar_box.widget_recent_entries ul li,
    .sidebar_box.widget_custom_html {
        padding: 20px;
    }

    .sb_box {
        padding: 20px;
    }

    .sidebar_box h2 {
        font-size: 28px;
    }

    .sidebar_box ul li a {
        font-size: 23px;
    }

    .sidebar_box.widget_categories ul li a {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .sidebar_box h2 {
        font-size: 26px;
    }

    .sidebar_box ul li a {
        font-size: 22px;
    }

    .sidebar_box.widget_categories ul li a {
        font-size: 19px;
    }
}

@media (max-width: 767px) {

    .sidebar_box.widget_custom_html h3,
    .sidebar_box.widget_custom_html h2,
    .sidebar_box.widget_custom_html p {
        margin-bottom: 15px;
    }

    .sidebar_box.widget_categories ul li a {
        font-size: 18px;
    }
}

@media (max-width: 575px) {

    .sidebar_box.widget_recent_entries ul li,
    .sidebar_box.widget_custom_html {
        padding: 15px;
    }

    .sb_box {
        padding: 15px;
    }

    .sidebar_box.widget_categories ul {
        padding: 0 15px;
    }
}

/* News Details Page CSS End */

/* Help Section Start */
.help_section {
    padding: 160px 0;
    overflow: hidden;
}

.line_hand {
    position: absolute;
    z-index: -1;
    width: 260px;
}

.line_hand.left {
    left: 30px;
    top: 0px;
}

.line_hand.right {
    right: 30px;
    bottom: 0px;
}

.help_img_wrap {
    position: relative;
}

.help_img_wrap .round_shape_line {
    position: absolute;
    right: 20px;
    bottom: 27px;
    z-index: -1;
}

.border_img.shadow {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
}

.border_img img {
    border: 12px solid var(--white);
}

.help_img_wrap .help_img_1 {
    height: 460px;
    max-width: 504px;
    margin-left: auto;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
}

.help_img_wrap .help_img_2 {
    height: 420px;
    max-width: 460px;
    margin-top: -207px;
}

.fill_hand {
    position: absolute;
    bottom: 0;
    max-width: 40%;
    width: 0;
}

.fill_hand.left {
    left: 0;
}

.fill_hand.right {
    right: 0;
}

@keyframes width {
    from {
        width: 0;
    }

    to {
        width: 40%;
    }
}

.fill_hand.right.active,
.fill_hand.left.active {
    animation: width 1s ease-in-out forwards;
}

@media(max-width:1600px) {
    .line_hand {
        width: 240px;
    }

    .help_img_wrap .help_img_1 {
        height: 420px;
        max-width: 440px;
    }

    .help_img_wrap .help_img_2 {
        height: 360px;
        max-width: 400px;
        margin-top: -147px;
    }

    .border_img img {
        border: 10px solid var(--white);
    }
}

@media(max-width:1199px) {
    .line_hand {
        width: 200px;
    }

    .help_img_wrap .help_img_1 {
        height: 350px;
        max-width: 340px;
    }

    .help_img_wrap .help_img_2 {
        height: 300px;
        max-width: 300px;
        margin-top: -127px;
    }

    .border_img img {
        border: 8px solid var(--white);
    }
}

@media(max-width:991px) {
    .right_content {
        margin-top: 50px;
    }

    .line_hand {
        width: 180px;
    }

    .snack_arrow.left {
        left: unset;
        right: 0;
        top: unset;
        bottom: 30px;
    }

    .help_img_wrap .round_shape_line {
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}

@media(max-width:767px) {
    .help_section {
        padding: 100px 0;
    }

    .line_hand {
        width: auto;
        height: 56px;
    }

    .help_img_wrap .help_img_1 {
        height: 360px;
        max-width: 380px;
    }

    .help_img_wrap .help_img_2 {
        height: 300px;
        max-width: 340px;
        margin-top: -87px;
    }
}

@media(max-width:575px) {
    .help_section {
        padding: 60px 0;
    }

    .line_hand {
        width: 140px;
    }

    .right_content {
        margin-top: 30px;
    }

    .help_img_wrap .help_img_1 {
        height: 320px;
        max-width: 340px;
    }

    .help_img_wrap .help_img_2 {
        height: 260px;
        max-width: 300px;
        margin-top: -47px;
    }
}

@media(max-width:480px) {
    .help_img_wrap .help_img_2 {
        height: 240px;
        max-width: 260px;
    }
}

@media(max-width:360px) {
    .help_img_wrap .help_img_2 {
        height: 200px;
        max-width: 220px;
    }
}

/* Help Section End */


/*--- Internal Page General CSS---*/
.internal_cover {
    width: 100%;
    padding: 40px 0;
    min-height: 700px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.internal_cover.white .site_btn {
    background-color: var(--primary);
}

.internal_cover.white .site_btn:hover {
    background-color: transparent
}

.internal_cover::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.55);
}

.internal_cover .container {
    position: relative;
    z-index: 3;
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translate(-50%, 0);
    }

    40% {
        transform: translate(-50%, -10px);
    }

    60% {
        transform: translate(-50%, -5px);
    }
}

.internal_cover .down_scoll {
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    bottom: 20px;
    animation: bounce 2s infinite;
    z-index: 1;
}

.internal_cover .down_scoll img {
    width: 35px;
    height: auto;
}

.internal_cover .sub_title {
    color: var(--primary);
}

/* Pagination */
.pagination {
    margin-top: 60px;
    border-radius: 0;
    display: flex;
    justify-content: center;
}

.pagination .page-numbers {
    display: inline-flex;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: var(--black);
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.10);
    text-align: center;
    margin: 0 10px;
    padding: 4px;
    border: none;
    align-items: center;
    justify-content: center;

}

.page-numbers:hover,
.page-numbers.current {
    color: var(--white);
    background-color: var(--primary);
}

@media (max-width: 1199px) {
    .pagination {
        margin-top: 40px;
    }

    .pagination .page-numbers {
        margin: 0 8px;
    }
}

@media (max-width: 991px) {
    .pagination {
        margin-top: 30px;
    }

    .pagination .page-numbers {
        margin: 0 6px;
    }

    .pagination .page-numbers {
        width: 46px;
        height: 46px;
        line-height: 46px;
    }
}

@media (max-width: 767px) {
    .pagination {
        margin-top: 20px;
    }

    .pagination .page-numbers {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin: 0 4px;
    }
}

@media (max-width:1600px) {
    .internal_cover {
        min-height: 650px;
    }
}

@media (max-width:1199px) {
    .internal_cover {
        min-height: 600px;
    }
}

@media (max-width:991px) {
    .internal_cover {
        min-height: 550px;
    }
}

@media (max-width:767px) {
    .internal_cover {
        min-height: 500px;
    }
}

@media (max-width:575px) {
    .internal_cover {
        min-height: 400px;
    }
}

/*Default Typography*/
.default_typo blockquote {
    margin: 1em 0;
    padding: 25px;
    font-style: normal;
    border-left: 10px solid var(--primary);
    background-color: var(--gray);
}

.default_typo blockquote p {
    margin-top: 0;
}

.default_typo blockquote p:last-child {
    margin-bottom: 0;
}

.default_typo blockquote span {
    display: block;
    font-weight: 700;
}

.default_typo h2 {
    font-size: 56px;
}

.default_typo h3 {
    font-size: 46px;
}

.default_typo h4 {
    font-size: 36px;
}

.default_typo h1,
.default_typo h2,
.default_typo h3,
.default_typo h4 {
    padding-top: 20px;
    margin-bottom: 20px;
}

.default_typo h1:first-child,
.default_typo h2:first-child,
.default_typo h3:first-child,
.default_typo h4:first-child {
    padding-top: 0;
}

.default_typo img+h1,
.default_typo img+h2,
.default_typo img+h3 {
    padding-top: 0;
}

/* .default_typo p:last-child{margin-bottom: 0;} */
.default_typo ul {
    margin-bottom: 20px;
    padding-left: 0px;
}

.default_typo h2+h3 {
    padding-top: 0;
}

.default_typo ul li ul.wsp-posts-list,
.default_typo ul li ul.children {
    margin-top: 12px;
}

.default_typo ul li {
    position: relative;
    list-style: none;
    padding-left: 20px;
    padding-bottom: 6px;
}

.default_typo ul.divide {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.default_typo ul.divide li {
    position: relative;
    width: 100%;
}

.default_typo ul.divide.two li {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.default_typo ul.divide.three li {
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
}

.default_typo ul.divide.four li {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.default_typo ul li a {
    text-decoration: none;
    color: var(--primary);
}

.default_typo ul li a:hover,
.default_typo ul li a:focus {
    color: var(--black);
}

.default_typo ul li i {
    font-size: 21px;
    display: inline-block;
    vertical-align: middle;
}

.default_typo ul li:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "\f054";
    font-family: 'FontAwesome';
    font-size: 14px;
}

.default_typo ol {
    margin-left: 20px;
    padding: 0;
}

.default_typo ol li {
    list-style-type: decimal;
    padding-left: 10px;
    padding-bottom: 8px;
}

.default_typo ul li ul {
    margin-bottom: 0px;
    margin-top: 15px;
}

.default_typo ul li ul li:before {
    content: "\f0da";
}

.default_typo ul li ul li {
    padding-left: 21px;
}

.default_typo ul li ol {
    margin-bottom: 0px;
    margin-top: 15px;
}

.default_typo ul li ol li:before {
    display: none;
}

.default_typo ol li ol {
    margin-bottom: 0px;
    margin-top: 15px;
}

.default_typo ol li ul {
    margin-bottom: 0px;
    margin-top: 15px;
}

.default_typo ol li ul li {
    position: relative;
    list-style: none;
    padding-left: 21px;
    padding-bottom: 10px;
}

.default_typo ol li ul li:before {
    content: "\f0da";
}

/*default wordpress editor images*/
.alignleft,
.aligncenter,
.alignright {
    border-radius: 8px;
}

.alignleft {
    max-width: 425px;
    object-fit: cover;
    margin: 0px 30px 30px 0px;
    float: left;
    overflow: hidden;
}

.aligncenter {
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
    max-width: 100%;
    overflow: hidden;
}

.alignright {
    max-width: 425px;
    object-fit: cover;
    margin: 0px 0 30px 30px;
    float: right;
    overflow: hidden;
}

.default_typo.ei blockquote {
    border-left-color: var(--primary);
    background-color: var(--gray);
}

.default_typo .vidio_wraper {
    position: relative;
    padding-bottom: 56.2%;
}

.default_typo .vidio_wraper iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.default_typo .gallery {
    display: grid;
    gap: 16px;
}

.default_typo .gallery-columns-1 {
    grid-template-columns: repeat(1, 1fr);
}

.default_typo .gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.default_typo .gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.default_typo .gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.default_typo .gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.default_typo .gallery-item {
    overflow: hidden;
    border-radius: 8px;
    transition: transform 0.3s ease;
    margin: 0;
}


.default_typo .gallery-icon {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
}

.default_typo .gallery-icon img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 8px;
    transition: opacity 0.3s ease;
}

.default_typo hr {
    background-color: var(--gray);
    opacity: 1;
    display: block;
    width: 100%;
}

@media (max-width:1600px) {
    .default_typo h2 {
        font-size: 52px;
    }

    .default_typo h3 {
        font-size: 42px;
    }

    .default_typo h4 {
        font-size: 32px;
    }
}

@media(max-width:1199px) {
    .default_typo h2 {
        font-size: 48px;
    }

    .default_typo h3 {
        font-size: 38px;
    }

    .default_typo h4 {
        font-size: 28px;
    }

    .default_typo ul.divide.four li {
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }

    .alignleft,
    .alignright {
        max-width: 530px;
    }

    .default_typo .gallery-columns-5,
    .default_typo .gallery-columns-4,
    .default_typo .gallery-columns-3 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width:991px) {

    .alignright,
    .alignleft,
    .aligncenter {
        margin: 0 0 30px 0;
        float: none;
        max-width: 100%;
    }

    .default_typo blockquote {
        margin: 0.8em 0;
        padding: 20px;
        border-left: 8px solid var(--primary);
    }

    .default_typo h1 {
        padding-top: 15px;
        margin-bottom: 12px;
    }

    .default_typo h2 {
        font-size: 44px;
        padding-top: 15px;
        margin-bottom: 12px;
    }

    .default_typo h3 {
        font-size: 34px;
        padding-top: 15px;
        margin-bottom: 12px;
    }

    .default_typo h4 {
        font-size: 24px;
        padding-top: 15px;
        margin-bottom: 12px;
    }

    .default_typo ul.divide.three li {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .default_typo ul.divide.four li {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media(max-width:767px) {
    .default_typo h2 {
        font-size: 38px;
    }

    .default_typo h3 {
        font-size: 28px;
    }

    .default_typo h4 {
        font-size: 20px;
    }

    .alignright,
    .alignleft,
    .aligncenter {
        margin: 0 0 25px 0;
    }

    .default_typo blockquote {
        margin: 0.7em 0;
        padding: 15px;
        border-left: 6px solid var(--primary);
    }

    .default_typo ul.divide.two li {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .default_typo ul.divide.three li {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .default_typo ul.divide.four li {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media(max-width:575px) {
    .default_typo h2 {
        font-size: 32px;
    }

    .alignright,
    .alignleft,
    .aligncenter {
        margin: 0 10px 20px 0;
    }
}

/*End Default Typography*/

/* Footer */
.footer {
    background-color: var(--dark);
    position: relative;
    z-index: 3;
    padding-top: 80px;
}

.footer .footer_logo {
    padding: 20px;
    max-width: 400px;
    border-radius: 8px;
    border: 2px solid rgba(255, 255, 255, 0.10);
    margin-bottom: 20px;
}

.footer .footer_logo a {
    display: block;
}

.footer .footer_logo img {
    width: 100%;
    height: auto;
}

.footer h3 {
    font-size: 30px;
}

.footer p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.70);
}

.footer .footer_logo_info p strong {
    display: block;
    color: var(--white);
}

.footer .contact_footer a {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.70);
}

.footer .contact_footer a .cicon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    padding: 10px;
    margin-right: 10px;
    border: 2px solid rgba(255, 255, 255, 0.50);
    -webkit-transition: var(--transition);
    -moz-transition: var(--transition);
    -ms-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
}

.footer .contact_footer a .cinfo {
    width: calc(100% - 50px);
}

.footer .contact_footer a .cicon img {
    width: 24px;
}

.footer .contact_footer a .cinfo span {
    font-size: 12px;
    line-height: 1;
    display: block;
    color: var(--white);
}

.footer .contact_footer a:hover {
    color: var(--primary);
}

.footer .contact_footer a:hover .cicon {
    border: 2px solid var(--primary);
    background-color: var(--primary);
}

.footer ul li {
    font-weight: 300;
    color: rgba(255, 255, 255, 0.70);
}

.footer ul {
    margin-bottom: 0;
}

.footer ul li a {
    color: rgba(255, 255, 255, 0.70);
}

.footer p a:hover,
.footer ul li a:hover {
    color: var(--primary);
}

.footer .quick_links ul li {
    margin-bottom: 5px;
}

.footer .quick_links ul li a {
    position: relative;
    padding-left: 20px;
    display: inline-block;
}

.footer .quick_links ul li a::before {
    content: "\f105";
    font-family: "FontAwesome";
    position: absolute;
    font-size: 16px;
    top: 2px;
    left: 0;
    -webkit-transition: left 0.3s ease-in-out;
    -moz-transition: left 0.3s ease-in-out;
    -ms-transition: left 0.3s ease-in-out;
    -o-transition: left 0.3s ease-in-out;
    transition: left 0.3s ease-in-out;
}

.footer .quick_links ul li a:hover:before,
.footer .quick_links ul li a:focus:before {
    left: 5px;
}

.social_media ul {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.social_media ul li {
    display: inline-block;
}

.social_media ul li a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    line-height: 1;
    width: 40px;
    height: 40px;
    background-color: var(--secondary);
    gap: 10px;
    color: var(--black);
}

.footer .top_social_media ul li:first-child {
    margin-left: 0;
}

.social_media ul li .social_media ul li a:hover {
    background-color: var(--white);
    color: var(--black);
}

.footer .copyright {
    margin-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.footer .copyright p {
    margin-bottom: 0;
}

.footer .copyright p a {
    text-decoration: none;
}

.footer .copyright p a:hover {
    color: var(--primary);
}

.go-up {
    background-color: var(--primary);
    color: var(--white);
    cursor: pointer;
    width: 40px;
    height: 30px;
    position: fixed;
    font-size: 14px;
    line-height: 34px;
    right: 15px;
    bottom: -40px;
    border-bottom: none;
    text-align: center;
    z-index: 100;
    border-radius: 4px 4px 0 0;
    -webkit-transition: var(--transition);
    -moz-transition: var(--transition);
    -ms-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
    border: 1px solid rgba(255, 255, 255, 1);
    border-bottom: none;
}

.go-up:hover {
    background-color: var(--dark);
    color: var(--white);
}

@media (max-width: 1199px) {
    .footer {
        padding-top: 60px;
    }

    .footer .footer_logo {
        padding: 15px;
    }

    .footer .copyright {
        padding: 25px 0;
    }

    .footer h3 {
        font-size: 28px;
    }

    .footer .contact_footer a .cinfo {
        width: calc(100% - 46px);
    }

    .footer .contact_footer a .cicon {
        width: 46px;
        height: 46px;
    }

}

@media (max-width: 991px) {
    .footer .footer_logo {
        padding: 10px;
    }

    .footer {
        padding-top: 50px;
    }

    .footer h3 {
        font-size: 26px;
    }

    .footer .copyright {
        margin-top: 30px;
        padding: 20px 0;
    }

    .footer .copyright {
        justify-content: center;
    }

    .footer .quick_links ul li a::before {
        font-size: 15px;
    }

    .footer .contact_footer a .cinfo {
        width: calc(100% - 42px);
    }

    .footer .contact_footer a .cicon {
        width: 42px;
        height: 42px;
    }

    .left_copy_right {
        justify-content: center;
        gap: 15px;
    }

    .site_by {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .footer {
        padding-top: 45px;
    }

    .footer .copyright {
        padding: 15px 0;
    }

    .footer h3 {
        font-size: 24px;
    }

    .go-up {
        width: 30px;
        height: 25px;
        font-size: 16px;
        line-height: 22px;
    }

    .footer .quick_links ul li a {
        padding-left: 17px;
        top: 2px;
    }

    .footer .quick_links ul li a::before {
        font-size: 14px;
        top: 0px;
    }

    .footer .quick_links ul li {
        margin-bottom: 8px;
    }

    .footer p {
        font-size: 15px;
    }

    .footer .contact_footer a {
        margin-bottom: 20px;
    }

    .footer .contact_footer a .cinfo {
        width: calc(100% - 38px);
    }

    .footer .contact_footer a .cicon {
        width: 38px;
        height: 38px;
    }

    .footer .top_social_media {
        margin-bottom: 20px;
    }
}

@media (max-width: 575px) {
    .footer {
        padding-top: 30px;
    }

    .footer .quick_links ul li a::before {
        top: 2px;
    }

    .footer p {
        font-size: 14px;
    }
}


/* What we do page  */
.it_img_wrap {
    position: relative;
}

.it_left .row {
    flex-direction: row-reverse;
}

.it_img {
    height: 460px;
    max-width: 504px;
}

.it_left .it_img {
    margin-left: auto;
}

.it_img_logo {
    position: relative;
    border: 12px solid var(--white);
}

.it_logo .it_img_logo {
    width: 330px;
    height: 300px;
    background-color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    margin-top: -140px;
}

.it_logo .it_img_logo img {
    object-fit: contain;
    width: 120px;
    height: auto;
}

.it_small_img .it_img_logo {
    width: 330px;
    height: 300px;
    margin-top: -140px;
    border-radius: 8px;
}

.it_small_img .it_img_logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.it_big_img .it_img_logo {
    max-width: 420px;
    height: 420px;
    margin-top: -225px;
    border-radius: 8px;
}

.it_big_img .it_img_logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.line_shape_round {
    border-radius: 50%;
    height: 276px;
    z-index: -1;
    position: absolute;
}

.it_left .line_shape_round {
    right: 20px;
    bottom: 0;
}

.it_logo.it_right .it_img_logo {
    margin-left: auto;
}

.it_right.it_small_img .it_img_logo {
    margin-left: auto;
}

.it_right.it_big_img .it_img_logo {
    margin-left: auto;
}

.it_right .line_shape_round {
    left: 20px;
    bottom: 0;
}

@media (max-width:1600px) {
    .it_img {
        height: 410px;
        max-width: 420px;
    }

    .it_logo .it_img_logo {
        width: 290px;
        height: 260px;
        margin-top: -120px;
    }

    .it_logo .it_img_logo img {
        width: 100px;
    }

    .line_shape_round {
        height: 236px;
        margin-top: -126px;
    }

    .it_small_img .it_img_logo {
        width: 290px;
        height: 260px;
        margin-top: -120px;
    }

    .it_big_img .it_img_logo {
        height: 380px;
        max-width: 380px;
        margin-top: -185px;
    }
}

@media (max-width:1199px) {
    .it_img {
        height: 330px;
        max-width: 340px;
    }

    .it_img_logo {
        border-width: 10px;
    }

    .it_logo .it_img_logo {
        width: 250px;
        height: 220px;
        margin-top: -100px;
    }

    .it_logo .it_img_logo img {
        width: 80px;
    }

    .line_shape_round {
        height: 194px;
    }

    .it_small_img .it_img_logo {
        width: 250px;
        height: 220px;
        margin-top: -100px;
    }

    .it_big_img .it_img_logo {
        height: 300px;
        max-width: 300px;
        margin-top: -145px;
    }
}

@media (max-width:991px) {
    .it_img {
        max-width: 100%;
        height: auto;
        min-height: 240px;
    }

    .it_img_logo {
        border-width: 8px;
    }

    .it_logo .it_img_logo {
        width: 200px;
        height: 180px;
        margin-top: -90px;
    }

    .it_logo .it_img_logo img {
        width: 60px;
    }

    .it_logo.it_left .it_img_logo {
        margin-left: 30px;
        margin-right: auto;
    }

    .it_logo.it_right .it_img_logo {
        margin-left: auto;
        margin-right: 30px;
    }

    .it_small_img.it_left .it_img_logo {
        margin-left: 30px;
        margin-right: auto;
    }

    .it_small_img.it_right .it_img_logo {
        margin-left: auto;
        margin-right: 30px;
    }

    .it_right.it_big_img .it_img_logo {
        margin-right: 30px;
    }

    .it_left.it_big_img .it_img_logo {
        margin-left: 30px;
    }

    .it_right .line_shape_round,
    .line_shape_round {
        left: 50%;
        transform: translateX(-50%);
    }

    .it_img_wrap .snack_arrow {
        bottom: 80px;
    }

    .it_right .it_img_wrap .snack_arrow.right {
        left: 0;
        top: unset;
        right: unset;
    }

    .it_small_img .it_img_logo {
        width: 200px;
        height: 180px;
        margin-top: -90px;
    }

}

@media (max-width:767px) {
    .it_logo .it_img_logo {
        width: 170px;
        height: 150px;
        margin-top: -65px;
    }

    .it_small_img .it_img_logo {
        width: 170px;
        height: 150px;
        margin-top: -65px;
    }

    .it_big_img .it_img_logo {
        height: 280px;
        max-width: 280px;
        margin-top: -125px;
    }
}

@media (max-width:575px) {
    .it_logo .it_img_logo {
        width: 150px;
        height: 130px;
        margin-top: -60px;
    }

    .it_small_img .it_img_logo {
        width: 150px;
        height: 130px;
        margin-top: -60px;
    }

    .it_big_img .it_img_logo {
        height: 260px;
        max-width: 260px;
        margin-top: -65px;
    }
}

@media (max-width:480px) {
    .it_big_img .it_img_logo {
        height: 200px;
        max-width: 200px;
        margin-top: -65px;
    }
}

/* What we do page  */

/* About Page */
.abt_grid_section {
    padding: 20px 0;
}

.ab_img {
    border-radius: 0;
    height: 820px;
}

.abt_grid {
    padding-left: 20px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
}

.abt_grid .abt_grid_wrap {
    display: flex;
    column-gap: 20px;
    width: 100%;
    height: 400px;
}

.abt_grid_box {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    width: calc(50% - 10px);
}

.abt_box_content {
    padding: 40px;
}

.abt_grid_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.abt_box_content.bg_dark p,
.abt_box_content.bg_dark h3 {
    color: var(--white);
}

.abt_grid .abt_grid_wrap:last-child {
    flex-direction: row-reverse;
}

@media (max-width:1600px) {
    .ab_img {
        height: 720px;
    }

    .abt_grid .abt_grid_wrap {
        height: 350px;
    }

    .abt_box_content {
        padding: 20px;
    }
}

@media (max-width:1199px) {
    .ab_img {
        height: 640px;
    }

    .abt_grid {
        padding-left: 0;
        padding-top: 20px;
    }
}

@media (max-width:991px) {
    .ab_img {
        height: 560px;
    }

    .abt_grid .abt_grid_wrap {
        height: 310px;
    }
}

@media (max-width:767px) {
    .ab_img {
        height: 480px;
    }

    .abt_grid .abt_grid_wrap {
        height: 300px;
    }
}

@media (max-width:575px) {
    .ab_img {
        height: 400px;
    }

    .abt_grid .abt_grid_wrap {
        flex-wrap: wrap;
        height: auto;
    }

    .abt_box_content {
        padding: 15px;
    }

    .abt_grid_box {
        width: 100%;
        height: auto;
    }
}

/* About Page */

/* Trustees and Ambassadors Page*/
.pb_180 {
    padding-bottom: 180px;
}

.zig_img {
    min-height: 640px;
    height: 100%;
    position: relative;
    overflow: visible;
}

.zig_img .line_shape {
    width: 276px;
    height: 276px;
    border-radius: 50%;
    position: absolute;
    right: unset;
    left: -80px;
    bottom: -80px;
}

.zig_content {
    padding-left: 80px;
}

.zig_content h3 {
    color: var(--primary);
    font-size: 46px;
}

.zig_content p:last-child {
    margin-bottom: 0;
}

.zig_zag.right .row {
    flex-direction: row-reverse;
}

.zig_zag.right .zig_img .line_shape {
    left: unset;
    right: -80px;
}

.zig_zag.right .zig_content {
    padding-right: 80px;
    padding-left: 0;
}

.team_box {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    background-color: var(--white);
    padding: 10px;
}

.team_box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 10px;
}

.team_box.primary::before {
    background-color: var(--primary);
}

.team_box.mustard::before {
    background-color: var(--musterd);
}

.team_img {
    height: 460px;
    background-color: var(--primary);
}

.team_member {
    width: 100%;
    height: calc(100% - 460px);
    padding: 30px 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.team_member .site_btn {
    margin-top: auto;
}

.team_member h3 {
    margin-bottom: 5px;
}

.team_box .team_designation {
    font-size: 21px;
    font-weight: 500;
    text-transform: capitalize;
    display: block;
    margin-bottom: 20px;
}

.team_box.primary .team_designation {
    color: var(--primary);
}

.team_box.mustard .team_designation {
    color: var(--musterd);
}

.team_box:hover .team_img img {
    opacity: 0.7;
}

.team_model .modal-dialog {
    max-width: 1320px;
}

.team_model .modal-content {
    padding: 35px;
}

.team_model .modal-header {
    border-color: var(--dark_light);
    padding: 0 75px 20px 0;
    position: relative;
}

.team_model .modal-header h2 {
    font-size: 46px;
}

.team_model .modal-header h2 span {
    color: var(--primary);
    font-weight: 400;
}

.team_model .modal-header .model_close {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: var(--primary);
    color: var(--white);
    opacity: 1;
    border: none;
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: var(--transition);
    -moz-transition: var(--transition);
    -ms-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
    position: absolute;
    top: 0;
    right: 0;
}

.team_model .modal-header .model_close:hover {
    background-color: var(--dark);
    color: var(--white);
}

.team_model .modal-body {
    padding: 20px 0 0 0;
}

.team_model_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.team_model_img {
    min-height: 700px;
    height: 100%;
}

.team_model_content .top_social_media {
    margin-top: 20px;
    padding: 20px 0;
    border-top: 1px solid var(--dark_light);
}

.modal-backdrop.show {
    opacity: 0.7;
}

@media (max-width: 1600px) {
    .pb_180 {
        padding-bottom: 150px;
    }

    .zig_img {
        min-height: 600px;
    }

    .zig_content {
        padding-left: 20px;
    }

    .zig_zag.right .zig_content {
        padding-right: 20px;
    }

    .zig_img .line_shape {
        width: 250px;
        height: 250px;
        left: -60px;
        bottom: -60px;
    }

    .zig_zag.right .zig_img .line_shape {
        right: -60px;
    }

    .zig_content h3 {
        font-size: 42px;
    }

    .team_img {
        height: 400px;
    }

    .team_member {
        height: calc(100% - 400px);
    }

    .team_box .team_designation {
        font-size: 20px;
    }

    .team_model .modal-header {
        padding: 0 69px 20px 0;
    }

    .team_model .modal-header h2 {
        font-size: 42px;
    }

    .team_model .modal-header .model_close {
        width: 54px;
        height: 54px;
        font-size: 24px;
    }

    .team_model_img {
        min-height: 650px;
    }
}

@media (max-width: 1199px) {
    .pb_180 {
        padding-bottom: 140px;
    }

    .zig_img {
        min-height: 500px;
    }

    .zig_content {
        padding-left: 0;
    }

    .zig_zag.right .zig_content {
        padding-right: 0;
    }

    .zig_img .line_shape {
        width: 200px;
        height: 200px;
        left: -30px;
        bottom: -60px;
    }

    .zig_zag.right .zig_img .line_shape {
        right: -30px;
    }

    .zig_content h3 {
        font-size: 38px;
    }

    .team_img {
        height: 340px;
    }

    .team_member {
        height: calc(100% - 340px);
    }

    .team_box .team_designation {
        font-size: 19px;
    }

    .team_model .modal-content {
        padding: 30px;
    }

    .team_model .modal-header {
        padding: 0 63px 0 0;
    }

    .team_model .modal-header .model_close {
        width: 48px;
        height: 48px;
        font-size: 22px;
    }

    .team_model_img {
        min-height: 600px;
    }

    .team_model .modal-header h2 {
        font-size: 38px;
    }

}

@media (max-width: 991px) {
    .pb_180 {
        padding-bottom: 70px;
    }

    .zig_img {
        height: auto;
        min-height: 450px;
    }

    .zig_zag.right .zig_img .line_shape,
    .zig_img .line_shape {
        width: 170px;
        height: 170px;
        right: -30px;
        left: unset;
        bottom: -30px;
        top: auto;
    }

    .zig_content h3 {
        font-size: 34px;
    }

    .team_box .team_designation {
        font-size: 18px;
    }

    .team_model .modal-header {
        padding: 0 59px 20px 0;
    }

    .team_model .modal-header .model_close {
        width: 44px;
        height: 44px;
        font-size: 20px;
    }

    .team_model_img {
        min-height: 320px;
        height: auto;
    }

    .team_model .modal-content {
        padding: 20px;
    }

    .team_model_content .top_social_media {
        padding-bottom: 0;
    }

    .team_model .modal-header h2 {
        font-size: 34px;
    }

}

@media (max-width: 767px) {
    .pb_170 {
        padding-bottom: 60px;
    }

    .zig_img {
        min-height: 400px;
    }

    .zig_zag.right .zig_img .line_shape,
    .zig_img .line_shape {
        width: 150px;
        height: 150px;
    }

    .zig_content h3 {
        font-size: 30px;
    }

    .team_img {
        height: auto;
        min-height: 350px;
    }

    .team_member {
        height: auto;
    }

    .team_box .team_designation {
        font-size: 16px;
    }

    .team_box .team_designation {
        margin-bottom: 15px;
    }

    .team_model .modal-content {
        padding: 15px 15px 20px 15px;
    }

    .team_model .modal-header {
        padding: 0 55px 15px 0;
    }

    .team_model .modal-header .model_close {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }

    .team_model .modal-header h2 {
        font-size: 30px;
    }
}

@media (max-width: 575px) {
    .pb_170 {
        padding-bottom: 50px;
    }

    .zig_img {
        min-height: 280px;
    }

    .zig_zag.right .zig_img .line_shape,
    .zig_img .line_shape {
        display: block;
        width: 120px;
        height: 120px;
        right: -15px;
        bottom: -15px;
    }

    .zig_content h3 {
        font-size: 28px;
    }

    .team_img {
        height: auto;
        min-height: 250px;
    }

    .team_member {
        padding: 10px;
    }

    .team_model .modal-header {
        padding: 0 50px 0 0;
    }

    .team_model .modal-header .model_close {
        width: 36px;
        height: 36px;
        font-size: 20px;
    }
}

/* Trustees and Ambassadors Page*/

/* Contact Us */
.contact_box_wrapper {
    margin-bottom: 0;
}

.contact_box_wrapper li {
    border: 1px solid rgba(39, 53, 54, 0.25);
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 8px;
}

.contact_box_wrapper li:last-child {
    margin-bottom: 0;
}

.contact_box_wrapper li a {
    display: block;
    position: relative;
    padding-left: 65px;
}

.contact_box_wrapper li a i {
    font-size: 46px;
    color: var(--dark);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transition: var(--transition);
    -moz-transition: var(--transition);
    -ms-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
}

.contact_box_wrapper li a small {
    display: block;
    font-size: 30px;
    font-weight: 500;
    color: var(--primary);
    margin-bottom: 0;
    line-height: 1;
}

.contact_box_wrapper li a span {
    margin-top: 5px;
    display: block;
    color: var(--dark);
    font-size: 21px;
    -webkit-transition: var(--transition);
    -moz-transition: var(--transition);
    -ms-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
}

.contact_box_wrapper li a:hover i,
.contact_box_wrapper li a:hover span {
    color: var(--primary);
}

.cf_bg {
    position: relative;
}

.cf_bg::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--dark);
    opacity: 0.8;
}

.cf_bg .container {
    position: relative;
}

.contact_form {
    position: relative;
    background-color: var(--primary);
    padding: 70px;
    border-radius: 8px;
}

.contact_form .row .col-lg-12:last-child p {
    margin-bottom: 0;
}

@media(max-width:1600px) {
    .contact_box_wrapper li a {
        padding-left: 60px;
    }

    .contact_box_wrapper li a i {
        font-size: 42px;
    }

    .contact_form {
        padding: 60px;
    }

}

@media(max-width:1199px) {
    .contact_box_wrapper li a {
        padding-left: 50px;
    }

    .contact_box_wrapper li a i {
        font-size: 38px;
    }

    .contact_box_wrapper li a small {
        font-size: 28px;
    }

    .contact_box_wrapper li a span {
        font-size: 20px;
    }

    .contact_box_wrapper li {
        padding: 15px;
    }

    .contact_form {
        padding: 50px;
    }
}

@media(max-width:991px) {
    .contact_box_wrapper li a {
        padding-left: 50px;
    }

    .contact_box_wrapper li a i {
        font-size: 34px;
    }

    .contact_box_wrapper li a small {
        font-size: 26px;
    }

    .contact_box_wrapper li a span {
        font-size: 19px;
    }

    .contact_form {
        padding: 40px;
    }
}

@media(max-width:767px) {
    .contact_box_wrapper li a i {
        font-size: 30px;
    }

    .contact_box_wrapper li a small {
        font-size: 24px;
    }

    .contact_box_wrapper li a span {
        font-size: 18px;
    }

    .contact_form {
        padding: 30px;
        border-radius: 6px;
    }
}

@media(max-width:575px) {
    .contact_box_wrapper li a {
        padding-left: 0;
        padding-top: 40px;
    }

    .contact_box_wrapper li a i {
        top: 0;
        left: 0;
        transform: unset;
    }

    .contact_box_wrapper li {
        margin-bottom: 15px;
    }

    .contact_box_wrapper li a i {
        font-size: 26px;
    }

    .contact_box_wrapper li a small {
        font-size: 22px;
    }

    .contact_box_wrapper li a span {
        font-size: 16px;
    }

    .contact_form {
        padding: 20px;
        border-radius: 4px;
    }
}

/* Contact Us */

/* Support  */
.support_box {
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: flex-start;
    border-radius: 8px;
    padding: 30px;
}

.support_box.primary {
    background-color: var(--primary);
}

.support_box.dark {
    background-color: var(--dark);
}

.support_box h3 {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 2px solid var(--primary);
    width: 100%;
}

.support_box p a {
    color: var(--primary);
}

.support_box h3:last-child,
.support_box p:last-child {
    margin-bottom: 0;
}

.support_box h3::before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    background-color: var(--primary);
    height: 6px;
    width: 58px;
    -webkit-transition: var(--transition);
    -moz-transition: var(--transition);
    -ms-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
}

.support_box.primary h3 {
    border-color: var(--dark);
}

.support_box.primary h3::before {
    background-color: var(--dark);
}

.support_box:hover h3::before {
    width: 100%;
}

@media(max-width:1600px) {
    .support_box {
        padding: 25px;
    }
}

@media(max-width:1199px) {
    .support_box {
        padding: 20px;
    }
}

@media(max-width:767px) {
    .support_box {
        padding: 15px;
    }
}

/* Support  */

/* Donate */


/* Donate */

/* Billboard 1 */
.billboard_1 {
    position: relative;
}

.billboard_1 .snack_arrow.right {
    right: 150px;
}

.billboard_1 .item {
    position: relative;
    padding: 50px 0 0 0;
    width: 100%;
    text-align: center;
}

.billboard_1 .item .caption {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.billboard_1 .item .caption h1 {
    text-transform: none;
}

.billboard1_img {
    margin-top: -80px;
    z-index: -1;
    position: relative;
}

.billboard1_img.donation_form_billboard {
    z-index: 1;
    margin-top: 0;
}

.billboard1_img .fit_img {
    height: 360px;
}

.billboard1_img .donate_img img {
    height: 100%;
}

.highligt_section {
    margin-top: -200px;
    padding-top: 240px;
    padding-bottom: 60px;
    z-index: -2;
    position: relative;
    text-align: center;
}




@media (max-width:1600px) {

    .billboard_1 .snack_arrow.right {
        right: 30px;
    }

    .billboard1_img {
        margin-top: -65px;
    }

}

@media (max-width:1199px) {
    .billboard1_img {
        margin-top: -60px;
    }

    .billboard1_img .fit_img {
        height: 330px;
    }

    .highligt_section {
        margin-top: -165px;
        padding-top: 225px;
    }
}

@media (max-width:991px) {
    .billboard_1 .snack_arrow.right {
        top: 15px;
        right: 15px;
    }

    .billboard1_img {
        margin-top: -55px;
    }

    .billboard1_img .fit_img {
        height: 310px;
    }

    .highligt_section {
        margin-top: -155px;
        padding-top: 210px;
    }
}

@media (max-width:767px) {
    .billboard1_img {
        margin-top: -50px;
    }

    .billboard1_img .fit_img {
        height: 280px;
    }

    .highligt_section {
        margin-top: -140px;
        padding-top: 190px;
        padding-bottom: 50px;
    }
}

/* Billboard 1 */


/* Donate page form */
.donate_from_wraper {
    background-color: var(--white);
    overflow: hidden;
    border-radius: 8px;
    max-width: 760px;
    margin: 0 auto;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.10);
}

.donate_from_wraper .df_head {
    padding: 15px 30px;
    border-bottom: 1px solid var(--gray);
}

.donate_from_wraper .df_head h2 {
    margin-bottom: 0;
}

.donate_from_wraper .df_body {
    border: 8px solid var(--white);
    padding: 30px;
    text-align: left;
}

.donate {
    width: 100%;
}

.donate-amount {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.denomination {
    float: left;
    width: calc(33.33% - 10px);
    text-align: center;
    padding: 12px 0;
    cursor: pointer;
    background-color: var(--gray);
    transition: background-color 0.2s ease;
    border-radius: 8px;
}

.donate-amount-box {
    display: flex;
    flex-direction: column;
}

.donate-amount,
.donate-black,
.donate-blue {
    margin-bottom: 30px;
}

.donate h3 {
    font-size: 20px;
}

.denomination label {
    font-weight: 500;
    cursor: pointer;
}

.denomination input {
    position: absolute;
    left: -10001px;
}

.denomination-other {
    width: 99.8%;
}

.denomination-other input {
    position: relative;
    font-weight: 600;
    width: 100%;
    text-align: center;
    background-color: var(--white);
    padding: 13px 0;
    transition: background-color 0.2s ease;
}


.denomination-other input::before {
    position: absolute;
    left: 6px;
    top: 2px;
    content: '$';
}

.donate-amount .selected {
    background-color: var(--primary);
    color: var(--white);
}



.donate-type label,
.donate-payment label {
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    margin-right: 30px;
}


.donate-submit button {
    width: 100%;
}

.donate-submit small {
    color: var(--dark);
}

.donate-submit p {
    margin-bottom: 0;
    margin-top: 5px;
}

/* Radio Buttons */
.radio input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.radio .radio-label {
    cursor: pointer;
    font-weight: bold;
}

.radio input[type="radio"]+.radio-label:before {
    content: "";
    background: #f4f4f4;
    border-radius: 100%;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    position: relative;
    top: -3px;
    margin-right: 1em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
}

.radio input[type="radio"]:checked+.radio-label:before {
    background-color: var(--primary);
    box-shadow: inset 0 0 0 4px #f4f4f4;
}

.radio input[type="radio"]:focus+.radio-label:before {
    outline: none;
    border-color: var(--primary);
}

.radio input[type="radio"]:disabled+.radio-label:before {
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: var(--gray);
    background: var(--gray);
}

.radio input[type="radio"]+.radio-label:empty:before {
    margin-right: 0;
}

@media (max-width:1199px) {
    .donate_from_wraper .df_body {
        padding: 25px;
    }

    .donate_from_wraper .df_head {
        padding: 15px 20px;
    }
}

@media (max-width:991px) {
    .donate_from_wraper .df_body {
        padding: 20px;
    }
}

@media (max-width:767px) {
    .donate_from_wraper .df_body {
        padding: 15px;
    }

    .donate_from_wraper .df_head {
        padding: 10px 15px;
    }
}

/* Donate page form */

.white .wpcf7 form .wpcf7-response-output {
    color: var(--white);
    margin: 20px 0 0 0;
    padding: 10px 15px;
    border-color: var(--white);
}

.wpcf7 form .wpcf7-response-output {
    margin: 20px 0 0 0;
    padding: 10px 15px;
}

body.modal-open {
    padding: 0 !important;
}

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

.site_by {
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 1;
}

.site_by img {
    max-width: 130px;
    height: auto;
}