:root {
    --main-color : #021C3B;
    --secondary-color : #E5E5E5;
    --dark-color : #333;
    --gold-color : #EABE00;
}
input#submitinput-1 {
    font-family: inherit;
}

input[type="submit"] {
    font-family: inherit;
}


@media(min-width: 992px) {
    .navbar a.login-mobile-version {
        display: none !important;
    }
}

.col-md-3.bd-sidebar {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

span.badge.badge-primary.badge-pill {
    color: #333;
}

.person {
    direction: rtl;
}

main.col-md-9.bd-content {
    padding-top: 1rem !important;
}

.person .container {
    width: 1024px;
}

a.page-link {
    padding: .5rem .75rem;
    border-radius: 5px;
    border: unset;
    background: #02316a;
    color: #fff;
}

.col-md-12.text-center.pagination {
    margin-top: 5%;
    margin-bottom: 5%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

li.page-item {
    margin: 0 2%;
}

.card-footer.text-center {
    color: #48436b;

}

.card-footer.text-center h3 {
    padding: 5% 3%;
}

a.person-info {
    color: #48436b;
    font-weight: 700;
}

.card.home {
    display: inline-block;
    background-color: #ffffff;
    transition: all 0.2s;
    border: unset;
}

.card.home:hover {
    transform: scale(1.05);
    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.14);
    z-index: 10;
}

.card.person {
    width: calc(100%);
    border-radius: 0;
    border: 1px solid #eee;
}

.form-group.form-check {
    font-size: 14px;
    padding: 0;
    /* margin: 0; */
}

li.list-group-item.d-flex.justify-content-between.align-items-center {
    padding: 5% 2%;
}

span.badge.badge-primary.badge-pill {
    font-size: 14px;
}

.banner {
    height: 145px;
    position: relative;
    direction: rtl;
}

.banner:after {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    height: 145px;
    background: #14375c;
}

.banner .wrapper {
    /* position:relative; */
    z-index: 2;
    height: 100%;
}

.banner .wrapper .caption {
    color: #fff;
    text-align: center;
    position: absolute;
    height: 145px;
    width: 100%;
    bottom: 0;
    left: 0
}

.banner .wrapper .caption .inner {
    width: 100%;
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    padding: 0 20px
}

.banner .wrapper .caption h1 {
    line-height: 40px;
    font-size: 40px;
    font-weight: bold;
    text-transform: capitalize
}

.banner .wrapper .caption span {
    line-height: 30px;
    text-transform: uppercase
}

.inner {
    position: absolute;
    right: 25%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    padding: 0 20px;
    z-index: 5;
}

.inner h1 {
    color: #ffffff;
    font-size: 26px;
}

/* .provider-img img {
    background: #fff;
    padding: 5%;
} */

/* .provider-img {
    z-index: 5 !important;
    position: absolute;
} */

.inner h5 {
    padding-top: 10%;
    color: #ffffff;
    font-weight: 700;
}

.person-name {
    width: 990px;
    margin: 0 auto;
}

.tab-content {
    background: #ffffff;
    min-height: 300px;
    padding: 1% 2%;
    line-height: 1.5;
    font-size: 14px;
}

.tab-content p {
    padding: 3% 2%;
    font-size: 14px;
    line-height: 1.5;
}

section#portfolio-details a.nav-link {
    font-size: 14px;
}

label.form-check-label {
    margin-top: 2.5%;
}

.form-check .form-check-input {
    float: right !important;
    margin-left: 10px !important;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}

.contact-info.d-flex.align-items-center {
    /* font-size: 12px; */
}

.card-body h5, h4 {
    padding: 1.5% 0%;
}

.card-body i.fa {
    padding-left: 5px;
}

section#events {
    direction: rtl;
    margin: 0 auto;
}

section#events .card {
    background: unset;
}


.card-group a {
    background-color: var(--main-color);
    color: #fff;
}

.card-group a:hover {
    border: 1px solid var(--main-color);
    color: var(--main-color);
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    background: #fff;
    transition: all 0.5s;
    z-index: 997;
    padding: 20px 0;
    top: 40px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

@media (max-width: 992px) {
    #header {
        padding: 15px 0;
    }
}

#header.header-scrolled {
    top: 0;
}

#header .logo {
    font-size: 28px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

#header .logo a {
    color: #555555;
}

#header .logo img {
    max-height: 40px;
}

/**
* Appointment Button
*/
.appointment-btn {
    margin-left: 25px;
    background: #0f81c4;
    color: #fff;
    border-radius: 4px;
    padding: 8px 25px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 14px;
    display: inline-block;
}

.appointment-btn:hover {
    background: #0f81c4;
    color: #fff;
}

@media (max-width: 768px) {
    .appointment-btn {
        margin: 0 15px 0 0;
        padding: 6px 15px;
    }
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 60px 0;
    overflow: hidden;
}

section#services {
    padding: 30px 0;
    /* width: 990px; */
    margin: 0 auto;
    direction: rtl;
}

.section-bg {
    background-color: #f7fcfc;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
}

.section-title h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #333333;
}

.title {
    text-align: center;
    padding-bottom: 30px;
}

.title h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    /* padding-bottom: 20px; */
    position: relative;
    border: 10px solid #02316a;
    padding: 5% 2%;
    color: #02316a;
    border-radius: 20px;
}

.section-title h2::before {
    content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}

.section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #02316a;
    bottom: 0;
    left: calc(50% - 20px);
}


.section-title p {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    padding: inherit;
    min-height: 40px;
    /* width: 990px; */
    direction: rtl;
    margin: 0 auto;
    margin-bottom: 5%;
}

.breadcrumbs .container {
    /* width: 990px; */
    margin: 0 auto;
    background: #eee;
    color: #333;
    margin-top: -30px;
    border-radius: 5px;
    padding: 0 2%;
    box-shadow: -6px 0px 10px 0px rgb(0 0 0 / 50%);
    /* margin-right: 11%; */
    position: absolute;
}

@media (max-width: 992px) {
    .breadcrumbs {
        margin-top: 70px;
    }
}

.breadcrumbs h2 {
    font-size: 24px;
    font-weight: 300;
    margin: 0;
    color: #333;
    padding: 2% 0;
}

@media (max-width: 992px) {
    .breadcrumbs h2 {
        margin: 0 0 10px 0;
    }
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.breadcrumbs ol li+li {
    padding-left: 10px;
}

.breadcrumbs ol li+li::before {
    display: inline-block;
    padding-left: 10px;
    color: #6c757d;
    content: "/";
}

section.breadcrumbs .container {
    /* width: 990px; */
    margin: 0 auto;
    color: #fff;
}

section.breadcrumbs .container a {
    color: #fff;
}

@media (max-width: 768px) {
    .breadcrumbs .d-flex {
        display: block !important;
    }

    .breadcrumbs ol {
        display: block;
    }

    .breadcrumbs ol li {
        display: inline-block;
    }
}

/*--------------------------------------------------------------
# Section Title
--------------------------------------------------------------*/
h3.titles {
    font-size: 30px;
    font-weight: 500;
}
.titles {
    color: var(--gold-color);
    margin-bottom: 30px;
    position: relative;
  }
  .title-dark {
  color: var(--main-color);
  }

  .titles::before {
    position: absolute;
    right: -29px;
    top: 0;
    height: 20px;
    width: 20px;
    transform: rotate(45deg);
    background-color: var(--main-color);
    box-shadow: 0px 4px 4px 0px #aaa;
    border-radius: 4px;
    content: '';
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }
  .titles::after {
    position: absolute;
    right: -19px;
    top: 25px;
    height: 14px;
    width: 14px;
    transform: rotate(45deg);
    background-color: var(--main-color);
    box-shadow: 0px 4px 4px 0px #aaa;
    border-radius: 4px;
    content: '';
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }
/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/
.featured-services .square {
    height: 100px;
    width: 100px;
    margin: 30px auto 40px;
    position: relative;
    border-radius: 15px;
    transform: rotate(45deg);
    padding: 10px;
    background-color:var(--main-color);
    box-shadow: 0px 0px 27px 0px #ccc;
    border: 2px dotted #eaf3fa;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }
  .featured-services .square i {
    transform: rotate(315deg);
    display: block;
    color: #eaf3fa;
    font-size: 40px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -o-transform: rotate(315deg);
  }
  .featured-services .square::before {
    position: absolute;
    left: -10px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: var(--gold-color);
    content: '';
  }
  .featured-services .square::after {
    position: absolute;
    left: 50px;
    top: 66px;
    width: 1px;
    height: 88%;
    background-color:var(--gold-color);
    content: '';
    transform: rotate(90deg);
  }
.featured-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: 15px;
    z-index: 1;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.featured-services .icon-box::before {
    content: "";
    position: absolute;
    background: #d9f1f2;
    right: 0;
    left: 0;
    bottom: 0;
    top: 100%;
    transition: all 0.3s;
    z-index: -1;
}

.featured-services .icon-box:hover::before {
    background: var(--main-color);
    top: 0;
    border-radius: 0px;
}

.featured-services  h4 {
    text-align: center;
    font-size: 20px;
    color: var(--main-color);
    padding: 0;
    margin: 0;
}
.featured-services .icon-box:hover h4 {
    color: var(--gold-color);
}

.featured-services .description {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 0;
    color: var(--main-color);
}

.featured-services .icon-box:hover .description {
    color: #fff;
}


/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
    background-image: url(../images/about2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
   }

.cta h3 {
    font-size: 28px;
    font-weight: 700;
}

.cta .holder {
    background: rgba(255, 255, 255, 0.3);
    color: var(--main-color);
    font-weight: bold;
    padding: 70px 20px;
    font-size: 20px !important;
    text-align: center;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
  }
  .cta .holder p {
    font-size: 20px !important;
  }
/*--------------------------------------------------------------
# Work
--------------------------------------------------------------*/
.work .work-image img {
    width: 100%;
}
/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about .content h3 {
    font-weight: 600;
    font-size: 26px;
}

.about .content ul {
    list-style: none;
    padding: 0;
}

.about .content ul li {
    padding-bottom: 10px;
}

.about .content ul i {
    font-size: 20px;
    padding-right: 4px;
    color: #3fbbc0;
}

.about .content p:last-child {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
    margin-bottom: 30px;
}

.portfolio #portfolio-flters {
    padding: 0;
    margin: 0 auto 20px auto;
    list-style: none;
    text-align: center;
}

.portfolio #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 8px 15px 10px 15px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    color: #444444;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
    border-radius: 3px;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
    color: #fff;
    background: #5cb874;
}

.portfolio #portfolio-flters li:last-child {
    margin-right: 0;
}

.portfolio .portfolio-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: rgba(34, 34, 34, 0.6);
}

.portfolio .portfolio-wrap::before {
    content: "";
    background: rgba(34, 34, 34, 0.6);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all ease-in-out 0.3s;
    z-index: 2;
    opacity: 0;
}

.portfolio .portfolio-wrap img {
    transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 20px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    font-style: italic;
}

.portfolio .portfolio-wrap .portfolio-links {
    text-align: center;
    z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
    color: #fff;
    margin: 0 5px 0 0;
    font-size: 28px;
    display: inline-block;
    transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
    color: #6ec083;
}

.portfolio .portfolio-wrap:hover::before {
    opacity: 1;
}

.portfolio .portfolio-wrap:hover img {
    transform: scale(1.2);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
    opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
    padding-top: 40px;
    margin: 0 auto;
}

.portfolio-details .portfolio-details-slider img {
    width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #5cb874;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #5cb874;
}

.portfolio-details .portfolio-info {
    padding: 30px;
    box-shadow: 0px 0 30px rgba(34, 34, 34, 0.08);
}

.portfolio-details .portfolio-info h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
    margin-top: 10px;
}

.portfolio-details .portfolio-description {
    padding-top: 30px;
    direction: rtl;
}

.portfolio-details .portfolio-description h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
    padding: 0;
    font-size: 14px;
    line-height: 1.5;
    text-align: justify;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
    padding-bottom: 30px;
}

.counts .count-box {
    box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.1);
    padding: 30px;
    width: 100%;
}

.counts .count-box i {
    display: block;
    font-size: 30px;
    color: #3fbbc0;
    float: left;
}

.counts .count-box span {
    font-size: 42px;
    line-height: 24px;
    display: block;
    font-weight: 700;
    color: #555555;
    margin-left: 50px;
}

.counts .count-box p {
    padding: 30px 0 0 0;
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
}

.counts .count-box a {
    font-weight: 600;
    display: block;
    margin-top: 20px;
    color: #7b7b7b;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    transition: ease-in-out 0.3s;
}

.counts .count-box a:hover {
    color: #3fbbc0;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .icon-box h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 5px 0 10px 60px;
}

.features .icon-box i {
    font-size: 48px;
    float: left;
    color: #3fbbc0;
}

.features .icon-box p {
    font-size: 15px;
    color: #848484;
    margin-left: 60px;
}

.features .image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
}


/*--------------------------------------------------------------
# Departments
--------------------------------------------------------------*/
.departments .nav-tabs {
    border: 0;
}

.departments .nav-link {
    border: 0;
    padding: 20px;
    color: #555555;
    border-radius: 0;
    border-left: 5px solid #fff;
    cursor: pointer;
}

.departments .nav-link h4 {
    font-size: 18px;
    font-weight: 600;
    transition: 0.3s;
}

.departments .nav-link p {
    font-size: 14px;
    margin-bottom: 0;
}

.departments .nav-link:hover h4 {
    color: #3fbbc0;
}

.departments .nav-link.active {
    background: #f7fcfc;
    border-color: #3fbbc0;
}

.departments .nav-link.active h4 {
    color: #3fbbc0;
}

.departments .tab-pane.active {
    -webkit-animation: slide-down 0.5s ease-out;
    animation: slide-down 0.5s ease-out;
}

.departments .tab-pane img {
    float: left;
    max-width: 300px;
    padding: 0 15px 15px 0;
}

@media (max-width: 768px) {
    .departments .tab-pane img {
        float: none;
        padding: 0 0 15px 0;
        max-width: 100%;
    }
}

.departments .tab-pane h3 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #3fbbc0;
}

.departments .tab-pane p {
    color: #777777;
}

.departments .tab-pane p:last-child {
    margin-bottom: 0;
}

@-webkit-keyframes slide-down {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes slide-down {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/*--------------------------------------------------------------
# Events
--------------------------------------------------------------*/
.events .card {
    width: 100%;
    border: 0;
    padding: 0;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    background: #fff !important;
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.1);
}
.events .card-body {
   border-radius: 15px;
   overflow: hidden;
   z-index: 10;
   transition: 0.3s;
   direction: rtl;
   -webkit-border-radius: 15px;
   -moz-border-radius: 15px;
   -ms-border-radius: 15px;
   -o-border-radius: 15px;
}
.events .img-holder {
    overflow: hidden;
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.1);

}
.events  img {
    width: 100%;
    height: 400px !important    ;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.events .card-titels {
    padding: 10px;
    text-align: center;
}

.events .card-title {
    font-weight: 700;
    text-align: right;
    transition: 0.3s;
    font-size: 18px;
    color: var(--gold-color);
}
.text {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.events .card:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.events .sidebar {
    padding: 30px;
    margin: 0 0 60px 20px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    background: #fff;
    /* height: 100%; */
}

.events .sidebar .sidebar-title {
    font-size: 20px;
    font-weight: 700;
    padding: 0 0 0 0;
    margin: 0 0 15px 0;
    color: #1e4356;
    position: relative;
}

.events .sidebar .sidebar-item {
    margin-bottom: 30px;
    padding-right: 2%;
}

.events .sidebar .search-form form {
    background: #fff;
    border: 1px solid #ddd;
    padding: 3px 10px;
    position: relative;
}

.events .sidebar .search-form form input[type=text] {
    border: 0;
    padding: 4px;
    border-radius: 4px;
    width: calc(100% - 40px);
}

.events .sidebar .search-form form button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 15px;
    margin: -1px;
    background: var(--main-color);
    color: #fff;
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
    line-height: 0;
}

.events .sidebar .search-form form button i {
    line-height: 0;
}

.events .sidebar .search-form form button:hover {
    background: var(--gold-color);
}

.events .sidebar .categories ul {
    list-style: none;
    padding: 0;
}

.events .sidebar .categories ul li+li {
    padding-top: 10px;
}

.events .sidebar .categories ul a {
    color: #0f81c4;
    transition: 0.3s;
    font-size: 14px;
}

.events .sidebar .categories ul a:hover {
    color: #68A4C4;
}

.events .sidebar .categories ul a span {
    padding-left: 5px;
    color: #aaaaaa;
    font-size: 14px;
}

.events .sidebar .recent-posts .post-item+.post-item {
    margin-top: 15px;
}

.events .sidebar .recent-posts img {
    width: 80px;
    float: right;
}

.events .sidebar .recent-posts h4 {
    font-size: 15px;
    margin-right: 95px;
    font-weight: bold;
}

.events .sidebar .recent-posts h4 a {
    color: #1e4356;
    transition: 0.3s;
}

.events .sidebar .recent-posts h4 a:hover {
    color: #68A4C4;
}

.events .sidebar .recent-posts time {
    display: block;
    margin-right: 95px;
    font-style: italic;
    font-size: 14px;
    color: #aaaaaa;
}

.events .sidebar .tags {
    margin-bottom: -10px;
}

.events .sidebar .tags ul {
    list-style: none;
    padding: 0;
}

.events .sidebar .tags ul li {
    display: inline-block;
}

.events .sidebar .tags ul a {
    color: #3f8db5;
    font-size: 14px;
    padding: 6px 14px;
    margin: 0 6px 8px 0;
    border: 1px solid #e4eff5;
    display: inline-block;
    transition: 0.3s;
}

.events .sidebar .tags ul a:hover {
    color: #fff;
    border: 1px solid #68A4C4;
    background: #68A4C4;
}

.events .sidebar .tags ul a span {
    padding-left: 5px;
    color: #bedae8;
    font-size: 14px;
}

.details-title h3 {
    color: var(--main-color);
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 700;
}

.details-title h6 {
    color: var(--main-color);
    font-size: 18px;
}

.details-title h6 i {
    color: var(--gold-color);
}

.news_details {
    border-radius: 15px;
    border: 1px dotted var(--main-color);
    color: var(--main-color);
    font-size: 18px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.news_details img {
    width: 30px;
    position: relative;
    top: 10px;
}
/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.skills .progress {
    height: 60px;
    display: block;
    background: none;
    border-radius: 0;
}

.skills .progress .skill {
    padding: 0;
    margin: 0 0 6px 0;
    text-transform: uppercase;
    display: block;
    font-weight: 600;
    color: #222222;
}

.skills .progress .skill .val {
    float: left;
    font-style: normal;
}

.skills .progress-bar-wrap {
    background: #e2eefd;
    height: 20px;
}

.skills .progress-bar {
    width: 1px;
    height: 20px;
    transition: 0.9s;
    background-color: #106eea;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
    overflow: hidden;
}

.testimonials .testimonial-item {
    box-sizing: content-box;
    min-height: 320px;
}

.testimonials .testimonial-item .testimonial-img {
    width: 90px;
    border-radius: 50%;
    margin: -40px 0 0 40px;
    position: relative;
    z-index: 2;
    border: 6px solid #fff;
}

.testimonials .testimonial-item h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 5px 45px;
    color: #111;
}

.testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #999;
    margin: 0 0 0 45px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
    color: #b2e4e6;
    font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px;
}

.testimonials .testimonial-item p {
    font-style: italic;
    margin: 0 15px 0 15px;
    padding: 20px 20px 60px 20px;
    background: #f0fafa;
    position: relative;
    border-radius: 6px;
    position: relative;
    z-index: 1;
}

.testimonials .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #3fbbc0;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #3fbbc0;
}

section#featured-services {
    direction: rtl;
    margin: 0 auto;
    padding: 60px 0;
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery {
    overflow: hidden;
}

.gallery .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.gallery .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #3fbbc0;
}

.gallery .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #3fbbc0;
}

.gallery .swiper-slide-active {
    text-align: center;
}

@media (min-width: 992px) {
    .gallery .swiper-wrapper {
        padding: 40px 0;
    }

    .gallery .swiper-slide-active {
        border: 6px solid #3fbbc0;
        padding: 4px;
        background: #fff;
        z-index: 1;
        transform: scale(1.2);
        margin-top: 10px;
    }
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
    padding: 20px;
    background: #fff;
    text-align: center;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}

.pricing h3 {
    font-weight: 400;
    margin: -20px -20px 20px -20px;
    padding: 20px 15px;
    font-size: 16px;
    font-weight: 600;
    color: #777777;
    background: #f8f8f8;
}

.pricing h4 {
    font-size: 36px;
    color: #3fbbc0;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    margin-bottom: 20px;
}

.pricing h4 sup {
    font-size: 20px;
    top: -15px;
    left: -3px;
}

.pricing h4 span {
    color: #bababa;
    font-size: 16px;
    font-weight: 300;
}

.pricing ul {
    padding: 0;
    list-style: none;
    color: #444444;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
}

.pricing ul li {
    padding-bottom: 16px;
}

.pricing ul i {
    color: #3fbbc0;
    font-size: 18px;
    padding-right: 4px;
}

.pricing ul .na {
    color: #ccc;
    text-decoration: line-through;
}

.pricing .btn-wrap {
    margin: 20px -20px -20px -20px;
    padding: 20px 15px;
    background: #f8f8f8;
    text-align: center;
}

.pricing .btn-buy {
    background: #3fbbc0;
    display: inline-block;
    padding: 8px 35px 10px 35px;
    border-radius: 4px;
    color: #fff;
    transition: none;
    font-size: 14px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    transition: 0.3s;
}

.pricing .btn-buy:hover {
    background: #65c9cd;
}

.pricing .featured h3 {
    color: #fff;
    background: #3fbbc0;
}

.pricing .advanced {
    width: 200px;
    position: absolute;
    top: 18px;
    right: -68px;
    transform: rotate(45deg);
    z-index: 1;
    font-size: 14px;
    padding: 1px 0 3px 0;
    background: #3fbbc0;
    color: #fff;
}

/*--------------------------------------------------------------
# Frequently Asked Questioins
--------------------------------------------------------------*/
.faq {
    padding: 60px 0;
}

.faq .faq-list {
    padding: 0;
    list-style: none;
}

.faq .faq-list li {
    border-bottom: 1px solid #d9f1f2;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.faq .faq-list .question {
    display: block;
    position: relative;
    font-family: #3fbbc0;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    padding-left: 25px;
    cursor: pointer;
    color: #32969a;
    transition: 0.3s;
}

.faq .faq-list i {
    font-size: 16px;
    position: absolute;
    left: 0;
    top: -2px;
}

.faq .faq-list p {
    margin-bottom: 0;
    padding: 10px 0 0 25px;
}

.faq .faq-list .icon-show {
    display: none;
}

.faq .faq-list .collapsed {
    color: black;
}

.faq .faq-list .collapsed:hover {
    color: #3fbbc0;
}

.faq .faq-list .collapsed .icon-show {
    display: inline-block;
    transition: 0.6s;
}

.faq .faq-list .collapsed .icon-close {
    display: none;
    transition: 0.6s;
}


@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.custom-main-bg-color {
    background-color: #021c3b !important;
}

.custom-main-color {
    color: #021c3b !important;
}

.description-container h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2em !important;
    font-weight: bold !important;
    margin-top: 1.5rem !important;
    margin-bottom: 1rem !important;
}

.description-container h1 {
    font-size: 26px !important;
}

.description-container h2 {
    font-size: 24px !important;
}

.description-container h3 {
    font-size: 19px !important;
}

.description-container h4 {
    font-size: 16px !important;
}

/* .description-container > * {
    line-height: 1.5em !important;
} */

#portfolio-details .card-title {
    font-size: 28px;
    font-weight: bold;
    margin-top: 20px;
    color: var(--gold-color);
}

.description-container p {
    font-size: 18px !important;
    line-height: 1.5em !important;
    font-weight: normal !important;
    margin-bottom: 15px !important;
}

.portfolio-details article p:first-child {
    font-size: 26px !important;
    font-weight: 700 !important;
    color: var(--main-color);
}

.description-container blockquote {
    margin-bottom: 1rem;
    margin-top: 1.5rem;
    font-size: 1.25rem;
    background-color: #ebedef;
    border-color: #565e6c;
    padding: 1.5rem!important;
    font-style: italic;
    --mdb-note-padding: 10px;
    --mdb-note-border-width: 6px;
    --mdb-note-border-radius: 5px;
    --mdb-note-strong-font-weight: 600;
    border-right: var(--mdb-note-border-width) solid;
    border-radius: var(--mdb-note-border-radius);
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}


@media (min-width: 1200px) {
    .container {
        width: 90% !important;
    }
}

@media (max-width: 767px) {
    .bread {
        top: 15px !important;
    }
}
