/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
:root {
    --main-color-one: #DD131A;
    --main-color-two: #000565;
    --secondary-color: #0E115A;
    --heading-color: #04072E;
    --paragraph-color: #727777;
    --heading-font: 'Barlow Semi Condensed', sans-serif;
    --heading-font-02: 'Kalam', cursive;
    --body-font: 'Roboto', sans-serif;
    --animate-delay: 0.3s;
}
::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-thumb {
    background-image: linear-gradient(125deg, #DD131A 0%, #ffc05e 100%);
    border-radius: 10px;
}
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-x: hidden;
    font-family: var(--body-font);
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    -moz-osx-font-smoothing: grayscale;
    /* Firefox */
    -webkit-font-smoothing: antialiased;
    /* WebKit  */
}

body {
    margin: 0;
    color: var(--paragraph-color);
    overflow-x: hidden;
    font-family: var(--body-font);
    font-size: 16px;
}


h1 {
    font-size: 48px;
    line-height: 1.0833333333333333;
}

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--heading-color);
    font-family: var(--heading-font);
}

p {
    color: var(--paragraph-color);
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    margin-bottom: 10px;
    line-height: 28px;
}

a {
    color: inherit;
    text-decoration: none;
    transition: 0.3s;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}

a:hover,
a:focus,
a:active {
    color: var(--main-color-one);
}

pre {
    word-break: break-word;
}

a i {
    padding: 0 2px;
}

img {
    max-width: 100%;
}

ol {
    padding-left: 0;
}

dl, ol, ul {
    padding-left: 20px;
}


/*input and button type focus outline disable*/
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
select:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #ddd;
}

code {
    color: var(--main-color-one);
}

.dark-bg {
    background-color: #111d5c;
}

.section-bg-1 {
    background-color: #f4f7fc;
}

.check-list-02 {
    margin: 0;
    padding: 0;
    list-style: none;
}

.check-list-02 li {
    display: block;
    padding-left: 20px;
    position: relative;
    z-index: 0;
}

.check-list-02 li:after {
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'Font Awesome 5 Free';
    content: "\f00c";
    color: var(--main-color-one);
}

.error {
    color: #dc3545 !important;
}

.check-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.check-list li {
    display: block;
    padding-left: 20px;
    position: relative;
    z-index: 0;
}

.check-list li:after {
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'Font Awesome 5 Free';
    content: "\f105";
    color: var(--main-color-one);
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    clear: both;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

.comment-navigation .nav-previous > a,
.posts-navigation .nav-previous > a,
.post-navigation .nav-previous > a,
.comment-navigation .nav-next > a,
.posts-navigation .nav-next > a,
.post-navigation .nav-next > a {
    -webkit-transition: .3s ease-in;
    transition: .3s ease-in;
}

.comment-navigation .nav-previous:hover > a,
.posts-navigation .nav-previous:hover > a,
.post-navigation .nav-previous:hover > a,
.comment-navigation .nav-next:hover > a,
.posts-navigation .nav-next:hover > a,
.post-navigation .nav-next:hover > a {
    color: var(--main-color-one);
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Globals
--------------------------------------------------------------*/
.padding-left-0 {
    padding-left: 0;
}

.padding-right-0 {
    padding-left: 0;
}

.gray-bg {
    background-color: #f5f5f5;
}

.secondary-bg {
    background-color: var(--secondary-color);
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-25 {
    padding-top: 25px;
}

.padding-top-30 {
    padding-top: 30px;
}

.padding-top-35 {
    padding-top: 35px;
}

.padding-top-40 {
    padding-top: 40px;
}

.padding-top-45 {
    padding-top: 45px;
}

.padding-top-55 {
    padding-top: 55px;
}

.padding-top-50 {
    padding-top: 50px;
}

.padding-top-60 {
    padding-top: 60px;
}

.padding-top-65 {
    padding-top: 65px;
}

.padding-top-70 {
    padding-top: 70px;
}

.padding-top-75 {
    padding-top: 75px;
}

.padding-top-80 {
    padding-top: 80px;
}

.padding-top-85 {
    padding-top: 85px;
}

.padding-top-90 {
    padding-top: 90px;
}

.padding-top-95 {
    padding-top: 95px;
}

.padding-top-100 {
    padding-top: 100px;
}

.padding-top-105 {
    padding-top: 105px;
}

.padding-top-110 {
    padding-top: 110px;
}

.padding-top-115 {
    padding-top: 115px;
}

.padding-top-120 {
    padding-top: 120px;
}

.padding-top-140 {
    padding-top: 140px;
}

.padding-top-150 {
    padding-top: 150px;
}

.padding-top-160 {
    padding-top: 160px;
}

.padding-top-190 {
    padding-top: 190px;
}

.padding-top-200 {
    padding-top: 200px;
}

.padding-top-210 {
    padding-top: 210px;
}

.padding-top-260 {
    padding-top: 260px;
}

.padding-top-310 {
    padding-top: 310px;
}

.padding-top-360 {
    padding-top: 360px;
}

.padding-top-390 {
    padding-top: 390px;
}

.padding-top-400 {
    padding-top: 400px;
}

.padding-top-600 {
    padding-top: 600px;
}

.padding-top-640 {
    padding-top: 640px;
}

.padding-top-720 {
    padding-top: 720px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-bottom-15 {
    padding-bottom: 15px;
}

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

.padding-bottom-25 {
    padding-bottom: 25px;
}

.padding-bottom-30 {
    padding-bottom: 30px;
}

.padding-bottom-35 {
    padding-bottom: 35px;
}

.padding-bottom-40 {
    padding-bottom: 40px;
}

.padding-bottom-45 {
    padding-bottom: 45px;
}

.padding-bottom-50 {
    padding-bottom: 50px;
}

.padding-bottom-55 {
    padding-bottom: 55px;
}

.padding-bottom-60 {
    padding-bottom: 60px;
}

.padding-bottom-65 {
    padding-bottom: 65px;
}

.padding-bottom-70 {
    padding-bottom: 70px;
}

.padding-bottom-75 {
    padding-bottom: 75px;
}

.padding-bottom-80 {
    padding-bottom: 80px;
}

.padding-bottom-85 {
    padding-bottom: 85px;
}

.padding-bottom-90 {
    padding-bottom: 90px;
}

.padding-bottom-95 {
    padding-bottom: 95px;
}

.padding-bottom-100 {
    padding-bottom: 100px;
}

.padding-bottom-110 {
    padding-bottom: 110px;
}

.padding-bottom-105 {
    padding-bottom: 105px;
}

.padding-bottom-115 {
    padding-bottom: 115px;
}

.padding-bottom-120 {
    padding-bottom: 120px;
}

.padding-bottom-130 {
    padding-bottom: 130px;
}

.padding-bottom-140 {
    padding-bottom: 140px;
}

.padding-bottom-135 {
    padding-bottom: 135px;
}

.padding-bottom-200 {
    padding-bottom: 200px;
}

.padding-bottom-280 {
    padding-bottom: 280px;
}

.padding-bottom-285 {
    padding-bottom: 285px;
}

.padding-bottom-150 {
    padding-bottom: 150px;
}

.padding-bottom-160 {
    padding-bottom: 160px;
}

.padding-bottom-165 {
    padding-bottom: 165px;
}

.padding-bottom-170 {
    padding-bottom: 170px;
}

.padding-bottom-180 {
    padding-bottom: 180px;
}

.padding-bottom-200 {
    padding-bottom: 200px;
}

.padding-bottom-215 {
    padding-bottom: 215px;
}

.padding-bottom-260 {
    padding-bottom: 260px;
}

.padding-bottom-300 {
    padding-bottom: 300px;
}

.padding-bottom-350 {
    padding-bottom: 350px;
}

.padding-bottom-460 {
    padding-bottom: 460px;
}

.margin-top-minus-90 {
    margin-top: -90px;
}

.margin-top-minus-100 {
    margin-top: -100px;
}

.margin-top-120 {
    margin-top: 120px;
}

.margin-top-150 {
    margin-top: 150px;
}

.margin-top-160 {
    margin-top: 160px;
}

.padding-120 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.padding-110 {
    padding-top: 110px;
    padding-bottom: 110px;
}

.padding-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.padding-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.padding-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.padding-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.padding-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.padding-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.padding-65 {
    padding-top: 65px;
    padding-bottom: 65px;
}

.padding-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.padding-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.padding-90 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.padding-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.margin-top-10 {
    margin-top: 10px;
}

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

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-35 {
    margin-top: 35px;
}

.margin-top-40 {
    margin-top: 40px;
}

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

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

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

.margin-top-70 {
    margin-top: 70px;
}

.margin-top-80 {
    margin-top: 80px;
}

.margin-top-90 {
    margin-top: 90px;
}

.margin-top-100 {
    margin-top: 100px;
}

.margin-bottom-0 {
    margin-bottom: 0px !important;
}

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

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

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

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

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

.margin-bottom-35 {
    margin-bottom: 35px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-bottom-45 {
    margin-bottom: 45px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.margin-bottom-55 {
    margin-bottom: 55px;
}

.margin-bottom-60 {
    margin-bottom: 60px;
}

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

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

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

.margin-bottom-120 {
    margin-bottom: 120px;
}

.margin-bottom-150 {
    margin-bottom: 150px;
}

.margin-top-100 {
    margin-bottom: 100px;
}

.margin-top-110 {
    margin-top: 110px;
}

.margin-top-115 {
    margin-top: 115px;
}

.margin-top-120 {
    margin-top: 120px;
}

.min-height-600 {
    min-height: 600px;
}

.overflow-hidden {
    overflow: hidden;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    float: left;
    clear: both;
    margin-right: 20px;
    margin-top: 1.75em;
    margin-bottom: 1.7em;
}

.alignright {
    float: right;
    clear: both;
    margin-left: 20px;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 1.75em;
}

.alignfull {
    margin: 1.5em 0;
    max-width: 100%;
}

.alignwide {
    max-width: 1100px;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.updated:not(.published) {
    display: none;
}

.blog-pagination ul li {
    display: inline-block;
}

.blog-pagination ul li + li {
    margin: 0 5px;
}

.blog-pagination ul li {
    display: inline-block;
}

.blog-pagination ul li + li {
    margin: 0 5px;
}

.blog-pagination {
    display: block;
    width: 100%;
}

.blog-pagination ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
    clear: both;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

/*----------------------------------------
    # Unit test
------------------------------------------*/
.wp-link-pages a {
    margin: 0 5px;
    -webkit-transition: .3s ease-in;
    transition: .3s ease-in;
}

.wp-link-pages {
    clear: both;
    margin-bottom: 30px;
    margin-top: 25px;
}

.wp-link-pages span,
.wp-link-pages a {
    border: 1px solid #e2e2e2;
    padding: 5px 15px;
    display: inline-block;
    border-radius: 30px;
}

.wp-link-pages .current,
.wp-link-pages a:hover {
    background-color: var(--main-color-one);
    color: #fff;
    border-color: var(--main-color-one);
}

.wp-link-pages span:first-child {
    margin-right: 5px;
}

.post-password-form input {
    display: block;
    border: 1px solid #e2e2e2;
    height: 50px;
    border-radius: 3px;
    padding: 0 20px;
}

.post-password-form label {
    font-weight: 600;
    color: #333;
}

.post-password-form input[type=submit] {
    width: 100px;
    height: 50px;
    background-color: var(--main-color-one);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    display: inline-block;
}

.post-password-form input[type=submit]:hover {
    background-color: #121A2F;
}

.footer-widget .table td,
.footer-widget .table th {
    padding: 0.50rem !important;
}

/*---------------------------------------
    ## Button
---------------------------------------*/
.btn-wrapper {
    display: block;
}

.btn-wrapper.administration {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.btn-wrapper.poll-btn {
    position: fixed;
    top: 50%;
    right: -40px;
    z-index: 2;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.btn-wrapper.vote-btn {
    margin-top: 38px;
}

.btn-wrapper .boxed-btn {
    background-color: var(--secondary-color);
    color: #fff;
    display: inline-block;
    padding: 17px 27px;
    border-radius: 5px;
    text-transform: capitalize;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -webkit-transition: .7s all ease;
    transition: .7s all ease;
    font-weight: 600;
}

.btn-wrapper .boxed-btn.btn-sanatory {
    background-color: var(--main-color-one);
    text-transform: uppercase;
    -webkit-box-shadow: 0 7px 20px rgba(221, 19, 26, 0.3);
    box-shadow: 0 7px 20px rgba(221, 19, 26, 0.3);
}

.btn-wrapper .boxed-btn.btn-sanatory i {
    margin-left: 10px;
}

.btn-wrapper .boxed-btn.btn-sanatory .icon-paper-plan {
    margin-left: 5px;
}

.btn-wrapper .boxed-btn.btn-sanatory:hover {
    background-color: var(--secondary-color);
    -webkit-box-shadow: 0 7px 20px rgba(14, 17, 90, 0.3);
    box-shadow: 0 7px 20px rgba(14, 17, 90, 0.3);
}

.btn-wrapper .boxed-btn.btn-sanatory.style-01 {
    background-color: transparent;
    color: var(--main-color-one);
    border: 2px solid var(--main-color-one);
    -webkit-box-shadow: none;
    box-shadow: none;
    text-transform: capitalize;
}

.btn-wrapper .boxed-btn.btn-sanatory.style-01.reverse {
    color: #fff;
    border-color: #fff;
}

.btn-wrapper .boxed-btn.btn-sanatory.style-01.reverse:hover {
    background-color: #fff;
    border-color: #fff;
    color: var(--main-color-one);
}

.btn-wrapper .boxed-btn.btn-sanatory.style-01 i {
    margin-right: 10px;
    margin-left: 0;
}

.btn-wrapper .boxed-btn.btn-sanatory.style-01:hover {
    background-color: var(--main-color-one);
    border-color: var(--main-color-one);
    color: #fff;
}

.btn-wrapper .boxed-btn.btn-sanatory.style-02 {
    background-color: transparent;
    color: var(--heading-color);
    border: 2px solid var(--heading-color);
    -webkit-box-shadow: none;
    box-shadow: none;
    text-transform: capitalize;
    font-size: 18px;
    line-height: 24px;
    font-family: var(--body-font);
    font-weight: 700;
}

.btn-wrapper .boxed-btn.btn-sanatory.style-02 i {
    margin-right: 10px;
    margin-left: 0;
}

.btn-wrapper .boxed-btn.btn-sanatory.style-02:hover {
    background-color: var(--heading-color);
    border-color: var(--heading-color);
    color: #fff;
}

.btn-wrapper .boxed-btn.btn-sanatory.style-03 {
    background-color: var(--heading-color);
    width: 100%;
    padding-top: 14px;
    border: 1px solid var(--heading-color);
    -webkit-transition: .7s all ease;
    transition: .7s all ease;
}

.btn-wrapper .boxed-btn.btn-sanatory.style-03:hover {
    background: transparent;
    border: 1px solid #fff;
}

.btn-wrapper .boxed-btn.btn-sanatory.volunteer {
    padding: 17px 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-wrapper .boxed-btn.btn-sanatory.volunteer i {
    margin-right: 12px;
}

.btn-wrapper .boxed-btn.btn-poll {
    background-color: var(--main-color-one);
    text-transform: uppercase;
    padding: 21px 27px;
}

.btn-wrapper .boxed-btn.btn-poll:hover {
    background-color: var(--main-color-one);
}

.btn-wrapper .boxed-btn:hover {
    background-color: var(--secondary-color);
}

.btn-wrapper .boxed-btn.btn-rounded {
    border-radius: 30px;
}

.btn-wrapper .boxed-btn.reverse-color {
    background-color: var(--main-color-two);
}

.btn-wrapper .boxed-btn.reverse-color:hover {
    background-color: var(--main-color-one);
}

.btn-wrapper .boxed-btn.political-btn {
    background-color: #fff;
    color: var(--main-color-one);
    padding: 14px 30px;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
}

.btn-wrapper .boxed-btn.political-btn i {
    margin-left: 10px;
}

.btn-wrapper .boxed-btn.political-btn.style-01 {
    padding: 15px 60px;
    border-radius: 4px;
}

.btn-wrapper .boxed-btn.political-btn.style-01:hover {
    background: var(--heading-color);
}

.btn-wrapper .boxed-btn.political-btn:hover {
    background: var(--main-color-one);
    color: #fff;
}

.btn-wrapper .boxed-btn.event-btn {
    background: transparent;
    color: var(--main-color-one);
    padding: 0;
    font-size: 18px;
    line-height: 24px;
    font-family: var(--body-font);
    font-weight: 700;
    -webkit-transition: .7s all ease;
    transition: .7s all ease;
}

.btn-wrapper .boxed-btn.event-btn:hover {
    margin-left: 8px;
}

.btn-wrapper .boxed-btn.event-btn i {
    font-size: 18px;
    margin-right: 12px;
}

.close-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 60px;
    cursor: pointer;
    height: 60px;
    color: #fff;
    border-color: var(--main-color-one);
    background-color: var(--main-color-one);
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    padding: 0;
    text-align: center;
    border: none;
}

.close-btn:focus {
    outline: none;
}

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

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

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

@media only screen and (max-width: 768px) {
    .tablet-center {
        text-align: center;
    }

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

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

@media only screen and (max-width: 414px) {
    .mobile-center {
        text-align: center;
    }

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

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

/*---------------------------------------
    ## Back Top
---------------------------------------*/
.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 50px;
    height: 50px;
    background: var(--main-color-one);
    color: #fff;
    text-align: center;
    line-height: 50px;
    border-radius: 5px;
    z-index: 99;
    font-size: 25px;
    cursor: pointer;
    -webkit-box-shadow: 0 0 5px rgba(221, 19, 26, 0.5);
    box-shadow: 0 0 5px rgba(221, 19, 26, 0.5);
    display: none;
}

.video-play {
    color: #233d62;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    z-index: 1;
}

.video-play::after {
    content: '';
    position: absolute;
    left: 29%;
    top: -130%;
    z-index: -1;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: transparent;
    border: 1px solid var(--main-color-one);
    border-radius: 50%;
    -webkit-animation: pulse-video 1500ms ease-out infinite;
    animation: pulse-video 1500ms ease-out infinite;
}

.video-play i {
    background: var(--main-color-one);
    height: 45px;
    width: 45px;
    line-height: 45px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    margin-left: 40px;
    margin-right: 10px;
    -webkit-transition: .7s all ease;
    transition: .7s all ease;
}

.video-play.style-01 {
    font-size: 20px;
}

.video-play.style-01::after {
    left: 19%;
    top: -177%;
    z-index: -1;
    width: 110px;
    height: 110px;
    line-height: 110px;
    border-color: #fff;
}

.video-play.style-01 i {
    height: 80px;
    width: 80px;
    line-height: 80px;
}

.video-play.style-02:hover i {
    border-color: red;
    color: red;
}

.video-play.style-02 i {
    background: transparent;
    height: 95px;
    width: 95px;
    line-height: 95px;
    border: 2px solid #fff;
    border-radius: 4px;
    margin-left: 0;
    font-size: 24px;
}

.video-play.style-02::after {
    display: none;
}

.video-play.style-03 i {
    width: 146px;
    height: 146px;
    line-height: 146px;
    font-size: 35px;
}

.video-play.style-03::after {
    left: 17%;
    top: -410%;
    width: 160px;
    height: 160px;
    line-height: 160px;
    border: 1px solid #fff;
}

.video-popup {
    color: #233d62;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    z-index: 1;
}

.video-popup::after {
    content: '';
    position: absolute;
    left: 23%;
    top: -222%;
    z-index: -1;
    width: 100px;
    height: 100px;
    line-height: 100px;
    background: rgba(221, 19, 26, 0.4);
    border-radius: 50%;
    -webkit-animation: pulse-video-02 2000ms ease-out infinite;
    animation: pulse-video-02 2000ms ease-out infinite;
}

.video-popup::before {
    content: '';
    position: absolute;
    left: 16%;
    top: -275%;
    z-index: -1;
    width: 120px;
    height: 120px;
    line-height: 120px;
    background: rgba(221, 19, 26, 0.2);
    border-radius: 50%;
    -webkit-animation: pulse-video-02 2000ms ease-out infinite;
    animation: pulse-video-02 2000ms ease-out infinite;
}

.video-popup i {
    background: var(--main-color-one);
    width: 78px;
    height: 78px;
    line-height: 78px;
    font-size: 20px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    margin-left: 40px;
    margin-right: 10px;
    -webkit-transition: .7s all ease;
    transition: .7s all ease;
}

@-webkit-keyframes pulse-video {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes pulse-video {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

@-webkit-keyframes pulse-video-02 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes pulse-video-02 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

/*------------------------------
    Testimonial Item
-----------------------------*/
.single-testimonial-item {
    position: relative;
    background-color: #fff;
    border: 3px solid rgba(221, 19, 26, 0.21);
    padding: 30px 30px 25px;
    border-radius: 10px 5px 5px 5px;
    -webkit-transition: .7s all ease;
    transition: .7s all ease;
    margin-bottom: 50px;
    overflow: hidden;

}

.single-testimonial-item:hover {
    background-color: var(--main-color-one);
    border-color: 0;
    -webkit-box-shadow: 0px 12px 40px rgba(221, 19, 26, 0.45);
    box-shadow: 0px 12px 40px rgba(221, 19, 26, 0.45);
}

.single-testimonial-item:hover .testimonial-carousel .owl-nav {
    visibility: visible;
}

.single-testimonial-item:hover .icon span {
    color: #fff;
}

.single-testimonial-item:hover .content .title {
    color: #fff;
}

.single-testimonial-item:hover .content .description {
    color: #fff;
}

.single-testimonial-item .content .title {
    font-size: 24px;
    line-height: 32px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #04072E;
    -webkit-transition: .7s all ease;
    transition: .7s all ease;
}

.single-testimonial-item .content .description {
    font-size: 16px;
    line-height: 28px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #04072E;
    margin-bottom: 0;
    -webkit-transition: .7s all ease;
    transition: .7s all ease;
}

.single-testimonial-item .shape-01 {
    position: absolute;
    top: -3px;
    max-width: 137px;
    right: -3px;
    -webkit-transition: .7s all ease;
    transition: .7s all ease;
}

.single-testimonial-item .icon {
    margin-bottom: 10px;
}

.single-testimonial-item .icon span {
    color: var(--main-color-one);
    font-size: 66px;
    -webkit-transition: .7s all ease;
    transition: .7s all ease;
}

.single-testimonial-item-02 {
    position: relative;
    background-color: #fff;
    border: 2px solid rgba(221, 19, 26, 0.12);
    border-radius: 10px;
    padding: 40px;
    -webkit-transition: .7s all ease;
    transition: .7s all ease;
    margin-bottom: 50px;
    z-index: 0;
    overflow: hidden;
}

.single-testimonial-item-02:hover {
    -webkit-box-shadow: 0px 10px 30px rgba(221, 19, 26, 0.15);
    box-shadow: 0px 10px 30px rgba(221, 19, 26, 0.15);
}

.single-testimonial-item-02:hover .shape-01 {
    opacity: 1;
    visibility: visible;
}

.single-testimonial-item-02 .content .title {
    font-size: 24px;
    line-height: 32px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #04072E;
    margin-bottom: 25px;
}

.single-testimonial-item-02 .shape-01 {
    position: absolute;
    top: -3px;
    max-width: 137px;
    right: -3px;
    -webkit-transition: .7s all ease;
    transition: .7s all ease;
    opacity: 0;
    visibility: hidden;
}

.single-testimonial-item-02 .icon.style-01 {
    margin: auto;
    margin-bottom: 18px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: transparent linear-gradient(215deg, #FEEDF0 0%, #FFFFFF 100%);
    border-radius: 50%;
    font-size: 36px;
    color: var(--main-color-one);
    position: relative;
}

.single-testimonial-item-02 .icon.style-01::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='100' ry='100' stroke='%23CCCCCCFF' stroke-width='2' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
    border-radius: 100px;
    top: -8px;
    left: 8px;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.testimonial-carousel .owl-nav {
    -webkit-transition: .7s all ease;
    transition: .7s all ease;
    opacity: 0;
}

.testimonial-carousel .owl-nav .owl-prev {
    position: absolute;
    left: -30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    margin-top: -26px;
    line-height: 60px;
    text-align: center;
    background: #fff;
    color: var(--main-color-one);
    font-size: 30px;
    border-radius: 5px;
    -webkit-box-shadow: 0 12px 20px rgba(221, 19, 26, 0.24);
    box-shadow: 0 12px 20px rgba(221, 19, 26, 0.24);
    -webkit-transition: .7s all ease;
    transition: .7s all ease;
}

.testimonial-carousel .owl-nav .owl-prev:hover {
    color: #fff;
    background: var(--main-color-one);
}

.testimonial-carousel .owl-nav .owl-next {
    position: absolute;
    right: -30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #fff;
    color: var(--main-color-one);
    font-size: 30px;
    margin-top: -26px;
    border-radius: 5px;
    -webkit-box-shadow: 0 12px 20px rgba(221, 19, 26, 0.24);
    box-shadow: 0 12px 20px rgba(221, 19, 26, 0.24);
    -webkit-transition: .7s all ease;
    transition: .7s all ease;
}

.testimonial-carousel .owl-nav .owl-next:hover {
    color: #fff;
    background: var(--main-color-one);
}

.testimonial-carousel:hover .owl-nav {
    opacity: 1;
}

.party-single-item.vision .content .icon {
    margin-top: 5px;
}

.party-single-item.vision .content .icon i {
    color: var(--main-color-one);
}

.party-single-item.style-01 .content .subtitle p {
    color: #fff;
}

.party-single-item.style-01 .content .title {
    color: #fff;
    margin-bottom: 20px;
}

.party-single-item.style-01 .content .description {
    color: #fff;
}
.subtitle_wrapper{
    display: inline-block;
}
.party-single-item.style-02 .content .subtitle p {
    color: #fff;
}

.party-single-item.style-02 .content .subtitle .icon {
    margin-top: 5px;
}

.party-single-item.style-02 .content .subtitle .icon i {
    font-size: 12px;
    color: #fff;
}

.party-single-item.style-02 .content .title {
    font-size: 40px;
    line-height: 55px;
    font-family: var(--heading-color);
    font-weight: 700;
    color: #fff;
}

.party-single-item.style-02 .content .quotes .description {
    font-size: 18px;
    line-height: 35px;
    font-weight: 400;
    font-family: var(--body-font);
    color: #fff;
    max-width: 890px;
    margin-bottom: 20px;
}

.party-single-item.style-02 .content .quotes i {
    font-size: 64px;
    color: #fff;
    position: absolute;
    right: 4%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.party-single-item.party-member {
    margin-bottom: 50px;
}

.party-single-item.party-member p {
    font-size: 18px;
    line-height: 28px;
    font-family: var(--body-font);
    font-weight: 500;
}

.party-single-item .content .subtitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.party-single-item .content .subtitle p {
    font-size: 20px;
    line-height: 30px;
    font-family: var(--body-font);
    font-weight: 700;
    color: var(--heading-color);
    margin-bottom: 0;
    margin-right: 10px;
}

.party-single-item .content .subtitle .icon {
    margin-top: 3px;
}

.party-single-item .content .subtitle .icon i {
    font-size: 10px;
    color: var(--main-color-one);
    margin-right: 5px;
}

.party-single-item .content .subtitle .icon i:last-child {
    margin-right: 0;
}

.party-single-item .content .title {
    font-size: 40px;
    line-height: 50px;
    font-family: var(--heading-font);
    font-weight: 700;
    margin-bottom: 22px;
}

.party-single-item .content .title.style-01 {
    line-height: 55px;
}

.party-single-item .content .description {
    font-size: 16px;
    line-height: 28px;
    font-family: var(--body-font);
    font-weight: 400;
    color: var(--heading-color);
    margin-bottom: 25px;
    max-width: 510px;
}

.party-single-item .content .description.style-01 {
    max-width: 560px;
}

.party-single-item .content .feedback {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.party-single-item .content .feedback span {
    font-size: 40px;
    line-height: 1;
    font-family: var(--heading-font);
    font-weight: 700;
    color: var(--main-color-one);
    margin-right: 20px;
    position: relative;
    top: 1px;
}

.party-single-item .content .feedback p {
    font-size: 16px;
    line-height: 23px;
    font-family: var(--body-font);
    font-weight: 700;
    max-width: 172px;
    color: var(--main-color-one);
    margin-bottom: 0;
}

.party-single-item .content .vision-quotes {
    background: #fff;
    padding: 20px 35px;
    border-left: 5px solid var(--main-color-one);
    position: relative;
    max-width: 520px;
}

.party-single-item .content .vision-quotes .title {
    font-size: 22px;
    line-height: 35px;
    font-family: var(--body-font);
    font-weight: 500;
    max-width: 445px;
    margin-bottom: 0;
}

.party-single-item .content .vision-quotes .icon {
    position: absolute;
    top: 40%;
    right: 9%;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
}

.party-single-item .content .author-meta {
    margin-bottom: 30px;
}

.party-single-item .content .author-meta .author-name {
    font-size: 16px;
    line-height: 35px;
    font-family: var(--body-font);
    font-weight: 400;
    color: #fff;
}

.party-single-item .content .author-meta .line {
    display: inline-block;
    width: 80px;
    height: 2px;
    background: #fff;
    margin-bottom: 3px;
    margin-left: 10px;
}

.party-single-item .content .quotes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.section-title {
    margin-bottom: 55px;
}

.section-title .subtitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 15px;
}

.section-title .subtitle p {
    font-size: 20px;
    line-height: 26px;
    font-family: var(--body-font);
    font-weight: 700;
    color: var(--heading-color);
    margin: 0;
    margin-right: 10px;
}

.section-title .subtitle .icon {
    margin-right: 10px;
    margin-top: 5px;
}

.section-title .subtitle .icon span {
    font-size: 12px;
    color: var(--main-color-one);
    margin-right: 5px;
}

.section-title .subtitle .icon span:last-child {
    margin-right: 0;
}

.section-title .title {
    font-size: 40px;
    line-height: 55px;
    font-family: var(--heading-font);
    font-weight: 700;
    margin-bottom: 25px;
    text-align: center;
}

.section-title .title.style-01 {
    text-align: left;
    color: #fff;
    margin-bottom: 26px;
}

.section-title .title.style-02 {
    text-align: left;
}

.section-title .description {
    font-size: 18px;
    line-height: 28px;
    font-family: var(--body-font);
    font-weight: 500;
    color: #4F4F6B;
    text-align: center;
}

.section-title .description.style-01 {
    font-size: 16px;
    line-height: 21px;
    color: #fff;
    font-weight: 400;
    text-align: left;
}

.section-title .description.style-02 {
    text-align: left;
}

.top-rated-title .title {
    font-size: 24px !important;
    line-height: 34px !important;
    font-weight: 700 !important;
    font-family: var(--heading-font) !important;
    margin-bottom: 45px !important;
}

.counter-single-item {
    display: flex;
    align-items: end;
    flex-wrap: wrap;
    height: 100%;
    justify-content: center;
    min-height: 740px;
    margin-left: 20px;
    margin-right: 20px;
}

.counter-single-item.style-02 {
    bottom: 15px;
}

.counter-single-item .counter-item {
    display: inline-block;
    width: 130px;
    height: 130px;
    padding-top: 15px;
    background-color: transparent;
    margin-right: 15px;
    border: 1px solid #fff;
    border-radius: 5px;
}

.counter-single-item .counter-item:last-child {
    margin-right: 0;
}

.counter-single-item .counter-item span {
    text-align: center;
    display: block;
    line-height: 55px;
    font-family: var(--heading-font);
    font-size: 40px;
    font-weight: 700;
    padding-bottom: 10px;
    color: #fff;
}

.counter-single-item .counter-item h6 {
    color: var(--heading-color);
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    font-family: inherit;
    font-weight: 700;
    line-height: 28px;
    background: #fff;
    padding: 14px 12px 12px;
    border-radius: 0px 0px 5px 5px;
    margin-bottom: 0;
}

.campaign-list-item {
    border-radius: 10px;
    padding: 38px;
    background-color: #fff;
    box-shadow: 0px 7px 20px 0px rgb(221 19 26 / 13%);
}

.campaign-list-item .list-single-items {
    margin-bottom: 30px;
    padding-bottom: 30px;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    border-bottom: 1px dashed #CFCFCF;
}

.campaign-list-item .list-single-items:last-child {
    margin: 0;
    border-bottom: 0;
    padding-bottom: 0;
}

.campaign-list-item .list-single-items.active {
    background: var(--main-color-one);
    border-radius: 10px;
}

.campaign-list-item .list-single-items.active .content .designation .event {
    background: #fff;
    color: var(--main-color-one);
}

.campaign-list-item .list-single-items.active .content .designation .date {
    color: #fff;
}

.campaign-list-item .list-single-items.active .content .title {
    color: #fff;
}

.campaign-list-item .list-single-items.active .content p {
    color: #fff;
}

.campaign-list-item .list-single-items .content .designation {
    margin-bottom: 20px;
}

.campaign-list-item .list-single-items .content .designation .event {
    font-size: 13px;
    font-weight: 500;
    line-height: 28px;
    color: var(--main-color-one);
    background: rgba(221, 19, 26, .08);
    padding: 5px 15px;
    border-radius: 5px;
    margin-right: 30px;
}

.campaign-list-item .list-single-items .content .designation .date {
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    color: #828282;
}

.campaign-list-item .list-single-items .content .title {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    font-family: var(--body-font);
    margin-bottom: 15px;
    -webkit-transition: .7s all ease;
    transition: .7s all ease;
}

.campaign-list-item .list-single-items .content .title:hover {
    color: var(--main-color-one);
}

.campaign-list-item .list-single-items .content p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 0px;
}

.campaign-list-item .list-single-items .content p.style-01 {
    margin-bottom: 0;
}

.campaign-list-item-02 {
    padding: 30px 40px 15px 40px;
    border: 1px dashed #D2D2D2;
    border-radius: 10px;
}

.campaign-list-item-02 .list-single-items {
    -webkit-transition: .7s all ease;
    transition: .7s all ease;
    margin-bottom: 30px;
}

.campaign-list-item-02 .list-single-items:last-child {
    margin: 0;
    border-bottom: 0;
}

.campaign-list-item-02 .list-single-items.active {
    background: var(--main-color-one);
    border-radius: 10px;
    padding: 20px 18px;
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}

.campaign-list-item-02 .list-single-items.active .content .designation .event {
    background: #fff;
    color: var(--main-color-one);
}

.campaign-list-item-02 .list-single-items.active .content .designation .date {
    color: #fff;
}

.campaign-list-item-02 .list-single-items.active .content .title {
    color: #fff;
    -webkit-transition: 0.7s all ease;
    transition: 0.7s all ease;
}

.campaign-list-item-02 .list-single-items.active .content .title:hover {
    color: #ffff;
}

.campaign-list-item-02 .list-single-items.active .content p {
    color: #fff;
}

.campaign-list-item-02 .list-single-items .content .designation {
    margin-bottom: 18px;
}

.campaign-list-item-02 .list-single-items .content .designation .event {
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    color: #fff;
    background: var(--main-color-one);
    padding: 5px 15px;
    border-radius: 5px;
    margin-right: 30px;
}

.campaign-list-item-02 .list-single-items .content .designation .date {
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    color: #828282;
}

.campaign-list-item-02 .list-single-items .content .title {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    font-family: var(--body-font);
    margin-bottom: 14px;
    cursor: pointer;
    -webkit-transition: .7s all ease;
    transition: .7s all ease;
}

.campaign-list-item-02 .list-single-items .content .title:hover {
    color: var(--main-color-one);
}

.campaign-list-item-02 .list-single-items .content p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}

.testimonial-carousel-two .owl-item.center .volunteer-single-items {
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    overflow: visible;
	border-radius: 6px !important;
}

.testimonial-carousel-two .owl-item .volunteer-single-items:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.5);
    visibility: hidden;
    opacity: 0;
    transition: 0.4s;
	border-radius: 6px;
}
.testimonial-carousel-two .owl-item .volunteer-single-items:hover:after {
    visibility: visible;
    opacity: 1;
}

.testimonial-carousel-two .owl-item .volunteer-single-items .content p,
.testimonial-carousel-two .owl-item .volunteer-single-items .content .author-name {
    color: #fff;
}
.testimonial-carousel-two .owl-item .volunteer-single-items .content .author-name:hover {
	color: var(--main-color-one);
}
.testimonial-carousel-two .owl-item .volunteer-single-items .content {
    padding-top: 20px;
    padding-bottom: 20px;
    position: absolute;
    bottom: -20px;
    padding: 30px;
    width: 100%;
    z-index: 2;
    transition: 0.4s;
    visibility: hidden;
    opacity: 0;
}
.testimonial-carousel-two .owl-item .volunteer-single-items:hover .content {
    bottom: 0;
    visibility: visible;
    opacity: 1;
}
.testimonial-carousel-two .owl-item .volunteer-single-items .content {
    transform: translateY(0) !important;
}

.volunteer-section-area.style-01 {
    margin-top: 120px;
}

.volunteer-section-area.style-02 {
    margin-top: 116px;
}

.volunteer-section-area.style-03 {
    margin-top: 106px;
}

.testimonial-carousel-two .owl-nav .owl-next {
    position: absolute;
    top: -120px;
    left: 95%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #fff;
    color: var(--main-color-one);
    font-size: 30px;
    border-radius: 5px;
    -webkit-box-shadow: 0 7px 20px rgba(221, 19, 26, 0.24);
    box-shadow: 0 7px 20px rgba(221, 19, 26, 0.24);
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
}

.testimonial-carousel-two .owl-nav .owl-next:hover {
    background: var(--main-color-one);
    color: #fff;
}

.testimonial-carousel-two .owl-nav .owl-prev {
    position: absolute;
    top: -120px;
    right: 95%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #fff;
    color: var(--main-color-one);
    font-size: 30px;
    border-radius: 5px;
    -webkit-box-shadow: 0 7px 20px rgba(221, 19, 26, 0.24);
    box-shadow: 0 7px 20px rgba(221, 19, 26, 0.24);
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
}

.testimonial-carousel-two .owl-nav .owl-prev:hover {
    background: var(--main-color-one);
    color: #fff;
}

.volunteer-single-items {
    position: relative;
    -webkit-transition: .3s;
    transition: .3s;
    position: relative;
    padding-bottom: 0px;
    border-radius: 10px;
    -webkit-transition: height 0.7s all;
    transition: height 0.7s all;
    margin-bottom: 30px;
    border: 1px solid #fff;
    overflow: hidden;
}

.volunteer-single-items .thum img {
    border-radius: 10px;
    width: 100%;
}

.volunteer-single-items .content {
    text-align: center;
    padding: 25px 20px 20px 20px;
    -webkit-transition: 0.7s all ease;
    transition: 0.7s all ease;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
    visibility: hidden;
}

.volunteer-single-items .content .author-meta .author-name {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    font-family: var(--body-font);
    color: var(--heading-color);
    -webkit-transition: 0.7s all ease;
    transition: 0.7s all ease;
}

.volunteer-single-items .content .author-meta .designation {
    font-size: 16px;
    line-height: 26px;
    font-family: var(--body-font);
    font-weight: 400;
    color: #505050;
    margin-top: 6px;
    margin-bottom: 20px;
    -webkit-transition: 0.7s all ease;
    transition: 0.7s all ease;
}

.volunteer-single-items .content .social-links {
    position: relative;
    z-index: 99;
}

.volunteer-single-items .content .social-links a {
    margin: 0 4px;
}

.volunteer-single-items .content .social-links i {
    text-align: center;
    margin-right: 10px;
    font-size: 15px;
    color: #fff;
    -webkit-transition: 0.7s all ease;
    transition: 0.7s all ease;
    position: relative;
}

.volunteer-single-items .content .social-links i + i::after {
    content: "";
    position: absolute;
    top: 15px;
    left: -15px;
    width: 14px;
    height: 1px;
    background: #fff;
}

.volunteer-single-items .content .social-links i:hover {
    color: var(--main-color-one);
}

.volunteer-single-items .content .social-links i:last-child {
    margin-right: 0;
}

.volunteer-single-items-02 {
    position: relative;
    -webkit-transition: .7s;
    transition: .7s;
    position: relative;
    padding-bottom: 0px;
    -webkit-box-shadow: 0px 13px 26px rgba(221, 19, 26, 0.2);
    box-shadow: 0px 13px 26px rgba(0, 19, 26, 0.2);
    -webkit-transition: height 0.7s all;
    transition: height 0.7s all;
    overflow: visible;
}


.volunteer-single-items-02 .thum img {
    width: 100%;
}

.volunteer-single-items-02 .content {
    text-align: center;
    padding-top: 45px;
    -webkit-transition: 0.7s all ease;
    transition: 0.7s all ease;
}

.volunteer-single-items-02 .content .author-meta .author-name {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    font-family: var(--body-font);
    color: #fff;
    -webkit-transition: 0.7s all ease;
    transition: 0.7s all ease;
}

.volunteer-single-items-02 .content .author-meta .author-name:hover {
    color: var(--main-color-one);
}

.volunteer-single-items-02 .content .author-meta .designation {
    font-size: 16px;
    line-height: 26px;
    font-family: var(--body-font);
    font-weight: 400;
    color: #505050;
    margin-top: 10px;
    margin-bottom: 23px;
    -webkit-transition: 0.7s all ease;
    transition: 0.7s all ease;
}

.volunteer-single-items-02 .content .social-links {
    position: relative;
    z-index: 99;
}

.volunteer-single-items-02 .content .social-links a {
    margin: 0 4px;
    
}


.volunteer-single-items-02 .content .social-links i {
    text-align: center;
    margin-right: 10px;
    font-size: 15px;
    color: #fff;
    border-radius: 5px;
    -webkit-transition: 0.7s all ease;
    transition: 0.7s all ease;
    position: relative;
}


.volunteer-single-items-02 .content .social-links i {
    border: 0;  
}

.volunteer-single-items-02 .content .social-links i + i::after {
    content: "";
    position: absolute;
    top: 15px;
    left: -15px;
    width: 14px;
    height: 1px;
    background: #fff;
}

.volunteer-single-items-02 .content .social-links i:hover {
    color: var(--main-color-one);
}

.volunteer-single-items-02 .content .social-links i:last-child {
    margin-right: 0;
}

.team-section-area {
    margin-top: 106px;
}
.team-section-area.style-01 {
    margin-top: 0;
}
.team-section-area .team-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.team-section-area .team-wrapper .team {
    width: 33.33%;
}

/*----------------------------
    Counterup Item
----------------------------*/
.counter-section-area {
    position: relative;
    margin-top: 75px;
}

.counter-section-area.style-01 {
    margin-top: 120px;
}

.counter-section-area.style-02 {
    margin-top: 105px;
}

.counter-section-area.bg-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 120px 0px;
}

.counter-section-area .counter-shape {
    position: absolute;
    top: 0px;
    left: 31%;
    opacity: 0.1;
}

.counter-section-area .counter-shape.style-01 {
    top: 0;
    left: -1%;
}

.counter-section-area .counter-shape-01 {
    position: absolute;
    top: 0px;
    left: 34%;
    opacity: 0.1;
}

.counter-section-area .counter-shape-01.style-01 {
    top: 0;
    left: 2%;
}

.counter-section-area .counter-shape-02 {
    position: absolute;
    bottom: 0;
    right: 30%;
    opacity: 0.1;
}

.counter-section-area .counter-shape-02.style-01 {
    bottom: 0;
    right: -1%;
}

.counter-section-area .counter-shape-03 {
    position: absolute;
    bottom: 0;
    right: 33%;
    opacity: 0.1;
}

.counter-section-area .counter-shape-03.style-01 {
    bottom: 0;
    right: 2%;
}

.counter-section-inner {
    background: #fff;
    -webkit-box-shadow: 0px 12px 40px rgba(221, 19, 26, 0.28);
    box-shadow: 0px 12px 40px rgba(221, 19, 26, 0.28);
    padding: 60px;
    border-radius: 10px;
}

.counter-section-inner.political {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.counter-item-list li {
    width: calc(100% / 3);
}

.counter-item-list li + li {
    border-left: 1px solid #a8aab1;
}

.single-counterup-01 {
    text-align: center;
}

.single-counterup-01.style-01 {
    border-right: 0;
}

.single-counterup-01 .content .title {
    font-size: 20px;
    line-height: 26px;
    color: var(--heading-color);
    font-family: var(--body-font);
    font-weight: 500;
    margin-bottom: 0;
}

.single-counterup-01 .content .count-wrap {
    font-size: 65px;
    line-height: 55px;
    font-weight: 700;
    color: var(--main-color-one);
    font-family: var(--heading-font);
    margin-bottom: 15px;
}

.single-counterup-02 {
    text-align: center;
    background: #fff;
    -webkit-box-shadow: 0px 12px 30px rgba(221, 19, 26, 0.12);
    box-shadow: 0px 12px 30px rgba(221, 19, 26, 0.12);
    padding: 42px 42px;
    border-radius: 10px;
    position: relative;
}

.single-counterup-02.style-01::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10px;
    height: 127px;
    border-radius: 0px 3px 3px 0px;
    background-color: var(--main-color-one);
}

.single-counterup-02.style-02::before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10px;
    height: 127px;
    border-radius: 3px 0px 0px 3px;
    background-color: var(--main-color-one);
}

.single-counterup-02 .content .title {
    font-size: 20px;
    line-height: 26px;
    color: var(--heading-color);
    font-family: var(--body-font);
    font-weight: 500;
}

.single-counterup-02 .content .count-wrap {
    font-size: 65px;
    line-height: 55px;
    font-weight: 700;
    color: var(--main-color-one);
    font-family: var(--heading-font);
    margin-bottom: 15px;
}

.news-section-start {
    margin-top: 116px;
}

.our-speeches-section {
    margin-top: 106px;
}

.news-single-items {
    margin-bottom: 30px;
}

.news-single-items.style-01 {
    position: relative;
    z-index: 0;
}

.news-single-items.style-01 .tropics .date {
    position: absolute;
    font-size: 14px;
    line-height: 32px;
    font-weight: 400;
    font-family: var(--body-font);
    color: #fff;
    top: 25px;
    right: 20px;
}

.news-single-items.style-01 .content {
    bottom: 60px;
}

.news-single-items .news-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 425px;
    width: 100%;
    position: relative;
    border-radius: 10px;
}

.news-single-items .news-bg.speeches-bg::before {
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#04072E00), to(#04072E));
    background: transparent linear-gradient(180deg, #04072E00 0%, #04072E 100%);
}

.news-single-items .news-bg::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(4, 7, 46, 0.1) 15%, #04072e 100%);
    border-radius: 10px;
    z-index: 0;
}

.news-single-items .even {
    font-size: 13px;
    font-weight: 500;
    line-height: 28px;
    color: #fff;
    background: var(--main-color-one);
    padding: 0px 15px;
    border-radius: 5px;
    position: absolute;
    left: 25px;
    top: 25px;
}


.news-single-items .even a:hover,
.news-single-items .even {
    color: #fff;
}

.news-single-items .content {
    position: absolute;
    bottom: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 0px 30px;
}

.news-single-items .content .title {
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
    font-family: var(--body-font);
    color: #fff;
    cursor: pointer;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
}

.news-single-items .content .title:hover {
    color: var(--main-color-one);
}

.news-single-items .content .author-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.news-single-items .content .author-meta .author-name {
    font-size: 14px;
    line-height: 32px;
    font-weight: 400;
    font-family: var(--body-font);
    color: #fff;
    margin-right: 40px;
}

.news-single-items .content .author-meta p {
    font-size: 14px;
    line-height: 32px;
    font-weight: 400;
    font-family: var(--body-font);
    color: #fff;
}

.news-single-list {
    list-style: none;
    border: 1px dashed #cccccc;
    border-radius: 10px;
    margin: 0;
    padding: 19px;
}

.news-single-list .news-single-list-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    width: 100%;
}

.news-single-list .news-single-list-items:last-child {
    margin-bottom: 0;
}

.news-single-list .news-single-list-items + li {
    border-top: 1px dashed #CCCCCC;
    padding-top: 20px;
}

.news-single-list .news-single-list-items .thumb img {
    border-radius: 10px;
    margin-right: 17px;
    width: 100px;
}

.news-single-list .news-single-list-items .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.news-single-list .news-single-list-items .content .date {
    font-size: 14px;
    line-height: 32px;
    font-weight: 400;
    font-family: var(--body-font);
    color: #747474;
    margin-top: 4px;
    display: inline-block;
}

.news-single-list .news-single-list-items .content .title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    font-family: var(--body-font);
    color: var(--heading-color);
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
}

.news-single-list .news-single-list-items .content .title:hover {
    color: var(--main-color-one);
}

.our-vision-item {
    margin-top: 40px;
}

.our-vision-item .vision-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: auto;
    border-radius: 8px;
}

.our-vision-item .content {
    padding: 45px 30px 50px 50px;
}

.our-vision-item .content .subtitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.our-vision-item .content .subtitle p {
    font-size: 20px;
    line-height: 26px;
    font-family: var(--body-font);
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
    margin-right: 10px;
}

.our-vision-item .content .subtitle .icon {
    margin-top: 5px;
}

.our-vision-item .content .subtitle .icon i {
    font-size: 10px;
    color: #fff;
    margin-top: 12px;
}

.our-vision-item .content .title {
    font-size: 40px;
    line-height: 48px;
    font-family: var(--heading-font);
    font-weight: 600;
    margin-bottom: 100px;
    color: #fff;
}

.vision-single-item-wrapper {
    position: relative;
}

.vision-single-item-wrapper::after {
    content: '';
    position: absolute;
    z-index: -1;
    height: 650px;
    width: 595px;
    background-color: #EFEFF7;
    border-radius: 4px;
    top: 15%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.vision-single-item-wrapper .our-vision-single-item {
    padding: 35px 32px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #EFEEF6;
    -webkit-transition: .7s all ease;
    transition: .7s all ease;
    margin-bottom: 30px;
}

.vision-single-item-wrapper .our-vision-single-item:hover {
    background: var(--main-color-one);
    border-color: var(--main-color-one);
    -webkit-box-shadow: 0px 20px 40px rgba(221, 19, 26, 0.28);
    box-shadow: 0px 20px 40px rgba(221, 19, 26, 0.28);
}

.vision-single-item-wrapper .our-vision-single-item:hover .content .title {
    color: #fff;
}

.vision-single-item-wrapper .our-vision-single-item:hover .content p {
    color: #fff;
}

.vision-single-item-wrapper .our-vision-single-item:hover .icon {
    color: #fff;
}

.vision-single-item-wrapper .our-vision-single-item.style-01 {
    margin-top: 60px;
}

.vision-single-item-wrapper .our-vision-single-item.style-02 {
    margin-top: -60px;
}

.vision-single-item-wrapper .our-vision-single-item .icon {
    margin-bottom: 15px;
    font-size: 60px;
    color: var(--main-color-one);
    -webkit-transition: .7s all ease;
    transition: .7s all ease;
}

.vision-single-item-wrapper .our-vision-single-item .content {
    -webkit-transition: .7s all ease;
    transition: .7s all ease;
}

.vision-single-item-wrapper .our-vision-single-item .content .title {
    font-size: 24px;
    line-height: 28px;
    font-family: var(--body-font);
    font-weight: 700;
    color: var(--heading-color);
    margin-bottom: 19px;
    -webkit-transition: .7s all ease;
    transition: .7s all ease;
}

.vision-single-item-wrapper .our-vision-single-item .content p {
    font-size: 16px;
    line-height: 28px;
    font-family: var(--body-font);
    font-weight: 400;
    color: var(--heading-color);
    margin-bottom: 0;
    -webkit-transition: .7s all ease;
    transition: .7s all ease;
}

.join-party-section-area {
    background: rgb(4 7 46 / 95%);
    padding: 120px 0 15px;
}

.join-party-section-area.join-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.join-party-section-area .join-single-item .content .subtitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.join-party-section-area .join-single-item .content .subtitle p {
    font-size: 20px;
    line-height: 26px;
    font-family: var(--body-font);
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
    margin-right: 10px;
}

.join-party-section-area .join-single-item .content .subtitle .icon {
    font-size: 10px;
    color: var(--main-color-one);
    margin-top: 12px;
}

.join-party-section-area .join-single-item .content .title {
    font-size: 40px;
    line-height: 48px;
    font-family: var(--heading-font);
    font-weight: 700;
    margin-bottom: 25px;
    color: #fff;
}

.join-party-section-area .join-single-item .content p {
    font-size: 16px;
    line-height: 28px;
    font-family: var(--body-font);
    font-weight: 400;
    color: #fff;
    margin-bottom: 25px;
}

.join-party-section-area .join-single-item .video-btn {
    margin-bottom: 75px;
}

.contact-page-wrapper {
    position: relative;
    top: 70px;
}

.contact-page-wrapper.style-01 {
    top: 0;
}

.contact-page-wrapper.style-03 {
    top: 0px;
}

.contact-page-wrapper .contact-form.contact-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 44px 30px 30px 30px;
    border-radius: 6px;
}

.contact-page-wrapper .contact-form.contact-bg.style-01 {
    padding: 55px 45px 40px 45px;
    border-radius: 10px;
}

.contact-page-wrapper .contact-form .content {
    margin-bottom: 35px;
    position: relative;
}

.contact-page-wrapper .contact-form .content .title {
    font-size: 24px;
    line-height: 28px;
    font-family: var(--body-font);
    font-weight: 700;
    color: #fff;
}

.contact-page-wrapper .contact-form .content .title-shape {
    position: absolute;
    left: 29%;
    top: -50%;
}

.contact-page-wrapper .contact-form .content .title-shape.style-01 {
    left: 16%;
    top: -45%;
}

.contact-page-wrapper .contact-form .content .title-shape.style-02 {
    left: 32%;
    top: -45%;
}

.contact-page-wrapper .contact-form .contact-page-form .form-group {
    margin-bottom: 25px;
}

.contact-page-wrapper .contact-form .contact-page-form .form-group textarea {
    width: 100%;
    height: 97px;
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid #fff;
    border-radius: 2px;
    resize: none;
}

.contact-page-wrapper .contact-form .contact-page-form .form-group textarea::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 19px;
    font-family: var(--body-font);
    font-weight: 400;
    color: #fff;
    padding: 15px 20px;
}

.contact-page-wrapper .contact-form .contact-page-form .form-group textarea:-ms-input-placeholder {
    font-size: 14px;
    line-height: 19px;
    font-family: var(--body-font);
    font-weight: 400;
    color: #fff;
    padding: 15px 20px;
}

.contact-page-wrapper .contact-form .contact-page-form .form-group textarea::-ms-input-placeholder {
    font-size: 14px;
    line-height: 19px;
    font-family: var(--body-font);
    font-weight: 400;
    color: #fff;
    padding: 15px 20px;
}

.contact-page-wrapper .contact-form .contact-page-form .form-group textarea::placeholder {
    font-size: 14px;
    line-height: 19px;
    font-family: var(--body-font);
    font-weight: 400;
    color: #fff;
    padding: 15px 20px;
}

.contact-page-wrapper .contact-form .contact-page-form .form-group .text-area {
    height: 200px;
}

.contact-page-wrapper .contact-form .contact-page-form .form-group textarea.form-control {
    padding: 0 20px;
    min-height: 100px;
    box-shadow: none;
}

.contact-page-wrapper .contact-form .contact-page-form .form-group textarea.form-control:focus {
    padding: 18px 20px;
}

.contact-page-wrapper .contact-form .contact-page-form .form-group textarea.form-control:focus::placeholder {
    font-size: 0;
}

.contact-page-wrapper .contact-form .contact-page-form .form-group .form-control {
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid #fff;
    border-radius: 2px;
    height: 50px;
    padding: 6px 12px;
    color: #fff;
    width: 100%;
}

.contact-page-wrapper .contact-form .contact-page-form .form-group .form-control::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 19px;
    font-family: var(--body-font);
    font-weight: 400;
    color: #fff;
    padding: 15px 20px;
    padding-left: 0;
}

.contact-page-wrapper .contact-form .contact-page-form .form-group .form-control:-ms-input-placeholder {
    font-size: 14px;
    line-height: 19px;
    font-family: var(--body-font);
    font-weight: 400;
    color: #fff;
    padding: 15px 20px;
    padding-left: 0;
}

.contact-page-wrapper .contact-form .contact-page-form .form-group .form-control::-ms-input-placeholder {
    font-size: 14px;
    line-height: 19px;
    font-family: var(--body-font);
    font-weight: 400;
    color: #fff;
    padding: 15px 20px;
    padding-left: 0;
}

.contact-page-wrapper .contact-form .contact-page-form .form-group .form-control::placeholder {
    font-size: 14px;
    line-height: 19px;
    font-family: var(--body-font);
    font-weight: 400;
    color: #fff;
    padding: 15px 20px;
    padding-left: 0;
}

.contact-form .title {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    font-family: var(--heading-font);
    color: var(--heading-color);
    margin-bottom: 20px;
}

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

.contact-form .form-group .form-control {
    padding: 22px 30px;
    border: 1px solid #cccccc;
    font-size: 16px;
    line-height: 21px;
    font-family: var(--body-font);
    font-weight: 300;
    border-radius: 10px;
}

.volunteer-form {
    background: #FFF9FC;
    padding: 50px;
    border-radius: 10px;
}

.volunteer-form.style-01 {
    border: 1px solid rgba(204, 204, 204, 0.5);
}

.volunteer-form .form-question {
    margin-top: 30px;
    margin-bottom: 5px;
}

.volunteer-form .form-question .title {
    font-size: 16px;
    line-height: 26px;
    font-family: var(--body-font);
    font-weight: 700;
    margin-bottom: 18px;
}

.volunteer-form .form-question .check-box-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.volunteer-form .form-question .check-box-wrapper .check-box {
    margin-right: 30px;
}

.volunteer-form .form-question .check-box-wrapper .check-box .container-box {
    font-size: 16px;
    line-height: 21px;
    font-family: var(--body-font);
    font-weight: 400;
    color: #505050;
    padding-left: 30px;
    position: relative;
}

.volunteer-form .form-question .check-box-wrapper .check-box .container-box .checkmark {
    background: #fff;
    border: 1px solid #C9C9C9;
    width: 18px;
    height: 18px;
    border-radius: 50%;
}

.volunteer-form .form-question .check-box-wrapper .check-box .container-box .checkmark::after {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 18px;
    height: 18px;
    background: var(--main-color-one);
    border: 1px solid var(--main-color-one);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    border-radius: 50%;
}

.volunteer-form .form-question .check-box-wrapper .check-box .container-box .checkmark::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #fff;
    width: 8px;
    z-index: 1;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.volunteer-form .form-question .form-group .form-control {
    padding: 22px 30px;
    border: 1px solid #cccccc;
    font-size: 16px;
    line-height: 21px;
    font-family: var(--body-font);
    font-weight: 300;
    border-radius: 10px;
}

.party-member-section-area {
    margin-top: 186px;
}

.party-member-section-area.style-01 {
    background: #FFF9FC;
    padding: 120px 0px 100px 0px;
    margin-top: 120px;
}

.party-member-section-area.style-02 {
    background: #FFF9FC;
    padding: 110px 0px 10px 0px;
    margin-top: 120px;
}

.testimonial-carousel-eight .owl-item .single-party-member-item:hover .content .author-meta {
    visibility: visible;
    opacity: 1;
}

.testimonial-carousel-eight .owl-item .single-party-member-item:hover .content .social-links {
    visibility: visible;
    opacity: 1;
    left: 40px;
}

.testimonial-carousel-eight .owl-nav {
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
}

.testimonial-carousel-eight .owl-nav .owl-prev {
    position: absolute;
    left: -35px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #fff;
    color: var(--main-color-one);
    font-size: 30px;
    border-radius: 5px;
    -webkit-box-shadow: 0 12px 20px rgba(221, 19, 26, 0.24);
    box-shadow: 0 12px 20px rgba(221, 19, 26, 0.24);
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
}

.testimonial-carousel-eight .owl-nav .owl-prev:hover {
    color: #fff;
    background: var(--main-color-one);
}

.testimonial-carousel-eight .owl-nav .owl-next {
    position: absolute;
    right: -35px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #fff;
    color: var(--main-color-one);
    font-size: 30px;
    border-radius: 5px;
    -webkit-box-shadow: 0 12px 20px rgba(221, 19, 26, 0.24);
    box-shadow: 0 12px 20px rgba(221, 19, 26, 0.24);
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
}

.testimonial-carousel-eight .owl-nav .owl-next:hover {
    color: #fff;
    background: var(--main-color-one);
}

.testimonial-carousel-eight.political-member .owl-nav {
    opacity: inherit;
}

.testimonial-carousel-eight.political-member .owl-nav .owl-prev {
    top: -90px;
    left: 87%;
    border: 1px solid #fff;
}

.testimonial-carousel-eight.political-member .owl-nav .owl-prev:hover {
    border: 1px solid var(--main-color-one);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.testimonial-carousel-eight.political-member .owl-nav .owl-next {
    top: -90px;
    right: 0%;
    border: 1px solid #fff;
}

.testimonial-carousel-eight.political-member .owl-nav .owl-next:hover {
    border: 1px solid var(--main-color-one);
    -webkit-box-shadow: none;
    box-shadow: none;
}



.single-party-member-item {
    position: relative;
    overflow: hidden;
	border-radius: 6px;
}

.single-party-member-item:hover .content .author-meta {
    visibility: visible;
    opacity: 1;
}

.single-party-member-item:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.5);
    visibility: hidden;
    opacity: 0;
    transition: 0.4s;
}
.single-party-member-item:hover:after {
    visibility: visible;
    opacity: 1;
}

.single-party-member-item .content .social-links {
    z-index: 2;
}

.single-party-member-item:hover .content .social-links {
    visibility: visible;
    opacity: 1;
    left: 40px;
}

.single-party-member-item .content .author-meta {
    padding: 26px 64px 24px;
    border-radius: 6px;
    -webkit-box-shadow: 0 15px 30px rgba(221, 19, 26, 0.14);
    box-shadow: 0 15px 30px rgba(221, 19, 26, 0.14);
    text-align: center;
    position: absolute;
    opacity: 0;
    -webkit-transition: .7s all ease;
    transition: .7s all ease;
	bottom: -20px;
	width: 100%;
	padding: 30px;
	z-index: 2;
}

.single-party-member-item:hover .content .author-meta {
	bottom: 0;
}

.single-party-member-item .content .author-meta .author-name {
    font-size: 24px;
    line-height: 28px;
    font-family: var(--body-font);
    font-weight: 700;
    color: #fff;
}
.single-party-member-item .content .author-meta .author-name:hover {
	color: var(--main-color-one);
}

.single-party-member-item .content .author-meta .designation {
    font-size: 16px;
    line-height: 28px;
    font-family: var(--body-font);
    font-weight: 400;
    color: #fff;
    margin-top: 9px;
    margin-bottom: 0px;
}

.single-party-member-item .content .social-links {
    position: absolute;
    top: 40px;
    left: -15%;
    -webkit-transition: .7s all ease;
    transition: .7s all ease;
}

.single-party-member-item .content .social-links ul {
    list-style: none;
}

.team-members-wrapper-two .single-party-member-item .content .social-links ul {
    margin: 0 !important;
    padding: 0 !important;
}


.single-party-member-item .content .social-links ul li {
    margin-bottom: 10px;
}

.single-party-member-item .content .social-links ul li i {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 15px;
    color: var(--main-color-one);
    border-radius: 5px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    background-color: #fff;
}

.single-party-member-item .content .social-links ul li i:hover {
    background: var(--main-color-one);
    color: #fff;
}

.political-gallery-section {
    margin-top: 116px;
}

.political-gallery-item.style-01 {
    margin-top: 106px;
}

.political-gallery-item .gallery-single-items {
    margin-bottom: 30px;
}

.political-gallery-item .gallery-single-items:hover .thumb::before {
    visibility: visible;
    opacity: 0.5;
}

.political-gallery-item .gallery-single-items:hover .thumb .cart-icon {
    visibility: visible;
    opacity: 1;
}

.political-gallery-item .gallery-single-items:hover .thumb.style-01::before {
    opacity: 0.7;
}

.political-gallery-item .gallery-single-items:hover .content .title {
    visibility: visible;
    opacity: 1;
}

.political-gallery-item .gallery-single-items .thumb {
    position: relative;
    z-index: 0;
}

.political-gallery-item .gallery-single-items .thumb.style-01 {
    position: relative;
}

.political-gallery-item .gallery-single-items .thumb.style-01 img {
    border-radius: 0;
}

.political-gallery-item .gallery-single-items .thumb.style-01::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #04072e;
    z-index: 1;
    border-radius: 0;
}

.political-gallery-item .gallery-single-items .thumb img {
    border-radius: 10px;
    width: 100%;
}

.political-gallery-item .gallery-single-items .thumb .cart-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    visibility: hidden;
    font-size: 24px;
    z-index: 1;
    width: 75px;
    height: 75px;
    border: 3px solid #fff;
    line-height: 75px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
}

.political-gallery-item .gallery-single-items .thumb::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: var(--heading-color);
    opacity: 0;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    visibility: hidden;
    border-radius: 10px;
}

.political-gallery-item .gallery-single-items .content .title {
    font-size: 24px;
    line-height: 35px;
    font-family: var(--body-font);
    font-weight: 700;
    color: #fff;
    position: absolute;
    top: 70%;
    max-width: 410px;
    left: 18%;
    visibility: hidden;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
}

.testimonial-carousel-seven .owl-nav .owl-prev {
    position: absolute;
    right: 30%;
    top: -85px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #fff;
    color: var(--main-color-one);
    font-size: 30px;
    border-radius: 5px;
    -webkit-box-shadow: 0 12px 20px rgba(221, 19, 26, 0.24);
    box-shadow: 0 12px 20px rgba(221, 19, 26, 0.24);
    border: 1px solid #fff;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
}

.testimonial-carousel-seven .owl-nav .owl-prev:hover {
    border: 1px solid var(--main-color-one);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.testimonial-carousel-seven .owl-nav .owl-next {
    position: absolute;
    right: 26%;
    top: -85px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #fff;
    color: var(--main-color-one);
    font-size: 30px;
    border-radius: 5px;
    -webkit-box-shadow: 0 12px 20px rgba(221, 19, 26, 0.24);
    box-shadow: 0 12px 20px rgba(221, 19, 26, 0.24);
    border: 1px solid #fff;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
}

.testimonial-carousel-seven .owl-nav .owl-next:hover {
    border: 1px solid var(--main-color-one);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.people-say-single-item {
    padding: 50px 0px 0px 20px;
}

.people-say-single-item.style-01 {
    padding: 60px 40px;
}

.people-say-single-item .content .subtitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.people-say-single-item .content .subtitle p {
    font-size: 20px;
    line-height: 26px;
    font-family: var(--body-font);
    font-weight: 700;
    color: var(--heading-color);
    margin-bottom: 15px;
    margin-right: 10px;
}

.people-say-single-item .content .subtitle .icon {
    margin-top: 5px;
}

.people-say-single-item .content .subtitle .icon i {
    font-size: 10px;
    color: var(--main-color-one);
    margin-top: 12px;
    margin-right: 5px;
}

.people-say-single-item .content .subtitle .icon i:last-child {
    margin-right: 0;
}

.people-say-single-item .content .title {
    font-size: 40px;
    line-height: 48px;
    font-family: var(--heading-font);
    font-weight: 700;
    margin-bottom: 25px;
}

.people-say-single-item .content .title.style-01 {
    max-width: 400px;
    line-height: 55px;
}

.people-say-single-item .content .description {
    font-size: 16px;
    line-height: 28px;
    font-family: var(--body-font);
    font-weight: 400;
    color: #505050;
    margin-bottom: 35px;
    max-width: 510px;
}

.people-say-single-item .content .author-meta {
    margin-bottom: 30px;
}

.people-say-single-item .content .author-meta .author-name {
    font-size: 16px;
    line-height: 35px;
    font-family: var(--body-font);
    font-weight: 400;
    color: #505050;
}

.people-say-single-item .content .author-meta .line {
    display: inline-block;
    width: 80px;
    height: 2px;
    background: #505050;
    margin-bottom: 3px;
    margin-left: 10px;
}

.people-say-single-item .quotes {
    position: absolute;
    top: 7%;
    left: 2%;
    z-index: -1;
    max-width: 185px !important;
}

.people-say-single-item .quotes.style-01 {
    position: absolute;
    top: 7%;
    left: 64%;
    z-index: -1;
    width: 94px !important;
}

.people-say-single-item .quotes.style-02 {
    left: 75%;
    top: 10%;
    width: 95px;
}

.people-say-single-item-02 {
    background: #fff;
    border-radius: 6px;
}

.people-say-single-item-02.style-01 {
    background: linear-gradient(176deg, #e8454a 0%, #dd131a 100%);
}

.people-say-single-item-02 .people-say-bg-02 {
    background-repeat: no-repeat;
    background-position: 50% 42%;
    min-height: 463px;
    border-radius: 6px;
}

.people-say-single-item-02 .content .subtitle p {
    color: var(--main-color-one);
}

.people-say-single-item-02 .content .description {
    color: var(--heading-color);
}

.people-say-single-item-02 .content .author-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.people-say-single-item-02 .content .author-meta .thumb {
    margin-right: 20px;
}

.people-say-single-item-02 .testimonial-carousel-four .owl-nav .owl-prev {
    font-size: 28px;
    position: absolute;
    top: 82%;
    right: 22%;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
}

.people-say-single-item-02 .testimonial-carousel-four .owl-nav .owl-prev:hover {
    color: var(--main-color-one);
}

.people-say-single-item-02 .testimonial-carousel-four .owl-nav .owl-next {
    font-size: 28px;
    position: absolute;
    top: 82%;
    right: 15%;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
}

.people-say-single-item-02 .testimonial-carousel-four .owl-nav .owl-next:hover {
    color: var(--main-color-one);
}

.people-say-section.style-01 {
    margin-top: 0px;
}

.people-say-section.people-say-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 120px 0px 60px 0px;
    position: relative;
}

.people-say-section.people-say-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--heading-color);
    opacity: 0.85;
}

.people-say-section .shapes .shape-01 {
    position: absolute;
    top: 0;
    left: 24%;
}

.people-say-section .shapes .shape-02 {
    position: absolute;
    bottom: 0%;
    left: 8%;
}

.people-say-section .shapes .shape-03 {
    width: 290px;
    height: 1px;
    background-color: var(--main-color-one);
    position: absolute;
    top: 385px;
    left: 13%;
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
    z-index: 0;
}

.people-say-section .shapes .shape-04 {
    width: 315px;
    height: 1px;
    background-color: var(--main-color-one);
    position: absolute;
    top: 175px;
    left: 13%;
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
    z-index: 0;
}

/*-----------------------------
    Accordion Item
-----------------------------*/
.accordion-wrapper .card {
    border: none;
    background-color: transparent;
    border: 1px solid var(--main-color-one);
    border-radius: 5px;
    -webkit-transition: .7s all ease;
    transition: .7s all ease;
}

.accordion-wrapper .card + .card {
    margin-top: 20px;
}

.accordion-wrapper .card .card-header {
    background-color: transparent;
    padding: 0;
    border: none;
}

.accordion-wrapper .card .card-header a {
    display: block;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    font-family: var(--body-font);
    background-color: #fff;
    color: var(--heading-color);
    border-radius: 5px;
    padding: 15px 30px;
    cursor: pointer;
    position: relative;
    -webkit-transition: .7s all ease;
    transition: .7s all ease;
}

.accordion-wrapper .card .card-header a:after {
    position: absolute;
    right: 30px;
    top: 15px;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
}

.accordion-wrapper .card .card-header a[aria-expanded="true"] {
    background: var(--main-color-one);
    border-radius: 5px 5px 0px 0px;
    color: #fff;
}

.accordion-wrapper .card .card-header a[aria-expanded="true"]:after {
    content: "\f106";
}

.accordion-wrapper .card .card-body {
    background-color: #fff;
    padding: 20px 30px;
    border-top: 0;
    border-radius: 0px 0px 5px 5px;
    font-size: 16px;
    line-height: 28px;
    font-family: var(--body-font);
    font-weight: 400;
    color: var(--heading-color);
    -webkit-transition: .7s alternate;
    transition: .7s alternate;
}

.accoridion-section {
    background: #FFF9FC;
    padding: 116px 0px 128px 0px;
    position: relative;
    margin-top: 103px;
}

.accoridion-section.style-01 {
    margin-top: 120px;
}

.accoridion-section .section-title .title {
    font-size: 40px;
    font-weight: 700;
    color: #000629;
    line-height: 55px;
}

.accoridion-section .shape {
    position: absolute;
    right: 14%;
    top: 32%;
}

.accoridion-section .shape-01 {
    position: absolute;
    top: 65%;
    left: 10%;
}

.accoridion-section .shape-02 {
    position: absolute;
    top: 15%;
    left: 20%;
}

.our-principle-section {
    margin-top: 106px;
}

.princilple-single-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.princilple-single-items.style-01 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
    padding-left: 28px;
}

.princilple-single-items.style-01:last-child {
    margin-bottom: 0px;
}

.princilple-single-items:hover .icon::after {
    -webkit-animation: round 6s linear infinite;
    animation: round 6s linear infinite;
}

.princilple-single-items .icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: transparent linear-gradient(215deg, #FEEDF0 0%, #FFFFFF 100%);
    border-radius: 50%;
    font-size: 36px;
    color: var(--main-color-one);
    margin-right: 30px;
    position: relative;
}

.princilple-single-items .icon.style-01 {
    width: 97px;
    height: 97px;
    line-height: 97px;
    margin-right: 30px;
}

.princilple-single-items .icon::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='100' ry='100' stroke='%23CCCCCCFF' stroke-width='4' stroke-dasharray='6%2c 14' stroke-dashoffset='7' stroke-linecap='square'/%3e%3c/svg%3e");
    border-radius: 100px;
    border-radius: 100px;
    top: -8px;
    left: 8px;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.princilple-single-items .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 15px;
}

.princilple-single-items .content .title {
    font-size: 20px;
    line-height: 28px;
    font-family: var(--body-font);
    font-weight: 700;
    margin-bottom: 15px;
}

.princilple-single-items .content .title.style-01 {
    font-size: 24px;
    line-height: 30px;
    color: var(--heading-color);
    margin-bottom: 10px;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
}

.princilple-single-items .content .title.style-01:hover {
    color: var(--main-color-one);
}

.princilple-single-items .content p {
    font-size: 16px;
    line-height: 28px;
    font-family: var(--body-font);
    font-weight: 400;
    max-width: 250px;
}

.princilple-single-items .content p.style-01 {
    max-width: inherit;
    color: #505050;
}

@-webkit-keyframes round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.audio-player {
    position: absolute;
    width: 100%;
    bottom: 25px;
    background: transparent;
    -webkit-box-shadow: 0 0 20px 0 #000a;
    box-shadow: 0 0 20px 0 #000a;
    font-family: arial;
    color: white;
    font-size: 0.75em;
    overflow: hidden;
}

.audio-player .timeline {
    background: white;
    width: 147px;
    height: 4px;
    position: relative;
    cursor: pointer;
    -webkit-box-shadow: 0 2px 10px 0 #0008;
    box-shadow: 0 2px 10px 0 #0008;
}

.audio-player .timeline .progress {
    background: var(--main-color-one);
    width: 0%;
    height: 100%;
    -webkit-transition: 0.25s;
    transition: 0.25s;
}

.audio-player .controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
}

.audio-player .controls .play-container {
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    background: red;
    border-radius: 2px;
}

.audio-player .controls .toggle-play.play {
    cursor: pointer;
    position: relative;
    left: 65%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 0;
    width: 0;
    border: 7px solid #0000;
    border-left: 13px solid white;
}

.audio-player .controls .toggle-play.pause {
    height: 15px;
    width: 20px;
    cursor: pointer;
    position: relative;
    top: 50%;
    left: 62%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.audio-player .controls .toggle-play.pause:before {
    position: absolute;
    top: 0;
    left: 0px;
    background: white;
    content: "";
    height: 15px;
    width: 3px;
}

.audio-player .controls .toggle-play.pause:after {
    position: absolute;
    top: 0;
    right: 8px;
    background: white;
    content: "";
    height: 15px;
    width: 3px;
}

.audio-player .controls .time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.audio-player .controls .time > * {
    padding: 2px;
}

.audio-player .controls .volume-container {
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.audio-player .controls .volume-container .volume-button {
    height: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.audio-player .controls .volume-container .volume-button i {
    font-size: 16px;
}

.audio-player .controls .volume-container .volume-slider {
    position: absolute;
    left: -3px;
    top: 8px;
    z-index: -1;
    width: 0;
    height: 10px;
    background: white;
    -webkit-box-shadow: 0 0 20px #000a;
    box-shadow: 0 0 20px #000a;
    -webkit-transition: .25s;
    transition: .25s;
}

.audio-player .controls .volume-container .volume-slider .volume-percentage {
    background: var(--main-color-one);
    height: 100%;
    width: 75%;
}

.audio-player .controls .volume-container:hover .volume-slider {
    left: -86px;
    width: 80px;
}

.issues-single-items {
    margin-bottom: 30px;
}

.issues-single-items .issue-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    min-height: 570px;
    border-radius: 10px;
    position: relative;
}

.issues-single-items .issue-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#04072E00), to(#04072E));
    background: linear-gradient(180deg, #04072E00 -20%, #04072E 100%);
    border-radius: 10px;
}

.issues-single-items .content {
    padding: 0px 30px 25px 30px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.issues-single-items .content .title {
    font-size: 24px;
    line-height: 28px;
    font-family: var(--body-font);
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    margin-bottom: 25px;
}

.issues-single-items .content .title:hover {
    color: var(--main-color-one);
}

.issues-single-items .content p {
    font-size: 16px;
    line-height: 28px;
    font-family: var(--body-font);
    font-weight: 400;
    color: #CCCCCC;
    margin-bottom: 0;
}

.issues-around-us-section {
    margin-top: 108px;
}

.more-issue-section {
    margin-top: 108px;
}

.issues-details-section .bg-wrapper {
    overflow: hidden;
    margin-bottom: 30px;
}

.issues-details-section .bg-wrapper .issue-details-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 600px;
    -webkit-transition: .7s all ease;
    transition: .7s all ease;
    overflow: hidden;
}

.issues-details-section .bg-wrapper .issue-details-bg:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.issues-details-section .content .title {
    font-size: 40px;
    line-height: 48px;
    font-family: var(--heading-font);
    font-weight: 600;
    color: var(--heading-color);
    margin-top: 25px;
    margin-bottom: 20px;
}

.issues-details-section .content .subtitle {
    font-size: 20px;
    line-height: 32px;
    font-family: var(--body-font);
    font-weight: 700;
    color: var(--heading-color);
    border-left: 4px solid var(--main-color-one);
    padding-left: 10px;
    margin-bottom: 20px;
}

.issues-details-section .content .description {
    font-size: 16px;
    line-height: 28px;
    font-family: var(--body-font);
    font-weight: 400;
    color: #505050;
    margin-bottom: 20px;
}

.issues-details-section .content .description + .description {
    border-top: 2px dashed #CCCCCC;
    padding-top: 20px;
}

.issues-details-section .taking-action-issue {
    position: relative;
    overflow: hidden;
}

.issues-details-section .taking-action-issue::after {
    content: '';
    position: absolute;
    top: 95px;
    right: 0;
    border-left: 2px dashed #C9C9C9;
    width: 98%;
    height: 77%;
}

.issues-details-section .taking-action-issue .subtitle {
    font-size: 20px;
    line-height: 32px;
    font-family: var(--body-font);
    font-weight: 700;
    color: var(--heading-color);
    border-left: 4px solid var(--main-color-one);
    padding-left: 10px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.issues-details-section .taking-action-issue .action-single-items {
    background: #F9F9F9;
    padding: 26px 30px 26px 136px;
    border: 1px solid rgba(227, 227, 227, 0.5);
    border-radius: 0px 10px 10px 0px;
    margin-left: 75px;
    margin-bottom: 30px;
    position: relative;
}

.issues-details-section .taking-action-issue .action-single-items:last-child {
    margin-bottom: 0;
}

.issues-details-section .taking-action-issue .action-single-items::after {
    content: '';
    position: absolute;
    left: -57px;
    top: 86px;
    width: 8px;
    height: 8px;
    background: var(--main-color-one);
    border-radius: 50%;
    z-index: 1;
}

.issues-details-section .taking-action-issue .action-single-items::before {
    content: '';
    position: absolute;
    left: -62px;
    top: 81px;
    width: 18px;
    height: 18px;
    border: 2px solid red;
    border-radius: 50%;
    z-index: 1;
}

.issues-details-section .taking-action-issue .action-single-items .title {
    font-size: 20px;
    line-height: 32px;
    font-family: var(--body-font);
    font-weight: 700;
    color: var(--heading-color);
    margin-bottom: 20px;
}

.issues-details-section .taking-action-issue .action-single-items p {
    font-size: 16px;
    line-height: 28px;
    font-family: var(--body-font);
    font-weight: 400;
    color: #505050;
}

.issues-details-section .taking-action-issue .action-single-items .action-shape {
    padding: 66px;
    background-repeat: no-repeat;
    background-position: center left;
    position: absolute;
    top: 50%;
    left: -16px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.issues-details-section .taking-action-issue .action-single-items .action-shape p {
    font-size: 50px;
    line-height: 60px;
    font-family: var(--heading-font);
    font-weight: 600;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.testimonial-carousel-six .owl-nav .owl-prev {
    position: absolute;
    right: 7%;
    top: -85px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #fff;
    color: var(--main-color-one);
    font-size: 30px;
    border-radius: 5px;
    -webkit-box-shadow: 0 12px 20px rgba(221, 19, 26, 0.24);
    box-shadow: 0 12px 20px rgba(221, 19, 26, 0.24);
    border: 1px solid #fff;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
}

.testimonial-carousel-six .owl-nav .owl-prev:hover {
    border: 1px solid var(--main-color-one);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.testimonial-carousel-six .owl-nav .owl-next {
    position: absolute;
    right: 0%;
    top: -85px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #fff;
    color: var(--main-color-one);
    font-size: 30px;
    border-radius: 5px;
    -webkit-box-shadow: 0 12px 20px rgba(221, 19, 26, 0.24);
    box-shadow: 0 12px 20px rgba(221, 19, 26, 0.24);
    border: 1px solid #fff;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
}

.testimonial-carousel-six .owl-nav .owl-next:hover {
    border: 1px solid var(--main-color-one);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.progress-item .single-progressbar .progressbar {
    width: 100%;
    position: relative;
    background-color: transparent;
    border: 1px solid #AAAAAA;
    padding: 2px 0px 2px 2px;
}

.progress-item .single-progressbar .progressbar .proggress {
    height: 5px;
    width: 10px;
}

.progress-item .single-progressbar .progressbar .percentCount {
    position: absolute;
    color: white;
    left: 0%;
    top: -43px;
    background-color: var(--main-color-one);
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 500;
}

.progress-item .single-progressbar .progressbar .percentCount::after {
    position: absolute;
    content: '';
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -17px;
    border-top: 10px solid var(--main-color-one);
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
}

.progress-content .goal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10px;
}

.progress-content .goal .raised {
    color: #fff;
}

.donation-single-items {
    margin-bottom: 50px;
}

.donation-single-items .bg-wrapper {
    overflow: hidden;
    border-radius: 10px;
}

.donation-single-items .bg-wrapper.style-01 {
    margin-top: 30px;
}

.donation-single-items .bg-wrapper .donation-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 600px;
    border-radius: 10px;
    position: relative;
    -webkit-transition: .7s all ease;
    transition: .7s all ease;
}

.donation-single-items .bg-wrapper .donation-bg.style-01::before {
    content: none;
}

.donation-single-items .bg-wrapper .donation-bg.style-01:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.donation-single-items .bg-wrapper .donation-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#04072E00), to(#04072E));
    background: transparent linear-gradient(180deg, #04072E00 0%, #04072E 100%);
    border-radius: 10px;
}

.donation-single-items .bg-wrapper .donation-bg .content {
    position: absolute;
    bottom: 20px;
    padding: 0px 30px;
    width: 100%;
}

.donation-single-items .bg-wrapper .donation-bg-02 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 430px;
    -webkit-transition: .7s all ease;
    transition: .7s all ease;
}

.donation-single-items .bg-wrapper .donation-bg-02:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.donation-single-items .content {
    margin-top: 25px;
}

.donation-single-items .content .author-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}

.donation-single-items .content .author-meta .thumb {
    margin-right: 20px;
}

.donation-single-items .content .author-meta .thumb img {
    margin-right: 10px;
}

.donation-single-items .content .author-meta .thumb .author-name {
    font-size: 14px;
    line-height: 28px;
    font-family: var(--body-font);
    font-weight: 400;
    color: #505050;
}

.donation-single-items .content .author-meta .date i {
    margin-right: 10px;
    font-size: 16px;
}

.donation-single-items .content .author-meta .date span {
    font-size: 14px;
    line-height: 28px;
    font-family: var(--body-font);
    font-weight: 400;
    color: #505050;
}

.donation-single-items .content .title, h1.give-form-title.entry-title {
    font-size: 40px;
    line-height: 48px;
    font-family: var(--heading-font);
    font-weight: 600;
    margin-bottom: 28px;
    cursor: pointer;
    -webkit-transition: .7s all ease;
    transition: .7s all ease;
}

.donation-single-items .content .title:hover {
    color: var(--main-color-one);
}

.donation-single-items .content .subtitle {
    font-size: 20px;
    line-height: 32px;
    font-family: var(--body-font);
    font-weight: 700;
    color: var(--heading-color);
    border-left: 4px solid var(--main-color-one);
    padding-left: 10px;
    margin-bottom: 15px;
}

.donation-single-items .content .description {
    font-size: 16px;
    line-height: 28px;
    font-family: var(--body-font);
    font-weight: 400;
    color: #505050;
}

.donation-content-section .donate-programm .content .subtitle {
    font-size: 32px;
    line-height: 42px;
    font-family: var(--heading-font);
    font-weight: 600;
    color: var(--heading-color);
    border-left: 4px solid var(--main-color-one);
    padding-left: 10px;
    margin-bottom: 20px;
}

.donation-content-section .donate-programm .content .description {
    font-size: 18px;
    line-height: 28px;
    font-family: var(--body-font);
    font-weight: 500;
    color: #4F4F6B;
}

.donation-content-section .donate-programm .content .description.style-01 {
    max-width: 520px;
}

.donation-content-section .donate-programm .content .notice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #FEEDF0;
    border: 1px solid rgba(204, 204, 204, 0.5);
    border-radius: 10px;
    padding: 5px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.donation-content-section .donate-programm .content .notice .icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: var(--main-color-one);
    border-radius: 10px;
    font-size: 35px;
    color: #fff;
    margin-right: 24px;
}

.donation-content-section .donate-programm .content .notice p {
    font-size: 18px;
    line-height: 28px;
    font-family: var(--body-font);
    font-weight: 400;
    color: #505050;
    margin: 0;
}

.donation-content-section .donate-programm .content .notice p span {
    color: var(--heading-color);
}

.donation-content-section .donate-programm .content .amount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.donation-content-section .donate-programm .content .amount .btn-wrapper {
    margin-bottom: 40px;
    margin-top: 15px;
}

.donation-content-section .donate-programm .content .amount .btn-wrapper .price-btn {
    border: 1px solid rgba(204, 204, 204, 0.5);
    background: #fff;
    padding: 10px 22px;
    border-radius: 5px;
    margin-right: 20px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    font-family: var(--heading-font);
    color: var(--heading-color);
    -webkit-transition: .7s all ease;
    transition: .7s all ease;
}

.donation-content-section .donate-programm .content .amount .btn-wrapper .price-btn.style-01 {
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    font-family: var(--heading-font);
    color: #AAAAAA;
    padding: 15px 22px;
}

.donation-content-section .donate-programm .content .amount .btn-wrapper .price-btn:hover {
    border-color: var(--main-color-one);
    color: var(--main-color-one);
}

.donation-content-section .donate-programm .content .amount .form-group .form-control {
    width: 160px;
    height: 60px;
}

.donation-content-section .donate-programm .content .amount .form-group .form-control::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    font-family: var(--heading-font);
    color: #AAAAAA;
    padding-left: 10px;
}

.donation-content-section .donate-programm .content .amount .form-group .form-control:-ms-input-placeholder {
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    font-family: var(--heading-font);
    color: #AAAAAA;
    padding-left: 10px;
}

.donation-content-section .donate-programm .content .amount .form-group .form-control::-ms-input-placeholder {
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    font-family: var(--heading-font);
    color: #AAAAAA;
    padding-left: 10px;
}

.donation-content-section .donate-programm .content .amount .form-group .form-control::placeholder {
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    font-family: var(--heading-font);
    color: #AAAAAA;
    padding-left: 10px;
}

/*Wp  BlockQuote */
blockquote:not(.has-light-gray-color):not(.has-very-dark-gray-color):not(.is-style-large):not(.is-style-large) {
    padding: 40px;
    margin-top: 30px;
    margin-bottom: 40px;
    border: 1px solid #CCCCCC;
    position: relative;
    color: #fff;
    z-index: 0;
}

blockquote:not(.has-light-gray-color):not(.has-very-dark-gray-color):not(.is-style-large):not(.is-style-large):before {
    content: "\e921";
    font-family: 'icomoon';
    font-weight: 900;
    display: block;
    position: absolute;
    z-index: -1;
    top: -25px;
    left: 25px;
    color: var(--main-color-one);
    font-size: 50px;
    line-height: .8;
    width: 100px;
    height: 50px;
    text-align: center;
    background: #fff;
}

blockquote:not(.has-light-gray-color):not(.has-very-dark-gray-color):not(.is-style-large):not(.is-style-large):after {
    content: "\e922";
    font-family: 'icomoon';
    font-weight: 900;
    display: block;
    position: absolute;
    z-index: -1;
    bottom: -28px;
    right: 45px;
    color: var(--main-color-one);
    font-size: 50px;
    line-height: .8;
    background: #fff;
    height: 50px;
    width: 100px;
    text-align: center;
    /*visibility: hidden;*/
}

blockquote:not(.has-light-gray-color):not(.has-very-dark-gray-color):not(.is-style-large):not(.is-style-large) p {
  /*  font-family: var(--heading-font);
    color: var(--heading-color);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    font-style: normal;*/
    font-family: var(--heading-font);
    color: var(--heading-color);
    font-size: 34px;
    font-weight: 500;
    line-height: 46px;
    font-style: italic;

}

blockquote:not(.has-light-gray-color):not(.has-very-dark-gray-color):not(.is-style-large):not(.is-style-large) .author-name {
    font-size: 20px;
    line-height: 24px;
    font-family: var(--heading-font);
    font-weight: 500;
    font-style: italic;
    color: var(--main-color-one);
    position: absolute;
    right: 13%;
    bottom: -13%;
    background: #fff;
    width: 152px;
    text-align: center;
}

blockquote:not(.has-light-gray-color):not(.has-very-dark-gray-color):not(.is-style-large):not(.is-style-large) .author-name.style-01 {
    right: 19%;
    bottom: -20%;
}

blockquote:not(.has-light-gray-color):not(.has-very-dark-gray-color):not(.is-style-large):not(.is-style-large) cite {
    color: #001b61 !important;
    font-weight: 700;
    margin-top: 10px;
    display: block;
    font-size: 14px;
    font-style: italic;
}

.event-single-items {
    margin-bottom: 30px;
}

.event-single-items .event-img {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    min-height: 380px;
    border-radius: 10px;
}

.event-single-items .bg-wrapper {
    overflow: hidden;
    border-radius: 10px;
}

.event-single-items .bg-wrapper.style-01 {
    margin-top: 30px;
}

.event-single-items .bg-wrapper .event-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 570px;
    border-radius: 10px;
    position: relative;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
}

.event-single-items .bg-wrapper .event-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(-180deg, #04072E00 50%, #04072E 100%);
    background: linear-gradient(-180deg, #04072E00 50%, #04072E 100%);
    border-radius: 10px;
}

.event-single-items .content {
    background: #FFF9FC;
    padding: 25px 30px;
    border: 1px solid rgba(201, 201, 201, 0.5);
    border-radius: 10px;
    margin: -60px 15px 0px 15px;
    position: relative;
}

.event-single-items .content.style-01 {
    margin: 0px;
    border: none;
    background: transparent;
    padding: 0;
    border-radius: 6px;
}

.event-single-items .content.style-01 .subtitle {
    border-bottom: 0;
    margin: 25px 0px 8px;
}

.event-single-items .content.style-01 .subtitle .location {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.event-single-items .content.style-01 .subtitle .location .icon {
    color: var(--main-color-one);
    font-size: 20px;
}

.event-single-items .content.style-01 .subtitle .location p {
    margin-bottom: 3px;
    font-size: 20px;
    line-height: 32px;
}

.event-single-items .content.style-01 .subtitle .time {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.event-single-items .content.style-01 .subtitle .time .icon {
    color: var(--main-color-one);
    font-size: 20px;
}

.event-single-items .content.style-01 .subtitle .time p {
    margin-bottom: 3px;
    font-size: 20px;
    line-height: 32px;
}

.event-single-items .content.style-01 .title {
    font-size: 40px;
    line-height: 50px;
    font-family: var(--heading-font);
}

.event-single-items .content .subtitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px dashed rgba(204, 204, 204, 0.5);
    margin-bottom: 20px;
    cursor: pointer;
}

.event-single-items .content .subtitle .location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 35px;
    font-size: 14px;
    line-height: 28px;
    font-family: var(--body-font);
    font-weight: 400;
    color: #4F4F6B;
}

.event-single-items .content .subtitle .location .icon {
    font-size: 15px;
    margin-right: 8px;
}

.event-single-items .content .subtitle .time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    line-height: 28px;
    font-family: var(--body-font);
    font-weight: 400;
    color: #4F4F6B;
}

.event-single-items .content .subtitle .time .icon {
    font-size: 15px;
    margin-right: 8px;
}

.event-single-items .content .title {
    font-size: 24px;
    line-height: 36px;
    font-family: var(--body-font);
    font-weight: 700;
    color: var(--heading-color);
    margin-bottom: 20px;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
}


.event-single-items .content p {
    font-size: 16px;
    line-height: 28px;
    font-family: var(--body-font);
    font-weight: 400;
    color: #505050;
    margin-bottom: 21px;
}

.event-single-items .post-mate {
    width: 82px;
    height: 82px;
    text-align: center;
    background: var(--main-color-one);
    border-radius: 4px;
    padding: 15px;
    position: absolute;
    top: -43px;
    right: 30px;
}

.event-single-items .post-mate.style-01 {
    top: 80%;
}

.event-single-items .post-mate::after {
    content: '';
    position: absolute;
    left: 3px;
    top: 3px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    width: 94%;
    height: 94%;
    border-radius: 4px;
}

.event-single-items .post-mate .post-date {
    font-size: 24px;
    margin-bottom: 0px;
    color: #fff;
    font-family: var(--heading-font);
    font-weight: bold;
    line-height: 1;
    margin-top: 0px;
}

.event-single-items .post-mate .post-month {
    color: #fff;
    font-family: inherit;
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    font-style: normal !important;
}

.event-content-section {
    position: relative;
}

.event-content-section .event-single-shape {
    position: absolute;
    left: -78%;
    top: -12%;
}

/*-------------------------
    Contact Info Item
-------------------------*/
.contact-info-list-02 {
    margin: 0;
    padding: 0;
    list-style: none;
}


.contact-info-list-02 .single-info-item + .single-info-item {
    margin-top: 8px;
}

.contact-info-list-02 .single-info-item .icon {
    color: #505050;
    font-size: 20px;
    margin-right: 12px;
}

.contact-info-list-02 .single-info-item .icon .icon-envelope {
    font-size: 14px;
}

.contact-info-list-02 .single-info-item .details {
    font-size: 16px;
    line-height: 24px;
    font-family: var(--body-font);
    font-weight: 400;
    color: #505050;
}

.contact-page-form-section.contact-form-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 120px;
    position: relative;
}
.contact-page-form  .wpcf7-not-valid-tip {
    color: #e7e7e7;
}

.contact-page-form-section.contact-form-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(14, 17, 90, 0.8);
}

.contact-page-form-section .contact-item-wrapper {
    background: #fff;
    padding: 50px;
    border-radius: 10px;
    margin-bottom: -300px;
    -webkit-box-shadow: 0px 10px 40px rgba(72, 72, 72, 0.1);
    box-shadow: 0px 10px 40px rgba(72, 72, 72, 0.1);
    position: relative;
}

.contact-page-form-section .contact-item-wrapper .contact-shape {
    position: absolute;
    bottom: 4%;
    left: 20%;
}

.contact-page-form-section .contact-item-wrapper .contact-shape-02 {
    position: absolute;
    left: 0%;
    bottom: 35%;
}

.contact-page-form-section .contact-item-wrapper .contact-shape-03 {
    position: absolute;
    left: 39%;
    top: 35%;
}

.contact-page-form-section .contact-item-wrapper .contact-shape-04 {
    position: absolute;
    left: 11%;
    top: 8%;
}

.contact-page-form-section .contact-item-wrapper .contact-single-item .content {
    margin-bottom: 50px;
}

.contact-page-form-section .contact-item-wrapper .contact-single-item .content .title {
    font-size: 40px;
    line-height: 55px;
    font-family: var(--heading-font);
    font-weight: 600;
    color: var(--heading-color);
    margin-bottom: 20px;
}

.contact-page-form-section .contact-item-wrapper .contact-single-item .content p {
    font-size: 16px;
    line-height: 28px;
    font-family: var(--body-font);
    font-weight: 400;
    color: #505050;
    margin-bottom: 0px;
}

.services-single-section {
    background: #FFF9FC;
    padding: 106px 0px 90px 0px;
    position: relative;
}

.services-single-section .services-shape {
    position: absolute;
    bottom: 13%;
    left: 8%;
}

.services-single-section .services-shape-02 {
    position: absolute;
    right: 14%;
    bottom: 5%;
}

.services-single-section .services-shape-03 {
    position: absolute;
    left: 34%;
    top: 22%;
}

.services-single-item {
    position: relative;
    background-color: #fff;
    border: 1px solid rgba(227, 227, 227, 0.5);
    border-radius: 5px;
    padding: 40px;
    -webkit-transition: .7s all ease;
    transition: .7s all ease;
    margin-bottom: 30px;
    z-index: 0;
    overflow: hidden;
}

.services-single-item:hover {
    background-color: var(--main-color-one);
    border-color: 0;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.services-single-item:hover .testimonial-carousel .owl-nav {
    visibility: visible;
}

.services-single-item:hover .icon {
    color: #fff;
    border-color: #fff;
}

.services-single-item .content .title a {
    transition: 0.4s;
}

.services-single-item:hover .content .title a {
    color: #fff;
}

.services-single-item:hover .content .description {
    color: #fff;
}

.services-single-item:hover .shape-01 {
    opacity: 1;
    visibility: visible;
}

.services-single-item:hover .btn-wrapper .event-btn {
    color: #fff;
}

.services-single-item .content .title {
    font-size: 24px;
    line-height: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #04072E;
    margin-bottom: 20px;
    -webkit-transition: .7s all ease;
    transition: .7s all ease;
}

.services-single-item .content .description {
    font-size: 16px;
    line-height: 28px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #505050;
    margin-bottom: 25px;
    -webkit-transition: .7s all ease;
    transition: .7s all ease;
}

.services-single-item .shape-01 {
    position: absolute;
    top: -3px;
    max-width: 137px;
    right: -3px;
    -webkit-transition: .7s all ease;
    transition: .7s all ease;
    opacity: 0;
    visibility: hidden;
}

.services-single-item .icon {
    margin-bottom: 30px;
    width: 90px;
    height: 90px;
    line-height: 100px;
    text-align: center;
    background: transparent;
    font-size: 50px;
    color: var(--main-color-one);
    margin-right: 20px;
    position: relative;
    border: 1px dashed var(--main-color-one);
    border-radius: 50%;
    -webkit-transition: .7s all ease;
    transition: .7s all ease;
}

.project-plaing-section {
    margin-top: 120px;
}

.project-plaing-section .single-items-wrapper.planing-bg {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
    min-height: 514px;
    border-radius: 6px;
    width: 100%;
    padding-top: 55px;
}

.project-plaing-section .single-items-wrapper .planing-single-item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #FFF9FC;
    -webkit-box-shadow: 0px 15px 30px rgba(221, 19, 26, 0.14);
    box-shadow: 0px 15px 30px rgba(221, 19, 26, 0.14);
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 6px;
}

.project-plaing-section .single-items-wrapper .planing-single-item.style-01 {
    margin-left: 50px;
}

.project-plaing-section .single-items-wrapper .planing-single-item .content .title {
    font-size: 16px;
    line-height: 26px;
    font-family: var(--body-font);
    font-weight: 700;
    color: #6B6B6B;
    margin-bottom: 0;
}

.project-plaing-section .single-items-wrapper .planing-single-item .content p {
    font-size: 30px;
    line-height: 40px;
    font-family: var(--heading-font);
    font-weight: 700;
    color: var(--main-color-one);
    margin-bottom: 0;
}

.project-plaing-section .single-items-wrapper .planing-single-item .icon {
    font-size: 34px;
    margin-right: 25px;
}

/*-----------------------
    Blog Grid Item
-----------------------*/
.blog-details-items {
    border-bottom: 0px dashed rgba(204, 204, 204, 0.5);
}

.blog-details-items .thumbnail {
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 25px;
}

.blog-details-items .thumbnail img {
    border-radius: 10px;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
}

.blog-details-items .wp-block-columns figure {
    overflow: hidden;
    border-radius: 10px;
}

.blog-details-items .wp-block-columns figure img {
    border-radius: 10px !important;
    -webkit-transition: .5s all ease !important;
    transition: .5s all ease !important;
}


.blog-details-items .thumbnail img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


.blog-details-items .wp-block-columns figure img:hover {
    -webkit-transform: scale(1.1) !important;
    transform: scale(1.1) !important;
}


.blog-details-items .blog-list-items {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
    margin-top: 25px;
}

.blog-details-items .blog-list-items li {
    position: relative;
}

.blog-details-items .blog-list-items ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.blog-details-items .blog-list-items li {
    font-size: 16px;
    line-height: 28px;
    font-family: var(--body-font);
    font-weight: 400;
    color: #505050;
    padding-left: 40px;
    position: relative;
}

.blog-details-items .blog-list-items li::before {
    display: none;
}

.blog-details-items .blog-list-items li::after {
    content: "";
    font-family: "fontawesome";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    color: var(--main-color-one);
    margin-right: 20px;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.blog-details-items .blog-details-item-header h6 {
    font-size: 14px;
    line-height: 24px;
    font-family: var(--body-font);
    font-weight: 500;
    color: var(--main-color-one);
    margin-bottom: 5px;
}

.blog-details-items .title {
    font-size: 30px;
    line-height: 36px;
    font-family: var(--heading-font);
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--heading-color);
    cursor: pointer;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
}

.blog-details-items .title:hover {
    color: var(--main-color-one);
}

.blog-details-items p {
    font-size: 16px;
    line-height: 28px;
    font-family: var(--body-font);
    font-weight: 400;
    color: #505050;
    margin-bottom: 30px;
}

.blog-details-footer {
    padding-top: 50px;
}

.blog-details-footer .tags {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.blog-details-footer .tags .title {
    font-size: 16px;
    line-height: 26px;
    font-family: var(--body-font);
    font-weight: 500;
    color: #292929;
    margin-right: 17px;
}

.blog-details-footer .tags li a {
    font-size: 14px;
    line-height: 28px;
    font-family: var(--body-font);
    font-weight: 400;
    padding: 5px 15px;
    border-radius: 2px;
    background: #F3F3F3;
    margin-right: 10px;
}

.blog-single-pagination {
    margin-top: 50px;
}

.blog-single-pagination ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.blog-single-pagination ul li a {
    font-size: 16px;
    line-height: 35px;
    font-family: var(--body-font);
    font-weight: 700;
    color: var(--main-color-one);
}

.blog-single-pagination ul li a .fa-arrow-left {
    margin-right: 15px;
}

.blog-single-pagination ul li a .fa-arrow-right {
    margin-left: 15px;
}

.top-rated-section {
    margin-top: 75px;
}

.top-rated-section .testimonial-carousel-six .owl-nav .owl-prev {
    position: absolute;
    right: 11%;
    top: -85px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #fff;
    color: var(--main-color-one);
    font-size: 30px;
    border-radius: 5px;
    -webkit-box-shadow: 0 12px 20px rgba(221, 19, 26, 0.24);
    box-shadow: 0 12px 20px rgba(221, 19, 26, 0.24);
    border: 1px solid #fff;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
}

.top-rated-section .testimonial-carousel-six .owl-nav .owl-prev:hover {
    border: 1px solid var(--main-color-one);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.top-rated-section .testimonial-carousel-six .owl-nav .owl-next {
    position: absolute;
    right: 0%;
    top: -85px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #fff;
    color: var(--main-color-one);
    font-size: 30px;
    border-radius: 5px;
    -webkit-box-shadow: 0 12px 20px rgba(221, 19, 26, 0.24);
    box-shadow: 0 12px 20px rgba(221, 19, 26, 0.24);
    border: 1px solid #fff;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
}

.top-rated-section .testimonial-carousel-six .owl-nav .owl-next:hover {
    border: 1px solid var(--main-color-one);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.comment-form-wrap {
    margin-bottom: 30px;
}

.comment-form-wrap .reply-title {
    font-size: 24px;
    line-height: 65px;
    font-family: var(--body-font);
    font-weight: 700;
    color: #292929;
}

.comment-form-wrap p {
    font-size: 14px;
    line-height: 28px;
    font-family: var(--body-font);
    font-weight: 400;
    color: #505050;
}

.comment-form-wrap .comment-form .form-group {
    margin-bottom: 22px;
}

.comment-form-wrap .comment-form .form-group .form-control {
    height: 64px;
    border: 1px solid rgba(204, 204, 204, 0.5);
    border-radius: 4px;
}

.comment-form-wrap .comment-form .form-group .form-control::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 28px;
    font-family: var(--body-font);
    font-weight: 300;
    color: #AAAAAA;
    padding-left: 15px;
}

.comment-form-wrap .comment-form .form-group .form-control:-ms-input-placeholder {
    font-size: 16px;
    line-height: 28px;
    font-family: var(--body-font);
    font-weight: 300;
    color: #AAAAAA;
    padding-left: 15px;
}

.comment-form-wrap .comment-form .form-group .form-control::-ms-input-placeholder {
    font-size: 16px;
    line-height: 28px;
    font-family: var(--body-font);
    font-weight: 300;
    color: #AAAAAA;
    padding-left: 15px;
}

.comment-form-wrap .comment-form .form-group .form-control::placeholder {
    font-size: 16px;
    line-height: 28px;
    font-family: var(--body-font);
    font-weight: 300;
    color: #AAAAAA;
    padding-left: 15px;
}

.comment-form-wrap .comment-form .form-group .textarea {
    height: 180px;
    resize: none;
    margin-bottom: 27px;
}

.comment-form-wrap .comment-form .form-group input[type=email],
.comment-form-wrap .comment-form .form-group input[type=text] { 
    width: 48.6%;
    float: left;
    display: inline-block;
    margin-bottom: 22px;
}
.comment-form-wrap .comment-form .form-group input[type=email] {
    margin-left: 15px;
}
.comment-form-wrap .comment-form .form-group input[type=text] {
    margin-right: 15px;
}


@media (min-width: 761px) and ( max-width: 1024px) {
    .comment-form-wrap .comment-form .form-group input[type=email],
    .comment-form-wrap .comment-form .form-group input[type=text] { 
        width: 48.6%;
        float: left;
        display: inline-block;
        margin-bottom: 22px;
    }
    .comment-form-wrap .comment-form .form-group input[type=email] {
        margin-left: 15px;
    }
    .comment-form-wrap .comment-form .form-group input[type=text] {
        margin-right: 15px;
    }
    
  }

@media screen and (max-width: 768px) {
    .comment-form-wrap .comment-form .form-group input[type=email],
    .comment-form-wrap .comment-form .form-group input[type=text] { 
        width: 100%;
        float: none;
    }
    .comment-form-wrap .comment-form .form-group input[type=email] {
        margin-left: 0;
    }
    .comment-form-wrap .comment-form .form-group input[type=text] {
        margin-right: 0;
    }
  }

.history-single-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 80px;
    position: relative;
}

.history-single-item + .history-single-item::after {
    content: '';
    width: 2px;
    height: 105%;
    bottom: 58%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 1px dashed #AAAAAA;
    position: absolute;
    z-index: -2;
}

.history-single-item::before {
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 45%;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid var(--main-color-one);
    z-index: -1;
    -webkit-box-shadow: 0px 7px 20px rgb(221 19 26 / 20%);
    box-shadow: 0px 7px 20px rgb(221 19 26 / 20%);
}

.history-single-item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.history-single-item:nth-child(even) .history-year {
    margin-right: 145px;
}

.history-single-item .circle {
    width: 12px;
    height: 12px;
    background: var(--main-color-one);
    border-radius: 50%;
    position: absolute;
    right: 50%;
    top: 47%;
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
}

.history-single-item .history-single-item-content .thumb {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 285px;
    border-radius: 10px 10px 0px 0px;
}

.history-single-item .history-single-item-content .content {
    padding: 25px 30px 15px;
    -webkit-box-shadow: 0 12px 30px rgba(80, 80, 80, 0.2);
    box-shadow: 0 12px 30px rgba(80, 80, 80, 0.2);
    border-radius: 0 0 10px 10px;
}

.history-single-item .history-single-item-content .content .title {
    font-size: 24px;
    line-height: 28px;
    font-family: var(--body-font);
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--heading-color);
}

.history-single-item .history-single-item-content .content p {
    font-size: 16px;
    line-height: 28px;
    font-family: var(--body-font);
    font-weight: 400;
    color: #6B6B6B;
    max-width: 420px;
}

.history-single-item .history-year {
    margin-left: 145px;
    width: 120px;
    height: 85px;
    text-align: center;
    background: var(--main-color-one);
    border-radius: 6px;
    box-shadow: 0px 13px 20px rgb(221 19 26 / 20%);
}

.history-single-item .history-year .month {
    font-size: 18px;
    line-height: 24px;
    font-family: var(--body-font);
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 0;
    margin-top: 9px;
}

.history-single-item .history-year .year {
    font-size: 40px;
    line-height: 1;
    font-family: var(--heading-font);
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 0px;
}

.poll-wrapper {
    background: #fff;
    padding: 40px;
    max-width: 600px;
    width: 500px;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
    border-radius: 10px 0 0 10px;
    position: fixed;
    z-index: 999;
    right: -500px;
    top: 70%;
    -webkit-transform: translateY(-70%);
    transform: translateY(-70%);
    -webkit-transition: .7s all ease;
    transition: .7s all ease;
}

.poll-wrapper.vote {
    visibility: visible;
    right: 0%;
}

.poll-wrapper header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}

.poll-wrapper header .thumb img {
    border-radius: 6px;
    margin-right: 20px;
}

.poll-wrapper header .content .voter-name {
    font-size: 24px;
    line-height: 28px;
    font-family: var(--body-font);
    font-weight: 700;
    color: var(--heading-color);
}

.poll-wrapper header .content span {
    font-size: 16px;
    line-height: 28px;
    font-family: var(--body-font);
    font-weight: 400;
    color: #505050;
}

.wrapper .poll-area {
    margin: 20px 0 15px 40px;

}

/* .poll-wrapper .poll-area {
    overflow: hidden;
} */

.poll-area .label {
    display: block;
    margin-bottom: 20px;
    border-radius: 5px;
    border-radius: 30px;
    padding: 16px;
    background: #F9F9FF;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.poll-area .label:hover {
    border-color: #ddd;
}

.label.selected {
    border-color: #6665ee !important;
}

.label .content-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    pointer-events: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.label .content-wrap .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.label .content-wrap .circle {
    height: 19px;
    width: 19px;
    display: block;
    border: 1px solid #C9C9C9;
    background: #fff;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
}

.label.selected .content-wrap .circle {
    border-color: var(--main-color-one);
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
}

.label .content-wrap .circle::after {
    content: "";
    height: 12px;
    width: 12px;
    line-height: 12px;
    background: #6665ee;
    border-radius: inherit;
    position: absolute;
    left: 49%;
    top: 47%;
    -webkit-transform: translate(-46%, -46%);
    transform: translate(-46%, -46%);
    display: none;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
}

.poll-area .label:hover .content-wrap .circle::after {
    display: block;
    background: transparent;
}

.label.selected .content-wrap .circle::after {
    display: block;
    background: var(--main-color-one) !important;
}

.label .content-wrap span {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    font-family: var(--body-font);
    color: var(--heading-color);
}

.label .content-wrap .percent {
    display: none;
    color: var(--main-color-one);
}

.label .progress {
    height: 7px;
    width: 100%;
    position: relative;
    background: #f0f0f0;
    margin: 8px 0 3px 0;
    border-radius: 30px;
    display: none;
    pointer-events: none;
}

.label .progress.style-01 {
    height: 7px;
    width: 100%;
    position: relative;
    background: #f0f0f0;
    margin: 8px 0 3px 0;
    border-radius: 30px;
    display: none;
    pointer-events: none;
}

.label .progress.style-02 {
    height: 7px;
    width: 100%;
    position: relative;
    background: #f0f0f0;
    margin: 8px 0 3px 0;
    border-radius: 30px;
    display: none;
    pointer-events: none;
}

.label .progress:after {
    position: absolute;
    content: "";
    height: 100%;
    background: #ccc;
    width: calc(1% * var(--w));
    border-radius: inherit;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.label .progress.style-01:after {
    position: absolute;
    content: "";
    height: 100%;
    background: #ccc;
    width: calc(1% * var(--w));
    border-radius: inherit;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.label .progress.style-02:after {
    position: absolute;
    content: "";
    height: 100%;
    background: #ccc;
    width: calc(1% * var(--w));
    border-radius: inherit;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.label .progress.style-03:after {
    position: absolute;
    content: "";
    height: 100%;
    background: #ccc;
    width: calc(1% * var(--w));
    border-radius: inherit;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.label.selected .progress::after {
    background: var(--main-color-one);
    -webkit-animation: loader 0.7s linear;
    animation: loader 0.7s linear;
}

.label.selected .progress.style-01::after {
    background: var(--main-color-one);
    -webkit-animation: loader01 0.7s linear;
    animation: loader01 0.7s linear;
}

.label.selected .progress.style-02::after {
    background: var(--main-color-one);
    -webkit-animation: loader02 0.7s linear;
    animation: loader02 0.7s linear;
}

.label.selected .progress.style-03::after {
    background: var(--main-color-one);
    -webkit-animation: loader03 0.7s linear;
    animation: loader03 0.7s linear;
}

.label.selectall .progress,
.label.selectall .content-wrap .percent {
    display: block;
}

input[type="radio"],
input[type="checkbox"] {
    display: none;
}

@-webkit-keyframes loader {
    0% {
        width: 0%;
    }
    100% {
        width: 20%;
    }
}

@keyframes loader {
    0% {
        width: 0%;
    }
    100% {
        width: 20%;
    }
}

@-webkit-keyframes loader01 {
    0% {
        width: 0%;
    }
    100% {
        width: 40%;
    }
}

@keyframes loader01 {
    0% {
        width: 0%;
    }
    100% {
        width: 40%;
    }
}

@-webkit-keyframes loader02 {
    0% {
        width: 0%;
    }
    100% {
        width: 10%;
    }
}

@keyframes loader02 {
    0% {
        width: 0%;
    }
    100% {
        width: 10%;
    }
}

@-webkit-keyframes loader03 {
    0% {
        width: 0%;
    }
    100% {
        width: 30%;
    }
}

@keyframes loader03 {
    0% {
        width: 0%;
    }
    100% {
        width: 30%;
    }
}

/*----------------------------------------
  ## Search Popup
----------------------------------------*/
.search-popup.active .search-form {
    visibility: visible;
    opacity: 1;
}

.search-popup .search-form {
    min-width: 80%;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    visibility: hidden;
    opacity: 0;
    z-index: 9;
    border-radius: 4px;
}

.search-popup .search-form .form-group {
    margin-bottom: 0;
}

.search-popup .search-form .form-group .form-control {
    border: none;
    border-radius: 0px;
    height: 100px;
    padding: 0 130px 0 35px;
    font-size: 20px;
}

.search-popup .search-form .submit-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    height: 100px;
    line-height: 60px;
    border: 0 !important;
    background-color: var(--main-color-one);
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    padding: 0;
    text-align: center;
    color: #fff;
    cursor: pointer;
    font-size: 26px;
    box-shadow: none !important;
    outline: 0 !important;
}

.search-popup .search-form .submit-btn:hover {
    background: #bf0e14;
}

.search-popup .search-form .submit-btn span {
    color: #fff;
    font-size: 20px;
}

.body-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(13, 20, 34, 0.95);
    z-index: 9;
    content: "";
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==), progress;
}

.body-overlay.active {
    visibility: visible;
    opacity: 1.5;
}

.click-mobile-search {
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    z-index: 5;
    width: 100%;
    padding: 20px;
    background: #fff;
}

/*-------------------------
    ## Preloader Css
---------------------------*/
.preloader-inner {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9;
    background-color: #fff;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.preloader-inner .loader {
    width: 50px;
    height: 50px;
}

.preloader-inner .loader {
    -webkit-animation: name duration timing-function delay iteration-count direction fill-mode;
    animation: name duration timing-function delay iteration-count direction fill-mode;
}

.preloader-inner .loader svg g g path:first-child {
    -webkit-animation: loader_one 0.8s ease-in infinite;
    animation: loader_one 0.8s ease-in infinite;
}

.preloader-inner .loader svg g g path:nth-child(2) {
    -webkit-animation: loader_two 0.8s ease-in infinite;
    animation: loader_two 0.8s ease-in infinite;
}

.preloader-inner .loader svg g g path:last-child {
    -webkit-animation: loader_three 0.8s ease-in infinite;
    animation: loader_three 0.8s ease-in infinite;
}

@-webkit-keyframes loader_one {
    0% {
        opacity: 0;
    }
    25% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    75% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes loader_one {
    0% {
        opacity: 0;
    }
    25% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    75% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes loader_two {
    0% {
        opacity: 0;
    }
    25% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    75% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes loader_two {
    0% {
        opacity: 0;
    }
    25% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    75% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes loader_three {
    0% {
        opacity: 0;
    }
    25% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    75% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes loader_three {
    0% {
        opacity: 0;
    }
    25% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    75% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

/*--------------------------------------------------------------
  ## Header
--------------------------------------------------------------*/
.header-area {
    padding: 290px 0 225px;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.header-area.header-sanatory {
    background-color: transparent;
    padding: 150px 0;
}

.header-area.header-sanatory .header-inner {
    overflow: hidden;
}

.header-area.header-sanatory .header-inner .title {
    font-size: 65px;
    line-height: 85px;
    font-weight: 700;
    color: #000565;
    margin-bottom: 20px;
    max-width: 600px;
}

.header-area.header-sanatory .header-inner h5 {
    font-size: 20px;
    line-height: 28px;
    font-family: "Roboto";
    font-weight: bold;
    color: #04072E;
    margin-bottom: 25px;
}

.header-area.header-sanatory .header-inner h5 i {
    font-size: 10px;
    color: var(--main-color-one);
    margin-right: 10px;
}

.header-area.header-sanatory .header-inner p {
    color: #04072E;
    font-size: 16px;
    line-height: 28px;
    max-width: 600px;
    margin-bottom: 20px;
    font-weight: 400;
    font-family: var(--body-font);
}

.header-area.header-sanatory .header-inner.political .title {
    color: #fff;
    max-width: 750px;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.header-area.header-sanatory .header-inner.political p {
    max-width: 670px;
    color: #fff;
    margin-bottom: 60px;
}

.header-area.header-sanatory .header-inner.political .form-group {
    position: relative;
    margin-bottom: 25px;
}

.header-area.header-sanatory .header-inner.political .form-group .form-control {
    width: 568px;
    height: 75px;
    border-radius: 5px;
    padding-left: 65px;
    padding-right: 120px;
}

.header-area.header-sanatory .header-inner.political .form-group .form-control::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 28px;
    font-family: var(--body-font);
    font-weight: 400;
    color: #CCCCCC;
    padding-left: 6px;
}

.header-area.header-sanatory .header-inner.political .form-group .form-control:-ms-input-placeholder {
    font-size: 16px;
    line-height: 28px;
    font-family: var(--body-font);
    font-weight: 400;
    color: #CCCCCC;
    padding-left: 6px;
}

.header-area.header-sanatory .header-inner.political .form-group .form-control::-ms-input-placeholder {
    font-size: 16px;
    line-height: 28px;
    font-family: var(--body-font);
    font-weight: 400;
    color: #CCCCCC;
    padding-left: 6px;
}

.header-area.header-sanatory .header-inner.political .form-group .form-control::placeholder {
    font-size: 16px;
    line-height: 28px;
    font-family: var(--body-font);
    font-weight: 400;
    color: #CCCCCC;
    padding-left: 6px;
}

.header-area.header-sanatory .header-inner.political .form-group .icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 20px;
    font-size: 22px;
    color: #a5a5a5;
}

.header-area.header-sanatory .header-inner.political .form-group .form-btn {
    position: absolute;
    top: 0;
    right: 40%;
    border: 0;
    height: 75px;
    width: 100px;
    text-transform: uppercase;
    border-radius: 0px 5px 5px 0px;
    background-color: #fff;
    cursor: pointer;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
}

.header-area.header-sanatory .header-inner.political .form-group .form-btn:hover {
    background: var(--main-color-one);
    color: #fff;
}

.header-area.header-sanatory .header-inner.political .form-group .form-btn:hover::after {
    border-color: #fff;
}

.header-area.header-sanatory .header-inner.political .form-group .form-btn::after {
    content: '';
    position: absolute;
    border: 1px solid var(--main-color-one);
    height: 39px;
    left: 2px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header-area.header-sanatory .header-inner.political .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-area.header-sanatory .header-inner.political .form-check .form-check-input {
    width: 25px;
    height: 20px;
    line-height: 25px;
    border: none;
    margin-right: 10px;
}

.header-area.header-sanatory .header-inner.political .form-check .form-check-label {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 28px;
    font-weight: 500;
    font-family: var(--body-font);
    color: #fff;
    margin-left: 15px;
    margin-top: 5px;
}

.header-area.header-sanatory .senatory-bg-img {
    height: 775px;
    width: 750px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 8%;
    bottom: -110px;
    z-index: -1;
}

.header-area .subtitle {
    position: relative;
    z-index: 0;
    font-size: 24px;
    line-height: 85px;
    font-family: var(--heading-font);
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    padding-left: 170px;
}

.theme-banner-two-area .subtitle {
    line-height: 1.5;
}

.header-area .subtitle .line {
    content: "";
    position: absolute;
    left: 0;
    top: 36px;
    width: 153px;
    height: 2px;
    background-color: #fff;
}

.header-area .subtitle .line::after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: var(--main-color-one);
    border-radius: 50%;
    right: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header-area .subtitle .line-02 {
    content: "";
    position: absolute;
    left: 0;
    top: 45px;
    width: 130px;
    height: 2px;
    background-color: #fff;
}

.header-area .subtitle .line-02::after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: var(--main-color-one);
    border-radius: 50%;
    right: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header-area.header-bg {
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
}

.header-area.header-bg-02 {
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 245px 0 110px;
}

.header-area.header-bg-02::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(270deg, rgba(0, 5, 101, 0.15) 0%, #000565 100%);
}

.header-area .lottie-shape {
    position: absolute;
    left: 11%;
    z-index: -1;
    max-width: 190px;
}

.header-area .lottie-shape .path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
}

.header-area .top-single-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 46.4%;
    left: -4%;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.header-area .top-single-items .top-single-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 42px;
}

.header-area .top-single-items .top-single-item .side-icon {
    margin-right: 15px;
    color: #fff;
}

.header-area .top-single-items .top-single-item .content {
    overflow: hidden;
}

.header-area .top-single-items .top-single-item .content .title {
    color: #fff;
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    font-family: var(--body-font);
}


.header-top.about {
    padding: 15px 0;
}

.header-top::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 93%;
    height: 60px;
    z-index: -1;
    background-color: var(--secondary-color);
    border-radius: 0px 0px 0px 10px;
}

.header-top .row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header-top .top-social-share {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
}

.header-top .top-social-share i {
    width: 30px;
    height: 30px;
    background: var(--main-color-two);
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.header-top .top-social-share i:hover {
    background-color: #fff;
    color: var(--main-color-one);
}

.header-top .top-social-share li {
    margin-right: 10px;
}

.header-top .top-social-share li:last-child {
    margin-right: 0;
}

.header-top .top-single-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header-top .top-single-items .top-single-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 7px;
}

.header-top .top-single-items .top-single-item:last-child {
    margin-right: 0;
}

.header-top .top-single-items .top-single-item .icon {
    margin-right: 10px;
}

.header-top .top-single-items .top-single-item .icon i {
    font-size: 17px;
    color: #fff;
}

.header-top .top-single-items .top-single-item .icon .icon-envelope {
    font-size: 13px;
}

.header-top .top-single-items .top-single-item .icon:last-child {
    margin-right: 0;
    margin-left: 10px;
    color: #fff;
}

.header-top .top-single-items .top-single-item .title {
    font-size: 14px;
    font-family: var(--body-font);
    font-weight: 400;
    color: #fff;
    margin: 0;
}

.header-top .top-single-items .top-single-item .form-select {
    background: transparent !important;
    color: #fff;
    border: none;
    --webkit-border: none;
    padding: 5px 8px;
    font-size: 14px;
    font-family: var(--body-font);
    font-weight: 500;
    line-height: 19px;
    cursor: pointer;
}

.header-top .top-single-items .top-single-item .form-select option {
    background: var(--heading-color);
}

.header-slider-one .owl-dots {
    position: absolute;
    top: 46%;
    right: 5%;
}

.header-slider-one .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    margin: 5px 7px;
    background: transparent;
    border: 1px solid #DD131A;
    display: block;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
    border-radius: 1px;
    position: relative;
}

.header-slider-one .owl-dots .owl-dot.active span,
.header-slider-one .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
}

.header-slider-one .owl-dots .owl-dot.active span::after,
.header-slider-one .owl-theme .owl-dots .owl-dot:hover span::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
    border-radius: 1px;
    background: red;
}

.header-slider-one .owl-item.active .side-icon {
    -webkit-animation: slideInLeft 2s 0s both;
    animation: slideInLeft 2s 0s both;
}

.header-slider-one .owl-item.active .btn-wrapper {
    -webkit-animation: slideInLeft 2s 0s both;
    animation: slideInLeft 2s 0s both;
}

.header-slider-one .owl-item.active .lottie-shape .path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    -webkit-animation: dash 4s ease-out forwards;
    animation: dash 4s ease-out forwards;
}

.header-slider-two .owl-item.active .title {
    -webkit-animation: slideInLeft 2s 0s both;
    animation: slideInLeft 2s 0s both;
}

.header-slider-two .owl-item.active .subtitle {
    -webkit-animation: slideInLeft 2s 0s both;
    animation: slideInLeft 2s 0s both;
}

.header-slider-two .owl-item.active p {
    -webkit-animation: slideInLeft 2s 0s both;
    animation: slideInLeft 2s 0s both;
}

.header-slider-two .owl-nav {
    position: absolute;
    right: 8%;
    top: 50%;
}

.header-slider-two .owl-nav .owl-prev {
    width: 45px;
    height: 45px;
    background: #00000029;
    line-height: 45px;
    text-align: center;
    color: #fff;
    font-size: 25px;
    border-radius: 6px;
    margin-bottom: 15px;
}

.header-slider-two .owl-nav .owl-next {
    width: 45px;
    height: 45px;
    background: #00000029;
    line-height: 45px;
    text-align: center;
    color: #fff;
    font-size: 25px;
    border-radius: 6px;
}

.check-box .container-box {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
}

.check-box .container-box input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.check-box .container-box .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 4px;
}

.check-box .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    color: #000;
    left: 6px;
    top: 3px;
    width: 7px;
    height: 11px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.check-box .container-box input:checked ~ .checkmark:after {
    display: block;
}

@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

/*----------------------------------------------
    # Nav bar
----------------------------------------------*/
.navbar.navbar-area.white .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.50)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar.navbar-area.nav-style-01 .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(221, 221, 221, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar.navbar-area .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.mobile-logo {
    display: none;
}

@media only screen and (max-width: 991px) {
    .mobile-logo {
        display: block;
    }

    .desktop-logo {
        display: none !important;
    }
}

.nav-container {
    max-width: 1540px;
    width: 100%;
}

.custom-container {
/*     max-width: 1680px; */
    width: 100%;
}

.navbar-area.style-01::after {
    content: "";
    position: absolute;
    top: 0;
    left: -2%;
    width: 25%;
    height: 100px;
    z-index: -1;
    background-color: #fff;
    -webkit-transform: skew(23deg);
    transform: skew(23deg);
}

.navbar-area.nav-style-01 .nav-container {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0 15px;
}

.navbar-area.nav-style-01 .nav-container .nav-right-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 80px;
}

.navbar-area.nav-style-01 .nav-container .nav-right-content ul {
    margin: 0px;
}

.navbar-area.nav-style-01 .nav-container .nav-right-content ul li {
    color: var(--heading-color);
    margin-left: 0px;
}

.navbar-area.nav-style-01 .nav-container .nav-right-content ul li a {
    color: var(--heading-color);
    font-size: 20px;
}

.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav {
    text-align: right;
}

.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li {
    line-height: 100px;
    position: relative;
}

.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li .line {
    position: absolute;
    top: 20px;
    left: 0px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    z-index: -1;
}

.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li .line.style-01 {
    left: -2px;
}

.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li .line .dot {
    display: inline-block;
    height: 2px;
    width: 4px;
    background-color: var(--main-color-one);
}

.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li .line .dot.style-02 {
    width: 25px;
}

.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.current-menu-item a {
    color: var(--main-color-one);
}

.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.current-menu-item.menu-item-has-children:before {
    color: var(--main-color-one);
}

.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children {
    z-index: initial;
}

.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
    color: var(--heading-color);
}


.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
    background-color: #fff;
    color: var(--paragraph-color);
}

.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover {
    background-color: var(--main-color-one);
    color: #fff;
}

.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover > .sub-menu li:hover:before {
    color: #fff;
}

.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li a {
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    color: var(--heading-color);
}

.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li:hover.menu-item-has-children:before {
    color: var(--main-color-one);
}

.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li:hover a {
    color: var(--main-color-one);
}

.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li:hover .line {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.navbar-area.nav-style-02 {
    background-color: transparent;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 100px;
    z-index: 2;
    border-bottom: 1px solid #ffffff61;
}

.navbar-area.nav-style-02 .nav-container {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0 15px;
}

.navbar-area.nav-style-02 .nav-container .logo-wrapper {
    max-width: 173px;
}

.logo-wrapper img {
    max-width: 173px;
}

.navbar.navbar-area.navbar-expand-lg.nav-style-01 .container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:before {
    z-index: 1;
    right: 15px;
}

.navbar-area.nav-style-02 .nav-container .nav-right-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 40px;
}

.navbar-area.nav-style-02 .nav-container .nav-right-content.style-01 {
    margin-left: 0px;
}

.navbar-area.nav-style-02 .nav-container .nav-right-content ul li {
    color: var(--heading-color);
}

.navbar-area.nav-style-02 .nav-container .nav-right-content ul li + li {
    margin-left: 5px;
}

.navbar-area.nav-style-02 .nav-container .nav-right-content ul li a {
    color: var(--heading-color);
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav {
    text-align: right;
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav.political li a {
    color: #fff;
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li {
    position: relative;
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li .line {
    position: absolute;
    top: 20px;
    left: 0px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    z-index: -1;
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li .line.style-01 {
    left: -2px;
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li .line .dot {
    display: inline-block;
    height: 2px;
    width: 4px;
    background-color: var(--main-color-one);
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li .line .dot.style-02 {
    width: 25px;
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li.current-menu-item a {
    color: var(--main-color-one);
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li.current-menu-item:before {
    color: var(--main-color-one);
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children {
    z-index: initial;
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
    color: #fff;
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li a {
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    color: var(--heading-color);
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li:hover.menu-item-has-children:before {
    color: var(--main-color-one);
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li:hover a {
    color: var(--main-color-one);
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li:hover .line {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.navbar-area .nav-container {
    background-color: #fff;
    -webkit-box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.2);
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 0 30px;
}

.navbar-area .nav-container .nav-right-content .btn-wrapper {
    margin-left: 40px;
}

.navbar-area .nav-container .nav-right-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: 15px;
}

.navbar-area .nav-container .nav-right-content ul li {
    display: inline-block;
    margin: 0 15px;
    color: #6a7795;
}

.navbar-area .nav-container .nav-right-content ul li#search {
    padding-top: 5px;
}

.navbar-area .nav-container .nav-right-content ul li:last-child {
    margin-right: 0;
}

.navbar-area .nav-container .nav-right-content ul li a {
    color: #6a7795;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.navbar-area .nav-container .nav-right-content ul li a:hover {
    color: var(--secondary-color);
}

.navbar-area .nav-container .nav-right-content ul li.search {
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.navbar-area .nav-container .nav-right-content ul li.search:hover {
    color: var(--main-color-one);
}

.navbar-area .nav-container .nav-right-content ul li.nav-btn .btn-boxed {
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 5px;
    background-color: var(--main-color-one);
}

.navbar-area .nav-container .nav-right-content ul li.nav-btn .btn-boxed:hover {
    background-color: var(--secondary-color);
}

.navbar-area .nav-container .navbar-collapse .navbar-nav {
    display: block;
    width: 100%;
    text-align: right;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li {
    display: inline-block;
    font-size: 16px;
    font-family: var(--body-font);
    text-transform: capitalize;
    font-weight: 600;
    line-height: 70px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li + li {
    margin-left: 40px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.current-menu-item a {
    color: var(--main-color-one);
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children {
    position: relative;
    z-index: 0;
    padding-right: 15px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
    position: absolute;
    right: -3px;
    top: 50%;
    content: '\f067';
    font-weight: 700;
    font-family: 'Font Awesome 5 Free';
    /* IE 9 */
    -webkit-transform: translateY(-50%);
    /* Chrome, Safari, Opera */
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    font-size: 12px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
    position: absolute;
    text-align: left;
    min-width: 220px;
    margin: 0;
    padding: 0;
    list-style: none;
    left: 0;
    top: 85%;
    -webkit-box-shadow: 0px 0px 16px 0px rgb(221 19 26 / 13%);
    box-shadow: 0px 0px 16px 0px rgb(221 19 26 / 13%);
    background-color: #fff;
    z-index: 9;
    border-bottom: 0px solid var(--main-color-one);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
    display: block;
    margin-left: 0;
    line-height: 24px;
    font-size: 14px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li + li {
    border-top: 1px solid #e2e2e2;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
    display: block;
    padding: 10px 20px;
    background-color: #fff;
    white-space: nowrap;
    color: var(--paragraph-color);
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover {
    background-color: var(--main-color-one);
    color: #fff;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children {
    position: relative;
    z-index: 0;
    padding-right: 0px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children > .sub-menu {
    left: 100%;
    top: 10px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children > .sub-menu .sub-menu .sub-menu {
    left: auto;
    right: 100%;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover > .sub-menu li:hover:before {
    color: #fff;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li a {
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li a:hover {
    color: var(--main-color-one);
}

@media only screen and (max-width: 991px) {
    .navbar-area.nav-style-02 .nav-container {
        padding: 37px 0px;
    }

    .navbar-area.nav-style-02 .nav-container .navbar-toggler {
        background-color: #000565;
    }

    .navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav {
        background-color: #000565;
        padding: 0 20px;
    }

    .navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
        background-color: transparent;
        color: rgba(255, 255, 255, 0.8);
    }

    .navbar-area.nav-style-02 .nav-container .btn-wrapper {
        display: none;
    }

    .navbar-area.nav-style-01 .nav-container {
        padding: 20px 0px;
    }

    .navbar-area.nav-style-01 .nav-container .responsive-mobile-menu .navbar-toggler {
        background-color: #000565;
    }

    .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav {
        text-align: left;
        background-color: #e7e7e7;
        padding: 0 20px;
    }

    .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li {
        line-height: 30px;
    }

    .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.current-menu-item a {
        color: var(--main-color-one);
    }

    .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.current-menu-item.menu-item-has-children:before {
        color: var(--main-color-one);
        border: 2px solid green;
    }

    .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children {
        z-index: initial;
    }

    .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
        color: #000;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:first-child {
        border-top: 1px solid rgb(209 209 209);
    }

    .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
        background-color: transparent;
        color: #000;
    }

    .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover {
        background-color: transparent;
    }

    .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover > .sub-menu li:hover:before {
        color: #656565;
    }

    .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li a {
        -webkit-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        color: #000;
    }

    .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li:hover.menu-item-has-children:before {
        color: var(--main-color-one);
    }

    .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li:hover a {
        color: var(--main-color-one);
    }

    .navbar-area.nav-style-01 .nav-container .btn-wrapper {
        display: none;
    }

    .navbar-area .nav-container {
        position: relative;
        z-index: 0;
        min-height: 80px;
    }

    .navbar-area .nav-container .responsive-mobile-menu {
        display: block;
        position: relative;
        width: 100%;
    }

    .navbar-area .nav-container .responsive-mobile-menu .navbar-toggler {
        position: absolute;
        right: 0;
        top: 50%;
        /* IE 9 */
        -webkit-transform: translateY(-50%);
        /* Chrome, Safari, Opera */
        transform: translateY(-50%);
    }

    .navbar-area .nav-container .navbar-brand {
        display: block;
    }

    .navbar-area .nav-container .navbar-brand .navbar-toggler {
        position: absolute;
        right: 10px;
        border: 1px solid #e2e2e2;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav {
        display: block;
        margin-top: 27px;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li {
        display: block;
        text-align: left;
        line-height: 30px;
        padding: 10px 0;
        border-bottom: 1px solid rgb(209 209 209);
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li:last-child {
        border-bottom: none;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li + li {
        margin-left: 0;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
        top: 25px;
        right: 0 !important;
    }


    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover > .sub-menu {
        visibility: visible;
        opacity: 1;
        margin-top: 10px;
        margin-bottom: -10px;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover > .sub-menu .sub-menu {
        margin-top: 0;
        margin-bottom: 0;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
        position: initial;
        width: 100%;
        border-top: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-left: 0;
        height: auto;
        overflow: hidden;
        max-height: 225px;
        overflow-y: scroll;
        background-color: transparent;
        padding: 0;
        border-bottom: none;
        display: none;
        -webkit-transition: none;
        transition: none;
        visibility: visible;
        opacity: 1;

    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .sub-menu .menu-item-has-children:before {
        content: "\f107";
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
        padding: 0;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li.menu-item-has-children:hover:before {
        color: #000;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li + li {
        border-top: none;
    }
}

@media only screen and (max-width: 575px) {
    .navbar-area .nav-container {
        margin: 0 15px;
    }
}

.our-party-section-area {
    background-color: #FFF9FC;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}

.our-party-section-area.party-vision {
    background: #F9F9FF;
    overflow: hidden;
    margin-top: 145px;
}

.our-party-section-area .party-bg {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    min-height: 650px;
    width: 100%;
}

.our-party-section-area .party-bg.vision-bg {
    min-height: 755px;
    position: relative;
}

.our-party-section-area .party-bg.vision-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(112deg, #000792 0%, #a51038 70%, #dd131a 100%);
    mix-blend-mode: color-dodge;
}

.our-party-section-area .party-shape {
    position: absolute;
    top: 0;
    left: 27%;
}

.our-party-section-area .party-shape-01 {
    position: absolute;
    bottom: 0;
    left: 42%;
}

.our-party-section-area .party-shape-02 {
    width: 255px;
    height: 1px;
    background-color: var(--main-color-one);
    position: absolute;
    top: 45%;
    left: 29%;
    -webkit-transform: rotate(61deg);
    transform: rotate(61deg);
}

.our-party-section-area .party-shape-03 {
    width: 290px;
    height: 1px;
    background-color: var(--main-color-one);
    position: absolute;
    top: 145px;
    left: 28%;
    -webkit-transform: rotate(63deg);
    transform: rotate(63deg);
}

.our-party-section-area .party-vision-shape {
    position: absolute;
    left: 4%;
    top: -8%;
}

.donation-section-area {
    margin-top: 115px;
}

.donation-section-area.political {
    background-color: #F9F9FF;
    padding: 120px 0px;
    margin-top: 120px;
}

.donation-section-area .donate-bg {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    min-height: 375px;
}

.donation-section-area .donate-bg-02 {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    min-height: 350px;
}

.donation-section-area .btn-wrapper .price-btn {
    border: 1px solid #BEBEBE;
    padding: 12px 22px;
    border-radius: 5px;
    margin-right: 20px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    font-family: var(--heading-font);
    color: #505050;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
}

.donation-section-area .btn-wrapper .price-btn:hover {
    border-color: var(--main-color-one);
    color: var(--main-color-one);
}

.vote-section-area {
    position: relative;
    overflow: hidden;
    padding: 140px 0 140px;
}

.vote-section-area.vote-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.vote-section-area .party-shape {
    position: absolute;
    top: 0;
    right: 13%;
}

.vote-section-area .party-shape-01 {
    position: absolute;
    bottom: -50px;
    right: -4%;
}

.vote-section-area .party-shape-02 {
    width: 255px;
    height: 1px;
    background-color: var(--main-color-one);
    position: absolute;
    top: 45%;
    right: 5%;
    -webkit-transform: rotate(61deg);
    transform: rotate(61deg);
}

.vote-section-area .party-shape-03 {
    width: 290px;
    height: 1px;
    background-color: var(--main-color-one);
    position: absolute;
    top: 145px;
    right: 3%;
    -webkit-transform: rotate(63deg);
    transform: rotate(63deg);
}

.vote-section-area .video-section {
    margin-top: 65px;
}

.vote-section-area .video-section span {
    font-size: 40px;
    line-height: 68px;
    font-weight: 400;
    font-family: var(--heading-font-02);
    color: #fff;
}

.campaign-section-area {
    position: relative;
    margin-top: 116px;
}

.campaign-section-area .campaign-single-item {
    -webkit-box-shadow: 0 7px 20px rgba(221, 19, 26, 0.13);
    box-shadow: 0 7px 20px rgba(221, 19, 26, 0.13);
    border-radius: 10px;
    margin-bottom: 50px;
}

.campaign-section-area .campaign-single-item.style-01 {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.campaign-section-area .campaign-single-item .campaign-bg {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 740px;
    border-radius: 10px 0px 0px 10px;
}

.campaign-section-area .campaign-single-item .campaign-bg-02 {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 599px;
    width: 100%;
    border-radius: 10px;
}

.campaign-section-area .campaign-single-items-02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: var(--main-color-one);
    padding: 40px;
    border-radius: 10px;
    position: relative;
    margin-bottom: 50px;
}

.campaign-section-area .campaign-single-items-02::after {
    content: '';
    position: absolute;
    width: 95%;
    height: 30px;
    background: rgba(221, 19, 26, 0.16);
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 10px;
}

.campaign-section-area .campaign-single-items-02 .icon {
    width: 114px;
    height: 114px;
    line-height: 114px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    margin-right: 28px;
    font-size: 65px;
    color: var(--heading-color);
}

.campaign-section-area .campaign-single-items-02 .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.campaign-section-area .campaign-single-items-02 .content .title-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.campaign-section-area .campaign-single-items-02 .content .title-wrapper .title {
    position: relative;
}

.campaign-section-area .campaign-single-items-02 .content .title-wrapper .title h5 {
    font-size: 24px;
    line-height: 35px;
    font-family: var(--body-font);
    color: #fff;
    margin-bottom: 15px;
}

.campaign-section-area .campaign-single-items-02 .content .title-wrapper .line {
    margin-left: 15px;
    padding-top: 5px;
}

.campaign-section-area .campaign-single-items-02 .content .title-wrapper .line .dot {
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #fff;
}

.campaign-section-area .campaign-single-items-02 .content .title-wrapper .line .dot.style-02 {
    width: 45px;
}

.campaign-section-area .campaign-single-items-02 .content p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    font-family: var(--body-font);
    color: #fff;
    margin-bottom: 0px;
}

.campaign-section-area .campaign-single-items-02 .shape {
    position: absolute;
    top: 0;
    right: 0;
}

.testimonial-section-area {
    position: relative;
}

.testimonial-section-area.people-say {
    overflow: hidden;
}

.testimonial-section-area.people-say::after {
    content: '';
    position: absolute;
    width: 60%;
    height: 100%;
    background: #F9F9FF;
    content: '';
    top: 0;
    right: -102px;
    -webkit-transform: skew(12deg);
    transform: skew(12deg);
}

.testimonial-section-area.testimonial-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    min-height: 564px;
    padding: 118px 0px 0px;
}

.testimonial-section-area.testimonial-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(4, 7, 46, 0.7);
}

.testimonial-section-area.testimonial-bg-02 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 564px;
    padding: 65px 0px 145px;
}

.testimonial-section-area .shapes.political-shape .shape-01 {
    left: 92%;
    z-index: 1;
    opacity: 1;
}

.testimonial-section-area .shapes.political-shape .shape-02 {
    left: 77%;
    z-index: 1;
    opacity: 1;
}

.testimonial-section-area .shapes.political-shape .shape-03 {
    left: 82%;
    z-index: 1;
    opacity: 1;
}

.testimonial-section-area .shapes.political-shape .shape-04 {
    left: 80%;
    z-index: 1;
    opacity: 1;
}

.testimonial-section-area .shapes .shape-01 {
    position: absolute;
    top: 0;
    left: 19%;
    opacity: 0.5;
}

.testimonial-section-area .shapes .shape-02 {
    position: absolute;
    bottom: 0;
    left: 18px;
    opacity: 0.5;
}

.testimonial-section-area .shapes .shape-03 {
    width: 290px;
    height: 1px;
    background-color: var(--main-color-one);
    position: absolute;
    top: 260px;
    left: 9%;
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
    opacity: 0.5;
    z-index: 0;
}

.testimonial-section-area .shapes .shape-04 {
    width: 315px;
    height: 1px;
    background-color: var(--main-color-one);
    position: absolute;
    top: 175px;
    left: 7%;
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
    opacity: 0.5;
    z-index: 0;
}

.testimonial-section-area .shapes.style-01 .shape-01 {
    left: 92%;
}

.testimonial-section-area .shapes.style-01 .shape-02 {
    left: 75%;
}

.testimonial-section-area .shapes.style-01 .shape-03 {
    left: 81%;
}

.testimonial-section-area .shapes.style-01 .shape-04 {
    left: 80%;
}

.testimonial-section-area .shapes .people-img-shape {
    position: absolute;
    top: -125px;
    left: 100px;
}

.testimonial-section-area .testimonial-carousel-three .owl-dots {
    padding-left: 20px;
}

.testimonial-section-area .testimonial-carousel-three .owl-dots .owl-dot {
    display: inline-block;
}

.testimonial-section-area .testimonial-carousel-three .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    margin: 5px 7px;
    background: transparent;
    border: 1px solid #fff;
    display: block;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
    border-radius: 1px;
    position: relative;
}

.testimonial-section-area .testimonial-carousel-three .owl-dots .owl-dot.active span,
.testimonial-section-area .testimonial-carousel-three .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
}

.testimonial-section-area .testimonial-carousel-three .owl-dots .owl-dot.active span::after,
.testimonial-section-area .testimonial-carousel-three .owl-theme .owl-dots .owl-dot:hover span::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
    border-radius: 1px;
    background: red;
}

.testimonial-section-area .testimonial-carousel-four .owl-nav .owl-prev {
    position: absolute;
    left: 4%;
    font-size: 25px;
    color: var(--main-color-one);
}

.testimonial-section-area .testimonial-carousel-four .owl-nav .owl-next {
    position: absolute;
    left: 10%;
    font-size: 25px;
    color: var(--main-color-one);
}

.testimonial-section-area .owl-carousel .owl-item img {
    max-width: 60px;
}

.testimonial-section-area .owl-carousel .owl-item img.quotes-shape {
    max-width: 160px;
    position: absolute;
    right: 0;
    top: 28%;
}

.political-testimonial-section {
    margin-top: 90px;
    background: #FCFCFC;
    position: relative;
    z-index: 0;
    padding: 116px 0 90px 0;
}

.political-testimonial-section .section-title {
    margin-bottom: 40px;
}

.political-testimonial-section .pt-shape {
    position: absolute;
    left: 5%;
    top: 15%;
    opacity: 0.15;
    -webkit-animation: updown-three 3.5s both linear alternate infinite;
    animation: updown-three 3.5s both linear alternate infinite;
}

.political-testimonial-section .pt-shape-02 {
    position: absolute;
    right: 35%;
    top: 10%;
    opacity: 0.15;
    -webkit-animation: updown-three 3.5s both linear alternate infinite;
    animation: updown-three 3.5s both linear alternate infinite;
}

.political-testimonial-section .pt-shape-03 {
    position: absolute;
    right: 39%;
    bottom: 10%;
    opacity: 0.15;
    -webkit-animation: updown-three 3.5s both linear alternate infinite;
    animation: updown-three 3.5s both linear alternate infinite;
}

.political-testimonial-section .pt-shape-04 {
    position: absolute;
    bottom: 15%;
    left: 5%;
    opacity: 0.15;
    -webkit-animation: updown-three 3.5s both linear alternate infinite;
    animation: updown-three 3.5s both linear alternate infinite;
}

.political-testimonial-section .pt-shape-05 {
    position: absolute;
    bottom: 25%;
    left: 3%;
    opacity: 0.15;
    -webkit-animation: spin 3s both linear alternate infinite;
    animation: spin 3s both linear alternate infinite;
}

.political-testimonial-section .pt-shape-06 {
    position: absolute;
    top: 25%;
    left: 25%;
    opacity: 0.15;
    -webkit-animation: spin 3s both linear alternate infinite;
    animation: spin 3s both linear alternate infinite;
}

.political-testimonial-section .pt-shape-07 {
    position: absolute;
    top: 5%;
    left: 35%;
    opacity: 0.15;
    -webkit-animation: spin 3s both linear alternate infinite;
    animation: spin 3s both linear alternate infinite;
}

.political-testimonial-section .pt-shape-08 {
    position: absolute;
    top: 5%;
    right: 5%;
    opacity: 0.15;
    -webkit-animation: spin 3s both linear alternate infinite;
    animation: spin 3s both linear alternate infinite;
}

.political-testimonial-section .pt-shape-09 {
    position: absolute;
    top: 25%;
    right: 25%;
    opacity: 0.15;
    -webkit-animation: spin 3s both linear alternate infinite;
    animation: spin 3s both linear alternate infinite;
}

.political-testimonial-section .pt-shape-10 {
    position: absolute;
    bottom: 20%;
    right: 32%;
    opacity: 0.15;
    -webkit-animation: spin 3s both linear alternate infinite;
    animation: spin 3s both linear alternate infinite;
}

.political-testimonial-section .pt-single-item .icon {
    text-align: center;
    font-size: 60px;
    color: var(--main-color-one);
}

.political-testimonial-section .pt-single-item .author-name {
    text-align: center;
    font-size: 20px;
    line-height: 35px;
    font-family: var(--body-font);
    font-weight: 700;
    color: #505050;
    margin-bottom: 5px;
}

.political-testimonial-section .pt-single-item .description {
    text-align: center;
    font-size: 18px;
    line-height: 35px;
    font-family: var(--body-font);
    font-weight: 400;
    color: #505050;
}

.political-testimonial-section .political-slider-two {
    max-width: 310px;
    margin: auto;
    position: relative;
}

.political-testimonial-section .political-slider-two::before {
    content: "";
    position: absolute;
    left: -80px;
    top: 85px;
    width: 80px;
    height: 1px;
    background: var(--main-color-one);
}

.political-testimonial-section .political-slider-two::after {
    content: "";
    position: absolute;
    right: -93px;
    top: 85px;
    width: 80px;
    height: 1px;
    background: var(--main-color-one);
}

.political-testimonial-section .political-slider-two .slick-slide.slick-center img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    border-color: var(--main-color-one);
}

.political-testimonial-section .political-slider-two .slick-slide img {
    width: auto !important;
    display: inline-block;
    border: 4px solid #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    margin: 50px 0px 30px 20px;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.political-testimonial-section .political-slider-two .slick-slide.slick-current img,
.political-testimonial-section .political-slider-two .slick-slide img:hover {
    border-color: var(--main-color-one);
}

.political-testimonial-section .political-slider-two .slide-arrow.prev-arrow {
    position: absolute;
    left: -45%;
    top: 47%;
    background: transparent;
    border: 0px;
    font-size: 18px;
    color: var(--main-color-one);
    padding: 0;
}

.political-testimonial-section .political-slider-two .slide-arrow.prev-arrow:focus {
    outline: none;
}

.political-testimonial-section .political-slider-two .slide-arrow.next-arrow {
    position: absolute;
    right: -45%;
    top: 47%;
    background: transparent;
    border: 0px;
    font-size: 18px;
    color: var(--main-color-one);
    padding: 0;
}

.political-testimonial-section .political-slider-two .slide-arrow.next-arrow:focus {
    outline: none;
}

@-webkit-keyframes updown-three {
    0% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@keyframes updown-three {
    0% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: translateX(50px) rotate(0deg);
        transform: translateX(50px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateX(0px) rotate(360deg);
        transform: translateX(0px) rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: translateX(50px) rotate(0deg);
        transform: translateX(50px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateX(0px) rotate(360deg);
        transform: translateX(0px) rotate(360deg);
    }
}

@-webkit-keyframes pt {
    0% {
        width: 0px;
    }
    100% {
        width: 80px;
    }
}

@keyframes pt {
    0% {
        width: 0px;
    }
    100% {
        width: 80px;
    }
}

/*-------------------------
    Footer Area
-------------------------*/
.footer-area {
    background-color: var(--heading-color);
}

.footer-area.line-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.footer-top {
    position: relative;
    z-index: 0;
    border-bottom: 1px solid rgba(114, 108, 148, 0.2);
    margin-top: 120px;
}

.footer-top.style-01 {
    margin-top: 190px;
}


.footer-top.style-02 {
    margin-top: 90px;
}

.footer-top.issue {
    margin-top: 110px;
}

.footer-top.volunteer {
    margin-top: 160px;
}

.footer-top.event-single {
    margin-top: 110px;
}

.footer-top .footer-top-border {
    border-bottom: 1px dashed rgb(255 255 255 / 40%);
}

.footer-top .footer-bottom-border {
    padding-top: 50px;
    padding-bottom: 20px;
    border-bottom: 1px dashed rgb(255 255 255 / 40%);
}

.footer-top .subscribe-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.copyright-area {
    text-align: center;
    color: #898ba7;
    font-size: 14px;
    padding: 25px 0px;
}

.copyright-area .copyright-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.copyright-area-inner {
    color: #b1b1b1;
    font-size: 14px;
    line-height: 28px;
    font-weight: 300;
    font-family: var(--body-font);
}

.copyright-area-inner a {
    color: #c9c9c9;
}

.footer-event-item .content .designation {
    margin-bottom: 20px;
}

.footer-event-item .content .designation .event {
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    color: #fff;
    background: var(--main-color-one);
    padding: 5px 15px;
    border-radius: 5px;
    margin-right: 30px;
    cursor: pointer;
}

.footer-event-item .content .designation .date {
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    color: #fff;
}

.footer-event-item .content .title {
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    color: #fff;
    font-family: var(--body-font);
    margin-bottom: 15px;
    -webkit-transition: .7s all ease;
    transition: .7s all ease;
    cursor: pointer;
}

.footer-event-item .content .title:hover {
    color: var(--main-color-one);
}

.footer-event-item .content p {
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 30px;
    color: #fff;
}

.footer-event-item .content p.style-01 {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
  ## WIdgets
--------------------------------------------------------------*/
.widget {
    margin-bottom: 30px;
    padding: 25px;
    background-color: #fff;
    -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
}

.widget.style-01 {
    padding: 0;
}

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

.widget ul li {
    margin: 8px 0;
    display: block;
    -ms-word-wrap: break-word;
    word-break: break-word;
}

.widget ul li + li {
    margin-top: 10px;
}

.widget ul li:before {
    display: none;
}

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

.widget ul li:first-child {
    margin-top: 0;
}

.widget ul li a {
    color: inherit;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.widget ul li a:hover {
    color: var(--main-color-one);
}

.widget ul li a.rsswidget {
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
    color: var(--heading-color);
}

.widget ul li .rss-date {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
}

.widget ul li ul {
    margin-left: 20px;
    margin-top: 10px;
}

.widget ul li ul.sub-menu {
    position: initial;
    visibility: visible;
    opacity: 1;
    background-color: transparent;
    border-top: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 10px;
}

.widget ul li ul.sub-menu li a {
    padding: 0 0 0 10px;
}

.widget ul li ul.sub-menu li a:hover {
    background-color: transparent;
}

.widget h1,
.widget h2,
.widget h3,
.widget h4,
.widget h5,
.widget h6,
.widget .widget-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    text-transform: capitalize;
    position: relative;
    font-family: var(--body-font);
}

.widget h1.style-01,
.widget h2.style-01,
.widget h3.style-01,
.widget h4.style-01,
.widget h5.style-01,
.widget h6.style-01,
.widget .widget-title.style-01 {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 30px;
    position: relative;
    font-weight: 700;
}

.widget h1.style-01:after,
.widget h2.style-01:after,
.widget h3.style-01:after,
.widget h4.style-01:after,
.widget h5.style-01:after,
.widget h6.style-01:after,
.widget .widget-title.style-01:after {
    position: absolute;
    content: '';
    top: 50%;
    left: -25px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 60%;
    width: 100%;
    border-left: 5px solid var(--main-color-one);
}

.widget h1.style-02,
.widget h2.style-02,
.widget h3.style-02,
.widget h4.style-02,
.widget h5.style-02,
.widget h6.style-02,
.widget .widget-title.style-02 {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 30px;
    position: relative;
    font-weight: 700;
}

.widget h1.style-02:after,
.widget h2.style-02:after,
.widget h3.style-02:after,
.widget h4.style-02:after,
.widget h5.style-02:after,
.widget h6.style-02:after,
.widget .widget-title.style-02:after {
    position: absolute;
    content: '';
    top: 50%;
    left: -25px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 60%;
    width: 100%;
    border-left: 5px solid var(--main-color-one);
}

.widget select {
    width: 100%;
    height: 50px;
    padding: 10px 18px;
    border: 1px solid #ddd;
    position: relative;
    z-index: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='%2328303d'><polygon points='0,0 10,0 5,5'/></svg>");
    background-repeat: no-repeat;
    background-position-y: 58%;
    background-position-x: 95% !important;
    color: var(--paragraph-color);
}

.widget.footer-widget select {
    background-position-y: 53%;
}

.widget:last-child {
    margin-bottom: 0;
}

.widget .footer-widget {
    background-color: transparent !important;
    padding: 0;
    margin-bottom: 40px;
}

.widget.widget_nav_menu ul li.menu-item-has-children:after {
    display: none;
}

.widget ul li,
.comments-area .comment-list li,
.comments-area .comment-list li.comment {
    padding-left: 0;
}

.comments-area .comment-list li:before,
.comments-area .comment-list li.comment:before {
    display: none;
}

.widget-nav-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget-nav-menu ul li + li {
    border-top: 1px solid #2c3e88;
}

.widget_search .search-form {
    position: relative;
}

.widget_search .search-form .form-group {
    margin-bottom: 0;
}

.widget_search .search-form .form-group .form-control {
    height: 50px;
    border: 1px solid #D5E0EF;
    border-radius: 4px;
    padding: 0 62px 0 18px;
    background-color: #ffffff;
}

.widget_text .textwidget p img {
    margin: 8px 0;
}

.widget_text .textwidget form {
    margin-top: 20px;
}

.widget_search .search-form .submit-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    font-size: 20px;
    color: var(--main-color-one);
    background-color: transparent;
    border-radius: 0 30px 30px 0;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    border: none;
    cursor: pointer;
}

.widget_search .search-form .submit-btn:focus {
    outline: none;
}

.widget_search .search-form .submit-btn:hover {
    background-color: var(--hover-color);
    color: var(--heading-color);
}

.widget_author_meta {
    text-align: center;
}

.widget_author_meta .thumb {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.widget_author_meta .thumb img {
    border-radius: 50%;
}

.widget_author_meta .content .name {
    font-size: 21px;
    font-weight: 700;
}

.widget_author_meta .content .name p {
    font-size: 16px;
    line-height: 26px;
}

.widget_author_meta .content .name ul {
    margin-top: 25px;
}

.widget_author_meta .content .name ul li {
    display: inline-block;
    margin: 0 5px;
}

.widget_author_meta .content .name ul li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.widget_author_meta .content .name ul li a:hover {
    background-color: var(--main-color-one);
    color: #fff;
}

.widget_tag_cloud {
    padding-bottom: 20px;
}

.widget_tag_cloud .tagcloud a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 9px 15px 8px 15px;
    border-radius: 2px;
    font-size: 14px !important;
    line-height: 20px;
    font-family: var(--body-font);
    font-weight: 400;
    background: #fff;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #7A7A7A;
    border: 1px solid #D5E0EF;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
}

.widget_tag_cloud .tagcloud a:hover {
    background-color: var(--main-color-one);
    color: #fff;
}

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

.widget_nav_menu ul li {
    margin: 10px 0;
}

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

.widget_nav_menu ul li:first-child {
    margin-top: 0;
}

.widget_nav_menu ul li a {
    border: none;
}

.widget_nav_menu ul li > ul {
    margin-left: 15px;
}


.widget.widget_archive ul li:first-child {
    padding-top: 0;
}

.widget.widget_archive ul li + li {
    margin-top: 15px;
}

.widget.widget_archive ul li:last-child {
    border-bottom: none;
}

.widget.widget_archive ul li a i {
    color: var(--main-color-two);
    margin-right: 5px;
}

.widget ul.widget_categories li + li {
    margin-top: 15px;
}

.widget_archive ul li {
    padding: 10px 0;
    border-bottom: 1px dashed #D5E0EF;
}

.widget_archive ul li a {
    font-size: 16px;
    line-height: 24px;
    font-family: var(--body-font);
    font-weight: 400;
    color: #7A7A7A;
}

.widget_archive ul li span {
    float: right;
}

.widget.footer-widget.widget_calendar table {
    margin-bottom: 0;
}

.widget.footer-widget {
    background-color: transparent !important;
    padding: 0;
    margin-bottom: 30px;
}

.widget.footer-widget .social-links {
    margin-bottom: -22px;
    position: relative;
    z-index: 99;
}

.widget.footer-widget .social-links a {
    margin-right: 10px;
}

.widget.footer-widget .social-links a i {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 15px;
    color: var(--main-color-one);
    border-radius: 5px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    background-color: #fff;
}

.widget.footer-widget .social-links a i:hover {
    background: var(--main-color-one);
    color: #fff;
}

.widget.footer-widget .social-links a i:last-child {
    margin-right: 0;
}

.widget.footer-widget.style-01 {
    border: none;
    padding-top: 75px;
}

.widget.footer-widget.style-01 .widget-title {
    color: var(--heading-color);
}

.widget.footer-widget.style-01 ul li {
    color: var(--heading-color);
}

.widget.footer-widget.style-01 ul li a {
    color: var(--heading-color);
}

.widget.footer-widget.style-01 ul li:hover {
    color: var(--main-color-two);
}

.widget.footer-widget.style-01 ul li:hover a {
    color: var(--main-color-two);
}

.widget.footer-widget ul li a {
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    font-family: var(--body-font);
    position: relative;
}

.widget.footer-widget ul li a:hover {
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    color: var(--main-color-one);
}

.footer-widget ul li + li {
    border-color: #ffffff54 !important;
}

.widget.footer-widget .widget-headline {
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 25px;
    padding-bottom: 15px;
    text-transform: capitalize;
    position: relative;
    font-family: var(--body-font);
    color: #fff;
}

.widget.footer-widget .widget-headline .line {
    margin-top: -15px;
    display: block;
}

.widget.footer-widget .widget-headline .line .dot {
    display: inline-block;
    height: 2px;
    width: 4px;
    background-color: var(--main-color-one);
}

.widget.footer-widget .widget-headline .line .dot.style-02 {
    width: 20px;
}

.widget.footer-widget .widget-headline:before {
    display: none;
}

.widget.footer-widget .widget-headline p {
    color: #fff;
    font-size: 14px;
}

.widget.footer-widget.widget_tag_cloud .tagcloud {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
}

.widget.footer-widget.widget_tag_cloud .tagcloud a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
}

.widget.footer-widget.widget_recent_comments ul li a:after {
    display: none;
}

.widget.footer-widget.widget_recent_comments ul li a:hover {
    padding-left: 0;
}

.widget.footer-widget.widget_calendar table th {
    border: 1px solid #ddd;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
}

.widget.footer-widget.widget_calendar table th a {
    font-weight: 600;
    text-decoration: underline;
}

.widget.footer-widget.widget_calendar table td {
    border: 1px solid #ddd;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
}

.widget.footer-widget.widget_calendar table td a {
    font-weight: 600;
    text-decoration: underline;
}

.widget.footer-widget .subscribe-form .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}

.widget.footer-widget .subscribe-form .form-group .form-control {
    width: 100%;
    height: 50px;
    border-radius: 4px;
    background-color: #fff;
}

.widget.footer-widget .subscribe-form .form-group .form-control::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    font-family: var(--body-font);
    text-align: center;
}

.widget.footer-widget .subscribe-form .form-group .form-control:-ms-input-placeholder {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    font-family: var(--body-font);
    text-align: center;
}

.widget.footer-widget .subscribe-form .form-group .form-control::-ms-input-placeholder {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    font-family: var(--body-font);
    text-align: center;
}

.widget.footer-widget .subscribe-form .form-group .form-control::placeholder {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    font-family: var(--body-font);
    text-align: center;
}

.widget.footer-widget .subscribe-form .submit-btn {
    border: none;
    border-radius: 50px;
    background-color: var(--secondary-color);
    width: 85px;
    height: 55px;
    font-size: 25px;
    color: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
    margin-left: 15px;
    cursor: pointer;
}

.widget.footer-widget .subscribe-form .submit-btn:hover {
    background-color: #fff;
    color: var(--main-color-one);
}

.widget.footer-widget .subscribe-form .submit-btn.style-01 {
    background-color: #007bcf;
}

.widget.footer-widget .wp-calendar-nav {
    padding: 8px 0;
}

.wp-calendar-nav-prev:hover a {
    color: var(--main-color-one) !important;
}

.widget_recent_comments ul li + li {
    border-top: 1px dashed #e1e6ff;
    padding-top: 15px;
    margin-top: 15px;
}

.widget_recent_comments ul li .comment-author-link {
    font-weight: 600;
    display: block;
    color: var(--heading-color);
}

.widget_rss li + li {
    padding-top: 15px;
    margin-top: 15px !important;
    border-top: 1px dashed #e1e6ff;
}

.widget.footer-widget .wp-calendar-nav .wp-calendar-nav-prev {
    color: rgba(255, 255, 255, 1);
}

.widget.footer-widget .wp-calendar-nav .wp-calendar-nav-next {
    color: rgba(255, 255, 255, 1);
}

.widget.footer-widget .wp-calendar-nav .wp-calendar-nav-prev:hover {
    color: var(--main-color-one);
}

.widget.footer-widget .wp-calendar-nav .wp-calendar-nav-next:hover {
    color: var(--main-color-one);
}

.widget ul > li:last-child {
    padding-bottom: 0;
}

.widget img {
    height: auto;
}

.footer-widget.widget_nav_menu ul li a {
    position: relative;
}

.footer-widget.widget.widget_nav_menu ul li {
    margin: 0;
}

.footer-style .footer-area {
    background-color: var(--heading-color);
}

.footer-area .footer-top .footer-widget .menu li ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.widget_tag_cloud.footer-widget .tagcloud a {
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff !important;
}

.widget_tag_cloud.footer-widget .tagcloud a:hover {
    border: 1px solid var(--main-color-one);
    background-color: var(--main-color-one);
    color: #fff;
}

.wp-block-calendar caption {
    caption-side: top;
    text-align: center;
    padding: 8px;
    font-weight: 600;
    color: var(--heading-color);
    background-color: #ddd;
}

.widget_calendar caption {
    caption-side: top;
    text-align: center;
    padding: 8px;
    font-weight: 600;
    color: var(--heading-color);
    background-color: #ddd;
}

.wp-block-calendar table th {
    background-color: transparent;
}

.widget_recent_comments ul li {
    position: relative;
}

.widget_recent_comments ul li:before {
    position: static;
    font-family: 'Font Awesome 5 Free';
    content: "\f4ad";
    padding-right: 5px;
}

.widget .widget_calendar caption {
    color: var(--paragraph-color);
}

.widget_calendar table td {
    border: 1px solid #ddd;
    padding: 8px;
}

.widget_calendar table th {
    border: 1px solid #ddd;
    padding: 8px;
}

#wp-calendar {
    border-collapse: collapse;
    width: 100%;
    text-align: center;
}

#wp-calendar th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
}

.social_share {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.social_share li {
    margin: 0;
    display: block;
    padding-top: 15px;
    text-align: center;
    border-radius: 5px;
    color: var(--main-color-two);
}

.social_share li a:after {
    display: none;
}

.social_share li i {
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
}

.social_share li.facebook {
    background-color: #3b5999;
}

.social_share li.twitter {
    background-color: #55acee;
}

.social_share li.instagram {
    background-color: #e4405f;
}

.social_share li a:hover {
    color: var(--secondary-color);
}

.social_share li + li {
    margin-left: 10px;
}

.footer-widget .recent_post_item li.single-recent-post-item + li {
    border-top: initial;
    padding-top: 0;
}

.widget.widget_recent_posts {
    padding: 28px 30px 20px 34px;
}

.recent_post_item {
    margin: 0;
    padding: 0;
    list-style: none;
}

.recent_post_item li {
    display: block;
}

.recent_post_item li + li {
    margin-top: 20px;
}

.recent_post_item li.single-recent-post-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding-bottom: 10px;
}

.recent_post_item li.single-recent-post-item + li {
    padding-top: 20px;
    border-top: 1px dashed #D5E0EF;
}

.recent_post_item li.single-recent-post-item .thumb {
    width: 75px;
    border-radius: 50%;
    height: 70px;
    margin-right: 15px;
}

.recent_post_item li.single-recent-post-item .thumb a:before {
    display: none;
}

.recent_post_item li.single-recent-post-item .thumb a:hover {
    padding-left: 0;
}

.recent_post_item li.single-recent-post-item .thumb a:after {
    display: none;
}

.recent_post_item li.single-recent-post-item .thumb img {
    border-radius: 4px;
}

.recent_post_item li.single-recent-post-item .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.recent_post_item li.single-recent-post-item .content .title {
    font-size: 16px;
    line-height: 26px;
    font-family: var(--body-font);
    font-weight: 500;
    color: var(--heading-color);
    margin-bottom: 0px;
}

.recent_post_item li.single-recent-post-item .content .title a {
    padding-left: 0;
}

.recent_post_item li.single-recent-post-item .content .title a:hover {
    color: var(--main-color-one);
}

.recent_post_item li.single-recent-post-item .content .title a:before {
    display: none;
}

.recent_post_item li.single-recent-post-item .content .title a:after {
    display: none;
}

.recent_post_item li.single-recent-post-item .content .time {
    font-size: 14px;
    line-height: 24px;
    font-family: var(--body-font);
    font-weight: 500;
    color: #7A7A7A;
}

.footer-bottom-border .recent_post_item li.single-recent-post-item .content .time {
    font-size: 13px;
}


.recent_post_item li.single-recent-post-item .content .time i {
    color: var(--main-color-one);
    padding-right: 5px;
}

.contact_info_list {
    margin: 0;
    padding: 60px 0px 0px;
    list-style: none;
}

.contact_info_list li {
    display: block;
}

.contact_info_list li.single-info-item {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.contact_info_list li.single-info-item.style-01 .icon {
    color: var(--main-color-two);
}

.contact_info_list li.single-info-item.style-01 .details {
    padding-left: 40px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.contact_info_list li.single-info-item .icon {
    color: var(--main-color-one) !important;
    font-size: 16px;
    font-weight: 600;
    background-color: transparent;
    border-radius: 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-right: 0;
}

.contact_info_list li.single-info-item .icon.style-01 {
    font-size: 16px;
    margin-left: 0px;
}

.contact_info_list li.single-info-item .icon.style-01 i {
    width: 30px;
}

.contact_info_list li.single-info-item .details {
    margin-left: 12px;
    font-size: 16px;
    line-height: 24px;
    font-family: var(--body-font);
    font-weight: 400;
    color: white;
}

.contact_info_list li.single-info-item .details.style-01 {
    margin-left: 10px;
}

.contact_info_list li.single-info-item:first-child .icon.style-01 i {
    font-size: 20px;
}

.about_us_widget {
    padding-right: 30px;
}

.about_us_widget .footer-logo {
    margin-bottom: 20px;
    display: block;
}

.about_us_widget p {
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    font-family: var(--body-font);
    font-weight: 400;
    margin-bottom: 40px;
}

.widget-testimonial .icon {
    font-size: 70px;
    line-height: 60px;
    color: var(--main-color-two);
    margin-bottom: 16px;
}

.widget-testimonial p {
    color: #fff;
    line-height: 1.6;
}

.widget-testimonial .author-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-top: 24px;
}

.widget-testimonial .author-meta .thumb {
    margin-right: 20px;
}

.widget-testimonial .author-meta .thumb img {
    max-width: 80px;
    height: 80px;
    border-radius: 50%;
}

.widget-testimonial .author-meta .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 15px;
}

.widget-testimonial .author-meta .content .name {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
}

.widget-testimonial .author-meta .content .designation {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
}

.widget.widget_media_gallery .gallery {
    margin-bottom: 0;
}

.widget_senatory_post_category ul li:hover a {
    background-color: var(--main-color-one);
}

.widget_senatory_post_category ul li:hover a .title {
    color: #fff;
}

.widget_senatory_post_category ul li .title {
    padding: 0 20px;
    background-color: var(--secondary-color);
    position: relative;
    line-height: 50px;
    font-family: var(--body-font);
    margin-bottom: 0;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.widget_senatory_post_category ul li .title span {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: var(--hover-color);
    color: #fff;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

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

.about_me_widget .content .thumb {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    margin: auto;
}

.about_me_widget .content .thumb img {
    border-radius: 50%;
}

.about_me_widget .content .title {
    font-size: 18px;
    margin-top: 30px;
    font-weight: 700;
}

.about_me_widget .content p {
    padding-top: 10px;
}

.senatory-widget-about {
    border: 2px solid #f7f7f7;
}

.about_me_two_widget p {
    font-size: 16px;
    line-height: 26px;
}

.about_me_two_widget .content-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
}

.about_me_two_widget .thumb {
    width: 60px;
    margin-right: 20px;
}

.about_me_two_widget .title {
    font-size: 20px;
    font-weight: 600;
}

.about_me_two_widget .designation {
    color: var(--main-color-one);
}

.widget_senatory_service_category.widget {
    padding: 0;
}

.widget_senatory_service_category ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #f7f7f7;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 16px 35px;
    font-size: 16px;
    font-weight: 700;
}

.widget_senatory_service_category ul li a.active, .widget_senatory_service_category ul li a:hover {
    background-color: var(--main-color-one);
    color: #fff;
}

.widget_senatory_service_category ul li a.active span, .widget_senatory_service_category ul li a:hover span {
    opacity: 1;
}

.widget_senatory_service_category ul li a span {
    opacity: 0;
}

.widget_senatory_service_category ul li + li {
    margin-bottom: 10px;
}

.widget.widget_media_image {
    padding: 0;
}

.widget.widget_media_image img {
    width: 100%;
}

.senatory-service-doct.widget {
    padding: 0;
}

.senatory-service-doct .doc-link li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: transparent;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 35px;
    font-size: 16px;
    font-weight: 700;
    border: 2px solid #f7f7f7;
}

.senatory-service-doct .doc-link li a i {
    margin-right: 20px;
    color: #ff4815;
}

.senatory-service-doct .doc-link li a.active, .senatory-service-doct .doc-link li a:hover {
    background-color: var(--main-color-one);
    color: #fff;
}

.senatory-service-doct .doc-link li a.active i, .senatory-service-doct .doc-link li a:hover i {
    color: #fff;
}

.senatory-service-doct .doc-link li + li {
    margin-bottom: 10px;
}

.widget.widget_subscribe {
    background-color: var(--main-color-one);
    padding: 58px 45px;
    border-radius: 0px 0px 10px 10px;
    margin-top: -115px;
    position: relative;
}

.widget.widget_subscribe.political.style-01 {
    position: relative;
    top: -70px;
    margin-bottom: 0;
}
.widget.widget_subscribe.political::after {
    content: none;
}

.widget.widget_subscribe.political::before {
    content: none;
}

.widget.widget_subscribe::after {
    content: '';
    position: absolute;
    border-left: 44px solid transparent;
    border-bottom: 40px solid #9C0308;
    border-top: 64px solid transparent;
    top: -64px;
    left: -44px;
    z-index: -1;
}

.widget.widget_subscribe::before {
    content: '';
    position: absolute;
    border-right: 44px solid transparent;
    border-bottom: 40px solid #9C0308;
    border-top: 64px solid transparent;
    top: -64px;
    right: -44px;
    z-index: -2;
}

.widget.widget_subscribe .shape-01 {
    width: 80%;
    height: 35px;
    background: var(--main-color-one);
    border-radius: 0px 0px 10px 10px;
    position: absolute;
    bottom: -16px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
    opacity: 0.19;
}

.widget.widget_subscribe .shape-02 {
    width: 90%;
    height: 35px;
    background: var(--main-color-one);
    border-radius: 0px 0px 10px 10px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
    opacity: 0.4;
}

.widget.widget_subscribe .shape-03 {
    width: 95%;
    height: 35px;
    background: var(--main-color-one);
    border-radius: 0px 0px 10px 10px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
    opacity: 0.19;
}

.widget.widget_subscribe .header-content.style-01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.widget.widget_subscribe .header-content .title {
    font-size: 24px;
    list-style: 32px;
    font-family: var(--body-font);
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}

.widget.widget_subscribe .header-content .title.style-01 {
    text-align: left;
    font-size: 40px;
    line-height: 50px;
    font-family: var(--heading-font);
    font-weight: 600;
    max-width: 500px;
    margin-bottom: 0px;
}


.political-gallery-items {
    position: relative;
}

.political-gallery-items::after {
    content: '';
    position: absolute;
    z-index: -1;
    height: 456px;
    width: 885px;
    background-color: #EFEFF7;
    border-radius: 4px;
    top: 12%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.political-gallery-items .gallery-single-items.style-01 {
    margin-bottom: 30px;
}

.political-gallery-items .gallery-single-items img {
    border-radius: 10px;
}

.about-us-section-area.about-bg {
    background-image: url(../img/about-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 120px 0px 135px 0px;
    position: relative;
}

.event-contact-bg {
    background-image: url(../img/contact-bg.png);
}

.about-us-section-area.about-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(4, 7, 46, 0.7);
}

.about-us-section-area .about-inner .title {
    font-size: 65px;
    line-height: 78px;
    font-family: var(--heading-font);
    font-weight: 700;
    -webkit-text-stroke: 1px #fff;
    color: rgba(4, 7, 46, 0);
    text-align: center;
    margin-bottom: 20px;
}

.about-us-section-area .breadcrumbs {
    text-align: center;
}

.about-us-section-area .breadcrumbs ul {
    list-style: none;
    text-align: center;
    margin: 0;
    padding: 5px 15px;
    display: inline-block;
    border-radius: 4px;
    background: var(--main-color-one);
}

.about-us-section-area .breadcrumbs ul li {
    display: inline;
}

.about-us-section-area .breadcrumbs ul li + li {
    margin-left: 5px;
}

.about-us-section-area .breadcrumbs ul li + li::before {
    content: '/';
    display: inline-block;
    color: #fff;
    font-size: 18px;
    margin-right: 5px;
}

.about-us-section-area .breadcrumbs ul li a {
    font-size: 16px;
    line-height: 28px;
    font-family: var(--heading-font);
    font-weight: 400;
    color: #fff;
}

.administration-section {
    position: relative;
}

.administration-section .admin-shape {
    position: absolute;
    top: -90px;
    right: 35px;
}

.administration-section .admin-shape-02 {
    position: absolute;
    left: 13%;
    top: -17%;
}

.administration-section .administration-single-items.style-01 {
    margin-left: 50px;
}

.administration-section .administration-single-items .administrative-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 617px;
    border-radius: 10px;
}

.administration-section .administration-single-items .content .title {
    font-size: 40px;
    line-height: 50px;
    font-family: var(--heading-font);
    font-weight: 700;
    color: var(--heading-color);
    margin-bottom: 20px;
}

.administration-section .administration-single-items .content p {
    font-size: 18px;
    line-height: 28px;
    font-family: var(--body-font);
    font-weight: 500;
    color: #4E4E56;
    margin-bottom: 35px;
}

.administration-section .administration-single-items .administration-quotes {
    background: #F9F9FF;
    padding: 20px;
    border-left: 5px solid var(--main-color-one);
    position: relative;
    margin-bottom: 25px;
}

.administration-section .administration-single-items .administration-quotes .title {
    font-size: 20px;
    line-height: 30px;
    font-family: var(--body-font);
    font-weight: 500;
    max-width: 445px;
    margin-bottom: 0;
}

.administration-section .administration-single-items .administration-quotes .icon {
    position: absolute;
    top: 40%;
    right: 9%;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
}

.administration-section .administration-single-items .list-items ul {
    list-style: none;
    padding-left: 0;
}

.administration-section .administration-single-items .list-items ul li {
    font-size: 16px;
    line-height: 28px;
    font-family: var(--body-font);
    font-weight: 400;
    color: #505050;
    margin-bottom: 15px;
    padding-left: 40px;
    padding-top: 15px;
    position: relative;
}

.administration-section .administration-single-items .list-items ul li::after {
    content: '\f00c';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 15px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    color: var(--main-color-one);
    margin-right: 20px;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.administration-section .administration-single-items .list-items ul li + li {
    border-top: 1px solid rgb(204 204 204 / 40%);
}

.administration-section .administration-single-items .list-items ul li i {
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    color: var(--main-color-one);
    margin-right: 20px;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.administration-section .administration-single-items .feedback {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px;
}

.administration-section .administration-single-items .feedback .feedback-single {
    margin-right: 42px;
    position: relative;
}

.administration-section .administration-single-items .feedback .feedback-single::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 70%;
    border-right: 1px dashed #CCCCCC;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.administration-section .administration-single-items .feedback .feedback-single:last-child {
    margin-right: 0;
}

.administration-section .administration-single-items .feedback .feedback-single:last-child::after {
    content: none;
}

.administration-section .administration-single-items .feedback .feedback-single span {
    font-size: 40px;
    line-height: 48px;
    font-family: var(--heading-font);
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
    color: var(--main-color-one);
    margin-bottom: 10px;
    display: block;
}

.administration-section .administration-single-items .feedback .feedback-single p {
    font-size: 16px;
    line-height: 23px;
    font-family: var(--body-font);
    font-weight: 400;
    color: var(--heading-color);
    max-width: 170px;
}

.why-choose-us-section {
    margin-top: 120px;
    overflow: hidden;
}

.why-choose-us-section.style-01 {
    margin-top: 70px;
}

.why-choose-us-section.choose-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 105px 0px 120px 0px;
    position: relative;
}

.why-choose-us-section.choose-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--heading-color);
    opacity: 0.85;
}

.why-choose-us-section .choose-bg-02 {
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    height: 100%;
    width: 50%;
}

.why-choose-us-section .single-items-wrapper {
    margin-right: 50px;
}

.why-choose-us-section .single-items-wrapper .why-choose-single-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    padding: 25px 30px 20px;
    border-radius: 10px;
    position: relative;
    margin-bottom: 25px;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
}

.why-choose-us-section .single-items-wrapper .why-choose-single-items:hover {
    background: var(--main-color-one);
}

.why-choose-us-section .single-items-wrapper .why-choose-single-items:hover .icon {
    color: #fff;
}

.why-choose-us-section .single-items-wrapper .why-choose-single-items:hover .icon::after {
    border-color: #fff;
}

.why-choose-us-section .single-items-wrapper .why-choose-single-items:hover .content .title {
    color: #fff;
}

.why-choose-us-section .single-items-wrapper .why-choose-single-items:hover .content p {
    color: #fff;
}

.why-choose-us-section .single-items-wrapper .why-choose-single-items:hover .shape {
    visibility: visible;
    opacity: 1;
}

.why-choose-us-section .single-items-wrapper .why-choose-single-items:last-child {
    margin-bottom: 0;
}

.why-choose-us-section .single-items-wrapper .why-choose-single-items .icon {
    font-size: 42px;
    color: var(--heading-color);
    margin-right: 20px;
    position: relative;
    width: 80px;
    height: 80px;
    line-height: 85px;
    text-align: center;
}

.why-choose-us-section .single-items-wrapper .why-choose-single-items .icon::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px dashed var(--heading-color);
    border-radius: 50%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.why-choose-us-section .single-items-wrapper .why-choose-single-items .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.why-choose-us-section .single-items-wrapper .why-choose-single-items .content .title {
    font-size: 20px;
    line-height: 28px;
    font-family: var(--body-font);
    font-weight: 700;
    color: var(--heading-color);
}

.why-choose-us-section .single-items-wrapper .why-choose-single-items .content p {
    font-size: 16px;
    line-height: 28px;
    font-family: var(--body-font);
    font-weight: 400;
    color: #6B6B6B;
}

.why-choose-us-section .single-items-wrapper .why-choose-single-items .shape {
    position: absolute;
    top: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
}

.see-our-video-section {
    margin-top: 76px;
}

.see-our-video-section .video-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    min-height: 730px;
    border-radius: 10px;
}

.testimonial-carousel-five .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 4%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: rgba(249, 249, 255, 0.2);
    font-size: 28px;
    color: #fff;
    border-radius: 6px;
    border: 1px solid #F9F9FF;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
}

.testimonial-carousel-five .owl-nav .owl-prev:hover {
    background: #fff;
    border-color: #fff;
    color: var(--main-color-one);
}

.testimonial-carousel-five .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 4%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: rgba(249, 249, 255, 0.2);
    font-size: 28px;
    color: #fff;
    border-radius: 6px;
    border: 1px solid #F9F9FF;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
}

.testimonial-carousel-five .owl-nav .owl-next:hover {
    background: #fff;
    border-color: #fff;
    color: var(--main-color-one);
}

.testimonial-carousel-five .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.testimonial-carousel-five .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: relative;
}

.testimonial-carousel-five .owl-dots .owl-dot::after {
    content: '2005';
    position: absolute;
    top: -65px;
    left: 0;
    color: #fff;
}

.testimonial-carousel-five .owl-dots .owl-dot::before {
    content: '\e915';
    position: absolute;
    font-family: 'icomoon';
    font-weight: 900;
    left: 0;
    top: 0;
}

.contact_map {
    height: 100%;
    min-height: 500px;
    position: relative;
}

.contact_map::after {
    content: '\e91b';
    font-family: 'icomoon';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 40px;
    color: var(--main-color-one);
}

.map-section {
    padding-top: 300px;
    margin-top: 108px;
}

.event-facilities-section.facility-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    padding: 108px 0px 120px;
}

.event-facilities-section.facility-bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(4, 7, 46, 0.8);
    z-index: -2;
}

.event-facilities-section .facility-single-item .content .title {
    font-size: 40px;
    line-height: 55px;
    font-family: var(--heading-font);
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
}

.event-facilities-section .facility-single-item .content .title.style-01 {
    font-size: 24px;
    line-height: 38px;
}

.event-facilities-section .facility-single-item .content p {
    font-size: 18px;
    line-height: 28px;
    font-family: var(--body-font);
    font-weight: 500;
    color: #CCCCCC;
    margin-bottom: 30px;
}

.event-facilities-section .facility-single-item .icon {
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    font-size: 50px;
    color: var(--main-color-one);
    position: relative;
}

.event-facilities-section .facility-single-item .icon i::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='100' ry='100' stroke='%23CCCCCCFF' stroke-width='4' stroke-dasharray='6%2c 14' stroke-dashoffset='7' stroke-linecap='square'/%3e%3c/svg%3e");
    border-radius: 100px;
    top: -10px;
    left: 10px;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.office-address-section {
    position: relative;
    overflow: hidden;
    padding: 108px 0px 70px 0px;
}

.office-address-section .contact-shape {
    position: absolute;
    right: 2%;
    top: 6%;
}

.office-address-section .contact-shape-02 {
    position: absolute;
    left: -10%;
    top: 22%;
}

.trafic-section-area {
    padding-top: 109px;
    padding-bottom: 120px;
    position: relative;
    z-index: 0;
}

.trafic-section-area.trafic-bg {
    background-size: cover;
    background-position: 0% 82%;
    background-repeat: no-repeat;
}

.trafic-section-area .trafic-bg-02 {
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    height: 100%;
    width: 38%;
}

.trafic-section-area .inner-section-title .title {
    font-size: 40px;
    line-height: 48px;
    font-family: var(--heading-font);
    font-weight: 700;
    color: var(--heading-color);
    margin-bottom: 15px;
}

.trafic-section-area .inner-section-title p {
    font-size: 18px;
    line-height: 28px;
    font-family: var(--body-font);
    font-weight: 500;
    color: #4F4F6B;
    margin-bottom: 20px;
}

.trafic-section-area .content .description {
    font-size: 16px;
    line-height: 28px;
    font-family: var(--body-font);
    font-weight: 400;
    color: #505050;
    margin-bottom: 48px;
}

.trafic-section-area .protection-list-items .title {
    font-size: 20px;
    line-height: 35px;
    font-family: var(--body-font);
    font-weight: 700;
    color: var(--heading-color);
    margin-bottom: 20px;
}

.trafic-section-area .protection-list-items ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.trafic-section-area .protection-list-items ul li {
    font-size: 16px;
    line-height: 28px;
    font-family: var(--body-font);
    font-weight: 400;
    color: #505050;
    margin-bottom: 15px;
    padding-bottom: 15px;
    padding-left: 40px;
    display: inline-block;
    width: calc(100% / 2);
    position: relative;
}

.trafic-section-area .protection-list-items ul li::before {
    content: '\f00c';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    color: var(--main-color-one);
    margin-right: 20px;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.trafic-section-area .protection-list-items ul li::after {
    content: '';
    position: absolute;
    width: 85%;
    left: 0;
    bottom: 0;
    border-bottom: 1px solid rgba(204, 204, 204, 0.4);
}

.trafic-section-area .percentage-of-trafic {
    margin-top: 48px;
}

.trafic-section-area .percentage-of-trafic .content {
    margin-bottom: 25px;
}

.trafic-section-area .percentage-of-trafic .content .title {
    font-size: 20px;
    line-height: 35px;
    font-family: var(--body-font);
    font-weight: 700;
    color: var(--heading-color);
    margin-bottom: 10px;
}

.history-timeline-section {
    margin-top: 70px;
    background: #FFF9FC;
    padding: 108px 0px 45px 0px;
    position: relative;
    z-index: 0;
}

.history-timeline-section .history-shape-02 {
    position: absolute;
    bottom: 36%;
    left: 12%;
}

.history-timeline-section .history-shape-03 {
    position: absolute;
    bottom: 12%;
    right: -3%;
}

.history-timeline-section .history-shape-04 {
    position: absolute;
    bottom: 24%;
    left: 14%;
}

.history-timeline-section .history-shape-05 {
    position: absolute;
    left: 42%;
    bottom: 65%;
}

.our-journey-section .journey-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    min-height: 730px;
    border-radius: 10px;
    position: relative;
    z-index: -1;
}

.our-journey-section .journey-bg::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(4, 7, 46, 0) 55%, #04072e 100%);
    z-index: -1;
    border-radius: 10px;
}

.our-journey-section .journey-bg .content {
    position: absolute;
    bottom: 22px;
    left: 35px;
    padding-right: 30px;
}

.our-journey-section .journey-bg .content .title {
    font-size: 40px;
    line-height: 48px;
    font-family: var(--heading-font);
    font-weight: 700;
    color: #FFF9FC;
}

.our-journey-section .journey-bg .content .title span {
    font-size: 32px;
    line-height: 43px;
    font-family: var(--body-font);
    font-weight: 300;
    color: #FFF9FC;
}

.our-journey-section .journey-bg .content p {
    font-size: 18px;
    line-height: 28px;
    font-family: var(--body-font);
    font-weight: 500;
    color: #FFF9FC;
    max-width: 520px;
}

.history-slider {
    overflow: hidden;
}

.history-slider .history-shape {
    position: absolute;
    left: -45%;
    top: 20%;
}

.history-slider .slick-slider-controls .slick-prev {
    position: absolute;
    top: 50%;
    left: 50px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid #F9F9FF;
    color: #fff;
    border-radius: 6px;
    font-size: 28px;
    -webkit-transition: .7s all ease;
    transition: .7s all ease;
}

.history-slider .slick-slider-controls .slick-prev:hover {
    background: #fff;
    color: var(--main-color-one);
}

.history-slider .slick-slider-controls .slick-next {
    position: absolute;
    top: 50%;
    right: 50px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid #F9F9FF;
    color: #fff;
    border-radius: 6px;
    font-size: 28px;
    -webkit-transition: .7s all ease;
    transition: .7s all ease;
}

.history-slider .slick-slider-controls .slick-next:hover {
    background: #fff;
    color: var(--main-color-one);
}

.history-slider .history-number {
    position: relative;
    left: 20px;
    bottom: 50px;
}

.history-slider .history-number .history-year {
    position: relative;
}

.history-slider .history-number .history-year::after {
    content: "";
    position: absolute;
    left: -14px;
    top: 20px;
    width: 100%;
    height: 30px;
    border-right: 2px solid rgba(255, 255, 255, 0.8);
}

.history-slider .history-number .history-year h3 {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    font-family: var(--body-font);
    font-weight: 400;
    color: #FFF9FC;
    margin-left: 10px;
}

.history-year.slick-slide.slick-current.slick-active h3 {
    color: var(--main-color-one);
}

/*navbar-default*/
.logo-wrapper .site-title {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    color: #111;
}

.navbar-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.navbar-nav ul li {
    color: #fff;
    font-size: 14px;
    line-height: 70px;
    display: inline-block;
}

.navbar-nav ul li + li {
    margin-left: 20px;
}

.navbar.navbar-area.navbar-expand-lg.navigation-style-01.navbar-default {
    background-color: var(--secondary-color);
}

.navbar.navbar-area.navbar-expand-lg.navigation-style-01.navbar-default.nav-fixed {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    background-color: #fff !important;
    width: 100%;
    z-index: 8 !important;
    -webkit-box-shadow: 0 7px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 7px 10px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.navbar.navbar-area.navbar-expand-lg.navigation-style-01.navbar-default.nav-fixed .custom-container {
    background-color: #fff !important;
}

.navbar.navbar-area.navbar-expand-lg.navigation-style-01.navbar-default.nav-fixed .custom-container .logo-wrapper .site-title {
    color: var(--heading-color);
}

.navbar.navbar-area.navbar-expand-lg.navigation-style-01.navbar-default.nav-fixed .custom-container .navbar-nav ul li a {
    color: #000 !important;
}

.navbar.navbar-area.navbar-expand-lg.navigation-style-01.navbar-default .custom-container {
    max-width: 1200px;
    background-color: var(--secondary-color);
}

.navbar.navbar-area.navbar-expand-lg.navigation-style-01.navbar-default .custom-container .navbar-nav ul {
    display: block;
    width: 100%;
}

.navbar.navbar-area.navbar-expand-lg.navigation-style-01.navbar-default .custom-container .navbar-nav ul li.current_page_item a {
    color: var(--main-color-one);
}

.navbar.navbar-area.navbar-expand-lg.navigation-style-01.navbar-default .custom-container .navbar-nav ul li.page_item_has_children {
    position: relative;
    padding-right: 15px;
}

.navbar.navbar-area.navbar-expand-lg.navigation-style-01.navbar-default .custom-container .navbar-nav ul li.page_item_has_children:before {
    position: absolute;
    right: 0;
    top: 50%;
    content: "+";
    font-weight: 700;
    font-size: 14px;
    font-family: var(--body-font);
    /* IE 9 */
    -webkit-transform: translateY(-50%);
    /* Chrome, Safari, Opera */
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.navbar.navbar-area.navbar-expand-lg.navigation-style-01.navbar-default .custom-container .navbar-nav ul li.page_item_has_children:hover > .children {
    visibility: visible;
    opacity: 1;
}

.navbar.navbar-area.navbar-expand-lg.navigation-style-01.navbar-default .custom-container .navbar-nav ul li.page_item_has_children .children {
    position: absolute;
    text-align: left;
    min-width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
    left: 0;
    top: 100%;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
    background-color: #fff;
    z-index: 9;
    border-bottom: 4px solid var(--main-color-one);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.navbar.navbar-area.navbar-expand-lg.navigation-style-01.navbar-default .custom-container .navbar-nav ul li.page_item_has_children .children li {
    display: block;
    margin-left: 0;
    line-height: 22px;
    font-size: 14px;
}

.navbar.navbar-area.navbar-expand-lg.navigation-style-01.navbar-default .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:before {
    color: #fff;
    right: 20px;
}

.navbar.navbar-area.navbar-expand-lg.navigation-style-01.navbar-default .custom-container .navbar-nav ul li.page_item_has_children .children li + li {
    border-top: 1px solid #e2e2e2;
}

.navbar.navbar-area.navbar-expand-lg.navigation-style-01.navbar-default .custom-container .navbar-nav ul li.page_item_has_children .children li a {
    display: block;
    padding: 12px 17px;
    background-color: #fff;
    white-space: nowrap;
    color: var(--paragraph-color);
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.navbar.navbar-area.navbar-expand-lg.navigation-style-01.navbar-default .custom-container .navbar-nav ul li.page_item_has_children .children li a:hover {
    background-color: var(--main-color-one);
    color: #fff;
}

.navbar.navbar-area.navbar-expand-lg.navigation-style-01.navbar-default .custom-container .navbar-nav ul li.page_item_has_children .children li a:before {
    display: none;
}

.navbar.navbar-area.navbar-expand-lg.navigation-style-01.navbar-default .custom-container .navbar-nav ul li.page_item_has_children .children .page_item_has_children {
    position: relative;
    z-index: 0;
    padding-right: 0px;
}

.navbar.navbar-area.navbar-expand-lg.navigation-style-01.navbar-default .custom-container .navbar-nav ul li.page_item_has_children .children .page_item_has_children:before {
    position: absolute;
    right: 15px;
    top: 50%;
    content: "+";
    font-family: "Font Awesome 5 Free";
    /* IE 9 */
    -webkit-transform: translateY(-50%);
    /* Chrome, Safari, Opera */
    transform: translateY(-50%);
}

.navbar.navbar-area.navbar-expand-lg.navigation-style-01.navbar-default .custom-container .navbar-nav ul li.page_item_has_children .children .page_item_has_children > .children {
    left: -250px;
    top: 10px;
    margin-bottom: 0;
}

.navbar.navbar-area.navbar-expand-lg.navigation-style-01.navbar-default .custom-container .navbar-nav ul li.page_item_has_children .children .page_item_has_children > .children .children .children {
    left: auto;
    right: 100%;
}

.navbar.navbar-area.navbar-expand-lg.navigation-style-01.navbar-default .custom-container .navbar-nav ul li.page_item_has_children .children .page_item_has_children:hover > .children {
    visibility: visible;
    opacity: 1;
}

.navbar.navbar-area.navbar-expand-lg.navigation-style-01.navbar-default .custom-container .navbar-nav ul li.page_item_has_children .children .page_item_has_children:hover > .children li:hover:before {
    color: #fff;
}

.navbar.navbar-area.navbar-expand-lg.navigation-style-01.navbar-default .custom-container .navbar-nav ul li a {
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.navbar.navbar-area.navbar-expand-lg.navigation-style-01.navbar-default .custom-container .navbar-nav ul li:hover > a:before {
    width: 100%;
}

.navbar.navbar-area.navbar-expand-lg.navigation-style-01.navbar-default .custom-container .navbar-collapse .navbar-nav {
    text-align: right;
}

.navbar.navbar-area.navbar-expand-lg.navigation-style-01.navbar-default .custom-container .navbar-collapse .navbar-nav li:before {
    color: #fff;
}

.navbar.navbar-area.navbar-expand-lg.navigation-style-01.navbar-default .custom-container .navbar-collapse .navbar-nav li a {
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    color: #ffffff;
}

.navbar.navbar-area.navbar-expand-lg.navigation-style-01.navbar-default .custom-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
    color: #fff;
    background-color: var(--secondary-color);
}

.navbar.navbar-area.navbar-expand-lg.navigation-style-01.navbar-default .custom-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover {
    color: #fff;
    background-color: var(--main-color-one);
}

.navbar.navbar-area.navbar-expand-lg.navigation-style-01.navbar-default .custom-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:hover:before {
    color: #fff;
}

.navbar.navbar-area.navbar-expand-lg.navigation-style-01.navbar-default .custom-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:hover > .sub-menu li a {
    color: #fff;
    background-color: var(--secondary-color);
}

.navbar.navbar-area.navbar-expand-lg.navigation-style-01.navbar-default .custom-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:hover > .sub-menu li:hover a {
    background-color: var(--main-color-one);
    color: #fff;
}

.navbar.navbar-area.navbar-expand-lg.navigation-style-01.navbar-default .custom-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:before {
    color: #fff;
    right: 20px;
}

.navbar.navbar-area.navbar-expand-lg.navigation-style-01.navbar-default .custom-container .navbar-collapse .navbar-nav li.current-menu-item a {
    color: var(--secondary-color);
}

.navbar.navbar-area.navbar-expand-lg.navigation-style-01.navbar-default .custom-container .logo-wrapper .site-title {
    color: #fff;
}

.navbar-area .custom-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover > .sub-menu li a {
    padding-left: 45px;
}

.navbar-area .custom-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:before {
    right: 15px;
}

@media only screen and (max-width: 991px) {
    .navbar-area .custom-container {
        position: relative;
        z-index: 0;
        min-height: 80px;
        padding: 40px 10px;
    }

    .navbar-area .custom-container .responsive-mobile-menu {
        display: block;
        position: relative;
        width: 100%;
    }

    .navbar-area .custom-container .responsive-mobile-menu .navbar-toggler {
        position: absolute;
        right: 0;
        top: 50%;
        /* IE 9 */
        -webkit-transform: translateY(-50%);
        /* Chrome, Safari, Opera */
        transform: translateY(-50%);
    }

    .navbar-area .custom-container .navbar-brand {
        display: block;
    }

    .navbar-area .custom-container .navbar-brand .navbar-toggler {
        position: absolute;
        right: 10px;
        border: 1px solid #e2e2e2;
    }

    .navbar-area .custom-container .navbar-nav {
        width: 100%;
        display: none;
    }

    .navbar-area .custom-container .navbar-nav.show {
        display: block;
    }

    .navbar-area .custom-container .navbar-nav ul {
        display: block;
        margin-top: 40px;
    }

    .navbar-area .custom-container .navbar-nav ul li {
        display: block;
        text-align: left;
        line-height: 30px;
        padding: 10px 0;
        border-bottom: 1px solid rgba(17, 17, 17, 0.2);
    }

    .navbar-area .custom-container .navbar-nav ul li:last-child {
        border-bottom: none;
    }

    .navbar-area .custom-container .navbar-nav ul li + li {
        margin-left: 0;
    }

    .navbar-area .custom-container .navbar-nav ul li.page_item_has_children:before {
        top: 25px;
        right: 20px;
    }

    .navbar-area .custom-container .navbar-nav ul li.page_item_has_children:hover > .children {
        visibility: visible;
        height: auto;
        opacity: 1;
        background-color: transparent;
        border-bottom: none;
        margin-top: 10px;
    }

    .navbar-area .custom-container .navbar-nav ul li.page_item_has_children .children {
        position: initial;
        display: block;
        width: 100%;
        border-top: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-left: 0;
        padding-bottom: 0;
        visibility: hidden;
        opacity: 0;
        height: 0;
        overflow: hidden;
        max-height: 250px;
        overflow-y: scroll;
        -webkit-transition: height 500ms;
        transition: height 500ms;
    }

    .navbar-area .custom-container .navbar-nav ul li.page_item_has_children .children .children .page_item_has_children:before {
        content: "";
    }

    .navbar-area .custom-container .navbar-nav ul li.page_item_has_children .children li {
        padding: 0;
    }

    .navbar-area .custom-container .navbar-nav ul li.page_item_has_children .children li.page_item_has_children:hover:before {
        color: #fff;
    }

    .navbar-area .custom-container .navbar-nav ul li.page_item_has_children .children li + li {
        border-top: none;
    }

    .navbar-area .custom-container .navbar-nav ul li.page_item_has_children .children li:first-child {
        border-top: 1px solid rgba(0, 0, 0, 0.2);
    }
}

@media only screen and (max-width: 991px) {
    .navbar.navbar-area.navbar-expand-lg.navigation-style-01.navbar-default .custom-container .responsive-mobile-menu .navbar-toggler {
        background-image: none;
    }

    .navbar.navbar-area.navbar-expand-lg.navigation-style-01.navbar-default .custom-container .navbar-collapse .navbar-nav li {
        border-top: 1px solid #e2e2e2;
    }

    .navbar.navbar-area.navbar-expand-lg.navigation-style-01.navbar-default .custom-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:first-child {
        border-top: 1px solid #e2e2e2;
    }
}

.wp-block-image .alignleft {
    float: left;
    margin: 0.5em 1em 0.5em 0;
}

.wp-block-image .alignright {
    float: right;
    margin: 0.5em 0 0.5em 1em;
}

.wp-block-gallery.alignleft {
    margin-right: 20px !important;
    margin-top: 0 !important;
}

.wp-block-button__link {
    margin-bottom: 20px;
}

.wp-block-cover {
    margin-bottom: 20px;
    color: #fff;
}

.wp-block-cover.alignleft {
    margin-top: 0;
}

.wp-block-archives-list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 30px;
}

.wp-block-archives-list li + li {
    margin-top: 10px;
}

.blog-single-content-wrap .wp-block-archives-list li:before {
    display: none;
}

.blog-single-content-wrap .wp-block-archives-list li {
    padding-left: 20px;
}

.widget select,
.wp-block-archives-dropdown select,
.wp-block-categories-dropdown select {
    width: 100%;
    height: 50px;
    background-position-x: 97%;
    border: 1px solid #e2e2e2;
    background-color: transparent;
    margin-bottom: 5px;
    color: var(--paragraph-color);
}

.wp-block-latest-comments {
    margin: 0;
    padding: 0;
    list-style: none;
}

.wp-block-latest-comments__comment {
    line-height: 1.6;
}

.wp-block-latest-comments li + li {
    border-top: 1px dashed #e1e6ff;
    padding-top: 15px;
}

.wp-block-latest-comments__comment:last-child {
    margin-bottom: 0;
}

.wp-block-latest-comments li:before {
    display: none;
}

.wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-author {
    font-size: 16px;
    font-weight: 600;
    color: var(--heading-color);
    display: block;
}

.wp-block-latest-posts.wp-block-latest-posts__list {
    margin: 0;
    padding: 0;
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
    padding-left: 0;
}

.wp-block-latest-posts.wp-block-latest-posts__list li:before {
    display: none;
}

.wp-block-button.is-style-squared .wp-block-button__link,
.wp-block-button__link.wp-block-button.is-style-squared .wp-block-button__link {
    border-radius: 0;
}

.wp-block-latest-posts.wp-block-latest-posts__list li + li {
    margin-top: 15px;
    padding-top: 15px;
}

.widget .wp-block-latest-posts.wp-block-latest-posts__list li + li {
    border-top: 1px dashed #e1e6ff;
}

.wp-block-latest-posts.wp-block-latest-posts__list li a {
    font-size: 16px;
    font-weight: 500;
    color: var(--heading-color);
    line-height: 20px;
}

.wp-block-latest-comments__comment-meta a {
    -webkit-transition: all 300ms;
    transition: all 300ms;
}

.wp-block-latest-comments__comment-meta a:hover {
    color: var(--main-color-one);
}

.wp-block-search .wp-block-search__input {
    border: none;
    border-radius: 4px 0 0 4px;
    height: 50px;
    padding: 0 20px;
    border: 1px solid #d8dceb;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
    border-radius: 4px;
    border: 0;
}

.wp-block-search__inside-wrapper {
    border-radius: 4px;
}

.wp-block-search button[type=submit] {
    margin-left: 0;
    border: none;
    color: #fff;
    padding: 0 20px;
    font-size: 15px;
    background: var(--main-color-one);
    font-weight: 600;
    -webkit-transition: all 300ms;
    transition: all 300ms;
    cursor: pointer;
    border-radius: 0 3px 3px 0;
}

.wp-block-search button[type=submit]:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.wp-block-search button[type=submit]:hover {
    background-color: var(--heading-color);
    color: #fff;
}

.wp-block-tag-cloud a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 15px;
    text-transform: uppercase;
    border-radius: 2px;
    font-size: 14px !important;
    line-height: 20px;
    font-family: var(--body-font);
    font-weight: 400;
    background: #fff;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #7A7A7A;
    border: 1px solid #D5E0EF;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}


.wp-block-tag-cloud a:hover {
    background-color: var(--main-color-one);
    color: #fff;
    border-color: var(--main-color-one);
}

.wp-block-rss {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 30px;
}

.wp-block-rss li + li {
    margin-top: 10px;
}

.wp-block-rss li a:hover {
    color: var(--main-color-one);
}

.wp-block-rss li a {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: var(--heading-color);
    -webkit-transition: all 200ms;
    transition: all 200ms;
}

.wp-block-group.has-background {
    padding: 30px;
    padding-bottom: 1px;
}

.wp-block-calendar {
    margin-bottom: 30px;
}

ul.wp-block-latest-posts__list li,
.blog-single-content-wrap .wp-block-rss li {
    padding-left: 0;
}

ul.wp-block-latest-posts__list li:before,
.blog-single-content-wrap .wp-block-rss li:before {
    display: none;
}

.wp-block-quote.is-style-large {
    padding: 30px;
    padding-left: 90px;
    position: relative;
}

.wp-block-quote.is-style-large:after {
    position: absolute;
    left: 0;
    top: 10px;
    content: "";
    font-family: "icomoon";
    font-size: 30px;
    color: var(--main-color-one);
    font-weight: 700;
}

.wp-block-quote.has-text-align-right:after {
    left: auto;
    right: 30px;
    -webkit-transform: translate(0);
    transform: translate(0);
}

.wp-block-quote.has-text-align-right {
    padding-left: 30px;
    padding-right: 90px;
}

.wp-block-calendar .wp-calendar-nav {
    text-align: left;
}

.wp-block-calendar tbody td,
.wp-block-calendar th {
    text-align: center;
}

.wp-block-image {
    margin-bottom: 1em;
}

.wp-block-video video {
    max-width: 636px;
}

.wp-block-image img {
    display: block;
}

.wp-block-image.alignleft,
.wp-block-image.alignright {
    width: 100%;
}

.wp-block-image.alignfull img {
    width: 100vw;
}

.wp-block-cover-text p {
    padding: 1.5em 14px;
}

ul.wp-block-latest-posts.alignwide,
ul.wp-block-latest-posts.alignfull,
ul.wp-block-latest-posts.is-grid.alignwide,
ul.wp-block-latest-posts.is-grid.alignwide {
    padding: 0 14px;
}

.wp-block-table {
    display: block;
    overflow-x: auto;
}

.wp-block-table table {
    border-collapse: collapse;
    width: 100%;
}

.wp-block-table td, .wp-block-table th {
    padding: 0.5em;
}

.wp-block-embed.type-video > .wp-block-embed__wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
}

.wp-block-embed.type-video > .wp-block-embed__wrapper > iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.wp-block-quote.is-large {
    margin: 0 auto 16px;
}

.wp-block-pullquote > p:first-child {
    margin-top: 0;
}

.wp-block-separator {
    margin: 3em auto;
    padding: 0;
}

.wp-block-video video {
    max-width: 636px;
}

.wp-block-image img {
    display: block;
}

.wp-block-image.alignleft,
.wp-block-image.alignright {
    width: 100%;
}

.wp-block-image.alignfull img {
    width: 100vw;
}

.wp-block-cover-text p {
    padding: 1.5em 14px;
}

ul.wp-block-latest-posts.alignwide,
ul.wp-block-latest-posts.alignfull,
ul.wp-block-latest-posts.is-grid.alignwide,
ul.wp-block-latest-posts.is-grid.alignwide {
    padding: 0 14px;
}

.wp-block-table {
    display: block;
    overflow-x: auto;
}

.wp-block-table table {
    border-collapse: collapse;
    width: 100%;
}

.wp-block-table td, .wp-block-table th {
    padding: 0.5em;
}

.wp-block-embed.type-video > .wp-block-embed__wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
}

.wp-block-embed.type-video > .wp-block-embed__wrapper > iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.wp-block-column blockquote.wp-block-quote {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 20px !important;
}

.wp-block-quote.is-large {
    margin: 0 auto 16px;
}

.wp-block-pullquote > p:first-child {
    margin-top: 0;
}

.wp-block-separator {
    margin: 3em auto;
    padding: 0;
}

.wp-block-pullquote {
    border-top: 4px solid #555d66;
    border-bottom: 4px solid #555d66;
    color: #40464d;
    margin: 30px 0;
}

.wp-block-archives-dropdown select, .wp-block-categories-dropdown select {
    width: 100%;
    height: 50px;
    padding: 10px 20px;
    border: 1px solid #ddd;
    position: relative;
    z-index: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='%2328303d'><polygon points='0,0 10,0 5,5'/></svg>");
    background-repeat: no-repeat;
    background-position-y: 55%;
    background-position-x: 92%;
    color: var(--paragraph-color);
}

.wp-block-archives-dropdown select, .wp-block-categories-dropdown select {
    width: 100%;
    height: 50px;
    background-position-x: 97%;
    border: 1px solid #e2e2e2;
    background-color: transparent;
    margin-bottom: 30px;
    color: var(--paragraph-color);
}

@media screen and (min-width: 768px) {
    .wp-block-cover-text p {
        padding: 1.5em 0;
    }
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
    clear: both;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
    opacity: 0.7;
    font-weight: 600;
}

.wp-caption .wp-caption-text a {
    color: var(--secondary-color);
}

.wp-caption img[class*=wp-image-] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

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

figcaption {
    opacity: 0.7;
    font-weight: 600;
}

figcaption a {
    color: var(--secondary-color);
}

.wp-block-button.is-style-outline .wp-block-button__link {
    color: var(--paragraph-color) !important;
    border-color: var(--main-color-one);
}

.wp-block-button:not(.is-style-outline) .wp-block-button__link {
    color: #fff !important;
    background-color: var(--main-color-one);
}

/* --------------------------
    Post Navigation
---------------------------- */
.post-navigation-area {
    margin: 40px 0 0px 0;
}

.post-navigation-area .post-navigation-inner .content-area.style-01.no-line .content {
    text-align: left;
}

.post-navigation-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 0;
    border-radius: 3px;
}

.post-navigation-inner .content-area {
    width: calc(100% / 2);
}

.post-navigation-inner div .title {
    font-size: 18px;
    line-height: 25px;
    -webkit-transition: all 300ms;
    transition: all 300ms;
    margin-bottom: 0px;
}

.post-navigation-inner div .title a {
    -webkit-transition: all 300ms;
    transition: all 300ms;
}

.post-navigation-inner div .title:hover > a {
    color: var(--main-color-one);
}

.post-navigation-inner div:first-child {
    text-align: left;
}

.post-navigation-inner .content-area.no-line {
    width: 100%;
}

.post-navigation-inner .prev-post {
    -webkit-transition: all 300ms;
    transition: all 300ms;
    font-size: 14px;
    display: block;
    font-family: var(--body-font);
    font-weight: 500;
    color: var(--main-color-one);
    margin-bottom: 10px;
}

.post-navigation-inner .next-post {
    -webkit-transition: all 300ms;
    transition: all 300ms;
    font-size: 14px;
    display: block;
    font-family: var(--body-font);
    font-weight: 500;
    color: var(--main-color-one);
    margin-bottom: 10px;
}

.blog-comment-navigation .comment-navigation {
    min-height: 50px;
    margin-bottom: 30px;
}

/*---------------------------
    SINGLE POST NAVGATION
-----------------------------*/
.single-post-navigation {
    padding-top: 50px;
    word-break: break-word;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px dashed #ccc;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}


.single-post-navigation h3 {
    font-size: 18px;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: none;
}

.single-post-navigation .single-post-navigation-center-grid {
    font-size: 25px;
}

.single-post-navigation .single-post-navigation-center-grid a {
    color: var(--main-color-one);
}

.single-post-navigation .single-post-navigation-center-grid a:hover, .single-post-navigation .single-post-navigation-center-grid a:focus {
    color: #438FF9;
}

.single-post-navigation .prev-post a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    color: var(--main-color-one);
}

.single-post-navigation .next-post a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    color: var(--main-color-one);
}

.single-post-navigation .title-with-link {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
    font-size: 16px;
}

.single-post-navigation .title-with-link span {
    letter-spacing: 1px;
    text-transform: capitalize;
    font-weight: 600;
}

/*--------------------------------------------------------------
## Block Color Palette Colors
--------------------------------------------------------------*/
.has-strong-blue-color {
    color: #0073aa;
}

.has-strong-blue-background-color {
    background-color: #0073aa;
}

.has-lighter-blue-color {
    color: #229fd8;
}

.has-lighter-blue-background-color {
    background-color: #229fd8;
}

.has-very-light-gray-color {
    color: #eee;
}

.has-very-light-gray-background-color {
    background-color: #eee;
}

.has-very-dark-gray-color {
    color: #444;
}

.has-very-dark-gray-background-color {
    background-color: #444;
}

.has-large-font-size {
    font-size: 36px;
    line-height: 1.6;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
    padding-top: 8px;
}

/*--------------------------------------------------------------
# WP Table
--------------------------------------------------------------*/
.blog-single-content-wrap table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 15px;
}

.blog-single-content-wrap table td {
    border: 1px solid #e3e3e3;
    padding: 8px;
}

.blog-single-content-wrap table td a {
    text-decoration: underline;
    color: var(--main-color-one);
    font-weight: 400;
}

.blog-single-content-wrap table th {
    border: 1px solid #e3e3e3;
    padding: 8px;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
}

.blog-single-content-wrap table th a {
    text-decoration: underline;
    font-weight: 600;
}

.page-content table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 15px;
}

.page-content table td {
    border: 1px solid #e3e3e3;
    padding: 8px;
}

.page-content table td a {
    text-decoration: underline;
    color: var(--main-color-one);
    font-weight: 400;
}

.page-content table th {
    border: 1px solid #e3e3e3;
    padding: 8px;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
}

.page-content table th a {
    text-decoration: underline;
    font-weight: 600;
}

.single-comment-wrap table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 15px;
}

.single-comment-wrap table td {
    border: 1px solid #e3e3e3;
    padding: 8px;
}

.single-comment-wrap table td a {
    text-decoration: underline;
    color: var(--main-color-one);
    font-weight: 400;
}

.single-comment-wrap table th {
    border: 1px solid #e3e3e3;
    padding: 8px;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
}

.single-comment-wrap table th a {
    text-decoration: underline;
    font-weight: 600;
}

.content-area table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 15px;
}

.content-area table th {
    border: 1px solid #e3e3e3;
    padding: 8px;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
}

.content-area table th a {
    text-decoration: underline;
    color: var(--main-color-one);
    font-weight: 400;
}

.content-area table td {
    border: 1px solid #e3e3e3;
    padding: 8px;
}

.content-area table td a {
    text-decoration: underline;
    color: var(--main-color-one);
    font-weight: 400;
}

.calendar_wrap table td {
    text-align: center;
}

.widget_calendar table td a, .widget_calendar table th a {
    font-weight: 600;
    color: var(--main-color-one);
    text-decoration: underline;
}

.footer-widget.widget_calendar table td a, .footer-widget.widget_calendar table th a {
    font-weight: 600;
    color: var(--main-color-one);
    text-decoration: underline;
}

/*--------------------------------------------------------------
# WP List
--------------------------------------------------------------*/
.content-area ul li + li {
    margin-top: 10px;
}


.content-area ul li > ul li:before {
    background-color: transparent;
    border: 1px solid;
}

.content-area ol li {
    padding-left: 0;
}

.content-area ol li + li {
    margin-top: 10px;
}

.content-area .widget ul li {
    padding-left: 0;
}

.content-area .widget ul li:before {
    display: none;
}

.blog-single-content-wrap ol li + li {
    margin-top: 10px;
}


.blog-single-content-wrap ul li + li {
    margin-top: 10px;
}

.blog-single-content-wrap ul li ol > li {
    padding-left: 0;
}

.blog-single-content-wrap ul li ol > li:before {
    display: none;
}


.blog-single-content-wrap ul li > ul li:before {
    background-color: transparent;
    border: 1px solid;
}

.blog-single-content-wrap .post-meta li {
    padding-left: 0;
    text-transform: capitalize;
    position: relative;
}

.blog-single-content-wrap .post-meta li:before {
    display: none;
}

.blog-single-content-wrap .post-meta {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 20px;
}

.blog-single-content-wrap .post-meta li {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    margin-right: 25px;
    padding-left: 0;
}

.blog-single-content-wrap .post-meta li i {
    color: var(--main-color-one);
    margin-right: 5px;
}

.blog-single-content-wrap .post-meta li:before {
    display: none;
}

.blog-single-content-wrap .post-meta li:after {
    position: absolute;
    right: -16px;
    top: -1px;
    font-weight: 400;
    color: var(--main-color-one);
    content: "|";
}

.blog-single-content-wrap .post-meta li a:hover {
    color: var(--main-color-one);
}

.blog-single-content-wrap .post-meta li:last-child:after {
    display: none;
}

.page-content ol li + li {
    margin-top: 10px;
}

.page-content ul li + li {
    margin-top: 10px;
}

.single-comment-wrap ol li + li {
    margin-top: 10px;
}

.single-comment-wrap ul li + li {
    margin-top: 10px;
}

.comments-area .comment-list li .single-comment-wrap ul li > ul li:before {
    background-color: transparent;
    border: 1px solid;
}

.comments-area .comment-list .trackback {
    margin-bottom: 30px;
}

.comments-area .comment-list .pingback {
    margin-bottom: 30px;
}

.carousel-indicators li + li {
    margin-top: 0 !important;
}

.footer-widget.widget.widget_nav_menu ul li + li {
    margin-top: 10px;
}

ul.blocks-gallery-grid li {
    padding-left: 0;
}

ul.blocks-gallery-grid li:before {
    display: none;
}

.blog-details-footer .right .social-share li {
    padding-left: 0;
}

.blog-details-footer .right .social-share li:before {
    display: none;
}

.blog-details-footer .left .tags li {
    padding-left: 0;
}

.blog-details-footer .left .tags li:before {
    display: none;
}

.blog-pagination {
    display: block;
    width: 100%;
}

.blog-pagination ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.blog-pagination ul li {
    display: inline-block;
    padding-left: 0;
}

.blog-pagination ul li + li {
    margin: 0 5px;
}

.blog-pagination ul li:before {
    display: none;
}

.blog-pagination ul li span.current {
    background-color: var(--main-color-one);
    color: #fff;
}


/**** NEW CSS ****/

/*-----------------------
    Blog Grid Item
-----------------------*/
.blog-standard-item-01 {
    position: relative;
    border-bottom: 1px dashed #e1e6ff;
    padding-bottom: 45px;
    margin-bottom: 45px;
}

.blog-standard-item-01.sticky:after {
    position: absolute;
    right: 0;
    top: 0;
    font-family: "Font Awesome 5 Free";
    content: "";
    font-weight: 700;
    font-size: 20px;
    color: var(--main-color-one);
}

.blog-standard-item-01 .thumbnail {
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.blog-standard-item-01 .thumbnail img {
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.blog-standard-item-01 .thumbnail img:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.blog-standard-item-01 .content .cats a {
    display: inline-block;
    color: #fff;
    letter-spacing: 3px;
    padding: 4px 15px;
    font-weight: 400;
    font-size: 14px;
    margin-right: 10px;
    margin-bottom: 10px;
    background-color: var(--main-color-one);
}

.blog-standard-item-01 .content .post-meta-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
}

.blog-standard-item-01 .content .post-meta-wrap .social-icon li {
    padding-left: 0;
}

.blog-standard-item-01 .content .post-meta {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 14px;
}

.blog-standard-item-01 .content .post-meta li {
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    margin-right: 25px;
    padding-left: 0;
    margin-top: 0;
    position: relative;
}

.blog-standard-item-01 .content .post-meta li:after {
    position: absolute;
    right: -16px;
    top: -1px;
    color: var(--main-color-one);
    font-weight: 400;
    content: "|";
}

.blog-standard-item-01.format-quote .quote-post-type.style-01 .post-meta li:after {
    position: absolute;
    right: -14px;
    top: -2px;
    font-weight: 700;
    content: "|";
    font-family: "fontawesome";
}

.blog-standard-item-01.format-quote .quote-post-type.style-01 .post-meta li:last-child:after {
    display: none;
}

.blog-standard-item-01 .content .post-meta li:last-child:after {
    display: none;
}

.blog-standard-item-01 .content .post-meta li i {
    color: var(--main-color-one);
}

.blog-standard-item-01 .content .post-meta li:before {
    display: none;
}

.blog-standard-item-01 .content .post-meta li:hover a {
    color: var(--main-color-one);
}

.blog-standard-item-01 .content .post-meta li a {
    -webkit-transition: all 500ms;
    transition: all 500ms;
    text-transform: capitalize;
}

.blog-standard-item-01 .content .title {
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    margin-top: 10px;
    -webkit-transition: all 500ms;
    transition: all 500ms;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.blog-standard-item-01 .content .title:hover a {
    color: var(--main-color-one);
}

.blog-standard-item-01 .content p {
    font-size: 16px;
    margin-bottom: 25px;
}

.blog-standard-item-01 .content .blog-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    margin-top: 30px;
}

.blog-standard-item-01 .content .post-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog-standard-item-01 .content .post-author .author-image {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-right: 15px;
}

.blog-standard-item-01 .content .post-author a {
    color: #001b61;
    font-size: 16px;
    font-weight: 700;
}

.blog-standard-item-01.is-sticky {
    position: relative;
    z-index: 0;
}

.blog-standard-item-01.is-sticky:after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-size: 30px;
    line-height: 30px;
    color: var(--main-color-one);
}

.blog-standard-item-01.format-video .thumbnail {
    position: relative;
    z-index: 0;
}

.blog-standard-item-01.format-video .thumbnail .hover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.blog-standard-item-01.format-quote .thumbnail {
    position: relative;
}

.blog-standard-item-01.format-quote .quote-post-type {
    border-radius: 2px;
    z-index: 0;
    position: absolute;
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.blog-standard-item-01.format-quote .quote-post-type.style-01 {
    position: initial;
    -webkit-transform: initial;
    transform: initial;
    background-color: #fff;
    padding: 40px;
    border: 1px solid #CCCCCC
}

.blog-standard-item-01.format-quote .quote-post-type.style-01:after {
    color: var(--main-color-one);
    opacity: 0.15;
}

.blog-standard-item-01.format-quote .quote-post-type.style-01 .title {
    color: var(--heading-color);
}

.blog-standard-item-01.format-quote .quote-post-type.style-01 .post-meta li {
    color: var(--heading-color);
}

.blog-standard-item-01.format-quote .quote-post-type:after {
    position: absolute;
    left: 40px;
    top: 15px;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 80px;
    color: var(--main-color-one);
}

.blog-standard-item-01.format-quote .quote-post-type .title {
    padding-left: 100px;
    padding-right: 40px;
    color: #fff;
    font-size: 33px;
    font-weight: 600;
    line-height: 44px;
    margin-bottom: 10px;
}

.blog-standard-item-01.format-quote .quote-post-type .post-meta {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 20px;
    padding-left: 100px;
}

.blog-standard-item-01.format-quote .quote-post-type .post-meta li {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    margin-right: 20px;
    color: #fff;
    position: relative;
}

.blog-standard-item-01.format-quote .quote-post-type .post-meta li i {
    color: var(--main-color-one);
}

.blog-standard-item-01.format-quote .quote-post-type .post-meta li:before {
    display: none;
}

.blog-standard-item-01.format-quote .quote-post-type .post-meta li:hover a {
    color: var(--main-color-one);
}

.blog-standard-item-01.format-quote .quote-post-type .post-meta li a {
    -webkit-transition: all 500ms;
    transition: all 500ms;
}


.btn-wrap {
    display: block;
}

.btn-wrap .read-btn {
    background-color: var(--main-color-one);
    color: #fff;
    font-size: 15px;
    display: inline-block;
    border-radius: 5px;
    text-transform: capitalize;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -webkit-transition: .7s all ease;
    transition: .7s all ease;
    font-weight: 600;
    padding: 14px 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
}


.btn-wrap .read-btn:hover {
    background-color: var(--secondary-color);
}

.breadcrumb-wrap {
    position: relative;
    z-index: 0;
    background-size: cover;
    background-position: center;
    padding: 120px 0px 135px 0px;
    background-repeat: no-repeat;
}

.breadcrumb-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(4, 7, 46, 0.7);
    width: 100%;
    height: 100%;
    z-index: -1;
}

.breadcrumb-wrap .page-title {

}

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

.breadcrumb-wrap .page-title {
    font-size: 65px;
    line-height: 78px;
    font-family: var(--heading-font);
    font-weight: 700;
    -webkit-text-stroke: 1px #fff;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.breadcrumb-wrap .breadcrumb-content ul {
    list-style: none;
    text-align: center;
    margin: 0;
    display: inline-block;
}


.breadcrumb-wrap .breadcrumb-content ul li {
    display: inline;
}

.breadcrumb-wrap .breadcrumb-content ul li + li {
    margin-left: 10px;
}

.breadcrumb-wrap .breadcrumb-content ul li a {
    font-size: 16px;
    line-height: 28px;
    font-family: var(--heading-font);
    font-weight: 600;
    color: #fff;
}

.breadcrumb-wrap .breadcrumb-content ul li + li::before {
    content: '|';
    display: inline-block;
    color: #fff;
    font-size: 18px;
    margin-right: 10px;
}

.breadcrumb-wrap .breadcrumb-content ul li span {
    font-size: 16px;
    line-height: 28px;
    font-family: var(--heading-font);
    font-weight: 600;
    color: rgba(255,255,255, .8)	;
}

.preloader-inner {
    z-index: 999;
}


.blog-standard-item-01 .thumbnail img {
    height: auto;
}


.blog-pagination .page-numbers {
    padding: 7px 0px;
    width: 64px;
    height: 64px;
    line-height: 64px;
    border-radius: 50%;
    color: #B5B5B5;
    font-size: 22px;
    line-height: 47px;
    font-family: var(--body-font);
    font-weight: 700;
}


.blog-pagination .page-numbers:hover,
.blog-pagination .page-numbers.current {
    text-align: center;
    font-family: var(--body-font);
    color: #B5B5B5;
    border-radius: 50%;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    background-color: var(--main-color-one);
    color: #fff;
    border-color: var(--main-color-one);
}
.blog-pagination .page-numbers, .blog-pagination span.page {
    display: flex;
    padding: 3px 25px;
    border: 1px solid #e2e2e2;
    line-height: 40px;
    text-align: center;
    font-weight: 600;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    align-items: center;
    margin: 0 7px;
}

.blog-single-content-wrap .thumbnail {
    margin-bottom: 40px;
    position: relative;
    z-index: 0;
}

.blog-single-content-wrap .cats a {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    margin-right: 10px;
    margin-bottom: 10px;
    -webkit-transition: all 300ms;
    transition: all 300ms;
    background: var(--main-color-one);
    border: 1px solid var(--main-color-one);
    padding: 3px 10px;
    border-radius: 2px;
    color: #fff;
}
.blog-single-content-wrap .cats a:hover {
    background-color: transparent;
    color: var(--heading-color);
}

.blog-single-content-wrap p:not(.has-large-font-size, .wp-block-cover-text) {
    font-size: 16px;
}

.blog-details-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 40px;
    border-top: 1px dashed #ccc;
    padding-top: 25px;
    padding-bottom: 25px;
}

.blog-details-footer .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}


.blog-details-footer .title {
    font-size: 16px;
    font-weight: 600;
    font-family: var(--body-font);
    color: var(--heading-color);
    padding-right: 10px;
    margin-bottom: 0;
    line-height: 40px;
    min-width: 55px;
}

.blog-details-footer .tags {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}


.blog-details-footer .left .tags li {
    padding-left: 0;
}


.blog-details-footer .left .tags li a {
    display: inline-block;
    padding: 5px 15px;
    border: 1px solid #F3F3F3;
    margin: 5px 5px 5px 0;
    color: inherit;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    font-family: var(--body-font);
    border-radius: 2px;
    font-size: 14px !important;
    background-color: #F3F3F3;
    line-height: 1.5;
}


.blog-single-content-wrap {
    margin-bottom: 40px;
}


.comments-area .comment-reply-title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #292929;
}


.comment-form .submit-btn {
    height: auto;
    width: auto;
    border-radius: 5px;
    font-weight: 600;
    background-color: var(--main-color-one);
    border: none;
    cursor: pointer;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    color: #fff;
    padding: 14px 28px;
    font-size: 15px;
    text-transform: capitalize;
    padding-right: 55px;
    margin-top: 0px;
}

p.comment-form-cookies-consent {
    display: none;
}

p.form-submit {
    display: inline-block;
    position: relative;
    margin-top: 10px;
}

.comments-area .form-submit:before {
    position: absolute;
    right: 28px;
    top: 14px;
    font-family: 'icomoon' !important;
    content: "\e91e";
    color: #fff;
}

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

ol:not([class]) {
    margin-bottom: 20px;
}

ol:not([class]) ol {
    margin-bottom: 0;
}

ul ol:not([class]) {
    margin-bottom: 0;
}


ol ol, ol ul, ul ol, ul ul {
    margin-top: 10px;
}

.widget_archive ul li {
    padding: 0px 0;
    border-bottom: 0px dashed #D5E0EF;
}


.widget_tag_cloud .tagcloud a:hover {
    border-color: var(--main-color-one);
}

.navbar-nav ul li {
    font-size: 14px;
    font-weight: 600;
}


/*--------------------------------------------------------------
  ## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

.comments-area {
    margin-top: 30px;
    margin-bottom: 30px;
}

.comments-area .comments-title {
    font-size: 26px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 38px;
}

.comments-area .comment-list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 20px;
}

.comments-area .comment-list .comment-respond {
    margin-bottom: 50px;
}

.comment-respond .logged-in-as {
    font-size: 15px;
    margin-top: -10px;
}

.comments-area .comment-list li:last-child {
    margin-bottom: 0;
}

.comments-area .comment-list li:last-child .single-comment-wrap .thumb .date {
    margin-bottom: 0;
}

.comments-area .comment-list li ul.children {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 30px;
}

.comments-area .comment-list li ul.children li {
    margin-left: 50px;
    list-style: none;
}

.comments-area .comment-list li .single-comment-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    --ms-flex-item-align: start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.comments-area .comment-list li .single-comment-wrap .thumb {
    margin-right: 20px;
    min-width: 80px;
    border-radius: 50%;
}

.comments-area .comment-list li .single-comment-wrap .thumb img {
    margin-bottom: 10px;
    border-radius: 50%;
    border: 2px solid #fafafa;
    -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.02);
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.02);
}

.comments-area .comment-list li .single-comment-wrap .date {
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}

.comments-area .comment-list li .single-comment-wrap .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    max-width: 630px;
}

.comments-area .comment-list li .single-comment-wrap .content .title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    padding-right: 70px;
    color: #111;
    font-family: var(--heading-font);
    margin-bottom: 5px;
}

.comments-area .comment-list li .single-comment-wrap .content .comment-content {
    max-width: 670px;
}

.comments-area .comment-list li .single-comment-wrap .content p {
    word-break: break-word;
}

.comments-area .comment-list li .single-comment-wrap .content p:last-child {
    margin-bottom: 0;
}

.comments-area .comment-list li .single-comment-wrap .content .reply {
    color: var(--main-color-two);
}

.comments-area .comment-list li .single-comment-wrap .content .reply:hover {
    color: var(--main-color-one);
}

.comments-area .comment-list li .single-comment-wrap .content .comment-reply-link {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    color: var(--main-color-one);
    font-weight: 600;
}

.comments-area .comment-list li .single-comment-wrap .content .comment-reply-link:after {
    position: static;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    line-height: 1;
    margin-left: 5px;
    font-weight: 900;
}

.comments-area .comment-list li .single-comment-wrap .content .comment-reply-link:hover {
    color: var(--heading-color);
}

.comments-area .comment-list li.comment {
    margin-bottom: 30px;
}

.comments-area .comment-list .has-children {
    padding-left: 80px;
}

.comments-area .comment-list ol:not([class]) {
    margin-bottom: 20px;
}

.comments-area .comment-list ol:not([class]) li ol {
    margin-bottom: 0;
}

.comments-area .comment-list .children li:last-child {
    margin-bottom: 30px;
}

.comments-area .comment-list ul:not([class]) {
    margin-bottom: 20px;
}

.comments-area .comment-list ul:not([class]) ul {
    margin-bottom: 0px;
}

.comments-area .reply-title {
    font-size: 26px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 25px;
}

.comments-area .comment-reply-title {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 20px;
}

.comments-area .comment-reply-title small {
    font-size: 15px;
    line-height: 1.2;
    font-weight: 600;
    color: var(--secondary-color);
    margin-left: 10px;
    display: inline-block;
    position: relative;
    top: -1px;
    margin-bottom: 0;
}

.comments-area .comment-form-wrap {
    padding: 65px 95px 70px;
}

.comments-area .form-submit {
    margin-bottom: 0;
}

.blog-content-page-content-area .comments-area .comment-list li .single-comment-wrap .time {
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}

.comment-form .form-group.textarea .form-control {
    min-height: 120px;
    resize: none;
    line-height: 26px;
}

.comment-form .form-group.textarea .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.comment-form .form-group {
    position: relative;
}

.comment-form .form-group .form-control {
    height: 50px;
    line-height: 50px;
    border-radius: 0;
    border: 1px solid #f2f2f3;
    background-color: #fff;
    padding: 15px 20px;
    padding-right: 35px;
}


.comment-form .btn-wrap .boxed-btn {
    font-size: 14px;
}

.comment-form .submit-btn:hover {
    background-color: var(--secondary-color);
    color: #fff;
}

.comment-form-cookies-consent input[type=checkbox] {
    margin-right: 5px;
}

label[for=wp-comment-cookies-consent] {
    font-size: 14px;
}

.form-group.textarea {
    width: 100% !important;
    margin-left: 0 !important;
}

.full-width-content .comments-area .comment-list li .single-comment-wrap .content {
    max-width: 100%;
}

@media only screen and (max-width: 991px) {
    .comments-area .comment-list li .single-comment-wrap .content {
        max-width: calc(100% - 100px);
    }
}

@media only screen and (max-width: 384px) {
    .comments-area .comment-list li .single-comment-wrap {
        display: block;
    }

    .comments-area .comment-list li .single-comment-wrap .content {
        max-width: 100%;
    }
}


.blog-details-footer .left .tags li a:hover {
    background-color: var(--main-color-one);
    color: #fff;
}


.header-slider-one-wrapperr .header-area.header-bg {
    position: relative;
}


.header-slider-one-wrapperr .header-area.header-bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
    z-index: -1;
}


.features-box-icon i {
    font-size: 66px;
    color: var(--main-color-one);
    -webkit-transition: .7s all ease;
    transition: .7s all ease;
}

.single-testimonial-item:hover .features-box-icon i {
    color: #fff;
}


.counter-effect-custom .elementor-container.elementor-column-gap-default {
    background: #fff;
    -webkit-box-shadow: 0px 12px 40px rgb(221 19 26 / 28%) !important;
    box-shadow: 0px 12px 40px rgb(221 19 26 / 28%) !important;
    padding: 60px !important;
    border-radius: 10px !important;

}


.theme-blog-list-custom-wrapper li.news-single-list-items:before {
    display: none !important;
}

.theme-blog-list-custom-wrapper li.news-single-list-items {
    margin-top: 0;
    padding-left: 0 !important;
}


.vision-single-item-wrapper .col-lg-6:nth-child(2) {
    margin-top: 60px;
}

.vision-single-item-wrapper .col-lg-6:nth-child(3) {
    margin-top: -60px;
}


.contact-page-wrapper .contact-form .contact-page-form input[type="tel"] {
    font-size: 14px !important;
    font-weight: 300 !important;
    color: #fff;
}

.contact-page-wrapper .contact-form .contact-page-form .btn-wrapper.desktop-center {
    position: relative;
}

.btn-wrapper .boxed-btn.political-btn.style-01 {
    border: 0px solid;
    outline: none;
}

.about-box-list ul li:before {

    display: none !important;
}

ul.contact-info-list-02 li.single-info-item {
    padding-left: 0;
}


ul.contact-info-list-02 li.single-info-item:before {
    display: none !important;
}


.audio-player {
    box-shadow: none !important;
}


.plyr--audio .plyr__controls {
    background: transparent !important;
    color: #fff !important;

}


.plyr__controls .plyr__controls__item:first-child {
    background: var(--main-color-one);
}


.plyr--audio .plyr__controls {
    padding-bottom: 0 !important;
}

.news-single-items.style-01 .content {
    bottom: 65px;
}

.plyr--full-ui input[type="range"] {
    color: var(--main-color-one) !important;
}


.issues-pagination ul li span.current {
    padding: 7px 0px;
    width: 64px;
    height: 64px;
    line-height: 64px;
    border-radius: 50%;
    color: #fff;
    font-size: 22px;
    line-height: 47px;
    background: var(--main-color-one);
    font-family: var(--body-font);
    font-weight: 700;
}


.theme-custom-titlebar.title-centerr .content .subtitle {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.theme-custom-titlebar.title-rightt .content .subtitle {
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
}


.video-section span {
    font-size: 40px;
    line-height: 68px;
    font-weight: 400;
    font-family: var(--heading-font-02);
    color: #fff;
}


.event-single-items .event-img {
    background-size: cover;
    min-height: 380px;

}

.tribe-events-venue-map {
    width: 100%;
    margin-top: 0px;
}

.tribe-events-venue-map > iframe {
    max-height: 500px;
    min-height: 500px;
}


.wpcf7-submit.fjoin {
    background: #fff;
    border: 0px solid;
    padding: 15px 60px;
    text-align: center;
    display: inline-block;
    border-radius: 4px;
    color: var(--main-color-one);
    font-weight: 600;
    cursor: pointer;
    box-shadow: none;
    outline: none;
    transition: .5s all ease;
    font-size: 14px;
    line-height: 1.5;
    position: relative;
}


.contact-page-wrapper .contact-form.contact-bg.event-contact-bg {
    padding: 50px 30px 6px 30px;
}


.progress-item .single-progressbar .progressbar {
    width: 100%;
    position: relative;
    background-color: transparent !important;
    border-radius: 8px !important;
}

.progress-item .single-progressbar .progressbar .proggress {
    height: 5px;
    width: 10px;
    background-color: var(--main-color-one);
}

.progress-item .single-progressbar .progressbar .percentCount {
    position: absolute;
    color: white;
    left: 0%;
    top: -43px;
    background-color: var(--main-color-one);
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 500;
}

.progress-item .single-progressbar .progressbar .percentCount::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -5px;
    border-top: 10px solid var(--main-color-one);
    border-right: 10px solid transparent;
}


.progress-item .single-progressbar .progressbar .percentCount::after {
    left: 50%;
    bottom: -17px;
}


/*** Slider 3 ***/

.nav-container.home-three {
    max-width: 1170px;
}

.header-area.header-bg-03 {
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 588px 0px 120px;
}

.header-area.header-bg-03::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(182deg, rgba(255, 255, 255, 0) 23%, white 100%);
}

.header-area .senatory-banner {
    position: absolute;
    z-index: -2;
    bottom: 90px;
    left: 5%;
}

.header-area.header-sanatory .senatory-bg-img-02 {
    height: 943px;
    width: 51%;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 25%;
    bottom: -4%;
    z-index: -1;
}


.header-area .dot {
    width: 3px;
    height: 33px;
    background: var(--main-color-one);
    position: absolute;
    top: 2%;
    left: 7%;
    -webkit-animation: updown-two 1.5s both linear alternate infinite;
    animation: updown-two 1.5s both linear alternate infinite;
}

.header-area .dot-02 {
    width: 3px;
    height: 33px;
    background: var(--main-color-one);
    position: absolute;
    top: 50%;
    left: 7%;
    -webkit-animation: updown-two 1.5s both linear alternate infinite;
    animation: updown-two 1.5s both linear alternate infinite;
}

.header-area .dot-03 {
    width: 3px;
    height: 33px;
    background: var(--main-color-one);
    position: absolute;
    top: 2%;
    right: 7%;
    -webkit-animation: updown-two 1.5s both linear alternate infinite;
    animation: updown-two 1.5s both linear alternate infinite;
}

.header-area .dot-04 {
    width: 3px;
    height: 33px;
    background: var(--main-color-one);
    position: absolute;
    top: 18%;
    right: 21%;
    -webkit-animation: updown-two 1.5s both linear alternate infinite;
    animation: updown-two 1.5s both linear alternate infinite;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.header-area .dot-05 {
    width: 3px;
    height: 33px;
    background: var(--main-color-one);
    position: absolute;
    top: 50%;
    right: 21%;
    -webkit-animation: updown-two 1.5s both linear alternate infinite;
    animation: updown-two 1.5s both linear alternate infinite;
}

.header-area .dot-06 {
    width: 3px;
    height: 33px;
    background: var(--main-color-one);
    position: absolute;
    top: 80%;
    right: 7%;
    -webkit-animation: updown-two 1.5s both linear alternate infinite;
    animation: updown-two 1.5s both linear alternate infinite;
}

.header-area .dot-07 {
    width: 3px;
    height: 33px;
    background: var(--main-color-one);
    position: absolute;
    top: 80%;
    left: 24%;
    -webkit-animation: updown-two 1s both linear alternate infinite;
    animation: updown-two 1s both linear alternate infinite;
}

.header-area .dot-08 {
    width: 3px;
    height: 33px;
    background: var(--main-color-one);
    position: absolute;
    top: 20%;
    left: 24%;
    -webkit-animation: updown-two 1s both linear alternate infinite;
    animation: updown-two 1s both linear alternate infinite;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.header-area .dot-09 {
    width: 3px;
    height: 33px;
    background: var(--main-color-one);
    position: absolute;
    top: 10%;
    left: 40%;
    -webkit-animation: updown-two 1s both linear alternate infinite;
    animation: updown-two 1s both linear alternate infinite;
}


.header-area.header-sanatory .header-inner {
    overflow: hidden;
}


.header-area .subtitle.style-01 {
    padding-left: 0px;
    text-align: center;
    color: var(--main-color-one);
}


.header-area.header-sanatory .header-inner .title.style-01 {
    max-width: inherit;
    text-align: center;
    color: #04072E;
}

.header-area.header-sanatory .header-inner p.style-01 {
    max-width: inherit;
    text-align: center;
    line-height: 30px;
    font-weight: 500;
    color: #202020;
    margin-bottom: 55px;
}

.btn-wrapper .boxed-btn.btn-sanatory.style-01 {
    background-color: transparent;
    color: var(--main-color-one);
    border: 2px solid var(--main-color-one);
    -webkit-box-shadow: none;
    box-shadow: none;
    text-transform: capitalize;
}


.btn-wrapper .boxed-btn.btn-sanatory.style-01 .fa-chevron-right {
    margin-left: 10px;
    margin-right: 0px;
}

.video-play.style-04 i {
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    color: var(--main-color-one);
    background: #fff;
}


.video-play.style-04 span {
    font-size: 16px;
    line-height: 21px;
    font-family: var(--heading-font);
    font-weight: 700;
    color: #373737;
}


@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes updown {
    0% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        -webkit-transform: translate(0px);
        transform: translate(0px);
    }
}

@keyframes updown {
    0% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        -webkit-transform: translate(0px);
        transform: translate(0px);
    }
}

@-webkit-keyframes updown-two {
    0% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes updown-two {
    0% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}


a.video-play.style-04:after {
    display: none;
}


.bottom-single-items {
    border: 1px dashed #FFCECE;
    background: #fff;
    border-radius: 10px;
    padding: 40px 20px 40px 20px;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    margin-bottom: 30px;
}

.bottom-single-items:hover {
    border: 1px dashed #fff;
    -webkit-box-shadow: 0px 12px 30px rgba(221, 19, 26, 0.08);
    box-shadow: 0px 12px 30px rgba(221, 19, 26, 0.08);
}

.bottom-single-items:hover .icon {
    background: #fff;
    border: 1px solid var(--main-color-one);
    color: var(--main-color-one);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.bottom-single-items .icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background: var(--main-color-one);
    border: 1px solid var(--main-color-one);
    border-radius: 8px;
    -webkit-box-shadow: 0px 10px 25px rgba(221, 19, 26, 0.46);
    box-shadow: 0px 10px 25px rgba(221, 19, 26, 0.46);
    font-size: 48px;
    margin: 0px auto 20px auto;
    color: #fff;
    -webkit-transition: 0.7s all ease;
    transition: 0.7s all ease;
}

.bottom-single-items .content .title {
    text-align: center;
    font-size: 24px;
    line-height: 28px;
    font-family: var(--heading-font);
    font-weight: 600;
    color: var(--heading-color);
    margin-bottom: 0px;
}

.bottom-single-items.left .icon {
    margin: 0;
    margin-bottom: 20px;
}


.bottom-single-items.left .content .title {
    text-align: left;
}

.bottom-single-items.right .icon {
    margin-right: 0;
    margin-bottom: 20px;
}


.bottom-single-items.right .content .title {
    text-align: right;
}


.custom-meet-box-img .meet-member-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 570px;
    position: relative;
    z-index: 3;
}


.custom-meet-box-img .meet-member-img .member-quotes {
    background: #fff;
    padding: 20px 35px;
    border-left: 5px solid var(--main-color-one);
    position: absolute;
    top: 40%;
    left: -35%;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.custom-meet-box-img .meet-member-img .member-quotes .title {
    font-size: 22px;
    line-height: 35px;
    font-family: var(--body-font);
    font-weight: 700;
    max-width: 445px;
    margin-bottom: 0;
}


.custom-meet-box-img .meet-member-img .member-quotes .icon {
    position: absolute;
    top: 40%;
    right: 9%;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
}

.party-single-item .content .subtitle .icon {
    margin-right: 10px;
}


.strenth-single-items {
    margin-top: 54px;
}

.strenth-single-items + .strenth-single-items {
    margin-top: 100px;
}

.strenth-single-items .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.strenth-single-items .content .title {
    font-size: 24px;
    line-height: 28px;
    font-family: var(--heading-font);
    font-weight: 700;
    color: var(--heading-color);
    margin-bottom: 10px;
}

.strenth-single-items .content .icon span {
    font-size: 10px;
    color: var(--main-color-one);
    margin-right: 5px;
}

.strenth-single-items .content .icon .number {
    font-size: 20px;
    line-height: 27px;
    font-family: var(--heading-font);
    font-weight: 400;
    color: var(--main-color-one);
    margin-right: 5px;
    margin-left: 15px;
}

.strenth-single-items .description {
    font-size: 16px;
    line-height: 28px;
    font-family: var(--body-font);
    font-weight: 400;
    color: var(--heading-color);
    margin-bottom: 0px;
}


.young-leader-wrapper {
    position: relative;
}

.young-leader-wrapper:before {
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 390px;
    width: 100%;
    position: absolute;
    left: 125px;
    top: 50%;
    content: '';
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
}


.political-event-single-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border-radius: 10px;
    padding: 34px 34px 34px 34px;
    margin-bottom: 30px;
}

.political-event-single-items .thumb img {
    border-radius: 10px;
}

.political-event-single-items .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 40px;
}

.political-event-single-items .content .designation {
    margin-bottom: 20px;
}

.political-event-single-items .content .designation .event {
    font-size: 13px;
    font-weight: 500;
    line-height: 28px;
    color: #fff;
    background: var(--main-color-one);
    padding: 5px 15px;
    border-radius: 5px;
    margin-right: 30px;
}
.political-event-single-items .content .designation .event a:focus,
.political-event-single-items .content .designation .event a:active,
.political-event-single-items .content .designation .event a:hover {
    color: #fff;
}

.tribe-events .tribe-events-c-search__button {
    background: var(--main-color-one);
}

.political-event-single-items .content .designation .date {
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    color: #828282;
}

.political-event-single-items .content .title {
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    font-family: var(--body-font);
    margin-bottom: 15px;
    -webkit-transition: 0.7s all ease;
    transition: 0.7s all ease;
}

.political-event-single-items .content .title:hover {
    color: var(--main-color-one);
}

.political-event-single-items .content p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 0px;
    max-width: 555px;
    color: #505050;
}

.political-event-single-items .read-more-link {
    font-size: 16px;
    line-height: 21px;
    font-family: var(--body-font);
    font-weight: 500;
    color: var(--main-color-one);
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    text-transform: capitalize;
}

.political-event-single-items .read-more-link i {
    margin-left: 10px;
    font-size: 13px;
}

.political-event-single-items .read-more-link:hover {
    color: #970c10;
}


.theme-events-list-wrapp .btn-wrapper {
    text-align: center;
}

.political-event-single-items .thumb img {
    border-radius: 10px;
    width: 219px;
    height: 219px;
    object-fit: cover;
}


.gallery-single-items {
    margin-bottom: 30px;
}

.gallery-single-items .thumb {
    position: relative;
    z-index: 0;
}

.gallery-single-items .thumb::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: var(--heading-color);
    opacity: 0;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    visibility: hidden;
    border-radius: 10px;
}

.gallery-single-items .thumb img {
    border-radius: 10px;
    width: 100%;
}


.gallery-single-items .thumb .cart-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    visibility: hidden;
    font-size: 24px;
    z-index: 1;
    width: 75px;
    height: 75px;
    border: 3px solid #fff;
    line-height: 75px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    opacity: 0;
}

.gallery-single-items .content .title {
    font-size: 24px;
    line-height: 35px;
    font-family: var(--body-font);
    font-weight: 700;
    color: #fff;
    bottom: 45px;
    position: absolute;
    top: inherit;
    max-width: 410px;
    left: 30px;
    visibility: hidden;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    opacity: 0;
}


.gallery-single-items:hover .thumb::before {
    visibility: visible;
    opacity: 0.5;
}

.gallery-single-items:hover .thumb .cart-icon {
    visibility: visible;
    opacity: 1;
}

.gallery-single-items:hover .content .title {
    visibility: visible;
    opacity: 1;
}


.header-top::after {
    top: 32px;
}

.theme-header-style-two .navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li a {
    color: #fff;
}

body.admin-bar .theme-header-style-two .navbar-area.nav-style-02 {
    top: 32px;
}


.logo-wrapper.header-three-logo {
    margin-left: 40px;
    margin-right: 40px;
}

#senatory_right_menu ul {
    text-align: left;
}

.nav-right-content.header-three-nav-right {
    margin-left: 0 !important;
    display: none;
}

.nav-right-content.header-three-nav-right {
    margin-left: 0 !important;
}


.header-three-nav-right .donate-btn {
    font-size: 18px;
    line-height: 24px;
    font-family: var(--body-font);
    font-weight: 700;
    color: var(--main-color-one);
}

.header-three-nav-right .donate-btn i {
    font-size: 16px;
    margin-left: 10px;
}

.widget.footer-widget .subscribe-form .form-group input[type=email] {
    display: block;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 100%;
    height: 50px;
    border-radius: 4px;
    background-color: #fff;
    text-align: center;
}


.widget_subscribe .subscribe-form input[type=submit] {
    color: #fff;
    display: inline-block;
    padding: 14px 27px;
    border-radius: 5px;
    text-transform: capitalize;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -webkit-transition: .7s all ease;
    transition: .7s all ease;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-box-shadow: 0 7px 20px rgb(221 19 26 / 30%);
    box-shadow: 0 7px 20px rgb(221 19 26 / 30%);
    background-color: var(--heading-color);
    width: 100%;
    border: 1px solid var(--heading-color);
    -webkit-transition: .7s all ease;
    transition: .7s all ease;
    padding-left: 0;
}

.widget_subscribe .subscribe-form .btn-wrapper i {
    position: absolute;
    top: 17px;
    right: 56px;
}

.widget_subscribe .subscribe-form .btn-wrapper {
    position: relative;
}


.navbar-area .nav-container .navbar-collapse .navbar-nav li a {
    position: relative;
    display: block;
}


.custom-sec-vision {
    min-height: 650px;
}

.custom-sec-vision-two {
    min-height: 755px;
}

.vision-right-col {
    max-width: 600px;
}

.feedback-custom-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.feedback-custom-text span {
    font-size: 40px;
    line-height: 1;
    font-family: var(--heading-font);
    font-weight: 700;
    color: var(--main-color-one);
    margin-right: 20px;
}

.feedback-custom-text p {
    font-size: 16px;
    line-height: 23px;
    font-family: var(--body-font);
    font-weight: 700;
    max-width: 172px;
    color: var(--main-color-one);
    margin-bottom: 0;
}

.m-bottom-zero {
    margin-bottom: 0 !important;
}


.party-video-col-right .content p {
    margin-bottom: 15px;
}


.campaign-single-item .campaign-bg {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 740px;
    border-radius: 10px 0px 0px 10px;
}

.campaign-area-custom .counter-single-item ul {
    margin: 0;
    padding: 0;
}

.campaign-area-custom .counter-single-item ul, .campaign-area-custom .counter-single-item li {
    list-style: none !important;
}


.counter-single-item li:before {
    display: none !important;
}


.campaign-area-custom .counter-single-item li + li {
    margin-top: 0 !important;
}


.campaign-single-items-02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: var(--main-color-one);
    padding: 40px;
    border-radius: 10px;
    position: relative;
    margin-bottom: 50px;
}

.campaign-single-items-02 .icon {
    width: 114px;
    height: 114px;
    line-height: 114px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    margin-right: 28px;
    font-size: 65px;
    color: var(--heading-color);
}

.campaign-single-items-02 .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.campaign-single-items-02 .content .title-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.campaign-single-items-02 .content .title-wrapper .title {
    position: relative;
}

.campaign-single-items-02 .content .title-wrapper .title h5 {
    font-size: 24px;
    line-height: 35px;
    font-family: var(--body-font);
    color: #fff;
    margin-bottom: 15px;
}

.campaign-single-items-02 .content .title-wrapper .line {
    margin-left: 15px;
    padding-top: 5px;
}

.campaign-single-items-02 .content .title-wrapper .line .dot {
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #fff;
}

.campaign-single-items-02 .content .title-wrapper .line .dot.style-02 {
    width: 45px;
}

.campaign-single-items-02 .content p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    font-family: var(--body-font);
    color: #fff;
    margin-bottom: 0px;
}


.campaign-single-items-02 .shape {
    position: absolute;
    top: 0;
    right: 0;
}


.campaign-single-items-02::after {
    content: '';
    position: absolute;
    width: 95%;
    height: 30px;
    background: rgba(221, 19, 26, 0.16);
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 10px;
}


.campaign-single-items-02 .content .title-wrapper .title h5 {
    font-weight: 500;
}


.volunteer-section-area {
    margin-top: 55px;
}


.counter-last .single-counterup-01.style-04 {
    border-right: 0;
}


.custom-testimonial-one-wrap.testimonial-section-area .testimonial-carousel-three .owl-dots {
    padding-left: 0;
    margin-left: -7px;
}


.header-side-content ul.top-single-items, .header-side-content ul.top-single-items li {
    list-style: none;
}

.header-side-content ul.top-single-items li:before {
    display: none;
}

.header-side-content ul.top-single-items li + li {
    margin: 0;
    padding: 0;
}


.header-area.header-sanatory .header-inner.political .form-group .icon {
    top: 38px;
}

.vision-single-item-wrapper {
    z-index: 99;
}

.custom-quote {
    background: #fff;
    padding: 20px 35px;
    border-left: 5px solid var(--main-color-one);
    position: relative;
    max-width: 520px;
}

.custom-quote p {
    font-size: 22px;
    line-height: 35px;
    font-family: var(--body-font);
    font-weight: 500;
    max-width: 445px;
    margin-bottom: 0;
    color: #04072e;
}


.single-party-member-item ul, .single-party-member-item ul li {
    list-style: none;
}

.single-party-member-item ul li:before {
    display: none;
}

.single-party-member-item ul li {
    padding-left: 0;
}

.single-party-member-item ul li + li {
    margin: 0;
    padding: 0;
}


.counter-wrap-two .single-counterup-01.style-04 {
    border: 0px solid;
    text-align: center;
    background: #fff;
    -webkit-box-shadow: 0px 12px 30px rgb(221 19 26 / 12%);
    box-shadow: 0px 12px 30px rgb(221 19 26 / 12%);
    padding: 42px 42px;
    border-radius: 10px;
    position: relative;
}


.counter-wrap-two .first-counter .single-counterup-01.style-04:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10px;
    height: 127px;
    border-radius: 0px 3px 3px 0px;
    background-color: var(--main-color-one);

}

.counter-wrap-two {
    position: relative;
}

.counter-wrap-two .last-counter .single-counterup-01.style-04:before {

    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10px;
    height: 127px;
    border-radius: 0px 3px 3px 0px;
    background-color: var(--main-color-one);
}


.gallery-single-items .thumb img {
    object-fit: cover;
}

.home-toggle-wrap .elementor-widget-container {
    max-width: 730px;
    margin: auto;
}

.theme-donations-wrapper {
    margin-top: 105px;
    margin-bottom: 30px;
}


.history-timeline-section {
    margin-top: 0px;
    padding: 0px 0px 0px 0px;
}

.our-speeches-section {
    margin-top: 0px;
}

.gallery-carousel-custom {
    margin-top: 0 !important;
}

.see-our-video-section {
    margin-top: 0px;
}


.team-members-wrapper-animate .single-party-member-item {
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.team-members-wrapper-animate .single-party-member-item:hover .content {
    opacity: 1;
    visibility: visible;
    top: 45%;
}

.team-members-wrapper-animate .single-party-member-item:hover .thumb img {
    border: 5px solid var(--main-color-one);
    border-radius: 10px;
    width: 100%;
}

.team-members-wrapper-animate .single-party-member-item .thumb img {
    border-radius: 10px;
    border: 5px solid transparent;
    -webkit-transition: 0.7s all ease;
    transition: 0.7s all ease;
}

.team-members-wrapper-animate .single-party-member-item .content {
    background: rgba(221, 19, 26, 0.8);
    border-radius: 10px;
    width: 284px;
    position: absolute;
    z-index: 1;
    left: 9%;
    top: 85%;
    padding: 30px 30px 30px 30px;
    -webkit-transition: 0.7s all ease;
    transition: 0.7s all ease;
    opacity: 0;
    visibility: hidden;
}

.team-members-wrapper-animate .single-party-member-item .content .author-meta .author-name {
    text-align: center;
    font-size: 24px;
    line-height: 28px;
    font-family: var(--body-font);
    font-weight: 700;
    color: #fff;
    margin-bottom: 0px;
}

.team-members-wrapper-animate .single-party-member-item .content .author-meta .designation {
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    font-family: var(--body-font);
    font-weight: 400;
    color: #fff;
    margin-top: 5px;
    margin-bottom: 22px;
}

.team-members-wrapper-animate .single-party-member-item .content .social-links {
    text-align: center;
}

.team-members-wrapper-animate .single-party-member-item .content .social-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.team-members-wrapper-animate .single-party-member-item .content .social-links ul li {
    display: inline-block;
    margin-right: 10px;
}

.team-members-wrapper-animate .single-party-member-item .content .social-links ul li:last-child {
    margin-right: 0px;
}

.team-members-wrapper-animate .single-party-member-item .content .social-links ul li i {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 15px;
    color: var(--main-color-one);
    border-radius: 5px;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    background-color: #fff;
    border: 1px solid #fff;
}

.team-members-wrapper-animate .single-party-member-item .content .social-links ul li i:hover {
    background: transparent;
    color: #fff;
}

.testimonial-carousel-eight .owl-item.center .single-party-member-item-02 .content {
    opacity: 1;
    visibility: visible;
    top: 45%;
}


.give-wrap.container {
    margin-top: 120px;
    margin-bottom: 25px;
}

.give-wrap.container p {
    margin-bottom: 35px;
}


[id*=give-form] div#give-sidebar-left {
    display: none;
}


[id*=give-form] div.summary {
    float: none;
    width: 100%;
}

.give-submit-button-wrap .give-submit {
    color: #fff;
    display: inline-block;
    padding: 17px 27px;
    border-radius: 5px;
    text-transform: capitalize;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -webkit-transition: .7s all ease;
    transition: .7s all ease;
    font-weight: 600;
    background-color: var(--main-color-one);
    text-transform: uppercase;
    -webkit-box-shadow: 0 7px 20px rgb(221 19 26 / 30%);
    box-shadow: 0 7px 20px rgb(221 19 26 / 30%);
    border: 0px solid;
}

.management-sec .elementor-widget-wrap {
    min-height: 514px;
    background-size: contain !important;
    border-radius: 6px;
}

.planing-item-wrapper .planing-single-item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #FFF9FC;
    -webkit-box-shadow: 0px 15px 30px rgb(221 19 26 / 14%);
    box-shadow: 0px 15px 30px rgb(221 19 26 / 14%);
    padding: 20px;
    border-radius: 6px;
}

.planing-item-wrapper .planing-single-item .content .title {
    font-size: 16px;
    line-height: 26px;
    font-family: var(--body-font);
    font-weight: 700;
    color: #6B6B6B;
    margin-bottom: 0;
}

.planing-item-wrapper .planing-single-item .content p {
    font-size: 30px;
    line-height: 40px;
    font-family: var(--heading-font);
    font-weight: 700;
    color: var(--main-color-one);
    margin-bottom: 0;
}

.planing-item-wrapper .planing-single-item .icon {
    font-size: 34px;
    margin-right: 25px;
}

input[type="radio"], input[type="checkbox"] {
    display: inline-block;
}

.volunteer-form .form-question {
    margin-left: 15px;
}

.volunteer-form .form-question span.wpcf7-list-item.first {
    margin-left: 0px;
}

.theme-custom-checkbox .wpcf7-list-item-label {
    position: relative;
    margin-bottom: 0 !important;
    padding: 0 !important;
    padding-left: 30px !important;
}

.theme-custom-checkbox label input {
    position: absolute;
    left: -9999px;
}

.theme-custom-checkbox .wpcf7-list-item-label::before {
    width: 18px;
    height: 18px;
    background: #fff;
    border: 1px solid #C9C9C9;
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    border-radius: 50%;
}

.theme-custom-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label:before {
    background: var(--main-color-one);
    border-color: var(--main-color-one);
}

.theme-custom-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label:after {

    position: absolute;
    left: 5px;
    top: 5px;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
}

.volunteer-form .form-question {
    display: block;
    width: 100%;
}

.volunteer-form .form-question .wpcf7-textarea.form-control {
    height: 120px;
}

.volunteer-form .form-question .wpcf7-textarea.form-control:focus {
    outline: none;
    box-shadow: none;
}

.join-team-btn {

    color: #fff;
    display: inline-block;
    border-radius: 5px;
    text-transform: capitalize;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -webkit-transition: .7s all ease;
    transition: .7s all ease;
    font-weight: 600;
    background-color: var(--main-color-one);
    text-transform: uppercase;
    padding: 17px 30px 17px 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    margin-left: 15px;

}

body.admin-bar .navbar-area.nav-style-02 {
    top: 32px;
}

.services-full-page {
    margin-top: 115px;
}

.custom-list-style-new .elementor-widget-container ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.custom-list-style-new .elementor-widget-container ul li {
    font-size: 16px;
    line-height: 28px;
    font-family: var(--body-font);
    font-weight: 400;
    color: #505050;
    margin-bottom: 15px;
    padding-bottom: 15px;
    padding-left: 40px;
    display: inline-block;
    width: calc(100% / 2);
    position: relative;
}

.custom-list-style-new .elementor-widget-container ul li::before {
    content: '\f00c';
    font-family: "fontawesome";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    color: var(--main-color-one);
    margin-right: 20px;
    -webkit-box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
}

.custom-list-style-new .elementor-widget-container ul li::after {
    content: '';
    position: absolute;
    width: 85%;
    left: 0;
    bottom: 0;
    border-bottom: 1px solid rgba(204, 204, 204, 0.4);
}


.custom-sboxes-list .princilple-single-items .content p {
    max-width: initial;
    hyphens: initial;
}

.custom-sboxes-list .princilple-single-items {
    margin-bottom: 20px;
}

.custom-sboxes-list .princilple-single-items .icon {
    width: 97px;
    height: 97px;
    line-height: 97px;
}


.give_post_form-content {

}

.give_post_form-content .subtitle {
    font-size: 20px;
    line-height: 32px;
    font-family: var(--body-font);
    font-weight: 700;
    color: var(--heading-color);
    border-left: 4px solid var(--main-color-one);
    padding-left: 10px;
    margin-bottom: 15px;
}

.give_post_form-content, .give_post_form-content p {
    font-size: 16px;
    line-height: 28px;
    font-family: var(--body-font);
    font-weight: 400;
    color: #505050;
}

.give_post_form-content img {
    border-radius: 10px;
    margin-top: 25px;
    margin-bottom: 30px;
}

.give-goal-progress {
    font-size: 22px;
    font-weight: 600;
    color: var(--main-color-one);
}


.give-goal-progress .raised {
    margin-bottom: 15px;
}

.give-goal-progress .income {
    color: var(--main-color-one);
}

.give-goal-progress .goal-text {
    color: var(--main-color-two);
}

.give-progress-bar {
    height: 10px;
    position: relative;
    background: #eee;
    border-radius: 25px;
    overflow: hidden;
}

.give-progress-bar > span {
    background-color: var(--main-color-one) !important;
}

.give_error, .give_success, .give_warning {
    position: relative;
    margin: 15px 0;
    background: #f9f9f9;
    padding: 1em 1.5em 1em 2em;
    border-left: 4px solid;
    box-shadow: 0 1px 1px rgb(0 0 0 / 13%);
    clear: both;
}

.give_error, .give_success, .give_warning {
    margin-left: 13px;
}

.give_error > p, .give_success > p, .give_warning > p {
    margin: 0 !important;
    color: #333;
}


.single-donation-item p {
    margin-bottom: 20px;
    line-height: 2;
}

form[id*=give-form] .give-donation-amount #give-amount, form[id*=give-form] .give-donation-amount #give-amount-text {
    border: 1px solid #e2e2e2;
}

.give-donation-level-button-wrap > li .give-donation-level-btn {
    border: none;
    border-radius: 3px;
    font-weight: 600;
    transition: 0.3s;
    outline: 0;
    padding: 5px;
}

#give-donation-level-button-wrap > li .give-btn {
    padding: 13px 16px 11px 16px;
}

#give-donation-level-button-wrap > li .give-default-level,
#give-donation-level-button-wrap > li .give-donation-level-btn:hover {
    background-color: var(--main-color-one);
    color: #fff;
    border-color: var(--main-color-one);
}

.give-btn-modal.give-btn, .give-submit {
    display: inline-block;
    margin-bottom: 0 !important;
    border: none;
    padding: 17px 27px;
    background-color: var(--main-color-one);
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
    transition: 300ms all;
    background-color: var(--main-color-one);
    text-transform: uppercase;
    -webkit-box-shadow: 0 7px 20px rgb(221 19 26 / 30%);
    box-shadow: 0 7px 20px rgb(221 19 26 / 30%);
    outline: none !important;
}


.give-goal-progress .income, .give-goal-progress .goal-text, .give-goal-progress {
    font-size: 22px;
    font-weight: 600;
    color: var(--heading-color);
}

[id*=give-form] div#give-sidebar-left {
    display: block;
    float: none;
    width: 100%;
}


[id*=give-form] div.give-form-content-wrap.give_post_form-content {
    margin: 60px 0 0;
    padding-top: 58px;
    border-top: 1px dashed #c5c5c5;
}

/*.entry-summary h1.give-form-title.entry-title {
    display: none; 
}*/

.give-goal-progress {
    margin-top: 40px;
}

.give-single-form-sidebar-left .images img {
    height: 600px !important;
    object-fit: cover;
    object-position: top center;
}

#give-donation-level-button-wrap > li .give-default-level {
    background-color: var(--main-color-one);
    color: #fff;
}


[id*=give-form].give-display-modal .give-donation-levels-wrap .give-btn, form[id*=give-form] .give-donation-amount #give-amount {
    border: 1px solid rgba(204, 204, 204, 0.5);
    background: #fff;
    padding: 10px 22px;
    margin-right: 20px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    font-family: var(--heading-font);
    color: var(--heading-color);
    -webkit-transition: .7s all ease;
    transition: .7s all ease;
}

[id*=give-form].give-display-modal .give-donation-levels-wrap .give-btn:focus {
    outline: none;
    border: 1px solid rgba(204, 204, 204, 0.5);

}


form[id*=give-form] .give-donation-amount .give-currency-symbol.give-currency-position-before {
    font-size: 24px;
    font-weight: 700;
    color: #04072e;
}


.give_error:before, .give_success:before, .give_warning:before {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: var(--main-color-one);
    border-radius: 10px;
    font-size: 35px;
    color: #fff;
    margin-right: 24px;
    margin-top: -15px;
    left: 16px;
    top: 30px;
}


.give_error, .give_success, .give_warning {

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #FEEDF0;
    border: 1px solid rgba(204, 204, 204, 0.5);
    border-radius: 10px;
    padding: 5px;
    padding-left: 100px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-left: 0;
    margin-top: 30px;
    margin-bottom: 30px;
}


.give_error > p, .give_success > p, .give_warning > p {
    margin: 0 !important;
    color: #333;
    font-size: 18px;
    line-height: 28px;
    font-family: var(--body-font);
    font-weight: 400;
    color: #505050;
    margin: 0;
}

form[id*=give-form] .give-donation-amount #give-amount, form[id*=give-form] .give-donation-amount #give-amount-text {
    height: auto;
}


form[id*=give-form] .give-donation-amount .give-currency-symbol.give-currency-position-before {
    height: auto;
    line-height: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}


[id*=give-form].give-display-modal .give-btn:hover {
    background-color: var(--secondary-color);
    -webkit-box-shadow: 0 7px 20px rgb(14 17 90 / 30%);
    box-shadow: 0 7px 20px rgb(14 17 90 / 30%);
}

.custom-sec-vision {
    background-color: #FFF9FC;
}

.custom-donate-btn {
    color: #fff;
    display: inline-block;
    padding: 17px 27px;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -webkit-transition: .7s all ease;
    transition: .7s all ease;
    font-weight: 600;
    background-color: var(--main-color-one);
    text-transform: uppercase;
    -webkit-box-shadow: 0 7px 20px rgb(221 19 26 / 30%) !important;
    box-shadow: 0 7px 20px rgb(221 19 26 / 30%) !important;
    margin-top: 15px;

}

.custom-donate-btn:active,
.custom-donate-btn:focus,
.custom-donate-btn:hover {
    background-color: var(--secondary-color);
    -webkit-box-shadow: 0 7px 20px rgb(14 17 90 / 30%) !important;
    box-shadow: 0 7px 20px rgb(14 17 90 / 30%) !important;
    color: #fff;

}


.counter-wrap-home .elementor-container {
    box-shadow: 0px 12px 40px rgb(221 19 26 / 28%);
    padding: 60px;
    border-radius: 10px;
}

.news-single-items .content .author-meta .author-name {
    text-transform: capitalize;
}

.subscribe-wrap-footer {
    padding-top: 75px !important;
    padding-bottom: 60px !important;
}

.widget_subscribe .subscribe-form input[type=submit]:hover {
    background: #fff;
    border: 1px solid #fff;
    color: var(--main-color-one);
}

.widget_subscribe .subscribe-form input[type=submit]:focus {
    border: 1px solid !important;
    outline: none !important;
}


.custom-sec-vision-two {
    background-color: #F9F9FF;
}

.campaign-customm .campaign-list-item .list-single-items:nth-child(2) {
    background: var(--main-color-one);
    border-radius: 10px;
    padding: 20px 18px;
    -webkit-transform: scale(1.08);
    transform: scale(1.08);

}

.campaign-customm .campaign-list-item .list-single-items:nth-child(2) .content .designation .event {
    background: #fff;
    color: var(--main-color-one);
}

.campaign-customm .campaign-list-item .list-single-items:nth-child(2) .date {
    color: #fff;
}

.campaign-customm .campaign-list-item .list-single-items:nth-child(2) .content .title {
    color: #fff;
}

.campaign-customm .campaign-list-item .list-single-items:nth-child(2) .content p {
    color: #fff;
}


.testimonial-section-area .testimonial-carousel-four .owl-nav .owl-next, .testimonial-section-area .testimonial-carousel-four .owl-nav .owl-prev {
    display: block !important;
}

.know-more-custom {
    position: relative;
}

.know-more-custom .elementor-container {
    padding: 50px 50px 50px 50px;
    border: 5px solid #dd131a;
    border-radius: 10px;
    background-color: #F0F0F0;
}

.know-more-custom .no-border-col .elementor-container {
    padding: 0px;
    border: 0px solid #04072E;
    border-radius: 0px;
}

.animate-box-img {
    position: absolute !important;
    top: -23%;
    right: -127%;
    animation: zoomIn 2.5s linear infinite;
}

.theme-events-list-wrapp .btn-wrapper {
    margin-top: 40px;
}

.team-nav-pos .testimonial-carousel-eight.political-member .owl-nav .owl-prev {
    top: -25%;
}

.team-nav-pos .testimonial-carousel-eight.political-member .owl-nav .owl-next {
    top: -25%;
}

.footer-top.style-02 {
    margin-top: 0px;
}


.totalpoll-question-choices-item-checked .totalpoll-question-choices-item-control {
    background: var(--main-color-one) !important;
    color: #ffffff !important;
    border-color: var(--main-color-one) !important;
}

.totalpoll-question-choices-item-results .totalpoll-question-choices-item-label {
    border-radius: 30px;
    background-color: #F9F9FF !important;
    font-size: 18px !important;
    color: #04072e !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
}

.totalpoll-question-choices-item-results .totalpoll-question-choices-item-votes {
    margin-top: 0 !important;
}

.totalpoll-question-choices-item-label {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.totalpoll-question-choices-item-control {
    border-radius: 30px !important;
    background-color: #F9F9FF !important;
}

.totalpoll-question-choices-item-control {
    border-radius: 30px;
    background-color: #F9F9FF !important;
    font-size: 18px !important;
    color: #04072e !important;
    border-width: 0px !important;
}

.totalpoll-buttons {
    display: block !important;
    text-align: center !important;
    margin-top: 25px !important;
}

.totalpoll-buttons-vote, .totalpoll-buttons-results {
    color: #fff !important;
    display: inline-block;
    padding: 17px 27px !important;
    border-radius: 5px !important;
    text-transform: capitalize !important;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -webkit-transition: 0.7s all ease;
    transition: 0.7s all ease;
    font-weight: 600 !important;
    background-color: var(--main-color-one) !important;
    text-transform: uppercase !important;
    box-shadow: 0 7px 7px rgb(221 19 26 / 30%) !important;
    border: 0px solid !important;
}

.totalpoll-question-choices-item-votes-bar {

    background: var(--main-color-one) !important;
    height: 8px !important;
    border-radius: 30px !important;
}

.totalpoll-question-choices-item-votes-text {
    font-size: 15px !important;
}

.counter-wrap-home .elementor-container {
    padding-bottom: 55px;
}

.give-single-form-sidebar-left .images img {
    border-radius: 10px;
}


ul#give-donation-level-button-wrap {
    margin-bottom: 30px;
}

.button.give-btn.give-btn-modal:focus {
    border: none;
}

.single-give_forms .give_forms {
    margin-bottom: 0;
}

.testimonial-new-block-altfr .people-say-single-item.style-01 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.issues-around-us-section {
    margin-top: 0px;
}

.mtop-zero .people-say-section.people-say-bg {
    margin-top: 0;
}

.single-progressbar h4 {
    font-size: 18px;
    line-height: 35px;
    font-family: var(--body-font);
    font-weight: 700;
    color: var(--heading-color);
    margin-bottom: 10px;


}


body.elementor-page .services-full-page {
    margin-top: 0;
}

.mtop-zero .why-choose-us-section.choose-bg {
    margin-top: 0;
}

.tribe-events-event-image img {
    display: block;
    width: 100%;
    object-fit: cover;
}

.event-content-section {
    position: relative;
    margin-top: 85px;
}


.counter-wrap-home .elementor-container:before {
    position: absolute;
    left: 18%;
    top: 0;
    content: "";
    background-image: url(https://themeim.com/wp/senatory/wp-content/uploads/2022/02/left-shapee.png);
    width: 181px;
    height: 100%;
    opacity: .1;
    background-repeat: no-repeat;
    z-index: -1;
}

.counter-wrap-home .elementor-container:after {
    position: absolute;
    right: 15%;
    background-position: bottom;
    bottom: 0;
    content: "";
    background-image: url(https://themeim.com/wp/senatory/wp-content/uploads/2022/02/right-shapee.png);
    z-index: -1;
    width: 183px;
    height: 100%;
    opacity: .1;
    background-repeat: no-repeat;
}


@media only screen and (max-width: 1200px) {

    .custom-sec-vision {
        background-image: none !important;

    }

    .vision-right-col {
        width: 100% !important;
    }

    .vision-left-col {
        display: none !important;
    }


    .vision-right-col {
        max-width: 100%;
    }


}


@media only screen and (min-width: 1025px) and (max-width: 1600px) {

    .header-area .top-single-items {
        left: inherit;
        right: 8%;
    }


}


.widget_search .search-form .submit-btn i {
    font-weight: bold;
}


.widget_senatory_category ul li {
    padding: 0px 0;
    border-top: 1px dashed #D5E0EF;
}

.widget_senatory_category ul li + li {
    margin-top: 10px;
    padding-top: 10px;
}

.widget_senatory_category ul li a {
    font-size: 16px;
    line-height: 24px;
    font-family: var(--body-font);
    font-weight: 400;
    color: #7A7A7A;
    position: relative;
}


.widget_senatory_category ul li:first-child {
    padding-top: 0;
    border-top: 0px solid;
}

.widget_senatory_category ul li:last-child {
    border-bottom: 0;
}


.contact-item-wrapper {
    background: #fff;
    padding: 50px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 10px 40px rgb(72 72 72 / 10%);
    box-shadow: 0px 10px 40px rgb(72 72 72 / 10%);
    position: relative;
}

.contact-page-form {
    background-image: url(../img/contact-02.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 55px 45px 40px 45px;
    border-radius: 10px;

}

.contact-page-form .btn-wrapper .wpcf7-spinner {
    display: none !important;
}


.contact-page-form .form-group {
    margin-bottom: 25px;
}

.contact-page-form .form-group textarea {
    width: 100%;
    height: 97px;
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid #fff;
    border-radius: 2px;
    resize: none;
	color: #fff;
}

.contact-page-form .form-group textarea::placeholder {
    font-size: 14px;
    font-family: var(--body-font);
    font-weight: 400;
    color: #fff;
}

.contact-page-form .form-group textarea:focus::placeholder {
	font-size: 0 !important;
}

.contact-page-form .form-group .text-area {
    height: 200px;
}

.contact-page-wrapper .contact-form .contact-page-form .form-group .form-control {
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid #fff;
    border-radius: 2px;
    height: 50px;
    padding: 6px 12px;
}

.header-area.header-bg-02 .wpcf7-response-output,
.contact-page-wrapper .contact-form.contact-bg .wpcf7-response-output {
    border-color: #ffffff !important;
    color: #fff;
}

.header-area.header-bg-02 .wpcf7-response-output {
    display: inline-block;
    float: left;
    clear: left;
    margin: 0;
}

.footer-widget.widget_subscribe .mc4wp-alert {
    border: 1px solid #ffffff !important;
    color: #fff;
    padding: 7px 10px;
}

.footer-widget.widget_subscribe .mc4wp-alert p {
    margin-bottom: 0;
    line-height: 1.2;
    font-size: 14px;
}

.wpcf7-not-valid-tip {
    margin-top: 15px;
}

.contact-page-form .form-group .form-control {
	color: #fff;
}
.contact-page-form .form-group .form-control::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 19px;
    font-family: var(--body-font);
    font-weight: 400;
    color: #fff;
    padding: 15px 20px;
    padding-left: 0;
}

.contact-page-form .form-group .form-control:-ms-input-placeholder {
    font-size: 14px;
    line-height: 19px;
    font-family: var(--body-font);
    font-weight: 400;
    color: #fff;
    padding: 15px 20px;
    padding-left: 0;
}

.contact-page-form .form-group .form-control::-ms-input-placeholder {
    font-size: 14px;
    line-height: 19px;
    font-family: var(--body-font);
    font-weight: 400;
    color: #fff;
    padding: 15px 20px;
    padding-left: 0;
}

.contact-page-form .form-group .form-control::placeholder {
    font-size: 14px;
    line-height: 19px;
    font-family: var(--body-font);
    font-weight: 400;
    color: #fff;
    padding: 15px 20px;
    padding-left: 0;
}

.contact-page-form .form-group .form-control {
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid #fff;
    border-radius: 2px;
    height: 50px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 21px;
    font-family: var(--body-font);
    font-weight: 300;
}

.intrest-warp-custom {
    max-height: 585px;
}

.contact-custom-div {

    position: relative;
    bottom: 0px;

}

/*** Unit test ***/

.blog-single-content-wrap p {

    font-size: 16px;
    line-height: 1.75;
    font-family: var(--body-font);
    font-weight: 400;
    color: #505050;
    margin-bottom: 10px;

}

.blog-details-footer ul li::after, .product-related-wrap ul li:after, .product-related-wrap ul li:before {
    display: none;
}

.top-rated-section .container {
    padding-left: 0px;
    padding-right: 0px;
}


.fmssg {
    height: 200px !important;
    color: #fff;
    padding: 12px;
}

.contact-page-form .fmssg {
    height: 100px !important;
}

.contact-page-form .wpcf7-not-valid-tip {
    margin-top: 5px;
}

.contact-page-form-wrap-section .wpcf7 form.invalid .wpcf7-response-output, 
.contact-page-form-wrap-section .wpcf7 form.unaccepted .wpcf7-response-output, 
.contact-page-form-wrap-section .wpcf7 form.payment-required .wpcf7-response-output {
    margin-bottom: 0;
}

.csubmitt {

    border: 0px solid;
    outline: none;
    padding: 15px 60px;
    border-radius: 4px;
    background-color: #fff;
    color: var(--main-color-one);
    padding: 14px 30px;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    text-transform: capitalize;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -webkit-transition: .7s all ease;
    transition: .7s all ease;
    font-weight: 600;
    display: inline-block;


}

.csubmitt:hover {
    background: var(--heading-color);
    color: #fff;
}

.join-party-section-area .contact-page-form {
    padding: 0;
    border-radius: 0;
}

.join-party-section-area .contact-page-form span.wpcf7-spinner {
    display: block;
    position: absolute;
    left: 0;
    width: auto;
    top: 60px;
}

.event-location .contact-page-form {
    padding: 0;
    border-radius: 0;
}

.posts-related-wrap .content p {
    margin-bottom: 0px;
}

.header-slider-one-wrapperr .custom-container {
    max-width: 1480px;
}

.custom-testimonial-one-wrap .custom-container {
    max-width: 1140px;
}

.sub-width-full .elementor-widget-container {
    max-width: 560px;
    margin: auto;
}

/* .header-banner-wrapper.header-area .custom-container {
    max-width: 1480px;
} */

.join-party-section-area .custom-container, .our-journey-section .custom-container, .history-timeline-section .custom-container, .people-say-section .custom-container {
    max-width: 1140px;
}

.administration-section .custom-container {
    max-width: 1245px;
}

.blog-standard-item-01 .thumbnail {
    border-radius: 10px;
}

.footer-top img.header-two-flogo {
    display: block;
    margin-bottom: 20px;
}


.support-wrap-bg:before {
    position: absolute;
    right: -95px;
    top: 0;
    background-image: url(https://themeim.com/wp/senatory/wp-content/uploads/2022/02/test-bgg.png);
    content: "";
    width: 437px;
    height: 100%;
    background-size: 88%;
}

.theme-testimonial-overlay-bg {
    position: relative;
}

.theme-testimonial-overlay-bg:before {
    position: absolute;
    right: 40px;
    top: 0;
    background-image: url(https://themeim.com/wp/senatory/wp-content/uploads/2022/02/section-overlaybg.png);
    content: "";
    width: 437px;
    height: 100%;
    z-index: 9;
    background-size: 100%;
}

.theme-testimonial-overlay-bg:after {
    position: absolute;
    left: 40px;
    top: 0;
    background-image: url(https://themeim.com/wp/senatory/wp-content/uploads/2022/02/section-overlaybg.png);
    content: "";
    width: 437px;
    height: 100%;
    z-index: 0;
    background-size: 100%;
}

.header-top::after {
    top: 0px;
}

body.admin-bar .header-top::after {
    top: 32px;
}

.header-inner.political .banner-subscribe-wrapper {
    display: inline-block;
    position: relative;
	float: left;
}

.header-area.header-sanatory .header-inner.political .form-group .form-btn {
    right: 0px;
    font-size: 18px;
    padding-right: 20px;
    font-weight: 700;
    color: var(--main-color-one);
    line-height: 1;
    padding-left: 20px;
    width: auto;
}


.header-inner.political .banner-subscribe-wrapper:before {
    position: absolute;
    right: 106px;
    top: 19px;
    z-index: 99;
    width: 2px;
    height: 39px;
    background: var(--main-color-one);
    content: "";
}


.header-three-hidden-nav {
    display: none;
}


.event-grid-carousel-wrapper .event-single-items abbr.tribe-region.tribe-events-abbr {
    display: none;
}

.custom-max-widthbar .elementor-heading-title {
    max-width: 540px;
    margin: auto;
}

.custom-max-widthbar-left .elementor-heading-title {
    max-width: 540px;
}


.no-results.not-found .page-title {
    font-size: 36px;
    text-transform: capitalize;
    line-height: 46px;
    font-weight: 700;
}

.no-results.not-found .search-form {
    position: relative;
    margin-top: 40px;
}

.no-results.not-found .search-form .form-control {
    height: 50px;
    border: 1px solid #D5E0EF;
    padding: 0 80px 0 20px;
    font-size: 14px;
    border-radius: 4px;
}

.no-results.not-found .search-form .submit-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 50px;
    line-height: 51px;
    background-color: var(--main-color-one);
    color: #fff;
    border: 0;
    font-size: 18px;
    border-radius: 0 4px 4px 0;
    padding: 0;
    text-align: center;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    cursor: pointer;
}

.no-results.not-found .search-form .submit-btn:hover {
    background-color: var(--secondary-color);
    color: #fff;

}

.no-results.not-found .search-form .submit-btn:focus {
    border: none;
    outline: none;
}

.no-results.not-found p {
    font-size: 17px;
    margin: 0;
    margin-top: 0;
}

.totalpoll-button:focus {
    outline: none !important;
}

.totalpoll-buttons-back, .totalpoll-buttons-continue {
    color: #fff !important;
    display: inline-block;
    padding: 17px 27px !important;
    border-radius: 5px !important;
    text-transform: capitalize !important;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -webkit-transition: 0.7s all ease;
    transition: 0.7s all ease;
    font-weight: 600 !important;
    background-color: var(--main-color-one) !important;
    text-transform: uppercase !important;
    -webkit-box-shadow: 0 7px 20px rgb(221 19 26 / 30%) !important;
    box-shadow: 0 7px 20px rgb(221 19 26 / 30%) !important;
    border: 0px solid !important;
}

.blog-bottom .btn-wrap {
    position: relative;
}

.blog-bottom .btn-wrap a.read-btn {
    padding-right: 45px;
    position: relative;
}

.blog-bottom .btn-wrap a:before {
    position: absolute;
    right: 24px;
    top: 15px;
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    color: #fff;
    font-size: 15px;
}

.header-area.header-sanatory .header-inner.political .form-group .form-control {
    font-weight: 400;
    color: #a5a5a5 !important;
}

.footer-bottom-border .recent_post_item li.single-recent-post-item .content .time {
    color: #fff;
    font-weight: 400;
}

.footer-bottom-border .recent_post_item li.single-recent-post-item .content .title a {
    font-size: 16px;
    font-weight: 500;
}

.header-top .top-single-items .top-single-item .icon i.icomoon-envelope {
    font-size: 13px;
}

.header-top .top-single-items .top-single-item .form-select {
    padding-left: 0;
}

.navbar-area .nav-container .nav-right-content .btn-wrapper i {
    margin-left: 5px;
}

.totalpoll-buttons {

    display: block !important;
    text-align: left !important;

}

.totalpoll-question-choices-item-selector input:checked + .totalpoll-question-choices-item-selector-box {
    border-color: var(--main-color-one) !important;
    fill: #fff !important;
    background: var(--main-color-one) !important;
    box-shadow: none !important;
}

.totalpoll-question-choices-item-checked .totalpoll-question-choices-item-control {
    background: #E2E2F2 !important;
    color: #04072e !important;
    border-color: #E2E2F2 !important;
}


.totalpoll-question-choices-item-votes-bar {
    background: #E2E2F2 !important;
    height: 100% !important;
    border-radius: 30px !important;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.totalpoll-question-choices-item-label {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
}

.totalpoll-question-choices-item-label span {
    position: relative;
    z-index: 9;
}

.totalpoll-question-choices-item-votes-text {
    position: absolute;
    right: 13px;
    padding: 0 !important;
    margin: 0 !important;
    top: 22px;
    color: var(--main-color-one);
    font-weight: 500;
    font-size: 17px !important;
}


.poll-wrapper {
    padding: 40px 40px 30px 40px;
}

.totalpoll-form p {
    font-size: 18px !important;
    margin: 45px 0 0 !important;
    color: #04072E !important;
    font-weight: 500;
}

.poll-wrapper button.poll-btn.close-btn {
    cursor: pointer;
}


.single-testimonial-item .icon {
    margin-bottom: 15px;
}

.campaign-area-custom {
    position: relative;
}

.campaign-area-custom:before {
    position: absolute;
    left: -80px;
    top: -128px;
    background: url(https://themeim.com/wp/senatory/wp-content/uploads/2022/02/shape-onee.png) no-repeat scroll center;
    background-size: contain;
    width: 192px;
    height: 221px;
    z-index: -1;
    content: "";
    animation: updown 3s both linear alternate infinite;
}


.counter-single-item .counter-item span {
    position: relative;
}


.counter-single-item .counter-item span::before {
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(255 255 255 / 20%);
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";

}

.counter-single-item .counter-item {
    padding-top: 0px;

}

.counter-single-item .counter-item span {
    padding-top: 10px;
}


.widget.footer-widget .widget-headline::after {
    position: absolute;
    bottom: 5px;
    left: 0;
    background: url(https://themeim.com/wp/senatory/wp-content/uploads/2022/02/wid-icon.svg) no-repeat scroll center;
    background-size: cover;
    width: 46px;
    height: 2px;
    content: "";
}


.footer-bottom-border .widget_senatory_popular_posts li.single-recent-post-item .thumb {
    display: block;
}

.footer-bottom-border .widget_senatory_popular_posts li.single-recent-post-item a:hover {
    margin-left: 0px;
}

.contact_info_list li.single-info-item .details {
    margin-left: 10px;
}

.contact_info_list li.single-info-item .icon i {
    width: 30px;
}

.contact_info_list li.single-info-item:first-child i {
    font-size: 20px;
}

/** Footer 3 cutsom ***/

.footer-three-custombg .row .col-lg-3:first-child {
    max-width: 32%;
    flex: 0 0 32%;
}

.footer-three-custombg .row .col-lg-3:nth-child(2) {
    padding-left: 50px;
    max-width: 18%;
    flex: 0 0 18%;
}

.footer-three-custombg .row .col-lg-3:nth-child(3) {
    padding-left: 50px;
}

.footer-three-custombg .footer-three-txt {
    font-size: 16px;
    line-height: 28px;
    margin-top: 30px;
    margin-right: 20px;
}

.header-bg-03 a.boxed-btn i {
    margin-right: 0 !important;
    margin-left: 10px !important;
    font-size: 15px;
}


.know-more-custom:before {
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(https://themeim.com/wp/senatory/wp-content/uploads/2022/02/home-three-star-bg.png) no-repeat scroll center;
    background-size: cover;
    width: 570px;
    height: 688px;
    content: "";
}

/*====================================
    Blog Pagination 01 
 ====================================*/
.blog-pagination a.prev.page-numbers {
    border: none;
    font-size: 16px;
    margin: 0;
    padding: 0;
    line-height: 1;
    width: auto;
    height: auto;
    display: inline-block;
    margin-right: 20px;
    color: #CBCBCB;
}

.blog-pagination a.next.page-numbers {
    border: none;
    font-size: 16px;
    margin: 0;
    padding: 0;
    line-height: 1;
    width: auto;
    height: auto;
    display: inline-block;
    margin-left: 15px;
    color: #CBCBCB;
}

.blog-pagination a.prev.page-numbers:hover, .blog-pagination a.next.page-numbers:hover {
    background-color: transparent !important;
    color: var(--main-color-one) !important;
}


.single-counterup-01 {
    text-align: left;
    padding-left: 60px;
}

.counter-end-box .single-counterup-01 {
    border-right: 0px;
}

.counter-start-box .single-counterup-01 {
    padding-left: 30px;
}


.banner-subscribe-wrapper span.wpcf7-form-control-wrap.checkbox-837 {
    position: absolute;
    left: 0;
    display: block;
}

.banner-subscribe-wrapper input[type="checkbox"] {
    position: absolute;
    left: -9999px;
}

.banner-subscribe-wrapper .wpcf7-list-item-label {
    position: relative;
    margin-bottom: 0 !important;
    padding: 0 !important;
    padding-left: 30px !important;
    color: #fff;
    font-size: 16px;
    display: block;
    cursor: pointer;
}


.banner-subscribe-wrapper .wpcf7-list-item-label:before {
    width: 20px;
    height: 20px;
    background: transparent;
    border: 1px solid #fff;
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    border-radius: 4px;
}

.banner-subscribe-wrapper input[type=checkbox]:checked + .wpcf7-list-item-label:before {
    background: var(--main-color-one);
    border-color: var(--main-color-one);
}

.banner-subscribe-wrapper input[type=checkbox]:checked + .wpcf7-list-item-label:after {
    position: absolute;
    left: 3px;
    top: 2px;
    color: #fff;
    background: transparent;
    border-radius: 50%;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f00c";
    z-index: 999;
}

.checkbox-bannertwo {
    float: left;
    padding-top: 20px;
}
.checkbox-bannertwo span.wpcf7-list-item.first.last {
    margin-left: 0;
}


input:focus::placeholder {
    color: transparent !important;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}

/* FF 4-18 */
input:focus::-moz-placeholder {
    color: transparent;
}

/* FF 19+ */
input:focus:-ms-input-placeholder {
    color: transparent;
}

/* IE 10+ */

.political-gallery-wraps:before {
    position: absolute;
    left: 28%;
    right: 28%;
    background: #EFEFF7;
    content: "";
    border-radius: 4px;
    width: 44%;
    height: 100%;
    bottom: -32px;
}


.testimonial-section-area.testimonial-bg-02 .testimonial-carousel-four .owl-nav .owl-prev {
    left: 3.5%;
}

.testimonial-section-area.testimonial-bg-02 .testimonial-carousel-four .owl-nav .owl-next {
    left: 9%;
}

.testimonial-section-area.testimonial-bg-02 .people-say-single-item .content .description {

    font-size: 19px;
    max-width: 525px;
    hyphens: initial;

}

.testimonial-bg-02 .testimonial-carousel-area {
    max-width: 550px;
}


.custom-slider-tnn .people-say-single-item .content .description {

    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}


.custom-slider-tnn .people-say-single-item-02 .testimonial-carousel-four .owl-nav .owl-next {
    right: 40px;
    font-size: 32px;

}

.custom-slider-tnn .people-say-single-item-02 .testimonial-carousel-four .owl-nav .owl-prev {
    right: 13%;
    font-size: 32px;
}

.custom-teambx-wrap.volunteer-single-items-02 {
    margin-bottom: 30px;
    position: relative;
	border-radius: 6px;
	overflow: hidden;
}
.custom-teambx-wrap.volunteer-single-items-02:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.5);
    visibility: hidden;
    opacity: 0;
    transition: 0.4s;
}
.custom-teambx-wrap.volunteer-single-items-02:hover:after {
    visibility: visible;
    opacity: 1;
}
.custom-teambx-wrap.volunteer-single-items-02 .content {
    padding-top: 20px;
    padding-bottom: 20px;
    position: absolute;
    bottom: -20px;
    padding: 30px;
    width: 100%;
    z-index: 2;
    transition: 0.4s;
    visibility: hidden;
    opacity: 0;
}

.custom-teambx-wrap.volunteer-single-items-02:hover .content {
    bottom: 0;
    visibility: visible;
    opacity: 1;
}

.custom-teambx-wrap.volunteer-single-items-02 .content .author-meta .designation {
    margin-top: 6px;
    margin-bottom: 20px;
    color: #fff;
}


.political-gallery-item .testimonial-carousel-seven .owl-nav .owl-next, .political-gallery-item .testimonial-carousel-seven .owl-nav .owl-prev {
    top: -115px;
}

.issues-pagination .page-numbers {
    width: 55px;
    display: inline-block;
    height: 55px;
    margin: 0 5px;
    padding: 7px 0;
    border: 1px solid #e2e2e2;
    line-height: 43px;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    font-family: var(--body-font);
    color: #B5B5B5;
    border-radius: 50%;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.issues-pagination a.next.page-numbers {
    border: none;
    font-size: 16px;
    margin: 0;
    padding: 0;
    line-height: 1;
    width: auto;
    height: auto;
    display: inline-block;
    margin-left: 15px;
    color: #CBCBCB;
}

.blog-pagination.issues-pagination {
    margin-top: 30px;
}

.issues-pagination .page-numbers.current,
.issues-pagination a.page-numbers:hover {
    background-color: var(--main-color-one);
    color: #fff;
}

.issue-main-thumbb img {
    transition: all 500ms ease-in-out;
}

.issue-main-thumbb {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.issue-main-thumbb img:hover {
    transform: scale(1.1);
}

.issue-title-inner h2.elementor-heading-title {
    padding-left: 10px;
    border-left: 4px solid var(--main-color-one);
}


.volunteer-form .form-question.custom-txtfield {
    margin-bottom: 15px;
}


.custom-txtfield .col-md-12 {
    padding-left: 0;
}

.team-submit-wrap {
    position: relative;
    display: inline-block;
}

.team-submit-wrap i {
    position: absolute;
    left: 43px;
    top: 18px;
    color: #fff;
}

.join-team-btn:focus, .wpcf7-submit.fjoin:focus, input[type="submit"]:focus {
    border: none !important;
    box-shadow: none;
    outline: none !important;
}

.join-team-btn:hover, .wpcf7-submit.fjoin:hover {
    background-color: var(--secondary-color);
    color: #fff;
}


.event-single-items .counter-single-item {
    left: 15px;
    bottom: 20px;
    position: absolute;
}

.event-single-items .post-mate.style-01 {
    top: inherit;
    bottom: 30px;
}

.event-single-wrapper .tribe-events-notices {
    display: none;
}

.event-single-wrapper .contact-page-wrapper .contact-form.contact-bg.event-contact-bg {
    padding: 50px 30px 40px 30px;
}

.margin-left-sec .elementor-heading-title.elementor-size-default {
    margin-left: 0;
}

.tribe-events-event-image {
    margin-bottom: 0px !important;
}

span.fund-font {
    font-weight: 700;
    font-size: 18px;
}

.blog-standard-item-01 .thumbnail {
    margin-bottom: 30px;
}

.blog-single-content-wrap .posts-related-wrap {
    display: none;
}


.join-contact-secc .single-testimonial-item-02 {
    padding: 47px 35px 30px 35px;
    text-align: center;
}

.contact-info-list-02 li.single-info-item:first-child i {
    position: relative;
    top: -8px;
}

.theme-footer-one .footer-bottom-border .row .col-lg-3:nth-child(3) {
    max-width: 20%;
    flex: 0 020%;
}

.theme-footer-one .footer-bottom-border .row .col-lg-3:nth-child(4) {
    max-width: 30%;
    flex: 0 0 30%;
}

.widget_subscribe .subscribe-form input[type=submit]:focus {
    outline: none !important;
    border: 1px solid transparent !important;
}

.widget_subscribe .subscribe-form input[type=submit]:hover i {
    color: var(--main-color-one);
}

.widget_subscribe .subscribe-form input[type=submit]:hover + i {
    color: var(--main-color-one);
}


.header-custom-design-neww .logo-wrapper {
    display: none;
}

.header-custom-design-neww .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav {
    text-align: center !important;
    margin-left: -68px;
}

.header-custom-design-neww .navbar-area.nav-style-01 .nav-container {
    position: relative;
}

.header-custom-btnlast {
    position: absolute;
    right: 150px;
    display: inline-block;
}

.header-custom-btnlast a {
    font-size: 18px;
    line-height: 24px;
    font-family: var(--body-font);
    font-weight: 700;
    color: var(--main-color-one);
}

.header-custom-btnlast a i {
    font-size: 16px;
    margin-left: 10px;
}


.header-custom-design-neww .navbar-area.nav-style-01 {
    background-color: transparent;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 100px;
    z-index: 2;
    border-bottom: 0px solid #fff;
}

.header-custom-design-neww .navbar-area .nav-container .navbar-collapse .navbar-nav li + li {
    margin-left: 42px;
}

.header-custom-design-neww .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li {
    line-height: 70px;
    position: relative;
}

/* 
.btn-wrapper.poll-btn {
    display: none;
} */

.poll-wrapper {
    visibility: hidden;
}

/* body.home.page-template-default .btn-wrapper.poll-btn {
    display: none;
} */

body.home.page-template-default .poll-wrapper {
    visibility: visible;
}

.wp-block-search__label {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-transform: capitalize;
    position: relative;
    z-index: 0;
    color: var(--heading-color);
    margin-bottom: 20px;
    font-family: var(--body-font);
}

.wp-block-search__label:after {

    position: absolute;
    content: '';
    top: 50%;
    left: -25px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 60%;
    width: 100%;
    border-left: 5px solid var(--main-color-one);

}

.wp-block-group__inner-container > h1, .wp-block-group__inner-container > h2, .wp-block-group__inner-container > h3, .wp-block-group__inner-container > h4, .wp-block-group__inner-container > h5, .wp-block-group__inner-container > h6 {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-transform: capitalize;
    position: relative;
    z-index: 0;
    margin-bottom: 20px;
    font-family: var(--body-font);
}

.wp-block-group__inner-container > h1:after, .wp-block-group__inner-container > h2:after, .wp-block-group__inner-container > h3:after, .wp-block-group__inner-container > h4:after, .wp-block-group__inner-container > h5:after, .wp-block-group__inner-container > h6:after {

    position: absolute;
    content: '';
    top: 50%;
    left: -25px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 60%;
    width: 100%;
    border-left: 5px solid var(--main-color-one);

}

.footer-top.issue.style-01.divider-hidden {
    margin-top: 0;
}

.footer-top.issue.style-01.divider-hidden .footer-bottom-border {
    display: block;
}

.content-area .blog-standard-item-01 .thumbnail img {
    border-radius: 10px;
}

.blog-single-content-wrap .wp-block-columns {
    padding-top: 30px;
}

.blog-single-content-wrap .wp-block-search__label:after {
    visibility: hidden;
}

pre {
    margin-top: 15px;
    background-color: whitesmoke;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2U2ZTZlNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
    background-size: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #f5f5f5), color-stop(50%, #e6e6e6));
    background-image: linear-gradient(#f5f5f5 50%, #e6e6e6 50%);
    background-size: 38px 38px;
    border: 1px solid #d4d4d4;
    display: block;
    line-height: 19px;
    margin-bottom: 20px;
    overflow: visible;
    overflow-y: hidden;
    padding: 0 0 0 4px;
    word-break: break-word;
}

.wp-block-code > code {
    font-family: Menlo, Consolas, monaco, monospace;
    color: #1e1e1e;
    padding: 0.8em 1em;
    border: 1px solid #ddd;
    border-radius: 4px;
}


/*-----------------------
    Error 404 Page
-----------------------*/
.error-404 {
    text-align: center;
}

.error-404 .title {
    font-size: 150px;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 25px;
    color: var(--main-color-one);
}

.error-404 .subtitle {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 20px;
}

.error-404 .search-form {
    position: relative;
    z-index: 0;
    margin-top: 36px;
}

.error-404 .search-form .form-control {
    height: 54px;
    padding: 0 80px 0 20px;
    border-radius: 4px;
}

.error-404 .search-form .submit-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    text-align: center;
    padding: 0;
    height: 54px;
    line-height: 56px;
    background: var(--main-color-one);
    border: 0;
    font-size: 20px;
    color: #fff;
    box-shadow: none;
    outline: 0;
    border-radius: 0 4px 4px 0;
    transition: 0.4s;
    cursor: pointer;
}

.error-404 .search-form .submit-btn:hover {
    background: var(--heading-color);
}


.widget.footer-widget ul li {
    color: #fff;
    position: relative;
}

.widget.footer-widget select {
    color: #e2e2e2;
    background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='16' height='16' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='white'/></g></svg>");
}

.widget.footer-widget select option {
    color: var(--heading-color);
}

.widget.footer-widget.widget_text .textwidget p {
    color: #fff;
}

.footer-top.issue.style-01.divider-extra-wid {
    margin-top: 0;
}

.footer-top.issue.style-01.divider-extra-wid .footer-bottom-border {
    display: none;
    padding-top: 60px;
}

.error-404 a.boxed-btn {
    background-color: var(--main-color-one);
    color: #fff;
    font-size: 15px;
    display: inline-block;
    border-radius: 5px;
    text-transform: capitalize;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -webkit-transition: .7s all ease;
    transition: .7s all ease;
    font-weight: 600;
    padding: 14px 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.error-404 a.boxed-btn:hover {
    background-color: var(--secondary-color);

}

.error_page_content_area.padding-bottom-110 {
    padding-bottom: 120px;
}

.btn-wrap.custom-menu-btnn a {

    background-color: var(--main-color-one);
    color: #fff;
    font-size: 15px;
    display: inline-block;
    border-radius: 5px;
    text-transform: capitalize;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -webkit-transition: .7s all ease;
    transition: .7s all ease;
    font-weight: 600;
    padding: 14px 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-wrap.custom-menu-btnn a:hover {
    background-color: var(--secondary-color);

}

.theme-default-headerone nav.navbar.navbar-area.navbar-expand-lg {
    background-color: #efefef;
}

span.wpcf7-form-control-wrap.checkbox-162 {
    display: block;
}

.widget_subscribe.subscribe-bg {
    background-image: url(../img/Mask-flag.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.mc4wp-response {
    margin-top: 10px;
}

.give_forms .give_error,
.give_forms .give_warning {
    display: none;
}

.give-input {
    height: 50px;
    padding: 0 20px !important;
}

.give_forms #give_purchase_form_wrap {
    margin-top: 15px;
}

.plyr--audio .plyr__control.plyr__tab-focus,
.plyr--audio .plyr__control:hover,
.plyr--audio .plyr__control[aria-expanded="true"] {
    background: transparent !important;
    color: var(--main-color-one) !important;
}

.theme-footer-default .footer-bottom-border {
    padding-top: 110px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    padding: 10px 20px;
    border-color: #e5e5e5;
}

.campaign-grid-item-two {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 745px;
    position: relative;
    z-index: 0;
    border-radius: 10px;
}

.campaign-grid-item-two:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(4, 7, 46, 0)), to(#04072e));
    background: linear-gradient(180deg, rgba(4, 7, 46, 0) 50%, #04072e 100%);
    z-index: -1;
    border-radius: 10px;
}

.campaign-grid-item-two .content {
    position: absolute;
    padding-left: 35px;
    padding-right: 30px;
    bottom: 20px;
    z-index: 4;
}

.campaign-grid-item-two .content .designation {
    margin-bottom: 20px;
}

.campaign-grid-item-two .content .designation .event {
    font-size: 13px;
    font-weight: 500;
    line-height: 28px;
    color: #fff;
    background: var(--main-color-one);
    padding: 5px 15px;
    border-radius: 5px;
    margin-right: 30px;
}

.campaign-grid-item-two .content .designation .date {
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    color: #fff;
}

.campaign-grid-item-two .content .title {
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    font-family: var(--body-font);
    color: #fff;
    margin-bottom: 15px;
    -webkit-transition: .7s all ease;
    transition: .7s all ease;
}

.campaign-grid-item-two .content .title:hover {
    color: var(--main-color-one);
}



/* team details */
.team-area-wrap {
    margin-top: 120px;
    padding: 40px;
    background: #f9f9f9;
}
.team-area-wrap .designation {
  font-weight: 600;
  color: var(--main-color-one);
  margin-bottom: 0;
}
.team-area-wrap .designation i {
  font-size: 14px;
  margin-left: 10px;
}
.team-area-wrap .title {
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 0;
}
.team-area-wrap .content {
  margin-bottom: 0;
  margin-top: 15px;
}
.team-area-wrap .contact-info {
  border-top: 1px dashed #CBCBCB;
  padding-top: 25px;
  margin-top: 25px;
}
.team-area-wrap .team-contact-list h4 {
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: 600;
}
.team-area-wrap .team-contact-list ul {
  margin: 0;
  padding: 0;
}
.team-area-wrap .team-contact-list ul li {
  list-style: none;
  margin-bottom: 15px;
}
.team-area-wrap .team-contact-list ul li i {
  margin-right: 9px;
  font-size: 15px;
  color: var(--main-color-one);
}
.team-area-wrap .team-contact-list ul li i.icomoon-mail {
  font-size: 12px;
}
.team-area-wrap .team-social-list ul {
  margin: 0;
  padding: 0;
}
.team-area-wrap .team-social-list ul li {
  list-style: none;
  display: inline-block;
  font-weight: 500;
  margin-right: 9px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.team-area-wrap .team-social-list ul li i {
  color: var(--main-color-one);
  font-size: 16px;
}
.team-area-wrap .team-social-list ul li:hover {
  color: var(--main-color-one);
}
.team-area-wrap .media {
  background: #2A2A2A;
  padding: 17px 20px;
}
.team-area-wrap .media .media-left {
  margin-right: 20px;
}
.team-area-wrap .media .media-left i {
  font-size: 70px;
  color: #fff;
}
.team-area-wrap .media .media-body p {
  margin-bottom: 0;
  color: #fff;
}
.team-area-wrap .social-links {
    margin-top: 20px;
}
.team-area-wrap .social-links a {
    height: 30px;
    width: 30px;
    border: 1px solid var(--main-color-one);
    display: inline-block;
    margin-right: 8px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
    color: var(--main-color-one);
}
.team-area-wrap .social-links a:hover {
    background: var(--main-color-one);
    color: #fff;
}


/* header four */

.navbar-area.style-04 {
    display: none;
    background-color: var(--secondary-color);
    border-bottom: none;
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li a {
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    color: #fff;
}


.navbar-area.style-04 .copyright-area {
    text-align: center;
    color: #898ba7;
    font-size: 14px;
    padding: 25px 0px;
}

.style-04 .footer-bottom-border{
    border-bottom: 1px dashed #fff;
}


.style-04 .footer-top .footer-bottom-border{
    padding-bottom: 0;
}


/* hero banner two */
.header-area.style-02.style-04  .header-top::after{
    display: none;
}

.header-nav-wrapper {
	 position: absolute;
	 background-color: #fff;
	 padding: 25px;
	 border-radius: 5px;
	 top: 50%;
	 transform: translateY(-50%);
	 min-width: 360px;
	 left: 70px;
}


.navbar-area.style-04 .copyright-area {
    text-align: center;
    color: #898ba7;
    font-size: 14px;
    padding: 25px 0px;
}

.style-04 .footer-bottom-border{
    border-bottom: 1px dashed #fff;
}


.style-04 .footer-top .footer-bottom-border{
    padding-bottom: 0;
}


/* hero banner two */
 .header-area.style-02.style-04  .header-top::after{
    display: none;
}

.header-nav-wrapper {
	 position: absolute;
	 background-color: #fff;
	 padding: 25px;
	 border-radius: 5px;
	 top: 50%;
	 transform: translateY(-50%);
	 min-width: 360px;
	 left: 70px;
}

.header-nav {
	 list-style: none;
	 padding: 0;
	 margin: 0;
	 margin-top: 40px;
}
 .header-nav li {
	 margin: 20px 0;
}
 .header-nav li a {
	 font-size: 16px;
	 font-weight: 500;
	 color: var(--heading-color);
}
 .header-nav li.menu-item-has-children a {
	 position: relative;
	 display: block;
	 transition: all 0.3s;
}

 .header-nav li.menu-item-has-children a:hover {
	 color: var(--main-color-one);
}
 .header-nav li.menu-item-has-children .sub-menu {
	 list-style: none;
	 display: none;
	 max-height: 200px;
	 overflow-y: auto;
}
 .header-nav li.menu-item-has-children .sub-menu li a::before {
	 display: none;
}
 

.header-area.style-04 .header-top {
	 margin-top: 0;
}
 .header-area.style-04 .header-top::after {
	 display: none;
}
 .header-area.style-04 .top-single-items {
	 position: unset;
	 transform: none;
	 justify-content: space-between;
	 padding-bottom: 10px;
	 margin-bottom: 30px;
	 border-bottom: 1px solid #d2d2d2;
}
 .header-area.style-04 .top-single-items .top-single-item .icon i {
	 color: var(--heading-color);
}
 .header-area.style-04 .top-single-items .top-single-item .content .title {
	 color: var(--heading-color);
}
 .header-area.style-04 .top-single-items .top-single-item .form-select {
	 color: var(--heading-color);
	 font-weight: 400;
}
 .header-area.style-04 .top-single-items .top-single-item .form-select option {
	 background-color: #fff;
}
 .header-area.style-04 .btn-wrapper {
	 margin-top: 50px;
}
 .header-area.style-04 .btn-wrapper a {
	 background-color: transparent;
	 box-shadow: none;
	 border: 1px solid var(--main-color-one);
	 color: var(--main-color-one);
	 font-size: 18px;
	 font-weight: 700;
}
 .header-area.style-04 .btn-wrapper a:hover {
	 background-color: var(--main-color-one);
	 color: #fff;
}
 .header-area.style-04 .top-social-share {
	 margin-bottom: 0;
	 margin-top: 40px;
}
 .header-area.style-04 .top-social-share i:hover {
	 background-color: var(--main-color-one);
	 color: #fff;
}

 .header-area.style-04 .collapse{
    display: block;
}
 .header-area.header-sanatory .header-inner.style-02 .subtitle .title-shape {
    position: absolute;
    top: 10%;
    left: 34%;
} 
.header-nav li.menu-item-has-children a:before {
    position: absolute;
    right: 0;
    top: 50%;
    content: "\f067";
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    font-size: 12px;
    color: var(--main-color-one);
}

.header-area.style-04 {
    padding: 250px 0px 287px;
}
.header-area.style-04 .header-nav li .sub-menu{
    display: none;
}

.header-area.style-04 .lottie-shape .path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    -webkit-animation: dash 4s ease-out forwards;
    animation: dash 4s ease-out forwards;
}

.header-area.style-04 .header-inner.style-02 .subtitle {
    padding-left: 0;
    font-size: 24px;
    font-weight: 500;
    text-transform: unset;
    font-family: var(--body-font);
}
.header-area.style-04  .header-inner.political .title {
    color: #fff;
    max-width: 750px;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.header-area.style-04  .header-inner .title.style-02 {
    margin: 0 auto;
    font-size: 79px;
    line-height: 112px;
    text-transform: unset !important;
}

.header-area.style-04  .header-inner.style-02 .btn-wrapper a {
    border: 1px solid #fff;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: unset !important;
}

.header-area.style-04 .header-inner.style-02 .btn-wrapper a:hover {
    background-color: #fff;
    color: var(--main-color-one);
}

.header-area.style-04 .header-inner.style-02 .subtitle .title-shape {
    position: absolute;
    top: 12%;
    left: 34%;
}

.header-area.style-04 .lottie-shape {
    position: absolute;
    left: 11%;
    z-index: -1;
    max-width: 147px;
}

.party-single-thumb {
    position: relative;
    z-index: 2;
}

.party-single-thumb::before {
    position: absolute;
    content: "";
    top: 25%;
    left: 0;
    width: 400px;
    height: 400px;
    background-color: #111111;
    border-radius: 50%;
    z-index: -1;
}

.party-single-thumb .party-single-thumb-video {
    position: absolute;
    top: 50%;
    left: 4%;
}

.party-single-thumb .party-single-thumb-video .video-play i {
    background-color: rgba(255, 255, 255, 0.12);
    color: var(--main-color-one);
}

.party-single-thumb .video-play.style-05::after {
    left: -15px;
}
.party-single-thumb .video-play.style-01::after {
    left: 19%;
    top: -177%;
    z-index: -1;
    width: 110px;
    height: 110px;
    line-height: 110px;
    border-color: #fff;
}

/* contact form home four */

.contact-page-wrapper .contact-form.contact-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px 30px 37px 30px;
    border-radius: 6px;
}

.contact-page-wrapper .contact-form .content {
    margin-bottom: 35px;
    position: relative;
}

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

.contact-page-wrapper .contact-form .content .title-shape {
    position: absolute;
    left: 31%;
    top: -39%;
    max-width: 106px;
}
.contact-page-wrapper.style-05 .contact-form .content .title {
    color: var(--heading-color);
}

.contact-page-wrapper.style-05 .contact-form  .form-group textarea {
    color: #C9C9C9;
    padding: 15px 20px;
    border: 1px dashed #C9C9C9;
    border-radius: 2px;
}

.contact-page-wrapper .contact-form .form-group textarea {
    width: 100%;
    height: 97px;
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid #fff;
    border-radius: 2px;
    resize: none;
}

.contact-page-wrapper.style-05 .contact-form .form-group .form-control {
    color: #C9C9C9;
    padding: 15px 20px;
    border: 1px dashed #C9C9C9;
    border-radius: 2px;
    width: 100%;
}
.contact-page-wrapper.style-05 .contact-form .btn-wrapper .boxed-btn.political-btn {
    background-color: var(--main-color-one);
    color: #fff;
}

.contact-page-wrapper.style-05  .lottie-shape .path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    -webkit-animation: dash 4s ease-out forwards;
    animation: dash 4s ease-out forwards;
}

.media-item{
    background-color: #FBFBFD;
    padding: 30px;
    border-radius: 6px;
    margin-bottom: 30px;
}

.media-thumb {
	 position: relative;
}
 .media-thumb img {
	 width: 100%;
}
 .media-thumb .media-thumb-video {
	 position: absolute;
	 top: 50%;
	 left: 50%;
	 transform: translate(-50%, -50%);
}
 .media-thumb .media-thumb-video .video-play i {
	 background: transparent;
	 border: 1px solid #fff;
}
 .media-thumb .media-thumb-video .video-play::after {
	 display: none;
}
.media-content {
	 padding-top: 20px;
}
 .media-content .category {
	 font-size: 12px;
	 background-color: var(--main-color-one);
	 text-transform: uppercase;
	 color: #fff;
	 border-radius: 2px;
	 padding: 5px 10px;
	 font-weight: 500;
	 margin-bottom: 10px;
	 display: inline-block;
}
 .media-content .title {
	 font-size: 22px;
	 font-weight: 700;
	 line-height: 30px;
	 margin-bottom: 15px;
}
 .media-content .date {
	 font-size: 14px;
	 font-weight: 500;
}
 .media-content .date i {
	 margin-right: 8px;
}

/*Home page five start*/

.header-area.header-bg-04 {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px 0px 30px;
    overflow: initial;
}

.header-area .home-five-banner {
    background: transparent linear-gradient(180deg, #FFFFFF 0%, #FFFFFFC7 100%) 0% 0% no-repeat padding-box;
    padding: 40px 40px 0px 40px;
    margin-bottom: 20px;
}

.header-area.header-sanatory .header-inner-02 .subtitle {
    font-size: 20px;
    line-height: 35px;
    font-family: var(--body-font);
    font-weight: 500;
    padding: 0;
    color: var(--main-color-one);
    text-transform: uppercase;
    margin-bottom: 15px;
}
.header-area.header-sanatory .header-inner-02 .title {
    font-size: 79px;
    line-height: 95px;
    font-weight: 700;
    color: #111111;
    margin-bottom: 20px;
}
.header-area.header-sanatory .header-inner-02 p {
    color: #1A1A1A;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
    font-weight: 400;
    font-family: var(--body-font);
    margin-bottom: 0;
}
.btn-wrapper .boxed-btn.read-btn {
    background: transparent;
    border: 2px solid var(--main-color-one);
    border-radius: 8px;
    font-size: 18px;
    font-family: var(--body-font);
    font-weight: 700;
    color: var(--main-color-one);
    padding: 18px 24px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    margin-top: 75px;
}

/*----------------------------------------------
    # Nav bar 
----------------------------------------------*/
.navbar.navbar-area.white .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.50)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar.navbar-area.nav-style-01 .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(221, 221, 221, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar.navbar-area .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.mobile-logo {
    display: none;
}

@media only screen and (max-width: 991px) {
    .mobile-logo {
        display: block;
    }

    .desktop-logo {
        display: none !important;
    }
}

.nav-container {
    max-width: 1480px;
    width: 100%;
}

.nav-container.home-three {
    max-width: 1170px;
}

.nav-container.home-five {
    max-width: 1720px;
    width: 100%;
}

.custom-container {
    max-width: 1245px;
    width: 100%;
}

.custom-container-02 {
    max-width: 1720px;
    width: 100%;
}

.navbar-area.style-01::after {
    content: "";
    position: absolute;
    top: 0;
    left: -2%;
    width: 25%;
    height: 100px;
    z-index: -1;
    background-color: #fff;
    transform: skew(23deg);
}

.navbar-area.nav-style-03 {
    padding: 0;
    transition: .5s all ease;
}

.navbar-area.nav-style-03.nav-fixed {
    position: fixed !important;
    top: 0 !important;
    z-index: 8 !important;
    transition: .5s all ease;
    width: 100%;
    left: 0;
    padding: 0;
}

.navbar-area.nav-style-03.nav-fixed .nav-container {
    padding: 0px 45px;
}

.navbar-area.nav-style-03 .nav-container {
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    background: var(--main-color-one);
    padding: 10px 45px;
}

.navbar-area.nav-style-03 .nav-container .nav-right-content {
    display: flex;
    align-items: center;
    margin-left: 40px;
}

.navbar-area.nav-style-03 .nav-container .nav-right-content .btn-wrapper {
    margin-left: 0;
}

.navbar-area.nav-style-03 .nav-container .navbar-collapse .navbar-nav {
    text-align: right;
}

.navbar-area.nav-style-03 .nav-container .navbar-collapse .navbar-nav li {
    line-height: 88px;
    position: relative;
}

.navbar-area.nav-style-03 .nav-container .navbar-collapse .navbar-nav li.current-menu-item a {
    color: var(--main-color-one);
}

.navbar-area.nav-style-03 .nav-container .navbar-collapse .navbar-nav li.current-menu-item.menu-item-has-children:before {
    color: var(--main-color-one);
}

.navbar-area.nav-style-03 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children {
    z-index: initial;
}

.navbar-area.nav-style-03 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
    color: #fff;
}

.navbar-area.nav-style-03 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li + li {
    border-top: 1px solid #e2e2e2;
}

.navbar-area.nav-style-03 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
    background-color: #fff;
    color: var(--paragraph-color);
}

.navbar-area.nav-style-03 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover {
    background-color: var(--main-color-one);
    color: #fff;
}

.navbar-area.nav-style-03 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover > .sub-menu li:hover:before {
    color: #fff;
}

.navbar-area.nav-style-03 .nav-container .navbar-collapse .navbar-nav li a {
    transition: .3s all ease;
    color: #fff;
}

.navbar-area.nav-style-03 .nav-container .navbar-collapse .navbar-nav li:hover.menu-item-has-children:before {
    color: var(--heading-color);
}

.navbar-area.nav-style-03 .nav-container .navbar-collapse .navbar-nav li:hover a {
    color: var(--heading-color);
}

@media only screen and (max-width: 991px) {
    .navbar-area.nav-style-02 .nav-container {
        padding: 27px 0px;
    }

    .navbar-area.nav-style-02 .nav-container .navbar-toggler {
        background-color: #000565;
    }

    .navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav {
        background-color: #000565;
        padding: 0 20px;
    }

    .navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
        background-color: transparent;
        color: rgba(255, 255, 255, 0.8);
    }

    .navbar-area.nav-style-02 .nav-container .btn-wrapper {
        display: none;
    }

    .navbar-area.nav-style-02 .nav-container .donate-btn {
        display: none;
    }

    .navbar-area .nav-container {
        position: relative;
        z-index: 0;
        min-height: 80px;
    }

    .navbar-area .nav-container .responsive-mobile-menu {
        display: block;
        position: relative;
        width: 100%;
    }

    .navbar-area .nav-container .responsive-mobile-menu .navbar-toggler {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .navbar-area .nav-container .navbar-brand {
        display: block;
    }

    .navbar-area .nav-container .navbar-brand .navbar-toggler {
        position: absolute;
        right: 10px;
        border: 1px solid #e2e2e2;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav {
        display: block;
        margin-top: 20px;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li {
        display: block;
        text-align: left;
        line-height: 30px;
        padding: 10px 0;
        border-bottom: 1px solid rgba(221, 19, 26, 0.5);
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li:last-child {
        border-bottom: none;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li + li {
        margin-left: 0;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
        top: 25px;
        right: 20px;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover {
        padding-bottom: 0;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover > .sub-menu {
        visibility: visible;
        height: auto;
        opacity: 1;
        background-color: transparent;
        border-bottom: none;
        padding-top: 10px;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
        position: initial;
        display: block;
        width: 100%;
        border-top: none;
        box-shadow: none;
        margin-left: 0;
        padding-bottom: 0;
        visibility: hidden;
        opacity: 0;
        height: 0;
        overflow: hidden;
        max-height: 250px;
        overflow-y: scroll;
        transition: .3s all ease;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .sub-menu .menu-item-has-children:before {
        content: "\f107";
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
        padding: 0;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li.menu-item-has-children:hover:before {
        color: #fff;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li + li {
        border-top: none;
    }
}

@media only screen and (max-width: 575px) {
    .navbar-area .nav-container {
        margin: 0 15px;
    }
    body.admin-bar .navbar-area.nav-style-02{

        top: 0;
    }
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu.menu-reverse {
    top: inherit;
    bottom: 111%;
    border-bottom: 4px solid var(--main-color-one);
}


.btn-wrapper {
    display: block;
}

.btn-wrapper .boxed-btn {
    background-color: var(--secondary-color);
    color: #fff;
    display: inline-block;
    padding: 17px 27px;
    border-radius: 5px;
    text-transform: capitalize;
    text-align: center;
    cursor: pointer;
    transition: .7s all ease;
    font-weight: 600;
}

.btn-wrapper .boxed-btn:hover {
    background-color: var(--secondary-color);
}

.btn-wrapper .boxed-btn.read-btn {
    background: transparent;
    border: 2px solid var(--main-color-one);
    border-radius: 8px;
    font-size: 18px;
    font-family: var(--body-font);
    font-weight: 700;
    color: var(--main-color-one);
    padding: 18px 24px;
    transition: .3s all ease;
    margin-top: 75px;
}

.btn-wrapper .boxed-btn.read-btn:hover {
    background: var(--secondary-color);
    border: 2px solid var(--secondary-color);
    color: #fff;
}

.btn-wrapper .boxed-btn.read-btn i {
    margin-right: 10px;
}


.btn-wrapper .boxed-btn.btn-sanatory.style-04 {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 24px;
    font-family: var(--body-font);
    font-weight: 700;
    padding: 16px 23px;
}


.btn-wrapper .boxed-btn.btn-sanatory.style-04:hover {
    background-color: #fff;
    border-color: #fff;
    color: var(--main-color-one);
}


.header-area.header-sanatory .header-inner-02 .subtitle span {
    text-transform: capitalize;
    color: #111111;
}


.header-area.header-sanatory .header-inner-02 .subtitle i {
    font-size: 15px;
    margin-right: 10px;
}

.header-area.header-sanatory .header-inner-02 .subtitle i:first-child {
    margin-left: 10px;
}

.why-choose-us-section .choose-bg-03 {
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    height: 100%;
    width: 54%;
}


.widget.footer-widget .widget-title .line {
    margin-top: -15px;
    display: block;
}

.widget.footer-widget .widget-title .line .dot {
    display: inline-block;
    height: 2px;
    width: 4px;
    background-color: var(--main-color-one);
}

.widget.footer-widget .widget-title .line .dot.style-02 {
    width: 20px;
}

.widget.footer-widget ul li a:hover {
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    color: var(--main-color-one);
    margin-left: 8px;
}

.footer-event-item .content .designation {
    margin-bottom: 20px;
}

.footer-event-item .content .designation .event {
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    color: #fff;
    background: var(--main-color-one);
    padding: 5px 15px;
    border-radius: 5px;
    margin-right: 30px;
    cursor: pointer;
}
.footer-event-item .content .designation .date {
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    color: #fff;
}


.widget.footer-widget .widget-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 25px;
    text-transform: capitalize;
    position: relative;
    font-family: var(--body-font);
    color: #fff;
}

/*home page 5 scroll start*/
.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 50px;
    height: 50px;
    background: var(--main-color-one);
    color: #fff;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    z-index: 99;
    font-size: 25px;
    cursor: pointer;
    -webkit-box-shadow: 0 0 5px rgb(221 19 26 / 50%);
    box-shadow: 0 0 5px rgb(221 19 26 / 50%);
    display: none;
}
/*home page 5 scroll end*/

.media-item .media-content .category a:hover {
    color: #04072e;
}


.quoate-heading h6 {
    font-size: 20px;
    line-height: 32px;
    font-family: var(--body-font);
    font-weight: 700;
    color: var(--heading-color);
    border-left: 4px solid var(--main-color-one);
    padding-left: 10px;
}



/* 
 ========================= CSS FOR ELEMENTOR WIDGET ======================
*/

/* Mission Section */
.our-mission-section {
    margin-top: 105px;
    position: relative;
    z-index: 0;
    padding-bottom: 90px;
  }
  .our-mission-section::after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 42%;
    background: #EFEFF7;
  }
  .our-mission-section .section-title .sub-title-02 {
    color: var(--heading-color);
  }
  
  .mission-single-item {
    background: #FFFFFF;
    padding: 20px 30px 30px;
    -webkit-filter: drop-shadow(0px 10px 40px rgba(0, 0, 0, 0.12));
            filter: drop-shadow(0px 10px 40px rgba(0, 0, 0, 0.12));
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    margin-bottom: 30px;
  }
  .mission-single-item:hover {
    background: var(--main-color-one);
  }
  .mission-single-item:hover .content .content-no {
    color: #fff;
  }
  .mission-single-item:hover .content .title {
    color: #fff;
  }
  .mission-single-item:hover .content p {
    color: #fff;
  }
  .mission-single-item:hover .progress-item .single-progressbar .percentCount {
    color: #fff;
  }
  .mission-single-item:hover .progress-item .single-progressbar .progressbar {
    -webkit-filter: drop-shadow(none);
            filter: drop-shadow(none);
    background: rgba(255, 255, 255, 0.3) !important;
  }
  .mission-single-item:hover .progress-item .single-progressbar .progressbar .proggress {
    background: #fff !important;
  }
  .mission-single-item .content .content-no {
    font-size: 24px;
    line-height: 1.5;
    font-family: var(--heading-font);
    font-weight: 700;
    color: var(--main-color-one);
    margin-bottom: 10px;
    display: block;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
  }
  .mission-single-item .content .title {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 700;
    color: var(--heading-color);
    margin-bottom: 10px;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
  }
  .mission-single-item .content p {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    color: #57575A;
    margin-bottom: 46px;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
  }
  .mission-single-item .progress-item .single-progressbar .percentCount {
    top: -30px;
    background: transparent;
    color: var(--main-color-one);
  }
  .mission-single-item .progress-item .single-progressbar .percentCount::after {
    display: none;
  }
  .mission-single-item .progress-item .single-progressbar .progressbar {
    border: none !important;
    background-color: #fff !important;
    -webkit-filter: drop-shadow(0px 3px 20px rgba(221, 19, 26, 0.3));
            filter: drop-shadow(0px 3px 20px rgba(221, 19, 26, 0.3));
  }

/* Countdown */
.counter-single-item {
    position: absolute;
    bottom: 60px;
    left: 30px;
    min-height: auto;
  }

  .counter-single-item.style-03 {
    position: relative;
    z-index: 0;
    left: 0;
    bottom: 0;
    padding: 15px 40px 10px 40px;
    display: inline-block;
    background: #1C2050;
    margin-top: 34px;
    margin-left: 0;
  }

  .counter-single-item.style-03 ul {
    margin: 0;
    padding: 0;
  }
  .counter-single-item.style-03 ul li {
    display: inline-block;
  }
  .counter-single-item.style-03 .counter-item {
    border: none;
    border-radius: 0;
    width: inherit;
    height: inherit;
    padding-top: 0;
    margin-right: 20px;
    position: relative;
    z-index: 0;
    padding-right: 35px;
  }
  .counter-single-item.style-03 .counter-item::after {
    content: ":";
    position: absolute;
    right: 0px;
    top: -10px;
    font-size: 55px;
    color: red;
}
  .counter-single-item.style-03 .counter-item:last-child {
    padding-right: 0;
    margin-right: 0;
  }
  .counter-single-item.style-03 .counter-item:last-child::after {
    display: none;
  }
  .counter-single-item.style-03 .counter-item::before {
    content: ":";
    position: absolute;
    right: 0px;
    top: -10px;
    font-size: 55px;
    color: red;
  }
  .counter-single-item.style-03 .counter-item span {
    color: #fff;
    text-align: left;
    font-size: 60px;
    font-weight: 500;
    font-style: italic;
    padding-bottom: 0;
    background: transparent;
  }
  .counter-single-item.style-03 .counter-item h6 {
    background: transparent;
    text-align: left;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 300;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    padding-top: 5px;
    margin-bottom: 0;
  }

  @media (max-width:499) {
    .counter-single-item.style-03 {
        padding: 15px;
        background: #1C2050;
        margin-top: 10px;
        margin-left: 0;
        margin-right: 0;

    }
    .counter-single-item.style-03 .counter-item h6 {
        line-height: 3.8;;

    }
    .counter-single-item.style-03 ul.pl-0 {
        padding-top: 30px;
    }
  }
/* Team Slider 3 */
.party-member-section-area.home-six {
    margin-top: 0;
}
.party-member-section-area.home-six .single-party-member-item {
    position: relative;
    overflow: hidden;
    border-radius: 0px;
}

.party-member-section-area.home-six .single-party-member-item .thumb img {
border-radius: 0px;
}

.party-member-section-area.home-six .single-party-member-item .content {
    padding-bottom: 110px;
}
.party-member-section-area.home-six .single-party-member-item .content .author-meta {
    background-color: #fff;
    padding: 28px 0px 10px 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0 15px 30px rgba(221, 19, 26, 0.14);
            box-shadow: 0 15px 30px rgba(221, 19, 26, 0.14);
    text-align: center;
    width: 300px;
    height: 120px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.7s all ease;
    transition: 0.7s all ease;
  }
  .party-member-section-area.home-six .single-party-member-item .content .author-meta .author-name {
    font-size: 24px;
    line-height: 28px;
    font-family: var(--body-font);
    font-weight: 700;
    color: var(--heading-color);
  }
  .party-member-section-area.home-six .single-party-member-item .content .author-meta .designation {
    font-size: 16px;
    line-height: 28px;
    font-family: var(--body-font);
    font-weight: 400;
    color: #505050;
    margin-top: 9px;
  }
  .party-member-section-area.home-six .single-party-member-item .content .social-links {
    position: absolute;
    top: 5%;
    left: -15%;
    -webkit-transition: 0.7s all ease;
    transition: 0.7s all ease;
  }
  .party-member-section-area.home-six .single-party-member-item .content .social-links ul li {
    border-radius: 0px;
  }

/* hover */
.party-member-section-area.home-six .single-party-member-item:hover:after {
    visibility: hidden;
    opacity: 0;
}
.party-member-section-area.home-six .single-party-member-item:hover .content .author-meta {
    position: absolute;
    visibility: visible;
    opacity: 1;
    top: 65%;
}

.party-member-section-area.home-six .testimonial-carousel-eight .owl-item.center .single-party-member-item .content .author-meta {
    position: absolute;
    visibility: visible;
    opacity: 1;
    top: 65%;
}
.party-member-section-area.home-six .single-party-member-item:hover .content .social-links {
    visibility: visible;
    opacity: 1;
    left: 5%;
  }
.party-member-section-area.home-six .testimonial-carousel-eight .owl-item.center .single-party-member-item .content .social-links {
    visibility: visible;
    opacity: 1;
    left: 5%;
}


/* Testimonial 05 Five */
.testimonial-section-area.testimonial-bg {
    padding: 120px 0px;
}
.testimonial-section-area.home-six .testimonial-single-item {
    background-color: #fff;
    padding: 40px;
    -webkit-filter: drop-shadow(0px 10px 40px rgba(0, 0, 0, 0.16));
    filter: drop-shadow(0px 10px 40px rgba(0, 0, 0, 0.16));
}
.testimonial-section-area.home-six .sub-title-02 {
    font-size: 14px;
    line-height: 2;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    margin-bottom: 0;
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
    z-index: 0;
    padding: 3px;
    padding-left: 10px;
}
.testimonial-section-area.home-six .sub-title-02::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent -webkit-gradient(linear, left top, right top, from(#DD131A), to(rgba(255, 255, 255, 0))) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(90deg, #DD131A 0%, rgba(255, 255, 255, 0) 100%) 0% 0% no-repeat padding-box;
    opacity: 0.16;
}

.testimonial-section-area.home-six .sub-title-02 i {
    margin-right: 10px;
    color: var(--main-color-one);
}

.testimonial-section-area.home-six .testimonial-single-item .icon {
    margin-bottom: 33px;
}
.testimonial-section-area.home-six .testimonial-single-item .content p {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
    color: #4E4E56;
    margin-bottom: 0;
}
.testimonial-section-area.home-six .testimonial-single-item .content .author-meta {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 35px;
}
.testimonial-section-area.home-six .testimonial-single-item .content .author-meta .description {
    margin-left: 20px;
}
.testimonial-section-area.home-six .testimonial-single-item .content .author-meta .author img {
    border-radius: 50%;
 }
.testimonial-section-area.home-six .testimonial-single-item .content .author-meta .description .name {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 600;
    color: var(--heading-color);
}
.testimonial-section-area.home-six .testimonial-single-item .content .author-meta .description .designation {
    font-size: 14px;
    line-height: 2;
    font-weight: 400;
    color: var(--main-color-one);
    margin-bottom: 0;
    text-transform: uppercase;
}
.testimonial-section-areahome-six .owl-carousel .owl-item img {
    max-width: 60px;
}
.testimonial-section-area .owl-carousel .owl-item img.style-01 {
    max-width: 100px;
}
.testimonial-section-area.home-six .testimonial-carousel-nine .owl-nav {
    position: absolute;
    left: -105%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 70%;
  }
  .testimonial-section-area.home-six .testimonial-carousel-nine .owl-nav .owl-prev,
  .testimonial-section-area.home-six .testimonial-carousel-nine .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    color: var(--main-color-one);
    font-size: 20px;
    cursor: pointer;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
  }
  .testimonial-section-area.home-six .testimonial-carousel-nine .owl-nav .owl-prev:hover,
  .testimonial-section-area.home-six .testimonial-carousel-nine .owl-nav .owl-next:hover {
    background: var(--main-color-one);
    color: #fff;
  }
  .testimonial-section-area.home-six .testimonial-carousel-nine .owl-nav .owl-prev {
    margin-right: 15px;
  }

  .services-single-section.style-01 {
    background: transparent;
    padding: 0;
    margin-top: 120px;
  }
  .services-single-item-02 {
    position: relative;
    background-color: #fff;
    border-left: 0px;
    padding: 0px 30px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    z-index: 0;
}
.services-single-item-02 .content .title {
    font-size: 24px;
    line-height: 30px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    color: #04072E;
    margin-bottom: 20px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.services-single-item-02 .content .description {
    font-size: 16px;
    line-height: 28px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #505050;
    margin-bottom: 25px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.services-single-item-02 .icon {
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    background: transparent;
    font-size: 60px;
    color: var(--main-color-one);
    margin-right: 20px;
    position: relative;
    background: rgba(14, 17, 90, 0.07);
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    margin: auto;
    margin-bottom: 30px;
}
.services-single-item-02:hover .icon {
    background: var(--main-color-one);
    color: #fff;
}

.btn-wrapper .boxed-btn.event-btn {
    background: transparent;
    color: var(--main-color-one);
    padding: 0;
    font-size: 18px;
    line-height: 24px;
    font-family: var(--body-font);
    font-weight: 700;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}


/* Event Grid 03 */
.campaign-single-item.home-six .campaign-bg {
    border-radius: 0;
    min-height: 570px;
    position: relative;
    z-index: 0;
}
.campaign-single-item.home-six .campaign-bg::after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: transparent -webkit-gradient(linear, left top, left bottom, from(rgba(4, 7, 46, 0)), to(#000000)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(180deg, rgba(4, 7, 46, 0) 0%, #000000 100%) 0% 0% no-repeat padding-box;
}
.campaign-single-item.home-six .campaign-bg .content-wrap {
    position: absolute;
    left: 40px;
    bottom: 25px;
}
.campaign-single-item.home-six .counter-single-item.style-04 {
    position: relative;
    z-index: 0;
    left: 0px;
    bottom: 0;
    display: inline-block;
    background: transparent;
    margin-left: 0;
    margin-right: 0;
}
.campaign-single-item.home-six .counter-single-item.style-04 ul {
    margin: 0;
    padding: 0;
}
.campaign-single-item.home-six .counter-single-item.style-04 .counter-item {
    border: none;
    border-radius: 0;
    width: inherit;
    height: inherit;
    padding-top: 0;
    position: relative;
    z-index: 0;
    padding-right: 35px;
}
.campaign-single-item.home-six .counter-single-item.style-04 .counter-item:last-child {
    padding-right: 0;
    margin-right: 0;
}
.campaign-single-item.home-six .counter-single-item.style-04 .counter-item::after {
    content: ":";
    position: absolute;
    right: 0px;
    top: -10px;
    font-size: 55px;
    color: var(--main-color-one);
}
.campaign-single-item.home-six .counter-single-item.style-04 .counter-item:last-child:after{
    content: none;
}
.campaign-single-item.home-six .counter-single-item.style-04 .counter-item span {
    color: #fff;
    text-align: left;
    font-size: 60px;
    font-weight: 500;
    font-style: italic;
    padding-bottom: 0;
    background: transparent;
}
.counter-single-item .counter-item span::before {
    position: absolute;
    left: 0;
    top: 0;
    background: transparent;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
}
.campaign-single-item.home-six .counter-single-item.style-04 .counter-item h6 {
    background: transparent;
    text-align: left;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 300;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    padding-top: 5px;
    margin-bottom: 0;
}
.campaign-single-item.home-six .campaign-bg .content-wrap .content .designation {
    margin-bottom: 10px;
}
.campaign-single-item.home-six .campaign-bg .content-wrap .content .designation .event {
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    color: #fff;
    background: var(--main-color-one);
    padding: 5px 15px;
    margin-right: 30px;
}
.campaign-single-item.home-six .campaign-bg .content-wrap .content .designation .date {
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.7);
}
.campaign-single-item.home-six .campaign-bg .content-wrap .content .title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    font-family: var(--heading-font);
    margin-bottom: 15px;
    color: #fff;
}
/* Campaign  */
.campaign-list-item .list-single-items:last-child {
    border-bottom: 0 !important;
}


/* Team Box 2 */
.team-single-items {
    margin-bottom: 30px;
  }
  .team-single-items:hover .thumbnail .social-area {
    opacity: 1;
    visibility: visible;
  }
  .team-single-items .content {
    text-align: center;
    margin-top: 15px;
  }
  .team-single-items .content .member-name {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 8px;
  }
  .team-single-items .content .designation {
    font-size: 14px;
    line-height: 2;
    font-weight: 400;
    color: #000792;
    margin-bottom: 0;
    text-transform: uppercase;
  }
  .team-single-items .thumbnail {
    position: relative;
    z-index: 0;
  }
  .team-single-items .thumbnail::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 7, 46, 0)), to(rgb(4, 7, 46)));
    background: linear-gradient(180deg, rgba(4, 7, 46, 0) 0%, rgb(4, 7, 46) 100%);
  }
  .team-single-items .thumbnail .social-area {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    opacity: 0;
    visibility: hidden;
  }
  .team-single-items .thumbnail .social-area li {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #C9C9C9;
    border-radius: 3px;
    color: #fff;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    font-size: 18px;
    margin-top: 15px;
  }
  .team-single-items .thumbnail .social-area li:hover  {
    border: 1px solid var(--main-color-one);
    background: var(--main-color-one);
    color: #fff;
  }
  .team-single-items .thumbnail .social-area li a:hover{
    color: #fff;
  }
  .team-single-items .thumbnail .social-area li + li {
    margin-left: 10px;
  }

/*====================================
    Blog Pagination 02
 ====================================*/
  .blog-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 60px;
}
 
.blog-pagination.style-01 .page-numbers {
    width: 48px;
    height: 48px;
    border-radius: 0;
    color: #6B6B6B;
    font-size: 18px;
    line-height: 35px;
    font-family: var(--body-font);
    font-weight: 500;
    border: 1px solid #ddd;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.blog-pagination.style-01 .page-numbers.current, 
.blog-pagination.style-01 .page-numbers:hover {
    background: #DD131A;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}
.blog-pagination.style-01 .page-numbers.next,
.blog-pagination.style-01 .page-numbers.prev {
    font-size: 20px;
    font-weight: 600;
    color: #DD131A;
}

/*====================================
    Issues Grid Two 
 ====================================*/
.content-area.senatory-page-content-area .container .row .col-lg-8{
    padding-left: 0;
    padding-right: 0;
}
.issues-around-us-section.style-01 {
    margin-top: 0;
}
.news-single-items-two {
    margin-bottom: 30px;
}
.news-single-items-two .thumbnail {
    position: relative;
    z-index: 0;
}
.news-single-items-two .thumbnail img{
    border-radius: 0;
}
.news-single-items-two .content {
    border: 1px solid rgba(204, 204, 204, 0.5);
    border-top: 0;
    padding: 20px;
}
.news-single-items-two .content .tag {
    display: inline-block;
    font-size: 14px;
    line-height: 1.72;
    font-weight: 400;
    color: #fff;
    background: var(--main-color-one);
    padding: 3px 10px;
    text-transform: uppercase;
    margin-bottom: 18px;
}
.news-single-items-two .content .title {
    font-size: 21px;
    line-height: 1.5;
    font-weight: 600;
    color: var(--heading-color);
    margin-bottom: 15px;
}
.news-single-items-two .content p {
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
    color: #505050;
    margin-bottom: 0px;
}
.news-single-items-two .content .btn-wrapper {
    border-top: 1px solid rgba(204, 204, 204, 0.5);
    margin-top: 15px;
    padding-top: 20px;
}
.news-single-items-two .content .btn-wrapper .event-btn {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.news-single-items-two .content .btn-wrapper .event-btn i {
    font-size: 14px;
    margin-right: 8px;
}


/*====================================
    Events Grid Four/ 04 
 ====================================*/
.events-items-wrapper {
    /* border-top: 1px solid rgba(201, 201, 201, 0.5); */
    padding-top: 25px;
    border-bottom: 1px solid rgba(201, 201, 201, 0.5);
    margin: 0px 15px;
}

.event-single-items.style-01 {
    margin-bottom: 50px;
}
.event-single-items.style-01 .event-img {
    border-radius: 0;
    min-height: 248px;
}
.event-single-items .content.home-six {
    background: transparent;
    padding: 0;
    border: none;
    border-radius: 0;
    margin: 0;
    margin-top: 40px;
}
.event-single-items .content.home-six .post-mate {
    left: 20px;
    top: -102px;
}
.event-single-items .post-mate {
    width: 90px;
    height: 82px;
    text-align: center;
    background: var(--main-color-one);
    border-radius: 4px;
    padding: 22px;
    position: absolute;
    top: -35px;
    right: 30px;
}
.event-single-items .post-mate::after {
    content: '';
    position: absolute;
    left: 3px;
    top: 3px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    width: 94%;
    height: 94%;
    border-radius: 4px;
}
.event-single-items .post-mate .post-date {
    font-size: 35px;
    margin-bottom: 0;
    color: #fff;
    font-family: var(--heading-font-02);
    font-weight: 700;
    line-height: 23px;
}
.event-single-items .post-mate .post-month {
    color: #fff;
    font-family: var(--heading-font-02);
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
}
.event-single-items .content.home-six .subtitle {
    border-top: 1px solid rgba(204, 204, 204, 0.5);
    border-bottom: 0;
    margin-top: 20px;
    margin-bottom: 0;
    padding-top: 15px;
}
.event-single-items .content .subtitle .location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 40px;
    font-size: 14px;
    line-height: 28px;
    font-family: var(--body-font);
    font-weight: 400;
    color: #4F4F6B;
}
.event-single-items .content .subtitle .location .icon {
    font-size: 15px;
    margin-right: 8px;
}
.event-single-items .content.home-six P {
    margin-bottom: 10px;
}
.event-single-items .content.home-six .title {
    font-weight: 600;
    font-family: var(--heading-font);
}

/*====================================
    Events List Two/ 02 
 ====================================*/
 .event-single-items-02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    /* align-items: center; */
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(201, 201, 201, 0.5);
}
.event-single-items-02 .thumbnail {
    width: 200px;
    height: 200px;
}
.event-single-items-02 .thumbnail img {
    width: 100%;
    height: 100%;
}
.event-single-items-02 .content {
    margin-left: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.event-single-items-02 .content .post-tag {
    display: inline-block;
    background: var(--main-color-one);
    color: #fff;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
    padding: 2px 6px;
    margin-bottom: 12px;
}
.event-single-items-02 .content .title {
    font-size: 24px;
    line-height: 36px;
    font-family: var(--body-font);
    font-weight: 700;
    color: var(--heading-color);
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.event-single-items-02 .content .subtitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 14px;
    cursor: pointer;
}
.event-single-items-02 .content .subtitle .location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 40px;
    font-size: 14px;
    line-height: 28px;
    font-family: var(--body-font);
    font-weight: 400;
    color: #4F4F6B;
}
.event-single-items-02 .content .subtitle .location .icon {
    font-size: 15px;
    margin-right: 8px;
}
.event-single-items-02 .content .subtitle .time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    line-height: 28px;
    font-family: var(--body-font);
    font-weight: 400;
    color: #4F4F6B;
}

/*====================================
    News Blog Grid Two/ 02 
 ====================================*/
.news-single-items-two {
    margin-bottom: 30px;
}
.news-single-items-two .thumbnail {
    position: relative;
    z-index: 0;
}
.news-single-items-two .thumbnail .tag {
    display: inline-block;
    font-size: 14px;
    line-height: 1.72;
    font-weight: 400;
    color: #fff;
    background: var(--main-color-one);
    padding: 3px 10px;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    top: 20px;
}
.news-single-items-two .content {
    border: 1px solid rgba(204, 204, 204, 0.5);
    border-top: 0;
    padding: 20px;
}
.news-single-items-two .content .post-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 12px;
}
.news-single-items-two .content .post-meta .author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 20px;
}
.news-single-items-two .content .post-meta .author .icon {
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    margin-right: 10px;
}
.news-single-items-two .content .post-meta .author .icon img {
    background: #282828;
    border-radius: 50%;
}
.news-single-items-two .content .post-meta .author p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 2;
    font-weight: 400;
    color: #505050;
}
.news-single-items-two .content .post-meta .post-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.news-single-items-two .content .post-meta .post-date p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 2;
    font-weight: 400;
    color: #505050;
    margin-left: 10px;
}
.news-single-items-two .content .title {
    font-size: 21px;
    line-height: 1.5;
    font-weight: 600;
    color: var(--heading-color);
    margin-bottom: 15px;
}
.news-single-items-two .content p {
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
    color: #505050;
    margin-bottom: 0px;
}
.news-single-items-two .content .btn-wrapper {
    border-top: 1px solid rgba(204, 204, 204, 0.5);
    margin-top: 15px;
    padding-top: 20px;
}
.news-single-items-two .content .btn-wrapper .event-btn {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.news-single-items-two .content .btn-wrapper .event-btn i {
    font-size: 14px;
    margin-right: 8px;
}
/*====================================
    Donation Grid Two/ 02 
 ====================================*/
 .issues-single-items-two {
    margin-bottom: 30px;
}
.issues-single-items-two .content-wrap {
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(201, 201, 201, 0.5);
    border-top: 0;
    padding: 20px;
}
.issues-single-items-two .content {
    border-bottom: 1px solid rgba(201, 201, 201, 0.5);
    margin-bottom: 50px;
    padding-bottom: 20px;
}
.issues-single-items-two .content .tag {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    color: #fff;
    background: var(--main-color-one);
    padding: 5px 10px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.issues-single-items-two .content .title {
    font-size: 21px;
    line-height: 1.4;
    font-weight: 600;
    color: var(--heading-color);
    margin-bottom: 0;
}
.issues-single-items-two .progress-item .single-progressbar .progressbar .proggress {
    background: #000565 !important;
    border-radius: 0 !important;
}
.progress-content .goal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10px;
}
.issues-single-items-two .progress-content .goal .raised {
    color: var(--heading-color);
    margin-bottom: 0;
    font-size: 14px;
    font-family: var(--body-font);
    font-weight: 700;
}
.issues-single-items-two .progress-content .goal .raised span {
    font-weight: 400;
}

/*====================================
    Donation Button -- 01 
 ====================================*/
.btn-wrapper.home-six {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width:499px){
    .btn-wrapper.home-six {
        display: flex;
        flex-flow: column wrap;
        justify-content: center;
    }
    .btn-wrapper.home-six .price-btn {
        border-radius: 0;
        margin-bottom: 20px;
        text-align: center;
    }
}
.btn-wrapper.home-six .price-btn {
    border: 1px solid #BEBEBE;
    padding: 12px 22px;
    border-radius: 5px;
    margin-right: 20px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    font-family: var(--heading-font);
    color: #505050;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    display: inline-block;
}
.btn-wrapper.home-six .price-btn {
    border-radius: 0;
}
.btn-wrapper.home-six .boxed-btn.btn-sanatory {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    padding: 16px 22px;
    display: inline-block;
}
.btn-wrapper.home-six .price-btn:hover {
    border-color: var(--main-color-one);
    color: var(--main-color-one);
}
/* Breadcrumb - 02 */
.justify-content-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.about-inner .title {
    font-size: 65px;
    line-height: 78px;
    font-family: var(--heading-font);
    font-weight: 700;
    -webkit-text-stroke: 1px #fff;
    color: rgba(4, 7, 46, 0);
    text-align: center;
    margin-bottom: 20px;
}
.breadcrumb-content .page-list {
    list-style: none;
    text-align: center;
    margin: 0;
    padding: 5px 15px;
    display: inline-block;
    border-radius: 4px;
 
}
/*====================================
    Events Sigle.php -- 02 
 ====================================*/
.event-single-items {
    margin-bottom: 50px;
}
.event-content-section .event-single-shape {
    position: absolute;
    left: -78%;
    top: -12%;
}
.event-content-section .event-single-shape.style-01 {
    top: 10%;
}
.event-single-items.home-six .bg-wrapper {
    overflow: hidden;
}
.event-single-items.home-six .bg-wrapper .event-bg.style-01 {
    min-height: 467px;
    border-radius: 0px;
}
.event-single-items .bg-wrapper .event-bg.style-01::before {
    border-radius: 0px;
}
.event-single-items.home-six .event-bg::before {
    z-index: -1;
    left: 0;
    bottom: 0;
    top: inherit !important;
    width: 100%;
    height: 20%;
    background: transparent -webkit-gradient(linear, left top, left bottom, from(rgba(14, 17, 90, 0)), to(#0E115A)) 0% 0% no-repeat padding-box !important;
    background: transparent linear-gradient(180deg, rgba(14, 17, 90, 0) 0%, #0E115A 100%) 0% 0% no-repeat padding-box !important;
}
.icon-box-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: calc(100% - 40px);
}
.icon-box-wrapper .icon-box-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
    position: relative;
    z-index: 0;
    margin-right: 5px;
}
.icon-box-wrapper .icon-box-item .icon {
    width: 55px;
    height: 55px;
    line-height: 50px;
    background: rgba(255, 255, 255, 0.1);
    text-align: center;
    border-radius: 50%;
}
.icon-box-wrapper .icon-box-item .event-meta {
    margin-left: 15px;
}
.icon-box-wrapper .icon-box-item .event-meta .start-text {
    font-size: 14px;
    line-height: 1.7;
    font-family: var(--body-font);
    font-weight: 400;
    color: #fff;
    display: block;
}
.icon-box-wrapper .icon-box-item .event-meta .date {
    font-size: 16px;
    line-height: 1.7;
    font-family: var(--body-font);
    font-weight: 500;
    color: #fff;
    font-style: italic;
    margin-bottom: 0;
}
/* Organizer */
.organizar-wrap {
    margin-top: 62px;
}
.organizar-wrap .organizar-item {
    position: relative;
    z-index: 0;
}
.organizar-wrap .organizar-item .title {
    font-size: 24px;
    line-height: 1.5px;
    font-family: var(--heading-font);
    font-weight: 600;
    padding-left: 10px;
    margin-bottom: 45px;
}
.organizar-wrap .organizar-item .title::after {
    content: "";
    position: absolute;
    left: 0;
    top: -8px;
    width: 4px;
    height: 20px;
    background: var(--main-color-one);
}
.organizar-wrap .organizar-items {
    border: 1px solid #CCCCCC;
    padding: 10px 20px 20px 20px;
    margin-top: 47px;
}
.organizar-wrap .organizar-items .organizar-content {
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 28px;
    padding-bottom: 30px;
}
.organizar-wrap .organizar-items .organizar-content .title {
    font-size: 24px;
    line-height: 1.8;
    font-weight: 600;
    color: var(--heading-color);
    margin-bottom: 12px;
}
.organizar-wrap .organizar-items .organizar-content p {
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
    color: #57575A;
    margin-bottom: 0;
}

.organizar-wrap .organizar-items .address-wrap {
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 28px;
    padding-bottom: 30px;
}
.organizar-wrap .organizar-items .address-wrap p {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
    font-style: italic;
    color: var(--main-color-one);
    margin-bottom: 0;
}
.organizar-wrap .organizar-items .address-wrap p span {
    font-size: 16px;
    font-weight: 400;
    color: rgba(4, 7, 46, 0.8);
}
.organizar-wrap .organizar-items .social-area {
    list-style: none;
    padding: 0;
    margin: 0;
}
.organizar-wrap .organizar-items .social-area li {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border: 1px solid #C9C9C9;
    border-radius: 3px;
    color: #505050;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
/* More Events Related Post */
.event-single-items.home-six .content {
    background: #fff !important;
}

/* Navigation Menu 05 for home six */
.navbar-area.nav-style-02.home-six {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.navbar-area.nav-style-02 {
    background-color: transparent;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 100px;
    z-index: 999;
    border-bottom: 1px solid #fff;
}
.navbar-area.nav-style-02 .nav-container.home-six {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0 15px;
}
.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav {
    text-align: right;
}

.navbar-area .nav-container.home-six .navbar-collapse .navbar-nav li.menu-item-has-children:before {
    content: '';

}
.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li .line {
    position: absolute;
    top: 20px;
    left: 0px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    z-index: -1;
}
.navbar-area .nav-container.home-six .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
    border-bottom: 4px solid var(--main-color-one);

}
.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li.current-menu-ancestor a {
    color: var(--main-color-one);
}
.navbar-area.nav-style-02 .nav-container .nav-right-content.style-01 {
    margin-left: 0px;
}
.navbar-area.nav-style-02.home-six .btn-wrapper .boxed-btn.political-btn {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 0px;
    font-weight: 700;
    color: #fff;
    font-size: 16px;
}
.navbar-area .nav-container .nav-right-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: 15px;
}
@media (max-width: 499px){
    .navbar-area .nav-container .nav-right-content ul.top-social-share {
        display: none;
    }
}
.navbar-area.nav-style-02.home-six .top-social-share li {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    font-size: 15px;
    margin: 0px 10px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.navbar-area.nav-style-02.home-six .top-social-share li a {
    color: var(--main-color-one) !important;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.navbar-area.nav-style-02.home-six .top-social-share li:hover {
    background: var(--main-color-one);
}
.navbar-area.nav-style-02.home-six .top-social-share li:hover a {
    color: #fff !important;
}

/*====================================
    About Two Page -- 02 
 ====================================*/

.administration-single-items.about-two .btn-wrapper.administration {
    background: #fff;
    padding: 65px 55px 25px 55px;
    -webkit-filter: drop-shadow(-5px -5px 30px rgba(0, 0, 0, 0.16));
    filter: drop-shadow(-5px -5px 30px rgba(0, 0, 0, 0.16));
    left: 10%;
    top: 72%;
}
.administration-single-items.about-two .administrative-bg {
    border-radius: 0px;
    min-height: 690px;
}
.administration-single-items.about-two .btn-wrapper p {
    margin-top: 64px;
    text-align: center;
    margin-left: 5px;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 60px;
    font-size: 20px;
    line-height: 1;
    font-family: var(--heading-font);
    font-weight: 700;
    color: var(--heading-color);
}

/*====================================
    Contact Page two: Contact Info List 
 ====================================*/
 .icon-box-item-02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #EFEFF7;
    padding: 20px;
    margin-bottom: 30px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.icon-box-item-02 .icon {
    width: 60px;
    height: 60px;
    line-height: 56px;
    text-align: center;
    background: rgba(0, 7, 146, 0.05);
    border-radius: 50%;
    font-size: 30px;
    color: #000792;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.icon-box-item-02 .content {
    margin-left: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.icon-box-item-02:hover {
    background: #fff;
    -webkit-filter: drop-shadow(0px 3px 30px rgba(0, 0, 0, 0.12));
    filter: drop-shadow(0px 3px 30px rgba(0, 0, 0, 0.12));
}
.icon-box-item-02:hover .icon {
    background: #000792;
    color: #fff;
}
/*====================================
    Contact Page two: Contact Form 
 ====================================*/
 .contact-page-wrapper.home-six {
    top: 0;
}

.contact-page-wrapper.home-six .contact-page-form {
    background-image: none;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 15px 15px 30px 15px;
    border-radius: 0;
}
.contact-page-wrapper .contact-form .content {
    margin-bottom: 35px;
    position: relative;
}
 .contact-page-wrapper.home-six .contact-form .contact-page-form .form-group {
    margin-bottom: 30px;
}
.contact-page-wrapper.home-six .contact-form .contact-page-form .form-group .form-control {
    height: 64px;
    border: 1px solid rgba(204, 204, 204, 0.5);
    border-radius: 0;
    font-size: 16px;
    font-weight: 300;
    font-family: var(--body-font);
    color: var(--heading-color);
}
.contact-page-wrapper.home-six .contact-form .contact-page-form .form-group {
    margin-bottom: 30px;
}
.contact-page-wrapper.home-six .contact-form .contact-page-form .form-group .text-area {
    border: 1px solid rgba(204, 204, 204, 0.5);
    border-radius: 0;
    font-size: 16px;
    font-weight: 300;
    font-family: var(--body-font);
    color: var(--heading-color);
    padding: 10px;
}
.contact-page-wrapper.home-six .contact-form .btn-wrapper {
    margin-top: 5px;
}
.contact-page-wrapper.home-six .contact-form .btn-wrapper .boxed-btn.political-btn {
    background: var(--main-color-one);
    color: #fff;
    border-radius: 0;
    border: 0;
}
.contact-page-wrapper.home-six .btn-wrapper .boxed-btn.political-btn i {
    margin-left: 10px;
}

/* Widget Area 05 */
.footer-top .footer-top-border .footer-content .designation .event {
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    color: #fff;
    background: var(--main-color-one);
    padding: 5px 15px;
    margin-right: 30px;
}
.footer-top .footer-top-border .footer-content .designation .date {
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.7);
}
.footer-top .footer-top-border .footer-content .title {
    font-size: 16px;
    line-height: 32px;
    font-weight: 700;
    font-family: var(--heading-font);
    margin-bottom: 0px;
    color: #fff;
}
/* NewsLetter */
.widget.widget_subscribe {
    background-color: var(--main-color-one);
    padding: 58px 45px;
    border-radius: 0px 0px 10px 10px;
    margin-top: -115px;
    position: relative;
  }
  .widget.widget_subscribe.political {
    margin-top: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 39px 54px;
    margin-bottom: 80px;
  }
  .widget.widget_subscribe.political.style-01 {
    position: relative;
    top: -70px;
    margin-bottom: 0;
  }
  .widget.widget_subscribe.political::after {
    content: none;
  }
  .widget.widget_subscribe.political::before {
    content: none;
  }
  .widget.widget_subscribe .footer-form {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 20px;
    margin-left: 80px;
  }
  .widget.widget_subscribe .footer-form .form-group {
    margin-bottom: 0;
  }
  .widget.widget_subscribe .footer-form .form-group .form-control {
    height: 60px;
    color: #000;
    border-radius: 4px;
  }
  .widget.widget_subscribe .footer-form .form-group .form-control::-webkit-input-placeholder {
    color: #D6D6D6;
  }
  .widget.widget_subscribe .footer-form .form-group .form-control::-moz-placeholder {
    color: #D6D6D6;
  }
  .widget.widget_subscribe .footer-form .form-group .form-control:-ms-input-placeholder {
    color: #D6D6D6;
  }
  .widget.widget_subscribe .footer-form .form-group .form-control::-ms-input-placeholder {
    color: #D6D6D6;
  }
  .widget.widget_subscribe .footer-form .form-group .form-control::placeholder {
    color: #D6D6D6;
  }
  .widget.widget_subscribe::after {
    content: "";
    position: absolute;
    border-left: 44px solid transparent;
    border-bottom: 40px solid #9C0308;
    border-top: 64px solid transparent;
    top: -64px;
    left: -44px;
    z-index: -1;
  }
  .widget.widget_subscribe::before {
    content: "";
    position: absolute;
    border-right: 44px solid transparent;
    border-bottom: 40px solid #9C0308;
    border-top: 64px solid transparent;
    top: -64px;
    right: -44px;
    z-index: -2;
  }
  .widget.widget_subscribe .shape-01 {
    width: 80%;
    height: 35px;
    background: var(--main-color-one);
    border-radius: 0px 0px 10px 10px;
    position: absolute;
    bottom: -16px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1;
    opacity: 0.19;
  }
  .widget.widget_subscribe .shape-02 {
    width: 90%;
    height: 35px;
    background: var(--main-color-one);
    border-radius: 0px 0px 10px 10px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1;
    opacity: 0.4;
  }
  .widget.widget_subscribe .shape-03 {
    width: 95%;
    height: 35px;
    background: var(--main-color-one);
    border-radius: 0px 0px 10px 10px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1;
    opacity: 0.19;
  }
  .widget.widget_subscribe .header-content.style-01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .widget.widget_subscribe .header-content .title {
    font-size: 24px;
    list-style: 32px;
    font-family: var(--body-font);
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
  }
  .widget.widget_subscribe .header-content .title.style-01 {
    text-align: left;
    font-size: 40px;
    line-height: 50px;
    font-family: var(--heading-font);
    font-weight: 600;
    max-width: 500px;
    margin-bottom: 0px;
}
/* Responsive Media Query */
@media (max-width:499px){
    .widget.widget_subscribe .footer-form {
        margin-right: 0;
        margin-left: 0;
        display: inline;
        text-align: center;
    }
}

.nav-links {
    display: flex;
    align-items: center;
}