@import url(https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i|Poppins:300,400,500,600,700);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap);

:root {
    --rgba-primary-01: #f5f5f7;
    --rgba-primary-1: #dfdfdf;
    --primary: #ff4917;
    --secondary: #13212a;
    --primary-hover: #071c35
}

* {
    margin: 0;
    padding: 0
}

body {
    font-family: Montserrat, sans-serif;
    color: #4b4b4b;
    font-size: 15px
}

p {
    line-height: 26px
}

h1,
h2,
h3,
h4,
h5,
p {
    margin: 0
}

h4 {
    font-weight: 600;
    font-size: 20px
}

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

a,
a:hover {
    text-decoration: none
}

a:focus {
    text-decoration: none
}

.button {
    font-size: 16px;
    display: inline-block;
    color: #000;
    padding: 13px 19px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 1px;
    outline: 0;
    border: 2px solid #ffca00;
    box-shadow: inset 6px 5px 27px 22px #ffca00, inset 1px 0 0 0 #ffca00;
    transition: .3s
}

.button:hover {
    border: 2px solid #ffca00;
    background-color: #fff;
    color: #000;
    box-shadow: inset 0 0 0 0 #ffca00, inset 0 0 0 0 #ffca00
}

.btn-two {
    font-size: 14px;
    display: inline-block;
    color: #f5f5f5;
    padding: 12px 24px;
    line-height: 1;
    font-weight: 400;
    border-radius: 1px;
    outline: 0;
    border: 1px solid #221f1f;
    transition: .3s;
    border-radius: 5px;
    box-shadow: inset 0 0 0 0 #6eb257, inset 0 0 0 0 #67af4f;
    background: #221f1f
}

.btn-two:hover {
    color: #fefefe;
    border: 2px solid #104389;
    box-shadow: inset 6px 5px 27px 22px #104389, inset 1px 0 0 0 #104389
}

.section {
    padding: 60px 0
}

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

.s-bg {
    background: #f7f7f7
}

.section-overlay {
    background: #ebebeb;
    backdrop-filter: blur(6px)
}

.section-heading {
    overflow: hidden;
    text-align: center;
    padding-bottom: 58px
}

.section-heading span {
    display: inline-block;
    line-height: 1;
    margin-bottom: 13px
}

.section-heading [class^=flaticon-]:before,
[class*=" flaticon-"]:after,
[class*=" flaticon-"]:before,
[class^=flaticon-]:after {
    font-size: 50px;
    margin: 0;
    color: #ffcf18
}

.section-heading h3 {
    font-size: 30px;
    color: #1e1f21;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase
}

.section-heading p {
    font-size: 15px;
    line-height: 26px;
    color: #040404;
    width: 50%;
    margin: 0 auto;
    font-family: Montserrat;
    font-weight: 500
}

.showing-result-box {
    overflow: hidden;
    border: 1px solid #f0f0f0;
    padding: 12px 25px;
    margin-bottom: 40px
}

.rusult-number {
    float: left
}

.rusult-number p {
    font-size: 14px;
    line-height: 35px
}

.rusult-number p span {
    color: #ffca00
}

.search-result-right {
    float: right
}

.search-result-right form {
    float: left;
    position: relative;
    margin-right: 20px
}

.search-result-right input {
    border: 1px solid #f4f4f4;
    padding: 5px 25px;
    width: 198px;
    font-size: 14px;
    outline: 0
}

.search-result-right button {
    border: none;
    background: 0 0;
    color: #707070;
    position: absolute;
    right: 20px;
    top: 8px
}

.search-result-right .grid-icon {
    float: left
}

.grid-icon i {
    font-size: 17px;
    line-height: 35px;
    color: #696969;
    margin: 0 4px
}

.grid-icon i:hover {
    color: #ffef7d
}

.grid-icon i:last-of-type {
    margin-right: 0
}

.pagination-div {
    text-align: center
}

.pagination {
    margin: 30px 0 23px
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #333;
    background-color: transparent;
    border-color: #f7f7f7
}

.pagination>li>a,
.pagination>li>span {
    padding: 8px 15px;
    margin: 0 5px;
    color: #696969;
    background-color: transparent;
    border: 1px solid #f0f0f0;
    font-size: 18px;
    border-radius: 3px
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    color: #fff;
    background-color: #ffca00;
    border-color: #ffca00
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 2;
    color: #fff;
    background-color: #ffca00;
    border-color: #ffca00
}

.header-top {
    padding: 6px 0
}

.logo {
    float: left
}

.header-top-right {
    float: right
}

.header-top-right ul li {
    float: left;
    margin-left: 30px
}

.header-top-right ul li span {
    float: left
}

.header-top-right ul li [class^=flaticon-]:before,
[class*=" flaticon-"]:after,
[class*=" flaticon-"]:before,
[class^=flaticon-]:after {
    margin: 0;
    color: #65ae4c;
    font-size: 35px;
    line-height: 39px
}

.header-top-contact {
    float: left;
    margin-left: 12px
}

.header-top-contact h5 {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px
}

.header-top-contact h6 {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 0;
    line-height: 25px
}

.header-top-right {
    min-height: 52px;
    display: flex;
    align-items: center
}

.header-top-right h5 {
    float: none;
    font-size: 16px;
    color: #212121;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 22px
}

.header-top-right h5.top-event-heading {
    float: left
}

.header-top-right .event-time {
    float: none;
    display: inline-table;
    margin: 0;
    margin: -30px 30px 0
}

.header-top-right .button {
    float: right
}

.header-top-right .time_circles>div:after {
    display: none
}

.header-top-right .time_circles>div>span {
    color: #212121
}

.header-top-right .time_circles>div>h4 {
    color: #212121
}

.mainmenu-area {
    background: #123885;
    position: relative
}

#menu-fixed {
    position: relative;
    width: 100%;
    z-index: 999
}

#menu-fixed.clone {
    position: fixed;
    top: -75px;
    left: 0;
    right: 0;
    z-index: 999;
    -webkit-transition: .5s;
    transition: .5s;
    backdrop-filter: blur(3px)
}

body.down #menu-fixed.clone {
    top: 0;
    backface-visibility: hidden
}

.mainmenu-area a.logo-menu img {
    float: left;
    width: 0
}

body.down #menu-fixed.clone.mainmenu-area a.logo-menu img {
    width: 13%;
    margin-right: 35px;
    padding: 3px 10px;
    background: #fff;
    margin-top: 3px;
}

body.down #menu-fixed.clone .mainmenu-icon {
    display: none
}

body.down #menu-fixed.clone .donation a {
    padding: 15px 28px;
    font-size: 11px;
    margin-top: 10px
}

.navbar {
    float: left
}

.navbar-collapse {
    margin-left: -23px;
    padding-left: 0
}

.navbar-default {
    background-color: transparent;
    border-color: transparent
}

.navbar {
    margin-bottom: 0;
    border: 0
}

.navbar-default .navbar-nav>li>a {
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    letter-spacing: .05em;
    font-family: Montserrat, sans-serif
}

.navbar-default .navbar-nav>li>a:hover {
    color: #b5bdeb
}

.navbar-nav>li>a {
    padding: 16px 20px
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: transparent
}

.navbar-nav li ul {
    -webkit-transition: all .35s;
    transition: all .35s;
    padding: 0 0;
    box-shadow: 0 1px 4px 0rgba(0, 0, 0, .2);
    margin: 0 0 0;
    font-size: 14px;
    border: none;
    border-radius: 0;
    min-width: 240px;
    background: #f1f1f1
}

.navbar-nav>li.dropdown>ul.dropdown-menu {
    top: 86px;
    left: 0
}

.navbar-nav>li.dropdown a span {
    position: relative
}

.navbar-nav>li.dropdown a span::after {
    content: "\f0d7 ";
    position: absolute;
    font-family: FontAwesome;
    right: -16px;
    top: 0;
    font-size: 17px
}

.navbar-nav>li.dropdown.active>a span::after,
.navbar-nav>li.dropdown.active>a span::before {
    color: #fff
}

.navbar-nav>li.dropdown:hover>ul.dropdown-menu {
    top: 52px;
    left: 0
}

.dropdown-menu li {
    border-bottom: 1px solid #ddd;
    position: relative
}

.dropdown-menu li:last-child {
    border-bottom: none
}

.dropdown-menu li a {
    color: #1e1f21;
    padding: 14px 26px 14px 15px;
    text-transform: capitalize;
    word-spacing: 3px;
    z-index: 1;
    -webkit-transition: .4s;
    transition: .4s;
    font-size: 13px;
    font-weight: 500;
    font-family: Montserrat, sans-serif;
    line-height: 1
}

.dropdown-menu li a:focus,
.dropdown-menu li a:hover {
    background: #fff;
    color: #104389;
    padding-left: 23px
}

.dropdown-menu>li.dropdown>ul.dropdown-menu {
    -webkit-transition: all .35s;
    transition: all .35s;
    top: 0;
    left: 100%;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .2)
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #bfbfbf;
    background-color: transparent
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #ffca00;
    outline: 0;
    padding-left: 23px
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: #ffca00;
    border-color: #337ab7
}

.navbar-nav>li.dropdown>.dropdown-menu li.dropdown>a span {
    display: block
}

.navbar-nav>li.dropdown>.dropdown-menu li.dropdown>a span::after {
    content: "\f0da";
    top: 0
}

.mainmenu-right {
    float: right
}

.mainmenu-icon {
    float: left;
    margin-right: 20px
}

.search-box {
    float: left;
    padding: 24px 0
}

.search-box i {
    font-size: 18px;
    color: #fff;
    cursor: pointer
}

.search-box i.first_click {
    color: #000
}

.chart-icon {
    float: right;
    position: relative;
    padding: 27px 21px 22px 23px;
    display: inline-block;
    margin-left: 5px;
    cursor: pointer
}

.chart-icon i {
    font-size: 17px;
    color: #000;
    position: relative
}

.chart-icon span.chart-number {
    position: absolute;
    left: 9px;
    top: -10px;
    font-size: 12px;
    border-radius: 100%;
    height: 17px;
    font-weight: 700;
    text-align: center;
    background: #000;
    color: #ffca00;
    line-height: 18px;
    padding: 0 5.5px
}

.chart-icon .cart-list {
    position: absolute;
    top: 90px;
    opacity: 0;
    -webkit-transition: .35s;
    transition: .35s;
    visibility: hidden;
    background: #fff;
    width: 285px;
    padding: 13px 20px 20px;
    right: -20px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .2)
}

.chart-icon:hover .cart-list {
    top: 70px;
    opacity: 1;
    visibility: visible
}

.chart-icon .cart-list li {
    border-bottom: 1px solid #f4f4f4;
    padding: 11px 0;
    overflow: hidden
}

.chart-icon .cart-list li:first-child {
    padding-top: 0
}

.chart-icon .cart-list li:last-child {
    padding-bottom: 0;
    border-bottom: none
}

.chart-icon .cart-list li img {
    float: left;
    width: 40px !important;
    padding: 0 !important;
    margin-right: 11px !important;
    height: 52px
}

.chart-icon .cart-list li .cart-selected-product {
    float: left;
    display: inline-block
}

.chart-icon .cart-list li .cart-selected-product h3 {
    line-height: 15px;
    margin-bottom: 9px
}

.chart-icon .cart-list li .cart-selected-product h3 a {
    color: #000;
    font-size: 15px;
    padding: 0;
    text-decoration: none;
    -webkit-transition: .2s;
    transition: .2s
}

.chart-icon .cart-list li .cart-selected-product h3 a:hover {
    color: #ffca00
}

.chart-icon .cart-list li .cart-selected-product span {
    font-size: 14px;
    margin-right: 10px
}

.chart-icon .cart-list li .cart-list-delate {
    float: right
}

.chart-icon .cart-list li .cart-list-delate i {
    font-size: 14px;
    text-align: right;
    color: #ffca00
}

.cart-select-total h3 {
    color: #000;
    font-weight: 400;
    display: inline-block;
    float: left;
    font-size: 15px;
    margin-right: 5px;
    line-height: 16px
}

.cart-select-total a {
    float: right;
    text-decoration: none;
    background: #ffca00;
    color: #fff;
    -webkit-transition: .2s;
    transition: .2s;
    padding: 3px 18px;
    border-radius: 3px
}

.cart-select-total a:hover {
    background: #ffca00
}

#all-search {
    border: none;
    padding: 5px 18px;
    background: #000;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    height: 100%;
    width: 0%;
    text-align: center;
    -webkit-transform: rotate3d(1, 0, 0, 90deg);
    -moz-transform: rotate3d(1, 0, 0, 90deg);
    -ms-transform: rotate3d(1, 0, 0, 90deg);
    -o-transform: rotate3d(1, 0, 0, 90deg);
    transform: rotate3d(1, 0, 0, 90deg);
    -webkit-transition: .4s;
    transition: .4s;
    color: #fff;
    outline: 0;
    visibility: hidden
}

#all-search::-webkit-input-placeholder {
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 400
}

#all-search:-moz-placeholder {
    color: #fff
}

#all-search::-o-placeholder {
    color: #fff
}

#all-search:-ms-input-placeholder {
    color: #fff
}

.search_box #all-search {
    -webkit-transform: rotate3d(0, 0, 0, 00deg);
    -moz-transform: rotate3d(0, 0, 0, 00deg);
    -ms-transform: rotate3d(0, 0, 0, 00deg);
    -o-transform: rotate3d(0, 0, 0, 00deg);
    transform: rotate3d(0, 0, 0, 00deg);
    width: 100%;
    visibility: visible
}

.second_click {
    display: none;
    position: relative;
    z-index: 999999999
}

.donation {
    float: right
}

.donation a {
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 25px 28px 25px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0
}

#header-style-two {
    position: absolute;
    top: 0;
    width: 100%
}

#header-style-two .mainmenu-area a.logo-menu:nth-child(2) img {
    display: none
}

#header-style-two .mainmenu-area a.logo-menu img {
    width: inherit;
    padding-top: 13px
}

#header-style-two .nav-menu {
    float: left
}

.right-side {
    float: right
}

#header-style-two .mainmenu-area {
    background: rgba(0, 0, 0, .1);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .5)
}

.light-menu .navbar-default .navbar-nav>li>a {
    color: #fff
}

.light-menu .navbar-default .navbar-nav>li>a:hover {
    color: #000
}

.light-menu .navbar-default .navbar-nav>.active>a,
.light-menu .navbar-default .navbar-nav>.active>a:focus,
.light-menu .navbar-default .navbar-nav>.active>a:hover {
    color: #64ad4b
}

.light-menu .navbar-nav>li.dropdown.active a span::after,
.light-menu .navbar-nav>li.dropdown.active a span::before {
    color: #ffca00
}

.light-menu .search-box i.first_click {
    color: #fff
}

.light-menu .chart-icon i {
    color: #fff
}

.light-menu .chart-icon span.chart-number {
    background: #ffca00;
    color: #fff
}

#header-style-two .mainmenu-icon {
    float: none;
    margin-right: 0
}

#header-style-two .chart-icon {
    padding: 27px 11px 22px 23px
}

#header-style-two .search-box i {
    width: 18px;
    height: 18px
}

body.down #header-style-two .mainmenu-area {
    background: #ffca00
}

body.down #header-style-two #menu-fixed.clone.mainmenu-area a.logo-menu:nth-child(1) img {
    display: none
}

body.down #header-style-two #menu-fixed.clone.mainmenu-area a.logo-menu:nth-child(2) img {
    display: block
}

body.down #header-style-two #menu-fixed.clone.mainmenu-area a.logo-menu img {
    width: inherit;
    margin-right: 0;
    padding-top: 13px
}

body.down #header-style-two #menu-fixed.clone .mainmenu-icon {
    display: block
}

.slider-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000;
    opacity: .5
}

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

.slider-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.slider-content-inner {
    margin: -15px;
    color: #fff;
    overflow: hidden
}

.slider-content-inner .slider-button,
.slider-content-inner h1,
.slider-content-inner h2,
.slider-content-inner h3,
.slider-content-inner h4 {
    -webkit-transition: .7s;
    transition: .7s;
    text-transform: uppercase
}

.slider-content-inner h2 {
    font-size: 30px
}

.slider-content-inner h1 {
    font-size: 60px;
    color: #ffca00;
    margin: 11px 0 0;
    line-height: 1;
    font-weight: 600
}

.slider-content-inner h4 {
    font-size: 40px;
    font-weight: 400
}

.slider-content-inner p {
    -webkit-transition: .7s;
    transition: .7s;
    font-size: 16px;
    line-height: 30px;
    margin: 13px 0 30px;
    width: 100%;
    max-width: 555px
}

.slider-content-inner h2,
.slider-content-inner h3,
.slider-content-inner h4,
.slider-content-inner p {
    transform: rotate3d(-173, 0, 0, 90deg);
    opacity: 0
}

.item.active .slider-content-inner h2,
.item.active .slider-content-inner h3,
.item.active .slider-content-inner h4,
.item.active .slider-content-inner p {
    opacity: 1;
    transform: rotate3d(0, 0, 0, 0deg)
}

.slider-content-inner .slider-button {
    transform: translateY(60px);
    opacity: 0
}

.item.active .slider-button {
    transform: translateY(0);
    opacity: 1
}

.slider-content-inner h1 {
    opacity: 0;
    margin-left: -100%
}

.item.active .slider-content-inner h1 {
    opacity: 1;
    margin-left: 0;
    -webkit-transition-duration: 2s;
    transition-duration: 2s
}

.item.active .delay {
    -webkit-transition-delay: .4s;
    transition-delay: .4s
}

.item.active .delay1 {
    -webkit-transition-delay: .05s;
    transition-delay: .05s
}

.item.active .delay2 {
    -webkit-transition-delay: .77s;
    transition-delay: .77s
}

.item.active .delay3 {
    -webkit-transition-delay: 1.11s;
    transition-delay: 1.11s
}

.item.active .delay4 {
    -webkit-transition-delay: 1.555s;
    transition-delay: 1.555s
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
    filter: none;
    background-repeat: no-repeat
}

.carousel-control {
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    width: 42px;
    height: 42px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: none;
    background-color: #9a9c99;
    line-height: 46px;
    opacity: 1;
    transform: translateY(-50%)
}

.carousel-control:focus {
    opacity: 1
}

.carousel-control:hover {
    color: #104389;
    text-decoration: none;
    background: #ecececab;
    opacity: 1
}

.slider-style-two {
    text-align: center
}

.slider-style-two .slider-content {
    width: 100%;
    left: 0
}

.slider-style-two .slider-content-inner h1 {
    letter-spacing: -37px;
    margin-left: 0
}

.slider-style-two .item.active .slider-content-inner h1 {
    font-size: 72px;
    letter-spacing: inherit;
    -webkit-transition-duration: 1.1s;
    transition-duration: 1.1s
}

.slider-style-two .slider-content-inner h3 {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 18px;
    line-height: 1
}

.slider-style-two .slider-content-inner h2 {
    font-size: 30px;
    letter-spacing: 6px;
    font-weight: 700;
    line-height: 1;
    position: relative;
    display: inline-block
}

.slider-style-two .slider-content-inner h2:after,
.slider-style-two .slider-content-inner h2:before {
    content: "";
    position: absolute;
    height: 6px;
    width: 0;
    top: 11px;
    -webkit-transition-duration: 2s;
    transition-duration: 2s
}

.slider-style-two .item.active .slider-content-inner h2:after,
.slider-style-two .item.active .slider-content-inner h2:before {
    width: 166px
}

.slider-style-two .slider-content-inner h2:before {
    left: -177px;
    background: url(../../images/slider-h2-before.png)
}

.slider-style-two .slider-content-inner h2:after {
    right: -177px;
    background: url(../../images/slider-h2-after.png)
}

.slider-style-two .slider-content-inner p {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    max-width: inherit
}

.donation-section {
    padding-bottom: 50px
}

.donation-box {
    overflow: hidden;
    padding: 30px 15px;
    background: #fff;
    transform: translateY(-50px);
    box-shadow: 0 2px 5px #ddd
}

.donation-box-left img {
    width: 100%
}

.donation-box-right .sec-title h2 {
    color: #1e1f21;
    font-size: 30px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 26px;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase
}

.donation-form {
    text-align: justify;
    margin-bottom: 35px
}

.fixed-ammount {
    margin-bottom: 5px;
    overflow: hidden
}

.ammount-button {
    color: #696969;
    font-size: 16px;
    font-weight: 500;
    padding: 11px 25px 11px 35px;
    border: 1px solid #f0f0f0;
    margin-bottom: 9px;
    display: inline-block;
    line-height: 1;
    margin-right: 3px;
    position: relative;
    cursor: pointer
}

.ammount-button:hover {
    color: #696969
}

.ammount-button:before {
    position: absolute;
    left: 13px;
    font-family: FontAwesome;
    content: "\f111"
}

.select-ammount-buttton.ammount-button {
    background: #ffca00;
    border-color: #ffca00;
    color: #000
}

.select-ammount-buttton.ammount-button:hover {
    color: #000
}

.select-ammount-buttton.ammount-button:before {
    content: "\f058"
}

.ammount-button:last-child {
    margin-right: 0
}

.donation-form input {
    border: 1px solid #f0f0f0;
    padding: 10px 17px;
    margin-bottom: 15px;
    outline: 0
}

.donation-form input:focus {
    border-color: #ffca00
}

.donation-form input::-webkit-input-placeholder {
    color: #696969;
    font-size: 15px;
    letter-spacing: .05em;
    font-weight: 400
}

.donation-form input:-moz-placeholder {
    color: #696969
}

.donation-form input::-moz-placeholder {
    color: #696969
}

.donation-form input:-ms-input-placeholder {
    color: #696969
}

.donation-form select,
.full-width-input {
    width: 100%;
    border: 1px solid #f0f0f0;
    padding: 10px 17px;
    color: #696969;
    font-size: 15px;
    letter-spacing: .05em;
    margin-bottom: 30px;
    outline: 0
}

.donation-form select:focus,
.full-width-input {
    border-color: #ffca00
}

.falf-width-input {
    width: 49%;
    float: left
}

.falf-width-input:nth-child(odd) {
    margin-right: 2%
}

.payment-card {
    float: right;
    margin-top: 5px
}

.causes-section,
.causes-section-two {
    background: #fff;
    overflow: hidden
}

.causes {
    overflow: hidden;
    margin: 0 -15px
}

.single-causes-box {
    -webkit-transition: .2s;
    transition: .2s;
    margin-bottom: 30px
}

.single-causes-box:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.causes-img {
    overflow: hidden;
    backface-visibility: hidden
}

.causes-img img {
    width: 100%;
    -webkit-transition: .3s;
    transition: .3s
}

.single-causes-box:hover .causes-img img {
    -webkit-transform: scale(1.09);
    -moz-transform: scale(1.09);
    -ms-transform: scale(1.09);
    -o-transform: scale(1.09);
    transform: scale(1.09)
}

.causes-content {
    border-width: 1px 1px 1px 1px;
    background: #f5f5f7;
    border-style: solid;
    border-color: #f0f0f0;
    padding: 30px;
    position: relative;
    -webkit-transition: .2s;
    transition: .2s
}

.causes-content h4 {
    font-size: 20px;
    font-weight: 600;
    color: #212121;
    margin-bottom: 6px
}

.causes-content h4 a {
    color: #212121;
    -webkit-transition: .1s;
    transition: .1s
}

.causes-content h4 a:hover {
    color: #515151
}

.causes-content p {
    color: #121212;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 29px;
    font-weight: 500;
}

.causes-content h5 {
    color: #212121;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px
}

.causes-content h5:last-of-type {
    color: #ffca00;
    margin-bottom: 24px
}

.causes-content h5 span {
    width: 25%;
    display: inline-block
}

.causes-content .progressbar {
    display: inline-block;
    width: 90px;
    position: absolute;
    bottom: 63px;
    right: 30px
}

.circle {
    width: 100%;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    text-align: center
}

.circle canvas {
    vertical-align: middle
}

.circle div {
    position: absolute;
    top: 34px;
    left: 3px;
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    color: #212121
}

.load-all-element {
    display: block;
    text-align: center;
    padding-top: 60px
}

.causes-section .load-all-element {
    padding-top: 30px
}

.causes-all {
    padding-bottom: 90px
}

.causes-grid-one {
    margin: 0
}

.gallery {
    overflow: hidden;
    padding: 0 10px;
}

.gallery-menu {
    text-align: center;
    margin-bottom: 32px
}

.gallery-menu ul li {
    display: inline-block;
    font-size: 14px;
    color: #0d0d0d;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0 27px;
    line-height: 1;
    position: relative;
    cursor: pointer
}

.gallery-menu ul li.is_selected {
    color: #f1cc2d
}

.gallery-menu ul li:after {
    content: "-";
    position: absolute;
    right: -3px
}

.gallery-menu ul li:last-child:after {
    display: none
}

.single-item {
    margin-bottom: 15px;
    padding: 0 0;
    overflow: hidden;
    width: 32.48%
}

.single-item::after {
    content: '';
    display: block;
    clear: both
}

.gallery-img {
    position: relative;
    overflow: hidden;    box-shadow: 0 0 10px #3c3c3c47;
    border-radius: 15px;
}

.gallery-img img {
    width: 100%
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(55 106 209 / 64%);
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
    border-radius: 5px;
    backdrop-filter: blur(6px);
}

.gallery-img:hover .overlay {
    opacity: 1;
    visibility: visible
}

.gallery-content {
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    display: table
}

.gallery-content i {
    font-size: 18px;
    color: #fff;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 43px;
    border-radius: 100%;
    background: #123885;
    border: 2px solid #123885;
    transform: translateY(35px);
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s
}

.gallery-content i:hover {
    background: #1c418a;
    border-color: #123885;
    color: #fff;
}

.gallery-img:hover .gallery-content i {
    transform: translateY(0);
    opacity: 1
}

.gallery-content h4 {
    color: #fff;
    margin-top: 22px;
    transform: translateY(35px);
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s
}

.gallery-content h4 a {
    text-decoration: none;
    color: #fff
}

.gallery-img:hover .gallery-content h4 {
    transform: translateY(0);
    opacity: 1;
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

#lightcase-info {
    padding-top: 6px
}

#lightcase-info #lightcase-sequenceInfo {
    font-size: 13px;
    color: #ffca00;
    float: left
}

#lightcase-info #lightcase-title {
    float: right;
    line-height: 1;
    margin-left: 19px;
    color: #ffca00
}

.running-project-section {
    background: #fafafa
}

.project-list {
    max-height: 400px;
    overflow-x: hidden;
    cursor: s-resize
}

.project-list ul li {
    overflow: hidden;
    margin-bottom: 60px
}

.project-list ul li:last-child {
    margin-bottom: 0
}

.project-progress {
    float: left;
    margin-right: 15px
}

.p-locaion-adress {
    display: table
}

.p-locaion-adress h4 {
    margin-bottom: 9px;
    color: #000
}

.p-locaion-adress h4 a {
    color: #000;
    -webkit-transition: .2s;
    transition: .2s;
    text-decoration: none
}

.p-locaion-adress h4 a:hover {
    color: #ffca00
}

.p-locaion-adress p {
    color: #696969
}

.vertical-track {
    width: 14px;
    background-color: #f7f7f7;
    border: 1px solid #ebebeb;
    border-radius: 2px
}

.vertical-handle {
    width: 8px;
    background-color: #ffd24c;
    left: 2px
}

#map_canvas {
    width: 96%;
    height: 395px;
    margin: 0 auto
}

.gm-style {
    background: #fafafa
}

a[href^="http://maps.google.com/maps"] {
    display: none !important
}

a[href^="https://maps.google.com/maps"] {
    display: none !important
}

.gm-style-cc,
.gmnoprint a,
.gmnoprint span {
    display: none
}

.gmnoprint div {
    background: 0 0 !important
}

.gmnoprint {
    opacity: 0 !important;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    -webkit-transition: all 1s;
    transition: all 1s;
    z-index: 1
}

.gm-svpc {
    opacity: 0 !important;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    -webkit-transition: all 1s;
    transition: all 1s;
    z-index: 1
}

#contact_map:hover .gmnoprint,
#event_map:hover .gmnoprint,
#map_canvas:hover .gmnoprint {
    opacity: 1 !important;
    transform: translateX(0)
}

#contact_map:hover .gm-svpc,
#event_map:hover .gm-svpc,
#map_canvas:hover .gm-svpc {
    opacity: 1 !important;
    transform: translateX(0)
}

.project-single .time-shedule {
    margin-top: 10px;
    margin-bottom: -13px
}

.single-description img {
    float: right;
    overflow: hidden;
    margin-left: 20px;
    margin-bottom: 20px
}

.donator-section {
    text-align: center;
    overflow: hidden
}

.donator-people {
    margin: -15px 0;
    overflow: hidden;
    padding-bottom: 0
}

.single-donator {
    background: #fafafa;
    transition: .3s
}

.donator-img {
    overflow: hidden
}

.donator-img img {
    width: 100%
}

.donators-info {
    padding: 15px 15px;
    text-align: center
}

.donators-info h4 {
    text-transform: capitalize;
    margin-bottom: 0;
    color: #1d1d1f;
    -webkit-transition: .2s;
    transition: .2s;
    font-family: Montserrat, sans-serif
}

.donators-info h5 {
    color: #696969;
    font-weight: 400
}

.donators-info h5 span,
.single-donator:hover h4 {
    color: #1e1f21
}

.single-donator:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.button-div a:nth-child(1) {
    margin-right: 10px
}

.event-section,
.event-section-two {
    overflow: hidden;
    padding-bottom: 83px;
    background: #fafafa
}

.all-events {
    overflow: hidden;
    margin: 0 -15px
}

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

.event-pic {
    width: 49%;
    overflow: hidden;
    float: left;
    position: relative
}

.event-pic img {
    width: 100%;
    transition: .3s;
    -webkit-transition: .3s
}

.single-event:hover img {
    -webkit-transform: scale(1.09);
    -moz-transform: scale(1.09);
    -ms-transform: scale(1.09);
    -o-transform: scale(1.09);
    transform: scale(1.09)
}

.event-date {
    position: absolute;
    background: #fff;
    left: 10px;
    top: 10px;
    padding: 10px;
    text-align: center;
    border-radius: 1px
}

.event-date span.date {
    display: block;
    font-size: 36px;
    color: #ffca00;
    font-weight: 600;
    line-height: 1
}

.event-date span.year {
    font-size: 14px;
    color: #212121
}

.event-date:after {
    position: absolute;
    content: "";
    bottom: 0;
    width: 66%;
    height: 4px;
    background: #ffca00;
    margin: 0 auto;
    left: 0;
    right: 0;
    -webkit-transition: .4s;
    transition: .4s
}

.event-info {
    width: 51%;
    float: left;
    padding: 30px 24px 0;
    background: #fff;
    border-style: solid;
    border-color: #f0f0f0;
    border-width: 1px 1px 1px 0
}

.event-info h4 {
    margin-bottom: 10px
}

.event-info h4 a {
    color: #212121;
    -webkit-transition: .2s;
    transition: .2s
}

.event-info h4 a:hover {
    color: #ffca00
}

.event-info p {
    margin-bottom: 5px
}

.event-info span {
    color: #696969;
    font-size: 16px;
    display: block;
    border-bottom: 1px solid #f0f0f0;
    padding: 15px 0
}

.event-info span:last-of-type {
    border-bottom: none
}

.event-info span:last-child {
    border-bottom: none
}

.event-info span i {
    color: #ffca00
}

.twitter-section {
    text-align: center;
    background-repeat: no-repeat;
    overflow: hidden;
    background-position: center;
    background-size: 100%;
    background-attachment: fixed
}

.twitter-overlay {
    padding: 50px 0 50px
}

.single-twit {
    width: 58%;
    margin: 0 auto;
    text-align: center
}

.single-twit i {
    font-size: 60px;
    color: #ffca00
}

.single-twit p {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    padding: 40px 0 95px 0
}

.single-twit p span {
    color: #ffca00
}

.single-twit p span a {
    color: #ffca00
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #efeef3;
    opacity: 1
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #ffca00;
    width: 14px;
    height: 14px
}

.footer-section {
    color: #ccc
}

.footer-top {
    padding: 50px 0 45px;
    overflow: hidden;
    background: #f5f5f7
}

.f-widget,
.f-widget a,
.f-widget p {
    color: #000;
    font-family: Montserrat;
    font-weight: 500
}

.f-widget h2 {
    color: #1e1f21;
    font-size: 24px;
    margin-bottom: 40px;
    font-family: Montserrat, sans-serif;
    font-weight: 600
}

.footer-logo {
    margin-bottom: 29px;
    background: #fff;
    padding: 4px 8px;
    border-radius: 6px;
    display: inline-block
}

.footer-content p {
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 18px
}

.contact-info ul li {
    border: none !important;
    padding: 5px 0 !important;
    font-size: 14px;
    display: flex;
    align-items: center;
    margin-bottom: 15px
}

.contact-info ul li i {
    font-size: 16px;
    color: #303031;
    background: #f3f3f9;
    border-radius: 1px;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 34px;
    margin-right: 15px;
    border: 1px solid #bbb
}

.latest-news li {
    border-top: 1px solid #0f0f0f;
    overflow: hidden;
    padding: 20px 0
}

.latest-news li:first-child {
    border-top: 0 none;
    padding: 5px 0 20px
}

.latest-news li span {
    color: #7e7e7e;
    font-size: 14px
}

.latest-news li span.small-thumbnail {
    float: left;
    width: 70px;
    height: 70px;
    display: block;
    margin-right: 16px
}

.latest-news li span.small-thumbnail img:hover {
    opacity: .7
}

.latest-news li .content {
    display: table
}

.latest-news-title {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    -webkit-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
    margin-bottom: 8px
}

.latest-news-title:hover {
    color: #104389;
    text-decoration: none
}

.latest-news li .content .meta-post span a {
    color: #7e7e7e;
    font-size: 14px
}

.twitter-widget {
    margin-top: -12px
}

.twitter-widget li {
    border-top: 1px solid #0f0f0f;
    overflow: hidden;
    padding: 20px 0
}

.twitter-widget li:first-child {
    border-top: 0 none;
    padding: 5px 0 20px
}

.twitter-widget li .twitter-pic {
    float: left;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 20px
}

.twitter-widget li .twitter-pic img {
    width: 100%
}

.twitter-widget li .twitter-content {
    display: table
}

.twitter-widget li .twitter-content p {
    margin-bottom: 3px
}

.twitter-widget li .twitter-content a {
    display: inline-block
}

.twitter-widget li .twitter-content a:first-of-type {
    color: #ffca00
}

.twitter-widget li .twitter-content a:hover {
    color: #ffca00
}

.twitter-widget li .twitter-content span {
    color: #7e7e7e;
    font-size: 14px;
    line-height: 20px
}

.footer-instagram {
    margin: 0 -4px;
    display: inline-block
}

.footer-instagram a {
    float: left;
    margin: 0 4px 8px 4px
}

.footer-instagram img:hover {
    opacity: .7
}

.footer-bottom {
    background: #424245 none repeat scroll 0 0;
    padding: 10px 0;
    overflow: hidden
}

.copyright-text {
    text-align: left;
    float: left;
    margin: 0 0 0
}

.copyright-text p {
    color: #f3f3f9;
    font-size: 14px;
    font-family: Montserrat, sans-serif
}

.copyright-text p a {
    color: #b7b7b7;
    font-size: 14px;
    font-weight: 500
}

.copyright-text p a:hover {
    color: #053e5c;
    text-decoration: none
}

.social-icon ul li {
    display: inline;
    margin-left: 8px
}

.social-icon ul li a {
    display: inline-block
}

.social-icon ul li a i {
    color: #303031;
    font-size: 16px;
    width: 37px;
    height: 37px;
    border-radius: 100%;
    border: 2px solid #bbb;
    background: 0 0;
    text-align: center;
    line-height: 37px;
    z-index: 1;
    position: relative;
    -webkit-transition: .5s;
    transition: .5s
}

.social-icon ul li a i::after {
    position: absolute;
    content: "";
    top: -1px;
    left: -1px;
    width: 108%;
    height: 108%;
    border-radius: 100%;
    background: #104389;
    z-index: -1;
    -webkit-transform: rotate3d(2, 2, 0, 90deg);
    -moz-transform: rotate3d(2, 2, 0, 90deg);
    -ms-transform: rotate3d(2, 2, 0, 90deg);
    -o-transform: rotate3d(2, 2, 0, 90deg);
    transform: rotate3d(2, 2, 0, 90deg);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border: 0 solid
}

.social-icon ul li a i:hover {
    color: #fff
}

.social-icon ul li a i:hover::after {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    -moz-transform: rotate3d(0, 0, 0, 0deg);
    -ms-transform: rotate3d(0, 0, 0, 0deg);
    -o-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg)
}

.helping-section .section-heading {
    text-align: left
}

.helping-section .section-heading p {
    width: 50%;
    margin: 0
}

.helping-list {
    float: left;
    width: 27%;
    margin-right: 30px;
    display: table
}

.helping-list ul {
    margin-top: -20px
}

.helping-list ul li a {
    font-size: 18px;
    font-weight: 600;
    color: #212121;
    display: block;
    padding: 13px 0;
    text-decoration: none;
    -webkit-transition: .25s;
    transition: .25s
}

.helping-list ul li.active a {
    background: #fafafa;
    border-left: 4px solid #ffca00;
    padding-left: 20px;
    color: #ffca00
}

.helping-list ul li a [class^=flaticon-]:before,
[class*=" flaticon-"]:after,
[class*=" flaticon-"]:before,
[class^=flaticon-]:after {
    color: #ffca00;
    font-size: 30px;
    font-weight: 400;
    margin-left: 0;
    margin-right: 16px
}

.helping-list ul li a span:nth-child(2) {
    transform: translateY(-2px);
    display: inline-block
}

.helping-details {
    overflow: hidden
}

.helping-img {
    display: table;
    float: left;
    margin-right: 30px;
    overflow: hidden
}

.helping-img img {
    width: 100%
}

.helping-description p {
    margin-bottom: 36px;
    line-height: 28px
}

.causes-style-two .single-causes-box {
    overflow: hidden;
    margin-bottom: 0px;
}

.causes-style-two .causes-img {
    width: 100%;
    float: left;
    display: table;
    max-width: 273px
}

.causes-style-two .causes-img a {
    display: block;
    height: 324px
}

.causes-style-two .causes-img a img {
    height: 100%
}

.causes-style-two .causes-content {
    width: 100%;
    float: left;
    max-width: 297px
}

.time-shedule {
    margin-bottom: 9px
}

.time-shedule span {
    color: #696969;
    margin-right: 9px
}

.time-shedule span i {
    color: #ffca00;
    margin-right: 5px
}

.causes-style-two .causes-content h5 span {
    display: initial;
    width: inherit
}

.causes-style-two .causes-content .progressbar {
    bottom: 80px
}

.causes-style-two .causes-content a {
    margin-top: 11px;
    font-family: myFirstFont;
    font-size: 21px
}

.causes-style-two .load-all-element {
    padding-top: 30px
}

.causes-grid-one .causes-content {
    padding: 29px
}

.causes-grid-one .causes-img {
    width: 50%;
    max-width: inherit
}

.causes-grid-one .causes-content {
    width: 50%;
    max-width: inherit
}

.donation-style-two {
    overflow: hidden
}

.donation-style-two .donation-box {
    padding: 40px 0;
    transform: translateY(0);
    background-color: #f5f5f517
}

.donation-style-two .donation-box-left {
    padding-top: 10px;
    padding-bottom: 50px
}

.donation-style-two .donation-box-right {
    padding-left: 14px;
    padding-top: 10px;
    padding-bottom: 50px
}

.donation-style-two .ammount-button {
    margin-right: 6.2px;
    border-color: #000;
    color: #000
}

.donation-style-two .select-ammount-buttton.ammount-button {
    color: #fff;
    background: #000
}

.donation-style-two .ammount-button:last-child {
    margin-right: 0
}

.donation-style-two .donation-form input {
    border: 1px solid #000;
    padding: 10px 17px;
    margin-bottom: 15px;
    outline: 0;
    background: 0 0;
    color: #000
}

.donation-style-two .donation-form select,
.donation-style-two .full-width-input {
    border-color: #000;
    background: 0 0
}

.donation-style-two .button {
    color: #fff;
    border: 2px solid #000;
    box-shadow: inset 6px 5px 27px 22px #000, inset 1px 0 0 0 #000
}

.donation-style-two .button:hover {
    border: 2px solid #000;
    background-color: #fff;
    color: #000;
    box-shadow: inset 0 0 0 0 #ffca00, inset 0 0 0 0 #ffca00
}

.donation-style-two .donation-form input:focus {
    border-color: #000
}

.donation-style-two .donation-form input::-webkit-input-placeholder {
    color: #000
}

.donation-style-two .donation-form input:-moz-placeholder {
    color: #000
}

.donation-style-two .donation-form input::-moz-placeholder {
    color: #000
}

.donation-style-two .donation-form input:-ms-input-placeholder {
    color: #000
}

.donation-style-two .donation-form select,
.donation-style-two .full-width-input {
    color: #000
}

.donation-style-two .donation-form select:focus,
.donation-style-two .full-width-input {
    border-color: #000
}

.single-member {
    text-align: center;
    border: 1px solid #f0f0f0;
    padding: 20px 10px;
    -webkit-transition: .3s;
    transition: .3s;
    position: relative
}

.single-member:hover {
    background: #eaf8ff;
    border-color: #c7d7df
}

.member-image {
    overflow: hidden;
    border-radius: 100%;
    width: 60%;
    margin: 0 auto;
    margin-top: 0;
    -webkit-transition: .3s;
    transition: .3s;
    transform: scale(1)
}

.single-member:hover .member-image {
    transform: scale(1.05)
}

.member-image img {
    width: 100%
}

.member-info {
    margin-bottom: 17px;
    margin-top: 30px
}

.member-info h4 {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 10px
}

.member-info h4 a {
    color: #000;
    text-decoration: none;
    transition: .1s;
    -webkit-transition: .1s
}

.member-info h4 a:hover {
    color: #063f5d
}

.member-info h5 {
    font-size: 13px;
    color: #565656;
    line-height: 18px;
    margin-top: 3px;
    font-weight: 400
}

.member-social-link a {
    font-size: 14px;
    color: #fff;
    margin: 0 6px;
    transition: .1s;
    -webkit-transition: .1s
}

.member-social-link a:hover {
    color: #063f5d
}

.all-team-member .single-member {
    margin-bottom: 30px
}

.event-section-two .event-pic {
    width: 100%;
    float: none
}

.event-section-two .event-info {
    width: 100%;
    float: none;
    height: inherit;
    padding: 30px 0 12px
}

.event-section-two .event-info h4,
.event-section-two .event-info p,
.event-section-two .event-info span {
    padding-left: 24px;
    padding-right: 24px
}

.event-section-two a.button {
    display: block;
    text-align: center
}

.events-list-style .event-info {
    padding: 30px 0 0 0
}

.events-list-style .event-info h4,
.events-list-style .event-info p {
    padding: 0 30px
}

.events-list-style .event-info span {
    padding-left: 30px;
    padding-top: 11px;
    padding-bottom: 11px
}

.events-list-style .event-info .button {
    display: block;
    text-align: center;
    margin-top: 8px
}

.gallery-grid-4 {
    margin: 0 -7.5px
}

.single-item-4 {
    padding: 0 7.5px;
    padding-bottom: 30px;
}

.t-style-two {
    background-image: url(../../images/twitter-section-style-two-bg.jpg)
}

.t-style-two .twitter-overlay {
    padding: 45px 0 80px
}

.t-style-two .single-twit {
    width: 61%
}

.twitter-person h3 {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    position: relative;
    padding-bottom: 20px
}

.twitter-person h3:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 50px;
    height: 4px;
    background: #ffcf41
}

.twitter-person-pic {
    overflow: hidden;
    border: 2px solid #fff;
    border-radius: 100%;
    width: 112px;
    height: 112px;
    margin: 0 auto;
    margin-bottom: 45px
}

.twitter-person-pic img {
    width: 100%
}

.t-style-two .single-twit p {
    padding: 32px 0 61px 0;
    line-height: 30px;
    position: relative
}

.t-style-two .single-twit p:before {
    position: absolute;
    content: "";
    left: -42px;
    top: 28px;
    background-image: url(../../images/twitter-paragraph-quotation-left.png);
    width: 31px;
    height: 26px
}

.t-style-two .single-twit p:after {
    position: absolute;
    content: "";
    right: -45px;
    top: 30px;
    background-image: url(../../images/twitter-paragraph-quotation-right.png);
    width: 31px;
    height: 26px
}

.blog-section {
    padding-bottom: 70px
}

.single-blog-img {
    overflow: hidden
}

.single-blog-img img {
    width: 100%
}

.single-blog-img a img {
    width: 100%;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.single-blog:hover .single-blog-img a img {
    -webkit-transform: scale(1.09);
    -moz-transform: scale(1.09);
    -ms-transform: scale(1.09);
    -o-transform: scale(1.09);
    transform: scale(1.09)
}

.blog-content-box {
    padding-left: 25px;
    padding-top: 27px;
    margin-left: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    background: #fff;
    padding-bottom: 30px
}

.blog-post-date {
    display: table;
    float: left;
    margin-right: 30px
}

.blog-post-date span:first-child {
    color: #ffca00;
    display: block;
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    margin-top: -11px;
    margin-bottom: -4px;
    text-align: center
}

.blog-post-date span:last-child {
    font-size: 14px;
    color: #212121;
    font-weight: 600
}

.blog-content {
    display: table
}

.blog-content h4 {
    color: #212121
}

.blog-content h4 a {
    color: #1e1f21;
    text-decoration: none;
    -webkit-transition: .2s;
    transition: .2s;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 22px
}

.blog-content h4 a:hover {
    color: #104389
}

.meta-post {
    margin: 10px 0 13px
}

.meta-post span {
    color: #696969;
    font-size: 15px;
    position: relative;
    padding-right: 23px
}

.meta-post span:last-child {
    padding-right: 0
}

.meta-post span:last-child:after {
    display: none
}

.meta-post span:after {
    position: absolute;
    content: "-";
    right: 4px
}

.meta-post span a {
    color: #696969;
    -webkit-transition: .2s;
    transition: .2s
}

.meta-post span a:hover {
    color: #ffca00
}

.exerpt {
    line-height: 28px;
    color: #1a1a1a;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
    text-align: justify
}

.blog-list .blog-content h4 {
    font-size: 24px
}

.single-blog-page .blog-content h4 {
    font-size: 28px;
    color: #000
}

.single-blog-page .special-quation {
    text-align: center
}

.single-blog-page .blog-content-box {
    padding-bottom: 0
}

.single-blog-page .single-description:nth-child(3) {
    margin-top: 0
}

.careing-section .causes-content h4 {
    font-size: 20px;
    font-weight: 600;
    color: #212121;
    margin-bottom: 18px
}

.gallery-section-two {
    overflow: hidden
}

.gallery-image {
    margin: 0 -5px
}

.grid:after {
    content: '';
    display: block;
    clear: both
}

.grid-item {
    width: 51%
}

.grid-item {
    height: 570px;
    float: left
}

.grid-item--width2 {
    width: 24.5%
}

.grid-height {
    height: 285px
}

.sinlge-photo {
    width: 100%;
    height: 100%;
    padding: 5px
}

.single-photo-inner {
    height: 100%;
    width: 100%;
    overflow: hidden
}

.sinlge-photo img {
    width: 100%;
    height: 100%;
    -webkit-transition: .3s;
    transition: .3s;
    backface-visibility: hidden
}

.single-photo-inner:hover img {
    transform: scale(1.05)
}

.single-product {
    border: 1px solid #f0f0f0;
    -webkit-transition: .2s;
    transition: .2s;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.product-img {
    overflow: hidden;
    position: relative;
    background: #f7f7f7
}

.product-img img {
    width: 100%
}

.product-img .overlay {
    background: rgba(255, 255, 255, .96)
}

.single-product:hover .product-img .overlay {
    opacity: 1;
    visibility: visible
}

.shop-icon-box {
    position: absolute;
    left: 50%;
    top: 50%;
    display: inline-flex;
    transform: translateY(-50%) translateX(-50%)
}

.shop-icon {
    margin: 0 5px;
    -webkit-transition: .4s;
    transition: .4s;
    visibility: hidden;
    opacity: 0
}

.shop-icon:nth-child(1) {
    transform: translateX(-30px)
}

.shop-icon:nth-child(2) {
    transform: translateY(30px)
}

.shop-icon:nth-child(3) {
    transform: translateX(30px)
}

.single-product:hover .shop-icon {
    transform: translate(0);
    visibility: visible;
    opacity: 1
}

.shop-icon span {
    width: 50px;
    height: 50px;
    display: inline-block;
    border: 2px solid #f1f1f1;
    border-radius: 100%;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s
}

.shop-icon span:hover {
    background: #ffca00;
    border-color: #ffca00
}

.shop-icon [class^=flaticon-]:before,
[class*=" flaticon-"]:after,
[class*=" flaticon-"]:before,
[class^=flaticon-]:after {
    margin: 0;
    line-height: 50px;
    font-size: 21px;
    color: #000
}

.product-info {
    text-align: left;
    padding: 12px 15px 12px;
    border-top: 1px solid #f0f0f0;
    display: flex;
    height: 100%;
    min-height: 95px;
}

.product-info h4 {
    line-height: 1;
    margin-bottom: 8px
}

.product-info h4 a {
    color: #212121;
    text-decoration: none;
    -webkit-transition: .25s;
    transition: .25s;
    font-size: 14px;
}

.product-info h4 a:hover {
    color: #ffca00
}

.product-info h4.prouct-ammount {
    color: #ffca00
}

.product-all-grid {
    margin: 0 -15px
}

.product-all-grid .single-product {
    margin-bottom: 30px
}

.product-list-style .single-product {
    overflow: hidden;
    margin-bottom: 30px;
    -webkit-transition: .2s;
    transition: .2s;
    box-shadow: 0 0 0 rgba(0, 0, 0, .1)
}

.product-list-style .single-product:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.product-list-style .product-img {
    width: 48%;
    float: left
}

.product-list-style .product-info {
    width: 52%;
    float: left;
    border-left: 1px solid #f0f0f0;
    min-height: 269px;
    padding: 30px;
    text-align: left
}

.product-list-style .product-info h4 {
    font-size: 24px
}

.product-list-style .product-info p {
    color: #707070;
    margin: 20px 0
}

.panel-group {
    margin-bottom: 0;
    margin-top: 20px
}

.panel-group .panel {
    border-radius: 0
}

.panel-default>.panel-heading {
    background: 0 0;
    color: #333;
    border: none;
    font-weight: 400
}

.panel-heading {
    border-radius: 0;
    padding: 0
}

.panel {
    background-color: transparent;
    border: 0 solid transparent;
    border-radius: 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, .05)
}

.panel-title {
    font-weight: 400
}

.panel-title a {
    text-decoration: none;
    display: block;
    position: relative;
    padding: 15px 25px 15px 0;
    background: 0 0;
    color: #ffca00;
    font-size: 16px;
    -webkit-transition: .4s;
    transition: .4s
}

.panel-title a.collapsed {
    background: 0 0;
    color: #212121
}

.panel-body {
    padding: 20px 25px;
    line-height: 24px;
    font-size: 15px;
    text-align: justify
}

.plus-minus-icon {
    width: 30px;
    height: 30px;
    background: #ffca00;
    border-radius: 100%;
    position: relative;
    float: right;
    margin-top: -8px;
    -webkit-transition: .25s;
    transition: .25s
}

.panel-title a.collapsed .plus-minus-icon {
    background: 0 0
}

.plus-stick {
    width: 10px;
    height: 2px;
    background: #000;
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%) rotateZ(90deg);
    -moz-transform: translateY(-50%) translateX(-50%) rotateZ(90deg);
    -ms-transform: translateY(-50%) translateX(-50%) rotateZ(90deg);
    -o-transform: translateY(-50%) translateX(-50%) rotateZ(90deg);
    transform: translateY(-50%) translateX(-50%) rotateZ(90deg);
    left: 50%;
    -webkit-transition: 1s;
    transition: 1s;
    backface-visibility: hidden
}

.minus-stick {
    width: 10px;
    height: 2px;
    background: #000;
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%) rotateZ(0);
    -moz-transform: translateY(-50%) translateX(-50%) rotateZ(0);
    -ms-transform: translateY(-50%) translateX(-50%) rotateZ(0);
    -o-transform: translateY(-50%) translateX(-50%) rotateZ(0);
    transform: translateY(-50%) translateX(-50%) rotateZ(0);
    left: 50%;
    -webkit-transition: 1s;
    transition: 1s
}

.panel-title a.collapsed .plus-stick {
    -webkit-transform: translateY(-50%) translateX(-50%) rotateZ(90deg);
    -moz-transform: translateY(-50%) translateX(-50%) rotateZ(90deg);
    -ms-transform: translateY(-50%) translateX(-50%) rotateZ(90deg);
    -o-transform: translateY(-50%) translateX(-50%) rotateZ(90deg);
    transform: translateY(-50%) translateX(-50%) rotateZ(90deg)
}

.panel-title a .plus-stick {
    -webkit-transform: translateY(-50%) translateX(-50%) rotateZ(360deg);
    -moz-transform: translateY(-50%) translateX(-50%) rotateZ(360deg);
    -ms-transform: translateY(-50%) translateX(-50%) rotateZ(360deg);
    -o-transform: translateY(-50%) translateX(-50%) rotateZ(360deg);
    transform: translateY(-50%) translateX(-50%) rotateZ(360deg)
}

.panel-group .panel {
    border-radius: 0;
    border-bottom: 1px solid #f7f7f7
}

.panel-group .panel:last-of-type {
    border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border: none
}

.panel-body {
    padding: 0 20px 15px 20px
}

.panel-body ul li a {
    text-decoration: none;
    font-size: 14px;
    color: #707070;
    -webkit-transition: .25s;
    transition: .25s
}

.panel-body ul li a i {
    padding-right: 5px;
    font-size: 15px
}

.panel-body ul li a:hover {
    color: #ffca00
}

.widget-product {
    margin-top: 20px
}

.single-widget-product {
    overflow: hidden;
    border-bottom: 1px solid #f0f0f0;
    padding: 20px 0
}

.single-widget-product:last-of-type {
    border-bottom: none
}

.product-small-img {
    overflow: hidden;
    float: left;
    display: table;
    margin-right: 20px
}

.product-name {
    display: table
}

.product-name h4 a {
    color: #212121;
    text-decoration: none;
    -webkit-transition: .25s;
    transition: .25s;
    display: block;
    margin-bottom: 15px
}

.product-name h4 a:hover {
    color: #ffca00
}

.product-name h4 {
    color: #ffca00
}

.filtering-price {
    margin-top: 30px
}

.filtering-price-ammount {
    margin: 27px 0 0;
    overflow: hidden
}

.filtering-price-ammount span.filter-text {
    color: #333;
    font-size: 16px;
    margin-right: 12px;
    font-weight: 600
}

.filtering-price-ammount span {
    float: left
}

.filtering-price-ammount span {
    font-size: 16px;
    font-weight: 700;
    color: #ffca00
}

.price-ammount-inner .currency {
    padding-right: 1px
}

.hifane {
    padding: 0 5px
}

.price-ammount-inner a {
    font-size: 14px;
    color: #000;
    background: #ffca00;
    float: right;
    padding: 5px 23px;
    text-decoration: none;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 600
}

.add-space {
    position: relative
}

.add-space img {
    width: 100%
}

.add-overlay {
    background: rgba(37, 37, 37, .5) none repeat scroll 0 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.add-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    display: inline-table
}

.add-content h2 {
    font-size: 30px;
    color: #fff
}

.add-content h2:last-child {
    font-size: 30px;
    color: #fff;
    padding: 3px 0;
    background: #ffca00
}

.flex-direction-nav a {
    width: 25px;
    height: 65px;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 1;
    -webkit-transition: .25s;
    transition: .25s
}

.flex-direction-nav a:hover:before {
    background: #ffca00
}

.flex-direction-nav a:before {
    font-family: FontAwesome;
    font-size: 22px;
    display: inline-block;
    content: '\f104';
    background: #c7c7c7;
    padding: 18px 9px;
    color: #fff
}

.flex-direction-nav .flex-prev {
    left: 0
}

.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0;
    outline: 0
}

.flex-direction-nav .flex-next {
    right: 0
}

.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0;
    outline: 0
}

.flex-direction-nav a.flex-next:before {
    content: '\f105'
}

#flex_carousel {
    padding: 0 40px
}

#flex_carousel .flex-direction-nav a {
    height: 100%;
    top: 20px;
    outline: 0;
    border-radius: 0 2px 2px 0
}

#flex_carousel .flex-direction-nav a:before {
    padding: 30px 8px;
    background: #fafafa;
    color: #e1e1e1
}

#flex_carousel .flex-direction-nav a:hover:before {
    background: #ffca00;
    color: #fff
}

#flex_carousel ul li.flex-active-slide {
    position: relative
}

#flex_carousel ul li .overlay-thumbnail {
    display: none
}

#flex_carousel ul li.flex-active-slide .overlay-thumbnail {
    background: rgba(37, 37, 37, .7) none repeat scroll 0 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block
}

.product-heading {
    margin-bottom: 14px
}

.product-heading h3 {
    font-size: 30px;
    color: #000;
    margin-bottom: 6px
}

.product-heading h3.product-price {
    color: #ffca00;
    margin: 0
}

.product-description p {
    color: #696969;
    line-height: 28px
}

.product-color-size {
    overflow: hidden;
    margin-top: 20px
}

.product-color-size .outline-select {
    float: left;
    margin-right: 8%;
    position: relative;
    border: 1px solid #f7f7f7;
    border-radius: 1px;
    margin-bottom: 30px
}

.select-icon {
    position: absolute;
    right: 0;
    top: 0;
    background: #ebebeb;
    color: #bebebe;
    padding: 9px;
    z-index: -1
}

.product-color-size .outline-select:last-of-type {
    margin-right: 0
}

.outline-select select {
    padding: 9px 59px 9px 25px;
    color: #696969;
    position: relative;
    z-index: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0 0;
    outline: 0;
    border: none
}

.product-quantity input {
    background: 0 0;
    height: 40px;
    padding: 0;
    margin: 0;
    outline: 0;
    float: left
}

.product-quantity input[type=submit] {
    width: 40px;
    border: 1px solid #f7f7f7;
    color: #b7b7b7;
    font-size: 21px;
    -webkit-transition: .2s;
    transition: .2s
}

.product-quantity input[type=submit]:nth-child(1) {
    border-radius: 3px 0 0 3px;
    font-size: 25px
}

.product-quantity input[type=submit]:nth-child(3) {
    border-radius: 0 3px 3px 0
}

.product-quantity input[type=submit]:hover {
    color: #fff;
    background: #ffca00;
    border-color: #ffca00
}

.quantity {
    border: none;
    width: 55px;
    text-align: center;
    border-top: 1px solid #f7f7f7;
    border-bottom: 1px solid #f7f7f7;
    outline: 0;
    color: #555
}

.product-code {
    float: right
}

#discount {
    outline: 0;
    padding: 10px 16px;
    width: 174px;
    border: 1px solid #f7f7f7
}

.about-product a.button {
    margin-top: 30px;
    width: 100%;
    text-align: center;
    text-transform: uppercase
}

.review-tab-heading {
    margin: 55px 0
}

.nav-tabs {
    border-bottom: 2px solid #f0f0f0
}

.nav-tabs>li>a {
    border-width: 0;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-right: 20px;
    text-transform: uppercase
}

.nav-tabs>li>a:hover {
    background: 0 0;
    border-color: #eee #eee #ddd;
    border-width: 0
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #ffca00;
    cursor: default;
    background-color: transparent;
    border-bottom-color: #ffca00;
    border-width: 0 0 2px;
    border-style: solid
}

.customar-review>h4,
.description-box>h4 {
    color: #000;
    text-transform: uppercase
}

.reviw-item {
    overflow: hidden;
    padding: 30px 0;
    border-bottom: 1px solid #f0f0f0
}

.reviw-item:last-of-type {
    border-bottom: 0
}

.customer-pic {
    display: inline-block;
    width: 80px;
    height: 80px;
    border: 1px solid #f7f7f7;
    border-radius: 100%;
    overflow: hidden;
    float: left
}

.customer-name {
    margin-bottom: 8px
}

.review-description {
    padding: 0 0 0 20px;
    display: table
}

.review-description p {
    line-height: 28px;
    color: #696969
}

.review-heading {
    margin-bottom: 4px
}

.review-heading h4 {
    font-size: 18px;
    color: #000;
    display: inline-block;
    margin-right: 22px
}

.review-heading span.review-date {
    font-size: 14px;
    color: #696969
}

.customer-rating-star {
    display: inline-block;
    position: relative;
    float: right
}

.customer-rating-star i {
    color: #ffca00;
    margin-right: 3px
}

.customer-rating-star span {
    left: 0;
    position: absolute;
    top: 0
}

.customer-rating-star span i {
    color: #ffca00
}

.description-box {
    margin-bottom: 60px
}

.description-box p {
    padding: 18px 40px;
    border: 1px solid #f0f0f0;
    margin: 36px 0 0;
    text-align: justify;
    color: #696969;
    line-height: 28px
}

.review-tab-box .input-comment h4 {
    color: #363636;
    text-transform: uppercase
}

.input-rating {
    overflow: hidden;
    margin-top: 12px
}

.input-rating p {
    font-size: 14px;
    color: #696969;
    float: left
}

.swiper-container-two {
    overflow: hidden;
    cursor: e-resize
}

.single-logo img {
    width: 100%
}

.breadcrumb-section {
    background: url(../../images/breadcumb.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    overflow: hidden;
    background-attachment: fixed
}

.breadcrumb-section .section-overlay {
    padding: 30px 0;
}

.breadcrumb-area {
    overflow: hidden;
    display: inline-block
}

.breadcrumb-title {
    font-size: 30px;
    color: #123885;
    margin-bottom: 10px;
    font-weight: 600;
    text-transform: uppercase
}

.breadcrumb-ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    display: inline-block
}

.breadcrumb-ul::before {
    /* content: "\f015"; */
    font-family: FontAwesome;
    position: absolute;
    left: -10px;
    top: 7px;
    color: #000;
    font-size: 14px
}

.breadcrumb-ul li {
    display: inline;
    padding: 0 8px;
    position: relative
}

.breadcrumb-ul li::after {
    position: absolute;
    content: "";
    right: -2px;
    top: 4px;
    width: 2px;
    height: 12px;
    background: #9c9c9c
}

.breadcrumb-ul li:last-of-type::after {
    display: none
}

.breadcrumb-ul li a {
    text-decoration: none;
    color: #a99b9b;
    font-size: 16px;
    font-weight: 400;
    display: inline-block
}

.breadcrumb-ul li.active-breadcrumb {
    font-weight: 400;
    color: #123885;
    font-size: 16px
}

.sidebar {
    border: 1px solid #f0f0f0
}

.widget {
    padding: 20px 0
}

.widget h3 {
    font-weight: 600;
    font-size: 20px;
    color: #212121;
    padding: 0 30px;
    border-bottom: 4px solid #f0f0f0;
    padding-bottom: 12px;
    position: relative;
    text-transform: uppercase
}

.widget h3:after {
    position: absolute;
    content: "";
    bottom: -4px;
    left: 0;
    height: 4px;
    width: 20%;
    background: #161617;
}

.widget .widget-content {
    padding: 0 30px
}

.category li {
    border-bottom: 1px solid #f0f0f0
}

.category li:last-of-type {
    border: none
}

.category li a i {
    padding-right: 9px
}

.category li a {
    font-size: 16px;
    color: #161617;
    font-weight: 500;
    padding: 20px 0;
    display: block;
    -webkit-transition: .1s;
    transition: .2s
}

.category li a:hover {
    color: #3f51b5;
    padding-left: 10px
}

.category li a span.category-number {
    float: right;
    color: #000;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    text-align: center;
    line-height: 34px;
    margin-top: -5px
}

.category li a:hover span.category-number {
    background: #ffca00
}

.latest-champigns {
    margin-top: 10px
}

.single-champign {
    padding: 20px 0;
    border-bottom: 1px solid #f0f0f0
}

.single-champign:last-of-type {
    border: none
}

.single-champign .champign-img img {
    width: 100%
}

.single-champign .champign-title {
    margin-top: 20px
}

.single-champign .champign-title h4 {
    margin-bottom: 7px
}

.single-champign .champign-title h4 a {
    color: #212121;
    -webkit-transition: .1s;
    transition: .1s;
    line-height: 1;
    display: block
}

.single-champign .champign-title h4 a:hover {
    color: #ffca00
}

.single-champign .champign-title p {
    color: #696969;
    font-size: 16px
}

.single-champign .champign-title p span {
    color: #ffca00
}

.widget-recent-post {
    margin-top: 33px
}

.widget-recent-post li {
    border-color: #f0f0f0
}

.widget-recent-post .latest-news-title {
    color: #212121;
    font-weight: 600
}

.widget-recent-post .latest-news-title:hover {
    color: #ffca00
}

.widget-recent-post li span {
    color: #707070;
    font-size: 15px
}

.tag {
    margin-top: 30px
}

.tag .btn-two {
    color: #212121;
    border: 1px solid #f0f0f0;
    margin-bottom: 10px
}

.tag .btn-two:hover {
    color: #000;
    border: 1px solid #f0f0f0
}

.full-img {
    overflow: hidden
}

.full-img img {
    width: 100%
}

.causes-description h3 {
    color: #1e1f21;
    font-size: 30px;
    line-height: 1;
    font-weight: 700;
    font-family: Montserrat, sans-serif;
}

.causes-description {
    margin-top: 30px
}

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

.single-description h4.description-title {
    color: #212121;
    font-weight: 600;
    margin-bottom: 21px
}

.single-description p {
    font-size: 16px;
    color: #222121;
    line-height: 28px;
    font-family: Montserrat;
    font-weight: 500;
    margin-bottom: 20px;
    text-align: justify;
}

.special-quation {
    font-weight: 600;
    line-height: 26px;
    position: relative;
    overflow: hidden;
    padding: 0 17px 0 38px;
    text-align: center;
    font-style: italic
}

.special-quation:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background-image: url(../../images/special-qoutation-left.png);
    width: 30px;
    height: 26px
}

.special-quation:after {
    position: absolute;
    content: "";
    right: 13px;
    bottom: 0;
    background-image: url(../../images/special-qoutation-right.png);
    width: 30px;
    height: 26px
}

.order-list {
    margin-bottom: 20px
}

.order-list li {
    color: #0e0e0e;
    padding: 9px 0;
    position: relative;
    padding-left: 22px;
    font-size: 15px;
    font-weight: 500;
}

.order-list li:before {
    position: absolute;
    content: "\f111";
    left: 0;
    font-family: FontAwesome;
    color: #ffca00;
    font-size: 10px;
    top: 11px
}

.causes-parcentence-box {
    float: right;
    width: 270px;
    margin-left: 27px;
    border: 1px solid #f0f0f0;
    position: relative;
    z-index: 1;
    border-bottom: none
}

.causes-parcentence-box .progressbar {
    margin-top: 40px;
    margin-bottom: 24px
}

.causes-parcentence-box .circle div {
    top: 41px
}

.causes-parcentence-list li {
    font-weight: 600;
    color: #000;
    font-size: 16px;
    padding: 13px 30px;
    border-bottom: 1px solid #f0f0f0
}

.causes-parcentence-list li:last-child {
    border: none
}

.causes-parcentence-list li span {
    color: #696969;
    font-weight: 400;
    width: 39%;
    display: inline-block
}

.causes-parcentence-box a.button {
    width: 100%;
    text-align: center;
    margin-top: 20px
}

.recent-top-donators {
    margin: 0 -15px
}

.recent-top-donators .donator-people {
    margin: 0 0;
    padding-bottom: 0
}

.tag-share {
    overflow: hidden;
    padding: 16px 0;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    margin-top: 50px
}

.tag-share span a {
    font-size: 16px;
    color: #696969;
    -webkit-transition: .2s;
    transition: .2s;
    display: inline-block;
    padding: 0 5px
}

.tag-share span:last-of-type a {
    padding-right: 0
}

.tag-share span a:hover {
    color: #ffca00
}

.post-tag {
    float: left
}

.post-share {
    float: right
}

.comment-box {
    margin-top: 65px
}

.border-title-h4 {
    border-bottom: 4px solid #f0f0f0;
    position: relative;
    padding-bottom: 13px
}

.border-title-h4:before {
    position: absolute;
    content: "";
    bottom: -4px;
    height: 4px;
    width: 15%;
    background: #ffca00;
    left: 0
}

.comment-item {
    padding: 30px 0;
    border-bottom: 1px solid #f7f7f7;
    overflow: hidden
}

.profile-image {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 100%;
    float: left;
    border: 2px solid #f0f0f0
}

.comment-content {
    display: table;
    padding: 0 0 0 20px;
    color: #696969
}

.comment-meta {
    overflow: hidden;
    margin-bottom: 7px
}

.user-name {
    float: left
}

.user-name h5 {
    display: inline-block;
    margin-right: 20px;
    position: relative;
    font-weight: 600
}

.user-name h5:after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #bebebe;
    right: -15px;
    bottom: 4px
}

.user-name h5 a {
    font-size: 18px;
    color: #000;
    text-decoration: none
}

.user-name span {
    font-size: 14px;
    color: #707070
}

.reply-btn {
    display: inline-block
}

.reply-btn a {
    color: #ffca00;
    font-weight: 400;
    font-size: 14px
}

.reply-btn a i {
    padding-left: 5px
}

.comment-list li ul {
    padding-left: 50px
}

.comment-list li ul .comment-item {
    border-bottom: 1px solid #f0f0f0 !important
}

.comment-list:last-child .comment-item {
    border-bottom: 0
}

.input-comment {
    margin: 32px 0 0
}

.input-comment h4 {
    margin-bottom: 30px
}

.sent-feedback-box {
    overflow: hidden
}

.comment-form {
    overflow: hidden;
    padding-bottom: 7px
}

.input {
    border: 1px solid #f0f0f0;
    padding: 8px 20px;
    display: inline-block;
    margin-bottom: 30px;
    width: 100%;
    margin-top: 1px;
    outline: 0
}

.comment-form input[type=text] {
    margin-right: 0
}

#comment-reply {
    border: 1px solid #f0f0f0;
    padding: 30px 20px;
    width: 100%;
    outline: 0
}

.comment-form .button {
    margin-top: 20px
}

.comment-form input::-webkit-input-placeholder {
    color: #696969;
    font-size: 14px
}

.comment-form input:-moz-placeholder {
    color: #696969;
    font-size: 14px
}

.comment-form input::-moz-placeholder {
    color: #696969;
    font-size: 14px
}

.comment-form input:-ms-input-placeholder {
    color: #696969;
    font-size: 14px
}

#comment-reply::-webkit-input-placeholder {
    color: #696969;
    font-size: 14px
}

#comment-reply:-moz-placeholder {
    color: #696969;
    font-size: 14px
}

#comment-reply::-moz-placeholder {
    color: #696969;
    font-size: 14px
}

#comment-reply:-ms-input-placeholder {
    color: #696969;
    font-size: 14px
}

.author {
    margin-bottom: 60px
}

.author .comment-item {
    padding: 0;
    border: none
}

.author .profile-image {
    width: 150px;
    height: 150px
}

.author .comment-content {
    padding-top: 25px
}

.author .user-name h5 a {
    font-size: 20px;
    -webkit-transition: .2s;
    transition: .2s
}

.author .user-name h5:after {
    display: none
}

.author .user-name h5 {
    float: left
}

.author .user-name h5 a:hover {
    color: #ffca00
}

.author .member-social-link {
    float: left
}

.author .member-social-link a:hover {
    color: #ffca00
}

.team-single h4 {
    color: #000;
    font-size: 24px;
    margin-bottom: 15px;
}

.team-member-full-img {
    overflow: hidden
}

.member-details h3 {
    font-weight: 600;
    color: #ffca00
}

.member-details h5 {
    font-size: 16px;
    color: #656565;
    margin: 9px 0 12px
}

.member-awards h4,
.member-skills h4 {
    margin-bottom: 24px
}

.member-details p {
    color: #696969;
    line-height: 28px
}

.member-social {
    margin: 19px 0
}

.member-social .social-icon {
    float: none
}

.member-social .social-icon ul li a i {
    border: 1px solid #f0f0f0
}

.member-social .social-icon ul li a i:hover {
    border-color: #ffca00
}

.member-contact-info .contact-info ul li i {
    border-color: #f0f0f0;
    background: 0 0
}

.member-description {
    margin: 50px 0
}

.member-description h4 {
    margin-bottom: 16px
}

.member-description p {
    color: #707070;
    line-height: 26px;
    margin-bottom: 20px
}

.member-description p:last-of-type {
    margin-bottom: 0
}

.member-skills .single-skill {
    float: left;
    text-align: center;
    padding: 0 20px
}

.member-skills .single-skill span {
    font-size: 14px;
    color: #696969;
    margin-top: 16px;
    display: inline-block
}

.member-skills .single-skill:first-of-type {
    padding-left: 0
}

.member-skills .single-skill:last-of-type {
    padding-right: 0
}

.single-award {
    float: left;
    padding: 0 22px;
    text-align: center
}

.single-award:last-of-type {
    padding-right: 0
}

.award-pic {
    overflow: hidden;
    font-size: 48px;
    font-weight: 600;
    color: #6e6e73
}

.award-pic img {
    width: 100%
}

.single-award span {
    font-size: 17px;
    color: #6e6e73;
    display: inline-block;
    margin-top: 0;
    font-weight: 600;
    font-family: Montserrat, sans-serif
}

.event-full-img {
    overflow: hidden;
    position: relative
}

.event-full-img img {
    width: 100%
}

.event-time-area {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 120px
}

.event-title {
    float: left;
    margin-left: 30px;
    margin-top: 49px
}

.event-title h3 {
    font-size: 24px;
    color: #fff;
    font-weight: 600
}

.event-time {
    width: 330px;
    height: 80px;
    float: right;
    margin-top: 10px;
    margin-right: 20px
}

.time_circles {
    position: relative;
    width: 100%;
    height: 100%
}

.time_circles>div {
    position: absolute;
    text-align: center;
    z-index: 1
}

.time_circles>div:after {
    content: "";
    position: absolute;
    width: 62px;
    height: 62px;
    background: #000;
    border-radius: 100%;
    z-index: -1;
    left: 11px;
    top: -19px
}

.time_circles canvas {
    position: relative;
    z-index: 2
}

.time_circles>div>h4 {
    margin: 0;
    padding: 0;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 56px;
    font-size: 14px !important;
    color: #fff;
    font-weight: 400
}

.time_circles>div>span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 18px !important;
    margin-top: .4em;
    font-weight: 600;
    color: #fff;
    line-height: 16px !important
}

.event-info-box .causes-parcentence-list li {
    font-size: 14px;
    padding: 13px 24px
}

.event-info-box .causes-parcentence-list li span {
    width: 31%
}

.event-info-box:nth-child(1) h4 {
    color: #212121;
    text-align: center;
    margin: 20px 0
}

#event_map {
    width: 100%;
    height: 200px
}

.gallery-grid-5 {
    margin: 0 0
}

.gallery-grid-5 .single-item-4 {
    padding: 0 0;
    padding-bottom: 0;
    width: 20%;
    float: left
}

.contact-ul {
    border: 1px solid #f0f0f0
}

.contact-ul>li {
    overflow: hidden;
    border-bottom: 1px solid #f0f0f0;
    padding: 25px
}

.contact-ul>li:last-child {
    border-bottom: none;
    padding-top: 12px;
    padding-bottom: 12px
}

.contact-ul>li .social-icon {
    float: none;
    text-align: center
}

.contact-ul>li span {
    float: left;
    display: table;
    margin-right: 20px
}

.contact-ul>li [class^=flaticon-]:before,
[class*=" flaticon-"]:after,
[class*=" flaticon-"]:before,
[class^=flaticon-]:after {
    margin: 0;
    font-size: 35px;
    color: #161617;
}

.contact-content {
    display: table
}

.contact-content h5 {
    font-weight: 600;
    color: #3e3e3e;
    font-size: 18px;
    text-transform: capitalize;
}

.contact-content h6 {
    color: #262626;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 5px
}

.submit-opinion h4 {
    margin-bottom: 20px;
    color: #000;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
}

.submit-opinion #comment-reply {
    min-height: 95px
}

#contact_map {
    width: 100%;
    height: 550px
}

.shop-cart-page {
    overflow: hidden
}

.shop-cart-page input {
    outline: 0 !important
}

.shop-cart-page select {
    outline: 0 !important;
    width: 100%
}

.cart-table {
    width: 100%;
    border-right: 1px solid #f0f0f0
}

.cart-table>thead {
    background: #ffca00;
    color: #000;
    font-size: 20px
}

.cart-table>thead>tr>th {
    padding: 16px 0;
    font-weight: 600
}

.cart-table>thead>tr>th.cart-product {
    padding-left: 30px
}

.cart-table>thead>tr>th.cart-quantity {
    padding-left: 28px
}

.cart-table>tbody {
    color: #333;
    font-size: 18px;
    font-weight: 700
}

.cart-table>tbody>tr {
    border: 1px solid #f0f0f0;
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0
}

.cart-table>tbody>tr>td {
    padding: 30px 0;
    color: #000;
    font-weight: 600
}

.cart-table>tbody>tr>td.cart-product {
    padding-left: 30px
}

.cart-table>tbody>tr>td.cart-remove {
    text-align: right;
    padding-right: 22px
}

.cart-table>tbody>tr>td.cart-remove a {
    text-decoration: none;
    font-weight: 400;
    width: 18px;
    height: 18px;
    background: #363636;
    display: inline-block;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    line-height: 18px;
    font-size: 14px;
    -webkit-transition: .2s;
    transition: .2s
}

.cart-table>tbody>tr>td.cart-remove a:hover {
    background: #ffca00
}

.cart-table>tbody>tr>td.cart-quantity {
    color: #000;
    font-size: 18px
}

.cart-table>tbody>tr>td.cart-quantity .product-quantity input[type=submit] {
    font-weight: 400;
    color: #000
}

.cart-table>tbody>tr>td.cart-quantity .product-quantity input[type=submit]:hover {
    color: #fff
}

.cart-product {
    width: 40%
}

.cart-product .cart-item-img {
    float: left
}

.cart-product .cart-item-name {
    float: left;
    padding: 2px 0 2px 35px;
}

.cart-product .cart-item-name a {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    -webkit-transition: .25s;
    transition: .25s
}

.cart-product .cart-item-name a:hover {
    color: #ffca00
}

.cart-price {
    width: 15%
}

.cart-quantity {
    width: 25%
}

.cart-total {
    width: 15%
}

.cart-remove {
    width: 5%
}

.cart-table>tbody>tr>td.cart-quantity .quantity {
    color: #000
}

.cart-checkout-box {
    overflow: hidden;
    padding: 18px 30px;
    border: 1px solid #f0f0f0;
    margin: 78px 0
}

#upadat-shiping,
.cart-checkout-box input[type=submit] {
    background: #000;
    color: #fff;
    border: none;
    height: 42px;
    padding: 0 20px;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-transition: .25s;
    transition: .25s;
    border-radius: 3px;
    outline: 0
}

.cart-checkout-box input[type=submit]#coupon-input {
    border-radius: 0 3px 3px 0;
    margin-left: 0;
    outline: 0
}

.cart-checkout-box input[type=submit]:last-child {
    margin-left: 20px
}

#upadat-shiping:hover,
.cart-checkout-box input[type=submit]:hover {
    background: #ffca00
}

.coupon {
    float: left
}

.cart-page-input-text {
    border: 1px solid #f0f0f0;
    height: 40px;
    padding-left: 20px;
    margin-right: -4px;
    padding-right: 10px
}

.cart-checkout {
    float: right
}

.shiping-box h3 {
    margin-bottom: 28px;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase
}

.calculate-shiping .select-icon {
    background: #ffca00
}

.calculate-shiping .select-icon i {
    color: #fff
}

.calculate-shiping .outline-select {
    position: relative;
    border: 1px solid #f0f0f0
}

.calculate-shiping .outline-select select {
    padding-left: 20px;
    color: #707070;
    border-right: 0;
    border-radius: 2px 0 0 2px
}

.calculate-shiping .outline-select.shipping-select {
    width: 48%;
    float: left
}

.calculate-shiping .cart-page-input-text {
    margin-right: 0;
    width: 45%;
    float: right
}

.calculate-shiping #upadat-shiping {
    float: left
}

.calculate-shiping .row {
    margin: 0 0 20px
}

.calculate-shiping .row:last-of-type {
    margin: 0
}

.cart-overview ul li {
    padding: 0 15px;
    border: 1px solid #f0f0f0;
    margin-bottom: 20px;
    overflow: hidden;
    line-height: 40px
}

.cart-overview ul li:last-child {
    margin-bottom: 0
}

.cart-overview ul li span {
    font-size: 14px;
    color: #696969
}

.cart-overview ul li p {
    color: #ffca00;
    font-size: 14px;
    font-weight: 600;
    line-height: 40px
}

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

.error {
    text-align: center;
    overflow: hidden
}

.error h1 {
    font-size: 300px;
    font-weight: 600;
    color: #000
}

.error h1 span {
    display: inline-block;
    color: #fff;
    background: url(../../images/404.png) no-repeat center center;
    width: 250px;
    height: 250px;
    background-color: #ffca00;
    border-radius: 100%
}

.error h2 {
    font-weight: 400;
    font-size: 48px;
    color: #ffca00;
    margin-top: -37px;
    margin-bottom: 10px
}

.error h4 {
    color: #010101;
    margin-bottom: 45px
}

.donation-form p {
    font-size: 16px;
    color: #222121;
    line-height: 28px;
    font-family: Montserrat;
    font-weight: 500
}

.donation-box-left marquee li a {
    font-size: 14px;
    color: #000;
    display: flex;
    align-items: baseline
}

.donation-box-left marquee li {
    display: flex;
    flex-direction: column;
    padding: 0 0 5px 0;
    margin-bottom: 5px
}

.donation-box-left marquee li a img {
    height: 10px;
    width: 10px
}

.donation-box-left marquee li a span {
    display: block
}

.donation-box-left marquee li p {
    display: flex;
    padding-left: 10px;
    line-height: 20px;
    font-size: 14px;
    font-family: Montserrat;
    font-weight: 500;
    color: #1e1f21
}

.donation-box-left marquee li span {
    font-size: 16px;
    margin-bottom: 6px;
    font-weight: 600;
    color: #063f5d;
    font-family: Lora, serif
}

.whats-new {
    font-size: 24px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 52px !important;
    background: #123885;
    text-align: center;
    font-weight: 700;
    box-shadow: 0 1px 4px #fff;
    margin: 4px 0;
    border-radius: 10px 10px 0 0;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px
}

.footer-logo img {
    max-width: 100%
}

.bor-full {
    background-color: #fff;
    -webkit-box-shadow: 0 0 25px 0 #dddddd82;
    box-shadow: 0 0 15px 0 #dddddd82;
    border-radius: 50px 0 50px 0;
    -webkit-border-radius: 10px 0 10px 0;
    -moz-border-radius: 50px 0 50px 0;
    -ms-border-radius: 50px 0 50px 0;
    -o-border-radius: 50px 0 50px 0;
    position: relative;
    margin-left: 40px
}

.sec-title h2:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 120px;
    height: 2px;
    background-color: #ff9800
}

.sec-title h2:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background-color: #1e1f21
}

.sec-title h2 {
    position: relative;
    display: block;
    font-size: 42px;
    line-height: 1.2em;
    color: #1b1b43;
    padding-bottom: 12px
}

.fbox-over {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 2;
    color: #fff;
    padding: 20px;
    transition: all .4s;
    -ms-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    background: #f5f5f7;
    backdrop-filter: blur(5px);
    overflow: hidden;
    min-height: 218px
}

.fbox-over .exerpt {
    opacity: 0;
    transition: opacity .4s
}

.blog-content-box {
    position: relative
}

.single-blog .fbox-over {
    transform: translate(0, 100%);
    bottom: 60px
}

.single-blog:hover .fbox-over {
    transform: translate(0, 0);
    bottom: 0;
    top: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    height: 100vh;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start
}

.single-blog {
    position: relative;
    overflow: hidden
}

.single-blog:hover .fbox-over .exerpt {
    opacity: 1;
    transition-delay: .1s
}

.exerpt p {
    font-size: 14px;
    margin-bottom: 10px;
    color: #000
}

.l-m {
    position: relative;
    color: #fff;
    margin: 4px;
    background: #221f1f;
    padding: 4px 10px;
    border-radius: 4px
}

.icon-content {
    overflow: hidden
}

.icon-lg img {
    vertical-align: middle;
    max-width: 100%;
    min-width: 65px;
    width: 65px
}

.icon-bx-wraper.style-1 {
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 1px 1.732px 60px 0 rgba(0, 0, 0, .1);
    padding: 35px 40px;
    position: relative;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px
}

.icon-bx-wraper.style-1.right {
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 169px
}

.icon-bx-wraper.style-1 .icon-lg {
    position: relative;
    z-index: 1;
    padding-top: 30px;
    overflow: hidden;
    display: table;
    padding-right: 15px
}

.icon-bx-wraper.style-1 .icon-lg:after {
    content: "";
    height: 64px;
    width: 64px;
    background-color: var(--rgba-primary-01);
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1
}

.pattern-bg-6 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 40px 0
}

.icon-bx-wraper.style-1:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    width: calc(100% - 60px);
    height: 99%;
    background-color: #021224;
    border-radius: inherit;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s
}

.member-awards {
    display: flex;
    align-items: center;
    justify-content: center
}

.team-member-full-img img {
    width: 100%;
}

.member-details h2 {
    color: #1e1f21;
    font-size: 30px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 35px;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
}

.member-details p {
    font-size: 16px;
    color: #222121;
    line-height: 28px;
    font-family: Montserrat;
    font-weight: 500;
    margin-bottom: 20px;
    text-align: justify;
}

@media only screen and (max-width:1280px) {
    .icon-bx-wraper.style-1 {
        padding: 30px 30px
    }

    .icon-bx-wraper.style-1 .icon-lg {
        padding-top: 20px;
        padding-right: 10px
    }

    .icon-bx-wraper.style-1 .icon-lg img {
        min-width: 55px;
        width: 55px
    }

    .icon-bx-wraper.style-1 .icon-lg:after {
        height: 50px;
        width: 50px
    }
}

.icon-bx-wraper.style-1:hover {
    box-shadow: 1px 1.732px 60px 0 var(--rgba-primary-1)
}

.icon-bx-wraper.style-1:hover:after {
    transform: translateX(-50%) translateY(10px)
}

.icon-bx-wraper.style-1:hover .icon-lg img {
    -webkit-animation: upToDown .5s forwards;
    -moz-animation: upToDown .5s forwards;
    animation: upToDown .5s forwards
}

.m-b30 {
    margin-bottom: 30px
}

.btn-link.effect {
    padding: 5px 15px 5px 0
}

.btn-link {
    color: #ff4917;
    text-decoration: none
}

.btn-link {
    text-transform: initial;
    font-family: Poppins, sans-serif;
    position: relative;
    z-index: 1;
    display: inline-block;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
    padding: 5px 0 5px 0
}

.btn-link {
    font-weight: 500;
    color: #03224c
}

.btn-link.effect:hover {
    padding: 5px 15px 5px 15px
}

.btn-link:hover {
    color: var(--primary-hover)
}

.btn-link.effect:hover:after {
    width: 100%
}

.btn-link.effect:after {
    content: "";
    position: absolute;
    height: 30px;
    width: 30px;
    border-radius: 30px;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: -1;
    background-color: var(--rgba-primary-01);
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s
}

.m-b15 {
    margin-bottom: 15px
}

#menu-fixed.clone .navbar-nav>li>a {
    padding: 16px 15px;
    font-size: 13px
}

h4.dz-title {
    color: #071c35;
    font-size: 2.35rem;
    font-family: Montserrat, sans-serif;
    font-weight: 600
}

.icon-lg1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: table;
    padding-right: 15px
}

.icon-lg1 img {
    vertical-align: middle;
    max-width: 100%;
    min-width: 65px;
    width: 65px
}

.f-500 {
    font-weight: 500
}

.position-absolute {
    position: absolute;
    left: 35%;
    top: 0;
    width: 26%
}

.pull-left.position-absolute img {
    width: 80%
}

a.l-m:focus,
a.l-m:hover {
    color: #fefefe;
    text-decoration: underline
}

a.anc-css {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center
}

@-webkit-keyframes upToDown {
    49% {
        -webkit-transform: translateY(100%)
    }

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

    51% {
        opacity: 1
    }
}

@-moz-keyframes upToDown {
    49% {
        -moz-transform: translateY(100%)
    }

    50% {
        opacity: 0;
        -moz-transform: translateY(-100%)
    }

    51% {
        opacity: 1
    }
}

@keyframes upToDown {
    49% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

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

    51% {
        opacity: 1
    }
}