@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@media (min-width: 1660px) and (max-width: 1920px) {
    .container{
        max-width: 1500px;
    }

}
body {
    font-family: 'Montserrat', sans-serif;
}
.main-content {
    background: url(../../assets/images/fullbg.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
/*Header*/
header{
    background-color: var(--black);
    font-family: 'Red Hat Display', sans-serif !important;
    color: var(--white);
    box-shadow: 0 0 0 1px rgba(0,0,0,.06), 0 1px 2px 0 rgba(0,0,0,.1);
}
header nav ul li a.active {
    color: #00ff00 !important;
}
/*Pulse*/

@keyframes pulse-effect {
    /*0% {*/
    /*    transform: scale(1.3);*/
    /*    box-shadow: 0 0 0 0 #ffba44;*/
    /*}*/
    0%   {transform: scale(1.3);}
    100% {transform: scale(1.1);}
}

.glow-text {
    animation: pulse-effect 1s infinite;
    display: inline-block;
}

/*Pulse*/
header.sticky{
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    animation-name: fadeInDown;
    animation-duration: .5s;
    animation-fill-mode: both;
    box-shadow: 0 0 0 1px rgba(0,0,0,.06), 0 1px 2px 0 rgba(0,0,0,.1);
    background: #fff;
}
header button.btn.btn-secondary.dropdown-toggle {
    background: #fff;
    font-size: 17px;
    color: #2B2B2B !important;
    font-weight: 600 !important;
    font-family: 'Montserrat';
    border: unset;
    padding: 1px 0px 0px;

}
header button.btn.btn-secondary.dropdown-toggle,
header button.btn.btn-secondary.dropdown-toggle a,
ul.navbar-nav li .dropdown{
    box-shadow: none !important;
    outline: none !important;
    background-color: transparent !important;
}
header .dropdown-menu {}
header .dropdown-menu a{
    padding: 5px 20px !important;
}
header button.btn.btn-secondary.dropdown-toggle img {
    padding: 0px 8px 2px 0px;
}
header .dropdown-menu {
    min-width: 9.2rem;
}

header .dropdown-item img {    padding: 0px 8px 2px 0px;
}
header .secondary_header{
    background-color: #323232;
    padding: 8px 0;
}
header ul.navbar-nav.m-auto {
    padding: 10px 0px 5px !important;
}
nav.navbar.navbar-expand-lg.navbar-light {
    display: block;
    margin: 0 auto !important;
    text-align: center;
}
header {
    position: relative;
    padding-top: 9px;
}

header.flag:before {
    position: absolute;
    content: "";
    background: url(../../assets/images/animated-flag.gif) no-repeat;
    height: 170px;
    width: 160px;
    background-size: 100%;
    left: 11%;
    top: 15px;
}

header.flag:after {
    position: absolute;
    content: "";
    background: url(../../assets/images/animated-flag.gif) no-repeat;
    height: 170px;
    width: 160px;
    background-size: 100%;
    top: 15px;
    right: 10%;
}
header nav .navbar-nav li a i {
    padding: 0px 6px 0px 0px;
}
header .secondary_header .img-box{}
header .secondary_header .img-box img{
    width: 50%;
}
header .secondary_header .sec_side_icon{float: right;}
header .secondary_header .sec_side_icon li{
    display: -webkit-inline-box;
    margin: 0 0 0 15px;
}
header .secondary_header .sec_side_icon li a{
    color: #fff;
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    margin: 0 4px;
}
header .secondary_header .sec_side_icon li a i{
    margin: 0 5px 0 0;
}
header nav{
    padding: 11px 0 !important;
}
header nav .navbar-brand{}
header nav .navbar-brand img{
}
header nav .navbar-nav li a {
    font-size: 17px !important;
    color: #2B2B2B !important;
    font-weight: 600 !important;
    font-family: 'Montserrat';
    padding: 3px 1px 2px 13px;
}
header nav .navbar-nav li{
    margin: 0 10px;
}
header nav .navbar-nav li a{
    color: #2B2B2B;
    font-size: 15px;
    font-weight: 700;
}
header .side_icons{
}
header .side_icons li{
    display: -webkit-inline-box;
    margin: 0 0 0 50px;
}
header .side_icons li a.btn{
    padding: 8px 20px;
    background: #571518;
    border-radius: 50px;
    line-height: 10px;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
}
header .side_icons li a {
    color: var(--white);
}
header .side_icons li a i{
}
/*search*/
header .openBtn {padding: 0;border: 0;background: transparent;color: #ffff;}

header .openBtn:hover {
}
header marquee {
    background-color: #c20025;
    align-items: center;
    justify-content: center;
    padding: 13px 0;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
}

.search_overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0, 0.9);
    z-index: 9999;
    /* display: flex; */
    align-items: center;
    justify-content: center;
}

.search_overlay-content {
    position: relative;
    top: 46%;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
}

.search_overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: white;
    z-index: 9999;
}

.search_overlay .closebtn:hover {
    color: #ccc;
}

.search_overlay input[type=text] {
    padding: 15px;
    font-size: 17px;
    border: none;
    float: left;
    width: 80%;
    background: white;
}

.search_overlay input[type=text]:hover {
    background: #f1f1f1;
}

.search_overlay button {
    float: left;
    width: 20%;
    padding: 15px;
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer;
}

.search_overlay button:hover {
    background: #bbb;
}
.search_overlay .overlay-content{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.search_overlay form{
    width: 80%;
    margin: auto;
}
/*search*/
/*Header*/

/*Banner*/
section.banner.lazy {
    height: 520px;
    background-size: cover !important;
    background-position: center !important;
    display: flex;
    align-items: self-end;
    padding-bottom: 6%;
}

section.banner h2 {
    font-size: 57px;
    color: #fff;
    font-weight: 600;
    line-height: 60px;
    text-shadow:
            -1px -1px 0 #000,
            1px -1px 0 #000,
            -1px  1px 0 #000,
            1px  1px 0 #000;
}

section.banner h3 {
    font-size: 45px;
    color: #fff;
    font-weight: 500;
    text-shadow:
            -1px -1px 0 #000,
            1px -1px 0 #000,
            -1px  1px 0 #000,
            1px  1px 0 #000;
}
/*Banner*/


/* Footer */
footer {
    background: url(../../assets/images/ft-bg.png)  no-repeat !important;
    background-size: cover !important;
    background-position: center;
    /*height: 567px !important;*/
    display: flex;
    justify-content: center;
    padding-top: 17.9%;
    background-color: #f9f9f9 !important;
}


.pre_footer li {
    display: inline-block;
}

.pre_footer li a {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    border-left: 2px solid;
    padding: 0px 16px 0px 16px;
    line-height: 10px !IMPORTANT;
}

.pre_footer li:nth-child(1) a {
    border: unset;
}

.pre_footer ul {
    margin: 30px 0px 35px;
}
.pre_footer ul.social_links{}
.pre_footer ul.social_links li a{}
.pre_footer ul.social_links li{}
.copyright p {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}

.copyright {
    border-top: 1px solid #707070;
    padding-top: 30px;
}
/* Footer */

/* Posts */
.heading h2 {
    font-size: 44px;
    color: #292929;
    line-height: 50px;
    font-weight: 500;
}

section.posts {
    padding: 60px 0;
}
.posts .slick-prev:before, .posts .slick-next:before {
    opacity: 1 !important;
    color: #c20025;
    font-size: 50px !important;
}

.posts .slick-prev {
    left: -50px !important;
}
.posts .slick-next{
    right: -35px !important;
}
section.posts .post-box{padding: 15px;}
section.posts .post-box img{
    height: 400px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    margin: 0 0 10px;
    padding: 10px;
    background-color: #efefef;
}
section.posts .post-box video{
    height: 400px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    margin: 0 0 10px;
    padding: 10px;
    background-color: #efefef;
}

section.posts .heading h2 {
    padding: 15px 0px 22px;
}

.post-box h3 {
    color: #292929;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    padding-top: 17px;
    min-height: 80px;
    text-transform: capitalize;
}

.post-box p {
    font-size: 16px;
    color: #292929;
    font-weight: 500;
    line-height: 24px;
}
/*Post box universal*/
section.posts .post-box{}
section.posts .post-box img{}
section.posts .post-box span{
    color: #000;
    font-weight: 600;
    font-size: 14px;
}
section.posts .post-box h3{}
section.posts .post-box p{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    min-height: 70px;
}
section.posts .post-box a.btn.btn-primary{}
/*Post box universal*/

ul.comment {padding: 0px 0px 7px;}

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

ul.comment li a {
    font-size: 16px;
    color: #292929;
    font-weight: 500;
    border-left: 2px solid #4C4C4C;
    padding: 0px 9px 0px 18px;
}

ul.comment li a img {
    padding: 0px 6px 0px 0px;
}

ul.comment li:first-child a {
    border: unset;
    padding-left: 0px;
}

.btn.btn-primary {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    background: #C20025;
    border: unset;
    padding: 15px 31px;
    border-radius: 16px;
}

.btn.btn-custom-made {
    color: #fff;
    font-weight: 600;
    font-size: 21px;
    background: #C20025;
    border: unset;
    padding: 15px 31px;
    border-radius: 16px;
    margin-left: 570px;
}

/* Posts */

/* Recent */

section.recent .heading {padding-bottom: 0px;}

.left-post h3 {
    font-size: 25px;
    color: #292929;
    font-weight: 500;
    line-height: 32px;
    text-transform: capitalize;
}


.left-post p {
    font-size: 16px;
    color: #292929;
    font-weight: 500;
    line-height: 24px;
}

.left-post .media-body {
    padding-top: 7px;
    padding-left: 9px;
    padding-right: 0;
    align-self: center;
}


.left-post .media {
    padding-bottom: 27px;
}

.countries h4 {
    color: #292929;
    font-size: 20px;
    font-weight: 500;
}

.recent .left-post .media img {
    width: 50%;
    height: 400px;
    object-fit: cover;
    object-position: center;
}
.countries .media {
    padding: 22px 0px 22px !important;
    border-bottom: 1px solid #CACACA;
}


.countries .media-body {height: 77px !important;display: flex;align-items: center;}

.countries {
    width: 90%;
    margin: 0 auto;
}

.countries input.form-control {
    border: unset !IMPORTANT;
    border-bottom: 1px solid  #CACACA !important;
    border-radius: 0px !important;
    font-size: 13px !important;
    font-family: 'Montserrat';
    font-weight: 500;
    padding-bottom: 10px !important;
    background: transparent;
}


.countries button.btn.btn-secondary {
    background: transparent;
    border: unset;
    border: unset !IMPORTANT;
    border-bottom: 1px solid  #CACACA !important;
    padding: 0px;
    border-radius: 0px;
}
section.recent h2 {
    padding: 14px 0px 5px;
}
.countries {
    background: #c200251c;
    padding: 40px 30px 40px;
    margin-top: 0%;
    border-radius: 10px;
    border: 2px solid #c20025;
}
.countries .form-group {
    margin: 0;
}
.countries i.fa.fa-search {color: #C20025;font-size: 22px;
}
.countries .media:last-child {
    border: unset;
}

section.recent {
    padding-bottom: 0;
}
.countries .input-group {
    padding: 10px 0px 10px;
}
/* Recent */



a.btn.btn-primary:hover {
    background: #2b2b2b;
}

/*Login*/
section.login{
    padding: 100px 0;
}
section.login .login_box{
    transition: all .5s ease;
    background-color: #fff;
    box-shadow: 0px 0px 10px -1px #ccc;
    border-radius: 5px;
}
section.login nav{
}
section.login nav .nav-tabs{justify-content: center;box-shadow: 0px 10px 10px 0px #c200250d;}
section.login nav .nav-tabs a{
    width: 50%;
    padding: 30px 30px;
    border: 0;
    text-align: center;
    background-color: #fff;
    transition: all .5s ease;
    color: #c20025;
    font-weight: 600;
    font-size: 26px;
    border-bottom: 2px solid #c20025 !important;
}
section.login nav .nav-tabs a.active {background-color: #c20025;color: #fff;}
section.login .tab-content {}
section.login .tab-pane {}
section.login .tab-content form{
    width: 75%;
    padding: 50px 0 80px;
    margin: auto;
}
section.login .tab-content form a.forgot{
    color: #000;
}
section.login .tab-content form input{
    padding: 40px 20px;
    border-radius: 10px;
    border: 1px solid #e3e3e3;
    color: #000;
    font-size: 18px;
}
section.login .tab-content form input:active,
section.login .tab-content form input:focus{
    box-shadow: 0 0 0 0.1rem rgb(194 0 37);
}
section.login .tab-content form button.btn{
    font-size: 18px;
}
.disclaimer_modal{
    text-align: center;
}
.disclaimer_modal .modal-header{justify-content: center;border: 0;padding: 0 0;}
.disclaimer_modal .modal-header h5{
    font-size: 24px;
    font-weight: 700;
}
.disclaimer_modal .modal-body{
    padding: 20px 20px;
}
.disclaimer_modal .modal-body p{}
.disclaimer_modal .modal-footer {
    justify-content: center;
    border: 0;
    padding: 0 0;
}
.disclaimer_modal .modal-content{
    padding: 30px 0 40px;
}
.disclaimer_modal .modal-footer button:hover:last-child{
    -webkit-animation-name: spaceboots;
    -webkit-animation-duration: 1s;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}
.disclaimer_modal .modal-footer button.bg_dark{
    background-color: #222121;
}
@-webkit-keyframes spaceboots {
    0% {
        -webkit-transform: translate(2px, 1px) rotate(0deg);
    }
    10% {
        -webkit-transform: translate(-1px, -2px) rotate(-1deg);
    }
    20% {
        -webkit-transform: translate(-3px, 0px) rotate(1deg);
    }
    30% {
        -webkit-transform: translate(0px, 2px) rotate(0deg);
    }
    40% {
        -webkit-transform: translate(1px, -1px) rotate(1deg);
    }
    50% {
        -webkit-transform: translate(-1px, 2px) rotate(-1deg);
    }
    60% {
        -webkit-transform: translate(-3px, 1px) rotate(0deg);
    }
    70% {
        -webkit-transform: translate(2px, 1px) rotate(-1deg);
    }
    80% {
        -webkit-transform: translate(-1px, -1px) rotate(1deg);
    }
    90% {
        -webkit-transform: translate(2px, 2px) rotate(0deg);
    }
    100% {
        -webkit-transform: translate(1px, -2px) rotate(-1deg);
    }
}
/*Login*/

/*Donate Page*/
section.donate{
    padding: 100px 0;
}
section.donate form{
    display: inline-flex;
}
section.donate form .form-check{
    padding: 0;
}
section.donate form .form-check label{
    line-height: inherit;
    width: 100%;
    background-color: #fff;
    display: inline-block;
    font-size: 1rem;
    padding: 6px 18px;
    margin: 0px 0 18px;
    font-weight: 700;
    cursor: pointer;
}
section.donate form .form-check input{}

form#donationForm input[type="radio"]:checked + label {
    background-color: #c20025 !important;
    color: #fff;
}
form#donationForm {
    width: 100%;
    box-shadow: 0px 0px 10px 10px #f6f6f6;
    border-radius: 5px;
    padding: 2% 2%;
    background-color: #ffffff85;
}
form#donationForm .form-group {
    width: 100%;
}
form#donationForm .form-group label {
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #efefef;
}
form#donationForm .form-group input {}
.amount_tab{width: 50%;padding: 0 15px;}
.info_tab{
    width: 50%;
    padding: 0 15px;
}
.info_tab .form-group{}
.amount_tab .form-group {display: table;}
form#donationForm input[type=radio] {
    position: relative;
}

form#donationForm input[type=radio] {opacity: 0;position: fixed;width: 0;}
section.donate form .hd{
    margin: 0 0 20px;
    color: #000;
    font-size: 18px;
    line-height: 22px;
    min-height: 50px;
}
section.donate form select{}
section.donate form textarea{
    min-height: 160px;
}
section.donate form .form-control{
    resize: none;
    border-radius: 5px;
    border: 1px solid #efefef;
    transition: all .5s ease;
}
.form-control{
    resize: none;
    border-radius: 5px;
    border: 1px solid #efefef;
    transition: all .5s ease;
    outline: none !important;
}
.form-control:focus, section.add_blog form label.custom-file-label:focus{
    border: 1px solid rgb(194 0 37) !important;
    outline: none !important;
    box-shadow: none;
}
/*Donate Page*/

/*Filter Bar*/
.filter_bar{
    margin: 20px 0;
}
/*Filter Bar*/
/* Blog Detail */
section.blog_detail {
    padding: 100px 0;
}
section.blog_detail img{
    width: 100%;
    object-fit: cover;
    margin: 10px 0;
}
.col-md-9 {
    width: 75%;
}
.entry-media {
    margin-bottom: 30px;
}
.entry-meta {
    text-transform: uppercase;
    color: white;
    padding-right: 30px;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
}
.entry-time {
    background: #C20025;
}
.entry-time, .entry-reply {
    min-width: 60px;
    min-height: 60px;
    padding: 10px;
}
.entry-time-date {
    font-weight: 900;
    font-size: 20px;
}

.dblock {
    display: block;
}
.entry-reply {
    background: #222;
    font-size: 16px;
    line-height: 24px;
}
.entry-meta a {
    color: white;
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
}
.entry-author, .entry-categories {
    font-size: 13px;
    color: #a0a0a0;
}
.entry-author a, .entry-categories a {
    color: #a0a0a0;
}
.entry-categories {
    border-left: 1px solid #e6e6e6;
    margin-left: 10px;
    padding-left: 15px;
}
.entry-title {
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 28px;
    color: #393939;
}
.entry-title a {
    color: #393939;
}

blockquote {
    padding: 2rem;
    padding: 3% 10% 1% 8%;
    border: 1px solid #ddd;
    font-style: italic;
    color: #000;
    background: #fafafa;
    position: relative;
}
blockquote::before {
    color: #666;
    position: absolute;
    font-size: 2rem;
    top: 10px;
    left: 20px;
    content: "\f10d";
    font-family: 'Font Awesome 5 Free';
}
.entry-footer {
    margin-top: 40px;
}
.tagcloud a {
    color: #666;
    font-size: 13px;
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
    border: 1px solid #ebebeb;
    padding: 7px;
    margin-right: 5px;
    margin-bottom: 10px;
    width: 125px;
    text-align: center;
    text-decoration: none;
    background-color: #f9f9f9;
}
.comments-area {
    position: relative;
}
.comments-title, .comment-reply-title {
    font-size: 24px;
    font-weight: 700;
    margin-top: 40px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 16px;
    margin-bottom: 1.5rem;
}
ol.comments, ol.comments ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
ol.comments li {
    position: relative;
    padding-left: 80px;
}
.comment-block {
    background: #f1f1f1;
    border-radius: 0.25rem;
    margin-bottom: 24px;
    padding: 24px 30px;
}
.comment-author {
    color: #111;
}
ol.comments img.avatar {
    width: 60px;
    height: 60px;
    border-radius: 60px;
    position: absolute;
    left: 0;
    top: 0;
}
.comment-author b {
    font-size: 18px;
    margin-bottom: 14px;
    display: block;
}
.comment-metadata {
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1px;
    color: #777;
    text-transform: uppercase;
}
.comment-metadata a {
    color: #777;
}

.comment-block {
    background: #f1f1f1;
    border-radius: 0.25rem;
    margin-bottom: 24px;
    padding: 24px 30px;
}
.comments-title, .comment-reply-title {
    font-size: 24px;
    font-weight: 700;
    margin-top: 40px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 16px;
    margin-bottom: 1.5rem;
}
/* Comments Form */
.comment-respond {
    padding-bottom: 0;
    margin-bottom: 20px;
}

.comment-form .required {
    color: red;
}

.comment-form label {
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #111;
    margin-bottom: 6px;
    font-size: 13px;
}

.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"], .comment-form textarea {
    padding: 1rem;
    margin-bottom: 0;
    background: #fafafa;
}

.comment-form textarea {
    height: auto;
}

.comment-form-author {
    /* padding-left: 0; */
}

.comment-form-email {
    /* padding-right: 0; */
}
.comment-author a {
    color: #111;
}
.comment-reply-title small a{
    color: #C20025;
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 0 20px;
}
.main-sidebar .widget-title {
    font-family: Lato, Helvetica, Roboto, Arial, sans-serif;
    font-size: 18px;
    line-height: 54px;
    margin-bottom: 35px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #C20025;
    font-weight: 700;
    border-bottom: 1px solid #ebebeb;
    position: relative;
}
.main-sidebar .widget-title::before {
    position: absolute;
    bottom: -1px;
    left: 0;
    content: "";
    width: 50px;
    height: 3px;
    background: #C20025;
}
.goshop_widget_posts .media-lefta {
    float: left;
    margin-right: 15px;
}
.widget-post-cat, .widget-post-meta, .tweets_txt > span {
    color: #a1a1a1;
    font-size: 12px;
    display: block;
}
.goshop_widget_posts ul h6 {
    font-size: 16px;
    font-weight: 400;
    margin-top: 0;
}

.widget-post-meta::before, .tweets_txt > span::before {
    content: "\f044";
    font-family: 'Font Awesome 5 Free';
    margin-right: 5px;
    position: relative;
    top: 2px;
    font-size: 13px;
}
}
input.search-query {
    box-shadow: none;
    border-radius: 0;
    height: 48px;
    padding-right: 40px;
    border-color: #ebebeb;
}
.search-button {
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    background: 0;
    padding: 14px 17px;
    padding-left: 10px;
    color: #ccc;
    padding: 5px 25px;
}
.bootstrap-select .btn, .form-control {
    background-color: rgba(0, 0, 0, 0);
    border-color: #000000;
    border-radius: 0;
    box-shadow: none;
    color: #000000;
    font-weight: 400;
    font-size: 13px;
    /*text-transform: uppercase;*/
    height: 50px;
    border-radius: 4px;
    line-height: 35px;
    padding: 10px 20px;
    box-shadow: none !important;
}
ul.recent_post{}
ul.recent_post li{}
ul.recent_post li a{
    color: #000;
}
/* Blog Detail */
/* Add Blog */
section.add_blog {
    padding: 100px 0px;
}
section.add_blog form{
    padding: 60px 40px;
    box-shadow: 0px 0px 20px 0px #e7e7e7;
    background-color: #f9f9f9;
}
section.add_blog form .form-control{
}
section.add_blog form label{font-weight: 400;}
section.add_blog form label.custom-file-label {
    height: 50px;
    background-color: rgba(0, 0, 0, 0);
    display: flex;
    align-items: center;
    border: 1px solid #ebebeb;
    box-shadow: none !important;
}
section.add_blog form .input-group>.custom-file{
    height: 50px;
    margin: 0 0 20px;
}
section.add_blog form .custom-file-label::after{
    height: 100%;
    display: flex;
    align-items: center;
}
/* Add Blog */
ul.navbar-nav li .dropdown {
    /*position: unset;*/
}

ul.navbar-nav li .dropdown button {
    padding: 0;
    color: #000000;
    font-size: 20px;
}

ul.navbar-nav li .dropdown button i {
}

ul.navbar-nav li .dropdown ul.dropdown-menu {
    top: 60px;
}

ul.navbar-nav li .dropdown.login_user ul.dropdown-menu li {
}

ul.navbar-nav li .dropdown.login_user ul.dropdown-menu li a {
    padding: 5px 15px !important;
}

ul.navbar-nav li .dropdown.login_user ul.dropdown-menu li a img, ul.navbar-nav li .dropdown.login_user ul.dropdown-menu li a i {
    width: 20px;
    height: 20px;
    font-size: 15px !important;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
    /* border: 2px solid #fff; */
    margin: 0 8px 0 0;
    padding: 0;
    text-align: center;
    font-size: 30px;
    color: #e40000;
}

ul.navbar-nav li .dropdown.login_user ul.dropdown-menu li a i {
    display: flex;
    align-items: center;
    justify-content: center;
    float: left; /* top: -5px; */
    position: relative;
}

ul.navbar-nav li .dropdown.login_user ul.dropdown-menu li a:hover i {
    color: #Fff;
}

ul.navbar-nav li .dropdown.login_user ul.dropdown-menu li a span {
    font-size: 14px;
    font-weight: 500;
}

ul.navbar-nav li .dropdown.login_user ul.dropdown-menu li a:hover {
    transition: all .3s ease;
}

ul.navbar-nav li .dropdown.login_user ul.dropdown-menu li a:hover span {
    color: #fff;
}

ul.navbar-nav li .dropdown ul.dropdown-menu li a {
}


ul.navbar-nav li a i.cart {
    position: relative;
}

ul.navbar-nav li a i.cart span {
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: red;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.navbar-nav li a:hover i.cart {
}

ul.navbar-nav li a:hover i.cart span {
    color: #000000;
}

/*Banner Slider*/
section.banner{}
section.banner .carousel-inner{}
section.banner .carousel-item{}
section.banner .carousel-item img.banner_img{
    height: 650px;
    object-fit: cover;
    object-position: center;
}
section.banner .carousel-item .carousel-caption{
    height: 100%;
    display: flex !IMPORTANT;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding: 0 0% 0 0;
    text-align: left;
}
section.banner .carousel-item .carousel-caption h3{
    font-size: 50px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 60px;
}
section.banner .carousel-item .carousel-caption h3 span{
    color: #f39d21;
}

section.banner .carousel-item .carousel-caption p{
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
section.banner .carousel-item .carousel-caption a.btn{
    background-color: #f39d21;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 15px 30px;
    border-radius: 16px;
}
section.banner .carousel-indicators{}
section.banner .carousel-indicators li{
    width: 12px;
    height: 12px;
    opacity: 1;
    margin: 0 5px;
}
section.banner .carousel-indicators li.active{
    background-color: #f39d21;
}
/*Banner Slider*/
header nav .navbar-nav li a.donate{
    background-color: #c20025;
    color: #Fff !important;
    padding: 5px 30px !important;
    border-radius: 10px;
    animation: crescendo .8s alternate infinite ease-in;
}

@keyframes crescendo {
    0%   {transform: scale(1);}
    100% {transform: scale(1.1);}
}


/*Pro Banner*/
section.pro-banner.lazy {
    height: 400px;
    background-size: cover !important;
    background-position: center center !important;
    display: flex;
    align-items: center;
    position: relative;
    color: #fff !important;
}

section.pro-banner:before {
    position: absolute;
    content: "";
    background: #0006;
    height: 100%;
    width: 100%;
}

section.pro-banner h2 {
    font-size: 45px;
    color: #fff;
    line-height: 56px;
    font-weight: 500;
}

section.pro-banner p {
    font-size: 20px;
    width: 93%;
    margin: 0 auto;
}

section.pro-banner a.btn.btn-primary {
    font-size: 18px;
    margin-top: 28px;
}
/*Pro Banner*/

/*our-info*/
.our-info .heading h2 {
    font-size: 33px;
    color: #292929;
    font-weight: 600;
}

.info-start {
    background: #8080800a;
    margin: 17px 0px 11px;
    padding: 31px 10px 15px 20px;
    backdrop-filter: blur(2px);
}

.info-start p a {
    font-size: 18px;
    color: #c20025;
    font-weight: 600;
}

.info-start a i {
    font-family: 'Font Awesome 5 Free';
    padding-right: 7px;
    position: relative;
    top: 1px;
}


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

.info-note p {
    color: #c20025;
    font-size: 16px;
}

.info-start h3 {
    font-size: 23px;
}
.our-info .heading h2 {
    font-size: 33px;
    color: #292929;
    font-weight: 600;
}

.our-info h3 {
    font-size: 23px;
}
.our-info {
    box-shadow: 0px 0px 10px 10px #f6f6f6;
    border-radius: 5px;
    padding: 12% 7%;
    background-color: #ffffff85;
    margin: 0px !IMPORTANT;
}


.our-info .heading h2 {
    font-size: 26px;
    font-weight: 600;
}

/*video section*/
section.videos .slick-prev:before, section.videos .slick-next:before {
    opacity: 1 !important;
    color: #c20025;
    font-size: 30px !important;
}

section.videos .slick-prev {
    left: -35px !important;
}
/*video section*/

.modal-content input[type=checkbox], .modal-content input[type=radio] {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.modal-content label {display: flex;align-items: center;justify-content: center;margin-bottom: 10px;margin-left: 20px;}

/* Responsive */
@media screen and (max-width: 1660px) {
    section.banner .carousel-item .carousel-caption{
        padding: 0 0% 0 0 !important;
    }
    header nav .navbar-nav li a {
        font-size: 15.2px !important;
        color: #2B2B2B !important;
        font-weight: 600 !important;
        font-family: 'Montserrat';
        padding: 3px 0px 2px 0px !important
    }
    header .navbar-expand-lg .navbar-nav .dropdown-menu {
        padding: 9px 10px 10px;
        min-width: 8.1rem;
        top: 103%;
    }
    header nav .navbar-nav li {
        margin: 0px 11px 5px !important;
    }
    section.donate .container {
        max-width: 1280px !important;
    }

    .our-info .heading h2 {
        font-size: 23px;
    }

    .our-info h3 {
        font-size: 19px;
    }

    .info-start p a {
        font-size: 15px;
    }

    .info-note p {
        font-size: 14px;
    }

    .info-start {
        background: #8080800a;
        margin: 17px 0px 11px;
        padding: 27px 10px 13px 19px;
    }

    .videos iframe {
        height: 270px !important;
    }
    .our-info {
        padding: 11% 7%;
    }

    /*header:after {*/
    /*    height: 170px;*/
    /*    width: 160px;*/
    /*    background-size: 90%;*/
    /*    top: 15px;*/
    /*    right: 1.6%;*/
    /*    z-index: -1;*/
    /*}*/

    /*header:before {*/
    /*    background-size: 90%;*/
    /*    left: 3%;*/
    /*    top: 15px;*/
    /*}*/

    header:before {
        position: absolute;
        content: "";
        background: url(../../assets/images/animated-flag.gif) no-repeat;
        height: 170px;
        width: 160px;
        background-size: 100%;
        left: 0;
        top: 15px;
    }

    header:after {
        position: absolute;
        content: "";
        background: url(../../assets/images/animated-flag.gif) no-repeat;
        height: 170px;
        width: 160px;
        background-size: 100%;
        top: 15px;
        right: 0;
    }

    header button.btn.btn-secondary.dropdown-toggle {
        padding: 2px 0px 0px 3px;
        font-size: 15.2px;
    }

    section.banner h2 {
        font-size: 47px;
        line-height: 63px;
    }

    section.banner .carousel-item .carousel-caption h3 {
        font-size: 40px;
        line-height: 50px;
    }
    section.banner .carousel-item .carousel-caption p {
        font-size: 14px;
    }

    section.banner .carousel-item .carousel-caption a.btn {
        font-size: 14px;
    }
    .heading h2 {
        font-size: 41px;
        color: #292929;
        line-height: 46px;
    }

    section.posts .heading h2 {
        padding: 15px 0px 19px;
    }

    .post-box h3 {
        font-size: 23px;
        line-height: 30px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .post-box p {
        font-size: 15px;
        line-height: 23px;
    }

    ul.comment li a {
        font-size: 15px;
        color: #292929;
        padding: 0px 8px 0px 16px;
    }

    .countries {
        background: #F7F7F7;
        padding: 55px 39px 46px;
        margin-top: 5%;
        width: 100%;
    }

    .countries h4 {
        font-size: 19px;
    }

    .countries .media-body {
        padding-left: 2px;
    }

    .left-post p {
        font-size: 15px;
        line-height: 23px;
    }

    .left-post h3 {
        font-size: 21px;
        line-height: 29px;
    }

    .left-post .media-body {
        padding-top: 1px;
        padding-left: 5px;
        padding-right: 0%;
    }

    section.banner.lazy {
        height: 400px;
        padding-bottom: 6% !important;
    }
    footer {
        background-position: center;
        /*height: 535px !important;*/
        display: flex;
        justify-content: center;
        padding-top: 23.9%;
        background-color: #f9f9f9 !important;
    }

    a.btn.btn-primary {
        padding: 13px 31px;
    }
}

@media(max-width: 1440px){
    section.banner .carousel-item img.banner_img{
        height: 650px;
    }
}
/* Responsive */

/**/
.info-start p {
    FONT-WEIGHT: 600;
}

section.pro-banner.daily{
    padding: 80px 0;
    height: unset;
}

/* Country Code */
.intl-tel-input,
.iti{
    width: 100%;
}

/* new */


/* new */