/*!
 * GetFund - GetFund Laravel Crowdufnding Platform (http://themeqx.com)
 */

@import url('https://fonts.googleapis.com/css2?family=Poppins: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');

body {
    color:#606060;
    background:#FFF;
    font-size:16px !important;
    font-family: "Poppins", sans-serif !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
h5{
    font-family: "Poppins", serif;
    font-weight: 500;
}
h5 a{
    font-family: "Poppins", serif;
    font-weight: 500;
}
a{
    font-family: "Poppins", serif;
    font-weight: 500;
}
span.clearfix a {
    font-family: 'Poppins' !important;
    font-weight: 500 !important;
}
a#slick-slide00 {
    color: #000;
}
i.fa-solid.fa-right-to-bracket {
    margin-left: 5px;
}
li.login-head {
    font-size: 14px;
}
.col-md-6.d-none.d-md-block.text-center {
    text-align: left;
}
span.show-password {
    margin-top: 0px;
    z-index: 10000;
    position: relative;
    background: #234c97;
    padding: 12px;
    color: #fff;
    border-radius: 5px;
    left: -7rem;
    top: 1.2rem;
}
@media(max-width:768px){
    span.show-password {
        margin-top: 0px;
        z-index: 10000;
        position: relative;
        background: #234c97;
        padding: 12px;
        color: #fff;
        border-radius: 5px;
        left: 0rem;
        top: -3rem;
    }
}


.slick-track p{
    color:#000;
}
.slick-track h4{
    color:#000;
    font-weight:400;
}

@media (min-width: 768px) {
    .navbar-nav {
            font-weight: 600;
        margin: 0;
    }
}
a.navbar-brand h1 {
    color: #fff;
    font-size: 22px;
    margin-top: -38px;
    padding-left: 64px;
}
.why-choose-us-box {
    background: #0000007a;
}
.why-choose-us-box {
    font-size: 110%;
    text-align: center;
   
    padding: 20px;
    margin-bottom: 20px;
    height:300px !important;
    border-radius: 15px;
}
.why-choose-us-box p{
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    color:#fff;
}
.why-choose-us-box h4{
    color:#fff;
    font-weight: 500;

}
.desc {
    padding-top: 15px;
}
@media(min-width:770px){
    .why-choose-us-box {
       
    height:270px !important;
    }
}


@media only screen and (min-width: 1024px) and (max-width: 768px) and (orientation: landscape) {
    .why-choose-us-box {
        font-size: 14px !important;
        margin-bottom: 20px;
        height: 454px !important;
        
    }
    .why-choose-us-box p {
        font-size: 15px;
        font-weight: 400;
        line-height: 29px;
        color: #fff;
    }
    .why-choose-us-box h4 {
        color: #fff;
        font-weight: 500;
        font-size: 16px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .video-wrapper {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 43vh !important;
    }
    .why-choose-us-box {
        font-size: 14px !important;
        margin-bottom: 20px;
        height: 440px !important;
        
    }
    .why-choose-us-box p {
        font-size: 15px;
        font-weight: 400;
        line-height: 29px;
        color: #fff;
    }
    .why-choose-us-box h4 {
        color: #fff;
        font-weight: 500;
        font-size: 16px;
    }
  }
.title {
    padding-top: 10px;
}

a{
    
    font-family: "Poppins", sans-serif;

}
button.viewall-perks {
    border-radius: 8px;
    border: 2px solid #234d98;
    background: #234d98 !important;
    color: #fff !important;
    width: auto;
    line-height: 45px;
    text-align: center;
    margin: 10px 0;
    -webkit-transition: all 0.4s ease-in-out;
    justify-content: center !important;
    display: grid;
    text-align: center;
    padding-left: 50px;
    padding-right: 50px;
}
.headingperks h2 {
    font-size: 42px !important;
    font-weight: 600;
}
.headingperks {
    justify-content: center;
    display: flex;
    color: #000 !important;
}
.viewperks {
    display: grid
;
    justify-content: center;
    text-align: center;
}
a:hover{
    color: #2d8dbe;
    text-decoration: none;
}
nav.navbar{
    margin-bottom: 0;
    font-size: 15px;
}
.navbar-default {
    background-image: none;
    background-repeat: repeat-x;
    border-radius: 0;
    box-shadow: none;
    border: none;
    background:transparent;
}

.navbar-nav li a{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: var(--type-navigation-large-font-family);
    font-size: var(--type-navigation-large-font-size);
    font-weight: var(--type-navigation-large-font-weight);
    letter-spacing: var(--type-navigation-large-letter-spacing);
    line-height: var(--type-navigation-large-line-height);
    padding: 15px 20px 7px;
    text-transform: var(--type-navigation-large-text-transform);
    text-transform: uppercase;
}

img.main-logo {
    max-height: 60px;
    width: auto;
}
button.btn.btn-primary {
    background: #234c97;
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    padding-left: 25px;
    padding-right: 25px;
}
a.btn.btn-lg.btn-block.btn-facebook {
    color: #234c97 !important;
    font-weight: 600;
}
a.btn.btn-lg.btn-block.btn-google {
    color: #234c97 !important;
    font-weight: 600;
}
a.btn.btn-lg.btn-block.btn-facebook:hover{
    color: #e33023 !important;
    font-weight: 600;
}
a.btn.btn-lg.btn-block.btn-google:hover{
    color: #e33023 !important;
    font-weight: 600;
}
label.col-md-4.control-label {
    color: #000;
}
.btn-link {
    font-weight: normal;
    color: #234c97;
    border-radius: 0;
    font-weight: 600;
}
hr {
    margin-top: 15px;}
button.btn.btn-primary:hover{
    background: #e33023;
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    padding-left: 25px;
    padding-right: 25px;
    border: 1px solid #e33023;
}
.search-form button {
    background-image: none;
    border-radius: 0;
    box-shadow: none;
    margin-left: -5px;
    height: 34px;
}
.search-form input {
    border-radius: 0;
    box-shadow: none;
}
button.btn.btn-primary{
    padding-top:10px;
    padding-bottom: 10px;
}
.search-form .form-group{
    vertical-align: top;
}
.form-control{
    padding: 23px 25px;
}
p.text-center.mt-3 a {
    color: #234d97;
    font-weight: 600;
}
a.top-start-btn{
    background: #337ab7;
    color: #ffffff !important;
}
a.top-start-btn:hover{
    background: #31708f !important;
    color: #ffffff !important;
}
.main-banner {
    padding: 150px 0;
    background: #d1d1d1 url("../images/main-banner.jpg") no-repeat scroll center center / cover ;
    position: relative;
    color: #fff;
    text-align: center;
}
.main-banner::before {
    content: "";
    background: rgba(0, 0, 0, 0) -webkit-radial-gradient(at center bottom, #0096d6 12%, #00328f) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) radial-gradient(at center bottom , #0096d6 12%, #00328f) repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
}
.main-banner h1 {
    font-size: 50px;
    font-weight: 100;
    margin: 0 0 10px;
}
.jumbotron-sub-text {
    font-size: 20px;
    font-weight: 100;
    margin-top: 20px;
}
.jumbotron-button-wrap {
    margin-top: 30px;
}

/*--------------------------------------------------------------
Section
--------------------------------------------------------------*/
section.section-bg-gray{
    background: #f7f7f7;
    padding: 50px 0;
}
section.section-bg-white{
    background: #ffffff;
    padding: 50px 0;
}
section.home-get-start{
    background: #f7f7f7;
    padding: 50px 0;
}
h2.section-title {
    margin: 0 0 40px;
    text-align: center;
}
h2.section-title::after{
    background: #dddddd none repeat scroll 0 0;
    content: "";
    display: block;
    height: 2px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
}
section.auth-form {
    background: #f3f7f9;
}

/*--------------------------------------------------------------
Home category box
--------------------------------------------------------------*/
.home-category-box {
    height: 370px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}
.home-category-box img {
    height: auto;
    width: 100%;
    position: relative;
    vertical-align: middle;
}
.home-category-box .title > a {
    color: #fff;
    font-size: 38px;
    height: 100%;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    line-height: 150px;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
/* .home-category-box .title > a:hover {

    background-color: rgba(0, 0, 0, 0.2);
} */

.home-category-box img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.home-category-box:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

/*--------------------------------------------------------------
Section
--------------------------------------------------------------*/
.section-footer {
    margin-top: 30px;
    text-align: center;
}
.section-action-btn {
    border: 1px solid #337ab7;
    color: #337ab7;
    font-size: 18px;
    padding: 10px 30px;
    text-align: center;
    -webkit-transition: all 0.3s linear 0s;
            transition: all 0.3s linear 0s;
    position: relative;
}
.section-action-btn:hover {
    background: #337ab7;
    color: #ffffff;
}
/*--------------------------------------------------------------
Campaign, campaign box, campaign preview
--------------------------------------------------------------*/

.box-campaign{
    background: #ffffff;
    border: 1px solid #efefef;
    -webkit-transition: all 0.3s linear 0s;
            transition: all 0.3s linear 0s;
    margin-bottom: 25px;
    height: 379px;

}
.box-campaign img{
    width: 100%;
    height: 184px;
    /* height: auto; */
}
.box-campaign-image {
    width: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}
.box-campaign-image img {
    display: block;
    position: relative;
}

.box-campaign-image a.info {
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    background-color: transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-weight: normal;
    margin: 10px;
    padding: 25%;
}
.box-campaign:hover .box-campaign-image a.info {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.box-campaign-image a.info:hover {
    box-shadow: 0 0 5px #fff;
}
.box-campaign-content{
    color: #606060;
    padding: 20px;
    height: 131px!important;
}
.box-campaign-description h4{
    margin-top: 0;
}


.box-campaign-summery ul{
    margin: 15px 0;
    padding: 0;
    list-style: none;
}
.box-campaign-summery ul li{
    display: inline-block;
    width: 32%;
}
.box-campaign-summery ul li strong, .box-campaign-footer ul li strong{
    display: block;
}
.box-campaign-footer ul{
    margin: 15px 0;
    padding: 0;
    list-style: none;
}
.box-campaign-footer ul li{
    display: inline-block;
    vertical-align: top;
}
.box-campaign-footer ul li:first-child{
    width: 65%;
}
.box-campaign-footer ul li:last-child{
    width: 33%;
}
.box-campaign-footer ul li img{
    display: inline;
    max-width: 20px;
    max-height: 20px;
    margin-right: 10px;
    border-radius: 50%;
}

.box-campaign-lists{
    display: -webkit-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.box-campaign-lists > [class*='col-'] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.home-get-start-content{
    text-align: center;
}
.home-get-start-content h3.section-title{
    margin: 0;
    font-weight: 600;
}
.home-get-start-content .sub-title{
    margin: 20px 0;
    font-size: 16px;
}
.why-choose-us-box {
    font-size: 110%;
    text-align: center;

    padding: 20px;
    height: 100%;
    margin-bottom: 20px;
}
.why-choose-us-box .icon {
    font-size: 200%;
}
.btn-outline {
    border: 2px solid #337ab7;
    color: #337ab7;
    min-width: 150px;
}
.btn-outline:hover {
    background: #337ab7;
    color: #ffffff;
}
.btn-filled{
    border: 2px solid #337ab7;
    background: #337ab7;
    color: #ffffff;
    min-width: 150px;
}
.btn-filled:hover{
    border: 2px solid #31708f;
    background: #31708f;
    color: #ffffff;
}

.btn-lg-outline {
    border: 2px solid #337ab7;
    color: #337ab7;
    background: #ffffff;
    min-width: 150px;
    padding: 20px 50px;
    font-size: 16px;
    -webkit-transition: background-color 0.25s ease-out 0s, color 0.25s ease-out 0s;
            transition: background-color 0.25s ease-out 0s, color 0.25s ease-out 0s;
}
.btn-lg-outline:hover {
    background: #337ab7;
    color: #ffffff;
}
.btn-lg-filled{
    border: 2px solid #337ab7;
    background: #337ab7;
    color: #ffffff;
    min-width: 150px;
    padding: 20px 50px;
    font-size: 16px;
    -webkit-transition: background-color 0.25s ease-out 0s, color 0.25s ease-out 0s;
            transition: background-color 0.25s ease-out 0s, color 0.25s ease-out 0s;
}
.btn-lg-filled:hover{
    border: 2px solid #31708f;
    background: #31708f;
    color: #ffffff;
}

/*--------------------------------------------------------------
Categories
--------------------------------------------------------------*/

.categories-wrap{
    padding: 50px 0;
}

/*--------------------------------------------------------------
Single campaign
--------------------------------------------------------------*/
.campaign-details-wrap {
    margin-bottom: 50px;
}
.single-campaign-header{
    background: #f7f7f7;
    padding: 40px 0 0;
    border-bottom: 3px solid #1aa7db;
    margin-bottom: 20px;
}
h1.single-campaign-title {
    margin-top: 0;
    text-align: center;
}
.single-campaign-menu{
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    margin-top: 30px;
}
.single-campaign-menu ul{
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0;
    list-style: none;
    text-align: center;
}
.single-campaign-menu ul li{
    display: inline-block;
}
.single-campaign-menu ul li a{
    display: block;
    font-size: 16px;
    padding: 1.5rem 3rem;
}
.single-campaign-embeded{
    margin-bottom: 20px;
}
.campaign-decription img{
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 100%;
    position: relative;
    display: table;
    height: auto !important;
    vertical-align: middle;
}

h3.campaign-single-sub-title {
    font-size: 20px;
    font-weight: 100;
    line-height: 25px;
    margin-top: 0;
    margin-bottom: 20px;
}
.social-icon path {
    fill: #234d98; /* Default color */
    transition: fill 0.3s ease; /* Smooth transition */
}

.social-icon:hover  path {
    fill: white; /* Color on hover */
}
a#scroll-to-top {
    display: none;
}
.single-author-box img{
    max-width: 35px;
    max-height: 35px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
    margin-right: 10px;
}
.single-author-box > p {
    display: inline-block;
    vertical-align: top;
}
.campaign-progress-info .progress{
    margin-bottom: 0;
}
.campaign-progress-info ul{
    margin: 10px 0;
    padding: 0;
    list-style: none;
}
.campaign-progress-info ul li{
    display: inline-block;
    width: 48%;
}
.campaign-progress-info ul li:last-child{
    text-align: right;
}
.donate_amount_field{
    position: relative;
    margin-bottom: 10px;
}
.donate_currency {
    font-size: 20px;
    left: 13px;
    position: absolute;
    line-height: 49px;
}
.donate_amount_field .form-control {
    border-radius: 0;
    padding: 15px 10px 15px 30px;
    height: 50px;
    font-size: 18px;
}
.donate-amount-placeholder{
    margin-bottom: 10px;
}
.donate-amount-placeholder ul{
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    list-style-type: none;
    margin: 0;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 0;
}
.donate-amount-placeholder ul li {
    font-size: 18px;
    line-height: 25px;
    min-width: 25%;
    padding: 0.7em;
    text-align: center;
    border-right: 1px solid #ccc;
    cursor: pointer;
}
.donate-amount-placeholder ul li:last-child {
    border-right: none;
}
.donate-form-button button{
    background-image: none;
    border-radius: 0;
}
.campaign-decription {
    font-size: 15px;
}
.campaign-decription .update-wrap {
    background: #f9f9f9 none repeat scroll 0 0;
    margin: 0 0 10px;
    padding: 10px;
}
.campaign-decription .update-wrap h2{
    margin: 0;
    font-weight: 300;
}

.socialShareWrap ul{
    margin: 0;
    padding: 0;
}
.socialShareWrap ul li{
    list-style: none;
    display: inline-block;
}
.socialShareWrap ul li a{
    display: block;
    font-size: 30px;
    margin: 2px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
/*--------------------------------------------------------------
Reward
--------------------------------------------------------------*/
.reward-box {
    font-size: 15px;
    background: #f7f7f7;
    /* padding: 20px; */

    margin: 20px 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.reward-box a:hover{
    color: #666666;
}
.reward-box span {
    display: block;
}
.reward-box span.reward-amount {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.reward-box span.reward-amount strong{
    color: #1aa7db;
}
.reward-box span.reward-text {
    margin-bottom: 10px;
}
.reward-box span.reward-claimed-count , .reward-box span.reward-estimated-delivery{
    font-weight: 100;
}
.reward-box .reward-button{
    padding: 10px;
    border-radius: 8px;
    border: 2px solid #234d98;
    background: #234d98 !important;
    color: #fff !important;
    width: 100%;
    line-height: 45px;
    text-align: center;
    margin: 10px 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
span.reward-button.text a {
    color: #fff;
}
span.reward-button.text:hover {
    background: #e31f25 !important;
    border: 2px solid #e31f25;
}
.reward-box .inner-box a[href*="Read More"] {
    display: none !important;
}
.reward-box:hover .reward-button:hover{
    background: #1aa7db;
    color: #ffffff;
}

.reward-box.reward-disable {
    opacity: 0.5;
    cursor: not-allowed;
}

.reward-box.reward-disable:hover {
    border: none;
    border: 1px solid #eeeeee;
}
.reward-box.reward-disable:hover .reward-button{
    border: 2px solid #1aa7db;
    color: #1aa7db;
    background: #ffffff;
}
.dashboard-wrap {
    background-color: #f5f8fa;
    padding: 10px 0;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
}
/*--------------------------------------------------------------
Checkout
--------------------------------------------------------------*/

.checkout-wrap {
    margin-bottom: 100px;
}
.checkout-top {
    background: #f2f5ff none repeat scroll 0 0;
    padding: 10px;
}
.checkout-top h2{
    margin: 10px 0;
    font-weight: 300;
}
.donation-summery{
    font-size: 15px;
}
.donation-summery .text-muted{
    font-size: 12px;
}
td.border-none{
    border: none !important;
}
.name_display_wrap label {
    border: 1px solid #dddddd;
    display: inline-block;
    padding: 10px 20px;
}
.name_display_wrap label input[type="radio"], input[type="checkbox"] {
    margin: 0;
    vertical-align: top;
}

.contributing-to-name{
    margin-top: 50px;
}
.contributing-to h3{
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 20px;
}
.guest_checkout_text{
    margin-bottom: 20px;
}
.checkout-empty{
    background: #f5f8fa;
    padding: 50px 0;
    text-align: center;
}
.checkout-empty h1{
    font-weight: 300;
    margin-bottom: 20px;
}
.payment-received{
    text-align: center;
    padding: 100px 0;
}
.payment-received h1{
    font-weight: 300;
}
.no-data{
    padding: 50px 0;
    text-align: center;
}
.no-data h1{
    font-weight: 300;
}
.no-data i{
    font-size: 25px;
}
/*--------------------------------------------------------------
Auth Form
--------------------------------------------------------------*/
section.auth-form{
   
    padding: 50px 0;
}
.panel-default > .panel-heading {
    color: #333;
   
}

a.btn.btn-block.btn-facebook {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    color: #606060;
    font-weight: 700;
    box-shadow: 0px 15px 20px rgb(239 239 239);
    
}
a.btn.btn-light.btn-block{
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    color: #606060;
    font-weight: 700;
    box-shadow: 0px 15px 20px rgb(239 239 239);
}
i.fa-brands.fa-facebook{
    color: #234c98;

}
a.btn.btn-block.btn-google{
    margin-top: 15px;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    color: #606060;
    font-weight: 700;
    box-shadow: 0px 15px 20px rgb(239 239 239);
}
i.fa-brands.fa-google {
    color: #ea4335;
}
.panel-default > .panel-heading {
    background-image: none;
    justify-content: center;
    align-items: center;
    color: #000;
    font-size: 30px;
    font-weight: 700;
    font-family: 'Poppins';
    padding-top: 20px;
    padding-bottom: 20px;
}
.form-control:focus {
    border-color: #234c97;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(36 85 128 / 38%);
}
label.rem {
    color: #000 !important;
    font-weight: 600;
    /* margin-top: 0px; */
}
input.rem {
    margin-top: 3px;
}
/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
footer {
    background: #224C98;
    color: #ffffff;
    font-weight: 300;
}
.footer-top{
    padding-top: 50px;
    padding-bottom: 50px;
}
.footer-about img{
    max-height: 25px;
    width: auto;
    margin-bottom: 20px;
}
.footer-widget-title{
    margin-top: 0;
}
.footer-widget ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.footer-widget ul.contact-info li a[href="http://127.0.0.1:8000"] {
    display: none;
  }
.footer-widget ul li i, .footer-widget ul li span{
    display: inline-block;
}
.footer-social {
    display: flex;
    justify-content: center;
    padding: 20px;

  }
  small.form-text.text-muted {
    float: inline-end;
}
.side-can{
    display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 2.5rem;
        height: 2.5rem;
        border-radius: 50%;
        background-color: #f44336;
        color: #fff;
        font-size: 1.5rem;
        cursor: pointer;
        border: none;
        outline: none;
        transition: background-color 0.3s ease;
        margin-left: -1px;
        margin-top: -1px;
    
}
.sub-item-footer a:hover {
    color: #e33023 !important;
}

.sub-item-footer a {
    color: #fff !important;
}
button.dropdown-toggle {
    background: #fff !important;
    padding: 12px;
    color: #234c97;
}
a.top-start-btn {
    padding-bottom: 10px !important;
    margin-top: -3px;
}
a.top-start-btn {
    right: 25%;
}



.side-can:hover{
    display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 2.5rem;
        height: 2.5rem;
        border-radius: 50%;
        background-color: #f44336;
        color: #fff;
        font-size: 1.5rem;
        cursor: pointer;
        border: none;
        outline: none;
        transition: background-color 0.3s ease;
}

  .social-icon {
    text-decoration: none;
    color: white;
    font-size: 24px;
    margin: 0 10px;  /* Adjust margin to control spacing between icons */
    padding: 15px;  /* Adjust padding for larger or smaller round shapes */
    border-radius: 50%;
    transition: background-color 0.3s ease;
    background-color: #555;  /* Background color for the circular shape */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 43px;
    height: 43px;
  }

  .social-icon:hover {
    background-color: #e31f25;  /* Darken on hover */
  }
  .footer-social .social-icon i {
    color: #234c98;
  }
  .facebook {
    background-color: #fff;
  }

  .twitter {
    background-color: #fff;
  }

  .instagram {
    background-color: #fff;
  }

  .linkedin {
    background-color: #fff;
  }

  .footer-social .social-icon i {
    color: #234c98;

    font-size: 18px;  /* Adjust font size to make the icon smaller inside the circle */
  }
  .footer-social .social-icon i:hover{
    color: #fff;

    font-size: 18px;  /* Adjust font size to make the icon smaller inside the circle */
  }
.footer-widget ul li i{
    vertical-align: top;
    margin-top: 5px;
}
.footer-widget ul li span{
    padding-left: 5px;
}
.footer-widget ul li a{
    color: #ffffff;
}
.footer-bottom {
    border-top: 0.5px solid #f7f7f7;
    padding: 30px 0 20px;
}
.footer-copyright {
    text-align: center;
}
@media(max-width:768px){
    .footer-social {
    margin-left: -13rem;
}
.footer-widget {
    margin-top: 39px;
}
}
.footer-social {
    margin-left: -3rem;
}
p.footer-copyright {
    font-size: 13px;
    font-weight: 600;
}
a.btn.btn-primary.pull-right.pt-2 {
    margin-left: 10px;
}
.sub-item-footer a {
    color: #fff !important;
    font-family: 'Poppins';
    font-weight: 500 !important;
    line-height: 40px !important;
}
.side-bar .menu .item a {
    font-family: 'Poppins' !important;
}
.off-canvas a {
    font-family: 'Poppins';
}
/*--------------------------------------------------------------
overwriting bootstrap
--------------------------------------------------------------*/
.progress-bar{
    background-image: none;
    box-shadow: none;
}
.panel {
    
  
    border-radius: 4px;
    
    margin-bottom: 22px;
    border-radius: 10px !important;
}
.panel-default {

}

/**
 * @date April 29, 2017
 * @since v.1.1
 */
.bankPaymetWrap{
    margin-top: 50px;
}
.bankPaymetWrap .jumbotron {
    padding: 20px !important;
}
.footer-campaign-stats {
    border-top: 1px solid #dddddd;
    padding: 40px 0;
    text-align: center;
}
.footer-campaign-stats h4{
    color: #337ab7;
}

.wrap-404{
    text-align: center;
    padding: 100px 0;
    background: white !important;
}
/*--------------------------------------------------------------
Responsive
--------------------------------------------------------------*/
@media screen and (min-width: 1160px) {


}

@media screen and (max-width: 1159px) {

}

@media only screen and (max-width: 767px) {

}

@media screen and (max-width: 468px) {

}

   
/* external css: flickity.css */

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }


  .gallery {
    background: #EEE;
  }

  .gallery-cell {
    width: 66%;
    height: 200px;
    margin-right: 10px;
    background: #8C8;
    counter-increment: gallery-cell;
  }

  /* cell number */
  .gallery-cell:before {
    display: block;
    text-align: center;
    content: counter(gallery-cell);
    line-height: 200px;
    font-size: 80px;
    color: white;
  }

