/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
@media (max-width: 981px){
    .statisticHeader{
        font-size: 23px!important;
    }
    .cabinetHeadeer{
        font-size: 20px!important;
    }
    .republicHeader{
        font-size: 15px!important;
    }
}
@media (min-width: 1300px){
    .mega-dropdownNavbar{
        left: 0.8%!important;
        border-radius: 5px!important;
    }
}
@media (min-width: 1310px){
    .mega-dropdownNavbar{
        left: 1.4%!important;
        border-radius: 5px!important;
    }
}
@media (min-width: 1340px){
    .mega-dropdownNavbar{
        left: 2.2%!important;
        border-radius: 5px!important;
    }
}
@media (min-width: 1350px){
    .mega-dropdownNavbar{
        left: 2.5%!important;
        border-radius: 5px!important;
    }
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    font-size: 17px;
}
.centerPublicationImage{
    display: block!important;
    margin-left: auto!important;
    margin-right: auto!important;
}
.khlee{
    background: #2d3669;
}
.medium-bold{
    font-size: 12px;
    font-weight: bold;
}
.medium-white{
    font-size: 12px;
    color:#ffffdd;
}
h5, .uk-h5 {
    line-height: 1!important;
}
.navbar-nav>li>a:visited{
    background:#3e4095 !important;
    color:  #eeeeee !important;
    border-radius: 5px;
}

.navbar-nav>li>a:hover{
    background: #eeeeee !important;
    color: #3e4095 !important;
    border-radius: 5px;
}


.services .icon-box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
    text-align: center;
}

.services .icon-box::before {
    content: '';
    position: absolute;
    background: #3e4095;
    right: -60px;
    top: -40px;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    transition: all 0.3s;
    z-index: -1;
}


.services .icon {
    margin: 0 auto 20px auto;
    padding-top: 10px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background: #2979bc;
    transition: all 0.3s ease-in-out;
}

.services .icon i {
    font-size: 36px;
    line-height: 1;
    color: #fff;
}

/*--------------------------------------------------------------
# Star of Statistical data request
--------------------------------------------------------------*/




#z6:hover{
    transform: translatex(-15px);
    transition: all 700ms ease-in-out;
}

#z7:hover{
    transform: translatex(-15px);
    transition: all 700ms ease-in-out;
}

#z8:hover{
    transform: translatex(-15px);
    transition: all 700ms ease-in-out;

}
#z9:hover{
    transform: translatex(-15px);
    transition: all 500ms ease-in-out;
}
#z10:hover{
    transform: translatex(-15px);
    transition: all 700ms ease-in-out;
}
/*--------------------------------------------------------------
# End of Statistical data request
--------- -----------------------------------------------------*/
/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/




/*--------------------------------------------------------------
# Contact
-------------------------------------------------------------*/
.contact {
    padding-bottom: 80px;
}

.contact .info-box {
    color: #444444;
    background: #fff;
    text-align: center;
    box-shadow: 8px 8px 5px rgba(214, 215, 216, 0.6);
    padding: 20px 0 30px 0;
    margin-bottom: 15px;
}

.contact .info-box i {
    /*font-size: 32px;*/
    color: #67b0d1;
    border-radius: 50%;
    /*padding: 8px;*/
    border: 2px dotted #f0f7fa;
}

.contact .info-box h3 {
    font-size: 20px;
    color: #777777;
    font-weight: 700;
    margin: 10px 0;
}

.contact .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

.contact .php-email-form {
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 30px;
    background: #fff;
}

.contact .php-email-form .validate {
    display: none;
    color: red;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 13px;
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
}

.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
    background-color: #67b0d1;
}

.contact .php-email-form input {
    padding: 20px 15px;
}

.contact .php-email-form textarea {
    padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
    background: #67b0d1;
    border: 0;
    padding: 10px 24px;
    color: #fff; !important;
    transition: 0.4s;
}

.contact .php-email-form button[type="submit"]:hover {
    background: #8ec4dd;
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#facebook{

    margin-left: 10px;
    color: #0d68ff;
    padding: 10px ;
}
#twitter{
    margin-left: 60px;
    color: #0d68ff;
    padding: 10px ;

}

#share:hover{
    background-color:#0d68ff;
    color: white!important;
    border-radius: 50%;
    transition:all 1s

}


#google:hover{
    background-color: #ff2a37;
    color: white!important;
    border-radius: 50%;
    transition:all 1s

}

#facebook:hover{
    background-color: #0d68ff;
    color: white !important;
    border-radius: 50%;
    transition:all 1s

}
#twitter:hover{
    background-color: rgba(13, 104, 255, 0.63);
    color: white !important;
    border-radius: 50%;
    transition:all 1s

}


/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/

.team .member .member-info {
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    transition: 0.2s;
}

.team .member .member-info-content {
    margin-top: -50px;
    transition: margin 0.2s;
}

.team .member:hover .member-info {
    background: rgba(0, 0, 0, 0.7);
    opacity: 1;
    transition: 0.4s;
}

.team .member:hover .member-info-content {
    margin-top: 0;
    transition: margin 0.4s;
}

.team .member h4 {
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 18px;
    color: #fff;
}

.team .member span {
    font-style: italic;
    display: block;
    font-size: 13px;
    color: #fff;
}

.team .member .social {
    margin-top: 15px;
}

.team .member .social a:hover {
    color: #5c9f24;
}




/* About Us Section
--------------------------------*/
#abouts {
    background: #fff;
    padding: 80px 0;
}

#abouts .about-containers .background {
    min-height: 300px;
    background: url(../img/about-img.jpg) center top no-repeat;
    margin-bottom: 10px;
}

#abouts .abouts-container .content {
    background: #fff;
}

#abouts .abouts-container .title {
    color: #333;
    font-weight: 700;
    font-size: 32px;
}

@media (max-width: 768px) {
    #abouts .abouts-container .title {
        padding-top: 15px;
    }
}

#abouts .abouts-container p {
    line-height: 26px;
}

#abouts .abouts-container p:last-child {
    margin-bottom: 0;
}

#abouts .abouts-container .icon-box {
    background: #fff;
    background-size: cover;
    padding: 0 0 30px 0;
}

#abouts .abouts-container .icon-box .icon {
    float: left;
    background: #fff;
    width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    border-radius: 50%;
    border: 3px solid #3e4095;
}

#abouts .abouts-container .icon-box .icon i {
    color: #3e4095;
    font-size: 24px;
}

#abouts .abouts-container .icon-box .title {
    margin-left: 80px;
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 18px;
    text-transform: uppercase;
}

#abouts .abouts-container .icon-box .title a {
    color: #111;
}

#abouts .about-containers .icon-box .description {
    margin-left: 80px;
    line-height: 24px;
    font-size: 14px;
}

/* Aroow star
--------------------------------*/


#nex{
    background-color: #0d68ff;
color: white;
    padding: 20px;
}

/* Arrow end
--------------------------------*/

/*Star Statistical projects
--------------------------------*/


#s1:hover{
    transform: translateY(-20px);
    transition:all 1s

}
#s2:hover{
    transform: translateY(-20px);
    transition:all 1s
}

#s3:hover{
    transform: translateY(-20px);
    transition:all 1s
}
#s4:hover{
    transform: translateY(-20px);
    transition:all 1s
}
#s5:hover{
    transform: translateY(-20px);
    transition:all 1s;
}
#s6:hover{
    transform: translateY(-20px);
    transition:all 1s
}
#s7:hover{
    transform: translateY(-20px);
    transition:all 1s
}
#s8:hover{
    transform: translateY(-20px);
    transition:all 1s
}
#s9:hover{
    transform: translateY(-20px);
    transition:all 1s
}
#s10:hover{
    transform: translateY(-20px);
    transition:all 1s

}
.uk-panel:hover{
    transform: translateY(-20px);
    transition:all 1s


}
/*End Statistical projects
--------------------------------*/




/*--------------------------------------------------------------
# Star of Footer
--------------------------------------------------------------*/
#footer {
    color: #fff;
    font-size: 14px;
    background: #3e4095;
    margin-top: 50px;
}

#footer .footer-top {
    padding: 60px 0 30px 0;
    background: #3e4095;
}
#footer .footer-top ul li {transition: 0.4s ease-in-out; }
#footer .footer-top ul li:hover {margin-left: 5px}
#footer .footer-top .footer-contact h3 {
    font-size: 22px;
    margin: 0 0 10px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
}

#footer .footer-top .footer-contact p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Roboto", sans-serif;
    color: #fff;
}

#footer .footer-top h4 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    position: relative;
    padding-bottom: 12px;
}

#footer .footer-top .footer-links {
    margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #fff;
    font-size: 18px;
    line-height: 1;
}

#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

#footer .footer-top .footer-links ul a {
    color: #fff;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
    text-decoration: none;
    color: #fff;
}

#footer .footer-newsletter {
    font-size: 15px;
    color:#fff;
}

#footer .footer-newsletter h4 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    position: relative;
    padding-bottom: 12px;
}

#footer .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 4px 0 0 4px;
    text-align: left;
}

#footer .footer-newsletter form input[type="email"] {
    border: 0;
    padding: 4px 8px;
    width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
    position: absolute;
    top: 0;
    right: -4px;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: #0d68ff;
    color: #fff;
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type="submit"]:hover {
    background: #0d68ff;
}

#footer .credits {
    padding-top: 5px;
    font-size: 13px;
    color: #fff;
}

#footer .social-links a {
    font-size: 18px;
    display: inline-block;
    background-color:#0d68ff;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 4px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .social-links a:hover {
    background: #0E4377;
    color: #fff;
    text-decoration: none;
}
/*--------------------------------------------------------------
# End of Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Star of contact us
--------------------------------------------------------------*/

.uk-card-title .uk-card-head:hover{
    color: white;
    transition: all 500ms ease-in-out;

}
.uk-card-head{
    color: rgb(85, 228, 238);
    text-align: left;
    padding-left:8px;
}


.uk-card-prgrafe{
    font-size: 14px!important;
}
.m-repeat.ng-enter{
    opacity:0;
    transform:scale(0,0);
    transition:all 1.5s
}
.m-repeat.ng-enter-active{
    opacity:1;
    transform:scale(1,1);
}
.m-repeat.ng-leave{
    opacity:1;
    transform:scale(1,1);
    transition:all 1.5s
}
.m-repeat.ng-leave-active{
    opacity:0;
    transform:scale(0,0);
}
.image{
    width: 400px;
    height: 250px;
}







/*--------------------------------------------------------------
# End of Countact us
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Star new in Home
--------------------------------------------------------------*/
.event-list .card {
    border: 0;
    padding: 0 30px;
    margin-bottom: 60px;
    position: relative;
}

.event-list .card-img {
    margin-left: 20px;
    overflow: hidden;
    z-index: 9;
    border-radius: 0;
}

.event-list .card-img img {
    max-width: 100%;
    transition: all 0.3s ease-in-out;
}

.event-list .card-body {
    z-index: 10;
    background: #fff;
    border-top: 4px solid #fff;
    padding: 30px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    margin-top: -60px;
    transition: 0.3s;
}

.event-list .card-title {
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    color: #24325d;
}

.event-list .card-title a {
    color: #24325d;
    transition: 0.3s;
}

.event-list .card-text {
    color: #5e5e5e;
}

.event-list .read-more a {
    color: #777777;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    transition: 0.3s;
}

.event-list .read-more a:hover {
    color: #006fbe;
}

.event-list .card:hover img {
    transform: scale(1.1);
}

.event-list .card:hover .card-body {
    border-color: #006fbe;
}

.event-list .card:hover .card-body .card-title a {
    color: #006fbe;
}

/*--------------------------------------------------------------
# Star new in Home
--------------------------------------------------------------*/




/*--------------------------------------------------------------
 # Star our mission and vision and goal in about page

--------------------------------------------------------------*/
.service .icon-box {
    padding: 60px 30px;
    transition: all ease-in-out 0.3s;
    background: #fefefe;
    box-shadow: 3px 3px 2px #ddd;
    border-radius: 15px;
    height: 450px;
}

.service .icon-box .icon {
    width: 64px;
    height: 64px;
    background: #0d68ff;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: ease-in-out 0.3s;
    color: #fff;
}

.service .icon-box .icon i {
    font-size: 28px;
}

.service .icon-box h4 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 24px;
}

.service .icon-box h4 a {
    color: #282828;
    transition: ease-in-out 0.3s;
}

.service .icon-box p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

.service .icon-box:hover {
    box-shadow: 3px 3px 5px rgba(62,64,149,0.7);
}

.service .icon-box:hover h4 a {
    color: #0d68ff;
}
.navbar.navbar-nav>li:hover{
    background-color: transparent;
}

/*--------------------------------------------------------------
 # Star our mission and vision and goal in about page

--------------------------------------------------------------*/

/*--------------------------------------------------------------
 # Star econamic page

--------------------------------------------------------------*/

.stat:hover{
    transform: translateY(-3px);
    transition: all 500ms ease-in-out;

}

/*--------------------------------------------------------------
 # end econamic

--------------------------------------------------------------*/

/*--------------------------------------------------------------
 # Star ORGANIZATIONAL CHART in Countac us

--------------------------------------------------------------*/
.media-feature {
    padding: 30px;
    -webkit-transition: .2s all ease-out;
    -o-transition: .2s all ease-out;
    transition: .2s all ease-out;
    background: #fff;
    z-index: 1;
    position: relative;
    /*border-bottom: 10px solid transparent;*/
    border-radius: 4px;
    font-size: 15px; }

.media-feature h3 {
    font-size: 16px;
    text-transform: uppercase; }
.media-feature:hover, .media-feature:focus {
    -webkit-box-shadow: 0 2px 20px -3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 20px -3px rgba(0, 0, 0, 0.1);
    -webkit-transform: scale(1.09);
    -ms-transform: scale(1.09);
    transform: scale(1.09);
    z-index: 2;
    /*border-bottom: 10px solid #007bff;*/
}

.media-custom {
    background: #fff;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    margin-bottom: 30px; }
.media-custom .meta-post {
    color: #ced4da;
    font-size: 13px;
    text-transform: uppercase; }
.media-custom .meta-chat {
    color: #ced4da; }
.media-custom .meta-chat:hover {
    color: #6c757d; }
.media-custom:focus, .media-custom:hover {
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2); }
.media-custom .media-body {
    padding: 30px; }
.media-custom .media-body h3 {
    font-size: 20px; }
.media-custom .media-body p:last-child {
    margin-bottom: 0; }

/*--------------------------------------------------------------
 # End ORGANIZATIONAL CHART in Countac us
--------------------------------------------------------------*/





/*******************************/
/********** Menu CSS ***********/
/*******************************/


/*.food {*/
    /*position: relative;*/
    /*width: 100%;*/

    /*padding: 90px 0 60px 0;*/
    /*margin: 45px 0;*/
/*}*/

/*.food .food-item {*/
    /*position: relative;*/
    /*width: 100%;*/
    /*margin-bottom: 30px;*/
    /*padding: 50px 30px 30px;*/
    /*text-align: center;*/
    /*background: #ffffff;*/
    /*border-radius: 15px;*/
    /*box-shadow: 0 0 30px rgba(0, .08, .08, .08);*/
    /*transition: .3s;*/
    /*height: 350px !important;*/
/*margin-bottom: -200px;*/
/*}*/

/*.food .food-item:hover {*/
    /*box-shadow: none;*/
/*}*/

/*.food .food-item i {*/
    /*position: relative;*/
    /*display: inline-block;*/
    /*color: #fbaf32;*/
    /*font-size: 60px;*/
    /*line-height: 60px;*/
    /*margin-bottom: 20px;*/
    /*transition: .3s;*/
/*}*/
/*.food .food-item:hover i {*/
    /*color: #8d25e8;*/
/*}*/

/*.food .food-item i::after {*/
    /*position: absolute;*/
    /*content: "";*/
    /*width: calc(100% + 20px);*/
    /*height: calc(100% + 20px);*/
    /*top: -20px;*/
    /*left: -15px;*/
    /*border: 3px dotted #fbaf32;*/
    /*border-right: transparent;*/
    /*border-bottom: transparent;*/
    /*border-radius: 100px;*/
    /*transition: .3s;*/
/*}*/

/*.food .food-item:hover i::after {*/
    /*border: 3px dotted #8d25e8;*/
    /*border-right: transparent;*/
    /*border-bottom: transparent;*/
/*}*/

/*.food .food-item h2 {*/
    /*font-size: 30px;*/
    /*font-weight: 700;*/
/*}*/

/*.food .food-item a {*/
    /*position: relative;*/
    /*font-size: 16px;*/
/*}*/

/*.food .food-item a::after {*/
    /*position: absolute;*/
    /*content: "";*/
    /*width: 50px;*/
    /*height: 1px;*/
    /*bottom: 0;*/
    /*left: calc(50% - 25px);*/
    /*background: #fbaf32;*/
    /*transition: .3s;*/
/*}*/


/*.food .food-item a:hover::after {*/
    /*width: 100%;*/
    /*left: 0;*/
    /*background: #719a0a;*/
/*}*/



/*--------------------------------------------------------------
# Speakers Section
--------------------------------------------------------------*/
#speakers {
    padding: 60px 0 30px 0;
}

#speakers .speaker {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

#speakers .speaker .details {
    background: rgba(6, 12, 34, 0.76);
    position: absolute;
    left: 0;
    bottom: -30px;
    right: 0;
    text-align: center;
    padding-top: 10px;
    transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

#speakers .speaker .details h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
}

#speakers .speaker .details p {
    color: #fff;
    font-size: 15px;
    margin-bottom: 10px;
    font-style: italic;
}

#speakers .speaker .details .social {
    height: 30px;
}

#speakers .speaker .details a {
    color: #fff;
}

#speakers .speaker .details a:hover {
    color: #f82249;
}

#speakers .speaker:hover .details {
    bottom: 0;
}

#speakers-details {
    padding: 60px 0;
}

#speakers-details .details h2 {
    color: #112363;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

#speakers-details .details .social {
    margin-bottom: 15px;
}

#speakers-details .details .social a {
    background: #e9edfb;
    color: #112363;
    line-height: 1;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    padding-top: 9px;
}

#speakers-details .details .social a:hover {
    background: #f82249;
    color: #fff;
}

#speakers-details .details .social a i {
    font-size: 18px;
}

#speakers-details .details p {
    color: #112363;
    font-size: 15px;
    margin-bottom: 10px;
}






























/*Star New in navbar
--------------------------------*/
#about {
    background: url("../img/about-bg.jpg") center top no-repeat fixed;
    background-size: cover;
    padding: 60px 0 40px 0;
    position: relative;

}

/*#about::before {*/
    /*content: '';*/
    /*position: absolute;*/
    /*left: 0;*/
    /*right: 0;*/
    /*top: 0;*/
    /*bottom: 0;*/
    /*background: rgba(255, 255, 255, 0.92);*/
    /*z-index: 9;*/

/*}*/

#about .container {
    position: relative;
    z-index: 10;

}

#about .about-col {
    background: #fff;
    border-radius: 0 0 4px 4px;
    margin-bottom: 30px;
    height: 716px;
    padding:5px;
}

#about .about-col .img {
    position: relative;
}

#about .about-col .img img {
    border-radius: 4px 4px 0 0;
}

#about .about-col .icon {
    width: 64px;
    height: 64px;
    padding-top: 8px;
    text-align: center;
    position: absolute;
    background-color:#3e4095;
    border-radius: 50%;
    text-align: center;
    border: 4px solid #fff;
    left: calc( 50% - 32px);
    bottom: -30px;
    transition: 0.3s;
}

#about .about-col i {
    font-size: 36px;
    line-height: 1;
    color: #fff;
    transition: 0.3s;
}

#about .about-col:hover .icon {
    background-color: #fff;
}

#about .about-col:hover i {
    color: #8d25e8;
}

#about .about-col h2 {
    color: #000;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    padding: 0;
    margin: 40px 0 12px 0;
}

#about .about-col h2 a {
    color: #000;
}


#about .about-col p {
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 0;
    padding: 0 20px 20px 20px;
}


/*End New in navbar
--------------------------------*/



/*******************************/
/*********** Star End news when you click in read more **********/
/*******************************/
.blog {
    position: relative;
    width: 100%;
    padding: 45px 0 0 0;
}

.blog .blog-item {
    position: relative;
}

.blog .blog-img {
    position: relative;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    z-index: 1;
}

.blog .blog-img img {
    width: 100%;
}

.blog .blog-content {
    position: relative;
    width: calc(100% - 60px);
    top: -60px;
    left: 30px;
    padding: 25px 30px 30px 30px;
    background: #ffffff;
    box-shadow: 0 0 30px rgba(0, 0, 0, .08);
    border-radius: 15px;
    z-index: 2;
}

.blog .blog-content h2.blog-title {
    font-size: 22px;
    font-weight: 700;
}

.blog .blog-meta {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.blog .blog-meta p {
    margin: 0 10px 0 0;
    font-size: 14px;
    color: #999999;
}

.blog .blog-meta i {
    color: #fbaf32;
    margin-right: 5px;
}

.blog .blog-meta p:last-child {
    margin: 0;
}

.blog .blog-text {
    position: relative;
}

.blog .blog-text p {
    margin-bottom: 10px;
}

.blog .blog-item a.btn {
    margin-top: 10px;
    padding: 5px 15px;
}

.blog .pagination .page-link {
    color: #fbaf32;
    border-radius: 5px;
    border-color: #fbaf32;
    margin: 0 2px;
}

.blog .pagination .page-link:hover,
.blog .pagination .page-item.active .page-link {
    color: #ffffff;
    background: #fbaf32;
}

.blog .pagination .disabled .page-link {
    color: #999999;
}

@media(max-width: 575.98px){
    .blog .blog-meta p {
        flex: 50%;
        font-size: 13px;
        margin: 0 0 5px 0;
    }
}


/*******************************/
/******* #End news when you click in read more*******/
/*******************************/







.dropdown-large {
    position: static !important;
}
.dropdown-menu-large {
    margin-left: 16px;
    margin-right: 16px;
    padding: 20px 0px;
}
.dropdown-menu-large > li > ul {
    padding: 0;
    margin: 0;
}
.dropdown-menu-large > li > ul > li {
    list-style: none;
}
.dropdown-menu-large > li > ul > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight:300;
    line-height: 1.428571429;
    color: #333333;
    white-space: normal;
}
.dropdown-menu-large > li ul > li > a:hover,
.dropdown-menu-large > li ul > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}
.dropdown-menu-large .disabled > a,
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
    color: #999999;
}
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    cursor: not-allowed;
}
.dropdown-menu-large .dropdown-header {
    color: #428bca;
    font-size: 18px;
}
.mega-dropdown{

}
@media (max-width: 768px) {
    .dropdown-menu-large {
        margin-left: 0 ;
        margin-right: 0 ;
    }
    .dropdown-menu-large > li {
        margin-bottom: 30px;
    }
    .dropdown-menu-large > li:last-child {
        margin-bottom: 0;
    }
    .dropdown-menu-large .dropdown-header {
        padding: 3px 15px !important;
    }
}

.navbar-nav>li:hover{

    color: #0b51c5;
}
.navbar{
    height: 55px;
    transition: all 0.5s!important;
}
@media (max-width: 1108px){
    .navbar{
        height: 105px;
    }
}
@media (max-width: 940px){
    .navbarRight{
        transform: translateY(-50px);
    }
}
@media (max-width: 768px){
    .navbar{
        height: fit-content;
    }
    .collapse{
        position: static;
    }
    .navbar-right{
        transform: translateY(0)!important;
    }

}
@media all and (min-width: 768px) {
    .navbar{ padding-top: 0; padding-bottom: 0;}
    .navbar .has-megamenu{position:static!important;}
    .navbar .megamenu{left:0; right:0; width:100%; padding:20px; display: none }
    .navbar .nav-link{ padding-top:1rem; padding-bottom:1rem;  }
}
.fa-download,.fa-info{
    color: #3e4095!important;
}
.uuu{
    text-align: right;
}
input::placeholder {
    text-align: right;
}
textarea::placeholder {
    text-align: right;
}
a.uk-accordion-title::before{
    float: left;
}

.publicationPageListGroup:hover{
    background-color: rgba(213, 214, 255, 0.89);
}

#text,#text1,#text2,#text4 {
    direction: rtl;
}
#text:after,#text1:after ,#tex2:after,#tex4:after{
    content: '\200e';
}

.scrollbar
{

}
#style-1::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar
{
    width: 12px;
    background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #3e4095;
}

@media (max-width: 768px) {
    .mds-popup.active {
        width: 90% !important;
    }
}

.mds-dialog{
    z-index:99999 !important;
}

.mds-overlay {
    position: fixed;
    width:100%;
    height:100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0);
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 250ms;
    z-index: 9999999
}

.mds-overlay .mds-popup {
    background: #fff;
    border-radius: 7px;
    min-width: 30%;
    position: relative;
    transform: scale(0);
    transition: all 250ms linear;
    box-shadow: 0 7px 8px -4px rgb(0 0 0 / 20%), 0 13px 19px 2px rgb(0 0 0 / 14%), 0 5px 24px 4px rgb(0 0 0 / 12%);
}
mds-modal .mds-overlay .mds-popup {
    min-width: 40%;
}
.mds-overlay .popup-header{
    background: #273a63;
    border-radius: 5px 5px 0 0;
}

mds-modal .popup-header{
    padding: 5px;
}

.mds-overlay .popup-header h2,mds-modal-title {
    border-radius: 5px 5px 0 0;
    color:white;
    padding:12px;
    font-size:19px
}


.mds-overlay .popup-content{
    padding: 15px;
}

.mds-overlay .popup-buttons{
    padding-top:10px ;
}
.mds-overlay .popup-buttons>*{
    float:right;
    margin: 5px;
}

.mds-popup.active{
    transform: scale(1);
}

.mds-popup .mds-close {
    position: absolute;
    cursor: pointer;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #babababa !important;
    top: -5px;
    right: 10px;
}
.mds-popup .mds-close:hover {
    color: #bababa;
}

