/*
Theme Name: env2016

Adding support for language written in a Right To Left (RTL) direction is easy -
it's just a matter of overwriting all the horizontal positioning attributes
of your CSS stylesheet in a separate stylesheet file named rtl.css.

https://codex.wordpress.org/Right_to_Left_Language_Support

*/
:focus {
    outline: 0 !important;
}

@font-face {
    font-family: "MV Faseyha";
    src: url('assets/fonts/MV_Faseyha.otf') format('opentype');
}

@font-face {
    font-family: "MV Waheed";
    src: url('assets/fonts/MV_Waheed.otf') format('opentype');
}

@font-face {
    font-family: "MV Randhoo";
    src: url('assets/fonts/MV_Randhoo.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "MV Aaamu FK";
    src: url('assets/fonts/MV_Aaamu_FK.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.env-lang-en {
    font-family: 'Montserrat', sans-serif;
    direction: ltr;
    display: inline-table;
    font-size: 1.3rem;
}

.contact-wrapper .dl-horizontal dt {
    float: right;
    overflow: hidden;
    clear: right;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: inherit;
}

.contact-wrapper .dl-horizontal dd {
    margin-right: 1.5em;
    text-align: right;
}

.more_information .title {
    color: #9b9b9b;
    font-size: 1.6rem;
}

html {
    font-size: 62.5%;
    overflow-x: hidden;
}

body,
button,
input,
select,
textarea {
    direction: rtl;
    unicode-bidi: embed;
    font-family: 'MV Faseyha';
    font-size: 1.8rem;
    font-weight: normal;
    line-height: 1.89;
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%
}

h1, h2, h3, h4, h5, h6 {
    font-family: "MV Waheed";
    font-weight: 400;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-weight: 300;
}


h1 {
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 1.4;
    margin: 0.5em 0;
    letter-spacing: 1px;
}

h2 {
    font-weight: 500;
    font-size: 2.2rem;
    line-height: 1.4;
    margin: 0.5em 0;
}

h3 {
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.4;
    margin: 0.5em 0;
}

h4 {
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 1.6;
    margin: 1.6em 0;
}

h5 {
    font-size: 1.65rem;
    font-weight: 500;
    line-height: 1.6;
    margin: 0.5em 0;
}

.lang-item-en {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 1.4rem;
    position: relative;
}

.env-lang-opensans {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}


.navbar {

    direction: rtl;
}

.site-heading {
    font-family: "MV Waheed", serif;
    font-size: 18px;
    font-weight: 100;
    line-height: 1.35;
    margin: 0;
    word-spacing: -0.2em;
    font-weight: 400;
}

.site-sub-heading {
    font-family: "MV Randhoo";
    font-weight: 400;
    font-size: 12px;
    margin-top: 0;
}


.subheader {
}

p {
    margin: 0 0 1.8em 0;
}

p img {
    margin: 0;
}

p.lead {
    font: 19px/36px 'opensans-light', sans-serif;
    margin-bottom: 18px;
}

h4.green-title {
    color: #82c247;
    font-size: 2.4rem;
    margin: 0;
    text-transform: uppercase;
}

#latest-section .tab-content .tab-pane > ul > li {
    margin-bottom: 1em;
}

#carousel .item {
    font-size: 1.5rem;
    padding: 0 1em;
}

#latest-section .nav-tabs {
    font-family: 'MV Waheed';
    font-weight: 400;
}

.emb_text {
    position: relative;
    top: -0.7em
}

.emb_text .site-heading {
    font-size: 3rem;
    margin-bottom: 0.2em;
}

.emb_img {
    padding-right: 0;
    padding-left: 1em;
}

.primary-navbar {
    font-family: 'MV Waheed';
    font-weight: 400;
}

.primary-navbar .navbar-nav > li > a,
.navbar-nav .open .dropdown-menu > li > a,
.dropdown-menu > li > a {
    font-size: 1.8rem;
}

.primary-navbar > ul > li > ul.dropdown-menu::after {
    left: auto;
    right: 20px;
}

#carousel .owl-dots {
    right: auto;
    left: 1em;
}

/*.year-dropdown, .month-dropdown,
.department-dropdown, .project-dropdown {
    margin-right: auto;
    margin-left: 2%;
}

.filter-search-input {
    margin-right: auto;
    margin-left: 2%;
}*/
.main-content {
    /*padding-left: 3em;
	 padding-right: 15px;*/
    box-shadow: -9px 3px 33px -30px rgba(0, 0, 0, 0.15);
}

.white-bg {
    left: 0;
    right: auto;
}

.popover {
    left: 0;
    right: auto;
}

.bootstrap-select.btn-group .dropdown-toggle .bs-caret {
    left: 12px;
    position: absolute;
}

aside ul {
    list-style: outside none none;
    margin-right: 0;
    padding-right: 0;
}

.widget-title {
    font-size: 2rem;
    letter-spacing: 0.05em;
    font-weight: 300;
}

.widget .rpwe-block h3 {
    font-size: 1.5rem !important;
    font-weight: 300;
    line-height: 1.89;
}

.post-title {
    margin: 0 0 0.5em;
}

.meta {
    font-size: 1.4rem;
    margin: 0 0 1.8em;
}

#intro .profile-home {
    margin: 0 0 1em 2em;
}

.more_information {
    font-size: 1.8rem;
}

.small-title {
    font-size: 2rem;
}


#multimedia,
#intro,
#featured,
#carousel,
#affiliates,
#footer,
#projects {
    padding: 2em 0;
}

.navbar-nav .open .dropdown-menu > li > a,
.dropdown-menu > li > a {
    padding: 3px 17px 3px 28px;
}

.navbar-nav:not(.sm-collapsible) ul .dropdown-caret > a:after {
    float: left;
    content: "\f104";
}

.navbar-nav:not(.sm-collapsible) ul a.has-submenu {
    padding-left: 30px;
    padding-right: auto;
}

/*
.navbar-right ul.dropdown-menu{
   left:auto;
   right: 100%;
}*/


#intro .profile-home {
    float: left;
    margin: 0 1em 1em 0;
}

.green-list a::before, #intro ul > li > a::before {
    content: "\f104";
    margin-left: 0.5em;
}


#latest-section .panel-title {
    font-size: 2.4rem;
    font-weight: 300;
    margin-top: 0;
    padding: 0;
    text-transform: uppercase;
}

.featured-list-block .featured-block-content {
    display: table-cell;
    padding: 0 15px 0 0;
    vertical-align: top;
}

.panel-body h3 {
    font-family: 'MV Faseyha';
    font-size: 1.8rem;
    line-height: 1.89;
}

/*.dropdown-submenu > .dropdown-menu{
	top:0;
	right:100%;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}*/

/*.navbar-collapse.collapse{
   display: table !important;
}*/

/*Small Devices*/
@media (min-width: 768px) {


    .primary-navbar {
        font-family: 'MV Waheed';
        float: left;
        font-weight: 400;
    }

    .topbar-nav .navbar-nav {
        float: left;
        margin: 0;
    }


    .sidebar-title,
    .section-title {
        text-transform: uppercase;
        margin-top: 0;
        padding-bottom: 1em;
        font-size: 2.7rem;
    }
}

/*Medium Devices*/
@media (min-width: 992px) {

    .main-content {
        padding-left: 3em;
        padding-right: 15px;
        box-shadow: -9px 3px 33px -30px rgba(0, 0, 0, 0.15);
    }

    .site-heading {
        font-family: 'MV Waheed';
        font-size: 14px;
        line-height: 1.35;
        margin: 0;
        word-spacing: -0.2em;
        font-weight: 400;
    }

    .site-sub-heading {
        font-family: 'MV Randhoo';
        font-weight: 400;
        font-size: 12px;
        margin-top: 0;
    }

    h1 {
        font-size: 3rem;
        margin: 1em 0;
    }

    h2 {
        font-size: 2.8rem;
        line-height: 1.6;
        margin: 1.2em 0;
    }

    h3 {
        font-size: 2.6rem;
        line-height: 1.5;
        margin: 1.2em 0;
    }

    h4 {
        font-size: 2.4rem;
        line-height: 1.8;
        margin: 1.2em 0;
    }

    h5 {
        font-size: 2.2rem;
        line-height: 1.8;
        margin: 1.2em 0;
    }
}

/*Desktops*/
@media (min-width: 1200px) {

}

.timeline .label {
    color: #666;
    font-weight: 300;
    font-size: 1.3rem;
}

.timeline-item p:last-child {
    margin-bottom: 0;
}

.timeline-item .panel-body > img {
    margin-bottom: 1em;
}

/*timeline*/
.timeline {
    width: 100%;
    position: relative;
    padding: 1px 0;
    list-style: none;
    font-weight: 300;
}

.timeline .timeline-item {
    padding-right: 0;
    padding-left: 30px;
}

.timeline .timeline-item.timeline-item-left,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-right) {
    padding-right: 30px;
    padding-left: 0;
}

.timeline .timeline-item .timeline-event {
    width: 100%;
}

.timeline:before {
    border-left-style: solid;
}

.timeline:before,
.timeline:after {
    content: " ";
    display: block;
}

.timeline:after {
    clear: both;
}

.timeline:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    height: 100% !important;
    margin-right: 1px;
    border-left-width: 2px;
    border-left-style: solid;
    border-left-color: #dedede;
}

.timeline.timeline-single-column.timeline {
    width: 100%;
    max-width: 768px;
}

.timeline.timeline-single-column.timeline .timeline-item {
    padding-right: 72px;
    padding-left: 0;
}

.timeline.timeline-single-column.timeline .timeline-item.timeline-item-left,
.timeline.timeline-single-column.timeline .timeline-item:nth-of-type(even):not(.timeline-item-right) {
    padding-right: 72px;
    padding-left: 0;
}

.timeline.timeline-single-column.timeline .timeline-item .timeline-event {
    width: 100%;
}

.timeline.timeline-single-column.timeline:before {
    right: 42px;
    width: 0;
    margin-right: -1px;
}

.timeline.timeline-single-column.timeline .timeline-item {
    width: 100%;
    margin-bottom: 20px;
}

.timeline.timeline-single-column.timeline .timeline-item:nth-of-type(even) {
    margin-top: 0;
}

.timeline.timeline-single-column.timeline .timeline-item.timeline-item-right + .timeline-item:not(.timeline-item-right):not(.timeline-item-left),
.timeline.timeline-single-column.timeline .timeline-item.timeline-item-left + .timeline-item:not(.timeline-item-right):not(.timeline-item-left) {
    margin-top: 0;
}

.timeline.timeline-single-column.timeline .timeline-item.timeline-item-right + .timeline-item:not(.timeline-item-right):not(.timeline-item-left) + .timeline-item:not(.timeline-item-right):not(.timeline-item-left),
.timeline.timeline-single-column.timeline .timeline-item.timeline-item-left + .timeline-item:not(.timeline-item-right):not(.timeline-item-left) + .timeline-item:not(.timeline-item-right):not(.timeline-item-left) {
    margin-top: 0;
}

.timeline.timeline-single-column.timeline .timeline-item > .timeline-event {
    float: left !important;
}

.timeline.timeline-single-column.timeline .timeline-item > .timeline-event:before,
.timeline.timeline-single-column.timeline .timeline-item > .timeline-event:after {
    left: auto !important;
    border-right-width: 0 !important;
}

.timeline.timeline-single-column.timeline .timeline-item > .timeline-event:before {
    right: -15px !important;
    border-left-width: 15px !important;
}

.timeline.timeline-single-column.timeline .timeline-item > .timeline-event:after {
    right: -14px !important;
    border-left-width: 14px !important;
}

.timeline.timeline-single-column.timeline .timeline-item > .timeline-point {
    transform: translateX(50%);
    right: 42px !important;
    margin-right: 0;
}

.timeline.timeline-single-column.timeline .timeline-label {
    transform: translateX(50%);
    margin: 0 42px 20px 0;
}

.timeline.timeline-single-column.timeline .timeline-label + .timeline-item:not(.timeline-item-right):not(.timeline-item-left) {
    margin-top: 0;
}

.timeline.timeline-single-column.timeline .timeline-label + .timeline-item:not(.timeline-item-right):not(.timeline-item-left) + .timeline-item:not(.timeline-item-right):not(.timeline-item-left) {
    margin-top: 0;
}

.timeline.timeline-line-solid:before {
    border-left-style: solid;
}

.timeline.timeline-line-dotted:before {
    border-left-style: dotted;
}

.timeline.timeline-line-dashed:before {
    border-left-style: dashed;
}

.timeline.timeline-line-hidden:before {
    border-left-style: none;
}

.timeline .timeline-item {
    position: relative;
    float: right;
    clear: right;
    width: 50%;
    margin-bottom: 20px;
}

.timeline .timeline-item:before,
.timeline .timeline-item:after {
    content: "";
    display: table;
}

.timeline .timeline-item:after {
    clear: both;
}

.timeline .timeline-item:last-child {
    margin-bottom: 0 !important;
}

.timeline .timeline-item.timeline-item-left > .timeline-event,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-right) > .timeline-event {
    float: left !important;
}

.timeline .timeline-item.timeline-item-left > .timeline-event:before,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-right) > .timeline-event:before,
.timeline .timeline-item.timeline-item-left > .timeline-event:after,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-right) > .timeline-event:after {
    left: auto !important;
    border-right-width: 0 !important;
}

.timeline .timeline-item.timeline-item-left > .timeline-event:before,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-right) > .timeline-event:before {
    right: -15px !important;
    border-left-width: 15px !important;
}

.timeline .timeline-item.timeline-item-left > .timeline-event:after,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-right) > .timeline-event:after {
    right: -14px !important;
    border-left-width: 14px !important;
}

.timeline .timeline-item > .timeline-event:before {
    top: 10px;
    left: -15px;
    border-top: 15px solid transparent;
    border-right-width: 15px;
    border-right-style: solid;
    border-left-width: 0;
    border-left-style: solid;
    border-bottom: 15px solid transparent;
}

.timeline .timeline-item > .timeline-event:after {
    top: 11px;
    left: -14px;
    border-top: 14px solid transparent;
    border-right-width: 14px;
    border-right-style: solid;
    border-left-width: 0;
    border-left-style: solid;
    border-bottom: 14px solid transparent;
}

.timeline .timeline-item > .timeline-point {
    top: 25px;
}

.timeline-single-column.timeline .timeline-item > .timeline-event {
    float: left !important;
}

.timeline-single-column.timeline .timeline-item > .timeline-event:before,
.timeline-single-column.timeline .timeline-item > .timeline-event:after {
    left: auto !important;
    border-right-width: 0 !important;
}

.timeline-single-column.timeline .timeline-item > .timeline-event:before {
    right: -15px !important;
    border-left-width: 15px !important;
}

.timeline-single-column.timeline .timeline-item > .timeline-event:after {
    right: -14px !important;
    border-left-width: 14px !important;
}

.timeline .timeline-item:nth-of-type(2) {
    margin-top: 40px;
}

.timeline .timeline-item.timeline-item-right,
.timeline .timeline-item.timeline-item-left {
    clear: both !important;
}

.timeline .timeline-item.timeline-item-right + .timeline-item:not(.timeline-item-right):not(.timeline-item-left),
.timeline .timeline-item.timeline-item-left + .timeline-item:not(.timeline-item-right):not(.timeline-item-left) {
    margin-top: 0;
}

.timeline .timeline-item.timeline-item-right + .timeline-item:not(.timeline-item-right):not(.timeline-item-left) + .timeline-item:not(.timeline-item-right):not(.timeline-item-left),
.timeline .timeline-item.timeline-item-left + .timeline-item:not(.timeline-item-right):not(.timeline-item-left) + .timeline-item:not(.timeline-item-right):not(.timeline-item-left) {
    margin-top: 40px;
}

.timeline .timeline-item.timeline-item-right + .timeline-item:not(.timeline-item-right):not(.timeline-item-left),
.timeline .timeline-item.timeline-item-left + .timeline-item:not(.timeline-item-right):not(.timeline-item-left) {
    clear: both;
}

.timeline .timeline-item.timeline-item-left,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-right) {
    float: left;
    clear: left;
}

.timeline .timeline-item.timeline-item-left > .timeline-point,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-right) > .timeline-point {
    right: -24px;
}

.timeline .timeline-item.timeline-item-left > .timeline-point.timeline-point-blank,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-right) > .timeline-point.timeline-point-blank {
    right: -12px;
}

.timeline .timeline-item.timeline-item-arightow-sm.timeline-item-left > .timeline-event,
.timeline .timeline-item.timeline-item-arightow-sm:nth-of-type(even):not(.timeline-item-right) > .timeline-event {
    float: left !important;
}

.timeline .timeline-item.timeline-item-arightow-sm.timeline-item-left > .timeline-event:before,
.timeline .timeline-item.timeline-item-arightow-sm:nth-of-type(even):not(.timeline-item-right) > .timeline-event:before,
.timeline .timeline-item.timeline-item-arightow-sm.timeline-item-left > .timeline-event:after,
.timeline .timeline-item.timeline-item-arightow-sm:nth-of-type(even):not(.timeline-item-right) > .timeline-event:after {
    left: auto !important;
    border-right-width: 0 !important;
}

.timeline .timeline-item.timeline-item-arightow-sm.timeline-item-left > .timeline-event:before,
.timeline .timeline-item.timeline-item-arightow-sm:nth-of-type(even):not(.timeline-item-right) > .timeline-event:before {
    right: -10px !important;
    border-left-width: 10px !important;
}

.timeline .timeline-item.timeline-item-arightow-sm.timeline-item-left > .timeline-event:after,
.timeline .timeline-item.timeline-item-arightow-sm:nth-of-type(even):not(.timeline-item-right) > .timeline-event:after {
    right: -9px !important;
    border-left-width: 9px !important;
}

.timeline .timeline-item.timeline-item-arightow-sm > .timeline-event:before {
    top: 4px;
    left: -10px;
    border-top: 10px solid transparent;
    border-right-width: 10px;
    border-right-style: solid;
    border-left-width: 0;
    border-left-style: solid;
    border-bottom: 10px solid transparent;
}

.timeline .timeline-item.timeline-item-arightow-sm > .timeline-event:after {
    top: 5px;
    left: -9px;
    border-top: 9px solid transparent;
    border-right-width: 9px;
    border-right-style: solid;
    border-left-width: 0;
    border-left-style: solid;
    border-bottom: 9px solid transparent;
}

.timeline .timeline-item.timeline-item-arightow-sm > .timeline-point {
    top: 14px;
}

.timeline-single-column.timeline .timeline-item.timeline-item-arightow-sm > .timeline-event {
    float: left !important;
}

.timeline-single-column.timeline .timeline-item.timeline-item-arightow-sm > .timeline-event:before,
.timeline-single-column.timeline .timeline-item.timeline-item-arightow-sm > .timeline-event:after {
    left: auto !important;
    border-right-width: 0 !important;
}

.timeline-single-column.timeline .timeline-item.timeline-item-arightow-sm > .timeline-event:before {
    right: -10px !important;
    border-left-width: 10px !important;
}

.timeline-single-column.timeline .timeline-item.timeline-item-arightow-sm > .timeline-event:after {
    right: -9px !important;
    border-left-width: 9px !important;
}

.timeline .timeline-item.timeline-item-arightow-md.timeline-item-left > .timeline-event,
.timeline .timeline-item.timeline-item-arightow-md:nth-of-type(even):not(.timeline-item-right) > .timeline-event {
    float: left !important;
}

.timeline .timeline-item.timeline-item-arightow-md.timeline-item-left > .timeline-event:before,
.timeline .timeline-item.timeline-item-arightow-md:nth-of-type(even):not(.timeline-item-right) > .timeline-event:before,
.timeline .timeline-item.timeline-item-arightow-md.timeline-item-left > .timeline-event:after,
.timeline .timeline-item.timeline-item-arightow-md:nth-of-type(even):not(.timeline-item-right) > .timeline-event:after {
    left: auto !important;
    border-right-width: 0 !important;
}

.timeline .timeline-item.timeline-item-arightow-md.timeline-item-left > .timeline-event:before,
.timeline .timeline-item.timeline-item-arightow-md:nth-of-type(even):not(.timeline-item-right) > .timeline-event:before {
    right: -15px !important;
    border-left-width: 15px !important;
}

.timeline .timeline-item.timeline-item-arightow-md.timeline-item-left > .timeline-event:after,
.timeline .timeline-item.timeline-item-arightow-md:nth-of-type(even):not(.timeline-item-right) > .timeline-event:after {
    right: -14px !important;
    border-left-width: 14px !important;
}

.timeline .timeline-item.timeline-item-arightow-md > .timeline-event:before {
    top: 10px;
    left: -15px;
    border-top: 15px solid transparent;
    border-right-width: 15px;
    border-right-style: solid;
    border-left-width: 0;
    border-left-style: solid;
    border-bottom: 15px solid transparent;
}

.timeline .timeline-item.timeline-item-arightow-md > .timeline-event:after {
    top: 11px;
    left: -14px;
    border-top: 14px solid transparent;
    border-right-width: 14px;
    border-right-style: solid;
    border-left-width: 0;
    border-left-style: solid;
    border-bottom: 14px solid transparent;
}

.timeline .timeline-item.timeline-item-arightow-md > .timeline-point {
    top: 25px;
}

.timeline-single-column.timeline .timeline-item.timeline-item-arightow-md > .timeline-event {
    float: left !important;
}

.timeline-single-column.timeline .timeline-item.timeline-item-arightow-md > .timeline-event:before,
.timeline-single-column.timeline .timeline-item.timeline-item-arightow-md > .timeline-event:after {
    left: auto !important;
    border-right-width: 0 !important;
}

.timeline-single-column.timeline .timeline-item.timeline-item-arightow-md > .timeline-event:before {
    right: -15px !important;
    border-left-width: 15px !important;
}

.timeline-single-column.timeline .timeline-item.timeline-item-arightow-md > .timeline-event:after {
    right: -14px !important;
    border-left-width: 14px !important;
}

.timeline .timeline-item.timeline-item-arightow-lg.timeline-item-left > .timeline-event,
.timeline .timeline-item.timeline-item-arightow-lg:nth-of-type(even):not(.timeline-item-right) > .timeline-event {
    float: left !important;
}

.timeline .timeline-item.timeline-item-arightow-lg.timeline-item-left > .timeline-event:before,
.timeline .timeline-item.timeline-item-arightow-lg:nth-of-type(even):not(.timeline-item-right) > .timeline-event:before,
.timeline .timeline-item.timeline-item-arightow-lg.timeline-item-left > .timeline-event:after,
.timeline .timeline-item.timeline-item-arightow-lg:nth-of-type(even):not(.timeline-item-right) > .timeline-event:after {
    left: auto !important;
    border-right-width: 0 !important;
}

.timeline .timeline-item.timeline-item-arightow-lg.timeline-item-left > .timeline-event:before,
.timeline .timeline-item.timeline-item-arightow-lg:nth-of-type(even):not(.timeline-item-right) > .timeline-event:before {
    right: -18px !important;
    border-left-width: 18px !important;
}

.timeline .timeline-item.timeline-item-arightow-lg.timeline-item-left > .timeline-event:after,
.timeline .timeline-item.timeline-item-arightow-lg:nth-of-type(even):not(.timeline-item-right) > .timeline-event:after {
    right: -17px !important;
    border-left-width: 17px !important;
}

.timeline .timeline-item.timeline-item-arightow-lg > .timeline-event:before {
    top: 10px;
    left: -18px;
    border-top: 18px solid transparent;
    border-right-width: 18px;
    border-right-style: solid;
    border-left-width: 0;
    border-left-style: solid;
    border-bottom: 18px solid transparent;
}

.timeline .timeline-item.timeline-item-arightow-lg > .timeline-event:after {
    top: 11px;
    left: -17px;
    border-top: 17px solid transparent;
    border-right-width: 17px;
    border-right-style: solid;
    border-left-width: 0;
    border-left-style: solid;
    border-bottom: 17px solid transparent;
}

.timeline .timeline-item.timeline-item-arightow-lg > .timeline-point {
    top: 28px;
}

.timeline-single-column.timeline .timeline-item.timeline-item-arightow-lg > .timeline-event {
    float: left !important;
}

.timeline-single-column.timeline .timeline-item.timeline-item-arightow-lg > .timeline-event:before,
.timeline-single-column.timeline .timeline-item.timeline-item-arightow-lg > .timeline-event:after {
    left: auto !important;
    border-right-width: 0 !important;
}

.timeline-single-column.timeline .timeline-item.timeline-item-arightow-lg > .timeline-event:before {
    right: -18px !important;
    border-left-width: 18px !important;
}

.timeline-single-column.timeline .timeline-item.timeline-item-arightow-lg > .timeline-event:after {
    right: -17px !important;
    border-left-width: 17px !important;
}

.timeline .timeline-item > .timeline-event {
    background: #fff;
    border: 1px solid #dedede;
    color: #555;
    position: relative;
    float: right;
    border-radius: 3px;
}

.timeline .timeline-item > .timeline-event:before {
    border-right-color: #dedede;
    border-left-color: #dedede;
}

.timeline .timeline-item > .timeline-event:after {
    border-right-color: #fff;
    border-left-color: #fff;
}

.timeline .timeline-item > .timeline-event h1,
.timeline .timeline-item > .timeline-event h2,
.timeline .timeline-item > .timeline-event h3,
.timeline .timeline-item > .timeline-event h4,
.timeline .timeline-item > .timeline-event h5,
.timeline .timeline-item > .timeline-event h6,
.timeline .timeline-item > .timeline-event p,
.timeline .timeline-item > .timeline-event .timeline-inherit-color {
    color: inherit;
}

.timeline .timeline-item > .timeline-event.timeline-event-default {
    background: #fff;
    border: 1px solid #dedede;
    color: #555;
}

.timeline .timeline-item > .timeline-event.timeline-event-default:before {
    border-right-color: #dedede;
    border-left-color: #dedede;
}

.timeline .timeline-item > .timeline-event.timeline-event-default:after {
    border-right-color: #fff;
    border-left-color: #fff;
}

.timeline .timeline-item > .timeline-event.timeline-event-default h1,
.timeline .timeline-item > .timeline-event.timeline-event-default h2,
.timeline .timeline-item > .timeline-event.timeline-event-default h3,
.timeline .timeline-item > .timeline-event.timeline-event-default h4,
.timeline .timeline-item > .timeline-event.timeline-event-default h5,
.timeline .timeline-item > .timeline-event.timeline-event-default h6,
.timeline .timeline-item > .timeline-event.timeline-event-default p,
.timeline .timeline-item > .timeline-event.timeline-event-default .timeline-inherit-color {
    color: inherit;
}

.timeline .timeline-item > .timeline-event.timeline-event-primary {
    background: #f5f5f5;
    border: 1px solid #dedede;
    color: #555;
}

.timeline .timeline-item > .timeline-event.timeline-event-primary:before {
    border-right-color: #dedede;
    border-left-color: #dedede;
}

.timeline .timeline-item > .timeline-event.timeline-event-primary:after {
    border-right-color: #f5f5f5;
    border-left-color: #f5f5f5;
}

.timeline .timeline-item > .timeline-event.timeline-event-primary h1,
.timeline .timeline-item > .timeline-event.timeline-event-primary h2,
.timeline .timeline-item > .timeline-event.timeline-event-primary h3,
.timeline .timeline-item > .timeline-event.timeline-event-primary h4,
.timeline .timeline-item > .timeline-event.timeline-event-primary h5,
.timeline .timeline-item > .timeline-event.timeline-event-primary h6,
.timeline .timeline-item > .timeline-event.timeline-event-primary p,
.timeline .timeline-item > .timeline-event.timeline-event-primary .timeline-inherit-color {
    color: inherit;
}

.timeline .timeline-item > .timeline-event.timeline-event-success {
    background: #F3F8ED;
    border: 1px solid #72b92e;
    color: #3F8100;
}

.timeline .timeline-item > .timeline-event.timeline-event-success:before {
    border-right-color: #72b92e;
    border-left-color: #72b92e;
}

.timeline .timeline-item > .timeline-event.timeline-event-success:after {
    border-right-color: #F3F8ED;
    border-left-color: #F3F8ED;
}

.timeline .timeline-item > .timeline-event.timeline-event-success h1,
.timeline .timeline-item > .timeline-event.timeline-event-success h2,
.timeline .timeline-item > .timeline-event.timeline-event-success h3,
.timeline .timeline-item > .timeline-event.timeline-event-success h4,
.timeline .timeline-item > .timeline-event.timeline-event-success h5,
.timeline .timeline-item > .timeline-event.timeline-event-success h6,
.timeline .timeline-item > .timeline-event.timeline-event-success p,
.timeline .timeline-item > .timeline-event.timeline-event-success .timeline-inherit-color {
    color: inherit;
}

.timeline .timeline-item > .timeline-event.timeline-event-info {
    background: #F0F8FD;
    border: 1px solid #3e93cf;
    color: #0062A7;
}

.timeline .timeline-item > .timeline-event.timeline-event-info:before {
    border-right-color: #3e93cf;
    border-left-color: #3e93cf;
}

.timeline .timeline-item > .timeline-event.timeline-event-info:after {
    border-right-color: #F0F8FD;
    border-left-color: #F0F8FD;
}

.timeline .timeline-item > .timeline-event.timeline-event-info h1,
.timeline .timeline-item > .timeline-event.timeline-event-info h2,
.timeline .timeline-item > .timeline-event.timeline-event-info h3,
.timeline .timeline-item > .timeline-event.timeline-event-info h4,
.timeline .timeline-item > .timeline-event.timeline-event-info h5,
.timeline .timeline-item > .timeline-event.timeline-event-info h6,
.timeline .timeline-item > .timeline-event.timeline-event-info p,
.timeline .timeline-item > .timeline-event.timeline-event-info .timeline-inherit-color {
    color: inherit;
}

.timeline .timeline-item > .timeline-event.timeline-event-warning {
    background: #FFF9E9;
    border: 1px solid #d0aa42;
    color: #ac7e00;
}

.timeline .timeline-item > .timeline-event.timeline-event-warning:before {
    border-right-color: #d0aa42;
    border-left-color: #d0aa42;
}

.timeline .timeline-item > .timeline-event.timeline-event-warning:after {
    border-right-color: #FFF9E9;
    border-left-color: #FFF9E9;
}

.timeline .timeline-item > .timeline-event.timeline-event-warning h1,
.timeline .timeline-item > .timeline-event.timeline-event-warning h2,
.timeline .timeline-item > .timeline-event.timeline-event-warning h3,
.timeline .timeline-item > .timeline-event.timeline-event-warning h4,
.timeline .timeline-item > .timeline-event.timeline-event-warning h5,
.timeline .timeline-item > .timeline-event.timeline-event-warning h6,
.timeline .timeline-item > .timeline-event.timeline-event-warning p,
.timeline .timeline-item > .timeline-event.timeline-event-warning .timeline-inherit-color {
    color: inherit;
}

.timeline .timeline-item > .timeline-event.timeline-event-danger {
    background: #FFC4BC;
    border: 1px solid #d25a4b;
    color: #B71500;
}

.timeline .timeline-item > .timeline-event.timeline-event-danger:before {
    border-right-color: #d25a4b;
    border-left-color: #d25a4b;
}

.timeline .timeline-item > .timeline-event.timeline-event-danger:after {
    border-right-color: #FFC4BC;
    border-left-color: #FFC4BC;
}

.timeline .timeline-item > .timeline-event.timeline-event-danger h1,
.timeline .timeline-item > .timeline-event.timeline-event-danger h2,
.timeline .timeline-item > .timeline-event.timeline-event-danger h3,
.timeline .timeline-item > .timeline-event.timeline-event-danger h4,
.timeline .timeline-item > .timeline-event.timeline-event-danger h5,
.timeline .timeline-item > .timeline-event.timeline-event-danger h6,
.timeline .timeline-item > .timeline-event.timeline-event-danger p,
.timeline .timeline-item > .timeline-event.timeline-event-danger .timeline-inherit-color {
    color: inherit;
}

.timeline .timeline-item > .timeline-event:before,
.timeline .timeline-item > .timeline-event:after {
    content: "";
    display: inline-block;
    position: absolute;
}

.timeline .timeline-item > .timeline-event .timeline-heading,
.timeline .timeline-item > .timeline-event .timeline-body,
.timeline .timeline-item > .timeline-event .timeline-footer {
    padding: 4px 10px;
}

.timeline .timeline-item > .timeline-event .timeline-heading p,
.timeline .timeline-item > .timeline-event .timeline-body p,
.timeline .timeline-item > .timeline-event .timeline-footer p,
.timeline .timeline-item > .timeline-event .timeline-heading ul,
.timeline .timeline-item > .timeline-event .timeline-body ul,
.timeline .timeline-item > .timeline-event .timeline-footer ul {
    margin-bottom: 0;
}

.timeline .timeline-item > .timeline-event .timeline-heading h4 {
    font-weight: 400;
}

.timeline .timeline-item > .timeline-event .timeline-footer a {
    cursor: pointer;
    text-decoration: none;
}

.timeline .timeline-item > .timeline-event .panel,
.timeline .timeline-item > .timeline-event .table,
.timeline .timeline-item > .timeline-event .blankslate {
    margin: 0;
    border: none;
    border-radius: inherit;
    overflow: hidden;
}

.timeline .timeline-item > .timeline-event .table th {
    border-top: 0;
}

.timeline .timeline-item > .timeline-point {
    color: #dedede;
    background: #fff;
    left: -34px;
    width: 34px;
    height: 34px;
    margin-top: -17px;
    margin-right: 17px;
    margin-left: 17px;
    position: absolute;
    z-index: 100;
    border-width: 2px;
    border-style: solid;
    border-radius: 100%;
    line-height: 30px;
    text-align: center;
}

.timeline .timeline-item > .timeline-point.timeline-point-blank {
    left: -12px;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    margin-right: 6px;
    margin-left: 6px;
    color: #dedede;
    background: #dedede;
}

.timeline .timeline-item > .timeline-point.timeline-point-default {
    color: #dedede;
    background: #fff;
}

.timeline .timeline-item > .timeline-point.timeline-point-primary {
    color: #dedede;
    background: #fff;
}

.timeline .timeline-item > .timeline-point.timeline-point-success {
    color: #72b92e;
    background: #fff;
}

.timeline .timeline-item > .timeline-point.timeline-point-info {
    color: #3e93cf;
    background: #fff;
}

.timeline .timeline-item > .timeline-point.timeline-point-warning {
    color: #d0aa42;
    background: #fff;
}

.timeline .timeline-item > .timeline-point.timeline-point-danger {
    color: #d25a4b;
    background: #fff;
}

.timeline .timeline-label {
    position: relative;
    float: right;
    clear: right;
    width: 50%;
    margin-bottom: 20px;
    top: 1px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    text-align: center;
}

.timeline .timeline-label:before,
.timeline .timeline-label:after {
    content: "";
    display: table;
}

.timeline .timeline-label:after {
    clear: both;
}

.timeline .timeline-label:last-child {
    margin-bottom: 0 !important;
}

.timeline .timeline-label + .timeline-item:not(.timeline-item-right):not(.timeline-item-left) {
    margin-top: 0;
}

.timeline .timeline-label + .timeline-item:not(.timeline-item-right):not(.timeline-item-left) + .timeline-item:not(.timeline-item-right):not(.timeline-item-left) {
    margin-top: 40px;
}

.timeline .timeline-label .label-default {
    background-color: #dedede;
}

.timeline .timeline-label .label-primary {
    background-color: #dedede;
}

.timeline .timeline-label .label-info {
    background-color: #3e93cf;
}

.timeline .timeline-label .label-warning {
    background-color: #d0aa42;
}

.timeline .timeline-label .label-danger {
    background-color: #d25a4b;
}

#menu-footer-dhivehi {
    list-style: none;
    padding-left: 0;
    margin: 0;
    -moz-column-count: 2;
    -moz-column-gap: 5px;
    column-gap: 5px;;
    column-count: 2;
    -webkit-column-count: 2;
    -webkit-column-gap: 5px;;
}

.av-fix .avator-profile-block .profile-block-content {
    display: inline-block;
    float: left;
    overflow-wrap: break-word;
    padding: 0 15px 0 0px;
    vertical-align: top;
    width: 75%;
}

.avator-profile-block .profile-block-content {
    display: inline-block;
    float: left;
    overflow-wrap: break-word;
    padding: 0 15px 0 0px;
    vertical-align: top;
    width: 60%;
}

aside {
    font-size: 1.5rem;
}

.rpwe-title {
    font-family: "MV Faseyha";
    font-size: 1.5rem;
}

.btn {
    font-size: 1.4rem;
    padding: 9px 16px;
    line-height: 1.6;
}

.bootstrap-select > .dropdown-toggle {
    padding-left: 35px;
    width: 100%;
    z-index: 1;
    padding-right: 16px;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    text-align: right;
}

.year-dropdown,
.month-dropdown,
.department-dropdown,
.department-dropdown-full,
.project-dropdown {
    margin-right: auto;
    margin-left: 2%;
}

.project-dropdown {
    margin-left: 0;
}

.filter-search-input {
    margin-right: auto;
    margin-left: 2%;
}

.search-box {
    left: 0;
    right: auto;
}

.search-box input {
    font-size: 1.4rem;
    padding: 0.3em 1em 0.3em 2.5em;
}

.search-box button {
    left: 2.5em;
    right: auto;
}

.wp-pagenavi span.pages {
    display: none;
}

.wp-pagenavi span.extend {
    border: none;
    color: transparent;
}

.wp-pagenavi span.pages,
.wp-pagenavi span.current,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .smaller,
.wp-pagenavi .larger,
.wp-pagenavi .first,
.wp-pagenavi .last {
    float: right;
}

.wp-pagenavi {
    display: inline-block;
    margin: 0 auto;
}

.env-pagination {
    border-top: 1px solid #dedede;
    clear: both;
    margin: 2em 0 0;
    padding-top: 2em;
}

#latest-section .sidebar {
    right: 1px;
}

.navbar-toggle {
    margin-left: 0;
}

.nav {
    padding-left: 0;
}

.navbar-nav.sm-collapsible a.has-submenu {
    padding-left: auto;
    padding-right: 1em;
}

.dropdown-caret > a::after {
    right: 0;
}

#menu-language-menu-dhivehi {
    margin-left: 0;
}

.xs-title {
    font-size: 1.3rem;
}

.navbar-toggle {
    float: right;
}

.justify-content-start {
    justify-content: flex-end !important;
}

.justify-content-end {
    justify-content: flex-start !important;
}

.align-items-start {
    align-items: flex-end !important;
}

.align-items-end {
    align-items: flex-start !important;
}

.align-content-start {
    align-content: flex-end !important;
}

.align-content-end {
    align-content: flex-start !important;
}

.align-self-start {
    align-self: flex-end !important;
}

.align-self-end {
    align-self: flex-start !important;
}

.border-start {
    border-right: 1px solid #dee2e6 !important
}

.border-start-0 {
    border-right: 0 !important
}

@media (min-width: 1200px) {
    .text-md-start {
        text-align: right !important;
    }
}


.me-0 {
    margin-left: 0 !important;
}

.me-1 {
    margin-left: 0.25rem !important;
}

.me-2 {
    margin-left: 0.5rem !important;
}

.me-3 {
    margin-left: 1rem !important;
}

.me-4 {
    margin-left: 1.5rem !important;
}

.me-5 {
    margin-left: 3rem !important;
}

.me-auto {
    margin-left: auto !important;
}


.ms-0 {
    margin-right: 0 !important;
}

.ms-1 {
    margin-right: 0.25rem !important;
}

.ms-2 {
    margin-right: 0.5rem !important;
}

.ms-3 {
    margin-right: 1rem !important;
}

.ms-4 {
    margin-right: 1.5rem !important;
}

.ms-5 {
    margin-right: 3rem !important;
}

.ms-auto {
    margin-right: auto !important;
}

.pe-0 {
    padding-left: 0 !important;
}

.pe-1 {
    padding-left: 0.25rem !important;
}

.pe-2 {
    padding-left: 0.5rem !important;
}

.pe-3 {
    padding-left: 1rem !important;
}

.pe-4 {
    padding-left: 1.5rem !important;
}

.pe-5 {
    padding-left: 3rem !important;
}

.ps-0 {
    padding-right: 0 !important;
}

.ps-1 {
    padding-right: 0.25rem !important;
}

.ps-2 {
    padding-right: 0.5rem !important;
}

.ps-3 {
    padding-right: 1rem !important;
}

.ps-4 {
    padding-right: 1.5rem !important;
}

.ps-5 {
    padding-right: 3rem !important;
}

.featured-title {
    font-family: 'MV Waheed';
    font-weight: 400 !important;
}

#affiliates h5 {
    font-size: 16px;
}

.footer-heading {
    font-family: 'MV Waheed';
    font-weight: 400;
}

.footer-sub-heading {
    font-family: 'MV Waheed';
    font-weight: 400;
}

.news .card .h5, .news .card h5 {
    line-height: 169%;
    font-size: 16px;
}

.deadline-status {
    left: 0;
    right: unset !important;
}

.publication-item .card-body {
    margin-top: 120px;
}

.publication-item .card-body h5 {
    line-height: 25px;
}

.badge {
    padding: 7px 10px;
}