@charset "UTF-8";
@import url(../css/all.css);
@import url(../css/flaticon.css);
@import url(../css/owl.css);
@import url(../css/bootstrap.css);
@import url(../css/animate.css);
@import url(../css/jquery.fancybox.css);
@import url(../css/fancybox.css);
@import url(../css/jquery-ui.css);
@import url(../css/nouislider.css);
@import url("https://fonts.googleapis.com/css2?family=Fasthand&family=Shadows+Into+Light&display=swap");
@font-face {
    font-family: "Bookman Old Style";
    font-style: normal;
    font-weight: 400;
    src: local("Bookman Old Style Regular"), local("BookmanOldStyle"), url(https://fonts.bootim.net/bookman/BookmanOldStyleRegular.ttf) format("truetype");
}
@font-face {
    font-family: "Bookman Old Style";
    font-style: italic;
    font-weight: 500;
    src: local("Bookman Old Style Bold Italic"), local("BookmanOldStyle-BoldItalic"), url(https://fonts.bootim.net/bookman/BookmanOldStyleBoldItalic.ttf) format("truetype");
}
@font-face {
    font-family: "Bookman Old Style";
    font-style: normal;
    font-weight: 900;
    src: local("Bookman Old Style Bold"), local("BookmanOldStyle-Bold"), url(https://fonts.bootim.net/bookman/BookmanOldStyleBold.ttf) format("truetype");
}
:root {
    --body-color: #000000;
    --primary-color: #e51400;
    --primary-rgb-color: rgb(229, 20, 0);
    --primary-rgb: 229, 20, 0;
    --bs-primary-rgb: 229, 20, 0;
    --green-color: #02a95c;
    --secondary-color: #001d23;
    --primary-soft-color: #edf9f3;
    --secondary-soft-color: #fde2b7;
    --color-primary-soft: #fdf6f5;
    --color-green-soft: #dbf9eb;
    --white: #fff;
    --border-color: rgb(229 20 0 / 10%);
    --primary-font: "Bookman Old Style", sans-serif;
    --shadows-font: "Shadows Into Light", sans-serif;
    --signature-font: "Fasthand", sans-serif;
}

/*
====================================================================
Reset
====================================================================
*/

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    font-family: "Bookman Old Style", sans-serif;
}

/***
====================================================================
Global Settings
====================================================================
***/

html {
    position: relative;
    overflow-x: hidden;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #fff;
}

body {
    font-size: 17px;
    color: var(--body-color);
    line-height: 30px;
    font-weight: 400;
    background-color: #ffffff;
    font-family: "Bookman Old Style", sans-serif;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-font-smoothing: antialiased;
}

.shadow-text {
    font-size: 45px;
    font-family: var(--shadows-font);
    line-height: 1;
    color: var(--secondary-color);
    letter-spacing: -0.5px;
    position: absolute;
    left: 0;
    top: 30%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0.1;
    z-index: -1;
    text-decoration: underline;
}

.signature-text {
    font-size: 40px;
    font-family: var(--signature-font);
    line-height: 1;
    color: var(--secondary-color);
    letter-spacing: -0.5px;
    position: absolute;
    left: 0;
    top: 30%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0.1;
    z-index: -1;
}

/*/ loader box /*/
.loader-box {
    position: relative;
    margin: 0 auto;
    width: 100%;
}

.loader-box:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.loader-circular {
    animation: roller 2s linear infinite;
    height: 100%;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.loader-path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    animation: dashit 1.5s ease-in-out infinite, colorit 6s ease-in-out infinite;
    stroke-linecap: round;
}

@keyframes roller {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes dashit {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}

@keyframes colorit {
    100%,
    0% {
        stroke: #000000;
    }
    40% {
        stroke: #ffeb3b;
    }
    66% {
        stroke: #f44336;
    }
    80%,
    90% {
        stroke: #4caf50;
    }
}

.loader-showbox {
    padding: 0;
    width: 100px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
        padding: 0px;
    }
}

.container-fluid {
    padding: 0px;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.small-container {
    max-width: 680px;
    margin: 0 auto;
}

.boxed_wrapper {
    position: relative;
    overflow-x: hidden !important;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
}
a {
    text-decoration: none;
    position: relative;
    font-weight: 500;
    cursor: pointer;
    color: var(--body-color);
    transition: all 500ms ease;
    font-family: "Bookman Old Style", sans-serif;
}
a:hover {
    text-decoration: none;
    outline: none;
    color: var(--primary-color);
}
input,
button,
select,
textarea {
    font-family: "Bookman Old Style", sans-serif;
    font-weight: 400;
    font-size: 15px;
}
ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    font-family: "Bookman Old Style", sans-serif;
}
input {
    transition: all 500ms ease;
}
button:focus,
input:focus,
textarea:focus {
    outline: none;
    box-shadow: none;
    transition: all 500ms ease;
}
p {
    position: relative;
    margin-bottom: 10px;
    transition: all 500ms ease;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: 400;
    margin-bottom: 10px;
    transition: all 500ms ease;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    position: relative;
    font-weight: 400;
    margin-bottom: 5px;
    transition: all 500ms ease;
}
h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
}
h5 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
}
h3 a {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
}
h4 a {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
}
h5 a {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
}
h3 a:hover,
h4 a:hover {
    color: var(--primary-color);
}
.centred {
    text-align: center !important;
}
.pull-left {
    float: left !important;
}
.pull-right {
    float: right !important;
}
figure {
    margin: 0px;
    max-width: 100%;
}
img {
    max-width: 100%;
}
/** button **/
.theme-btn {
    position: relative;
    display: inline-block;
    font-size: 15px;
    padding: 13px 55px 13px 55px;
    background: var(--primary-color);
    color: #ffffff;
    border-radius: 30px;
    text-transform: capitalize;
    transition: all 300ms ease;
    cursor: pointer;
    text-align: center;
    z-index: 1;
}
.theme-btn:hover {
    background: var(--secondary-color);
    color: #ffffff;
}
.theme-btn-two {
    position: relative;
    display: inline-block;
    font-size: 17px;
    padding: 4px 25px 6px 25px;
    text-transform: capitalize;
    background: transparent;
    border: 2px solid var(--secondary-color);
    color: var(--secondary-color);
    cursor: pointer;
    border-radius: 30px;
    transition: all 500ms ease;
}
.theme-btn-two:hover {
    background: var(--primary-color);
    border: 2px solid var(--primary-color);
    color: #ffffff;
}
.theme-btn-three {
    position: relative;
    display: inline-block;
    font-size: 15px;

    padding: 10px 46px 10px 47px;
    color: var(--primary-color);
    text-transform: capitalize;
    background: transparent;
    border: 2px solid var(--primary-color);
    cursor: pointer;
    border-radius: 30px;
    transition: all 500ms ease;
}
.theme-btn-three:hover {
    background: var(--primary-color);
    border: 2px solid var(--primary-color);
    color: #ffffff;
}
.overlay-bg {
    position: relative;
}
.overlay-bg:before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}
.pagination {
    position: relative;
    display: block;
}
.pagination li {
    display: inline-block;
    margin: 0px 5px;
}
.pagination li a {
    position: relative;
    display: inline-block;
    font-size: 18px;

    height: 50px;
    font-weight: 600;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #e5e5e5;
    color: #848484;
    transition: all 500ms ease;
}
.pagination li a:hover,
.pagination li a.active {
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: #ffffff;
}
.sec-title {
    position: relative;
    display: block;
    font-size: 40px;
    line-height: 52px;
    color: #222222;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 12px;
}
.title-text {
    font-size: 16px;
    margin-bottom: 30px;
}
.sec-pad {
    padding: 107px 0px 120px 0px;
}
.sec-pad-2 {
    padding: 120px 0px !important;
}
.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 999999;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/icons/preloader.gif);
}
@keyframes pulse {
    50% {
        box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(238, 238, 238, 0.3);
    }
}
.scroll-top {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 125%;
    right: 50px;
    font-size: 16px;
    border-radius: 50%;
    z-index: 99;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    background: var(--primary-color);
    transition: 1s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
.scroll-top.open {
    bottom: 65px;
}
.scroll-top:hover {
    background: #0d2933;
}
.scroll-top span {
    color: #fff;
}
/** overlay-style **/
.overlay-style-one .inner-box {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.overlay-style-one .image-box {
    position: relative;
    display: block;
    margin-bottom: 0px;
}
.overlay-style-one .image-box img {
    position: relative;
    display: block;
    width: 100%;
}
.overlay-style-one .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    color: #ffffff;
    text-align: center;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
}
.overlay-style-one .overlay-box:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    background-color: rgba(229, 20, 0, 0.8);
    -moz-transform: rotateX(-180deg);
    -webkit-transform: rotateX(-180deg);
    -ms-transform: rotateX(-180deg);
    -o-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}
.overlay-style-one .inner-box .overlay-inner {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 0px;
}
.overlay-style-one .inner-box .overlay-inner .content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}
.overlay-style-one .inner-box:hover .overlay-box:before {
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
    visibility: visible;
}
.overlay-style-one .inner-box:hover .overlay-box {
    opacity: 1;
}
.overlay-style-one .inner-box .overlay-inner .content a.link {
    position: relative;
    display: inline-block;
    font-size: 18px;
    width: 50px;
    height: 50px;
    line-height: 52px;
    background: #ffffff;
    color: var(--primary-color);
    text-align: center;
    border-radius: 50%;
}
.overlay-style-one .inner-box .overlay-inner .content a.link:hover {
    background: #222222;
    color: #ffffff;
}
.overlay-style-two .single-item .image {
    position: relative;
    overflow: hidden;
}
.overlay-style-two .single-item .image:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 8;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(-90deg);
    -ms-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-color: rgba(229, 20, 0, 0.8);
}
.overlay-style-two .single-item img {
    width: 100%;
    -webkit-transition: 0.7s ease;
    -o-transition: 0.7s ease;
    transition: 0.7s ease;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
    visibility: hidden;
    object-fite: fit;
}
.overlay-style-two .single-item:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    visibility: visible;
}
.overlay-style-two .single-item .overlay {
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    height: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    z-index: 10;
}
.overlay-style-two .single-item .overlay-content {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 0px;
}
.overlay-style-two .single-item .overlay .content {
    display: table-cell;
    vertical-align: middle;
}
.overlay-style-two .single-item:hover .image:before {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
}
.overlay-style-two .single-item:hover .overlay {
    opacity: 1;
}
.overlay-style-two .single-item .overlay a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0px;
    color: #ffffff;
}
.overlay-style-two .single-item .overlay a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    width: 50px;
    height: 50px;
    line-height: 52px;
    background: #ffffff;
    color: var(--primary-color);
    text-align: center;
    border-radius: 50%;
}
.overlay-style-two .single-item .overlay a:hover {
    background: #222222;
    color: #ffffff;
}
/** main-header **/
.main-header {
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 99;
    width: 100%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.sticky-header {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 0;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.fixed-header .sticky-header {
    z-index: 99;
    opacity: 1;
    visibility: visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    background-color: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    -webkit-box-shadow: 0 2px 3px rgba(96, 96, 96, 0.1);
    -moz-box-shadow: 0 2px 3px rgba(96, 96, 96, 0.1);
    box-shadow: 0 2px 3px rgba(96, 96, 96, 0.1);
}
/** header-top **/

.header-top {
    position: relative;
    width: 100%;
    background: var(--secondary-color);
    padding: 0;
    margin: 0;
}

.header-top .top-left {
    background: var(--secondary-color);
}

.header-top .top-left,
.header-top .top-right {
    position: relative;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@-ms-viewport {
    width: device-width;
}

.header-top .right-content,
.header-top .social-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-end;
    padding: 5px;
}

.header-top .social-content {
    justify-content: space-between;
}

@media screen and (max-width: 568px) {
    .header-top .right-content {
        justify-content: space-between;
    }
}

@media screen and (max-width: 568px) {
    .my-account-name {
        display: none;
    }
}

.header-top .social-content li {
    position: relative;
    display: inline-block;
}

.header-top .social-content li a,
.header-top .social-content li {
    position: relative;
    display: inline-block;
    font-size: 13px;
    color: #ffffff;
    line-height: 24px;
}

.header-top .social-content li a:hover {
    color: var(--primary-color);
}

.header-top .top-right .right-content li {
    position: relative;
    display: inline-block;
    margin-left: 40px;
}

.header-top .top-right .right-content li:first-child {
    margin-left: 0px;
}

.header-top .top-right .right-content li:before {
    position: absolute;
    content: "";
    background: rgba(255, 255, 255, 0.5);
    width: 0.15rem;
    height: 20px;
    right: -20px;
    top: 4px;
}

.header-top .top-right .right-content li:last-child:before {
    display: none;
}

.header-top .top-right .right-content li a {
    position: relative;
    display: inline-block;
    font-size: 13px;
    color: #ffffff;
}

.header-top .top-right .right-content li i:before {
    margin-right: 7px;
}

.header-top .top-right {
    width: 100%;
    text-align: right;
}

.bg-box .top-right:before {
    position: absolute;
    content: "";
    background: var(--primary-color);
    width: 4000px;
    height: 100%;
    left: -30px;
    top: 0px;
}
/** header-bottom **/

.header-bottom {
    position: relative;
    z-index: 1;
}

.main-header .logo-box {
    position: relative;
    display: inline-block;
}

.main-header .menu-area {
    position: relative;
    margin: 0px -16px 0px -16px;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
}

.main-header .header-bottom .nav-right {
    position: relative;
}

.main-header .header-bottom .nav-right li {
    position: relative;
    display: inline-block;
}

.main-header .header-bottom .nav-right li.link {
    margin: 0px 25px 0px 0px;
    top: 3px;
}

.main-header .header-bottom .nav-right li.link i:before {
    margin: 0px;
    color: #000000;
    transition: all 500ms ease;
}

.main-header .header-bottom .nav-right li.link i:hover:before {
    color: var(--primary-color);
}

.main-header .header-bottom .nav-right .donate-box .donate-box-btn {
    position: relative;
    display: inline-block;
    color: #ffffff;
    background: var(--secondary-color);
    padding: 7px 40px 7px 39px;
    border-radius: 30px;
    cursor: pointer;
    transition: all 300ms ease;
}

.main-header .header-bottom .nav-right .donate-box .donate-box-btn:hover {
    background: var(--primary-color);
}

.gradient-border {
    --borderWidth: 3px;
    background: var(--primary-color) !important;
    position: relative;
    border-radius: 30px;
}

.gradient-border:after {
    content: "";
    position: absolute;
    top: calc(-1 * var(--borderWidth));
    left: calc(-1 * var(--borderWidth));
    height: calc(100% + var(--borderWidth) * 2);
    width: calc(100% + var(--borderWidth) * 2);
    background: linear-gradient(60deg, #001d23, #fde2b7, #e51400, #fcd804, #fde2b7, #e51400, #e51400, #fde2b7);
    border-radius: calc(2 * 30px);
    z-index: -1;
    animation: animatedgradient 3s ease alternate infinite;
    background-size: 300% 300%;
}

@keyframes animatedgradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

/** main-menu **/

.main-menu {
    position: relative;
    display: block;
}

.main-menu .navbar-collapse {
    padding: 0px;
}

.main-menu .navigation {
    position: relative;
    margin: auto;
}

.main-menu .navigation > li {
    position: relative;
    float: left;
    margin: 0px 19px;
}

.main-header .menu-column {
    padding: 0px;
}

.main-menu .navigation > li > a {
    position: relative;
    display: block;
    font-size: 17px;
    line-height: 30px;
    font-weight: 400;
    color: var(--body-color);
    opacity: 1;
    text-transform: capitalize;
    padding: 31px 0px 29px 0px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation > li > a:before {
    position: absolute;
    content: "";
    background: var(--primary-color);
    width: 0%;
    height: 2px;
    left: 0px;
    bottom: 21px;
    transition: all 500ms ease;
}

.main-menu .navigation > li.current > a:before,
.main-menu .navigation > li:hover > a:before {
    width: 100%;
}
.main-menu .navigation > li > ul > li > ul,
.main-menu .navigation > li > ul {
    position: absolute;
    left: -10%;
    top: 100%;
    width: 250px;
    z-index: 100;
    display: none;
    background: var(--secondary-color);
    border-bottom: 3px solid var(--primary-color);
}

.main-menu .navigation > li > ul > li > ul {
    left: 100%;
    top: 0%;
}

.main-menu .navigation > li:last-child > ul {
    left: -90%;
}

.main-menu .navigation > li > ul > li > ul > li,
.main-menu .navigation > li > ul > li {
    position: relative;
    width: 100%;
    padding: 7px 30px;
    background: var(--secondary-color);
    border-bottom: 1px dashed #333;
    transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:last-child,
.main-menu .navigation > li > ul > li:last-child {
    border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li > a,
.main-menu .navigation > li > ul > li > a {
    position: relative;
    display: block;
    width: 100%;
    padding: 6px 0px;
    line-height: 24px;
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-transform: capitalize;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:hover,
.main-menu .navigation > li > ul > li:hover {
    background: var(--primary-color);
    border-bottom: 1px dashed var(--primary-color);
}

.main-menu .navigation > li > ul > li > ul > li:last-child:hover,
.main-menu .navigation > li > ul > li:last-child:hover {
    border-bottom: none;
}

.main-menu .navigation > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 18px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    width: 50px;
    height: 47px;
    line-height: 47px;
    text-align: center;
    cursor: pointer;
    z-index: 5;
    display: none;
}

.navbar-header {
    display: none;
}

/** stricky-header **/

.sticky-header .main-menu .navigation > li {
    margin: 0px;
}

.sticky-header .main-menu .navigation > li > a {
    padding: 14px 30px 16px 30px;
}

.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li:hover > a {
    background: var(--primary-color);
    color: #ffffff;
}

.sticky-header .menu-area {
    padding: 0px;
    margin: 0px;
    border: none;
}

.sticky-header .main-menu .navigation > li > a:before {
    display: none;
}

/** search box **/
.main-header .search-box-area {
    position: relative;
    left: 4px;
    z-index: 99;
}

.search-box-area .search-toggle i:before {
    position: relative;
    font-size: 13px;
    color: #ffffff;
    margin: 0px;
    cursor: pointer;
    transition: all 500ms ease;
}

.search-box-area .search-box {
    opacity: 0;
    position: absolute;
    background: #fff;
    padding: 15px 20px 20px 20px;
    border-top: 3px solid #e5e5e5;
    box-shadow: 0 1px 1px 0px #ccc;
    right: 0px;
    top: 40px;
    visibility: hidden;
    z-index: 99;
}

.search-box-area .form-group {
    position: relative;
    margin-bottom: 0px;
}

.search-box-area .form-group button {
    position: absolute;
    top: 2px;
    right: 0px;
    width: 46px;
    height: 46px;
    color: #fff;
    background: var(--primary-color);
    cursor: pointer;
    border: none;
    z-index: 10;
}

.header-top .top-right .right-content .search-box-area .form-group i:before {
    margin: 0px;
}

.search-box-area input[type="search"] {
    width: 250px;
    height: 50px;
    border: 2px solid var(--primary-color);
    padding: 10px 50px 10px 20px;
    z-index: 9;
    margin-bottom: 0px;
}

.search-box.now-visible {
    top: 40px;
    right: 0px;
    opacity: 1;
    visibility: visible;
    z-index: 9;
}

/*============= donate form area =================*/

.donate-popup {
    position: fixed;
    left: 0px;
    top: -100%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    overflow: auto;
    transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
}

.donate-popup.popup-visible {
    top: 0;
    visibility: visible;
    opacity: 1;
}

.donate-popup .close-donate {
    position: absolute;
    right: 25px;
    top: 25px;
    font-size: 20px;
    color: #ffffff;
    cursor: pointer;
    z-index: 5;
}

.donate-popup .close-donate:hover {
    opacity: 0.7;
}

.donate-form-area {
    margin-top: 100px;
    margin-bottom: 100px;
    background: #f2f2f2;
    padding: 57px;
    border: 3px solid var(--primary-color);
}

.donate-form-area h2 {
    font-size: 36px;
    text-align: center;
    font-weight: 700;
    color: #222222;
    margin-bottom: 40px;
    text-transform: capitalize;
}

.donate-form-area h4 {
    font-size: 24px;
    color: #444444;
    font-weight: 400;
    margin-bottom: 18px;
}

.donate-form-area h3 {
    font-weight: 400;
    margin-top: 38px;
    color: #444444;
    margin-bottom: 28px;
    text-transform: capitalize;
}
.donate-form-area .form-group input {
    width: 100%;
    border: 1px solid #e5e5e5;
    padding: 0px 10px;
    transition: all 500ms ease;
}
.donate-form-area .form-group input:focus {
    border: 1px solid #ff5e14;
}

/*--------------------------------------------------------------
# Donate
--------------------------------------------------------------*/
.donate-page__notice {
    padding: 20.5px 21.37px;
    display: flex;
    align-items: center;
    background-color: var(--white, #fffaea);
    border-radius: 10px;
    margin-bottom: 30px;
}
.donate-page__notice i {
    font-size: 21px;
    margin-right: 21.37px;
    color: var(--secondary-color);
}
.donate-page__notice__text {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 0;
}
.donate-page__notice__text span {
    font-weight: normal;
}
.donate-page__form {
    padding: 29px;
    border: 1px solid var(--secondary-color, #d7d3cb);
    border-radius: 10px;
}
@media (max-width: 425px) {
    .donate-page__form {
        padding: 25px;
    }
}
.donate-page__form__title {
    font-size: 24px;
    line-height: 1;
    letter-spacing: -0.72px;
    text-transform: capitalize;
    margin-bottom: 32px;
}
.donate-page__form__amount {
    margin-bottom: 65px;
}
.donate-page__form__amount__box {
    padding-left: 24px;
    padding-right: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    background-color: var(--green-color, #965995);
    height: 81px;
    border: 2px solid var(--green-color);
}
.donate-page__form__amount__sign {
    font-size: 30px;
    color: var(--white, #fff);
    font-weight: 700;
    line-height: 33px;
    letter-spacing: -0.9px;
    text-transform: capitalize;
}
.donate-page__form__amount__input,
.donate-page__form__amount__input::placeholder {
    width: calc(100% - 50px);
    padding: 0;
    border: none;
    outline: none;
    background-color: transparent;
    text-align: right;
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    line-height: 33px;
    letter-spacing: -0.9px;
    text-transform: capitalize;
}
.donate-page__form__amount__buttons {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.donate-page__form__amount__btn {
    min-width: 95px;
    text-align: center;
    padding: 18px 15px;
    border-radius: 10px;
    outline: 0;
    border: 2px solid var(--green-color);
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.72px;
    text-transform: capitalize;
    background-color: var(--color-green-soft);
    transition: all 400ms ease;
}
.donate-page__form__amount__btn.active {
    color: var(--white, #fff);
    background-color: var(--green-color);
}
@media (max-width: 1399px) {
    .donate-page__form__amount__btn {
        min-width: 94px;
        font-size: 22px;
    }
}
@media (max-width: 1199px) {
    .donate-page__form__amount__btn {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .donate-page__form__amount__btn {
        min-width: 70px;
        font-size: 18px;
    }
}
.donate-page__form__amount__btn:hover {
    color: var(--treasure-white, #fff);
    background-color: var(--green-color);
}
.donate-page__form__amount__btn:last-child {
    min-width: 185px;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.48px;
    text-transform: capitalize;
}
.donate-page__form__payment {
    margin-bottom: 36px;
}
.donate-page__form__payment__method {
    display: flex;
    align-items: center;
    gap: 20px 30px;
    flex-wrap: wrap;
}
.donate-page__form__info__title {
    margin-bottom: 34px;
}
.donate-page__form .form-one__control__input {
    border: 1px solid var(--secondary-color, #d7d3cb);
    background-color: transparent;
    transition: all 0.4s ease-in-out;
}
.donate-page__form .form-one__control__input:focus {
    border-color: var(--green-color, #351c42);
}
.donate-page__sidebar__item + .donate-page__sidebar__item {
    margin-top: 30px;
}

/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/
.form-one__control__input {
    padding: 0;
    border: none;
    outline: none;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
    height: 65px;
    background-color: var(--white, #efece7);
    border-radius: 10px;
}
@media (max-width: 425px) {
    .form-one__control__input {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.form-one__control__input,
.form-one__control__input::placeholder {
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    color: var(--body-color, #757277);
    line-height: 1;
}
.form-one__control__input {
    color: var(--body-color, #351c42);
}
.form-one__control__message {
    padding-top: 25px;
    padding-bottom: 25px;
    height: 165px;
    margin-bottom: -9px;
}
.form-one__control .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    position: relative;
    display: block;
    width: 100% !important;
}
.form-one__control .bootstrap-select > .dropdown-toggle::after {
    display: none;
}
.form-one__control .bootstrap-select > .dropdown-toggle {
    position: relative;
    height: 65px;
    outline: none !important;
    border-radius: 100px;
    border: 0;
    background-color: var(--white, #fff) !important;
    margin: 0;
    padding: 0;
    padding-left: 30px;
    padding-right: 30px;
    color: var(--body-color, #757277) !important;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 65px;
    font-weight: 400;
    box-shadow: none !important;
    background-repeat: no-repeat;
    background-size: 14px 12px;
    background-position: right 25.75px center;
}
@media (max-width: 425px) {
    .form-one__control .bootstrap-select > .dropdown-toggle {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.form-one__control .bootstrap-select > .dropdown-toggle:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: 900;
    font-size: 16px;
    color: var(--body-color, #757277);
}
@media (max-width: 425px) {
    .form-one__control .bootstrap-select > .dropdown-toggle:before {
        right: 20px;
    }
}
.form-one__control .bootstrap-select .dropdown-menu > li + li > a {
    border-top: 1px solid var(--body-color, #d7d3cb);
}
.form-one__control .bootstrap-select .dropdown-menu {
    border: none;
}
.form-one__control .bootstrap-select .dropdown-menu > li > a {
    font-size: 16px;
    font-weight: 400;
    padding: 10px 30px;
    font-weight: normal;
    color: var(--secondary-color, #351c42);
    background-color: var(--white, #fff);
    text-transform: capitalize;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.form-one__control .bootstrap-select .dropdown-menu > li:hover > a,
.form-one__control .bootstrap-select .dropdown-menu > li.selected > a {
    background: var(--secondary-color, #f6d469);
    color: var(--secondary-color, #351c42);
    border-color: var(--secondary-color, #f6d469);
}

/*check list*/

.chicklet-list {
    background: #fff;
    padding: 30px 30px 25px;
}

.chicklet-list li {
    padding: 0 5px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.chicklet-list input {
    font-size: 16px;
    line-height: 40px;
    border: 1px solid #e5e5e5;
    padding: 0.55em 0.55em 0.55em 0.8em;
    margin-bottom: 0px;
    transition: all 500ms ease;
}

.chicklet-list input:focus {
    border: 1px solid #ff5e14;
}

.chicklet-list input[type="radio"] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

.chicklet-list label {
    display: block;
    font-size: 16px;
    font-weight: normal;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    color: #000;
    padding: 8px 27px;
    text-align: center;
    border-radius: 0;
    cursor: pointer;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

.chicklet-list :checked + label {
    background: var(--primary-color);
    color: #f7f7f7;
    text-shadow: none;
}

.chicklet-list li.other-amount {
    width: 38%;
    float: right;
}

.chicklet-list li span {
    position: absolute;
    left: -30px;
    top: 9px;
    font-size: 16px;
    color: #303030;
}

.chicklet-list input[type="text"] {
    height: 40px;
}

/*==========*/

.donate-form-area .form-bg {
    background: #fff;
    padding: 30px 30px 15px;
}

.donate-form-area .default-form .form-group {
    margin-bottom: 15px;
}

.donate-form-area .default-form .form-group p {
    margin-bottom: 5px;
}

.donate-form-area .payment-option {
    position: relative;
    margin-top: 20px;
    margin-bottom: 35px;
}

.donate-form-area .payment-option li {
    display: inline-block;
    font-size: 18px;
    color: #303030;
    font-size: 15px;
    margin-right: 10px;
}

.donate-form-area .payment-option .checkbox input {
    position: relative;
    width: 15px;
    height: 15px;
    top: 3px;
}

.donate-form-area .payment-option .checkbox label {
    cursor: pointer;
}

/** main slider **/
.main-slider {
    position: relative;
}
.main-slider .content {
    position: relative;
    text-align: center;
}
.main-slider .slide {
    position: relative;
    padding: 100px 0px 200px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.main-slider .slide:before {
    position: absolute;
    content: "";
    background: #000000;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.5;
}
.main-slider h1 {
    position: relative;
    color: #ffffff;
    font-size: 68px;
    font-weight: 700;
    line-height: 74px;
    margin-bottom: 22px;
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    text-shadow: rgba(0, 0, 0, 0.9) 8px 5px 5px;
}
.main-slider h1 span {
    color: var(--primary-color);
}
.main-slider .active h1 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition-delay: 1300ms;
}
.main-slider .text {
    position: relative;
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 44px;
    line-height: 32px;
    display: inline-block;
    font-family: "Bookman Old Style", sans-serif;
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
}
.main-slider .active .text {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition-delay: 1000ms;
}
.main-slider .donate-box {
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
}
.main-slider .donate-box .theme-btn {
    padding: 12px 48px 12px 47px;
}
.main-slider .active .donate-box {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition-delay: 2500ms;
}
.main-slider .owl-dots {
    position: absolute;
    left: 50%;
    bottom: 20px;
}
.main-slider .owl-dots .owl-dot {
    position: relative;
    width: 20px;
    height: 5px;
    margin: 0px 4px;
    display: inline-block;
    background-color: #ffffff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.main-slider .owl-dots .owl-dot:hover,
.main-slider .owl-dots .owl-dot.active {
    background-color: #51dc3c;
}
.main-slider .owl-nav {
    position: absolute;
    left: 0px;
    top: 50%;
    z-index: 1;
    width: 100%;
    margin-top: -20px;
}
.main-slider .owl-theme .owl-controls .owl-nav [class*="owl-"] {
    position: absolute;
    visibility: hidden;
}
.main-slider:hover .owl-theme .owl-controls .owl-nav [class*="owl-"] {
    visibility: visible;
}
.main-slider .owl-nav .owl-prev {
    position: absolute;
    left: 10px !important;
    width: 60px;
    height: 60px;
    color: #ffffff;
    font-size: 30px;
    display: inline-block;
    line-height: 60px;
    text-align: center;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    opacity: 0.4;
}
.main-slider .owl-nav .owl-prev .previous {
    position: relative;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    display: inline-block;
}
.main-slider .owl-nav .owl-next {
    position: absolute;
    right: 10px !important;
    width: 60px;
    height: 60px;
    color: #ffffff;
    font-size: 30px;
    display: inline-block;
    line-height: 60px;
    text-align: center;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    opacity: 0.4;
}
.main-slider .owl-nav .owl-prev:hover,
.main-slider .owl-nav .owl-next:hover {
    background-color: var(--primary-color);
    opacity: 1;
}
.main-slider .owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
    color: #ffffff;
}
.main-slider .owl-theme .owl-controls .owl-nav [class*="owl-"] span:before {
    position: relative;
    font-size: 30px;
    transition: all 500ms ease;
}
.main-slider .owl-theme .owl-controls .owl-nav .owl-next span:before {
    right: 25px;
}
.main-slider .owl-theme .owl-controls .owl-nav .owl-prev span:before {
    left: 25px;
}
.main-slider .owl-theme .owl-controls .owl-nav .owl-next:hover span:before {
    right: 0px;
}
.main-slider .owl-theme .owl-controls .owl-nav .owl-prev:hover span:before {
    left: 0px;
}
/** feature-section **/
.feature-section {
    position: relative;
}
.feature-content {
    position: relative;
    margin-top: -141px;
    padding: 0px 15px 0px 15px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    z-index: 1;
}
.feature-section .feature-column {
    padding: 0px;
}
.single-feature-content {
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 59px 25px 54px 25px;
}
.single-feature-content:before {
    position: absolute;
    content: "";
    background: rgba(229, 20, 0, 0.95);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    transition: all 500ms ease;
}
.single-feature-content:hover:before {
    background: rgba(0, 0, 0, 0.9);
}
.single-feature-content .icon-box {
    position: relative;
    margin-bottom: 19px;
}
.single-feature-content .icon-box i:before {
    font-size: 50px;
    color: #ffffff;
    margin: 0px;
}
.single-feature-content .link a {
    position: relative;
    display: inline-block;
    font-size: 26px;
    line-height: 35px;
    color: #ffffff;
    margin-bottom: 13px;
}
.single-feature-content .link a:hover {
    color: #ff3c00;
}
.feature-style-three .single-feature-content .link a:hover {
    color: #ffffff;
}
.single-feature-content .text {
    position: relative;
    color: #ffffff;
    margin-bottom: 23px;
}
.single-feature-content .btn-box a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 30px;
    padding: 8px 29px 7px 29px;
}
.single-feature-content .btn-box a:hover {
    background: #ffffff;
    color: var(--primary-color);
    border-color: var(--primary-color);
}
/** about-section **/
.about-section {
    position: relative;
    padding: 120px 0px;
}
.about-section .about-content {
    margin-top: -7px;
}
.about-section .about-content .title {
    position: relative;
    display: block;
    font-size: 42px;
    line-height: 52px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 30px;
}
.about-section .about-content .title span {
    color: var(--primary-color);
}
.about-section .about-content .text {
    margin-bottom: 10px;
}
.about-content .list {
    margin-bottom: 20px;
}
.about-content .list li {
    position: relative;
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
    padding: 0px 0px 0px 25px;
}
.about-content .list li:before {
    position: absolute;
    content: "\e975";
    font-family: "feather";
    font-size: 14px;
    color: #848484;
    left: 0px;
    top: 0px;
}
.about-section .about-content .link a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #222222;
    border: 2px solid var(--primary-color);
    border-radius: 30px;
    padding: 13px 36px 11px 37px;
}
.about-section .about-content .link a:hover {
    background: var(--primary-color);
    color: #ffffff;
}
.about-section .video-gallery {
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-left: 20px;
    box-shadow: 0 20px 50px rgba(229, 229, 229, 0.9);
}
.about-section .video-gallery:before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}
.about-section .video-gallery img {
    width: 100%;
}
.about-section .video-gallery .overlay-gallery {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 500ms ease;
}
.about-section .video-gallery .overlay-gallery .icon-holder {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}
.about-section .video-gallery .overlay-gallery .icon-holder .icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.video-gallery .overlay-gallery .icon-holder .icon a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background: var(--primary-color);
    border-radius: 100%;
    -webkit-animation: pulse 2s infinite;
    -o-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    transition: all 1s ease;
    margin: 0;
    padding: 0;
}
.video-gallery .overlay-gallery .icon-holder .icon i:before {
    font-size: 30px;
    color: #ffffff;
    margin: 0;
    padding: 0;
}
/** cause-section **/
.cause-top-content {
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    padding: 79px 0px 300px 0px;
}
.cause-top-content .top-title {
    position: relative;
    font-size: 42px;
    line-height: 55px;
    font-family: "Bookman Old Style", serif;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 13px;
}
.cause-top-content .top-text {
    position: relative;
    color: #ffffff;
    margin-bottom: 27px;
}
.cause-bottom-content {
    background: #f0f1f5;
    padding-bottom: 120px;
}
.cause-bottom-content .cause-content {
    margin-top: -210px;
    background: transparent;
}
.single-cause-content .progress-box {
    position: relative;
    margin-bottom: 21px;
}
.single-cause-content .progress-box .progress {
    height: 6px;
    margin-bottom: 4px;
}
.single-cause-content .progress-box .progress {
    background-color: #e5e5e5;
    border-radius: 0px;
    box-shadow: none;
    overflow: visible;
}
.single-cause-content .progress-box .progress-bar {
    position: relative;
    background-color: var(--primary-color);
    box-shadow: none;
    -webkit-transition: all 3s ease 0s;
    -moz-transition: all 3s ease 0s;
    -ms-transition: all 3s ease 0s;
    -o-transition: all 3s ease 0s;
    transition: all 3s ease 0s;
    width: 0;
}
.single-cause-content .progress-box .progress-bar .value-holder {
    position: absolute;
    text-align: center;
    font-family: "Bookman Old Style", sans-serif;
    bottom: 15px;
    right: -29px;
    color: var(--primary-color);
    line-height: 18px;
    font-weight: 700;
    border: 2px solid #ffae89;
    border-radius: 3px;
    font-size: 12px;
    padding: 3px 4px 2px 4px;
}
.single-cause-content .progress-box .progress-bar .value-holder:before {
    position: absolute;
    content: "";
    background: #ffffff;
    width: 8px;
    height: 8px;
    left: 50%;
    margin-left: -3px;
    bottom: -5px;
    border-bottom: 2px solid #ffae89;
    border-right: 2px solid #ffae89;
    transform: rotate(45deg);
}
.single-cause-content {
    position: relative;
    background: #ffffff;
    padding: 20px 20px 31px 20px;
}
.single-cause-content .image-box {
    position: relative;
    overflow: hidden;
    margin-bottom: 22px;
}
.single-cause-content .lower-content h4 a {
    display: inline-block;
    margin-bottom: 16px;
}
.single-cause-content .lower-content .text {
    margin-bottom: 10px;
}
.single-cause-content .price {
    margin-bottom: 22px;
}
.single-cause-content .price li {
    position: relative;
    display: inline-block;
    color: #222222;
}
.single-cause-content .price li:last-child {
    float: right;
}
.single-cause-content .price li span {
    color: #848484;
}
.cause-section .owl-dots {
    display: none !important;
}
.cause-section .owl-theme .owl-controls {
    position: absolute;
    top: -83px;
    left: 50%;
    margin-left: -44px;
}
/** event-section **/
.event-section {
    position: relative;
    padding: 109px 0px 87px 0px;
}
.event-content {
    margin-right: 70px;
}
.event-content .top-title {
    position: relative;
    font-size: 30px;
    font-family: "Bookman Old Style", serif;
    color: #222222;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 4px;
}
.event-content .top-text {
    margin-bottom: 30px;
}
.single-event-content {
    position: relative;
    padding: 0px 0px 22px 110px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 21px;
}
.single-event-content .date {
    position: absolute;
    left: 0px;
    top: 9px;
    width: 90px;
    height: 90px;
    background: var(--primary-color);
    font-size: 36px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    padding: 17px 0px;
}
.single-event-content .date span {
    font-size: 20px;
    display: block;
    text-transform: uppercase;
}
.single-event-content .info-box li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    margin-right: 7px;
}
.single-event-content .info-box li:last-child {
    margin-right: 0px;
}
.single-event-content .info-box li i:before {
    font-size: 13px;
    color: var(--primary-color);
    margin-right: 7px;
}
.single-event-content .info-box {
    margin-bottom: 5px;
}
.single-event-content:last-child {
    border-bottom: none;
    margin-bottom: 0px;
}
.event-section .counter-column .img-box {
    position: absolute;
    top: 0px;
    right: 0px;
}
.event-section .counter-column .img-box img {
    width: 100%;
}
.fact-counter {
    position: relative;
    margin-top: 109px;
}
.fact-counter:before {
    position: absolute;
    content: "";
    background: #e5e5e5;
    width: 1px;
    height: 220px;
    left: 50%;
    top: 130px;
    margin-left: 20px;
    z-index: 2;
}
.fact-counter .counter-content {
    position: relative;
    background: #ffffff;
    margin: 0px 30px 0px 70px;
    top: 100px;
    padding: 30px 30px 32px 30px;
    box-shadow: 0 0px 25px rgba(0, 0, 0, 0.1);
    z-index: 1;
}
.fact-counter .counter-content:before {
    position: absolute;
    content: "";
    background: #e5e5e5;
    width: 410px;
    height: 1px;
    left: 30px;
    bottom: 50%;
    margin-bottom: 9px;
}
.single-counter-content {
    position: relative;
    float: left;
    width: 50%;
    margin-bottom: 31px;
    margin-top: 12px;
}
.single-counter-content .count-outer span {
    position: relative;
    display: block;
    font-size: 34px;
    line-height: 40px;
    font-family: "Bookman Old Style", sans-serif;
    color: #222222;
    font-weight: 700;
    margin-bottom: 0px;
}
.single-counter-content .text {
    font-size: 14px;
}
/** cta-section **/
.cta-section {
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    padding: 103px 0px 111px 0px;
}
.cta-section .title {
    position: relative;
    font-size: 42px;
    line-height: 52px;
    font-family: "Bookman Old Style", serif;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 22px;
}
.cta-section .text {
    position: relative;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    margin-bottom: 32px;
}
.cta-section .donate-box button.theme-btn {
    padding: 12px 46px 12px 46px;
}
/** help-section **/
.help-section {
    position: relative;
    background: #f0f1f5;
    padding: 69px 0px 92px 0px;
}
.help-section .title-text {
    margin-bottom: 42px;
}
.single-help-content .img-box {
    position: relative;
    display: inline-block;
    overflow: hidden;
    max-width: 250px;
    max-height: 250px;
    border: 10px solid #ffffff;
    border-radius: 50%;
    margin-bottom: 13px;
    transition: all 500ms ease;
    cursor: pointer;
}
.single-help-content:hover .img-box {
    border: 10px solid var(--primary-color);
}
.single-help-content .img-box img {
    width: 200px;
    height: 200px;
    border-radius: 100%;
    transform: scale(1);
    transition: all 500ms ease;
}
.single-help-content:hover .img-box img {
    transform: scale(1.1);
}
/** testimonial-section **/
.testimonial-section {
    position: relative;
    padding: 100px 0px 158px 0px;
}
.testimonial-section .top-content {
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 240px 50px 25px;
    margin-bottom: 49px;
}
.testimonial-section .top-content .sec-title {
    line-height: 50px;
    margin-bottom: 15px;
    color: #ffffff;
}
.testimonial-section .top-content .title-text {
    position: relative;
    color: #ffffff;
}
.testimonial-content {
    position: relative;
}
.testimonial-content .content-box {
    position: absolute;
    top: 100px;
    right: 0px;
    max-width: 470px;
    background: #ffffff;
    box-shadow: 0 0px 25px rgba(0, 0, 0, 0.2);
}
.testimonial-content .content-box .content {
    background: #ffffff;
    padding: 30px 30px 50px 30px;
}
.testimonial-content .owl-theme .owl-controls {
    position: absolute;
    left: -611px;
    top: 159px;
}
.owl-dots {
    display: none !important;
}
.testimonial-content .content-box .content .text {
    color: #222222;
    margin-bottom: 38px;
    text-align: justify;
}
.brand-content .owl-theme .owl-controls {
    display: none;
}
.testimonial-content .content-box .content .author-info {
    position: relative;
    padding: 11px 0px 0px 91px;
}
.testimonial-content .content-box .content .author-info .author-thumb {
    position: absolute;
    left: 0px;
    top: auto;
    width: 75px;
    height: 75px;
    overflow: hidden;
}
.testimonial-content .content-box .content .author-info .author-thumb img {
    width: 70px;
    height: 70px;
    border-radius: 100%;
}
.testimonial-content .content-box .content .author-info .title {
    color: var(--primary-color);
}
.brand-content .img-box {
    position: relative;
    text-align: center;
    opacity: 0.6;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.brand-content .img-box:hover {
    opacity: 1;
}
.brand-content .img-box img {
    max-width: 100%;
    width: auto;
    display: inline-block;
}
/** subscribe-section **/
.subscribe-section {
    position: relative;
    background: #1e2129;
}
.subscribe-section .subscribe-content {
    padding: 50px 0px 50px 0px;
}
.subscribe-section .subscribe-content .subscribe-title {
    position: relative;
    font-size: 28px;
    line-height: 35px;
    font-family: "Bookman Old Style", serif;
    color: #ffffff;
    letter-spacing: 1px;
    margin-top: 8px;
}
.form-group {
    margin-bottom: 0px;
}
.subscribe-section .subscribe-content .subscribe-form input[type="email"] {
    position: relative;
    width: 392px;
    height: 50px;
    background: #2e3138;
    border: 1px solid #2e3138;
    padding: 10px 30px;
    border-radius: 30px;
    color: #ffffff;
    margin-right: 0px;
    transition: all 500ms ease;
}
.subscribe-section .subscribe-content .subscribe-form input[type="email"]:focus {
    border: 1px solid var(--primary-color);
}
.subscribe-section .subscribe-content .subscribe-form button.theme-btn {
    padding: 13px 43px 11px 42px;
}
.subscribe-section .subscribe-content .subscribe-form button.theme-btn:hover {
    background: #ffffff;
    color: var(--primary-color);
}
.subscribe-section ::-webkit-input-placeholder {
    /* Chrome */
    color: #ffffff;
}
.subscribe-section :-ms-input-placeholder {
    /* IE 10+ */
    color: #ffffff;
}
.subscribe-section ::-moz-placeholder {
    /* Firefox 19+ */
    color: #ffffff;
    opacity: 1;
}
.subscribe-section :-moz-placeholder {
    /* Firefox 4 - 18 */
    color: #ffffff;
    opacity: 1;
}
/** main-footer **/
.main-footer {
    position: relative;
    background: var(--secondary-color);
    z-index: 10;
}
.footer-content {
    background: var(--secondary-color) url(../images/world-map.png) center center / cover;
    position: relative;
    z-index: 1;
    padding: 85px 0px 30px 0px;
}
.footer-content:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: var(--secondary-color);
    opacity: 0.95;
}
.footer-content .logo-widget {
    position: relative;
    margin-top: -5px;
}
.footer-content .logo-widget .footer-social li {
    position: relative;
    display: inline-block;
    margin-right: 9px;
}
.footer-content .logo-widget .footer-social li:last-child {
    margin-right: 0px;
}
.footer-content .logo-widget .footer-social li a {
    position: relative;
    display: inline-block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    background: transparent;
    color: var(--white);
    border: 1px solid var(--primary-color);
    text-align: center;
    border-radius: 100%;
}
.footer-content .logo-widget .footer-social li a:hover {
    color: #ffffff;
    background: var(--primary-color);
}
.footer-content .logo-widget .logo-box {
    margin-bottom: 25px;
}
.footer-content .logo-widget .text p {
    color: #9ea0a9;
    margin-bottom: 32px;
}
.footer-content .footer-title {
    position: relative;
    font-size: 24px;
    line-height: 35px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 27px;
}
.footer-content .service-widget .list li {
    display: block;
    margin-bottom: 12px;
}
.footer-content .service-widget .list li a {
    position: relative;
    display: inline-block;
    color: #9ea0a9;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.footer-content .service-widget .list li a:hover {
    color: var(--primary-color);
}
.footer-content .contact-widget li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer-content .contact-widget li:not(:last-child) {
    margin-bottom: 25px;
}
.footer-content .contact-widget li .icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45px;
    flex: 0 0 45px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--primary-color);
    color: var(--white);
    margin-right: 15px;
}
.footer-content .contact-widget li .info {
    font-size: 18px;
    font-weight: 500;
}
.footer-content .contact-widget li .info-title {
    font-size: 16px;
    color: #999ca5;
    display: block;
    margin-bottom: 2px;
}
.footer-content .contact-widget li .info,
.footer-content .contact-widget li .info a {
    color: var(--white);
}
.footer-content .contact-widget li .info a:hover {
    color: var(--primary-color);
}
.footer-content .contact-widget .footer-title {
    margin-bottom: 29px;
}
/** footer-bottom **/
.footer-bottom {
    position: relative;
    background-color: var(--secondary-color);
    padding: 25px 0px 22px 0px;
    box-shadow: 0 30px 50px rgb(255, 255, 255, 0.2);
    z-index: 10;
}
.footer-bottom .copyright,
.footer-bottom .copyright a,
.footer-bottom .footer-nav li a {
    position: relative;
    color: #9ea0a9;
}
.footer-bottom .copyright a:hover,
.footer-bottom .footer-nav li a:hover {
    color: var(--primary-color);
}
.footer-bottom .footer-nav {
    position: relative;
    text-align: right;
}
.footer-bottom .footer-nav li {
    position: relative;
    display: inline-block;
    margin-left: 29px;
}
.footer-bottom .footer-nav li:first-child {
    margin-left: 0px;
}
.footer-bottom .footer-nav li:before {
    position: absolute;
    content: "";
    background: #9ea0a9;
    width: 1px;
    height: 14px;
    top: 7px;
    left: -18px;
}
.footer-bottom .footer-nav li:first-child:before {
    display: none;
}
/*** 
====================================================================
Home-Page-Two
====================================================================
***/
/** header-style-two **/
.header-style-two .header-top,
.header-style-two .header-bottom {
    padding: 0px 70px 0px 70px;
}
.header-style-two .header-bottom {
    background: rgba(255, 255, 255, 0.9);
    margin-bottom: -90px;
}
/** slider-style-two **/
.slider-style-two .slide {
    padding: 313px 0px 239px 0px;
}
/** feature-style-two **/
.feature-style-two {
    position: relative;
}
.feature-style-two .feature-content {
    position: relative;
    margin-top: 0px;
    padding: 0px 15px 0px 15px;
}
.feature-style-two .feature-column {
    padding: 0px;
}
.feature-content-two {
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 66px 15px 67px 170px;
}
.feature-content-two:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}
.feature-column:first-child .feature-content-two:before {
    background: rgba(229, 20, 0, 0.93);
}
.feature-column:nth-child(2) .feature-content-two:before {
    background: rgba(167, 207, 69, 0.93);
}
.feature-column:nth-child(3) .feature-content-two:before {
    background: rgba(237, 172, 32, 0.93);
}
.feature-column:nth-child(4) .feature-content-two:before {
    background: rgba(37, 170, 225, 0.93);
}
.feature-content-two .icon-box {
    position: absolute;
    left: 60px;
    top: 70px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: #ffffff;
    text-align: center;
    border-radius: 50%;
    transition: all 500ms ease;
}
.feature-content-two .icon-box:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    transform: scale(0, 0);
    transition: 0.5s ease;
    z-index: -1;
}
.feature-column:first-child .feature-content-two .icon-box:before {
    background: var(--primary-color);
}
.feature-column:nth-child(2) .feature-content-two .icon-box:before {
    background: #a7cf45;
}
.feature-column:nth-child(3) .feature-content-two .icon-box:before {
    background: #edac20;
}
.feature-column:nth-child(4) .feature-content-two .icon-box:before {
    background: #25aae1;
}
.feature-content-two:hover .icon-box:before {
    transform: scale(1);
}
.feature-content-two .icon-box:after {
    position: absolute;
    content: "";
    border: 10px solid rgba(0, 0, 0, 0.07);
    width: 100px;
    height: 100px;
    left: -10px;
    top: -10px;
    border-radius: 50%;
    transition: all 500ms ease;
}
.feature-content-two:hover .icon-box:after {
    border: 10px solid #ffffff;
}
.feature-content-two .icon-box i:before {
    font-size: 40px;
    margin: 0px;
    transition: all 500ms ease;
}
.feature-column:first-child .feature-content-two .icon-box i:before {
    color: var(--primary-color);
}
.feature-column:nth-child(2) .feature-content-two .icon-box i:before {
    color: #a7cf45;
}
.feature-column:nth-child(3) .feature-content-two .icon-box i:before {
    color: #edac20;
}
.feature-column:nth-child(4) .feature-content-two .icon-box i:before {
    color: #25aae1;
}
.feature-column .feature-content-two:hover .icon-box i:before {
    color: #ffffff;
}
.feature-content-two .title a {
    position: relative;
    display: inline-block;
    font-size: 24px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 5px;
}
.feature-content-two .text {
    position: relative;
    font-weight: 500;
    color: #ffffff;
}
/** about-style-two **/
.about-style-two {
    position: relative;
}
.about-style-two .sec-title span {
    color: var(--primary-color);
}
.about-style-two .sec-title {
    margin-bottom: 63px;
}
.about-style-two .about-content {
    position: relative;
    margin-right: 25px;
}
.about-style-two .about-content .title {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 40px;
    font-family: "Bookman Old Style", sans-serif;
    color: #222222;
    font-weight: 500;
    margin-bottom: 25px;
}
.about-style-two .about-content .top-content .text {
    font-size: 16px;
    margin-bottom: 35px;
}
.about-style-two .about-content .list {
    margin-bottom: 42px;
}
.about-style-two .about-content .lower-content .number {
    position: relative;
    font-size: 24px;
    line-height: 24px;
    color: var(--primary-color);
    margin-bottom: 0px;
}
.about-style-two .about-content .lower-content h4 a {
    display: inline-block;
    margin-bottom: 5px;
}
.about-style-two .about-content .top-content .theme-btn {
    padding: 15px 41px 13px 41px;
}
.about-style-two .img-box {
    position: relative;
    margin-top: 7px;
    padding: 0px 50px 0px 40px;
}
.about-style-two .img-box:before {
    position: absolute;
    content: "";
    background: #a7cf45;
    width: 467px;
    height: 300px;
    right: 0px;
    bottom: 50px;
    border-radius: 50px;
    box-shadow: -50px -10px 200px rgba(24, 35, 69, 0.5);
    z-index: -1;
}
/** form-section **/
.form-section .video-gallery {
    position: relative;
    width: 50%;
    float: left;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 294px 0px;
    text-align: center;
    background-position: center;
}
.form-section .video-gallery .overlay-gallery .icon-holder .icon a {
    width: 86px;
    height: 86px;
    line-height: 86px;
}
.form-section .form-content {
    position: relative;
    background: #1e2129;
    width: 50%;
    float: right;
    padding: 110px 0px 120px 0px;
}
.ui-selectmenu-button .ui-icon {
    background: none;
    position: relative;
    top: 4px;
    right: 4px;
    text-indent: 0px;
    display: block;
    float: right;
}
.ui-selectmenu-button .ui-icon:before {
    font-family: "FontAwesome";
    content: "\f107";
    position: absolute;
    right: 0px;
    top: 0px;
    display: block;
    color: #989898;
    line-height: 20px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    z-index: 5;
}
.form-section .form-content .content-box {
    position: relative;
    padding: 0px 150px;
}
.form-section .form-content .content-box .title {
    position: relative;
    font-size: 30px;
    line-height: 38px;
    font-family: "Bookman Old Style", serif;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 10px;
}
.form-section .form-content .content-box .text {
    font-size: 16px;
    color: #9ea0a9;
    margin-bottom: 25px;
}
.form-section .form-content .content-box .form-group label {
    position: relative;
    color: #ffffff;
    margin-bottom: 2px;
}
.form-section .ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    position: relative;
    width: 100%;
    height: 50px;
    line-height: 48px;
    margin-bottom: 23px;
    border: 1px solid #3c3f45;
    border-radius: 0px;
    color: #9ea0a9;
    background: #3c3f45;
    padding: 10px 15px 10px 30px;
    transition: all 500ms ease;
}
.form-section .ui-selectmenu-button.ui-button:focus {
    border: 1px solid var(--primary-color);
}
.form-section .form-content .content-box .form-group label span {
    position: relative;
    font-size: 14px;
    color: #9ea0a9;
}
.form-section .form-content .content-box .form-group .checkbox label {
    position: relative;
    cursor: pointer;
    margin-top: 3px;
    margin-right: 12px;
}
.form-section .form-content .content-box .form-group .checkbox label:last-child {
    margin-right: 0px;
}
.form-section .form-content .content-box .form-group .checkbox input {
    position: relative;
    top: 3px;
    margin-right: 5px;
}
.form-section .form-content .content-box .form-group .checkbox {
    margin-bottom: 30px;
}
.form-section .form-content .content-box .form-group button.theme-btn {
    padding: 15px 41px 13px 41px;
}
.form-section .form-content .content-box .form-group button.theme-btn:hover {
    background: #ffffff;
    color: var(--primary-color);
}
/** cause-style-two **/
.cause-style-two {
    padding: 106px 0px 118px 0px;
}
.cause-style-two .single-cause-content {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.cause-style-two .sec-title {
    margin-bottom: 15px;
}
.cause-style-two .title-text {
    margin-bottom: 42px;
}
/** cta-style-two **/
.cta-style-two {
    padding: 103px 0px 0px 0px;
}
.cta-style-two .fact-counter .counter-content {
    top: 0px;
    margin: 0px;
}
.cta-style-two .fact-counter {
    margin-top: 0px;
    top: 107px;
}
.cta-style-two .fact-counter .counter-content .text {
    color: #848484;
    font-size: 14px;
    margin-top: -2px;
    margin-bottom: 29px;
    font-weight: 500;
}
.cta-style-two .fact-counter:before {
    margin-left: 0px;
    top: 30px;
}
.cta-style-two .single-counter-content {
    margin-bottom: 0px;
}
/** volunteer-section **/
.volunteer-section {
    padding: 199px 0px 112px 0px;
}
.volunteer-section .title-text {
    margin-bottom: 52px;
}
.single-volunteer-content {
    position: relative;
}
.single-volunteer-content .img-box {
    position: relative;
    display: inline-block;
    overflow: hidden;
    max-width: 250px;
    max-height: 250px;
    border: 10px solid #f0f1f5;
    border-radius: 50%;
    margin-bottom: 13px;
    transition: all 500ms ease;
}
.single-volunteer-content:hover .img-box {
    border: 10px solid var(--primary-color);
}
.single-volunteer-content .img-box img {
    width: 100%;
    transform: scale(1);
    transition: all 500ms ease;
}
.single-volunteer-content:hover .img-box img {
    transform: scale(1.1);
}
.single-volunteer-content .lower-content h4 a {
    display: inline-block;
    margin-bottom: 4px;
}
.single-volunteer-content .lower-content .text {
    color: var(--primary-color);
}
/** testimonial-style-two **/
.testimonial-style-two {
    position: relative;
    padding: 140px 0px 133px 0px;
    background: var(--primary-color);
}
.testimonial-style-two .content .thumb-box {
    position: relative;
    display: inline-block;
    overflow: hidden;
    max-width: 130px;
    max-height: 130px;
    border-radius: 50%;
    margin-bottom: 32px;
}
.testimonial-style-two .content .thumb-box img {
    width: 100%;
    border-radius: 50%;
}
.testimonial-style-two .content {
    position: relative;
    padding: 0px 150px;
}
.testimonial-style-two:before {
    position: absolute;
    content: "";
    background: url(../images/resource/3.png);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.testimonial-style-two .content .text {
    position: relative;
    font-size: 18px;
    line-height: 32px;
    color: #ffffff;
    margin-bottom: 24px;
}
.testimonial-style-two .content .author-name {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 1px;
}
.testimonial-style-two .content .title {
    position: relative;
    font-size: 15px;
    color: #ffffff;
}
.testimonial-style-two .owl-theme .owl-controls .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: 0px;
    margin: 33px 0px 0px 0px;
}
.testimonial-style-two .owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
    color: #222222;
}
.testimonial-style-two .owl-theme .owl-controls .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: 0px;
    margin: 33px 0px 0px 0px;
}
/** news-section **/
.news-section {
    position: relative;
}
.news-section .title-text {
    margin-bottom: 43px;
}
.single-news-content {
    position: relative;
    display: block;
    padding: 20px 20px 30px 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    transform: scale(1);
    transition: all 500ms ease;
}
.single-news-content:hover {
    transform: scale(1.05);
}
.single-news-content .image-box {
    position: relative;
    overflow: hidden;
    margin-bottom: 24px;
}
.single-news-content .lower-content h4 a {
    line-height: 26px;
    margin-bottom: 7px;
    color: var(--secondary-color);
}
.single-news-content .lower-content .time {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 15px;
}
.single-news-content .lower-content p {
    margin-bottom: 22px;
}
.single-news-content .lower-content .theme-btn-two {
    padding: 4px 28px 6px 28px;
}
.news-section .news-post {
    position: relative;
    padding: 45px 30px 40px 30px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.news-section .news-post .single-post {
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 22px;
    margin-bottom: 25px;
}
.news-section .news-post .single-post .text a {
    position: relative;
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    color: #222222;
    margin-bottom: 5px;
}
.news-section .news-post .single-post .text a:hover {
    color: var(--primary-color);
}
.news-section .news-post .single-post .time {
    font-size: 13px;
    font-weight: 500;
}
.news-section .news-post .link .theme-btn {
    display: block;
}
/*** 
====================================================================
Home-Page-Three
====================================================================
***/
/** header-style-three **/
.header-style-three {
    background: transparent;
}
.header-style-three .header-top .top-left .text {
    position: relative;
    font-size: 16px;
    color: #9ea0a9;
}
.header-style-three .header-top .top-left .text a {
    font-size: 16px;
    color: var(--primary-color);
}
.header-style-three .header-top .top-left .text a:hover {
    color: #ffffff;
}
.header-style-three .header-top .top-right .social-content li a {
    color: #909090;
}
.header-style-three .header-top .top-right .social-content li a:hover {
    color: #ffffff;
}
.header-style-three .header-top .social-content li {
    margin-right: 27px;
}
.header-style-three .header-top .top-left,
.header-style-three .header-top .top-right {
    padding: 15px 0px 14px 0px;
}
.header-upper {
    position: relative;
    background: #ffffff;
    padding: 30px 0px 61px 0px;
}
.header-upper .upper-column {
    position: relative;
    float: left;
    margin-left: 24px;
    font-size: 17px;
    padding: 0px 30px 0px 67px;
}
.header-upper .upper-column button {
    padding: 10px 37px 10px 37px;
}
.header-upper .upper-column .icon-box {
    position: absolute;
    left: 0px;
    top: 1px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 2px solid #ebebeb;
    border-radius: 50%;
    transition: all 500ms ease;
}
.header-upper .upper-column:hover .icon-box {
    border: 2px solid var(--primary-color);
}
.header-upper .upper-column .icon-box i:before {
    font-size: 28px;
    color: var(--primary-color);
    margin: 0px;
}
.header-upper .upper-column ul li {
    position: relative;
    display: inline-block;
    font-size: 17px;
    color: #9f9f9f;
}
.header-upper .upper-column ul strong {
    position: relative;
    display: block;
    font-size: 18px;
    color: #222222;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 0px;
}
.header-style-three .header-bottom {
    position: relative;
    background: transparent;
    width: 100%;
}
.header-style-three .header-bottom .menu-box {
    position: absolute;
    left: 0px;
    top: -33px;
    width: 100%;
}
.header-style-three .header-bottom .nav-outer {
    position: relative;
    background: var(--primary-color);
    padding: 0px 30px 0px 10px;
}
.header-upper .logo-box {
    margin-top: 0px;
}

.header-upper .upper-column.donate-box {
    padding: 0px;
    margin-left: 21px;
}

.header-style-three .header-bottom .nav-outer .menu-area {
    margin: 0px;
    border: none;
}

.header-style-three .header-bottom .nav-outer .menu-area .main-menu .navigation {
    margin: inherit;
}

.header-style-three .header-bottom .nav-outer .main-menu .navigation > li > a {
    color: #ffffff;
    padding: 16px 0px 19px 0px;
}

.header-style-three .header-bottom .nav-outer .main-menu .navigation > li > a:before {
    background: #ffffff;
    bottom: 0px;
}

.header-style-three .header-bottom .nav-outer .nav-right li {
    position: relative;
    display: inline-block;
    margin-right: 29px;
}

.header-style-three .header-bottom .nav-outer .nav-right li:last-child {
    margin-right: 0px;
}

.header-style-three .header-bottom .nav-right i:before {
    font-size: 20px;
    color: #ffffff;
    margin: 0px;
}

.header-style-three .header-bottom .nav-right {
    margin-top: 20px;
}

.header-style-three .search-box.now-visible,
.header-style-three .search-box-area .search-box {
    top: 45px;
}

/** feature-style-three **/
.feature-style-three .feature-column:first-child .single-feature-content:before {
    background: rgba(229, 20, 0, 0.95);
}
.feature-style-three .feature-column:first-child .single-feature-content:hover:before {
    background: rgba(229, 20, 0, 1);
}
.feature-style-three .feature-column:nth-child(2) .single-feature-content:before {
    background: rgba(167, 207, 69, 0.95);
}
.feature-style-three .feature-column:nth-child(2) .single-feature-content:hover:before {
    background: rgba(167, 207, 69, 1);
}
.feature-style-three .feature-column:nth-child(3) .single-feature-content:before {
    background: rgba(37, 170, 225, 0.95);
}
.feature-style-three .feature-column:nth-child(3) .single-feature-content:hover:before {
    background: rgba(37, 170, 225, 1);
}
.feature-style-three .feature-content {
    padding: 0px;
    box-shadow: none;
}
.feature-style-three .single-feature-content {
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.2);
}
/** about-style-three **/
.about-style-three .img-box {
    margin-right: 20px;
}
.about-style-three .img-box img {
    width: 100%;
}
.about-style-three .about-content {
    margin-left: 20px;
    margin-top: -14px;
}
.about-style-three .about-content .title {
    letter-spacing: 1px;
}
.about-style-three .about-content .text {
    margin-bottom: 26px;
}
.about-style-three .about-content .list {
    margin-bottom: 35px;
}
/** cause-style-three **/
.cause-style-three {
    position: relative;
    width: 100%;
    padding: 130px 0px 120px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}
.cause-style-three .content-box .sec-title {
    color: #ffffff;
    margin-bottom: 25px;
}
.cause-style-three .content-box .text {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 26px;
}
.cause-style-three .single-cause-content:hover .img-box img {
    transform: inherit;
}
.cause-style-three .single-cause-content .img-box {
    margin-right: 3px;
    margin-bottom: 0px;
}
.cause-style-three .single-cause-content .lower-content {
    margin-left: -3px;
}
.cause-style-three .single-cause-content .lower-content {
    padding: 22px 0px 0px 0px;
}
.cause-style-three .single-cause-content .lower-content .text {
    line-height: 26px;
    margin-bottom: 56px;
}
.cause-style-three .single-cause-content .lower-content h4 a {
    margin-bottom: 15px;
}
.cause-style-three .single-cause-content {
    padding-bottom: 19px;
}
.cause-style-three .owl-theme .owl-controls {
    position: absolute;
    left: -609px;
    bottom: 70px;
}
/** counter-style-two **/
.counter-style-two {
    position: relative;
    padding: 40px 0px 44px 0px;
}
.green-bg {
    background: #a7cf45;
}
.counter-style-two .single-item .count-outer span {
    position: relative;
    display: block;
    font-size: 34px;
    line-height: 40px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0px;
}
.counter-style-two .single-item .text {
    font-size: 14px;
    color: #ffffff;
}
.counter-style-two .counter-column:last-child .single-item {
    float: right;
}
.counter-style-two .counter-column:nth-child(2) .single-item {
    margin-left: 43px;
}
.counter-style-two .counter-column:nth-child(3) .single-item {
    float: right;
    margin-right: 43px;
}
.counter-style-two .single-item {
    position: relative;
}
.counter-style-two .single-item:before {
    position: absolute;
    content: "";
    background: #ffffff;
    width: 1px;
    height: 73px;
    top: -1px;
    right: 0px;
    transform: rotate(25deg);
}
.counter-style-two .counter-column:first-child .single-item:before {
    right: 44px;
}
.counter-style-two .counter-column:nth-child(2) .single-item:before {
    right: -15px;
}
.counter-style-two .counter-column:nth-child(3) .single-item:before {
    right: -123px;
}
.counter-style-two .counter-column:last-child .single-item:before {
    display: none;
}
/** event-style-two **/
.event-style-two {
    position: relative;
}
.event-style-two .sec-title {
    margin-bottom: 14px;
}
.event-style-two .title-text {
    margin-bottom: 42px;
}
.event-style-two .top-content .link {
    position: relative;
    float: right;
    margin-top: -36px;
}
.event-content-two {
    position: relative;
    padding: 49px 50px;
    margin-bottom: 30px;
    border: 1px solid #e5e5e5;
}
.event-style-two .event-column:last-child .event-content-two {
    margin-bottom: 0px;
}
.event-content-two .content-box {
    position: relative;
    padding: 2px 200px 4px 260px;
}
.event-content-two .content-box .img-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 210px;
    height: 210px;
    overflow: hidden;
}
.event-content-two .content-box .date {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 17px;
    padding: 64px 12px 50px 62px;
}
.event-content-two .content-box .date:before {
    position: absolute;
    content: "";
    background: #e5e5e5;
    width: 1px;
    height: 308px;
    left: 0px;
    top: -49px;
}
.event-content-two .content-box .date span {
    position: relative;
    display: block;
    font-size: 42px;
    line-height: 50px;
    color: var(--primary-color);
    font-weight: 600;
    margin-bottom: 2px;
}
.event-content-two .content-box h4 a {
    display: inline-block;
    margin-bottom: 9px;
}
.event-content-two .content-box .info-box li {
    display: inline-block;
    margin-right: 10px;
}
.event-content-two .content-box .info-box li:last-child {
    margin-right: 0px;
}
.event-content-two .content-box .info-box li i:before {
    margin-right: 6px;
    font-size: 17px;
}
.event-content-two .content-box .info-box {
    position: relative;
    margin-bottom: 19px;
}
.event-content-two .content-box .text {
    margin-bottom: 15px;
}
.event-content-two .content-box .link a {
    color: var(--primary-color);
}
.event-content-two .content-box .link i:before {
    font-size: 15px;
    margin-left: 4px;
}
.event-content-two .content-box .link a:hover {
    color: #222222;
}
/** brand-section **/
.brand-section {
    position: relative;
    background: var(--primary-color);
    padding: 20px 0px;
}
.brand-section .owl-controls {
    display: none;
}
.brand-section .img-box {
    position: relative;
    text-align: center;
    opacity: 0.6;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.brand-section .img-box img {
    max-width: 100%;
    width: auto;
    display: inline-block;
}
.brand-section .img-box:hover {
    opacity: 1;
}
/*** 
====================================================================
Home-Page-Four
====================================================================
***/
/** header-style-four **/
.header-style-four {
    position: relative;
}
.header-style-four .header-upper {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    background: transparent;
}
.header-style-four .header-bottom .menu-box {
    top: 110px;
}
.header-style-four .header-upper .upper-right {
    float: right;
}
.header-style-four .header-bottom {
    margin-bottom: 0px;
}
.header-style-four .header-upper .upper-column .icon-box {
    border: 2px solid #777573;
}
.header-style-four .header-upper .upper-column:hover .icon-box {
    border: 2px solid var(--primary-color);
}
.header-style-four .header-upper .upper-column ul strong {
    color: #ffffff;
}
.header-style-four .header-upper .upper-column ul li {
    color: #c9c9c9;
}
.header-style-four .header-bottom .nav-outer .main-menu .navigation > li > a {
    color: #222222;
    padding: 24px 0px 26px 0px;
}
.header-style-four .header-bottom .nav-outer .main-menu .navigation > li.current > a,
.header-style-four .header-bottom .nav-outer .main-menu .navigation > li > a:hover {
    color: var(--primary-color);
}
.header-style-four .header-bottom .nav-outer .main-menu .navigation > li > a:before {
    background: var(--primary-color);
    bottom: 23px;
}
.header-style-four .header-bottom .nav-right i:before {
    color: #222222;
    transition: all 500ms ease;
}
.header-style-four .header-bottom .nav-right .form-group i:before,
.header-style-four .header-bottom .nav-right .form-group i:hover:before {
    color: #ffffff;
}
.header-style-four .header-bottom .nav-right i:hover:before {
    color: var(--primary-color);
}
.header-style-four .header-bottom .nav-outer {
    background: #ffffff;
}
.header-style-four .header-bottom .nav-right {
    margin-top: 28px;
}
.header-style-four .search-box.now-visible,
.header-style-four .search-box-area .search-box {
    top: 52px;
}
.header-style-four .header-upper .upper-column button {
    padding: 12px 39px 12px 39px;
}
/** slider-style-four **/
.slider-style-four {
    position: relative;
}
.slider-style-four .slide {
    padding: 352px 0px 190px 0px;
}
/** we-are-section **/
.we-are-section {
    position: relative;
}
.we-are-section .sec-title {
    margin-bottom: 14px;
}
.we-are-section .top-text {
    margin-bottom: 42px;
}
.custom-tab-title {
    margin-bottom: 70px;
}
.we-are-section .custom-tab-title li {
    position: relative;
    display: inline-block;
    padding: 9px 34px 11px 34px;
    margin: 0px 20px;
    background: #f0f1f5;
    border: 2px solid #f0f1f5;
    border-radius: 30px;
    cursor: pointer;
}
.we-are-section .custom-tab-title li.active {
    border: 2px solid var(--primary-color);
    background: transparent;
}
.we-are-section .custom-tab-title li.active:before {
    position: absolute;
    content: "";
    background: #ffffff;
    width: 12px;
    height: 12px;
    left: 50%;
    margin-left: -6px;
    bottom: -7px;
    border-bottom: 2px solid var(--primary-color);
    border-right: 2px solid var(--primary-color);
    transform: rotate(45deg);
}
.custom-tab-title .single-btn {
    position: relative;
    display: inline-block;
    color: #222222;
    padding: 0px 0px 0px 29px;
    transition: all 500ms ease;
}
.custom-tab-title li.active .single-btn {
    color: var(--primary-color);
}
.custom-tab-title .single-btn .text {
    font-weight: 500;
}
.custom-tab-title .single-btn .icon-box {
    position: absolute;
    left: 0px;
    top: 1px;
}
.custom-tab-title .single-btn .icon-box i:before {
    font-size: 20px;
    margin: 0px;
}
.tab-details-content .img-box {
    margin-right: 20px;
}
.tab-details-content .img-box img {
    width: 100%;
}
.tab-details-content .content {
    position: relative;
    margin-left: 20px;
    margin-top: -3px;
}
.tab-details-content .content .title {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 32px;
    color: #222222;
    font-weight: 500;
    margin-bottom: 39px;
}
.tab-details-content .content .text {
    margin-bottom: 49px;
}
.tab-details-content .content .link .theme-btn {
    padding: 13px 49px 11px 50px;
}
/** cause-style-four **/
.cause-style-four .single-cause-content {
    padding: 0px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.cause-style-four .single-cause-content .lower-content {
    padding: 0px 20px 31px 20px;
}
.cause-style-four .sec-title {
    margin-bottom: 15px;
}
.cause-style-four .title-text {
    margin-bottom: 42px;
}
/** team-section **/
.team-section {
    position: relative;
}
.single-team-content {
    position: relative;
    padding: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    margin: 10px 0;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 5px;
}
.single-team-content .img-box {
    position: relative;
    overflow: hidden;
}
.single-team-content .img-box img {
    width: 100%;
    transform: scale(1);
    transition: all 500ms ease;
}
.single-team-content:hover .img-box img {
    transform: scale(1.1);
}
.single-team-content .lower-content {
    position: relative;
    padding: 20px 0px 0px 0px;
}
.single-team-content .lower-content h4 a {
    display: inline-block;
    margin-bottom: 4px;
    width: 100%;
}
.single-team-content .lower-content .title {
    color: var(--primary-color);
    margin-bottom: 15px;
    cursor: pointer;
    opacity: 0.8;
    text-align: center !important;
}

.single-team-content .lower-content .title:hover {
    opacity: 1;
}
.single-team-content .lower-content .text {
    margin-bottom: 20px;
}
.single-team-content .lower-content .social li {
    position: relative;
    display: inline-block;
    margin: 0px 5px;
}
.single-team-content .lower-content .social li a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background: transparent;
    border-radius: 50%;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}
.single-team-content .lower-content .social li a:hover {
    background: var(--primary-color);
    color: #ffffff;
}
.team-section .team-column {
    padding: 0px 10px;
}
.team-section .team-content {
    position: relative;
    margin: 0px -15px;
}
.team-section .title-text {
    margin-bottom: 42px;
}
.team-section.overlay-style-two .single-item .overlay {
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    height: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}
.team-section.overlay-style-two .single-item:hover .overlay {
    opacity: 1;
}
.team-section.overlay-style-two .single-item .overlay a {
    position: relative;
    display: flex;
    font-size: 30px;
    width: 60px;
    height: 60px;
    background: #ffffff;
    color: var(--primary-color);
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.team-section.overlay-style-two .single-item .overlay a:hover {
    background: #222222;
    color: #ffffff;
}
/** upcoming-event **/
.upcoming-event {
    position: relative;
}
.upcoming-event .title-text {
    margin-bottom: 43px;
}
.single-upcoming-event {
    position: relative;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.single-upcoming-event .img-box {
    position: relative;
    overflow: hidden;
}
.single-upcoming-event .img-box img {
    width: 100%;
    transform: scale(1);
    transition: all 5s ease;
}
.single-upcoming-event:hover .img-box img {
    transform: scale(1.5);
}
.single-upcoming-event .img-box .date {
    position: absolute;
    left: 30px;
    top: 30px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    width: 70px;
    height: 70px;
    text-transform: uppercase;
    text-align: center;
    background: var(--primary-color);
    padding: 19px 0px 15px 0px;
    transition: all 500ms ease;
}
.single-upcoming-event .img-box .date span {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 14px;
    font-weight: 500;
    color: #ffffff;
}
.single-upcoming-event .lower-content {
    position: relative;
    padding: 22px 20px 39px 30px;
}
.single-upcoming-event .lower-content h4 a {
    display: inline-block;
    margin-bottom: 10px;
}
.single-upcoming-event .lower-content .info-box {
    margin-bottom: 23px;
}
.single-upcoming-event .lower-content .info-box li {
    position: relative;
    display: inline-block;
    margin-right: 7px;
    font-size: 14px;
}
.single-upcoming-event .lower-content .info-box li:last-child {
    margin-right: 0px;
}
.single-upcoming-event .lower-content .info-box li i:before {
    font-size: 14px;
    color: var(--primary-color);
    margin-right: 6px;
}
.single-upcoming-event .lower-content .theme-btn-two {
    padding: 4px 28px 6px 28px;
}
/*** 
====================================================================
About-Page
====================================================================
***/
/** page-title **/
.page-title {
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 204px 0px 120px 0px;
}
.page-title:before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}
.page-title .content-box .title {
    position: relative;
    display: block;
    font-size: 68px;
    line-height: 75px;
    font-family: "Bookman Old Style", serif;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 15px;
}
.page-title .content-box .bread-crumb li {
    position: relative;
    display: inline-block;
    margin-right: 1px;
    padding-right: 15px;
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
}
.page-title .content-box .bread-crumb li:before {
    position: absolute;
    content: "/";
    font-size: 16px;
    color: #ffffff;
    top: 0px;
    right: 0px;
}
.page-title .content-box .bread-crumb li:last-child:before {
    display: none;
}
.page-title .content-box .bread-crumb li:last-child {
    margin-right: 0px;
    padding-right: 0px;
}
.page-title .content-box .bread-crumb li a {
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
}
.page-title .content-box .bread-crumb li a:hover {
    color: var(--primary-color);
}
/** counter-style-three **/
.counter-style-three {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    padding: 109px 0px 115px 0px;
}
.counter-style-three .single-item .count-outer span {
    color: var(--primary-color);
    font-size: 40px;
    line-height: 50px;
}
.counter-style-three .single-item .text {
    font-size: 15px;
}
.counter-style-three .single-item:before {
    background: #6f6a69;
}
/*** 
====================================================================
Causes-Page
====================================================================
***/
.causes-grid .single-cause-content {
    margin-bottom: 70px;
}
.causes-list .single-cause-content {
    margin: 30px 0;
    padding: 30px 40px 30px 30px;
    border: 1px solid rgba(120, 70, 170, 0.3);
}
.causes-list .single-cause-content .img-box {
    margin-bottom: 0px;
    margin-right: 5px;
    border: 1px solid rgba(120, 70, 170, 0.3);
}
.causes-list .single-cause-content .lower-content {
    margin-left: 15px;
    padding: 20px 0px 30px 0px;
}
.causes-list .single-cause-content .lower-content h3 a {
    display: inline-block;
    margin-bottom: 15px;
}
.causes-list .single-cause-content .lower-content .text {
    line-height: 26px;
    margin-bottom: 56px;
}
.causes-list .pagination {
    padding-top: 30px;
}
.cause-details-content {
    position: relative;
    margin-right: 20px;
}
.cause-details-content .content-style-one .img-box {
    margin-bottom: 38px;
}
.cause-details-content .content-style-one .img-box img {
    width: 100%;
}
.cause-details-content .content-style-one .title {
    position: relative;
    display: block;
    font-size: 42px;
    line-height: 52px;
    font-family: "Bookman Old Style", serif;
    color: #222222;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 39px;
}
.cause-details-content .content-style-one .single-cause-content {
    border-bottom: 1px solid #e5e5e5;
    padding: 0px;
    padding-bottom: 20px;
    margin-bottom: 41px;
}
.cause-details-content .content-style-one .single-cause-content .lower-content {
    width: 570px;
    float: left;
}
.cause-details-content .content-style-one .single-cause-content .donate-box {
    float: right;
}
.cause-details-content .content-style-one .single-cause-content .progress-box {
    margin-top: 23px;
    margin-bottom: 9px;
}
.cause-details-content .content-style-one .single-cause-content .price li:last-child span {
    color: var(--primary-color);
}
.cause-details-content .content-style-one .single-cause-content .donate-box .theme-btn-two {
    padding: 7px 31px 8px 32px;
    border: 2px solid var(--primary-color);
}
.cause-details-content .content-style-one .top-text {
    position: relative;
    font-size: 18px;
    color: #2c2b2b;
    line-height: 32px;
    margin-bottom: 35px;
}
.cause-details-content .content-style-one .text {
    font-size: 16px;
    margin-bottom: 26px;
}
.cause-details-content .content-style-one .bg-text {
    position: relative;
    display: inline-block;
    background: var(--primary-color);
    font-size: 18px;
    color: #ffffff;
    line-height: 30px;
    font-weight: 400;
    padding: 25px 20px 25px 54px;
    margin: 16px 0px 56px 0px;
}
.cause-details-content .content-style-two img {
    width: 100%;
}
.cause-details-content .content-style-two .img-box {
    margin-right: 26px;
}
.cause-details-content .content-style-two .right-content {
    margin-left: -8px;
    margin-top: -5px;
}
.cause-details-content .content-style-two .right-content h3 {
    margin-bottom: 34px;
}
.cause-details-content .content-style-two .right-content .list li {
    position: relative;
    display: block;
    font-size: 16px;
    color: #333333;
    margin-bottom: 19px;
    padding: 0px 0px 0px 42px;
}
.cause-details-content .content-style-two .right-content .list li:last-child {
    margin-bottom: 0px;
}
.cause-details-content .content-style-two .right-content .list li:before {
    position: absolute;
    content: "\f110";
    font-family: "flaticon";
    font-size: 20px;
    color: var(--primary-color);
    left: 0px;
    top: 2px;
}
.cause-details-content .content-style-two .text {
    font-size: 16px;
    margin-top: 41px;
}
.cause-details {
    padding: 120px 0px 112px 0px;
}
/** default-sidebar-content **/
.default-sidebar-content {
    position: relative;
}
.default-sidebar-content .sidebar-search {
    margin-bottom: 57px;
}
.default-sidebar-content .sidebar-search .form-group {
    position: relative;
    margin: 0px;
}
.default-sidebar-content .sidebar-search .form-group input[type="search"] {
    position: relative;
    width: 100%;
    height: 60px;
    border: 2px solid #e5e5e5;
    padding: 10px 50px 10px 24px;
    border-radius: 30px;
    color: #848484;
    transition: all 500ms ease;
}
.default-sidebar-content .sidebar-search .form-group input[type="search"]:focus + button,
.default-sidebar-content .sidebar-search .form-group button:hover {
    color: var(--primary-color);
}
.default-sidebar-content .sidebar-search .form-group input[type="search"]:focus {
    border: 2px solid var(--primary-color);
}
.default-sidebar-content .sidebar-search .form-group button {
    position: absolute;
    top: 16px;
    right: 22px;
    color: #4c4c4c;
    background: transparent;
    cursor: pointer;
    transition: all 500ms ease;
}
.default-sidebar-content .sidebar-search .form-group i:before {
    font-size: 20px;
    margin: 0px;
}
.default-sidebar-content .sidebar-title {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 32px;
    font-family: "Bookman Old Style", serif;
    color: #25292f;
    font-weight: 700;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 23px;
    margin-bottom: 25px;
}
.default-sidebar-content .sidebar-categories .categories-list li {
    position: relative;
    display: block;
    margin-bottom: 23px;
}
.default-sidebar-content .sidebar-categories .categories-list li:last-child {
    margin-bottom: 0px;
}
.default-sidebar-content .sidebar-categories .categories-list li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
}
.default-sidebar-content .sidebar-categories {
    margin-bottom: 57px;
}
.default-sidebar-content .sidebar-post .single-post {
    position: relative;
    padding: 0px 0px 0px 110px;
    margin-bottom: 23px;
}
.default-sidebar-content .sidebar-post .single-post .img-box {
    position: absolute;
    left: 0px;
    top: 5px;
    width: 85px;
    height: 75px;
    overflow: hidden;
}
.default-sidebar-content .sidebar-post .single-post .img-box img {
    width: 100%;
    transition: all 500ms ease;
    transform: scale(1);
}
.default-sidebar-content .sidebar-post .single-post:hover .img-box img {
    transform: scale(1.1);
}
.default-sidebar-content .sidebar-post .single-post h4 a {
    display: inline-block;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 4px;
}
.default-sidebar-content .sidebar-post {
    margin-bottom: 69px;
}
.default-sidebar-content .sidebar-post .sidebar-title {
    margin-bottom: 29px;
}
.default-sidebar-content .sidebar-archive .archive-list li {
    position: relative;
    display: inline-block;
    float: left;
    margin: 5px 4px;
}
.default-sidebar-content .sidebar-archive .archive-list li a {
    position: relative;
    display: inline-block;
    border: 2px solid #e5e5e5;
    border-radius: 30px;
    padding: 3px 20px 2px 19px;
}
.default-sidebar-content .sidebar-archive .archive-list li a:hover {
    border: 2px solid var(--primary-color);
    background: var(--primary-color);
    color: #ffffff;
}
.default-sidebar-content .sidebar-archive .archive-list {
    position: relative;
    margin: 0px -5px;
}
.default-sidebar-content .sidebar-archive .sidebar-title {
    padding-bottom: 24px;
    margin-bottom: 23px;
}
/*** 
====================================================================
Event-Page
====================================================================
***/
.event-list .pagination {
    padding-top: 40px;
}
.event-grid .single-upcoming-event {
    margin-bottom: 50px;
}
.event-grid .pagination {
    padding-top: 20px;
}
/** event-details **/
.event-details {
    position: relative;
}
.event-details-content {
    position: relative;
    margin-right: 20px;
}
.event-details-content .content-style-one .img-box {
    position: relative;
    margin-bottom: 34px;
}
.event-details-content .content-style-one .img-box img {
    width: 100%;
}
.event-details-content .content-style-one .img-box .date {
    position: absolute;
    left: 24px;
    top: 21px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    width: 90px;
    height: 90px;
    text-transform: uppercase;
    text-align: center;
    background: var(--primary-color);
    padding: 14px 0px 15px 0px;
}
.event-details-content .content-style-one .img-box .date span {
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 36px;
    font-weight: 500;
    color: #ffffff;
}
.event-details-content .content-style-one .top-content {
    position: relative;
    padding-bottom: 26px;
    margin-bottom: 25px;
    border-bottom: 1px solid #f2f2f2;
}
.event-details-content .content-style-one .top-content .info-box li {
    display: inline-block;
    margin-right: 10px;
}
.event-details-content .content-style-one .top-content .info-box li:last-child {
    margin-right: 0px;
}
.event-details-content .content-style-one .top-content .info-box li i:before {
    font-size: 16px;
    margin-right: 5px;
}
.event-details-content .content-style-one .bold-text {
    position: relative;
    font-size: 18px;
    line-height: 32px;
    color: #222222;
    margin-bottom: 30px;
}
.event-details-content .content-style-one .text p {
    margin-bottom: 26px;
}
.event-details-content .content-style-one .text {
    padding-bottom: 20px;
}
.event-details-content .content-style-one .title h3 {
    margin-bottom: 20px;
}
.check-list li {
    position: relative;
    display: block;
    font-size: 16px;
    color: #333333;
    margin-bottom: 14px;
    padding: 0px 0px 0px 38px;
}
.check-list li:last-child {
    margin-bottom: 0px;
}
.check-list li:before {
    position: absolute;
    content: "\f110";
    font-family: "flaticon";
    font-size: 20px;
    color: var(--primary-color);
    left: 0px;
    top: 2px;
}
.event-details-content .check-list {
    margin-bottom: 87px;
}
.event-details-content .related-event .sec-title {
    margin-bottom: 41px;
}
.event-details-content .related-event .single-upcoming-event {
    box-shadow: none;
}
.event-details-content .related-event .single-upcoming-event .lower-content {
    border: 1px solid #e5e5e5;
    border-top: none;
    padding-bottom: 30px;
}
.event-details-content .owl-theme .owl-controls .owl-nav [class*="owl-"] {
    color: var(--primary-color);
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    margin: 0px 5px;
    border: 2px solid #e5e5e5;
}
.event-details-content .owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
    border: 2px solid var(--primary-color);
}
.event-details-content .owl-theme .owl-controls .owl-nav [class*="owl-"] span:before {
    font-size: 16px;
}
.event-details-content .owl-theme .owl-controls {
    position: absolute;
    top: -65px;
    right: -5px;
}
.event-details-content .related-event .single-upcoming-event .lower-content .info-box li {
    margin: 0px;
}
.event-details-content .related-event .single-upcoming-event .lower-content .info-box {
    margin-bottom: 19px;
}
.team-page {
    padding: 120px 0px 60px 0px;
}
.team-page .single-team-content {
    margin-bottom: 60px;
}
/*** 
====================================================================
Portfolio-Page
====================================================================
***/
.portfolio-section {
    padding: 110px 0px 90px 0px;
}
.portfolio-section .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    color: #ffffff;
    text-align: center;
    opacity: 0;
    z-index: 2;
    transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
}
.portfolio-section .single-portfolio-content:hover .overlay-box {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}
.portfolio-section .overlay-inner {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    padding: 15px 30px;
    vertical-align: middle;
    background: rgba(0, 0, 0, 0.75);
}
.portfolio-section .overlay-content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}
.portfolio-section .single-portfolio-content {
    position: relative;
    margin-bottom: 30px;
}
.portfolio-section .single-portfolio-content .img-box {
    position: relative;
    overflow: hidden;
}
.portfolio-section .single-portfolio-content .img-box:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 1;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), hsla(0, 0%, 0%, 0.6));
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    transition: all 900ms ease;
}
.portfolio-section .single-portfolio-content:hover .img-box:before {
    opacity: 0;
}
.portfolio-section .single-portfolio-content .img-box .text {
    position: absolute;
    left: 0px;
    bottom: 0px;
    font-size: 24px;
    font-weight: 500;
    color: #ffffff;
    line-height: 31px;
    z-index: 2;
    padding: 0px 30px 30px 40px;
    transition: all 1000ms ease;
}
.portfolio-section .single-portfolio-content:hover .img-box .text {
    bottom: -90px;
}
.portfolio-section .single-portfolio-content img {
    width: 100%;
    transform: scale(1);
    transition: all 5s ease;
}
.portfolio-section .single-portfolio-content:hover img {
    transform: scale(1.3);
}
.portfolio-section .single-portfolio-content .overlay-content h3 {
    display: inline-block;
    color: #ffffff;
    margin-bottom: 25px;
    z-index: 2;
}
.portfolio-section .single-portfolio-content .overlay-content a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
    width: 46px;
    height: 46px;
    line-height: 44px;
    text-align: center;
    border-radius: 50%;
    z-index: 2;
}
.portfolio-section .single-portfolio-content .overlay-content a:hover {
    color: #ffffff;
    border: 2px solid #ffffff;
}
.portfolio-section .single-portfolio-content .overlay-content i:before {
    margin: 0px;
}
.portfolio-section .filter-tabs {
    position: relative;
    margin-bottom: 62px;
}
.portfolio-section .filter-tabs li {
    position: relative;
    display: inline-block;
    font-size: 15px;
    margin: 0px 20px;
    color: #9f9f9f;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
}
.portfolio-section .filter-tabs li.active {
    color: #25292f;
}
.portfolio-section .filter-tabs li:before {
    position: absolute;
    content: "/";
    font-size: 15px;
    color: #9f9f9f;
    top: 0px;
    right: -25px;
}
.portfolio-section .filter-tabs li:last-child:before {
    display: none;
}
/*** 
====================================================================
Shop-Page
====================================================================
***/
.shop-section {
    position: relative;
}
.shop-section .shop-content .top-content .left-content {
    position: relative;
    margin-top: 12px;
}
.shop-section .shop-content .top-content .left-content .filter {
    position: relative;
    display: inline-block;
    color: #222222;
}
.shop-section .shop-content .top-content .left-content .filter i:before {
    font-size: 16px;
    color: var(--primary-color);
    margin: 0px;
    margin-right: 5px;
}
.shop-section .shop-content .top-content .left-content .text {
    position: relative;
    display: inline-block;
    margin-left: 12px;
}
.shop-section .shop-content .top-content .left-content .text span {
    color: #222222;
}
.shop-section .shop-content .top-content .middle-content .icon-box a {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 48px;
    border: 2px solid #e6e6e6;
    border-radius: 50%;
    margin: 0px 2px;
    text-align: center;
}
.shop-section .shop-content .top-content .middle-content .icon-box a:hover {
    border: 2px solid var(--primary-color);
    background: var(--primary-color);
}
.shop-section .shop-content .top-content .middle-content .icon-box i:before {
    font-size: 16px;
    color: #222222;
    margin: 0px;
    transition: all 500ms ease;
}
.shop-section .shop-content .top-content .middle-content .icon-box a:hover i:before {
    color: #ffffff;
}
.shop-section .shop-content .top-content {
    position: relative;
    margin-bottom: 30px;
}
.shop-section .shop-content .top-content .right-content {
    position: relative;
    text-align: right;
}
.shop-section .shop-content .top-content .right-content .ui-selectmenu-button.ui-button {
    max-width: 210px;
    background: transparent;
    border: 2px solid #e5e5e5;
    border-radius: 30px;
    font-size: 14px;
    line-height: 45px;
    padding: 10px 15px 10px 20px;
    color: #222222;
}
.shop-section .shop-content .top-content .right-content .ui-selectmenu-button .ui-icon:before {
    color: #222222;
}
.single-shop-content .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    color: #ffffff;
    text-align: center;
    opacity: 0;
    z-index: 2;
    transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
}
.single-shop-content:hover .overlay-box {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}
.single-shop-content .overlay-inner {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    padding: 15px 30px;
    vertical-align: middle;
    background: rgba(0, 0, 0, 0.2);
}
.single-shop-content .overlay-content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}
.single-shop-content {
    position: relative;
    margin-bottom: 34px;
    border: 1px solid rgba(var(--primary-rgb), 7);
    border-radius: 10px 10px;
    overflow: hidden;
}
.single-shop-content .upper-content {
    position: relative;
}
.single-shop-content .overlay-box .list li {
    position: relative;
    display: inline-block;
}
.single-shop-content .overlay-box .list li a {
    position: relative;
    display: inline-block;
    height: 55px;
    width: 55px;
    line-height: 55px;
    font-size: 15px;
    color: #222222;
    background: #ffffff;
    border-radius: 50%;
    text-align: center;
}
.single-shop-content .overlay-box .list li a:hover {
    background: var(--primary-color);
    color: #ffffff;
}
.single-shop-content .overlay-box .list li i:before {
    margin: 0px;
}
.single-shop-content .img-box {
    position: relative;
    overflow: hidden;
    margin-bottom: 14px;
    background: #e9e9e7;
}
.single-shop-content .img-box img {
    width: 100%;
    transition: all 1500ms ease;
    transform: scale(1);
}
.single-shop-content:hover .img-box img {
    transform: scale(1.1);
}
.single-shop-content .img-box .text {
    position: absolute;
    top: 20px;
    right: 0px;
    font-size: 13px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    line-height: 23px;
    color: #ffffff;
    background: var(--primary-color);
    padding: 2px 13px 2px 13px;
    z-index: 1;
}
.single-shop-content .img-box .text:before {
    background: var(--primary-color) none repeat scroll 0 0;
    content: "";
    height: 15px;
    left: -4px;
    position: absolute;
    bottom: 0px;
    transform: skewX(-35deg);
    width: 10px;
    z-index: -1;
}
.single-shop-content .img-box .text:after {
    background: var(--primary-color) none repeat scroll 0 0;
    content: "";
    height: 15px;
    left: -4px;
    position: absolute;
    top: 0px;
    transform: skewX(35deg);
    width: 10px;
    z-index: -1;
}
.single-shop-content .lower-content {
    padding: 10px;
}
.single-shop-content .lower-content .link a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    text-transform: capitalize;
}
.single-shop-content .lower-content .link a:hover {
    color: var(--primary-color);
}
.single-shop-content .lower-content .price {
    transition: all 500ms ease;
}
.single-shop-content:hover .lower-content .price {
    color: var(--primary-color);
}
.shop-section .shop-column:nth-child(5) .single-shop-content .img-box .text,
.shop-section .shop-column:nth-child(5) .single-shop-content .img-box .text:before,
.shop-section .shop-column:nth-child(5) .single-shop-content .img-box .text:after {
    background: var(--primary-color);
}
.shop-section .pagination {
    padding-top: 30px;
}
.shop-sidebar-content .sidebar-search .form-group input[type="search"] {
    height: 50px;
}
.shop-sidebar-content .sidebar-search .form-group button {
    top: 14px;
}
.shop-sidebar-content .sidebar-search {
    margin-bottom: 72px;
}
.shop-sidebar-content .sidebar-post .single-post {
    padding-bottom: 25px;
    margin-bottom: 30px;
}
.shop-sidebar-content .sidebar-post .single-post .img-box {
    height: 85px;
    width: 85px;
    background: #eef0eb;
}
.shop-sidebar-content .sidebar-categories {
    margin-bottom: 64px;
}
.shop-sidebar-content .sidebar-post .single-post h5 a {
    display: inline-block;
    margin-bottom: 7px;
}
.noUi-background {
    box-shadow: none;
    background: #eaeceb;
    border-radius: 0px;
    border: none;
}
.noUi-connect {
    background: var(--primary-color);
    box-shadow: none;
    border-radius: 0px;
}
.noUi-handle {
    box-shadow: none;
    border: 2px solid var(--primary-color);
    border-radius: 50%;
    top: -6px;
}
.noUi-horizontal {
    height: 4px;
    margin-bottom: 24px;
}
.noUi-horizontal .noUi-handle {
    width: 18px;
    height: 18px;
    top: -7px;
    left: 0px;
}
.shop-sidebar-content .sidebar-filter .price-filter-content input[type="text"] {
    max-width: 50px;
}
.shop-sidebar-content .sidebar-filter .price-filter-content .theme-btn {
    width: 83px;
    height: 40px;
    padding: 0px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
}
.shop-sidebar-content .sidebar-filter .price-filter-content p {
    position: relative;
    float: right;
    color: #222222;
    font-weight: 500;
    margin-top: 7px;
    margin-bottom: 0px;
}
.shop-sidebar-content .sidebar-filter .sidebar-title {
    margin-bottom: 41px;
}
.shop-sidebar-content .sidebar-filter {
    margin-bottom: 61px;
}
/** shop-details **/
.shop-details-content .addto-cart-box input[type="number"] {
    position: relative;
    width: 136px;
    height: 55px;
    border: 1px solid #e5e5e5;
    font-size: 14px;
    color: #222222;
    border-radius: 30px;
    padding: 10px 30px;
    margin-bottom: 18px;
    transition: all 500ms ease;
}
.shop-details-content .addto-cart-box input[type="number"]:focus {
    border: 1px solid var(--primary-color);
}
.shop-details-content .addto-cart-box {
    margin-bottom: 32px;
}
.shop-details-content .content-box {
    position: relative;
    margin: -11px 0px 0px -3px;
}
.shop-details-content .content-box .title {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 40px;
    font-family: "Bookman Old Style", serif;
    color: #222222;
    font-weight: 700;
    margin-bottom: 8px;
}
.shop-details-content .content-box .price {
    margin-bottom: 27px;
}
.shop-details-content .content-box .price li {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #222222;
}
.shop-details-content .content-box .price li:last-child {
    margin-right: 0px;
}
.shop-details-content .content-box .price li del {
    color: #9fa2a6;
}
.shop-details-content .content-box .text p {
    margin-bottom: 26px;
}
.shop-details-content .content-box .size li {
    position: relative;
    display: inline-block;
    margin-right: 22px;
}
.shop-details-content .content-box .size {
    margin-bottom: 26px;
}
.shop-details-content .content-box .size-box .text {
    font-size: 18px;
    color: #222222;
    margin-bottom: 8px;
}
.shop-details-content .content-box .size li:last-child {
    margin-right: 0px;
}
.shop-details-content .content-box .size li label {
    position: relative;
    font-weight: 500;
    color: #222222;
    cursor: pointer;
}
.shop-details-content .content-box .size li input[type="radio"] {
    position: relative;
    cursor: pointer;
    top: 2px;
}
.shop-details-content .addto-cart-box button.theme-btn i:before {
    font-size: 16px;
    margin: 0px;
    color: #ffffff;
    margin-right: 10px;
}
.shop-details-content .addto-cart-box button.theme-btn {
    font-size: 16px;
    padding: 14px 44px 14px 45px;
}
.shop-details-content .addto-cart-box a.heart {
    perspective-origin: right;
    display: inline-block;
    font-size: 16px;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    margin-left: 14px;
    text-align: center;
}
.shop-details-content .addto-cart-box a.heart i:before {
    font-size: 18px;
    color: #222222;
    margin: 0px;
    transition: all 500ms ease;
}
.shop-details-content .addto-cart-box a.heart:hover {
    border: 1px solid var(--primary-color);
    background: var(--primary-color);
}
.shop-details-content .addto-cart-box a.heart:hover i:before {
    color: #ffffff;
}
.shop-details-content .content-box .list li {
    position: relative;
    display: block;
    margin-bottom: 4px;
    padding: 0px 0px 0px 20px;
}
.shop-details-content .content-box .list {
    margin-bottom: 26px;
}
.shop-details-content .content-box .list li:before {
    position: absolute;
    content: "\f111";
    font-size: 10px;
    font-family: "FontAwesome";
    color: var(--primary-color);
    left: 0px;
    top: 0px;
}
.shop-details-content .content-box .social li {
    position: relative;
    display: inline-block;
    margin-right: 18px;
    color: #222222;
}
.shop-details-content .content-box .social li:last-child {
    margin-right: 0px;
}
.shop-details-content .content-box .social li a {
    font-size: 13px;
    color: #222222;
}
.shop-details-content .content-box .social li a:hover {
    color: var(--primary-color);
}
.shop-details-content .flexslider {
    position: relative;
    display: block;
    margin-right: 13px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    overflow: hidden;
}
.shop-details-content .flexslider.stacked {
    position: fixed;
    top: 80px;
    left: 20px;
}
.shop-details-content .flexcontent {
    padding: 10px 20px;
    margin: 10px 0px;
}
.shop-details-content .flexcontent .flexitem {
    padding: 5px 0;
}
.shop-details-content .flexslider .img-box img {
    width: 100%;
}
.shop-details-content .flexslider .search-box {
    position: absolute;
    top: 20px;
    right: 20px;
}
.shop-details-content .flexslider .search-box a {
    position: relative;
    display: inline-block;
    background: #ffffff;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border: 1px solid #d9d9d9;
    text-align: center;
    color: #222222;
    font-size: 16px;
}
.shop-details-content .flexslider .search-box i:before {
    margin: 0px;
}
.shop-details-content .tab-box {
    position: relative;
    margin-top: 95px;
    margin-bottom: 91px;
}
.shop-details-content .tab-box .custom-tab-title li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #222222;
    cursor: pointer;
    border: 1px solid #e5e5e5;
    padding: 12px 20px 10px 19px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    margin-right: 4px;
    border-bottom: none;
}
.shop-details-content .tab-box .custom-tab-title li.active {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}
.shop-details-content .tab-box .custom-tab-title li.active:before {
    position: absolute;
    content: "";
    background: #ffffff;
    width: 100%;
    height: 1px;
    left: 0px;
    bottom: -1px;
    z-index: 1;
}
.shop-details-content .tab-box .custom-tab-title li.active:after {
    position: absolute;
    content: "";
    background: var(--primary-color);
    width: 100%;
    height: 3px;
    left: 0px;
    top: -1px;
}
.shop-details-content .tab-box .custom-tab-title {
    margin-bottom: 0px;
}
.shop-details-content .tab-box .tab-details-content {
    position: relative;
    border: 1px solid #e5e5e5;
    padding: 29px 30px 6px 30px;
}
.shop-details-content .tab-box .tab-details-content .text p {
    margin-bottom: 26px;
}
.shop-details .shop-details-content {
    margin-right: 20px;
}
.shop-details-content .related-products .title {
    position: relative;
    font-size: 30px;
    line-height: 40px;
    font-family: "Bookman Old Style", serif;
    color: #222222;
    font-weight: 700;
    margin-bottom: 32px;
}
.shop-details {
    padding: 120px 0px 90px 0px;
}
/*** 
====================================================================
Cart-Page
====================================================================
***/
.table-outer {
    position: relative;
    width: 100%;
    overflow-x: auto;
}
.cart-table {
    width: 100%;
    min-width: 1100px;
}
.cart-header {
    position: relative;
    background: #f0f1f5;
}
.cart-section .cart-header th {
    padding: 13px 30px 14px 30px;
    font-size: 16px;
    font-family: "Bookman Old Style", sans-serif;
    line-height: 30px;
    color: #222222;
    min-width: 120px;
    font-weight: 500;
}
.cart-section .cart-header th.prod-column {
    padding: 32px 30px 32px 78px;
}
.cart-section .cart-table tbody tr .image-box {
    position: relative;
    padding: 59px 10px 60px 200px;
}
.cart-section .cart-table tbody tr .column-box .text {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    color: #222222;
}
.cart-section .cart-table tbody tr .column-box .close-btn {
    position: absolute;
    top: -13px;
    right: -7px;
}
.cart-section .cart-table tbody tr .prod-thumb {
    position: absolute;
    left: 0px;
    top: 30px;
    width: 118px;
    height: 118px;
    padding: 0px;
    border: 1px solid #e5e5e5;
}
.cart-section .cart-table tbody tr .rating {
    position: relative;
    padding: 30px 30px 28px 30px;
}
.cart-section .cart-table tbody tr .sub-total {
    position: relative;
    font-size: 16px;
    padding: 10px 50px;
    color: #222222;
}
.cart-section .cart-table tbody tr .rating li {
    position: relative;
    display: inline-block;
    float: left;
    margin: 0px 2px;
}
.cart-section .cart-table tbody tr .rating li i:before {
    font-size: 14px;
    color: var(--primary-color);
}
.cart-section .cart-table tbody tr .total {
    position: relative;
    font-size: 16px;
    color: #222222;
    padding: 76px 30px 74px 30px;
}
.cart-section .cart-table tbody tr .qty {
    width: 40px;
    text-align: center;
}
.cart-section .cart-table tbody tr .qty input {
    position: relative;
    width: 159px;
    height: 48px;
    border: 1px solid #e5e5e5;
    padding: 10px 30px;
}
.cart-section .cart-table tbody tr .qty input:focus {
    border: 1px solid var(--primary-color);
}
.cart-section .coupon-box .update-box {
    position: relative;
    background: #f0f1f5;
    padding: 15px 30px 15px 30px;
    margin: 30px 0px 30px 0px;
}
.cart-section .coupon-box .update-box .apply-coupon {
    position: relative;
    display: inline-block;
}
.cart-section .coupon-box .update-box .apply-coupon .form-group {
    position: relative;
    display: inline-block;
    margin-right: 12px;
}
.cart-section .coupon-box .update-box .apply-coupon .form-group input[type="text"] {
    position: relative;
    width: 230px;
    height: 50px;
    padding: 10px 20px;
    border: 1px solid #e5e5e5;
    border-radius: 30px;
    background: #ffffff;
}
.cart-section .coupon-box .update-box .apply-coupon .form-group input[type="text"]:focus {
    border: 1px solid var(--primary-color);
}
.cart-section .coupon-box .content-box {
    position: relative;
    text-align: right;
    margin-bottom: 33px;
}
.cart-section .coupon-box .content-box .text {
    position: relative;
    margin-bottom: 2px;
}
.cart-section .coupon-box .content-box .text span {
    position: relative;
    color: #222222;
    font-weight: 500;
    margin-left: 25px;
}
.cart-section .coupon-box .btn-box .theme-btn {
    position: relative;
    padding: 11px 38px 13px 38px;
    float: right;
}
.cart-section .coupon-box .btn-box .theme-btn-three {
    color: #222222;
    padding: 8px 37px 12px 38px;
}
.cart-section .coupon-box .btn-box .theme-btn-three:hover {
    color: #ffffff;
}
/*** 
====================================================================
checkout-page
====================================================================
***/
.checkout-section .create-acc .checkbox {
    margin: 3px 0 0;
}
.checkout-section label {
    color: #222;
    font-weight: 500;
    font-size: 15px;
    z-index: 1;
    margin-bottom: 2px;
}
.checkout-section .checkbox span {
    position: relative;
    font-size: 15px;
    font-family: "Bookman Old Style", sans-serif;
    color: #222222;
    font-weight: 400;
    cursor: pointer;
    margin-left: 6px;
    z-index: 1;
}
.checkout-section .checkbox input {
    position: relative;
    top: 4px;
    width: 17px;
    height: 17px;
    display: inline-block;
}
.checkout-section .title {
    display: block;
    background: #f0f1f5;
    color: #222222;
    padding: 20px 20px 19px 30px;
    font-weight: 500;
    margin-bottom: 23px;
    text-transform: uppercase;
}
.checkout-section .billing-info {
    position: relative;
    padding: 0px 0px 23px 0px;
    margin-bottom: 33px;
}
.checkout-section .billing-form {
    position: relative;
}
.checkout-section .additional-information .note-box textarea {
    width: 100%;
    height: 120px;
    padding: 10px 20px;
    background: #f0f1f5;
    color: #848484;
    resize: none;
    transition: all 500ms ease;
}
.checkout-section .order-info {
    position: relative;
    margin-bottom: 30px;
}
.checkout-section .order-info .title h4 {
    margin-bottom: 0px;
}
.checkout-section .order-info .single-item {
    position: relative;
    padding: 48px 29px 47px 130px;
    border-bottom: 1px solid #dddee4;
}
.checkout-section .order-info .order-item {
    position: relative;
    border: 1px solid #dddee4;
    border-top: none;
    padding-top: 0px;
}
.checkout-section .order-info .title {
    margin-bottom: 0px;
}
.checkout-section .order-info .single-item .img-box,
.checkout-section .order-info .single-item .item-name,
.checkout-section .order-info .single-item .price,
.checkout-section .order-info .sub-total .price,
.checkout-section .order-info .order-total .price {
    position: relative;
    display: inline-block;
}
.checkout-section .order-info .single-item .img-box {
    position: absolute;
    overflow: hidden;
    left: 29px;
    top: 20px;
    background: #f5f5f5;
    width: 80px;
    height: 80px;
}
.checkout-section .order-info .single-item .img-box img {
    width: 100%;
    transition: all 500ms ease;
    transform: scale(1);
}
.checkout-section .order-info .single-item .img-box:hover img {
    transform: scale(1.1);
}
.checkout-section .order-info .single-item .item-name {
    font-size: 16px;
    font-family: "Bookman Old Style", sans-serif;
    color: #222222;
}
.checkout-section .order-info .price {
    position: relative;
    font-size: 16px;
    font-family: "Bookman Old Style", sans-serif;
    float: right;
    color: #222222;
}
.checkout-section .order-info .sub-total .price,
.checkout-section .order-info .order-total .price {
    position: relative;
    top: 1px;
    font-size: 16px;
    font-family: "Bookman Old Style", sans-serif;
    color: #848484;
}
.checkout-section .order-info .sub-total,
.checkout-section .order-info .order-total {
    position: relative;
    padding: 14px 29px 11px 28px;
    font-size: 16px;
    color: #222;
    font-family: "Bookman Old Style", sans-serif;
}
.checkout-section .order-info .sub-total {
    border-bottom: 1px solid #dddee4;
}
.checkout-section .order-info .price.color {
    color: #222222;
}
.checkout-section .order-info .order-total {
    padding: 14px 29px 12px 28px;
}
.checkout-section .payment-info {
    position: relative;
}
.checkout-section .payment-info .title {
    margin-bottom: 0px;
}
.checkout-section .payment-info .payment-option {
    position: relative;
    border: 1px solid #dddee4;
    border-top: none;
    padding: 25px 29px 40px 29px;
}
.checkout-section .payment-info .payment-option .checkbox span {
    font-size: 16px;
    color: #222222;
    font-family: "Bookman Old Style", sans-serif;
    margin-left: 11px;
    margin-bottom: 3px;
}
.checkout-section .payment-info .payment-option .text {
    margin-left: 31px;
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 21px;
}
.checkout-section .payment-info .payment-option .order-btn .theme-btn {
    padding: 13px 55px 11px 55px;
    font-size: 14px;
    font-weight: 500;
}
.checkout-section .payment-info .payment-option .checkbox a {
    color: #222222;
    margin-left: 21px;
}
.checkout-section .payment-info .payment-option .checkbox a:hover {
    color: #ff3c00;
}
.checkout-section .payment-info .title h4 {
    margin-bottom: 13px;
}
.checkout-section .payment-info .checkbox {
    margin-bottom: 4px;
    margin-top: 1px;
}
.checkout-section .payment-info .radio-block .checkbox {
    margin-bottom: 23px;
}
.checkout-section input[type="text"],
.checkout-section input[type="email"],
.checkout-section select {
    width: 100%;
    height: 45px;
    border: 1px solid #e5e5e5;
    color: #848484;
    line-height: 45px;
    padding: 10px 15px;
    margin-bottom: 23px;
    transition: all 500ms ease;
}
.checkout-section select {
    cursor: pointer;
}
.checkout-section input:focus,
.checkout-section select:focus {
    border: 1px solid #ff3c00;
}
.checkout-section .customer,
.checkout-section .coupon {
    position: relative;
    display: block;
    background: #fff5f1;
    font-weight: 500;
    padding: 21px 20px 23px 30px;
    margin-bottom: 30px;
    color: #222;
}
.checkout-section .customer a,
.checkout-section .coupon a {
    color: #ff3c00;
}
.checkout-section .customer:before,
.checkout-section .coupon:before {
    position: absolute;
    content: "";
    background: var(--primary-color);
    width: 100%;
    height: 2px;
    left: 0px;
    top: -2px;
}
.checkout-section .order-info .title h5 {
    margin-bottom: 0px;
}
.checkout-section .top-content {
    padding-bottom: 35px;
}
/*** 
====================================================================
donate-page
====================================================================
***/
.donation-section {
    position: relative;
    background: #ffffff;
    padding: 118px 0px 110px 0px;
}
.donation-section:before {
    position: absolute;
    content: "";
    background: #f0f1f5;
    width: 50%;
    height: 100%;
    top: 0px;
    right: 0px;
}
.donation-section .title {
    position: relative;
    display: block;
    font-size: 30px;
    font-family: "Bookman Old Style", serif;
    color: #222222;
    font-weight: 700;
    margin-bottom: 49px;
}
.donation-section .donation-details .text {
    position: relative;
    color: #222222;
    margin-bottom: 2px;
}
.donation-section .donation-details .chicklet-list {
    padding: 0px;
}
.donation-section .donation-details .chicklet-list li {
    padding: 0px;
}
.donation-section .donation-details .chicklet-list label {
    padding: 12px 18px 10px 19px;
    margin-bottom: 0px;
    margin-right: 9px;
}
.donation-section .donation-details .chicklet-list input[type="text"] {
    height: 50px;
    width: 202px;
}
.donation-section .donation-details .chicklet-list {
    margin-bottom: 23px;
}
.donation-section .donation-details .select-box span {
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: #222222;
}
.donation-section .donation-details .select-box .text {
    margin-bottom: 12px;
}
.donation-section .donation-details {
    margin-right: 35px;
}
.donation-section .donation-details .select-box select {
    position: relative;
    display: inline-block;
    height: 50px;
    width: 158px;
    color: #222222;
    padding: 10px 20px;
    border: 1px solid #e5e5e5;
    cursor: pointer;
    margin: 0px 10px;
    transition: all 500ms ease;
}
.donation-section .donation-details .select-box select:focus {
    border: 1px solid var(--primary-color);
}
.donation-section .donation-details .select-box {
    margin-bottom: 23px;
}
.donation-section .donation-details .form input[type="text"] {
    position: relative;
    width: 100%;
    height: 50px;
    border: 1px solid #e5e5e5;
    padding: 10px 20px;
    color: #848484;
    margin-bottom: 23px;
    transition: all 500ms ease;
}
.donation-section .donation-details .form input[type="text"]:focus {
    border: 1px solid var(--primary-color);
}
.donation-section .donation-details .form label {
    position: relative;
    font-size: 15px;
    color: #222222;
    margin-bottom: 2px;
}
.donation-section .donation-form {
    position: relative;
    margin: 0px 35px;
}
.donation-section .donation-form .form-group label {
    position: relative;
    color: #222222;
    margin-bottom: 2px;
}
.donation-section .donation-form .form-group input[type="text"],
.donation-section .donation-form .form-group input[type="email"],
.donation-section .donation-form .form-group textarea {
    position: relative;
    width: 100%;
    height: 50px;
    border: 1px solid #d9d9d9;
    margin-bottom: 23px;
    background: transparent;
    padding: 10px 20px;
    transition: all 500ms ease;
}
.donation-section .donation-form .form-group textarea {
    height: 94px;
    resize: none;
    margin-bottom: 22px;
}
.donation-section .donation-form .form-group input:focus,
.donation-section .donation-form .form-group textarea:focus {
    border: 1px solid var(--primary-color);
}
.donation-section .donation-form .form-group .theme-btn {
    padding: 13px 29px 11px 30px;
}
/*** 
====================================================================
Error-Page
====================================================================
***/
.error-section {
    position: relative;
    padding: 78px 0px 96px 0px;
}
.error-section .error-title {
    position: relative;
    display: inline-block;
    font-size: 200px;
    line-height: 200px;
    font-family: "Bookman Old Style", serif;
    color: #222222;
    font-weight: 700;
    margin-bottom: 55px;
}
.error-section .error-text {
    position: relative;
    font-size: 44px;
    line-height: 52px;
    color: #888888;
    font-weight: 800;
    margin-bottom: 21px;
}
.error-section .text a {
    color: var(--primary-color);
}
.error-section .text a:hover {
    color: #222222;
}
/*** 
====================================================================
Blog-Page
====================================================================
***/
.blog-grid .single-news-content {
    margin-bottom: 50px;
}
.blog-grid .pagination,
.blog-classic .pagination {
    padding-top: 20px;
}
.blog-classic .blog-classic-content {
    margin-right: 20px;
}
.blog-classic .blog-classic-content .single-news-content {
    margin-bottom: 50px;
}
.blog-classic .blog-classic-content .single-news-content:hover {
    transform: scale(1);
}
.blog-classic .blog-classic-content .single-news-content .lower-content .text a {
    position: relative;
    display: inline-block;
    font-size: 26px;
    line-height: 35px;
    font-weight: 500;
    color: #222222;
    margin-bottom: 4px;
}
.blog-classic .blog-classic-content .single-news-content .lower-content .text a:hover {
    color: var(--primary-color);
}
.blog-classic .blog-classic-content .single-news-content .img-box {
    margin-bottom: 22px;
}
.blog-details .blog-details-content {
    margin-right: 20px;
}
.blog-details .blog-details-content img {
    width: 100%;
}
.blog-details .blog-details-content .content-style-one .img-box {
    margin-bottom: 32px;
}
.blog-details .blog-details-content .content-style-one {
    margin-bottom: 43px;
}
.blog-details .blog-details-content .content-style-one .sec-title {
    line-height: 60px;
    margin-bottom: 11px;
}
.blog-details .blog-details-content .content-style-one .date {
    margin-bottom: 16px;
}
.blog-details .blog-details-content .content-style-two .text {
    position: relative;
    margin: 43px 0px 30px 0px;
}
.blog-details .blog-details-content .content-style-two .text p {
    margin-bottom: 26px;
}
.blog-details .blog-details-content .post-share-option {
    position: relative;
    padding: 13px 0px 15px 0px;
    margin-bottom: 65px;
}
.blog-details .blog-details-content .post-share-option .share {
    position: relative;
    float: right;
}
.blog-details .blog-details-content .post-share-option .share .social-links {
    position: absolute;
    right: 60%;
    top: 0px;
    width: 150px;
    opacity: 0;
    visibility: hidden;
    margin-right: -15px;
    padding-right: 5px;
    transition: all 500ms ease;
}
.blog-details .blog-details-content .post-share-option .share:hover .social-links {
    opacity: 1;
    visibility: visible;
    margin-right: 0px;
}
.blog-details .blog-details-content .post-share-option .share a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 45px;
    z-index: 1;
}
.blog-details .blog-details-content .post-share-option .share i:before {
    font-size: 13px;
    margin-right: 9px;
}
.blog-details .blog-details-content .post-share-option .list {
    display: inline-block;
}
.blog-details .blog-details-content .post-share-option .list li {
    position: relative;
    display: inline-block;
    margin-right: 5px;
}
.blog-details .blog-details-content .post-share-option .list li:last-child {
    margin-right: 0px;
}
.blog-details .blog-details-content .post-share-option .list li a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    border: 2px solid #dedede;
    padding: 3px 22px 2px 22px;
    border-radius: 30px;
}
.blog-details .blog-details-content .post-share-option .list li a:hover {
    color: #ffffff;
    background: var(--primary-color);
    border: 2px solid var(--primary-color);
}
.blog-details .blog-details-content .comment-area .comment-box {
    position: relative;
    padding: 20px 30px 25px 31px;
    border: 1px solid #e5e5e5;
    margin-bottom: 20px;
}
.blog-details .blog-details-content .comment-area .comment {
    position: relative;
    padding: 0px 0px 0px 100px;
    margin-bottom: 25px;
}
.blog-details .blog-details-content .comment-area .comment .thumb-box {
    position: absolute;
    overflow: hidden;
    left: 0px;
    top: 7px;
    width: 75px;
    height: 70px;
}
.blog-details .blog-details-content .comment-area .comment.replay {
    margin-left: 100px;
    margin-bottom: 0px;
    border-top: 1px solid #f4f4f4;
    padding: 19px 0px 0px 100px;
}
.blog-details .blog-details-content .comment-area .comment.replay .thumb-box {
    top: 25px;
}
.blog-details .blog-details-content .comment-area .comment.replay .time {
    margin-bottom: 13px;
}
.blog-details .blog-details-content .comment-title {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 40px;
    font-family: "Bookman Old Style", serif;
    color: #222222;
    font-weight: 700;
    margin-bottom: 32px;
}
.blog-details .blog-details-content .comment-area .comment .comment-name {
    font-size: 20px;
    color: #222222;
    font-weight: 500;
    margin-bottom: 1px;
    display: block;
}
.blog-details .blog-details-content .comment-area .comment .time {
    display: inline-block;
    margin-bottom: 10px;
}
.blog-details .blog-details-content .comment-area .comment .replay {
    position: relative;
    display: inline-block;
    float: right;
    margin-top: -12px;
}
.blog-details .blog-details-content .comment-area .comment .replay a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 22px;
    color: #222222;
    border: 2px solid #dedede;
    padding: 1px 18px 3px 17px;
    border-radius: 30px;
}
.blog-details .blog-details-content .comment-area .comment .replay a:hover {
    color: #ffffff;
    border: 2px solid var(--primary-color);
    background: var(--primary-color);
}
.blog-details .blog-details-content .comment-area {
    margin-bottom: 102px;
}
.blog-details .blog-details-content .comment-form-area .form-group input[type="text"],
.blog-details .blog-details-content .comment-form-area .form-group input[type="email"],
.blog-details .blog-details-content .comment-form-area .form-group textarea {
    position: relative;
    width: 100%;
    height: 47px;
    border: 1px solid #e5e5e5;
    padding: 10px 20px;
    font-size: 15px;
    font-style: italic;
    color: #848484;
    margin-bottom: 20px;
    transition: all 500ms ease;
}
.blog-details .blog-details-content .comment-form-area .form-group textarea {
    height: 207px;
    resize: none;
    margin-bottom: 22px;
}
.blog-details .blog-details-content .comment-form-area .form-group input:focus,
.blog-details .blog-details-content .comment-form-area .form-group textarea:focus {
    border: 1px solid var(--primary-color);
}
.blog-details .blog-details-content .comment-form-area .form-group .theme-btn {
    padding: 11px 35px 10px 35px;
}

/*================================================
Blog Details CSS
=================================================*/
.blog-details-desc .article-image img {
    width: 100%;
    border-radius: 5px;
}

.blog-details-desc .article-content {
    margin-top: 30px;
}

.blog-details-desc .article-content .entry-meta ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.blog-details-desc .article-content .entry-meta ul li {
    margin-right: 20px;
    position: relative;
    display: inline-block;
    border-right: 1px solid #eeeeee;
    font-weight: 500;
    font-size: 16px;
    padding-right: 20px;
    padding-left: 45px;
}

.blog-details-desc .article-content .entry-meta ul li i {
    font-size: 30px;
    color: #cfcfcf;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.blog-details-desc .article-content .entry-meta ul li span {
    display: block;
    color: var(--primary-color);
    text-transform: uppercase;
    margin-bottom: 1px;
    font-size: 14px;
    font-weight: 600;
}

.blog-details-desc .article-content .entry-meta ul li a {
    display: inline-block;
    color: #252525;
}

.blog-details-desc .article-content .entry-meta ul li a:hover,
.blog-details-desc .article-content .entry-meta ul li a:focus {
    color: var(--primary-color);
}

.blog-details-desc .article-content .entry-meta ul li:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
}

.blog-details-desc .article-content h3 {
    margin-bottom: 15px;
    margin-top: 25px;
    font-size: 22px;
    font-weight: 600;
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 {
    padding-left: 0;
    list-style-type: none;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 li {
    -ms-flex: 0 0 33.3333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    padding-right: 10px;
    padding-left: 10px;
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 li figure {
    margin-bottom: 0;
}

.blog-details-desc .article-content .features-list {
    padding-left: 0;
    list-style-type: none;
    margin-top: 25px;
    margin-bottom: 30px;
}

.blog-details-desc .article-content .features-list li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 28px;
    color: #06070f;
}

.blog-details-desc .article-content .features-list li i {
    color: var(--primary-color);
    display: inline-block;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 0;
}

.blog-details-desc .article-content .features-list li:last-child {
    margin-bottom: 0;
}

.blog-details-desc .article-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #eeeeee;
    padding-top: 30px;
    margin-top: 30px;
}

.blog-details-desc .article-footer .article-tags {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    color: #06070f;
}

.blog-details-desc .article-footer .article-tags span {
    display: inline-block;
    color: #252525;
    margin-right: 3px;
    position: relative;
    top: 3px;
    font-size: 20px;
}

.blog-details-desc .article-footer .article-tags a {
    display: inline-block;
    color: #06070f;
    font-weight: 500;
}

.blog-details-desc .article-footer .article-tags a:hover {
    color: var(--primary-color);
}

.blog-details-desc .article-footer .article-share {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.blog-details-desc .article-footer .article-share .social {
    padding-left: 0;
    list-style-type: none;
    text-align: right;
    margin-bottom: 0;
}

.blog-details-desc .article-footer .article-share .social li {
    display: inline-block;
}

.blog-details-desc .article-footer .article-share .social li span {
    display: inline-block;
    margin-right: 3px;
    font-weight: 500;
    color: #06070f;
    position: relative;
    top: -2px;
}

.blog-details-desc .article-footer .article-share .social li a {
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
    background-color: var(--primary-color);
    color: var(--color-primary-soft);
    border: 1px solid var(--primary-color);
    text-align: center;
    font-size: 17px;
    margin-left: 2px;
}

.blog-details-desc .article-footer .article-share .social li a:hover,
.blog-details-desc .article-footer .article-share .social li a:focus {
    color: var(--primary-color);
    background-color: transparent;
}

.blog-details-desc .article-footer .article-share .social li a.facebook {
    background-color: transparent;
    border-color: #b7d4fb;
    color: #b7d4fb;
}

.blog-details-desc .article-footer .article-share .social li a.facebook:hover,
.blog-details-desc .article-footer .article-share .social li a.facebook:focus {
    background-color: #b7d4fb;
    color: var(--color-primary-soft);
}

.blog-details-desc .article-footer .article-share .social li a.twitter {
    background-color: transparent;
    border-color: #00acee;
    color: #00acee;
}

.blog-details-desc .article-footer .article-share .social li a.twitter:hover,
.blog-details-desc .article-footer .article-share .social li a.twitter:focus {
    color: var(--color-primary-soft);
    background-color: #00acee;
}

.blog-details-desc .article-footer .article-share .social li a.linkedin {
    background-color: transparent;
    border-color: #0072b1;
    color: #0072b1;
}

.blog-details-desc .article-footer .article-share .social li a.linkedin:hover,
.blog-details-desc .article-footer .article-share .social li a.linkedin:focus {
    color: var(--color-primary-soft);
    background-color: #0072b1;
}

.blog-details-desc .article-footer .article-share .social li a.instagram {
    background-color: transparent;
    border-color: #962fbf;
    color: #962fbf;
}

.blog-details-desc .article-footer .article-share .social li a.instagram:hover,
.blog-details-desc .article-footer .article-share .social li a.instagram:focus {
    background: linear-gradient(115deg, #f9ce34, #ee2a7b, #6228d7);
    color: var(--color-primary-soft);
}

.blog-details-desc .article-footer .article-share .social li a.whatsapp {
    background-color: transparent;
    border-color: #128c7e;
    color: #128c7e;
}

.blog-details-desc .article-footer .article-share .social li a.whatsapp:hover,
.blog-details-desc .article-footer .article-share .social li a.whatsapp:focus {
    background: #128c7e;
    color: var(--color-primary-soft);
}

.blog-details-desc .article-author {
    margin-top: 30px;
    border-radius: 5px;
    background: #f8f8f8;
}

.blog-details-desc .article-author .author-profile-header {
    height: 120px;
    border-radius: 5px 5px 0 0;
    background-color: var(--primary-color);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.blog-details-desc .article-author .author-profile {
    padding: 0 25px 25px;
}

.blog-details-desc .article-author .author-profile .author-profile-title {
    position: relative;
    z-index: 1;
    margin-bottom: 15px;
    margin-top: -45px;
}

.blog-details-desc .article-author .author-profile .author-profile-title img {
    display: inline-block;
    border: 3px solid var(--color-primary-soft);
    width: 100px;
    height: 100px;
}

.blog-details-desc .article-author .author-profile .author-profile-title .author-profile-title-details {
    margin-top: 15px;
}

.blog-details-desc .article-author .author-profile .author-profile-title .author-profile-title-details .author-profile-details h4 {
    margin-bottom: 5px;
    font-size: 17px;
    font-weight: 600;
}

.blog-details-desc .article-author .author-profile .author-profile-title .author-profile-title-details .author-profile-details span {
    color: #ff2f2a;
    font-size: 14px;
}

.blog-details-desc .article-author .author-profile .author-profile-title .author-profile-broad-profile a {
    color: var(--primary-color);
    padding: 5px 12px 4px;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid var(--primary-color);
}

.blog-details-desc .article-author .author-profile .author-profile-title .author-profile-broad-profile a:hover,
.blog-details-desc .article-author .author-profile .author-profile-title .author-profile-broad-profile a:focus {
    background-color: var(--primary-color);
    color: var(--color-primary-soft);
}

blockquote,
.blockquote {
    overflow: hidden;
    background-color: var(--primary-soft-color);
    padding: 50px !important;
    position: relative;
    text-align: center;
    z-index: 1;
    margin-bottom: 20px;
    margin-top: 20px;
}

blockquote p,
.blockquote p {
    color: #252525;
    line-height: 1.6;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 500;
    font-size: 22px !important;
}

blockquote cite,
.blockquote cite {
    display: none;
}

blockquote::before,
.blockquote::before {
    color: #efefef;
    position: absolute;
    left: -30px;
    top: -30px;
    z-index: -1;
    font-family: "feather";
    content: "\e9db";
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-size: 135px;
}

blockquote::after,
.blockquote::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: var(--primary-color);
    margin-top: 20px;
    margin-bottom: 20px;
}

.broad-post-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}

.prev-link-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 15px;
}

.prev-link-wrapper a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.prev-link-wrapper a:hover .image-prev::after {
    opacity: 1;
    visibility: visible;
}

.prev-link-wrapper a:hover .image-prev .post-nav-title {
    opacity: 1;
    visibility: visible;
}

.prev-link-wrapper a:hover .prev-link-info-wrapper {
    color: var(--primary-color);
}

.prev-link-wrapper .image-prev {
    display: inline-block;
    min-width: 100px;
    width: 100px;
    border-radius: 5px;
    overflow: hidden;
    vertical-align: top;
    margin-right: 20px;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.prev-link-wrapper .image-prev img {
    border-radius: 5px;
}

.prev-link-wrapper .image-prev::after {
    display: block;
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
    opacity: 0;
    background-color: var(--primary-color);
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.prev-link-wrapper .image-prev .post-nav-title {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    z-index: 2;
    color: var(--color-primary-soft);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 16px;
    font-weight: 500;
}

.prev-link-wrapper .prev-link-info-wrapper {
    color: #252525;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.prev-link-wrapper .prev-title {
    display: inline-block;
    font-weight: 500;
    font-size: 17px;
}

.prev-link-wrapper .meta-wrapper {
    display: block;
    color: #06070f;
    text-transform: capitalize;
    margin-top: 5px;
    font-weight: 400;
    font-size: 14px;
}

.next-link-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    text-align: right;
    padding-left: 15px;
}

.next-link-wrapper a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.next-link-wrapper a:hover .image-next::after {
    opacity: 1;
    visibility: visible;
}

.next-link-wrapper a:hover .image-next .post-nav-title {
    opacity: 1;
    visibility: visible;
}

.next-link-wrapper a:hover .next-link-info-wrapper {
    color: var(--primary-color);
}

.next-link-wrapper .image-next {
    display: inline-block;
    min-width: 100px;
    width: 100px;
    border-radius: 5px;
    overflow: hidden;
    vertical-align: top;
    margin-left: 20px;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.next-link-wrapper .image-next img {
    border-radius: 5px;
}

.next-link-wrapper .image-next::after {
    display: block;
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
    opacity: 0;
    background-color: var(--primary-color);
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.next-link-wrapper .image-next .post-nav-title {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    z-index: 2;
    color: var(--color-primary-soft);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 16px;
    font-weight: 500;
}

.next-link-wrapper .next-link-info-wrapper {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #252525;
}

.next-link-wrapper .next-title {
    display: inline-block;
    font-weight: 500;
    font-size: 17px;
}

.next-link-wrapper .meta-wrapper {
    display: block;
    color: #06070f;
    text-transform: capitalize;
    margin-top: 5px;
    font-weight: 400;
    font-size: 14px;
}

.comments-area {
    margin-top: 30px;
}

.comments-area .comments-title {
    margin-bottom: 30px;
    line-height: initial;
    font-size: 22px;
    font-weight: 600;
}

.comments-area ol,
.comments-area ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.comments-area .comment-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.comments-area .children {
    margin-left: 20px;
}

.comments-area .comment-body {
    border-bottom: 1px dashed #eeeeee;
    padding-left: 65px;
    color: #252525;
    font-size: 14px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.comments-area .comment-body .reply {
    margin-top: 15px;
}

.comments-area .comment-body .reply a {
    border: 1px dashed #ded9d9;
    color: #252525;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}

.comments-area .comment-body .reply a:hover {
    color: var(--color-primary-soft);
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.comments-area .comment-author {
    font-size: 15px;
    margin-bottom: 0.2em;
    position: relative;
    z-index: 2;
}

.comments-area .comment-author .avatar {
    height: 50px;
    left: -65px;
    position: absolute;
    width: 50px;
}

.comments-area .comment-author .fn {
    font-weight: 600;
}

.comments-area .comment-author .says {
    display: none;
}

.comments-area .comment-metadata {
    margin-bottom: 0.8em;
    color: #06070f;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
}

.comments-area .comment-metadata a {
    color: #06070f;
}

.comments-area .comment-metadata a:hover {
    color: var(--primary-color);
}

.comments-area .comment-respond {
    margin-top: 30px;
}

.comments-area .comment-respond .comment-reply-title {
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 600;
}

.comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link {
    display: inline-block;
}

.comments-area .comment-respond .comment-form {
    overflow: hidden;
}

.comments-area .comment-respond .comment-notes {
    margin-bottom: 20px;
    margin-top: 10px;
}

.comments-area .comment-respond .comment-notes .required {
    color: red;
}

.comments-area .comment-respond .comment-form-comment {
    float: left;
    width: 100%;
}

.comments-area .comment-respond label {
    display: none;
}

.comments-area .comment-respond input[type="date"],
.comments-area .comment-respond input[type="time"],
.comments-area .comment-respond input[type="datetime-local"],
.comments-area .comment-respond input[type="week"],
.comments-area .comment-respond input[type="month"],
.comments-area .comment-respond input[type="text"],
.comments-area .comment-respond input[type="email"],
.comments-area .comment-respond input[type="url"],
.comments-area .comment-respond input[type="password"],
.comments-area .comment-respond input[type="search"],
.comments-area .comment-respond input[type="tel"],
.comments-area .comment-respond input[type="number"],
.comments-area .comment-respond textarea {
    display: block;
    width: 100%;
    background-color: #f4f4f4;
    border: none;
    padding: 0 0 0 15px;
    height: 50px;
    outline: 0;
    border-radius: 3px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.comments-area .comment-respond input[type="date"]::-webkit-input-placeholder,
.comments-area .comment-respond input[type="time"]::-webkit-input-placeholder,
.comments-area .comment-respond input[type="datetime-local"]::-webkit-input-placeholder,
.comments-area .comment-respond input[type="week"]::-webkit-input-placeholder,
.comments-area .comment-respond input[type="month"]::-webkit-input-placeholder,
.comments-area .comment-respond input[type="text"]::-webkit-input-placeholder,
.comments-area .comment-respond input[type="email"]::-webkit-input-placeholder,
.comments-area .comment-respond input[type="url"]::-webkit-input-placeholder,
.comments-area .comment-respond input[type="password"]::-webkit-input-placeholder,
.comments-area .comment-respond input[type="search"]::-webkit-input-placeholder,
.comments-area .comment-respond input[type="tel"]::-webkit-input-placeholder,
.comments-area .comment-respond input[type="number"]::-webkit-input-placeholder,
.comments-area .comment-respond textarea::-webkit-input-placeholder {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #06070f;
}

.comments-area .comment-respond input[type="date"]:-ms-input-placeholder,
.comments-area .comment-respond input[type="time"]:-ms-input-placeholder,
.comments-area .comment-respond input[type="datetime-local"]:-ms-input-placeholder,
.comments-area .comment-respond input[type="week"]:-ms-input-placeholder,
.comments-area .comment-respond input[type="month"]:-ms-input-placeholder,
.comments-area .comment-respond input[type="text"]:-ms-input-placeholder,
.comments-area .comment-respond input[type="email"]:-ms-input-placeholder,
.comments-area .comment-respond input[type="url"]:-ms-input-placeholder,
.comments-area .comment-respond input[type="password"]:-ms-input-placeholder,
.comments-area .comment-respond input[type="search"]:-ms-input-placeholder,
.comments-area .comment-respond input[type="tel"]:-ms-input-placeholder,
.comments-area .comment-respond input[type="number"]:-ms-input-placeholder,
.comments-area .comment-respond textarea:-ms-input-placeholder {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #06070f;
}

.comments-area .comment-respond input[type="date"]::-ms-input-placeholder,
.comments-area .comment-respond input[type="time"]::-ms-input-placeholder,
.comments-area .comment-respond input[type="datetime-local"]::-ms-input-placeholder,
.comments-area .comment-respond input[type="week"]::-ms-input-placeholder,
.comments-area .comment-respond input[type="month"]::-ms-input-placeholder,
.comments-area .comment-respond input[type="text"]::-ms-input-placeholder,
.comments-area .comment-respond input[type="email"]::-ms-input-placeholder,
.comments-area .comment-respond input[type="url"]::-ms-input-placeholder,
.comments-area .comment-respond input[type="password"]::-ms-input-placeholder,
.comments-area .comment-respond input[type="search"]::-ms-input-placeholder,
.comments-area .comment-respond input[type="tel"]::-ms-input-placeholder,
.comments-area .comment-respond input[type="number"]::-ms-input-placeholder,
.comments-area .comment-respond textarea::-ms-input-placeholder {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #06070f;
}

.comments-area .comment-respond input[type="date"]::placeholder,
.comments-area .comment-respond input[type="time"]::placeholder,
.comments-area .comment-respond input[type="datetime-local"]::placeholder,
.comments-area .comment-respond input[type="week"]::placeholder,
.comments-area .comment-respond input[type="month"]::placeholder,
.comments-area .comment-respond input[type="text"]::placeholder,
.comments-area .comment-respond input[type="email"]::placeholder,
.comments-area .comment-respond input[type="url"]::placeholder,
.comments-area .comment-respond input[type="password"]::placeholder,
.comments-area .comment-respond input[type="search"]::placeholder,
.comments-area .comment-respond input[type="tel"]::placeholder,
.comments-area .comment-respond input[type="number"]::placeholder,
.comments-area .comment-respond textarea::placeholder {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #06070f;
}

.comments-area .comment-respond input[type="date"]:focus::-webkit-input-placeholder,
.comments-area .comment-respond input[type="time"]:focus::-webkit-input-placeholder,
.comments-area .comment-respond input[type="datetime-local"]:focus::-webkit-input-placeholder,
.comments-area .comment-respond input[type="week"]:focus::-webkit-input-placeholder,
.comments-area .comment-respond input[type="month"]:focus::-webkit-input-placeholder,
.comments-area .comment-respond input[type="text"]:focus::-webkit-input-placeholder,
.comments-area .comment-respond input[type="email"]:focus::-webkit-input-placeholder,
.comments-area .comment-respond input[type="url"]:focus::-webkit-input-placeholder,
.comments-area .comment-respond input[type="password"]:focus::-webkit-input-placeholder,
.comments-area .comment-respond input[type="search"]:focus::-webkit-input-placeholder,
.comments-area .comment-respond input[type="tel"]:focus::-webkit-input-placeholder,
.comments-area .comment-respond input[type="number"]:focus::-webkit-input-placeholder,
.comments-area .comment-respond textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

.comments-area .comment-respond input[type="date"]:focus:-ms-input-placeholder,
.comments-area .comment-respond input[type="time"]:focus:-ms-input-placeholder,
.comments-area .comment-respond input[type="datetime-local"]:focus:-ms-input-placeholder,
.comments-area .comment-respond input[type="week"]:focus:-ms-input-placeholder,
.comments-area .comment-respond input[type="month"]:focus:-ms-input-placeholder,
.comments-area .comment-respond input[type="text"]:focus:-ms-input-placeholder,
.comments-area .comment-respond input[type="email"]:focus:-ms-input-placeholder,
.comments-area .comment-respond input[type="url"]:focus:-ms-input-placeholder,
.comments-area .comment-respond input[type="password"]:focus:-ms-input-placeholder,
.comments-area .comment-respond input[type="search"]:focus:-ms-input-placeholder,
.comments-area .comment-respond input[type="tel"]:focus:-ms-input-placeholder,
.comments-area .comment-respond input[type="number"]:focus:-ms-input-placeholder,
.comments-area .comment-respond textarea:focus:-ms-input-placeholder {
    color: transparent;
}

.comments-area .comment-respond input[type="date"]:focus::-ms-input-placeholder,
.comments-area .comment-respond input[type="time"]:focus::-ms-input-placeholder,
.comments-area .comment-respond input[type="datetime-local"]:focus::-ms-input-placeholder,
.comments-area .comment-respond input[type="week"]:focus::-ms-input-placeholder,
.comments-area .comment-respond input[type="month"]:focus::-ms-input-placeholder,
.comments-area .comment-respond input[type="text"]:focus::-ms-input-placeholder,
.comments-area .comment-respond input[type="email"]:focus::-ms-input-placeholder,
.comments-area .comment-respond input[type="url"]:focus::-ms-input-placeholder,
.comments-area .comment-respond input[type="password"]:focus::-ms-input-placeholder,
.comments-area .comment-respond input[type="search"]:focus::-ms-input-placeholder,
.comments-area .comment-respond input[type="tel"]:focus::-ms-input-placeholder,
.comments-area .comment-respond input[type="number"]:focus::-ms-input-placeholder,
.comments-area .comment-respond textarea:focus::-ms-input-placeholder {
    color: transparent;
}

.comments-area .comment-respond input[type="date"]:focus::placeholder,
.comments-area .comment-respond input[type="time"]:focus::placeholder,
.comments-area .comment-respond input[type="datetime-local"]:focus::placeholder,
.comments-area .comment-respond input[type="week"]:focus::placeholder,
.comments-area .comment-respond input[type="month"]:focus::placeholder,
.comments-area .comment-respond input[type="text"]:focus::placeholder,
.comments-area .comment-respond input[type="email"]:focus::placeholder,
.comments-area .comment-respond input[type="url"]:focus::placeholder,
.comments-area .comment-respond input[type="password"]:focus::placeholder,
.comments-area .comment-respond input[type="search"]:focus::placeholder,
.comments-area .comment-respond input[type="tel"]:focus::placeholder,
.comments-area .comment-respond input[type="number"]:focus::placeholder,
.comments-area .comment-respond textarea:focus::placeholder {
    color: transparent;
}

.comments-area .comment-respond textarea {
    height: auto !important;
    padding-top: 15px;
}

.comments-area .comment-respond .comment-form-author {
    float: left;
    width: 50%;
    padding-right: 10px;
    margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-email {
    float: left;
    width: 50%;
    padding-left: 12px;
    margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-url {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-cookies-consent {
    width: 100%;
    float: left;
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
    margin-top: 15px;
}

.comments-area .comment-respond .comment-form-cookies-consent input {
    position: absolute;
    left: 0;
    top: 5px;
}

.comments-area .comment-respond .comment-form-cookies-consent label {
    display: inline-block;
    margin: 0;
    color: #06070f;
    position: relative;
    top: -1.5px;
    font-weight: normal;
    font-size: 16px;
}

.comments-area .comment-respond .form-submit {
    float: left;
    width: 100%;
}

.comments-area .comment-respond .form-submit input {
    background: var(--primary-color);
    border: none;
    color: var(--color-primary-soft);
    padding: 12px 30px;
    display: inline-block;
    cursor: pointer;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
}

.comments-area .comment-respond .form-submit input:hover,
.comments-area .comment-respond .form-submit input:focus {
    color: var(--color-primary-soft);
    background-color: #ff2f2a;
}

/*================================================
Widget Sidebar CSS
=================================================*/
.widget-area .widget {
    margin-bottom: 40px;
}

.widget-area .widget:last-child {
    margin-bottom: 0;
}

.widget-area .widget .widget-title {
    margin-bottom: 25px;
    position: relative;
    padding-left: 10px;
    border-left: 3px dashed #dfdfdf;
    font-size: 19px;
    font-weight: 600;
}

.widget-area .widget .widget-title::before {
    content: "";
    position: absolute;
    left: -3px;
    top: 0;
    width: 3px;
    height: 6px;
    background: var(--primary-color);
}

.widget-area .widget .widget-title::after {
    content: "";
    position: absolute;
    left: -3px;
    top: 16px;
    width: 3px;
    height: 6px;
    background: #ff2f2a;
}

.widget-area .widget_search form {
    position: relative;
}

.widget-area .widget_search form .screen-reader-text {
    display: none;
}

.widget-area .widget_search form label {
    display: block;
    margin-bottom: 0;
}

.widget-area .widget_search form .search-field {
    height: 55px;
    color: #252525;
    background-color: #eef5f9;
    display: block;
    width: 100%;
    border-radius: 5px;
    padding: 3px 0 0 18px;
    border: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 14px;
    font-weight: 400;
}

.widget-area .widget_search form .search-field::-webkit-input-placeholder {
    color: #06070f;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.widget-area .widget_search form .search-field:-ms-input-placeholder {
    color: #06070f;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.widget-area .widget_search form .search-field::-ms-input-placeholder {
    color: #06070f;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.widget-area .widget_search form .search-field::placeholder {
    color: #06070f;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.widget-area .widget_search form .search-field:focus::-webkit-input-placeholder {
    color: transparent;
}

.widget-area .widget_search form .search-field:focus:-ms-input-placeholder {
    color: transparent;
}

.widget-area .widget_search form .search-field:focus::-ms-input-placeholder {
    color: transparent;
}

.widget-area .widget_search form .search-field:focus::placeholder {
    color: transparent;
}

.widget-area .widget_search form button {
    border: none;
    background-color: var(--primary-color);
    color: var(--color-primary-soft);
    height: 45px;
    width: 45px;
    position: absolute;
    right: 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 5px;
    top: 5px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.widget-area .widget_search form button:hover,
.widget-area .widget_search form button:focus {
    background-color: #ff2f2a;
    color: var(--color-primary-soft);
}

.widget-area .widget_broad_posts_thumb {
    position: relative;
    overflow: hidden;
}

.widget-area .widget_broad_posts_thumb .item {
    overflow: hidden;
    margin: 5px 0;
    border-bottom: 1px solid var(--primary-color);
    padding: 5px 0;
}

.widget-area .widget_broad_posts_thumb .item:last-child {
    margin: 0;
}

.widget-area .widget_broad_posts_thumb .item .thumb {
    float: left;
    height: 100px;
    overflow: hidden;
    display: block;
    position: relative;
    width: 100px;
    margin-right: 10px;
    z-index: 1;
}

.widget-area .widget_broad_posts_thumb .item .thumb .fullimage {
    width: 100px;
    height: 100px;
    display: inline-block;
    border-radius: 5px;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center center !important;
    box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.8);
}

.widget-area .widget_broad_posts_thumb .item .thumb::before,
.widget-area .widget_broad_posts_thumb .item .thumb::after {
    -webkit-transition: all 0.8s cubic-bezier(0.2, 1, 0.22, 1);
    transition: all 0.8s cubic-bezier(0.2, 1, 0.22, 1);
    content: "";
    background-color: var(--color-primary-soft);
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.widget-area .widget_broad_posts_thumb .item .thumb::before {
    width: 40px;
    height: 1px;
    left: 100%;
}

.widget-area .widget_broad_posts_thumb .item .thumb::after {
    height: 40px;
    width: 1px;
    top: 0;
}

.widget-area .widget_broad_posts_thumb .item .info {
    overflow: hidden;
    margin-top: 5px;
}

.widget-area .widget_broad_posts_thumb .item .info time {
    display: block;
    color: var(--primary-color);
    font-size: 12px;
}

.widget-area .widget_broad_posts_thumb .item .info .title {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 15px;
    font-weight: 600;
}

.widget-area .widget_broad_posts_thumb .item .info .title a {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
}

.widget-area .widget_broad_posts_thumb .item:hover .thumb::before,
.widget-area .widget_broad_posts_thumb .item:hover .thumb::after {
    opacity: 1;
    top: 50%;
    left: 50%;
    box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.1);
}

.widget-area .widget_categories ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.widget-area .widget_categories ul li {
    position: relative;
    margin-bottom: 12px;
    overflow: hidden;
    color: #252525;
    padding-left: 18px;
    font-weight: 600;
    font-size: 14px;
}

.widget-area .widget_categories ul li:last-child {
    margin-bottom: 0;
}

.widget-area .widget_categories ul li::before {
    background: #ff2f2a;
    height: 8px;
    width: 8px;
    content: "";
    border-radius: 50%;
    left: 0;
    top: 7px;
    position: absolute;
}

.widget-area .widget_categories ul li a {
    color: #252525;
    display: inline-block;
}

.widget-area .widget_categories ul li a:hover {
    color: var(--primary-color);
}

.widget-area .widget_categories ul li .post-count {
    color: #06070f;
    font-size: 14px;
    display: inline-block;
    position: relative;
    top: 1px;
}

.widget-area .widget_tag_cloud .widget-title {
    margin-bottom: 17px;
}

.widget-area .tagcloud a {
    display: inline-block;
    background-color: #f6f6f6;
    color: #06070f;
    padding: 7px 18px;
    border: 1px dashed #eeeeee;
    border-radius: 3px;
    font-weight: 500;
    font-size: 13.5px !important;
    margin-top: 8px;
    margin-right: 4px;
}

.widget-area .tagcloud a:hover,
.widget-area .tagcloud a:focus {
    color: var(--color-primary-soft);
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.widget-area .widget_instagram ul {
    padding-left: 0;
    list-style-type: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: -10px;
    margin-left: -5px;
    margin-right: -5px;
}

.widget-area .widget_instagram ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding-bottom: 10px;
    padding-right: 5px;
    padding-left: 5px;
}

.widget-area .widget_instagram ul li a {
    position: relative;
}

.widget-area .widget_instagram ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--primary-color);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
}

.widget-area .widget_instagram ul li a:hover::before {
    opacity: 0.7;
    visibility: visible;
}

.widget-area .widget_contact {
    position: relative;
    z-index: 1;
    border-radius: 5px;
    height: 400px;
    text-align: center;
    background-image: url(../images/mission-bg.webp);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.widget-area .widget_contact::before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 5px;
    background-color: var(--primary-color);
    opacity: 0.6;
    z-index: -1;
}

.widget-area .widget_contact .text {
    position: absolute;
    left: 0;
    bottom: 25px;
    right: 0;
}

.widget-area .widget_contact .text .icon {
    width: 65px;
    height: 65px;
    border: 2px dashed var(--color-primary-soft);
    position: relative;
    color: var(--color-primary-soft);
    border-radius: 50%;
    font-size: 35px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

.widget-area .widget_contact .text .icon i {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.widget-area .widget_contact .text span {
    display: block;
    color: var(--color-primary-soft);
    margin-bottom: 7px;
    opacity: 0.9;
    font-size: 16px;
    font-weight: 500;
}

.widget-area .widget_contact .text a {
    display: inline-block;
    color: var(--color-primary-soft);
    font-weight: 700;
    font-size: 25px;
}

.widget-area .widget_contact:hover .text .icon {
    background-color: var(--color-primary-soft);
    color: var(--primary-color);
    border-color: var(--color-primary-soft);
}

.widget-area .widget_events_details ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.widget-area .widget_events_details ul li {
    border-bottom: 1px dashed #eeeeee;
    color: #06070f;
    padding-bottom: 10px;
    padding-top: 10px;
}

.widget-area .widget_events_details ul li:first-child {
    border-top: 1px dashed #eeeeee;
}

.widget-area .widget_events_details ul li span {
    display: inline-block;
    color: #252525;
    font-weight: 600;
}

.widget-area .widget_events_details ul li a {
    display: inline-block;
    color: #06070f;
}

.widget-area .widget_events_details ul li a:hover {
    color: var(--primary-color);
}

/*** 
====================================================================
Contact-Page
====================================================================
***/
.contact-section {
    padding: 111px 0px 120px 0px;
}
.contact-section .contact-title {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 40px;
    font-family: "Bookman Old Style", serif;
    color: #222222;
    font-weight: 700;
    margin-bottom: 42px;
}
.contact-section .contact-info .single-info {
    position: relative;
    border: 1px solid #e5e5e5;
    transition: all 500ms ease;
}
.contact-section .contact-info .single-info:hover {
    border: 1px solid var(--primary-color);
}
.contact-section .contact-info .single-info .icon-box i:before {
    font-size: 35px;
    color: var(--primary-color);
    margin: 0px;
    transition: all 500ms ease;
}
.contact-section .contact-info .left-column .icon-box i:before {
    font-size: 43px;
}
.contact-section .contact-info .left-column {
    padding: 91px 60px 82px 60px;
}
.contact-section .contact-info .left-column .icon-box {
    margin-bottom: 14px;
}
.contact-section .contact-info .left-column h5 {
    margin-bottom: 11px;
}
.contact-section .contact-info .left-column .text {
    line-height: 24px;
}
.contact-section .contact-info .right-column {
    position: relative;
    padding: 52px 10px 53px 85px;
    margin-bottom: 27px;
}
.contact-section .contact-info .right-column .icon-box {
    position: absolute;
    left: 19px;
    top: 64px;
}
.contact-section .contact-info .right-column h5 {
    line-height: 22px;
}
.contact-section .contact-form-area .form-group label {
    position: relative;
    display: block;
    color: #222222;
    margin-bottom: 3px;
}
.contact-section .contact-form-area .form-group input[type="text"],
.contact-section .contact-form-area .form-group input[type="email"],
.contact-section .contact-form-area .form-group textarea {
    position: relative;
    width: 100%;
    height: 44px;
    padding: 10px 20px;
    border: 1px solid #e5e5e5;
    margin-bottom: 12px;
    transition: all 500ms ease;
}
.contact-section .contact-form-area .form-group textarea {
    height: 144px;
    resize: none;
    margin-bottom: 23px;
}
.contact-section .contact-form-area .form-group input:focus,
.contact-section .contact-form-area .form-group textarea:focus {
    border: 1px solid var(--primary-color);
}
.contact-section .contact-form-area .contact-title {
    margin-bottom: 35px;
}
.contact-section .contact-form-area .form-group .theme-btn {
    padding: 12px 49px 12px 49px;
}
/** google-map **/
.google-map-section {
    position: relative;
    width: 100%;
}
#contact-google-map {
    position: relative;
    height: 425px;
    width: 100%;
}

.btn-stantum {
    cursor: pointer;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.no-border {
    border: none !important;
}

.text-center,
.center {
    text-align: center !important;
}

.left {
    float: left !important;
}

.right {
    float: right !important;
}

.content .title {
    font-size: 36px;
    line-height: 34px;
    text-align: center;
}

.brand-column {
    z-index: -1;
}

.alert-x {
    position: fixed;
    padding: 10px;
    top: 30%;
    left: 5%;
    cursor: pointer;
    z-index: 99;
    text-align: center;
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    color: #607d8b !important;
}

.alert-x:hover {
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    box-shadow: 0px 10px 40px rgba(140, 98, 60, 0.519);
}

.upper {
    text-transform: uppercase !important;
}

.lower {
    text-transform: lowercase !important;
}

.hp-padding-0 {
    padding: 0px !important;
}

.hp-padding-5 {
    padding: 5px !important;
}

.hp-padding-10 {
    padding: 10px !important;
}

.hp-padding-20 {
    padding: 20px !important;
}

.hp-padding-30 {
    padding: 30px !important;
}

.hp-padding-40 {
    padding: 40px !important;
}

.justify {
    text-align: justify !important;
}

.center {
    text-align: center !important;
}

.later {
    text-align: center;
}

.later a {
    margin: 5px 15px;
}

.new-bg {
    color: #fff;
    background-color: #ff5e14;
}

.new-color {
    color: #ff5e14;
}

.ml-30 {
    margin: 0 0 0 30px;
}

.pl-30 {
    padding: 0 0 0 30px;
}

.bootim-sticker {
    position: absolute;
    margin: 0;
    text-align: center;
    width: 100%;
}

.bootim-sticker .theme-btn:hover {
    background-color: #ff3c00;
    color: #fff;
}

.fa {
    cursor: pointer;
    opacity: 0.8;
}

.fa:hover {
    opacity: 0.9;
}

.help-column,
.img-column {
    text-align: center;
}

.text {
    text-align: justify;
}

.hidden {
    display: none !important;
}

.log-sile {
    color: #444;
}

.search-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 10px 24px;
    font-size: 16px;
    line-height: 1.62857143;
    border: 2px solid rgba(2, 56, 51, 0.4);
    border-radius: 30px;
    box-shadow: 0 0px 5px rgb(0, 0, 0, 0.075);
    transition: all ease-in-out 0.15s;
}

.search-control:focus {
    border-color: #023833 !important;
    box-shadow: 0 0px 3px rgba(0, 0, 0, 0.119);
    transition: all 0.9s ease;
}

.btm-border {
    border: 1px solid #ff7017 !important;
}

@media print {
    .no-print,
    .fa,
    .fab,
    .fas,
    .fad,
    .glyphicon {
        display: none !important;
    }
}

.no-bg {
    background-color: transparent !important;
}

#GeneratePassword {
    position: absolute;
    right: 0px;
    top: 0px;
    border-radius: 5px;
    border: 2px dashed #ff7017;
    padding: 10px;
    background-color: #fff;
    z-index: 99;
}
.alert {
    cursor: pointer;
}

.description {
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    line-clamp: 10;
    -webkit-line-clamp: 10;
    margin: 10px 0;
    padding: 0;
    line-height: 2em;
    text-align: justify;
    max-height: 600px;
    text-rendering: optimizeLegibility;
    box-sizing: border-box;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    font-size: 15px;
}

.fixed-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: static;
    object-fit: cover;
    cursor: pointer;
    opacity: 0.9;
}

.dashboard-menu-section {
    position: relative;
    min-height: 100vh;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dashboard-menu-section .top-search {
    display: flex;
    flex-direction: row;
    position: relative;
    height: 3.5rem;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin: 20px 0 40px 0;
}

.dashboard-menu-section .top-search input {
    height: 100%;
    display: inline-block;
    width: 100%;
    font-size: 20px;
    line-height: 1.42857143;
    color: #71748d;
    background-color: #fff;
    background-image: none;
    border: 2px solid rgba(0, 0, 0, 0.21);
    border-radius: 5px;
    padding: 10px 30px 10px 40px;
}

.dashboard-menu-section .top-search input:focus {
    border-color: rgba(89, 105, 255, 0.31);
    box-shadow: 0 0 10px rgba(2, 56, 51, 0.21);
}

.dashboard-menu-section .top-search .favicon {
    position: absolute;
    left: 13px;
    top: 0;
    display: block;
    height: 100%;
    width: 46px;
    color: rgba(0, 0, 0, 0.21);
    background: transparent;
    border: none;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.5;
}

.dashboard-menu-section .top-search .favicon img {
    width: 100%;
}

.dashboard-menu-section .top-search .top-button {
    position: absolute;
    right: 16px;
    display: block;
    height: 95%;
    width: 46px;
    color: #71748d;
    background: transparent;
    border: none;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
}

.dashboard-menu-section .top-search .top-button:hover {
    background-color: rgba(2, 56, 51, 0.076);
}

.dashboard-menu-section .row-description {
    position: relative;
    display: flex;
    margin: 10px 0;
}

.account-avatar {
    top: -50px;
}

.profile-image.dis {
    width: 50px;
    height: 50px;
    border: 5px solid transparent;
    border-radius: 100%;
    cursor: pointer;
}

.profile-image.active,
.profile-image.dis:focus,
.profile-image.dis:hover {
    border-color: rgba(2, 56, 51, 0.1);
}

.dropdown-menu .dropdown-item {
    display: flex;
    align-items: center;
}

.dashboard-menu-section a.settings {
    position: fixed;
    top: 30px;
    right: 20px;
    font-size: 20px;
    color: rgba(2, 56, 51, 1);
}

@media screen and (min-width: 200px) and (max-width: 568px) {
    .dashboard-menu-section a.settings {
        top: 100px;
        right: 15px;
    }
}

.dashboard-menu-section .site-coll {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 130px;
    width: 109px;
    justify-content: center;
    align-items: center;
}

.dashboard-menu-section .site-card {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
    border-radius: 7px;
    border: 3px solid rgba(0, 0, 0, 0.19);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.19);
    transition: border ease-in-out 1s;
}

.dashboard-menu-section .site-card:hover {
    box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.19);
    transition: border ease-in-out 1s;
}

.dashboard-menu-section .site-coll .site-actions {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
    display: none;
}

.dashboard-menu-section .site-coll .site-actions .toolbar {
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 1;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.16);
    width: 30px;
    height: 30px;
    border-radius: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(0, 0, 0, 0.9);
}

.dashboard-menu-section .site-coll .site-actions .dropdown-menu {
    width: auto;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.19);
    border-radius: 6px;
    padding: 0;
    margin: 0;
}

.dashboard-menu-section .site-coll .site-actions .dropdown-menu .dropdown-item {
    padding: 0 10px;
    margin: 3px 0;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.dashboard-menu-section .site-coll .site-actions .dropdown-menu .divider {
    position: relative;
    width: 100%;
    display: inline-block;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.19);
    margin: 0;
    padding: 0;
}

.dashboard-menu-section .site-coll .site-actions .dropdown-menu .dropdown-item img {
    width: 20px;
    margin: 0 3px;
}

.dashboard-menu-section .site-coll .site-actions .dropdown-menu .dropdown-item i {
    width: 25px;
}

.dashboard-menu-section .site-coll .site-actions .dropdown-menu .dropdown-item:hover {
}

.dashboard-menu-section .site-card img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin: 1px;
    padding: 5px;
}

.dashboard-menu-section .site-label {
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    width: 109px;
    overflow: hidden;
    font-size: 13px;
    text-align: center;
}

.dashboard-menu-section .site-label i {
    height: 12px;
    width: 12px;
    color: #d7d7db;
    margin: 0 2px 0 0;
}

.dashboard-menu-section .site-label i:before {
    content: "\f08d";
    font-family: "icomoon";
}

.dashboard-menu-section .floor {
    position: relative;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 20px 0;
}

.dashboard-menu-section .floor .copyright a,
.dashboard-menu-section .floor .footer-nav a {
    transition: all ease-in-out 300ms;
    -webkit-transition: all ease-in-out 300ms;
    -moz-transition: all ease-in-out 300ms;
    -ms-transition: all ease-in-out 300ms;
    color: rgba(2, 56, 51, 1) !important;
}

.dashboard-menu-section .floor .copyright,
.dashboard-menu-section .floor .footer-nav {
    text-align: center;
}

.dashboard-menu-section .floor .copyright a:hover,
.dashboard-menu-section .floor .footer-nav a:hover {
    color: #794dce !important;
}

.file-upload-block .file-block {
    border: 2px dashed rgba(0, 0, 0, 0.2);
    position: relative;
    margin: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.file-upload-block .dropper-btn {
    position: relative;
    margin-top: -10px;
    width: 100%;
    text-align: center;
    background-color: #00bb9a;
    color: white;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0.9;
}

.file-upload-block .dropper-btn:hover {
    opacity: 1;
}

.file-upload-block .file-block img {
    width: 50%;
    margin: 0 0 30px 0;
}

.myTitleText {
    position: relative;
    margin: 20px 0;
    width: 100%;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: start;
    cursor: poiter;
    opacity: 0.9;
    font-size: 34px;
    font-weight: 500;
    text-transform: capitalize;
}

.yourdocx-block {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    height: 100%;
}

.yourdocx-block .yourdocx-header {
    position: relative;
    margin: 0;
    padding: 0 20px;
    width: 100%;
    text-align: left;
    background-color: #526e7c;
    color: white;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: start;
    cursor: pointer;
    opacity: 0.9;
}

.doc {
    position: relative;
    width: 100%;
    padding: 10px 0;
    margin: 10px 0;
}

.doc .file-item {
    -webkit-transition: all ease-in-out 2s;
    -moz-transition: all ease-in-out 2s;
    -ms-transition: all ease-in-out 2s;
    transition: all ease-in-out 2s;
    position: relative;
    width: 100%;
    display: flex;
    margin: 10px 0;
    height: 4rem;
    align-items: center;
    background: #f0f0f8;
    border-radius: 5px;
    padding: 0 10px 0 0;
}

.doc .file-item .file-icon {
    position: absolute;
    left: 0;
    width: 50px;
    position: absolute;
}

.doc .file-item img {
    position: relative;
    width: 50px;
}

.doc .file-item .file-title {
    padding: 0 55px;
    white-space: nowrap;
    width: 100%;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
}

.doc .file-item:hover .file-title,
.doc .file-item .file-title:hover {
    text-decoration: underline;
    color: #794dce;
}

.doc .file-item .file-actions {
    width: 20px;
    position: absolute;
    right: 10px;
}

.cromo {
    background: #f6f8fb;
    height: 110%;
    width: 200%;
    top: 0;
    bottom: 0;
    left: 250px;
    position: absolute;
    -ms-transform: rotate(50deg); /* IE 9 */
    -webkit-transform: rotate(50deg); /* Safari prior 9.0 */
    transform: rotate(40deg);
}

.big-circle {
    background: rgba(255, 255, 255, 0.4);
    height: 300px;
    width: 300px;
    border-radius: 100%;
    position: absolute;
    top: 30%;
    left: 0;
}

.pyramid {
    background: rgba(2, 56, 51, 0.1);
    height: 100px;
    width: 100px;
    border-radius: 100%;
    position: absolute;
    top: 60%;
    right: -100px;
}

.comic-circle {
    background: rgba(2, 56, 51, 0.1);
    height: 200px;
    width: 200px;
    border-radius: 100%;
    position: absolute;
    top: -100px;
    right: -100px;
}

.app-show,
.accounts-menu {
    min-width: 300px;
    min-height: 300px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    box-shadow: none;
    padding: 0 !important;
}

.app-show {
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: thin;
}

.app-show .b-app {
    width: 29.5%;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    float: left;
    margin: 5px;
    border-radius: 5px;
    cursor: pointer;
    border: 2px solid transparent;
    line-height: 2rem;
}

.app-show .b-app:hover {
    border-color: rgba(2, 56, 51, 0.1);
    background-color: rgba(2, 56, 51, 0.1);
}

.app-show .b-app span {
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
}

.accounts-menu .section {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 3.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.accounts-menu .section a {
    color: #555;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.accounts-menu .section a i {
    margin: 0 7px;
}

.accounts-menu .section.prof {
    padding: 20px 0;
}

.accounts-menu .section.prof img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.19);
}

.accounts-menu .section.prof .absolute-camera-launcher {
    position: absolute;
    background-color: #fff;
    height: 30px;
    width: 30px;
    border-radius: 100%;
    display: flex;
    bottom: 0px;
    right: -5px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #666;
    font-size: 16px;
}

.accounts-menu .section.prof .profile-board {
    position: relative;
}

.accounts-menu .section.prof .accounts-names {
    padding: 15px 0 0 0;
    font-size: 20px;
}

.accounts-menu .section.prof .accounts-mail {
    color: #888;
    font-size: 14px;
}

.accounts-menu .section.prof a {
    border-radius: 3px;
    text-align: center;
    margin: 15px 0 0 0;
}

.accounts-menu .section.ad a {
    color: #555;
}

.accounts-menu .section.si {
    padding: 10px 0;
}

.accounts-menu .section.si a {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 6px 20px;
    color: #555;
    border-radius: 5px;
}

.accounts-menu .section.fu {
    flex-direction: row;
    justify-content: space-around;
}

.accounts-menu .section.fu a {
    margin: 0 10px;
    white-space: nowrap;
    font-size: 12px;
    color: #373656 !important;
}

.accounts-menu .section.fu a:hover {
    color: var(--primary-color) !important;
}

.profile-image-block {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    z-index: 1000;
    animation-name: zoomIn;
    animation-duration: 1s;
    animation-delay: 0s;
}

.profile-image-block .profile-image-content {
    position: relative;
    top: 0;
    left: 0;
    height: auto;
    background-color: #f6f8fb;
    width: 90%;
    display: flex;
    flex-direction: column;
    align-self: center;
    border: 1px solid rgba(0, 0, 0, 0.19);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.profile-image-block .profile-image-content .prifle-block-footer,
.profile-image-block .profile-image-content .prifle-block-header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 30px 10px 20px;
}

.profile-image-block .profile-image-content .headers span {
    cursor: pointer;
    border-bottom: 2px solid transparent;
}

.profile-image-block .profile-image-content .headers span.active {
    border-color: rgba(2, 56, 51, 1);
}

.profile-image-block .profile-image-content .headers .upload-photo {
}

.profile-image-block .profile-image-content .prifle-block-footer span.fade {
    opacity: 0.4;
    cursor: not-allowed;
}

.profile-image-block .prifle-block-body {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.profile-image-block .prifle-block-body .headers {
    padding: 10px 10px 0 10px;
    width: 100%;
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, 0.19);
}

.profile-image-block .prifle-block-body .headers span {
    padding: 0 0 5px 0;
    margin: 0 10px;
}

.profile-image-block .profile-image-content .upload-block,
.profile-image-block .profile-image-content .photo-collection {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #fff;
    padding: 50px 20px;
    position: relative;
    height: 300px;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: thin;
}

.profile-image-block .profile-image-content .photo-collection {
    display: inline-block;
    padding: 20px;
}

.media-block .img-box,
.profile-image-block .profile-image-content .photo-collection .img-box {
    width: 180px;
    height: 200px;
    float: left;
    margin: 10px;
    border-radius: 2px;
    border: 3px solid rgba(0, 0, 0, 0.19);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.19);
    cursor: pointer;
    opacity: 0.9;
    background-color: #fff;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.media-block .img-box:hover,
.profile-image-block .profile-image-content .photo-collection .img-box:hover {
    box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.19);
    transition: border ease-in-out 1s;
}

.media-block .img-box.selected,
.profile-image-block .profile-image-content .photo-collection .img-box.selected {
    border: 3px solid rgba(2, 56, 51, 0.9);
    box-shadow: 0 0 10px rgba(89, 105, 255, 0.9);
}

.media-block .img-box.selected:hover,
.profile-image-block .profile-image-content .photo-collection .img-box.selected:hover {
    box-shadow: 0 0 0 0.25rem rgba(2, 56, 51, 0.9);
    transition: border ease-in-out 1s;
}

.profile-image-block .profile-image-content .upload-block img {
    width: 100px;
}
