/*-----------------------------------------------------------------------------------

    Template Name: Bootstrap 5 Template
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    color: 611232

    01. Template default CSS
    02. Template Spacing CSS
    03. Header CSS
      3.1. Header Nav CSS
      3.2. Header Menu CSS
    04. Offcanvas CSS
    05. Slider CSS
      5.1. Slider CSS
      5.2. Slider Nav CSS
    6. Causes CSS
      6.1. Causes Grid
      6.2. Causes Single
    7. Event CSS
      7.1. Event Grid
      7.2. Event Single
    8. Breadcrumb CSS
    9. About CSS
    10. Pages CSS
    	10.1. About CSS
      10.2. Gellary CSS
      10.3. Donate CSS
      10.4. 404 CSS
      10.5. Faq CSS
    	10.6. Coming Soon CSS
    11. Blog CSS
    12. Footer CSS

-----------------------------------------------------------------------------------*/
body {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-style: normal;
    position: relative;
    visibility: visible;
    overflow-x: hidden;
    color: #454545;
    font-weight: 400;
    line-height: 1.65;
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    color: #1b1b1b;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    line-height: inherit;
}

button,
input {
    overflow: visible;
    border: 0;
    outline: none;
    background: transparent;
    padding: 0;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-size: inherit;
    line-height: inherit;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    background-image: none !important;
    width: 100%;
    padding-left: 20px;
    height: 45px;
    border-radius: 5px;
}

textarea {
    padding-top: 10px;
}

button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}

button:focus,
input:focus,
optgroup:focus,
select:focus,
textarea:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}

a:hover {
    text-decoration: none;
}

a {
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    outline: 0px none;
    text-decoration: none;
    color: #1b1b1b;
}

ul,
ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

li {
    display: inline-block;
}

p:last-child {
    margin: 0;
}

@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

.img-responsive {
    max-width: 100%;
    display: block;
}

.btn-primary {
    background: #611232 none repeat scroll 0 0;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    padding: 0 35px;
    text-transform: uppercase;
    line-height: 48px;
    letter-spacing: 1.2px;
    border-color: #611232;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.btn-hover-light:focus {
    color: #000;
    background-color: #fff;
    border-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-hover-light:hover {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}

.btn-hover-light.active {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}

.btn-hover-dark:focus {
    color: #fff;
    background-color: #000;
    border-color: #000;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-hover-dark:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.btn-hover-dark.active {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.btn-check:active+.btn-primary,
.btn-check:checked+.btn-primary,
.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle {
    background: #0aaac0;
    border-color: #0aaac0;
    color: #fff;
}

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

.ptb-30px {
    padding: 30px 0;
}

.mtb-60px {
    margin: 60px 0;
}

.mtb-50px {
    margin: 50px 0;
}

.ptb-60px {
    padding: 60px 0;
}

.ptb-50px {
    padding: 50px 0;
}

.ptb-40px {
    padding: 40px 0;
}

.ptb-10px {
    padding: 10px 0;
}

.ptb-13px {
    padding: 13px 0;
}

.ptb-20px {
    padding: 20px 0;
}

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

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pt-100px {
        padding-top: 75px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pt-100px {
        padding-top: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .pt-100px {
        padding-top: 50px;
    }
}

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

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pb-100px {
        padding-bottom: 75px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pb-100px {
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .pb-100px {
        padding-bottom: 50px;
    }
}

.mt-30px {
    margin-top: 30px !important;
}

.mt-50px {
    margin-top: 50px !important;
}

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

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

.mt-7px {
    margin-top: 7px;
}

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

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

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

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

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

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

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

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

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

.mb-20px {
    margin-bottom: 20px !important;
}

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

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

.mr-10px {
    margin-right: 10px;
}

.ml-10px {
    margin-left: 10px;
}

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

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

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

.bg-blue {
    background-color: #266cfb;
}

.bg-blue-deep {
    background-color: #0562d6;
}

.bg-blue-light {
    background-color: #146cda;
}

.border-top {
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.bg-white {
    background-color: #fff;
}

.bg-white-2 {
    background-color: #f2f2f2;
}

.bg-black {
    background-color: #1b1b1b !important;
}

.bg-black {
    background-color: #222;
}

.bg-red {
    background-color: #ea1b25;
}

.bg-theme {
    background-color: #611232;
}

.bg-grey {
    background-color: #f1f1f1;
}

.color-grey {
    color: #777777;
}

.color-black {
    color: #1b1b1b !important;
}

.color-white {
    color: #fff;
}

.theme-color {
    color: #611232;
}

.color-yellow {
    color: #fab311;
}

.mr-20px {
    margin-right: 20px;
}

.ml-20px {
    margin-left: 20px;
}

.mr-30px {
    margin-right: 30px !important;
}

.custom-col {
    padding: 0;
}

.pl-60px {
    padding-left: 60px;
}

@media only screen and (max-width: 767px) {
    .pl-60px {
        padding-left: 30px;
    }
}

@media only screen and (max-width: 360px) {
    .pl-60px {
        padding-left: 0px;
    }
}

.pl-45px {
    padding-left: 45px;
}

@media only screen and (max-width: 767px) {
    .pl-45px {
        padding-left: 15px;
    }
}

@media only screen and (max-width: 360px) {
    .pl-45px {
        padding-left: 0px;
    }
}

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

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .padding-30px {
        padding: 20px;
    }
}

.mr-120px {
    margin-right: 120px;
}

.opacity-1 {
    opacity: 1 !important;
}

.slider-animated-1>* {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

.slick-active .slider-animated-1>* {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.slick-active .slider-animated-1>*:nth-child(1) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.slick-active .slider-animated-1>*:nth-child(2) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.slick-active .slider-animated-1>*:nth-child(3) {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.slick-active .slider-animated-1>*:nth-child(4) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.slick-active .slider-animated-1>*:nth-child(5) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

.slick-active .slider-animated-1>*:nth-child(6) {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

/********** Section Title***********/
.section-title {
    position: relative;
    margin-bottom: 40px;
}

.section-title .title {
    position: relative;
    text-transform: uppercase;
    margin: 0;
    display: inline-block;
    vertical-align: top;
    line-height: 28px;
    margin-bottom: 20px;
}

.section-title .title:before {
    content: "";
    position: absolute;
    top: auto;
    bottom: -20px;
    left: 50%;
    width: 60px;
    height: 2px;
    background: #611232;
    margin-left: -30px;
}

.section-title p {
    margin-top: 15px;
    padding: 0 25%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title p {
        padding: 0;
    }
}

@media only screen and (max-width: 767px) {
    .section-title p {
        padding: 0;
        font-size: 14px;
    }
}

.section-title.section-title-left .title:before {
    left: 0%;
    margin-left: 0;
}

.section-title.section-title-left p {
    padding: 0;
    width: 90%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-title.section-title-left p {
        width: 95%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title.section-title-left p {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .section-title.section-title-left p {
        width: 100%;
    }
}

.section-title.section-title-white .title {
    color: #fff;
}

.section-title.section-title-white .title:before {
    background: #fff;
}

.sticky-nav.menu_fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1001;
    -webkit-animation: sticky 1s;
    animation: sticky 1s;
    -webkit-box-shadow: 2px 4px 8px rgba(51, 51, 51, 0.25);
    box-shadow: 2px 4px 8px rgba(51, 51, 51, 0.25);
    padding: 10px 0;
    border: 0;
}

.sticky-nav.menu_fixed.white-bg {
    background-color: #fff;
}

.sticky-nav.menu_fixed.padding-0px {
    padding: 0px;
}

.sticky-nav.menu_fixed.header-style-3 {
    padding: 5px 0;
}

@-webkit-keyframes sticky {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@keyframes sticky {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

#scrollUp {
    width: 50px;
    height: 50px;
    background-color: #611232;
    color: #fff;
    right: 20px;
    bottom: 60px;
    text-align: center;
    overflow: hidden;
    border-radius: 50px;
    z-index: 9811 !important;
    font-size: 32px;
    line-height: 50px;
}

#scrollUp:hover {
    background: #333;
    color: #fff;
    -webkit-box-shadow: 0 0 20px #fff;
    box-shadow: 0 0 20px #fff;
}

.tab-content .tab-pane {
    display: block;
    overflow: hidden;
    height: 0;
    visibility: hidden;
    max-width: 100%;
    opacity: 0;
}

.tab-content .tab-pane.active {
    height: auto;
    visibility: visible;
    opacity: 1;
    overflow: visible;
    -webkit-animation: slickZoomIn 1s;
    animation: slickZoomIn 1s;
}

.shop-category-area .tab-content .tab-pane.active {
    -webkit-animation: none;
    animation: none;
}

.animation {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes slideDownIn {
    0% {
        -webkit-transform: translateY(-20px);
    }

    100% {
        -webkit-transform: translateY(0);
    }

    0% {
        -webkit-transform: translateY(-20);
    }
}

@keyframes slideDownIn {
    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

.slideDownIn {
    -webkit-animation-name: slideDownIn;
    animation-name: slideDownIn;
}

@-webkit-keyframes slideUpIn {
    0% {
        -webkit-transform: translateY(20px);
    }

    100% {
        -webkit-transform: translateY(0);
    }

    0% {
        -webkit-transform: translateY(20px);
    }
}

@keyframes slideUpIn {
    0% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    0% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}

.slideUpIn {
    -webkit-animation-name: slideUpIn;
    animation-name: slideUpIn;
}

:focus {
    outline: -webkit-focus-ring-color auto 0px;
    outline: 0px none;
}

.header-nav {
    padding: 10px 0;
}

.header-nav .follow label {
    font-size: 14px;
    color: #fff;
    margin: 0;
    margin-right: 5px;
    font-weight: 500;
}

.header-nav .follow ul.link-follow li a {
    color: #fff;
    padding: 0 7px;
    font-size: 14px;
}

.header-nav .follow ul.link-follow li a:hover {
    color: #fff;
}

.header-nav .call-to-action ul li {
    margin-left: 15px;
}

.header-nav .call-to-action ul li a {
    font-size: 14px;
    color: #fff;
}

.header-nav .call-to-action ul li a img {
    vertical-align: 0px;
    margin-right: 5px;
}

.header-nav .call-to-action ul li a i {
    margin-right: 5px;
}

.header-nav .call-to-action ul li a:hover {
    color: #fff;
}

.header-nav .call-to-action ul li.offcanvas-userpanel__role {
    position: relative;
}

.header-nav .call-to-action ul li.offcanvas-userpanel__role ul.user-sub-menu-2 {
    position: absolute;
    display: none;
    margin: 0;
    top: 34px !important;
    left: auto !important;
    right: 0;
    min-width: 130px;
    overflow: hidden;
    padding: 0 15px;
    background: #fff;
    border-radius: 0;
    border: none;
    -webkit-box-shadow: 0px 0px 11px 6px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 11px 6px rgba(0, 0, 0, 0.06);
    z-index: 2;
}

.header-nav .call-to-action ul li.offcanvas-userpanel__role ul.user-sub-menu-2 li {
    display: block;
    padding: 0 10px;
    color: #454545;
    line-height: 40px;
    font-size: 14px;
    border-bottom: 1px solid #e5e5e5;
    margin: 0;
}

.header-nav .call-to-action ul li.offcanvas-userpanel__role ul.user-sub-menu-2 li:last-child {
    border: 0;
}

.header-nav .call-to-action ul li.offcanvas-userpanel__role ul.user-sub-menu-2 li a {
    font-size: 14px;
    color: #454545;
}

.header-nav .call-to-action ul li.offcanvas-userpanel__role ul.user-sub-menu-2 li a img {
    vertical-align: 0px;
    margin-right: 5px;
    display: inline-block;
}

.header-nav .call-to-action ul li.offcanvas-userpanel__role ul.user-sub-menu-2 li a:hover {
    color: #611232;
}

.header-menu .header-horizontal-menu {
    margin-left: 15px;
}

.header-menu .header-horizontal-menu li {
    float: left;
    margin-left: 38px;
    padding: 15px 0;
    position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-menu .header-horizontal-menu li {
        margin-left: 24px;
    }
}

.header-menu .header-horizontal-menu li:first-child {
    margin-left: 0;
}

.header-menu .header-horizontal-menu li a {
    display: block;
    padding: 0;
    font-weight: 500;
    font-size: 15px;
    color: #1b1b1b;
    background: transparent;
    text-transform: capitalize;
    line-height: 24px;
    height: 24px;
    position: relative;
}

.header-menu .header-horizontal-menu li a i {
    -webkit-transition: 0s;
    transition: 0s;
}

.header-menu .header-horizontal-menu li a:before {
    position: absolute;
    top: auto;
    bottom: -26px;
    width: 0%;
    height: 2px;
    background-color: #611232;
    content: "";
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.header-menu .header-horizontal-menu li:hover>a {
    color: #611232;
}

.header-menu .header-horizontal-menu li:hover>a:before {
    width: 100%;
}

.header-menu .header-horizontal-menu li.menu-dropdown {
    position: relative;
}

.header-menu .header-horizontal-menu li.menu-dropdown:before {
    position: absolute;
    top: auto;
    width: 100%;
    height: 24px;
    background-color: transparent;
    content: "";
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    bottom: -22px;
}

.header-menu .header-horizontal-menu li.menu-dropdown ul.main-sub-menu {
    position: absolute;
    z-index: 9;
    visibility: hidden;
    opacity: 0;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -webkit-transform: rotateX(-75deg);
    min-width: 205px;
    left: auto !important;
    background: #fff;
    -webkit-box-shadow: 0 0 3.76px 0.24px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3.76px 0.24px rgba(0, 0, 0, 0.15);
    top: 65px;
}

.header-menu .header-horizontal-menu li.menu-dropdown ul.main-sub-menu li {
    display: block;
    margin: 0;
    width: 100%;
    padding: 10px 20px;
    border-bottom: 1px solid #eaeaea;
}

.header-menu .header-horizontal-menu li.menu-dropdown ul.main-sub-menu li:last-child {
    border: 0;
}

.header-menu .header-horizontal-menu li.menu-dropdown ul.main-sub-menu li a {
    color: #1b1b1b;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 14px;
}

.header-menu .header-horizontal-menu li.menu-dropdown ul.main-sub-menu li a:before {
    display: none;
}

.header-menu .header-horizontal-menu li.menu-dropdown ul.main-sub-menu li a i {
    position: absolute;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header-menu .header-horizontal-menu li.menu-dropdown ul.main-sub-menu li:hover>a {
    color: #611232;
    padding-left: 8px;
    opacity: 1;
}

.header-menu .header-horizontal-menu li.menu-dropdown ul.main-sub-menu li.position-static {
    position: relative !important;
}

.header-menu .header-horizontal-menu li.menu-dropdown ul.main-sub-menu li.position-static:hover .main-sub-menu.main-sub-menu-2 {
    -webkit-transform: translateY(-54px);
    transform: translateY(-54px);
    opacity: 1;
    visibility: visible;
}

.header-menu .header-horizontal-menu li.menu-dropdown ul.main-sub-menu.main-sub-menu-2 {
    left: 100% !important;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
    visibility: hidden;
    min-width: 195px;
}

.header-menu .header-horizontal-menu li.menu-dropdown ul.main-sub-menu.main-sub-menu-2 li {
    padding: 10px 0px 10px 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-menu .header-horizontal-menu li.menu-dropdown ul.main-sub-menu.main-sub-menu-2 {
        left: 94% !important;
    }
}

.header-menu .header-horizontal-menu li.menu-dropdown:hover .main-sub-menu {
    opacity: 1;
    visibility: visible;
    transform: rotateX(0);
    -o-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -webkit-transform: rotateX(0);
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    -ms-transition: -ms-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    padding: 0 !important;
}

.nav-icon {
    width: 40px;
    height: 28px;
    position: relative;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    display: block;
    opacity: 1;
}

.nav-icon:hover {
    opacity: 1;
}

.nav-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #611232;
    border-radius: 0px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.nav-icon span:nth-child(1) {
    top: 0px;
}

.nav-icon span:nth-child(2) {
    top: 12px;
}

.nav-icon span:nth-child(3) {
    top: 24px;
}

.nav-icon.open span:nth-child(1) {
    top: 12px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.nav-icon.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

.nav-icon.open span:nth-child(3) {
    top: 12px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.slider-height-1 {
    height: 750px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .slider-height-1 {
        height: 650px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-height-1 {
        height: 550px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-height-1 {
        height: 420px;
    }
}

@media only screen and (max-width: 767px) {
    .slider-height-1 {
        height: 360px;
    }
}

.slider-content-1 .title-disc {
    width: 60%;
    margin-bottom: 30px;
    color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-content-1 .title-disc {
        width: 80%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-content-1 .title-disc {
        width: 90%;
    }
}

@media only screen and (max-width: 767px) {
    .slider-content-1 .title-disc {
        width: 100%;
        font-size: 14px;
    }
}

.slider-content-1 .title {
    text-transform: capitalize;
    font-size: 60px;
    margin-bottom: 20px;
    color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-content-1 .title {
        font-size: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-content-1 .title {
        font-size: 32px;
    }
}

@media only screen and (max-width: 767px) {
    .slider-content-1 .title {
        font-size: 24px;
    }
}

.overly {
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    background-color: #bebebe;
}

.overly.bg-color-none {
    background-color: transparent;
}

.overly:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #000;
    z-index: -1;
    opacity: 0.4;
}

.slider-dots-style .slick-dots {
    position: absolute;
    top: auto;
    left: 50%;
    margin-left: -36px;
    bottom: 30px;
    z-index: 1;
}

.slider-dots-style .slick-dots li {
    font-size: 0;
    width: 14px;
    height: 14px;
    background: #fff;
    margin: 0 5px;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    border: 2px solid transparent;
}

.slider-dots-style .slick-dots li.slick-active {
    background: transparent;
    border-color: #611232;
}

.slider-dots-style .slick-dots li:hover {
    background: #611232;
    border-color: #611232;
}

.slider-dots-style:hover .slick-arrow {
    opacity: 1;
    visibility: visible;
}

.slider-nav-style .slick-arrow {
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: -28px 0 0;
    display: block;
    position: absolute;
    top: 50%;
    cursor: pointer;
    font-size: 24px;
    z-index: 9;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    cursor: pointer;
}

.slider-nav-style .slick-arrow:hover {
    background-color: #611232;
}

.slider-nav-style .slick-arrow.prev {
    left: 20px;
}

.slider-nav-style .slick-arrow.next {
    right: 20px;
}

.slider-nav-style:hover .slick-arrow {
    opacity: 1;
    visibility: visible;
}

.slider-nav-style-1 .slick-arrow {
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 28px;
    z-index: 1;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    color: #fff;
    margin-top: -22.5px;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    opacity: 0;
    cursor: pointer;
}

@media only screen and (max-width: 575px) {
    .slider-nav-style-1 .slick-arrow {
        font-size: 24px;
    }
}

.slider-nav-style-1 .slick-arrow i {
    cursor: pointer;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.slider-nav-style-1 .slick-arrow.next {
    right: 0;
    left: auto;
}

.slider-nav-style-1 .slick-arrow.prev {
    z-index: 2;
}

.slider-nav-style-1 .slick-arrow:hover {
    background-color: #611232;
}

.slider-nav-style-1.slider-nav-style-2 .slick-arrow {
    left: -15px;
    background-color: #333;
}

@media only screen and (max-width: 767px) {
    .slider-nav-style-1.slider-nav-style-2 .slick-arrow {
        left: 0px;
    }
}

.slider-nav-style-1.slider-nav-style-2 .slick-arrow.next {
    right: -15px;
    left: auto;
}

@media only screen and (max-width: 767px) {
    .slider-nav-style-1.slider-nav-style-2 .slick-arrow.next {
        right: 0px;
    }
}

.slider-nav-style-1.slider-nav-style-2 .slick-arrow:hover {
    background-color: #611232;
}

.slider-nav-style-1.slider-nav-style-3 .slick-arrow {
    font-size: 24px;
    top: -56px;
}

.slider-nav-style-1.slider-nav-style-3 .slick-arrow.next {
    right: 20px;
}

.slider-nav-style-1.slider-nav-style-3 .slick-arrow.prev {
    right: 42px;
    z-index: 2;
}

.slider-nav-style-1:hover .slick-arrow {
    opacity: 1;
}

.slider-nav-style-2 .slick-arrow {
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 28px;
    z-index: 1;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background-color: #611232;
    border-radius: 50%;
    color: #fff;
    margin-top: -22.5px;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    opacity: 0;
    cursor: pointer;
}

@media only screen and (max-width: 575px) {
    .slider-nav-style-2 .slick-arrow {
        font-size: 24px;
    }
}

.slider-nav-style-2 .slick-arrow i {
    cursor: pointer;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.slider-nav-style-2 .slick-arrow.next {
    right: 0;
    left: auto;
}

.slider-nav-style-2 .slick-arrow.prev {
    z-index: 2;
}

.slider-nav-style-2 .slick-arrow:hover {
    background-color: #611232;
}

.slider-nav-style-2:hover .slick-arrow {
    opacity: 1;
}

.banner-area .banner-wrapper {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.banner-area .banner-wrapper img {
    width: auto;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    max-width: 100%;
}

.banner-area .banner-wrapper img:hover {
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transform: scale(1.035) rotate(0.05deg);
    transform: scale(1.035) rotate(0.05deg);
}

@media only screen and (max-width: 767px) {
    .banner-area .banner-wrapper img {
        width: 100%;
    }
}

.event-wrapper-slider-item {
    margin: 0 15px;
}

.single-event {
    position: relative;
}

.single-event .event-image a {
    position: relative;
    display: block;
}

.single-event .event-image a:after {
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    content: "";
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0%, rgba(255, 255, 255, 0) 100%);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.single-event .event-content {
    position: absolute;
    top: auto;
    left: 30px;
    bottom: 30px;
    -moz-text-align-last: left;
    text-align-last: left;
    z-index: 2;
}

.single-event .event-content .event-title {
    color: #fff;
    margin: 0 0 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-event .event-content .event-title {
        font-size: 18px;
    }
}

.single-event .event-content .event-date {
    display: inline-block;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}

.single-event .event-content .event-date .fa {
    margin-right: 5px;
    display: inline-block;
}

.single-event:hover img {
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transform: scale(1.035) rotate(0.05deg);
    transform: scale(1.035) rotate(0.05deg);
}

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

.event-dest .event-time {
    margin-right: 10px;
}

.event-dest .fa {
    color: #611232;
    margin-right: 10px;
    font-size: 18px;
}

.pro-pagination-style .li {
    color: #222;
    margin-right: 10px;
}

.pro-pagination-style .page-link {
    font-weight: 400;
    color: #fff;
    padding: 0;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    display: inline-block;
    width: 40px;
    text-align: center;
    vertical-align: top;
    border-radius: 50%;
    border: 0;
    background: #611232;
}

.pro-pagination-style .page-link.active {
    color: #fff;
    background: #000;
}

.pro-pagination-style .page-link:hover {
    color: #fff;
    background: #000;
}

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

.event-single-content .event-single-heading {
    margin: 30px 0 20px 0;
    font-size: 32px;
}

@media only screen and (max-width: 767px) {
    .event-single-content .event-single-heading {
        font-size: 24px;
    }
}

.event-single-content p {
    line-height: 28px;
}

.event-single-content #mapid {
    height: 400px;
    margin: 40px 0;
    overflow: hidden;
}

.event-details {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 33.33% 33.33% auto;
    grid-template-columns: 33.33% 33.33% auto;
    padding: 30px;
    background: #f1f1f1;
}

@media only screen and (max-width: 767px) {
    .event-details {
        display: block;
        -ms-grid-columns: auto;
        grid-template-columns: auto;
    }
}

.event-details .heading {
    margin-bottom: 15px;
}

.event-details .li {
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
}

.event-details .li .span {
    margin-left: 5px;
    font-weight: 400;
}

.event-details .intro {
    margin-bottom: 10px;
}

.event-details .company-name:hover {
    color: #611232;
}

.brand-slider .brand-slider-item img {
    filter: gray;
    -webkit-filter: grayscale(1);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    margin: auto;
    opacity: 0.5;
}

.brand-slider .brand-slider-item:hover img {
    filter: none;
    -webkit-filter: grayscale(0);
    opacity: 1;
}

.footer-area {
    color: #fff;
    background: #222;
}

.footer-area .footer-top {
    padding: 60px 0 40px 0;
}

.footer-area .footer-top .single-wedge .footer-herading {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    color: #fff;
}

.footer-area .footer-top .single-wedge .about-text {
    line-height: 24px;
}

.footer-area .footer-top .single-wedge .need_help .contact-heading {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 20px 0 15px 0;
    display: block;
    color: #fff;
}

.footer-area .footer-top .single-wedge .need_help .phone {
    color: #fff;
    line-height: 24px;
    margin: 0 0 5px;
}

.footer-area .footer-top .single-wedge .need_help .phone .call {
    color: #fff;
    font-weight: 700;
}

.footer-area .footer-top .single-wedge .need_help .phone .contact-link {
    color: #fff;
}

.footer-area .footer-top .single-wedge .need_help .phone .contact-link:hover {
    color: #611232;
}

.footer-area .footer-top .single-wedge .need_help .add {
    color: #fff;
    font-weight: 400;
}

.footer-area .footer-top .single-wedge .need_help .add .address {
    font-weight: 700;
}

.footer-area .footer-top .single-wedge .footer-links .li {
    display: block;
    margin: 0;
    line-height: 1;
    border: 0;
    padding: 0;
    font-weight: 400;
    margin-bottom: 8px;
}

.footer-area .footer-top .single-wedge .footer-links .single-link {
    font-size: 15px;
    line-height: 24px;
    padding: 0;
    display: inline-block;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 0;
    display: inline-block;
    position: relative;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.footer-area .footer-top .single-wedge .footer-links .single-link:hover {
    padding-left: 10px;
    color: #611232;
}

.subscribe-form {
    position: relative;
    margin: 20px 0 0;
}

@media only screen and (max-width: 479px) {
    .subscribe-form {
        margin: 20px 0 15px;
    }
}

.subscribe-form .mc-news {
    position: absolute;
    left: -5000px;
}

.subscribe-form .email {
    display: inline-block;
    vertical-align: top;
    padding: 10px 0;
    padding-right: 45px;
    line-height: 30px;
    height: 40px;
    color: #fff;
    font-size: 15px;
    width: 100%;
    text-transform: capitalize;
    border: 0;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 0;
    -webkit-border-radius: 0;
    text-align: left;
    box-shadow: none;
    -webkit-box-shadow: none;
    padding-left: 15px;
}

.subscribe-form .email::-webkit-input-placeholder {
    color: #fff;
}

.subscribe-form .email::-moz-placeholder {
    color: #fff;
}

.subscribe-form .email:-ms-input-placeholder {
    color: #fff;
}

.subscribe-form .email::-ms-input-placeholder {
    color: #fff;
}

.subscribe-form .email::placeholder {
    color: #fff;
}

.subscribe-form .email:focus {
    border-color: #611232;
}

.subscribe-form .button {
    position: absolute;
    top: 1px;
    left: auto;
    right: 1px;
    width: auto;
    height: auto;
}

.subscribe-form .button .fa {
    line-height: 38px;
    border-radius: 0;
    padding: 0;
    padding: 0 10px;
    font-size: 20px;
    color: #fff;
    background: #611232;
    font-weight: 400;
    position: relative;
}

.footer-bottom {
    background: #191919 none repeat scroll 0 0;
    padding: 16px 0;
}

.footer-bottom .copy-text {
    color: #fff;
}

.footer-bottom .copy-text .company-name {
    color: #fff;
}

.footer-bottom .copy-text .company-name:hover {
    color: #611232;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-bottom .copy-text {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .footer-bottom .copy-text {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 479px) {
    .footer-bottom .copy-text {
        font-size: 13px;
    }
}

.footer-bottom .link-follow .fa {
    color: #fff;
    margin-left: 15px;
    font-size: 15px;
    line-height: 20px;
}

.footer-bottom .link-follow .fa:hover {
    color: #611232;
}

@media only screen and (max-width: 767px) {
    .footer-bottom .text-right {
        text-align: center !important;
    }
}

@media only screen and (max-width: 767px) {
    .footer-bottom .text-left {
        text-align: center !important;
    }
}

body.offcanvas-open {
    overflow: hidden;
}

.offcanvas {
    font-weight: 400;
    position: fixed;
    z-index: 1003;
    top: 0;
    right: 0;
    left: auto;
    display: block;
    overflow: auto;
    width: 400px;
    height: 100%;
    padding: 20px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    visibility: visible;
}

@media only screen and (max-width: 479px) {
    .offcanvas {
        width: 300px;
    }
}

.offcanvas .inner {
    position: relative;
    z-index: 9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.offcanvas .inner .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 25px;
    padding-bottom: 15px;
}

.offcanvas .inner .head .title {
    color: #333;
    font-weight: 700;
    font-size: 16px;
}

.offcanvas .inner .head .offcanvas-close {
    position: relative;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    border: 0;
    background-color: transparent;
}

.offcanvas .inner .head .offcanvas-close::after {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 20px;
    height: 2px;
    content: "";
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #611232;
}

.offcanvas .inner .head .offcanvas-close::before {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 20px;
    height: 2px;
    content: "";
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #611232;
}

.offcanvas .inner .head .offcanvas-close:hover:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.offcanvas .inner .head .offcanvas-close:hover:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.offcanvas .inner .top-header-mobile {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 0px 0 20px 0;
}

.offcanvas .inner .top-header-mobile .contact-link {
    line-height: 1;
}

.offcanvas .inner .top-header-mobile .contact-link .data {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 10px 0;
}

.offcanvas .inner .top-header-mobile .contact-link .data.phone a {
    line-height: 15px;
    padding: 0 20px;
    position: relative;
    display: inline-block;
}

.offcanvas .inner .top-header-mobile .contact-link .data.phone a i {
    display: inline-block;
    vertical-align: -1px;
    margin-right: 5px;
    -webkit-transition: 0s;
    transition: 0s;
}

.offcanvas .inner .top-header-mobile .contact-link .data.phone a:hover {
    color: #611232;
}

.offcanvas .inner .top-header-mobile .contact-link .data.email a {
    color: #333;
    line-height: 15px;
    padding: 0 20px;
    position: relative;
    display: inline-block;
}

.offcanvas .inner .top-header-mobile .contact-link .data.email a i {
    display: inline-block;
    vertical-align: -1px;
    margin-right: 5px;
    -webkit-transition: 0s;
    transition: 0s;
}

.offcanvas .inner .top-header-mobile .contact-link .data.email a:hover {
    color: #611232;
}

.offcanvas .inner .offcanvas-userpanel ul li {
    display: block;
    background: transparent;
    width: 100%;
    text-align: left;
    display: block;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    cursor: pointer;
    text-transform: uppercase;
}

.offcanvas .inner .offcanvas-userpanel ul li.offcanvas-userpanel__role a {
    color: #333;
    display: block;
    border-top: 1px solid #eee;
    padding: 5px 20px;
}

.offcanvas .inner .offcanvas-userpanel ul li.offcanvas-userpanel__role a img {
    margin-right: 5px;
    vertical-align: -1px;
}

.offcanvas .inner .offcanvas-userpanel ul li.offcanvas-userpanel__role a i {
    float: right;
    -webkit-transform: translate(0px, 5px);
    transform: translate(0px, 5px);
    font-size: 20px;
}

.offcanvas .inner .offcanvas-userpanel ul li.offcanvas-userpanel__role a:hover {
    color: #611232;
}

.offcanvas .inner .offcanvas-userpanel ul li.offcanvas-userpanel__role ul.user-sub-menu {
    display: none;
}

.offcanvas .inner .offcanvas-userpanel ul li.offcanvas-userpanel__role ul.user-sub-menu li a {
    display: block;
    padding-left: 30px;
    color: #333;
}

.offcanvas .inner .offcanvas-userpanel ul li.offcanvas-userpanel__role ul.user-sub-menu li a:hover {
    color: #611232;
}

.offcanvas .inner .offcanvas-userpanel ul li.offcanvas-userpanel__role ul.user-sub-menu li a.current {
    color: #611232;
}

.offcanvas .inner .menu-close {
    background: #333;
    color: #fff;
    line-height: 40px;
    height: 40px;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    pointer-events: none;
    position: relative;
}

.offcanvas .inner .menu-close i {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -12px;
    font-size: 24px;
}

.offcanvas .inner .offcanvas-menu ul li {
    position: relative;
    display: block;
    line-height: 28px;
}

.offcanvas .inner .offcanvas-menu ul li a {
    display: block;
    padding: 5px 20px;
    text-transform: capitalize;
    color: #454545;
    border-top: 1px solid #eee;
    font-weight: 700;
}

.offcanvas .inner .offcanvas-menu ul li .sub-menu {
    position: static;
    top: auto;
    display: none;
    visibility: visible;
    width: 100%;
    min-width: auto;
    padding: 0;
    -webkit-transition: none;
    transition: none;
    opacity: 1;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.offcanvas .inner .offcanvas-menu ul li .sub-menu li {
    line-height: inherit;
    position: relative;
}

.offcanvas .inner .offcanvas-menu ul li .sub-menu li a {
    text-transform: capitalize;
    font-weight: 500;
    padding-left: 30px;
    padding-right: 50px;
    display: block;
    border-top: 1px solid #eee;
    font-size: 14px;
}

.offcanvas .inner .offcanvas-menu ul li .sub-menu li:last-child>a {
    border-bottom: 0px solid #eee;
}

.offcanvas .inner .offcanvas-menu ul li .menu-expand {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 20px;
    width: 24px;
    height: 44px;
    cursor: pointer;
    background-color: transparent;
}

.offcanvas .inner .offcanvas-menu ul li:hover>a {
    color: #611232;
}

.offcanvas .inner .offcanvas-menu ul li:hover>span.menu-expand:before {
    background: #611232;
}

.offcanvas .inner .offcanvas-menu ul li:hover>span.menu-expand:after {
    background: #611232;
}

.offcanvas .inner .offcanvas-menu ul li:last-child>a {
    border-bottom: 1px solid #eee;
}

.offcanvas .inner .offcanvas-social li {
    display: inline-block;
    margin: 0 10px 10px 0;
    line-height: 40px;
    padding: 0;
}

@media only screen and (max-width: 479px) {
    .offcanvas .inner .offcanvas-social li {
        margin: 0 5px 10px 0;
    }
}

.offcanvas .inner .offcanvas-social li a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    background: #611232;
    padding: 0;
    line-height: 40px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    text-align: center;
    border: none;
    z-index: 1;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

@media only screen and (max-width: 479px) {
    .offcanvas .inner .offcanvas-social li a {
        font-size: 14px;
        line-height: 35px;
        width: 35px;
        height: 35px;
    }
}

.offcanvas .inner .offcanvas-social li a:hover {
    background: #611232;
    color: #fff;
}

.offcanvas .inner .offcanvas-social li:first-child {
    margin-left: 20px;
}

.offcanvas-menu>ul>li .menu-expand {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 24px;
    height: 44px;
    cursor: pointer;
    background-color: transparent;
}

.offcanvas.offcanvas-mobile-menu {
    right: auto;
    left: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    padding: 0;
    width: 350px;
}

@media only screen and (max-width: 479px) {
    .offcanvas.offcanvas-mobile-menu {
        width: 300px;
    }
}

.offcanvas-menu>ul>li .menu-expand::before,
.offcanvas-menu>ul>li .menu-expand::after {
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 7px);
    width: 14px;
    height: 2px;
    content: "";
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    background-color: #333;
}

.offcanvas-menu>ul>li .menu-expand::after {
    -webkit-transform: rotate(90deg) scale(0.75);
    transform: rotate(90deg) scale(0.75);
}

.offcanvas-menu>ul>li.active>.menu-expand::after {
    -webkit-transform: rotate(0) scale(0.75);
    transform: rotate(0) scale(0.75);
}

.offcanvas-menu>ul>li .sub-menu li.active>.menu-expand::after {
    -webkit-transform: rotate(0) scale(0.75);
    transform: rotate(0) scale(0.75);
}

.offcanvas.offcanvas-mobile-menu.offcanvas-open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.offcanvas.offcanvas-mobile-menu .inner .head {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.offcanvas.offcanvas-mobile-menu .inner .head .offcanvas-close {
    position: absolute;
    right: 20px;
    top: 20px;
}

.offcanvas-overlay {
    position: fixed;
    z-index: 1002;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
}

.offcanvas.offcanvas-open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.mobile-menu-toggle {
    font-size: 32px;
    margin-left: 12%;
}

.mobile-menu-toggle a {
    color: #611232;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mb-md-30px {
        margin-bottom: 30px;
    }

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

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

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

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

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

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

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

    .mt-md-0 {
        margin-top: 0 !important;
    }

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

    .ml-md-0px {
        margin-left: 0 !important;
    }
}

@media only screen and (max-width: 767px) {
    .mb-lm-30px {
        margin-bottom: 30px;
    }

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

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

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

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

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

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

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

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

    .mb-lm-100px {
        margin-bottom: 100px;
    }

    .mtb-lm-25px {
        margin: 25px 0;
    }

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

    .ml-lm-0px {
        margin-left: 0 !important;
    }
}

@media only screen and (max-width: 575px) {
    .mb-sm-30px {
        margin-bottom: 30px;
    }

    .mb-sm-0px {
        margin-bottom: 0px;
    }

    .w-sm-100 {
        width: 100%;
    }
}

.breadcrumb-area {
    height: 340px;
    position: relative;
    background: #f5f5f5;
    z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumb-area {
        height: 240px;
    }
}

@media only screen and (max-width: 767px) {
    .breadcrumb-area {
        height: 240px;
    }
}

.breadcrumb-area .breadcrumb-content h2 {
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
    .breadcrumb-area .breadcrumb-content h2 {
        font-size: 28px;
    }
}

.breadcrumb-area .breadcrumb-content .nav {
    background: transparent;
    padding: 0 0 0 0;
    margin: 0;
    font-size: 16px;
    display: block;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .breadcrumb-area .breadcrumb-content .nav {
        padding: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumb-area .breadcrumb-content .nav {
        padding: 0;
    }
}

@media only screen and (max-width: 767px) {
    .breadcrumb-area .breadcrumb-content .nav {
        padding: 0;
    }
}

.breadcrumb-area .breadcrumb-content .nav li {
    color: #611232;
    line-height: 20px;
    position: relative;
}

.breadcrumb-area .breadcrumb-content .nav li:after {
    padding: 0 5px 0 10px;
    color: #ccc;
    content: "/";
}

.breadcrumb-area .breadcrumb-content .nav li a {
    display: inline-block;
    color: #fff;
}

.breadcrumb-area .breadcrumb-content .nav li a:hover {
    color: #611232;
}

.breadcrumb-area .breadcrumb-content .nav li:last-child:after {
    display: none;
}

.breadcrumb-area::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.9)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: -1;
}

.about-content p {
    margin-right: 40px;
    line-height: 26px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-content p {
        margin-right: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .about-content p {
        margin-right: 0px;
    }
}

.single-about {
    text-align: center;
    overflow: hidden;
    position: relative;
}

.single-about:after {
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    content: "";
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0%, rgba(255, 255, 255, 0) 100%);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.single-about img {
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.single-about .title-text {
    color: #fff;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    z-index: 1;
}

.single-about:hover img {
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transform: scale(1.035) rotate(0.05deg);
    transform: scale(1.035) rotate(0.05deg);
}

.single-project .counter {
    font-size: 40px;
    font-weight: 700;
    margin: 0 0 10px;
    display: block;
    color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-project .counter {
        font-size: 32px;
    }
}

@media only screen and (max-width: 767px) {
    .single-project .counter {
        font-size: 24px;
    }
}

.single-project .counter-heading {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-project .counter-heading {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .single-project .counter-heading {
        font-size: 15px;
    }
}

.video-block {
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    position: relative;
    overflow: hidden;
    z-index: 2;
    border-radius: 5px;
}

.video-block .thumb-image {
    z-index: 1;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.video-block .icon {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.video-block:hover .thumb-image {
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transform: scale(1.035) rotate(0.05deg);
    transform: scale(1.035) rotate(0.05deg);
}

.working-progress {
    margin-left: 20px;
}

.working-progress .working-heading {
    margin: 0 0 20px;
}

.working-progress .progess-headind {
    font-size: 15px;
    font-weight: 700;
    color: #1b1b1b;
    margin: 0 0 10px;
    display: block;
}

.working-progress .progress-single-item {
    margin: 0 0 20px;
}

.working-progress .progress-single-item .progress {
    height: 6px;
}

.working-progress .progress-single-item .progress .progress-bar {
    background-color: #611232;
}

.working-progress .progress-single-item:last-child {
    margin: 0;
}

.blog-wrapper-slider-item {
    margin: 0 15px;
}

.single-blog {
    border: 1px solid #e9e9e9;
    position: relative;
}

.single-blog .blog-image {
    overflow: hidden;
}

.single-blog .blog-image img {
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.single-blog:hover .blog-image img {
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transform: scale(1.035) rotate(0.05deg);
    transform: scale(1.035) rotate(0.05deg);
}

.single-blog .blog-text {
    padding: 20px 25px;
}

@media only screen and (max-width: 575px) {
    .single-blog .blog-text {
        padding-right: 15px;
    }
}

.single-blog .blog-text .blog-heading {
    margin: 10px 0;
    font-size: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-blog .blog-text .blog-heading {
        font-size: 19px;
    }
}

.single-blog .blog-text .blog-heading .blog-heading-link:hover {
    color: #611232;
}

.single-blog .blog-text .blog-detail-text {
    margin: 10px 0;
}

.single-blog .blog-athor-date {
    font-size: 14px;
}

.single-blog .blog-athor-date .blog-athor {
    margin-right: 20px;
    position: relative;
    color: #454545;
}

.single-blog .blog-athor-date .blog-athor:hover {
    color: #611232;
}

.single-blog .blog-athor-date .blog-athor:before {
    position: absolute;
    top: 50%;
    left: auto;
    right: -14px;
    background: #333;
    width: 5px;
    height: 1px;
    content: "";
}

.single-blog .blog-athor-date .blog-date {
    color: #454545;
}

.single-blog .blog-athor-date .blog-date:hover {
    color: #611232;
}

.single-blog.single-blog-2 .blog-text {
    padding: 25px 0;
}

.single-blog.single-blog-2 .blog-text .blog-text-inner {
    padding: 0 25px;
}

.single-blog.single-blog-2 .blog-text .blog-text-inner>a {
    font-size: 14px;
    font-weight: 700;
}

.single-blog.single-blog-2 .blog-text .blog-text-inner>a:hover {
    color: #611232;
}

.single-blog.single-blog-2 .blog-text .blog-info {
    padding: 25px 25px 0px 25px;
    border-top: 1px solid #e9e9e9;
}

.single-blog.single-blog-2 .blog-text .blog-info .read-button a {
    display: inline-block;
    margin: 0;
    width: 90px;
    font-weight: 700;
}

.single-blog.single-blog-2 .blog-text .blog-info .read-button a i {
    -webkit-transform: translate(2px, 1.3px);
    transform: translate(2px, 1.3px);
}

.single-blog.single-blog-2 .blog-text .blog-info .read-button a:hover {
    padding-left: 5px;
}

.single-blog.single-blog-2 .blog-text .blog-info .comment {
    width: 100%;
}

.left-sidebar .search-widget {
    position: relative;
}

.left-sidebar input {
    border: 1px solid #ebebeb;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .left-sidebar input {
        font-size: 12px;
        padding-left: 10px;
    }
}

.left-sidebar button {
    position: absolute;
    width: 50px;
    left: auto;
    right: 0;
    font-size: 20px;
    line-height: 45px;
    text-align: center;
    border-radius: 0px 5px 5px 0px;
    background-color: #611232;
    color: #fff;
    padding: 0;
}

.left-sidebar button:hover {
    background-color: #000;
}

.left-sidebar .category-post li {
    margin-bottom: 10px;
    display: block;
}

.left-sidebar .category-post li a {
    color: #454545;
    line-height: 24px;
    position: relative;
    display: block;
}

.left-sidebar .category-post li a:before {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 60%;
    margin: auto;
    content: "";
    background: #ebebeb;
    height: 1px;
}

.left-sidebar .category-post li a:hover {
    color: #611232;
}

.left-sidebar .category-post li:last-child {
    margin: 0;
}

.left-sidebar .recent-post-widget .recent-single-post {
    margin: 0 0 30px;
}

.left-sidebar .recent-post-widget .recent-single-post .thumb-side img {
    width: 90px;
    height: 90px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.left-sidebar .recent-post-widget .recent-single-post .media-side {
    margin: 0 0 0 18px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 24px;
}

.left-sidebar .recent-post-widget .recent-single-post .media-side a {
    font-size: 15px;
    font-weight: 700;
}

.left-sidebar .recent-post-widget .recent-single-post .media-side a:hover {
    color: #611232;
}

.left-sidebar .recent-post-widget .recent-single-post .media-side span {
    font-size: 14px;
}

.flicker-widget li {
    margin-right: 10px;
    margin-bottom: 10px;
}

.flicker-widget img {
    height: 70px;
    width: 70px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.single-blog-post {
    line-height: 24px;
}

.single-blog-post .blog-post-media {
    overflow: hidden;
}

.single-blog-post .blog-post-media .blog-image img {
    height: 300px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.single-blog-post .blog-post-media iframe {
    height: 300px;
    width: 100%;
    position: relative;
    border: 0px;
}

.single-blog-post .blog-post-media .blog-post-video .thumb-image {
    height: 300px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.single-blog-post .blog-post-media .blog-post-video .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.single-blog-post .slick-slide:focus {
    outline: 0px none;
}

.single-blog-post .blog-gallery .slick-slide img {
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.single-blog-post .blog-gallery .slick-arrow {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    cursor: pointer;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 39px;
    background: #ebebeb;
    border-radius: 50%;
    color: #1b1b1b;
}

.single-blog-post .blog-gallery .slick-arrow:hover {
    background-color: #611232;
}

.single-blog-post .blog-gallery .slick-arrow:hover i {
    color: #fff;
}

.single-blog-post .blog-gallery .slick-arrow.next {
    left: auto;
    right: 0;
}

.single-blog-post .blog-gallery .slick-arrow i {
    font-size: 20px;
}

.single-blog-post .blog-gallery:hover .slick-arrow {
    visibility: visible;
    opacity: 1;
    left: 20px;
}

.single-blog-post .blog-gallery:hover .slick-arrow.next {
    left: auto;
    right: 20px;
}

.single-blog-post.blog-list-post .blog-post-media .blog-image img {
    height: 300px;
}

.single-blog-post.blog-list-post .blog-post-media iframe {
    width: 100%;
    position: relative;
    height: 300px;
}

.single-blog-post.blog-list-post .blog-post-media .blog-gallery .slick-slide img {
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.single-blog-page .single-blog-post .blog-image img {
    height: auto;
}

.single-blog-page .single-blog-post .blog-post-content-inner .blog-title {
    font-size: 32px;
}

@media only screen and (max-width: 767px) {
    .single-blog-page .single-blog-post .blog-post-content-inner .blog-title {
        font-size: 24px;
    }
}

.blog-post-content-inner .blog-title {
    font-size: 20px;
}

.blog-post-content-inner .blog-title a:hover {
    color: #611232;
}

.blog-post-content-inner .blog-athor-date {
    font-size: 14px;
}

.blog-post-content-inner .blog-athor-date .blog-athor {
    margin-right: 20px;
    position: relative;
    color: #454545;
}

.blog-post-content-inner .blog-athor-date .blog-athor:hover {
    color: #611232;
}

.blog-post-content-inner .blog-athor-date .blog-athor:before {
    position: absolute;
    top: 50%;
    left: auto;
    right: -14px;
    background: #333;
    width: 5px;
    height: 1px;
    content: "";
}

.blog-post-content-inner .blog-athor-date .blog-date {
    color: #454545;
}

.blog-post-content-inner .blog-athor-date .blog-date:hover {
    color: #611232;
}

.blog-post-content-inner p {
    line-height: 28px;
    margin-top: 15px;
}

.blog-post-content-inner .read-more-btn {
    font-size: 14px;
    text-transform: capitalize;
    line-height: 1;
    position: relative;
    display: inline-block;
}

.blog-post-content-inner .read-more-btn i {
    color: #611232;
    font-size: 16px;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transform: translate(2px, 2px);
    transform: translate(2px, 2px);
    display: inline-block;
}

.blog-post-content-inner .read-more-btn:hover {
    padding-left: 10px;
    color: #611232;
}

.single-post-content p {
    margin: 20px 0;
    line-height: 28px;
}

.single-post-content p.quate-speech {
    margin-left: 100px;
    margin-right: 100px;
    padding: 10px 15px;
    font-size: 18px;
    line-height: 30px;
    font-style: italic;
    border-left: 3px solid #611232;
}

@media only screen and (max-width: 767px) {
    .single-post-content p.quate-speech {
        margin-left: 50px;
        margin-right: 50px;
    }
}

@media only screen and (max-width: 575px) {
    .single-post-content p.quate-speech {
        margin-right: 0px;
    }
}

.blog-single-tags-share {
    margin-bottom: 35px;
    line-height: 24px;
}

.blog-single-tags-share span.title {
    font-weight: 700;
}

.blog-single-tags-share .tag-list li {
    display: inline-block;
    margin-left: 5px;
}

.blog-single-tags-share .tag-list li a {
    color: #454545;
}

.blog-single-tags-share .tag-list li a:hover {
    color: #611232;
}

.blog-single-tags-share .social li {
    display: inline-block;
    margin-left: 10px;
    font-size: 16px;
}

.blog-single-tags-share .social li a {
    color: #454545;
}

.blog-single-tags-share .social li a:hover {
    color: #611232;
}

.comment-area {
    line-height: 24px;
    margin-top: 35px;
}

.comment-area .comment-heading {
    font-size: 18px;
    text-transform: capitalize;
    line-height: 16px;
    margin: 0 0 40px;
}

.comment-area .single-review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 50px;
}

@media only screen and (max-width: 767px) {
    .comment-area .single-review {
        display: block;
    }
}

.comment-area .single-review .review-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    margin: 0 15px 0 0;
}

@media only screen and (max-width: 767px) {
    .comment-area .single-review .review-img {
        margin: 0 0 20px 0;
    }
}

.comment-area .single-review .review-content {
    padding: 30px;
    border: 1px solid #ebebeb;
    border-radius: 5px;
}

.comment-area .single-review .review-content .review-top-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.comment-area .single-review .review-content .review-top-wrap .review-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.comment-area .single-review .review-content .review-top-wrap .review-left .review-name .title {
    font-size: 18px;
}

.comment-area .single-review .review-content .review-top-wrap .review-left a {
    color: #454545;
}

.comment-area .single-review .review-content .review-top-wrap .review-left a:hover {
    color: #611232;
}

.comment-area .single-review .review-content p {
    margin: 0;
    width: 93%;
}

@media only screen and (max-width: 479px) {
    .comment-area .single-review .review-content p {
        width: 100%;
    }
}

.comment-area .single-review.child-review {
    margin-left: 70px;
}

@media only screen and (max-width: 767px) {
    .comment-area .single-review.child-review {
        margin-left: 0px;
    }
}

.blog-comment-form {
    line-height: 24px;
}

.blog-comment-form .comment-heading {
    font-size: 18px;
    text-transform: capitalize;
    line-height: 16px;
    margin: 0 0 20px;
}

@media only screen and (max-width: 767px) {
    .blog-comment-form .single-form {
        margin-bottom: 20px;
    }
}

.blog-comment-form .single-form input {
    border: 1px solid #e6e6e6;
}

.blog-comment-form .single-form textarea {
    height: 180px;
    margin-bottom: 20px;
    border: 1px solid #e6e6e6;
}

.main-blog-page .shop-sidebar-wrap .sidebar-widget {
    padding: 0;
}

.main-blog-page .shop-sidebar-wrap .sidebar-title {
    text-transform: capitalize;
    position: relative;
    margin-top: 0;
    font-size: 18px;
    font-weight: 400;
}

.main-blog-page .shop-sidebar-wrap .sidebar-title:after {
    content: "";
    background: #e5e5e5;
    height: 1px;
    width: 100%;
    position: absolute;
    top: 31%;
    left: 0;
}

.main-blog-page .shop-sidebar-wrap .sidebar-title span {
    padding-right: 20px;
    line-height: 1;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
    background: #fff;
    z-index: 2;
}

.main-blog-page .shop-sidebar-wrap .sidebar-widget-tag li {
    line-height: 1;
    float: left;
    list-style: none;
}

.main-blog-page .shop-sidebar-wrap .sidebar-widget-tag li a {
    display: block;
    float: left;
    padding: 0 20px;
    line-height: 33px;
    font-weight: 400;
    border: 1px solid #ebebeb;
    border-radius: 30px;
    background: #fff;
    margin: 4px;
    text-transform: capitalize;
    color: #454545;
}

.main-blog-page .shop-sidebar-wrap .sidebar-widget-tag li a:hover {
    background-color: #611232;
    border-color: #611232;
    color: #fff;
}

.main-blog-page .shop-sidebar-wrap .sidebar-widget-tag li:first-child a {
    margin-left: 0;
}

.pro-pagination-style.blog-pagination .pages {
    float: none;
}

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

.gmap_canvas iframe {
    overflow: hidden;
    background: none !important;
    height: 500px;
    width: 100%;
}

.custom-row-2 .title {
    font-size: 24px;
    margin-bottom: 30px;
}

.contact-info-wrap {
    background-color: #f5f5f5;
    padding: 50px 40px;
    height: 100%;
}

.contact-info-wrap .single-contact-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}

.contact-info-wrap .single-contact-info .contact-info-inner {
    width: 80px;
}

.contact-info-wrap .single-contact-info .contact-info-inner .sub-title {
    display: inline-block;
    font-weight: 700;
}

.contact-info-wrap .single-contact-info .contact-info-dec p {
    margin: 0;
    color: #454545;
}

.contact-info-wrap .single-contact-info .contact-info-dec p a {
    color: #454545;
}

.contact-info-wrap .single-contact-info .contact-info-dec p a:hover {
    color: #611232;
}

.contact-info-wrap .contact-social .title {
    font-size: 20px;
    margin: 30px 0 17px;
}

.contact-info-wrap .contact-social .social-info a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #454545;
    font-size: 20px;
    padding: 0;
    line-height: 36px;
    border-radius: 100%;
    text-align: center;
    border: none;
    z-index: 1;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    margin-right: 15px;
}

.contact-info-wrap .contact-social .social-info a:hover {
    color: #611232;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-info-wrap {
        padding: 50px 27px;
    }
}

@media only screen and (max-width: 767px) {
    .contact-info-wrap {
        padding: 50px 20px;
    }
}

.contact-form {
    background-color: #f5f5f5;
    padding: 50px 40px;
}

.contact-form .contact-form-style input,
.contact-form .contact-form-style textarea {
    background: transparent;
    border: 1px solid #c1c1c1;
    margin-bottom: 30px;
    color: #454545;
}

.contact-form .contact-form-style textarea {
    margin-bottom: 0;
    height: 200px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-form .contact-form-style textarea {
        height: 130px;
    }
}

.contact-form p {
    color: #454545;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-form {
        padding: 50px 27px;
    }
}

@media only screen and (max-width: 767px) {
    .contact-form {
        padding: 50px 20px;
    }
}

.testimonial-area {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonial-area .testimonial-slider-wrapper .testimonial-slider-item {
    text-align: center;
}

.testimonial-area .testimonial-slider-wrapper .testimonial-slider-item .img_author {
    margin-bottom: 20px;
    display: inline-block;
}

.testimonial-area .testimonial-slider-wrapper .testimonial-slider-item .img_author img {
    width: 111px;
    height: 111px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.testimonial-area .testimonial-slider-wrapper .testimonial-slider-item .des_testimonial {
    font-weight: 400;
    color: #fff;
    max-width: 700px;
    margin: auto;
    margin-bottom: 30px;
    font-style: italic;
    font-size: 20px;
}

.testimonial-area .testimonial-slider-wrapper .testimonial-slider-item .des_inner {
    display: inline-block;
    text-align: center;
    position: relative;
}

.testimonial-area .testimonial-slider-wrapper .testimonial-slider-item .des_inner .des_namepost {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    display: block;
    text-transform: capitalize;
    display: inline-block;
    color: #fff;
    margin: 0 0 10px;
}

.testimonial-area .testimonial-slider-wrapper .testimonial-slider-item .des_inner .des_email {
    font-weight: 500;
    font-size: 14px;
    line-height: 13px;
    text-transform: capitalize;
    color: #fff;
}

.testimonial-area .testimonial-slider-wrapper-2 {
    margin: 0 -15px;
}

.testimonial-area .testimonial-slider-wrapper-2 .testimonial-slider-item {
    padding: 20px 20px 0px 20px;
    text-align: left;
    margin: 0 15px;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.testimonial-area .testimonial-slider-wrapper-2 .testimonial-slider-item .img_author {
    margin-bottom: 0px;
    display: inline-block;
}

.testimonial-area .testimonial-slider-wrapper-2 .testimonial-slider-item .img_author img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.testimonial-area .testimonial-slider-wrapper-2 .testimonial-slider-item .des_testimonial {
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    text-transform: capitalize;
    color: #333;
    max-width: 700px;
    margin: auto;
    margin-bottom: 25px;
    font-style: italic;
}

.testimonial-area .testimonial-slider-wrapper-2 .testimonial-slider-item .des_inner {
    display: -ms-grid;
    display: grid;
    text-align: left;
    position: relative;
    -ms-grid-columns: 100px auto;
    grid-template-columns: 100px auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 30px;
}

.testimonial-area .testimonial-slider-wrapper-2 .testimonial-slider-item .des_inner:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0%;
    width: 40px;
    height: 2px;
    background: #e6e6e6;
}

.testimonial-area .testimonial-slider-wrapper-2 .testimonial-slider-item .des_inner .des_namepost {
    position: relative;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    display: block;
    text-transform: capitalize;
    display: inline-block;
    color: #333;
    margin: 0 0 5px;
}

.testimonial-area .testimonial-slider-wrapper-2 .testimonial-slider-item .des_inner .reating-post {
    color: #f7d807;
}

.testimonial-area .testimonial-slider-wrapper-2 .testimonial-slider-item .des_inner .des_email {
    font-weight: 500;
    font-size: 14px;
    line-height: 13px;
    text-transform: capitalize;
    color: #333;
}

.faq-area .inner-descripe {
    margin-bottom: 30px;
}

.faq-area .inner-descripe .title {
    font-size: 24px;
    margin: 0 0 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .faq-area .inner-descripe .title {
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .faq-area .inner-descripe .title {
        font-size: 20px;
    }
}

.faq-area .inner-descripe p {
    line-height: 28px;
}

.faq-area .single-my-account h3.panel-title {
    border-bottom: 0;
    text-transform: capitalize;
}

.faq-area .single-my-account h3.panel-title a {
    border-bottom: 0px solid #ebebeb;
}

.faq-area .single-my-account h3.panel-title a:before {
    font-family: FontAwesome;
    content: "\f107";
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -14px;
}

@media only screen and (max-width: 767px) {
    .faq-area .single-my-account h3.panel-title a {
        padding: 12px 38px;
    }
}

@media only screen and (max-width: 575px) {
    .faq-area .single-my-account h3.panel-title a {
        font-size: 13px;
    }
}

@media only screen and (max-width: 767px) {
    .faq-area .single-my-account h3.panel-title span {
        top: 10px;
    }
}

.faq-area .single-my-account h3.panel-title a[aria-expanded=true] {
    color: #611232;
    border-bottom: 1px solid #ebebeb;
}

.faq-area .single-my-account .panel-body {
    padding: 20px;
}

.single-my-account {
    margin-bottom: 20px;
    border: 1px solid #ebebeb;
}

.single-my-account:last-child {
    margin-bottom: 0;
}

.single-my-account h3.panel-title {
    background-color: #f9f9f9;
    border-bottom: 1px solid #ebebeb;
    font-size: 15px;
    margin: 0;
    position: relative;
    text-transform: uppercase;
    line-height: 2;
}

.single-my-account h3.panel-title span {
    left: 20px;
    position: absolute;
    top: 16px;
}

@media only screen and (max-width: 767px) {
    .single-my-account h3.panel-title span {
        top: 10px;
    }
}

.single-my-account h3.panel-title a {
    display: block;
    padding: 16px 45px;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .single-my-account h3.panel-title a {
        padding: 12px 38px;
    }
}

@media only screen and (max-width: 575px) {
    .single-my-account h3.panel-title a {
        font-size: 12px;
    }
}

.single-my-account h3.panel-title a:hover {
    color: #611232;
}

/* 27. coming soon css here */
.coming_soon_area {
    height: 100vh;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    background-image: url(../images/coming-soon-bg/coming-soon.jpg);
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.coming_soon_area::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.15;
}

.coming_soon_title {
    text-align: center;
    margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
    .coming_soon_title {
        margin-bottom: 36px;
    }
}

.coming_soon_title .title {
    font-size: 40px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
    .coming_soon_title .title {
        font-size: 22px;
        line-height: 22px;
        margin-bottom: 11px;
    }
}

.coming_soon_title p {
    color: #fff;
    font-size: 15px;
    max-width: 730px;
    margin: 0 auto;
    line-height: 24px;
}

.coming_soon_timing {
    text-align: center;
    margin: 57px 0 42px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .coming_soon_timing {
        margin: 50px 0 30px;
    }
}

@media only screen and (max-width: 767px) {
    .coming_soon_timing {
        margin: 34px 0 22px;
    }
}

.coming_soon_timing span.cdown {
    display: inline-block;
    margin-right: 35px;
    background: inherit;
    font-size: 26px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    margin-bottom: 8px;
    width: 60px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding-top: 0;
}

@media only screen and (max-width: 575px) {
    .coming_soon_timing span.cdown {
        margin-right: 15px;
        width: 50px;
        font-size: 20px;
    }
}

.coming_soon_timing span.cdown:last-child {
    margin-right: 0;
}

.coming_soon_timing span p {
    font-size: 13px;
    text-transform: capitalize;
    color: #fff;
}

.coming_soon_newsletter {
    text-align: center;
}

.coming_soon_newsletter .subscribe_form {
    margin-top: 0;
}

.coming_soon_newsletter .subscribe_form form {
    margin: 0 auto;
    width: 600px;
    background: inherit;
    border: 1px solid #efefef;
    border-radius: 50px;
    position: relative;
    text-align: left;
}

@media only screen and (max-width: 767px) {
    .coming_soon_newsletter .subscribe_form form {
        width: 100%;
    }
}

.coming_soon_newsletter .subscribe_form form input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
}

.coming_soon_newsletter .subscribe_form form input::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}

.coming_soon_newsletter .subscribe_form form input:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
}

.coming_soon_newsletter .subscribe_form form input:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}

.coming_soon_newsletter .subscribe_form form input {
    color: #fff;
    font-size: 14px;
    padding: 0 140px 0 28px;
    background: inherit;
    height: 48px;
    border: 0;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .coming_soon_newsletter .subscribe_form form input {
        padding: 0 106px 0 18px;
        height: 45px;
    }
}

.coming_soon_newsletter .subscribe_form form button {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    background: inherit;
    color: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -24px;
    width: 120px;
    height: 48px;
}

.coming_soon_newsletter .subscribe_form form button:hover {
    color: #611232;
}

.coming_soon_newsletter .subscribe_form form button::before {
    content: "";
    background: #fff;
    width: 2px;
    position: absolute;
    bottom: 8px;
    top: 8px;
    left: 0;
    height: 30px;
}

@media only screen and (max-width: 767px) {
    .coming_soon_newsletter .subscribe_form form button {
        font-size: 13px;
    }
}

.coming_soon_newsletter h3 {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px;
    letter-spacing: 2px;
    text-transform: capitalize;
}

@media only screen and (max-width: 767px) {
    .coming_soon_newsletter h3 {
        letter-spacing: 1px;
    }
}

.coming_soon_newsletter .mailchimp-error {
    text-align: center;
    color: #fff;
}

.coming_soon_newsletter .mailchimp-success {
    text-align: center;
    color: #fff;
}

.coming_soon_logo {
    margin-bottom: 32px;
}

@media only screen and (max-width: 575px) {
    .coming_soon_logo {
        margin-bottom: 25px;
    }
}

.coming_soon_container {
    position: relative;
}

.causes-wrapper .inner-image img {
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.causes-wrapper .causes-content {
    padding: 25px 0px 0px 0px;
}

.causes-wrapper .causes-content .causes-link:hover {
    color: #611232;
}

.causes-wrapper .causes-content .causes-text {
    margin: 15px 0 0;
}

.causes-wrapper .causes-content .causes-donation {
    margin-top: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.causes-wrapper .causes-content .causes-donation .donate-btn {
    font-weight: 500;
}

.causes-wrapper .causes-content .causes-donation .donate-btn i {
    margin-right: 5px;
}

.causes-wrapper .causes-content .causes-donation .donate-btn:hover {
    color: #611232;
}

.causes-wrapper .causes-content .causes-donation .donation-amount {
    font-weight: 700;
}

.causes-wrapper:hover .inner-image img {
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transform: scale(1.035) rotate(0.05deg);
    transform: scale(1.035) rotate(0.05deg);
}

.causes-wrapper .progress {
    height: 6px;
    margin-top: 10px;
}

.causes-wrapper .progress .progress-bar {
    background: #611232;
}

.causes-wrapper.wrapper-style-2 {
    border: 1px solid #e9e9e9;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.causes-wrapper.wrapper-style-2 .causes-content {
    text-align: center;
    padding: 25px 25px 30px 25px;
}

.causes-wrapper.wrapper-style-2:hover {
    -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.2);
    border-color: none;
}

.causes-wrapper-slider-item {
    padding: 0 15px;
}

.single-cuases-sidebar {
    padding: 30px;
    border: 1px solid #dddfe1;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .single-cuases-sidebar .donation-form .amount-price ul li {
        margin-right: 5px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-cuases-sidebar .donation-form .amount-price ul li {
        margin-right: 5px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .single-cuases-sidebar .donation-form .amount-price ul li a {
        width: 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-cuases-sidebar .donation-form .amount-price ul li a {
        width: 50px;
    }
}

.single-cuases-sidebar .donation-form .title {
    font-size: 18px;
    font-weight: 400;
}

.causes-wrapper .causes-content .causes-text {
    line-height: 28px;
}

.single-cuases-wrappwe .content-title {
    font-size: 32px;
}

@media only screen and (max-width: 767px) {
    .single-cuases-wrappwe .content-title {
        font-size: 24px;
    }
}

.single-cuases-content .title {
    font-size: 20px;
}

.single-cuases-content p {
    line-height: 28px;
}

.single-cuases-content li {
    margin-bottom: 10px;
    font-weight: 500;
}

.single-cuases-content li i {
    font-size: 18px;
    font-weight: 400;
    color: #611232;
    margin-right: 15px;
}

.feature-right-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
}

.feature-right-image .image-right {
    width: 50%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .feature-right-image {
        position: relative;
        width: 100%;
        margin-top: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .feature-right-image {
        position: relative;
        width: 100%;
        margin-top: 40px;
    }
}

.feature-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 85px auto;
    grid-template-columns: 85px auto;
}

.feature-wrapper .feature-icon {
    margin: 0 0 30px;
    text-align: center;
    border: 1px solid #611232;
    width: 60px;
    background: #611232;
    color: #fff;
    height: 60px;
}

.feature-wrapper .feature-icon i {
    font-size: 24px;
    line-height: 60px;
}

.feature-wrapper .feature-text {
    max-width: 360px;
}

.feature-wrapper.feature-wrapper-2 {
    text-align: center;
    padding: 0 25px;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    display: block;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .feature-wrapper.feature-wrapper-2 {
        padding: 0 20px;
    }
}

.feature-wrapper.feature-wrapper-2 .feature-heading {
    margin: 0 0 15px;
}

.feature-wrapper.feature-wrapper-2 .feature-icon {
    margin: auto;
    margin-bottom: 20px;
}

.feature-wrapper.feature-wrapper-2 .feature-text {
    max-width: 100%;
}

.single-gallery {
    position: relative;
}

.single-gallery .gallery-image-and-text .gallery-link {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    width: 100%;
    height: 100%;
}

.single-gallery .gallery-image-and-text .gallery-link .menu-expand {
    position: absolute;
    z-index: 2;
    cursor: pointer;
    background-color: transparent;
    width: 30px;
    height: 30px;
    display: block;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    opacity: 0;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.single-gallery .gallery-image-and-text .gallery-link .menu-expand::before {
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 15px);
    width: 30px;
    height: 2px;
    content: "";
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    background-color: #fff;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.single-gallery .gallery-image-and-text .gallery-link .menu-expand::after {
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 15px);
    width: 30px;
    height: 2px;
    content: "";
    -webkit-transform: rotate(90deg) scale(0.75);
    transform: rotate(90deg) scale(0.75);
    background-color: #fff;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.single-gallery .gallery-image-and-text:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #000000;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    opacity: 0;
}

.single-gallery:hover img {
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transform: scale(1.035) rotate(0.05deg);
    transform: scale(1.035) rotate(0.05deg);
}

.single-gallery:hover .gallery-image-and-text:after {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.75;
}

.single-gallery:hover .gallery-image-and-text .menu-expand {
    opacity: 1;
}

.single-volunteer .single-volunteer-inner {
    position: relative;
}

.single-volunteer .single-volunteer-inner:after {
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    content: "";
    background: #000000;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    opacity: 0;
    visibility: hidden;
}

.single-volunteer .single-volunteer-inner img:hover {
    opacity: 1;
}

.single-volunteer .single-volunteer-inner .volunteer-social-link {
    position: absolute;
    top: auto;
    left: 30px;
    z-index: 1;
    bottom: 30px;
    -moz-text-align-last: left;
    text-align-last: left;
}

.single-volunteer .single-volunteer-inner .volunteer-social-link .social-single-link .common-icon {
    color: #ffffff;
    display: inline-block;
    margin: 0 5px;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    font-size: 15px;
    text-align: center;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
}

.single-volunteer .single-volunteer-inner .volunteer-social-link .social-single-link .common-icon:hover {
    color: #611232;
}

.single-volunteer .single-volunteer-inner .volunteer-social-link .social-single-link:first-child .common-icon {
    margin-left: 0;
}

.single-volunteer:hover .single-volunteer-inner img {
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transform: scale(1.035) rotate(0.05deg);
    transform: scale(1.035) rotate(0.05deg);
}

.single-volunteer:hover .single-volunteer-inner:after {
    opacity: 0.75;
    visibility: visible;
}

.single-volunteer:hover .single-volunteer-inner .volunteer-social-link .social-single-link .common-icon {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}

.single-volunteer:hover .single-volunteer-inner .volunteer-social-link .social-single-link:nth-child(1) .common-icon {
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms;
}

.single-volunteer:hover .single-volunteer-inner .volunteer-social-link .social-single-link:nth-child(2) .common-icon {
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms;
}

.single-volunteer:hover .single-volunteer-inner .volunteer-social-link .social-single-link:nth-child(3) .common-icon {
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
}

.single-volunteer:hover .single-volunteer-inner .volunteer-social-link .social-single-link:nth-child(4) .common-icon {
    -webkit-transition-delay: 300ms;
    transition-delay: 300ms;
}

.single-volunteer:hover .single-volunteer-inner .volunteer-name {
    opacity: 1;
    visibility: visible;
}

.single-volunteer .volunteer-name {
    text-align: left;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.single-volunteer .volunteer-name .name {
    font-weight: 500;
    color: #fff;
    display: inline-block;
    margin: 0px 0 10px;
    font-size: 20px;
    text-transform: capitalize;
}

.single-volunteer .volunteer-name .name .position {
    display: block;
    font-size: 14px;
    margin: 5px 0 0;
    font-weight: 400;
    opacity: 0.8;
}

.height-section {
    height: 650px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #F3F1F2;
}

@media only screen and (max-width: 575px) {
    .height-section {
        height: 500px;
    }
}

.text-content .title {
    color: #1b1b1b;
    font-size: 150px;
    font-weight: bold;
    line-height: 150px;
}

.text-content .title span {
    color: #611232;
}

@media only screen and (max-width: 575px) {
    .text-content .title {
        font-size: 120px;
        line-height: 120px;
    }
}

.text-content .title-2 {
    color: #1b1b1b;
    font-size: 50px;
    font-weight: bold;
}

.text-content .title-2 span {
    font-size: 24px;
}

@media only screen and (max-width: 575px) {
    .text-content .title-2 span {
        font-size: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .text-content .title-2 {
        font-size: 40px;
    }
}

.text-content p {
    color: #1b1b1b;
    font-weight: 400;
    margin-bottom: 55px;
}

@media only screen and (max-width: 575px) {
    .text-content p {
        font-size: 14px;
    }
}

.form_group {
    margin-bottom: 20px;
    position: relative;
}

.form_control {
    color: #1b1b1b;
    border: 1px solid #dddfe1;
}

.donation-form .donate-heading {
    margin-bottom: 35px;
    font-size: 24px;
}

@media only screen and (max-width: 767px) {
    .donation-form .donate-heading {
        font-size: 20px;
    }
}

.donation-form .amount-price {
    margin-bottom: 30px;
}

.donation-form .amount-price .amount_input {
    width: auto;
    padding-left: 80px;
}

.donation-form .amount-price span {
    position: absolute;
    top: 0;
    left: 0;
    background: #611232;
    width: 60px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-right: 1px solid #dddfe1;
}

.donation-form .amount-price ul {
    display: inline-block;
    vertical-align: middle;
}

.donation-form .amount-price ul li {
    display: inline-block;
    margin-right: 13px;
}

@media only screen and (max-width: 767px) {
    .donation-form .amount-price ul li {
        margin-right: 8px;
    }
}

.donation-form .amount-price ul li a {
    display: block;
    width: 60px;
    height: 45px;
    line-height: 45px;
    color: #454545;
    text-align: center;
    border: 1px solid #dddfe1;
}

.donation-form .amount-price ul li a:hover {
    background-color: #611232;
    border-color: #611232;
    color: #fff;
}

.donation-form .amount-price ul li a.active {
    background-color: #611232;
    border-color: #611232;
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .donation-form .amount-price ul li a {
        width: 50px;
    }
}

.donation-form .title {
    position: relative;
    padding-bottom: 15px;
    border-bottom: 1px solid #dddfe1;
    margin-bottom: 37px;
    font-size: 24px;
}

@media only screen and (max-width: 767px) {
    .donation-form .title {
        font-size: 20px;
    }
}

.donation-form .title:after {
    position: absolute;
    left: 0;
    bottom: -2px;
    display: block;
    content: "";
    width: 50px;
    height: 3px;
    background: #611232;
}

.donation-form textarea {
    min-height: 150px;
    max-height: 600px;
}

.donation-form .payment-area {
    margin-top: 50px;
}

.donation-form .payment-area .title {
    margin-bottom: 37px;
}

.donation-form .payment-area .single_radio {
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 30px;
}

.donation-form .payment-area .single_radio .single_input_label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    cursor: pointer;
    margin-bottom: 0;
}

.donation-form .payment-area .single_radio span {
    display: inline-block;
    margin-left: 20px;
    margin-top: -8px;
    text-transform: capitalize;
}

.donation-form.form-style {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), to(rgba(0, 0, 0, 0.35)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.35) 100%);
    padding: 45px 50px;
}

@media only screen and (max-width: 575px) {
    .donation-form.form-style {
        padding: 30px 20px;
    }
}

.donation-form.form-style .donate-heading {
    color: #fff;
}

.donation-form.form-style textarea {
    background-color: transparent;
    height: 180px;
    color: #fff;
}

.donation-form.form-style textarea::-webkit-input-placeholder {
    color: #fff;
}

.donation-form.form-style textarea::-moz-placeholder {
    color: #fff;
}

.donation-form.form-style textarea:-ms-input-placeholder {
    color: #fff;
}

.donation-form.form-style textarea::-ms-input-placeholder {
    color: #fff;
}

.donation-form.form-style textarea::placeholder {
    color: #fff;
}

.donation-form.form-style ul li a {
    color: #fff;
}

.donation-form.form-style .title {
    color: #fff;
}

.donation-form.form-style .payment-area {
    margin: 0;
}

.donation-form.form-style .payment-area .title {
    color: #fff;
}

.donation-form.form-style .payment-area span {
    color: #fff;
    margin-left: 5px;
}

.donation-form.form-style .payment-area .single_radio {
    margin-right: 15px;
}

.donation-form.form-style .payment-area .single_radio .single_input {
    width: auto;
    height: auto;
}

.donation-form.form-style .form_group {
    background-color: transparent;
}

.donation-form.form-style .form_group ::-webkit-input-placeholder {
    color: #fff;
}

.donation-form.form-style .form_group ::-moz-placeholder {
    color: #fff;
}

.donation-form.form-style .form_group :-ms-input-placeholder {
    color: #fff;
}

.donation-form.form-style .form_group ::-ms-input-placeholder {
    color: #fff;
}

.donation-form.form-style .form_group ::placeholder {
    color: #fff;
}

.donation-form.form-style .form_group .form_control {
    color: #fff;
}

.donation-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}


.scroll-container {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    /* enable horizontal scroll */
    white-space: nowrap;
    /* keep items in one row if not using flex */
    padding: 10px;
    border: 1px solid #ccc;
}

.item {
    flex: 0 0 auto;
    /* prevent shrinking */
    background: #4f46e5;
    color: white;
    padding: 20px;
    min-width: 150px;
    text-align: center;
    border-radius: 8px;
}
