@font-face {
    font-family: FiraSans-Bold ;
    src: url("../../../webfonts/Fira-sans/FiraSans-Bold.otf");
}
@font-face {
    font-family: FiraSans-Book ;
    src: url("../../../webfonts/Fira-sans/FiraSans-Book.otf");
}
@font-face {
    font-family: FiraSans-Regular ;
    src: url("../../../webfonts/Fira-sans/FiraSans-Regular.otf");
}
@font-face {
    font-family: Mashtakan-boldoblique ;
    src: url("../../../webfonts/Mashtakan/mshtakan-boldoblique.ttf");
}
a,a:hover{
    text-decoration: none;
}
.btn,.btn:focus{
    outline: none;
    box-shadow: none;
    background: none;
    border: none;
}.main-txt{
    font-family: FiraSans-Book,sans-serif;
    font-size: 18px;
    color: #717171;
    line-height: 34px;
    text-align: justify;
}
.image-height{
    height: 325px;
}
.read-more,.read-more:hover{
    font-family: FiraSans-Bold,sans-serif;
    font-size: 15px;
    background-color: #F26B5C;
    border-radius: 39px;
    color: white;
    width: 185px;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}
.arrow-right {
    border: solid white;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(-45deg);
}
.arrow-position{
    position: relative;
    right: 2px;
}
.video-style-div{
    position: relative;
    width: 100%;
    height: 400px;
}
.pal-video,.pal-video:focus{
    width: 100%;
    height: 100% !important;
    border-radius: 13px;
    object-fit: cover;
    outline: none;
}
.video-opacity{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(78, 82, 90, 0.73);
    border-radius: 13px;
    pointer-events: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.play-vid{
    width: 7%;
}
.expand-img{
    width: 70%;
}
.expand-div{
    display: inline-block;
    position: absolute;
    bottom: 23px;
    z-index: 9999;
    right: 28px;
}
.dropdown-menu > a{
    background: none !important;
}
.section-title{
    font-family: FiraSans-Bold,sans-serif;
    font-size: 30px;
}
.section-title.purple{
    color: #623A9F;
}
.section-title.lightGreen{
    color: #6B9B85;
}
.section-title.dark-gray{
    color: #444141;
}
.card-news{
    border-radius: 21px;
    border: 1px solid rgba(112, 112, 112, 0.34)
}
.card-news-img{
    border-radius: 12px 12px 0 0;
    width: 100%;
}
.card-news-title{
    font-family: FiraSans-Bold,sans-serif;
    font-size: 16px;
    color: #213460;
}
.card-news-subtitle{
    font-family: FiraSans-Book,sans-serif;
    font-size: 13px;
    color: rgba(113, 113, 113, 0.6);
}
.card-news-text{
    font-family: FiraSans-Book,sans-serif;
    font-size: 15px;
    color: #717171;
    border-bottom: 1px solid rgba(113, 113, 113, 0.25);
    height: 70px;
    min-height: 70px;
    overflow: hidden;
}
.card-more,.card-more:hover{
    font-family: FiraSans-Bold,sans-serif;
    font-size: 16px;
    color: #213460;
}
.subscribe-section{
    background-color: #6B9B85;
}
.subscribe-title{
    font-family: FiraSans-Bold,sans-serif;
    font-size: 23px;
    color: white;
}
.subscribe-input,.subscribe-input:focus{
    font-family: FiraSans-Book,sans-serif;
    font-size: 14px;
    color: white;
    border: 1px solid white;
    border-radius: 30px;
    background: none;
    outline: none;
    width: 100%;
    height: 40px;
    padding-left: 14px;
}
.subscribe-input::placeholder{
    font-family: FiraSans-Book,sans-serif;
    font-size: 13px;
    color: white;
    padding-left: 14px;
}
.subscribe-button,.subscribe-button:hover{
    position: absolute;
    top: 0;
    right: 0;
    font-family: FiraSans-Bold, sans-serif;
    font-size: 14px;
    background-color: #F26B5C;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 135px;
    height: 40px;
    border-radius: 30px;
}
.border-gray-bottom{
    border-bottom: 1px solid rgba(113, 113, 113, 0.25);
}
.resources-opacity-div{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.resources-opacity-div.orange{
    background-color: rgba(246, 165, 48,0.88);
}
.resources-opacity-div.purple{
    background-color: rgba(70, 52, 112,0.88);
}
.resources-opacity-div.lightBlue{
    background-color: rgba(74, 187, 168,0.88);
}
.resources-title-div{
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    left: 0;
    text-align: center;
    height: 100%;
}
.resources-title-on-image{
    font-family: FiraSans-Bold,sans-serif;
    font-size: 24px;
    color: white;
    padding: 0 55px;
}
.make-differance-bg{
  /*  background-image: url("../../images/mobile-banking.png");
    background-repeat: no-repeat;
    background-size: cover;*/
    width: 100%;
    height: 285px;
    position: relative;
}
.make-differance-opacity{
    position: absolute;
    top: 0;
    background-color: rgba(74, 187, 168,0.85);
    width: 100%;
    height: 100%;
}
.make-differance-title{
    font-family: FiraSans-Bold,sans-serif;
    font-size: 24px;
    color: white;
}
.cloud-link{
    display: block;
    position: relative;
}
.cloud-div{
    border-radius: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*padding: 9px 15px;*/
    width: 240px;
    height: 48px;
}
.cloud-div.lightGreen-color{
    background-color: #6B9B85;
}
.cloud-div.purple-color{
    background-color: #623A9F;
}
.cloud-div.lightRed-color{
    background-color: #F26B5C;
}
.cloud-title{
    font-family: FiraSans-Bold,sans-serif;
    font-size: 17px;
    color: white;
}
.cloud-img-div{
    display: flex;
    justify-content: center;
}
.cloud-img{
    /*width: 30%;*/
    width: 60%;
}
.sponsor-img-div{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.sponsor-img{
    width: 100%;
}
.haq-img{
    width: 45% !important;
}
.section-margin-top{
    margin-top: 100px;
}
.page-title-bg{
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-title-bg.light-red{
    background-color: #F26B5C;
}
.page-title-bg.light-green{
    background-color: #689782;
}
.page-title-bg.dark-gray{
    background-color: #444141;
}
.page-title{
    font-family: FiraSans-Bold,sans-serif;
    font-size: 32px;
    color: white;
}
.pagination-nav{
    display: flex;
    justify-content: center;
}
.pagination-indicators {
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
.pagination-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 15px;
    height: 15px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: white;
    background-clip: padding-box;
    border: 1px solid #707070;
    transition: opacity .6s ease;
    border-radius: 50%;
}
.pagination-indicators li.active{
    background-color: #623A9F;
    border: 1px solid #623A9F;
}
.radius-20{
    border-radius: 20px;
}
.radius-25{
    border-radius: 25px;
}
/* Modal */
.send-modal{
    background-color: rgba(68,65,65,0.96);
    padding-left: 15px;
}
.modal-dialog{
    max-width: 100%;
}
.close-button,.close-button:focus{
    /*  position: absolute;
      top: 25px;
      left: 10px;*/
    color: rgb(152 148 147) !important;
    font-size: 32px;
}
.send-modal-content{
    background: none;
    border: none;
}
.choose-title{
    font-family: FiraSans-Bold,sans-serif;
    font-size: 45px;
    color: #EFEBE5;
}
.send-modal-body{
    margin-top: 80px;
}
.main-content{
    width: 85%;
    margin: auto;
}
.take-div{
    border: 7px solid rgb(95 93 92);
    border-radius: 15px;
    box-shadow: 0 3px 6px #00000029;
}
.take-txt{
    font-family: Mashtakan-boldoblique,sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #568670;
    line-height: 32px;
    border-radius: 9px;
    background: rgb(239 235 229);
    padding: 20px 15px;
}
.send-modal-button,.send-modal-button:hover{
    font-family: FiraSans-Bold,sans-serif;
    font-size: 19px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 65px;
    background-color: #E16659;
    border-radius: 9px;
}
/* End Modal */

/* The send-check */
.send-check {
    display: flex;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.send-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.send-check-span{
    font-family: FiraSans-Book,sans-serif;
    font-size: 17px;
    color: #EFEBE5;
    position: relative;
    top: 2px;
}
/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 27px;
    width: 27px;
    background-color: rgb(120 118 118);
    border: 1px solid white;
    border-radius: 3px;
}

/* On mouse-over, add a grey background color */
.send-check:hover input ~ .checkmark {
    background-color: rgb(120 118 118);
}

/* When the checkbox is checked, add a blue background */
.send-check input:checked ~ .checkmark {
    background-color: rgb(120 118 118);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.send-check input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.send-check .checkmark:after {
    left: 8px;
    top: 4px;
    width: 9px;
    height: 14px;
    border: solid #EFEBE5;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.org_log {
    /* background-color: #F0F0F0; */
    height: 200px;
    border-radius: 8px;
}
.max_w_100{
    max-width: 100%;
}
@media (max-width: 900px){
    .read-more, .read-more:hover{
        margin: auto;
    }
    .make-differance-bg{
        height: 100%;
    }
    .cloud-img {
        width: 30%;
    }
    .send-modal-body{
        margin-top: 35px;
    }
    .choose-title {
        font-size: 30px;
    }
    .main-content{
        width: 100%;
    }
    .take-txt{
        font-size: 21px;
    }
    .play-vid{
        width: 25%;
    }
}
