/*
Theme Name: SCFO 0.1
Theme URI:
Description: Elsayed Eldaly 0545467758 - Ummah Design
Version: 0.1
Author:  ENG.Elsayed Eldaly
Author URI:
Tags: Design, Web design, wordpress, hosting, web hosting

*/
img{ max-width: 100%; height: auto}

blockquote {
    background: #f9f9f9;
    border-left: 10px solid #ccc;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    text-align: center;
    padding: 20px;
}
blockquote p {
    display: inline;
}
/*pagenav*/

.pagination {
    direction: rtl !important;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding: 6px 12px 6px 3px;
}
.pagination span, .pagination a {
    background: var(--blue);
    color: #fff;
    display: block;
    float: left;
    height: 32px;
    line-height: 32px;
    margin: 0 0 0 8px;
    padding: 0 12px;
    text-decoration: none;
    transition: all 0.2s ease-in-out 0s;
    width: auto;
    font-size:12px;
    font-weight:400;
    border: 1px solid #ddd;

}
.pagination a{ background-color: #f5f5f5; color: #333;}
.pagination a:hover {
    background:#D72C00;
    color: #fff;
}
img{ display: unset}
#blog .item p{ padding-right: 10px !important; padding-left: 10px !important;}
#blog .item .img-blog .date{ width: 150px;}
.prjctLstngSec .prjctLstngCnt .prjctLstngBx > div._cntnt > div._spcfctn{ display: none }
.prjctLstngSec .prjctLstngCnt .prjctLstngBx > div._cntnt ._box_A{ width: 100%}
._nwsDtlSec ._nwsDtl .nwsDtlCntnt .postDltCnt a{ margin-bottom: 0 !important;}
.share-button {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width:6em;
    height:2em;
    line-height:2em;
}

.social-toggle {
    display:block;
    font-weight:bold;
    font-size:90%;
    text-align:center;
    text-transform:uppercase;
    transition:all 0.25s;
    color:rgb(200,200,200);
    background:rgba(200,200,200,.05);
    border: 2px solid rgb(200,200,200);
}

.social-toggle:hover {
    background:rgb(200,200,200);
    color:#333;
}

.no-js .social-toggle, .no-js .social-toggle:hover {
    cursor: default;
    border:none;
    background:transparent;
    color:rgb(200,200,200);
    pointer-events:none;
}

.social-networks {
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0) translateY(-190px);
    transform: scale(0) translateY(-190px);
    opacity: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    margin-left: -20%;
    /* stops flickering */
    -webkit-backface-visibility: hidden;
}

.social-gplus {
    background: #0e76a8;
}

.social-twitter {
    background: #6cdfea;
}
.social-mail{ background: #BB001B}

.social-networks.open-menu, .no-js .social-networks {
    -webkit-transform: scale(1) translateY(-90px);
    transform: scale(1) translateY(-90px);
    opacity:1;
}


.social-networks ul {
    position:relative;
    top:0;
    left:0;
    width: 180px;
    height: 40px;
    color: #fff;
    background: #3b5998;
    margin: auto;
    padding: 0;
    list-style: none;
}

.social-networks ul:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    right: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
}

.social-networks.open-menu ul:after, .no-js .social-networks ul:after {
    margin: 35px auto;
    border-top: 12px solid #3b5998;
}

.social-networks li {
    font-size: 90%;
    width: 45px;
    margin: 0;
    text-align: center;
    float: left;
    display: block;
    height: 40px;
    line-height:40px !important;
    position: relative;
    z-index: 2;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    transition: all .3s ease;
}

.share-button a {
    text-decoration:none;
}

.social-networks a {
    display: block !important;
    width: auto !important;
    color: #fff !important;
    border: 0 !important;
    padding: 0 !important;
    height: 40px !important;
    line-height: unset !important;
    font-weight: 700 !important;
    text-transform: unset !important;
}

.social-networks a:hover {
    color:#222;
    border-radius: 0 !important;
}
._nwsDtlSec ._nwsDtl .nwsDtlCntnt .postDltCnt .postdate{ margin-top: 0}
.news {
    margin-bottom: 30px;
    background-color: rgba(28, 71, 135, 1);
    position: relative;
    overflow: hidden;
    color: #fff;
    border-radius: 3px;
    padding-bottom: 70px;
}
.news h6{
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
    padding-bottom: 10px;
    font-weight: 700;
    max-height: 66px;
    overflow: hidden;
}
.news .date{
    position: absolute;
    top: 20px;
    width: 150px;
    left: 20px;
    z-index: 5;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    background-color: rgba(28, 71, 135, 0.85);
    color: #fff;
    text-align: center;
}
.news .img-blog{
    position: relative;
    width: 100%;
    height: auto;
}
.news p{
    padding-right: 10px !important;
    padding-left: 10px !important;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 12px;
    text-align: left;
}
.evntsSec .evntsCnt .evntHdr ._dates li.current {
    background-color: #003875;
    color: #ffffff;
    font-weight: 500;
}
.evntsSec .evntsCnt .evntHdr ._dates li.current a{ color: #fff;}
.evntsSec .evntsCnt .evntBxCnt .evntBx ._lctn p {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 0;
}
.eventPopupSec .eventPopupCnt .cntntBox > div._hdr .clsPpup {
    color: #333;
    background-color: rgba(255, 255, 255, 0.8);
}
.eventPopupSec .eventPopupCnt .cntntBox > div._hdr .clsPpup:hover{ color: #fff}
.evntDlt li {
    width: 49%;
    margin-right: 1%;
}
.slick-slide img{ width: 100%}
.video .vdoBx {
    position: relative;
    height: 310px;
    background-color: #ff0000;
    overflow: hidden;
    border-radius: 10px;
}
.video .vdoBx a {
    display: block;
    position: relative;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.video .vdoBx a img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
}
.video .vdoBx a .vdoDscptn {
    position: absolute;
    width: 96%;
    left: 2%;
    bottom: 3%;
    z-index: 1;
    background-color: rgba(255, 0, 0, 0.9);
    color: #ffffff;
    border-radius: 7px;
    padding: 10px 15px;
    align-items: center;
}
.video .vdoBx a .vdoDscptn ._icon {
    flex: 1;
    display: block;
    max-width: 50px;
    height: 50px;
    min-width: 50px;
    font-size: 36px;
    line-height: 50px;
    margin-right: 10px;
}
.video .vdoBx a .vdoDscptn p {
    line-height: 20px; }
.video .vdoBx a:hover::after {
    transform: scale(1.1); }
.inputBox br{ display: none}
.nwsDtlCntnt ul{ list-style: initial; list-style-type: square }
.nwsDtlCntnt ul li{ margin-bottom: 10px; line-height: 24px;}
.vale {
    list-style: outside;
    list-style-type: disc;
    list-style-type: initial;
}
.vale li {
    font-size: 18px;
    color: #003875;
    width: 48%;
    float: left;
    margin-bottom: 10px;
}
.facts .facts-text {
    position: relative;
    width: 96%;
    float: none;
    clear: both;
    display: block;
    text-align: center;
}
.facts .facts-text h6{ padding-right: 10px; padding-left: 10px;}
.facts .facts-icon1::before {
    content: "\f0f7";
}
.facts .facts-icon4::before {
    content: "\f041";
}
.ourGoalSec .goalsPointCnt .goalsPoint .pointBox ._icon{ background-size: 66%}
.year, .year2 {
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-color: rgba(0,0,0,0.6);
    padding: 5px;
}
.year2{ text-align: left; bottom: 0; top: auto}
.ourAchivTimlnSec{
    background-image: url("images/logo_color.svg");
    background-size: 250px;
    padding-bottom: 250px;
}
.strngCmtiSec p{ min-height: 55px;}
.strngCmtiSec {
    padding-bottom: 4px;
}
.strngCmtiPrntSec div:nth-child(5) .strngCmtiSec:hover {background-color: var(--green); color: var(--white);}
.evntDlt li:first-child{ width: 49%}
.profile-proces .sbCnt p, ._hmAbtSec ._details p{ font-size: 20px;}
body{ font-size: 18px;}
.imgCont._leftAlign {
    margin: -50px 40px 30px -50%;
    text-align: center;
    font-weight: 700;
}

.cntntBxSec .cntntBxCnt .cntnt p{ margin-bottom: 0}
.vvale li{ padding: 20px;}
.vvale img{}
.vimg {
    min-height: 113px;
    vertical-align: middle;
    text-align: center;
}
.prjctTopSec .tpSecCntntCont .intiveBoxNm h1{ max-width: 300px;}
.detailCntntSec .objctvCntnt .points li{ font-weight: 700}
.slpSldr{
    position: relative;
    width: 100%;
    z-index: 0;
}
.slpSldr img {
    width: 100%; display: block;
}
.reg{ background: none !important;}
.cnctcSec .cntctCnt .cntctFrmCnt.reg ._formCnt .inputBox {
    position: relative;
    height: 70px;
    border-radius: 6px;
    overflow: hidden;
    background-color: #f5f5f5;
    margin-bottom: 30px;
    color: #003875;
    width: 48%;
    float: left;
    display: inline-block;
    margin-right: 8px;
    margin-left: 8px;
}
.reg .inputBox{}
.reg .inputBox input{
    padding: 15px;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
}
.cnctcSec .cntctCnt .cntctFrmCnt.reg ._formCnt .inputBox input, .cnctcSec .cntctCnt .cntctFrmCnt.reg ._formCnt .inputBox textarea, .cnctcSec .cntctCnt .cntctFrmCnt.reg ._formCnt .inputBox select {
    color: #003875;
    background-color: transparent;
    position: relative;
    width: 100%;
    height: 100%;
    border: 0;
    font-family: "Cairo", sans-serif;
    padding: 15px;
    font-size: 15px;
}
.cnctcSec .cntctCnt .cntctFrmCnt.reg ._formCnt button {
    position: relative;
    border-radius: 5px;
    width: auto;
    height: auto;
    padding: 10px 25px;
    margin: 0;
    left: auto;
    right: auto;
    font-size: 18px;
}
.reg h4{ text-align: center}
.reg h3{ text-align: center; color: #003875;}
.regs{
    padding: 25px 50px;
}
.regs a{
    max-width: 300px;
    height: 70px;
    padding: 0 30px;
    font-size: 22px; margin: auto;
}

.cnctcSec .cntctCnt .cntctFrmCnt.reg ._formCnt .scre .inputBox{ width: 100%; margin-bottom: 10px;}
.scre button{ margin-top: 20px !important;}
.scre hr{ border-color: #ddd; display: none}
.retitle {
    display: block;
    position: relative;
    text-align: center;
    margin-bottom: 24px;
    font-weight: 700;
    font-size: 21px;
    text-transform: uppercase;
    overflow: hidden;
    clear: both;
    padding-top: 12px;
}
li.lang-en{ display: none !important;}

.page-form{
    padding: 50px 0;
    background-color: #f5f5f5;
    overflow: hidden;
    display: block;
}
.rego{ position: relative; display: block;}
.rego h4{
    text-align: center;
    text-transform: unset;
    font-size: 21px;
    line-height: 31px;
}
.prjctLstngSec .prjctLstngCnt .prjctLstngBx{ background-size: cover; background-position: top}
.acrdtnPrcSec .dwnldAppFrm .dwnldBtn{ height: 60px; line-height: 60px;}
/* Popup box BEGIN */
.hover_bkgr_fricc, .hover_bkgr_fricc-2, .hover_bkgr_fricc-3{
    background:rgba(0,0,0,.4);
    cursor:pointer;
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
}
.hover_bkgr_fricc .helper, .hover_bkgr_fricc-2 .helper, .hover_bkgr_fricc-3 .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.c-pop {
    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: auto;
    max-width: 551px;
    min-height: 100px;
    vertical-align: middle;
    width: 60%;
    position: relative;
    border-radius: 8px;
    padding: 25px 3%;
}
.c-pop ul{ margin: 0; padding: 0; list-style: none}
.c-pop ul li{ display: block; text-align: left; padding: 8px 0; border-bottom: 1px dotted #ccc;}
.c-pop ul li:last-child{ border-bottom: 0;}
.popupCloseButton, .popupCloseButton-2, .popupCloseButton-3 {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.popupCloseButton:hover, .popupCloseButton-2:hover, .popupCloseButton-3:hover {
    background-color: #ccc;
}
.trigger_popup_fricc, .trigger_popup_fricc-2, .trigger_popup_fricc-3 {
    cursor: pointer;
    font-size: 20px;
    margin: 20px;
    display: inline-block;
    font-weight: bold;
}
/* Popup box BEGIN */
li.fact-5, li.fact-12, li.fact-3{ cursor: pointer;}
li.fact-5:hover ._cntnt, li.fact-12:hover ._cntnt, li.fact-3:hover ._cntnt{ box-shadow: inset 0 0 0 15px orange !important;}
.prjctLstngSec .prjctLstngCnt .prjctLstngBx > div._cntnt > div._dscrptn p {
    line-height: 27px;
    font-weight: 400; text-align: justify;
}

.detailCntntSec .cntntBx p, .detailCntntSec .spclCntntSec ._cntnt p {
    text-align: justify;
    font-size: 21px;
    line-height: 30px;
}
.detailCntntSec.bfhfDtlCntntSec .spclCntntSec ._cntnt {

    padding-left: 16vw;
}
.detailCntntSec .cntntBx p a{ color: #003875}
.sc-re{ bottom: 5% !important;}
.prtnrsBox img{ border: 1px solid #ddd;}
.topreg{ position: fixed; right: 40px; top: 560px; z-index: 99999}
.topreg a{
    display: inline-block;
    border-radius: 5px;
    padding: 10px 20px;
    background-color: #BB944B;
    font-size: 20px;
    border: 1px solid transparent;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease-in;
}
.fix{ position: fixed; right: 25px; bottom: 75px;}
.prjctLstngSec .prjctLstngCnt .prjctLstngBx > div._hdr ._prjctLogo img{ max-height: 110px;}
.down{ text-align: center; overflow: hidden; position: relative; margin-top: 10px; display: none }
.down a{
    background-color: #2ecc71;
    color: #fff;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3); display: block; padding: 10px 25px; max-width: 155px;
    width: 155px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 5px;
}
.prjctTopSec .tpSecCntntCont{ bottom: 42px;}
.evntsSec .evntsCnt .evntBxCnt .evntBx p {
    font-size: 20px;
    line-height: 32px;
}
/*a.p-4001{ display: none !important;}*/
.f-img{ text-align: left; position: relative; margin-bottom: 15px; width: 100%}
.f-img img{ display: unset; width: auto; max-height: 250px; border-radius: 5px; }
.factNFgrSec .fctsCntntCont .fctsCntnt .fctsSlider .content h4 {
    font-size: 23px;
    line-height: 30px;
}
.topSm li:last-child {
    margin-right: 0;
}
.container .eight.columns.cole{ width: 300px;}
.projectBox ._logo{ width: 200px;}
.projectBox ._prjctImg{width: 210px;}
.prjctLstngSec .prjctLstngCnt{ text-align: justify}
.acrdtnPrcSec{ display: none}
@media (max-width: 768px) {
    .container .eight.columns.cole{ width: 100%}
    .cntntBxSec .cntntBxCnt .cntnt .imgCont._leftAlign {
        margin: 10px 40px 30px -50%;
    }
    .cnctcSec .cntctCnt .cntctFrmCnt.reg ._formCnt .inputBox { width: 100%; display: block; margin-right: auto; margin-left: auto}
    .c-pop{ width: 85%}
    .prjctTopSec .tpSecCntntCont{ position: relative; transform:unset; max-width: unset; left: auto; right: auto; display: block}
    .intiveBoxNm img{ display: none}
    .prjctTopSec .tpSecCntntCont .intiveBoxNm h1 {
        margin-left: 0; margin-right: 0;
        font-size: 23px;
        text-align: center;
    }
    .sc-re{
        right: auto !important;
        left: auto !important;
        margin: auto;
        text-align: center;
        position: relative !important;
        border-radius: 0;
    }
    .topreg{ position: absolute;}
    .detailCntntSec .spclCntntSec ._imgBox{ display: none}
    .detailCntntSec.bfhfDtlCntntSec .spclCntntSec ._cntnt{ padding: 25px;}
}
/*Zak csutome code start*/
.cntntBxSec .cntntBxCnt .cntnt .imgCont._leftAlign {
    
    margin: -311px 38px -9px -79%!important;
}	

.cntntBxSec .cntntBxCnt .cntnt._750 {
   
    margin-left: 382px!important;
}
.cntntBxSec .cntntBxCnt .cntnt .imgCont._leftAlign {
    
    margin: -311px 38px -9px -79%!important;
}


.factNFgrSec::after {
    content: none!important;
    
}
.achivPointCont .achivPoint li ._cntnt p {
    font-size: 23px!important;
    line-height: 22px;
}

/*.detailCntntSec .spclCntntSec ._cntntzak {
   
    background-color: #bad532!important;
    
}*/
/*zak comments start */
.cntntBxSec .cntntBxCnt .cntnt p {
    
    text-align: justify!important;
}
.detailCntntSec .spclCntntSec ._imgBox {
   
    background-repeat: no-repeat!important;
}
.bfhf_img {
    width: 100%;
    align-content: center;
    padding-left: 155px;
}
.ourAchivTimlnSec .timeLineCnt .timelienBox:nth-child(6){
    margin-top: 50px;
    background-color: #BACC1A;
    border-color: #BACC1A;
}
.ourAchivTimlnSec .timeLineCnt .timelienBox:nth-child(7){
    background-color: #e8a2af;
    border-color: #e8a2af;
}
.ourAchivTimlnSec .timeLineCnt .timelienBox:nth-child(8){
    background-color: #ffd140;
    border-color: #ffd140;
}
.ourAchivTimlnSec .timeLineCnt .timelienBox:nth-child(9){
    background-color: #E05C16;
    border-color: #E05C16;
}
.factNFgrSec .fctsCntntCont .fctsCntnt .fctsSlider .content h4{ font-size: 18px}
.factNFgrSec .fctsCntntCont .fctsCntnt .fctsSlider{ padding-left: 6%}
.factNFgrSec .fctsCntntCont .fctsCntnt{ max-width: 82%}
.factNFgrSec .fctsCntntCont .fctsCntnt .fctsSlider .content{ min-height: 550px}

.slick-slide img{ max-height: 150px}
.subPage .slick-slide img{ max-height: unset}
#blog .owl-item:nth-child(8){background-color: rgba(255, 209, 64, 0.85);}
#blog .owl-item:nth-child(9){ background-color: rgba(28, 71, 135, 0.85)}
#blog .owl-item:nth-child(10){ background-color: rgba(79, 181, 229, 0.85)}
#blog .item .img-blog img{ 
    min-height: 228px;
    max-height: 228px;
    object-fit: cover;
    object-position: top;
    
}
.date p{ 
    font-size: 15px;
    min-height: unset !important;
    max-height: unset !important;
    
}
h2.h-fact{
    text-align: center;
    font-weight: 700;
    margin-bottom: 50px;
    width: 100%;
    font-size: 36px;
    line-height: 36px;
}
h4.f-title{ font-weight: 700; margin-top: 0}
.fact-bg img{ max-width: 100%}
.fact-bg {

    background-color: #f5f5f5;
    padding: 10px;
    text-align: justify;
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid #ddd;

}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-md-4{ width: 33.33333333%; float: left}
.col-md-8{ width: 66.66666667%; float: left}

.zak_ar {
    direction: rtl;
    text-align: justify;
}
.zak_en {
    direction: ltr;
    text-align: justify;
}
.zak_single_ar {
    
    direction: rtl;
    text-align: justify;
}
.zak_single_en {
    
    direction: ltr;
    text-align: justify;
}
/*.zak_blur {
    color: transparent;
    text-shadow: 0 0 4px #000;
}*/
#pointBox_2446 {
    background-color: #e67425!important;
     color: #fff;
}
#pointBox_2436 {
    background-color: #977cb9!important;
}
#pointBox_2444 {
    background-color: #e8a2af!important;

}
.ourGoalSec .goalsPointCnt .goalsPoint .pointBox:nth-child(1) h4 {
    color: #fff;
}
.evntsSec .evntsCnt .evntBxCnt .evntBx:nth-child(7) {
    background-color: #1c4787!important;
    color: #fff;
}
.evntsSec .evntsCnt .evntBxCnt .evntBx:nth-child(8) {
    background-color: #7D69AC!important;
    color: #fff;
}
.evntsSec .evntsCnt .evntBxCnt .evntBx:nth-child(9) {
    background-color: #4fb5e5!important;
    color: #fff;
}
.evntsSec .evntsCnt .evntBxCnt .evntBx:nth-child(10) {
    background-color: #e8a2af!important;
    color: #fff;
}
.evntsSec .evntsCnt .evntBxCnt .evntBx:nth-child(11) {
    background-color: #BACC1A!important;
    color: #fff;
}
.evntsSec .evntsCnt .evntBxCnt .evntBx:nth-child(12) {
    background-color: #E05C16!important;
    color: #fff;
}
.evntsSec .evntsCnt .evntBxCnt .evntBx:nth-child(13) {
    background-color: #ffd140!important;
    color: #fff;
}
.evntsSec .evntsCnt .evntBxCnt .evntBx:nth-child(14) {
    background-color: #1c4787!important;
    color: #fff;
}
.evntsSec .evntsCnt .evntBxCnt .evntBx:nth-child(15) {
    background-color: #7D69AC!important;
    color: #fff;
}
.evntsSec .evntsCnt .evntBxCnt .evntBx:nth-child(16) {
    background-color: #4fb5e5!important;
    color: #fff;
}
.evntsSec .evntsCnt .evntBxCnt .evntBx:nth-child(17) {
    background-color: #e8a2af!important;
    color: #fff;
}
.evntsSec .evntsCnt .evntBxCnt .evntBx:nth-child(18) {
    background-color: #BACC1A!important;
    color: #fff;
}
.evntsSec .evntsCnt .evntBxCnt .evntBx:nth-child(19) {
    background-color: #E05C16!important;
    color: #fff;
}
.evntsSec .evntsCnt .evntBxCnt .evntBx:nth-child(20) {
    background-color: #ffd140!important;
    color: #fff;
}
.evntsSec .evntsCnt .evntBxCnt .evntBx:nth-child(21) {
    background-color: #1c4787!important;
    color: #fff;
}
.evntsSec .evntsCnt .evntBxCnt .evntBx:nth-child(22) {
    background-color: #7D69AC!important;
    color: #fff;
}
.evntsSec .evntsCnt .evntBxCnt .evntBx:nth-child(23) {
    background-color: #4fb5e5!important;
    color: #fff;
}
.evntsSec .evntsCnt .evntBxCnt .evntBx:nth-child(24) {
    background-color: #e8a2af!important;
    color: #fff;
}
.evntsSec .evntsCnt .evntBxCnt .evntBx:nth-child(25) {
    background-color: #BACC1A!important;
    color: #fff;
}
.evntsSec .evntsCnt .evntBxCnt .evntBx:nth-child(26) {
    background-color: #E05C16!important;
    color: #fff;
}
.evntsSec .evntsCnt .evntBxCnt .evntBx:nth-child(27) {
    background-color: #ffd140!important;
    color: #fff;
}
.evntsSec .evntsCnt .evntBxCnt .evntBx:nth-child(28) {
    background-color: #1c4787!important;
    color: #fff;
}

._nwsDtlSec ._nwsDtl .nwsSlider{
   
    position: relative;
    width: 100%;
    overflow: hidden;
    width: 100%;
    min-width: 100%;
    height: 100%;
    border-radius: 10px;
    margin: 0 auto -30px;
    top: -60px;

    max-width: 100%!important;
}
._nwsDtlSec ._nwsDtl .nwsDtlCntnt .postDltCnt {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 180px;
}
.cnctcSec .cntctCnt .cntctFrmCnt {
    
    height: 566px!important;
    
}
/*Mobile CSS Start*/
@media (min-width: 800px) and (max-width: 900px) {
	.detailCntntSec .objctvCntnt {
    position: absolute;
    bottom: 100px;
    max-width: 65%;
    height: 350px;
    padding: 2px 236px;
    z-index: 2;
    left: 7px;
}
._nwsDtlSec ._nwsDtl .nwsDtlCntnt .postDltCnt {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 180px;
}
._nwsDtlSec ._nwsDtl .nwsDtlCntnt {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding-left: 25px;
    color: #003875;
}
._hmAbtSec .logoBxCnt {
    min-width: 100%;
    height: 250px;
}
    .detailCntntSec .objctvCntnt h2 {
    margin-bottom: -7px;
    font-size: 22px;
    font-weight: 700;
    color: #003875;
    text-align: center;
    padding-right: 115px;
    margin-top: -12px;
    text-transform: unset;
    padding-left: 2px;
}
 .detailCntntSec .objctvCntnt .points li {
    font-size: 22px;
    line-height: 25px;
    color: #003875;
    padding: 26px 0 0px 30px;
    position: relative;
    border-left: 1px solid #003875;
    max-width: 88%;
    font-weight: 400;
}

.factNFgrSec .fctsCntntCont .mainHedng h2 {
                        text-transform: uppercase;
                        font-weight: 700;
                        padding-right: -11%;
                        font-size: 12px;
                        line-height: 20px;
                        padding-left: 65px;
                    }

                    .factNFgrSec .fctsCntntCont .fctsCntnt .fctsSlider .slick-dots {
                        height: 52%;
                    }
                                        

                    .factNFgrSec .fctsCntntCont .fctsCntnt .fctsSlider .content h3 {
                        width: 100%;
                        font-size: 15px;
                        line-height: 12px;
                        font-weight: 664;
                        margin-bottom: 8px;
                    }    

                    .factNFgrSec .fctsCntntCont .fctsCntnt .fctsSlider .content h4 {
                        font-size: 14px;
                        line-height: 22px;
                    }
}	
@media (min-width: 320px) and (max-width: 799px) {
    ._hmAbtSec .logoBxCnt {

    margin-right: -7px!important;

    margin-left: auto;

}
#navigation ul#menu li {
    margin-right: 0;
    margin-bottom: -14px;
}
body.subPage #navigation .langBar ul li {
    margin-right: 0px!important;
}
._nwsDtlSec ._nwsDtl .nwsDtlCntnt .postDltCnt {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 180px;
}
._nwsDtlSec ._nwsDtl .nwsDtlCntnt {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding-left: 25px;
    color: #003875;
}
    #blog .item .img-blog img{ min-height: unset}
    
   
            /*About Us page Start*/
               .cntntBxSec .cntntBxCnt .cntnt .imgCont._leftAlign {
                margin: -14px 50px -4px 0% !important;
                }
                .cntntBxSec .cntntBxCnt .cntnt .imgCont._leftAlign {
                
                margin:0px 0px 0px 0%!important;
                }   

                .cntntBxSec .cntntBxCnt .cntnt._750 {
               
                margin-left: 0px!important;
                } 
                /*About Us page End*/
                /*Projects page Start*/
                .container._750 {
                    width: 400px!important;
                }
                .factNFgrSec .fctsCntntCont .mainHedng h2 {
			    text-transform: uppercase!important;
			    font-weight: 700!important;
			    padding-right: 6%!important;
			    font-size: 16px!important;
			    
			    padding-left: 47px!important;
			}

._hmAbtSec .logoBxCnt {
    min-width: 100%;
    height: 250px;
}


.factNFgrSec .fctsCntntCont .fctsCntnt .fctsSlider .content {
    
    padding-bottom: 50px!important;
}


                .acdmyPrjctSec .acdmyPrjctCont .acdmyPrjct li {

                    position: relative;

                    width: 100%;

                    max-width: 100%;
                    justify-content: right;

                     }
                     .acdmyPrjctSec .acdmyPrjctCont .acdmyPrjct li ._txt {
                    margin-right: 61%;
                    max-width: 100%;
                    
                    }
                    .acdmyPrjctSec .acdmyPrjctCont .acdmyPrjct li ._txt h2 {
                        
                        margin-left: 150px;
                    }
                    .acdmyPrjctSec .acdmyPrjctCont .acdmyPrjct li:nth-child(5) ._txt {
                        margin-right: 70%;
                    }
                   /*Projects page End*/ 
                   /*Acadamy Start*/
                    .acdmyPrjctSec .acdmyPrjctCont .acdmyPrjct li:nth-child(1) ._txt {

            margin-right: 13%; }
            .acdmyPrjctSec .acdmyPrjctCont .acdmyPrjct li:nth-child(2) ._txt {

            margin-right: 13%; }
            .acdmyPrjctSec .acdmyPrjctCont .acdmyPrjct li:nth-child(3) ._txt {

            margin-right: 13%; }
            .acdmyPrjctSec .acdmyPrjctCont .acdmyPrjct li:nth-child(4) ._txt {

            margin-right: 13%; }
            .acdmyPrjctSec .acdmyPrjctCont .acdmyPrjct li:nth-child(5) ._txt {

            margin-right: 13%; }
          .acdmyPrjctSec .acdmyPrjctCont .acdmyPrjct li:nth-child(6) ._txt {

            margin-right: 13%; }
                   /*Acedamy End*/
                    /*Media page Start*/
                        .instaPstCnt .container._1260 {
                            width: 60%;
                            
                        }
                        .ytVdoSec .vdoSldrCnt .container {
                            width: 70%;
                            
                        }
                        .owl-item {
                        max-width: 535px;
                        }
                   /*Media page End*/ 
                   /*Events page Start*/ 
 
                   .evntsSec .evntsCnt .evntBxCnt {
                       
                        margin-left: 20px!important;
                    }
                    /*Events page End*/

                    /*BFHF Start*/
                        .bfhf_img {
                        width: 98%;
                        align-content: center;
                        padding-left: 8px;
                    }
                    .factNFgrSec .fctsCntntCont .mainHedng h2 {
                        text-transform: uppercase;
                        font-weight: 700;
                        padding-right: -11%;
                        font-size: 12px;
                        line-height: 20px;
                        padding-left: 65px;
                    }

                    .factNFgrSec .fctsCntntCont .fctsCntnt .fctsSlider .slick-dots {
                        height: 52%;
                    }
                                        

                    .factNFgrSec .fctsCntntCont .fctsCntnt .fctsSlider .content h3 {
                        width: 100%;
                        font-size: 15px;
                        line-height: 12px;
                        font-weight: 664;
                        margin-bottom: 8px;
                    }    

                    .factNFgrSec .fctsCntntCont .fctsCntnt .fctsSlider .content h4 {
                        font-size: 14px;
                        line-height: 22px;
                    }
                    .sffAchivmntSec .achivPointCont .achivPoint li ._cntnt::before, .sffAchivmntSec .achivPointCont .achivPoint li ._cntnt::after {
                            position: fixed;
                        
                    }

                       .sffAchivmntSec .achivPointCont .achivPoint {
                        position: relative;
                        width: 100%;
                        display: table-caption;
                        justify-content: center;
                    } 
                    .sffAchivmntSec .achivPointCont .achivPoint._5Points li {
                        max-width: 220px;
                        margin: 12px 65px;
                        padding-bottom: 12px;
                    }
                    .container._1280 {
                        width: 100%;
                        }

                    .mltySldrSec .mltySldrCont {
                        position: relative;
                        display: unset;
                        z-index: 1;
                    }    
                    .mltySldrSec {
                    position: relative;
                    width: 200%;
                    padding: 0 0 120px 0;
                    display: block;
                }

                 .mltySldrSec .mltySldrCont .sldrBoxCont h3 {
                    margin-bottom: 14px;
                    text-transform: uppercase;
                    text-align: center;
                    font-weight: 700;
                    line-height: 30px;
                    padding-top: 60px;
                }   
                /*BFHF End*/
                /*SCFC Start*/


                  .detailCntntSec .cntntBx .txtColumn {
                    position: relative;
                    width: 100%;
                    column-count: 1;
                    column-gap: 30px;
                }  
                .prjctIntiveSec .intiveBoxCont {
                    position: relative;
                    width: 200%;
                    max-width: 1550px;
                    background-color: #ccc;
                    margin: 0 auto;
                    display: table;
                    flex-wrap: wrap;
                }
			     .prjctIntiveSec .intiveBoxCont ._box ._cntntBx ._cntnt p {
			    font-size: 14px;
			    line-height: 22px;
				}
				.prjctIntiveSec .intiveBoxCont ._box ._cntntBx {
			    position: relative;
			    padding: 9px 0;
			    display: flex;
			    flex-direction: column;
				}
				.prjctIntiveSec .intiveBoxCont ._box {
			    position: relative;
			    width: 50%;
			    height: 530px;
			    background-color: #888;
			    display: flex;
			}

                /*SCFC END*/
                /*academy Start*/

                .prjctTopSec .secBnrCont {
				    position: relative;
				    width: 100%;
				    height: 30vh;
				    background-attachment: fixed;
				    z-index: 0;
				    background-size: contain!important;
				    background-position: center;
				        background-position-y: center;
				        background-repeat: no-repeat!important;
				}

                /*Acdemy End */
                /*Post Single Page Start*/
                
                .sbPgTopSec .tpSecHdngCnt {
			   
			    padding-bottom: 60px!important;
				}

                /*Post Single Page End*/


                /*SFF Start*/
                    .detailCntntSec .spclSliderSec .spclSldr {
                    z-index: 10;
                    position: relative;
                    width: 100%;
                    min-height: 10px;
                    margin-bottom: 30px;
                }
                .factNFgrSec .fctsCntntCont .fctsCntnt .fctsSlider .content h3.d_f img {
                    margin-right: 30px;
                    margin-bottom: 10px;
                    max-width: 46px;
                }
                /*SFF End*/
                /*SCUP START*/

  .detailCntntSec .objctvCntnt {
    position: absolute;
    bottom: -191px;
    max-width: 100%;
    height: 345px;
    padding: 4px 18px;
    z-index: 2;
    left: 12px;
}
    .detailCntntSec .objctvCntnt h2 {
    margin-bottom: -22px;
    font-size: 11px;
    font-weight: 700;
    color: #003875;
    text-align: center;
    padding-right: 152px;
    margin-top: -3px;
    text-transform: unset;
    padding-left: 0px;
}
 .detailCntntSec .objctvCntnt .points li {
    font-size: 9px;
    line-height: 11px;
    color: #003875;
    padding: 5px 0 0px 30px;
    position: relative;
    border-left: 1px solid #003875;
    max-width: 50%;
    font-weight: 400;
}
				.f-img {
			    text-align: left;
			    position: relative;
			    margin-bottom: 15px;
			    width: 50%;
			}
                /*SCUP END*/
    .detailCntntSec {
        padding: 20px 0;
    }
    .col-md-4, .col-md-8{ width: 100%;}
    .fact-bg .f-img{ width: 100%}
    .fact-bg{ font-size: 14px; line-height: 23px;}
                                        
    }